.roh-products-quantity-spinner {
  display: flex;
}

.roh-products-quantity-spinner > *:not(:last-child) {
  margin-right: 0.25rem;
}

.roh-products-quantity-spinner-button {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.roh-products-quantity-spinner-input {
  width: 50px;
  height: 36px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.roh-products-quantity-spinner-input::-webkit-outer-spin-button,
.roh-products-quantity-spinner-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.roh-products-quantity-spinner-input {
  -moz-appearance: textfield;
}
