/** Shopify CDN: Minification failed

Line 317:59 Unexpected "@"
Line 2536:16 Unexpected "@"

**/
/*.moderate .shopify-payment-button, 
.moderate-combo .shopify-payment-button{
    position:relative;
}
.moderate .shopify-payment-button:after, 
.moderate-combo .shopify-payment-button:after{
    position:absolute;
    background:#f90;
    width:100%;
    height:47px;
    content:"";
    z-index:9999999999;
    top:0;
    left:0;
    right:0;
    cursor:pointer;
    opacity:0;
}*/

#sy-whatshelp {
    right:22px;
    bottom:88px;
    position:fixed;
    z-index:9999;
}
#sy-whatshelp a.sywh-open-services {
    background-color:#25d366;
    color: #fff;
    line-height:58px;
    margin-top: 0;
    border: none;
    cursor: pointer;
    width:58px;
    height:58px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: block
}
#sy-whatshelp a.sywh-open-services i {
    line-height: 35px
}
#sy-whatshelp a.sywh-open-services img{
    max-width:100%;
}
.color-background-2 {
   background:transparent !important;
}
.header__menu-item:hover span, 
details[open]:hover > .header__menu-item,
details[open] > .header__menu-item,
.header__menu-item:hover .header__active-menu-item {
    text-decoration:none !important;
}
/* ul li, ol li{
   font-family: 'DINOT-Regular' !important;
}
.menu-drawer__menu-item {
    font-family: 'DINOT-Regular' !important;
} */
#CartDrawer cart-remove-button .button.button--tertiary{
    color:#f00;
}
#CartDrawer .quantity {
    height:40px !important;
    min-height:40px;
}
#CartDrawer .cart-item__details>*+* {
    margin-top:.2rem;
}
#CartDrawer .cart-item__name{ font-weight:600; }
#CartDrawer cart-drawer-items{
  height:70%;
  overflow-y:scroll !important;
}
#CartDrawer cart-drawer-items dl .product-option{
   font-size:10px;
   line-height:12px;
}
#CartDrawer .cart-items td.cart-item__totals.right{
   padding-right:5px;
}
#CartDrawer .cart-items td.cart-item__totals.right .cart-item__price-wrapper span{
    color:#ed0061;
    font-weight:600;
    font-size:12px;
}
#CartDrawer.cart-drawer .cart-items td.cart-item__media, 
#CartDrawer.cart-drawer .cart-items td.cart-item__details,
#CartDrawer.cart-drawer .cart-items td.cart-item__totals{ 
    padding-top:1rem; 
}
#CartDrawer.cart-drawer .cart-item {
    border-bottom:1px solid #ddd;
}
#CartDrawer .cart-item__name, #CartDrawer .cart-item__name:hover{
    text-decoration: none;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#CartDrawer.cart-drawer .cart__checkout-button {
    width: 100%;
    background: #ED0061;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px;
    min-height: 50px;
}
#checkout.cart__checkout-button.button{
    background: #ED0061 !important;
    color: #fff;
    /* font-family: Poppins-Medium; */
    font-size: 18px !important;
    padding: 0.3rem;
    border-radius: 4px !important;
    transition: none !important;
}
#checkout.cart__checkout-button.button:after, 
#checkout.cart__checkout-button.button:before{ 
    display:none; 
}
#main-cart-footer .cart__footer {
    padding:0 0 15px 0;
}
.template-cart .title-wrapper-with-link{
    margin:0 0 30px 0;
}
.drawer .drawer__inner{
    padding:0 2rem 0 1.5rem;
}
.totals > .totals__subtotal-value{
    font-weight:600;
}
.carbcheck_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display:none;
}
.carbcheck_close {
  text-decoration:none;
  font-size:30px;
  font-weight: bold;
  height: inherit;
  line-height:30px;
  position:absolute;
  top:15px;
  right:15px;
  color:#f00;
  z-index:99999;
}
.carbcheck_overlay:target {
  visibility: visible;
  opacity: 1;
}
.carbintake_img img{
  width:100%;
}
.carbcheck_popup h3 {
  text-align: center;
  color: #ed0061;
  font-size: 22px;
}
.carbcheck_popup h4 {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.carbcheck_popup #message {
    opacity: 0;
    padding: 0;
    font-size: 0px;
    margin: 0;
    line-height: 0;
}
.carbcheck_popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width:700px;
  position: relative;
  transition: all 5s ease-in-out;
}
.moderatecarbintake_wp{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.carbintake_lft, .carbintake_img{ width:50%; }
.carbintake_lft{
   padding-right:15px;
}
.carbintake_lft p{
   text-align:left !important;
}
.carbintake_lft ul{ margin:0; padding:0 0 0 20px; }
.carbintake_lft ul li{ font-size:16px; margin-bottom:10px; }
.carbintake_lft ul li::marker {
    color:#19792a;
    font-size:26px;
}
.product-media-container .media {
    padding-top: var(--ratio-percent) !important;
}
.header__icon .icon.icon-cart{
    color:#ED0061 !important;
}
.header__icon .cart-count-bubble>span{
    color:#19782a !important;
    font-weight:900;
    font-size:11px;
}
.header__icon:hover .icon, 
.modal__close-button:hover .icon {
    transform:inherit !important;
}
/* .happygut_manuf{ display:none; } */

.genome360.template-product .product-form__input input[type=radio]+label, 
.genome360.template-product .product-form__input input[type=radio]+label:hover,
.genome360.template-product .product-form__input input[type=radio]:checked+label, 
.genome360.template-product .product-form__input input[type=radio]:checked+label:hover,
.advanced-genetic-test-diabetes.template-product .product-form__input input[type=radio]+label, 
.advanced-genetic-test-diabetes.template-product .product-form__input input[type=radio]+label:hover,
.advanced-genetic-test-diabetes.template-product .product-form__input input[type=radio]:checked+label, 
.advanced-genetic-test-diabetes.template-product .product-form__input input[type=radio]:checked+label:hover,
.advanced-genetic-test-obesity.template-product .product-form__input input[type=radio]+label, 
.advanced-genetic-test-obesity.template-product .product-form__input input[type=radio]+label:hover,
.advanced-genetic-test-obesity.template-product .product-form__input input[type=radio]:checked+label, 
.advanced-genetic-test-obesity.template-product .product-form__input input[type=radio]:checked+label:hover{
   min-height: inherit;
}
.s2kwpi2, .s2kwpi1, .a8x1wuu, .a8x1wus, #cart-link svg *{ color:#ED0061; font-weight:600; stroke:#ED0061 !important; }
.OfferCard__variant-selector.svelte-bm3bl2,
.OfferCard__middle.svelte-bm3bl2.svelte-bm3bl2,
.moderate-combo #ProductSubmitButton-template--22650008666433__main{
   display:none !important;
}
.moderate-combo .manufactured_txt p.marketed_address, 
.moderate-stage .manufactured_txt{ display:none; }
.moderate-combo .product-form__input input[type=radio]:disabled+label,
.moderate-combo .product-form__input input[type=radio]:disabled+label:hover,
.moderate-combo .product-form__input input[type=radio]+label, 
.moderate-combo .product-form__input input[type=radio]+label:hover,
.moderate-combo .product-form__input input[type=radio]:checked+label, 
.moderate-combo .product-form__input input[type=radio]:checked+label:hover{
    min-height: 50px;
}
.introduceproduct_info{ } 
.introducedesk_img img{ width:100%; display:block; }
.bloodcollection_slider .bloodcollection_slide{ padding-bottom:2px; } 
.bloodcollection_Sec h2, 
.bloodcollection_Sec h2 a, 
.bloodcollection_Sec h2 a:hover{ 
  margin-top:0; margin-bottom:6px; text-align:left; color:#ed0061; 
  text-decoration:none; font-weight:bold;
}
.bloodcollection_slide .goldstand_click{ padding:4px 0 10px 0;}
.bloodcollection_Sec h2 a:hover{ text-decoration:underline; }
.bloodcollection_Sec h2 img{ padding-left:5px; width:20px; }
.bloodcollection_Sec h3{ margin-top:0; font-size:20px; text-align:left; color:#333;}
.form-control {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height:44px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.desktop_vid, .mobile_vid{ position:relative; }
.videobanner_buynow, .videobanner_buynow:hover{
    position: absolute;
    left: 0;
    right: 0;
    z-index:2;
    bottom: 13%;
    text-align: center;
    margin: 0px auto;
}
.menu-drawer__navigation-container .menu-drawer__account.link,
.menu-drawer__navigation ul.menu-drawer__menu li:last-child@,
.header__inline-menu ul.list-menu li:last-child{
	display:none;
}
.videobanner_buynow a, .videobanner_buynow a:hover{
    background: #ED0061 !important;
    color: #fff;
    /* font-family: Poppins-Medium !important; */
    font-size: 18px !important;
    padding:15px 35px;
    border-radius:4px !important;
    text-decoration: none;
}
.mobile_video{
    display:none;
}
#shopify-section-template--19142982861121__f9075a41-c24a-4d71-8fce-225b61e4a150 .color-background-2.gradient,
#shopify-section-template--21262899085633__83163916-44f3-4f75-9754-297f4301b1c7 .color-background-2.gradient{
  background:#a4d89f !important;
}
#shopify-section-template--19142982861121__f9075a41-c24a-4d71-8fce-225b61e4a150 .section-template--19142982861121__f9075a41-c24a-4d71-8fce-225b61e4a150-padding,
#shopify-section-template--21262899085633__83163916-44f3-4f75-9754-297f4301b1c7 .section-template--21262899085633__83163916-44f3-4f75-9754-297f4301b1c7-padding{
  background:url('https://cdn.shopify.com/s/files/1/0760/1527/2257/files/calc_bg.png?v=1695887852') repeat-y;
  background-size:100%;
  background-position:left top;
}
.foodcalc_wp{
   display:flex;
   align-items: flex-start;
}
.foodcalc_wp h2 {
    width: 30%;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.foodcalc_row{
    display: flex;
    align-items: center;
    width: 100%;
}
.foodcalc_lft{
   width:82%;
}
.foodcalc_rght{
   margin-left:2%;
}
.foodcalc_sec{
    /*padding:50px 0;*/
}
.foodcalc_inner{  
    max-width:600px;
    /*margin:0px auto;*/
    width:100%;
    padding:13px 0 0 0;
}
.foodcalc_inner h3{
   margin-top:0px;
   font-size:24px;
}
.foodcalc_inner label{
   font-size:18px;
   color:#000;
}
.carbs_table{
   display:none;
   margin-top:1.2rem;
}
.submit_btn{
    background: #ed0061;
    border: 1px solid #ed0061;
    border-radius: 4px;
    color: #fff;
    padding:9px 20px;
    cursor:pointer;
    font-size:15px;
    font-weight:bold;
}
#dataTable tbody+tbody, 
#dataTable td, 
#dataTable th, 
#dataTable thead th {
    border:none;
    border-spacing: 0px;
}
#dataTable tbody tr th img,
#dataTable thead tr th img{
    vertical-align:bottom;
    position:absolute;
    left:10px;
    top:12px;
}
#dataTable tbody tr th img{
    vertical-align: text-bottom;
}
#dataTable{
    width: 100%;
    margin-bottom:0;
    color: #212529;
    border:1px solid #a6e4a1;
    border-spacing: 0px;
}
.select2,
#selectOption{
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  width:100% !important;
}
#dataTable thead{
    background:#ED0061;
}
#dataTable tbody tr{
    background:#fff;
}
#dataTable tbody tr:nth-child(even){
    background:#f0f0f0;
}
#dataTable tr td,
#dataTable tr th{
   vertical-align:inherit;
   padding:1.3rem 1.3rem;
   border-bottom: 1px solid #fff;
   text-align:left;
   font-size:15px;
   line-height:18px;
   position:relative;
}
#dataTable tr th br{ display:none; }
#dataTable tr th:first-child{
   width:35%;
   padding-left:40px;
}
#dataTable tr td img{
    vertical-align:revert;
}
#dataTable thead th{
   color:#fff;
   position:relative; 
}
#dataTable thead tr th sup{
    font-style:normal;
    font-size: 16px;
    top:-0.2em;
}
.mtb{
   margin-bottom:1.2rem;
   margin-top:1.2rem;
}
.mb{
   margin-bottom:1.2rem;
}
.knomorebutton {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 15px;
  gap: 10px;
  color: #1F1A1A;
  width:230px;
  height: 44px;
  border: 1px solid #000000;
  border-radius:6px;
  text-decoration: none;
  font-size: 14px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0 auto;
  /* font-family: 'Poppins-Bold' !important; */
}
footer.footer {
    margin-top:0px !important;
}
.d-none{
  display:none;
}
.shopify-challenge__container .shopify-challenge__button{
    margin:20px auto;
    padding: 12px 24px;
    height: 44px;
    background: #ED0061;
    border-radius: 42px;
    color: #fff;
    font-size: 14px;
    border: none;
    /* font-family: 'Poppins-Bold'; */
}
.subscribe-button,
.buy-now-button{
    cursor:pointer;
}
.customer.register form {
    margin-top: 0;
}
.customer.register,
.customer.login {
    background: #ffe8d6;
    border-radius: 10px;
    margin:40px auto 40px auto !important;
    padding: 20px !important;
}
.customer.register a,
.customer.register a:hover,
.customer.login a,
.customer.login a:hover{
   color:#19792a;
}
.customer button, .customer button:hover{
    padding: 12px 24px;
    height: 44px;
    background:#ED0061 !important;
    border-radius:4px !important;
    color:#fff !important;
    border: none;
    /* font-family:'Poppins-Bold' !important; */
}
.customer button:after, 
.customer button:before{
    display:none;
}

.product-form__buttons .shopify-payment-button__button:hover:after, 
.product-form__buttons .shopify-payment-button__button:hover:before,
.product-form__buttons .shopify-payment-button__button:after, 
.product-form__buttons .shopify-payment-button__button:before,
/* .product-form__submit.button:hover:after, 
.product-form__submit.button:hover:before,
.product-form__submit.button:after, 
.product-form__submit.button:before, */
.customer button:hover:after, 
.customer button:hover:before,
.customer button:after, 
.customer button:before{
    border: 0;
    outline: none;
    box-shadow: none;
    background:#ED0061 !important;
    border-radius:4px !important;
    /* width:210px; */
    width:100%;
    z-index:0;
}
#recover:focus-visible{
    outline:none !important;
    box-shadow:none !important;
}
.customer.login h2:focus-visible,
.customer.register h2.form__message,
.customer.login h2.form__message{
    font-weight: normal;
    font-size: 14px;
    /* font-family: 'Poppins-Bold' !important; */
    color: #f00;
    margin: 0;
    padding: 0 !important;
    outline:none !important;
    box-shadow:none !important;
}
.customer.register .errors ul,
.customer.login .errors ul{
    margin-bottom: 10px;
    padding-top: 0;
    margin-top: 4px;
    padding-left: 30px;
    font-size: 14px;
}
.moderate_img{ 
  width:220px;
}
.headerbuy {
    background: #ED0061;
    width: 54px;
    height: 28px;
    padding: 4px 14px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius:6px;
    /* font-family: 'Poppins-Bold' !important; */
}
.comment-form input[type="submit"],
span.buynowbuton {
    padding: 11px 15px;
    background: #ED0061;
    border-radius: 45px;
    /* font-family: Poppins-Bold!important; */
    color:#fff;
}
span.buynowbuton {
    margin-left:0%;
    padding:7px 10px 6px 10px;
    font-size:13px;
}
.collapsible-content summary:hover {
    background: none !important;
}
.accordion {
    border-top: none !important;
}
.page-width.banner__content{
    padding-left: 0;
    padding-right: 0;
} 
.boxwithicon ul {
    margin:0px;
}
.howtousemoderate_list{
    display:flex;
}
.rich-text__blocks {
  max-width:100% !important;
}
.scrolling-bar {
    overflow-x: inherit !important;
}
.banner .banner__buttons a, .banner .banner__buttons a:hover{
  /* font-family: 'Poppins-Bold' !important; */
  font-size:14px;
}
.banner p{
  color: #fff;
}
.timerwithicon h2,
.marquee-slider-wrapper h2,
.enjoyyourmeals_sec h3,
.moderatetypes_fullsec h2,
.blog h3,
.blog-section h3,
.faq_sec h3,
.foodcalc_wp h2,
.moderatebenefits_fullsec h2,
.whatismoderate_sec h2{
  /* font-family: 'Grotta-Trial-Semibold'; */
  color: #1F1A1A;
  font-size:28px;
  line-height:34px;
}
.moderatetypes_fullsec h1{
  /* font-family: 'Grotta-Trial-Semibold'; */
  color: #1F1A1A;
  font-size:28px;
  line-height:34px;
}
.hometestimonial_sec{
/*   background: #a4d89f; */
}
.collapsible-content-wrapper-narrow {
  margin: 0 auto !important;
  padding-right:0;
  padding-left:0;
  max-width:1200px !important;
  width:100%;
}
.card__inner{
  background:transparent;
}
.grid{
  gap:10px;
}
.footer__content-top.page-width{
   padding-bottom:20px;
}
.product-form__buttons button{
   border-radius:4px;
   /* font-family: 'Poppins-Bold'; */
}
.product-form__submit.button:hover:after, 
.product-form__submit.button:hover::after,
.product-form__submit.button:hover:before,
.product-form__buttons button:after, 
.product-form__buttons button:before{
  border: 0;
  outline: none;
  box-shadow:none !important;
}
/* .product-form__buttons .product-form__submit{
   border:1px solid #000;
   color:#1f1a1a;
} */
.product-form__buttons .shopify-payment-button__button.shopify-payment-button__button--unbranded.shopify-payment-button__skeleton,
.product-form__buttons .shopify-payment-button__skeleton,
.product-form__buttons .shopify-payment-button__button.shopify-payment-button__button--unbranded,
.product-form__buttons .shopify-payment-button__button:hover.shopify-payment-button__button--unbranded:hover,
.product-form__buttons .shopify-payment-button__button,
.product-form__buttons .shopify-payment-button__button:hover,
.product-form__buttons .shopify-payment-button__button:hover:not([disabled]){
    background:#ED0061 !important;
  /*background:#19782a !important;
  font-family: Poppins-Medium;*/
    color:#fff;
    font-size:18px !important;
    padding: 0.3rem;
    border-radius: 4px !important;
    transition:none !important;
    opacity:1 !important;
}
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button--unbranded:hover, 
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color:#ED0061 !important;
    border-radius: 4px !important;
}
marquee{
   width: 100%;
   overflow: hidden;
   display:block;
}
.product-media-container.constrain-height.media-fit-contain {
    border: 0;
    box-shadow: none;
    outline: none;
}
.product--large:not(.product--no-media) .product__media-wrapper {
    max-width:55% !important;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.product--large:not(.product--no-media) .product__info-wrapper {
    max-width:45% !important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.watch-video, .watch-video:hover {
    background:#19792a url(.../../../assets/play_icon_new.png) 167px center no-repeat;
    border: 0;
    border-radius: 42px;
    padding: 12px 40px 12px 25px;
    color: #fff;
    /* font-family: Poppins-Medium; */
    margin-top: 0!important;
    font-size:18px;
}
.video-banner h1 {
   font-size:52px;
   margin-top:0px;
}
.video-banner h1 em{
   /* font-family: 'Poppins-Medium'; */
   font-style:normal;
   display:block;
   font-style:italic;
   color: #ed0061;
}
.text-center{
   text-align:center;
}
.forth-left-content p, 
.forth-right-content p{
  /* font-family: 'Poppins-Medium' !important; */
  font-size:18px;
  text-align:center;
}
.down_arrow {
    background: url(.../../../assets/down_arrow.png) right bottom no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 100%;
    vertical-align: top;
}
.footer__content-bottom-wrapper{
  display:block !important;
  text-align:center;
}
.shopify-policy__container {
    max-width: 1200px;
    width:100%;
    padding-left: 0;
    padding-right: 0;
}
.shopify-policy__title h1{
  font-size:42px;
}
.shopify-policy__body h2{
  font-size:32px;
  margin: 0 0 0px 0;
}
.shopify-policy__body h3 {
    font-size: 26px;
    margin: 0 0 -10px 0;
}
.shopify-policy__body ul {
    padding: 20px 0 15px 15px;
    margin: 0;
}
.shopify-policy__body ul li{
   margin-bottom:10px;
}
.header__menu-item span.header__active-menu-item{
    color:#ED0061;
    text-decoration:none;
}
.header__menu-item .header__menu-item:hover span{
    text-decoration:none;
}
.testimonial-image-wp{
   display:flex;
   align-items:center;
}
.textexpand a, .textexpand a:hover{
   color:#ED0061;
}
/* #shopify-section-template--19332044783937__93627c11-04f9-4827-aa6e-e7bbeebed207 .gradient,
#shopify-section-template--19332044783937__2f047bdb-3284-439a-a4cd-f19b68ea80cf,
#shopify-section-template--19332044783937__537d149e-4bef-4a6f-acc6-1eb00ebfe028{
    background: #ffe8d6;
} */
footer .footer__content-top .grid {
    align-items: center;
    max-width:800px;
    margin: 0 auto;
    text-align: center;
}
footer .grid--3-col-tablet .grid__item {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
footer .footer-block__image-wrapper{
    margin-bottom:0px;
}
.article-template__hero-container {
    max-width: 100%;
}
.article-template__hero-container .article-template__hero-adapt.media{
    height:520px;
    padding: 0 !important;
    background: transparent;
}
.article-template__hero-container .media>img {
    position: inherit;
    top: inherit;
    left: inherit;
    height: inherit;
    border-radius: 15px;
    background: transparent;
}
.team_wp{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 -15px;
}
.team_list{
    padding: 0 15px;
}
.team_list h4,
.team_list p,
.team_list a, 
.team_list a:hover{
    text-decoration:none;
}
.team_list h4{
    font-size: 20px;
    margin: 15px 0 5px 0;
    color: #19792a;
}
.team_list p{
    margin:0;
}
.article-card .card__heading, 
.article-card .card__heading a, 
.article-card .card__heading a:hover{
    color:#19792a !important;
    /* font-family: 'Medium' !important; */
}
.teammember_img img{
    /*width:270px;*/
    width:100%;
    max-width:100%;
    height:309px;
    object-fit: cover;
    object-position: top center;
}
.popup_teammember_img img{
    width:128px;
    height:128px;
    border-radius:100px;
    object-fit: cover;
    object-position: top center;
}
.teammember_wp {
    display: flex;
    align-items: center;
    border-bottom:1px solid #ED0061;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.teammember_cnt{
   padding-left:35px;
}
.popup-modal-dismiss{
   position:absolute;
   right:15px;
   top:15px;
}
.popup-modal-dismiss img{
   height:18px;
   width:18px;
}
.teammember_cnt h3{
   font-size:24px;
   margin:0 0 5px 0;
}
.teammember_cnt h6 {
    font-size: 14px;
    line-height:18px; 
    margin: 0;
    opacity: 0.6;
}
.teammember_cnt p{
   margin:0;
}
body.template-index .testimonial-slider{
   overflow:hidden;
   visibility: hidden;
}
body.template-index .testimonial-slider.slick-slider{
   visibility:visible;
}

/* Arrows */
.ingredients-slider .slick-prev,
.ingredients-slider .slick-next,
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width:24px;
    height:24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color:#000;
    border: none;
    outline: none;
    background:#f5f5f5;
    border-radius:100%;
}
.ingredients-slider .slick-prev,
.testimonial-slider .slick-prev{
    left: -25px;
}
.ingredients-slider .slick-next,
.testimonial-slider .slick-next{
    right: -25px;
}
.ingredients-slider .slick-prev:before,
.ingredients-slider .slick-next:before,
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before{
    position:absolute;
    top:0;
    display: block;
    font-weight:bold;
    color:#000;
    font-size:14px;
    line-height: 24px;
    text-align: center;
    left: 0;
    right: 0;
}
.ingredients-slider .slick-prev:before,
.testimonial-slider .slick-prev:before{
    content: '←';
}
.ingredients-slider .slick-next:before,
.testimonial-slider .slick-next:before{
    content: '→';
}
.ingredients-slider.noslider,
.testimonial-slider.noslider{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
}
.ingredients-slider.noslider .testimonial-slide,
.testimonial-slider.noslider .testimonial-slide {
    margin: 0 12px 25px;
}
.team_nav{
    margin:0 -15px;
}
.white-popup-block {
    background: #f5f5f5;
    padding:50px;
    text-align: left;
    max-width:800px;
    margin:20px auto;
    position: relative
}
.mfp-hide {
    display: none!important;
}
.mfp-bg {
    display:block !important;
}
.breadcrumb{
    padding:15px 0;
}
.breadcrumb.page-width {
  margin: 0 auto;
}
.breadcrumb a{
  text-decoration:none;
  color: #000;
}
.breadcrumb a:hover,
.breadcrumb .breadcrumb-title{
    color: #ed0061;
}
.breadcrumb-arrow{
    vertical-align: middle;
    margin: -5px 4px 0 4px;
    height:10px;
    width:10px;
}
.article__sub-meta-date span{
    color: #999;
}
.article__sub-meta-date span a,
.article__sub-meta-date span a:hover{
    color: #ed0061;
    /* font-family: 'Poppins-Bold' !important; */
}
.article-template .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.article-template table.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    max-width: 800px;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    display: table-cell;
}
.article-template .table th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background:#f5f5f5;
}
.article-template .table td, 
.article-template .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align:left;
}
.article-template__sticky-bar {
    background-color:#ffe0cb;
    padding: 10px;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 9;
    text-decoration: none;
    width: 100%;
}
.article-template p a,
.article-template p a:hover{
    color:#ed0061;
    text-decoration:underline;
}

.article-template p{
    font-style: normal;
    font-weight: normal;
}

.article-template p strong {
    /* font-family: 'Poppins-Medium' !important; */
}

.article-template h2,
.article-template h3,
.article-template h4,
.article-template h5,
.article-template h6 {
    margin:0px 0 -5px 0;
}
.article-template h3{
    margin-bottom:5px;
}
.article-template h1{
    font-size:36px !important;
}
.article-template h2 {
    font-size: 32px !important;
    /* font-family: 'Grotta-Trial-Semibold' !important; */
    margin-bottom: 10px;
}
.footer-payments h3,
.article-template h3 {
    font-size: 28px !important;
    /* font-family: 'Grotta-Trial-Semibold' !important; */
}

.article-template h4 {
    font-size: 24px !important;
    /* font-family: 'Grotta-Trial-Semibold' !important; */
}

.article-template h5 {
    font-size: 20px !important;
    /* font-family: 'Grotta-Trial-Semibold' !important; */
}

.article-template h6 {
    font-size: 18px !important;
    /* font-family: 'Grotta-Trial-Semibold' !important; */
}

.article-template ul,
.article-template ol {
    padding:0px 0px 0px 5px !important;
}
.article-template ul li,
.article-template ol li {
    margin-bottom:10px;
    word-wrap: break-word;
}
.article-template ul li a:hover,
.article-template ol li a:hover{
    color:#ed0061;
}
.article-template__comment-wrapper h2 {
    margin-bottom: 10px;
}
.share-buttons{
   display: flex;
   align-items: center;
}
.article-template h5.share-buttons__title{
   margin:0 !important;
   font-size:16px !important;
   color:#ed0061;
   margin: 0 10px 0 0px !important;
}
.article-template .related-articles h3{
   text-align:center;
   margin:0 0 30px 0;
}
.social-icons a{
   margin:0 8px 0 0;
   float:left;
}
.social-icons a img{
   display:block;
}
ul.list_icons{
   padding:0; 
   margin:0;
}
ul.list_icons li {
    background: url('.../../../assets/right-arrow.png') 0px 4px no-repeat;
    padding-left: 20px;
    list-style: none;
}
.main-blog .title--primary {
    margin: 0 0 2rem 0;
}
.related-article__image img{
    height:250px !important;
}
.footer-payments {
	text-align: center;
}
.footer-payments ul {
	margin: 0;
    padding: 0;
}
.footer-payments ul li {
	display: inline-block;
	margin: 10px 15px;
	max-width: 90px;
}
.footer-payments ul li img {
    max-width: 100%;
}
.footer-block__details-content ul{
    list-style: none;
}
.footer-block__details-content ul li{
    margin-bottom:8px;
}
#ImageWithText--template--19067750285633__75ebed55-77e6-4eee-81c6-e2eea9f1d69c p a:first-child,
#ImageWithText--template--19067750285633__75ebed55-77e6-4eee-81c6-e2eea9f1d69c p a:first-child:hover{
    background:#19792a;
}
/* blog related articles css */
.related-articles {
    margin-top: 40px;
  /*background: rgb(252, 252, 237); */
    padding: 30px 0;
}

.related-articles__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.related-articles__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related-article {
  flex-basis: calc(33.333% - 15px);
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  border-radius: 10px;
}

.related-article:hover {
   box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.12);
}

.related-article__image {
  width: 100%;
}

.related-article__image img {
/*   position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display:block;
  border-radius:10px 10px 0 0;
}

.related-article__title {
   padding:15px 15px 20px 15px;
   text-align:left;
}
/* blog related articles css end */
/*Sixth section css start*/
#shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 h4{
    /* font-family: 'Poppins-Bold'; */
    font-size:24px;
    color:#1f1a1a;
}
#shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary,
#shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary:hover{
    padding: 12px 24px;
    color: #fff;
    height:44px !important;
    border: 0px solid #ED0061;
    border-radius: 42px;
    font-size: 16px;
    /* font-family: 'Poppins-Bold' !important; */
    background: #ED0061;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
#shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary:after, 
#shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary:before,
#shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary:hover:after,
#shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary:hover:before{
      border: 0;
      outline: none;
      box-shadow:none !important;
}
/*Sixth section css end*/
/*product jul-7-23 new css*/
#shopify-section-template--19857426579777__9eb33e76-4b6c-4c79-916a-fab934fa6ddf .gradient,
#shopify-section-template--19210782671169__9eb33e76-4b6c-4c79-916a-fab934fa6ddf .gradient{
    background: rgb(244, 249, 243);
}
fieldset.product-form__input .form__label {
    /* font-family: 'Poppins-Bold' !important; */
    font-size:20px;
    color:#000;
    margin-bottom: 0 !important;
    line-height: 20px;
}
.product-form__input input[type=radio]:checked.disabled+label:hover,
.product-form__input input[type=radio]:checked.disabled+label,
.product-form__input input[type=radio]:checked+label,
.product-form__input input[type=radio]:checked+label:hover{
    background-color:#19792a !important;
    color: #fff !important;
    border-radius:4px !important;
    padding:15px 10px 8px 10px !important;
    margin:20px 8px 0 0px !important;
    border:2px solid #19792a !important;  
    line-height:18px;
}
.product-form__input input[type=radio]+label{
    /*width:108px;*/
    width:30%;
    /*width:22%; 
    height:82px;*/
    min-height:82px;
    font-size:14px !important;
    line-height:18px !important;
}
.happy-gut .product-form__input input[type=radio]+label{
    /* width:22%;  */
}
.happy-gut .product-form__input .discounvari {
    width:60%;
}
/*.moderate-sachet.template-product .product-form__input input[type=radio]+label,
.moderate.template-product .product-form__input input[type=radio]+label{
    width:22%; 
    min-height:82px;
}
.moderate-sachet.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-1]:hover,
.moderate-sachet.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-2]:hover,
.moderate-sachet.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-1], 
.moderate-sachet.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-2],
.moderate.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-1]:hover,
.moderate.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-2]:hover,
.moderate.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-1], 
.moderate.template-product .product-form__input input[type=radio]+label[for=template--22456810438977__main-1-2]{
    padding-top:15px !important;
}*/
#variant-radios-template--22005738635585__main .product-form__input input[type=radio]+label{
    /*width:30%;*/
}
.product-form__input input[type=radio]+label,
.product-form__input input[type=radio]+label:hover{
    border-radius:4px !important;
    padding:15px 10px 8px 10px !important;
    color: #000 !important;
    vertical-align: middle;
  /*min-height:52px; 
    font-family: 'Poppins-Medium' !important;*/
    margin:20px 8px 0 0 !important;
    border: 2px solid #ed0061 !important;
    
    line-height:16px !important;
}
.product-form__input .discounvari {
    color: #ffffff;
    padding: 6px 0;
    /* font-family: 'Poppins-Bold' !important; */
    font-size: 12px;
    line-height: 12px;
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    background: #e80b78;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
}
.product-form__input input[type=radio]:checked+label .discounvari{
    color:#fff;
}
.product-form__input input[type=radio]:disabled+label, 
.product-form__input input[type=radio].disabled+label{
    border-radius:4px !important;
    padding:15px 10px 8px 10px !important;
    color: #000 !important;
    vertical-align: middle;
    min-height:50px;
    margin:20px 8px 0 0px !important;
}
.product__info-wrapper.grid__item .price__regular .price-item.price-item--regular,
.product__info-wrapper.grid__item .price-item.price-item--regular,
.product__info-wrapper.grid__item .price .price-item{
   color:#ed0061;
   /* font-family:'Poppins-Bold' !important; */
   font-size:26px;
   vertical-align: middle;
}
.product__info-wrapper.grid__item .price__sale .price-item.price-item--regular{
   color: #898989;
   font-size:18px;
   vertical-align: middle;
   /* font-family: 'Poppins-Medium' !important; */
}
.product__info-wrapper.grid__item .badge.price__badge-sale,
.product__info-wrapper.grid__item .badge.price__badge-sold-out{
    background:#da3f3f;
    color: #fff;
    margin-bottom: 0;
    vertical-align: middle;
    /* font-family: 'Poppins-Bold'; */
    padding: 6px 10px;
    border:1px solid #da3f3f;
}
.product__info-container .product-form, 
.product__info-container .product__description, 
.product__info-container .icon-with-text {
    margin:0 !important;
}
.guarantee-features{
    margin: 20px 0 15px 0;
    display:none;
}
.guarantee-features ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
}
.guarantee-features ul li {
    line-height: 18px;
    padding: 0 10px;
    width: 32%;
    list-style: none;
}
.guarantee-features ul li:first-child{
    padding-left:0px;
}
.guarantee-features ul li figure {
    margin: 0 auto 8px auto;
    text-align: center;
}
.guarantee-features ul li figure img {
    margin: 0 auto;
}
.payment-block-image img {
    width: 400px;
    max-width: 100%;
}
.product-form .product-form__buttons{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0 0 0;
    position:relative;
}
.pro-features-lists ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none outside;
    margin:0;
    padding:0;
}
.pro-features-lists ul li{
    margin:0 10px 0 0;
}
.pro-features-lists ul li img {
    width: 80px;
}
.product-form__buttons .product-form__submit {
    background:#19782a;
    /* background:transparent; */
    border: 0;
    color: #fff;
    
    font-size:18px;
    /* font-family:'Poppins-Medium';
    display:none;
    border-radius:4px;
    font-size:0px;
    position: absolute;
    right: 0;
    top: 0;
    width: inherit;
    padding: 0;
    margin: 0;
    min-width: inherit;
    max-height: inherit; */
}
.spr-stars svg path{
   fill:#ffc200;
}
.link.underlined-link{
   color:#ed0061;
   /* font-family:'Poppins-Bold' !important; */
   color: #ed0061;
   text-decoration: none;
}
.spr-pagination .spr-pagination-page.is-active{
  color: #ed0061;
}
.spr-pagination .spr-pagination-page a{
   color: #000;
   margin:0 5px;
}
.spr-pagination .spr-pagination-prev a,
.spr-pagination .spr-pagination-next a{
   color:#19792a;
}
.product__info-wrapper.grid__item{
    position: relative;
}
.soldcount_number{
    position: absolute;
    top:56px;
    left: 144px;
    margin:0 !important;
    /* font-family: 'Grotta-Trial-Semibold'; */
    color: #19782a;
    font-size:14px;
}
.soldcount_number i.fa{
   margin-right:4px;
}
.block-bg{
    padding: 0px !important;
    text-align: center;
    background: rgba(255,255,255,0.6);
    max-width: 247px;
    margin: 20px auto;
    position: relative;
    border-radius: 6px;
}
.testimonialvideos_slider {
    margin:0;
    /* overflow:hidden; */
    visibility:hidden;
}
.block-bg .popup-modal-dismiss {
    position: absolute;
    right: -4px;
    top: -5px;
    z-index: 9;
}
.block-bg .popup-modal-dismiss img {
    height: 30px;
    width: 30px;
}
.testimonialvideos_slider.slick-slider, .testimonialvideos_slider.slick-slider .testimonialvideos_list .testimoniapopup-modal img,
.testimonial-slider.slick-slider{ visibility:hidden; }
.testimonialvideos_slider.slick-initialized, .testimonialvideos_slider.slick-initialized .testimonialvideos_list .testimoniapopup-modal img,
.testimonial-slider.slick-initialized{ visibility:visible; }
.testimonialvideos_slider .slick-slide {
    margin: 10px;
    cursor: pointer;
    width:280px !important;
}
.testimonialvideos_slider .slick-slide img {
    border-radius: 10px;
    max-width:100%;
}
.popup_teammember_img video, 
.popup_teammember_img iframe {
    display: block !important;
    margin: 0 auto;
    border-radius: 6px;
}
/*product jul-7-23 new css end*/
.goldstand_click a,
.goldstand_click span{
    font-size: 16px;
    /* font-family: 'Poppins-Bold' !important; */
    color: #ED0061;
    cursor:pointer;
    text-decoration: underline;
}
.scientific-prf-modal h4{
    margin: 0;
    padding-bottom: 15px;
    font-size:24px;
    color: #ED0061;
    line-height:28px;
}
.scientific-prf-modal h4 sup{ font-size:12px; }
.scientific-prf_wp {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.scientific-prf_wp:last-child{
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:0px solid #ededed;
}
.scientific-prf_img{
    width:180px;
    height:auto;
}
.scientific-prf_img img {
    width:100%;
    display:block;
    border:2px solid #ccc;
}
.scientific-prf_cnt {
    padding-left: 35px;
    width:75%;
}
.scientific-prf_cnt h6{
    margin: 0 0 0px;
}
.scientific-prf_cnt h6 a, 
.scientific-prf_cnt h6 a:hover{
    font-size:15px;
    line-height:18px;
    color:#000;
    text-decoration:none;
}
.moderatetypes_fullsec{}
/* .moderatetypes_img{
    text-align:center;
} 
.moderatetypes_img img{
    max-width:100%;
    margin:0 auto;
    display:block;
}*/
.moderatetypes_slider{
/*     margin:0 !important; */
} 
.moderatetypes_slider .slick-dots{
	bottom:-35px;
}
.moderatetypes_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    padding: 0;
}
.moderatetypes_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
.moderatetypes_slider .slick-dots li button:before {
    font-size: 30px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    opacity:0.6;
    color: #19792a;
}
.moderatetypes_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ed0061;
}
.moderatetypes_slide{
    border:3px solid #d1edd1;
    padding:50px 15px;
    border-radius: 8px;
    margin: 0 12px 2px;
    text-align: left;
    height: inherit!important;
    position:relative;
    overflow:hidden;
}
.moderatetypes_slide:after{
    position:absolute;
    top:0;
    left:8%;
    content:"";
    background:url('../assets/moderate_line.png') no-repeat;
    width:198px;
    height:100%;
    z-index: -1;
    background-size: 72%;
    opacity: 0.3;
}
.moderatetypes_col {
    display: flex;
    flex-flow: nowrap;
    height: 100%!important;
    align-items:center;
}
.moderatetypes_img{
   width:200px;
}
.moderatetypes_cnt{
   padding-left:30px;
   width:70%;
}
.moderatetypes_cnt h4{
   font-size:22px;
   line-height:26px;
   /* font-family: 'Poppins-Bold' !important; */
   color: #ED0061;
   margin:0 0 10px 0;
}
.moderatetypes_fullsec h1,
.moderatetypes_fullsec h2{
   margin-bottom:0;
}
.moderatetypes_fullsec p.approx_txt{
   margin-bottom:20px;
}
.moderatetypes_fullsec p.approx_txt i{
   color:#ed0061;
   font-weight:900;
   font-size:20px;
   font-style:normal;
   /* font-family: 'Poppins-Bold'; */
}
.moderatetypes_cnt ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.moderatetypes_cnt ul li{
    margin:0 0 5px 0;
    font-size:20px;
    line-height:22px;
    /* font-family: Poppins-Bold !important; */
    color:#19792a;
}
.moderatetypes_cnt ul li span{
   /* text-decoration: line-through;
   text-decoration-color:#ed0061; */
   margin-right:3px;
   position: relative;
}
.moderatetypes_cnt ul li span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top:2px solid;
  border-color:#ed0061;
  -webkit-transform:rotate(-7deg);
  -moz-transform:rotate(-7deg);
  -ms-transform:rotate(-7deg);
  -o-transform:rotate(-7deg);
  transform:rotate(-7deg);
}
.moderatetypes_cnt ul li i{
   color:#ed0061;
   font-weight:900;
   font-size:20px;
   font-style:normal;
}
.moderatetypes_cnt ul li em{
   /* font-family: 'Poppins-Medium'; */
   font-weight:900;
   color:#ed0061;
   margin-right:6px;
}
.moderatetypes_cnt p{
   margin:0;
   padding:0px;
}
.moderatetypes_img img {
   max-width:100%;
   margin: 0;
   display:block;
}
.moderatetypes_slider{
/*    display:none; */
}
.moderatebenefits_fullsec ul.multicolumn .title-wrapper-with-link{
   margin-bottom:
}
.moderatebenefits_fullsec ul.multicolumn-list{
   gap:30px;
}
.moderatebenefits_fullsec ul.multicolumn-list li{
    width: calc(32% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(32% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
.moderatebenefits_fullsec h2 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.moderatebenefits_fullsec .multicolumn-card__info{
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.moderatebenefits_fullsec .multicolumn-card__info p{
   color:#fff;
}
.moderatebenefits_fullsec .multicolumn-card{
   /*display: flex;
    flex-flow: column-reverse; 
    padding:20px;*/
    position: relative;
}
.moderatebenefits_fullsec .multicolumn-card .multicolumn-card__image-wrapper{
  /*width:100px;
    height:100px;*/
    padding: 0;
    margin: 0;
}
.moderatebenefits_fullsec .multicolumn-card .multicolumn-card__image-wrapper .media img{
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}
.moderatebenefits_fullsec .multicolumn-card__info h4{
    position: absolute;
    right: 30px;
    bottom: 0;
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #000;
    text-shadow: 1px 2px 2px #fff;
}
.moderatebenefits_fullsec .multicolumn-card__info h3{
    /* font-family:Poppins-Bold !important; */
    font-size:24px;
    margin-top: 0;
    margin-bottom:5px;
}
header.header.header--top-center{
   padding-top:10px !important;
   padding-bottom:10px !important;
}
.moderatebenefits_fullsec .multicolumn-list li:nth-child(1) .multicolumn-card{ background:#eef388; }
.moderatebenefits_fullsec .multicolumn-list li:nth-child(2) .multicolumn-card{ background:#ffe8d6; }
.moderatebenefits_fullsec .multicolumn-list li:nth-child(3) .multicolumn-card{ background:#fbb9c3; }
.moderatebenefits_fullsec .multicolumn-list li:nth-child(4) .multicolumn-card{ background:#f5f5f5; }
.moderatebenefits_fullsec .multicolumn-list li:nth-child(5) .multicolumn-card{ background:#a4d89f; }
.desktop_vid video{
  display:block;
}
.mobile_vid{
  display:none;
}
.mobile_vid video{
  display:block;
}
button.shopify-payment-button__button{
  font-size:0px !important;
}
button.shopify-payment-button__button:before{
  content:"Buy Now";
  line-height:46px;
  text-decoration:none;
  text-align:center;
  white-space:normal;
  text-transform:none;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  /* font-family:'Poppins-Medium'; */
  font-size:18px;
  background: #ED0061 !important;
  border-radius: 4px;
}
button.shopify-payment-button__button:after{
   display:none;
}
.moderate_socialicons ul li a.list-social__link{
   width:40px;
   height:40px;
   border:2px solid #ED0061;
   padding:4px;
   border-radius:30px;
   margin:0 4px;
   justify-content: center;
   text-align: center;
}
.moderate_socialicons ul li a.list-social__link .icon{
   color:#19792a;
}
.moderate_socialicons ul li a.list-social__link:hover .icon{
    transform:inherit;
}
.spr-starrating .spr-stars {
    font-size: 10px;
    letter-spacing: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:44px;
}
.select2-container--default .select2-selection--single {
    height:44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:44px;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    right:10px!important;
    color:#f00;
    font-weight:bold;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    margin-top: -4px; 
}
.select2-results__option--highlighted, 
.select2-results__option[aria-selected=true] {
    background-color:#a4d89f!important;
    color:#fff!important;
}
.section-third {
    padding: 50px 0;
}
  
.whatwefound_sec{  
    display: flex;
    justify-content: space-between;
    align-items:center;
    background-color: rgba(242, 241, 245, 0.56);
    border-radius: 8px;
    padding:50px 30px;
}

.left-content, 
.right-content {
   width: 50%;
}

.left-content{
   padding:0 100px;
} 
  
.right-content{
   padding:0 50px;
}
.right-content small a,
.right-content small a:hover{
  color:#ed0061;
}
.whatwefound_sec h3{
    margin:0px 0 10px 0;
    font-size:22px;
}

.whatwefound_sec h4{
  font-size:18px;
  color: #1f1a1a;
  border-top:1px solid rgba(20, 43, 111, 0.24);
  padding-top:30px;
}

.whatwefound_sec h4:first-child{
  margin-top:0px;
  border-top:0px;
  padding-top:0px;
}

.whatwefound_sec h4 b{
  font-size:40px;
  /* font-family: 'Poppins-Bold'; */
  text-transform: uppercase;
  color:#ED0061;
}

.whatwefound_sec h4 em{
  font-size:28px;
  /* font-family: 'Poppins-Medium'; */
}

.whatwefound_sec h4 b,
.whatwefound_sec h4 em{
  font-style:normal;
  font-weight:normal;
  display:block;
  margin-bottom:6px;
}

.whatwefound_sec h4 i {
    font-size: 18px;
    font-style: normal;
    vertical-align: super;
    color: #1f1a1a;
    text-transform:none;
}
.letsmoderate_btn, .letsmoderate_btn:hover{
    padding: 12px 24px;
    color: #fff;
    height: 44px;
    border:0px solid #ED0061;
    border-radius: 42px;
    font-size:16px;
    /* font-family: 'Poppins-Bold' !important; */
    background: #ED0061;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.letsmoderate_btn:after, 
.letsmoderate_btn:before,
.letsmoderate_btn:hover:after,
.letsmoderate_btn:hover:before{
    border: 0;
    outline: none;
    box-shadow:none !important;
}
.scientificexcellence_info{
    padding: 50px 0;
    background: #ffe8d6;
}
.favoritecarbssugars_heading h2{
    color:#ed0061 !important;
}
.favoritecarbssugars_heading h2,
.scientificexcellence_info h2{
    /* font-family:'Poppins-Bold'; */
    color: #1f1a1a;
    font-size: 28px;
    line-height: 34px;
}
.scientificexcellence_info h2 em{
   color:#ED0061;
   display:block;
   font-style:normal;
}
.scientificexcellence_info h3{
  margin:5px 0;
}
.scientificexcellence_info .tested_icon{
   text-align:center;
}
.scientificexcellence_info .tested_icon img{
   max-width:120px;
   width:100%;
   margin: 0 auto;
}
.scientificexcellence_list{
   text-align:center;
}
.scientificexcellence_list h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}
.scientificexcellence_wp{
    max-width:1000px;
    margin:30px auto 0 auto;
    position:relative;
}
.scientificexcellence_title h2 em{
   display:inline-block;
}
.scientificexcellence_title h2{
    font-size:22px;
    line-height:28px;
}
.scientificexcellence_info ul{
    padding:20px 0 40px 0;
    margin:0 -7.5px;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
}
.scientificexcellence_info ul li{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding:0 7.5px;
} 
.scientificexcellence_info ul.slick-dots{
    max-width:64px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    display:none;
}
.scientificexcellence_info ul.slick-dots li{
    -ms-flex:inherit;
    flex:inherit;
    max-width:inherit;
    padding:0px;
    width:auto;
    height:auto;
    opacity:0.3; 
}
.scientificexcellence_info ul.slick-dots li.slick-active{
   opacity:1;
}
.scientificexcellence_info ul.slick-dots li button{
   background:#ed0061;
   border-radius:100%;
}
.scientificexcellence_info ul.slick-dots li button,
.scientificexcellence_info ul.slick-dots li button:before{
    width:10px;
    height:10px;
}
.results_list{
    display: flex;
    align-items: center;
    position:relative;
    justify-content: space-between;
}
.results_list img{
    width:106px;
    height:106px;
    border-radius:8px;
    object-fit: cover;
    object-position: center;
}
.results_list h5{
    margin:0;
    padding:0;
    font-size: 16px;
    line-height: 18px;
    padding:0 15px 0 25px;
    /* font-family:'Poppins-Bold' !important; */
}
.results_list:after{
   position:absolute;
   left:0;
   right:0;
   content:"";
   width:8px;
   background:#ff0071;
   height:100%;
   border-radius:8px;
}
.scientificexcellence_slider{
  padding-bottom:0px;
}
.scientificexcellence_slider .slick-prev{   
    left: 45%;
}
.scientificexcellence_slider .slick-next{
    right: 45%;
}
.scientificexcellence_slider .slick-prev, 
.scientificexcellence_slider .slick-next{
    bottom: 10px;
    top: inherit;
    border: 2px solid #ed0061;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}
.scientificexcellence_slider .slick-prev:before, 
.scientificexcellence_slider .slick-next:before{
   color:#ed0061;
}
a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
    display:none !important;
}
.mfp-bg.mfp-ready{
    display:block !important;
}
#shopify-section-sections--19067750777153__header .header__icons .headerbuy,
#shopify-section-sections--19067750777153__header .header__icons .headerbuy,
.shopify-features__smart-payment-buttons--enabled .header__icons .headerbuy{
    display:none !important;
}
.list-menu--disclosure{
   width:26rem !important;
}
.header__submenu.list-menu {
    padding:1rem;
}
.header__submenu .header__menu-item {
    padding:0.8rem 0;
}
.variantprice_lbl{
    display:block;
    font-size: 11px;
    font-weight: 600;
    color: #ED0061;
    margin:2px 0 0 0;
    padding: 0;
}
.product-form__input input[type=radio]:checked+label .variantprice_lbl{
    color:#fff;
}

.product-form__input input[type=radio]+label[for="template--19142982861121__main-1-2"]:after{
     background:#fff url('https://cdn.shopify.com/s/files/1/0760/1527/2257/files/best_seller_img.svg') no-repeat;
     width:42px;
     height:42px;
     content:"";
     position:absolute;
     left:-10px;
     top:-25px;
     border-radius: 100%;
     z-index:9;
}
.cod_img_wp{
    display:flex;
    align-items: center;
}
.cod_img_wp ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cod_img_wp ul li{
    display: flex;
    align-items: center;
    padding: 0;
    margin:0 0 10px 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
    line-height:22px;
}
.cod_img_wp ul li:nth-last-child(-n + 2){ 
    margin:0;
}
/* #ProductInfo-template--19142982861121__main .cod_img_wp{
   display:none;
} */
.cod_img{
    width:30px !important;
    margin: 0 8px 0 0;
}
.header--top-center>.header__search {
    display:none !important;
}
/* .spr-starrating.spr-summary-starrating>.spr-stars:after, .spr-starrating.spr-summary-starrating .spr-stars:after {
    content: "Reviews";
    font-size: 16px;
    color: #19782a;
    font-weight:normal;
    vertical-align: middle;
    display: inline-block;
    line-height: 15px;
    margin: -10px 2px 0px 2px;
}
#ProductInfo-template--19142982861121__main .spr-starrating.spr-summary-starrating .spr-stars:after{
   display:none;
} */
.soldcount_number{
    position:initial;
    top:inherit;
    left:inherit;
    margin:0 0 10px 0 !important;
    color: #19782a;
    font-size:14px;
}
#shopify-block-602592bf-663b-4f34-862e-40e725cc76f1{
    margin:6px 0px;
}
.spr-starrating.spr-summary-starrating a.link span.visually-hidden {
    position: absolute!important;
    overflow: visible;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
    border: 0;
    clip: rect(-10px 110px 20px 35px);
    word-wrap: normal!important;
    left: 92px;
}
.jdgm-gallery-popup .jm-mfp-container {
    padding: 0;
    background: rgba(0,0,0,0.7);
    width:100vw;
    height:100vh;
    overflow-y:scroll;
}
.jdgm-gallery-popup .jm-mfp-main {
    background-color:#a4d89f !important;
    padding:3px !important;
}
.jdgm-gallery-popup .jdgm-rev__icon {
    position: relative;
    font-weight: bold;
    color: #ec1262;
    font-size:24px;
}
.jdgm-gallery-popup .jdgm-rev__icon:not(.jdgm-rev__avatar):before {
    position: absolute;
    top: 0;
    left: 0;
    display:none;
}
.jdgm-rev__header .jdgm-row-extra {
    display:none;
}
.jdgm-gallery-popup .jdgm-rev__header {
    margin-bottom:15px !important;
}
.jdgm-gallery-popup .jdgm-rev {
    padding: 15px;
}
.jdgm-ugc-media-wrapper[data-cannot-fetch] {
    padding-bottom:0px !important;
}
.jdgm-ugc-media__thumbnail {
    /* padding:0 !important; */
    border-radius: 10px;
}
.jdgm-ugc-media__thumbnail-link:hover .jdgm-ugc-media__thumbnail-wrapper:before {
   border-radius: 10px !important;
}
.jdgm-prev-badge .jdgm-prev-badge__text {
    /* font-family: 'Poppins-Bold' !important; */
    color: #ed0061;
}
.bloodcollection_withoutslider .bloodcollection_list{
    margin-bottom:20px;
}
.bloodcollection_slider .slick-prev, 
.bloodcollection_slider .slick-next{
   display:none !important;
}
.bloodcollection_list{ 
   display: flex;
   align-items:center;
   border: 2px solid #A3A3A3;
   border-radius:18px;
   padding:20px;
}
.bloodcollection_video{ 
   width:60%; 
} 
.bloodcollection_video_cnt{ 
   width:40%;
   padding-left:20px;
}
.bloodcollection_video_cnt ul{
   margin:0; padding:0;
}
.bloodcollection_video_cnt ul li{
   margin:0 0 10px 0; padding:0;
   list-style:none;
}
.bloodcollection_video_cnt ul li h4 {
    font-size: 16px;
    line-height: 18px;
    color: #ed0061;
    margin: 0 0 5px;
    padding: 0;  
}
.bloodcollection_video_cnt ul li p{
    margin:0;
    padding:0;
}
.bloodcollection_video video,
.bloodcollection_video video:hover,
.bloodcollection_video video:focus {
    outline:none !important;
    border:0 !important;
    box-shadow: none;
    padding:0px;
    margin:0px;
    -webkit-user-select: none;
    user-select: none;
    width:100%;
    height:100%;
    clip-path: inset(0px 0px);
}

.bloodcollection_slider .slick-dots{
	bottom:-35px;
}
.bloodcollection_slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    padding: 0;
}
.bloodcollection_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
.bloodcollection_slider .slick-dots li button:before {
    font-size: 30px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    opacity:0.6;
    color: #19792a;
}
.bloodcollection_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ed0061;
}
.team_nav .slick-prev:hover, 
.team_nav .slick-prev:focus, 
.team_nav .slick-next:hover, 
.team_nav .slick-next:focus,
.team_nav .slick-prev, 
.team_nav .slick-next{
    background:#a4d89f;
    z-index: 99;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    color: #000;
}
.team_nav .slick-prev{
   left:-20px;
} 
.team_nav .slick-next{
   right:-20px;
}
.team_nav .slick-prev:before, 
.team_nav .slick-next:before {
   color: #ec1262;
}
.watch-video, .watch-video:hover{
    display:none;
}
.blog_disclaimer p{
    background: #f5f5f5;
    padding: 20px 15px;
    border-radius: 4px;
}
.blog_disclaimer p b{
    color:#ed0061;
    margin:0 10px 0 0;
}
/* carbs and sugars slider start*/
.favoritecarbssugars_slider{
    display: flex;
    overflow: hidden;
    padding: 16px 0;
    white-space: nowrap;
    position: relative;
}
.favoritecarbssugars_slider .allfood_items{
    display: flex;
}
.favoritecarbssugars_slider .allfood_items1{
    animation:28s slide1 infinite linear;
}
.favoritecarbssugars_slider .allfood_items2{
    animation:25s slide2 infinite linear;
}
@keyframes slide1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.favoritecarbssugars_slider .allfood_items .food_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.favoritecarbssugars_slider .allfood_items .food_item img {
    height: 150px;
    margin: 0 40px;
    width: auto;
    max-width: inherit;
}
.favoritecarbssugars_info{
    padding:50px 0;
    background:#f5f5f5;
}
.favoritecarbssugars_slider .allfood_items .food_item p{
    margin: 0;
    font-size:18px;
    color:#19782a;
    line-height:20px;
    padding:15px 0 0 0;
    /* font-family: Poppins-Bold!important; */
}
.moderate-test.template-product .moderateprdts_tabs,
.moderate.template-product .moderateprdts_tabs,
.moderate-sachet-test.template-product .moderateprdts_tabs,
.moderate-sachet.template-product .moderateprdts_tabs{
    display:block !important;
}
.moderate-sg.template-product .moderateprdtstabs_list{
   display:none;
}
.moderate-test.template-product .moderateprdtstabs_list a.tablet_btn,
.moderate-calories-cutter.template-product .moderateprdtstabs_list a.powder_btn,
.moderate.template-product .moderateprdtstabs_list a.tablet_btn,
.moderate-sachet.template-product .moderateprdtstabs_list a.powder_btn{
    background:#ed0061; color:#fff; border:1px solid #ed0061;
    text-align:center;
}
.moderate-sg.template-product .moderateprdtstabs_list a,
.moderate-test.template-product .moderateprdtstabs_list a,
.moderate-calories-cutter.template-product .moderateprdtstabs_list a,
.moderate.template-product .moderateprdtstabs_list a,
.moderate-sachet.template-product .moderateprdtstabs_list a{
    text-align:center;
    line-height:20px;
}
.moderate-test.template-product .moderateprdtstabs_list a span,
.moderate-calories-cutter.template-product .moderateprdtstabs_list a span,
.moderate.template-product .moderateprdtstabs_list a span,
.moderate-sg.template-product .moderateprdtstabs_list a span,
.moderate-sachet.template-product .moderateprdtstabs_list a span{
   display:block; 
   font-size:12px; 
}
.moderateprdtstabs_list{ display:flex; align-items:center; }
.moderateprdtstabs_list a{
   border:1px solid #ccc; border-radius:6px; color:#000; padding:10px 25px 8px 25px; margin-right:15px; text-decoration:none;
   /* font-family: Poppins-Medium !important; */
}

.moderate-sachet@.template-product #shopify-section-template--22005738635585__custom_liquid_EDbmhe,
.moderate@.template-product #shopify-section-template--22056088011073__custom_liquid_9EDy3m{
   display:none !important;
}
.template-product .favoritecarbssugars_heading h2{
   text-align:center;
   margin-top:0px;
}
.moderate-video header, .moderate-video #shopify-chat, .moderate-video footer, .moderate-video .breadcrumb{ display:none; }
body.moderate-video{
    background:#fff;
}
.moderate-video .section{
  height: 100%;
  height: 100vh;
}
.moderatevideo_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.8);
    z-index:999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.moderatevideo_wrapper .moderatevideo_modal{
   position:relative;
}
.moderatevideo_modal .mdrtvideoprdt_wp{
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
    background: rgba(24, 24, 24, 0.5);
    color:#fff;
    box-shadow:rgb(0, 0, 0) 0px 0px 0px;
    flex-direction: row;
    align-items:flex-start;
    justify-content: flex-start;
    border-radius: 10px;
    width:96%;
    gap: 10px;
    height: auto;
    display: flex;
    padding: 10px;
    margin:0 auto;
    flex-shrink: 0;
    flex-grow: 0;
    backdrop-filter: blur(10px);
    z-index:999;
}
.moderatevideo_modal .mdrtvideoprdt_wp p{ color:#fff; font-size:15px; line-height:20px; margin:0; }
.moderatevideo_modal .mdrtvideoprdt_wp img{
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 9px;
    width: 104px;
    gap: 0px;
    height: 104px;
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-shrink: 0;
    position: relative;
    flex-grow: 0;
    object-fit: cover;
    object-position: center top;
} 
.moderatevideo_modal video{
    max-width: 100%;
    max-height: 100%; 
    object-fit:cover;
    object-position:top;
    border-radius:15px !important;
     -webkit-border-radius:15px !important;
     -moz-border-radius:15px !important;
}
.mdrtvideo_viewprdtbtn{
     margin:5px 0 0 0; 
}
.mdrtvideo_viewprdtbtn a, .mdrtvideo_viewprdtbtn a:hover{
    border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
}
#audio_btn{
    width: 34px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 30%;
    background: #000;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    z-index: 99;
    box-shadow: none;
    border: 0px;
    outline: none;
    border-radius: 6px 0px 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#audio_btn img{ width:100%; }
.mdvideobg_overlap{
    background:transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
}
.prdt_disclaimer_txt{ font-size:13px; line-height:16px; margin:10px 0 8px 0 !important; display:inline-block; clear:both; width:100%;  }
.prdt_disclaimer_txt b{ color:#ED0061; }
.manufactured_txt p{ font-size:14px; line-height:20px; margin: 0 0 8px 0; }

.happy-gut .product--large:not(.product--no-media) .product__media-wrapper{
    max-width:45% !important;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.happy-gut .product--large:not(.product--no-media) .product__info-wrapper{
    max-width:55% !important;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.happy-gut .product-media-container.constrain-height.media-fit-contain {
    width:100%;
}
.sixth-custom-section{
  padding:20px 0 0 0;
}
.sixthlft_wp{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}
.sixthlft_cnt{
  width: 60%;
  padding: 40px 200px 40px 40px;
}
.sixthlft_cnt h3{ color:#ED0061; font-size:26px; margin-bottom:20px; } 
.sixthlft_cnt p strong{ color:#19792a;}
.sixthlft_cnt p.mb-0{ margin-bottom:0px; }
.sixthlft_cnt ul.mt-10{ margin-top:10px; padding-left:25px; }
.sixthlft_cnt ul li{ margin-bottom:10px; }
.sixthlft_cnt ul li::marker { color:#19792a; font-size:26px; }
.sixthlft_cnt ul li ul{ margin-top:10px; padding-left:20px; }
.sixthrght_img{
  width: 40%;
  object-fit: contain;
}
.sixthrght_img img{
   width:100%; display:block; 
}
.happy-gut .product__description ul{
   padding:0; 
   margin:0;
}
.happy-gut .product__description ul li {
    background: url(".../../../assets/rightarrow_img.png") left 8px no-repeat;
    list-style: none;
    margin-bottom: 10px;
    padding: 0 0 0 24px;
}
.readmore_cont sup,
.happy-gut .product__description ul li sup{
    font-size:10px;
}
.happy-gut .moderate_manuf{ display:none !important; }
.moderate-calorie-crusher .happygut_manuf, .moderate-sg .happygut_manuf, .moderate .happygut_manuf, .moderate-sachet .happygut_manuf{ display:none !important; }
.readmore_cont{
    /* max-height:45px;
    overflow:hidden; */
    transition: max-height 0.3s ease;
    margin:0;
}
.readmore_cont .more-link,
.readmore_cont .less-link,
.readmore-link {
    margin-top: 5px;
    color: #19792a !important;
    font-weight: 600;
    cursor:pointer;
}
.clinicalstudiesslider_sec{}
.clinicalstudiesslider_container{ max-width:1100px; margin:0 auto; }
.clinicalstudies-slide {
    /* padding: 15px;
    border: 1px solid #000000;
    border-radius: 16px; */
    margin: 0 15px 2px;
    text-align: left;
    height: inherit !important;
}
.clinicalstudies_img img{ 
    max-width:90%; 
    margin:0 auto; 
}
.clinicalstudiesslider_sec h2 {
    color: #ed0061 !important;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
}
.clinicalstudiesslider_sec .slick-dots {
    bottom: -50px;
}
.clinicalstudiesslider_sec .slick-dots li.slick-active button:before{
    color:#19792a;
}
.clinicalstudiesslider_sec .slick-dots li button:before {
    font-size:46px;
    color:#19792a;
}
.clinicalstudies_slider .slick-arrow{ 
    display: none !important;
    left: 0;
    right: 0; 
}
.seventh-custom-section .fifth_txt {
    color: #1f1a1a;
    font-size: 16px;
    line-height: 20px;
}
.seventh-custom-section .fifth-button-area {
    justify-content: center;
}
.seventh-custom-section .seventh-textarea{
    font-size:11px;
    font-weight:600;
}
.favouritecarbssugars_mob{
   display:none;
}
.favouritecarbssugars_sec h2{
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 30px;
}
.favouritecarbssugars_img{
    text-align:center;
}
.favouritecarbssugars_img img{
    margin:0 auto;
}
.favouritecarbssugars_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
.favouritecarbssugars_slider .slick-dots li button:before {
    font-size: 30px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    opacity: 0.6;
    color: #19792a;
}
.favouritecarbssugars_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ed0061;
}
.favouritecarbssugars_slider .slick-prev,
.favouritecarbssugars_slider .slick-next {
    display:none !important;
}
.clinicalstudies_combo{
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
}
.clinicalstudies_combo img {
    max-width: 36.5%;
    margin:0;
}
.contact_us_section p{ 
    line-height:26px; }
.contact_us_section p b{
    color:#19792a;
    font-size:20px;
}
.contact_us_section p em {
    color: #ED0061;
    font-style: normal;
    margin: 0 0 0 6px;
    font-weight: 600;
    font-size: 15px;
}
.promise-pdp-page hr{
    border:0;
    border-bottom:1px solid #19792a !important;
}
.promise-pdp-page{
   margin-bottom:0px !important;
}
.promise-flexbox, .promise-flexbox>div, .promise-theme2-text, .promise-theme2-text>span{
    color:#000 !important;
}
.promise-theme2-text>span{
    color:#ED0061 !important;
}
.promise-flexbox.promise-space-between{
    margin:10px 0 !important;
}
.promise-company-features{
   display:none !important;
}
.jdgm-form .jdgm-star{
   display:inline !important;
}
.revealyourcarb_container{
    max-width: 960px;
    margin:0 auto;
    background: #f9f9f9;
    padding:50px !important;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.revealyourcarb_sec h1{
    text-align: center;
    margin:0px 0 60px 0 !important;
}
.revealyourcarb_sec .question {
    margin-bottom: 40px;
    border: 1px solid #ffe8d6;
    padding: 20px;
    border-radius: 20px;
}
.revealyourcarb_sec .question h4{
    margin: -40px 0 20px 0;
    font-size:18px;
    line-height:22px;
    color:#ED0061;
    background: #ffe8d6;
    padding: 10px;
    border-radius: 5px;
    text-align:left;
    font-family: 'Bitter-Regular' !important;
}
.revealyourcarb_sec .result {
    display: none;
    text-align: center;
    margin-top: 20px;
}
.revealyourcarb_sec .result h3{
    color: #19792a;
    /* font-family:'DMSans-Bold' !important; */
}
.revealyourcarb_sec .result #message{
    font-weight:normal;
    color: #de005b;
    font-family:'Bitter-Medium' !important;
}
.revealyourcarb_sec .question .answers_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
}
.revealyourcarb_sec .answers_list label {
    font-size: 15px;
    margin: 0 0px 10px 0;
    width: 44%;
    border: 1px solid #19792a;
    padding: 12px 12px;
    border-radius: 5px;
    font-family: 'Bitter-Regular' !important;
    /* background: #19792a; */
}
.revealyourcarb_sec .answers_list label input[type="radio"] {
    width:20px;
    height:20px;
    opacity: 0;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.revealyourcarb_sec .answers_list label span, 
.revealyourcarb_sec .answers_list label.active span{
    vertical-align: top;
    margin:0px 4px 0 0;
    width:20px;
    height:20px;
    background:url('https://cdn.shopify.com/s/files/1/0760/1527/2257/files/nicon_checkbox.png') no-repeat;
    background-size:100%;
    /*line-height:20px;
    border: 1px solid #e5e5e5;
    font-size: 18px;*/
    text-align: center;
    display:inline-block;
    cursor: pointer;
    position: relative;
}
.revealyourcarb_sec .answers_list label.active span{
    background:url('https://cdn.shopify.com/s/files/1/0760/1527/2257/files/nicon_activecheckbox.png') no-repeat !important;
    background-size: 100% !important;
}
.revealyourcarb_sec .answers_list label.active{
    background:#19792a;
    color:#fff;
}
.revealyourcarb_sec .submit_btn, .revealyourcarb_sec .submit_btn:hover{
    display: block;
    padding:15px;
    background-color:#ED0061;
    color:#fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
}
.product-media-container.constrain-height.media-fit-contain{
    width:100% !important;
}
.genetictest_benefits h2{
    margin: 0 0 10px 0;
}
.genetictest_benefits ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    gap:10px;
}
.genetictest_benefits ul li {
    flex: 0 0 49%;
    max-width: 49%;
    -moz-flex: 0 0 49%;
    display: flex;
    align-items: center;
    background:#fbf3f3;
    min-height: 70px;
    padding: 10px;
    border-radius: 6px;
}
.genetictest_benefits ul li img{
    width: 42px;
    height: 42px;
    margin-right: 10px;
}
.genetictest_benefits ul li span {
    /* font-family: Poppins-Medium !important; */
    font-size: 15px;
    line-height: 18px;
}
.stepsofthetest_sec.multicolumn .title-wrapper-with-link {
    width: 100%;
    text-align:center;
}
.stepsofthetest_sec h2{
   text-align:center;
   width: 100%;
}
.stepsofthetest_sec ul.multicolumn-list{
    gap: 0;
    justify-content: center;
}
.stepsofthetest_sec .multicolumn-list__item.center .media--adapt img{
    box-shadow: 4.138203144073486px 4.138203144073486px 8.276406288146973px #203129;
    width:120px;
    height:120px;
    border-radius: 100%;
    margin: 0 auto;
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transform: inherit;
    top: inherit;
}
.stepsofthetest_sec .media.media--transparent.media--adapt{
    padding-bottom:20px !important;
}
.stepsofthetest_sec ul.multicolumn-list .multicolumn-card .multicolumn-card__info{
    padding-top:0px;
}
.advanced-genetic-test-obesity .enjoyyourmeals_sec.section .image-with-text__content {
    padding:12rem 4rem 0rem;
}
.advanced-genetic-test-diabetes .enjoyyourmeals_sec.section .button.button--primary,
.advanced-genetic-test-obesity .enjoyyourmeals_sec.section .button.button--primary{
    margin-top:3rem;
    border:2px solid #000;
    border-radius:10px;
    background:transparent;
}
.advanced-genetic-test-diabetes .enjoyyourmeals_sec.section .button.button--primary:before,
.advanced-genetic-test-diabetes .enjoyyourmeals_sec.section .button.button--primary:after,
.advanced-genetic-test-obesity .enjoyyourmeals_sec.section .button.button--primary:before, 
.advanced-genetic-test-obesity .enjoyyourmeals_sec.section .button.button--primary:after{
    display:none;
    border:0;
}
.advanced-genetic-test-obesity .product__media.media.media--transparent img,
.advanced-genetic-test-diabetes .product__media.media.media--transparent img{
   /* object-position:top; */
}
.whattoexpect_sec .page-width{
}
.whattoexpect_sec ul {
    border-left: 2px solid #ED0061;
    margin: 0 0 0 30px;
    max-width: 800px;
    margin:20px auto 0px auto;
}
.whattoexpect_sec ul li {
    list-style: none;
    position: relative;
    padding: 2px 0 20px 0;
}
.whattoexpect_sec ul li:after,
.whattoexpect_sec ul li:before{
    position: absolute;
    left:-46px;
    width:10px;
    height:10px;
    background:#19792a;
    border-radius:100%;
    content:"";
}
.whattoexpect_sec ul li:after {
    position: absolute;
    bottom:0px;
}
.whattoexpect_sec ul li:before {
    position: absolute;
    top:40px;
}
.whattoexpect_sec ul li span.week_heading {
    position: absolute;
    left:-62px;
    top: 0;
    text-align: center;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    padding:5px 0;
    color:#ED0061;
}
.whattoexpect_sec ul li .week_cnt h4 {
    margin: 0 0 2px 0;
    padding: 0;
    color: #19792a;
    font-size: 18px;
}
.whattoexpect_sec ul li:last-child:after,
.whattoexpect_sec ul li:last-child:before{
    /* display:none; */
}
.addtocartctm_btn, .addtocartctm_btn:after, .addtocartctm_btn:before{
    /* display:none !important; */
}

/* .happy-gut .shopify-payment-button,
.moderate .shopify-payment-button, 
.moderate-combo .shopify-payment-button{
    display:none !important;
} */

.happy-gut .addtocartctm_btn,
.moderate .addtocartctm_btn,
.moderate-combo .addtocartctm_btn{
    /* display:none !important; */
}
.moderate-sugar-slayer.template-product .happygut_manuf,
.sugar-slayer.template-product .happygut_manuf{
    display:none;
}
.sugarslayer_list ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:10px;
}
.sugarslayer_list ul li{
    -ms-flex:0 0 49%;
    flex:0 0 49%;
    max-width:49%;
    line-height:20px;
    margin-bottom:10px;
    list-style: none;
    display: flex;
    align-items: center;
}
.sugarslayer_list ul li i{
    margin-right:5px;
    list-style:none;
}
.sugarslayer_list ul li i img{
    width:42px;
    height:42px;
}
.header__icons .headerbuy{
   display:none;
}
.template-index .header__icons .headerbuy{
   display:block;
}
.template-collection ul#product-grid{
    gap:10px;
}
.template-collection ul#product-grid li.grid__item{
    border:1px solid #ededed;
    border-radius:16px;
}
.template-collection ul#product-grid li.grid__item .card .media{
    border-radius:16px 16px 0 0;
}
.template-collection ul#product-grid li.grid__item .color-background-2,
.template-collection ul#product-grid li.grid__item .color-background-2::before, 
.template-collection ul#product-grid li.grid__item .color-background-2::after{
    background:transparent;
}
.template-collection ul#product-grid li.grid__item .color-background-2{
    min-height:292px;
    object-fit:cover;
}
.template-collection ul#product-grid li.grid__item .card__badge.bottom.left{
    display:none;
}
.template-collection ul#product-grid li.grid__item .card__content .card__information{
    padding:15px;
}
.template-collection ul#product-grid li.grid__item .card__content .card__information h3{
    font-size:16px;
    font-weight:600;
}
.template-collection ul#product-grid li.grid__item .card__content .card__information h3 a, 
.template-collection ul#product-grid li.grid__item .card__content .card__information h3 a:hover{
    text-decoration:none;
}
.template-collection .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing)* 4 / 4);
}
.custom_mrp{
    color: #898989;
    font-size: 18px;
    vertical-align: middle;
    /* font-family: 'Poppins-Medium' !important; */
    font-style:normal;
}
.product--large:not(.product--no-media) .product__media-wrapper,
.product--large:not(.product--no-media) .product__info-wrapper {
    max-width:50% !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
}
.moderate.template-product .product-form__input {
    max-width:100%;
}
.moderate.template-product .product-form__input input[type=radio]+label {
    width:23%;
}
.comprehensivegenetictest_benefits h2{
    margin: 0 0 10px 0;
    background: #2ca659;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    display: block;
    cursor:pointer;
    transition: color 0.3s ease;
    position:relative;
}
.comprehensivegenetictest_benefits h2::after {
    position: absolute;
    right: 15px;
    top: 16px;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: 15px;
    content: " ▼";
}
.comprehensivegenetictest_benefits h2.active::after {
    content: " ▲";
}
.comprehensivegenetictest_benefits ul{
    display:none;
}
.comprehensivegenetictest_benefits ul li {
    flex: 0 0 100%;
    max-width: 100%;
    -moz-flex: 0 0 100%;
    min-height: auto;
    margin: 0 0 5px 0;
}
.genome360.template-product .product__info-container .product__text.inline-richtext{
    font-size: 22px;
    line-height: 26px;
}
.quick-add-modal__content-info {
    padding:20px 20px 10px 20px;
    background:#fff;
    border-radius:10px;
}
.quick-add-modal h2{
   font-size:22px;
}
quick-add-modal .product__title>a:hover,
.quick-add-modal a.product__title:hover{
   text-decoration:none;
}
.quick-add-modal .link.product__view-details.animate-arrow,
.quick-add-modal .product:not(.featured-product) .product__view-details,
.quick-add-modal .product__media,
.quick-add-modal .grid__item.product__media-wrapper,
.quick-add-modal .thumbnail-slider .thumbnail-list.slider,
.quick-add-modal .cod_img_wp,
.quick-add-modal .payment-block-image,
.quick-add-modal .manufactured_txt,
.quick-add-modal .sugarslayer_list,
.quick-add-modal .genetictest_benefits{
    display:none;
}
.quick-add-modal .jdgm-prev-badge .jdgm-prev-badge__text {
    visibility: visible;
}
quick-add-modal .product:not(.product--no-media) .product__info-wrapper {
    padding:0 !important;
}
quick-add-modal .product--large:not(.product--no-media) .product__media-wrapper, 
quick-add-modal .product--large:not(.product--no-media) .product__info-wrapper {
    max-width:100% !important;
    width:calc(100% - var(--grid-desktop-horizontal-spacing) / 1) !important;
}
.quick-add-modal__content {
    width:100% !important;
    max-width:36% !important;
    overflow:inherit !important;
    border-radius:10px !important;
}
.quick-add-modal .quick-add-modal__toggle,
.quick-add-modal .quick-add-modal__toggle:hover{
    top: -10px;
    right: -10px;
    color: #f00;
    border: 1px solid #f00;
    font-weight: bold;
    width: 36px;
    height: 36px;
}
.quick-add-modal .product__info-container>*+* {
    margin:0;
}
.template-collection .quick-add__submit {
    background:#ed0061 !important;
    border: 0;
    color:#fff;
    font-weight:600;
}
.template-collection .quick-add__submit::before,
.template-collection .quick-add__submit::after{
    display:none;
}
.header__icons {
    align-items: center;
}
.inhibitscarbohydrate_img img{
    width:100%;
    height:100%;
}
.moderate_inhibitscarbohydrate_sec .bloodcollection_video_cnt ul li p{
   padding-bottom:10px;
}
.moderate_inhibitscarbohydrate_sec .bloodcollection_video_cnt ul li h4 {
    margin:0 0 10px;
}
.womensday_sec{
    background:#19782a;
    border-radius: 6px;
    padding: 15px;
    margin: 0;
    color: #fff;
}
.womensday_sec h6 {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0;
    color: #fff;
}
.womensday_sec ul{
    padding:0 0 0 15px;
    margin:0;
}
.womensday_sec ul li, .womensday_sec p{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size:15px; 
}
.womensday_sec ul li{
    margin-bottom:2px;
}
.womensday_sec p{
    display:flex;
    align-items:center;
}
.womensday_sec p img{
    width: 30px;
    margin: 0 8px 0 0;
}
.sugar-slayer .womensday_sec, .moderate .womensday_sec{ display:block !important; }

@media screen and (min-width: 990px) { 
    .template-article .page-width--narrow {
        max-width:1200px;
    }
    .collapsible-content-wrapper-narrow {
        padding-left:0 !important;
        padding-right:0 !important;
    }
}
@media (min-width: 500px){
  .moderatevideo_wrapper .moderatevideo_modal {
      height: 90% !important;
      width:360px !important;
      border-radius:15px !important;
     -webkit-border-radius:15px !important;
     -moz-border-radius:15px !important;
      overflow: hidden;
  }
}

/* carbs and sugars slider end*/
@media only screen and (min-width: 992px){
  .jdgm-gallery-popup .jm-mfp-carousel-wrapper {
      width:35% !important;
  }
  .jdgm-gallery-popup .jm-mfp-review-wrapper {
      width:65%;
  }
  .jdgm-ugc-media-wrapper[data-cannot-fetch] {
      padding-bottom:20px !important;
  }
}

@media (max-width:1100px){
  .page-width,
  .shopify-policy__container,
  .container_info{
      max-width:100%;
      margin:0 auto;
      width:100%;
      padding-left:20px !important;
      padding-right:20px !important;
  }
  .moderatebenefits_fullsec ul.multicolumn-list li{
      width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 1);
      max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 2 / 1);
  }
}

@media (max-width: 767px) {
  .section-third {
    flex-direction: column;
  }
  .whatwefound_sec{  
    display:block;
    padding:20px;
  }
  .left-content,
  .right-content {
    width: 100%;
    padding:0px;
  }
  .right-content {
    padding:20px 0 0 0px;
  }
  .whatwefound_sec h4 em {
      font-size: 20px;
  }
  .section-third {
      padding:30px 0;
  }
  #shopify-section-template--21262899085633__381bb492-cf82-4af8-8dd9-43668e98202e .second-section .image-item:nth-last-child(-n + 2){ display:none;}
  .bloodcollection_list {
     display: block;
  }
  .bloodcollection_video_cnt,
  .bloodcollection_video {
      width:100%;
      padding:0;
  }
  .bloodcollection_video {
     margin-bottom:10px;
  }
  .favoritecarbssugars_slider .allfood_items .food_item img {
    height:135px;
    margin: 0 16px;
  }
  .sixthlft_cnt{ order:2;}
  .sixthrght_img{ order:1; }
}

@media (min-width:750px){
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    justify-content:left !important;
  }
  h1, .h1 {
      font-size: calc(var(--font-heading-scale) * 3rem);
  }
  .happy-gut .collapsible-content-wrapper-narrow{
      max-width:1400px !important;
  }
  .happy-gut .page-width, 
  .happy-gut .container_info{
      max-width:1400px;
      width: 100%;
  }
  .happy-gut .product__info-container {
      max-width:100rem;
  }
}
@media (max-width:980px){
  .page-width,
  .shopify-policy__container,
  .container_info{
     padding-left:15px !important;
     padding-right:15px !important;
  }
  .collapsible-content-wrapper-narrow {
     padding-left:15px;
     padding-right:15px;
  }
  .faq_sec h3{
     margin-bottom:0;
  }
  .isolate .accordion {
      margin-top:0;
  }
  .image-with-text__content {
      padding:15px;
  }
  .whatismoderate_sec .rich-text__wrapper{
  /*padding-left: 15px !important;
    padding-right: 15px !important; */
    width: 100%;
  }
  .video-banner {
      background-size: cover !important;
      height:350px;
      background-position: center !important;
      background-repeat: no-repeat;
  }
  .quick-add-modal__content {
      max-width:94% !important;
      bottom: inherit !important;
  }

}
@media screen and (min-width: 990px) {
  .blog-articles {
      grid-template-columns:repeat(3,1fr) !important;
      grid-gap: 2rem !important;
  }
  .page-width-desktop {
      padding:0;
  }
  .video-banner {
      background-position: top center !important;
      height:480px;
      background-size: 100% !important;
      background-repeat: no-repeat;
  }
  .grid--3-col-desktop .grid__item {
      width: calc(33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
      max-width: calc(33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

@media (max-width:600px){
  .template-collection .grid--2-col-tablet-down .grid__item {
      width: calc(100% - var(--grid-mobile-horizontal-spacing) / 1);
  }
  .template-collection .grid--4-col-desktop .grid__item {
      width: calc(100% - var(--grid-desktop-horizontal-spacing)* 1 / 1);
      max-width: calc(100% - var(--grid-desktop-horizontal-spacing)* 1 / 1);
  }
  .product-form__input input[type=radio]+label {
      width: 32%;
  }
  .moderate.template-product .product-form__input input[type=radio]+label {
      width:48%;
      max-width: 48%;
  }
  .moderate .product-form__input input[type=radio]:checked+label, 
  .moderate .product-form__input input[type=radio]:checked+label:hover, 
  .moderate .product-form__input input[type=radio]+label, 
  .moderate .product-form__input input[type=radio]+label:hover{
      margin-bottom:15px !important;
  }
  .moderate .product-form__input input[type=radio]:checked+label:nth-last-of-type(-n+2),
  .moderate .product-form__input input[type=radio]:checked+label:hover:nth-last-of-type(-n+2), 
  .moderate .product-form__input input[type=radio]+label:nth-last-of-type(-n+2), 
  .moderate .product-form__input input[type=radio]+label:hover:nth-last-of-type(-n+2){
      margin-bottom:0px !important;
  }
  .template-product .page-width, 
  .template-product .variant-menu-scroll{
      width:100%;
  }
  .bloodcollection_Sec h3{ font-size:18px;}
  .foodcalc_sec{
     padding:0px;
  }
  .scrolling-bar {
      overflow-x: scroll !important;
  }
  .banner p {
    color:#000;
  }
  .favouritecarbssugars_sec h2,
  .timerwithicon h2,
  .marquee-slider-wrapper h2,
  .moderatebenefits_fullsec h2,
  .moderatetypes_fullsec h2,
  .enjoyyourmeals_sec h3, .blog h3,
  .blog-section h3,
  .foodcalc_wp h2,
  .faq_sec h3, .whatismoderate_sec h2{
      font-size:24px;
      line-height:28px;
  }
  .moderatetypes_fullsec h1{
      font-size:24px;
      line-height:28px;
  }
  .rich-text__wrapper.mr-0,
  .mr-0{
    margin-right:0px;
  }
  .rich-text__wrapper.ml-0,
  .ml-0{
    margin-left:0px !important;
  }
  #shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .pl-0,
  #shopify-section-template--19067750285633__dc8ae77d-a167-4ace-bef2-2870edbab2f8 .pl-0,
  #shopify-section-template--19067750285633__6ba4ee5b-4856-4793-bfc4-8284f55f9579 .pl-0{
    padding-left:0px !important;
  }
  .rich-text__wrapper.pl-0,
  .pl-0{
    padding-left:0px;
  }
  .rich-text__wrapper.pr-0,
  .pr-0{
    padding-right:0px !important;
  }
  .home-variations-slider .variant-box,
  .box {
      padding:15px;
  }
  .team_nav .slick-list, 
  .ingredients-slider .slick-list,
  .home-variations-slider .slick-list,
  .testimonial-slider .slick-list{
     padding:0 10% 0 0 !important;
  }
  .ingredients-image img {
      width: 100%;
      height:auto !important;
  }
  .home-variations-slider .variant-box,
  .testimonial-slide {
      margin: 0 6px;
  }
  .home-variations-slider h3 {
      font-size: 22px !important;
      line-height: 26px !important;
      margin: 10px 0 !important;
  }
  .home-variations-slider .price,
  .home-variations-slider .sale-price,
  .home-variations-slider .compare-price,
  .home-variations-slider .discount{
     font-size:14px;
  }
  .happy-gut .product--large:not(.product--no-media) .product__media-wrapper{
      max-width:100% !important;
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 1) !important;
  }
  .happy-gut .product--large:not(.product--no-media) .product__info-wrapper{
      max-width:100% !important;
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 1) !important;
      padding:15px 0 0 0;
  }
  .product--large:not(.product--no-media) .product__media-wrapper {
      max-width:100% !important;
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 1) !important;
      background: #FFFF;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
      max-width:100% !important;
      width: calc(100% - var(--grid-desktop-horizontal-spacing) / 1) !important;
      /*background: #FFE8D6; */
      padding:15px 0 0 0;
  }
  .pro-features-lists ul li img {
      width: 54px;
  }
  #shopify-section-template--19142982861121__fe217b31-297a-4fc7-a60c-382d07d35404 .box img {
      width: 70px !important;
      margin: 0 auto 5px !important;
  }
  .product__info-wrapper.grid__item .pro-features-lists,
  .product__info-wrapper.grid__item .payment-block-image{
      margin:10px 0 0 0;
  }
  .prdtpage-var-slider .subscribe-button,
  .prdtpage-var-slider .buy-now-button{
    width:100%;
  }
  .shopify-section.video-banner{
      background: #ffe8d6;
      padding:0px;
  }
  .shopify-policy__title h1,
  .video-banner h1 {
      font-size: 26px;
  }
  .shopify-policy__body h2,
  .second-section h2 {
      font-size:22px !important;
  }
  .shopify-policy__body h3,
  .second-section h3 {
    font-size:20px !important;
  }
  .video-banner .centered {
      left:0 !important;
      right:0;
      padding: 20px 15px 0px 15px;
      text-align: center !important;
      transform: translate(0%,-50%) !important;
  }
  .video-banner img{
      display:none;
  }
  .forth-content-wrapper {
      display:block !important;
  }
  .fifth-columns-data {
    display:block !important;
    width: 100% !important;
    margin-bottom:20px !important;
  }
  .fifth-column {
      width: 100% !important;
      margin: 10px 0;
      display: inline-block;
      clear:both;
  }
  .fifth-right,
  .fifth-left {
      width:100% !important;
      text-align:center;
  }
  .fifth-left {
      padding-right:0px !important;
      margin:0 auto 10px auto;
  }
  .forth-right-content {
      padding-top: 10px;
      border-top: 1px solid #b4b3b3;
      margin-top: 30px;
  }
  .fifth-button-area {
      display:block !important;
  }
  .fifth-button.letsmoderate_btn, 
  .fifth-button.letsmoderate_btn:hover {
      display: block;
      margin: 0 auto;
      width:66%;
  }
  #shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary, 
  #shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 .button.button--primary:hover {
    margin:0 auto;
  }
  #shopify-section-template--19210782671169__f8fae02d-5267-4a4c-ba29-ff473f597ab2 h4 {
      font-size: 20px;
  }
  .forth-left-content {
      margin-right:0px;
  }
  .forth-right-content p{
      order:2;
  }
  .forth-right-content video{
      order:1;
  }
  .forth-right-content{
     margin-left:0 !important;
     display: flex;
     flex-direction: column;
  }
  .forth-heading h4{
     margin-top:0;
  }
  .whatwefound_sec h4:last-child{
    margin-bottom:0;
  }
  .video-popup-content {
      width:96%;
      height:240px;
      margin:0px auto;
  }
  .mainbanner-txt h4 {
      font-size: 20px !important;
      line-height: 28px !important;
      margin: 0 0 10px 0 !important;
      padding: 0 0 0 10px !important;
  }
  .banner-heading {
      font-size:26px !important;
      margin: 0px 0 2px 0 !important;
  }
  .mainbanner-txt {
      position:inherit !important;
      padding: 20px 0;
      transform: inherit !important;
      top: inherit !important;
      text-align: center !important;
   }
  .mainbanner-txt h4 strong {
      font-size: 18px;
  }
  .banner-button, .banner-button:hover {
      padding: 10px 20px !important;
      font-size:14px !important;
      margin: 0px 5px 0px 0px;
  }
  .video-banner .watch-video,
  .watch-video, .watch-video:hover {
      background:#19792a url('.../../../assets/play_icon_new.png') 125px center no-repeat;
      padding: 12px 35px 12px 15px;
      font-size:14px !important;
  }
  footer .footer-block__image-wrapper {
    margin-bottom: 0;
  }
  footer .grid--3-col-tablet .grid__item {
      width:44px;
      margin: 0 2px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
  }
  #shopify-section-template--19067750285633__75ebed55-77e6-4eee-81c6-e2eea9f1d69c .image-with-text__text a, 
  #shopify-section-template--19067750285633__75ebed55-77e6-4eee-81c6-e2eea9f1d69c .image-with-text__text a:hover {  
      font-size: 14px;
      margin: 8px 10px 8px 0;
  }
  .footer-block__details-content {
      margin-bottom:0 !important;
  }
  .footer__content-top.page-width {
      padding-bottom:15px;
  }
  #shopify-section-template--19142982861121__29b07cef-641f-43b9-8bb0-a0c191d7bac5 .box,
  #shopify-section-template--19067750285633__4706c599-125c-48b4-ab59-50c08f2138ef .box{
      padding:10px 0;
  }
  #shopify-section-template--19142982861121__29b07cef-641f-43b9-8bb0-a0c191d7bac5 .box img,
  #shopify-section-template--19067750285633__4706c599-125c-48b4-ab59-50c08f2138ef .box img{
      width: 50px !important;
      margin: 0 10px 0 0 !important;
  }
  .footer__copyright .policies.list-unstyled {
      line-height: 10px;
      display: block !important;
  }
  .video-banner {
      height:300px;
  }
  #shopify-section-template--19067750383937__ad86bded-4020-469b-b239-49be08ccda39 .pl-0,
  #shopify-section-template--19067750383937__2f047bdb-3284-439a-a4cd-f19b68ea80cf .pl-0,
  #shopify-section-template--19067750383937__80cbaa48-3693-423a-86cb-2c34c8deb42d .pl-0,
  #shopify-section-template--19067750383937__537d149e-4bef-4a6f-acc6-1eb00ebfe028 .pl-0,
  #shopify-section-template--19067750383937__3eef10d6-dd4d-4aad-ba05-8e45c433d709 .pl-0,
  #shopify-section-template--19067750383937__537d149e-4bef-4a6f-acc6-1eb00ebfe028 .pl-0{
      padding-left:0px !important;
  }
  .howtousemoderate_list {
      display: block;
  }
  .teammember_img{
     background:#f5f5f5;
  }
  .teammember_img img{
     margin:0 auto;
  }
  .breadcrumb a, 
  .breadcrumb span{
    line-height: 20px;
    font-size: 14px;
  }
  .article-template h1{
      font-size:26px !important;
      line-height:30px;
  }
  .article-template h2 {
      font-size:24px !important;
      line-height:28px;
  }
  .footer-payments h3,
  .article-template h3 {
      font-size:22px !important;
      line-height:26px;
  }
  .article-template h4 {
      font-size:20px !important;
      line-height:24px;
  }
  .article-template h5 {
      font-size:18px !important;
      line-height:22px;
  }
  .article-template h6 {
      font-size:16px !important;
      line-height:20px;
  }
  .article-template iframe,
  .article-template p img{
     width:100%;
  }
  .article__sub-meta-date span {
      line-height: 20px;
      font-size: 15px;
  }
  .article-template__hero-container {
     padding: 0 15px;
  }
  .article-template__hero-container .article-template__hero-adapt.media {
     height:160px;
  }
  .article-template__content {
     margin-top: 1.5rem !important;
     margin-bottom:2rem !important;
  }
  .related-article {
     flex-basis: calc(100%);
     background: #f5f5f5;
  }
  .related-articles {
     margin-top: 0px;
  }
  .article-template h5.related-article__title{
     font-size:16px;
  }
  .article-template .related-articles h3 {
      margin: 0 0 15px;
  }
  .article-template__back.element-margin-top{
      margin-top: 0 !important;
  }
  .popup_teammember_img img {
      width: 60px;
      height: 60px;
  }
  .teammember_wp {
      display: block;
      padding-bottom:10px;
      margin-bottom:10px;
      text-align:center;
  }
  .teammember_cnt h3 {
     font-size: 18px;
  }
  .teammember_cnt h6 {
     font-size: 12px;
     line-height: 16px;
  }
  .white-popup-block {
     padding: 15px 30px;
  }
  .popup-modal-dismiss img {
     height: 14px;
     width: 14px;
  }
  body, body p, body ul li, body ol li,
  .white-popup-block p{
    font-size: 15px;
    line-height: 20px;
  }
  .white-popup-block p{
    text-align:center;
  }
  .mfp-arrow:before {
    margin-left: 10px;
    opacity: 1;
  }
  .mfp-arrow-left:before{
    border-right: 17px solid #ed0061;
  }
  .mfp-arrow-right:before {
    border-left:17px solid #ed0061;
    opacity: 1;
  }
  .mfp-arrow:before {
    border-top-width: 15px;
    border-bottom-width: 15px;
  }
  .mfp-arrow-right:after {
      border-left: 17px solid transparent;
      margin-left: 10px;
  }
  .mfp-arrow {
      opacity:1;
      margin: 0px 0 0;
      width: 40px;
      height: 40px;
  }
  .mfp-arrow:active {
      margin-top:0;
  }
  .team_list h4 {
      font-size:18px;
  }
  .section-template--19210782671169__9eb33e76-4b6c-4c79-916a-fab934fa6ddf-padding {
     padding-top:20px !important;
     padding-bottom:20px !important;
  }
  .breadcrumb {
     padding: 10px 0;
  }
  .teammember_cnt {
     padding-left: 0;
  }
  .article-template__sticky-bar img{
     width:220px;
  }
  .related-article__image img {
      height: 200px!important;
  }
  .article-template__hero-container .media>img {
      height:160px!important;
      width:auto;
      border-radius:6px;
  }
  footer.footer .footer-payments h3{
    margin-top:0px;
  }
  .header--top-center>.header__search{
      display: block;
      padding-left: 28px;
  }
  .header--top-center>.header__search .header__icon.header__icon--search{
      width: 3rem;
  }
  .testimonial-slider.noslider{
     grid-template-columns: repeat(1, 1fr);
  }
  .testimonial-slider.noslider .testimonial-slide {
      margin: 0 0px 20px;
  }
  .testimonialvideos_slider {
     padding:0px 15px;
  }
  .testimonialvideos_slider .slick-list {
      /* padding: 0 5% 0 0!important; */
  }
  .testimonialvideos_slider .slick-slide {
      margin: 10px 8px;
  }
  .testimonialvideos_slider .slick-slide img {
      width: 100%;
  }
  .testimonialvideos_slider .slick-prev,
  .testimonialvideos_slider .slick-next {
      display:none !important;
  }
  .mfp-arrow-left:after{
     display:none;
  }
  .scientific-prf-modal{
     padding:40px 15px 15px;
  }
  .scientific-prf_img{
      width:100px;
  }
  .scientific-prf_img img {
    border:1px solid #ccc;
  }
  .scientific-prf_cnt {
      padding-left: 10px;
      width: 100%;
  }
  .scientific-prf_cnt h6 {
     line-height:15px;
  }
  .scientific-prf_cnt h6 a, 
  .scientific-prf_cnt h6 a:hover {
     font-size:13px;
     line-height:15px;
  }
  .scientific-prf_wp {
     padding-bottom:8px;
     margin-bottom:8px;
  }
  /*.moderatetypes_img{
     display:none;
  } 
  .moderatetypes_slider{
     display:none;
  }*/
  .moderatebenefits_fullsec ul.multicolumn-list {
      gap: 10px;
  }
  .moderatebenefits_fullsec ul.multicolumn-list li {
      width:100%;
      max-width:100%;
  }
  .desktop_vid{
    display:none;
  }
  .mobile_vid{
    display:block;
  }
  .moderatetypes_img {
    width: 120px;
  }
  .moderatetypes_cnt h4{
    font-size: 18px;
    line-height: 22px;
  }
  .moderatetypes_cnt ul li{
      font-size:15px;
      line-height:18px;
  }
  .moderatetypes_slide{
      border:2px solid #d1edd1;
      padding:15px;
      margin:0 2px 2px;
  }
  .moderatetypes_slide:after{
      background-size:45%;
  }
  .moderatetypes_cnt{
      padding-left: 20px;
      width: 78%;
  }
  .social-icons a img {
      width: 26px;
  }
  .social-icons a {
      margin: 0 4px 0 0;
  }
  #pickrr-tracking-container {
     display: block !important;
  }
  #pickrr-tracking-radio-group {
    margin: 10px 0;
    justify-content: center;
  }
  #pickrr-tracking-btn, button#pickrr-tracking-btn {
    margin:10px 0 0 0!important;
  }
  .soldcount_number {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 0 10px 0!important;
  }
  .customer.register, .customer.login {
    margin: 20px auto!important;
  }
  .foodcalc_wp h2 {
      width: 100%;
      margin-top: 0;
      padding-left: 0;
      margin-bottom: 15px;
      text-align: center;
  }
  .foodcalc_wp {
      display: block;
  }
  #dataTable tr td, #dataTable tr th {
      padding:1rem 0.5rem;
      font-size:12px;
      line-height:15px;
  }
  #dataTable tr td img{
      width:14px !important;
      vertical-align:sub !important;
  }
  #dataTable tr th img,
  #dataTable thead tr th img{
     display:none;
  }
  #dataTable tr th:first-child {
     padding-left:0.5rem;
  }
  #dataTable tr th br{ 
     display:block; 
  }
  .foodcalc_inner {
     padding: 0px 0 0;
  }
  #dataTable tr td, #dataTable tr th {
    letter-spacing: .02em;
  }
  .second-section h2 br{
    display:none;
  }
  .second-section .image-item{
    margin-bottom:10px !important;
  }
  .scientificexcellence_info ul{
      padding:15px 0;
      margin:0;
      display:block;
   }
  .scientificexcellence_info ul li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 15px 0;
  }
  .results_list img {
      width: 76px;
      height: 76px;
  }
  .results_list h5 {
      font-size: 14px;
      line-height: 18px;
      padding: 0 15px 0 20px;
  }
  .favoritecarbssugars_heading h2,
  .scientificexcellence_info h2{
      font-size:22px;
      line-height:26px;
  }
  .scientificexcellence_info {
      padding:20px 0;
  }
  .scientificexcellence_list h4{
      padding: 0;
      margin: 10px 0 0 0;
      font-size:14px;
      line-height:16px;
  }
  .scientificexcellence_list h4 br{
     display:none; 
  }
  .scientificexcellence_info .tested_icon img{
      max-width:90px;
  }
  .results_list:after {
      width:5px;
  }
  .scientificexcellence_slider .slick-prev, .scientificexcellence_slider .slick-next {
      width: 30px;
      height: 30px;
  }
  .scientificexcellence_slider .slick-next {
      right:38%;
  }
  .scientificexcellence_slider .slick-prev {
      left:38%;
  }
  .scientificexcellence_slider{
      padding-bottom:40px;
  }
  .scientificexcellence_info ul.slick-dots{
      display:block;
  }
  .product-form__input{
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap:10px;
  }
  .moderate-combo .product-form__input input[type=radio]:checked.disabled+label:hover, 
  .moderate-combo .product-form__input input[type=radio]:checked.disabled+label, 
  .moderate-combo .product-form__input input[type=radio]:checked+label, 
  .moderate-combo .product-form__input input[type=radio]:checked+label:hover,
  .moderate-combo .product-form__input input[type=radio]+label, 
  .moderate-combo .product-form__input input[type=radio]+label:hover,
  .product-form__input input[type=radio]:checked.disabled+label:hover, 
  .product-form__input input[type=radio]:checked.disabled+label, 
  .product-form__input input[type=radio]:checked+label, 
  .product-form__input input[type=radio]:checked+label:hover,
  .product-form__input input[type=radio]+label, 
  .product-form__input input[type=radio]+label:hover{
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
      margin:0 0 10px 0 !important;
  }
  .moderate-combo .product-form__input input[type=radio]:checked.disabled+label:hover, 
  .moderate-combo .product-form__input input[type=radio]:checked.disabled+label, 
  .moderate-combo .product-form__input input[type=radio]:checked+label, 
  .moderate-combo .product-form__input input[type=radio]:checked+label:hover,
  .moderate-combo .product-form__input input[type=radio]+label, 
  .moderate-combo .product-form__input input[type=radio]+label:hover{
      margin:15px 0 0 0 !important;
  }
  .happy-gut .product-form__input input[type=radio]:checked.disabled+label:hover, 
  .happy-gut .product-form__input input[type=radio]:checked.disabled+label, 
  .happy-gut .product-form__input input[type=radio]:checked+label, 
  .happy-gut .product-form__input input[type=radio]:checked+label:hover,
  .happy-gut .product-form__input input[type=radio]+label, 
  .happy-gut .product-form__input input[type=radio]+label:hover{
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
      margin:0 !important;
  } 
  fieldset.product-form__input .form__label {
      margin-bottom:20px !important;
  }
  .product-form .product-form__buttons {
      background: #fff;
      width: 100% !important;
      padding: 15px;
      max-width: 100%;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
  }
  .product-form__buttons .product-form__submit{
      margin:0;
  }
  .variantprice_lbl{
      margin:0px 0 0 0;
  }
  .product-form__input input[type=radio]+label[for=template--19142982861121__main-1-2]:after{
      width: 28px;
      height: 28px;
      right: -10px;
      top: -5px;
      left: inherit;
  }
  .cod_img {
      width:26px!important;
  }
  .thumbnail-slider.slider-mobile-gutter{
      display:flex !important;
  }
  .slider-buttons.quick-add-hidden{
      display:none !important;
  }
  .thumbnail-list__item.slider__slide {
      width: calc(20% - 0.6rem) !important;
  }
  .section-template--19142982861121__main-padding {
      padding-top:6px !important;
  }
  .desktop_video{
     display:none;
  }
  .mobile_video{
     display:block;
  }
  .bloodcollection_video video, .bloodcollection_video video:hover, .bloodcollection_video video:focus {
      margin: 0 auto;
      width: 80%;
  }
  .team_nav {
      padding-bottom:40px;
  }
  .team_nav .slick-next,
  .team_nav .slick-prev {
     top: inherit;
     bottom: -20px;
  }
  .team_nav .slick-prev {
     left: 40%;
  }
  .team_nav .slick-next {
     right: 40%;
  }
  .product-form__buttons, .product-form__buttons.active{
     position:fixed !important;
     bottom: 5px;
     left:auto;
     right:auto;
     z-index: 9;
     /*padding: 0 10px;*/
     transition: all ease 0.5s; 
     -webkit-transition: all ease 0.5s; 
     -moz-transition: all ease 0.5s;
     width:92%;
  }
  .scroll-button {
     right:10px;
  }
  .product-media-modal__content img.global-media-settings{
     width:100%;
  }
  .sixthlft_cnt {
      width: 100%;
      padding: 0px;
  }
  .sixthrght_img {
      width: 100%;
      object-fit: cover;
      margin-bottom:20px;
  }
  .product .product__title h1{
      font-size:24px;
  }
  .favouritecarbssugars_desk{
     display:none;
  }
  .favouritecarbssugars_mob{
     display:block;
  }
  .cod_img_wp ul li:nth-last-child(-n + 2),
  .cod_img_wp ul li {
      margin: 0 0 6px 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width:100%;
  }
  .prdt_disclaimer_txt {
      margin:30px 0 8px 0 !important;
  }
  .clinicalstudies_combo {
      display: block;
  }
  .clinicalstudies_combo img {
      max-width: 71%;
      margin: 0 auto 15px auto;
  }
  .Popup.svelte-17f7hgf { 
      top:15px !important; left:auto !important; right:auto !important; 
      width:90vw !important; height:90vh !important; 
  }
  .product__info-wrapper.grid__item .price__regular .price-item.price-item--regular, 
  .product__info-wrapper.grid__item .price-item.price-item--regular, 
  .product__info-wrapper.grid__item .price .price-item {
      font-size: 22px;
      letter-spacing: 0px;
  }
  .product__info-wrapper.grid__item .price__sale .price-item.price-item--regular {
      font-size: 16px;
  }
  .product-form__input .discounvari {
      width:90%;
  }
  .genetictest_benefits ul li {
      flex: 0 0 100%;
      max-width: 100%;
      -moz-flex: 0 0 100%;
  }
  .grid--1-col-tablet-down .grid__item {
      width: 50%;
      max-width: 50%;
  }
  .advanced-genetic-test-diabetes .enjoyyourmeals_sec.section .image-with-text__content,
  .advanced-genetic-test-obesity .enjoyyourmeals_sec.section .image-with-text__content {
      padding:20px 0 0 0;
  }
  .whattoexpect_sec ul {
      margin:0 0 0px 20px;
  }
  .stepsofthetest_sec ul.multicolumn-list .multicolumn-card .multicolumn-card__info {
      padding:0px 6px 10px 6px !important;
  }
  .stepsofthetest_sec ul.multicolumn-list{
      padding: 0;
  }
  .advanced-genetic-test-diabetes .product-form__input input[type=radio]:checked.disabled+label, 
  .advanced-genetic-test-diabetes .product-form__input input[type=radio]:checked+label, 
  .advanced-genetic-test-diabetes .product-form__input input[type=radio]+label,
  .advanced-genetic-test-obesity .product-form__input input[type=radio]:checked.disabled+label, 
  .advanced-genetic-test-obesity .product-form__input input[type=radio]:checked+label, 
  .advanced-genetic-test-obesity .product-form__input input[type=radio]+label{
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%;
      margin:0 !important;
  }
  .genome360 .variant-menu-scroll,
  .advanced-genetic-test-diabetes .variant-menu-scroll,
  .advanced-genetic-test-obesity .variant-menu-scroll{
      width: 100%;
      display: flex;
      align-items: self-start;
      gap: 10px;
  }
  .stepsofthetest_sec .multicolumn-list__item.center .media--adapt img {
      width:80px;
      height:80px;
  }
  .stepsofthetest_sec h2, 
  .stepsofthetest_sec ul.multicolumn-list .multicolumn-card .multicolumn-card__info .rte{
      margin:0;
  }
  .prdtvideo_sec iframe{
     width: 100%;
     padding: 0 15px;
     height:280px;
  }
  .product-form__buttons .shopify-payment-button__button:hover:after, .product-form__buttons .shopify-payment-button__button:hover:before, 
  .product-form__buttons .shopify-payment-button__button:after, .product-form__buttons .shopify-payment-button__button:before, 
  .product-form__submit.button:hover:after, .product-form__submit.button:hover:before, .product-form__submit.button:after, 
  .product-form__submit.button:before, .customer button:hover:after, .customer button:hover:before, .customer button:after, .customer button:before {
      width:100%;
  }
  .sugarslayer_list ul {
      gap:4px;
  }
  .sugarslayer_list ul li {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 0;
  }
  quick-add-modal .product-form .product-form__buttons {
      display:flex;
      position: inherit !important;
      width: 100%;
  }
  quick-add-modal .variant-menu-scroll {
      width:100%;
  }
  quick-add-modal .product-form__submit {
      width: auto;
      padding: 0 2rem;
  }
  .collection-hero__title {
      margin:1.5rem 0 0 0 !important;
  }
  #sy-whatshelp {
      right: 15px;
      bottom: 98px;
  }
  #sy-whatshelp a.sywh-open-services {
      line-height:34px;
      width:34px;
      height:34px;
  }
}
@media (max-width: 500px){
  .moderatevideo_wrapper .moderatevideo_modal {
      width:400px !important;
      border-radius:15px !important;
     -webkit-border-radius:15px !important;
     -moz-border-radius:15px !important;
  }
}
@media (max-width:400px){
  .moderatevideo_wrapper .moderatevideo_modal {
      width:360px !important;
  }
}
@media (max-width:365px){
  .moderatetypes_slide:after{
      background-size:50%;
  }
  .moderatetypes_cnt h4{
    font-size: 16px;
    line-height: 18px;
  }
  .moderatetypes_cnt ul li{
      font-size:13px;
      line-height:16px;
  }
}
 