/*======================================
  *** Filter Styling ***
======================================*/

/*--- WooCommerce Filters Canvas ---*/

/* Hide filter icon */
body.woocommerce .woo-listing-top {
	display: none;
}

/* Center filter buttons */
body.woocommerce #woo-filters-panel .ct-filter-widget,
body.woocommerce #woo-filters-panel .ct-filter-reset {
	display: flex;
	justify-content: center;
}

/* Product Archive Filters */

body #woo-filters-panel {
	margin-top: -30px;
}

@media (max-width: 999.98px) {
	body #woo-filters-panel {
		margin-top: -20px;
	}
}

body #woo-filters-panel[data-behaviour=drop-down] .ct-filter-content {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* Prices in color */

body .price,
body .ct-product-sku {
	color: var(--dark-red);
}
