.woocommerce-result-count{
	display: none;
}
.product_hover_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	aspect-ratio:  1 / 1;
	transform: scale(1.1);
	transition: all .5s;
	object-fit: cover;

}
.ordering_wrap{
	margin: auto 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.ordering_wrap .ordering_title{
	margin-right: 4px;
	display: inline-block;
	/*font-weight: 600;*/
}
/*.woocommerce-loop-product__link:hover .product_hover_image{
	transform: scale(1);
	opacity: 1;
}*/
.woocommerce-loop-product__link h2{
	transition: all .3s;
	position: relative;
	max-width: calc(100% - 56px);
}
.woocommerce-loop-product__link h2::after{
	content: '';
	display: block;
	width: 50px;
	height: 8px;
	background-image: url(../img/arrow.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: calc(100% + 6px);
	transform: translate(-24px, -50%) rotate(180deg);
	opacity: 0;
	transition: all .3s;
}
.woocommerce-loop-product__link:hover h2::after{
	transform: translate(0, -50%) rotate(180deg);
	opacity: 1;
}
.woocommerce-loop-product__link:hover h2,
.woocommerce ul.products li.product:hover .price,
.woocommerce ul.products li.product:hover .price ins{
	color: var(--orange);
}
.woocommerce .texture-cat ul.products li.product a img{
	aspect-ratio:  7 / 10;
}
.product_meta .product__var{
	display: inline-block;
}
.product_meta .product__var:last-child{
	float: right;
}
.product_meta .var_name{
	margin-right: 16px;
	position: relative;
}
.product_meta .var_name::after{
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background-color: var(--dark-grey);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translate(-50%);
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins{
	color: var(--dark-gray);
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	transition: all .3s;
}
.woocommerce ul.products li.product .price del{
	display: none;
}

.shop__wrapper{
	display: flex;
	flex-wrap: wrap;
}
.shop__wrapper .massive-title,
.shop__wrapper .woocommerce-ordering{
	width: 50%;
	margin-bottom: 96px;
}
.shop__wrapper .woocommerce-ordering{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.shop__wrapper .filter_wrap{
	width: 100%;
	max-width: 240px;
	margin-right: 120px;
}
.shop__wrapper ul.products{
	width: 100%;
	/*max-width: calc(100% - 360px);*/
}

/*filter start*/
.filter_wrap h3{
	margin-bottom: 4px;
}
.filter_wrap .filter_counter{
	margin-bottom: 40px;
}
.filter_wrap h4{
	margin-bottom: 16px;
}


.facetwp-type-radio .facetwp-radio{
	background: url(../img/radio.svg) 0 50% no-repeat;
	margin-bottom: 8px;
	font-family: Montserrat;
}
.facetwp-type-radio .facetwp-radio.checked{
	font-weight: 600;
	background: url(../img/radio_checked.svg) 0 50% no-repeat;
}
.facetwp-type-checkboxes .facetwp-checkbox{
	background: url(../img/checkbox.png) 0 50% no-repeat;
	background-size: contain;
	margin-bottom: 8px;
	font-family: Montserrat;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked{
	font-weight: 600;
	background: url(../img/check_checked.png) 0 50% no-repeat;
	background-size: contain;
	margin-bottom: 8px;
	font-family: Montserrat;
}
.button .facetwp-facet,
.facetwp-facet-purpose,
.facetwp-facet-satability_class,
.facetwp-facet-painting_object{
	display: flex;
	width: 100%;
	font-family: Montserrat;
}
.button .facetwp-facet .facetwp-radio,
.button .facetwp-facet .facetwp-checkbox,
.facetwp-facet-purpose .facetwp-radio,
.facetwp-facet-satability_class .facetwp-radio,
.facetwp-facet-painting_object .facetwp-radio{
	display: block;
	padding: 8px 16px;
	margin: 0;
	background: none;
	border: 2px solid var(--grey);
	border-left: none;
}
.button .facetwp-facet .facetwp-radio.checked,
.button .facetwp-facet .facetwp-checkbox:hover,
.button .facetwp-facet .facetwp-radio:first-child:hover,
.button .facetwp-facet .facetwp-checkbox:first-child:hover,
.button .facetwp-facet .facetwp-radio.checked:hover,
.button .facetwp-facet .facetwp-checkbox.checked:hover,
.facetwp-facet-purpose .facetwp-radio.checked,
.facetwp-facet-purpose .facetwp-radio:hover,
.facetwp-facet-satability_class .facetwp-radio.checked,
.facetwp-facet-satability_class .facetwp-radio:hover,
.facetwp-facet-painting_object .facetwp-radio.checked,
.facetwp-facet-painting_object .facetwp-radio:hover,
.facetwp-facet-purpose .facetwp-radio:first-child:hover,
.facetwp-facet-satability_class .facetwp-radio:first-child:hover,
.facetwp-facet-painting_object .facetwp-radio:first-child:hover,
.facetwp-facet-purpose .facetwp-radio.checked:first-child,
.facetwp-facet-satability_class .facetwp-radio.checked:first-child,
.facetwp-facet-painting_object .facetwp-radio.checked:first-child{
	border: 2px solid var(--orange);	
	background: none;
	border-left: 2px solid var(--orange);
}
.button .facetwp-facet .facetwp-radio:first-child,
.button .facetwp-facet .facetwp-checkbox:first-child,
.facetwp-facet-purpose .facetwp-radio:first-child,
.facetwp-facet-satability_class .facetwp-radio:first-child,
.facetwp-facet-painting_object .facetwp-radio:first-child{
	border-left: 2px solid var(--grey);
	border-radius: 6px 0 0 6px;
}
.button .facetwp-facet .facetwp-radio:last-child,
.button .facetwp-facet .facetwp-checkbox:last-child,
.facetwp-facet-purpose .facetwp-radio:last-child,
.facetwp-facet-satability_class .facetwp-radio:last-child,
.facetwp-facet-painting_object .facetwp-radio:last-child{
	border-radius: 0 6px 6px 0;
}


/*GLOBAL FACET FILTER STYLES START*/
/*Buttons*/
.button .facetwp-facet{
	display: flex;
	width: 100%;
	font-family: Montserrat;
}
.button .facetwp-facet .facetwp-radio,
.button .facetwp-facet .facetwp-checkbox{
	display: block;
	padding: 8px 16px;
	margin: 0;
	background: none;
	border: 2px solid var(--grey);
	border-left: none;
}
.button .facetwp-facet .facetwp-radio:first-child,
.button .facetwp-facet .facetwp-checkbox:first-child{
	border-left: 2px solid var(--grey);
	border-radius: 6px 0 0 6px;
}
.button .facetwp-facet .facetwp-radio:last-child,
.button .facetwp-facet .facetwp-checkbox:last-child{
	border-radius: 0 6px 6px 0;
}
.button .facetwp-facet .facetwp-radio.checked,
.button .facetwp-facet .facetwp-checkbox.checked,
.button .facetwp-facet .facetwp-radio:first-child:hover,
.button .facetwp-facet .facetwp-checkbox:first-child:hover,
.button .facetwp-facet .facetwp-radio.checked:hover,
.button .facetwp-facet .facetwp-checkbox.checked:hover{
	border: 2px solid var(--orange);	
	background: none;
	border-left: 2px solid var(--orange);
}


/*GLOBAL FACET FILTER STYLES END*/





.facetwp-facet-collections .facetwp-checkbox{
	font-family: 'Montserrat';
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--light-grey);
    border: 2px solid var(--grey);
    border-radius: 6px;
    margin-bottom: 8px;
    margin-right: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 103%;
    background-image: none;
    transition: all .5s;
}
.facetwp-facet-collections .facetwp-checkbox.checked,
.facetwp-facet-collections .facetwp-checkbox:hover{
	border-color: var(--orange);
	background-image: none;	
}

.facetwp-counter{
	display: none;
}




.woocommerce-ordering{
	position: relative;
	padding-right: 32px;
}
.woocommerce-ordering::after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-left: 2px solid var(--orange);
	border-bottom: 2px solid var(--orange);
	position: absolute;
	right: 8px;
	bottom: 8px;
	transform: rotate(-45deg);
}
.woocommerce-ordering .orderby{
	background: none;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	border: none;
	color: var(--orange);
}
.shop_section_wrap{
	display: flex;
	width: 100%;
}
.products_pagination{
	width: 100%;
	padding: 12px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.facetwp-pager{
	position: relative;
}

.facetwp-page{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 110%;
	color: var(--dark-grey);
	padding: 0 10px;
}
.products_pagination .facetwp-page.active,
.products_pagination .facetwp-page:hover{
	color: var(--orange);
	font-weight: normal;
}
.products_pagination .facetwp-page.next,
.products_pagination .facetwp-page.prev{
	color: transparent;
	position: absolute;

}
.products_pagination .facetwp-page.next{
	left: calc(100% + 10px);
}
.products_pagination .facetwp-page.prev{
	right: calc(100% + 10px);
}
.products_pagination .facetwp-page.next::after,
.products_pagination .facetwp-page.prev::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 40px;
	height: 10px;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.products_pagination .facetwp-page.prev::after{
	transform: translate(0, -50%);
	left: unset;
	right: 0;
}
.products_pagination .facetwp-page.next::after{
	transform: translate(0, -50%) rotate(180deg);	
}
.only_shop_loop_items{
	width: 100%;
}



@media screen and (max-width: 920px){
	.shop__wrapper .massive-title, 
	.shop__wrapper .woocommerce-ordering{
		width: 100%;
		margin-bottom: 32px;
		display: block;	
	}
	.shop__wrapper .massive-title{
		order: -1;
	}
	.woocommerce-ordering .orderby{
		font-size: 14px;
		line-height: 16px;
	}
	.shop__wrapper .filter_wrap{
		position: fixed;
	    top: 0;
	    right: 0;
	    background: #fff;
	    max-width: 90%;
	    margin-right: 0;
	    z-index: 2000;
	    padding: 24px;
	    margin-right: 0;
	    height: 100vh;
	    overflow-y: scroll;
	    -webkit-box-shadow: -100px 0px 14px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: -100px 0px 14px 0px rgba(0, 0, 0, 0.7);
		box-shadow: -100px 0px 14px 0px rgba(0, 0, 0, 0.7);
		transform: translateX(200%);
		transition: all .3s;
	}
	.shop__wrapper .filter_wrap.active{
		transform: translateX(0);
	}
	.filter_wrap .facetwp-facet{
		margin-bottom: 24px;
	}
	.filter_wrap_container{
		padding-bottom: 48px;
	}
	.filter_trigger h3,
	.filter_wrap h3{
		position: relative;
		padding-left: 20px;
		margin-bottom: 16px;
	}
	.filter_trigger h3::before,
	.filter_wrap h3::before{
		content: '';
		display: block;
		width: 16px;
		height: 16px;
		background-image: url(../img/pipe.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.shop__wrapper ul.products{
		max-width: unset;
	}
	.product_meta .product__var:last-child{
		float: unset;
	}
	.product_meta p.text{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* number of lines to show */
		-webkit-box-orient: vertical;
		margin-bottom: 8px
	}
	.woocommerce-result-count{
		/*display: block;*/
	}
	.filter_trigger{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 16px;
		align-items: center;
		justify-content: start;
	    flex-direction: column;
    	align-items: start;
    	max-width: 50%;
	}
	.filter_trigger h3{
		margin-bottom: 0;
	}
	.ordering_wrap{
	    max-width: 50%;
	    flex-direction: column;
	}
	.ordering_wrap .ordering_title{
		font-weight: 600;
	}
	.woocommerce-ordering::after{
		width: 4px;
    	height: 4px;
    	bottom: 5px;
    	right: unset;
    	left: 101%;
	}
	.products_pagination{
		position: relative
	}
	.facetwp-pager{
		position: unset;
	}
	.products_pagination .facetwp-page.next{
		right: 0;
		left: unset;
	}
	.products_pagination .facetwp-page.prev{
		left: 0;
		right: unset;
	}
	.filter__butns-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	#close-filter{
		padding-right: 24px;
		margin-right: 16px;
	}
	#close-filter::after{
		display: none;
	}
	.reset_filters span{
		display: none;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .price ins{
		color: var(--orange);
	}


	.shop_section_wrap{
		margin-bottom: 64px;
	}

	.filter_wrap_container .close-button{
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.filter_wrap_container .close-button::after,
	.filter_wrap_container .close-button::before{
		content: '';
		display: block;
		height: 2px;
		width: 100%;
		top: 50%;
		left: 50%;
		background-color: var(--dark-grey);
		position: absolute;
	}
	.filter_wrap_container .close-button::after{
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.filter_wrap_container .close-button::before{
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.woocommerce ul.products li.product a img{
		aspect-ratio:  1 / 1;
		object-fit: cover;
	}
}