/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 #stores .page-stores .store-item-container .divide-left th, .products-grid .product-miniature-layout-2 .product-miniature-right
  {
     text-align: center;
     width: 100%;
 }


 .products-grid .product-miniature-layout-1 {
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.product-title{
    height: 50px;
}


.block-categories ul>li, .pagination .page-list {
    margin-bottom: 0;
    font-size: 15px;
    margin-bottom: 13px;
    margin-top: 10px;
}