/* Sidebar styles */
.zrg-shop-sidebar {
	position: relative;
	background: var(--zrg-bg-secondary-color);
	box-shadow: 0px 4px 10px rgb(0 0 0 / 35%);
	padding: 40px;
	overflow: hidden;
	transition: .2s;
}
.woocommerce .col-12 > .shop-sidebar {
	margin-top: 57px;
}
.zrg-shop-sidebar:not(:last-child) {
	margin-bottom: 30px;
}
.zrg-shop-sidebar h3 + div, .zrg-shop-title + ul, .zrg-shop-sidebar .woocommerce ul.product_list_widget {
	padding-top: 43px !important;
	margin-bottom: 0;
}
.zrg-shop-sidebar .zrg_price_slider_wrapper {
	margin-top: 50px;
	margin-bottom: 0;
}
.shop-sidebar .wp-block-woocommerce-attribute-filter label > span {
	margin-left: 9px;
	opacity: 1;
	font-size: 15px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
	color: var(--zrg-secondary-color-inverse);
	font-size: var(--zrg-default-font-size);
	font-size: 20px;
}
.woocommerce .widget_price_filter .zrg-button.button, .woocommerce .wc-block-filter-submit-button {
	background-color: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
	padding: 14px 25px;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 100px;
}
.woocommerce .widget_price_filter .zrg-button.button:after, .woocommerce .wc-block-filter-submit-button:after {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--zrg-btn-bg-hover);
	-webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	z-index: -1;
}
.woocommerce .widget_price_filter .zrg-button.button:hover:after, .woocommerce .wc-block-filter-submit-button:hover:after {
	width: 100% !important;
	height: 100% !important;
}
.woocommerce .wc-block-filter-submit-button span {
	color: var(--zrg-btn-color);
}
.shop-sidebar .wp-block-woocommerce-attribute-filter label > span span {
	color: var(--zrg-primary-color);
}
.zrg-shop-sidebar .wc-block-components-dropdown-selector__input-wrapper {
	background: transparent;
	color: #fff;
}
.zrg-shop-sidebar .wc-block-dropdown-selector__list {
	background-color: var(--zrg-bg-primary-color);
	padding-left: 0;
	padding-right: 0;
}
.zrg-shop-sidebar .wc-block-dropdown-selector__list .wc-block-dropdown-selector__list-item {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	list-style: none;
}
.zrg-shop-sidebar .wc-block-dropdown-selector__list .wc-block-dropdown-selector__list-item:hover,
.zrg-shop-sidebar .wc-block-dropdown-selector__list .wc-block-dropdown-selector__list-item.is-selected {
	background-color: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
}
.zrg-shop-sidebar .wc-block-dropdown-selector__selected-chip {
	background-color: var(--zrg-btn-bg);
	color: var(--zrg-btn-color);
}
.zrg-shop-sidebar .wc-block-product-categories-list, .zrg-shop-sidebar .product-categories {
	padding: 0;
}
.zrg-shop-sidebar .wc-block-product-categories {
	margin-bottom: 0;
}
/* Sidebar menu */
.zrg-shop-sidebar .wc-block-product-categories-list-item, .zrg-shop-sidebar .product-categories .cat-item {
	position: relative;
	padding: 25px;
	max-height: 80px;
	list-style: none;
}
.zrg-shop-sidebar .wc-block-product-categories-list-item:not(:last-child), .zrg-shop-sidebar .product-categories .cat-item:not(:last-child) {
	margin-bottom: 12px;
}
.zrg-shop-sidebar .wc-block-product-categories-list-item a:before, .zrg-shop-sidebar .product-categories .cat-item a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--zrg-primary-color-inverse);
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}
.zrg-shop-sidebar .product-categories .cat-item a + span span {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	color: var(--zrg-secondary-color-inverse);
}
.zrg-shop-sidebar .wc-block-product-categories-list-item a:hover:before, .zrg-shop-sidebar .product-categories .cat-item a:hover:before {
	background-color: var(--zrg-primary-color);
}
.zrg-shop-sidebar .wc-block-product-categories-list-item a:hover, .zrg-shop-sidebar .wc-block-product-categories-list-item a:hover span, .zrg-shop-sidebar .wc-block-product-categories-list-item a:hover + span, .zrg-shop-sidebar .wc-block-product-categories-list-item a:hover + span span, .zrg-shop-sidebar .product-categories .cat-item a:hover, .zrg-shop-sidebar .product-categories .cat-item a:hover + span {
	color: var(--zrg-primary-color-inverse);
}
.zrg-shop-sidebar .wc-block-product-categories-list-item a, .zrg-shop-sidebar .product-categories .cat-item a {
	color: var(--zrg-secondary-color-inverse);
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.zrg-shop-sidebar .wc-block-product-categories-list-item a span, .zrg-shop-sidebar .product-categories .cat-item a span {
	position: relative;
	z-index: 2;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.zrg-shop-sidebar .wc-block-product-categories-list--depth-0 .wc-block-product-categories-list--depth-1,
.zrg-shop-sidebar .product-categories .cat-item.cat-parent .children {
	height: 0;
	overflow: hidden;
}
/* Progress */
.zrg-shop-sidebar .wc-block-components-price-slider__range-input-wrapper {
	position: relative;
	border-radius: 100px;
	margin: 13px 0px 50px 0px;
	background-color: transparent;
	height: 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	position: relative;
	border-radius: 100px;
	margin-bottom: 30px;
	background-color: rgba(188, 254, 47, 0.2)
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: var(--zrg-primary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--zrg-primary-color);
	width: 1.2em;
	height: 1.2em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
}
.zrg-shop-sidebar .wc-block-components-price-slider__range-input-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: #BCFE2F;
	opacity: 0.2;
}
.zrg-shop-sidebar .wc-block-components-price-slider__range-input-progress {
	--range-color: #BCFE2F;
	height: 6px;
	border-radius: 50px;
}
.zrg-shop-sidebar .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	max-width: 115px;
	padding: 11px 0 11px 20px;
	background-color: transparent;
	color: #FFFFFF;
	border: 1px solid var(--zrg-border-color) !important;
	border-radius: 0 !important;
	position: relative;
	z-index: 2;
	background: var(--zrg-bg-secondary-color);
}
.zrg-shop-sidebar .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:focus {
	border-color: var(--zrg-primary-color) !important;
	background: var(--zrg-bg-tertiary-color);
	outline: none;
}
.zrg-shop-sidebar .wc-block-components-price-slider {
	margin-bottom: 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: none;
	margin-top: 50px;
}

.woocommerce .widget_price_filter .price_slider_amount .clear {
	display: none;
}
/* Custom range styles*/
.zrg-shop-sidebar input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 7px solid var(--zrg-primary-color);
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: var(--zrg-secondary-color-inverse);
	cursor: pointer;
	top: -10px;
}
/* All the same stuff for Firefox */
.zrg-shop-sidebar input[type=range]::-moz-range-thumb {
	border: 7px solid var(--zrg-primary-color);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: var(--zrg-secondary-color-inverse);
	cursor: pointer;
}
/* All the same stuff for IE */
.zrg-shop-sidebar input[type=range]::-ms-thumb {
	border: 7px solid var(--zrg-primary-color);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: var(--zrg-secondary-color-inverse);
	cursor: pointer;
}
/* Brands */
.zrg-shop-sidebar ul.zrg-product-brands-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.zrg-product-brands-grid li {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
}
.zrg-shop-sidebar img {
	width: 100%;
	height: 100%;
}
/* Checkboxes*/
.zrg-shop-sidebar .wc-block-attribute-filter .wc-block-attribute-filter-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.zrg-shop-sidebar .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
	margin-right: 14px;
	position: relative;
}
.zrg-shop-sidebar input[type="checkbox"] {
	display: -ms-grid;
	display: grid;
	place-content: center;
}
/* Rated products */
.zrg-shop-sidebar .product_list_widget li {
	padding-left: 100px !important;
	margin-bottom: 40px !important;
	padding-top: 0 !important;
	min-height: 80px;
	position: relative;
	color: var(--zrg-btn-bg-hover);
}
.zrg-shop-sidebar .wc-block-grid__products li {
	padding-left: 100px;
	margin-bottom: 40px;
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 0 100% !important;
	flex: 1 0 100% !important;
	max-width: 100% !important;
}
.zrg-shop-sidebar .wc-block-grid__products li:last-child {
	margin-bottom: 0;
}
.zrg-shop-sidebar .wc-block-grid__products li .wc-block-grid__product-link {
	position: relative;
	display: block;
	text-decoration: none;
	padding-top: 10px;
}
.zrg-shop-sidebar .wc-block-grid__products li img {
	position: absolute;
	left: -100px;
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
}
.zrg-shop-sidebar .wc-block-grid__products li .wc-block-grid__product-onsale {
	position: absolute;
	top: 0;
	left: 40px;
	right: unset;
	margin: 0;
	border-radius: 20px;
	min-height: unset;
	padding: 2px 10px;
	font-size: 10px;
	line-height: 15px;
	background: #FF3D00;
	color: #fff;
	min-width: unset;
}
.zrg-shop-sidebar .product_list_widget li:last-child {
	margin-bottom: 0 !important;
}
.zrg-shop-sidebar .product_list_widget li .product-title, .zrg-shop-sidebar .wc-block-grid__products li .wc-block-grid__product-title {
	color: var(--zrg-secondary-color-inverse);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	text-decoration: none;
	font: var(--zrg-h5);
	display: block;
	margin-top: 13px;
	margin-bottom: 1px;
}
.zrg-shop-sidebar .wc-block-grid__products li .wc-block-grid__product-title,
.zrg-shop-sidebar .wc-block-grid__products li .wc-block-grid__product-price {
	text-align: left;
}
.zrg-shop-sidebar .wc-block-grid__products .yith-wcwl-add-to-wishlist {
	display: none
}
.zrg-shop-sidebar .wc-block-grid__products li a:hover .wc-block-grid__product-title {
	text-decoration: none;
	color: var(--zrg-primary-color);
}
.zrg-shop-sidebar .product_list_widget li .product-title:hover {
	color: var(--zrg-primary-color);
}
.zrg-shop-sidebar ul.cart_list li a, .zrg-shop-sidebar ul.product_list_widget li a {
	display: block;
}
.zrg-shop-sidebar ul.cart_list li img, .zrg-shop-sidebar ul.product_list_widget li img {
	position: absolute;
	left: 0;
	width: 80px !important;
	height: 80px !important;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin: 0;
	top: 0;
}
.zrg-shop-sidebar del[aria-hidden = "true"] .woocommerce-Price-amount.amount {
	font-weight: 500;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: -0.01em;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	color: var(--zrg-secondary-color-inverse);
	opacity: 0.7;
}
.zrg-shop-sidebar .product_list_widget, .zrg-shop-sidebar .wc-block-grid__products {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	height: 100%;
}
.zrg-shop-sidebar .product_list_widget.hide {
	margin-top: 0 !important;
	overflow: hidden;
	height: 0;
}
/*  Shop view switcher  */
.zrg-grid-list-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}
.zrg-grid-list-toggle .zrg-icon {
	font-size: 19px;
	line-height: 0;
}
.zrg-grid-list-toggle .grid-list-item {
	line-height: normal;
	opacity: 0.6;
	background: transparent;
	padding: 0;
	border: 0;
}
.zrg-grid-list-toggle .grid-list-item.active i {
	color: var(--zrg-primary-color);
}
.zrg-grid-list-toggle .grid-list-item.active {
	opacity: 1;
}
.zrg-grid-list-toggle .grid-list-item:hover {
	opacity: 1;
}
.zrg-grid-list-toggle .grid-list-item:hover i {
	color: #fff;
}
.zrg-grid-list-toggle .grid-list-item svg {
	width: 20px;
	height: auto;
}
.zrg-grid-list-toggle .grid-list-item.active svg path {
	fill: var(--zrg-primary-color);
}
.zrg-grid-list-toggle a svg path {
	fill: var(--zrg-secondary-color-inverse);
}
/*  Shop Container  */
.woocommerce .products.zrg-products-container.zrg-cols-1 .zrg-product-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.woocommerce .products.zrg-products-container.zrg-cols-2 .zrg-product-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 15px);
	flex: 0 0 calc(50% - 15px);
}
.woocommerce .products.zrg-products-container.zrg-cols-3 .zrg-product-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33.3333% - 20px);
	flex: 0 0 calc(33.3333% - 20px);
}
.woocommerce .products.zrg-products-container.zrg-cols-4 .zrg-product-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(25% - 22.5px);
	flex: 0 0 calc(25% - 22.5px);
}
.woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-thumbnail:after {
	display: none;
}
.zrg-cols-1 .zrg-product-rating-price {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-bottom: 0;
}
.zrg-cols-1 .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	top: 15px;
	right: unset;
	left: 204px;
}
.woocommerce .zrg-products-container.zrg-cols-1 .woocommerce-loop-product__link {
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.products.zrg-products-container.zrg-cols-1 {
	gap: 40px;
}
.products.zrg-products-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px 30px;
	position: relative;
}
.woocommerce .products.zrg-products-container.zrg-cols-1 .product .product-loop-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.woocommerce .products.zrg-products-container.zrg-cols-1 .product .zrg-product-thumbnail {
	width: 40%;
	margin: 0;
}
.woocommerce .products.zrg-products-container.zrg-cols-1 .product .product-loop-content {
	width: 70%;
}
.woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-item .zrg-btn-add-cart, .woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-item .added_to_cart {
	position: relative;
	opacity: 1;
	visibility: visible;
	margin: 22px 0 0 !important;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.zrg-products-container.zrg-cols-1 .zrg-product-item.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist a {
	position: static;
}
.woocommerce .products .first, .woocommerce-page .products .first {
	clear: unset;
}
.woocommerce .products.zrg-products-container:before {
	display: none;
}
/*  Shop Sorter  */
.zrg-orderby {
	position: absolute;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	width: 310px;
	z-index: 10;
	list-style: none;
	right: 0;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
}
.zrg-orderby__selected {
	background: transparent;
	border: 0;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	padding: 0;
	pointer-events: none;
}
.zrg-orderby__selected > span {
	text-decoration: underline;
}
.zrg-orderby__item a {
	text-decoration: none;
	background: var(--zrg-secondary-color);
	display: block;
	padding: 22px 26px;
	color: var(--zrg-secondary-color-inverse);
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.zrg-orderby__selected .zrg-orderby__title {
	opacity: 0.5;
	margin-right: 4px;
}
.zrg-orderby__selected .zrg-orderby__arrow {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 7px;
	display: inline-block;
}
.zrg-orderby__item a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: var(--zrg-secondary-color-inverse);
	opacity: 0.3;
}
.zrg-orderby__item:last-child a:after {
	display: none;
}
.zrg-orderby__item a:hover {
	background: var(--zrg-primary-color);
	color: var(--zrg-primary-color-inverse);
}
/*  Shop Filter  */
.zrg-product-list-filter-btn {
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: 0;
	padding: 0;
	color: var(--zrg-secondary-color-inverse);
}
.zrg-product-list-filter-btn i {
	line-height: normal;
}
/*  Shop Tools  */
.woocommerce .zrg-woo-before-shop-loop {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.woocommerce .woocommerce-notices-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.woocommerce .zrg-product-list-filter {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.zrg-woo-before-shop-loop select.orderby {
	background: transparent;
	color: var(--zrg-secondary-color-inverse);
	border: 0;
	border-bottom: 2px solid #fff;
	margin-right: 30px;
}
.zrg-woo-before-shop-loop .woocommerce-ordering {
	position: relative;
	margin: 0 20px 0 0;
}
.zrg-woo-before-shop-loop .woocommerce-ordering:hover .zrg-orderby {
	opacity: 1;
	visibility: visible;
}
.woocommerce-mini-cart__empty-message {
	font: var(--zrg-text2);
}
.zrg-shop-sidebar .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	top: -7px;
	left: 0px;
}
.zrg-shop-sidebar .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	top: -7px;
	left: unset;
	right: 0px;
}
.zrg-shop-sidebar h3 {
	margin: -40px -40px 0 -40px;
	padding: 40px;
	position: relative;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 31px;
}
.zrg-shop-sidebar h3.active svg {
	transform: rotate(180deg);
}
.zrg-shop-sidebar h3 svg {
	transition: .3s;
}
.zrg-shop-sidebar .wp-block-woocommerce-product-categories {
	margin: -20px;
}
.zrg-shop-sidebar .wc-block-price-filter__controls {
	margin: 40px 0;
	position: relative;
}
.woocommerce .widget_price_filter .zrg-button.button:hover, .woocommerce .wc-block-filter-submit-button:hover {
	background-color: transparent;
	color: var(--zrg-btn-color-hover);
}
.zrg-shop-sidebar .wc-block-price-filter__controls:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--zrg-border-color);
}
.zrg-shop-sidebar .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:first-child {
	-webkit-box-shadow: 20px 0 0 0 var(--zrg-bg-secondary-color);
	box-shadow: 20px 0 0 0 var(--zrg-bg-secondary-color);
}
.zrg-shop-sidebar .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:last-child {
	-webkit-box-shadow: -20px 0 0 0 var(--zrg-bg-secondary-color);
	box-shadow: -20px 0 0 0 var(--zrg-bg-secondary-color);
}
.zrg-shop-sidebar .wc-block-product-categories-list-item a + span {
	position: relative;
	z-index: 2;
	pointer-events: none;
}
.zrg-shop-sidebar .wc-block-product-categories-list-item a + span:before, .zrg-shop-sidebar .wc-block-product-categories-list-item a + span:after, .zrg-shop-sidebar .wc-block-product-categories-list-item a + span span {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.zrg-shop-sidebar ul.product_list_widget li .star-rating {
	display: none;
}
.shop-sidebar .product_list_widget li .amount, .shop-sidebar .product_list_widget li .amount span, .shop-sidebar .product_list_widget li .amount bdi {
	font: var(--zrg-h5);
	color: var(--zrg-btn-bg-hover);
}
.zrg-shop-sidebar ul.product_list_widget li del {
	display: none;
}
.zrg-shop-sidebar ul.product_list_widget li ins {
	text-decoration: none;
}
.zrg-shop-sidebar input[type="checkbox"] + label {
	font: var(--zrg-text2);
}
.zrg-shop-sidebar .wp-block-woocommerce-attribute-filter .wc-block-checkbox-list label > span:before, .zrg-shop-sidebar .wp-block-woocommerce-attribute-filter .wc-block-checkbox-list label > span:after {
	display: none;
}
.zrg-shop-sidebar .wc-block-components-filter-reset-button {
	padding: 0;
	color: var(--zrg-secondary-color-inverse);
	margin-right: 10px;
	border-bottom: 1px dashed;
	text-decoration: none !important;
	opacity: 0.6;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.zrg-shop-sidebar .wc-block-components-filter-reset-button:hover {
	color: #fff;
	opacity: 1;
}
.zrg-shop-layout {
	display: flex;
}
.zrg-shop-layout-sidebar.active {
	width: 32%;
	min-width: 32%;
	margin-right: 30px;
	height: auto;
}
.zrg-shop-layout-sidebar {
	width: 0;
	min-width: 0;
	margin-right: 0;
	overflow: hidden;
	transition: .2s;
	height: 0;
}
.zrg-shop-layout-products {
	width: 100%;
}
.zrg-shop-layout-sidebar .shop-sidebar {
	min-width: 300px;
}
.zrg-products-close {
	background: transparent;
	border: 0;
	padding: 0;
	color: var(--zrg-secondary-color-inverse);
}
.zrg-products-close i {
	line-height: 13px;
	margin-left: 9px;
	vertical-align: text-bottom;
}
.zrg-product-filter-header-mobile {
	display: flex;
	justify-content: space-between;
	margin: 15px 15px 10px 15px;
}
.zrg-filter-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
	z-index: 25;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.zrg-filter-overlay.active {
	opacity: 1;
	visibility: visible;
}
.zrg-shop-sidebar .wc-block-attribute-filter .wc-block-attribute-filter-list li:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
	.zrg-shop-sidebar .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
		max-width: 93px;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.zrg-shop-sidebar .wc-block-price-filter__controls {
		margin: 25px 0;
	}
	.zrg-shop-sidebar .wc-block-components-price-slider__range-input-wrapper {
		margin-bottom: 40px;
	}
	.zrg-shop-sidebar h3 + div, .zrg-shop-title + ul, .zrg-shop-sidebar .woocommerce ul.product_list_widget {
		padding-top: 30px !important;
	}
	.zrg-shop-sidebar h3 {
		margin: -30px -30px 0 -30px;
		padding: 30px;
	}
	.zrg-shop-sidebar {
		padding: 30px;
	}
	.zrg-products-container:not(.zrg-cols-1) .zrg-product-rating-price .zrg-star-rating span span {
		display: none;
	}
	.zrg-cols-1 .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
		left: 25%;
	}
	.woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-description {
		height: 29px;
	}
	.woocommerce .zrg-products-container.zrg-cols-1 .woocommerce-loop-product__link {
		margin-bottom: 8px;
	}
	.woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-item .zrg-btn-add-cart {
		margin-top: 15px !important;
	}
}
@media only screen and (min-width: 992px) {
	.zrg-product-filter-header-mobile {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.woocommerce .col-12 > .shop-sidebar {
		display: none;
	}
	.woocommerce .products.zrg-products-container .zrg-product-item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 calc(50% - 15px) !important;
		flex: 0 0 calc(50% - 15px) !important;
	}
	.woocommerce .products.zrg-products-container.zrg-cols-1 .zrg-product-item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
	.zrg-grid-list-toggle {
		display: none;
	}
	.zrg-woo-before-shop-loop .woocommerce-ordering {
		margin-right: 0;
	}
	.zrg-modal-content {
		padding: 20px 20px;
	}
	.zrg-modal-header {
		padding: 20px;
	}
	.zrg-shop-layout-sidebar {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		padding: 15px;
		background-color: var(--zrg-bg-primary-color);
		z-index: 25;
		width: 450px !important;
		min-width: unset !important;
		margin-right: 0 !important;
		max-width: 100%;
		box-shadow: 5px 0px 15px rgba(5, 12, 21, 0.42);
		transform: translateX(-110%);
		transition: .3s;
		display: none;
	}
	.zrg-shop-sidebar {
		padding: 40px;
	}
	.zrg-shop-layout-sidebar .shop-sidebar {
		min-width: unset;
		height: calc(100vh - 88px);
		overflow: auto;
		padding: 15px;
	}
	.zrg-shop-sidebar h3 {
		padding: 40px;
		margin: -40px -40px 0 -40px;
	}
	.zrg-shop-layout-sidebar.active {
		transform: none;
	}
	.zrg-shop-sidebar .wp-block-woocommerce-product-categories {
		margin-bottom: -20px;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce .products.zrg-products-container.zrg-cols-1 .product .product-loop-content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.woocommerce .products.zrg-products-container.zrg-cols-1 .product .zrg-product-thumbnail {
		width: 100%;
	}
	.woocommerce .products.zrg-products-container.zrg-cols-1 .product .product-loop-content {
		width: 100%;
	}
	.woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-description {
		height: unset;
		margin-bottom: 15px;
	}
	.woocommerce .zrg-products-container.zrg-cols-1 .zrg-product-item .zrg-btn-add-cart {
		margin-top: 20px !important;
	}
	.zrg-cols-1 .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
		left: unset;
		right: 15px;
	}
	.products.zrg-products-container.zrg-cols-1 {
		gap: 50px;
	}
	.woocommerce .products.zrg-products-container.zrg-cols-1 .product .woocommerce-loop-product__title {
		font-size: 25px;
		line-height: 28px;
	}
}
@media only screen and (max-width: 576px) {
	.woocommerce .products.zrg-products-container .zrg-product-item {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
	}
	.zrg-shop-layout-sidebar {
		padding: 15px 5px;
	}
}
