/*woocommerce price slider start*/
.widget_price_filter form{
	position: relative
}
.price_slider_wrapper{
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
	order: 10;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 0;
	height: .5em;
	border: 0;
	order: 5;
	margin-bottom: 20px;
	margin-left: 7px;
	width: calc(100% - 19px);
	position: relative;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #81d742;
	top: 0;
	height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: none;
	top: -.3em;
	margin-left: -.5em;
	cursor: ew-resize;
	outline: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
	content:'';
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	left:6px;
	top: 6px;
	border-radius: 100%;
}
.price_slider_amount input#min_price,
.price_slider_amount input#max_price{
	display:inline-block!important;
	width: 75px;
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
	color:#000;
	font-size: 16px;
}
@media(min-width: 1200px){
	.price_slider_amount input#min_price,
	.price_slider_amount input#max_price{
		width: 85px;
	}
}

.woocommerce.widget_price_filter h4{
	margin-bottom: 20px;
}
.price_slider_amount button[type="submit"]{
	margin: 0;
	display: block;
	padding: 0 10px;
	border-radius: 0!important;
	height: 40px;
	line-height: 40px;
}
.price_label{
	text-align: center;
	margin-top: 10px;
	display: block;
}
.woof .widget_price_filter .price_slider_amount .button{
	font-size: 0;
}
.woof .widget_price_filter .price_slider_amount .button:before{
	content:'Фільтрувати';
	font-size: 12px;
}
:lang(ru-RU) body .woof .widget_price_filter .price_slider_amount .button:before{
	content:'Фильтровать';
}
/*woocommerce price slider end*/

/*sidebar categories menu start*/
.woo_sidebar ul.product-categories{
	margin: 0;
	list-style: none;
	padding: 0;
}
.woo_sidebar ul.product-categories li{
	position: relative;
	border-top: 1px solid #fff;
	line-height:1;
	padding-right: 40px;
}
.woo_sidebar ul.product-categories li a{
	padding: 0;
	display: block;
}
.woo_sidebar ul.product-categories li .count{
	position: absolute;
	right: 15px;
	top:0;
}
.woo_sidebar ul.product-categories li a:hover{
	text-decoration: underline;
}
/*sidebar categories menu end*/

/*woof filter start*/
.woof_price_search_container .price_slider_amount .price_label {
	display: none!important;
}
.woof_price_search_container .price_slider_amount .price_label,
.woof_price_search_container .price_slider_amount .clear{
	width: 100%;
}
/*irs slider price clider
.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single,
.irs-with-grid .irs-grid,
.widget-woof .sidebar_title{
	display: none!important;
}

.woof_container .irs-bar {
	height: 7px;
	border-top: none;
	border-bottom: none;
	background: #FEBE23;
}
.woof_container .irs-slider {
	top: 29px;
	width: 15px;
	height: 15px;
	border: 4px solid #fff;
	background: #FEBE23;
	border-radius: 100%;
	-moz-border-radius: 27px;
	box-shadow: none;
}
.woof_container .irs-line {
	height: 7px;
	background: #3b2643;
	border: none;
}
*/
.woof_container {
	position: relative;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.woof_container:nth-last-child(n+3){
	margin-bottom: 30px
}
.woof_list_label li{
	position: relative;
	width: calc(25% - 11px);
	margin: 0 10px 10px 0!important;
	padding: 0!important;
}
.woof_list_label li:nth-of-type(4n+4) {
	margin-right: 0 !important;
}
.woof_list_label .woof_label_term {
	position: relative;
	display: block;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #efefef;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #000;
	font-size: 14px;
	line-height: 45px;
	cursor: pointer;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	border: none;
	margin: 0;
	padding: 0;
}
.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
	background-color: #c0272e;
	border-color: #c0272e;
	color: #fff;
}

.woof_container_inner .woof_title{
	position: relative;
	width: 100%;
	border: none;
	background: none;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin-bottom: 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #cecece;
	cursor:pointer;
}
a.woof_front_toggle{
/*
	width: 20px;
	position: relative;
 */
	font-size: 0;
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
}
a.woof_front_toggle:after {
	font-size: 20px;
	content: "\f107";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	right: -3px;
}
a.woof_front_toggle.woof_front_toggle_opened:after{
	content: "\f106";
}
a.woof_front_toggle:hover:after,
a.woof_front_toggle:focus:after{
	color:#000;
}
.woof_block_html_items,
.woof_closed_block{
	margin-top: 20px;
}
ul.woof_list{
	padding: 0;
}

/*woof color widget start*/
.woof_color_title_col li input[type="checkbox"]{
	display:none;
}
ul.woof_list_color.woof_color_title_col li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0!important;
}

ul.woof_list_color.woof_color_title_col li:nth-last-child(n+2){
	margin-bottom: 20px!important;
}
.woof_color_title_col li .woof_color_term,
ul.woof_list_color.woof_color_title_col li p.woof_tooltip{
	width: 25px;
	height: 25px;
	border-radius: 100%;
	overflow: hidden;
	border: none;
	margin-bottom: 0;
}
.woof_color_title_col li.woof_color_term_ffffff .woof_color_term,
.woof_color_title_col li .woof_color_term.checked{
	border: 1px solid #cecece;
}
ul.woof_list_color.woof_color_title_col li .woof_color_title {
	width: calc(100% - 40px);
	height: 25px;
	display: flex;
	padding: 0;
	vertical-align: unset;
	font-size: 14px;
	align-items: center;
	font-weight: 400;
}
ul.woof_list_color.woof_color_title_col li .woof_color_title.woof_checkbox_label_selected{
	font-weight: 700;
}
ul.woof_list_color.woof_color_title_col li .woof_color_title>span{
	margin-left: auto;
}
/*woof color widget end*/

.woof_list.woof_list_checkbox li {
	position: relative;
	padding: 0 0 10px 0!important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0!important;
}
.woof_list.woof_list_checkbox li:nth-last-child(n+2){
	margin-bottom: 10px!important;
}
.woof_list.woof_list_checkbox li .woof_checkbox_term{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.woof_list.woof_list_checkbox li .woof_checkbox_term + label {
	width: 100%;
	height: 25px;
	display: flex!important;
	padding: 0 0 0 40px;
	vertical-align: unset;
	font-size: 14px;
	align-items: center;
	font-weight: 400;
	margin:0;
	position: relative;
	cursor: pointer;
}
.woof_list.woof_list_checkbox li .woof_checkbox_term + label:before {
	content:'';
	position: absolute;
	top: 5px;
	left: 0;
	cursor: pointer;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 1px solid #bfbfbf;
	background: none;
}
.woof_list.woof_list_checkbox li .woof_checkbox_term:checked + label:before {
	background-color: #c0272e;
}
.woof_list.woof_list_checkbox li .woof_checkbox_term {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.woof_turbo_count,
.woof_checkbox_count {
	margin-left: auto;
	min-width: 30px;
	text-align: right;
}
.woof_section_scrolled{
/* 	padding-right: 15px; */
}
.woof_list.woof_list_checkbox li .woof_checkbox_term:checked + label{
	color:#000;
}
.woof_submit_search_form_container {
	margin: 0;
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 0;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	flex-wrap: wrap-reverse;
}
.woocommerce button.button.woof_submit_search_form,
.woocommerce button.button.woof_reset_search_form{
	position: relative;
	text-align: center;
	width: 180px;
	margin-top: 20px;
}

.woocommerce button.button.woof_submit_search_form{
	margin-bottom: 20px;
}


.woof_childs_list {
	margin: 7px 0 0 25px !important;
}

.woof_childs_list_opener{
	right: -3px;
	top: -6px;
	position: absolute;
	z-index: 111;
}

.woof_childs_list_opener span:after {
	font-size: 20px;
	content: "\f106";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	transition: all ease .3s;
}
.woof_childs_list_opener span.woof_is_closed:after{
	content: "\f107";
}

div[data-css-class="woof_container_product_cat"] .woof_list.woof_list_checkbox li {
	display: block;
}

div[data-css-class="woof_container_product_cat"] .woof_childs_list_opener{
		top: 2px;
}

div[data-css-class="woof_container_product_cat"] .woof_childs_list_opener span.woof_is_opened,
div[data-css-class="woof_container_product_cat"] .woof_childs_list_opener span.woof_is_closed {
	background: none;
}
div[data-css-class="woof_container_product_cat"] .woof_childs_list {
	margin: 10px 0 0 0 !important;
}
div[data-css-class="woof_container_product_cat"] .woof_list.woof_list_checkbox  .woof_childs_list  li .woof_checkbox_term + label{
		font-size: 12px;
}

/*woof top panel start*/
.woof_products_top_panel{
	background-color: #fff;
	margin: 0;
}
.woof_products_top_panel ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.woof_products_top_panel ul li a,
.woof_products_top_panel ul li button{
	border-radius: 20px;
	padding: 0 16px;
	height: 38px;
	margin: 6px;
	border: 1px solid #0082c9;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	transition: all ease .3s;
}
.woof_products_top_panel li span,
.woof_products_top_panel2 li span{
	text-transform: uppercase;
	font-size: 14px;
	color: #0082c9;
	padding-right: 30px;
	background: unset;
	position: relative;
}
.woof_products_top_panel li span:before,
.woof_products_top_panel2 li span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	transform: translate(0, -50%);
	display: block;
	transition: all ease .3s;
	opacity: 1;
	background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%), linear-gradient(to top right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(50% - 1px),rgba(0,0,0,1) 50%,rgba(0,0,0,0) calc(50% + 1px),rgba(0,0,0,0) 100%);
}
.woof_products_top_panel_ul li ul li:first-child{
	display: none;
}
.woof_products_top_panel button.woof_reset_button_2{
	color: #ed1c24;
	border: 1px solid #ed1c24;
	text-transform: uppercase;
	font-size: 0;
}
.woof_products_top_panel button.woof_reset_button_2:before{
	content:'Скасувати';
	font-size: 14px;
}
html[lang='ru'] .woof_products_top_panel button.woof_reset_button_2:before{
	content:'Отменить';
}
.woof_products_top_panel ul li a:hover{
	border: 1px solid #0082c9;
	background-color: #0082c9;
}
.woof_products_top_panel ul li a:hover span:before{
	-webkit-filter: brightness(0) saturate(100%) invert(1);
	filter: brightness(0) saturate(100%) invert(1);
}
.woof_products_top_panel ul li a:hover span{
	color:#fff;
}
/*.woof_products_top_panel button.woof_reset_button_2:hover{*/
/*	color: #fff;*/
/*	border: 1px solid #ed1c24;*/
/*	background-color: #ed1c24;*/
/*}*/
/*woof top panel end*/

/*woof filter end*/

/*filter toggle start*/
.filter_toggle{
	cursor: pointer;
	margin-bottom: 10px;
	padding: 10px 20px;
	border: 1px solid #000;
	border-radius: 20px;
}
@media (min-width: 576px){
	.filter_toggle{
		margin-bottom: 0;
	}
}
/*filter toggle end*/


/*sorting start*/
.sorting_wr{
	flex-direction: column;
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (min-width: 576px){
	.sorting_wr {
		height: 50px;
		justify-content: space-between;
		flex-direction: row;
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (min-width: 1200px){
	.sorting_wr{
		justify-content: flex-end;
	}
}
p.woocommerce-result-count{
	margin-bottom: 0;
}
/*sorting end*/