#search {
  display: none !important;
}
.breadcrumb {
  display: none !important;
}
.simplecheckout-cart .image a img {
  width: 75px;
  height: 75px;
  max-width: none;
}
.simplecheckout-cart td.name {
  text-align: left !important;
}
.price-old-product {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .banners > div .banner-box .s-desc {
    background: #fff !important;
  }
}

/* Разделитель между товарами: скрывать у первого в каждой строке */
.product-layout.col-lg-2:nth-child(6n + 7) .product-thumb:before,
.product-layout.col-lg-3:nth-child(4n + 5) .product-thumb:before,
.product-layout.col-lg-6:nth-child(2n + 3) .product-thumb:before,
.product-layout.col-lg-4:nth-child(3n + 4) .product-thumb:before {
  display: none !important;
}
