.wpc-filters-section {
	border-bottom: 1px solid #c9c9c9;
	padding: 20px 18px;
	margin: 0;
}
.wpc-term-selected label,
.wpc-term-selected a {
	font-weight: 600!important;
}
body .wpc-filters-main-wrap li.wpc-term-item:last-child {
	margin: 0;
}
.wpc-filters-range-column > input {
	height: 30px;
	border: 1px solid #c9c9c9;
	padding: 0 10px;
}
.wpc-filters-range-wrapper {
	align-items: center;
	gap: 8px;
}
.wpc-filters-range-min-column {
	margin: 0!important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
	background: #e62222;
}
.wpc-filter-layout-submit-button > a {
	padding: 10px 14px!important;
}
.wpc-filters-submit-button {
	background: linear-gradient(180.00deg, rgb(65, 202, 0), rgb(46, 143, 0) 100%);
	border-color: transparent!important;
	box-shadow: none;
}
.wpc-filter-title {
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.wpc-filter-title:after {
	content: '';
	background: url(../img/filter-arrow.svg) no-repeat center / contain;
	width: 25px;
	height: 12px;
	position: absolute;
	transition: 300ms;
	top: 50%;
	right: 0;
	margin: -6px 0 0 0;
	transition: 300ms;
	transform: rotate(180deg);
}
.wpc-open-icon {
	display: none!important;
}
.wpc-filter-collapsible:not(.wpc-opened) .wpc-filter-title:after,
.active .wpc-filter-title:after {
	transform: none;
}
.wpc-filter-collapsible:not(.wpc-opened) .wpc-filter-title,
.active .wpc-filter-title {
	margin: 0!important;
}
.wpc-wrap-icons {
	position: relative;
	z-index: 2;
}