.shop_filter{
	box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}
.lmp_products_loading {position: relative;}
.lmp_products_loading *{display: none !important;}
.lmp_products_loading:before{
	content: '';
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 50%;
	top: 0;
	animation: 1s spin linear infinite;
	z-index: 999999;
	border-width: 2px !important;
	border-color: #eee #eee #eee var(--main-color) !important;
	border-radius: 50px !important;
	border-style: solid !important;
	animation: 1s spin linear infinite;
}
@keyframes spin{
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(360deg); }
}
.wcapf-layered-nav ul li::before{display: none !important;}
.wcapf-layered-nav ul li a::after{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='3.5' stroke='%2319cd60'/%3E%3C/svg%3E");
	content: '';
	width: 19px;
	height: 19px;
	display: block;
	background-repeat: round;
}
.wcapf-layered-nav ul li.chosen a::after{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='4' fill='%2319cd60'/%3E%3Cpath d='M6 10L8.66667 13L14 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.wcapf-layered-nav ul li a
{
	color: #4F4F4F;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.widget-title
{
	color: #2C2C2C;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: relative;
	cursor: pointer;
}
.widget-title::before
{
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath d='M9 1L5 5L1 1' stroke-linecap='round' stroke-linejoin='round' stroke='%23000'/%3E%3C/svg%3E");
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	left: 3px;
	opacity: .5;
	top: 5px;
}
.shop_widget:not(:last-child)
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.wcapf-layered-nav::-webkit-scrollbar{
	width: 6px;
}
.wcapf-layered-nav::-webkit-scrollbar-track{
	background: #eee;
}
.wcapf-layered-nav::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: #ccc;
}
.wcapf-layered-nav {
	display: none;
	padding-top: 10px;
	max-height: 250px;
	overflow-y: auto;
	scrollbar-width: thin;
	padding-left: 10px;
}
.wcapf-active-filters
{
	display: flex;
	justify-content: center;
}
.wcapf-active-filters .reset::before
{
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1H1L6.6 7.30667V11.6667L9.4 13V7.30667L15 1Z' stroke='%23EF5350' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	content: "";
	width: 16px;
	height: 14px;
	display: flex;
}
.wcapf-active-filters .reset
{
	color: #EF5350;
	display: flex;
	gap: 5px;
}
.wcapf-layered-nav:has(.chosen)
{
	display: block;
}
.slider-values
{
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	margin-bottom: 13px;
}
.slider-values p{
	font-size: 12px;
}
.rb_custom_product_attrs{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.rb_custom_product_attr{
	position: relative;
	padding-right: 10px;
	font-size: 13px;
	font-weight: 400;
}
.rb_custom_product_attrs .rb_custom_product_attr:before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 30px;
	background: var(--main-color);
	position: absolute;
	right: 0;
	top: 8px;
}
.woocommerce-breadcrumb::before
{
	content: "دسته بندی: ";
	margin-left: 10px;
	font-weight: 700;
}
.woocommerce-breadcrumb
{
	display: flex;
}
.search_header_shop .woocommerce-breadcrumb::before , .search_header_shop .woocommerce-ordering::before{
	display: none;
}
.shop_product_count
{
	color: var(--main-color);
	border: 1px solid var(--main-color);
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
}
.shop_product_count .count
{
	font-size: 12px;
}	
.shop_filter_toggle_btn
{
	border-radius: 8px;
	background: #FFF;
	box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 10px 15px;
	cursor: pointer;
	font-size: 14px;
}
@media( max-width:768px ){
	.shop_filter.active{
		visibility: visible;
		opacity: 1;
	}
	.shop_filter
	{
		position: fixed;
		top: 50%;
		right: 50%;
		z-index: 999999;
		width: 90vw;
		max-height: 60vh;
		min-height: 60vh;
		transform: translate(50% , -50%);
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s all;
		border-top: 4px solid var(--main-color);
	}
	.shop_product_count
	{
		font-size: 0px;
	}
}
.woocommerce-ordering::before
{
	content: "چیدمان بر اساس:";
	display: block;
	white-space: nowrap;
	font-size: 14px;
	margin-left: 20px;
}


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:7px}.noUi-horizontal .noUi-handle{width:18px;height:18px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#E0C6A3}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border-radius:30px;background:#D2AA77;cursor:default}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-horizontal.noUi-extended{padding-right:32px}.noUi-horizontal.noUi-extended .noUi-handle{left:-1px}.noUi-horizontal.noUi-extended .noUi-origin{right:-32px}.noUi-origin:last-child .noUi-handle.noUi-handle-upper{left:15px}.noUi-origin:first-child{background-image:linear-gradient(145deg,#d2aa77 25%,#c28d47 25%,#c28d47 50%,#d2aa77 50%,#d2aa77 75%,#c28d47 75%,#c28d47 100%);background-size:69.74px 48.83px}.noUi-origin:last-child{background:#e0c6a3}