input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield !important; /* Firefox */
  text-align: center;
}
#product-page-new .minus,
#product-page-new .plus {
  position: absolute;
  cursor: pointer;
}
.path-product #product-page-new .minus {
  top: 34px !important;
  left: 11px !important;
  width: 12px !important;
}
.path-product #product-page-new .plus {
  top: 35px !important;
  left: auto !important;
  right: 12px !important;
}
@media screen and (max-width: 768px) {
  .path-product #product-page-new .minus {
    top: 33px !important;
    left: 8px !important;
  }
  .path-product #product-page-new .plus {
    top: 34px !important;
    right: 9px !important;
  }
}
