@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: 'Montserrat';
    font-size: 70px;
    font-weight: 400;
}

h3 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 400;
}

h5 {
    font-size: 24px;
    /*    line-height: 50px;*/

}

p {
    font-size: 20px;
}

a,
a:link,
a:visited,
a:active {
    color: #af0000;
}

.cart-svg {
    position: absolute;
    right: -10px;
    top: 5px;
    color: #af0000;
}

.cart-contents {
    position: inherit;
    z-index: 100;

}

.cart-contents:hover {
    text-decoration: none;
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.red {
    color: #af0000;
}

.vert-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.main-container {
    margin-top: 100px;
    min-height: 70vh;
}

/*menu*/
#masthead {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 100;
    top: 0px;
}

.navbar {
    float: right;
}

.navbar-nav li a {
    color: #af0000;
    padding-left: 70px;
}

.navbar-nav li a:hover {
    text-decoration: none;
}

.navbar-toggler {
    display: none;
    position: absolute;
    right: 15px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(175, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}

.custom-toggler.navbar-toggler {
    border-color: #af0000;
}

.site-title {
    font-size: 36px;
    font-weight: 400;
}

.site-title a:hover {
    text-decoration: none;
}

/*header*/
#header {
    height: 88vh;
}

.header-titles {
    margin-top: 11%;
    font-size: 2.3rem;
}

.first {
    margin-top: 17%;
}

.second,
.third {
    display: none;
}

.site-header {
    padding: 25px 0px;
    border-bottom: 1px solid #f4f4f5;
}



.header-content {
    padding: 0 15%;
}

/*page template*/

.page-title {
    margin-top: 5%
}

/*testimonials*/
.testimonial-row {
    margin-top: 150px;
}

.testimonial-container {
    padding-right: 18%;
}

.testimonial-container P {
    margin-bottom: 0px;
}

.empty-space {
    height: 65px;
    border-left: 1px solid #d7d7d7;
}


.testimonial-person p {
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 0px;
}

/*product */
#product {
    margin-top: 150px;
}

#product h3 {
    margin-bottom: 10px;
}

/*molecules*/

#molecules {
    margin-top: 150px;
}

#molecules h3 {
    margin-bottom: 10px;
}

.molecules-row {
    margin-top: 100px;
}

.molecules-row p {
    font-size: 16px;
}

/*pricing*/
#pricing {
    margin-top: 150px;
    padding-bottom: 100px;
}

#pricing h3 {
    margin-bottom: 70px;
}

/*price*/
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.pricing-container {
    padding-left: 5%;
    padding-right: 5%;
}

.btn-price {
    background: white;
    border: 1px solid #af0000;
    border-radius: 20px;
    color: #af0000;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-price:hover {
    background: #af0000;
    color: white;
}

.btn-price.active {
    background: #af0000;
    color: white;
    outline: none !important;
    border: none !important;
}

.btn-price.active:focus {
    outline: none !important;
    border: none !important;
}

.price-description {
    padding-left: 22%
}

.price-row {
    margin-bottom: 20px;
}

.span-img {
    padding-right: 15px;
}

.price {
    padding-bottom: 10px;
    padding-top: 10px;
}

.product-image {
    margin-top: 40px;
    height: 310px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.subscription p,
.nosubscription p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;

}

.subscription {
    border: 1px solid #af0000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    cursor: pointer;
    color: #af0000;
}

.nosubscription {
    border: 1px solid #af0000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #af0000;
    cursor: pointer;
    padding-top: 15px;
}

.withoutsubscription {
    display: none;
}

.active-sub {
    background: #af0000;
    color: #fff;
}

/* footer */
.site-footer {
    padding-top: 35px;
    border-top: 2px solid #af0000;

}

.footer-rights {
    text-align: right;
}

.footer-link {
    display: block;
    font-size: 14px;
    line-height: 30px;
}


/*researches template*/
.research-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: black;
}

.reseraches-content p {
    font-size: 14px;
    color: gray;
    text-align: left;
}

.reseraches-content p:first-of-type {
    font-weight: 400;
    font-size: 15px;
    color: black;
    text-align: left;
}

.reseraches-content a {
    font-weight: 400;
    font-size: 15px;
}

/*faq*/
.faq-content p {
    font-weight: 400;
    font-size: 15px;
    color: black;
    text-align: justify;
}

.faq-content ul {
    margin: 0px;
    padding-bottom: 10px;
}

.faq-content ul li {
    font-weight: 400;
    font-size: 15px;
    color: black;
    list-style-type: none;
}

/*woocomerce*/

.button {
    background-color: #af0000 !important;
    color: #fff !important;
}

.woocommerce-checkout h3 {
    font-size: 20px;
    font-weight: bold;
}

.form-row {
    display: block;
}

#header-b {
    height: 75VH
}

.flex-container {
    display: flex;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 3%;
}

.healthy {
    padding: 20px;
    width: 50%;
    border: 1px solid #af0000;
    color: #af0000;
    font-size: 23px;
}

.final {
    background: #af0000;
    color: #fff;
    padding: 20px;
    width: 30%;
    border: 1px solid #af0000;
    font-size: 23px;
}

.years {
    color: #af0000;
    padding: 10px;
    margin-top: 17px;
}

.animated-div {
    margin-top: 10%
}

.heading-b {
    text-transform: lowercase;
}

.second-b {
    display: none
}

/*checkkout*/

.border {
    border: 2px solid #000 !important;
    padding: 5px 15px;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: 30px;
}

.checkout-veva h3 {
    margin-bottom: 40px;
}

.checkout-veva label {
    text-transform: uppercase;
    font-size: 14px;
}

.checkout-veva input {
    font-size: 16px;
}

.woocommerce form .form-row {

    font-size: 16px;
}

#order_comments_field label {
    margin-bottom: 0px !important
}

.woocommerce-shipping-fields__field-wrapper {
    margin-top: -5px;
}

.payment_method_stripe label {
    width: 100%;
    font-weight: 800;

}

/*
.payment_method_stripe label:first-child{
    font-size: 20px;
}
*/

.wc_payment_methods,
.payment_box {
    background: #fff;
    background-color: #fff;
}

.woocommerce-checkout #payment div.payment_box,
.place-order {
    background: #fff;
    background-color: #fff;
}

#stripe-payment-data p:first-child {
    display: none;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none
}

#wc-stripe-cc-form {
    width: 50%;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0px;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px
}


.entry-content p {
    font-size: 1rem;
}

/* ----------- Mobile ----------- */

/* Portrait and Landscape */
@media (max-width:991px) {
    .navbar-toggler {
        display: block;
    }

    nav.navbar.navbar-expand-lg {
        width: 100%;
        float: none;
        position: absolute;
        top: 74px;
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px #b4b4b4;
        text-align: center;
        right: 10%;
        padding: 0;
    }

    ul#primary-menu {
        margin: 0;
        padding: 10px 0px;
    }

    .navbar-nav li a {
        padding-left: 0px;
        margin: 10px 0px;
        display: inline-block;
    }

    .text-center.header-content h1 {
        font-size: 40px;
    }

    .text-center.header-content {
        padding-top: 35px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
    h1 {
        font-size: 30px;
    }

    p {
        font-size: 20px;
    }

    .navbar {
        float: left;
        top: 25px;
    }

    .navbar-toggler {
        display: block;
    }

    .header-titles {
        margin-top: 30px;
        padding-top: 70px;
    }

    .testimonial-container {
        padding: 5% 0;
    }

    .testimonial-person p {
        font-size: 18px;
    }

    .testimonial-row {
        margin-top: 100px;
    }

    #product {
        margin-top: 75px;
    }

    #molecules {
        margin-top: 75px;
    }

    .molecules-row {
        margin-top: 75px;
    }

    .molecules-img img {
        padding: 10%;
        width: 75%;
    }

    #pricing {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .btn-price {
        margin-bottom: 30px;
    }

    .footer-links-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-rights {
        text-align: left;
    }

    .flex-container {
        margin: 5% !important;
    }

    #header-b .header-content {
        padding: 0px;
    }

    .heading-b {
        margin-top: 60px;
    }
}

.woocommerce-shipping-calculator {
    display: none !important;
}

.woocommerce .woocommerce-customer-details address {
    border: none !important;
}


.header-c {
    height: 90vh !important;
}

.product-c {
    margin-top: 15px !important
}

.woocommerce .products ul,
.woocommerce ul.products {

    margin-top: 5%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #af0000;
}

.woocommerce ul.products li.product .price {
    color: #af0000;
}

.header-e{
    min-height: 82vh !important;
}

.post{
     min-height: 70vh !important;
}
.warning{
   border-color: #dc3545; 
}

.woocommerce a.remove {
    font-size: 1.2em !important;
    color:#af0000 !important;
}
.woocommerce a.remove:hover {
    font-size: 1.2em !important;
    color: #fff !important;
    background: #af0000 !important;
}
.recurring-totals, .recurring-total{
    display: none;
}
/*templatre e*/

.header-e .header-content h2{
    font-weight: 400;
}
.btn-mail-saved{
   background: #af0000;;
    color: #fff;
    width: 100%; 
}
.paypal-button-container {
    min-width: 240px !important;
    max-width: 750px !important;
}