@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica+Text:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Finlandica Text", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.row {
    margin: 0;
}

.finlandica-text-<uniquifier> {
    font-family: "Finlandica Text", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.header-v2 .logo {
    width: 250px;
}

.header-v2 .main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    font-size: 18px;
}

.main-menu li a {
    text-decoration: unset;
    color: #000;
    font-weight: bold;
}

.main-menu li:last-child a {
    border: 1px solid #4e2d7f;
    padding: 16px 40px;
    border-radius: 50px;
    color: #4e2d7f;
    text-transform: uppercase;
    transition: 0.3s;
}

.main-menu li:last-child a:hover {
    background-color: #4e2d7f;
    color: #fff;
}

.container {
    max-width: 900px !important;
    padding: 0 !important;
}

.compliant-page .container {
    max-width: 1200px !important;
}

header .logo {
    width: 100%;
    max-width: 400px;
}

.page-banner .row {
    display: flex;
    align-items: center;
}

.page-banner h1 {
    color: #4e2d7f;
    margin-bottom: 24px;
    font-weight: bold;
}

.page-banner .btn {
    display: block;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(45deg, #fe8901, #cf6946);
    transition: 0.3s;
    position: relative;
    font-size: 21px;
    width: 100%;
    max-width: 250px;
    font-weight: bold;
}

.page-banner img {
    border-radius: 50px;
    max-width: 100%;
}

.page-banner ul li {
    position: relative;
    font-weight: bold;
}

.page-banner ul li:before {
    content: '';
    background: url(../images/images-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: flex;
    position: absolute;
    left: calc(-30px + -16px);
    top: -5px;
}

.page-banner ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: calc(30px + 16px);
}

.page-banner .btn:hover {
    filter: brightness(1.1);
}

footer {
    background-color: #021a1d !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 16px;
    flex-wrap: wrap;
}

footer ul li a {
    font-weight: bold;
    text-decoration: none;
    color: #90acb0;
}

footer .links {
    font-weight: bold;
    color: #434343;
}

footer .links a {
    color: #434343;
    text-decoration: unset;
}

footer .disclaimer {
    color: #898989;
    font-size: 14px;
}

footer .copyright {
    color: #898989;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
}

.box {
    background: #4d823f;
    padding: 45px 300px 45px 130px;
    border-radius: 32px;
    border: 1px solid #000000;
    color: #fff;
    position: relative;
}

.box:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/images-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 45px;
    top: 50px;
}

.box:after {
    content: '';
    width: 345px;
    height: 205px;
    background: url(../images/images-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.claim-section {
    background-color: #1d1f41;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 70px;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.claim-section:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    border-top: 50px solid #1d1f41;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.claim-section h2 {
    text-align: center;
    color: #fff;
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
}

.claim-section .timer {
    width: fit-content;
    margin: auto;
    background: #090910;
    color: #ea7c1e;
    font-size: 5rem;
    font-weight: bold;
    padding: 16px 24px;
    line-height: 1;
    border-radius: 24px;
    margin-top: 24px;
}


.product-table-section .row {
    max-width: 1000px;
    margin: auto;
}

.product-table-section .heading-box {
    background: #ffff;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    margin: auto auto 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.product-table-section .heading-box h4 {
    font-size: 28px;
}

.product-table-section .heading-box h4 strong {
    color: #007e2a;
}

.product-table-section .heading-box p {
    font-size: 21px;
    margin-bottom: 0;
}

.product-table {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 24px;
}

.product-table .column {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 3px solid #c6c8e2;
}

.product-table .column .table-header {
    background: #c6c8e2;
    text-align: center;
    padding: 20px;
}

.product-table .column .table-header h4 {
    margin: 0;
    color: #272727;
    font-weight: bold;
}

.product-table .column .table-header h5 {
    margin: 0;
    color: #074c9a;
    font-size: 18px;
}

.product-table .column .table-content {
    padding: 32px;
}

.product-table .column .product-img {
    margin-bottom: 16px;
}

.product-table .column .product-img h3 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.product-table .column .product-img h5 {
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 18px;
}

.product-table .column .product-img img {
    max-width: 215px;
    height: 160px;
    display: block;
    margin: auto;
    object-fit: contain;
}

.product-table .column .product-img .label {
    border: 2px solid #20646d;
    width: fit-content;
    margin: auto auto 16px;
    padding: 3px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #20646d;
    font-size: 14px;
    letter-spacing: 2px;
}

.product-table .column:nth-child(2) .product-img .label {
    background: #23bfd5;
    color: #fff;
    border-color: #23bfd5;
    position: relative;
    top: -35px;
}

.product-table .price-per-bottle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
    font-weight: bold;
}

.product-table .price-per-bottle span:nth-child(1) {
    font-size: 48px;
    line-height: 1;
}

.product-table .price-per-bottle span:nth-child(2) {
    font-size: 13px;
    font-weight: normal;
}

.product-table .product-save {
    text-align: center;
    color: #136c5d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.product-table .product-save:before {
    content: "";
    background-image: url(../images/images-10.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: flex;
}

.product-table .product-discount {
    text-align: center;
    color: #c5474b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.product-table .product-discount:before {
    content: "";
    background-image: url(../images/images-12.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: flex;
}

.product-table .product-button a {
    display: block;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;

    background: linear-gradient(45deg, #fe8901, #cf6946);
    transition: 0.3s;
    position: relative;
    font-size: 21px;
}

/* .product-table .product-button a strong:after {
    content: "";
    background-image: url(../images/images-17.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 23px;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
} */

.product-table .product-button a:hover {
    filter: brightness(1.1);
}

.product-table .product-button a strong {
    margin-right: 16px;
}

.product-table .guarantee-text {
    text-align: center;
    margin-bottom: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.product-table .guarantee-text:before {
    content: "";
    background-image: url(../images/images-11.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: flex;
}

.product-table .payment-cards img {
    width: 150px;
    display: block;
    margin: 0 auto 16px;
}

.product-table .product-price {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    margin-bottom: 0;
}

.product-table .compare-price {
    position: relative;
}

.product-table .compare-price::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125%;
    height: 2px;
    background: #df281f;
    transform: translate(-50%, -50%);
}

.product-table .sale-price {
    font-weight: bold;
}

.product-table .current-price {
    position: relative;
}

.product-table .current-price:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #c33a3a;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
}

.product-table .shipping-text {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.product-table .shipping-text>span>span {
    color: #df281f;
}

.product-table .column:nth-child(2) {
    border: 3px solid #35396c;
}

.product-table .column:nth-child(2) .top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #865e0c, #e5b54e, #865e0c);
}

.product-table .column:nth-child(2) .table-content {
    background: #ffffe3;
}

.product-table .column:nth-child(2) .top-bar span {
    display: flex;
    align-items: center;
    gap: 24px;
    width: fit-content;
    position: relative;
}

.product-table .column:nth-child(2) .top-bar span::before,
.product-table .column:nth-child(2) .top-bar span::after {
    content: "";
    width: 16px;
    height: 16px;
    display: flex;
    background: url(../img/img-10.png) no-repeat center;
    background-size: contain;
}

.product-table .column:nth-child(2) .table-header {
    background: #35396c;
}

.product-table .column:nth-child(2) .table-header h4,
.product-table .column:nth-child(2) .table-header h5 {
    color: #fff;
}

.product-table-section.v2 h2 {
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.product-table-section.v2 .product-table .column .table-header {
    background: #21646d;
    padding: 8px;
}

.product-table-section.v2 .product-table .column .table-header h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.product-table-section.v2 .product-table .column {
    background: #f5f5f5;
    border-color: #20646d;
    overflow: initial;
}

.product-table-section.v2 .product-table .column .table-content {
    padding: 20px;
}

.product-table-section.v2 .product-table .column .table-content .save-text {
    color: #c33a3a;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
}

.product-table-section.v2 .product-table .product-button a {
    background: #05353c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
}

.product-table-section.v2 .product-table .product-button a strong {
    margin: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

/* .product-table-section.v2 .product-table .product-button a strong:after {
    right: unset;
    background-image: url(../images/images-28.png);
    position: initial;
    transform: unset;
} */

.product-table-section.v2 .product-table .column:nth-child(2) .table-content {
    background: #002c31;
}

.product-table-section.v2 .product-table .column:nth-child(2) .table-content h3,
.product-table-section.v2 .product-table .column:nth-child(2) .table-content h5,
.product-table-section.v2 .product-table .column:nth-child(2) .table-content .price-per-bottle,
.product-table-section.v2 .product-table .column:nth-child(2) .table-content .product-price,
.product-table-section.v2 .product-table .column:nth-child(2) .table-content .shipping-text {
    color: #fff;
}


.product-table-section.v2 .product-table .column:nth-child(2) .table-content .product-button a {
    background: linear-gradient(90deg, #ff8a00, #cf6946);
    color: #fff;
}

.product-table-section.v2 .product-table .column:nth-child(2) .product-button a strong:after {
    filter: invert(1);
}


.product-table-section.v2 .product-table .shipping-text>span>span {
    color: #46de46;
}



.product-table-section.v2 .product-table .price-per-bottle span:nth-child(1) span {
    font-size: 32px;
    position: relative;
    top: -6px;
}

.guarantee-box {
    background-image: url(../images/images-16.png);
    background-size: cover;
    background-position: center right;
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 50px;
    border-radius: 24px;
    display: flex;
    gap: 24px;
}

.guarantee-box .img-col {
    width: fit-content;
    flex-shrink: 0;
}

.guarantee-box .content-col .label {
    background: #05252a;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 16px;
}

.guarantee-box .content-col h3 {
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 2.5rem;
}

.guarantee-box .content-col p {
    color: #fff;
    margin-bottom: 16px;
    max-width: 510px;
    font-size: 1em;
}

.guarantee-box .content-col img {
    width: 100%;
    max-width: 350px;
}

.faq-section {
    background: #f7f3f3;
}

.faq-section .row {
    max-width: 1000px;
    margin: auto;
}

.faq-section h2 {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

.faq-section .accordions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-section .accordions .accordion {
    background-color: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    cursor: pointer;
}

.faq-section .accordions .accordion .accordion-heading {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.faq-section .accordions .accordion .accordion-heading h4 {
    margin: 0;
}

.faq-section .accordions .accordion .accordion-heading:after {
    content: "";
    background-image: url(../images/images-19.png);
    display: flex;
    width: 35px;
    flex-shrink: 0;
    height: 20px;
}

.faq-section .accordions .accordion.active .accordion-heading:after {
    transform: rotate(-180deg);
}

.faq-section .accordions .accordion-body {
    padding: 0;
    display: none;
    margin-top: 16px;
}

.faq-section .accordions .accordion.active .accordion-body {
    display: block;
}

.reference-section {
    background: #f7f3f3;
}

.reference-section .row {
    max-width: 1000px;
    margin: auto;
}

.reference-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}



section.video .container {
    width: 100%;
    max-width: 100% !important;
}

section.video .container img {
    max-width: 100%;
}

.client-logo {
    text-align: center;
}

.logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.compliant-page .claim-section .timer {
    display: none;
}

.video-page .claim-section,
.video-page .product-table-section {
    display: none;
}

.video-page.active .claim-section,
.video-page.active .product-table-section {
    display: flex;
}

.video-page.active .client-logo {
    display: none;
}

/* ---------------------------------------------------------------*/
/* OTO PAGES */
/* ---------------------------------------------------------------*/

.oto .step-section {
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* .oto .step-section:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    border-top: 50px solid #4a4a4a;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    z-index: 1;
} */

.oto .step-section .steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.oto .step-section .step {
    border: 2px solid #20646d;
    color: #20646d;
    height: 50px;
    display: flex;
    align-items: center;
    min-width: 120px;
    justify-content: center;
    border-radius: 0 50px 50px 0;
    background: #fff;
    font-weight: bold;
    position: relative;
}

.oto .step-section .step.active {
    color: #fff;
    background: #20646d;
}

.oto .step-section .step:not(:last-child):after {
    content: '';
    width: 100px;
    height: 2px;
    background: #20646d;
    position: absolute;
    left: 118px;
}

.oto .step-section h2 {
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}

.oto .step-section h2 strong {
    color: #be1e1e;
    font-weight: bold;
}

.oto .guarantee-box .img-col {
    width: fit-content;
    flex-shrink: 0;
    margin-left: -100px;
}

.oto .guarantee-box .content-col p {
    font-size: 14px;
    max-width: 452px;
}

.oto .guarantee-box .img-col img {
    width: 150px;
}

.oto .btn-decline {
    background: #ececec;
    border: 0;
    margin-top: 50px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: -3px -2px 0px #cdcdcd;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #000;
}

.oto .btn-decline:before {
    content: '';
    background-image: url(../images/images-30.png);
    width: 50px;
    height: 50px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-position: center center;
}

.downsell img {
    max-width: 100%;
}

.downsell-section {
    padding-left: 20px;
    padding-right: 20px;
}

.downsell .btn-upgrade {
    display: block;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(45deg, #fe8901, #cf6946);
    transition: 0.3s;
    position: relative;
    font-size: 21px;
    background: linear-gradient(90deg, #ff8a00, #cf6946);
    color: #fff;
}

.downsell .btn-upgradeg:after {
    filter: invert(1);
}

.downsell .btn-upgrade strong {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 16px;
    align-items: center;
    font-size: 20px;
}

.downsell .btn-upgrade strong:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: flex;
    background-image: url(../images/images-28.png);
    filter: invert(1);
}

.downsell .btn-decline {
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    gap: 16px;
    padding: 20px;
    height: 80px;
    white-space: nowrap;
}

.downsell .btn-decline:before {
    content: '';
    background-image: url(../images/images-33.png);
    width: 32px;
    height: 32px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-position: center center;
}

.downsell-section .row {
    align-items: center;
}

.downsell .step-section .steps {
    margin-bottom: 0;
}


ul.type-1 {
    list-style: none;
    margin: 0;
    padding-left: 46px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 18px;
}

ul.type-1 li:before {
    content: "";
    background-image: url(../images/images-35.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -46px;
}

ul.type-1 li {
    position: relative;
}

ul.type-1.green li:before {
    background-image: url(../images/images-37.png);
}

ul.type-1.green strong {
    color: #136c5d;
}

.content-section .row {
    max-width: 750px;
    margin: auto;
    font-size: 18px;
}

.content-section .btn-upgrade {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(45deg, #fe8901, #cf6946);
    transition: 0.3s;
    position: relative;
    font-size: 21px;
    background: linear-gradient(90deg, #ff8a00, #cf6946);
    color: #fff;
    max-width: 600px;
    margin: auto;
    transition: 0.3s;
}

.content-section .btn-upgrade:hover {
    transform: scale(1.05);
}

.content-section .btn-upgrade strong {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 20px;
    align-items: center;
    font-size: 20px;
    text-align: left;
}

.content-section .btn-decline {
    max-width: 600px;
    margin: 20px auto 0;
    height: 100px;
    transition: 0.3s;
}

.content-section .btn-decline:hover {
    transform: scale(1.05);
}

.content-section .btn-decline:before {
    content: '';
    background-image: url(../images/images-33.png);
    width: 32px;
    height: 32px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    background-position: center center;
}

.content-section .btn-upgrade strong:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: flex;
    background-image: url(../images/images-28.png);
    filter: invert(1);
}


.yellow-box {
    background: #fafcd8;
    padding: 30px;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.tag {
    background-color: #555555;
    color: #fff;
    width: fit-content;
    padding: 6px 24px;
    border-radius: 50px;
}

.btn-modal {
    border: 1px solid #555555;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background: transparent;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-modal:before {
    content: '';
    background: #f6840d;
    width: 0%;
    position: absolute;
    height: 100%;
    z-index: -1;
    transition: 0.5s;
    left: 0;
}

.btn-modal:hover:before {
    width: 100%;
    color: #fff;
}

.btn-modal:hover {
    color: #fff;
    border-color: #f6840d;
}

.review {
    background: #fafafa;
    padding: 32px;
    border-radius: 16px;
    margin: 0;
}

.review .review-header {
    display: flex;
    justify-content: space-between;
}

.review .review-header .author-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.review .review-header .author-info .author-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.review .review-header .author-info .author-profile {
    background: #efeff0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #afafb1;
    position: relative;
}

.review .review-header .author-info .verified-badge {
    color: #0094ce;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.review .review-header .author-info .verified-badge:after {
    content: "";
    background-image: url(../images/images-44.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.review .review-header .author-info .author-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #646262;
}

.review .review-header .author-info .author-location img {
    width: 20px;
}

.review .review-header .review-date {
    color: #8d8d8d;
}

.review .review-header .author-profile:before {
    content: "";
    background-image: url(../images/images-42.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    bottom: -3px;
    right: -3px;
    background-repeat: no-repeat;
}

.review .review-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
}

.review .review-title .rating img {
    height: 20px;
}

.review .review-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.review p {
    margin: 0;
}


.price-box {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.price-box .price-box-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

span.price-box-title {
    font-size: 24px;
    margin-bottom: 16px;
}

span.price-box-title.green {
    color: #0b8202;
}

.price-box .price-box-column.regular .price-box-price:before {
    content: '';
    width: 75%;
    height: 6px;
    position: absolute;
    background: #8d0002;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-box .price-box-column.regular .price-box-price {
    font-weight: bold;
    color: #000;
    font-size: 3rem;
    position: relative;
}

.price-box .price-box-column.vip .price-box-price {
    font-weight: bold;
    color: #0b8202;
    font-size: 3rem;
    position: relative;
}

.price-box .price-box-column .currency-symbol {
    font-size: 24px;
    position: relative;
    top: -15px;
}

.cta-box {
    border: 3px solid #747474;
    padding: 50px;
    background: #fdfecf;
    border-radius: 6px;
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
}

.cta-box img {
    display: block;
    margin: 40px auto 0;
}



.cta-box .request-btn {
    background: linear-gradient(45deg, #ff8a01, #cf6846);
    display: flex;
    text-align: center;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    text-decoration: unset;
    font-weight: bold;
    font-size: 24px;
}

.cta-box .decline-btn {
    color: #8d0002;
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}

.cta-box .checkbox-wrapper label {
    font-size: 2rem;
    font-weight: bold;
    line-height: normal;
    color: #000;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
}

.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkbox-wrapper label {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75px;
    padding-left: 95px;
    cursor: pointer;
    user-select: none;
}

/* Checkbox */
.checkbox-wrapper label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    border: 3px solid #333;
    border-radius: 8px;
    background: #fff;
    transition: all 0.2s ease;
}

/* SVG Check Icon */
.checkbox-wrapper label::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 40px;
    height: 40px;
    opacity: 0;
    transition: opacity 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Checked State */
.checkbox-wrapper input[type='checkbox']:checked+label::before {
    background: #28a745;
    border-color: #28a745;
}

.checkbox-wrapper input[type='checkbox']:checked+label::after {
    opacity: 1;
}



@media only screen and (max-width: 767px) {

    .oto .step-section h2 {
        color: #000;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
    }

    .box {
        padding: 20px;
        border-radius: 12px;
        text-align: center;
    }

    .box:before {
        width: 50px;
        height: 50px;
        position: initial;
        display: flex;
        margin-bottom: 24px;
        margin: auto auto 20px;
    }

    .box:after {
        display: none;
    }


    p.mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    .product-table {
        flex-direction: column;
    }

    .guarantee-box {
        flex-direction: column;
        padding: 24px;
    }

    .claim-section .timer {
        font-size: 2rem;
    }


    footer ul.menu {
        flex-direction: column;
        align-items: center;
    }

    .claim-section h2 {
        font-size: 2rem;
    }

    .step-section {
        padding-bottom: 0 !important;
        margin-bottom: -30px;
    }

    .header-v2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-v2 .right-col {
        display: none;
    }

    .page-banner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-banner .row {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .product-table-section .heading-box {
        flex-direction: column;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .oto .step-section {
        padding: 20px 20px !important;
        margin-bottom: 0;
    }

    .oto .step-section .step {
        min-width: 80px;
        font-size: 13px;
        height: 40px;
    }

    .oto .step-section .steps {
        margin-bottom: 20px;
        gap: 30px;
    }

    .oto .step-section .step:not(:last-child):after {
        width: 30px;
        left: 78px;
    }

    /* .oto .step-section:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -25px;
        border-top: 25px solid #4a4a4a;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        z-index: 1;
    } */

    .oto .product-table-section.v2 {
        padding: 50px 20px !important;
        padding-bottom: 0 !important;
    }

    .oto .product-table-section.v2 .col-12 {
        padding: 0;
    }

    .product-table-section.v2 .product-table .column:nth-child(2) {
        order: 1;
    }

    .product-table-section.v2 .product-table .column:nth-child(3) {
        order: 2;
    }

    .product-table-section.v2 .product-table .column:Nth-child(1) {
        order: 3;
    }

    .product-table-section.v2 .product-table .product-button a strong {
        justify-content: center;
    }

    .product-table-section.v2 .product-table .column .product-img h5 {
        margin-bottom: 12px;
    }

    .product-table-section.v2 .payment-cards {
        display: none;
    }

    .product-table-section.v2 .table-content-wrapper {
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
    }

    .product-table-section.v2 .product-table .column .product-img h3 {
        font-size: 16px;
    }

    .product-table-section.v2 .product-table .column .product-img h5 {
        font-size: 10px;
    }

    .product-table-section.v2 .product-table .column .product-img img {
        max-width: 140px;
        height: 100px;
    }

    .product-table-section.v2 .product-table .price-per-bottle {
        justify-content: center;
        gap: 6px;
    }

    .product-table-section.v2 .product-table .price-per-bottle span:nth-child(1) {
        font-size: 34px;
    }

    .product-table-section.v2 .product-table .price-per-bottle span:nth-child(1) span {
        font-size: 20px;
    }

    .product-table-section.v2 .product-table .price-per-bottle span:nth-child(2) {
        font-size: 9px;
        line-height: 1.2;
    }

    .product-table-section.v2 .product-table .product-price {
        justify-content: center;
        gap: 6px;
    }

    .product-table-section.v2 .product-table .product-price {
        font-size: 16px;
    }

    .product-table-section.v2 .product-table .shipping-text {
        font-size: 14px;
    }

    .product-table-section.v2 .guarantee-box {
        border-radius: 0;
        margin-left: -20px;
        width: calc(100% + 40px);
        background: #d6ddde;
        padding: 50px 20px;
        margin-top: 100px;
        gap: 0;
    }

    .oto .guarantee-box .img-col {
        margin-left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: -125px;
        margin-bottom: 20px;
    }

    .oto .guarantee-box .content-col .label {
        font-size: 13px;
        display: block;
        width: fit-content;
        margin: auto auto 20px;
    }

    .oto .guarantee-box .content-col h3 {
        text-align: center;
        font-size: 2rem;
        color: #05353c;
    }

    .oto .guarantee-box .content-col p {
        text-align: center;
        max-width: unset;
        margin-bottom: 20px;
        color: #05353c;
    }

    .oto .guarantee-box .content-col img {
        max-width: 300px;
        margin: auto;
        display: block;
        margin-bottom: 50px;
        display: none;
    }

    .product-table-section.v2 .guarantee-box:after {
        content: '';
        background-image: url(../images/images-31.png);
        background-size: cover;
        background-position: top;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -50px;
        background-repeat: no-repeat;
        aspect-ratio: 16 / 9;
    }

    .oto .btn-decline:before {
        width: 30px;
        height: 30px;
    }

    .oto .btn-decline {
        font-size: 12px;
        gap: 12px;
    }

    .product-table-section.v2 .product-table .product-button a {
        margin-bottom: 0;
    }

    .downsell .btn-upgrade strong {
        font-size: 18px;
    }

    .product-table .column .product-img .label {
        font-size: 8px;
    }

    .product-content {
        display: flex;
        flex-direction: column;
    }

    .product-table-section.v2 .product-table .column .table-content .save-text {
        order: 1;
        margin: 0;
    }

    .guarantee-box .content-col .label {
        background: #c4cfd1;
        color: #05353c;
        padding: 6px 12px;
        display: inline-block;
        border-radius: 50px;
        margin-bottom: 16px;
    }

    footer ul {
        font-size: 13px;
    }


}





/*FB Comments*/
#fbcomments {
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

#fbcomment {
    background: #fff;
    border: 1px solid #dddfe2;
    border-radius: 3px;
    color: #4b4f56;
    padding: 50px;
}

@media (max-width: 767px) {
    #fbcomment {
        padding: 20px;
    }
}

.header_comment {
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 10px 0;
}

.sort_title {
    color: #4b4f56;
}

.sort_by {
    background-color: #f5f6f7;
    color: #4b4f56;
    line-height: 22px;
    cursor: pointer;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    padding: 4px;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #ccd0d5;
}

.count_comment {
    font-weight: 600;
}

.body_comment {
    padding: 0 8px;
    font-size: 14px;
    display: block;
    line-height: 25px;
    word-break: break-word;
}

.avatar_comment {
    display: block;
}

@media (max-width: 767px) {
    .avatar_comment {
        width: auto;
        padding: 0 0.5em 0 0;
    }
}

@media (min-width: 768px) {
    .avatar_comment {
        text-align: center;
    }
}

.avatar_comment img {
    height: 48px;
    width: 48px;
}

@media (max-width: 767px) {
    .avatar_comment img {
        width: 30px;
        height: 30px;
    }
}

.box_comment {
    display: block;
    position: relative;
    line-height: 1.358;
    word-break: break-word;
    border: 1px solid #d3d6db;
    word-wrap: break-word;
    background: #fff;
    box-sizing: border-box;
    cursor: text;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0;
}

.box_comment textarea {
    min-height: 40px;
    padding: 12px 8px;
    width: 100%;
    border: none;
    resize: none;
}

.box_comment textarea:focus {
    outline: none !important;
}

.box_comment .box_post {
    border-top: 1px solid #d3d6db;
    background: #f5f6f7;
    padding: 8px;
    display: block;
    overflow: hidden;
}

.box_comment label {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #90949c;
    line-height: 22px;
}

.box_comment button {
    margin-left: 8px;
    background-color: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.box_comment button:hover {
    background-color: #29487d;
    border-color: #29487d;
}

.box_comment .cancel {
    margin-left: 8px;
    background-color: #f5f6f7;
    color: #4b4f56;
    text-decoration: none;
    line-height: 22px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
    border-color: #ccd0d5;
}

.box_comment .cancel:hover {
    background-color: #d0d0d0;
    border-color: #ccd0d5;
}

.box_comment img {
    height: 16px;
    width: 16px;
}

.box_result {
    margin-top: 24px;
}

.box_result .result_comment {
    display: block;
    overflow: hidden;
    padding: 0;
}

@media (max-width: 767px) {
    .box_result .result_comment {
        width: auto;
        flex-shrink: initial;
    }
}

.box_result .result_comment h4 {
    font-weight: 600;
    white-space: nowrap;
    color: #365899;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.358;
    margin: 0;
}

.box_result .result_comment p {
    margin: 4px 0;
    text-align: justify;
    font-weight: 400;
}

.box_result .result_comment .tools_comment {
    font-size: 12px;
    line-height: 1.358;
}

.box_result .result_comment .tools_comment a {
    color: #4267b2;
    cursor: pointer;
    text-decoration: none;
}

.box_result .result_comment .tools_comment span {
    color: #90949c;
}

.child_replay {
    border-left: 1px dotted #d3d6db;
    margin-top: 12px;
    list-style: none;
    padding: 0 0 0 8px;
}

@media (max-width: 767px) {
    .child_replay {
        padding: 0 0 0 18px;
    }
}

.reply_comment {
    margin: 12px 0;
}

.body_comment .show_more,
.body_comment .show_less {
    background: #3578e5;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    padding: 12px;
    text-shadow: none;
    width: 100%;
    font-weight: bold;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
}

@media (max-width: 767px) {

    li.box_result.row,
    li.box_reply.row {
        flex-flow: row;
    }

    .cta-box {
        padding: 16px;
    }

    .cta-box .request-btn {
        font-size: 18px;
        padding: 0px 30px;
    }

    .cta-box .checkbox-wrapper label {
        font-size: 21px;
    }

    span.price-box-title {
        font-size: 12px;
    }

    .price-box .price-box-column .price-box-price {
        font-size: 28px !important;
    }

    .price-box .price-box-column .currency-symbol {
        font-size: 16px;
        top: -10px;
    }

    span.price-box-title {
        margin-bottom: 12px;
    }

    .price-box-shipping {
        font-size: 11px;
    }

    .price-box {
        gap: 0;
    }

    .cta-box .decline-btn {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .text-right {
        text-align: right;
    }
}