/** Shopify CDN: Minification failed

Line 87:17 Expected identifier but found whitespace
Line 87:19 Unexpected "{"
Line 87:27 Expected ":"
Line 88:6 Expected identifier but found whitespace
Line 88:8 Expected identifier but found "%"
Line 88:74 Unexpected "{"
Line 88:75 Unexpected "{"
Line 88:83 Expected ":"
Line 88:107 Unexpected "{"
Line 88:108 Expected identifier but found "%"
... and 7 more hidden warnings

**/
@charset "utf-8";
/* CSS Document */



/* featured category page css strat */

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        display: none
    }
 
/* featured category page css end */



/* footer page css start */


  .section6{width:100%; margin: 0 auto; text-align: center;}

  .section6_bg{width: 100%;margin: 0 auto; background: #bdd51f;  /* fallback for old browsers */
   /* background: -webkit-linear-gradient(to bottom, #f6d139, #9a9c31);   Chrome 10-25, Safari 5.1-6 */
   /* background: linear-gradient(to bottom, #f6d139, #9a9c31);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }


  .section6_inner_item {display: inline-block;    vertical-align: top;    max-width: 270px;
    width: 270px; margin-top: 30px; margin-bottom:30px;}

  .section6_inner {text-align: center;  margin-bottom: 20px;}

  .list-unstyled {text-align:left; list-style: none; padding:0px 0px 0px 90px;  }
  .list-unstyled1 {text-align:left; list-style: none;padding: 0px 0px 0px 60px;}
  .list-unstyled a{color:#000;text-decoration: none;line-height: 1.5em;}

  .list-unstyled a:hover{color: #000000!important; text-decoration: none;  line-height: 1.5em;  font-weight: 550;}

  button.submit-btn{
    display: inline-block;  height: 28px;    width: 100%;    max-width: 55px;
    margin:0 auto; box-sizing: border-box; border: transparent; border-radius: 60px; font-size: 11px; font-weight: 500; color: #ffffff; background-color:#000;  cursor: pointer;   outline: none;	
  }

  input.email {width: 100%;    font-size: 11px;    max-width: 100px;    margin: 0;    background: #fff;    color: #000;
    border: 1px solid #e2e2e2;    border-radius: 20px;    padding: 0px 10px;outline:none;}

  hr {border-top: 0px;  border-left: 0px;  border-right: 0px; border-bottom: 0.5px solid #000; margin: 0 auto;}

  .copyright{margin:10px 0px;}

  @media (min-width: 767px){
    .review_section{width:30%;display:inline-flex;margin:1% 0%;align-items: center;
      justify-content: center;}
    .hide_section{display:inline-block;}

  }
  @media (max-width: 767px){
    .review_section{width:95%;display:inline-flex;margin:1% 0%;align-items: center;
      justify-content: center;}
    .list-unstyled {text-align:center; list-style: none; padding:0px 0px 0px 0px;  }
    .list-unstyled1 {text-align:center; list-style: none;padding: 0px 0px 0px 0px;}
    .hide_section{display:none;}
    .images-footer-section{
      width:158px;
    }

  }

.footer {
background-color: {{section.settings.fillColor}};
color: {% unless section.settings.contentColor contains 'rgba(0,0,0,0)' %}{{section.settings.contentColor}}{% else %}initial{% endunless %};
font-size: 15px;
padding: 32px 0px;
}

.footer__block {
padding: {{section.settings.spacing}}px {{section.settings.spacing}}px;
}




/* footer page css end */





/* header--default page css start */

    .page__header {
        min-height: max(var(--height), 4em);
    }

    .header__element--width {
        width: 100%;
        max-width: var(--logoWidth);
    }

    @media screen and (min-width: 768px){
        .main__navigation > .nav__link__holder > .nav__link {
            align-items: center;
            min-height: max(var(--height), 4em);
        }
    }

/* header--default page css end */



/* nutri-product-page__product css start */
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 30px!important;
  
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{background:rgb(94 94 94)}
main{background:#f6f6f2;}
.catimage-wrapper {
   background: transparent!important;
}

/* nutri-product-page__product css end */




/* block__nutri-product-page--swatch css start */

section#abc {
	 display: flex;
	 flex-flow: row wrap;
}
 section#abc > div {
	 flex: 1;
	 padding: 0.5rem;
}
 #abc input[type="radio"] {
	 display: none;
}
 #abc input[type="radio"]:not(:disabled) ~ .option-box {
     padding:15px;
	 cursor: pointer;
}
 #abc input[type="radio"]:disabled ~ .option-box {
	 color: rgba(188, 194, 191, 1);
	 border-color: rgba(188, 194, 191, 1);
	 box-shadow: none;
	 cursor: not-allowed;
}
 #abc .option-box {
	height: 100%;
    display: block;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    position: relative;
	border: 2px solid #000;
	background: #e3e3e3;
    max-width: 200px;

}
  span[data-swatch-option].swatch--active span {
    background-color: var(--accentColor);
    color: var(--accentTextColor);
    border-color: var(--accentColor);
    background: #fff!important;
    color: var(--textColor);
}
 #abc input[type="radio"]:checked + .option-box {
	padding: 40px;
	border: 0px;
    background: rgb(255 255 255);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px rgb(184 184 184 / 75%);
}


span[data-swatch-option].swatch--active span::after {
	color: rgba(61, 63, 67, 1);
    font-family: unicons-line;
    border: 2px solid rgb(33 33 33);
    content: "\e9c3";
    font-size: 24px;
    position: absolute;
    top: -15px;
    left: 98%;
    transform: translateX(-50%);
    height: 28px;
    width: 28px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: yellow;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
}
 
 #abc input[type="radio"]:checked + .option-box::after {
	 color: rgba(61, 63, 67, 1);
    font-family: unicons-line;
    border: 2px solid rgb(33 33 33);
    content: "\e9c3";
    font-size: 28px;
    position: absolute;
    top: -20px;
    left: 98%;
    transform: translateX(-50%);
    height: 32px;
    width: 32px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: yellow;
    box-shadow: 0px 2px 5px -2px rgb(0 0 0 / 25%);
}
 #abc input[type="radio"]#control_05:checked + .option-box {
	 background: red;
	 border-color: red;
}
 #abc h2.pack_heading {
	 text-align:left;
	 margin:10px 0px;
}	
	
#abc p {
	text-align: left;
    font-weight: 700;
    font-size: 14px;
    margin: 4px 0px;
}
#abc span {
	 text-align:left;
	 font-weight: 500;
	 font-size:14px;
	 margin:2px 0px;
     background:none;
     border:none
}	
	
#abc p span.product__price--old {
    color: #989898;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 700;
    line-height: 3em;
}
	
#abc p span.product__price {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}	
	
#abc span.tag {
    background-color: #000!important; color: #fff;border-radius:0px;
}	

.package_heading_padding{padding: 0px 0px 0px 15px;}
  
 @media only screen and (max-width: 700px) {
	 section#abc {flex-direction: column;}
  #abc .option-box { max-width: 280px;}

  section#abc > div { flex: 1; padding: 0.5rem; text-align: center;
}
  .package_heading_padding{padding: 0px 0px 0px 40px;}
 }

  
/* block__nutri-product-page--swatch css end */


/* gallery--default css start */

 .gallery {
    max-height: 1000px!important;
} 
.gallery__thumbnails {
    flex-direction: row !important;
    justify-content: space-between;
   }
.slider--product__holder {
    padding: 0px;
}

.gallery__thumbnail {
    height: 160px !important;
    width: 145px !important;
    padding-bottom: 15px;
    border-bottom: 0px solid gray;
}
.gallery__thumbnails span img {border-radius:0px !imporant;}
  
.main_section1{width:100%;max-width: 600px;margin: 0 auto;display: inline-block;}
.gallery1{display: inline-block;vertical-align: top;width:100%;} 
.gallery2{display: inline-block;vertical-align: top; max-width: 650px; width:100%;}	 

@media only screen and (max-width: 767px) {  
.gallery1{display: inline-block;vertical-align: top;width:100%;} 
  }


figure.containerZoom{background-position:50% 50%;position:relative;width:100%;overflow:hidden;cursor:zoom-in;margin:0}
figure.containerZoom img{transition:opacity .5s;display:block;width:100%}figure.containerZoom.active img{opacity:0}

/* gallery--default css end */




/* header__general--utility css start */

  .minicart__button.minicart__button--shopping-cart .uil-shopping-cart {
    background: #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.header__element--width.header__utility .user__button {
    border: 2px solid #7a7979;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    margin-left: 11px;
    margin-right: 11px;
}

.minicart__label .item__count {
    padding: 2px;
    min-height: 10px;
    min-width: 18px;
    font-size: 10px;
    display: block;
    position: absolute;
    text-align: center;
    font-weight: bold;
    right: -8px;
    user-select: none;
    background: rgb(255 255 255);
    color: #000000;
    border-radius: 10px;
    border: 1px solid #000;
}

  [data-bstr-section-slider] .slider__holder {
    height: 100%!important;
}

/* header__general--utility css end */




