.item-detail-add-one-price {
  font-family: "Luckiest Guy", cursive;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  background-color: #d32f2f;
  border: 2px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: 8px 12px;
  margin: 10px auto;
  display: inline-block;
  box-shadow: 4px 4px 0px #000;
}

.item-detail-en{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #444;
  margin-top: 10px;
}

/* General smaller screens (phones) */
@media screen and (max-width: 414px) {
  .item-detail-add-one-price {
    font-size: 10px;
  }
  .item-detail-en{
    font-size: 12px;
  }
}

/* Small-medium screens (slightly larger phones or phablets) */
@media screen and (min-width: 415px) and (max-width: 600px) {
  .item-detail-add-one-price {
    font-size: 11px;
  }
  .item-detail-en{
    font-size: 12px; /* vat text Tab A9*/
  }
}

/* Medium screens (tablets, small laptops) */
@media screen and (min-width: 601px) and (max-width: 900px) {
  .item-detail-add-one-price {
    font-size: 12px;
  }
  .item-detail-en{
    font-size: 12px;
  }
}

/* Large screens (iPads, larger tablets) */
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .item-detail-add-one-price {
    font-size: 14px;
  }
  .item-detail-en{
    font-size: 12px;
  }
}

/* Extra large screens (desktops, large tablets) */
@media screen and (min-width: 1201px) {
  .item-detail-add-one-price {
    font-size: 16px;
  }
  .item-detail-en{
    font-size: 12px;
  }
}
