#product-page-subcategories ul li.selected {
    border-bottom: 1px solid white !important;
    font-weight: bold;
}


@media only screen and (max-width: 1300px) {
    li.active a.level-top {
        color: #04381b !important;
    }
    
}

.multiselect-dropdown-filter-button-container button {
    border: 1px solid #04381b;
}

.multiselect-dropdown-filter-button-container button:hover {
    background: #04381b;
    color: white;
}