/* Make the color swatch circle actually visible (theme's original demo CSS
   put it at z-index:-1, which hid it - we bring it forward but keep the
   check icon from the theme on top when selected). */
.aq-product-sidebar-widget-checkbox-circle .aq-product-sidebar-widget-checkbox-circle-self {
	z-index: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.aq-product-sidebar-widget-checkbox-circle label::before {
	z-index: 1;
}

/* Simple fade while AJAX results load */
#aq-gridLayout {
	transition: opacity 0.2s ease;
}

.caf-no-products {
	padding: 40px 0;
	text-align: center;
	color: #777;
}

/* Price filter button + reset button already borrow the theme's own
   .aq-product-sidebar-widget-filter-btn styling, this just adds spacing */
.caf-reset-btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ededed;
}
