.top-hardware-stores .card--hardware-stores:not(:last-child) {
  border-bottom: 1px solid #f4f6fa;
}
/* custom table  */
.table-min-w-sm {
  min-width: 600px;
}
/* custom scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  height: 7px;
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}
@media screen and (min-width: 1440px) {
  .custom-container {
    width: 100rem;
    max-width: 100%;
  }
}