/** Shopify CDN: Minification failed

Line 140:0 Unexpected "}"

**/


/* CUSTOM THEME EDITS */

/* maybe revive?
div[data-section-id="header"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}


a.button-global-black {
  	font-size:16px;
	font-weight:700;
	border-radius:0;
	background-color: #000000;
  	text-transform:uppercase;
  	color:white;
  	letter-spacing:2px;
  	padding:20px 30px;
}

a.button-global-black:hover {
  	color:white;
}

a.button-global-outline-white {
	border:solid 4px #ffffff;
	color:white;
	padding: 10px 20px;
	font-size:15px;
    white-space: nowrap;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	background-color:rgba(0,0,0,0);
}

a.button-global-outline-white:hover {
	color:white;
	background-color:rgba(0,0,0,0.4);
	transition:0.3s;
}

a.button-global-outline-black {
	border:solid 4px #000000;
	color:#000000;
	padding: 10px 20px;
	font-size:15px;
    white-space: nowrap;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	background-color:rgba(0,0,0,0);
}

a.button-global-outline-black:hover {
	color:#ffffff;
	background-color:rgba(0,0,0,1);
	transition:0.3s;
}


.btn {
  border:solid 4px #69a1d4!important; 
  background-color:#233e94!important;
  transition:0.3s;

}

.btn:hover {	
  border:solid 4px #000000!important; 
  background-color:#000000!important;

}

.btn.btn--secondary.btn--has-icon-before.return-link {
	border:solid 4px #000000!important; 
  	background-color:transparent!important;
  	color:black;
}

.btn.btn--secondary.btn--has-icon-before.return-link:hover {
	border:solid 4px #000000!important; 
  	background-color:black!important;
  	color:white;
}




.rte a:not(.btn) {
    border-bottom: none;
    padding-bottom: 0;
  	color:#233e94;
  	font-weight:700;
}

.rte a:not(.btn):hover {
  	color:#000000;
}

*/


/* originally just padding:0 */
/*
.page-width { 
padding:0 40px;
}

@media screen and (min-width:768px;) {
	.page-width { 
		padding:0 40px;
	}
}


.din-font {font-family:din-condensed, sans-serif;font-weight:400;}




@media screen and (min-width:768px;) {
	.section-padding {
	}
}

.heading-font-convert {
	/*font-family:'proxima-nova', sans-serif;
  	font-weight:700;*/
}




/* ===== Collection hover button  ======*/

/* commented out by dave until row 180


.boost-pfs-action-list-wrapper {
	
}

.template-collection .boost-pfs-action-list-wrapper .boost-pfs-addtocart-btn {
    	width: 100%;
    	border: 4px solid #69a1d4 !important;
    	background: #233e94!important;
  		font-weight:700!important;
  		letter-spacing:2px!important;
    	color: white!important;
  		border-color: #69a1d4!important;
    	background: #233e94!important;
  		height:40px;
	}

	.template-collection .boost-pfs-action-list-wrapper .boost-pfs-addtocart-btn span {
    	text-transform:uppercase;
		font-size:14px;
    	color: white!important;
	}


@media (min-width: 1199px)
	.template-collection .boost-pfs-action-list-wrapper .boost-pfs-addtocart-btn {
  		border-width:4px;  


	}
	.template-collection .boost-pfs-action-list-wrapper .boost-pfs-addtocart-btn span {
	}
	}
}

*/

/* Underlines on hover */

.product-card .product-card__title {

}

.product-card .price {
    /*margin-top: 10px;*/
}


/*================Blog Slide images added by Shuixiu Tan 2021-04-08================*/
/*.blog_slideshow__image {
  width: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  z-index: 1; }
  .no-js .slideshow__image {
    opacity: 1; }
*/
/* ==============breadcrumb by Shuixiu 2020-04-21 */

/*.breadcrumb{
  margin-left:15px;
  margin-right:15px;
  
}

.breadcrumb-current{
  font-weight: bold;
}*/


/*    ==== Mobile Nav ====  */


/* =====  template collection button padding  ===== */
/*
.template-collection button.boost-pfs-addtocart-btn {
	padding-bottom:36px;
}*/


/* Weglot. 

@media (max-width: 990px) {
  .weglot-container{
    display: none !important;
  }
}

*/
/*
.boost-pfs-checkout{
	display:none;
}
*/
/*  ====== din font weight ======= */

/*
.jb-breadcrumb-title h1, h1.boost-pfs-filter-collection-header {
  font-weight:400;
  letter-spacing:-1.2px;
  background: rgba(80,80,80, 0.01);
}
*/

/* Geo popup */
.geoip-popup-banner {
  background-image:url(https://www.imajery.com/wp-content/uploads/2021/07/JB-background-color.jpg);
	background-size:cover;
  background-position:center;
  height:300px!important;
}

.geoip-popup-banner::before {
    content: "";
    border: solid 1px white;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
  margin: 10px; }

.geoip-main-block {

	padding-top:70px;
	padding-bottom:70px;

}

.geoip-close-icon {
	right:17px!important;
  top:10px!important;
}

.geoip-popup-banner p {
  font-family:proxima-nova, sans-serif!important;
}

.geoip-button-block button {
	border: solid white 3px!important;
	text-transform:uppercase;
  font-weight:700;
  font-size:11px!important;
  letter-spacing:2px;
  padding:10px 20px!important;
}