html {
    font-size: 16px;
}

@font-face {
    font-family: "HelveticaInserat";
    src: url("../fonts/HelveticaInseratCyr-Upright.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "NunitoSans";
    src: url("../fonts/NunitoSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "NunitoSans";
    src: url("../fonts/NunitoSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

* {
    font-family: 'Roboto', sans-serif;
}

.nunito-sans {
    font-family: 'NunitoSans', sans-serif !important;
}

.helvetica-inserat {
    font-family: 'HelveticaInserat', sans-serif !important;
}

.specials-title-1 {
    font-size: 70px;
}

.specials-title-2 {
    font-size: 60px;
}

.specials-title-3 {
    font-size: 40px;
}

.specials-title-4 {
    font-size: 35px;
}

.specials-title-5 {
    font-size: 30px;
}

.specials-title-6 {
    font-size: 25px;
}

.specials-text-1 {
    font-size: 24px;
}

.specials-text-2 {
    font-size: 23px;
}

.specials-text-3 {
    font-size: 22px;
}

.specials-text-4 {
    font-size: 20px;
}

.specials-text-5 {
    font-size: 19px;
}

.specials-text-6 {
    font-size: 18px;
}

.specials-label-1 {
    font-size: 16px;
}

.specials-label-2 {
    font-size: 15px;
}

.blurry-img {
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

@supports (-moz-appearance: none) {
    .blurry-img {
        image-rendering: unset !important;
    }
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.padding-20 {
    padding: 20px 0;
}

.bottles-margin-30,
.margin-30 {
    margin-top: 30px;
    -webkit-margin-before: 30px;
    margin-bottom: 30px;
    -webkit-margin-after: 30px;
}

.margin-top-30,
.bottles-margin-top-30 {
    margin-top: 30px;
    -webkit-margin-before: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
    -webkit-margin-after: 30px;
}

.margin-top-20 {
    margin-top: 20px;
    -webkit-margin-before: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
    -webkit-margin-after: 20px;
}

.header-logo {
    height: 45px;
    object-fit: contain;
}

.brand-container {
    max-width: 1195px;
    margin: 0 auto;
}

.bottles-section-container {
    max-width: 1170px;
    margin: 0 auto;
}

.guarantee-container {
    max-width: 952px;
    margin: 0 auto;
}

.testimonials-container {
    max-width: 1032px;
    margin: 0 auto;
}

.faq-container {
    max-width: 944px;
    margin: 0 auto;
}

#specials-header {
    height: 65px;
    vertical-align: middle;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.16);
}

.black-strip {
    background-color: black;
    color: white;
}

.timer-strip {
    background-color: #ffee00;
    padding: 9px 0;
}

.timer-image {
    width: 20px;
    margin-top: -5px;
}

.main-content-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottle-card {
    border: 2px solid #b5b5b5;
    border-radius: 15px;
    padding: 20px 30px;
    max-width: 385px;
    transition: all 0.2s ease;
}

.bottle-card-red {
    background-color: #fff2f2 !important;
    border: 2px solid #b60c09;
}

.verified-image-container {
    min-width: 250px;
    text-align: end;
}

.text-lp-color {
    color: #b60c09;
}

.card-image {
    height: 35px;
    object-fit: contain;
    margin: 0 5px;
}

.red-circle-1 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0000;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -2px 5px 5px rgba(0, 0, 0, 0.22);
    border: 1px solid #cf0f0f;
}

.timer-text {
    line-height: 1;
    padding: 3px 0;
}

.save-label {
    color: white;
    line-height: 20px;
    transform: rotate(15deg);
}

.lh-9 {
    line-height: 0.9;
}

.lh-8 {
    line-height: 0.8;
}

.lh-7 {
    line-height: 0.7;
}

.add-cart-button {
    height: 84px;
    border-radius: 17px;
    border: 3px solid #fdcf0a;
    background-image: url('../images/specials_v2/alt-btn-mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-cart-link {
    text-decoration: none;
    height: 84px;
    width: 276px;
    background-image: url('../images/specials_v2/alt-btn.png');
    background-repeat: no-repeat;
    background-position: center;
}

.blank-shipping {
    height: 34px;
}

.logos-1 {
    height: 35px;
    object-fit: contain;
}

.logos-2 {
    height: 54px;
    object-fit: contain;
}

.guarantee-card {
    border: 2px solid #e6e6e6;
    border-radius: 18px;
    margin: 30px 0;
}

.blue-section {
    background-color: #13a0e6;
    border-radius: 10px 10px 0 0;
    border: 3px solid #282828;
    transform: scale(1.003);
    padding: 20px;
}

.white-box {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
}

.white-box span {
    font-size: 120px;
    line-height: 100px;
}

.money-back-text {
    font-size: 105px;
    line-height: 120px;
    text-align: start;
    color: white;
}

.black-section {
    background-color: black;
    transform: scale(1.003);
}

.satisfaction-text {
    color: white;
    font-size: 73px;
    letter-spacing: 15px;
    line-height: 1;
}

.guarantee-card-text span {
    line-height: 30px;
}

.testimonials-wrapper {
    margin-top: 0;
    -webkit-margin-before: 0;
    margin-bottom: 30px;
    -webkit-margin-after: 30px;
}

.testimonials-elements {
    margin-top: 85px;
}

.testimonial-card {
    background-color: #fff2f2;
    padding: 0 50px 30px 50px;
    animation: fadecard 0.4s linear alternate;
}

@keyframes fadecard {
    0% {
        opacity: 0;
    }

    4% {
        opacity: 0.15
    }

    33.33% {
        opacity: 0.4
    }

    50.00% {
        opacity: 0.7
    }

    100% {
        opacity: 1.0
    }
}

.headshot-testimonial {
    width: 146px;
    object-fit: contain;
    margin: 0 auto -30px auto;
    transform: translate(0, -60px);
}

.left-button {
    position: absolute;
    top: 300px;
    left: -65px;
    background: transparent;
    border: 0;
    outline: none;
}

.right-button {
    position: absolute;
    top: 300px;
    right: -65px;
    background: transparent;
    border: 0;
    outline: none;
}

.faq-wrapper {
    padding: 30px 0;
    background-color: #f7f7f7;
}


/* bootstrap accordions */
.faq-item-button:not(.collapsed) {
    background-color: white !important;
    border-radius: 15px !important;
    border: 0 !important;
    padding: 25px !important;
    transition: all 0.3s ease-in-out;
}

.faq-item-button:not(.collapsed) h6 {
    color: #000000 !important;
    border-radius: 15px !important;
    border: 0 !important;
}

.faq-item:not(:first-of-type) {
    border-top: 1px solid #ddd !important;
    border-radius: 15px !important;
    border: 0 !important;
}

.faq-item-button::after {
    display: block !important;
    border: 0 !important;
}

.faq-item {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    border: 0 !important;
}

.faq-item-button {
    padding: 0px 25px !important;
    min-height: 63px;
}

.faq-item,
.accordion-header,
.faq-item-button {
    border-radius: 15px !important;
}

.faq-content-text {
    text-align: start;
    line-height: 25.03px;
    padding: 25px !important;
}

.footer-wrapper {
    padding: 30px 0;
}

.order-footer-links a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.copyright-footer {
    font-size: 20px;
}

.disclaimer-footer {
    font-size: 20px;
    line-height: 25px;
}

.footer-certified-text {
    font-size: 20px;
    line-height: 25px;
}

.order-footer-links a:hover {
    color: black;
}

.copyright-footer,
.order-footer-links {
    line-height: 20px;
}

.dots {
    margin: 20px 0 0 0;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 15px;
    -webkit-margin-end: 15px;
    cursor: pointer;
}

.active {
    background-color: #13a0e6;
}

.inactive {
    background-color: #dedede;
}

.bottles-image {
    height: 200px;
    object-fit: contain;
}

.footer-check-icon {
    height: 13px;
    object-fit: contain;
}

/* styles only for buy4get2free version */
.plus-circle {
    display: inline-block;
    vertical-align: middle;
    background-color: black;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 30px !important;
    font-weight: normal !important;
    margin-top: -10px;
    -webkit-margin-before: -10px;
    padding-top: 2px;
    -webkit-padding-before: 2px;
}

.bottles-6-buy4 {
    width: 100%;
    object-fit: contain;
    max-height: 162px !important;
}

.text-red {
    color: #ff0000;
}

.buy4-bottle-card {
    padding: 20px 15px !important;
}

.buy4-card-title {
    font-size: 60px !important;
}

.buy4-supply-text {
    font-size: 30px !important;
}

.supplements-image {
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
}

.specials-page-title {
    margin-top: 5px;
}

@media screen and (min-height: 800px) {
    #specials-header {
        height: 95px;
    }

    .specials-page-title {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .bottle-card {
        max-width: 365px;
    }

    .left-button {
        left: -35px;
    }

    .right-button {
        right: -35px;
    }
}

@media screen and (max-width: 1200px) {
    .header-logo {
        width: 190px;
    }

    .header-text {
        font-size: 20px;
    }

    .bottle-card {
        max-width: 306px;
        padding: 20px 15px;
    }

    .bottles-image {
        height: 203px;
        object-fit: contain;
    }

    .buy4-card-title {
        font-size: 52px !important;
    }

    .bottles-6-buy4 {
        max-height: unset !important;
        height: 172px !important;
    }

    .buy4-bottle-card {
        padding: 15px 12px !important;
    }
}

@media screen and (max-width: 992px) {
    .main-content-wrapper {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .add-cart-button {
        border-radius: 8px;
    }

    .bottle-card {
        max-width: unset;
        padding: 20px;
        margin-bottom: 10px;
    }

    .bottles-image {
        height: 203px;
        object-fit: contain;
    }

    .specials-title-1 {
        font-size: 50px;
    }

    .specials-title-2 {
        font-size: 35px;
    }

    .each-label {
        font-size: 21px;
        font-weight: normal;
    }

    .bottle-subtitle {
        font-size: 20px;
    }

    .bottles-margin-top-30 {
        margin-top: 15px;
    }

    .bottles-card-left {
        min-width: 178.81px;
    }

    .bottles-margin-30 {
        margin-top: 15px;
        -webkit-margin-before: 15px;
        margin-bottom: 0;
        -webkit-margin-after: 0;
    }

    .add-cart-button {
        height: 52px;
    }

    .specials-button {
        height: 40px !important;
    }

    .bottles-image {
        height: 127px;
    }

    .red-circle-1 {
        height: 52px;
        width: 52px;
    }

    .save-label {
        font-size: 14px;
    }

    .card-image {
        height: 23px !important;
        object-fit: contain;
    }

    .bottle-subtitle {
        margin-top: 4px !important;
    }

    .free-shipping-image {
        width: 190px;
        object-fit: contain;
    }

    .plus-circle {
        width: 30px;
        height: 30px;
        font-size: 23px !important;
        padding-top: 4px;
        -webkit-padding-before: 4px;
        margin: -5px 5px 5px !important;
    }

    .buy4-card-title {
        font-size: 49px !important;
    }

    .bottles-6-buy4 {
        width: 100%;
        height: auto !important;
    }

    .red-circle-buy4 {
        width: 68px !important;
        height: 68px !important;
    }

    .free-label {
        font-size: 18px !important;
    }

    .buy4-save-text {
        font-size: 22px !important;
    }

    .buy4-price-text {
        font-size: 60px !important;
    }

    .buy4-free-shipping {
        width: 230px !important;
        object-fit: contain;
    }

    .buy4-cart-button {
        height: 82px !important;
        max-width: 340px;
    }

    .buy4-card-image {
        height: 34px !important;
        object-fit: contain;
    }

    #main-footer-new {
        padding: 30px 0vw !important;
    }

    #main-footer-new .footer-section-new p {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .footer-content-new a {
        font-size: 14px !important;
        line-height: 19.5px !important;
        padding: 0vw 10px !important;
    }

    .footer-content-new {
        padding-bottom: 0 !important;
    }

    .copyright-footer-new {
        margin-bottom: 16px !important;
    }

    #main-footer-new .footer-section-new .container {
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    .footer-content-new ul {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width: 768px) {
    .margin-top-30 {
        margin-top: 20px;
        -webkit-margin-before: 20px;
    }

    .add-cart-button {
        background-image: url('../images/specials/btn-mobile.png');
    }

    .verified-image-container {
        min-width: 0;
    }

    .verified-secured-image {
        height: 45px;
        object-fit: contain;
    }

    .specials-title-3 {
        font-size: 22px;
    }

    .specials-label-1 {
        font-size: 12px;
    }

    #specials-header {
        height: 60px;
    }

    .header-logo {
        width: 140px;
    }

    .timer-text,
    .time-count {
        font-size: 19px !important;
    }

    .timer-text {
        padding: 3px 0 0 0 !important;
    }

    .timer-image {
        width: 17px;
        margin-top: -3px;
        object-fit: contain;
    }

    .order-footer-links a {
        font-size: 12px;
    }

    .copyright-footer {
        font-size: 12px !important;
    }

    .disclaimer-footer,
    .footer-certified-text {
        font-size: 12px !important;
    }

    .disclaimer-footer,
    .copyright-footer,
    .order-footer-links,
    .footer-certified-text {
        line-height: 18px;
    }

    .footer-certified-text {
        text-align: center;
    }

    .free-shipping-image {
        width: 170px;
        object-fit: contain;
    }

    .guarantee-banner {
        object-fit: contain;
        width: 100%;
        height: auto;
    }

    .guarantee-card {
        margin: 20px 0;
    }

    .guarantee-text {
        font-size: 17px !important;
        line-height: 25px !important;
    }

    .testimonial-card {
        padding: 0 20px 20px 20px;
    }

    .testimonial-title {
        margin-bottom: 20px !important;
        -webkit-margin-after: 20px !important;
    }

    .testimonial-text {
        font-size: 18px !important;
        margin-bottom: 20px !important;
        -webkit-margin-after: 20px !important;
        line-height: 23px;
    }

    .testimonial-name {
        font-size: 18px !important;
        line-height: 23px;
    }

    .headshot-testimonial {
        margin: 0 auto -45px auto;
        height: 108px;
        object-fit: contain;
    }

    .left-button {
        left: -40px;
        top: 220px;
    }

    .right-button {
        right: -40px;
        top: 220px;
    }

    .faq-item-button:not(.collapsed) {
        padding: 20px 16px !important;
    }

    .faq-title {
        font-size: 19px;
    }

    .faq-content-text {
        padding: 20px 16px !important;
    }

    .add-cart-link {
        text-decoration: none;
        height: 82px;
        width: 100%;
        background-image: url('../images/specials_v2/alt-btn-mobile.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .bottle-1-image {
        height: 160px !important;
        object-fit: contain;
    }

    .footer-check-icon {
        height: 10px;
        object-fit: contain;
    }
}

@media screen and (max-width: 576px) {
    .faq-section-title {
        font-size: 25px !important;
    }

    .faq-item-button {
        padding: 16px !important;
    }

    .faq-content-text {
        font-size: 18px;
        line-height: 26px;
    }

    .buy4-card-title {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 415px) {
    .bottle-card {
        padding: 20px 14px 5px 14px;
    }

    .bottles-card-left {
        min-width: 0;
    }

    .bottles-image {
        height: 103px;
    }

    .bottle-1 {
        height: 125px !important;
    }

    .free-shipping-image {
        width: 150px;
        object-fit: contain;
    }

    .red-circle-1 {
        right: 10px;
    }
}

/* new footer styles */
#main-footer-new {
    padding: 2.2vw 0vw;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#main-footer-new .footer-section-new .container {
    max-width: 58vw;
}

.footer-content-new {
    padding-bottom: 0.733vw;
}

#main-footer-new .footer-section-new p {
    font-size: 0.88vw;
    line-height: 1.47vw;
    color: #7f7f7f;
}

.footer-content-new ul {
    padding-left: 0vw;
    margin-bottom: 0.694vw;
}

.footer-content-new a {
    color: #7f7f7f;
    text-decoration: none;
    padding: 0vw 0.347vw;
    font-size: 0.88vw;
    border-right: 0.1vw solid #7f7f7f;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.footer-menu-new {
    display: flex;
    justify-content: center;
}

.footer-content-new ul>li {
    line-height: 0.4vw;
    list-style: none;
}

.footer-content-new li:last-child a {
    border-right: none;
}

.disclaimer-footer-new {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.copyright-footer-new {
    margin-bottom: 16px !important;
}

@media screen and (min-width: 2560px) {
    #main-footer-new .footer-section-new p {
        font-size: 0.53vw;
        line-height: 0.782vw;
    }

    .footer-content-new a {
        font-size: 0.53vw;
        line-height: 0.782vw;
        border-right: 1px solid #7F7F7F;
    }

    .footer-content-new ul {
        margin-bottom: 0.05vw;
    }

    .footer-content-new {
        padding-bottom: 0.392vw;
    }

    #main-footer-new .footer-section-new .container {
        max-width: 43.29vw;
    }

    #main-footer-new {
        padding: 1.174vw 0vw;
    }

    .footer-content-new li:last-child a {
        border-right: none;
    }

    .footer-content-new li:last-child a {
        border-right: none;
    }
}