/*
Theme Name: hello-elementor-child
Description: Child theme for the hello-elementor theme
Author: Grant Lauzon
Template: hello-elementor
Version: 1.0.0
*/


/*
form.cart, 
div.woocommerce-tabs.wc-tabs-wrapper
{display: none;}

div.eael-star-rating.star-rating,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart 
{display: none !important;}
*/


.woocommerce .star-rating {
    display: none !important;
}


ul.tabs.wc-tabs

{display: none;}

div.woocommerce-tabs.wc-tabs-wrapper{
    border-bottom: 1px solid rgb(180, 180, 180);
}

/*  Not using this   
div.custom-product-bar {
    height: 2px;
    background-color: black;
    width: 100%;
}
.custom-product-text {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
}
*/

