.f-filter__search {
	position: static;
	width: 100%;
}

.f-filter__search fieldset {
	position: relative;
	background-color: #fff;
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
	transition: height .5s;
	border-radius: 6px;
	z-index: 2;
}

.f-filter__search h5 {
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-left: 2px;
	letter-spacing: 2px;
	color: #292929;
}

.f-filter__search--list {
	position: relative;
	min-height: 10px;
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
}

.f-filter__search--list input {
	display: none;
}

.f-filter__search--list li {
	flex-basis: calc(33.33% - 6px);
	margin: 0 3px 6px;
}

.f-filter__search--list .label_check {
	position: relative;
	width: 100%;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #b7b7b7;
	color: #2a2f41;
	border-radius: 4px;
	font-weight: 500;
	cursor: pointer;
}

.brand span,
.discount span {
	display: block;
	width: 100%;
	color: #2a2f41;
	cursor: pointer;
}

.brand label,
.discount label {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.brand .active,
.discount .active {
	color: red;
}

.size .label_check.active {
	background-color: #ffba1a;
}

.color .label_check.active {
	border-color: #ffba1a;
}

.brand .active::before,
.discount .active::before {
	content: 'X';
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

.price .f-filter__search--list {
	overflow-y: hidden;
	padding: 0 4px 20px;
}

.price .f-filter__search--list input {
	display: flex;
	width: 100%;
	background: transparent;
	color: #2a2f41;
	font-size: 1em;
	border: none;
	padding: 0 0 20px;
}

.ui-widget.ui-widget-content {
	border: none !important;
}

.range-bar {
	position: relative;
	border: none;
	background-color: #ccc;
	height: 4px;
	width: 90%;
	margin: 0 auto;
}

.range-bar .ui-slider-range {
	background-color: #2a2f41;
}

.range-bar .ui-slider-handle {
	border: none;
	border-radius: 50%;
	background-color: var(--white);
	border: 4px solid #2a2f41;
	height: 22px;
	width: 22px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.range-bar .ui-slider-handle + span {
	background-color: #2a2f41;
}
