/* Hide Page title Banner */
body[class*="woocommerce-shop"] .wd-page-title,
body[class*="tax-pa_seller"] .wd-page-title,
body[class*="term-agro"] .wd-page-title,
body[class*="term-flash-sales"] .wd-page-title {
    display: none;
}

/* Page title */
.wd-title-wrapp {
	visibility: hidden;
}


/* Product Archive Page Sidebar Filters */
.wc-block-product-filters {

	.wc-block-product-filters__overlay {
		z-index: initial;
	}

	.wp-block-woocommerce-product-filter-price {
		margin-bottom: 25px;		
	}

	.wc-block-product-filter-price-slider__content {
		input[type=text] {
			max-width: 90px !important;
			color: #00d084;
		}
	}

	.wc-block-components-product-rating__stars span:before {
		color: #EABE12;
	}
}

.no-products-footer {
	display: none;
}