/* ==================================================
   Minimog catalog filters
================================================== */

/* Filter container */
.page-sidebar-content-wrap {
    margin-bottom: 20px;
}

.page-sidebar-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 0 25px;
    background-color: #fff;
    border-radius: 10px;
}

/* Remove spacing between filter widgets */
.page-content .minimog-wp-widget-filter + .minimog-wp-widget-filter {
    margin: 0;
}

/* Filter width */
.minimog-wp-widget-filter {
    width: 300px;
}

/* Filter titles */
.page-content
.minimog-wp-widget-filter
.widget-title {
    margin-left: 20px !important;
    font-size: 16px !important;
    font-weight: 400;
}

.page-content
.minimog-wp-widget-filter
.widget-title::after {
    content: none !important;
}

/* Filter content */
.minimog-wp-widget-product-layered-nav .widget-content-inner,
.minimog-wp-widget-product-categories-layered-nav .widget-content-inner {
    padding-left: 20px;
}

/* Mobile filter button */
.btn-open-off-sidebar-mobile {
    color: #fff;
    background-color: #1e1e1e;
}

.btn-open-off-sidebar-mobile:hover {
    color: #d9d9d9;
}

/* Active filter tags */
.active-filters-list .remove-filter-link {
    color: #fff;
    background-color: #1e1e1e;
}

.active-filters-list .remove-filter-link:hover {
    color: #d9d9d9;
}

/* Mobile sidebar */
@media (max-width: 991.98px) {
    .page-sidebar-inner {
        background-color: #fff !important;
    }

    .page-sidebar-content {
        flex-direction: column;
    }

    .minimog-wp-widget-filter {
        width: 250px;
    }
}