/* compiled by scssphp v1.0.5 on Thu, 13 Aug 2020 07:48:39 +0000 (0.0568s) */

.card.product, .card.category {
  transition: all 0.25s ease;
}
.card.product:hover, .card.category:hover {
  filter: brightness(0.85);
}
.card.category .card-img-top {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.number-spinner {
  display: inline-flex;
  width: auto;
}
.number-spinner input[type="text"] {
  max-width: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn {
  padding: 0.375rem 0.75rem;
}
.icon-shopping-cart a {
  text-decoration: none;
}
