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

/* 
 * COLORS
 * 
 * Green: #a7b38b
 * Black: #000
 * Gray:  #f7f7f7
 */


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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Futura PT', sans-serif !important;
    /*font-family: 'Agrandir Tight', 'Times New Roman', sans !important;*/
}
body, p, a, ul, ol, li, table, input, textarea {
    font-family: 'Agrandir', 'Times New Roman', serif !important;
    /*font-family: 'Futura PT', sans-serif !important;*/
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.1em;
    text-transform: none;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
    @media (max-width: 1420px) {
        h1, h2, h3, h4, h5, h6  {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

body.woocommerce-shop h1 { text-align: center; }

h1 { font-size: 2.0rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.1rem; }

p {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;
}
ol, ul, li {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
}
table {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    line-height: 1.3em;
}

    @media (max-width:48em) {
        h1 { font-size: 2.0rem; }
        h2 { font-size: 1.7rem; }
        h3 { font-size: 1.5rem; }
        h4 { font-size: 1.4rem; }
        h5 { font-size: 1.2rem; }
        h6 { font-size: 1.1rem; }
        button, .button { }
    }
    @media (max-width:39.9375em) {
    }

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

a.button_arrow,
.wp-block-woocommerce-checkout a.wc-block-checkout__login-prompt {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 0;
    display: inline-block;
    overflow: hidden;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    a.button_arrow::after,
    .wp-block-woocommerce-checkout a.wc-block-checkout__login-prompt::after {
        content: '⟶';
        position: relative;
        padding-left: 10px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    a.button_arrow:hover,
    .wp-block-woocommerce-checkout a.wc-block-checkout__login-prompt:hover {
        color: #a7b38b;
        font-size: 1rem;
        text-decoration: none;
    }
    a.button_arrow:hover::after,
    .wp-block-woocommerce-checkout a.wc-block-checkout__login-prompt:hover::after {
        content: '⟶';
        position: relative;
        padding-left: 15px;
    }
    
a.button_underline {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    text-decoration: none;
    padding: 5px 27px;
    border-bottom: 1px solid #000;
    display: inline-block;
    overflow: hidden;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    a.button_underline::after {
        content: '⟶';
        position: relative;
        padding-left: 10px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    a.button_underline:hover {
        color: #a7b38b;
        font-size: 1rem;
        text-decoration: none;
        padding: 5px 27px;
        border-bottom: 1px solid #a7b38b;
    }
    a.button_underline:hover::after {
        content: '⟶';
        position: relative;
        padding-left: 15px;
    }

a.button, .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,
.wc-block-components-button, .wc-block-cart__submit-button {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    padding: 10px 27px;
    text-transform: none;
    text-decoration: none;
    border-radius: 9px;
    background-color: #a7b38b;
    -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 .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    button:hover, a.button:hover, .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,
    .wc-block-components-button:hover, .wc-block-cart__submit-button:hover {
        color: #fff;
        background-color: #000;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    button:focus, a.button:focus,
    .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button:focus .woocommerce button.button:focus, .woocommerce input.button:focus,
    .wc-block-components-button:focus, .wc-block-cart__submit-button:focus {
        color: #fff;
        background-color: #000;
    }

.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: .1;
    color: #fff;
    background-color: #000;
}

select {
    /* Rimuove lo stile predefinito del browser */
    appearance: none;
    -webkit-appearance: none; /* Chrome, Safari, iOS */
    -moz-appearance: none;    /* Firefox */
}
select option {
    font-size: 1rem;
    font-weight: 300;
    background-color: #fff !important;
}
select option:checked,
select option:enabled {
    color: #fff !important;
    background-color: #000 !important;
}
select option:not(:checked),
select option:not(:enabled) {
    color: #000 !important;
    background-color: #fff !important; 
}
select option:focus,
select option:hover
select option:checked:focus,
select option:checked:hover,
select option:enabled:hover,
select option:enabled:focus,
select option:not(:checked):hover,
select option:not(:checked):hover,
select option:not(:enabled):hover,
select option:not(:enabled):hover {
    background-color: #000 !important;
}




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

/* EFFETTI PRINCIPALI SU SCROLL */

header.header {
    position: fixed;
    top: 0;
    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;
    -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%);
}
    /*
    header.darkHeader {
    -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%);
    }
    */

/*
body.home header.header { background-color: rgba(0,0,0, 0); }
    body.home header.darkHeader { background-color: rgba(0,0,0, 1); }
*/

header.header a.promo_bar {
    display: block;
    /*border-bottom: 5px solid #a7b38b;*/
    background-color: #a7b38b;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center;
    text-transform: none !important;
    text-decoration: none !important;
}

#top-bar-menu {
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}
.top-bar-menu.maxwidthcontent { overflow: visible; }

.top-bar { }
    @media (min-width:40em) {
        .top-bar { display: block; }
    }

.top-bar .top-bar-right, .top-bar .top-bar-left { }
    @media (min-width:40em) {
        .top-bar .top-bar-left, .top-bar .top-bar-right {
            float: none !important;
        }
        .top-bar .top-bar-left, .top-bar .top-bar-right, ul#main-nav {
            position: relative;
            width: 100%;
        }
    }

.top-bar .top-bar-left {  }

top-bar .top-bar-left ul.menu {}
    @media (min-width:64em) {
        .top-bar .top-bar-left ul.menu { flex-wrap: nowrap; }
    }
    @media (min-width:40em) {
        .top-bar .top-bar-left ul.menu { justify-content: space-between; }
    }
.top-bar .top-bar-right {  }
    @media (min-width:40em) {
        .top-bar .top-bar-right { margin-top: 10px; }
        .top-bar .top-bar-right ul#main-nav { justify-content: center; }
    }

.menu_in_left_bar {
    padding-top: 5px;
    visibility: hidden;
}
    header.darkHeader .menu_in_left_bar { visibility: visible; }
.menu_in_right_bar {
    visibility: visible;
    height: auto;
}
    header.darkHeader .menu_in_right_bar {
        visibility: hidden;
        height: 0;
        margin: 0;
        padding: 0;
    }

.top_bar_shop_icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:39.9375em) {
        .top_bar_shop_icons {
            position: absolute;
            top: 10px;
            left: auto;
            right: 0;
        }
        header.darkHeader .top_bar_shop_icons {
            top: 5px;
        }
    }

.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }

/* Immagini nel MEGAMENU */
ul#main-nav .img_menu_item {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto !important;
}
    @media (max-width:39.9375em) {
        ul#main-nav .img_menu_item {
            max-width: 150px;
            height: auto;
            margin: 0 auto auto 0 !important;
        }
    }
ul#main-nav .img_menu_item_space {
    display: block;
    width: 100%;
    height: 15px;
}

/* MEGAMENU */
ul#main-nav > .is-dropdown-submenu-parent { position: unset !important; }
ul.submenu.is-dropdown-submenu.first-sub {
    border-radius: 9px;
    border: 1px solid #a7b38b;
    -webkit-box-shadow: 0em 0.6em 1.2em #444;
    box-shadow: 0em 0.6em 1.2em #444;
}
ul.submenu.is-dropdown-submenu {
    width: 100%;
    max-width: 100%;
    margin: 5px auto 0 auto !important;
    left: 0% !important;
    right: 0% !important;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .darkHeader ul.submenu.is-dropdown-submenu {
        background-color: #fff;
    }
/*
    @media (max-width:39.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;
        }
    }
*/

ul.submenu.is-dropdown-submenu.first-sub  > li > a,
ul#main-nav.is-accordion-submenu.is-active > li > ul > li > a {
    visibility:hidden;
    height: 0;
    padding: 0;
}

ul.submenu.is-dropdown-submenu.first-sub > li { 
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 2px);
}
    @media (max-width:63.9375em) {
        ul.submenu.is-dropdown-submenu.first-sub > li,
        ul#main-nav.is-accordion-submenu > li { width: calc(25% - 2px); }
    }
    @media (max-width:40em) {
        ul.submenu.is-dropdown-submenu.first-sub > li,
        ul#main-nav.is-accordion-submenu > li {
            display: block;
            width: 100%;
        }
        ul#main-nav.is-accordion-submenu > li > ul li {
            padding-left: 15px;
        }
    }
    ul.submenu.is-dropdown-submenu.first-sub > li a::after { display: none !important; }

ul.submenu.is-dropdown-submenu.first-sub  li ul {
  display: block !important;
  position: relative !important;
  border: 0 !important;
}
ul.submenu.is-dropdown-submenu.first-sub  li ul li,
ul#main-nav.is-accordion-submenu.is-active li ul li,
ul#main-nav.is-accordion-submenu.is-active li ul li ul { 
    display: block !important;
    vertical-align: top !important;
    width: 100% !important;
}

/* PULSANTI - 39.9375em oppure 63.9375em */
header.header a,
header.header a:visited,
header.header a:focus {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center !important;
}
    @media (max-width:40em) {
        header.header a,
        header.header a:visited,
        header.header a:focus {
            text-align: left !important;
        }
    }
    @media (min-width:48em) {
        header.header.darkHeader a {
            font-weight: 400;
        }
    }

/* FRECCIA SOTTO MENU */
.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: #000 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: #000 transparent transparent;
    }
        
/* PAGINA ATTIVA */
.menu .active>a,
.menu .is-active>a {
    color: #a7b38b;
    background: transparent;
}
    header.header.darkHeader .active>a,
    header.header.darkHeader .is-active>a {
        color: #a7b38b !important;
    }

.dropdown.menu>li.is-active>a {
    color: #a7b38b;
    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: 0;
}

.menu a.logo .site_image { min-height: 90px; } /* uguale all'altezza dell'elemento img.site_logo_small SENZA classe .darkHeader attiva */
.darkHeader .menu a.logo .site_image { min-height: 50px; } /* uguale all'altezza dell'elemento img.site_logo_wide CON classe .darkHeader attiva */

.menu a.logo img.site_logo_small {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: 90px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:40em) {
        .menu a.logo img.site_logo_small {
            height: 60px;
        }
    }
.menu a.logo img.site_logo_wide {
    width: auto;
    height: 0;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}
    .darkHeader .menu a.logo img.site_logo_small {
        height: 0;
    }
    .darkHeader .menu a.logo img.site_logo_wide {
        height: 50px;
    }
    @media (max-width:63.9375em) {
        .darkHeader .menu a.logo img.site_logo_wide {
            margin-top: 10px;
            height: 30px;
        }
        .menu a.logo img.site_logo_wide {
            padding-left: 50px;
        }
    }

    @media (max-width:69em) {
        .menu a.logo img {
            height: 60px;
            padding-right: 10px;
        }
        .darkHeader .menu a.logo img {
            height: 45px;
        }
    }

.menu a.logo span.site_name {
    display: block;
    width: 100%;
    padding: 0 1rem 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
}
    @media (max-width:39.9375em) {
        .menu a.logo span.site_name { font-size: .9rem; }
    }

/* PAYOFF */
.menu a.logo span.site_payoff {
    display: block;
    width: 100%;
    padding: .2rem 0 0 0;
    visibility: visible;
    height: auto;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    -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;
    }
}

/* Etiche FINE SERIE nel menu */
li.menu_item_highlighted {
    border-radius: 9px !important;
    background-color: #a7b38b !important;
}


/*********************
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) {
    body.home .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: auto;
    left: 0;
    top: 7px;
    right: 3px;
    margin: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    @media screen and (max-width: 63.9375em) { 
        a.mobilemenubutton {
            top: -80px;
            right: auto;
            left: 0;
            margin: 0;
        }
        header.darkHeader a.mobilemenubutton {
            top: -45px;
        }
    }
a.mobilemenubutton i {
    font-size: 1.6rem;
}
    .darkHeader a.mobilemenubutton i {
        color: #000;
        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;
    margin: 0 auto;
    overflow: visible;
}
    @media (max-width:1420px) {
        .maxwidthcontent {
            padding: 0 10px;
        }
    }
.maxwidthpost {
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
    @media (max-width:1220px) {
        .maxwidthpost {
            padding: 0 10px;
        }
    }

.rhombus_list {
    margin: 20px 0 10px 0;
    padding-top: 20px;
    border-top: 1px solid #a7b38b;
}
.rhombus_list .rhombus_list_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5rem;
}
.rhombus_list .rhombus_list_block p { margin-bottom: 0; }
.rhombus_list .rhombus_list_block p::first-letter { text-transform: capitalize; }
.rhombus_list .rhombus_list_block span.rhombus_label { font-weight: 700; }
.rhombus_list p i {
    display: block !important;
    box-sizing: content-box !important;
    color: #a7b38b;
    font-size: .7rem;
    line-height: 1;
    padding-right: 10px;
}
.rhombus_list .rhombus_list_block img.icon_logo_list {
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    padding-right: 10px;
}

.hr_title_and_line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.hr_title_and_line a {
    color: inherit;
    text-decoration: none;
}
span.hr_line {
    width: 80px;
    height: 1px;
    margin-right: 15px;
    border-bottom: 1px solid #a7b38b;

}
span.hr_title {
    color: #a7b38b;
    font-size: 1rem;
    text-transform: capitalize;
}
.sezioneWide1 span.hr_line { border-bottom: 1px solid #fff; }
.sezioneWide1 span.hr_title { color: #fff; }

#boxthumb {
    position: relative;
    height: 70vH;
    max-height: 980px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
    @media screen and (max-width: 69em) { 
        #boxthumb {
            height: 320px;
        }
    }
    @media screen and (max-width: 40em) { 
        #boxthumb {
            height: 270px;
        }
    }
#boxNOthumb {
    position: relative;
    height: 120px;
    background-color: #000;
}

.entry-content .brand_thumbnail { text-align: center; }
.entry-content .brand_thumbnail img {
    width: auto;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}

/*
#boxthumb .brand_thumbnail {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: right;
}
    @media (max-width:40em) {
        #boxthumb .brand_thumbnail {
            top: 0;
            transform: translate(-10px, 10%);
            width: 50%;
        }
    }
#boxthumb .brand_thumbnail img {
    width: auto;
    height: auto;
    object-fit: contain;
}
*/

.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;
    padding: .85em 1em;
    font-size: 1rem;
}
form.search-form label {
    width: calc(100% - 70px);
}
form.search-form input[type=search] {
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
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;
}

#breadcrumbs {
  width: 100%;
  max-width: 1400px;
  margin: 5px auto 0 auto;
  color: #ccc;
  font-size: .9rem;
}
    @media (max-width:1420px) {
        #breadcrumbs { padding-left: 10px; padding-right: 10px; }
    }
    


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

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

/*
 * Questo box è caricato in in_slider_repeater.php e visibile con Promo Bar attiva 
 */
.space_for_slider_under_promo_bar { height: 20px; }
    @media (max-width:64em) { .space_for_slider_under_promo_bar { height: 50px; } }
    @media (max-width:48em) { .space_for_slider_under_promo_bar { height: 50px; } }
    @media (max-width:40em) { .space_for_slider_under_promo_bar { height: 50px; } }
    @media (max-width:320px) { .space_for_slider_under_promo_bar { height: 70px; } }

.space_for_promo_bar { height: 20px; }
    @media (max-width:64em) { .space_for_promo_bar { height: 10px; } }
    @media (max-width:48em) { .space_for_promo_bar { height: 10px; } }
    @media (max-width:40em) { .space_for_promo_bar { height: 70px; } }
    @media (max-width:320px) { .space_for_promo_bar { height: 100px; } }

/* Attivo su Home */
#slide_home {
    margin-top: 60px;
    background: transparent;
}
    @media (max-width:64em) { #slide_home { margin-top: 70px; } }
    @media (max-width:48em) { #slide_home { margin-top: 90px; } }
    @media (max-width:39.9375em) { #slide_home { margin-top: 70px; } }
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image,
#slide_home .slider_link_container {
    height: 100vH;
    max-height: 1000px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
}
    @media (max-width:1399px) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .slider_link_container {
            height: 90vH;
            max-height: 870px;
        }
    }
    @media (max-width:75em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .slider_link_container {
            height: 60vH;
            max-height: 760px;
        }
    }
    @media (max-width:64em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .slider_link_container {
            height: 45vH;
            max-height: 680px;
        }
    }
    @media (max-width:48em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .slider_link_container {
            height: 35vH;
            max-height: 500px;
        }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .slider_link_container {
            height: 30vH;
            max-height: 500px;
            background-color: #f1f1f1;
        }
    }
#slide_home .gradient_overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3) );
}
#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%);
    text-align: center;
}
    @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 .subtitle_figcaption {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    padding: 3px;
    margin: 0 auto;
}
#slide_home .orbit-caption .title_figcaption { font-size: 3rem; }
#slide_home .orbit-caption .subtitle_figcaption { font-size: 1rem; }
    @media (max-width:48em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 2rem; }
        #slide_home .orbit-caption .subtitle_figcaption { font-size: .9rem; }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.6rem; }
        #slide_home .orbit-caption .subtitle_figcaption { font-size: .8rem; }
    }

#slide_home .orbit-caption .button_figcaption {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin: 10px auto;
    padding: 10px 1em;
    text-transform: none;
    border: 0;
    border-radius: 9px;
    background-color: #a7b38b;
    
}
    #slide_home .orbit-caption .button_figcaption:hover {
        background-color: #000;
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption .button_figcaption { font-size: .9rem; }
    }

#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 PICCOLE E SOPRA L'IMMAGINE */
#slide_home .orbit-bullets {
    width: 100%;
    height: auto;
    margin: -30px 0 0 0;
    overflow: hidden;
    bottom: 0;
}
#slide_home .orbit-bullets button {
    display: inline-block;
    width: 35px;
    height: 12px;
    margin: 0px .3rem;
    padding: 0;
    border: 0;
    border-radius: 9px;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    @media (max-width:40em) {
        #slide_home .orbit-bullets button {
            width: 25px;
            height: 8px;
        }
    }

#slide_home .orbit-bullets button.is-active {
    background-color: #a7b38b;
}
#slide_home .orbit-bullets span.show-for-sr {
    display: none;
}



/*********************
VIDEO HOME
*********************/

#homeVideoIntro {
    position: relative;
    width: 100%;
    height: 56.25vw; /* Mantiene il rapporto 16:9 */
    /*max-height: 100vH;*/
    margin: 0;
    margin-top: -100px;
    padding: 0;
    overflow: hidden;
}
    @media (max-width:40em) {
        #homeVideoIntro {
            margin-top: 0px;
        }
    }
/* Box per impedire le interazioni degli utenti con il video di YT */
#homeVideoIntro::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}
#youtube-bg {
    position: absolute;
    top: 0;
    left: 0;
}
#homeVideoIntro iframe,
#homeVideoIntro #youtube-bg {
    width: 100% !important;
    height: 100% !important;
}
#homeVideoIntro a.play_btn {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    bottom: 150px;
    right: 150px;
    /*transform: translate(-50%, -50%);*/
    margin: 0;
    padding: 10px 20px;
    z-index: 2;
    background-color: #000;
}
    @media (max-width:69.9375em) {
        #homeVideoIntro a.play_btn {
            bottom: 50px;
            right: 50px;
        }
    }
    @media (max-width:39.9375em) {
        #homeVideoIntro a.play_btn {
            /* bottom: -50px; */
            bottom: 5px;
            right: 5px;
        }
    }
#homeVideoIntro a.play_btn i {
    margin: 0;
    padding: 0;
    line-height: 1;
}



/*********************
(Taxonomy term)
PAGINE CATEGORIA PRODOTTO & COLLEZIONE (MARCHIO / BRAND)
 - Tamplate Categorie: MyTheme/parts/loop-page.php
 - Tamplate Marchi: MyTheme/woocommerce/taxonomy-product_brand.php
*********************/

/* BRAND / MARCHI */
#taxonomy_product_brands header.woocommerce-products-header { display: none !important; }

/* CATEGORIA PRODOTTO */
#collezioni_della_categoria {
    margin-top: 70px;
    margin-bottom: 70px;
    /* background-color: #fff; */
}
#collezioni_della_categoria .LogoCollezioneBox { text-align: center; }
#collezioni_della_categoria .LogoCollezioneBox img { 
    width: 100%;
    height: 90px;
    object-fit: contain;
    padding: 0;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    #collezioni_della_categoria .LogoCollezioneBox img:hover { padding: 4px; }

/* FAQ nella singola Collezione */
#faq_collezione {
    width: 100%;
    margin-top: 70px;
}





/*********************
LISTA BOX
VISIBILE CON 
SCORRIMENTO ORIZZONTALE
*********************/

/* Il contenitore che ospita tutti gli elementi */
.scrolling-container {
    position: relative;
    width: 1400px; /* Imposta la larghezza per mostrare 8 elementi */
    max-width: 100%;
    height: auto;
    overflow: hidden; /* Nasconde la barra di scorrimento */
    margin: 35px auto;
    padding: 10px;
}
/* Wrapper interno per gli elementi, usato per la trasformazione */
.scrolling-container .woocommerce ul.products {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
/* Ogni singolo item */
.scrolling-container .woocommerce ul.products li.product {
    flex: 0 0 auto;
    width: 315px; /* Larghezza fissa per ciascun elemento */
    margin-right: 10px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.scrolling-container .woocommerce ul.products li.last {
    margin-right: 10px;
}
.scrolling-container .woocommerce ul.products li.product:last-child {
    margin-right: 25px;
}

/* Pulsanti di navigazione sovrapposti */
.scrolling-container .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 12px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1;
}
.scrolling-container .scroll-btn.prev { left: 0px; }
.scrolling-container .scroll-btn.next { right: 0px; }



/*********************
SEZIONE CON 1 BOX solo testo
*********************/

.sezione1boxWhite {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
    float: none;
    clear: both;
}


/*********************
SEZIONE CON 3 BOX E SFONDO VERDE
*********************/

.sezione3box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
}
    .sezione3box::before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: #a7b38b;
        z-index: 0;
    }
.sezione3box .grid-x {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.sezione3box h2.section_title {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sezione3box .imgCell img {
    width: 100%;
    /*border-radius: 9px;
    -webkit-box-shadow: 0em 0.6em 0.9em #777;
    box-shadow: 0em 0.6em 0.9em #777;*/
}


/*********************
SEZIONE CON 2 BOX (testo + img)
*********************/

.sezione2box {
    margin-top: 50px;
    float: none;
    clear: both;
}

.sezione2box.NoImage {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #a7b38b;
}
.sezione2box.NoImage .grid-x {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.sezione2box .textCell {
    padding: 50px 40px;
}
.sezione2box .textCell h1,
.sezione2box .textCell h2,
.sezione2box .textCell h3 { 
    text-align: left;
    max-width: 70%;
    margin-right: 0;
    margin-left: 0;
}
    @media (max-width:48em) {
        .sezione2box .textCell h1,
        .sezione2box .textCell h2,
        .sezione2box .textCell h3 { font-size: 1.7rem; }
    }

.sezione2box.NoImage .textCell h1,
.sezione2box.NoImage .textCell h2,
.sezione2box.NoImage .textCell h3 {
    /* text-align definito inline in inc_assistenza_box.php */
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    color: #fff;
}
.sezione2box.NoImage .textCell p,
.sezione2box.NoImage .textCell a { color: #fff; }

.sezione2box .imgCell { 
    position: relative;
}
.sezione2box .imgCell img {
    width: 100%;
    height: auto;
    margin: 0;
    /*
    border-radius: 9px;
    -webkit-box-shadow: 0em 0.6em 1.2em #777;
    box-shadow: 0em 0.6em 1.2em #777;
    */
}
.sezione2box .button_box {
    display: block;
    margin-top: 40px;
}



/*********************
SEZIONE FULLPAGE
IMG GRANDE + TESTO
*********************/

.sezioneWide1 {
    margin-top:50px;
    float: none;
    clear: both;
}

.sezioneWide1 .imgCell { 
    min-height: 600px;
}
    @media (max-width:39.9375em) {
        .sezioneWide1 .imgCell {  min-height: 500px; }
    }
.sezioneWide1 .collection_logo {
    width: 100%;
    height: auto;
    /* altezza immagine inserita con shortcode "product_brand" nel file functions_single_product.php */
    margin: 0 0 20px auto;
    overflow: hidden;
}
.sezioneWide1 .imgCell img {
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: cover;
    margin: 0;
}
.sezioneWide1 .textCell {
    padding: 50px 40px;
    background-color: #a7b38b;
}
.sezioneWide1 .textCell h1,
.sezioneWide1 .textCell h2,
.sezioneWide1 .textCell h3 { 
    color: #fff;
    font-size: 2.1rem;
    text-align: left;
}
    @media (max-width:48em) {
        .sezioneWide1 .textCell h1,
        .sezioneWide1 .textCell h2,
        .sezioneWide1 .textCell h3 { font-size: 1.7rem; }
}
.sezioneWide1 p { color: #fff; }
.sezioneWide1 a.button_arrow { color: #fff; }
.sezioneWide1 .button_box {
    display: block;
    margin-top: 40px;
}



/*********************
PAGINA KNIFE GUIDE
*********************/

#kinfeguide_page { margin-top: 50px; }
#kinfeguide_page .cell {
    border-radius: 9px;
    border: 1px solid #a7b38b;
}
#kinfeguide_page .cell img {
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}
#kinfeguide_page .cell h2 { text-align: center; }
#kinfeguide_page .cell h4 {
    margin: 0;
    padding: 0;
}
#kinfeguide_page .cell h4,
#kinfeguide_page .cell h4 a {
    color: #a7b38b;
    font-size: .9rem;
}
#kinfeguide_page .button_box {
    margin-top: 25px;
}
#kinfeguide_page .button_box p { text-align: center; }




/*********************
PAGINA CONTATTI
*********************/

#contacts_box .grid-x { margin: 50px 0px;}

#contacts_box a {
    color: #a7b38b;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    /*max-width: 220px;*/
    border-radius: 9px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    overflow: visible;
    -webkit-box-shadow: 0em 0.6em 1.2em #d2dce9;
    box-shadow: 0em 0.6em 1.2em #d2dce9;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#contacts_box a:hover {
        color: #555;
        border-radius: 15px;
        -webkit-box-shadow: 0em 0.3em 0.5em #d2dce9;
        box-shadow: 0em 0.3em 0.5em #d2dce9;
    }
    @media (max-width:74em) {
        #contacts_box a { padding: 10px; }
    }
    @media (max-width:63.9375em) {
        #contacts_box a { padding: 15px; }
    }
#contacts_box a i {
    width: 100%;
    font-size: 2rem;
    padding-bottom: 1.5rem;
}
    @media (max-width:74em) {
        #contacts_box a i { padding-bottom: 0; }
    }
    @media (max-width:48em) {
        #contacts_box a i { font-size: 1.6rem; }
    }
#contacts_box a span.link_description {
    display: block;
    width: 100%;
}
    @media (max-width:48em) {
        #contacts_box .grid-x .cell a span.link_description.hide_mobile { display: none; }
    }
    @media (max-width:74em) {
        #contacts_box a span.link_description {font-size: .9rem; }
    }
    @media (max-width:63.9375em) {
        #contacts_box a span.link_description {font-size: 1rem; }
    }



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

#stories_main_cats { margin-top: 35px; }
#stories_main_cats p { margin-bottom: 0; }
#stories_main_cats a { width: 100%; }

body.home #food_stories { margin-top: 50px; }

#loopblog {
    width: 100%;
    max-width: 1400px;
    margin: 0;
    margin-top: 3em;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#loopblog > .cell {
    margin-bottom: 50px;
    border-radius: 0;
    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 {
        border-radius: 10px !important;
        background-color: transparent;
        overflow: hidden !important;
    }
#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,
#loopblog p,
#loopblog a { text-decoration: none !important; }

#loopblog  h2.looptitle {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: 20px 5px;
}
#loopblog p {
    text-align: center;
    padding: 0;
}
#loopblog  p.entry-date {
    font-size: .9rem;
    color: #777;
    margin: 0;
    padding: 15px 0 5px 0;
}



/*********************
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 {
    position: absolute;
    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%);*/
    transform: translate(70%, -50%);
    background-color: #a7b38b; 
}

.woocommerce ul.products li.product { text-align: left; }
.woocommerce ul.products li.product a {  }

/* PULSANTI */
.woocommerce a.add_to_cart_button {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 auto;
}
.woocommerce a.add_to_cart_button::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        content: "\f290" !important;
        padding-right: 7px;
}
ul.products li.product a.add_to_cart_button {  }

@media (max-width:69.9375em) {
    ul.products li.product a.add_to_cart_button { font-size: .9rem; }
}
@media (max-width:39.9375em) {
    ul.products li.product a.add_to_cart_button { font-size: .8rem; }
}

.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: #a7b38b;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 10px;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 9px;
    border: 1px solid #a7b38b;
    background-color: transparent;
}
    .woocommerce ul.products li.product a.added_to_cart.wc-forward:hover {
        color: #fff;
        background-color: #a7b38b;
    }


/* PREZZO  */
div.single-product .summary .price {
    margin: 20px 0 10px 0;
    padding-top: 20px;
    border-top: 1px solid #a7b38b;
}
.woocommerce ul.products li.product .price,
.woocommerce-Price-amount.amount {
    color: #000;
}
.woocommerce ul.products li.product .price {
    font-size: 1rem;
    text-align: left;
}
    /* Prezzi in offerta nel loop */
    .woocommerce ul.products li.product .price ins {
        text-decoration: none;
    }
    .woocommerce ul.products li.product .price del {
        font-size: 1rem;
        opacity: .7;
    }
.woocommerce-Price-currencySymbol {
    font-size: .8em;
    padding-right: 15px;
}

/* */
.woocommerce ul.products li.product-type-variable .price,
.woocommerce ul.products li.product .price ins { font-weight: 400 !important; }

.woocommerce ul.products li.product-type-variable .price span:nth-child(2),
.woocommerce ul.products li.product-type-variable .price span:nth-child(3),
.woocommerce ul.products li.product-type-variable .price del {
    display: none !important;
}
ul.products li.product-type-variable .price::before { 
    position: relative;
    padding-right: 3px;
}
html[lang="it-IT"] li.product-type-variable .price::before { content: "Da" !important; }
html[lang="en-GB"] li.product-type-variable .price::before { content: "From" !important; }
html[lang="en-US"] li.product-type-variable .price::before { content: "From" !important; }
html[lang="fr-FR"] li.product-type-variable .price::before { content: "À partir de" !important; }
html[lang="de-DE"] li.product-type-variable .price::before { content: "Ab" !important; }


/* Prezzo dei prodotti variabili */
.summary .woocommerce-Price-currencySymbol {
    font-weight: 400;
}
.summary .price .amount {
    font-size: 2rem;
    font-weight: 400;
}

/* Prezzo dei prodotti variabili */
.summary .woocommerce-variation-price {
    margin-top: 25px;
    margin-bottom: 30px;
}
.product-type-variable .summary > .price { display: none !important; }

/* Prezzi in offerta nel prodotto */
.summary .price ins {
    text-decoration: none;
}
/*
.woocommerce div.product p.price ins .woocommerce-Price-amount,
.woocommerce div.product span.price ins .woocommerce-Price-amount.amount {
    color: #f74141;
}
*/
.summary .price del .amount {
    font-size: 1rem;
    color: #000;
    opacity: .7;
}

/* Badge sulla pagina prodotto - Nel loop è gestito da "functions_single_product.php" con funzione "append_badge_to_all_price" */
.discount-badge {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    padding: 3px 8px;
    border-radius: 7px;
    background-color: #000;
}
.discount-badge.label_blackfriday {
    margin-left: 3px;
}

/* Disattivo i badge con la percentuale di sconto sui prodotti correlati */
            /* 
            ATTENZIONE!
            Questo stile è stato inserito ANCHE in functions_single_product.php per renderlo attivo da subito senza attendere il reset della cache dei browser!!!
            ELIMINARE DA functions_single_product.php DOPO IL 23-11-2025
            */
.mabe23_upsells .discount-badge { display: none !important; }

.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new { display: none !important; }

/* ON SALE */
.woocommerce span.onsale {
    top: 3em;
    font-size: .8rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    min-height: 1em;
    padding: 5px 10px;
    border-radius: 9px;
    background-color: #f74141;
}

#random_products_list {
    width: 100%;
    float: none;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 0;
}
#random_products_list .maxwidthcontent { overflow: visible; }
body.woocommerce-cart #random_products_list {
    padding-top: 0 !important;
}
#random_products_list .box_products_list {
    padding-top: 20px;
}

ul.products li.product .quantity .qty,
.woocommerce .quantity .qty {
    width: 60px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    @media (max-width:39.9375em) {
        ul.products li.product .quantity .qty,
        .woocommerce .quantity .qty {
            width: 50px;
            font-size: 14px
        }
    }

/* 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;
}
*/

/* 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: "\f290" !important;
    }
*/
.woocommerce ul.products a.button {
    display: block;
}
/* OUT OF STOCK - ESAURITO */
.woocommerce ul.products li.outofstock span.loop_outofstock_label {
    position: absolute;
    top: 20%;
    right: -3px;
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #a7b38b;
}
.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;
    border-radius: 9px;
    background-color: #fff;
    overflow: hidden;
}
    @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 */
.White_Space_before_ProductTitle { height: 220px; }
    @media (max-width:69.9375em) { .White_Space_before_ProductTitle { height: 220px; } }
    @media (max-width:39.9375em) { .White_Space_before_ProductTitle { height: 110px; } }
.newImgSummaryBox {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
body.single-product .flex-viewport,
body.single-product .flex-control-thumbs li {
    background-color: #f7f7f7;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 5px);
    margin: 5px 5px 0 0;
}

.summary .hr_title_and_line { justify-content: flex-start; }

.testo_evidenza_single_product {
    color: #fff;
    margin: 1rem 90px 1rem 0;
    padding: .2em .5em;
    border-radius: 9px;
    background-color: #a7b38b;
}

.testo_evidenza_cart_and_checkout {
    color: #000;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1em .5em;
    background-color: #fff;
    border-left: 10px solid #a7b38b;
    background-color: #f8f8f8;
}
.testo_evidenza_cart_and_checkout > strong { color: #a7b38b; }


/* SKU + CATEGORIA + TAG BESTSELLER */

.sku_and_bestseller,
.product_page_category {
    display: block;
    overflow: hidden;
}
.product_page_sku,
.product_page_category a {
    color: #000;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.utilizzo_testuale {
    color: #a7b38b;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}

div.single-product span.bestseller_tag,
ul.products li.product span.bestseller_tag {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 9px;
    background-color: #000;
}

div.single-product span.bestseller_tag {
    position: relative;
    margin-left: 20px;
}

ul.products li.product span.bestseller_tag {
    display: inline-block;
    margin-bottom: 10px;
    /*
    position: absolute;
    top: 0;
    left: 0;
    margin: -.5em 0 0 -.5em;
    */
}
    @media (max-width:39.9375em) {
        ul.products li.product span.bestseller_tag {
            /*
            top: 15px;
            left: -5px;
            */
        }
    }

div.single-product span.news_tag {
    position: relative;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase !important;
    line-height: 1;
    padding: 4px 5px;
    border-radius: 4px;
    background-color: #f74141;
}
    @media (max-width:39.9375em) {
        ul.products li.product span.news_tag {
            top: 15px;
            left: -5px;
        }
    }

ul.products li.product span.news_tag {
    position: absolute;
    top: 25px;
    left: 0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase !important;
    line-height: 1;
    padding: 4px 5px;
    border-radius: 4px;
    background-color: #f74141;
}

.summary h1.product_title { 
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
    text-align: left;
}
h2.woocommerce-loop-product__title {
    min-height: 65px;
}
    @media (max-width:40em) {
        h2.woocommerce-loop-product__title {
            min-height: 110px;
        }
    }
h1.product_title .what_cut_icons,
h2.woocommerce-loop-product__title .what_cut_icons {
    display: inline-block;
    padding-left: 15px;
    white-space: nowrap;
}
    @media (max-width:40em) {
        h2.woocommerce-loop-product__title .what_cut_icons {
            display: block !important;
            padding-left: 0 !important;
        }
    }
h1.product_title .what_cut_icons i,
h2.woocommerce-loop-product__title .what_cut_icons i {
    color: #a7b38b;
}

h1.product_title .what_cut_icons img,
h2.woocommerce-loop-product__title .what_cut_icons img {
    display: inline-block !important;
    height: auto !important;
    margin: 0 !important;
    object-fit: unset !important;
    object-position: unset !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: unset !important;
}
h1.product_title .what_cut_icons img {
    width: 60px !important;
    padding-left: 10px;
}
h2.woocommerce-loop-product__title .what_cut_icons img {
    width: 40px !important;
    padding-left: 5px;
}

.woocommerce-product-details__short-description {
    /*padding-top: 35px;*/
    padding-top: 0;
    padding-bottom: 35px;
}

#descrizione_aggiuntiva.accordion {
    padding-bottom: 35px;
    border: 0;
    background-color: transparent;
}
#descrizione_aggiuntiva .accordion-item { border: 0; }
#descrizione_aggiuntiva .accordion-title {
    display: inline-block;
    color: #a7b38b;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 37px 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 9px;
    border: 1px solid #a7b38b;
    background-color: transparent;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    #descrizione_aggiuntiva .accordion-title:hover {
        color: #fff;
        border-color: transparent;
        background-color: #a7b38b;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    
#descrizione_aggiuntiva .accordion-content {
    border: 0;
    background-color: #f7f7f7;
}

#caratteristiche_principali_list {
    padding-bottom: 35px;
}
.summary h2 {
    display: none;
}
.woocommerce div.product form.cart { margin-bottom: .5em; }

.purchase_note {}
.purchase_note p { margin-bottom: .25em; }
.purchase_note i {
    color: #a7b38b;
    padding-right: 9px;
}
.purchase_note img { 
    height: 15px !important;
    width: auto !important;
}

/* Tabelle Shop Attributes */
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;
}
.woocommerce table.shop_attributes { margin-bottom: 0 !important; }
table.shop_attributes tr,
table.woocommerce-product-attributes tr { 
    border-top: none !important;
    border-bottom: 1px solid #bbb !important;
}
.woocommerce table.shop_attributes th {
    min-width: 25%;
    font-weight: 400;
}
table.woocommerce-product-attributes tr:nth-child(2) {
    border-top: 1px solid #a7b38b;
    border-bottom: 1px solid #a7b38b;
}
.woocommerce table.shop_attributes td { font-style: normal; }

.product_meta { display: none; }

/* 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 {
    width: 100%;
    max-width: 400px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.value {
    padding: 0px .625rem 0px 0;
}
.woocommerce div.product form.cart .variations tbody { border: none; }
.woocommerce div.product form.cart .variations label,
.woocommerce div.product form.cart .variations .label {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.4375rem; /* Altezza del tag SELECT */
    background: transparent;
}
.woocommerce div.product form.cart .variations th.label { padding-right: 25px; }
.woocommerce div.product form.cart .variations label::after { content: ': '; }
.woocommerce div.product form.cart .variations select {
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce div.product form.cart .variations select#gift-card-amount {
    min-width: 170px;
}
.woocommerce div.product form.cart .reset_variations {
    color: #000;
    font-size: .8rem;
    padding: 3px 27px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    border-radius: 0;
    border: 1px solid #000;
    background-color: transparent;
}

/* CARATTERISTICHE TECNICE */
#spec_list {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
#spec_list .product_specification_table h2 { display: none; }
#spec_list .product_specification_table h2 { display: none; }
#spec_list .spec_field_label {
    font-family: "Playfair Display", serif  !important;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: none;
}
    @media (max-width:39.9375em) {
        #spec_list .spec_field_label  { }
    }
#spec_list .spec_field_value { padding-left: 25px; }
#spec_list p {
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
}

/* 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: #a7b38b;
    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: 9px;
    border: 1px solid transparent;
    background-color: #a7b38b;
}
    a.shipping-calculator-button:hover, a.shipping-calculator-button:visited, a.shipping-calculator-button:focus {
        color: #fff;
        border: 1px solid #a7b38b;
        background-color: #000;
}
*/

/* CARRELLO / CHECKOUT */
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}
table.wc-block-cart-items thead th {
    padding: 8px !important;
}
table.wc-block-cart-items tr:nth-child(2n) { background-color: #f7f7f7; }
section.entry-content > div.wc-block-checkout {
    margin-top: 50px;
}
section.entry-content > div.wc-block-checkout a.wc-block-checkout__login-prompt {
    position: absolute;
    top: -25px;
    right: 0;
}
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button { font-weight: 700; }
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button { color: #a7b38b; }

/* 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 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.woocommerce-notices-wrapper > div {
    background-color: #fff;
}

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

.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 #1dd679;
    background-color: rgba(0,0,0,.1);
}
.woocommerce-message::before  { color: #1dd679; }

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

/*
 * 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 {
}

/*
 * 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: #000;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}


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

.reveal-overlay { background-color: rgba(0,0,0,.70); }

.accordion {
    padding-bottom: 35px;
    border: 0;
    background-color: transparent;
}
.accordion-item {
    border: 0;
    margin-bottom: 2px;
}
.accordion-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 27px;
    text-transform: none;
    text-decoration: none;
    border-radius: 0;
    border: none;
    background-color: #000;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    .accordion-title:hover,
    .accordion-title:focus {
        color: #000;
        border-color: transparent;
        background-color: #fff;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
.accordion-content {
    border: 0;
    background-color: #f7f7f7;
}

.tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    border: none;
    background: transparent;
}
.tabs-title {
    border-radius: 0;
    border: 1px solid #fff;
    border-bottom: none;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    overflow: hidden;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    .tabs-title:hover {
        border-bottom: none;
    }
.tabs-title > a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    background-color: #a7b38b;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    .tabs-title > a:hover {
        color: #fff;
        background-color: #000;

    }
    .tabs-title > a:focus,
    .tabs-title > a[aria-selected=true] {
        color: #000;
        background-color: #f7f7f7;

    }
.tabs-content {
    border: none;
    background-color: #f7f7f7; 
}

#accordion_tab .tabs-title,
#accordion_tab .tabs-title>a {
    outline: none !important;
}

header.header_image_title_bar h1,
div.header_image_title_bar h1 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: transparent;
}
.White_Space_before_PageTitle {
    height: 190px;
    background-color: transparent;
    /*height: 112px;*/
}
    @media screen and (max-width: 40em) { 
        .White_Space_before_PageTitle {
            height: 90px;
            /*height: 82px;*/
        }
    }
.White_Line_before_PageTitle {
    height: 5px;
}

.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: 70px;*/
    background-color: transparent;
}

.cell.socialAndNews,
.cell.linkAndInfo { padding: 70px 50px; }
    @media screen and (max-width: 39.9375em) {
        .cell.socialAndNews,
        .cell.linkAndInfo { padding: 70px 30px; }
    }
.cell.socialAndNews { background-color: #fff; }
.cell.linkAndInfo { background-color: #000; }

footer h3, footer h4, footer p, footer a { text-align: left; }
footer .socialAndNews h3, footer .socialAndNews h4, footer .socialAndNews p, footer .socialAndNews a { color: #000; }
footer .cell.linkAndInfo h3, footer .cell.linkAndInfo h4, footer .cell.linkAndInfo p, footer .cell.linkAndInfo a { color: #eee; }
footer p, footer a { font-size: 1rem; }

.hr_title_and_line { justify-content: flex-start; }
span.hr_line {}

footer a {
    text-decoration: none;
    padding: 0;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    footer a::after {
        content: '⟶';
        position: relative;
        padding-left: 10px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    footer a:hover {
        color: #a7b38b;
    }
    footer a:hover::after {
        padding-left: 15px;
    }

footer .hr_title_and_line { justify-content: flex-start; }
footer a.social {
    color: #a7b38b;
    font-size: 1.5rem;
    padding: 0 7px 0 7px;
    text-decoration: none;
}
    footer a.social:hover { color: #000; }
    footer a.social::after {
        content: none;
        display: none;
    }

/* FOOTER CREDITS */
p.credits,
p.credits a {}
    p.credits a:hover {}
    p.credits a::after {
        content: none;
        display: none;
    }
        
/* 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: #a7b38b;
    }
#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 */




/*********************
BREVO FORM
*********************/

.sib-form,
#sib-container,
.sib-form-block {
    position: relative !important;
    font-size: inherit !important;
    padding: 0 !important;
    background: transparent !important;
}
#sib-form-container #error-message {
    color: #ff4949;
    background-color: transparent;
}
#sib-form-container #success-message {
    color:#a7b38b;
    background-color: transparent;
}
#sib-form .entry__field {
    border: 0;
    border-radius: 0;
    margin: 0;
}
    #sib-form .entry__field:hover,
    #sib-form .entry__field:focus,
    #sib-form .entry__field:focus-within {
        box-shadow: 0 !important;
    }

#sib-form input {
    padding: .5rem .5rem 1px .5rem;
    border: 0;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
    #sib-form input::placeholder { color: #777; }

.sib-radiobutton-group .entry__choice {
    display: inline-block;
    width: calc(49% - 10px);
    padding-right: 10px !important;

}

#sib-form .entry__label { font-weight: 400; }
#sib-form .entry__label::after { color: #777; }

#sib-form button.button { width: 100%; }

.sib_field_container {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
    @media screen and (max-width: 40em) {
        .sib_field_container {}
    }

footer.footer .sib_field_container {
    width: calc(49% - 20px);
    padding: 0 10px !important;
}
    @media screen and (max-width: 40em) {
        footer.footer .sib_field_container {
            width: 100%;
            padding: 0;
        }
    }

/* Popup - Reveal Modal di Zurb Foundation */
#popup_newsletter {
    padding: 0 !important;
}
    @media print, screen and (min-width: 40em) {
        #popup_newsletter.reveal.small {
            width: 90%;
            max-width: 75rem;
        }
    }
#popup_newsletter .popup_img {
    background-image: url('https://www.betcoltelleria.com/wp-content/uploads/DSC9531-Edit-copia.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.button_popup_newsletter {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
    @media screen and (max-width: 40em) {
        .button_popup_newsletter {
            left: 50%;
            right: 5px;
            transform: translateX(0%);
        }
    }
.button_popup_newsletter .open_modal_btn {
    border-radius: 15px;
    /* border: 1px solid #aaa !important; */
    background-color: #000;
    -webkit-box-shadow: 0 4px 13px rgb(255 255 255 / 50%), 0 1px 13px rgb(255 255 255 / 50%);
    box-shadow: 0 4px 13px rgb(255 255 255 / 50%), 0 1px 13px rgb(255 255 255 / 50%);
    /*
    -webkit-box-shadow: 0 4px 13px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
    box-shadow: 0 4px 13px rgb(50 50 93 / 50%), 0 1px 13px rgb(0 0 0 / 50%);
    */
}
    .button_popup_newsletter .open_modal_btn:visited,
    .button_popup_newsletter .open_modal_btn:focus {
        background-color: #a7b38b;
    }

#popup_newsletter a.close-button {
    position: relative !important;
    top: auto;
    right: auto;
    color: #000 !important;
    font-size: 1rem !important;
    position: relative !important;
}


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

.ContactForm {
    margin-top: 70px;
    margin-bottom: 70px;
}
.footer .ContactForm {
    margin-top: 30px;
    margin-bottom: 0px;
}
.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: #000; }
    .wpcf7 input::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder { color: #777; }
.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 #000;
    -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 #000;
    }
.wpcf7 textarea {
    height: 6em;
    border: 1px solid #000 !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: #a7b38b;
    margin-bottom: 2rem;
}
.wpcf7 label i {
    color: #a7b38b;
    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: 9px;
    background-color: #a7b38b;
    -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;
}
    .wpcf7 input[type=submit]:hover  {
        color: #fff;
        background-color: #000;
    }
.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
*********************/

/* Filtri offCanvas */
.FilterButtonBox { }
.FilterButtonBox.FilterSingleProduct {
    position: fixed;
    /* top: 220px; */
    top: 30vH;
    left: 10px;
    right: auto;
    z-index: 20;
}
    @media screen and (max-width: 64em) {
        .FilterButtonBox.FilterSingleProduct {
            top: 140px;
            left: 5px;
        }
    }
.FilterButtonBox.FilterShopPage {
    position: fixed;
    top: 220px;
    left: 10px;
    right: auto;
    z-index: 20;
}
    @media screen and (max-width: 64em) {
        .FilterButtonBox.FilterShopPage {
            top: auto;
            bottom: 10px;
        }
    }

#offCanvasFilter {
    z-index: 9999;
    width: 350px;
}
    @media screen and (max-width: 40em) {
        #offCanvasFilter {
            width: 300px;
        }
    }
    @media screen and (max-width: 320px) {
        #offCanvasFilter {
            width: 280px;
        }
    }

.js-off-canvas-overlay { background: rgba(0, 0, 0, .3); }

/*.searchandfilter > ul > li:has(ul:empty) { display: none !important; }*/


li.sf-field-taxonomy-product_cat ul.children { display: none !important; } /* nascondo le categorie child dal filtro */

#offCanvasFilter .searchandfilter { margin: 5px 10px; }
#offCanvasFilter .searchandfilter li[data-sf-field-type="post_meta"],
#offCanvasFilter .searchandfilter li[data-sf-field-type="taxonomy"],
#offCanvasFilter .searchandfilter li[data-sf-field-type="search"] {
    width: 100%;
    float: none;
    margin-top: 25px;
}
#offCanvasFilter .searchandfilter li[data-sf-field-type="post_meta"],
#offCanvasFilter .searchandfilter li[data-sf-field-type="taxonomy"],
#offCanvasFilter .searchandfilter li[data-sf-field-type="search"] {
    width: 100%;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul,
.searchandfilter li[data-sf-field-input-type="checkbox"] ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#offCanvasFilter .searchandfilter li[data-sf-field-input-type="radio"] ul li,
#offCanvasFilter .searchandfilter li[data-sf-field-input-type="checkbox"] ul li,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_elettrico,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_induzione,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_ceramica,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_gas,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_bbq,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_forno {
    /*display: inline-block;*/
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
/* Nascondo una riga in base all'ID del form S&F: */
#offCanvasFilter #search-filter-form-986 .sf-field-search label,
#offCanvasFilter #search-filter-form-1641 .sf-field-search label,
#offCanvasFilter #search-filter-form-3777 .sf-field-search label,
#offCanvasFilter #search-filter-form-3800 .sf-field-search label {
    display: none !important;
}
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_elettrico,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_induzione,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_ceramica,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_gas,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_bbq,
#offCanvasFilter .searchandfilter li.sf-field-post-meta-adatto_per_forno {
    float: left;
    margin: 0;
    padding: 0;
}

#offCanvasFilter .searchandfilter li[data-sf-field-input-type="radio"] ul li input,
#offCanvasFilter .searchandfilter li[data-sf-field-input-type="checkbox"] ul li input {
    margin-top: 0;
}
#offCanvasFilter .searchandfilter li[data-sf-field-input-type="checkbox"] label.sf-label-checkbox {
    font-size: .7rem;
    text-transform: uppercase;
}

#offCanvasFilter .searchandfilter li[data-sf-field-type="post_meta"] label,
#offCanvasFilter .searchandfilter li[data-sf-field-type="taxonomy"] label,
#offCanvasFilter .searchandfilter li[data-sf-field-type="search"] label {
    display: flex;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
#offCanvasFilter .searchandfilter li[data-sf-field-input-type="range-slider"] label {
    display: inline-block !important;
}
#offCanvasFilter .searchandfilter .meta-slider {
    max-width: 100%;
}

.searchandfilter li.sf-field-submit,
.searchandfilter li.sf-field-reset { margin-top: 25px; }
.searchandfilter li.sf-field-reset input,
.searchandfilter li.sf-field-submit input {
    display: inline-block;
    width: 100%;
}


/* Filtri visibili */
.searchandfilter { margin: 50px 5px; }
.searchandfilter ul { margin: 0; }
.searchandfilter select.sf-input-select {
    min-width: 120px;
}
.searchandfilter li[data-sf-field-type="post_meta"],
.searchandfilter li[data-sf-field-type="taxonomy"],
.searchandfilter li[data-sf-field-type="search"],
.searchandfilter .sf-field-reset,
.searchandfilter .sf-field-submit {
    display: inline-block;
    padding: 5px;
    margin-top: 0;
    padding-top: 0;
}
.searchandfilter li[data-sf-field-type="post_meta"],
.searchandfilter li[data-sf-field-type="taxonomy"],
.searchandfilter li[data-sf-field-type="search"] {
    width: 25%;
    float: left;
}
    @media screen and (max-width: 40em) { /* small-12 */
        .searchandfilter li[data-sf-field-type="post_meta"],
        .searchandfilter li[data-sf-field-type="taxonomy"],
        .searchandfilter li[data-sf-field-type="search"] {
            width: 100%;
            float: none;
        }
    }
.searchandfilter li[data-sf-field-type="post_meta"] label,
.searchandfilter li[data-sf-field-type="taxonomy"] label,
.searchandfilter li[data-sf-field-type="search"] label {
    width: 100%;
}
.searchandfilter h4 {
    position: relative;
    /* color: #fff; */
    font-size: 1em;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px 3px;
    background-color: #f7f7f7;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li,
.searchandfilter li[data-sf-field-input-type="checkbox"] ul li {
    display: inline-block;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li.sf-item-0 { /* nascondo il radio-button "All items" */
    display: none;
}
.searchandfilter li[data-sf-field-input-type="radio"] ul li,
.searchandfilter li[data-sf-field-input-type="checkbox"] ul li {
    padding: 0;
}
.searchandfilter input.sf-input-radio,
.searchandfilter input.sf-input-checkbox {
    margin-bottom: 0;
}

/* filtro grafico slider */
#offCanvasFilter .searchandfilter li[data-sf-field-input-type="range-slider"] { text-align: center; }
.searchandfilter .noUi-connect { background-color: #aaa; }
.searchandfilter .sf-range-postfix { padding-left: 5px; }

.searchandfilter li[data-sf-field-type="taxonomy"] select { border: 1px solid #000; }
.searchandfilter li[data-sf-field-type="search"] input {
    font-weight: 300;
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}
.searchandfilter .sf-field-reset,
.searchandfilter .sf-field-submit {
    display: inline-block;
    width: 49%;
    padding-bottom: 30px;
}
    @media screen and (max-width: 320px) {
        .searchandfilter .sf-field-reset,
        .searchandfilter .sf-field-submit{
            
        }
    }
.searchandfilter input[type=submit] {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 27px;
    text-transform: uppercase;
    border: none;
    border-radius: 9px;
    background-color: #a7b38b;
    cursor: pointer;
}
    .searchandfilter input[type=submit]:hover {
        color: #fff;
        background-color: #000;
    }
.searchandfilter .meta-slider {
    max-width: 250px;
    width: calc(100% - 30px);
    margin-left: 0;
    margin-right: auto;
}
.searchandfilter select option:checked {
    color: #fff;
    background-color: #a7b38b;
}

#searchBox li.sf-field-search {
    display: inline-block;
    width: 70%;
    margin-bottom: 0;
}
#searchBox li.sf-field-search input {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #000;
}

#searchBox .sf-field-submit {
    display: inline-block;
    width: 30%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}



/*********************
 * 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: #000;
    border-color: #a7b38b;
    background: #ebe9eb;
}



/*********************
 * BREADCRUMBS
*********************/
#main.site-main > .woocommerce-breadcrumb { display: none !important; }



/*********************
 * 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;
}



/*********************
POPUP MAKER
*********************/

/* Titolo "ufficiale" nascosto e disattivato anche da backend in functions.php */
.pum-title { display: none !important; }



/*********************
WPML
*********************/

ul#main-nav li.wpml-ls-slot-2 { width: auto; }
    @media screen and (min-width: 64em) { 
        ul#main-nav li.wpml-ls-slot-2 { display: none !important; }
    }

#header_wpml_lang_switch_desk {
}
    @media screen and (max-width: 40em) {
        #header_wpml_lang_switch_desk {
            display: none;
        }
    }

#header_wpml_lang_switch_mob {
    display: none;
}
    @media screen and (max-width: 40em) {
        #header_wpml_lang_switch_mob {
            display: block;
            width: 100%;
            margin-top: 15px;
            border-top: 1px solid #333;
        }
    }
    #header_wpml_lang_switch_mob ul li {
        width: 35px;
    }

#header_wpml_lang_switch_desk a {
    font-size: 1rem;
    font-weight: 100;
    letter-spacing: 2px;
}

/*#footer_wpml_widget { border-bottom: 1px solid #333; }*/
/*#footer_wpml_widget > div > ul { text-align: center !important; }*/

#footer_wpml_widget {
    color: #eee;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5em;
    padding-bottom: 50px;
}
#footer_wpml_widget > div,
#footer_wpml_widget .wpml-ls-legacy-list-horizontal {
    display: inline-block;
    width: auto;
    padding: 0;
    vertical-align: middle;
}
#footer_wpml_widget a::after { display: none !important; }




/*********************
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; }
    
}