/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2025 | 10:51:34 */
.wpfFilterWrapper .wpfFilterVerScroll {
    max-height: 600px !important;
}
.wpfFilterWrapper .wpfLiLabel{
font-size:20px;
margin:  !important;
padding: 10px;
font-family: Lato, sans-serif !important;
font-size: 22px;
}

.wpfFilterWrapper .wpfLiLabel:has(input:checked){
  color:#207872;
  background: #d8ece0;
  border-radius:5px;
  font-weight:bold;
}
/*hover*/
.wpfFilterWrapper .wpfLiLabel:hover{
  color:#207872;
  background: #d8ece0;
  border-radius:5px;
  font-weight:bold;
}
/*hover*/

.wpfFilterWrapper .wpfCheckbox input[type="checkbox"] + label::before {
	display:none !important;
}

/*price range*/
.ui-slider .ui-slider-handle {
  border-radius: 50px !important;
}

.ui-slider .ui-slider-range {
    background: #207872 !important;
}

/* spinner for selection */
.woobewoo-filter-loader.spinner {
    background: url(https://tkgxszkr.a2hosted.com/bonimedics/wp-content/uploads/2025/01/wbw-filter-spinner.png);
	height: 128px;
	width:128px;
}
.ui-slider.ui-widget-content .ui-slider-handle:hover{
    border-color: #207872 !important;
	background: #207872 !important;
}