/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .cart-item input[type="number"] {

    -moz-appearance: textfield !important;;
    -webkit-appearance: none  !important;
  }
