.custom-sidebar-filter {
    padding: 20px;
    color: #fff;
    background: #000;
}

.filter-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin: 30px 0 15px;
    text-transform: uppercase;
}

.filter-list {
    list-style: none;
    padding: 0;
}

.filter-list li {
    padding: 10px 0;
    cursor: pointer;
    color: #888;
    transition: 0.3s;
}

.filter-list li.active {
    color: #fff;
    font-weight: bold;
}

/* noUiSlider Styling */
#price-slider {
    margin-top: 15px;
}

.noUi-target {
    background: #333;
    border: none;
    height: 4px;
}

.noUi-connect {
    background: #c5a059;
}

.noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: none;
    cursor: pointer;
    top: -7px;
}

.price-values {
    margin-top: 10px;
    font-weight: bold;
    color: #fff;
}