.shop_filter {
  box-shadow: 3px 3px 0px 0px #00000026;
  padding: 20px 12px;
  background: #FAFAFA;
  border-radius: 10px;
  border: 1px solid #A1A1AA;
}
.shop_filter_wrap {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  margin-top: 15px;
}
.shop_filter_title {
  color: #52525B;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
	margin-bottom: 20px;
}
.orderby.form-select {
	font-size: 14px;
	min-width: 95px;
}
.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); }
}

.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;
	min-height: 50px;
}
.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;
}
.cat_item_box {
	background: #FAFAFA;
	color: #71717A;
	border: 1px solid #D4D4D8;
	padding: 6px 7px;
	display: inline-flex;
	border-radius: 8px;
}
.rb_product_cats_swiper .swiper-slide {
	width: fit-content;
}
.woocommerce-breadcrumb {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	display: flex;
}
.search_header_shop .woocommerce-breadcrumb::before , .search_header_shop .woocommerce-ordering::before{
	display: none;
}

.rb_product_swiper_btns .slideNext-btn, .rb_product_swiper_btns .slidePrev-btn {
	transform: rotate(45deg) translateY(-80%) !important;
}
.rb_product_cats_swiper {
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}
.rb_product_cats_swiper .rb_product_swiper_btns .slidePrev-btn {
	left: -12px;
}
.rb_product_cats_swiper .rb_product_swiper_btns .slideNext-btn {
	right: 26px;
}

.shop_product_count {
  color: #A1A1AA;
  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;
}
.rb_product_cats_swiper::before , .rb_product_cats_swiper::after {
	content: "";
	width: 5%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #fff;
	z-index: 8;
}
.rb_product_cats_swiper::after {
	left: auto;
	right: 0;
}

.cat_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}
.cat_head ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.cat_head a{color: #333;}
.cat_head a.active {
	font-weight: bold;
}
.cat_head::before {
	content: "مرتب سازی:";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-sort-down' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 2.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 11.293zm3.5 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5M7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z'/%3E%3C/svg%3E");
	position: absolute;
	right: 15px;
	top: 50%;
	width: 20px;
	height: 20px;
	background-repeat: round;
	display: inline-flex;
	white-space: nowrap;
	padding-right: 22px;
	font-size: 14px;
	font-weight: bold;
	transform: translateY(-50%);
}
.cat_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	position: relative;
	background: #fff;
	border-radius: var(--border-radius);
	padding: 20px 120px 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #D3D3D3;
}

@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;
	}
	.lmp_products_loading::before {
		left: 45% !important;
	}
}




