.elementor-2695 .elementor-element.elementor-element-751026e{--display:flex;--padding-top:10%;--padding-bottom:10%;--padding-left:5%;--padding-right:5%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-2695 .elementor-element.elementor-element-da32962{text-align:center;}.elementor-2695 .elementor-element.elementor-element-da32962 .elementor-heading-title{font-family:"CocogoosePro Letterpress", Sans-serif;font-size:3em;font-weight:400;}.elementor-2695 .elementor-element.elementor-element-2878e73{--spacer-size:15px;}.elementor-2695 .elementor-element.elementor-element-700e40f{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(max-width:1200px){.elementor-2695 .elementor-element.elementor-element-751026e{--padding-top:15%;--padding-bottom:15%;--padding-left:5%;--padding-right:5%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2695 .elementor-element.elementor-element-da32962 .elementor-heading-title{font-size:2.5em;line-height:1.5em;}}@media(max-width:767px){.elementor-2695 .elementor-element.elementor-element-751026e{--padding-top:20%;--padding-bottom:20%;--padding-left:2%;--padding-right:2%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2695 .elementor-element.elementor-element-da32962 .elementor-heading-title{font-size:2em;line-height:1.5em;}}/* Start custom CSS for shortcode, class: .elementor-element-700e40f *//* Layout generale */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Menu laterale */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 260px;
}

/* Lista menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Bottoni menu */
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 20px;
    background:  rgb(247, 238, 231);
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #2b2b2b;
    transition: all 0.2s ease;
}

/* Hover */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f4b23a;
    color:#FFF;
}

/* Voce attiva */
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f4b23a;
    color: white;
}

/* Area contenuto */
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
}

/* Titolo pagina */
.woocommerce-account h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Link interni */
.woocommerce-account a {
    color: #f08c2e;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'CocogoosePro Letterpress';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://elfornerbrescia.eu/wp-content/uploads/2025/07/cocogoose-pro-letterpress-regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */