@media only screen and (max-width: 767px) {

    .woocommerce-page main#main.site-main {
        width: 100%;
    }

    .woocommerce .woocommerce-result-count {
        width: 100%;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0;
        float: left;
        width: 100%;
    }

    #custom-filter a {
        line-height: 25px;
        display: table-cell;
        padding: 0 5px;
        border-right: 2px solid #eee;
        border-top: 10px solid #eee;
    }

    .woocommerce .products ul, .woocommerce ul.products {
        text-align: center;
        margin-right: -9px !important;
        width: auto;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        clear: none !important;
        width: 47.5% !important;
        height: 315px;
    }

    /* WooCommerce taxonomy category */
    .tax-product_cat.woocommerce-page .taxonomy-sidebar {
        display: none;
        float: none;
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        padding: 1px 15px;
        position: relative;
    }

    .filter-result {
        text-align: right;
        display: block;
    }

    .filter-result a,
    .filter-result a:active,
    .filter-result a:hover {
        text-decoration: none;
        color: #000;
    }

    .tax-product_cat.woocommerce-page .taxonomy-sidebar.show {
        display: block;
    }

    .tax-product_cat.woocommerce-page #primary.content-area {
        width: 100%;
        margin: auto;
    }

    .tax-product_cat.woocommerce-page main#main.site-main {
        float: none;
        width: 100%;
    }
}