!function(l){woodmartThemeModule.woocommerceQuantity=function(){String.prototype.getDecimals||(String.prototype.getDecimals=function(){var t=(""+this).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}),woodmartThemeModule.$document.on("click",".plus, .minus",function(){var t=l(this),e=t.closest(".quantity").find(".qty"),a=parseFloat(e.val()),o=parseFloat(e.attr("max")),i=parseFloat(e.attr("min")),r=e.attr("step");a&&""!==a&&"NaN"!==a||(a=0),""!==o&&"NaN"!==o||(o=""),""!==i&&"NaN"!==i||(i=0),"any"!==r&&""!==r&&void 0!==r&&"NaN"!=parseFloat(r)||(r="1"),t.is(".plus")?o&&(a+parseFloat(r)).toFixed(r.getDecimals())>=o?e.val(o):e.val((a+parseFloat(r)).toFixed(r.getDecimals())):i&&(a-parseFloat(r)).toFixed(r.getDecimals())<=i?e.val(i):0