[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  height: auto;
}

.resp-stepper {
  border: 1px solid #2c2c2c;
  display: inline-block;
  overflow: visible;
  height: 30px;
  background: #fff;
  padding: 2px;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.resp-stepper input {
  height: 100%;
  text-align: center;
  border: 0;
  background: transparent;
  color: #2c2c2c;
  font-size: 1.1em;
  width: 50px;
  font-weight: bold;
  -moz-appearance:textfield;
}

.resp-stepper input:focus,
.resp-stepper button:focus{
    outline: none;
}

.resp-btn-add-cart-topseller-trigger,
.resp-btn-add-cart-trigger{
  margin-left: 10%;
  margin-right: 10%;
}
.resp-stepper button {
  font-weight: 300;
  height: 100%;
  line-height: 0.1em;
  font-size: 1.4em;
  padding: 0.2em !important;
  background: #fff;
  color: #2c2c2c;
  border: none;
  border-radius: 50px;
  cursor: none;
}
