.filter-section {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Segoe UI', sans-serif
}

.filter-btn, .filter-list {
    display: flex;
    align-items: center
}

.btn-coll, .filter-toggle span {
    font-family: var(--font-global)
}

.filter-btn {
    font-weight: 600;
    color: #000;
    gap: .5rem
}

.product-count {
    color: #000;
    font-size: .95rem
}

.filter-list {
    justify-content: flex-start;
    flex-wrap: wrap
}

.left-filter::-webkit-scrollbar {
    display: none
}

.left-filter {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.filter-mobile, .filter-mobile-box, .sile-filter-mobile {
    display: none
}

.filter-color .clr-btn {
    width: 30px;
    height: 30px
}

.mob-cat-form {
    padding: 13px 40px;
    border-bottom: 1px solid rgba(219, 219, 219, .4);
    display: flex;
    align-items: center;
    gap: 5px
}

.mob-cat-form .form-check-label {
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 12px;
    font-family: var(--font-global)
}

.form-check-input:checked::after {
    content: '✓';
}

.form-check-input:checked {
    background-color: unset !important
}

.form-check-input::after {
    content: ''
}

.form-check-input:focus {
    border-color: var(--c1) !important;
    outline: 0;
    box-shadow: unset !important
}

.btn-coll {
    background: #f5f5f5;
    color: #212121 !important;
    border-bottom: 2px solid #fff !important;
    padding: 15px;
    border: 0;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.filter-header-desktop, .filter-toggle {
    padding: 1rem;
    display: flex;
    background-color: #f8f9fa
}

.filter-header-desktop, .filter-section-desktop {
    border-bottom: 1px solid #e0e0e0
}

.filter-toggle span, .form-check-label {
    line-height: 1.4;
    font-size: 13px;
    color: #212121;
    text-transform: capitalize
}

.filter-box-desktop {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden
}

.filter-header-desktop {
    font-weight: 700;
    align-items: center;
    gap: .5rem
}

.filter-toggle {
    font-weight: 500;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s
}

.form-check-label {
    margin-left: 15px
}

.filter-form-check {
    padding: 10px 20px;
    border-bottom: 2px solid #f2f2f2
}

.price-input .form-control {
    min-width: 100px;
    border: 1px solid #ccc
}

.input-group-text {
    border: 1px solid #ccc
}

.selected-category-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cbcbcb;
    border-radius: 35px;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px
}

.remove-category {
    cursor: pointer;
    margin-left: 5px;
    font-weight: 700;
    color: red
}

.remove-category:hover {
    color: #8b0000
}

.remove-all-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f5f3f3;
    border-radius: 9999px;
    padding: 4px 12px;
    cursor: pointer;
    transition: background-color .2s
}

.remove-all-wrapper:hover {
    background-color: #e2e2e2
}

.remove-icon {
    font-size: 16px;
    border: none;
    background: 0 0;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.remove-text {
    font-size: 14px;
    color: #3b3b3b;
    text-decoration: underline;
    font-weight: 500
}

.filters-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0
}

.left-filters, .right-filters {
    display: flex;
    align-items: center;
    gap: 25px
}

.filter-label {
    font-weight: 700;
    font-size: 15px
}

.dropdown-toggle {
    background: 0 0;
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    padding: 0
}

.dropdown-menu, .img-divs, .upi-in {
    border-radius: 8px
}

.dropdown-toggle::after {
    margin-left: 4px;
    vertical-align: middle
}

.dropdown-menu {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    min-width: 200px
}

.price-filter {
    min-width: 350px !important
}

.product-count-filter {
    margin-left: 10px;
    font-size: 15px;
    color: #444;
    font-weight: 600
}

.sort-label {
    font-size: 15px;
    font-weight: 700;
    color: #333
}

@media screen and (max-width:660px) {
    .filter-header, .nav-link {
        text-transform: uppercase
    }

    .profile-card, .sidebar {
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
    }

    .filter-mobile {
        display: block
    }

    .sile-filter-mobile {
        width: 100%;
        position: fixed;
        z-index: 1210;
        display: block;
        background-color: #fff !important;
        transition: 1s;
        top: 0 !important;
        bottom: 0 !important;
        left: -110%;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        scroll-behavior: smooth
    }

    .filter-box {
        overflow-y: scroll;
        overflow-x: hidden
    }

    .filter-open {
        font-size: 18px !important;
        letter-spacing: 1px !important;
        border: 1px solid var(--c1) !important;
        background-color: #f6f6f6 !important
    }

    .sile-filter-mobile-footer {
        position: absolute;
        bottom: 0 !important;
        width: 100%;
        background-color: #f6f6f6 !important;
        text-align: center
    }

    .filter-header {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: .3px;
        font-family: var(--font-global)
    }

    .custom-bottom-modal {
        bottom: 0;
        min-height: unset;
        height: unset
    }
}