.shop-wrap__filters .woof_container {
	padding-bottom: 5px;
	margin-bottom: 9px;
}

.shop-wrap__filters .woof_container label {
	display: inline-block;
}

.shop-wrap__filters .woof_block_html_items ul,
.shop-wrap__filters ul.woof_list {
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.shop-wrap__filters .woof_list li,
.shop-wrap__filters li.woof_list {
	position: relative;
	margin: 0 0 4px;
	padding: 0;
	list-style: none;
}

.shop-wrap__filters .woof_list label {
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.shop-wrap__filters .woof_childs_list {
	margin: 0;
	padding: 0 0 0 17px;
}

.shop-wrap__filters .woof_container_inner h4 {
	margin-bottom: 9px;
}

.shop-wrap__filters .woof_checkbox_label {
	margin-left: 7px;
}

.shop-wrap__filters .woof_radio_label {
	margin-left: 5px;
}

.shop-wrap__filters .woof_checkbox_count {
	margin-left: 3px;
}

.shop-wrap__filters .woof_radio_count {
	margin-left: 2px;
}

.shop-wrap__filters .woof_checkbox_label_selected,
.shop-wrap__filters .woof_radio_label_selected {
	font-weight: 700;
}

.shop-wrap__filters .woof_radio_term_reset_visible {
	position: absolute;
	display: inline-block;
	padding: 0;
	top: 5px;
	left: 5px;
	border-radius: 50px;
	width: 12px;
	height: 12px;
	overflow: hidden;

	img{
		display: none;
	}
}

.shop-wrap__filters .woof_checkbox_term,
.shop-wrap__filters .woof_radio_term {
	box-sizing: border-box;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #d8d8d8;
	box-shadow: none;
}

.shop-wrap__filters .woof_checkbox_term {
	border-radius: 5px;
}

.shop-wrap__filters .woof_radio_term {
	border-radius: 50%;
}

.shop-wrap__filters .woof_checkbox_term:hover,
.shop-wrap__filters .woof_radio_term:hover {
	border-color: #bcbcbc;
}

.shop-wrap__filters .woof_checkbox_term:checked {
	background-color: #3c8ed9;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-width='2' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
	border-color: #3c8ed9;
}

.shop-wrap__filters .woof_radio_term:checked {
	border-width: 7px;
	border-color: #3c8ed9;
}

.shop-wrap__filters .woof_checkbox_term:focus,
.shop-wrap__filters .woof_radio_term:focus {
	outline: none;
}
