.handle-counter { 
  background: #A6925D;
  display: flex;
  flex-direction: row;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #A6925D;
  flex-wrap: nowrap;
}

.handle-counter input {
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 13px;
  height: 100%;
  width: 60%;
}

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

/*.handle-counter input {
  height: 40px;
  border-width: 1px;
  border-left: none;
  border-right: none;
  font-weight: bold;
  font-size: 13px;
}*/

.counter-plus,
.counter-minus {
  border: 0; 
  background: transparent;
  font-size: 15px;
  color: #fff;
  flex: 1 1 auto;
}

.counter-plus:hover,
.counter-minus:hover {
  cursor: pointer;
}

.add-basket-button {
  height: 40px;
  width: 100%;
  border: 0;
  border-radius: 5px !important;
  background: #4C3B4E;
  color: #fff;
  font-size: 13px;
  text-shadow: none !important;
}
.add-basket-button i {
  margin-right: 6px;
}