.shop-page-title .woocommerce-breadcrumb {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 500;
}

.widget .is-divider {
    display: none;
}

.widget .widget-title {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #F5F5F6;
    border-radius: 5px;
}

.widget .price_slider_wrapper {
    margin-top: 20px;
}

.widget ul {
    padding: 0 5px;
    max-height: 215px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .shop-page-title .woocommerce-breadcrumb {
        text-align: left;
    }

    .shop-page-title .flex-col.medium-text-center {
        text-align: right !important;
    }

    .category-filtering.show-for-medium {
        position: absolute;
        bottom: 10px;
        background-color: #eee;
        padding: 0 5px;
        border-radius: 5px;
        text-transform: none;
    }
}