Tests







.st-filter label{
font-size:16px;
font-weight:600;
text-transform:uppercase;
color:#222222;
letter-spacing:0.3px;
padding-bottom:10px;
}
/* hide default filter buttons */
.elementor-widget-taxonomy-filter{
display:none;
}
#taxonomy-dropdown{
padding:10px;
font-size:16px;
max-width:250px;
font-family:”manrope”, Sans-Serif;
background-color:#fff;
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
background-repeat:no-repeat;
background-position:right 12px center;
background-size:18px;
background-image:url(“data:image/svg+xml;utf8,
“);
border:2px solid #c6c6c6 !important;
border-radius:12px !important;
color:#111 !important;
font-weight:600 !important;
transition:.25s ease;
}
#taxonomy-dropdown:hover{
border-color:#b1b1b1;
box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
#taxonomy-dropdown:focus{
border-color:#4c8bf5;
box-shadow:0 0 0 3px rgba(76,139,245,0.25);
outline:none;
}
#taxonomy-dropdown option{
padding:10px;
font-size:15px;
color:#111 !important;
font-weight:600 !important;
}