.wc-modern-category-widget .wc-cat-item.active > .wc-cat-link, .wc-modern-category-widget .wc-cat-child-link.active {
    border-left-color: #991916 !important;
    color: white !important;
    text-decoration: none !important;
}

/* Colore per Brand in Widget */

.nkey-brand-img-placeholder {
    background: linear-gradient(135deg, #991916 0%, #ff0000 100%) !important;
    border-radius: 4px;
}

input.nkey-brand-archive-search-input {
    border: none !important;
    box-shadow: none !important;
}
.nkey-brand-archive-search-inner:focus-within {
    border-color: #991916;
    box-shadow: 0 0 0 4px #9919162e !important;
}