/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/
    Template: hello-elementor
	Version: 2.5.0
	Stable tag: 2.5.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
    Text Domain: hello-elementor-child
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


    CSS di Porto che ho commentato


.woocommerce-address-fields #privacy_marketing_field{
	display:none;
}
.woocommerce-address-fields #privacy_profilazione_field{
	display:none;
}
.woocommerce-address-fields #privacy_dati_particolari_field{
	display:none;
}
.woocommerce-address-fields #privacy_comunicazione_terzi_field{
	display:none;
}
.woocommerce-address-fields #iscrizione_newsletter_field{
	display:none;
}


.select2-dropdown {
	border-color: #e7e7e7
}

.select2-container .select2-selection--single {
	height: 50px;
	border-color: #e7e7e7
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 12px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 1rem
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

input[type="text"]::placeholder,
textarea::placeholder {
	font-size: 12px
}

.shipping_address {
	margin-top: 1rem
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	line-height: 2.3
}

label {
	margin-bottom: 3px;
	font-weight: 500;
	letter-spacing: -0.01em
}

*/