.wcpfa-title {
	font-size: 1.25em;
	font-weight: 500;
    margin-top: 1.8em;
    margin-bottom: 1em;
}
.wcpfa-filter-slider {
	margin-bottom: 15px;
}
.wcpfa-filter-field {
	width: 49%;
	text-align: center;
}
.wcpfa-filter-field-min {
	float: left;
}
.wcpfa-filter-field-max {
	float: right;
}
.wcpfa-filter-wrapper {
	margin-top: 15px;
	display: flex;
	gap: 15px;
}
.wcpfa-filter-submit {
    cursor: pointer;
    width: 100%;
}
.wcpfa-filter-reset {
	display: block;
    width: 100%;
    text-align: center;
	padding: 0.6rem 1.5rem !important;
}

.attr-column-flex label {
	display: block;
    margin-bottom: 0;
}
.attr-column-flex label.wcpfa-hidden {
	display: none;
}
.wcpfa-show,
.wcpfa-hide {
	color: #ff9800;
}
.wcpfa-show:focus,
.wcpfa-hide:focus {
	color: #ff9800;
	outline: none;
}
.attr-column-flex input[type="checkbox"]:disabled + span {
	opacity: 0.5;
}
.price_slider_amount button[type="submit"] {
	display: none !important;
}