.orange-background {
  background: #ff442f !important;
}

.grey-background {
  background: #f4f4f480 !important;
}

.white-filter {
  display: flex;
  align-items: center;
  justify-content: center;

  filter: invert(100%) sepia(1%) saturate(3493%) hue-rotate(307deg)
    brightness(121%) contrast(100%);
}

.quantity:before {
  box-shadow: none;
  border: 1px solid 808080;
}
