/* Filters
-------------------------------------*/

body .ct-toggle-filter-panel {
	font-size:14px!important;
	font-weight:600!important;
	border-color:var(--theme-palette-color-11)!important;
    background-color:var(--theme-palette-color-11)!important;
	padding-top:5px!important;
	padding-bottom:5px!important;
}
body .ct-toggle-filter-panel:hover {
    background-color:var(--theme-palette-color-2)!important;
    border-color:var(--theme-palette-color-2)!important;
    color:inherit!important;
}
body .woo-listing-top .ct-icon,
body .woo-listing-top .ct-icon-container svg {
	width:14px!important;
	height:14px!important;
}
body select.orderby {
	border-color:#979797!important;
}