.qty-box {
  white-space: nowrap;
  display:inline-block;
  border:2px solid #e5e5e5;
}
.qty-box .bigger {
  color: #000;
  cursor: pointer;
  font-size:18px;
  height:32px;
  text-align: center;
  vertical-align: top;
  width:32px;
  line-height:32px;
  display:inline-block;
  font-family:'themify',sans-serif;
}
.qty-box .bigger:before {
  content:'\e61a';
}
.qty-box .disabled {
  cursor: default!important;
  opacity: 0.5;
}
.qty-box .smaller {
  color: #000;
  cursor: pointer;
  font-size:18px;
  height:32px;
  text-align: center;
  vertical-align: top;
  width:32px;
  line-height:32px;
  display:inline-block;
  font-family:'themify',sans-serif;
}
.qty-box .smaller:before {
  content:'\e622';
}
.qty-box input[type="text"] {
  border: none;
  color: #000;
  font-size:16px;
  height:32px;
  text-align: center;
  vertical-align: top;
  width:60px;
  padding:5px 3px;
}
.qty-input {
  text-align: right;
}
.qty-input input {
  text-align: center;
  width:40px;
}
.qty-input label {
  float: left;
  padding-top:4px;
}
.qty-input.hidden {
  position: relative;
}
@media (max-width:768px) {
  .qty-box input[type="text"] {
    width:45px;
  }
}
