﻿
@media all and (min-width: 1600px) {

  .product-item .buttons {
    height: 45px;
  }

    .product-item .buttons button {
      height: 45px !important;
    }

  .product-details-page .product-essential .gallery .picture-gallery .picture .thumb-item img {
  }

  .html-category-page .sub-category-grid .item-grid .item-box {
    width: calc(16.6% - 6px);
    margin-bottom: 10px;
  }

  .center-2 .products-container .product-grid .item-grid .item-box {
    width: 24%;
  }
}
