hide add to cart button for out of stock woocommerce code example
Example: jquery woocommerce disable add to cart css
$('.single_add_to_cart_button, button.product_type_simple').prop('disabled', false);
$('.single_add_to_cart_button, button.product_type_simple').prop('disabled', false);