/** Shopify CDN: Minification failed

Line 1152:2 Expected "}" to go with "{"

**/
/* product-details-page */
.product_carousel-nav .slick-slide.slick-active{
  font-size:0;
}
.paywhirl-plan-selector .paywhirl-plan-selector-group>label{
  display: inline-flex !important;
}
.paywhirl-plan-selector .paywhirl-plan-selector-group {
    text-align: center;
    width: 50%;
    margin: 0!important;
}
.slick-next{right:0}
.slick-dots {
    left: 0;
    right: 0;
}
.display-1{
    font-size: 3.5rem;
    font-weight: bold;
}
.product-details-page{
    margin-top: 140px;
}
.product-details-page .slick-slide img{
    display: inline-block;
}
.product-details-page .product_carousel-nav .slick-slide img{
    max-width: 68px;
}
.product_carousel-nav .item.slick-slide{
    cursor: pointer;
}
.des-content p{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.5rem;
}
.qty > span{
    font-size: 2rem;
    font-weight: bold;
}
.want-more-btn{
    font-family: 'Gotham Condensed';
    font-size: 1.8rem;
}
.price-container,
.qty{
    border-top: .1rem solid #555555;
    border-bottom: .1rem solid #555555;
}
.qty{
    border-bottom: none;
}
.price-container > span{
        font-size: 3rem;
    font-weight: 500;
    font-style: normal;
    line-height: 4rem;
}
.btn-outline-primary{
    color: #79A4B1;
    border-color: #79A4B1;
    border-radius: 55px;
    border: 3px solid;
    font-size: 1.8rem;
    width: 172px;
    height: 57px;
    font-weight: bold;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
    border-color: #79A4B1;
    background-color: #79A4B1;
    color: #fff;
}
.paywhirl-plan-selector{
	border-bottom: .3rem solid #555 !important;
	margin:0 !important;
}
.radioContainer {
    font-family: 'Gotham Condensed';
    display: block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-size: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        font-weight: bold;
}
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 9px;
    width: 9px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #79A4B1;
}
.radioContainer:hover input ~ .checkmark {
  background-color: #79A4B1;
}
.radioContainer input:checked ~ .checkmark {
  background-color: #79A4B1;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radioContainer input:checked ~ .checkmark:after {
  display: block;
}
.paywhirl-plan-selector .paywhirl-plan-selector-group.paywhirl-group-selected label{
	color:#79A4B1;
}
.radioContainer .checkmark:after {
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: transparent;
}
.subscribe-container{
    border-bottom: .1rem solid #555555;
}
.package-selection label{
    width: 100%;
    border: 1px solid #000;
    border-radius: 29px;
}
.package-selection .radioContainer2 [type="radio"]{
    opacity: 0;
}
.package-selection .checkmark2 {
    top: 0px;
    left: 0;
    height: auto;
    width: 100%;
    border-radius: 29px;
    border: 1px solid transparent;
    bottom: 0;
}
.package-selection .radioContainer2{
    cursor: pointer;
}
.package-selection .radioContainer2 span{
    position: relative;
    font-size: 1.6rem;
    z-index: 6;
    font-style: normal;
    font-family: 'Gotham';
}
.package-selection .radioContainer2.active{
        background-color: #79a4b1;
    border-color: #79a4b1;
}
.package-selection .radioContainer2.active span{
    color: #fff;
}
.package-selection h3{
    font-size: 2rem;
}
.icon1{
    background-image: url(vegan.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 65px;
    height: 70px;
    background-position: center center;
}
.icon2{
    background-image: url(made-in-usa.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 61px;
    height: 70px;
    background-position: center center;
}
.icon3{
    background-image: url(gluten-free.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 76px;
    height: 70px;
    background-position: center center;
}
.icon4{
    background-image: url(aLLERGENS.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 67px;
    height: 67px;
    background-position: center center;
}
.icon5{
    background-image: url(dIGESTION.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 74px;
    height: 68px;
    background-position: center center;
}
.pro-carousel-bottom-info .icon-thumb img{
  max-height:70px;
  margin:0 auto;
}
.pro-carousel-bottom-info p{
    text-transform: uppercase;
    letter-spacing: 0.10px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    font-family: 'Gotham Condensed';
    font-style: normal;
}
/*supplement-fact*/
.supplement-fact{

}
.display-2{
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 50px;
}
.supplement-fact p{
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
}
.supplement-fact .table td:last-child{
    text-align: right;
}
.supplement-fact .table td{
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #fff;
    font-family: 'Gotham Condensed';
    font-weight: 300;
    border-bottom-width: 1.5px;
    border-color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
}
.supplement-fact .table{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.supplement-fact .table tr:last-child td{
    border-bottom: none;
}
.supplement-fact .table tr:first-child td{
    padding-top: 8px;
}
.supplement-fact .table.table-bottom td{
    border-bottom: 3px solid #fff;
}
.supplement-fact .supplement-fact-right p{
        font-family: 'Gotham';
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: 'Gotham Book';
    
}
.supplement-fact .supplement-fact-right p > strong{
    font-weight: bold;
}
.supplement-fact-right hr{
    height: .3rem;
    background-color: #fff;
    opacity: 1;
    margin: 1.5rem 0 2.5rem;
    display: block;
}
/* Subscribe Section */
.subscribe-sec,
.most-populer-sec{
    background-color: #E6E6E6;
}
.subscribe-sec .display-2{
    font-size: 3.5rem;
    line-height: 40px;
}
.subscribe-sec p{
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -.19px;
    font-weight: 300;
}
.subs-icon p{
    font-family: 'Gotham Condensed';
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 1.5px;
}
.subs-icon .block{
    text-align: center;
}
.subs-icon .block + .block{
    margin-left: 3rem;
}
.subs-1{
    background-image: url(subs-1.svg);
    width: 78px;
    height: 67px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}
.subs-2{
    background-image: url(subs-2.svg);
    width: 68px;
    height: 70px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}
.subs-3{
    background-image: url(subs-3.svg);
    width: 67px;
    height: 73px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}
.subs-button-sec .btn-outline-primary{
    width: 100%;
    font-size: 2.5rem;
    line-height: 4rem;
    height: 5.7rem;
}
.subscribe-sec2 .subs-1{
    background-image: url(hAPPINESS-GUARANTEE.svg);
}
.subscribe-sec2 .subs-2{
    background-image: url(nATURAL-ASPOSSIBLE.svg);
}
.subscribe-sec2 .subs-3{
    background-image: url(tHIRD-PARTYTESTED.svg);
}

.ingredients-top{
    min-height: 270px;
        z-index: -1;
}
.ingredients-top::before{
    content: "";
    background-repeat: no-repeat;
    background-image: url(turmeric-New-Age-Ingredients-7452.png);
    background-position: top left;
    background-size: 100%;
    width: 340px;
    height: 340px;
    position: absolute;
        top: -90px;
    left: -130px;
}
.ingredients-top::after{
    content: "";
    background-repeat: no-repeat;
    background-image: url(lemon-Balm-New-Age-Ingredients-7506.png);
    background-position: top right;
    background-size: 100%;
    width: 340px;
    height: 340px;
    position: absolute;
    top: -90px;
    right: -130px;
}
.ingredients-bottom{
    min-height: 250px;
        z-index: -1;
}
.ingredients-bottom::before{
    content: "";
    background-repeat: no-repeat;
    background-image: url(pomegranate-New-Age-Ingredients-7696.png);
    background-position: top left;
    background-size: 100%;
    width: 351px;
    height: 351px;
    position: absolute;
    bottom: -120px;
    left: -130px;
}
.ingredients-bottom::after{
    content: "";
    background-repeat: no-repeat;
    background-image: url(ginger-New-Age-Ingredients-7725.png);
    background-position: top left;
    background-size: 100%;
    width: 440px;
    height: 440px;
    position: absolute;
        bottom: -150px;
    right: -160px;
}
.supplement-fact{
    padding: 6rem 0;
}
.fact-1{
    background-image: url(fact-1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 78px;
    height: 67px;
    background-position: center center;
}
.fact-2{
    background-image: url(fact-2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 78px;
    height: 67px;
    background-position: center center;
}
.fact-3{
    background-image: url(fact-3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 67px;
    height: 72px;
    background-position: center center;
}
.supplement-fact-right .block span{
    display: block;
    margin: 0 auto;
}
.supplement-fact-right .block + .block{
    margin-left: 5rem;
}
.supplement-fact-right .block p{
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    font-family: 'Gotham Condensed';
    font-style: normal;
}
.supplement-fact-right .block p{
    font-size: 2.5rem;
    line-height: 2.7rem;
}
.supplement-fact-right .subs-button-sec{
    border-top: .3rem solid #fff;
    border-bottom: .3rem solid #fff;
        padding: 2.5rem 0;
}
.supplement-fact-right .add-to-cart{
    background-color: #fff;
    color: #79A4B1;
    font-size: 2.5rem !important;
    line-height: 4rem;
    height: 5.7rem !important;
    max-width: 398px;
    margin: 0 auto;
}
/*===========================================
            Product Section                          
=============================================*/
.product_slider2 {
    position: relative;
    background-color: #79A4B1;
    padding: 30px 0;
}
.product_slider2 .slick-slide {
    margin: 0px 10px;
}
.product_slider2 .slick-slide img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}
.pro-dt{
        position: relative;
}
.product_slider2 .slick-slide .prd_details, .product_slider2 .slick-slide .slider_btn {
    visibility: hidden;
    
}
.slick-dots li {
    width: 9px;
    height: 9px;
}
.product_slider2 .slick-dots li button {
    border: 1px solid #fff;
    width: 9px;
    height: 9px;
    border-radius: 100%;
}
.product_slider2 .slick-dots li button:before {
    width: 11px;
    height: 11px;
    background-color: #fff;
    content: "";
    border-radius: 100%;
    opacity: 0;
}
.product_slider2 .slick-dots li.slick-active button:before {
    opacity: 1;
}
.product_slider2 .slick-prev, .product_slider2 .slick-next {
    display: none !important;
}
.product_slider2 .slick-slide.slick-center .prd_details, 
.product_slider2 .slick-slide.slick-center .slider_btn {
    visibility: visible;
}
.prd_details h2 {
    font-size: 3.5rem;
    font-weight: bold;
}
.prd_details {
    margin-bottom: 35px;
}
.prd_details > p{
    font-size: 1.8rem;
    line-height: 2.5rem;
/*     font-weight: bold; */
}
.slider_btn a{
        width: 100%;
    border-radius: 29px;
    padding: 0;
    text-align: center;
    border: 3px solid #fff;
    /* margin-top: 10px; */
    font-size: 2.5rem;
    font-weight: bold;
    height: 57px;
    line-height: 47px;
}
.slick-dots {
    bottom: -30px;
}
.swipe_more {
/*     margin-top: 40px; */
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
}
.pro-promis-icon-1{
    background-image: url(pro-promis-icon-1.svg);
    width: 78px;
    height: 67px;
}
.pro-promis-icon-2{
    background-image: url(pro-promis-icon-2.svg);
    width: 68px;
    height: 73px;
}
.pro-promis-icon-3{
    background-image: url(pro-promis-icon-3.svg);
    width: 68px;
    height: 73px;
}
.subscribe-sec .product-thumb{
    max-width: 612px;
    margin: 0 auto;
}

/* most-populer-sec */
.most-populer-sec .display-2{
    line-height: 1;
}
.most-populer-sec{
    padding: 1rem 0;
    padding-bottom: 2rem;
}
.carousel-content p{
    line-height: 2.5rem;
    font-weight: 500;
}
.carousel-content span.save{
    line-height: 1;
    font-weight: bold;
}
.carousel-content span.price{
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
    margin-top: .5rem;
}
.carousel-content p{
    font-size: 1.8rem;
}
.carousel-content span.save{
    font-size: 3.5rem;
}
.carousel-content span.price{
    font-size: 1.8rem;
}
.most-populer-badge{
    background-color: #79A4B1;
    width: 7.2rem;
    height: 7.2rem;
    font-size: 1.8rem;
    line-height: 2rem;
    border-radius: 50%;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Gotham Condensed';
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 2;
    font-weight: bold;
}
.most-populer-sec .item-list{
    position: relative;
        padding-top: 2rem;
}
.most-populer-sec .sub-hed{
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 500;
}
.most-populer-carousel-desktop .slick-slide {text-align:center;}
.most-populer-carousel-desktop .btn-sec{
    max-width: 354px;
    margin: 0 auto;
}
.most-populer-carousel-desktop .slick-dots li.slick-active button:before{
        background-color: #555555;
        border-radius: 50%;
        width: 9px;
        height: 9px;
}
.most-populer-carousel-desktop .slick-dots li button:before{
        width: 9px;
    height: 9px;
    background-color: transparent;
    border: .1rem solid #555555;
    border-radius: 50%;
    opacity: 1;
}
.most-populer-sec .swipe_more{
    color: #555555;
}
/* product_section home*/
.banner_btn1 a, .slider_btn a, .learn_more a, .learn_more_btn a {
    font-weight: bold;
}
.product_img_sec {
    position: relative;
}
.badge_area {
    position: absolute;
    top: 0;
    right: 0;
}
.home.product_section .slick-prev:before, .home.product_section .slick-next:before {
    content: "";
    background: url(desktop_slider_arrow_left.png) no-repeat;
    width: 36px;
    height: 56px;
    position: absolute;
    left: 0;
    opacity: 1;
}
.home.product_section .slick-next:before {
    background: url(desktop_slider_arrow_right.png) no-repeat;
    right: 0;
    left: inherit;
}
.home.product_section .swipe_more {
    font-weight: 500;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 0;
}
.slider_btn a.btn-pair{
    height: 83px;
    border-radius: 44px;
    line-height: 1;
    font-size: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ingredients-container{
    max-width: 612px;
        margin: 0 auto;
}
.home.product_section .slick-dots{
	right:inherit !important;
  	left: 280px;
}
.home.product_section .slider_btn.btn-marg{
	border-radius: 0;
  	padding: 0;
}
.home.product_section .slider_btn.btn-marg:hover{
	background-color: transparent;
}
.home.product_section .slider_btn.btn-marg:hover a{
	color: #fff !important;
}
.home.product_section .slider_btn.btn-marg a:hover{
	    color: #79a4b1 !important;
    background-color: #fff;
}
.product_slider2 .slider_btn{
  padding: 0;
  border:none;
/*   border-radius:0; */
}
.home.product_section .slick-dots{
	bottom: 20.5%;
}
.home.product_section .swipe-more{
	right:0;
}
@media(min-width: 400px){
    .container {
        padding: 0 3rem;
    }
}
@media(min-width: 767px){
    .display-1{
        font-size: 4rem;
        color: #333333;
    }
    .product-details-page .product_carousel-nav .slick-slide img{
        max-width: 120px;
    }
    
    .des-content p {
        font-size: 2.5rem;
        line-height: 2.7rem;
        color: #2D2D2D;
    }
    .star-container > span{
        font-size: 2.3rem;
        margin-right: 2rem;
    }
    .star-container > a{
        font-family: 'Gotham Condensed';
        font-size: 2.5rem;
        line-height: 2.7rem;
    }
    .qty > span{
        color: #333333;
        font-size: 3rem;
    }
    .want-more-btn{
        font-size: 3rem;
    }
    .price-container, .qty,
    .subscribe-container{
        border-width: .3rem;
    }
    .price-container > span{
        font-size: 5rem;
        line-height: 5.2rem;
    }
    .product-details-page > .container > .row{
        border-bottom: .3rem solid #555555;
            padding-bottom: 6rem;
    }
    .product-details-page{
        padding-bottom: 6rem;
    }
    .checkmark{
        top: 10px;
    }
    .checkmark,
    .radioContainer .checkmark:after{
        width: 21px;
        height: 21px;
    }
  	.paywhirl-plan-selector-group{width: 50%; margin:0 !important;}
    .radioContainer{
        font-size: 3rem;
        padding-left: 35px;
    }
    .most-populer-sec .display-2{
        font-size: 5.5rem;
        line-height: 1;
    }
    
    .most-populer-sec{
        padding: 5rem 0;
    }
    .pro-content .btn-outline-primary{
      font-size: 2rem;
      width: 220px;
    }
    .supplement-fact .table td,
  .supplement-fact .table td p{
      font-size: 2.5rem;
      line-height: 3rem;
  }
  .supplement-fact .ingredients-container h2.display-2{
      	font-size: 4rem;
  }
  .supplement-fact p {
    font-size: 2.5rem;
    line-height: 4rem;
  }
  
  .carousel-content span.save {
      font-size: 3rem;
  	}
  	.carousel-content p {
    	font-size: 1.6rem;
	}
    .carousel-content span.price {
      font-size: 1.6rem;
  }
  .most-populer-sec .item-list{
  	    margin: 0 1rem;
  }
  
    
}
@media(min-width: 991px){
    .ingredients-top::before{
        width: 700px;
        height: 700px;
        
        top: -330px;
        left: -330px;
    }
    .ingredients-top::after{
        width: 580px;
        height: 580px;
        top: -170px;
        right: -260px;
    }
    .ingredients-bottom::after {
        width: 576px;
        height: 576px;
        bottom: -170px;
        right: -160px;
    }
    .ingredients-bottom::before {
        width: 510px;
        height: 510px;
        bottom: -190px;
        left: -130px;
    }
    .product-details-page .btn-outline-primary{
        font-size: 2.5rem;

    }
    .product-details-page .btn-outline-primary{
        width: 250px;
    }
    
    
    .pro-carousel-bottom-info p{
        font-size: 2rem;
        line-height: 2.7rem;
    }
    .subscribe-sec .display-2,
    .supplement-fact .display-2{
        font-size: 5rem;
        line-height: 5.2rem;
    }
    .subscribe-sec p{
        font-size: 1.8rem;
        line-height: 30px;
    }
    .subscribe-sec .subs-icon .block + .block{
            margin-left: 7rem;
    }
    .subs-button-sec .btn-outline-primary{
        font-size: 3.5rem;
        height: 8.3rem; 
    }
    .subscribe-sec .subs-button-sec{
        max-width: 532px;
        margin: 0 auto;
    }
    
    
    .supplement-fact .table td,
  	.supplement-fact td p{
       font-size: 2.5rem;
        line-height: 3rem; 
    }
  	.slider_btn a.btn-pair {
      height: 67px;
      font-size: 3rem;
    }
  
  	
}
@media(min-width: 1200px){
    .product_carousel-nav{
        width: 145px;
        position: absolute;
        top: 0;
        left: 0;
      max-height:544px;
      overflow:hidden;
    }
    .product_carousel{
        padding-left: 145px;
    }
  .product_carousel .item img{max-width:95% !important;}
  .product_carousel .item{text-align:left;}
  
    .subscribe-sec .product-thumb{
        margin: 0;
        text-align: left;
    }
    .subscribe-sec .display-2, .supplement-fact .display-2,
    .display-2{
        font-size: 4rem;
        line-height: 4.2rem;
    }
    .supplement-fact .supplement-fact-right p.sub-head{
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 500;
    }
  .supplement-fact .ingredients-container h2.display-2{
        padding-right: 2rem;
        border-right: .3rem solid #fff;
      	font-size: 3rem;
    }
  	.supplement-fact p{
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .slider_btn a.btn-pair {
      font-size: 3.5rem;
      height: 83px;
    }
    .carousel-content span.save {
      font-size: 3.5rem;
  	}
  	.carousel-content p {
    	font-size: 1.8rem;
	}
    .carousel-content span.price {
      font-size: 1.8rem;
  }
  .most-populer-sec .item-list{
  	    margin: 0;
  }
}
@media(min-width: 1280px){
  
    .product-details-page .btn-outline-primary{
        width: 300px;
    }
    .most-populer-sec .display-2{
        font-size: 5.5rem;
    }
    .most-populer-sec .item-list{
        max-width: 350px;
    }
    .most-populer-sec .item-list.active {
        max-width: 400px;
    }

}
@media (min-width: 1440px) {
.home.product_section .slick-dots {
  left: 300px;
}
  .product_carousel .item img {
    max-width: 93%!important;
}
}
@media(min-width: 1480px){
  
  .product_carousel .item img {
    max-width: 95%!important;
}
    .display-1{
        font-size: 5rem;
    }
    .ingredients-top::before{
        width: 823px;
        height: 823px;
    }
    .ingredients-top::after{
        width: 690px;
        height: 690px;
    }
    .ingredients-bottom::after{
        width: 736px;
        height: 736px;
        bottom: -270px;
    }
    .ingredients-bottom::before{
        width: 649px;
        height: 649px;
        bottom: -210px;
        left: -150px;
    }
    .product-details-page .product_carousel-nav .slick-slide img {
        max-width: 125px;
    }
    .subscribe-sec .display-2, .supplement-fact .display-2,
    .display-2{
        font-size: 5rem;
        line-height: 5.2rem;
    }
    .slider_btn a.btn-pair,
    .subs-button-sec .btn-outline-primary,
    .our-blog-sec .btn-primary{
        font-size: 4.5rem;
    }
  
    
}
@media(min-width: 1600px){
  .product_carousel-nav{
      max-height:fit-content;
    }
  .product_carousel .item{text-align:center}
  .product_carousel .item img {
    max-width: 93%!important;
}
    .container{
        max-width: 1480px;
    }
    .most-populer-sec .item-list{
        max-width: 400px;
    }
    .most-populer-sec .item-list.active{
        max-width: 472px;
    }
    .most-populer-sec .display-2 {
        font-size: 7.5rem;
    }
    .home.product_section .slick-dots {
      	left: 340px;
    }
}
@media(min-width: 1920px){
  .product_carousel .item img {
    max-width: 83%!important;
}
    .container{
        max-width: 1622px;
    }
    .product-details-page .btn-outline-primary{
        width: 398px;

    }
    .subscribe-sec .product-thumb,
    .ingredients-container{
        max-width: 812px;
    }
  .subscribe-sec p{
    letter-spacing: -.19px;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .supplement-fact .ingredients-container h2.display-2{
    font-size: 4.2rem;
  }
  .supplement-fact p{
  	font-size: 2.2rem;
  }
  .home.product_section .slick-dots {
        left: 380px;
    }
}
@media only screen and (max-width: 767px) {
    .banner_btn a, .slider_btn a {
        font-weight: bold;
        font-size: 2.5rem;
    }
    
}

@media (max-width: 576px) {
    .banner_text h1, .prd_details h2 {
        font-size: 3rem;
        line-height: 40px;
    }
    .banner_text p, .prd_details p {
        font-size: 1.8rem;
        line-height: 25px;
    }
  .supplement-fact-right .block+.block {
    	margin-left: 3rem;
  }
}

@media (max-width: 1600px) {
    
  .home.product_section .slick-dots{
  	bottom: 18.5%;
  }
}
@media (max-width: 1366px) {
    .home.product_section .slick-dots {
        left: 250px;
    }
  .most-populer-sec .btn-primary{
      width: 94%;
  }
}
@media (max-width: 1199px) {
    .home.product_section .slick-dots {
        left: 200px;
    }
}
@media (max-width: 991px) {
    .home.product_section .slick-dots {
        left: 140px;
    }
  .home.product_section .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slider_btn a.btn-pair {
      font-size: 2.5rem;
      height: 57px;
    }
  .home.product_section .swipe_more{
    font-size: 1.8rem;
}
  