/*
 Theme Name: Hello Elementor Child
 Description: Child theme for the Hello Elementor theme
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/* Your custom CSS goes below */
.woocommerce-tabs .description_tab {
    display: none;
}
.woocommerce-Tabs-panel--description {
    display: none;
}
.woocommerce-tabs .additional_information_tab {
    display: none;
}
.woocommerce-Tabs-panel--additional_information {
    display: none;
}