.featured-title .page-title-bg .title-overlay {
    display: none;
}

.featured-title .page-title-inner .woocommerce-ordering select {
    border-color: hsl(0 0% 100% / .5);
}

.subcategory-button {
    background: rgb(171, 208, 55) !important;
}

.subcategory-button:hover,
.subcategory-button.active {
    background: #809C29 !important;
}

.tab-panels .tab-link-text {
    display: none;
}

#footer .subscribe-form__btn {
    background: rgb(171, 208, 55);
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0 !important;
}
#footer .subscribe-form__btn:hover {
    background: #8cab2c;
}
#footer .subscribe-form__btn svg {
    fill: #fff;
}

.woocommerce-form .checkbox input[type="checkbox"] {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
}

.woocommerce-form .checkbox {
    position: relative;
    padding-right: 20px;
}

.woocommerce-form .form-row:has(.input-checkbox) {
    position: relative;
    padding-right: 20px;
}

.woocommerce-form .form-row:has(.input-checkbox) input[type="checkbox"] {
    position: absolute;
    top: 5px;
    margin: 0;
    right: 0;
}

@media (max-width: 767px) {
    .tab-panels {
        background: none !important;
        border-top: 0 !important;
        padding: 0 !important;
    }

    .tabbed-content .nav-tabs {
        display: none;
    }

    .tab-panels .tab-link-text {
        background: #f5f5f5;
        border-top: 2px solid #ddd;
        padding: 10px 15px 10px 32px;
        color: #000;
        font-size: 1.1rem;;
        cursor: pointer;
        font-weight: 700;
        display: block;
        width: 100%;
        border-radius: 0 !important;
        margin: 0;
        position: relative;
        z-index: 2;
        text-align: right;
    }

    .tab-panels .tab-link-text::before,
    .tab-panels .tab-link-text::after {
        content: '';
        background: #000;
        position: absolute;
        width: 2px;
        height: 10px;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .tab-panels .tab-link-text::after {
        width: 10px;
        height: 2px;
        left: 11px;
    }

    .tab-panels .tab-link-text.is-open {
        border-top-color: #abd037;
    }

    .tab-panels .tab-link-text.is-open::before {
        display: none;
    }

    .tab-panels .tab-link-text.is-open + .panel-content-wrapper {
        margin: 0;
    }

    .tab-panels .panel-content-wrapper {
        overflow: hidden;
        height: 0;
        margin: -32px 0 0;
        padding: 15px;
        border-top: 1px solid #ddd;
        transition: height 0.3s linear, margin 0.3s linear;
        background-color: #fff;
    }

    .tab-panels .panel {
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
}