.template-shop select[name=pickup_location], .sidebar .container, .sidebar .dropdown_product_cat {
    width: 100%!important;
    max-width: none!important;
    
}

@media only screen and (max-width: 1150px) {
    .template-shop .sidebar .row {
        margin-right: 0!important;
        margin-left: 0!important;
        max-width: 100%!important;
        width: 100%!important;
    }
    .template-shop .sidebar .container {
        padding: 0!important;
    }
}

@media only screen and (max-width: 767px) {
    
    .template-shop > .container > header {
        order: 1;
    }
    .template-shop > .container > main {
        order: 2;
        padding-top: 15px;
    }
    .template-shop > .container > aside {
        order: 0;
        padding-bottom: 15px;
    }
    .widget_product_categories, .widget_wpb_widget {
        padding-bottom: 0;
    }
    .template-shop > .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .widget_recently_viewed_products {
        display: none;
    }
    .woocommerce-product-search {
        margin-bottom: 0!important;
    }
    .widget_product_categories {
        padding-top: 18px;
    }
}