/************************************************
Stylesheet: Global Stylesheet
*************************************************/

body.logged-in li#menu-item-165 { display: none !important; }

body li#menu-item-48362 { display: none !important; }
body.logged-in li#menu-item-48362 { display: list-item !important; }

body li#menu-item-117254 { display: none !important; }
body.logged-in li#menu-item-117254 { display: list-item !important; }

body li#menu-item-30 { display: none !important; }
body.logged-in li#menu-item-30 { display: list-item !important; }

body li#menu-item-001 { display: none !important; }
body.logged-in li#menu-item-001 { display: list-item !important; }

/* 
 * COLORS
 * 
 * Dark Blue: #0f3557
 * Blue: #1d70b8
 * Azure: #6bbaff
 */


/*********************
GENERAL STYLES
*********************/

/* WPML BANNER SITO DI SVILUPPO */
.otgs-development-site-front-end { display: none; }

html { background-color: #000; }
body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
header.header { max-width: 1920px; }

body,
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, input, textarea,
.wp-block-woocommerce-product-new .wc-block-grid__product-title {
    font-family: 'Saira', sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
h1, h2, h3, h4, h5, h6,
.wp-block-woocommerce-product-new .wc-block-grid__product-title {
    color: #0f3557;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 { font-size: 2.5rem; }
h2,
.wp-block-woocommerce-product-new .wc-block-grid__product-title { font-size: 2.1rem; }
h3 { font-size: 1.7rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.4rem; }
h6 { font-size: 1.2rem; }

.wp-block-woocommerce-product-new .wc-block-grid__product-title {
    font-size: 1rem;
    margin: 0;
    padding: .5em 0;
    text-decoration: none !important;
}

p {
    font-size: 1rem;
    color: #0f3557;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1rem;
    color: #0f3557;
}
table {
    font-size: 1.1rem;
    color: #0f3557;
    line-height: 1.3em;
}

    @media (max-width:48em) {
        h1 { font-size: 2rem; }
        h2,
        .wp-block-woocommerce-product-new .wc-block-grid__product-title { font-size: 1.8rem; }
        h3 { font-size: 1.5rem; }
        h4 { font-size: 1.4rem; }
        h5 { font-size: 1.3rem; }
        h6 { font-size: 1.2rem; }
        button, .button { }
    }
    @media (max-width:39.9375em) {
    }

a { color: #1d70b8; text-decoration: underline; }
    a:hover { color: #ccc; }

a.button, .button,
a.wc-block-cart__submit-button, .wc-block-cart__submit-button,
a.wc-block-components-checkout-place-order-button, .wc-block-components-checkout-place-order-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.wp-block-woocommerce-product-new .add_to_cart_button {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    background-color: #6bbaff;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    button:hover, a.button:hover, .button:hover,
    a.wc-block-cart__submit-button, .wc-block-cart__submit-button:hover,
    a.wc-block-components-checkout-place-order-button, .wc-block-components-checkout-place-order-button:hover,
    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
    .wp-block-woocommerce-product-new .add_to_cart_button:hover {
        color: #fff;
        background-color: #1d70b8;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    button:focus, a.button:focus,
    a.wc-block-cart__submit-button, .wc-block-cart__submit-button:focus,
    a.wc-block-components-checkout-place-order-button, .wc-block-components-checkout-place-order-button:focus,
    .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button:focus .woocommerce button.button:focus, .woocommerce input.button:focus,
    .wp-block-woocommerce-product-new .add_to_cart_button:focus {
        color: #fff;
        background-color: #1d70b8;
    }
a.button_white,
.woocommerce a.button_white, .woocommerce button.button_white, .woocommerce input.button_white {
    color: #6bbaff;
    background-color: #fff;
}
    a.button_white:hover,
    .woocommerce a.button_white:hover, .woocommerce button.button_white:hover, .woocommerce input.button_white:hover {
        color: #fff;
        background-color: #1d70b8;
    }
a.button_blue,
.woocommerce a.button_blue, .woocommerce button.button_blue, .woocommerce input.button_blue {
    color: #fff;
    background-color: #1d70b8;
}
    a.button_blue:hover,
    .woocommerce a.button_blue:hover, .woocommerce button.button_blue:hover, .woocommerce input.button_blue:hover {
        color: #1d70b8;
        background-color: #fff;
    }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    opacity: .3;
    color: #fff;
    background-color: inherit;
}

select option { font-size: 1rem; }
select option:checked {
    color: #fff;
    background-color: #1d70b8;
}
option:not(:checked) {
    color: #1d70b8;
    background-color: #fff; 
}



/*********************
MENU
*********************/

/* EFFETTI PRINCIPALI SU SCROLL */
header.header {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 999; /* IUBENDA BOX è impostato su 10000 */
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:48em) {
        header.header {
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
    }
    header.darkHeader {}
#top-bar-menu {
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}
.top-bar-menu.maxwidthcontent { overflow: visible; }
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }
ul.submenu.is-dropdown-submenu {
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}
    .darkHeader ul.submenu.is-dropdown-submenu {
        background-color: #fff;
    }
    @media (max-width:39.9375em) { /* 39.9375em oppure 63.9375em */
        ul#main-nav ul.submenu.is-accordion-submenu { padding-left: 20px; }
        .is-dropdown-submenu {
            position: relative;
            top: auto !important;
            right: auto !important;
            left: auto !important;
            z-index: 1;
            display: block;
            min-width: 200px;
            border: 0;
            background: transparent;
        }
    }

/* PULSANTI */
header.header a,
header.header a:visited,
header.header a:focus {
    color: #0f3557;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}
    @media (min-width:48em) {
        header.header.darkHeader a {
            color: #0f3557 !important;
        }
    }
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent > a::after,
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #fff transparent transparent;
}
    .darkHeader .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent > a::after,
    .darkHeader .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        border-color: #0f3557 transparent transparent;
    }

        
/* PAGINA ATTIVA */
.menu .active > a,
.menu .is-active > a {
    color: #6bbaff;
    border-bottom: 3px solid #6bbaff;
    background: transparent;
}
    header.header.darkHeader .active > a,
    header.header.darkHeader .is-active > a {
        color: #6bbaff !important;
    }
    @media screen and (max-width: 39.9375em) {
        .menu .active > a,
        .menu .is-active > a {
            color: #6bbaff;
            border-left: 5px solid #6bbaff;
            border-bottom: 0;
            background: transparent;
        }
    }
.dropdown.menu>li.is-active > a {
    color: #fff;
    background: transparent;
}

/* LOGO */
header.header .menu a.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 10px; /* row-gap - column gap */
    padding: 0px
}
.menu a.logo img {
    padding-right: 15px;
    height: 90px;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
    .darkHeader .menu a.logo img {
        height: 55px;
    }
    @media (max-width:39.9375em) {
        .menu a.logo img {
            height: 60px;
            padding-right: 10px;
        }
    }

.menu a.logo span.site_name {
    display: block;
    width: 100%;
    padding: 0 1rem 0 0;
    color: #1d70b8;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: capitalize;
}
    @media (max-width:39.9375em) {
        .menu a.logo span.site_name { font-size: 1.2rem; }
    }

/* PAYOFF */
.menu a.logo span.site_payoff {
    display: block;
    width: 100%;
    padding: .2rem 0 0 0;
    visibility: visible;
    height: auto;
    color: #1d70b8;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: capitalize;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .darkHeader .menu a.logo span.site_payoff {
        height: 0;
        margin-left: -500px;
        visibility: hidden;
    }
    @media (max-width:39.9375em) {
        .menu a.logo span.site_payoff {
            max-width: 240px;
        }
    }

/* DIMENSIONE MENU SU TABLET */
@media (max-width:63.9375em) {
    .show-for-medium > ul > li > a {
        font-size: 0.8em;
    }
}


/*********************
MENU MOBILE
*********************/

/* Medium: max-width: 63.9375em */ /* Small: max-width: 39.9375em) */



/* MENU A TENDINA SULLE MEDIUM media queries COME SULLE SMALL media queries: */
/*
@media screen and (max-width: 63.9375em) {
    .homepage .top-bar .top-bar-left { }
    ul#main-nav { margin-top: 20px !important; }
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
    .top-bar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-bar .top-bar-right .menu ul.vertical.menu.accordion-menu {
        width: 100%;
    }
    ul#main-nav {
        width: 100%;
        top: 10px;
        right: 0;
        left: 0;
    }
}
*/

/* ALTEZZA MENU MOBILE */
@media screen and (max-width: 39.9375em) {
.vertical .is-accordion-submenu-parent {
    height: auto !important;
}
}

/* VOCI MENU MOBILE */
@media screen and (max-width: 39.9375em) {
header.header a, 
.menu .active > a {
    text-align: left;
}
}

/* SFONDO MENU MOBILE */
.show-for-medium-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.dropdown.is-active,
.show-for-small-only ul.medium-horizontal.menu.submenu.is-accordion-submenu.accordion-menu.is-active {
    background-color: #fff !important;
}

/* PULSANTE MENU MOBILE */
a.mobilemenubutton {
    display: block;
    position: absolute !important;
    width: 40px;
    height: 35px;
    text-align: right;
    padding: 7px !important;
    right: 0;
    left: auto;
    top: 7px;
    right: 3px;
    margin: 0 auto;
}
    @media screen and (max-width: 39.9375em) { 
        a.mobilemenubutton {
            top: -50px;
            right: 0;
        }
    }
a.mobilemenubutton i {
    font-size: 1.6rem;
}
    .darkHeader a.mobilemenubutton i {
        color: #0f3557;
        font-size: 1.6rem;
    }
    a.mobilemenubutton::after {
        display: none !important;
    }

/* ALTEZZA HEADER MOBILE */
@media screen and (max-width: 39.9375em) { 
    .vertical .is-accordion-submenu-parent {
        height: 0;
    }
}



/*********************
MAIN CONTENT
*********************/

.maxwidthcontent {
    max-width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1420px) {
        .maxwidthcontent {
            padding: 0 10px;
        }
    }
.woocommerce .maxwidthcontent { overflow: visible; }
.maxwidthpost {
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1220px) {
        .maxwidthpost {
            padding: 0 10px;
        }
    }
#boxthumb {
    position: relative;
    height: 60vH;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#boxNOthumb {
    position: relative;
    height: 120px;
    background-color: #0f3557;
}
.diagonalBox {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* Senza diagonali: 0% 0%, 100% 0%, 100% 100%, 0% 100% */
    /* sx top, dx top, dx bottom, sx bottom */
}

/* SFONDO PUNTINATO */
.dotoverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 2px 2px;
    background-repeat: repeat;
}

/* CONTENITORE PER TESTI CENTRATI */
.boxcentercell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* CELLE A ZERO */
@media screen and (max-width: 39.9375em) { /* Small: max-width: 39.9375em) */
    .small-0 { display: none; }
}
@media screen and (min-width: 39.9376em) and (max-width: 63.9375em)  { /* Medium: max-width: 63.9375em */ 
    .medium-0 { display: none !important; }
}
@media screen and (min-width: 64em) { 
    .large-0 { display: none !important; }
}

/* RICERCA */
#productsfooter_search {
    display: block;
    position: relative;
    width: 100%;
    margin: 70px auto;
}
form.search-form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
form.search-form label,
form.search-form button {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
}
form.search-form label {
    width: calc(100% - 75px);
}
form.search-form button {
    padding: .85em 1em;
}
form.search-form input[type=search] {
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #0f3557;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255,255,255,.3);
}
    form.search-form input::placeholder { color: #888; }
span.results_icon i {
    color: #6cb7fd;
    vertical-align: middle;
    padding-right: 10px;
}

/* PARALLAX EFX */
.parallax_efx {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.parallax_img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
    @media screen and (max-width: 40em) { 
        .parallax_img {
            width: 180%;
        }
    }
.parallax_text {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}



/*********************
SLIDE

Realizzato con Orbit
di Foundation
*********************/

/* Attivo su Home */
#slide_home {
    margin-top: 70px;
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image,
#slide_home .dotoverlay_abs {
    height: calc(100vH - 70px);
    max-height: 1200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    @media (max-width:48em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 60vH;
            max-height: 60vH;
        }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .dotoverlay_abs {
            height: 50vH;
            max-height: 50vH;
        }
    }
#slide_home .dotoverlay_abs {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 2px 2px;
    background-repeat: repeat;
}
#slide_home .orbit-image {
    object-fit: cover;
}
#slide_home .orbit-caption {
    position: absolute;
    max-width: 1400px;
    height: auto;
    background-color: transparent;
    bottom: auto; /* Correzione */
    margin-bottom: auto; /* Correzione */
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media (max-width:1500px) {
        #slide_home .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:48em) {
        #slide_home .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption { max-width: calc(100% - 20px); }
    }
#slide_home .orbit-caption .title_figcaption,
#slide_home .orbit-caption p {
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
#slide_home .orbit-caption .title_figcaption {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (max-width:48em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.7rem; }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.4rem; }
    }
#slide_home .orbit-caption .subtitle_figcaption {
    color: #fff !important;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
#slide_home .orbit-caption .subtitle_figcaption span { color: #6bbaff !important; }
#slide_home .orbit-caption .button_figcaption {
    margin: 10px 0 10px 0;
    padding: 10px 25px 8px 25px;
    text-transform: uppercase;
}

#slide_home .orbit-controls button,
#slide_home .orbit-bullets button {
    cursor: pointer;
}
    @media (max-width:48em) {
        #slide_home .orbit-controls button { display: none; }
    }
#slide_home .orbit-controls button {
    font-size: 3em;
    border: 0;
    background-color: transparent;
}

/* PULSANTI SLIDE GRANDI AI PIEDI DELL'IMMAGINE */
#slide_home .orbit-bullets {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -12px;
    overflow: hidden;
    opacity: .7;
}
#slide_home .orbit-bullets button {
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #0f3557;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* PULSANTI SLIDE PICCOLE E SOPRA L'IMMAGINE */
/*
#slide_home .orbit-bullets {
    position: absolute;
    width: 320px;
    height: auto;
    margin: 0;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20px);
}
#slide_home .orbit-bullets button {
    display: inline-block;
    width: 35px;
    height: 12px;
    margin: 0px .3rem;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
#slide_home .orbit-bullets button.is-active {
    background-color: #1d70b8;
}
#slide_home .orbit-bullets span.show-for-sr {
    display: none;
}



/*********************
SEZIONI VARI DEL SITO
*********************/

/* 3 BOX BLU */

#CompareBoxes {
    width: 100%;
    margin: 50px 0 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1d70b8;
}
#CompareBoxes .cell { background-color: #2a80ca; }
.CompareBoxes_title {
    background-color: #0f3557;
}
#CompareBoxes h3 { color: #6bbaff; }
#CompareBoxes .cell p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #6bbaff;
}
#CompareBoxes .cell p:last-child { border-bottom: 0; }
#CompareBoxes .cell p::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-sharp-solid);
    content: "\f00c" !important;
    color: #6bbaff;
    padding-right: 10px;
}
#CompareBoxes .cell p:last-child::before { display: none; }


/* 3 BOX BLU */

.threeBlueBox .cell {
    border-radius: 5px;
    background-color: #6bbaff;
    overflow: hidden;
}
.threeBlueBox .icon_service,
.threeBlueBox .text_service {
    color: #fff;
    text-align: center;
}
.threeBlueBox .icon_service {
    font-size: 3rem;
    margin-top: 50px;
}
.threeBlueBox .text_service { margin-bottom: 50px; }

.homepage .threeBlueBox { margin-top: 70px; }


/* 2 BOX BLU */

.twoBlueBox .cell {
    border-radius: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.twoBlueBox .cell > div { padding: 70px 20px; }
.twoBlueBox .cell:first-child > div { background-color: rgba(15, 53, 87, .7); } /* rgba(107, 186, 255, .7) */
.twoBlueBox .cell:last-child > div { background-color: rgba(42, 93, 138, 0.7); } /* rgba(107, 186, 255, .7) */
.twoBlueBox h3,
.twoBlueBox p,
.twoBlueBox i {
    color: #fff;
    font-size: 2rem;
    text-align: center;
}


/* BOX CON IMMAGINE DI SFONDO */

.BoxImageBG {
    width: 100%;
    height: auto;
    padding-bottom: 0; /* valore padding-bottom calcolato con JS inline ;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.homepage .BoxImageBG { margin-top: 70px; }

.BoxImageBG {
    padding: 70px 20px 0 20px;
}
.BoxImageBG h1,
.BoxImageBG p { color: #fff; }
.BoxImageBG .icon_number span {
    display: block;
    margin: auto;
    text-align: center;
}
.BoxImageBG .icon_number span:first-child { color: #6bbaff; font-size: 2.5rem; font-weight: 700; }
.BoxImageBG .icon_number span:last-child { color: #fff; }


#howWeAre2 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 70px 25px; /* come #howWeAre2_container */
}
#howWeAre2_container {
    padding: 70px 25px; /* come #howWeAre2 */
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    border-bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}
    @media (max-width:48em) {
        #howWeAre2_container {
            padding: 70px 15px;
        }
    }
    @media (max-width:40em) {
        #howWeAre2_container {
            padding: 70px 10px;
        }
    }

#howWeAre2_container,
#howWeAre2 {
    padding-bottom: 0 !important;
}

#BoxIconsList .list_icon p { margin-bottom: 0; }
#BoxIconsList .list_icon p:last-child { margin-top: .5em; }
#BoxIconsList .list_icon i,
#BoxIconsList .list_icon span { display: block; text-align: center }
#BoxIconsList .list_icon i { color: #6bbaff; font-size: 2rem; margin-bottom: 15px; }
#BoxIconsList .list_icon_1 { color: #0f3557; font-size: 1rem; font-weight: 700; text-align: center; text-transform: none; }
#BoxIconsList .list_icon_2 { font-size: 1rem; }


/* IMMAGINE A TUTTO SCHERMO */

.big_image_background {
    width: 100%;
    height: 100vH;
}
    @media (max-width:40em) {
        .big_image_background {
            height: 50vH;
        }
    }
.big_image_background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}



/*********************
SEZIONE CONTATTI
*********************/

#contact_us {
    padding: 70px 0px;
    background-color: #0f3557;
}
#contact_us h3,
#contact_us p { color: #fff; text-align: center; }




/*********************
SEZIONE TESTIOMONIALS
*********************/

#testimonials {}
#testimonials .icon_stars { color: #f5d752; }
#testimonials .testimonial_name { font-weight: 700; }
#testimonials .testimonial_text {}
#testimonials .testimonial_from { font-size: 1rem; } /* dimensione corrisponde ad img .google_logo */
#testimonials span.google_logo {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-image: url('https://www.gstatic.com/images/branding/product/1x/googleg_48dp.png');
}



/*********************
ELENCO NEWS
*********************/

#loopblog {
    margin-top: 3em;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#loopblog > .cell {
    margin-bottom: 50px;
    background-color: #fff;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
}
    #loopblog > .cell:hover {
        background-color: #f0f0f0;
    }
#loopblog .imagebox, #loopblog h2, #loopblog p {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
#loopblog .imagebox {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #eee;
}
#loopblog  h2.looptitle {
    font-size: 1em;
    line-height: 1.5em;
    padding: 5px 0 20px 0;
}
#loopblog p {
    text-align: center;
    padding: 0;
}
#loopblog  p.entry-date {
    font-size: 0.9rem;
    color: #ccc;
    margin: 0;
    padding: 15px 0 5px 0;
}



/*********************
LISTA CATEGORIE PRODOTTO NEL LOOP
*********************/

.shop_category_list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.shop_category_list .cell {
    border-radius: 5px;
    border: 1px solid #6bbaff;
    background-color: #f1f1f1;
}
.shop_category_list h3 {
    font-size: 1rem;
}
.shop_category_list .cell .category_btn {
    font-size: 1rem;
    text-align: left;
    font-weight: 700;
    margin-top: 10px;
}
.shop_category_list .ricambi_list li {
    margin-bottom: 0;
}
.shop_category_list .ricambi_list a {
    color: #0f3557;
    font-size: .9rem;
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px
}
    .shop_category_list .ricambi_list a:hover,
    .shop_category_list .ricambi_list a:focus {
        color: #6bbaff;
    }




/*********************
NEWSLETTER BOX
*********************/

#newsletter {
    background-image: url('https://autodemolizionizerbonia.it/wp-content/uploads/bg_auto_6.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#newsletter > div {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(107, 186, 255, .8);
}
#newsletter h3,
#newsletter p { color: #fff; }
#newsletter p.field { text-align: center; border-bottom: 1px solid #eee; }



/*********************
WOOCOMMERCE
*********************/

/* CARRELLO NEL MENU */
#cart_but_mobile {
    position: absolute;
    top: -40px;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}
    .cart-contents:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        content: "\f290" !important;
    }
    .cart-contents:hover {
        text-decoration: none;
    }
.cart-contents-count {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: top;
    width: 20px;
    height: 20px;
    padding: 1px 6px;
    border-radius: 50%;
    transform: translate(50%, -150%);
    background-color: #1d70b8; 
}

/* PULSANTI */
.woocommerce ul.products li.product a.button {
    width: 100%;
}
.woocommerce a.button_white {
    padding-left: .5em;
    padding-right: .5em;
}

/* PULSANTE "VEDI CARRELLO" */
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    display: block;
    color: #1d70b8;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 10px;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #1d70b8;
    background-color: transparent;
}
    .woocommerce ul.products li.product a.added_to_cart.wc-forward:hover {
        color: #fff;
        background-color: #1d70b8;
    }


/* DISPONIBILE / STOCK  */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock { color: #14aa5f; }


/* PREZZO  */
.woocommerce ul.products li.product .price,
.wp-block-woocommerce-product-new .price,
.woocommerce-Price-amount.amount {
    color: #1d70b8;
}
.woocommerce ul.products li.product .price,
.wp-block-woocommerce-product-new .price {
    font-size: 1.6rem;
    text-align: center;
}
    /* Prezzi in offerta nel loop */
    .woocommerce ul.products li.product .price ins,
    .wp-block-woocommerce-product-new ins {
        text-decoration: none;
    }
    .woocommerce ul.products li.product .price del,
    .wp-block-woocommerce-product-new .price del {
        font-size: 1rem;
        opacity: .7;
    }
.woocommerce-Price-currencySymbol {
    font-size: .8em;
    padding-right: 15px;
}
.summary .woocommerce-Price-currencySymbol {
    font-weight: 400;
}
.summary .price .amount {
    font-size: 1.8rem;
    font-weight: 700;
}
    /* Prezzi in offerta nel prodotto */
    .summary .price ins {
        text-decoration: none;
    }
    .summary .price del .amount {
        font-size: 1.2rem;
        color: #0f3557;
        font-weight: 700;
        opacity: .7;
    }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #0f3557;
}

/* ON SALE */
.woocommerce span.onsale {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    min-height: 1em;
    padding: 5px 10px;
    border-radius: 0;
    background-color: #1d70b8;
}


/* PULSANTE CON QUANTITA NEL LOOP */
/*
ul.products li.product .button {
    margin-top: 0 !important;
    display: inline-block;
    width: calc(100% - 70px);
}
    @media (max-width:48em) {
        ul.products li.product .button {
            font-size: .95rem;
            letter-spacing: 1px;
        }
    }
    @media (max-width:39.9375em) {
        ul.products li.product .button {
            font-size: .9rem;
            padding: 10px 2px;
            letter-spacing: 1px;
            width: calc(100% - 60px);
        }
    }
    @media (max-width:320px) {
        ul.products li.product .button {
            font-size: .8rem;
            padding: 10px 2px;
            letter-spacing: 1px;
            width: calc(100% - 60px);
        }
    }
ul.products li.product .button.added::after {
    display: none;
}
ul.products li.product .quantity {
    display: inline-block;
}
ul.products li.product .quantity .qty {
    width: 60px;
    font-size: 16px;
}
    @media (max-width:39.9375em) {
        ul.products li.product .quantity .qty {
            width: 50px;
            font-size: 14px
        }
    }
*/

/* PULSANTE CON VARIANTI NEL LOOP */
.woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button {
    width: 100%;
}
    .woocommerce ul.products li.product a.button.product_type_variable.add_to_cart_button::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        content: "\f468";
    }


/* OUT OF STOCK - ESAURITO */
.woocommerce ul.products a.button {
    display: block;
}
.woocommerce ul.products li.outofstock::after {
    content: 'Esaurito';
    position: absolute;
    top: 20%;
    right: -3px;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #1d70b8;
}
.woocommerce ul.products li.outofstock img {
    opacity: .3;
}
.woocommerce ul.products li.outofstock a.button {
    display: none;
}


/* IMMAGINE NEL LOOP */
.woocommerce ul.products li.product a img {
    object-fit: contain;
    object-position: center;
    height: 280px;
}
    @media (max-width:39.9375em) {
        .woocommerce ul.products li.product a img  { height: 210px; }
    }
    @media (max-width:320px) {
        .woocommerce ul.products li.product a img  { height: 160px; }
    }
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}
section.related.products {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
section.upsells.products {
    display: block;
    width: 100%;
    float: left;
}

/* SINGLE PRODUCT */
.woocommerce div.product { overflow: hidden; }
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 28%;
}
    @media only screen and (max-width: 768px) {
        .woocommerce #content div.product div.images,
        .woocommerce div.product div.images,
        .woocommerce-page #content div.product div.images,
        .woocommerce-page div.product div.images {
            width: 100%;
        }
    }
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 68%;
}
    @media only screen and (max-width: 768px) {
        .woocommerce #content div.product div.summary,
        .woocommerce div.product div.summary,
        .woocommerce-page #content div.product div.summary,
        .woocommerce-page div.product div.summary {
            width: 100%;
        }
    }
.woocommerce div.product div.summary { margin-bottom: 0; }
.product_meta {
    margin-bottom: 2em;
    padding-top: 9px;
    border-top: 1px dashed #ccc;
    /*border-bottom: 1px dashed #ccc;*/
}
.product_meta > span {
    display: block;
    padding-bottom: 9px;
    font-size: 1rem;
    color: #0f3557;
    line-height: 1.5em;
}

/* Nascondo la tabella degli attributi presente nel div con classe .summary */
.summary table.woocommerce-product-attributes {
    display: none !important;
}

#caratteristiche_principali_list {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#caratteristiche_principali_list .grid-x { border-bottom: 1px dashed #ccc; }
#caratteristiche_principali_list .grid-x:last-child { border-bottom: none; }
#caratteristiche_principali_list .grid-x p { margin-top: .5rem; margin-bottom: .5rem; }
#caratteristiche_principali_list .grid-x p.etichetta_caratteristiche { font-weight: 700; margin-bottom: 0; }

/*
table.woocommerce-product-attributes tr {
    border-bottom: 1px dashed #ccc;
}
table.woocommerce-product-attributes tr:last-child {
    border-bottom: none;
}
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_idarticolo,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_prezzo,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_prezzoonline,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_categoria,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_codoe,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_flgnuovo,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_flgcompleto,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_numerops,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_flgdisponibile,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_descrizionealternativa,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_idtipologia,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_idcategoria,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_iditem,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_idmarca,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_idmodello,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_qualita,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_idversione,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_extra5,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_nporte,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_km,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_idcategoriaebay,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_categoriaebay,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_dataultimamodifica,
table.woocommerce-product-attributes tr.woocommerce-product-attributes-item--attribute_flgesporta {
    display: none !important;
}
*/

.single_product_filter {
    margin: 45px 0 15px 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
.single_product_filter h3 {
    margin: 0;
    margin-bottom: .5em;
    padding: 0;
}

.single_product_form {
    border-radius: 15px;
    border: 1px solid #1d70b8;
    background-color: #fff;
}

.woocommerce div.product .product_title {
    text-align: left;
    text-transform: uppercase;
}
.woocommerce-product-details__short-description {
    margin: 30px 0px;
}
.summary h2 {
    display: none;
}
table.woocommerce-product-attributes tbody {
    border: 0 !important;
    background-color: transparent;
}
table.woocommerce-product-attributes tr,
table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
    background-color: transparent !important;
}
table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
    text-align: left;
    border: 0 !important;
}
table.woocommerce-product-attributes tr:nth-child(2) {
    border-top: 1px solid #1d70b8;
    border-bottom: 1px solid #1d70b8;
}
.single-product .woo_description {
    display: block;
    width: 100%;
    float: left;
}

/* SINGLE PRODUCT IMAGE ARROW */
.pswp--open {
    z-index: 990;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    border: 0 !important;
    padding: 0;
}

/* SINGLE PRODUCT VARIANTI */
table.variations tbody {
    background-color: transparent;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.value {
    padding: 3px .625rem 3px 0;
}
.woocommerce div.product form.cart .variations td.label {
    line-height: 2.4375rem; /* Altezza del tag SELECT */
    background: transparent;
}
.woocommerce div.product form.cart .variations label {
    font-size: 1.1rem;
    color: #1d70b8;
}
.woocommerce div.product form.cart .reset_variations {
    color: #1d70b8;
    padding: 3px 27px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid #1d70b8;
    background-color: transparent;
}


/* SPEDIZIONE */
table.shop_table p.woocommerce-shipping-destination {
    display: none;
}
    @media (max-width:48em) {
        table.shop_table tr.woocommerce-shipping-totals td {
            text-align: left !important;
        }
        table.shop_table tr.woocommerce-shipping-totals td::before {
            display: block; 
            width: 100%;
            margin-bottom: 0.5em;
            text-align: left;
            overflow: hidden;
        }
        .woocommerce ul#shipping_method { 
            display: block; 
            width: 100%;
            text-align: left;
            overflow: hidden;
        }
        .woocommerce-shipping-calculator a.shipping-calculator-button {
            text-align: center;
        }
    }
ul#shipping_method label,
.shipping_method_0_local_pickup11 {
    color: #1d70b8;
    font-size: 1.1rem;
    font-weight: 400;
}
        
/* SPEDIZIONE: INDIRIZZO VISIBILE E PULSANTE NASCOSTO */
.shipping-calculator-button {
    display: none !important;
}
section.shipping-calculator-form {
    display: block !important;
}        
/*
a.shipping-calculator-button {
    display: inline-block;
    color: #292522;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 27px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #1d70b8;
}
    a.shipping-calculator-button:hover, a.shipping-calculator-button:visited, a.shipping-calculator-button:focus {
        color: #fff;
        border: 1px solid #1d70b8;
        background-color: #0f3557;
}
*/

/* CARRELLO / CASSA */
.woocommerce a.remove {
    font-size: 2em;
}
    .woocommerce a.remove:hover {
        color: #1d70b8 !important;
        background: transparent !important;
    }
.woocommerce a.remove::after {
    content: "Rimuovi";
    font-size: 1rem;
    font-weight: 300;
    padding-left: 9px;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {}
    @media only screen and (max-width: 768px) {
        .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
            padding-right: 10px;
        }
    }

form.woocommerce-cart-form .product-quantity input.qty {  }
    @media only screen and (max-width: 40em) {
        form.woocommerce-cart-form .product-quantity input.qty { margin: 0 0 0 auto; }
    }

.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {}
    @media (max-width:39.9375em) {
        .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
            width: 100%;
            margin-bottom: 5px;
        }
    }
    
body.woocommerce-checkout .payment_method_stripe label {
    width: 60%;
    vertical-align: top;
}
    @media (max-width:39.9375em) {
        body.woocommerce-checkout .payment_method_stripe label { width: 140px; }
    }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

/* Pulsante checkout Woocommerce */
.woocommerce-checkout #place_order {
    float: none !important;
    width: 100%;
    max-width: 280px;
}

/* Pulsanti checkout PayPal */
.woocommerce-checkout .ppc-button-wrapper {
    padding: 0 10px 15px 10px;
    background-color: #e9e6ed;
    overflow: hidden;
}

/* Pulsanti checkout Google Pay */
.gpay-card-info-container-fill { max-width: 280px; }

/* Pulsanti checkout Apple Pay */
.classe-ignota { max-width: 280px; }


/* ACCOUNT */
.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}

/*
 * WOOCOMMERCE NOTIFICHE
 */
.woocommerce-notices-wrapper > div {
    background-color: rgba(136,167,46,.1);
}

.woocommerce-error {
    border: 0;
    border-top: 3px solid #1d70b8;
    background-color: rgba(0,0,0,.1);
}
.woocommerce-error::before  { color: #1d70b8; }

.woocommerce-info {
    border: 0;
    border-top: 3px solid #a6cfff;
    background-color: rgba(0,0,0,.1);
}
.woocommerce-info::before  { color: #a6cfff; }

.woocommerce-message {
    border: 0;
    border-top: 3px solid #22ee88;
    background-color: rgba(0,0,0,.1);
}
.woocommerce-message::before  { color: #22ee88; }

/*
 * WOOCOMMERCE CHECKBOX TERMINI E CONDIZIONI
 */
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 1.1rem;
    color: #0f3557;
}

/*
 * DISTANZA PULSANTI NELLA SEZIONE ACCOUNT DEL CLIENTE 
 */
.woocommerce-MyAccount-content a.woocommerce-button {
    margin-bottom: 5px;
}

/*
 * CHECKPUT FORM 
 */
p.billing_choice_field > label   {
    display: block;
    float: none;
    clear: both;
}
p.billing_choice_field > label > span.optional {
    display: none;
}
p.billing_choice_field input[type=radio] {
    display: inline-block;
    float: left;
    clear: left;
    margin: .5em .5em 0 0;
}
p.billing_choice_field label.radio {
}
#order-fields.wc-block-checkout__order-fields {
    margin-bottom: 0 !important;
}
.wc-block-checkout__terms {
    position: relative;
    padding: 0 0 0 36px;
}
.wc-block-checkout__terms .wc-block-components-checkbox {
    margin-top: 0;
    padding-top: 1em;
}
    .wc-block-checkout__terms .wc-block-components-checkbox::after {
        border-left: 1px solid hsla(0,0%,7%,.11);
        content: "";
        height: 100%;
        left: 12px;
        position: absolute;
        top: 0;
    }


/*
 * LOGIN E REGISTRAZIONE ACCOUNT WOOCOMMERCE
 */
#customer_login > div {
    display: inline-block;
    width: 49%;
    padding: 10px 20px;
    vertical-align: text-top;
}
    @media screen and (max-width: 40em) { 
        #customer_login > div {
            display: block;
            width: 100%;
            padding: 25px 0;
        }
    }
#customer_login input {
    color: #0f3557;
    border: 0;
    border-bottom: 1px solid #0f3557;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}



/*********************
POSTS & CONTENT STYLES
*********************/

#accordion_tab .tabs-title,
#accordion_tab .tabs-title > a {
    outline: none !important;
}
.accordion-title {
    padding: 0;
    border: 0;
    text-decoration: none;
}
    .accordion-title::before {
        font-size: 1.4rem;
        margin-top: -.8rem;
    }
    .accordion-title:focus, .accordion-title:hover { background-color: transparent; }
.accordion-content {
    color: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.accordion_content_new {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.accordion_item_new.is-open .accordion_content_new {
    max-height: 1000px; /* Un valore alto per contenere tutto */
    opacity: 1;
}

.accordion_title_new {
    cursor: pointer;
    padding: 0;
    border: 0;
    text-decoration: none;
}

ul.tabs { 
    width: 100%;
    max-width: 360px;
    margin: 0 auto 5px auto;
    border: 0;
}
    @media screen and (max-width: 40em) { 
        ul.tabs {
            max-width: 340px;
        }
    }
    @media screen and (max-width: 320px) { 
        ul.tabs {
            max-width: 320px;
        }
    }
li.tabs-title {
    width: calc(33% - 6px);
    margin: 0 2px;
    border-radius: 9px;
    border: 3px solid #6bbaff;
    overflow: hidden;
}
li.tabs-title a {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 1.25rem 1rem;
    background-color: #6bbaff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    @media screen and (max-width: 40em) { 
        li.tabs-title a {
        }
    }
    @media screen and (max-width: 320px) { 
        li.tabs-title a {
            font-size: .8rem;
            padding: 1.25rem .8rem;
        }
    }
    li.tabs-title.is-active a {
        color: #6bbaff;
        background-color: #fff;
    }
.tabs-content {
    border: 0 !important;
    border-radius: 9px;
    background-color: #f1f1f1;
}
#filter-home .tabs-content { background-color: #fff; }
.tabs-panel {
    border-radius: 9px;
    border: 1px solid #6bbaff;
}
#filter-home .tabs-panel {
    border-radius: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 39.9375em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    margin: 0;
    padding-top: 40px;
    background-color: #0f3557;
}
footer .small-12 {}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        footer .small-12 {
            padding-top: 35px;
        }
    }
footer h4, footer p, footer a {
    color: #eee;
    text-align: center;
}
footer a { text-decoration: none; }
    footer a:hover {
        color: #1d70b8;
    }
footer h4 {
    font-size: 1.1em;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
}
footer p {
    font-size: 0.9em;
}
footer a.social {
    font-size: 1.5rem;
    padding: 0 7px 0 7px;
    text-decoration: none;
}

/* FOOTER CREDITS */
footer .credits {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,.3);
}
footer .credits p,
footer .credits a {
    color: #ccc;
    font-size: 0.8rem;
}
    footer .credits a:hover { color: #1d70b8; }

/* RICERCA NEL FOOTER */
#footer_search {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto 0 0;
}
#footer_search form.search-form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#footer_search form.search-form label,
#footer_search form.search-form button {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: .85em 1em;
    font-size: 1rem;
    background: transparent;
}
#footer_search form.search-form label {
    width: calc(100% - 70px);
    padding-left: 0;
}
#footer_search form.search-form button {
    border: 0;
    background: rgba(0,0,0,.3);
}
    #footer_search form.search-form button:hover {
        border: 0;
        background: #1d70b8;
    }
#footer_search form.search-form input[type=search] {
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}



/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */




/*********************
CONTACT FORM 7
*********************/

.contact_marker { margin-top: 70px; }
.contact_marker i {
    color: #6bbaff;
    font-size: 3rem;
}

#request_form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.wpcf7 p { 
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.wpcf7 [type=checkbox], .wpcf7 [type=file], .wpcf7 [type=radio] {
    margin: 0;
}

.wpcf7 input, .wpcf7  select, .wpcf7 textarea, span.wpcf7-list-item-label { color: #0f3557; }
    .wpcf7 input::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder { color: #aaa; }
 #newsletter .wpcf7 input,  #newsletter .wpcf7  select,  #newsletter .wpcf7 textarea,  #newsletter span.wpcf7-list-item-label { color: #fff; }
    #newsletter .wpcf7 input::placeholder, #newsletter .wpcf7 select::placeholder, #newsletter .wpcf7 textarea::placeholder { color: #ccc; }
#newsletter .wpcf7 p { color: #fff; }
#newsletter .wpcf7 input { margin-bottom: 0; }

.wpcf7 input,
.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 input:visited,
.wpcf7 input:-webkit-autofill, .wpcf7 input:-webkit-autofill:hover, .wpcf7 input:-webkit-autofill:focus, .wpcf7 input:-webkit-autofill:active,
select.wpcf7-select {
    padding: .5rem .5rem 1px .5rem;
    border: 0;
    border-bottom: 1px solid #1d70b8;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
    .wpcf7 span[data-name="your-recipient"]::after { /* arrow in select */
        content: "";
        position: absolute;
        right: 10px;
        top: 3px;
        width: 0; 
        height: 0; 
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #1d70b8;
    }
.wpcf7 textarea {
    height: 6em;
    border: 1px solid #1d70b8 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}
.wpcf7 input.wpcf7-file {
    border-bottom: 0;
}
.wpcf7 label {
    font-size: 1rem;
    color: #1d70b8;
    margin-bottom: 0;
}
.wpcf7 label i {
    color: #1d70b8;
    font-size: .8rem;
    vertical-align: top;
}
.wpcf7 input[type=submit] {
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    background-color: #1d70b8;
    -webkit-box-shadow: 0 4px 11px rgb(50 50 93 / 21%), 0 1px 9px rgb(0 0 0 / 18%);
    box-shadow: 0 4px 11px rgb(50 50 93 / 21%), 0 1px 9px rgb(0 0 0 / 18%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
#newsletter .wpcf7 input[type=submit] { margin-top: 0; }
    .wpcf7 input[type=submit]:hover  {
        color: #fff;
        background-color: #0f3557;
    }
.wpcf7 input[type="checkbox"] {
    height: 1.4rem;
    width: 1.4rem;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.wpcf7-response-output {
    display: block;
    max-width: 600px;
    margin: 10px auto !important;
    border-width: 4px !important;
    background-color: #fff;
}



/*********************
Search & Filter PRO
*********************/

#panel-ricerca-1 ul li.sf-field-taxonomy-product_cat,
#panel-ricerca-1 ul li.sf-field-post-meta-ricambio,
#panel-ricerca-3 ul li.sf-field-taxonomy-product_cat,
#panel-ricerca-3 ul li.sf-field-post-meta-ricambio {
    visibility: hidden !important;
    display: block !important;
    width: 0px !important;;
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important
}

#filter_HomeBox {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px; /* come .hover_image_container */
}

.hover_image_container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    max-width: 1400px;
    padding: 5px; /* come #filter_HomeBox */
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    border-radius: 5px;
    border-bottom: 3px solid #6bbaff;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}

.filterContainer {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}
.filterContainer h4 {
    color: #6bbaff;
    margin-bottom: 0;
}
.filterContainer p.filter_subtitle {
    font-weight: 700;
    text-align: center;
}
.filterContainer p { text-align: center; }

.searchandfilter { position: relative; }

/* Loader sulla homme */
#filter-home .searchandfilter::before {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    color: #6bbaff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 80px !important;
    font: var(--fa-font-solid);
    content: "\e1d4" !important;
    animation: fa-spin 2s infinite linear;
    z-index: 99;
}
#filter-home .searchandfilter.search-filter-disabled::before {
    display: inline-block !important;
}

/* Loader per lo scroll infinito di S&F */
.sf-infinite-loader {
    display: none; /* Nascosto di default */
    text-align: center;
    padding: 20px;
    width: 100%;
    clear: both;
}
.sf-infinite-loader::before {
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    */
    display: inline-block;
    color: #6bbaff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 80px !important;
    font: var(--fa-font-solid);
    content: "\e1d4" !important;
    animation: fa-spin 2s infinite linear;
    z-index: 99;
}
.sf-infinite-loader::after {
    content: "Sto verificando se ci sono altri risultati";
    display: block;
    color: #0f3557;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding: 10px 5px 10px 5px;
    z-index: 99;
}

.searchandfilter ul { margin-left: 0; }

.searchandfilter ul li {
    display: inline-block;
    width: calc(33% - 12px);
    margin: 4px 2px;
    vertical-align: top;
    text-align: center;
}
.searchandfilter li.sf-field-search,
.searchandfilter li.sf-field-submit,
.searchandfilter li.sf-field-reset {
    display: inline-block;
    width: calc(50% - 8px);
    margin: 4px 2px;
    vertical-align: top;
    text-align: center;
}
#panel-ricerca-2 .searchandfilter li.sf-field-search { width: calc(33% - 12px); }
#panel-ricerca-3 .searchandfilter li.sf-field-search { width: 100%; }

    @media screen and (max-width: 39.9375em) { /* small-12 */
        .searchandfilter ul li,
        .searchandfilter li.sf-field-search,
        .searchandfilter li.sf-field-submit,
        .searchandfilter li.sf-field-reset {
            width: 100%;
            margin: 0;
        }
    }
.searchandfilter li.sf-field-submit { text-align: right; }
#panel-ricerca-3 .searchandfilter li.sf-field-submit { text-align: center; }
.searchandfilter li.sf-field-reset {text-align: left; }

.searchandfilter label,
.searchandfilter input,
.searchandfilter select { width: 100%; }

.searchandfilter input,
.searchandfilter select {
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
}
    .searchandfilter input:disabled,
    .searchandfilter select:disabled {
        cursor: not-allowed !important;
        color: #777 !important;
        border: 0 !important;
        background-color: #e6e6e6 !important;
    }
.searchandfilter input,
.searchandfilter select,
.searchandfilter select option,
.searchandfilter input::placeholder,
.searchandfilter select option::placeholder {
    font-size: .9rem;
    line-height: 1;
    text-transform: uppercase;
}
.searchandfilter input::placeholder,
.searchandfilter select::placeholder {
    color: #0f3557 !important;
}

.searchandfilter li.sf-field-submit input,
.searchandfilter li.sf-field-reset input {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    min-width: 200px;
    margin: 0;
    padding: 10px 27px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        .searchandfilter li.sf-field-submit input,
        .searchandfilter li.sf-field-reset input {
            min-width: 100%;
        }
    }
.searchandfilter li.sf-field-submit input {
    color: #fff;
    border: 0;
    background-color: #6bbaff;
}
.searchandfilter li.sf-field-reset input {
    color: #1d70b8;
    background-color: #fff;
}
    .searchandfilter li.sf-field-submit input:hover,
    .searchandfilter li.sf-field-reset input:hover {
        color: #fff;
        background-color: #1d70b8;
        -webkit-box-shadow:none;
        box-shadow:none;
        cursor: pointer;
    }
    .searchandfilter li.sf-field-submit input:focus,
    .searchandfilter li.sf-field-reset input:focus {
        color: #fff;
        background-color: #1d70b8;
    }


.search-form-wp {
    width: calc(100% - 4px);
    max-width: 600px;
    margin: 20px auto 0 auto;
    vertical-align: top;
    text-align: center;
}
.search-form-wp form.search-form input[type=search] {
    height: auto;
    padding: .5em;
    border-radius: 6px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
}

/* Contenitore dei risultati della ricerca */
.results_content {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    /* Ottimizzazione per mobile: evita lag durante l'animazione */
    will-change: opacity;
    -webkit-tap-highlight-color: transparent; /* Rimuove il fastidioso box blu al tocco */
}
/* Durante il caricamento */
.is-loading-blur {
    opacity: 0.4 !important;
    pointer-events: none !important;
    user-select: none;
    cursor: wait;
    pointer-events: none;
}
/* Messaggio di avviso: nascosto */
.sf-alert-overlay {
    display: none; 
    position: relative;
    width: 100%;
    margin: 5px auto;
    padding: 15px 10px;
    border-radius: 8px;
    background-color: #0f3557;
    z-index: 9999;
}
.sf-alert-overlay p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.is-loading-blur .sf-alert-overlay {
    display: block;
    animation: fadeInDown 0.4s ease;
}


/*********************
 * WP-PageNavi
 * per pagination Search&Filter
*********************/
.pagination-result .woocommerce-pagination {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.woocommerce-pagination .wp-pagenavi {
    display: inline-block;
    overflow: hidden;
    margin: 1em 0;
    border-right: 1px solid #d3ced2;
}
.woocommerce-pagination .wp-pagenavi a,
.woocommerce-pagination .wp-pagenavi span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    padding: .5em;
    min-width: 1em;
    border: 0;
    margin: 0;
    border-top: 1px solid #d3ced2;
    border-bottom: 1px solid #d3ced2;
    border-left: 1px solid #d3ced2;
}
.woocommerce-pagination .wp-pagenavi a.last,
.woocommerce-pagination .wp-pagenavi span.last {
}
.wp-pagenavi span.current {
    color: #0f3557;
    border-color: #1d70b8;
    background: #ebe9eb;
}



/*********************
 * YITH Infinite Scrolling
*********************/
.yith-infs-loader {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: auto;
}



/*********************
GOOGLE MAPS
Nascondo la parte superiore di Google MyMaps
*********************/

/*
<div id="mabe_map">
    <!-- Altezza del frame di GoogleMap uguale allo stile:
        #mabe_map iframe { top: -60px; }
    -->
    <iframe src="https://www.google.com/maps/d/u/0/embed?mid=1xQ9J7zJlk1wBTlxI12q6rgiaehETJCdG" width="100%" height="500"></iframe>
</div>
*/

#mabe_map {
    display: block;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
}
#mabe_map iframe {
    position: absolute;
    top: -55px; /* Altezza uguale a quella del frame di GoogleMap presente in Contatti */
    left: 0;
    border: 0;
}
#mabe_map .maps_hide {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    z-index: 990;
}



/*********************
GOOGLE RECAPTCHA v.3
*********************/

.grecaptcha-badge {
    opacity: 0;
}



/*********************
IUBENDA
*********************/

a.iubenda-tp-btn.iubenda-cs-preferences-link {
    display: none !important;
    visibility: hidden !important;
}



/*********************
PAGINA 404
*********************/

body.error404 { background-color: #fff; }
body.error404 header.article-header { margin-top: 50px; }
body.error404 .search {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
body.error404 form.search-form { margin: 10px 0px; }



/*********************
STILI PER LA STAMPA
DELLA PAGINA WEB
*********************/

@media print {

    a[href]:after {
        content: none !important;
    }
    @page {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    header.header,
    footer .inner-footer > div:nth-child(1),
    footer .inner-footer > div:nth-child(2),
    footer .inner-footer > div:nth-child(3),
    footer .inner-footer > div:nth-child(4),
    footer > div.credits_block { display: none !important; }
    
}