.modes-mode {
  display: none;
}
.products-grid .item {
  padding: 1em;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
@media (max-width: 465px) {
  .products-grid .item {
    border: none;
  }
}
@media (min-width: 1025px) {
  .products-grid .item {
    width: 18.5%;
    margin-right: 1.5%;
  }
}
@media (max-width: 1024px) and (min-width: 770px) {
  .products-grid .item {
    width: 23.5%;
    margin-right: 1.5%;
  }
}
@media (max-width: 768px) {
  .products-grid .item {
    width: 46%;
    margin-left: 2%;
  }
  .products-grid .item:nth-child(2) {
    margin-left: 4%;
  }
}
.products-grid .item .details.product-item-details {
  padding-top: 10px;
  text-align: center;
}
.products-grid .item > div {
  height: 100%;
}
.products-grid img.img-responsive {
  margin: auto;
}
.catalog-category-view .message.info.empty,
.catalogsearch-result-index .message.info.empty {
  margin-top: 50px;
  margin-bottom: 50px;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
