html {
    scroll-behavior: smooth;
}

.rounded-button {
    display: inline-block;
    background: linear-gradient(#0000, rgb(0 0 0/20%)) top/100% 800%;
    background-color: #85192d;
    color: white !important;
    padding: 10px 15px;
    border-radius: 50px;
    transition: background 0.3s ease-in-out;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

.rounded-button.yellow {
    background: linear-gradient(#0000, rgb(0 0 0/20%)) top/100% 800%;
    background-color: #ffc049;
    color: #85192d !important;
}

.rounded-button:hover {
    background-position: bottom;
}

.header-2023 {
    border-bottom: 10px solid #85192d;
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px 0;
}

.header-2023-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-2023 nav a {
    color: #85192d !important;
    font-weight: 600 !important;
}

.header-2023 nav li ul a {
    color: white !important;
}

.utility-nav-2023 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(122 35 47 / 30%);
    margin-bottom: 10px;
    padding-bottom: 15px;
}

/*------------------------------------*\
    HOME 2023
\*------------------------------------*/
.home-23-top-content {
    width: 100%;
    background: white;
    padding: 20px;
    display: flex;
    align-items: center;
}

.home-23-top-content h1 {
    color: #85192d;
}

.home-23-top {
    background-size: cover;
    background-position: right 30%;
}

.home-fact-bar {
    background: #85192d;
    padding: 30px;
}

.home-fact-bar .columns {
    overflow: auto;
}

.icon-bar-box {
    text-align: center;
    color: white;
    width: 200px;
    margin: 0 auto;
}

.icon-bar-box img {
    height: 75px;
    width: auto;
}
.icon-bar-box p {
    margin-bottom: 0;
}
.home-23-reviews {
    border-top: 1px solid #85192d;
    margin-top: 30px;
    padding-top: 30px;
}

.product-module.mod-2023 a {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.product-module.mod-2023 .rounded-button {
    margin-top: auto;
}

.product-module.mod-2023 .module-rating {
    color: #85192d;
    font-weight: 600;
}

.product-module.mod-2023 .frm-star-group .star-rating-on:before,
.product-module.mod-2023 .frm-star-group .frm_half_star:before {
    color: #85192d;
}

.home-23-tabs-wrap {
    display: inline-block;
    background: #eaeae5;
    padding: 10px;
    border-radius: 50px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #898989;
}

span.home-23-review-tab {
    padding: 10px;
    cursor: pointer;
    display: inline-block;
}

span.home-23-review-tab.active {
    color: #85192d;
}

.home-23-review-tabs-content {
    display: none;
}

.home-23-review-tabs-content.active {
    display: block;
}

.home-23-review-card {
    text-align: left;
    padding: 20px;
}

.m-0 {
    margin: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.footer-2023 h3 {
    color: #85192d;
}

.footer-2023 {
    border-top: 0;
    padding-top: 50px;
}

.footer-logo {
    height: 50px;
}

.footer-2023 .footer-social h3 {
    display: inline-block;
    margin-right: 20px;
}

.footer-2023 .bottom-footer {
    border-top: 1px solid #707070;
    padding-top: 10px;
}

p.footer-privacy a {
    color: #4c4c51 !important;
}

.reviews-header {
    display: flex;
    align-items: flex-end;
    min-height: 450px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.reviews-header:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
}

.reviews-header-content * {
    color: white;
    z-index: 99;
    position: relative;
}

.review-page-block {
    padding: 50px 0;
    border-bottom: 1px solid;
}

.review-page-block:last-of-type {
    border-bottom: 0;
}

body.reviews {
    padding: 0;
}

.utility-nav-2023 {
    display: none;
}

.review-page-block .frm-star-group {
    display: inline-block;
}

.single-product-reviews-sidebar-wrap {
    max-width: 375px;
    margin: 0 auto;
}

.single-product-reviws-sidebar {
    background: #eaeae5;
    padding: 20px;
    border-radius: 22px;
    margin-top: -100px;
    padding-top: 100px;
}

.symptom-checkbox {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}

.symptom-checkbox input {
    margin-right: 10px;
}

select#age-filter {
    font-size: 1.6rem;
    width: 100%;
}

.order-box.order-box-2023 input[type="radio"] {
    display: inline-block;
}

/* .order-box.order-box-2023 .woocommerce-variation.single_variation {
    display: block !important;
} */

.order-box.order-box-2023 .woocommerce-variation-description {
    display: none;
}

.woocommerce div.product form.cart .button {
    border: none;
}

.order-box.order-box-2023 h4 {
    text-align: center;
    color: #85192d;
}

.hide-mobile {
    display: none;
}

.single_add_to_cart_button {
    margin-top: 20px;
}

.mobile-only {
    display: block;
}

.single-product-top-image {
    background: url(../img/single-product-background.jpg);
    background-size: cover;
    background-position: right;
}

.single-product-mobile-order {
    background: #eaeae5;
    text-align: center;
    padding: 20px;
}

.single-product-rating-header {
    text-align: center;
}

.single-product-rating-header h1 {
    margin: 0;
}

.single-product-jump-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.single-product-jump-nav a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #969696;
}

.single-product-jump-nav li:last-of-type a {
    margin-top: 30px;
}

div#research {
    background: #eaeae5;
    padding: 20px;
}

div#research > :first-child {
    margin-top: 0;
}

.woocommerce .reviews-2023-slider .star-rating-on:before,
.woocommerce .reviews-2023-slider .star-rating::before {
    color: #85192d;
}

.reviews-2023-slider {
    margin-top: 50px;
}

.reviews-2023-slider .slick-dots li button:before {
    color: #898989;
    font-size: 1.6rem;
    opacity: 1;
}

.reviews-2023-slider .slick-dots li.slick-active button:before {
    color: #85192d;
}

.reviews-2023-slider ul.slick-dots {
    text-align: left;
}

.reviews-2023-slider .slick-dots li {
    margin: 0;
}

#accordion.faq-2023 h3.ui-accordion-header {
    background: white;
    color: #85192d;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    position: relative;
}

#accordion.faq-2023 h3.ui-accordion-header:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
}

#accordion.faq-2023 h3.ui-accordion-header.ui-state-active:after {
    transform: rotate(90deg);
}

#accordion.faq-2023 .ui-accordion-content {
    border: 0;
}

#accordion.faq-2023 h3.ui-accordion-header.ui-state-active {
    border-color: #c5c5c5;
}

span.ui-accordion-header-icon {
    position: absolute;
    right: 0;
}

.single-product-jump-nav a.no-border {
    border-bottom: 0;
}

@media only screen and (min-width: 400px) {
    .header-2023 .logo,
    .header-2023 .woocommerce-page .logo {
        width: 350px;
    }
}

@media only screen and (min-width: 769px) {
    .hide-mobile {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }

    .single-product-rating-header {
        text-align: initial;
    }
}

@media only screen and (max-width: 769px) {
    .review-page-block {
        text-align: center;
    }

    .single-product-top.single-product-2023 {
        background-image: none !important;
    }
}

@media only screen and (min-width: 900px) {
    .utility-nav-2023 {
        display: flex;
    }
}

@media only screen and (max-width: 970px) {
    .home-23-top {
        background: none !important;
    }
}

@media only screen and (min-width: 970px) {
    .home-23-top-img {
        display: none;
    }

    .home-23-top-content {
        min-height: 65vh;
        max-width: 500px;
    }
}

@media only screen and (min-width: 1024px) {
    .single-product-rating-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
