.data-product .qty {
  border-radius: 4px;
  position: relative;
  width: 90px;
  margin-right: 5px;
  float: left
}
.data-product .extra button {
  display: block;
  float: left;
  width: 61px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.data-product .qty input{
	text-align: center;
}
.data-product .qty .change span{
  color: #ADADBA;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
}
.data-product .qty .change span.down{
	left: 15px;
}
.data-product .qty .change span.up{
	right: 15px;
}
.data-product .qty input::-webkit-outer-spin-button,
.data-product .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.data-product .qty input[type=number] {
  -moz-appearance: textfield;
}