BODY{

    background-color: var(--background-color);
    color: var(--main-font-color);
    font-size: var(--font-normal);
    font-family: var(--main-font-family);
}

B, .bold
{   font-family: bold-font;

    font-weight: bold;
}

.medium
{
    font-family: medium-font;
    font-weight: 500;

}
.r-bold{
    font-family: roboto-bold-font;
    font-weight: bold;
    text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
    font-size:55px;
}
.m-bold{
    font-family: bold-m-font;
    font-weight: 700;
}
.light{
    font-family: light-font;
    font-weight: 300;
}
.semi-b{
    font-family: semi-bold-font;
    font-weight: 600 ;
}

.product-img {
    max-height: 240px;
}
H1
{
    font-weight: bold;
    font-size: 40px;
}


H2,H3,H4,H5,H6,H7,H8
{
    font-size: 32px;
}

h4, .small-title {
    font-size:25px;
}


h3 {
    font-size: 28px;
}

p {
    font-size: 1.125rem;
}

.yellow-bg{
    border:#e7303f 4px solid;
    border-radius:10px;
    background-color:#f9f8da;
    border-style:dashed;
    /*background-image: url("yellow-bg.png");
    background-repeat: no-repeat;
    background-size: cover;*/
}
.blueish-bg{
    border-radius: 10px;
    background-color:#e6f4ed;
    background-size:contain;
}
.bg-mov{
    background-image: url("bg-bar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.small-bg{
    border:#000000 2px dashed;
    border-radius:11px;
    background-color: #ffffff;

}
.dark-purple-bg{
    background-color:#6d4a91;
    z-index: -1000;
}
.accent-color{
    color:#6d4a91;

}

.navbar-dark .navbar-nav .nav-link{
    color:#fff !important;
    font-size:19px;
}
.hamburger-menu{
    position:absolute;
    right:0;
}
.order-now-button{
    max-width: 155px;
    height: 52px;
    transition: .5s;
    margin-top: -10px;
    position: relative;
    left: -10px;
}
@media (min-width: 992px){
    .order-now-button {
        margin-top: 0;
        left: 0;
    }
}
.order-now-button:hover{
    transform: scale(1.05);
}
.light-purple-bg{
    background-image: radial-gradient(circle at 30% 54%, #d0d9e1, #9d80b9 19%, #705192 58%, #705192 65%);

}
p.bigger{
    font-size:24px;
}
.doctor-img{
    max-height:345px;
}

.accent-red{
    color:#d54545;
    font-size: 22px;


}
p{
    font-size: 20px;
}
p.smaller{
    font-size:18px;
}
p.smaller2{
    font-size:16px;
}
h3.smaller{
    font-size:29px;
}

.ref-bg{
    background-color: #f5f5f5;
}
.leaves-bg{
    background-image:url(leaves-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
}

.white-bg-rounded{
    border-radius: 10px;
    background-color:#fff;
}
.checkmark{
    height:29px;
    width:29px;
    position:relative;
    top:-2px;
}
.dark-purple-bg-round{
    background-color:#6d4a91;
    border-radius: 5px;


}
.probiotic-img{
    max-height:210px;
}
.mint-bg{
    background-image:url(mint-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
}

.checkmark-bigger{
    height:50px;
    width:50px;
    position:relative;
    top:-4px;
}
.bonus-bg{
    background-color: #189086;


}
.video-bg{
    background-image: radial-gradient(circle at 47% 60%, #80b5b9, #189086 79%);
}
.bonus-green-border{
    border-radius: 10px;
    border: solid 5px #007953;
}

.bonus-white-border{
    border-radius: 10px;
    border: solid 5px #fff;
}

.accent-yellow{
    color:#eefe3c;
}

.shipping-badge{
    max-height:218px;
}

.testimonial-face{
    max-height:90px;
}
.testimonial-stars{
    max-width:136px;
    position:relative;
    top:-3px;
}

.references.clickable .reference-link
{
    pointer-events: auto;
    font-family: medium-font;

}
ol.tsl-ref li{
    font-size:14px;
    color:#272727;
    padding-bottom:15px;
    text-align: justify;
    word-break: break-all;
    line-height: 28px;
    font-weight: 500;
    font-family: medium-font;
}

.triangle-grey-ctr {
    position: relative;
}
.triangle-grey-ctr:after,
.triangle-grey-ctr:before {
    content: " ";
    display: block;
    background-color: red;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1000;
}
.triangle-grey-ctr:after{
    background-color: #f8f8f8;
}
.triangle-grey-ctr:before{
    background-color: #edeaea;
}

.triangle-grey-ctr.tg:before{
    background-color: #6d4a91;
}
.triangle-grey-ctr.tg:after{
    background-color: #6d4a91;
}
.triangle-grey-ctr:after {
    top: -1px;
}
/* Footer definitions */
/* Footer Section  */

.footer-top-bg{
    background-image:url("footer-top-bg.png");
    background-size:cover;
    background-repeat:no-repeat;
}
.footer-middle-bg{
    background-image:url("footer-middle-bg.png");
    background-size:cover;
    background-repeat:no-repeat;
}
.footer-bottom-bg{
    background-image:url("footer-bottom-bg.png");
    background-size:cover;
    background-repeat:no-repeat;
}
.footer-wrapper .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin:0px;
    padding:10px;
    padding-left:0px;
    padding-right:0px;
    font-weight:bold;
}
.footer-wrapper .footer-menu .footer-menu-links {
    list-style: none;
    display:inline-block;
    padding:10px;
    padding-top:20px;
    padding-bottom:20px;
    font-weight:bold;
    font-family: bold-font;
}
@media (min-width: 993px)

{
    .footer-wrapper {
        background-color:var(--footer-background-color);
        background-size:100% auto;

    }
    .footer-wrapper .footer-menu .footer-menu-links A {
        text-decoration:none;

    }
    .footer-wrapper .footer-menu .footer-menu-links A:hover {
        text-decoration:none;
        color:var(--footer-hover-color);
    }
}

.footer-menu .footer-menu-links {
    text-align: center;
    padding: 5px;
}
.footer-logo {
    left: -20%;
}
.footer-menu .footer-menu-links a {
    color:#ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    font-family: bold-font;
}
.footer-menu .footer-menu-links a:hover {
    color: #8c9292 ;
}
.footer-main-section p {
    font-size: 14px;
    color:#000000;
    letter-spacing: -0.1px;
    font-family: light-font;
    font-weight: 300;
}
a.footer-link {
    color:#000000;
    font-size: 14px;
}
.copyright {
    background-image: url(copy.png);
}
.copyright h3 {
    font-size: 16px;
    color: #000000;
}

.bg-text-disclaimer {
    color:#1b1b1b!important ;
}

footer #disclaimer .main.container>div {
    background-color: transparent!important;
    box-shadow: none!important;
}

footer p {
    font-size: 0.875rem;
}
/* headline */
.headline
{
    color:var(--headline-color);
}

.purple-bg-row {
    background-color:#6d4a91;
}

.grey-bg-row {
    background-color: #f5f5f5;
}

.text-yellow {
    color: #eefe3c;
}

.text-green {
    color: #5ac150 ;
}

.text-red{
    color: #e7303f;
}
.text-blue{
    color: #0040eb;
}



/* player container styling */
.videobox
{
    font-size: var(--font-medium);
    display:block;
}
.guarantee-img{
    max-height:204px;
}
.badges-bg{
    background-color: #6d4a91;
}


/* pricebox container styling */

.middle{
    border:#6d4a91 3px solid;
    border-radius: 20px;
    background-color: #f9f8da;
    margin-top:-20px;
    filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));




}
.left{
    border:#c1c4ca 3px solid;
    border-radius: 20px;
    background-color: #ffffff;
}
.middle:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 1rem rgba(94, 93, 93, 0.44));
    z-index: 4;
    position: relative;
}
.left:hover{
    transform: scale(1.02);

    z-index: 4;
    position: relative;
}

.pricebox .price-box {

    transition: transform .3s;



}

.pricebox .price-box:hover {
    transform: scale(1.03);
}

.pricebox .price_header {
    font-size: 35px;
    color: white;
    border-radius: 16px;
}
.pricebox .price
{
    padding: 2px;
    font-size: 55px;
    line-height: 63px;
    font-weight: bold;
}

.pricebox .per_bottle
{
    padding: 2px;
    font-size: 31px;
    font-weight: bold;
    line-height: 29px;
}

.pricebox .price_product_box {
    height: 230px;
    max-height: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
}



.pricebox .price_bottle {
    color: #272727;
}


.pricebox .price-box S {
    color: #272727;
    font-weight: normal;
}

@media (min-width: 993px)
{
    .pricebox .highlighted .price-box::before
    {
        content:" ";
        position:absolute;
        top:-50px;
        right:-50px;
        display:block;
        z-index:5;
        background:url(best_value_badge.png);
        background-size:100% 100%;
        width:100px;
        height:100px;
    }



}


/*  Exit popup */
.mypop{
    z-index:20;
    display: none;
    justify-content: center;
    align-items: center;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    right:0px;
    background-color: RGBA(0,0,0,0.5);
    backdrop-filter: blur(5px);
}

.mypop A
{
    text-decoration:none;
    color: var(--main-font-color);
}

.mypop .videorow .col
{
    padding:40px;
}

.mypop .mypop_inner
{
    position:relative;
    border-radius:45px;
    border: solid 3px white;
    width:900px;
    height:650px;
    margin:auto;
    background: linear-gradient(0deg, rgba(255,254,255,1) 0%, rgba(215,255,254,1) 100%);
}

.mypop .close_buton
{
    display:flex;
    z-index:5;
    justify-content: center;
    align-items: center;
    position:absolute;
    right:20px;
    top:20px;
    border:solid 2px white;
    border-radius:50%;
    width:40px;
    height:40px;
    cursor:pointer;
}

.mypop .close_buton A
{
    color:black;
}

/* misc */

.main-cta{
    display:none;
}

.atf_wrapper
{
    max-height:100vh;
    width:100%;
    max-width:calc(100vh * 1.30);
    margin:auto;
    display:block;
    --overflow:hidden;
    --max-headline:8vh;
}

.atf_wrapper .headline SVG
{
    width:100%;
    --max-height:8vh;
}

@media (min-width: 0) and (max-width: 1023px) {
    .triangle-grey-ctr:after,
    .triangle-grey-ctr:before {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1024px) {
    .triangle-grey-ctr:before {
        width: 50px;
        height: 50px;
    }
    .navbar-nav {
        position:absolute;
        right:0;
    }
}
@media (min-width: 1300px){
    .container{
        max-width: 1200px;
    }
    .container-md{
        max-width: 1140px;
    }
    .container-sm{
        max-width: 1040px;
    }
    .container-xs{}
}
h1.small-title{
    font-size:40px;
}

@media (min-width: 993px) {
    .col-lg-6.col-lg-6-small {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .space{
        padding-left:0px;
    }
}

@media (max-width: 993px) {

    h1.small-title{
        font-size:23px;
    }
    h1{
        font-size:32px;
    }
    h2{
        font-size:32px;
    }
    h2.smaller{
        font-size:20px;
    }
    h2.reth2{
        font-size:36px;
    }
    p.bigger{
        font-size:24px;
    }
    h3{
        font-size:24px;
    }
    h3.smaller{
        font-size:29px;
    }
    h4{
        font-size:20px;
    }
    h4.small-title{
        font-size:20px;
    }


    .time{
        font-size : 40px !important;
    }
}
[filter]
{
    display:none;
}
.ret-bg{
    background-image:url(form-green.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ret-bg2{
    background-image:url(form-red.png);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;
}

@media (max-width: 993px) {
    .light-purple-bg{
        background-image: radial-gradient(circle at 50% 20%, #d0d9e1, #9d80b9 18%, #705192 56%, #705192 62%);

    }
    .ret-bg2{

        background-size: 100% 100%;

    }
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #00BAF0;
    background: inherit;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 50px;
    padding: 1em;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu > li {
    margin: 0 1rem;
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}
.menu > li a{
    color:#fff;
    font-size:19px;

}

.menu > li a:hover{
    text-decoration:none;
}

@media (max-width: 992px) {
    .menu-button-container {
        display: flex;
    }
    .menu {
        position: absolute;
        top: 0;
        margin-top: 90px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: start;
        align-items: center;
        z-index:9999;
    }
    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li {
        border: 1px solid #6d4a91;
        height: 3.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li a{
        color:#fff;
        text-align:left;
        font-size: 19px;
    }
    .menu > li {
        display: flex;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #6d4a91;
    }
    .menu > li a{
        padding-left:5px;
    }
    .menu > li:not(:last-child) {
        border-bottom: 1px solid #6d4a91;
    }

}
@media (max-width: 992px) {
    .menu {
        margin-top: 90px;
    }
    .mobile-space{
        margin-left:0px!important;
    }
}

@media (max-width: 481px) {
    .menu {
        margin-top: 80px;
    }
}


/* player container styling */

.videobox
{
    font-size: var(--font-medium);
    display:block;
}


@keyframes vslPulseButtonDesktop {
    from {
        background-size:40% auto;
    }
    to {
        background-size:42% auto;
    }
}


@keyframes vslPulseButtonMobi {
    from {
        background-size:70% auto;
    }
    to {
        background-size:72% auto;
    }
}

.up_container a.soundButton{
    animation: vslPulseButtonMobi 1s linear infinite alternate;
    background-image:url(play-video-round.png);
    opacity: 0.9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:70% auto;
}

.up_container div.playpause{
    animation: vslPulseButtonMobi 1s linear infinite alternate;
    background-image:url(resume-video-round.png);
    opacity: 0.9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:70% auto;
}

@media (min-width: 993px) {
    .up_container a.soundButton{
        animation: vslPulseButtonDesktop 1s linear infinite alternate;
        background-size:40% auto;
    }
    .up_container div.playpause{
        animation: vslPulseButtonDesktop 1s linear infinite alternate;
        background-size:40% auto;
    }

}
*{

    scroll-behavior: smooth;

}
.orderreel
{
    z-index:100;
    opacity:0.9;
    transform: scale(0.45);
    transition: transform 0.5s, left 0.5s;
    display:flex;
    font-family: Arial;
    position:fixed;
    bottom:5px;
    left:-15px;
    background-color:white;
    border:solid 4px #227dc2;
    border-radius:50px;
    background: white;
}

.orderreel .message
{
    size:0.2rem;
    transition: width 1s;
    width:0px;
    height:0px;
    width:0px;
    opacity:0;
    text-align: center;
    display:inline-block;
}
.orderreel .message .msg
{
    margin-right:20px;
    margin-top:4px;
}

.countdown-title
{
    color: var(--countdown-title-color);
}

.countdown-time
{
    color: #eefe3c;
    font-size:54px;
}
.up_container{
    border: solid 4px white;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 50%);
    box-sizing: border-box;
}

.triangle-check li{
    background: url(checkmark2.png) no-repeat left 0px top 3px;
    padding: 6px 0px 0px 35px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    background-size: 30px 30px;
}

.white-bg{
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='11' ry='11' stroke='%23333' stroke-width='4' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius:10px;
    background-color:#ffffff;
    background-size:auto;
}

.triangle-check li{
    background: url(checkmark2.png) no-repeat left 0px top 3px;
    padding: 6px 0px 0px 35px;
    list-style: none;
    margin: 0;
    vertical-align: middle;
    background-size: 30px 30px;
}

.menu A:hover{

    color:#ccc;

}

.ub{
    transition: 0.5s;
}
.ub:hover{
    transform: scale(1.02);
    transition: 0.5s;
}

.txt A:hover{
    text-decoration-color: #404040!important;
}

.upsell_buy_btn, .upsell_buy_btn:hover
{
    --btn-color: #003FE2;

    text-shadow: -1px 0 var(--btn-color), 0 1px var(--btn-color), 1px 0 var(--btn-color), 0 -1px var(--btn-color);
    display:block;

    border-radius:10px;
    border: solid 3px var(--btn-color);
    background-color:#FFE24F;
    font-weight: 900;
    color:var(--btn-color);
    font-size: 30px;
    padding:15px;
    padding-left:35px;
    padding-right:35px;
    text-decoration:none!important;
    text-align:center;
    letter-spacing: 1px;
    margin:10px;
}

.mobile-space{
    margin-left:-55px;
}

#timer{
    color: #fee255!important;
}
DIV.buy-container .action-btn{
    background: linear-gradient(360deg, rgba(226,190,0,1) 0%, rgba(255,228,86,1) 100%);
}


DIV.vsl_timer article{

    width: auto;
    text-align: center;
    border-radius: 10px;
    margin: 0px auto 8px;
    padding: 5px;
    overflow: hidden;
    box-shadow: none;
    background-color: #f0f8ff00;
}
DIV.vsl_timer article h2{

    font-weight: bold;
    line-height: 1.4;
    padding: 15px;
    padding-bottom: 0;
    color: #fff;
}
DIV.vsl_timer article #timer{
    background-color: #f0f8ff00;
    font-size: 54px;
    color: #EEFE3C;
}
