/* Logo Radius */
.custom-logo {
  border-radius: 10px;
}

/* Adjust category blocks in home page */
@media (min-width: 1200px) {
  .category-section .row>div.col-xl-2 {
    width: 25%;
  }
}

/* Adjust category blocks in home page */
.category-section .row>div.col-xl-2>a {
  padding: 20px 5px;
}

/* Remove product details from product page */
.productDetails .info-list.shadow-card {
  display: none !important;
}

/* Adjust stars distance */
.widget.rating_widget li .material-icons:last-child {
  margin-right: 5px;
}

/* Enforce product image dimensions */
.single-product-item.d-inline-block.mb-4.style--eight {
  min-width: 100%;
}

/* Enforce product image height */
.single-product-item.d-inline-block.mb-4.style--eight>div {
  min-height: 218.625px;
  max-height: 218.625px;
  align-content: center;
}

/* Enforce product image height */
.single-product-item.d-inline-block.mb-4.style--eight>div>a>img {
  object-fit: contain;
  min-height: 218.625px;
  max-height: 218.625px;
}

/* Enforce product image height */
.product-image-gallery {
  max-height: 650px;
}

/* Enforce product image height */
.product-image-gallery>div>div>div>div>div>img {
  max-height: 480px;
  object-fit: contain;
}

/* Enforce product image height */
.product-image-gallery>div>div>div>div>img {
  max-height: 120px;
}

/* Change Logo Margins */
.custom-header-mid.header-top.py-20.c1-bg.d-none.d-lg-block {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Remove Items Count */
.ml-15.fz-12>.c1 {
  display: none;
}