/*
Theme Name: Divi Child
Template: Divi
Version: 1.0
*/

.single_add_to_cart_button {
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
}
/* ocultar precios */
.woocommerce div.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-variation-price,
.woocommerce-variation-price .price,
.single-product .price {
    display: none !important;
}
/* ocultar duro el precio 
[class*="price"] {
display: none !important;
}