/* 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;
}

/* 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;
}

/* Change font size so that iPhone doesn't zoom in */
input,
textarea {
  font-size: 16px !important;
}