/** Shopify CDN: Minification failed

Line 360:0 Unexpected "}"

**/
/* .rc-container-wrapper.rc_container_wrapper {
    display: none;
} */

.template-product div.rc_popup__block__footer {
    padding: 0;
    margin-bottom: 25px;
    text-align: right;
    height: 28px;
  
}
.grid__item .subscriptionOptionsArea {
    display: none;
}
body:not(.show_subs) .rc_container_custom {
    display: none !important;
}
.template-product .rc_popup__block {
    margin-top: 5px;
}
.template-product .rc_popup__block__content strong {
    font-weight: normal;
}
.template-product .rc_popup__hover {
    gap: 8px;
  z-index:1;
}
.template-product .rc_popup__block__content {
    color: #fff;
    padding: 20px;
   font-weight: normal;
}
.template-product .rc_popup__block:before {
    border-bottom-color: #191D48 !important;
}
.template-product .rc_popup__block:before {
    display: block;
    content: "";
    width: 1px;
    border: 10px solid transparent;
    position: absolute;
    top: -20px;
    left: 0;
}

.template-product .rc_popup__block {
    background: #191D48 !important;
   z-index:9999;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Dark background with transparency */
}

.natureslab-modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 3px solid #1e6286;
  width: 36%; /* Default width */
  max-width: 900px;
  top: 50px;
  border-radius: 15px;
}

.natureslab-modal-header {
      padding: 0px 30px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      top: 10px;
      position: relative;
    }

.close {
  font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
}

.close:hover,
.close:focus {
  color: #444;
  text-decoration: none;
}

.natureslab-modal-body-reward-img {
  padding: 0px 10px;
}

.natureslab-modal-body-reward-img img {
  width: 100%;
  border-radius: 35px;
  object-fit: cover;
}

.natureslab-modal-contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 5px 12px;
  position: relative;
  left: 17px;
}

.natureslab-modal-content1,
.natureslab-modal-content2,
.natureslab-modal-content3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.natureslab-modal-content1 img,
.natureslab-modal-content2 img,
.natureslab-modal-content3 img {
  width: 10%;
  object-fit: cover;
}

.natureslab-modal-content1-text,
.natureslab-modal-content2-text,
.natureslab-modal-content3-text {
  flex-grow: 1;
  color: #053347;
}

.natureslab-modal-content1-text,
.natureslab-modal-content2-text,
.natureslab-modal-content3-text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.modal-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-button p {
      cursor: pointer;
      background-color: #1e6284;
    color: #fff;
    font-size: 20px;
    border: 2px solid #000;
    width: 50%;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
}

.natureslab-modal-footer span {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

.natureslab-modal-footer p {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  color: #addcf3;
  margin: 0 auto;
}

.natureslab-modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #053347;
    position: relative;
    left: 110px;
    width: 63%;
    width: 100%;
    left: 0;
    padding: 6px 0;
    margin-top: 10px;
    border-radius: 0px 0px 11px 11px;
}
#rc_radio_options .rc_block__type span.rc_label_discount_offer {
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    border-radius: 8px 0 0;
}
#rc_radio_options .rc_block__type label.rc_label__onetime, #rc_radio_options .rc_block__type label.rc_label__autodeliver {
    
    height: auto;
    padding-bottom: 23px;
}
.site-footer__section.social li {
    margin: 0;
    padding: 0;
    width: 26px;
    height: 25px;
}

 

.site-footer__section.social .justify-space-between {
    justify-content: center;
    gap: 14px;
}
.site-footer__section.footer_payment_icons {
    position: relative;
}
.footer__social a img {
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
}

.site-footer__section.social {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Media Queries */
@media screen and (min-width: 767px){
  .site-footer__section.hide_mb{
  display: none !important;
}
}
@media screen and (max-width: 768px) {
  .natureslab-modal-contents {
    
    left: 0 !important; 
    padding: 0 22px !important;
}
  .natureslab-modal-content {
   
    width: 93% !important;
}
  .site-footer__section.social.hide_dsk{
  display: none !important;
}
  .lower_link_lists .site-footer__section.hide_mb {
    width: 100%;
}

.site-footer__section.hide_mb img {
    width: 30px;
    height: 30px;
}

.site-footer__section.hide_mb ul.footer__social {
    gap: 8px;
    justify-content: center;
}
}
#rc_radio_options .rc_block__type label.rc_label__onetime, #rc_radio_options .rc_block__type label.rc_label__autodeliver {
   
    margin-top: 8px !important;
}
     #rc_radio_options .rc_block__type span.rc_label_discount_offer{
       left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    border-radius: 8px 0px 0px 0px;
    }
  .natureslab-modal-content {
    width: 80%;
    border-radius: 0;
     width: 100%;
  max-width: 100%;
  box-sizing: border-box;
    overflow: hidden;
    width: 44%;
  }

  .natureslab-modal-content1 img,
  .natureslab-modal-content2 img,
  .natureslab-modal-content3 img {
    width: 10%;
     max-width: 100%;
  height: auto;
  }

  .natureslab-modal-footer {
    left: 0;
    width: 100%;
    border-radius:0;
  }

.natureslab-modal-body {
  box-sizing: border-box;
}
  
  .natureslab-modal-header {
    padding: 0 10px;
    top: 5px;
    right: 15px;
  }

  .natureslab-modal-content1,
  .natureslab-modal-content2,
  .natureslab-modal-content3 {
    /* flex-direction: column; */
    align-items: flex-start;
    gap: 11px;
  }

  .natureslab-modal-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px 5px;
    position: relative;
    left: 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.natureslab-modal-content1-text, .natureslab-modal-content2-text, .natureslab-modal-content3-text p {
    font-size: 15px !important;
  font-weight: 500;
    line-height: 20px;
          text-align: start;
  }
  
  .natureslab-modal-body-reward-img img {
    width: 100%;
    border-radius: 10px;
  }

  .modal-button p {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .natureslab-modal-content {
    width: 90%;
    border-radius: 0;
     width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  }

  .natureslab-modal-content1 img,
  .natureslab-modal-content2 img,
  .natureslab-modal-content3 img {
    width: 15%;
     max-width: 100%;
  height: auto;
  }

  .modal-button p {
    width: 50%;
  }

.natureslab-modal-body {
  box-sizing: border-box;
}
  
.natureslab-modal-content1-text, .natureslab-modal-content2-text, .natureslab-modal-content3-text p {
    font-size: 12px !important;
  font-weight: 500;
    line-height: 20px;
          text-align: start;
  }
  
  .natureslab-modal-contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5px 5px;
    position: relative;
    left: 15px;
    overflow: hidden;
    box-sizing: border-box;
}
}


.rc-container-wrapper.rc_container_wrapper {
  display:block !Important;
}
.cky-consent-container.cky-box-bottom-left {
    display: none;
}
.list-cust-div {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    padding: 16px 10px 15px;
}

.list-cust-div.list-cust-div-2 {
    display: none;
}
span.one_timepice {
    padding-left: 9px;
    text-decoration: line-through;
}
.rc_block.rc_block__type.rc_block__type__autodeliver.rc_block__type--active{
    box-shadow: 0px 0px 4px 1px #008e3c;
}
.list-cust-div ul li {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.list-cust-div ul a{
  font-size: 14px;
    line-height: 16px;
    color: #6da3c2;
  text-decoration: underline;
}

.list-cust-div ul li::marker {
    font-size: 9px;
}

.list-cust-div ul {
    margin-left: 25px;
    margin-bottom: 0px;
}
footer#for_footer {
    display: none;
}
body {
    overflow-x: hidden;
}
#for_footer svg.icon.icon--full-color {
    width: auto;
    height: auto;
}
.rc_block.rc_block__type.rc_block__type__onetime.rc_block__type--active {
   
    position: relative;
    z-index: 1;
}
.product_with_benefit_container p {
    font-size: 16px;
    font-weight: 600;
    color: rgb(124, 94, 64);
}
p {
    /* font-size: 16px; */
    /* font-weight: 400; */
    /* color: rgb(124, 94, 64); */
}

.product_with_benefit_container p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(124, 94, 64);
}

.product_with_benefit_container h2 {
    font-size: 32px;
    font-family: Montserrat;
    color: rgb(124, 94, 64);
  font-weight: 700;
}

.product_with_benefit_container h2 span {
    color: rgb(221, 141, 61);
}
.purchase_section_container-ver-2 .text_section.tab-mar {margin-bottom: 30px;}


.product_disclaimer_para p {
    font-family: Montserrat;
    font-size: 12px;
    text-align: center;
      font-weight: 300;
      line-height: 26px;
}

.product-page-listsection .container {
    background: #ebf7ff;
    color: #033448;
}

.product-page-listsection .list-heading-div h2 {
    color: #033448;
}

.product-page-listsection .list-heading-div h3 {
    color: #000;
}

.product-page-listsection .righ-col-h3-div h3 {
    background: #033448;
}

.product-page-listsection .col-right-list-div ul li i {
    background: #2c8dc7;
}
.product-page-listsection {
    margin: 6px 0px;
}


.footer_logo_col {
    padding: 20px 0 30px;
   background-color:#E9E9E9;
}

.footer_logo_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.footer_logo_img img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rc-container-wrapper.rc_container_wrapper {
    display: none !important;
}
@media screen and (min-width: 1024px){
.hide_only{
  display:none !important;
}

}
@media screen and (max-width: 1024px){
  .product__slide .image-wrap div {
    display: none !important;
}
  .fullscreenDiv .controlHolder, .fullscreenDiv div,.product__photo-zoom {
    display: none !important;
    visibility:hidden;
}
.proimgs{
  display:none !important;
}
}
@media screen and (max-width: 767px){
    .product-page-listsection {
    margin: 0px 0;
    padding: 0px 20px;
}
  .product-page-listsection .list-heading-div h2 {
    margin-bottom: 25px;
}
  .product_disclaimer_para p {
    line-height: 20px;
}
  .purchase_section_container-ver-2 .banner_content.tab {
    width: 100%;
}
  .purchase_section_container-ver-2 .text_section.tab-mar {
    margin-bottom: 0;
}
  .product_with_benefit_container h2 span br {
    display: none;
}
.product-single__prices.hideDesktop span[data-price-a11y],.product-single__prices.hideDesktop span[data-compare-a11y]
{
  display:none !important;
}
.list-cust-div ul li {
   
    text-align: left;
}
.list-cust-div ul a {
  text-align: left;
    display: flex;
}
  span.one_timepice {
    font-size: 19px;
    font-weight: 500;
}

.rightProductPart .product-single__meta .product__price {
    font-size: 26px;
}
  .footer_logo_img img {
    width: 150px;
}
}