/* 
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.0
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
*/


td[data-title="Totale"] strong:nth-of-type(2) .woocommerce-Price-amount {
    display: none;
}
tr.order-total td strong:nth-of-type(2) .woocommerce-Price-amount {
    display: none;
} 


.ante-post ul li { list-style: none !important; }
.product ul {margin-bottom: 20px !important;}
.elementor-widget-woocommerce-product-add-to-cart {
	padding: 20px;
    background-color: #f2f2f2;}
.yith-wcdp-single-add-to-cart-fields {margin-bottom:20px;}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-48087 { display:none; }
@media only screen and (max-width: 1024px) {
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.menu-item-48087 { display:flex; }
}

ul ~ p, ul ~ h2, ul ~ h3, ul ~ h4, ul ~ h5 { margin-top: 20px; }
form.checkout .woocommerce-shipping-fields {
	display:none;
}