.shoppingcart {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}

.shoppingcart-quantity {
  background-color: #333;
  width: 15px;
  padding: 3px;
  text-align: center;
  margin: 1px 0 3px 0;
}