/* product page main */
    .product-slider-col1{overflow: hidden;}
    .slider-with-dots .slick-slide{height:auto !important}
    #product-content {
        padding-top: 30px;
    }

/* product page slider */
   .product-slider-row{display: flex;}
    .product-slider-row .slick-slide{padding-bottom: 0px !important;margin:0px !important;}

    .product-slider-top-nav .slick-slide{cursor:pointer}
    .product-slider-top img{width: 100%;max-width: 400px;}
    .product-slider-top-nav .slick-slide.slick-active.slick-current img{border: 2px solid #000;}
    .product-slider-top-nav .slick-slide img{border:2px solid transparent;width:100%;max-width: 90px;padding: 5px;}
    .product-slider-row .slick-active {
        opacity: 1;
        display: flex;
        justify-content: center;
    }
    @media (min-width:993px){
      .product-slider-top-nav .slick-slide{display: flex;justify-content: center;}
      .product-slider-row{flex-wrap: nowrap;}

      .product-slider-box1{display: flex;justify-content: center;align-items: center;    min-width: 100px;}
      .product-slider-box2{width:90%}
    }

    @media (max-width:992px){
      .product-slider-top img{margin:0px auto}
      .product-slider-row{display: flex;flex-direction: column-reverse;}
      .product-slider-top-nav .slick-slide{display: flex;justify-content: center;}
      .product-slider-box1{width:100%;max-width:320px;margin: 0px auto;}
    }


    .slider-active-5 .slick-list {height: 100vh;}

    .allreview-nav .slick-dots:first-child{display:none}
    .allreview-nav .slick-dots{margin:0;text-align:center!important;padding-left:0!important}
    .allreview-nav .slick-dots li{display:inline;text-align:center}
    .allreview-nav .slick-dots li button{background:#fff;padding:5px;line-height:17px;width:30px;height:30px;margin-right:5px;color:#000;border:0;font-size:23px;font-weight:500}
    .allreview-nav .slick-dots li.slick-active button{font-weight:700}
    .allreview-nav .dots_slick,.allreview-nav .slick-dots{display:inline}
    .allreview-nav{display:flex;align-items:center;justify-content:center}
    .allreview-nav .slick-arrow{font-size:0;line-height:0}
    .allreview-nav .slick-arrow:focus,.allreview-nav .slick-arrow:hover,.allreview-nav .slick-dots li button:focus,.allreview-nav .slick-dots.slick-dots li button:hover{opacity:.6}
/* proudct page badges */
    .product-top-badges{flex-wrap:nowrap;justify-content: space-between;}
    .product-top-badges img{width:100%;max-width:90px}

    .product-top-badges-d{display:flex;margin-top:10px}
    .product-top-badges-m{display:none}

    .product-top-badges-m div{text-align: center;}
    .product-top-badges-m span{display: block;
        width: 85px;
        font-size: 12px;
        line-height: 13px;
        font-weight: bold;
        margin-top: 5px;
        text-transform: uppercase;}


    @media (max-width:992px){
      .product-top-badges{flex-wrap: nowrap;justify-content: center;gap: 25px;margin-top: 10px;}
      .product-top-badges img{width:100%;max-width:90px}
      .product-top-badges-d{display:none}
      .product-top-badges-m{display:flex}
    }

    @media (max-width:600px){
      .product-top-badges-m span{width: 66px;font-size: 11px;}
      .product-top-badges{gap: 5px;}
      /* .product-top-badges img{max-width:70px} */
    }

/* product info col right */
    .product-info-text{
      text-align: left;
      margin-top: 20px;
      font-weight: 300;
      font-size: 18px;
    }
    .product-info-text ul{display: block;font-weight: bold;padding-left: 18px;margin-top:1rem}

    .product-info-title{font-size: 28px;}
    .product-top-tags{display: flex;gap:10px;margin:10px 0px}
    .product-top-tags span{color: #000;border-style:solid;border-width:2px;border-color: #000;text-transform: uppercase;border-radius: 5px;padding: 2px 5px;font-weight: 400;font-size: 1rem;}

    .product-top-reviews{display:flex;align-content:center;gap:10px;align-items: center;    margin-top: 20px;}
    .product-top-reviews img{width:100%;max-width:94px;}
    .product-top-reviews a{text-decoration: underline;font-size: 16px;color: #000;line-height: 12px;}

    @media (max-width:992px){
      .product-info-row-flex{display:flex;flex-wrap: wrap;flex-direction: column-reverse;margin-bottom:20px}
      .product-top-reviews{margin-top: 0px;margin-bottom: 10px;}
      .product-info-row1{margin-top: 20px;}
      .product-info-row1 .product-info-title{text-align: center;}
      .product-info-row1 .product-top-tags{justify-content: center;flex-wrap: wrap;}
      .product-info-row1 .product-top-reviews{justify-content: center;}

      .choose-title{text-align:center;margin: 0px 0px 10px;}

      .product-info-col2{padding:0px}
      .product-info-row1,.product-info-row2,.choose-pack-badges,.choose-title,.info-card-product .modal-action-btns{padding:0px 15px}

      .product-info-row3 .choose-title{}
    }
    @media (max-width:600px){
      .product-top-tags span{font-size: 0.9em;}
      .product-info-text{font-size: 16px;}
    }
    @media (max-width: 320px) {
        .product-top-tags span {
            font-size: 0.7em;
        }
    }
    .choose-title{font-size: 18px;text-transform: uppercase;font-weight: 600;}



/* features line - currently not used*/
    .feature-line-section{margin:20px 0}
    .feature-line-section .container{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;align-content:center}
    .feature-line-section span{width:33%;text-align:center;padding:24px;font-size:18px}
    @media (min-width:993px){
      .feature-line-section .container{border-top:2px solid #767676;border-bottom:2px solid #767676}
    }
    @media (max-width:992px){
      .feature-line-section{border-top:2px solid #767676;border-bottom:2px solid #767676}
      .feature-line-section .container{flex-wrap:wrap}
      .feature-line-section span{width:100%;padding:5px}
    }


/* about section banner */
    .about-section{position: relative;padding: 100px 0px;text-align: center;}
    .about-section img{position: absolute;width:100%;height:100%;object-fit:cover;top:0px;left:0px}
    .about-row-2{position: relative;z-index:9}
    .about-section h1{font-size: 44px;position: relative;font-size: 30px;}
    .about-section p{font-size: 18px;font-weight: bold;width: 60%;margin:0px auto}
    .about-row-1 h1{color: #649B40;}

    @media (max-width:992px){
      .about-section{padding: 0px;}
      .about-section h1 {padding: 50px 5px;color: #000000;}
      .about-section p{width:100%;font-size: 16px;font-weight: 400;}
      .about-section img{object-fit: cover;width: 222%;height: 100%;left: auto;right: 0px;opacity: 0.4;}
      .about-row-1{position: relative;}
    }

/* benefits section */
    .benefits-row{display: flex;justify-content: center;align-items: flex-start;flex-wrap: nowrap;gap: 10px;}
    .benefits-box{width:100%;max-width:25%;height:100%;flex-wrap: wrap;padding:10px}
    .benefits-box-img{margin-bottom: 10px;position:relative;}
    .benefits-box-img-shadow:after{content:'';width:100%;height:100%;position: absolute;top: 0px;;left:0px;background-image: linear-gradient( to top, rgb(52 52 52 / 100%) 9%, rgba(165,25,73,0) 50% );}
    .benefits-box-img b{position: absolute;bottom:0px;color: white;margin:10px;font-size: 22px;line-height: 25px;font-weight: normal}
    .benefits-box-img-shadow img{width: 100%;}
    .benefits-box span{font-size: 18px;font-weight: 300;margin-top: 10px;}

    @media screen and  (max-width:992px){
    .benefits-row{flex-wrap: wrap;}
     .benefits-box{max-width:48%}
     .benefits-box-img{max-width: 242px;margin: 0px auto 10px;}
    }
    @media screen and (max-width:600px){
      .benefits-section .container{max-width: 100%;padding: 0px;}

      .benefits-box:nth-child(even){background-color: #EAEAEA;}
      .benefits-box{max-width:100%}
    }


/* review small slider */
    .review-small-section{border-top: 10px solid #639b42; border-bottom: 10px solid #639b42;position: relative;    padding: 10px 0px 30px;}

    .review-small-section .container{position:relative;}

    .review-small-quote-back{position: absolute;opacity: 0.15;width: 165px;}
    .review-small-quote-back path{fill:#639b42;}

    .review-small-quote1{top: 20px;left: 20px;z-index: 1;}
    .review-small-quote2{bottom: -20px;right: 10px;transform: rotate(180deg);z-index: 1;}

    .review-small-slider{margin:20px auto;max-width:900px;z-index: 99}
    .review-small-box{padding-top: 75px;margin: 0px 5px;}
    .review-small-box-innerbox{ width: 100%;height:100%;background: white;position:relative;border: 3px solid #659A40;border-radius: 5px;}

    .review-small-box-in{margin: 0px auto 20px;text-align: center;padding:10px}

    .review-small-box img{left: 50%;top: 0px;position: absolute;transform: translate(-50%, -50%);
      width: 100%;
      max-width: 150px;}
    .review-small-box span{padding-top:80px;margin-bottom:10px;display:block}
    .review-small-box b{font-weight: bold}

    .review-small-box.slick-slide{opacity:1;    padding-bottom: initial;}

    .review-small-slider .slick-track{display: flex !important;gap:10px}
    .review-small-slider .slick-slide{height: inherit !important;margin: 0px auto;}

    @media (max-width:992px){
     .review-small-quote-back{display: none}
    }

/* ingredients slider */
    .ingr-section{margin:20px auto;}
    .ingr-slider{margin:20px auto;max-width:900px}
    .ingr-box{color:black;text-align: left;max-width:320px}
    .ingr-box-in{margin: 0px auto 20px;}
    .ingr-box img{width:100%;max-width: 178px;margin: auto;}
    .ingr-box b{font-weight:bold;}
    .ingr-box span{font-weight:bold;color:red;text-transform: uppercase;margin-bottom:10px;    display: block;}
    .ingr-box p{font-size: 18px;line-height: 22px;font-weight: 300;margin-bottom:0px}

    .ingr-slider .slick-track{display: flex !important;gap:10px}
    .ingr-slider .slick-slide{height: inherit !important;margin: 0px auto;}

    .ingr-box.slick-slide{opacity:1;    padding-bottom: initial;}

    .ingr-section .slick-dots li button:before {color: #659a41;font-size: 60px;}
    .ingr-section  .slick-dots li.slick-active button:before {opacity: .5;color: #659a41;}

    @media (max-width:992px){
    .ingr-box .ingr-box-in{ max-width:300px;text-align: center;}
    }

/* power of nature title */
    .naturepower-title{display:flex;justify-content: center;align-content: center;align-items: center;flex-wrap:wrap;gap:5px}
    .naturepower-title span{text-transform: uppercase;font-size:22px;font-weight:bold}
    .naturepower-title img{width:100%;max-width:180px}

/* how to use section */
    .howtouse-section{display: block;width:100%;margin-top:30px}
    .howtouse-section-1 img{width:100%;max-width:250px;margin-bottom: -50px;}


    .howtouse-section-2-grid img{width:100%;max-width:135px}

    .howtouse-txt{width:100%;display: flex;    }
    .howtouse-txt b{font-size: 22px;text-transform: capitalize;display:block}
    .howtouse-txt span{font-size: 16px;font-weight: 300;}

    @media(min-width:993px){
      .howtouse-section-2-grid img{max-width:100px}
      .howtouse-txt span{max-width: 345px;}
      .howtouse-section-2-grid{display:flex;flex-wrap:wrap;gap:10px}
      .howtouse-txt{align-items: center;}
      .howtouse-grid-top{display:none}
      .howtouse-section-inner{padding:40px 0}
      .howtouse-section-title-d{padding-bottom:20px}
      .howtouse-section-title-m{display:none}
      .howtouse-section-inner{display:flex;justify-content:center;align-content:center;align-items:center}
      .howtouse-section-1back{display:none}
      .howtouse-section{margin-bottom:50px}
      .howtouse-section-inner{background:#edf7ef;position:relative}
      .howtouse-section-inner:after{content:'';width:100%;background:url(/wp-content/themes/biosigla-ttwo/assets/images/img/back-shadow.png);background-size:100% 50px;height:50px;bottom:-50px;left:50%;transform:translate(-50%,0);position:absolute}
      .howtouse-section-2{max-width:500px}
    }

    @media(max-width:992px){
      .howtouse-txt div:nth-child(1){display:none}
      .howtouse-section-title-m{text-align:center;font-size:22px}
      .howtouse-grid-top{display:flex}
      .howtouse-section-title-d{display:none}
      .howtouse-section-1{position:relative;display:flex;justify-content:center;align-content:center}
      .howtouse-section-1 img{margin:0 auto;position:relative;z-index:99;left:-10px}
      .howtouse-section-1back{width:100%;height:351px;transform:none;background:#edf7ef;position:absolute;top:initial;bottom:-58px;z-index:1;left:0}
      .howtouse-section-2-grid img{max-width:100px}
      .howtouse-section-2-grid{display: grid;grid-template-columns: auto auto auto;gap:0}
      .howtouse-section-1back:after{content:'';width:100%;background:url(/wp-content/themes/biosigla-ttwo/assets/images/img/back-shadow.png) 0 0/contain no-repeat;height:50px;bottom:-50px;left:50%;transform:translate(-50%,0);position:absolute}
      .howtouse-grid-btm{grid-template-columns:auto;gap:10px;text-align:center}
      .howtouse-grid-btm .howtouse-txt{max-width:100%;justify-content: center;}
      .howtouse-grid-top img{margin:0 auto;display:block}
      .howtouse-grid-top{position:relative;z-index:9}
    }

/* risk free badges section */
    .section-risk-free{margin:50px 0px 50px}
    .risk-free-section{
      display:flex;
      justify-content: center;
      align-content: center;
      gap:15px;
      flex-wrap:nowrap;
    }
    .risk-free-box{text-align: center;max-width:25%;width: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-content: baseline;}
    .risk-free-box img{width:100%;max-width:190px;filter: drop-shadow(0px 0px 7px rgb(0 0 0 / 30%));}
    .risk-free-box span{font-size: 22px;line-height: 22px;font-weight: bold;text-transform: uppercase;width: 100%;max-width: 205px;}


    @media(max-width:992px){
      .section-risk-free{margin: 30px auto 0}
      .risk-free-section{justify-content: space-around;gap: 5px;}
      .risk-free-box span{font-size: 16px;line-height: 16px;}
      .risk-free-box img{min-width:90px}
    }
    @media(max-width:420px){
      .risk-free-box span{font-size: 12px;}
    }

/* side effects section */
    .section-side-eff{display:flex;align-content: center;align-items: center;margin-bottom:10px;background: #fcfcfc;}
    .side-eff-1{width: 600px;position: relative;}
    .side-eff-1 h3{display: none}
    .side-eff-1 img  {width: 800px;}

    .side-eff-2{max-width: 650px;    z-index: 9;}
    .side-eff-2 h3{font-size: 42px;padding-bottom: 30px;}
    .side-eff-2 p{margin-bottom:0px;font-size: 20px;}

    @media (min-width:1400px){
      .side-eff-1 {width: 36%;}
    }
    @media (max-width:992px){
      .side-eff-1 img {width: 100%;}
      .side-eff-1{width: 100%;}
      .section-side-eff{flex-wrap:wrap}
      .side-eff-2 h3{display: none}
      .side-eff-1:before{content:'';position: absolute;width: 100%;height:100%;    background: rgb(0 0 0 / 54%);z-index: 1;}
      .side-eff-2{max-width: 100%;text-align: center;}
      .side-eff-1 h3{width:80%;display:block;position:absolute;top:50%;left:50%;text-align:center;color:#fff;z-index:99;transform:translate(-50%,-50%)}
      .side-eff-2 p{padding: 20px;font-size: 17px;}
    }


/* review  section */
    #reviews .main-section-title{margin:30px 0px}

    .review-stars-line{border-top: 2px solid #767676;max-width:800px;margin:10px auto}

    .review-stars-row{justify-content: center;align-items: center;padding:5px 0px;}

    .review-stars-box1 img{width:100%;max-width:129px;float:right}

    .review-stars-box2{text-align: center;display: flex;justify-content: center;align-items: center; align-content: center;flex-wrap: wrap;}
    .review-stars-box2 span{width:100%;display: block;font-size: 48px;line-height: 34px;color:black}
    .review-stars-box2 img{width:100%;display: block;    max-width: 96px;margin: 5px 0px 3px;}
    .review-stars-box2 i{width:100%;font-size: 18px;color: #656565;text-decoration: underline;}

    .review-stars-bar{display: flex;flex-wrap: wrap;gap: 5px;}

    .review-bar-row{width:100%;
      display: flex;
      align-content: center;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 10px;
      align-items: center;}
    .review-bar-row b{text-align: left;min-width: 30px;}
    .review-bar-row img{width:100%;max-width: 96px;}

    .review-bar-single{height: 13px;
        width: 100%;
        background-color: #fff;
        border: 1px solid #000;}
    .review-bar-single div{height: 11px;width: 175px;background-color: #FFB900;animation: progress 0.8s cubic-bezier(0, 0, 0.3, 1);}

    @media (max-width: 992px){
      .review-stars-line{max-width:100%}
      .review-stars-box3{border-left: 1px solid #767676;}
      .review-bar-single,.review-stars-box1 {display: none}
    }

    @media (max-width: 400px){
    .review-bar-row{gap:5px}
      .review-bar-row img{max-width: 80px;}
      .review-bar-row b{font-size: 80%;}
    }

/* review chart circles */
    .circular-chart {
      display: block;
      margin: 10px auto;
      max-width: 80%;
      max-height: 160px;
      min-width: 80px;
    }
    @media (max-width: 700px){
    .circular-chart{max-height: 80px;}
    }
    .circle-bg {
      fill: none;
      stroke: #AFAFAF;
      stroke-width: 0.5;
    }

    .circle {
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      animation: progress 1s ease-out forwards;
    }

    @keyframes progress {0% {stroke-dasharray: 0 100;}}
    .percentage {
        fill: #000;
        font-size: 0.5em;
        text-anchor: middle;
        font-size: 10px;
    }

    .chart-row{display: flex;flex-wrap: wrap;padding: 35px 20px;justify-content: center;}
    .chart-column{max-width:280px}
    .chart-column{border-left: 2px solid #C7C7C7;}
    .chart-column:nth-child(1){border-left: 0px solid #C7C7C7;}

    .chart-single {
        justify-content: space-around;
        padding: 0px 10px;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .chart-single p {
        font-size: 18px;
        font-weight: 300;
        text-align: center;
    max-width: 300px;
    }

    .chartsvg {
      display: block;
      margin: 10px auto;
      max-width: 80%;
      max-height: 160px;
    }

    .chartsvg-bg {
      fill: none;
      stroke: #AFAFAF;
      stroke-width: 0.5;
    }

    .chartsvg-str {
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      animation: chartprogress 1s ease-out forwards;
    }

    @keyframes chartprogress {0% {stroke-dasharray: 0 100;}}

    .chartsvg-txt {
        fill: #000;
        font-size: 0.5em;
        text-anchor: middle;
        font-size: 10px;
    }

    @media (max-width: 992px){
      .chart-row{margin: 25px 5px;padding:0px}
      .chart-column{border-top: 0px solid #C7C7C7;;border-left:0px;max-width:100%;width: 100%;}

      .chart-column:nth-child(1){border-top: 0px solid #C7C7C7;}

      .chart-single{flex-wrap: nowrap;padding: 0px 5px;padding-botttom:10px}
      .chart-single p{text-align:left;font-size: 16px;    margin: 0px}
    }



/* reviews all bottom */
    .review-box{border-top: 2px solid #767676;padding-top: 15px;position:relative}

    .review-box .review-box-top{display: flex;justify-content: space-between;align-content: center;flex-wrap: wrap;    margin-bottom: 10px;}
    .review-box .review-box-top .rev-name{font-weight: 600;font-size: 20px;}
    .review-box .review-box-top .rev-date{font-weight: 300;font-size: 18px;font-style: italic;color: #868686;}
    .review-box .review-box-top img{}

    .review-box-quote{font-size: 22px;font-weight:bold;margin-bottom: 0.5rem;}
    .review-box-text{font-size: 16px;margin-bottom: 1em;}

    .review-box-text img{max-width: 100%;display:block;    margin-top: 1em;}

    .review-box-like {display: flex;align-items: center;padding: 0px !important;justify-content: end;margin-top: -0.3em;gap: 5px;}
    .review-box-like svg {width: 20px;margin-right: 0px;}

    #reviews .img-review-top-desk,#reviews .img-review-top-mob{width:100%}
    #reviews .img-review-top-mob{display:none;    max-width: 400px;}
    #reviews .img-review-top-desk{display:block;max-width:1300px}

    @media (min-width: 993px){
      .review-box-text img{max-width: 230px}
    }

    @media (max-width: 992px){
      .review-box .review-box-top .rev-name{    font-size: 15px;}
      .review-box .review-box-top .rev-date{    font-size: 14px;}
      .review-box-text img{max-width: 175px;}
    }

    @media (max-width: 767px){
      #reviews .img-review-top-desk{display:none}
      #reviews .img-review-top-mob{display:block}
    }

    .review-cont-head{overflow:hidden;display: flex;justify-content: center;}



/* product try btn */
    .try-btn{text-align: center;margin:40px auto;display: block;    padding: 0px 15px;}
    .try-btn a{width: 100%;font-size: 25px;max-width: 330px;padding: 10px 5px;}
    .try-btn p{color: #8D8D8D;margin: 15px auto;line-height: 18px;max-width: 300px;}

    .btn-dark.try-btn-m{display:none}
    .btn-dark.try-btn-d{display:inline-block}

    @media (max-width: 992px){
      .btn-dark.try-btn-m{display:inline-block}
      .btn-dark.try-btn-d{display:none}
    }
/* Kidney Health */
/*PAGE STYLE 2 */
/*product__benefits section */

.product__benefits-item-image {
    padding: 0;
}

#benefits-section .product__benefits-image img {
    width: 100%;
    margin: auto;
    display: block;
}

#benefits-section .product__benefits-image>div h5 {
    text-align: left;
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    letter-spacing: .56px;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 35px;
    font-weight: 800;
    left: 10%;
    color: #fff;
    font-family: Barlow Condensed,Arial Narrow,Impact,sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 2px #16079b, 0 0 20px #0f2fa3, 0 0 5px #69c4ef;
}
.product__benefits-item h4 {
    font-weight: 700;
    font-size: 1.4rem;
}
.product__benefits-item p{
    margin-bottom: 0;
}
.about-section.style2 h1 {
    font-size: 44px;
}

@media (min-width: 993px) {
    .about-section.style2 {
        min-height: 480px;
    }
    #benefits-section .product__benefits-items {
        margin-left: -50px;
    }
    #benefits-section {
        margin-top: 70px;
    }
    .about-section.style2 p {
        max-width: 464px;
        text-align: left;
    }
    .product__benefits-image, .product__benefits-items {
        max-width: 560px;
    }
}
@media (max-width: 992px) {
    .about-section.style2 {
        margin-bottom: 55px;
    }
    .product__benefits-image {
        margin-bottom: 30px;
    }
    
}
@media (max-width: 767px) {
    .product__benefits-item-image {
        width: 80px;
    }
    .product__benefits-item {
        flex-direction: initial;
    }
    .back-money-info {
        margin-top: 35px !important;
    }
}
/*section guarantee */

.landing-guarantee h3 {
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    font-family: 'Hammersmith One', sans-serif;
}
.landing-guarantee__bg {
    padding: 0;
    margin-top: 20px;
}
.landing-guarantee__bg>div {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}
.landing-guarantee__bg>div:before {
    content: "";
    display: block;
    padding-bottom: 79.52586207%;
}
.landing-guarantee__bg>div img {
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
}
.landing-guarantee__icons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.landing-guarantee__icons img {
    max-width: 70px;
    width: 100%;
    height: auto;
}
.d-md-block {
        display: none;
}
.landing-guarantee {
    padding-top: 50px;
    text-align: center;
}
@media (min-width: 768px) {
    .landing-guarantee {
        padding-top: 80px;
        text-align: left;
        padding-top: 40px;
    }
    .d-md-none {
        display: none;
    }
    .d-md-block {
        display: block;
    }
    .landing-guarantee__bg {
        padding: 0 10px;
        margin-top: 0;
    }
    .landing-guarantee__bg>div {
        border-radius: 4px;
    }
    .landing-guarantee__bg>div img {
        width: 130px;
    }
    .landing-guarantee p {
        margin-top: 20px;
    }
    .landing-guarantee__icons {
        justify-content: flex-start;
    }
    #guarantee-section {
        padding-top: 50px;
    }
}

@media (min-width: 1024px) {
    .landing-guarantee__content {
        padding-left: 40px;
    }
    .landing-guarantee__content h3, .landing-guarantee__content p {
        max-width: 480px;
    }
    
}
@media (min-width: 1440px) {
    .landing-guarantee__icons {
        width: 600px;
        margin: 20px -25px 0;
    }
}
@media (max-width: 499px) {
    .landing-guarantee h3 {
        text-align: center;
    }
}
/*section science*/
.product-how-works--1, .product-how-works--2, .product-how-works--3 {
    margin-bottom: 20px;
}
.product-how-works__item {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 0px 0px 26px 0px;
    position: relative;
    height: 100%;
    box-shadow: 2px 2px 4px 0 rgba(34, 34, 34, .3);
}
.product-how-works {
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.product-how-works__index {
    width: 100px;
    height: 100px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-how-works__index {
    background-image: url(/wp-content/themes/biosigla-ttwo/assets/images/img/mask.webp);
}
.product-how-works__index h4 {
    vertical-align: middle;
    text-align: center;
}
.product-how-works__img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-how-works__img:before {
    content: "";
    display: block;
    padding-bottom: 99.57081545%;
}
.product-how-works__item h5 {
    margin-top: 30px;
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
}
.product-how-works__description {
    font-family: Barlow,sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

.product-how-works--1, .product-how-works--2, .product-how-works--3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .product-how-works__item-1:after, .product-how-works__item-1:before, .product-how-works__item-2:after, .product-how-works__item-2:before {
        content: "";
        border: solid transparent;
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0;
    }
    .product-how-works__item-1:before, .product-how-works__item-2:before {
        border-top-color: #dcdcdc;
        border-width: 12px;
    }
    .product-how-works__item-1:after, .product-how-works__item-2:after {
        border-top-color: #fafafa;
        border-width: 13px;
        top: 50%;
    }
    .product-how-works .product-how-works--2, .product-how-works .product-how-works--3 {
        position: relative;
    }
    .product-how-works .product-how-works--2:before, .product-how-works .product-how-works--3:before {
        border-top-color: #dcdcdc;
        border-width: 15px;
        z-index: 1;
    }
    .product-how-works .product-how-works--2:after, .product-how-works .product-how-works--2:before, .product-how-works .product-how-works--3:after, .product-how-works .product-how-works--3:before {
        content: "";
        border: solid transparent;
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0;
    }
    .product-how-works .product-how-works--2:after, .product-how-works .product-how-works--3:after {
        border-top-color: #5f8ac7;
        border-width: 14px;
        top: 50%;
        z-index: 2;
    }
}
@media (max-width: 767px) {
    .product-how-works__index {
        width: 60px;
        height: 60px;
        transform: none;
        margin-right: auto;
        left: 0;
        top: -14px;
    }
    .product-how-works__index h4 {
        font-size: 24px;
        line-height: 15px;
    }
    .product-how-works .product-how-works--2:after, .product-how-works .product-how-works--2:before, .product-how-works .product-how-works--3:after, .product-how-works .product-how-works--3:before {
        content: "";
        border: solid transparent;
        position: absolute;
        left: calc(50% - 18px);
        top: 1px;
        transform: rotate(0deg);
        width: 0;
    }
    .product-how-works .product-how-works--2:after, .product-how-works .product-how-works--3:after {
        border-top-color: #5f8ac7;
        border-width: 10px 18px;
        top: 0;
        z-index: 2;
    }
    .product-how-works__item-1:after, .product-how-works__item-1:before, .product-how-works__item-2:after, .product-how-works__item-2:before {
        content: "";
        border: solid transparent;
        position: absolute;
        left: calc(50% - 18px);
        bottom: -20px;
        width: 0;
    }
    .product-how-works__item-1:after, .product-how-works__item-2:after {
        border-top-color: #fafafa;
        border-width: 10px 18px;
        bottom: -19px;
    }
}
/*statistic*/
#statistic {
    margin: 50px 0;
}
.box_statistic {
    text-align: center;
    position: relative;
    height: 160px;
}
.box_statistic h5 {
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-52%);
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-transform: inherit;
}
.box_statistic img {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 152px;
}
.p_statistic {
    text-align: center;
}
@media (max-width: 499px) {
    .box_statistic h5 { 
        font-size: 18px;
    }
}
/* End Kidney Health */
/* Style page Sea Moss */
.productPage-cta-banner {
    position: relative;
    z-index: 0;
    text-align: center;
    align-items: center;
    background-color: #ffe6b9;
    overflow: hidden;
}
.productPage__benefits-image>div h5 {
    text-align: left;
    position: absolute;
    bottom: 10px;
    font-size: 18px;
    letter-spacing: .56px;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 35px;
    font-weight: 800;
    left: 18%;
    color: #fff;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
}
.productPage__benefits-image>div {
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    position: relative;
}
.productPage__benefits-image>div:before {
    content: "";
    display: block;
    padding-bottom: 86.78571429%;
}
.productPage__benefits-image {
    padding: 0;
}
.productPage__benefits-item {
    margin-top: 22px;
}
.productPage__benefits-item img {
    width: 76px;
}
.productPage__benefits-item h4 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 27px;
    line-height: 34px;
}
.productPage-cta-banner h3 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    line-height: 42px;
    margin-top: 14px;
}
.productPage-cta-banner p {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.productPage-banner {
    position: relative;
    z-index: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.productPage-banner__title {
    min-height: 110px;
    position: relative;
    padding-top: 20px;
}
.productPage-banner h3 {
    font-family: Barlow Condensed,Arial Narrow,Impact,sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    line-height: 42px;
}
.productPage-banner p {
    font-family: Barlow,sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
.productPage__benefits {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 20px;
}
.productPage-ingredients-section {
    margin-top: 50px;
    overflow: hidden;
    padding: 0 20px;
}
.productPage-ingredients-section-item__img {
    flex: 0 0 170px;
    max-width: 170px;
}
.productPage-ingredients-section-item__img>div {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.productPage-ingredients-section-item__img>div:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.productPage-ingredients-section-item__content {
    text-align: right;
}
.productPage-ingredients-section-item__content h4 {
    font-style: italic;
    margin-top: 10px;
    font-size: 28px;
    line-height: 34px;
}
.productPage-ingredients-section-item__content p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}
.productPage-border__line {
    position: absolute;
    top: 0;
    border: 2px solid #346D9F;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 4px;
    z-index: -1;
    width: calc(100% - 20px);
    bottom: 0;
    box-shadow: 2px 2px 4px 0 rgb(34 34 34 / 30%);
}
.productPage-ingredients-other-footer p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    max-width: 640px;
    margin: 0 auto;
    font-size: 18px;
    padding: 0 20px;
}
.productPage-border {
    position: relative;
}
.productPage-mask {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
    user-select: none;
    z-index: -1;
}
.productPage-success {
    background-color: #ffe6b9;
    padding-top: 39px;
    text-align: center;
    padding-bottom: 50px;
}
.productPage-success h3 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    line-height: 42px;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}
.productPage-success h3+p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px;
}
.productPage-success-banner {
    max-width: 700px;
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    margin: 30px -10px -50px;
    width: calc(100% + 20px);
}
.productPage-success-banner:before {
    content: "";
    display: block;
    padding-bottom: 78.125%;
}
.productPage-success-item {
    display: flex;
}
.productPage-success-item>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(34, 34, 34, .3);
    padding: 10px;
}
.productPage-success-item__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.productPage-success-item .sv-review-stars {
    margin-right: 10px;
    padding: 0;
    margin-bottom: 0;
}
.sv-review-stars {
    display: inline-flex;
    line-height: 0;
    align-items: center;
    list-style: none;
}
.sv-review-stars--green li svg {
    stroke: #00b359;
    fill: #00b359;
    width: 12px;
    height: 12px;
}
.productPage-success-item h4 {
    margin-top: 10px;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
}
.productPage-success-item h4+p {
    margin-top: 5px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-style: italic;
}
.productPage-success-item .h5 {
    padding-top: 10px;
    margin-top: auto;
    font-size: 14px;
    color: #949494;
    letter-spacing: .44px;
    line-height: 20px;
    font-weight: 600;
}
.productPage-success-item+.productPage-success-item {
    margin-top: 10px;
}
.productPage__benefits-item p {
    margin-top: 15px;
    font-family: Barlow, sans-serif;
    font-weight: 500;
}
.productPage__benefits-item {
    margin-top: 22px;
}
.private-banner .productPage-cta-banner__mobile {
    background-position: 96% 50%;
}
.productPage-cta-banner__mobile {
    width: 100%;
    background-position: 81% 50%;
    background-size: cover;
    max-height: 350px;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}
.productPage-cta-banner__mobile:before {
    content: "";
    padding-bottom: 95.73170732%;
    display: block;
}
.productPage-ingredients-cta {
    text-align: center;
    margin-top: 20px;
}
.private-ingredients-other {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 30px;
}
.product-template-default del .woocommerce-Price-amount bdi {
    display: none !important;
}
.product-template-default .woovr-variation:first-child del .woocommerce-Price-amount bdi {
            display: block !important;
        }
.button {
    color: #fff !important;
    text-transform: uppercase;
    height: 43px;
    max-width: 96%px;
    border-radius: .25rem;
    padding: .375rem .75rem;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 500;
}
.single_add_to_cart_button {
    display: none;
}
.btn-buy {
   display: block;
    margin: auto;
    width: 270px;
    background: #659A40;
    margin-top: -25px;
    margin-bottom: 15px;
}
.page-mask {
    position: relative;
    display: block;
    width: 100%;
    pointer-events: none;
    user-select: none;
    z-index: -1;
}
.page-mask--1 {
    z-index: 1;
}
.page-style2-review {
    position: relative;
    margin-top: -32px;
    text-align: center;
    overflow: hidden;
}
.page-mask--2 {
    z-index: -2;
    margin-top: -18px;
}
.page-style2-review {
    position: relative;
    margin-top: -32px;
    text-align: center;
}
.page-style2-review-content-col:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 0;
    width: 100vw;
}
.page-style2__benefits-image>div {
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    position: relative;
}
.page-style2__benefits-image>div:before {
    content: "";
    display: block;
    padding-bottom: 86.78571429%;
}
.page-style2-review-content-col h4 {
    font-size: 28px;
    line-height: 34px;
    font-style: italic;
}
.page-style2-review-content-col p {
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
}
.page-style2-review-content-col p+h4 {
    margin-top: 30px;
}
.page-style2-endorsers {
    background-color: #ffe6b9;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-style2-endorsers__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}
.page-style2-endorsers__title:before {
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background-color: #febd48;
}
.page-style2-endorsers__title .h5 {
    display: inline-block;
    background-color: #ffe6b9;
    z-index: 0;
    text-transform: uppercase;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    padding: 0 10px;
    color: #febd48;
    font-size: 16px;
    letter-spacing: 1.33px;
    line-height: 26px;
}
.page-style2-endorsers__icons {
    padding-bottom: 40px;
    margin-top: 10px;
    position: relative;
}
.page-style2-endorsers__icons .page-style2-endorsers__icon, .page-style2-endorsers__icons img {
    width: 100%;
    margin-top: 20px;
}
.page-style2-endorsers__icons .page-style2-endorsers__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.page-style2-endorsers__icons .page-style2-endorsers__icon:before {
    content: "";
    display: block;
    padding-bottom: 29.99528302%;
}
.page-style2-cta-banner {
    position: relative;
    z-index: 0;
    text-align: center;
    align-items: center;
    background-color: #ffe6b9;
    overflow: hidden;
}
.page-style2-cta-banner__mobile {
    width: 100%;
    background-position: 81% 50%;
    background-size: cover;
    max-height: 350px;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}

.page-style2-cta-banner h3 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    line-height: 42px;
    margin-top: 14px;
}
.page-style2-cta-banner p {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.page-style2__benefits {
    background-color: #ffe6b9;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 20px;
}
.page-style2__benefits-image {
    padding: 0;
}
.page-style2__benefits-image>div {
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 0;
    position: relative;
}
.page-style2__benefits-image>div:before {
    content: "";
    display: block;
    padding-bottom: 86.78571429%;
}
.page-style2__benefits-image>div h5 {
    text-align: left;
    position: absolute;
    bottom: 10px;
    font-size: 18px;
    letter-spacing: .56px;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 35px;
    font-weight: 800;
    left: 18%;
    color: #fff;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
}
.page-style2__benefits-item h4 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 27px;
    line-height: 34px;
}
.page-style2__benefits-item p {
    margin-top: 15px;
    font-family: Barlow, sans-serif;
    font-weight: 500;
}
.page-style2-diabetes h3 {
    font-style: italic;
    font-size: 30px;
    line-height: 42px;
}
.page-style2-diabetes p {
    font-size: 20px;
    line-height: 26px;
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}
.text-product {
    color: #346D9F;
}
.page-style2-diabetes-chevrons {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
}
@keyframes fade-chevron {
    0% {
    opacity: 1;
}
25% {
    opacity: 0;
}
50% {
    opacity: 1;
}
75% {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.page-style2-diabetes-chevrons img {
    width: 15px;
    height: auto;
    animation: fade-chevron 1.2s ease-in-out infinite;
    position: relative;
}
.page-style2-diabetes h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: .75px;
    margin-top: 30px;
    text-align: center;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
}
.page-style2-diabetes-item {
    text-align: left;
    display: flex
;
    margin-top: 30px;
}
.page-style2-diabetes-item-image {
    padding: 0;
}
.page-style2-diabetes-item-image div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.page-style2-diabetes-item-image div:before {
    content: "";
    display: block;
    padding-bottom: 62.5%;
}
.page-style2-diabetes-item h5 {
    color: #346D9F;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
}
.page-style2-diabetes-item p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}
.page-style2-diabetes-chevrons img+img {
    padding-top: 10px;
}
.page-style2-diabetes-chevrons img:nth-of-type(2) {
    animation-delay: .15s;
}
.page-style2-diabetes-chevrons img:nth-of-type(3) {
    animation-delay: .3s;
}
.page-style2-diabetes-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffe6b9;
}
.page-style2-diabetes-footer h4 {
    text-transform: none;
    font-style: italic;
    margin-top: 0;
    line-height: 34px;
    font-size: 28px;
}
.page-style2-diabetes-footer p {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
}
.page-style2-diabetes-footer img {
    width: 30px;
    margin: 30px auto 0;
    display: block;
}
.page-style2-border__line {
    position: absolute;
    top: 0;
    border: 2px solid #346D9F;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 4px;
    z-index: -1;
    width: calc(100% - 20px);
    bottom: 0;
    box-shadow: 2px 2px 4px 0 rgb(34 34 34 / 30%);
}
.page-style2-banner {
    position: relative;
    z-index: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.page-style2-banner__title {
    min-height: 110px;
    position: relative;
    padding-top: 20px;
}
.page-style2-banner h3 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    line-height: 42px;
}
.page-style2-banner p {
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
.page-style2-banner__title+p {
    padding: 0 10px;
}
.page-style2-border {
    position: relative;
}
.page-style2-border__line {
    position: absolute;
    top: 0;
    border: 2px solid #346D9F;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 4px;
    z-index: -1;
    width: calc(100% - 20px);
    bottom: 0;
    box-shadow: 2px 2px 4px 0 rgb(34 34 34 / 30%);
}
.page-style2-ingredients-section {
    margin-top: 50px;
    overflow: hidden;
    padding: 0 20px;
}
.page-style2-ingredients-section-item__img {
    flex: 0 0 170px;
    max-width: 170px;
}
.page-style2-ingredients-section-item__img>div {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.page-style2-ingredients-section-item__img>div:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.page-style2-ingredients-section-item__content {
    text-align: right;
}
.page-style2-ingredients-section-item__content h4 {
    font-style: italic;
    margin-top: 10px;
    font-size: 28px;
    line-height: 34px;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500;
}
.page-style2-ingredients-section-item__content h5 {
    margin-top: 5px;
    color: #346D9F;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: .5px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
}
.page-style2-ingredients-section-item__content p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
}
.page-style2-ingredients-section-item+.page-style2-ingredients-section-item {
    margin-top: 30px;
}
.page-style2-ingredients-section-item__img {
    flex: 0 0 170px;
    max-width: 170px;
}
.page-style2-ingredients-section-item__img>div {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.page-style2-ingredients-section-item__img>div:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.page-style2-ingredients-section-item__content {
    text-align: right;
}
.page-style2-ingredients-other {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 30px;
}
.page-style2-ingredients-cta {
    text-align: center;
    margin-top: 20px;
}
.page-style2-ingredients-other-footer {
    position: relative;
    margin-top: 20px;
}
.page-style2-ingredients-other-footer p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    max-width: 640px;
    margin: 0 auto;
    font-size: 18px;
    padding: 0 20px;
}
.page-style2-how-works {
    position: relative;
    text-align: center;
    padding-top: 14px;
}
.page-style2-how-works__img:before {
    content: "";
    display: block;
    padding-bottom: 99.57081545%;
}
.page-style2-how-works__item h5 {
    margin-top: 30px;
    font-weight: 800;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
}
.page-style2-how-works__description {
    font-family: Barlow,sans-serif;
    font-weight: 500;
    margin-top: 10px;
}
.page-style2-how-works:before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #ffe6b9;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.page-style2-how-works h3 {
    margin-bottom: 50px;
    font-size: 48px;
    font-style: italic;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500;
}
.page-style2-how-works__index {
    width: 100px;
    height: 100px;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%);
    padding-top: 24px;
}
.page-style2-how-works__index h4 {
    vertical-align: middle;
    text-align: center;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500;
    font-size: 26px;
}
.page-style2-how-works__item {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 75px 20px 20px;
    position: relative;
    height: 100%;
    box-shadow: 2px 2px 4px 0 rgba(34, 34, 34, .3);
}
.page-style2-how-works--1, .page-style2-how-works--2, .page-style2-how-works--3 {
    margin-bottom: 20px;
}
.page-style2-how-works__img {
    max-width: 233px;
    margin: 0 auto;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.page-style2-how-works__img:before {
    content: "";
    display: block;
    padding-bottom: 99.57081545%;
}    
.page-style2-how-works__description {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px;
}    
.page-style2-how-works__index {
    background-image: url(/wp-content/themes/biosigla-ttwo/assets/images/img/mask.webp);
}
.page-style2-evidence h3 {
    font-style: italic;
    text-align: center;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500;
}
.page-style2-evidence-item {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.page-style2-evidence-item__img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -10px;
    width: calc(100% + 20px);
}
.page-style2-evidence-item__img:before {
    content: "";
    display: block;
    padding-bottom: 65.625%;
}
.page-style2-evidence-item__text {
    margin-top: -30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgb(34 34 34 / 30%);
    width: 100%;
    justify-content: center;
}
.page-style2-evidence-item__text h4 {
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500;
}
.page-style2-evidence-item__text p {
    margin-top: 10px;
    font-family: Barlow, sans-serif;
    font-weight: 500;
}
.page-style2-evidence-item__text span {
    margin-top: auto;
    color: #949494;
    font-size: 14px;
    font-style: italic;
    width: 100%;
    word-wrap: break-word;
    display: block;
    padding-top: 20px;
}
.page-style2-evidence-item {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.page-style2-evidence {
    position: relative;
}
.page-style2-statistics {
    text-align: center;
    padding-top: 50px;
}
.page-style2-statistics h3 {
    font-style: italic;
    font-size: 36px;
    line-height: 40px;
    overflow: hidden;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500;
}
.page-style2-statistics {
    text-align: center;
    padding-top: 50px;
}
.page-style2-statistics__item {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 240px;
}
.page-style2-statistics__title {
    background-color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    padding: 5px 15px 10px;
    background-image: url(/wp-content/themes/biosigla-ttwo/assets/images/img/hex-empty.png);
    cursor: pointer;
    flex: 0 0 90px;
}  
.page-style2-statistics__item.is-selected .page-style2-statistics__title {
    background-image: url(/wp-content/themes/biosigla-ttwo/assets/images/img/hex.png);
}
.page-style2-statistics__item.is-selected .page-style2-statistics__title h4 {
    color: #fff;
}
.page-style2-statistics__title h4 {
    color: #346D9F;
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    left: -3px;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
    font-weight: 500;
}
.page-style2-statistics__item p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    text-align: left;
    padding: 0 10px 0 5px;
}
.page-style2-statistics-slider-col {
    margin-top: 50px;
}
.page-style2-statistics__slide {
    width: 100%;
}
.page-style2-statistics__footer {
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.page-style2-statistics__footer:after, .page-style2-statistics__footer:before {
    position: absolute;
    background-color: #949494;
    content: "";
    width: 1px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.page-style2-statistics__footer:before {
    left: 0;
}
.page-style2-statistics__footer div {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.page-style2-statistics__footer div:after, .page-style2-statistics__footer div:before {
    z-index: 0;
    content: "";
    right: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100vw;
    background-color: #949494;
}
.page-style2-statistics__footer p {
    font-style: italic;
    color: #949494;
}
.page-style2-statistics__footer p+p {
    margin-top: 5px;
}
.page-style2-statistics__footer p {
    font-style: italic;
    color: #949494;
}
.page-style2-statistics__footer div:after, .page-style2-statistics__footer div:before {
    z-index: 0;
    content: "";
    right: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100vw;
    background-color: #949494;
}
.page-style2-statistics__footer:after, .page-style2-statistics__footer:before {
    position: absolute;
    background-color: #949494;
    content: "";
    width: 1px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.page-style2-statistics__footer:after {
    right: 0;
}
.page-style2-statistics__footer div:after {
    right: auto;
    left: 100%;
}
.page-style2-statistics-slider-col .flickity-prev-next-button {
    border: 2px solid #222;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: none;
}
.page-style2-statistics-slider-col .flickity-prev-next-button.previous {
    left: -60px;
}
.page-style2-statistics__footer {
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.page-style2-statistics__footer--3, .page-style2-statistics__footer--5 {
    width: 41%;
}
.page-style2-statistics__footer:after, .page-style2-statistics__footer:before {
    position: absolute;
    background-color: #949494;
    content: "";
    width: 1px;
    height: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.page-style2-statistics__footer:before {
    left: 0;
}
.page-style2-statistics__footer div {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.page-style2-statistics__footer div:after, .page-style2-statistics__footer div:before {
    z-index: 0;
    content: "";
    right: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100vw;
    background-color: #949494;
}
.page-style2-statistics__footer p {
    font-style: italic;
    color: #949494;
}
.page-style2-statistics-slider-col .flickity-prev-next-button.next {
    right: -60px;
}
.page-style2-statistics__slide--6 {
    display: flex;
    align-items: stretch;
    min-height: 100%;
    flex: 1 0 100%;
    align-items: center;
    justify-content: center;
}        
.page-style2-statistics__slide {
    width: 100%;
}     
.page-style2-statistics__slide--6>div {
    width: 100%;
}
.page-style2-statistics__slide--6 p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.page-style2-statistics__slide--6 h5 {
    color: #346D9F;
    margin-top: 10px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
}
.page-style2-success {
    background-color: #ffe6b9;
    padding-top: 39px;
    text-align: center;
    padding-bottom: 50px;
}
.page-style2-success h3 {
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    line-height: 42px;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}
.page-style2-success h3+p {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    margin-top: 10px;
}
.page-style2-success-banner {
    max-width: 700px;
    background-position: 50%;
    background-size: cover;
    border-radius: 4px;
    margin: 30px -10px -50px;
    width: calc(100% + 20px);
}
.page-style2-success-banner:before {
    content: "";
    display: block;
    padding-bottom: 78.125%;
}
.page-style2-success-item {
    display: flex;
}
.page-style2-success-item>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0 rgba(34, 34, 34, .3);
    padding: 10px;
}
.page-style2-success-item__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.page-style2-success-item .sv-review-stars {
    margin-right: 10px;
    padding: 0;
    margin-bottom: 0;
}
.sv-review-stars {
    display: inline-flex;
    line-height: 0;
    align-items: center;
}
.sv-review-stars li+li {
    margin-left: 8px;
}

.page-style2-success-item h4 {
    margin-top: 10px;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    font-family: Barlow Condensed, Arial Narrow, sans-serif;
}
.page-style2-success-item h4+p {
    margin-top: 5px;
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-style: italic;
}
.page-style2-success-item span {
    font-size: 18px;
    letter-spacing: .56px;
    font-weight: 800;
    line-height: 20px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
}
.page-style2-success-item .h5 {
    padding-top: 10px;
    margin-top: auto;
    font-size: 14px;
    color: #949494;
    letter-spacing: .44px;
    line-height: 20px;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
}        
.page-style2__benefits-item-image img {
    width: 76px;
}
@media (min-width: 576px) {
    .private-ingredients .productPage-ingredients-section-item__img {
        flex: 0 0 230px;
        max-width: 230px;
    }
    .page-style2-review-image-col div {
        max-width: 350px;
    }
    .page-style2-cta-banner__mobile {
        background-position: 100% 50%;
        margin-right: auto;
    }
    .page-style2-ingredients-section-item__img {
        flex: 0 0 320px;
        max-width: 320px;
    }
    .page-style2-ingredients-section-item__img {
        flex: 0 0 320px;
        max-width: 320px;
    }
}
@media (min-width: 576px) and (max-width: 1023px) {
    .productPage__benefits-image {
        max-width: 560px;
    }
}
@media (min-width: 768px) {
    .productPage-cta-banner {
        display: flex;
        background-color: #fff;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        text-align: left;
        background-position: 73% 50%;
        background-size: cover;
        min-height: 500px;
        background-repeat: no-repeat;
    }
    .productPage__benefits-image>div h5 {
        left: 93px;
    }
    .productPage__benefits-image {
        margin-top: 0;
        padding: 0 10px;
    }
    .productPage__benefits-item h4 {
        font-size: 23px;
        line-height: 10px;
        margin-top: 10px;
    }
    .productPage__benefits {
        text-align: left;
        padding-bottom: 50px;
    }
    .productPage-cta-banner h3 {
        margin-top: 0;
        font-size: 48px;
        line-height: 56px;
        color: #222;
        font-size: 68px;
        line-height: 74px;
    }
    .productPage-cta-banner p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }
    .productPage-banner {
        text-align: left;
        display: block;
        padding-top: 45px;
        background-size: cover;
        min-height: 480px;
        background-position: 50% 50%;
    }
    .productPage-banner__title {
        display: block;
        padding: 0;
        min-height: 0;
    }
    .productPage-banner h3 {
        color: #222;
        font-size: 62px;
        line-height: 60px;
    }
    .productPage-banner__title+p {
        padding: 0;
    }
    .productPage-banner p {
        max-width: 410px;
    }
    .productPage-ingredients-section {
        padding: 0 10px;
    }
    .productPage-ingredients-section-item__content--1 {
        text-align: left;
    }
    .productPage-ingredients-section-item__content h4 {
        margin-top: 0;
        font-size: 34px;
        line-height: 38px;
    }
    .productPage-ingredients-section-item__content p {
        margin-top: 20px;
    }
    .productPage-border__line {
        bottom: 20px;
        width: 100%;
    }
    .productPage-ingredients-other-footer p {
        background-color: #fff;
    }
    .productPage-success h3 {
        line-height: 48px;
        font-size: 52px;
    }
    .productPage-success-banner {
        margin: 30px auto 0;
        width: calc(100% - 20px);
    }
    .productPage-success-banner:before {
        padding-bottom: 42.85714286%;
    }
    .productPage-success-item {
        margin-top: -30px;
    }
    .productPage-success-item>div {
        padding: 20px;
    }
    .productPage-success-item h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .productPage-success-item+.productPage-success-item {
        margin-top: -30px;
    }
    .productPage__benefits>.container>.row {
        margin-top: 26px;
    }
    .productPage-cta-banner__mobile {
        display: none;
    }
    .page-style2-review {
        text-align: left;
        margin-bottom: -20px;
        margin-top: -44px;
    }
    .page-style2-review-content-col {
        padding-top: 20px;
        max-width: 650px;
    }
    .page-style2-review {
        text-align: left;
        margin-bottom: -20px;
        margin-top: -44px;
    }
    .page-style2-review-content-col h4 {
        font-size: 34px;
        line-height: 38px;
    }
    .page-style2-review-content-col p {
        font-size: 16px;
        line-height: 20px;
        font-family: Barlow, sans-serif;
        font-weight: 500;
    }
    .page-style2-review-image-col div {
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 auto;
        max-width: 350px;
        position: relative;
    }
    .page-style2-reviews-img {
         margin-left: auto;
        margin-right: 0;
        float: right;
    }
    .page-style2-endorsers {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .page-style2-endorsers__title {
        margin: 0;
    }
    .page-style2-endorsers__title .h5 {
        line-height: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        padding: 0 30px;
    }
    .page-style2-endorsers__icons {
        margin-top: 30px;
    }
    .page-style2-endorsers__icons .page-style2-endorsers__icon, .page-style2-endorsers__icons img {
        margin-top: 0;
    }
    .page-style2-cta-banner {
        display: flex;
        background-color: #fff;
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        text-align: left;
        background-position: 73% 50%;
        background-size: cover;
        min-height: 500px;
        background-repeat: no-repeat;
    }
    .page-style2-cta-banner__mobile {
        display: none;
    }
    .page-style2-cta-banner h3 {
        margin-top: 0;
        font-size: 48px;
        line-height: 56px;
        color: #222;
        font-size: 68px;
        line-height: 74px;
    }
    .page-style2-cta-banner p {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }
    .page-style2__benefits {
        text-align: left;
        padding-bottom: 50px;
    }
    .page-style2__benefits>.container>.row {
        margin-top: 26px;
    }
    .page-style2__benefits-image {
        margin-top: 0;
        padding: 0 10px;
    }
    .page-style2__benefits-image>div h5 {
        left: 93px;
    }
    .page-style2__benefits-item h4 {
        font-size: 23px;
        line-height: 10px;
        margin-top: 10px;
    }
    .page-style2-diabetes h3 {
        font-size: 68px;
        line-height: 74px;
        font-family: Barlow Condensed, Arial Narrow, sans-serif;
        text-align: center;
    }
    .page-style2-diabetes h4 {
        margin-bottom: 10px;
        margin-top: 50px;
    }
        .page-style2-diabetes-item {
        margin-top: 20px;
        min-height: 200px;
    }
    .page-style2-diabetes-item>div {
        background-color: #fff;
        display: flex;
        border-radius: 4px;
        box-shadow: 2px 2px 4px 0 rgb(34 34 34 / 30%);
    }
    .page-style2-diabetes-item-image {
        display: flex;
        flex: 0 0 46.4%;
        max-width: 46.4%;
    }
    .page-style2-diabetes-item-image div {
        margin: 0;
        width: 100%;
    }
    .page-style2-diabetes-text {
        padding: 20px;
    }
    .page-style2-diabetes-footer h4 {
        margin-top: 40px;
        line-height: 52px;
        font-size: 48px;
        margin-bottom: 10px;
    }
    .page-style2-border__line {
        bottom: 20px;
        width: 100%;
    }
    .page-style2-banner {
        text-align: left;
        display: block;
        padding-top: 45px;
        background-position: 30% 50%;
        background-size: cover;
        min-height: 484px;
        background-position: 50% 50%;
    }
    .page-style2-banner__title {
        display: block;
        padding: 0;
        min-height: 0;
    }
    .page-style2-banner h3 {
        color: #222;
        font-size: 62px;
        line-height: 60px;
    }
    .page-style2-banner:after {
        background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .85));
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 100vw;
        z-index: -1;
    }
    .page-style2-banner p {
        max-width: 410px;
    }
    .page-style2-banner__title+p {
        padding: 0;
    }
    .page-style2-border__line {
        bottom: 20px;
        width: 100%;
    }
    .page-style2-ingredients-section {
        padding: 0 10px;
    }
    .page-style2-ingredients-section-item__content--1 {
        text-align: left;
    }
    .page-style2-ingredients-section-item__content h4 {
        margin-top: 0;
        font-size: 34px;
        line-height: 38px;
    }
    .page-style2-ingredients-section-item__content h5 {
        font-size: 18px;
        letter-spacing: .56px;
    }
    .page-style2-ingredients-section-item__content p {
        margin-top: 20px;
    }
    .page-style2-ingredients-section-item+.page-style2-ingredients-section-item {
        margin-top: 0;
    }
    .mask--5 {
        margin-bottom: -70px;
    }
    .page-style2-ingredients-other {
        padding-bottom: 0;
    }
    .page-style2-ingredients-cta {
        margin-top: 50px;
    }
    .page-style2-ingredients-other-footer {
        margin-top: 80px;
    }
    .page-style2-ingredients-other-footer p {
        background-color: #fff;
    }
      .page-style2-how-works {
        padding-top: 50px;
    }
    .page-style2-how-works: before {
        top: 70px;
        height: calc(100% - 70px);
    }
    .page-style2-how-works .page-style2-how-works--2, .page-style2-how-works .page-style2-how-works--3 {
        position: relative;
    }
    .page-style2-how-works .page-style2-how-works--2:after, .page-style2-how-works .page-style2-how-works--2:before, .page-style2-how-works .page-style2-how-works--3:after, .page-style2-how-works .page-style2-how-works--3:before {
        content: "";
        border: solid transparent;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0;
    }
    .page-style2-how-works .page-style2-how-works--2:before, .page-style2-how-works .page-style2-how-works--3:before {
        border-top-color: #dcdcdc;
        border-width: 15px;
        z-index: 1;
    }
    .page-style2-how-works .page-style2-how-works--2:after, .page-style2-how-works .page-style2-how-works--3:after {
        border-top-color: #ffe6b9;
        border-width: 14px;
        top: 50%;
        z-index: 2;
    }
    .page-style2-how-works__item-1 img {
        margin-bottom: 50px;
    }
    .page-style2-how-works__item-1:after, .page-style2-how-works__item-1:before, .page-style2-how-works__item-2:after, .page-style2-how-works__item-2:before {
        content: "";
        border: solid transparent;
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0;
    }
    .page-style2-how-works__item-1:before, .page-style2-how-works__item-2:before {
        border-top-color: #dcdcdc;
        border-width: 12px;
    }
    .page-style2-how-works__item-1:after, .page-style2-how-works__item-2:after {
        border-top-color: #fafafa;
        border-width: 13px;
        top: 50%
    }
    .page-style2-how-works__index h4 {
        font-size: 36px;
        line-height: 42px;
    }
    .page-style2-how-works__index h4 {
        font-size: 36px;
        line-height: 42px;
    }
    .page-style2-evidence {
        background-color: transparent;
        padding-bottom: 0;
        padding-top: 80px;
    }
    .page-style2-evidence:before {
        position: absolute;
        content: "";
        z-index: -1;
        background-color: #ffe6b9;
        width: 100%;
        left: 0;
        bottom: 220px;
        height: calc(100% - 220px);
    }
    .page-style2-evidence>div {
        background-color: transparent;
        padding: 0;
    }
    .page-style2-evidence h3 {
        font-size: 48px;
        line-height: 56px;
    }
    .page-style2-evidence-item__img {
        margin: 0 auto;
        max-width: calc(100% - 40px);
    }
    .page-style2-evidence-item__img:before {
        padding-bottom: 52.5%;
    }
    .page-style2-evidence-item__text {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .page-style2-evidence-item__text h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .page-style2-evidence-item__text span {
        padding-top: 30px;
    }
    .page-mask.page-mask--6 {
        top: calc(100% - 220px);
        position: absolute;
    }
    .page-style2-statistics {
        padding-top: 100px;
    }
    .page-style2-statistics h3 {
        font-size: 48px;
        line-height: 52px;
    }
    .page-style2-statistics__item {
        display: block;
        flex: 0 0 23.07869836%;
        max-width: 23.07869836%;
    }
    .page-style2-statistics__title {
        flex: 0 0 150px;
        width: 150px;
        height: 150px;
        padding: 25px 25px 30px;
    }
    .page-style2-statistics__title h4 {
        font-size: 34px;
        line-height: 38px;
    }
    .page-style2-statistics__item p {
        padding: 0;
        text-align: center;
        margin-top: 5px;
    }
    .page-style2-statistics-slider-col {
        flex: 0 0 580px;
        max-width: 580px;
    }
    .page-style2-statistics-slider-col .flickity-prev-next-button {
        display: block;
    }
    .page-style2-statistics__nav .flickity-page-dots {
        display: none;
    }
    .page-style2-success-banner {
        margin: 30px auto 0;
        width: calc(100% - 20px);
    }
    .page-style2-success-banner:before {
        padding-bottom: 42.85714286%;
    }
    .page-style2-success-item {
        margin-top: -30px;
    }
    .page-style2-success-item>div {
        padding: 20px;
    }
    .page-style2-success-item+.page-style2-success-item {
        margin-top: -30px;
    }
    .page-style2-success-item>div {
        padding: 20px;
    }
    .page-style2-success-item h4 {
        font-size: 24px;
        line-height: 28px;
    }
    .page-style2-how-works__item-1:after, .page-style2-how-works__item-1:before, .page-style2-how-works__item-2:after, .page-style2-how-works__item-2:before {
        content: "";
        border: solid transparent;
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        width: 0;
    }
    .page-style2-how-works__item-1:after, .page-style2-how-works__item-2:after {
        border-top-color: #fafafa;
        border-width: 13px;
        top: 50%;
    }
}
@media (min-width: 993px) {
    .mobile_title {
        display: none;
    }   
}
@media (min-width: 1024px) {
    .productPage-cta-banner {
        background-position: 50% 50%;
    }
    .productPage__benefits-items {
        margin-left: -58px;
    }
    .productPage__benefits-item {
        align-items: center;
        margin-top: 0;
    }
    .productPage-ingredients-section-item {
        flex: 0 0 900px;
        max-width: 900px;
        margin-left: -25px;
    }
    .productPage-ingredients-section-item__content--1 {
        padding-left: 40px;
    }
    .productPage-success-item {
        flex: 0 0 410px;
        max-width: 410px;
    }
    .page-style2-review {
        margin-top: -62px;
        margin-bottom: -62px;
    }
    .page-style2-review-content-col {
        padding-top: 32px;
        margin-top: 0;
        padding-left: 50px;
    }
    .page-style2-cta-banner {
        background-position: 50% 50%;
    }
    .page-style2__benefits-items {
        margin-left: -58px;
    }
    .page-style2__benefits-item {
        align-items: center;
        margin-top: 0;
    }
    .page-style2-diabetes-item {
        flex: 0 0 500px;
        max-width: 50%;
    }
    .page-style2-banner:after {
        background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .65));
        height: 40%;
    }
    .page-style2-ingredients-section-item {
        flex: 0 0 900px;
        max-width: 900px;
        margin-left: -25px;
    }
    .page-style2-ingredients-section-item__content--1 {
        padding-left: 40px;
    }
    .page-style2-ingredients-section-item+.page-style2-ingredients-section-item {
        margin-right: -25px;
    }
    .page-style2-ingredients-section-item__content--2 {
        padding-right: 40px;
    }
    .page-style2-evidence-item {
        max-width: 460px;
    }
    .page-style2-evidence-item__text {
        min-height: 244px;
    }
    .page-style2-evidence-item {
        max-width: 460px;
    }
    .page-style2-statistics__item {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .page-style2-success-item {
        flex: 0 0 410px;
        max-width: 410px;
    }
    .page-style2-success h3 {
        line-height: 48px;
        font-size: 52px;
    }
}

@media (max-width: 992px) {
    .desk_title {
        display:none;
    }
}
@media (max-width: 767px) {
    .page-style2-how-works__index h4 {
        font-size: 24px;
        line-height: 33px;
    }
    .page-style2-how-works__index {
        width: 60px;
        height: 60px;
        transform: none;
        margin-right: auto;
        left: 0;
        top: -23px;
        padding-top: 10px;
    }
 
}
@media (max-width: 600px) {
    .landing-guarantee {
        padding-top: 10px;
    }
    
}
@media (max-width: 499px) {
    .productPage__benefits {
        padding-top: 10px;
    }
    .private-ingredients-other {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .risk-free-box {
        max-width: 28%;
    }
    .productPage-ingredients-section-item__content {
        text-align: center;
    }
    .woovr-variation-radio .woovr-variation-info .woovr-variation-price {
        flex-direction: column;
        margin-right: 0 !important;
    }
    .woovr-variation-radio .woovr-variation-info .woovr-variation-description {
        font-size: 12px !important;
    }
    .btn-buy {
        width: 295px;
        margin: -15px auto 10px;
        display: block;
        bottom: 0;
    }
    .single_add_to_cart_button {
        width: 295px;
        margin: 0;
    }
    .single_variation_wrap {
        justify-content: center;
        grid-template-columns: unset;
    }
    .button {
        height: 35px;
        line-height: 5px;
    }
    .private-banner .productPage-cta-banner__mobile {
        background-position: 87% 50%;
    }
}
@media (max-width: 360px) {
    .woovr-variations[class*="woovr-variations-grid"] .woovr-variation {
        padding: 10px 3px !important;
    }
}
/* btn mobile */
#MobileBtn  h5 {
    line-height: unset;
}
#MobileBtn .btn_scroll_buy{
    display: none;
}
.sectionMobileBtn{
    display: none;
}
@media (max-width: 767px){
.sectionMobileBtn{
    display: block;
}
#MobileBtn .btn_scroll_buy{
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0%;
    right: 0%;
    z-index: 998;
    background-color: #fff;
}
#MobileBtn .boxBtnScroll{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #659A40;
}
#MobileBtn .btnScrollProduct{
    width: 60%;
    position: relative;
}
#MobileBtn.btnScrollText{
    width: 20%;
    position: relative;
}
#MobileBtn .btnScroll{
    width: 140px;
}
#MobileBtn .btnScrollProduct img{
    width: 75px;
    margin-top: -42px;
}
#MobileBtn .btnScrollProduct div{
    position: relative;
    top: 32px;
    right: -44px;
    width: 80px;
    height: 50px;
}
#MobileBtn .btnScrollProduct div p{
    font-size: 14px;
    line-height: 10px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}
#MobileBtn .btnScrollProduct div h5{
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: 1px;
    left: 61%;
    transform: translateX(-39%);
    font-weight: bold;
    color: #659A40;
    width: 100%;
}
#MobileBtn .btnScrollProduct div img{
    width: 100%;
}
#MobileBtn .btnScrollText p{
    position: absolute;
    top: 15px;
    left: 175px;
    font-size: 16px;
}
#MobileBtn .btnScrollText h5{
    position: absolute;
    top: 40px;
    left: 155px;
    font-size: 16px;
    font-weight: 800;
}
#MobileBtn .btn_mobile{
    background: #659A40;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    z-index: 999;
    padding: 8px;
    margin: 0;
    max-width: 140px;
}
}
@media (max-width: 499px){
    #MobileBtn .btnScrollProduct{
    width: 30%;
    position: relative;
}
#MobileBtn .btnScrollText{
    width: 30%;
    position: relative;
}
#MobileBtn .btnScroll{
    width: 32%;
    padding: 5px;
}
#MobileBtn .btnScrollText p{
    left: 16px;
    font-size: 11px;
    top: -16px;
}
#MobileBtn .btnScrollText h5{
    left: 2px;
    top: 7px;
    font-size: 10px;
}
#MobileBtn .btn_mobile{
    margin: 0;
    font-size: 11px;
    padding: 0px;
}
}
@media (max-width: 350px){
#MobileBtn .btnScrollText p{
font-size: 10px;
}
#MobileBtn .btnScrollText h5{
    font-size: 9px;
}
}
@media (max-width: 320px){
#MobileBtn .btnScrollText h5 {
    font-size: 12px;
}
#MobileBtn .btnScrollText h5 {
    left: -15px;
}
#MobileBtn .btnScrollText p {
    font-size: 10px;
}
#MobileBtn .btn_mobile {
    font-size: 16px;
}
}
/* end btn mobile */