input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
#end_total {
  font-size: 20px;
  font-weight: bold;
}
.versteckt {
  display: none;
}
.cart_item.highlight-red .cart_item_price,
.cart_item.highlight-red .cart_item_price * {
  color: #e50000 !important;
}
.footer-heading-new {
  display: block;
  font-family: "General Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 1.4375em;
  font-size: 1.25em;
  color: #fff;
  margin: 0.5em 0;
}
