@media (min-width: 992px) {
    .catalog-category-view .category-products .products-grid li, .catalogsearch-result-index .category-products .products-grid li {
        float: left;
        width: 33.3333%;
    }
    .catalog-category-view .category-products .products-grid li:nth-child(2n+1), .catalogsearch-result-index .category-products .products-grid li:nth-child(2n+1) {
        clear: none;
    }
    .catalog-category-view .category-products .products-grid li:nth-child(3n+1), .catalogsearch-result-index .category-products .products-grid li:nth-child(3n+1) {
        clear: left;
    }
    .toolbar .sorter .sort-by {
        float: right;
        width: auto;
    }
    .catalog-category-view .subcategory_wrapper .category-products .products-grid li {
        width: 19.3333%;
    }
    .catalog-category-view .subcategory_wrapper .category-products .products-grid li:nth-child(3n+1) {
        clear: none;
    }
    .catalog-category-view .subcategory_wrapper .category-products .products-grid li:nth-child(5n+1) {
        clear: left;
    }
}
.toolbar .sorter .view-mode {
    display: none;
}
.catalog-category-view .category-products .products-grid li {
    text-align: center;
}
.catalog-category-view .category-products .products-grid li .item-inner, .catalogsearch-result-index .category-products .products-grid li .item-inner {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.catalog-category-view .category-products .products-grid li .item-inner .actions, .catalogsearch-result-index .category-products .products-grid li .item-inner .actions {
    display: none;
}
.catalog-category-view .category-products .products-grid li .item-inner .price-box .regular-price, .catalog-category-view .category-products .products-grid li .item-inner .price-box .special-price, .catalogsearch-result-index .category-products .products-grid li .item-inner .price-box .regular-price, .catalogsearch-result-index .category-products .products-grid li .item-inner .price-box .special-price {
    float: none;
}
/**797E7F*/
.products-grid .item-inner h2 {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "GothamBold";
}
.products-grid .item-inner h2 a {
    font-size: 18px !important;
    color: #7A7F80 !important;
}
.products-grid .item-inner .price-box span {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "GothamBold";
    font-size: 18px;
    color: #7A7F80;
}
.toolbar .sorter {
    display: none;
}
.catalog-category-view .category-products .item-inner .product-image img,
.catalogsearch-result-index .category-products .item-inner .product-image img{
    width: 100%;
}