jQuery(function($){
// Force Woo quantity fields to stay enabled on mobile
$('.quantity input.qty').prop('readonly', false).prop('disabled', false);
// If a custom theme script is blocking touch events, this helps
$('.single_add_to_cart_button, .qty, .plus, .minus, .button').css('pointer-events','auto');
});