');i.children().last().after('')})}String.prototype.getDecimals||(String.prototype.getDecimals=function(){var t=this,n=(""+t).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return n?Math.max(0,(n[1]?n[1].length:0)-(n[2]?+n[2]:0)):0});jQuery(document).ready(function(){wcqib_refresh_quantity_increments()});jQuery(document).on("updated_wc_div",function(){wcqib_refresh_quantity_increments()});jQuery(document).on("click",".plus, .minus",function(){var n=jQuery(this).closest(".quantity").find(".qty"),t=parseFloat(n.val()),r=parseFloat(n.attr("max")),u=parseFloat(n.attr("min")),i=n.attr("step");t&&""!==t&&"NaN"!==t||(t=0);""!==r&&"NaN"!==r||(r="");""!==u&&"NaN"!==u||(u=0);"any"!==i&&""!==i&&void 0!==i&&"NaN"!==parseFloat(i)||(i=1);jQuery(this).is(".plus")?r&&t>=r?n.val(r):n.val((t+parseFloat(i)).toFixed(i.getDecimals())):u&&t<=u?n.val(u):t>0&&n.val((t-parseFloat(i)).toFixed(i.getDecimals()));n.trigger("change")})