/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.ct-active-filters {
	font-weight: bold;
	align-items: anchor-center;
}
#main > div.ct-container > section > div.ct-products-container > div > a:nth-child(2) {
	border: solid; 
	border-width: 2px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	border-color: var(--theme-palette-color-1); 
}
#main > div.ct-container > section > div.ct-products-container > div > a:nth-child(n + 3) {
	border: solid; 
	border-width: 1px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}
.ct-product-additional-actions {
	justify-content: right; 
}