/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 14 2025 | 23:07:30 */
/* Ukryj kropki w paginacji produktow */

.page-numbers.dots {
	display: none !Important;
}
/* SIDEBAR */

aside .woocommerce-widget.widget_product_categories {
	padding-bottom: 0;
}

aside .woocommerce-widget.widget_product_categories ul.product-categories {
	overflow-y: auto;
	max-height: 500px;
}

/* Ukryj tagi produktów */
.post-type-archive-product .widget_product_tag_cloud, .tax-product_cat .widget_product_tag_cloud, .tax-product_tag .widget_product_tag_cloud{
	display: none;
}

.widget_price_filter .price_slider_amount .button {
	border-radius: 50px;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column;	
}

.widget_price_filter .price_slider_amount .button {
	border-radius: 50px;
	padding: 2px 15px;
	height: auto;
	margin-top: 5px;
	order: 2;
}

.widget_price_filter .price_slider_amount .price_label {
	order: 1;
}