body .breadcrumbs {
    color: #183a4a;
    font-weight: normal;
}

body .breadcrumbs a.current, body .breadcrumbs a:hover {
    color: #183a4a;
}

#shop-sidebar .widget .current-cat>a, #product-sidebar .widget .current-cat>a {
    color: #111;
}

#shop-sidebar .widget>ul>li>a:hover, #product-sidebar .widget>ul>li>a:hover {
    color: var(--fs-color-secondary);
}

#shop-sidebar .widget-title, #product-sidebar .widget-title {
    letter-spacing: -0.02em;
    color: #183a4a;
    margin-bottom: 8px;
    display: block;
}

.widget .is-divider {
    display: none;
}

@media (max-width:1199.98px) {
    #shop-sidebar .widget, #product-sidebar .widget {
        margin-bottom: 20px;
    }
}