.handle-counter { overflow: hidden; }

.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
  float: left;
  text-align: center;
}

.handle-counter .counter-minus,  .handle-counter .counter-plus { text-align: center; }

.handle-counter input {
  width: 60px;
  border-width: 1px;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.btn_spinner {
  padding: 0px 12px;
  border: 1px solid transparent;
  color: #fff;
  height: 36px;
  margin: 0px;
  border-radius: 0px;
}
.btn:disabled, .btn:disabled:hover {
  background-color: darkgrey;
  cursor: not-allowed;
}