#product-categories ul {
    font-family: "Mulish", Sans-serif;
    font-size: 14px;
    list-style: none;
    padding-left: 15px;
    margin-top: 10px;
}

#product-categories .parent-block>li>.sidebar-cat-link {
    font-weight: 400;
}

#product-categories>ul {
    padding-left: 0;
}

#product-categories a {
    color: #344054;
}

#product-categories .sidebar-cat-link {
    margin-bottom: 10px;
}

#product-categories .sidebar-cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#product-categories .sidebar-cat-link span {
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}

#product-categories .category-child {
    display: none;
}

#product-categories .sidebar-cat-link a:hover {
    color: #4b0f14;
}

/* Brand filter */
@media (min-width: 768px) {
    #brands-filter {
        max-height: 800px;
        overflow-y: auto;
    }
}


/* Додаємо легкий скролбар */
#check-filter::-webkit-scrollbar {
    width: 6px;
}

#check-filter::-webkit-scrollbar-thumb {
    background-color: #403F3B;
    border-radius: 3px;
}

#check-filter .form-check {
    display: flex;
    align-items: center;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
}

#check-filter .form-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #555;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

#check-filter .form-check input[type="checkbox"]:checked {
    background-color: #4b0f14;
    border-color: #4b0f14;
}

#check-filter .form-check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 2px;
    top: 3px;
    transform: rotate(-45deg);
}



/* Range Price Slider */

#slider-container {
    width: 100%;
    margin: 0 auto;
    font-family: "Mulish", sans-serif;
    padding-right: 20px;
}

#slider-container .slider-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

#slider-container #slider {
    margin: 20px 0;
}

#slider-container .values {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #2b3d52;
}

#slider-container .noUi-target {
    border-color: #403F3B;
    height: 8px;
    box-shadow: none;
}

#slider-container .noUi-connect {
    background: #403F3B;
}

#slider-container .noUi-handle {
    border: 1px solid #403F3B;
    background: #fff;
    cursor: pointer;
    box-shadow: none;
    width: 28px;
    height: 28px;
    top: -10px;
}

#slider-container .noUi-handle:before,
#slider-container .noUi-handle:after {
    display: none;
}