.shop_filter {
  padding: 20px;
  border-radius: var(--border-radius);
  position: relative;
  background: #fff;
}
.wcapf-active-filters a.reset {
	padding: 3px 5px;
	margin: 0 3px 3px 0;
	border-radius: 3px;
	position: absolute;
	top: 13px;
	left: 9px;
	color: var(--second-color);
	font-weight: bold;
	font-size: 12px;
	background: transparent;
}
body input:checked + .slider {
	background-color: var(--second-color);
}
body input:checked + .slider::before {
	background-color: #fff;
}
body .slider.round::before {
	border-radius: 3px;
}
body .slider.round {
	border-radius: 5px;
}
.shop_filter_title {
	color: #52525B;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}
.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(--second-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(--second-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: var(--tc);
	font-size: 14px;
}
.shop_product_count .count {
	font-weight: 700;
}
.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;
	flex: 0 0 48%;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border: 2px solid var(--second-color);
}
form.woocommerce-ordering {
	flex: 0 0 48%;
	width: 100%;
	border: 2px solid transparent;
	background: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 41px;
	border-radius: var(--br) !important;
}
.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 {
  padding: 15px;
  background: #fff;
  border-radius: var(--border-radius);
}
.cat_head ul {
	list-style: none;
}
.cat_head a {
	color: #52525B;
}
.cat_head a.active {
	color: var(--second-color);
}

.products {
  position: relative;
}
.products::before {
  content: "";
  background: var(--main-color);
  position: absolute;
  top: 10%;
  bottom: 60%;
  left: -1%;
  right: -1%;
  border-radius: 25px;
}
.products::after {
  content: "";
  background: var(--second-color);
  position: absolute;
  top: 60%;
  bottom: 10%;
  left: -1%;
  right: -1%;
  border-radius: 25px;
}

@media( max-width:768px ){
	.shop_filter.active{visibility: visible; opacity: 1; background: #fff;padding: 20px 12px; bottom: 0; top: unset !important; transform: unset !important; right: 0; left: 0; max-width: 100%;border-radius: var(--br) var(--br) 0 0; width: 100%;min-height: auto !important;}
	.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(--second-color);}
	.shop_product_count{display: flex; gap: 5px;position: absolute;left: 0; top: -56px;}
	.lmp_products_loading::before {left: 45% !important;}
	.products .col-6.col-sm-4 {padding: 2px !important;}
	.rb_product_box .rb_product_box_content del{font-size: 12px;}
	form.woocommerce-ordering .orderby.form-select{border: unset;background-color: unset;height: 45px;}
	.orderby.form-select:focus {box-shadow: unset;}
}




