/*
Theme Name: Hdh farms child theme
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.woocommerce ul.products li.product .out-of-stock-add-to-cart {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.woocommerce ul.products li.product .out-of-stock-add-to-cart:hover {
    opacity: 0.5;
}
button.button.disabled.out-of-stock-add-to-cart {
    padding: 15px 30px !important;
}