/**
 * Main — General styles for the entire site
 */
:root {
    --primary-color: #cf8377;
    --secondary-color: #516C6B;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--secondary-color);
}

p {
    color: #191919;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Fira Sans Condensed", sans-serif;
    line-height: 1.3;
    letter-spacing: 3%;
    font-weight: 700;
    color: var(--secondary-color);
}

.qodef-h1,
h1 {
    font-size: 32px;
}

@media only screen and (max-width: 1024px) {
    .qodef-h1,
    h1 {
        font-size: 24px;
    }
}

a:hover,
body .widget a:hover {
    color: var(--primary-color);
}

/* Swiper */
.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
    opacity: 0.3;
}

div.swiper-button-next,
div.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
}

.qodef-woo-product-list.qodef-swiper-container .swiper-button-next {
    right: 30px !important;
}

.qodef-woo-product-list.qodef-swiper-container .swiper-button-prev {
    left: 30px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    display: block;
    width: 20px;
    height: 20px;
    background: no-repeat center / contain
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M6 3.33342L10 8.00008L6 12.6667' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.swiper-button-prev:after {
    transform: translate(-50%, -50%) rotate(180deg) !important;
}

div.swiper-button-next span,
div.swiper-button-prev span {
    font-size: 25px !important;
}

div.swiper-button-next span:before,
div.swiper-button-prev span:before {
    color: #fff;
}

div.swiper-button-next,
div.swiper-button-prev {
    background: var(--secondary-color) !important;
}

.swiper-button-disabled {
    display: none;
}

@media (max-width: 768px) {
    .qodef-woo-product-list .qodef-swiper-container {
        overflow: visible !important;
        width: 80%;
    }

    .qodef-woo-product-list .swiper-button-next,
    .qodef-woo-product-list .swiper-button-prev {
        display: none !important;
    }
}
/* End Swiper */

/* Header */
#qodef-page-header {
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.06);
}

#qodef-page-header,
.qodef-standard-header-bottom-inner {
    height: auto !important;
}

.qodef-standard-header-top-wrapper {
    padding: 15px 0 !important;
}

#qodef-top-area .qodef-top-area-center .qodef--one {
    justify-content: center;
}

#qodef-top-area .qodef-top-area-center .custom-html-widget {
    display: flex;
    align-items: center;
    column-gap: 10px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.qodef-widget-holder {
    flex-grow: 1;
}

.qodef-widget-holder {
    width: 100%;
}

header .widget_search,
header .qodef-search-form-inner {
    width: 100%;
    max-width: 628px!important;
}

header .widget_search {
    margin-left: 3.5% !important;
}

#qodef-page-header .qodef-widget-holder .widget_icl_lang_sel_widget {
    width: auto;
    margin: 0 0 0 auto;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    margin: 0 !important;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    float: none !important;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    top: 1px;
    margin-right: 13px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    display: none;
}

.widget_pharmacare_membership_login_opener {
    margin: 0 !important;
}

.qodef-login-opener-widget .qodef-login-opener .qodef-m-opener-icon {
    display: flex;
}

.qodef-login-opener {
    margin-right: 5px;
}

.qodef-m-user-holder,
.qodef-cart-text-holder,
.qodef-login-text-holder,
.qodef-login-opener-text {
    display: none !important;
}

header .qodef-m-opener-icon,
header .qodef-m-user-image {
    display: flex;
}

.widget_pharmacare_core_woo_dropdown_cart {
    margin-left: 6px !important;
}

.qodef-woo-dropdown-cart {
    padding: 0 !important;
}

.qodef-cart-icon-count-holder {
    top: 1px !important;
}

.qodef-woo-dropdown-cart .qodef-e-remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .widget_pharmacare_core_woo_dropdown_cart .qodef-cart-icon-count-holder .qodef-m-opener-count {
    position: absolute;
    top: -13px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: none;
    background: var(--primary-color);
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.qodef-standard-header-bottom-wrapper {
    padding: 15px 0 !important;
    border-top: 1px solid #E9EDE9;
    background: #FFFBF6 !important;
}

.qodef-header--standard .qodef-extended-dropdown-menu {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.qodef-header--standard .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener {
    padding: 14px 28px;
    gap: 14px;
    border: 2px solid var(--secondary-color);
    border-radius: 999px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.qodef-header--standard .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener-icon {
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.qodef-header--standard .qodef-extended-dropdown-menu.is-open .qodef-extended-dropdown-opener-icon {
    transform: rotate(180deg);
}

.qodef-header--standard .qodef-extended-dropdown-menu.is-open path {
    stroke: #fff0f0;
}

.qodef-header--standard .qodef-extended-dropdown-menu.is-open .qodef-extended-dropdown-opener {
    background-color: var(--secondary-color);
    color: #fff;
}

.qodef-header--standard .qodef-extended-dropdown-menu:hover > ul,
.qodef-header--standard .qodef-extended-dropdown-menu:hover .qodef-extended-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
}

.qodef-header--standard .qodef-extended-dropdown-menu.is-open > ul,
.qodef-header--standard .qodef-extended-dropdown-menu.is-open .qodef-extended-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
}

.qodef-header--standard .qodef-extended-dropdown-menu .qodef-extended-dropdown {
    top: calc(100% + 25px);
    min-width: 300px;
    border-radius: 6px;
}

.qodef-header--standard .qodef-extended-dropdown-menu .qodef-extended-dropdown li:hover>div>a {
    color: var(--primary-color) !important;
}

.qodef-header-navigation {
    flex-grow: 1;
    text-align: center;
}

.qodef-header-navigation + .qodef-widget-holder {
    width: auto;
    flex-grow: 0;
}

.qodef-header-navigation + .qodef-widget-holder .qodef--two {
    margin: 0 !important;
}

.qodef-header-navigation + .qodef-widget-holder ul {
    display: flex;
    column-gap: 16px;
}

.qodef-header-navigation + .qodef-widget-holder li {
    margin: 0 !important;
}

.qodef-header-navigation + .qodef-widget-holder .links-sale a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #BB0000;
}

.qodef-header-navigation + .qodef-widget-holder a {
    font-weight: 700;
    font-size: 14px;
}

body .qodef-header-navigation > ul {
    justify-content: center;
}

body .qodef-header-navigation > ul > li {
    margin: 0 18px;
}

body .qodef-header-navigation > ul > li > a,
.qodef-header-navigation > ul > li.current-menu-ancestor > a {
    color: var(--secondary-color);
}

body .qodef-header-navigation a:hover,
.qodef-header-navigation > ul > li.current-menu-item a {
    color: #cf8377 !important;
}

.qodef-header-navigation a:after {
    display: none !important;
}

.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-items {
    left: 0;
    width: 150px;
}

.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item a {
    display: flex !important;
    align-items: center;
}

.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item .qodef-e-icon {
    display: flex;
}

.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-navigation-item a svg {
    width: 20px;
}

.qodef-woo-dropdown-cart .qodef-e-price,
.qodef-woo-dropdown-cart .qodef-e-quantity,
.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
    color: #909090;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
    border-radius: 4px;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
    background-color: #E3998E;
}

.qodef-mini-cart-close {
    display: none;
}

/* Membership login modal — close button. Plugin pseudo-element used Kiko glyph; replace with SVG. */
#qodef-membership-login-modal .qodef-membership-login-modal-content .qodef-membership-login-modal-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: no-repeat center / contain
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'><path d='M1 1L17 17M17 1L1 17' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/></svg>");
    font: inherit;
}

.qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-active .qodef-e-link,
#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item:hover .qodef-e-link {
    color: var(--primary-color) !important;
}

@media only screen and (max-width: 1024px) {
    #qodef-top-area {
        display: block;
        z-index: 100;
    }

    #qodef-top-area-inner {
        padding: 0;
    }

    header .qodef-search-form-inner {
        max-width: 100% !important;
    }

    .qodef-woo-dropdown-cart .qodef-m-opener {
        margin-right: -8px;
        padding: 10px;
    }

    .qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
        opacity: 0;
        visibility: hidden;
    }

    .qodef-woo-dropdown-cart.is-open .qodef-m-dropdown {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
        padding: 50px 20px 20px;
    }

    .qodef-mini-cart-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 3px;
        right: 3px;
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    #qodef-top-area .qodef-content-grid {
        width: 100%;
    }

    #qodef-top-area .qodef-top-area-center .qodef--one {
        justify-content: flex-start;
        padding: 0 20px;
        overflow-x: auto;
    }

    .qodef-mobile-header-navigation ul li ul {
        display: block;
    }

    .qodef-woo-dropdown-cart .remove_from_cart_button {
        position: absolute;
        top: 0;
        right: -12px;
        padding: 13px;
    }

    .qodef-woo-dropdown-cart .remove_from_cart_button .qodef-e-remove {
        position: static;
    }
}
/* End Header */

#qodef-page-mobile-header {
    height: auto !important;
    background-color: #FFFBF6;
    box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.06);
}

.qodef-mobile-header-child-inner {
    padding: 14px 20px !important;
}

.qodef-mobile-header-child-slot {
    display: flex;
    align-items: center;
}

.qodef-mobile-header-child-slot--left,
.qodef-mobile-header-child-slot--right {
    flex: 0 0 auto;
}

.qodef-mobile-header-child-slot--center {
    flex: 1 1 auto;
    justify-content: center;
}

.qodef-mobile-header-opener {
    top: 3px;
    padding: 9px 10px;
    margin-left: -9px !important;
}

.qodef-mobile-header-opener .qodef-opener-icon.qodef-source--icon-pack * {
    display: flex !important;
}

.qodef-mobile-header-opener .icon_menu {
    color: var(--secondary-color);
}

.qodef-mobile-header-child-slot--center .qodef-mobile-header-logo-link img {
    max-height: 40px;
    width: auto;
}

.qodef-mobile-header-child-search {
    padding: 16px 20px;
    border-top: 1px solid #E9EDE9;
    background: #FFFBF6;
}

.qodef-mobile-header-navigation {
    position: fixed;
    top: 0;
    padding: 10px 20px 30px !important;
    background: #fff;
}

.qodef-mobile-header-navigation-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 20px;
}

.qodef-mobile-header-navigation-logo img {
    display: block;
    max-height: 40px;
    width: auto;
}

.qodef-mobile-header-navigation-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--secondary-color);
}

.qodef-mobile-header-navigation .qodef-extended-dropdown-menu,
.qodef-mobile-header-navigation .qodef-extended-dropdown-menu.qodef-dropdown-hovered {
    display: block !important;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown-menu .qodef-extended-dropdown-opener,
.qodef-mobile-header-navigation .qodef-extended-dropdown-menu.qodef-dropdown-hovered .qodef-extended-dropdown-opener {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 0 !important;
    gap: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--secondary-color) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown-opener-icon,
.qodef-header--standard .qodef-extended-dropdown-menu .qodef-extended-dropdown>li.menu-item-has-children>.menu-link-holder:after {
    display: none !important;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown-opener::after {
    content: '+';
    font-size: 24px;
    line-height: 1;
    color: var(--secondary-color);
}

.qodef-mobile-header-navigation .qodef-extended-dropdown-menu.is-open .qodef-extended-dropdown-opener::after {
    content: '−';
}

.qodef-mobile-header-navigation .qodef-extended-dropdown-menu .qodef-extended-dropdown {
    position: static;
    display: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-width: 0;
    width: 100%;
    padding: 0 0 30px 20px;
    margin: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    border: none;
    transform: none;
    visibility: visible;
    opacity: 1;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown-menu.is-open .qodef-extended-dropdown {
    display: block;
}

/* Category items inside the dropdown */
.qodef-mobile-header-navigation .qodef-extended-dropdown > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    border: none !important;
    background: transparent !important;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown > li .menu-link-holder {
    padding: 0 !important;
    margin: 0 !important;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown > li .menu-link-holder > a,
.qodef-mobile-header-navigation .qodef-extended-dropdown > li > a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 10px 0 !important;
    color: var(--secondary-color) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-decoration: none;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown .qodef-menu-item-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    margin: 0 !important;
}

.qodef-mobile-header-navigation .qodef-extended-dropdown .qodef-menu-item-arrow,
.qodef-mobile-header-navigation .qodef-extended-dropdown .qodef-drop-down-second,
.qodef-mobile-header-navigation .qodef-extended-dropdown .sub-menu,
.qodef-mobile-header-navigation .qodef-extended-dropdown .qodef-mega-menu-widget-holder {
    display: none !important;
}

.qodef-mobile-header-navigation .qodef-mobile-main-menu {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.qodef-mobile-header-navigation .qodef-mobile-main-menu > li > a,
.qodef-mobile-header-navigation .qodef-mobile-main-menu > li .menu-link-holder > a {
    display: block;
    padding: 20px 0 !important;
    color: var(--secondary-color) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.qodef-mobile-header-navigation .qodef-mobile-main-menu .qodef-menu-item-arrow,
.qodef-mobile-header-navigation .qodef-mobile-main-menu .qodef-menu-item-icon,
.qodef-mobile-header-navigation .qodef-mobile-main-menu .sub-menu,
.qodef-mobile-header-navigation .qodef-mobile-main-menu .qodef-drop-down-second {
    display: none !important;
}

.qodef-mobile-account {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.qodef-mobile-account__item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.qodef-mobile-account__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}
/* End Mobile Header */

body #qodef-page-outer {
    margin-top: 0;
}

/* Product Card */
.qodef-woo-product-list .add_to_cart_button,
.qodef-woo-product-list .qodef-woo-product-inner:after {
    display: none !important;
}

.qodef-woo-product-list .qodef-woo-product-inner {
    outline: none;
}

.qodef-woo-product-list .qodef-woo-product-content {
    display: flex;
    flex-direction: column;
    margin: 15px 0 0;
    padding: 0;
}

.qodef-woo-product-list .qodef-woo-product-image img {
    padding: 40px 0;
    background: #fff;
}

.qodef-woo-product-list .qodef-woo-product-title {
    order: -1;
    font-size: 16px;
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
    line-height: 1;
}

.qodef-woo-product-list .qodef-woo-product-price,
#qodef-woo-page .price,
.qodef-woo-shortcode .price {
    flex-direction: row-reverse;
    column-gap: 8px;
    font-size: 16px;
    color: #909090;
}

.qodef-woo-product-list .qodef-woo-product-price ins,
#qodef-woo-page .price ins bdi,
.wc-block-components-product-price__regular {
    color: #BB0000;
}

.qodef-woo-product-list .qodef-woo-product-price del,
#qodef-woo-page .price bdi {
    font-weight: 700;
    font-size: 16px;
    color: #909090;
}

#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
    top: 12px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3%;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff !important;
}

.qodef-woo-onsale {
    right: 13px !important;
    background-color: #8F0000 !important;
}

.qodef-new {
    left: 13px !important;
    background-color: #344D4C !important;
}
/* End Product Card */

/* Breadcrumbs */
.qodef-breadcrumbs {
    margin-top: 5px;
}

.qodef-breadcrumbs span {
    color: #191919;
}

.qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px;
}

.qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: "/";
}

@media (max-width: 767px) {
    .qodef-breadcrumbs {
        width: 100%;
        margin: 0;
        font-size: 14px;
    }
}
/* End Breadcrumbs */

/* Footer */
.qodef-features-bar {
    background-color: #5A5656;
    padding: 60px 0 36px;
}

.qodef-features-bar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 30px;
}

.qodef-features-bar-item {
    flex: 1 1 220px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: 0;
    text-align: center;
}

.qodef-features-bar-text {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

#qodef-page-footer {
    background-color: var(--primary-color);
    background-image: url('../images/logo-bg.avif');
    background-repeat: no-repeat;
    background-position: right center;
}

#qodef-page-footer .qodef-grid>.qodef-grid-inner {
    margin: 0;
}

#qodef-page-footer-top-area,
#qodef-page-footer-bottom-area {
    background-color: transparent !important;
}

#qodef-page-footer * {
    color: #fff !important;
}

#qodef-page-footer a:hover {
    text-decoration: underline !important;
}

#qodef-page-footer-top-area {
    padding: 70px 0 60px;
}

#qodef-page-footer-top-area .qodef-grid-inner {
    display: grid;
    grid-template-columns: 1fr 182px 182px 182px;
    column-gap: 20px;
}

#qodef-page-footer-top-area .qodef-grid-inner:after,
#qodef-page-footer-top-area .qodef-grid-inner:before,
#qodef-page-footer-bottom-area .qodef-grid-inner:after,
#qodef-page-footer-bottom-area .qodef-grid-inner:before {
    display: none;
}

#qodef-page-footer-top-area .qodef-grid-item,
#qodef-page-footer-bottom-area .qodef-grid-item {
    width: 100% !important;
    padding: 0;
    margin: 0;
}

#qodef-page-footer .qodef-contact-form-7 h5 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 20px;
}

#qodef-page-footer .qodef-contact-form-7 p {
    margin: 0 0 24px;
    max-width: 270px;
}

#qodef-page-footer .qodef-contact-form-7 .wpcf7-form-control-wrap {
    display: block;
    max-width: 400px;
    margin-bottom: 20px;
}

#qodef-page-footer .qodef-contact-form-7 input[type="email"] {
    width: 100%;
    padding: 14px 28px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    outline: none;
}

#qodef-page-footer .qodef-contact-form-7 input[type="email"]::placeholder {
    color: #fff;
}

#qodef-page-footer .qodef-contact-form-7 button[type="submit"] {
    padding: 14px 32px;
    background-color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}

#qodef-page-footer .qodef-contact-form-7 button[type="submit"] span {
    color: var(--secondary-color) !important;
}

#qodef-page-footer .qodef-contact-form-7 button[type="submit"]:hover {
    opacity: 0.9;
}

#qodef-page-footer.qodef-custom-footer .widget.widget_text .qodef-widget-title {
    margin: 0 0 20px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: normal;
}

#qodef-page-footer-top-area .widget_text ul li {
    margin: 0 0 10px;
    font-size: 14px;
}

#qodef-page-footer-top-area .widget_text ul li a {
    font-size: 14px;
    text-decoration: none;
}

#qodef-page-footer-bottom-area {
    padding-bottom: 60px;
}

#qodef-page-footer-bottom-area .qodef-grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    column-gap: 40px;
}

#qodef-page-footer-bottom-area .socials {
    display: flex;
    gap: 14px;
    align-items: center;
}

#qodef-page-footer-bottom-area .socials li {
    margin: 0;
}

#qodef-page-footer-bottom-area .socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Center column: currency/copyright/policy */
#qodef-page-footer-bottom-area .qodef-grid-item:nth-child(2) {
    text-align: center;
}

#qodef-page-footer-bottom-area .qodef-copyright-text {
    margin: 0 0 10px;
    font-size: 14px;
}

#qodef-page-footer-bottom-area .widget_text ul {
    display: flex;
    gap: 20px;
}

[data-area="footer_bottom_area_column_2"] ul {
    justify-content: center;
}

[data-area="footer_bottom_area_column_2"] .widget_text ul li {
    margin: 0;
    font-size: 14px;
}

#qodef-page-footer-bottom-area .widget_text ul li a {
    font-size: 14px;
    text-decoration: none;
}

#qodef-page-footer-bottom-area .widget_media_image {
    text-align: right;
}

#qodef-page-footer-bottom-area .widget_media_image img {
    display: inline-block;
}

@media (max-width: 1023px) {
    .qodef-features-bar {
        padding: 35px 0 11px;
    }

    #qodef-page-footer {
        background-image: url('../images/logo-bg-mob.avif');
        background-position: right top;
    }

    #qodef-page-footer-top-area {
        padding: 40px 0 0;
    }

    #qodef-page-footer .qodef-content-grid {
        width: 100%;
        padding: 0 20px;
    }

    #qodef-page-footer-top-area .qodef-grid-inner {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    /* Sign up — compact + full-width */
    #qodef-page-footer .qodef-contact-form-7 h5 {
        font-size: 24px;
        margin: 0 0 12px;
    }

    #qodef-page-footer .qodef-contact-form-7 p {
        margin: 0 0 16px;
    }

    #qodef-page-footer .qodef-contact-form-7 .wpcf7-form-control-wrap {
        max-width: none;
        margin-bottom: 16px;
    }

    #qodef-page-footer .qodef-contact-form-7 button[type="submit"] {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }

    #qodef-page-footer.qodef-custom-footer .widget.widget_text .qodef-widget-title {
        position: relative;
        margin: 0 !important;
        padding: 18px 30px 18px 0;
        cursor: pointer;
        user-select: none;
    }

    #qodef-page-footer-top-area .widget_text .qodef-widget-title::after {
        content: '+';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 26px;
        font-weight: 400;
        line-height: 1;
    }

    #qodef-page-footer-top-area .widget_text.is-open .qodef-widget-title::after {
        content: '−';
    }

    #qodef-page-footer-top-area .widget_text .textwidget {
        display: none;
        padding: 0 0 16px;
    }

    #qodef-page-footer-top-area .widget_text.is-open .textwidget {
        display: block;
    }

    /* Bottom area */
    #qodef-page-footer-bottom-area {
        padding: 30px 0 30px;
    }

    #qodef-page-footer-bottom-area .qodef-grid-inner {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    #qodef-page-footer-bottom-area .socials {
        justify-content: flex-start;
    }

    [data-area="footer_bottom_area_column_2"] ul {
        justify-content: flex-start;
    }

    #qodef-page-footer-bottom-area .widget_media_image {
        text-align: left;
    }
}
/* End Footer */