﻿.item-box .picture a::before {
  background: #f6f6f6;
}

.item-box .picture img {
  width: 100%;
}

.sub-category-item .title {
  width: 100%;
}

.product-collateral {
  border: none;
}

  .product-collateral .title {
    padding: 0 0 10px;
    background: #f6f6f6;
  }

.product-grid {
  margin: 0;
  background: #f6f6f6;
}

  .product-grid .item-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
  }

@media (max-width: 480px) {
  .item-box {
    width: 100%;
    margin: 0 0 10px;
  }
}
