/*
Theme Name:     Pharmacy Mentor Child
Theme URI:      https://www.pharmacymentor.com/
Description:    Child theme for the Pharmacy Mentor - WooPW Theme
Author:         Pharmacy Mentor
Author URI:     https://www.pharmacymentor.com/
Template:       pharmacymentor
Version:        1.0.0
*/

:root {
    --theme-primary-color: #032530;
    --theme-secondary-color: #dfeaef;
    --theme-third-color: #e2186f;
    --theme-third-light-color: #cce5e0;
    --theme-secondary-dark-color: #032530;
    --theme-light-color: #f3f9fb;
    --theme-light-background: #f3f9fb;
    --theme-bg-gradient: #E2186F;
    --theme-bg-gradient-2: #E2186F;
    --theme-pseudo-color: #cce5e0;
    --theme-btn-primary-color: #032530;
    --theme-btn-secondary-color: #dfeaef;
    --theme-primary-btn-txt-color: #ffffff;
    --theme-secondary-btn-txt-color: #032530;
    --theme-primary-btn-hover-color: #032530;
    --theme-secondary-btn-hover-color: #032530;
    --theme-primary-btn-hover-txt-color: #ffffff;
    --theme-secondary-btn-hover-txt-color: #ffffff;
    --theme-footer-btn-color: ;
    --theme-footer-btn-txt-color: ;
    --theme-footer-btn-hover-color: ;
    --theme-footer-btn-hover-txt-color: ;
    --bg-theme-primary: #032530;
    --bg-theme-gradient-color-1: #032530;
    --bg-theme-gradient-color-2: #dfeaef;
    --theme-text-color: #032530;
    --theme-dark-background: #032530;
    --theme-dark-background2: #032530;
    --theme-border-light-color: #dfeaef;
    --theme-notification-txt-color: #ffffff;
    --theme-notification-color: #e2186f;
    --theme-danger-color: #FD95D6;
    --menu-font-size: 16px;
    --btn-font-size: 16px;
    --header1-font-size: 35px;
    --header2-font-size: 24px;
    --header3-font-size: 18px;
    --header4-font-size: 16px;
    --header5-font-size: 13px;
    --header6-font-size: 11px;
    --header1-font-weight: ;
    --header2-font-weight: ;
    --header3-font-weight: ;
    --header4-font-weight: ;
    --header5-font-weight: ;
    --header6-font-weight: ;
    --body-font-size: 16px;
    --card-radius: 30px;
    --btn-radius: 100px;
    --header-topbar-background: #f3f9fb;
    --header-topbar-txt-color: #254762;
    --presc-dash-background: #ffffff;
    --presc-dash-card1-background: #f3f9fb;
    --presc-dash-card1-content-color: ;
    --presc-dash-card2-background: #ffffff;
    --presc-dash-card2-content-color: ;
}

#menu-main-menu li ul.panel-menu ul.row > li:hover a, #menu-main-menu li ul.panel-menu ul.row > li:hover h4, #menu-main-menu li ul.panel-menu ul.row > li:hover i, #menu-main-menu li ul.panel-menu ul.row > li:hover p {
    color: var(--theme-third-color) !important;
}

#menu-main-menu li ul.panel-menu ul.row > li:hover a.theme-third-light-btn:hover {
    background: var(--theme-primary-color);
    color: #fff !important;
}

.newsletter-section {
    padding-top: 60px !important;
}

.sidebar-button {
    background: var(--bg-theme-gradient-color-1) !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  min-width: 48%;
}
.theme-btn-secondary.practitioner-order-action {
  margin-bottom: .25rem;
}

img {
    height: auto;
}

.content-block {
    h5 {
        color: var(--theme-third-color);
        font-weight: bold;
        font-size: 16px;
    }
}

.user-sub-detail p {
    font-weight: bold;
}

.mt-100 {
    margin-top: 100px;
}

.add_to_cart_button, 
.product a.theme-btn.start-assessment-btn,
button.wpfClearButton.wpfButton,
a.button.theme-btn,
.faq-accordion .card:not(.collapsed, .collapse) {
    background: var(--bg-theme-gradient-color-1) !important;
}

.woocommerce form .button:hover, .woocommerce .cart-collaterals .button.alt:hover, .woocommerce form .button.alt:hover {
    color: var(--theme-primary-color) !important;
    background-color: var(--theme-third-color);
}

.out-login {
    display: flex;
    gap: 5px;

    @media (max-width: 991px) {
        flex-direction: column;
    }
}

ul.social-links li {
    width: 100%;

    a {
        justify-content: start;
        background: none;
        color: #fff;

        span {
            margin-right: 10px;
        }
    }
}

.site-header #navbar > ul .menu-item-has-children .panel-menu.open {
    max-height: min-content;
}

.footer-navs h4, .footer-social-info h4 {
    font-size: 24px !important;
    min-height: 32px;
}

.content-group-sections .content-column h2 {
    font-size: 36px;
}

header nav.navbar {
    border-bottom: 1px solid #E9E9E9;
}

.site-header #navbar #menu-main-menu li.bold a {
    font-weight: bold;
    padding: 15px 30px;
}

.site-header #navbar > ul li.menu-btn:hover, .site-header #navbar #mega-menu-wrap-main-menu ul#mega-menu-main-menu li.menu-btn:hover {
    background-color: var(--theme-third-color) !important;
}

.site-header #navbar > ul li.menu-btn:hover > a {
    color: #fff !important;
}

.homepage .section-padding {
    padding: 100px 0 0 0;

    &.section-padding__bottom {
        padding-bottom: 100px;
    }
    &.section-bg-color{
        background-color:  var(--theme-bg-gradient);
    }
}

.newsletter-form .wpcf7-form-control {
    margin-top: 0 !important;
}

.faq-accordion .card-header {
    background: var(--section-background-1);
    border-radius: var(--card-radius);
}

.faq-accordion .card:not(.collapsed, .collapse) * {
    color: #fff;
    background: var(--bg-theme-gradient-color-1);
    border-bottom-left-radius: var(--card-radius);
    border-bottom-right-radius: var(--card-radius);
}

hr.divider {
    width: 80%;
    margin: auto;
    color: #E9E9E9;
    height: .5px;
}

.single-product.woocommerce div.product form.cart .variations {
    align-items: end !important;
}

.woocommerce form .variation-input-wrapper {
    width: auto !important;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 33.333333%;
}

.woocommerce .woocommerce-checkout .woocommerce-gp-surgery-options .form-row label {
    width: 70%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .woocommerce .product form.cart .single_variation_wrap, .woocommerce .product form.cart .woo-cart-form-wrapper {
      flex-wrap: wrap;
    }
    .single-product.woocommerce div.product form.cart .variations {
        align-items: start !important;
    }
  }

.header-middle-wrapper .woo-header-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.section-search-wrapper .woo-header-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.is-form-style input.is-search-input {
    border: 1px solid var(--theme-primary-color);
}

a {
    position: relative;
}

.section-header-wrapper .content-block h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.u-border {
    border: 1px solid var(--theme-border-light-color);
    border-radius: var(--card-radius);
    overflow: hidden;
}

.u-center-internal {
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    a {
        width: max-content;
    }
}

.u-pink-link-wrapper {
    display: flex;
    justify-content: end;
    align-items: end;

    @media (max-width: 768px) {
        justify-content: start;
    }
}

.u-pink-link {
    color: var(--theme-third-color);
    transition: ease-in-out .4s;
    font-weight: bold;

    &:hover {
        color: var(--theme-btn-primary-color);
        padding-left: 5px;
    }
}

.u-outline-link {
    color: var(--theme-btn-primary-color);
    outline: 1px solid var(--theme-btn-primary-color);
    transition: ease-in-out .4s;
    font-weight: bold;
    border-radius: var(--card-radius);
    padding: 10px 25px;

    &:hover {
        color: white !important;
        background: var(--theme-btn-primary-color) !important;
    }
}

.chev-fix {
    position: relative;

    &::before {
        position: absolute;
        right: -11px;
        top: -13px;
    }
}


.wrapper {
    display: flex;
    flex-wrap: wrap;

    .wrapper__item {
        flex: 1 1 0;
        min-width: 0;

        @media (max-width: 767px) {
            flex: 0 0 100%;
            max-width: 100%;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.wrapper__btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.theme-btn-primary-pink {
    background: var(--theme-primary-btn-hover-color);
    color: var(--theme-primary-btn-txt-color);
    font-size: var(--btn-font-size);
    font-weight: 600;
    padding: 10px 25px 10px 25px;
    border-radius: var(--btn-radius);
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;

    &:hover {
        background: var(--theme-btn-primary-color);
        color: var(--theme-primary-btn-hover-txt-color);
    }

    &.footer-btn {
        &:hover {
            border: 1px solid var(--theme-primary-btn-hover-color);
        }
    }
}

.swiper-pagination {
    display: block !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    border-radius: 50px;
}

.spotlightSwiper .swiper-button-prev, 
.spotlightSwiper .swiper-button-next,
.teamSwiper .swiper-button-next,
.teamSwiper .swiper-button-prev {
    background: #fff;
    opacity: .5;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
    border-radius: 50px;
}

.teamSwiper .swiper-button-next,
.teamSwiper .swiper-button-prev {
    top: 93%;
}

.spotlightSwiper .swiper-button-prev::before,
.teamSwiper .swiper-button-prev::before,
.spotlightSwiper .swiper-button-next::before,
.teamSwiper .swiper-button-next::before {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 20px;
    color: var(--theme-btn-primary-color);
    font-weight: 600; 
}

.spotlightSwiper .swiper-button-prev::before,
.teamSwiper .swiper-button-prev::before {
    content: "\f104";
}

.spotlightSwiper .swiper-button-next::before,
.teamSwiper .swiper-button-next::before {
    content: "\f105";
}

.spotlightSwiper .swiper-pagination-bullet-active,
.teamSwiper .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}

.spotlightSwiper .swiper-pagination-bullet,
.teamSwiper .swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
}

.site-footer .lower-footer{
    background: var(--theme-dark-background);
}

.site-footer .lower-footer .copyright a {
    color: var(--theme-secondary-color);
}

.order-step-section .order-counter .separator {
    height: 15px;
    transform: none;
    align-self: center;
    width: 1px;
  }

.hero-slider {
    height: 430px;
    background:  var(--theme-bg-gradient);

    &:has(+ * > .pull-top) .slide-inner {
        padding: 0px !important;
    }

    @media (max-width: 991px) {
        min-height: 690px !important;
    }

    @media (max-width: 575px) {
        min-height: 760px !important;
    }

    .slide-inner {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: end !important;
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: end !important;
        background: #F2EDF0;
    }
    .banner-content { 
        h1 {
            font-size: 40px;

            @media (max-width: 575px) {
                text-align: center;
            }
        }
        p {
            font-size: 16px !important;
            text-align: left;

            @media (max-width: 575px) {
                text-align: center;
            }
        }
    }
    .banner-call-to-action {
        justify-content: start;

        a {
            font-size: 16px !important;
            padding: 7px 30px 7px 25px;
            position: relative;
        }
    }
    .slide-content {
        @media (max-width:992px) {
            margin: auto;
        }
        h1 {
            font-weight: 600;
        }
        .spotlight-stories {
            display: flex;
            overflow: hidden;

            @media (max-width: 575px) {
                flex-direction: column;
                align-items: center;
            }

            .spotlight-story-wrapper {
                display: flex;
                align-items: center;

                .spotlight-story-item {
                    width: 60px;
                    border-radius: 120px;
    
                    &:not(:nth-child(1)) {
                        margin-left: -25px;
                    }
    
                    img {
                        border-radius: 100px;
                        object-fit: none;
                        border: 4px solid lightgray;
                        height: 60px;
                    }
                }

            }

            .ratings {
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-left: 10px;
                gap: 3px;

                @media (max-width: 575px) {
                    .star-rating {
                        display: flex;
                        justify-content: center;
                        gap: 5px;
                        padding-top: 15px;
                    }
                }

                i {
                    color: gold;

                    &::before {
                        font-size: 20px;
                    }
                }
                p {
                    margin-bottom: 0;
                }
            }
        }
    }
    .slide-featured-image {
        margin-bottom: 0 !important;
        width: 100%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        background: #DED2D6;
        width: 50px;
        height: 50px;
    }
}

.tagline-slider {
    .owl-carousel.owl-theme.tagline-carousel {
        padding: 5px 0 !important;
        border-radius: 0 !important;

        p,
        i {
            color: var(--usp-content-color, #fff);
        }
        i {
            font-size: 24px;
        }
    }
    .pull-top {
        transform: none;
    }
}


.popular-categories {

    .term-meta {
        height: 100%;
    }
    
    .content-block {
        text-align: left;
    }
}
.popular-cat {
    border: none;
    background-color: var(--bg-theme-primary);

    &:hover {
        background: var(--theme-third-color);

        .term-meta {
            .top {
                & h4 a {
                    color: white;
                }
                & i {
                    color: white;
                }
            }
            .call-to-action {
                i, a {
                    color: white;
                    opacity: 1;
                }
                i {
                    padding-left: 10px;
                }
            }
        }
    }

    .term-meta {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .top {
            h4 a {
                color: white;
                font-size: 22px;
                font-weight: bold;
            }
            i {
                color: white;
                font-size: 45px;
                padding-bottom: 15px;
            }
        }
        .call-to-action {
            margin: 0;

            i, a {
                color: white;
                font-size: 16px;
                opacity: .8;
                font-weight: bold;
            }
            i {
                transition: ease-in-out .4s;
            }
        }
    }
}

.condition-listings {

    .popular-cat {

        .term-meta {
            h4 a, p {
                color: white;
            }
            .theme-btn-outline {
                color: #fff !important;
                border: #fff 1px solid !important;
            }
        }
    
        &:hover {
            h4 a, p {
                color: var(--theme-btn-primary-color);
            }
            .theme-btn-outline {
                border: var(--theme-btn-primary-color) 1px solid !important;
            }
        }
    }
}



.enhanced-section {
    h3 {
        font-weight: 600;
        font-size: 36px;
    }
}

.order-step-section {

    h3 {
        font-weight: bold;
        color: var(--theme-third-color);
        font-size: 16px;
    }

    h2 {
        font-size: 36px;
    }

    .order-step-item {
        border: 1px solid #E9E9E9;

        .top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 25px;
        }
        .icon {
            margin-bottom: 0;
        }
        .step-number {

            p {
                color: var(--theme-third-color);
                font-size: 52px;
                margin: 0;
            }
        }
        h2 {
            font-weight: bold;
        }
    }

    .bg-cross {
        position: absolute;
        right: 0;
        top: 5%;
        width: calc(22vw + 10px);
    }
}

.featured-products-section {

    .featured-products-top-section {

        .content-block.wrapper__item {
            h5 {
                font-weight: bold;
                color: var(--theme-third-color);
            }
            p {
                margin: 0;
            }
        }

        .section-search-wrapper.wrapper__item {

            margin-top: 30px;

            @media (min-width: 768px) {
                margin-top: 0;
                padding-left: 30px;
            }

            .woo-header-search {
                height: 100%;
                align-items: end;
                display: flex;
            }
        }
    }

    .woocommerce .products .product {
        padding: 0;
        background: var(--theme-bg-gradient);
    }

    .woocommerce .product .woocommerce-LoopProduct-link img {
        background: white;
    }

    h2.woocommerce-loop-product__title {
        padding-top: 30px;
        font-weight: bold;
    }

    .add_to_cart_button, .product a.theme-btn.start-assessment-btn {
        background: var(--theme-primary-color) !important;
        width: 60% !important;
        margin-bottom: 30px;
        text-align: center;
        transition: ease-in-out .4s;

        &:hover {
            background: var(--theme-third-color) !important;
            color: white !important;
        }
    }
    .woocommerce .products .product:hover .add_to_cart_button,
    .woocommerce .products .product:hover a.theme-btn.start-assessment-btn {
        background: var(--theme-third-color) !important;
        color: white !important;
    }

}

.ensure-section {

    h3 {
        font-size: 36px;
    }

    div:not(.circle-whole, .circle-outline, .col-12, .row, .container) {
        position: relative;
        overflow: hidden;
        border-radius: var(--card-radius);
        padding: 40px;
        min-height: 320px;
        height: 100%;

        i:not(a i) {
            font-size: 40px;
            margin-bottom: 25px;
        }
        img {
            position: absolute;
            right: 0;
            bottom: 0;
            height: 100%;
            z-index: 0;

            @media (max-width: 1199px) {
                height: 60%;
            }
        }
    }
    .ensure-left {
        background: var(--bg-theme-primary);
        color: #fff;

        h1, h2, h3, h4, h5, p, a, ul, li {
            color: #fff;
        }

        .circle-outline {
            width: 160px;
            height: 160px;
            background: transparent;
            outline: 1px white solid;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            right: 30px;
            bottom: -80px;
            z-index: 5;
            opacity: .2;
        }
        .circle-whole {
            width: 180px;
            height: 180px;
            background: var(--theme-third-color);
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            right: -60px;
            bottom: -100px;
        }
    }
    .ensure-right {
        background: var(--theme-bg-gradient);

        p {
            max-width: 50%;

            @media (max-width: 1199px) {
                max-width: 100%;
            }
        }
        img {
            @media (max-width: 1199px) {
                display: none;
            }
        }

    }
    .ensure-bottom {
        background: var(--theme-bg-gradient);
        display: flex;
        flex-direction: column;

        ul {
            padding: 0;
        }

        li {
            list-style: none;
            position: relative;
            padding-left: 30px;
            line-height: 30px;
        }

        li::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url('/wp-content/uploads/2025/09/Icon-tick.svg');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 7px;
        }

        img {
            @media (max-width: 991px) {
                display: none;
            }
        }

        p {
            max-width: 50%;

            @media (max-width: 550px) {
                max-width: 100%;
            }
        }
    }
    img {
        @media (max-width: 550px) {
            display: none;
        }
    }
}

.spotlight-section {
    background: var(--theme-btn-primary-color);
    color: #fff;

    h2 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 36px;
    }
    hr {
        width: 80%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        height: .5px;
    }
    .slide-content {
        display: flex;
        flex-direction: column;

        i {
            color: gold;
            font-size: 28px;
        }
        .rating {
            display: flex;
            align-items: center;
            gap: 10px;

            p {
                margin-right: 10px;
                margin-bottom: 0;
            }
        }
    }
    .img-container {
        position: relative;

        .star {
            position: absolute;
            z-index: 20;
            left: 0;
            top: 0;
        }

        .img-radius {
            border-radius: var(--card-radius);
            object-fit: cover;
            height: 100%;
        }
    }
}

.content-group-sections {

    .featured-img-column {

        .wrapper {
            gap: 15px;
        }
        .wrapper__item {
            background: var(--bg-theme-gradient-color-1);
            border-radius: var(--card-radius);
            padding: 40px;
            color: #fff;
            flex: 48%;
            aspect-ratio: 1/1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            @media (max-width: 575px) {
                padding: 15px;
            }

            p:first-of-type {
                font-size: 40px;
            }

            &:nth-child(2) {
                background: #FFCB33;

                p {
                    color: var(--theme-primary-color);
                }
            }

            @media (max-width: 1199px) {
                flex: 40%;
            }
        }
    }
}

.learn-more-section {

    p:first-child {
        color: var(--theme-third-color);
        font-weight: bold;
        font-size: 16px;
    }

    h2 {
        font-size: 36px;
    }

    .wrapper {
        gap: 15px;
    }

    .wrapper__item {
        background: var(--theme-bg-gradient);
        border-radius: var(--card-radius);
        padding: 30px;

        i {
            font-size: 44px;
            margin-bottom: 15px;
            color: var(--theme-third-color);
        }

        h4 {
            font-weight: bold;
            font-size: 20px;
        }

        @media (max-width: 1199px) {
            flex: 40%;
        }

        @media (max-width: 575px) {
            flex: 100% !important;
        }
    }
}

.partnerships-section {
    h2 {
        font-size: 36px;
    }
}

.meet-team-section { 
    background: var(--bg-theme-gradient-color-1);
    color: #fff;

    h2 {
        color: #fff;
        margin-bottom: 60px;
        font-size: 36px;
    }

    .left-graphic {
        position: absolute;
        top: 0;
        left: 0;
    }

    .right-graphic {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .teamSwiper {

        min-height: 500px;
    
        .swiper-slide {
            position: relative;
            overflow: hidden;

            &:hover {
                .team-content {
                    top: 50%;
                    transform: translateY(-50%);
                }
            }

            img {
                border-radius: var(--card-radius);
                overflow: hidden;
            }
            .team-content {
                position: absolute;
                top: 100%;
                text-align: left;
                padding: 15px;
                transition: ease-in-out 0.4s;
                height: 100%;
                background: rgba(0, 0, 0, 0.6);
                border-radius: var(--card-radius);
        
                h3 {
                    color: #fff;
                    font-weight: bold;
                }
                p {
                    margin: 0;
                }

                @media (max-width: 575px) {
                    top: 0;
                    display: flex;
                    flex-direction: column;
                    justify-content: end;
                }
            }
        }
    }
}

.faq-achievement-section {

    .content-block {

        h5 {
            font-weight: bold;
            font-size: 16px;
        }
    }

    .faq-accordion {

        .card {
            background: var(--bg-theme-primary);
        }

        .card-header {
            background: var(--bg-theme-primary);
            border-radius: var(--card-radius);
            padding: 15px;

            h5 a {
                font-weight: bold;
            }
        }
        .card-body {
            padding: 25px;
            background: var(--theme-primary-color);
            border-bottom-left-radius: var(--card-radius);
            border-bottom-right-radius: var(--card-radius);

            p {
                color: #fff;
            }
        }
    }

}

.blog-section {
    background: none !important;

    .blog-grids .cta-block a i {
        position: relative;
        top: 0;
        right: 0;
    }

    .blog-grids .grid .img-holder img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .details {
        background: var(--theme-bg-gradient) !important;
    }
    .cta-block {
        display: flex;
        justify-content: end;

        @media (max-width: 575px) {
            justify-content: start;
        }
    }
    .posted_date {
        color: var(--theme-primary-color);
    }
}

.tax-condition {
    .order-step-section .order-counter {
        position: relative;
        margin-bottom: 45px;
        bottom: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
        border-radius: var(--card-radius);
    }
    .featured-image-wrapper img {
        width: 100%;
        height: auto;
    }
    .popular-categories {
        padding-bottom: 100px;
    }
    .theme-btn-gradient,
    .add_to_cart_button, 
    .product a.theme-btn.start-assessment-btn {
        background: var(--theme-btn-primary-color) !important;
        color: var(--theme-primary-btn-txt-color) !important;
        font-size: var(--btn-font-size) !important;
        font-weight: 600 !important;
        padding: 10px 25px !important;
        border-radius: var(--btn-radius) !important;
        display: inline-block !important;
        position: relative !important;
        text-transform: capitalize !important;
        transition: .2s all ease-in !important;
        -webkit-transition: .2s all ease-in !important;
        -moz-transition: .2s all ease-in !important;
        -o-transition: .2s all ease-in !important;
        text-align: center;

        &:hover {
            background: var(--theme-primary-btn-hover-color) !important;
            transition: .2s all ease-out !important;
            -webkit-transition: .2s all ease-out !important;
            -moz-transition: .2s all ease-out !important;
            -o-transition: .2s all ease-out !important;
        }
    }
}

.footer-section {
    background: linear-gradient(to bottom, #fff 0px, #fff 50px, transparent 50px, transparent 100%), var(--theme-bg-gradient);
    background-blend-mode: normal;

    .u-center-internal {
        @media (max-width: 991px) {
            margin-top: 60px;
        }
    }

    h2 {
        font-size: 36px;
    }
}

.theme-third-light-btn {
    background: var(--theme-third-color);
    color: #fff;
}

@media (max-width: 992px) {
    .container, .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
    }
}
@media (max-width: 991px) {
    .col-lg-6 .slide-featured-image img {
        max-height: 300px;
        margin: auto;
    }
}
@media (max-width: 575px) {
    .swiper-button-next, .swiper-button-prev {
        top: 100% !important;
        width: 25px !important;
        height: 25px !important;
    }
}
@media screen and (min-width: 992px) {
    .site-header #navbar > ul > li, .site-header #navbar #mega-menu-wrap-main-menu #mega-menu-main-menu > li {
      margin-right: 1rem;
    }
    .header-style-3 #navbar > ul > li > a {
        padding: 0 12px;
    }
    .woocommerce div.product form.cart .variations {
        align-items: flex-start !important;
    }
    .prescription-patient-data .patient-row p {
        text-align: left;
    }
    .mega-sub-menu h4::after, .panel-menu h4:has(+ p)::after {
        background: var(--theme-third-color);
    }
    .woocommerce .product form.cart .single_variation_wrap {
        gap: 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {
    .site-header #navbar #menu-main-menu li {
      margin-right: 20px;
    }
}
@media (max-width: 1026px) {
    .hero-slider .two-column .banner-call-to-action {
      display: flex !important;
      justify-content: center;
      gap: 10px;
    }
  }
@media (min-width: 769px) and (max-width: 1026px) {
    .hero-style-2 {
      height: 320px;
    }
}
