.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-377b0da:#302E2EA3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --font-body:Source Code Pro; --font-heading:Montserrat; --color-brand-primary:#302E2E; --color-text:#555555; --color-background:#FFFFFF; --bordo-chiaro:#E8E8E8; --Grigino_chiaro:#CFCFCF; }
/* Start custom CSS *//* WooCommerce notices — Tipica */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner {
    background: #FFFFFF;
    color: #555555;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    box-shadow: none;
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55em;
    padding: 16px;
}

/* Pulsanti dentro gli avvisi */

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.wc-block-components-notice-banner .button {
    background: #FFFFFF;
    color: #302E2E;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    box-shadow: none;
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 16px;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.wc-block-components-notice-banner .button:hover {
    background: #FFFFFF;
    color: #302E2E;
    border-color: #CFCFCF;
}

/* Nasconde le icone native degli avvisi WooCommerce */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    display: none !important;
}/* End custom CSS */