.widget_price_filter .ui-slider {
	position: relative;
}

.widget_price_filter .ui-slider-horizontal {
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	z-index: 1 !important;
}

.widget_price_filter .ui-slider-horizontal:before {
	content: "";
	position: absolute;
	top: 50%;
	inset-inline: 0;
	margin-top: -1px;
	height: 2px;
	background-color: var(--brdcolor-gray-300);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	margin-top: -1px;
	height: 2px;
	border: 0;
	border-radius: 0;
	background-image: none;
	background-color: var(--wd-primary-color);
}

.widget_price_filter .ui-slider .ui-slider-handle {
	--wd-otl-style: none;
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	outline: none;
	border: none;
	border-radius: 0;
	background: none;
	cursor: ew-resize;
}

.widget_price_filter .ui-slider .ui-slider-handle:after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 15px;
	background-color: var(--wd-primary-color);
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus:after {
	background-color: color-mix(in srgb, var(--wd-primary-color) 75%, black 25%);
}

.widget_price_filter .ui-slider-range-min {
	left: -1px;
}

.widget_price_filter .ui-slider-range-max {
	right: -1px;
}