.dropdown-qty-list {
  display: none;
  list-style-type: none;
  z-index: 1;
  position: absolute;
  background-color: white;
  padding: 0;
  margin-top: 5px;
  outline: solid 1px #ccc;
}
.dropdown-qty-list li {
  cursor: pointer;
  height: 20px;
}
.dropdown-qty-list li a {
  color: #8b8b8b;
}
.dropdown-qty-list li:hover {
  background: #8b8b8b;
  color: white;
}
.dropdown-qty-list li:hover a {
  color: white;
}
.dropdown-qty-list li span {
  padding: 0 10px 0 10px;
}
.dropdown-qty-list li span a:hover {
  color: #95da16;
}
.inputQtyArrow i.leftArrowSymbol,
.inputQtyArrow i.downArrowSymbol {
  background: transparent url('../images/select-bg.svg') no-repeat 100% 50%;
  background-size: 30px 60px;
  height: 32px;
  width: 30px;
  display: inline-block;
  position: relative;
  float: right;
  top: -32px;
  right: 2px;
}
.inputQtyArrow .leftArrowSymbol {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.inputQtyArrow .downArrowSymbol {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
/*# sourceMappingURL=dropdown.css.map */
