.product-row {
  margin-bottom: 20px; }
  .product-row .single-product {
    height: 245px;
    overflow: hidden; }
    .product-row .single-product:first-child {
      padding: 0 10px 0 15px; }
    .product-row .single-product:last-child {
      padding: 0 15px 0 10px; }
    .product-row .single-product .prod-img {
      height: 150px;
      margin-bottom: 10px; }
      .product-row .single-product .prod-img img {
        max-height: 150px; }
    .product-row .single-product p {
      font-size: 14px; }
    .product-row .single-product a {
      font-size: 16px; }
  .product-row .single-product.filtered-product {
    margin-bottom: 20px; }
    .product-row .single-product.filtered-product .prod-img {
      height: 120px; }
      .product-row .single-product.filtered-product .prod-img img {
        max-height: 120px; }

.category {
  margin-bottom: 30px; }
  .category h4 {
    margin-top: 0; }
  .category img {
    max-height: 150px; }
