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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.single_add_to_cart_button{
  background: #453F33 !important;
}
.single_add_to_cart_button:hover{
  background: #8B6F2D !important;
}