  select.quantity-input:hover {
    border-color: rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.06);
  }
  
  select.quantity-input:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.35);
    background-color: rgba(0, 0, 0, 0.08);
  }
