@font-face {
   font-family: Muli;
   src: url('Muli-Regular.ttf') format('truetype');
   font-weight: 400;
}
@font-face {
   font-family: Muli;
   src: url('Muli-Bold.ttf') format('truetype');
   font-weight: 700;
}
/* @font-face {
   font-family: "Trade Gothic Next LT Pro";
   src: url('Trade_Gothic.ttf') format('truetype');
   font-weight: 700;
} */

/* =========================== header================== */

.wrapper.header-wrapper{
	box-shadow: none;
}
.header-wrapper::after{
	background: #000;
  	height: 63px;
  	z-index: -1;
}
.sticky-header.is-scrolling .site-header .wrapper.header-wrapper.sticky-belvg__active{
  position: relative;
  transform: none;
  margin: auto;
  left: 0;
}  
.wrapper.header-wrapper.sticky-belvg__active{
	left:0;
  	right: 0;
	margin: auto;
}
.dbtfy-sticky_addtocart #stickyAddToCart.top-sticky_addtocart{
	top: 60px;
}
.dbtfy-sticky_addtocart .price-wrapper-sticky_addtocart .product-single__price--compare-at{
	display: none;
}
.site-header__logo img{
	min-width: 100px;
}
.popup-window__btn img{
	min-width: 20px;
}
.phone a:hover{
	opacity: 1;
}
.btn{
	padding: 21px 24px;
    line-height: 13px;
}
.qty-container .qty-adjust{
	line-height: 36px;
    padding: 0;
}
.custom-button__link a{
   line-height: 13px;
   padding: 18px 45px;
   text-transform: uppercase;
   min-width: 208.5px;
}
.featured-products-section .custom-button__link a{
   padding: 17px 45px;
}
@media screen and (min-width: 1025px){
  body.sticky-header .dbtfy-sticky_addtocart #stickyAddToCart.top-sticky_addtocart{
  	top: 162px;
  }
}
@media screen and (max-width: 1024px){
  .phone-line__mobile{
  	display: none;
  }
}
@media screen and (max-width: 1024px)and (min-width: 769px){
  body.sticky-header .dbtfy-sticky_addtocart #stickyAddToCart.top-sticky_addtocart{
  	top: 60px;
  }
}
@media screen and (max-width: 1024px){
  .popup-window__btn p {
      font-size: 7px;
  }
}
@media screen and (max-width: 380px){
  .header-wrapper .nav-container-logo .inner-nav-containers .logo.mobile-logo {
      max-height: 38.1px;
  }
  .header-wrapper .nav-container-logo .inner-nav-containers .popup-window__btn .popup-window__btn-icon{
  	max-height: 23.5px
  }
  .popup-window__btn p{
  	font-size: 6.5px;
  }
  .popup-window__btn p b{
    font-size: 9px;
    line-height: 1.4;
  }
}

/* ============================home page============== */
/* .index-sections .hero-header.hero-container .hero.overlay::after{
	opacity: 0.4;
} */
.custom-button__link{
	width: 100%;
}
.guarantee-title-section .section-header{
	padding-bottom: 20px;
}
.featured-products-section .grid-product__title{
	height: 48px;
  	overflow: hidden;
}

.custom-button__link a{
	background-color: #006eff;
}
.guarantee-title-section .grid-uniform .grid__item {
    padding-left: 22px;
    position: relative;
}
.guarantee-title-section .guarantee-icon{
	padding-right: 0;
}
#shopify-section-1576355674678 .hero__text p{
	font-family: Muli;
}
.why-get-a .custom-button__link{
	margin-bottom: 0;
}

@media screen and (max-width: 1500px) and (min-width: 1200px){
  #shopify-section-1576355674678 .hero--small{
    background-size: 125%;
  }
}
  
@media screen and (max-width: 1199px) and (min-width: 1101px){
  #shopify-section-1576355674678 .hero--small{
    background-size: 135%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1001px){
  #shopify-section-1576355674678 .hero--small{
    background-size: 145%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1001px){
  #shopify-section-1576355674678 .hero--small{
    background-size: 145%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 991px){
  #shopify-section-1576355674678 .hero--small{
    background-size: 155%;
  }
}
@media screen and (max-width: 990px) and (min-width: 891px){
  #shopify-section-1576355674678 .hero--small{
    background-size: 165%;
  }
}
@media screen and (max-width: 890px) and (min-width: 769px){
  #shopify-section-1576355674678 .hero--small{
    background-size: 175%;
  }
}
  
@media screen and (max-width: 768px){
  #section-1576355674678 .hero{
      background-size: 768px;
  }
  .guarantee-item{
  	padding-top: 0;
  }
}
/* ============================product page==========   */
.product-single__photos .slick-arrow{
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
/*   font-size: 50px; */
  color: #a9a9af;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
/* .product-single__photos .fa-angle-left{
  left: 20px;
}
.product-single__photos .fa-angle-right{
  right: 20px;
} */
.product-single__photos .left-arrow{
  left:20px;

}
.product-single__photos .right-arrow{
  right: 20px;
}
.product-single__photos .slick-arrow svg path{
	fill: #a9a9a9;
}
.product-single__thumbnails.slick-format.slick-initialized.slick-format-sm .slick-slide{
  margin: 0 2px;
}
/* .slick-dots li button{
  color: #777;
  border-color: #777;
}
.slick-dots li.slick-active button{
  background-color: #777;
} */
.product-single__thumbnails .slick-track{
	width: 100% !important;
    display: flex;
    justify-content: center;
  	transform: none !important;
}
.product-single__thumbnails.slick-initialized .slick-slide {
    width: 44px;
}
#productRecommendationsSection{
	margin-top: 20px;
}

.stamped-review .stamped-review-body .stamped-review-content-body, .stamped-review .stamped-review-body .stamped-review-product a{
  color: #666;
  font-size: 14px;
}
#productRecommendationsSection .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span,
#relatedProductSection .stamped-badge-caption[data-reviews][data-label][data-version="2"]>span{
	display: none !important;
}
@media screen and (max-width: 768px){
  .product-single__thumbnails{
    display: none;
  }
}

.dbtfy-product_tabs .header-wrapper-product_tabs.active + .content-wrapper-product_tabs{
  dispaly: block;
}  

div[data-widget-style*=standard] .stamped-form-title, div[data-widget-style*=standard] .stamped-header-title{
  display: block !important;
} 
.review-widget.default-section{
  max-width: 1120px;
  margin:auto;
}
  
@media screen and (min-width: 1150px){
  .template-product .product-single__photos{
  	height: 470px;
  }
/*   .dbtfy-shop_protect-text{
  	padding-top: 40px;
  }
  .product-form-over{
  	padding: 20px 0;
  }
  .dbtfy-trust_badge{
  	padding-bottom: 15px;
  }
  .cart-text.guarantee-item{
  	padding: 30px 0;
  } */
}
@media screen and (min-width: 769px) and (max-width: 1149px){
  .template-product .product-single__photos{
  	height: 350px;
  }  
}
@media screen and (max-width: 768px){
  .template-product .product-single__photos{
  	height: 350px;
    padding-bottom: 20px;
  }  
  .brand-img{
  	margin-top: 20px;
  }
}

#productRecommendationsSection .slick-track>.grid-product>.grid-product__wrapper>a>.review-badge,
#relatedProductSection .slick-track>.grid-product>.grid-product__wrapper>a>.review-badge{
	display: block;
}
  
  .template-product .slick-format.slick-initialized .slick-list,
  .template-product .slick-format.slick-initialized .slick-track,
  .template-product .slick-format.slick-initialized .slick-slide,  
  .product-single__photo--flex, .product-single__photo--container, .product-single__photo-wrapper{
    height: 100%;
  }
  .product-single__photo--flex-wrapper{
  	height: 100%;
  }
  .product-single__photo-wrapper{
    padding-top: 0 !important;
  }
  .product-single__photos .slick-track{
    align-items:stretch;
  }
  .product-single__photo, .template-product .slick-slide img{
    height: 100%;
    object-fit: cover;

  }
  
  #relatedProductSection .slick-slide img, #productRecommendationsSection .slick-slide img{
  	width: 160px;
   	height: 129px;
    margin: auto;
  }
  #relatedProductSection .product--wrapper > div, #productRecommendationsSection .product--wrapper > div{
  	padding-top: 165px !important;
  }
  #relatedProductSection .grid-product__image-wrapper img, #productRecommendationsSection .grid-product__image-wrapper img{
  	width: 160px;
   	height: 129px;
    object-fit: cover;
    margin: auto;
  }

@media screen and (min-width: 769px){
	#relatedProductSection .box, #productRecommendationsSection .box,.featured-products-section .box{
    	padding-top: 30px;
      	padding-bottom: 20px;
    }
  	.featured-products-section .box{
    	padding-top: 30px;
      	padding-bottom: 30px;
    }
/*     .featured-products-section .grid-product__image-wrapper img{
      width: 200px;
      height: 161px;
      object-fit: cover;
      margin: auto;
    } */
  	#play-video{
      padding-top: 10px;
    }
}
@media screen and (max-width: 768px){
  .featured-products-section .grid-product__image-wrapper img{
  	width: 160px;
   	height: 129px;
    object-fit: cover;
    margin: auto;  
  }
  .featured-products-section .box{
  	padding-bottom: 15px;
  }
}
.dbtfy-product_video{
	text-align: center;
}
#play-video{
	display: inline-block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  	cursor: pointer;
}
#play-video img{
	margin: 0 .5em -4px 0;
  	width: 20px;
    border: 2px solid #006eff;
    border-radius: 20px;
}
#play-video .fa-caret-right{
	width: 20px;
    border: 2px solid #006eff;
    border-radius: 20px;
    font-size: 16px;
}
#play-video span{
	display: inline-block;
  	line-height: 17px;
}
#play-video:hover{
	opacity: 1;
}
#play-video:hover span{
	border-bottom: 2px solid;
}
#ProductVideo{
	background: #000000c4;
}
.iframe-btn{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1540px;
    margin: 0 auto;
}

#ProductVideo #video{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.close-video{
    position: absolute;
    right: -6px;
    top: -32px;
    color: #848286f2;
    font-size: 25px;
    z-index: 999999999;
}
@media screen and (min-width: 1541px){
  .iframe-btn{
  	padding-bottom: 866px;
  }
}
@media screen and (max-width: 1540px) and (min-width: 769px){
  #ProductVideo{
      padding: 40px;
  }
}
@media screen and (max-width: 768px){
  #ProductVideo{
      padding: 10px;
  }	
}

/* =================================cart page========== */
.template-cart .btn.update-cart{
	display: none;
}
.cart__note_checkout{
	color: #777;
}
.cart__subtotal{
	font-weight: 700;
}

/* ===================================zipify about page==== */
section.zpa-brands-033 ul.zpa-brands{
	max-width: 600px;
    margin: auto;
}
.zpa-html-block-117 .section-header__title{
  font-size: 22px;
}
@media screen and (max-width: 768px){
  section[class*= "zpa-cross-part-image-right"] .flex-row{
    flex-direction: column-reverse;
  }
  .zp.ba-27292258{
  	width: initial !important;
  }
  .zpa-mobile-logo-height-md{
  	max-width: 62px !important;
  }
  .zpa-html-block-117 .section-header__title{
  	font-size: 18px;
  }
}

/* ===================================blog page======== */
/* .template-article section[class*="zpa-plain-text-"], .template-article section[class*="zpa-text-line-"]{
	padding-left: 0 ;
  	padding-right: 0 ;
} */

.template-article .main-content .wrapper{
	max-width: 100%;
  	padding: 0;
}