/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

main#main {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.products.columns-4 {
    padding: 30px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #ffffff;
}

img.wp-post-image {
    max-width: 500px;
   
}

img.wp-post-image {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
    display: none;
}
td.product-subtotal {
    display: none;
}
th.product-price {
    display: none;
}

th.product-subtotal {
    display: none;
}

td.product-price {
    display: none;
}
td.product-subtotal {
    display: none;
}
tr.cart-subtotal {
    display: none;
}
tr.order-total {
    display: none;
}*/

#carrinho h2 {
    display: none;
}
th.product-total {
    display: none;
}
td.product-total {
    display: none;
}
li.wc_payment_method.payment_method_quotes-gateway {
    display: none;
}

.product-price::before{
	display: none;
}
.product-subtotal::before{
	display:none;
}
tr.cart-subtotal {
    display: none !important;
}
tr.order-total {
    display: none !important;
}
