.cwaf-sidebar{
background:#f6f2ed;
padding:20px;
max-width:280px;
	transform: none !important;
}

.cwaf-scroll{
max-height:180px;
overflow-y:auto;
}

.cwaf-sidebar label{
display:flex;
align-items:center;
gap:8px;
margin-bottom:6px;
cursor:pointer;
}

.cwaf-sidebar input[type="checkbox"]{
visibility:visible !important;
opacity:1 !important;
display:inline-block !important;
width:16px !important;
height:16px !important;
appearance:auto !important;
}

#cwaf-price-slider{
margin:15px 0;
}

.ui-slider-range{
background:#b98b5f;
}

.ui-slider-handle{
border-radius:50%;
border:2px solid #b98b5f;
}
/* Slider Container */
/* #cwaf-price-slider {
    position: relative;
    height: 6px;
    background: #e5e5e5;
    border-radius: 20px;
    margin: 20px 5px;
    border: none;
} */

/* Active Range */
/* #cwaf-price-slider .ui-slider-range {
    background: #b98b5f;
    height: 6px;
    border-radius: 20px;
} */

/* Handles */
/* #cwaf-price-slider .ui-slider-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #b98b5f;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none;
} */

#cwaf-price-slider {
    position: relative;
    height: 4px;
    background: #ddd;
    border-radius: 10px;
	  z-index: 2;
}

/* Range bar */
#cwaf-price-slider .ui-slider-range {
    background: #b58b5b;
    height: 100%;
    border-radius: 10px;
	    position: relative;
}

/* FIXED HANDLE */
#cwaf-price-slider .ui-slider-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #b58b5b;
    border-radius: 50%;
    cursor: pointer;

    top: -6px; 
    margin-left: -8px;
}

/* Focus effect */
#cwaf-price-slider .ui-slider-handle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(181, 139, 91, 0.2);
}