/* Botiga Mobile Menu Categories & Filters */
@media (min-width: 769px) {
    .bmf-mobile-section,
    #bmf-mobile-content {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .bmf-mobile-section {
        background: #fff;
        padding: 12px 0;
        margin-top: 8px;
        border-top: 1px solid #eeeeee;
    }

    .bmf-mobile-section h3 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 10px;
        color: #222;
        white-space: nowrap;
    }

    .bmf-mobile-section h4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        margin: 12px 0 6px;
        color: #333;
        white-space: nowrap;
    }

    .mobile-category-menu ul,
    .mobile-filters-menu ul,
    .mobile-filters-menu .woocommerce-widget-layered-nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-category-menu li,
    .mobile-filters-menu li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .mobile-category-menu a,
    .mobile-filters-menu a,
    .mobile-filters-menu .woocommerce-widget-layered-nav-list__item a {
        display: block;
        padding: 8px 0;
        font-size: 14px;
        line-height: 1.35;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-category-menu a:hover,
    .mobile-filters-menu a:hover {
        color: #000;
        text-decoration: none;
    }

    .mobile-filter-price,
    .mobile-filter-attribute {
        margin-bottom: 10px;
    }

    .mobile-filters-menu .widget,
    .mobile-filters-menu section.widget {
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .mobile-filters-menu .widget-title {
        display: none;
    }

    .mobile-filters-menu .price_slider_wrapper {
        padding-top: 6px;
    }

    .mobile-filters-menu .price_slider_amount {
        font-size: 13px;
        line-height: 1.4;
    }

    .mobile-filters-menu .button {
        font-size: 13px;
        padding: 7px 12px;
        border-radius: 3px;
        margin-top: 6px;
    }
}
