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

/* UTILITY */
.whiteLink {
    color:#fff !important;
}

.whiteLink:hover {
    color:#616161;
}

/* NASCONDERE DOWNLOAD ACCOUNT WOOCOMMERCE */
.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

.includes_tax {
	display: none !important;
}

/* ------ MOD pagine e form recesso ------- */

.erc54-wrap {
    margin: 0 !important;
}
.erc54-wrap.erc54-guest input,.erc54-wrap.erc54-guest textarea {
    font-size: 18px;
    color: black !important;
    padding: 10px !important;
    border: 1px solid #c2c2c2 !important;
}
.erc54-wrap h2 {
	font-size: 20px;
}
.woocommerce-order-received .shop_table .button {
    border-width: 1px 1px 1px 1px;
    background-color: pink !important;
    font-weight: bold !important;
}
.woocommerce-order-received .shop_table .button:hover {
    border-width: 1px 1px 1px 1px;
    background-color: pink !important;
    font-weight: bold !important;
	color: #616161 !important;
}
.erc54-step-form h2,.erc54-step h2 {
	color: black !important;
	font-weight: bold !important;
}
.erc54-step-form input,
.erc54-step-form textarea{
	    font-size: 18px;
    color: black !important;
    padding: 10px !important;
    border: 1px solid #c2c2c2 !important;
}
.erc54-articoli small {
	font-weight: bold;
}
table.erc54-summary td,
table.erc54-summary th{
    padding: 10px !important;
}