.wd-filter-list .count {
padding-inline:5px;
min-width:30px;
height:20px;
border:1px solid var(--brdcolor-gray-300);
border-radius:35px;
color:var(--color-gray-500);
text-align:center;
font-size:12px;
line-height:18px;
transition:color .25s ease, background-color .25s ease, border-color .25s ease;
margin-inline-start:5px}
.wd-filter-list .wc-layered-nav-term a:hover+.count,.wd-filter-list .wc-layered-nav-term.wd-active .count {
color:#fff;
background-color:var(--wd-primary-color);
border-color:var(--wd-primary-color)}
.wd-filter-list li {
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:5px}
.wd-filter-list a {
display:flex;
flex:1 1 auto;
align-items:center;
padding-block:5px}
.wd-filter-list .wc-layered-nav-term.wd-active a {
color:var(--color-gray-800);
font-weight:600}
.wd-filter-list.wd-scroll-content {
padding-inline-end:5px}
:is(.wd-widget-layered-nav-dropdown-form,.woocommerce-widget-layered-nav-dropdown) {
display:flex;
flex-wrap:wrap;
justify-content:flex-end}
:is(.wd-widget-layered-nav-dropdown-form,.woocommerce-widget-layered-nav-dropdown) select[multiple="multiple"] {
overflow:hidden;
background-image:none}
:is(.wd-widget-layered-nav-dropdown-form,.woocommerce-widget-layered-nav-dropdown) select[multiple="multiple"] option {
margin-top:9px;
padding:0;
background-color:transparent}
:is(.wd-widget-layered-nav-dropdown-form,.woocommerce-widget-layered-nav-dropdown) select[multiple="multiple"] option:not(:first-child) {
display:none}
:is(.wd-widget-layered-nav-dropdown__submit,.woocommerce-widget-layered-nav-dropdown__submit) {
margin-top:20px;
padding:5px 14px;
min-height:36px;
font-size:12px}
@media (max-width: 1024px) {
.wd-filter-list.wd-scroll-content {
padding-inline-end:10px}
}
