* {
    /* border: 1px solid red; */
    font-family: Promind;

}
body {
    background: #f0f0f0;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.3rem;
}



a {
    text-decoration: none;
}

p {
    font-size: 18px;
}

ul {
    list-style: none;
}

.color-purpel {
    color: #b954a0;
}

.color-red {
    color: #ff5959;
}

.color-green {
    color:#00b7a6;
}

.color-blue {
    color: #027da7;
}

.color-grey {
    color:#cccccc;
}

.bg-purpel {
    background: #b954a0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.bg-green {
    background: #00b7a6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}

.bg-green-2 {
    background: #00b7a6;
    border-radius: 20px;
}

.bg-blue {
    background: #027da7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}
.main-cta {
    display: none;
}
.supply {
    color:#5d5d5d ;
}

.card {
    background: #ffffff;
    border-radius: 35px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
}

.card-product {
    background: #f1fffe;
    background: linear-gradient(180deg, #f1fffe) , #f0f0f0;
    border-radius: 35px;
}
.line::after {
    border-radius: 25px;
    background:#b954a0;
    content: '';
    display: block;
    height: 5px;
    margin: 30px auto;
    width: 80px;
}

.line-blue::after {
    border-radius: 25px;
    background:#027da7;
    content: '';
    display: block;
    height: 5px;
    margin: 30px auto;
    width: 80px;
}

.per {
    font-size: 20px;
    line-height: 0.9;
    margin-top: -14%;
    margin-right: 14%;  
}

.per2 {
    font-size: 20px;
    line-height: 0.9;
    margin-top: -14%;
    margin-right: 18%;  
}
.custom-btn {
    background: #fff000;
    width: 75%;
    border-radius:35px ;
    -webkit-box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow:  0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.custom-btn a {
    color: black;
}

.custom-btn-2 {
    background: #fff000;
    border-radius:35px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
}

.custom-btn-3 {
    background: #fff000;
    border-radius:35px;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
    width: 60%;
 }

.vip-badge {
    top: 0;
    right: 0;
}

.custom-btn-2 a {
    color: black;
    font-size: 20px;
}

.deep-6 {
    width: 85%;
}

.check-mark {
    position: relative;
}

.price-box {
    transition: transform .2s;
}
.price-box:hover {
    transform: scale(1.1);
}
.check-mark::before {
    content: '';
    display: inline-block;
    background: url(../img/check.png);
    width: 33px;
    height: 36px;
    position: absolute;
    left: -19%;
    top: -2%;
   
}



/* Footer Section  */

/* Footer Section  */
.footer-wrapper {
    background: #0c98ba;
    background: linear-gradient(180deg, #0c98ba) , #027da7;
}
.footer-menu ul{
    padding-left: 0;
}
.footer-menu .footer-menu-links {
    text-align: center;
}
.footer-menu .footer-menu-links a {
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
}
.footer-menu .footer-menu-links a:hover {
    color: #65bd52 ;
}
.footer-main-section p {
    font-size: 12px;
    color: white;
    letter-spacing: -0.1px;
}
a.footer-link {
    color: #eee;
}
.copyright {
    background: #0c98ba;
    background: linear-gradient(180deg, #0c98ba) , #027da7;
}
.copyright h3{
    font-size: 14px;
    color: white;
}

.price::after {
    transform: translateX(5%);
    content: 'Per Bottle';
    display: inline-block;
    width: 60px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
/* Footer Section  End*/


.ul-color {
    background: #eff3fe;
}


/* Footer Section  End*/


@media (min-width: 769px) {
    h1 {
        font-size: 5rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2.3rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.3rem;
    }

    .testimonial {
        margin-left: -12%;
    }

    .guarant {
        bottom: -35%;
        left: 35%;
    }

    .guarant2 {
        left: 30%;
        bottom: -14%;
    }

    .bottles-12 {
        width: 68%;
    }

    .presentation {
        margin-left: 12%!important;
    }

    .presentation2 {
        margin-left: 18%!important;
    }


    .per {
        font-size: 20px;
        line-height: 0.9;
        margin-top: -16%;
    }
    .per2 {
        font-size: 20px;
        line-height: 0.9;
        margin-top: -16%;
        margin-right: 10%;
    }

    .custom-btn-2 a {
        color: black;
        font-size: 36px;
    }


    .footer-menu ul{
        display: flex;
        justify-content: space-around;
    }
    .footer-menu .footer-menu-links a {
        line-height: 71px;
    }

    .check-mark {
        position: relative;
    
    }
    
    
    .check-mark::before {
        content: '';
        display: inline-block;
        background: url(../img/check.png);
        width: 33px;
        height: 36px;
        position: absolute;
        left: -5%;
        top: -5%;
       
    }
    .price::after {
        transform: translateX(5%);
        content: 'Per Bottle';
        display: inline-block;
        width: 60px;
        height: 30px;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

    .custom-btn3 {
        background: #fff000;
        border-radius:35px;
        -webkit-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
        -moz-box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
        box-shadow: 4px 4px 15px 0px rgba(46,44,165,0.25);
        width: 60%;
     }

    .deep {
        font-size: 4rem;
    }
    
    .total-deep {
        font-size:1.8rem ;
    }
    
}

/*ClickBank badge custom CSS*/
.cbtb .trust-badge {
    background: transparent!important;
}
.cbtb-center-block {
    background: white!important;
    padding: 1px 15px!important;
    border-radius: 5px!important;
}

article {
	width: auto;
	text-align: center;
	background-color: aliceblue;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 15px auto 20px;
	padding: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 10px #ccc;
}

article h3 {
	font-weight: bold!important;
	font-size: 35px;
	font-family: Arial;
	line-height: 1.4;
	padding: 15px;
	padding-bottom: 0!important;
	color: #000;
}
article .count {
	padding: 5px;
}
article #timer{
	padding-bottom: 5px;
	padding-top: 0!important;
	margin-top: -10px;
	color: red;
	background-color: aliceblue;
	border-radius: 2px;
}

.buy-container .action-btn{
    background: #fff000!important;
}

*{
    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;
}

[filter]{
    display: none;
}

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