h4.sf-filters-title.disable {
    display: none !important;
}

h4.sf-acc-title-rep, .sf-acc-title-mod {
    position: relative;
    text-align: center;
    height: 36px;
    font-family: 'Poppins';
    background: #00000000;
    color: #ffffff;
    font-size: 16px;
    margin: 0 1em;
    font-weight: 600;
    cursor: pointer;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1.5px solid #ffffff52;
}

.sf-acc-title-rep.sf-digger, .sf-acc-title-mod.active {
        display: flex !important;
}

.sf-acc-title-rep.title-off {
    display: none !important;
}

.sf-mod-in-back, .sf-acc-back {
    top: 3px;
    left: 1.2em;
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 9999;
    background: url(https://starkframe.store/wp-content/themes/starkframe/assets/images/stark-frame/arr-w.svg);
    background-size: cover;
    transform: rotate(270deg);
    display: none;
}

.sf-mod-in-back.active, .sf-acc-back.sf-digger {
    display: block !important;
}

.sf-filters-close, .sf-close-acc-menu {
    top: 12px;
    right: 2em;
    background: url(https://starkframe.store/wp-content/themes/starkframe/assets/images/stark-frame/cross-title.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    cursor: pointer;
}






.filters-list.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.filters-list {
    position: fixed;
    right: 0;
    top: 60px;
    bottom: 0px;
    z-index: 999;
    width: 390px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    touch-action: none;
    border-radius: 0 !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-color: #48445c80 !important;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s cubic-bezier(0.77, 0.2, 0.05, 1), top 0.3s;
    transform: translateX(100%);
    left: auto;
    color: #fff;

    .sf-title-cont {
        padding: 0 !important;
        margin: 0 !important;

        .sf-cart-title, .sf-wishlist-title {
            position: relative;
            text-align: center;
            height: 36px;
            font-family: 'Poppins';
            background: #00000000;
            color: #ffffff;
            font-size: 16px;
            margin: 0 1em;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            border-bottom: 1.5px solid #ffffff52;

            .sf-cart-close, .sf-wishlist-close {
                top: 11px;
                right: 12px;
                background: url(https://starkframe.store/wp-content/themes/starkframe/assets/images/stark-frame/cross-title.svg);
                background-size: cover;
                width: 14px;
                height: 14px;
                position: absolute;
                cursor: pointer;
            }
        }
    }
}