@font-face {
  font-family: "UTM-Flamenco";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/UTM-Flamenco.html");
}
@font-face {
  font-family: "iCielBambola";
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/iCielBambola.html");
}
.product-title a {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: black;
}
.product-title a:hover {
  color: red;
}

.title-category h3 {
  text-transform: uppercase;
  font-size: 42px !important;
  line-height: 42px;
  color: #004aad !important;
  font-family: "UTM-Flamenco";
  display: block;
  margin-bottom: 8px;
}
.title-category .img {
  width: 45px !important;
}

.price .amount {
  color: #004aad !important;
}
.price .gia {
  color: #000;
}

.box-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.food-row {
  width: 100% !important;
}

.row > .large-12 {
  width: 100% !important;
}

.cart button {
  background-color: #004aad !important;
}