.footer-price-display {
  position: fixed;
  margin-top: 100px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(132, 205, 248);
  color: white;
  text-align: center;
  z-index: 99;
} 
.disableScroll input[type="number"]::-webkit-outer-spin-button, 
.disableScroll input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.disableScroll input[type="number"] {
    -moz-appearance: textfield;
}