﻿.qty-input {
  width: 100px;
  display: inline;
  height: 25px;
}
.products {
  height: 300px;
  overflow: auto;
}
.products .selected {
  background-color: #00b2dd;
}