/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.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 */
.col-name.dtr-control a,
.elementor-nav-menu--dropdown a{
	color: black !important;
}

/* MY-ACCOUNT*/
/* Imposta la pagina degli indirizzi di WooCommerce su una colonna */
.col-1, .col-2 {
    max-width:100% !important;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1 {
  width:100% !important;
}
.u-column1 > header:nth-child(1) a{
	align-content:center;
}
.woocommerce form .form-row label {
  min-width: 100%;
}
.woocommerce-EditAccountForm > fieldset{
	padding:0px !important;
}
.woocommerce-account .addresses .title .edit {
  margin-top: 15px;
}
.woocommerce-Button , .wc-forward{
	background-color: #00A19A !important;
	color:#fff !important;
	font-size: 16px !important;
    font-weight: 400 !important;
	border-radius:30px !important;
}

.woocommerce-info::before {
  color: #00A19A;
}
.woocommerce-info {
  border-top-color: #00A19A;
}
.variable-item.image-variable-item {
	width: 65px !important;
    height: 65px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {

    color: #CB9803 !important; /* Cambia il colore con il codice che desideri */
}



@media screen and (max-width: 512px) {
    .products {
        grid-template-columns: 1fr !important; /* Imposta una colonna */
    }
	.product-category{
	justify-self: center;
	}
	
}