/* Large Tablets */
@media handheld, screen and (max-width: 1024px) {
}
/* Small Tablets */
@media handheld, screen and (max-width: 768px) {
    .catalog-category-view .catalog-listing {
        padding: 0 1%;
        width: 98%;
    }
    /* Filters */
    .catalog-category-view table.view-by td {
        display: block;
        float: left;
        padding-left: 0;
        padding-right: 0;
        width: 35%;
    }
    .catalog-category-view table.view-by td + td {
        display: none;
    }
    .catalog-category-view table.view-by .sort-by {
        display: block !important;
        width: 65%;
    }
    /* Grid View */
    .catalog-category-view .listing-type-grid li.item {
        height: auto !important;
        width: 99.8% !important;
    }
    .catalog-category-view .listing-type-grid .category-content {
        padding: 3%;
    }
    .catalog-category-view .listing-type-grid li h4 {
        min-height: 0;
        padding-bottom: 20px;
    }
    .catalog-category-view .special-price > .price-label {
        display: block !important;
    }
    .catalog-category-view .listing-type-grid li .category-price .old-price {
        display: none;
    }
}
/* Mobile */
@media handheld, screen and (max-width: 480px) {
}
