/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

/* Hide WooCommerce quantity and Add to Cart */
.single-product form.cart .quantity,
.single-product form.cart .single_add_to_cart_button {
    display: none !important;
}