@charset "utf-8";

.product-filter-box {
	border: 2px solid #62b063;
	margin-top: 40px;
}

.product-filter-box .side_ttl {
	margin: -2px -2px 0;
}

.product-filter-sidebar .product-category-list {
	margin-bottom: 0;
}

.product-filter {
	padding: 14px 10px 20px;
}

.product-filter__field {
	border: 0;
	margin: 0 0 16px;
	padding: 0;
}

.product-filter__field > label,
.product-filter__field > legend,
.product-filter__label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0;
}

.product-filter__field > label::before,
.product-filter__field > legend::before,
.product-filter__label::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 3px;
	margin: 0 5px 4px 0;
	background: #62b063;
}

.product-filter__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.product-filter__checks label {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
}

.product-filter__checks input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	outline: none;
}

.product-filter__checks input[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11'%3E%3Cpath fill='none' stroke='%2362B063' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1.5 5.5 5.2 9 12.5 1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 8px;
}

.product-filter__checks input[type="checkbox"]:focus {
	border-color: #62b063;
	outline: 2px solid rgba(98, 176, 99, 0.25);
	outline-offset: 1px;
}

.product-filter select,
.product-filter input[type="search"] {
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	padding: 6px;
	padding-inline: 10px;
	padding-block: 10px;
	cursor: pointer;
}

.product-filter select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 34px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23181800' d='M0 0h12L6 8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 9px 6px;
}

.product-filter select::-ms-expand {
	display: none;
}

.product-filter__region-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 0;
	margin-top: 6px;
}

.product-filter__region-tags:empty {
	display: none;
}

.product-filter__region-tag {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 2px 8px 2px 4px;
	background: #eee;
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
}

.product-filter__region-tag button {
	width: 20px;
	height: 20px;
	margin: 0 2px 0 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: #999;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	cursor: pointer;
}

.product-filter__region-tag button:hover,
.product-filter__region-tag button:focus {
	background: transparent;
	color: #555;
}

.product-filter__range {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 7px;
}

.product-filter__range > span:first-child {
	width: 18px;
	font-size: 12px;
}

.product-filter__range select {
	min-width: 0;
	height: 36px;
	font-size: 11px;
}

.product-filter__submit,
.product-filter__clear {
	display: block;
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.product-filter__submit {
	margin-bottom: 8px;
	padding: 0;
	background: #62b063;
	color: #fff;
}

.product-filter__clear {
	background: #8d8d8d;
	color: #fff;
}
