.custom-stepper .form-control {
  border-color: #6c757d;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
.custom-stepper .form-control::-webkit-outer-spin-button, .custom-stepper .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-stepper .btn-minus,
.custom-stepper .btn-plus {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}
.custom-stepper .btn-minus:focus,
.custom-stepper .btn-plus:focus {
  box-shadow: none;
}
.custom-stepper .btn-minus:hover,
.custom-stepper .btn-plus:hover {
  background-color: #5c636a;
  border-color: #5a6268;
  color: white;
}
