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


/* 
 * COLORS
 * 
 * Gold: #a29344
 * Gray: #5a5b5a
 * Black: #000
 */


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

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

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

h1, h2, h3, h4, h5, h6, .wp-block-woocommerce-product-new .wc-block-grid__product-title {
    font-family: 'Bellota Text', sans-serif !important;
}

body, p, a, ul, ol, li, table, input, textarea {
    font-family: 'Bellota Text', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .wp-block-woocommerce-product-new .wc-block-grid__product-title {
    color: #ae9874;
    line-height: 1.1em;
    text-transform: none;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1 { font-size: 1.8rem; }
h2, .wp-block-woocommerce-product-new .wc-block-grid__product-title { font-size: 1.6rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.2rem; }

.page-title {
    font-size: 1.6rem;
}

.pretitle {
    font-size: .8rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

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

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

    @media (max-width:48em) {
    }
    @media (max-width:39.9375em) {
    }

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

a.button, .button,
a.wc-block-cart__submit-button, .wc-block-cart__submit-button,
a.wc-block-components-checkout-place-order-button, .wc-block-components-checkout-place-order-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.wp-block-woocommerce-product-new .add_to_cart_button {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    /*background-color: #a29344;*/
    background: linear-gradient( to right, #a29344, #5a5b5a );
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    button:hover, a.button:hover, .button:hover,
    a.wc-block-cart__submit-button:hover, .wc-block-cart__submit-button:hover,
    a.wc-block-components-checkout-place-order-button:hover, .wc-block-components-checkout-place-order-button:hover,
    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
    .wp-block-woocommerce-product-new .add_to_cart_button:hover {
        color: #fff;
        background-color: #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,
    .wp-block-woocommerce-product-new .add_to_cart_button:focus  {
        color: #fff;
        background-color: #000;
    }
a.button_white,
.woocommerce a.button_white, .woocommerce button.button_white, .woocommerce input.button_white {
    color: #a29344;
    padding: 9px 26px;
    border: 1px solid #a29344;
    background-color: transparent;
}
    a.button_white:hover,
    .woocommerce a.button_white:hover, .woocommerce button.button_white:hover, .woocommerce input.button_white:hover {
        color: #fff;
        background-color: #a29344;
    }

a.button_link,
.woocommerce a.button_link, .woocommerce button.button_link, .woocommerce input.button_link,
.woocommerce a.add_to_cart_button, .woocommerce button.add_to_cart_button, .woocommerce input.add_to_cart_button,
.woocommerce a.add_to_cart, .woocommerce button.add_to_cart, .woocommerce input.add_to_cart {
    color: #a29344;
    text-decoration: none;
    padding: 3px 12px;
    border-bottom: 1px solid #a29344;
    background-color: transparent;
    background: transparent;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    a.button_link::after,
    .woocommerce a.button_link::after, .woocommerce button.button_link::after, .woocommerce input.button_link::after,
    .woocommerce a.add_to_cart_button::after, .woocommerce button.add_to_cart_button::after, .woocommerce input.add_to_cart_button::after,
    .woocommerce a.add_to_cart::after, .woocommerce button.add_to_cart::after, .woocommerce input.add_to_cart::after {
        position: relative;
        content: "→";
        padding-left: 5px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    a.button_link:hover,
    .woocommerce a.button_link:hover, .woocommerce button.button_link:hover, .woocommerce input.button_link:hover,
    .woocommerce a.add_to_cart_button:hover, .woocommerce button.add_to_cart_button:hover, .woocommerce input.add_to_cart_button:hover,
    .woocommerce a.add_to_cart:hover, .woocommerce button.add_to_cart:hover, .woocommerce input.add_to_cart:hover {
        padding-right: 8px;
    }
    a.button_link:hover::after,
    .woocommerce a.button_link:hover::after, .woocommerce button.button_link:hover::after, .woocommerce input.button_link:hover::after,
    .woocommerce a.add_to_cart_button:hover::after, .woocommerce button.add_to_cart_button:hover::after, .woocommerce input.add_to_cart_button:hover::after,
    .woocommerce a.add_to_cart:hover::after, .woocommerce button.add_to_cart:hover::after, .woocommerce input.add_to_cart:hover::after {
        padding-left: 9px;
    }

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

select {
    /*
    border-radius: 9px;
    border: 1px solid #a29344;
    */
    border: 0;
    background-color: transparent;
    /* uniformato agli altri pulsanti */
    color: #a29344;
    text-decoration: none;
    border-bottom: 1px solid #a29344;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    /* posizione ferccia verso il basso */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28174, 152, 116%29'></polygon></svg>");
    background-position: right .5rem center;
    padding-right: 0.5rem;
}
select option { font-size: 1rem; }
select option:checked {
    color: #fff;
    background-color: #a29344;
}
option:not(:checked) {
    color: #a29344;
    background-color: #fff; 
}

.select2.select2-container,
.select2-selection.select2-selection--single,
.select2-selection__rendered {
    height: auto;
}
span#select2-orddd_lite_time_slot-container {
    padding: .5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: .7rem;
}

.label {
    color: #000;
    font-size: 1rem;
    white-space: wrap;
    background-color: transparent;
}



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

/* EFFETTI PRINCIPALI SU SCROLL */
header.header {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999; /* IUBENDA BOX è impostato su 10000 */
    background: linear-gradient( to bottom, rgba(180,180,180, .95), rgb(230,230,230, 0) );
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
    @media (max-width:48em) {
        header.header {
            -moz-transition: all .3s;
            -o-transition: all .3s;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            transition: all .3s;
        }
    }
    header.darkHeader {
        background: rgba(240,240,240,0.95);
    }
#top-bar-menu {
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}
.top-bar-menu.maxwidthcontent { overflow: visible; }
.top-bar, .top-bar ul {
    background-color: transparent;
}
    .darkHeader .top-bar {
        padding: 3px 0;
    }

ul.submenu.is-dropdown-submenu {
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.7);
}
    .darkHeader ul.submenu.is-dropdown-submenu {
        background-color: #f5f5f5;
    }
    @media (max-width:39.9375em) { /* 39.9375em oppure 63.9375em */
        ul#main-nav ul.submenu.is-accordion-submenu { padding-left: 20px; }
        .is-dropdown-submenu {
            position: relative;
            top: auto !important;
            right: auto !important;
            left: auto !important;
            z-index: 1;
            display: block;
            min-width: 200px;
            border: 0;
            background-color: #f5f5f5;
        }
    }

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

        
/* PAGINA ATTIVA */
.menu .active > a,
.menu .is-active > a {
    color: #a29344 !important;
    border-bottom: 1px solid #a29344  !important;
    background: transparent;
}
    header.header.darkHeader .active > a,
    header.header.darkHeader .is-active > a {
        color: #a29344 !important;
        border-bottom: 1px solid #a29344  !important;
    }
.dropdown.menu>li.is-active > a {
    color: #fff;
    background: transparent;
}

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


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

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

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


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

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



/* MENU A TENDINA SULLE MEDIUM media queries COME SULLE SMALL media queries: */
/*
@media screen and (max-width: 63.9375em) {
    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 {
    margin-top: 10px;
    padding: 10px;
    border-radius: 9px;
    -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%);
    background-color: #f5f5f5 !important;
}

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

.single_section {
    margin-top: 70px;
}

#boxthumb {
    position: relative;
    height: 60vH;
    max-height: 900px;
    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: 280px;
        }
    }
    @media screen and (max-width: 40em) { 
        #boxthumb {
            height: 200px;
        }
    }
#boxNOthumb {
    position: relative;
    height: 150px;
    background-color: transparent;
}
.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;
    background-image: url(../images/dot-overlay.svg);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 2px 2px;
    background-repeat: repeat;
}

/* SFONDO SCURO */
.darkoverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

/* SFONDO GRADIENTE CHIARO */
.lightoverlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient( to bottom,  rgba(245,245,245, 0),  rgba(245,245,245, .95) )
}
    @media (max-width: 768px) {
        .lightoverlay { background: linear-gradient( to bottom,  rgba(245,245,245, .5),  rgba(245,245,245, .95) ) }
    }

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



/*********************
CONTENT TWO COLUMN
*********************/

.twoColumnsBox {}
.twoColumnsBox .twoColumnsBox_content { padding: 10%; }
    @media screen and (max-width: 40em) {
        .twoColumnsBox .twoColumnsBox_content { padding: 5%; }
    }



/*********************
PINNED PANELS WITH OVERSCROLL con GSAP
*********************/

.slides-wrapper {}
.slide_section,
.slide_section_inner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide_section { padding-bottom: 200px; }
.slide_section:last-child { padding-bottom: 0px !important; }

.slideSectionShadow {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-box-shadow: 0px -15px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 0px -15px 15px 5px rgba(0,0,0,0.15);
    background-color: #f5f5f5;
}
.slides-wrapper .textContent {
    position: relative;
}



/*********************
PARALLAX EFX con GSAP
*********************/

.textAndImageContainer {
    position: relative;
    width: 100%;
    max-width: 1920px;
}
.textAndImageContainer .textBoxSX > div,
.textAndImageContainer .textBoxDX > div,
.textAndImageContainer .textBoxCenter > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    max-width: 80%;
    padding: 50px 30px;
    background-color: #f1f1f1;
    z-index: 1;
}
.textAndImageContainer .textBoxSX > div {
    transform: translate(-90%, -50%);
}
.textAndImageContainer .textBoxDX > div {
    transform: translate(-10%, -50%);
}
.textAndImageContainer .textBoxCenter > div {
    transform: translate(-50%, 30%);
}
    @media (max-width:39.9375em) {
        .textAndImageContainer .textBoxSX > div,
        .textAndImageContainer .textBoxDX > div {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: -80px;
            padding: 50px 20px;
        }
        .textAndImageContainer .textBoxCenter > div {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            margin-left: auto;
            margin-right: auto;
            margin-top: -80px;
            padding: 50px 20px;
        }
    }

/* Il contenitore che fa da "maschera" */
.parallaxImage {
    position: relative;
    height: 90vH;
    overflow: hidden;
}
    @media (max-width:39.9375em) {
        .parallaxImage {
            height: 50vH;
        }
    }

/* L'immagine che si muoverà */
.parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%; /* >100% */
    object-fit: cover;
    will-change: transform; /* Ottimizzazione per browser */
}



/*********************
IMMAGINE A TUTO SCHERMO CHE ZOOMMA con GSAP
*********************/

.bigZoomContainer {
    position: relative;
    width: 100%;
    height: 100vH;
    overflow: hidden;
    /*
    max-width: 1400px;
    margin: 60px auto 0 auto;
    */
}
    @media (max-width:39.9375em) {
        .bigZoomContainer { height: 50vH; }
    }
.bigZoomBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
    @media (max-width:39.9375em) {
        .bigZoomBox { height: 100%; }
    }
.bigZoomBox div { 
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}



/*********************
DUE BOX AFFIANCATI CHE ZOOMMANO con GSAP
*********************/

.zoomBoxContainer {
    position: relative;
    width: 100%;
    max-width: 1920px;
}
.zoomBox1 { background-color: #fff; }
.zoomBox2 { background-color: #ccc; }
.zoomBox1,
.zoomBox2 {
    height: 100vH;
    overflow: hidden;
}
    @media (max-width:39.9375em) {
        .zoomBox1,
        .zoomBox2 {
            height: 50vH;
            overflow: hidden;
        }
    }
.zoomBox1 > div,
.zoomBox2 > div { 
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.zoomBoxContainer .zoomBoxContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 500px;
    padding: 60px;
}
    @media (max-width:39.9375em) {
        .zoomBoxContainer .zoomBoxContent { padding: 25px; }
    }
.zoomBoxContainer h2,
.zoomBoxContainer h3,
.zoomBoxContainer h4,
.zoomBoxContainer p {
    color: #fff;
    text-align: center;
}



/*********************
DIV DI SX FISSO E DIV DI DX CHE MOSTRA CONTENUTO SCROLLANDO con GSAP
*********************/

.boxFixAndBoxScroll_container {
    position: relative;
    display: flex;
    flex-direction: row; /* x desktop */
    width: 100%;
    height: 100vh;
}
    @media (max-width: 768px) {
        .boxFixAndBoxScroll_container {
            flex-direction: column; /* x mobile */
            height: auto; /* niente più altezza fissa: flusso normale */
        }
    }

.div-fixed,
.div-scrollable {
    position: relative;
    width: 50%;
    height: 100vh;
}
    @media (max-width: 768px) {
        .div-fixed,
        .div-scrollable {
            width: 100%;
            height: auto; /* prima era 50vh, ora si adatta al contenuto */
        }
    }

/* DIV 1 - Immagine di sfondo */
.div-fixed {
    display: flex;
    align-items: center;
    padding: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
}
    @media (max-width: 768px) {
        .div-fixed {
            min-height: 90vh;
        }
    }

.div-fixed .fixed-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    padding: 20px 20px 50px 20px;
}
    @media (max-width: 768px) {
        .div-fixed .fixed-content {
            /*
            position: relative;
            bottom: auto;
            left: auto;
            transform: none;
            padding: 10px 5px 10px 5px;
            */
        }
    }

/* DIV 2 - Track del contenuto */
.div-scrollable {
    overflow: hidden;
    background: #fff;
    z-index: 1;
}
    @media (max-width: 768px) {
        .div-scrollable {
            overflow: visible; /* non deve più tagliare il track */
        }
    }

.div-scrollable .step {
    width: 100%;
    max-width: 500px;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
    @media (max-width: 768px) {
        .div-scrollable .step {
            height: auto; /* ogni step si mostra per intero, uno sotto l'altro */
            padding: 30px 20px;
        }
    }



/*********************
INTRO
TESTO CHE COMPARE ALL'APERTURA DELLA PAGINA con GSAP
*********************/
#home_intro {
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.loading #preloader {
  top: 0;
  transition: top 0.8s ease-in-out;
}
#preloader .intro_logo_box {
  width: 100%;
  height: 100%;
  position: relative;
}
#preloader {
  color: red;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;

  width: 100%;
  z-index: 666;
}
#intro_logo_img {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  opacity: 0;
}
#intro_logo_img img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
    @media (max-width:48em) {
        #intro_logo_img img { max-width: 500px; }
    }
    @media (max-width:39.9375em) {
        #intro_logo_img img { max-width: calc(100% - 20px); }
    }
#home_intro h1.page_title {
    color: #fff;
}



/*********************
TESTO CHE COMPARE SCORRENDO SU SFONDO CON PARALLAX con GSAP
*********************/

#child_street {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 1200px;
    color: white;
    text-align: center;
}
.hero__inner {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 1200px;
    overflow: hidden;
}
  .hero__inner::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
.hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero__content {
    display: none;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.hero__headline {
    --padding: 1.5vmin;
    --duration: 400ms;
    --delay: calc(var(--duration) / 2);
    --ease: cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    display: inline-block;
    font-size: 10vmin;
    overflow: hidden;
    margin-top: calc(var(--padding) * -1);
    padding: var(--padding);
}
.hero__headline::after {
    content: "";
    position: absolute;
    top: calc(100% - var(--padding));
    left: 0;
    background-color: white;
    width: 100%;
    height: 1.5vmin;
    transform: scaleX(0);
    transition: transform var(--duration) var(--delay) var(--ease);
}
.hero__headline p {
    display: block;
    transform: translateY(120%);
    transition: transform var(--duration) var(--ease);
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
    @media screen and (max-width: 40em) { 
        .hero__headline p { font-size: 1rem; }
    }
.active .hero__headline::after {
    transform: scaleX(1);
    transition-delay: 0s;
}
.active .hero__headline p {
    transform: translateY(0);
    transition-delay: var(--delay);
}



/*********************
Lista orizzontale con GSAP
*********************/

.experiencesBox {
    height: auto;
    margin: 0 auto;
}
body.home .experiencesBox  { margin-top: 90px; }

.experiencesBox  .first_cell {
    max-width: 1400px;
    margin: 0 auto;
}
.experiencesBox  .first_cell > div {
    max-width: 600px;
    margin: 0 0;
    padding: 0 10px;
}
.experiencesBox .first_cell h2,
.experiencesBox .first_cell p {
    text-align: left;
}

.experiencesBox .galleryWrapper {
    width: 100%;
    overflow: hidden; /* Nasconde la scrollbar orizzontale nativa */
}
.experiencesList {
    display: flex;
    flex-wrap: nowrap;   /* IMPORTANTE: impedisce di andare a capo */
    width: fit-content;  /* La larghezza si adatta al contenuto totale */
    height: 75vh;
    align-items: stretch;
}
.experiencesList .gallery-item {
    width: 80vw;
    max-width: 600px;
    flex-shrink: 0;      /* IMPORTANTE: impedisce agli elementi di schiacciarsi */
    padding: 20px;
    box-sizing: border-box;
}

.experiencesList .gallery-item img {
    width: 100%;
    height: 50vH;
    max-height: 400px;
    object-fit: cover;
}
.experiencesList .gallery-item h3,
.experiencesList .gallery-item p {
    text-align: center;
}



/*********************
Zoom con Bento Gallery con GSAP
*********************/

.gallery-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* FONDAMENTALE: nasconde lo zoom che esce */
  z-index: 1;
}
.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
  /* IMPORTANTE: Imposta l'origine dello zoom al centro */
  transform-origin: center center; 
}
.gallery__item {
    background-position: 50% 50%;
    background-size: cover;
    flex: none;
    position: relative;
    img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.gallery--bento {
    display: grid;
    gap: 1vh;
    grid-template-columns: repeat(3, 32.5vw);
    grid-template-rows: repeat(4, 23vh);
    justify-content: center;
    align-content: center;
}
.gallery--final.gallery--bento {
    grid-template-columns: repeat(3, 100vw);
    grid-template-rows: repeat(4, 49.5vh);
    gap: 1vh;
}
.gallery--bento .gallery__item:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.gallery--bento .gallery__item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.gallery--bento .gallery__item:nth-child(3) { grid-area: 2 / 2 / 4 / 3; }
.gallery--bento .gallery__item:nth-child(4) { grid-area: 1 / 3 / 3 / 3; }
.gallery--bento .gallery__item:nth-child(5) { grid-area: 3 / 1 / 3 / 2; }
.gallery--bento .gallery__item:nth-child(6) { grid-area: 3 / 3 / 5 / 4; }
.gallery--bento .gallery__item:nth-child(7) { grid-area: 4 / 1 / 5 / 2; }
.gallery--bento .gallery__item:nth-child(8) { grid-area: 4 / 2 / 5 / 3; }



/*
 * Horizontal scroll for DIV 100% wide con GSAP
 */

#home_header_gsap.container_scroll,
#home_service.container_scroll {
    overscroll-behavior: none;
    width: 600%; /* numero dei box x100 - Es.: 3 box = 300% */
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    background-color: #1f3c4c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}
    @media screen and (max-width: 40em) {
        #home_header_gsap.container_scroll, 
        #home_service.container_scroll {  }
    }
#home_header_gsap .panel_scroll,
#home_service .panel_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100vW;
    min-height: 100vh;
    will-change: transform;
    text-decoration: none;
}

#home_header_gsap .blue { background-color: #275476; }
#home_header_gsap .azure { background-color: #1f3c4c; } /* #42c1e1 */

#home_service .zero { background-color: rgba(39, 84, 118, .9); } /* #275476 */
#home_service .first { background-color: rgba(11, 100, 123, .8); } /* #0b647b */
#home_service .second { background-color: rgba(24, 146, 177, .8); } /* #1892b1 */
#home_service .third { background-color: rgba(66, 193, 225, .8); } /* #42c1e1 */
#home_service .fourth { background-color: rgba(255, 153, 0, .8); } /* #f90 */

#home_header_gsap .panel_scroll > div,
#home_service .panel_scroll > div {
    width: 100%;
    max-width: 1400px;
    padding: 20px;
}


#home_header_gsap {
    position: relative;
    z-index: 1;
    background-color: #275476;
}
#home_header_gsap #boxthumb {
    background-color: #1f3c4c;
}
#home_header_gsap h1,
#home_header_gsap p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
    @media (max-width:40em) {
        #home_header_gsap h1,
        #home_header_gsap p { font-size: 1.4rem; }
    }


#home_service h2, #home_service p, #home_service a {
    color: #fff;
    text-align: center;
}
#home_service h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
}
#home_service p.pretitle_service {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
#home_service p {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
    text-align: justify;
}
#home_service .zero p {
    font-size: 1rem;
    text-align: center;
}
#home_service p.btn_line { padding-top: 1.5rem; }
#home_service p.btn_line span {
    display: block;
    padding-bottom: .5rem;
}
#home_service a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}
    #home_service a:hover {
        color: #009cff;
        border-bottom: 1px solid #009cff;
    }

#home_header_gsap .panel_scroll i,
#home_service .panel_scroll i {
    color: #fff;
    font-size: 2.4rem;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%) !important;
}



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

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

/* Attivo su Home */
#slide_home {
    background: transparent;
}
#slide_home .orbit,
#slide_home .orbit-wrapper,
#slide_home .orbit-slide,
#slide_home .orbit-image,
#slide_home .slider_overlay {
    height: 100vH;
    max-height: 1200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
    @media (max-width:48em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .slider_overlay {
            height: 60vH;
            max-height: 60vH;
        }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit,
        #slide_home .orbit-wrapper,
        #slide_home .orbit-slide,
        #slide_home .orbit-image,
        #slide_home .slider_overlay {
            height: 50vH;
            max-height: 50vH;
        }
    }

.slider_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient( to right,  rgba(245,245,245, .7),  rgba(245,245,245, 0) )
}
    @media (max-width: 768px) {
        .slider_overlay {
            width: 70%;
        }
    }

#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: .5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media (max-width:1500px) {
        #slide_home .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:48em) {
        #slide_home .orbit-caption { max-width: calc(100% - 80px); }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption { max-width: calc(100% - 20px); }
    }
#slide_home .orbit-caption > div {
    max-width: 600px;
    margin: 0;
}
    @media (max-width:1500px) {
        #slide_home .orbit-caption > div { max-width: 500px; }
    }
    @media (max-width:48em) {
        #slide_home .orbit-caption > div { max-width: 60%; }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption > div { max-width: 70%; }
    }
#slide_home .orbit-caption .title_figcaption,
#slide_home .orbit-caption .subtitle_figcaption,
#slide_home .orbit-caption p {
    color: #000;
    text-align: left;
    line-height: 1.4;
    padding: 0;
    margin: 0 auto;
}
#slide_home .orbit-caption .title_figcaption {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: none;
}
    @media (max-width:48em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.4rem; }
    }
    @media (max-width:39.9375em) {
        #slide_home .orbit-caption .title_figcaption { font-size: 1.3rem; }
    }
#slide_home .orbit-caption .subtitle_figcaption {
    font-size: 1rem;
    padding: 15px 0;
}
#slide_home .orbit-caption .title_figcaption span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #a29344;
}
#slide_home .orbit-caption .button_figcaption {
    margin: 10px 0 10px 0;
    padding: 10px 25px 8px 25px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
#slide_home .orbit-caption a.button_link {
    color: #000 ;
    border-color: #000;
}

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

/* PULSANTI SLIDE GRANDI AI PIEDI DELL'IMMAGINE */
/*
#slide_home .orbit-bullets {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -12px;
    overflow: hidden;
    opacity: .7;
}
#slide_home .orbit-bullets button {
    width: 100%;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #000;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
/* PULSANTI SLIDE PICCOLE E SOPRA L'IMMAGINE */
#slide_home .orbit-bullets {
    position: absolute;
    width: 320px;
    height: auto;
    margin: 0;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -40px);
}
#slide_home .orbit-bullets button {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px .3rem;
    padding: 0;
    border: 0;
    border-radius: 0px;
    background-color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#slide_home .orbit-bullets button.is-active {
    border-radius: 0px;
    background-color: #a29344;
}
#slide_home .orbit-bullets span.show-for-sr {
    display: none;
}



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

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


/*********************
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-sharp-solid);
        content: "\f290" !important;
    }
    .cart-contents:hover {
        text-decoration: none;
    }
.cart-contents-count {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: top;
    width: 20px;
    height: 20px;
    padding: 1px 6px;
    border-radius: 50%;
    transform: translate(50%, -150%);
    background-color: #a29344; 
}

/* PULSANTI */
/*
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button {
    display: block;
    padding-left: 2em;
    padding-right: .5em;
    margin-right: 5px;
    }
    @media (max-width:69.9375em) {
        .woocommerce ul.products li.product a.button,
        .woocommerce ul.products li.product a.add_to_cart_button { font-size: .9rem; }
    }
    @media (max-width:39.9375em) {
        .woocommerce ul.products li.product a.button,
        .woocommerce ul.products li.product a.add_to_cart_button { font-size: .8rem; }
    }
    .woocommerce a.add_to_cart_button::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        content: "\f07a" !important;
        padding-right: 5px;
    }
*/
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button {
    position: relative;
    color: #a29344;
    text-decoration: none;
    text-transform: none;
    margin-top: 0;
    padding: 3px 12px;
    border-radius: 0;
    border-bottom: 1px solid #a29344;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: left;
    clear: both;
}
    .woocommerce ul.products li.product .button::after,
    .woocommerce ul.products li.product a.button::after,
    .woocommerce ul.products li.product a.add_to_cart_button::after {
        position: relative;
        content: "→";
        padding-left: 5px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .woocommerce ul.products li.product     .button:hover,
    .woocommerce ul.products li.product a.button:hover,
    .woocommerce ul.products li.product a.add_to_cart_button:hover {
        padding-right: 8px;
    }
    .woocommerce ul.products li.product .button::after,
    .woocommerce ul.products li.product a.button::after,
    .woocommerce ul.products li.product a.add_to_cart_button:hover::after {
        padding-left: 9px;
    }
.woocommerce ul.products li.product.sale .button,
.woocommerce ul.products li.product.sale a.button,
.woocommerce ul.products li.product.sale a.add_to_cart_button {
    margin-top: 2rem;
}

.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: #a29344;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding: 5px 10px;
    margin: 10px 0;
    text-transform: none;
    border-radius: 4px;
    border: 1px solid #a29344;
    background-color: transparent;
    width: 100%;
    float: left;
    clear: both;
}
    .woocommerce ul.products li.product a.added_to_cart.wc-forward:hover {
        color: #fff;
        background-color: #a29344;
    }


/* PREZZO  */
.woocommerce div.product form.cart {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button { float: none; }
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart input.qty {
    width: auto;
    margin: 0;
}
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart input.qty {
    width: 70px;
    margin: 0;
    border-color: #a29344;
}
.woocommerce div.product form.cart .button { width: calc(100% - 71px); }

.woocommerce ul.products li.product .price,
.wp-block-woocommerce-product-new .price,
.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 700;
}
.woocommerce ul.products li.product .price,
.wp-block-woocommerce-product-new .price {
    font-size: 1rem;
    text-align: right;
    float: right;
    width: 50%;
}
    @media (max-width:39.9375em) {
        .woocommerce ul.products li.product .price,
        .wp-block-woocommerce-product-new .price { text-align: left; width: 100%; float: none; clear: both; }
    }

/* Prezzi in offerta nel loop */
.woocommerce ul.products li.product .price ins,
.wp-block-woocommerce-product-new .price ins {
    text-decoration: none;
    font-weight: 400;
}
.woocommerce ul.products li.product .price del,
.wp-block-woocommerce-product-new .price del {
    font-size: .8rem;
    opacity: .5;
}
.woocommerce-Price-currencySymbol {
    font-size: .8em;
    /*padding-right: 5px;*/
}
.summary .woocommerce-Price-currencySymbol {
    font-weight: 400;
}
.summary .price .amount {
    font-size: 1.4rem;
    font-weight: 700;
}
    /* Prezzi in offerta nel prodotto */
    .summary .price ins {
        text-decoration: none;
    }
    .summary .price del .amount {
        font-size: 1.1rem;
        color: #000;
        font-weight: 400;
        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: 700;
    line-height: 1;
    margin-left: 5px;
    padding: 5px 7px;
    border-radius: 0;
    background-color: #a29344;
}
.discount-badge.label_blackfriday {
    margin-left: 3px;
    background-color: #000;
}
/* Lo stile del badge Blackfriday del loop è caricato in functions_single_product.php con la funzione append_badge_to_all_price() */

/* ON SALE - Bestseller - Novità */
.woocommerce span.onsale,
span.bestseller_tag,
span.news_tag {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    min-height: auto;
    padding: 5px 10px;
    border-radius: 1px;
    background: linear-gradient( to right, #a29344, #5a5b5a );
}

.woocommerce ul.products li.product span.onsale{
    top: auto !important;
    bottom: 0;
    margin: 0 !important;
}
    @media (max-width:39.9375em) {
        .woocommerce ul.products li.product span.onsale {
            right: auto !important;
            left: 0;
            bottom: 2.5em !important;
            
        }
    }

div.single-product div.tags_above_title {
    text-align: right;
}
div.single-product span.bestseller_tag {
    position: relative;
    margin-top: 0px;
}
ul.products li.product span.bestseller_tag {
    position: absolute;
    top: 5px;
    left: 5px;
}
    @media (max-width:39.9375em) {
        ul.products li.product span.bestseller_tag { left: 0px; }
    }

div.single-product span.news_tag {
    position: relative;
    margin-top: 0px;
}
ul.products li.product span.news_tag {
    position: absolute;
    top: 35px;
    left: 5px;
}
    @media (max-width:39.9375em) {
        ul.products li.product span.news_tag { left: 0px; }
    }

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

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


/* OUT OF STOCK - ESAURITO */
.woocommerce ul.products a.button {
    display: block;
}
.woocommerce ul.products li.outofstock 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: #a29344;
}
.woocommerce ul.products li.outofstock img {
    opacity: .3;
}
.woocommerce ul.products li.outofstock a.button {
    display: none;
}


/* IMMAGINE NEL SINGLE PRODUCT */
.woocommerce div.product div.images .woocommerce-product-gallery__image a { background-color: #fff; }
.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.woocommerce div.product div.images img { max-height: 80vh; }
.woocommerce div.product div.images img { object-fit: contain; }

/* IMMAGINE NEL LOOP */
.woocommerce ul.products li.product a img {
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    /*transition: opacity 0.4s ease-in-out;*/
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
/* Immagine mostrata al passaggio del mouse */
.woocommerce ul.products li.product {
    position: relative;
}
.woocommerce ul.products li.product a img.product_image_hover {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    /* height: auto; non settare per consentire l'effetto cover */
    opacity: 0; /* Nascosta di base */
    z-index: 2;
    pointer-events: none; /* Evita che l'immagine disturbi i click sul prodotto */
}
    /* Al passaggio del mouse: l'originale sparisce e la nuova appare */
    .woocommerce ul.products li.product:hover  a img.product_image_hover {
        opacity: 1;
        transform: scale(1.05); /* Leggero zoom quando appare */
    }
    /* Opzionale: sfuma leggermente l'originale sotto */
    .woocommerce ul.products li.product:hover a img:not(.product_image_hover) {
        opacity: 0;
    }
    

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}
section.related.products {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
section.upsells.products {
    display: block;
    width: 100%;
    float: left;
}

/* CATEGORIE NEL LOOP */
.loop_product_cats {
    color: #5a5b5a;
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 1em;
}
.loop_product_cats a {
    color: #5a5b5a;
}

/* TITOLO NEL LOOP */
h2.woocommerce-loop-product__title {
    color: #000;
    font-weight: 700;
    float: left;
    width: 50%;
    margin-top: 0;
    margin-bottom: .5em;
}
    @media (max-width:39.9375em) {
        h2.woocommerce-loop-product__title { width: 100%; float: none; clear: both; }
    }


/* SINGLE PRODUCT */

.newSummaryBox {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.testo_evidenza_single_product {
    color: #fff;
    margin-top: 0;
    margin-bottom: 2rem;
    padding: .2em .5em;
    border-radius: 0;
    background-color: #000;
    -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%);
}

.product_meta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
    column-gap: 10px;
    margin-top: 2em;
}
    @media (max-width:39.9375em) {
        .product_meta { flex-direction: column; }
    }
.product_meta > span { font-size: .9rem; }
.product_meta .sku_wrapper {}
.product_meta .posted_in a {
    color: #a29344;
    text-decoration: none;
    padding: 3px 12px;
    border-bottom: 1px solid #a29344;
    background-color: transparent;
    background: transparent;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    .product_meta .posted_in a::after {
        position: relative;
        content: "→";
        padding-left: 5px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .product_meta .posted_in a:hover {
        padding-right: 8px;
    }
    .product_meta .posted_in a:hover::after {
        padding-left: 9px;
    }

#principi_funzionali {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
#principi_funzionali h2 i {
    padding-right: 10px;
}

#cross_sell_ritual li.tabs-title {
    border-radius: 15px;
}
#cross_sell_ritual li.tabs-title a {
    padding-top: 20px;
    padding-bottom: 20px;
}
#cross_sell_ritual .tabs-content {
    border: 0;
    border-top: 0;
}
#cross_sell_ritual .tabs-content .tabs-panel {
    padding: 15px 20px !important;
    overflow: hidden;
}
#cross_sell_ritual img.product_image {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100%;
    height: auto;
}
#cross_sell_ritual p.name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 25px;
}
#cross_sell_ritual .description {}

.stiky_addToCart_bar {
    position: relative;
    top: auto !important;
    bottom: 0 !important;
    margin: 0;
    padding: 0 20px;
    border-radius: 9px;
    border: 1px solid #a29344;
    background-color:#fff;
    z-index: 10 !important;
}
.stiky_addToCart_bar .grid-x {
    position: relative;
}
.stiky_addToCart_bar p { margin-bottom: 0; text-align: center; }
.stiky_addToCart_bar .purchase_note,
.stiky_addToCart_bar .product_meta,
.stiky_addToCart_bar .woo_description { display: none !important; }
.stiky_addToCart_bar form.cart { margin-bottom: 0 !important; }
a.topOfPage_icon i {
    font-size:2.5rem;
}

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

/* 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 {
    border: 0;
    background-color: transparent;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
    display: block;
    width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .variations td.value {
    padding: 3px .625rem 3px 0;
}
.woocommerce div.product form.cart .variations td.label {
    line-height: 2.4375rem; /* Altezza del tag SELECT */
    background: transparent;
}
.woocommerce div.product form.cart .variations label {
    font-size: 1rem;
    color: #575757;
}
.woocommerce div.product form.cart .reset_variations {
    color: #a29344;
    padding: 3px 27px;
    text-transform: uppercase;
    border-radius: 100px;
    border: 2px solid #a29344;
    background-color: transparent;
}

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

/* 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: #a29344;
    font-size: 1.1rem;
    font-weight: 400;
}
        
/* SPEDIZIONE: INDIRIZZO VISIBILE E PULSANTE NASCOSTO */
.shipping-calculator-button {
    display: none !important;
}
section.shipping-calculator-form {
    display: block !important;
}        
/*
a.shipping-calculator-button {
    display: inline-block;
    color: #292522;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 27px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #a29344;
}
    a.shipping-calculator-button:hover, a.shipping-calculator-button:visited, a.shipping-calculator-button:focus {
        color: #fff;
        border: 1px solid #a29344;
        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 {
    color: #fff;
    font-size: 1rem;
    text-decoration: none !important;
    padding: 5px 20px;
    border-radius: 4px;
    background-color: #a29344;
}
    @media (max-width:48em) {
        section.entry-content > div.wc-block-checkout a.wc-block-checkout__login-prompt {
            font-size: .85rem;
            padding: 5px 10px;
        }
    }
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 0;
    padding-top: 0;
}
.wc-block-cart-item__prices span span::after { content: " (cad/each)"; }
ul.wc-block-components-product-details li {
    font-size: .75rem;
}
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: #a29344; }

/* Pulsante checkout Woocommerce */
.woocommerce-checkout #place_order {
    float: none !important;
    width: 100%;
    max-width: 280px;
}
/* Pulsante per password visibile/nascosta */
a.show-password-input,
button.show-password-input {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

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


/* MY ACCOUNT */
.woocommerce-MyAccount-navigation-link--dashboard { display: none; }
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads { display: none; }
body.woocommerce-page.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward { display: none; }


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

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

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

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

/*
 * WOOCOMMERCE CHECKBOX TERMINI E CONDIZIONI
 */
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 1.1rem;
    color: #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: #000;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 27px;
    text-transform: none;
    text-decoration: none;
    border-radius: 0;
    border: none;
    background-color: #fff;
    -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;
}
#accordion_tab .tabs-title,
#accordion_tab .tabs-title > a {
    outline: none !important;
}

ul.tabs {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 5px auto;
    border: 0;
    background-color: transparent;
}
li.tabs-title {
    margin: 0 2px;
    border-radius: 3px;
    border: 0;
    /*border: 1px solid #a29344;*/
    background-color: #fff;
    overflow: hidden;
}
li.tabs-title a {
    color: #a29344;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 7px 15px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    li.tabs-title.is-active a {
        color: #fff;
        background-color: #a29344;
    }
    li.tabs-title a:hover { color: #000; }
    li.tabs-title.is-active a:hover { color: #fff; }

#products-tabs .tabs-external-link { float: right; }
    @media screen and (max-width: 40em) { 
        #products-tabs .tabs-external-link { float: left; margin-top: 15px; }
    }

.tabs-content {
    border-top: 1px solid #a29344;
    border-color: #a29344;
    border-radius: 9px;
}
.tabs-content.products_tab_contaner {
    border-top: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.tabs-content .tabs-panel {
    padding: 0 !important;
    padding-top: 50px !important;
}

.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 - Masonry */
#masonry_box .grid-item {
    width: calc(25% - 20px);
    margin: 10px;
    overflow: hidden;
}
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #masonry_box .grid-item { width: calc(33% - 20px); margin: 10px; }
    }
    @media screen and (max-width: 39.9375em) {
        #masonry_box .grid-item { width: calc(50% - 10px); margin: 5px; }
    }

/* GALLERY: SIMPLE LIGHT BOX */
#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay { background-color: #fff !important; }


.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; }



/*********************
NEWSLETTER
*********************/

/* Popup - Reveal Modal di Zurb Foundation */
.reveal-overlay { background-color: rgba(0,0,0,.7); }
#popup_newsletter {
    padding: 0 !important;
    border-radius: 9px;
}
    @media screen and (max-width: 40em) {
        #popup_newsletter.reveal.small {
            top: 70px !important;
            bottom: auto;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 75rem;
            height: auto;
            min-height: auto;
            margin-left: 0;
            border: 0;
        }
    }
#popup_newsletter #newsletterBox {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#popup_newsletter .popup_img {
    background-image: url('https://akglow.it/wp-content/uploads/groupage-1024x7682-1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    @media screen and (max-width: 40em) {
        #popup_newsletter .popup_img {
            background-image: none;
        }
    }
#popup_newsletter .sib-form { padding: 0; }
#popup_newsletter #sib-container { padding: 17px 0px; }
#popup_newsletter .sib-form-block { padding: 0; }
#popup_newsletter .sib_title_container,
#popup_newsletter .sib_Privacy_container,
#popup_newsletter .sib_input_container {
    display: inline-block;
    width: 100%;
    padding: 0;
}
    @media screen and (max-width: 40em) {
        #popup_newsletter .sib_field_container {}
    }
.sib-form .entry__field {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #a29344;
}
.sib-form ::placeholder { color: #777; }
.sib-form-block__button { width: 100%; }

.button_popup_newsletter {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
    @media screen and (max-width: 40em) {
        .button_popup_newsletter { bottom: 10px; }
    }
body.single-product .button_popup_newsletter { bottom: 80px; }
    @media screen and (max-width: 40em) {
        body.single-product .button_popup_newsletter {
            bottom: 10px;
            left: 0;
            transform: translateX(15px);
        }
    }

.button_popup_newsletter .open_modal_btn {
    font-size: .9rem !important;
    border: 1px solid #a29344 !important;
    border-radius: 5px;
    -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: #5a5b5a;
    }

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



/*********************
FOOTER STYLES
*********************/
.pre_footer {
    padding: 20px 0;
    background-color: #a29344;
}
.pre_footer p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.pre_footer i {
    font-size: 2rem;
}
footer.footer {
    position: relative;
    clear: both;
    margin: 0;
    padding-top: 40px;
    background-color: #000;
    z-index: 5;
}
footer .small-12 {}
    @media screen and (max-width: 39.9375em) { /* small-12 */
        footer .small-12 {
            padding-top: 35px;
        }
    }
footer h4, footer p, footer a {
    color: #eee;
    text-align: center;
}
footer a {
    color: #fff;
    text-decoration: none;
    padding: 3px 12px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
    footer a:hover {
        color: #a29344;
    }
footer a.footer_link {
    position: relative;
    padding: 3px 12px;
}
    footer a.footer_link::after {
        position: relative;
        content: "→";
        padding-left: 5px;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    footer a.footer_link:hover {
        color: #fff;
        padding-right: 8px;
    }
    footer a.footer_link:hover::after {
        padding-left: 9px;
    }
footer a.social {
    font-size: 1.5rem;
    padding: 0 7px 0 7px;
    text-decoration: none;
}
footer h4 {
    font-size: 1.1em;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
}
footer p {
    font-size: 0.9em;
}

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

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

.wpml_custom_footer_selcetor {
    margin-bottom: 25px;
    text-align: center;
}
.wpml_custom_footer_selcetor span.wpml_description_text,
.wpml_custom_footer_selcetor div.wpml-ls-legacy-list-horizontal { display: inline-block; }
.wpml_custom_footer_selcetor span.wpml_description_text {
    font-size: 1rem;
    color: #fff;
}
.wpml_custom_footer_selcetor ul {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}



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

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

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




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

.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 #a29344;
    -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 #a29344;
    }
.wpcf7 textarea {
    height: 6em;
    border: 1px solid #a29344 !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: #777;
    margin-bottom: 2rem;
}
.wpcf7 label i {
    color: #a29344;
    font-size: .8rem;
    vertical-align: top;
}
.wpcf7 input[type="submit"] {
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    background-color: #a29344;
    -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
*********************/

/* testo che mostra il numero prodotti nella pagina */
.woocommerce .woocommerce-result-count { display: none !important; }
/* testo che mostra l'ordinamento prodotti gestito da Woo */
.woocommerce .woocommerce-ordering { display: none !important; }

/* overlay sito */
.js-off-canvas-overlay {
    background: rgba(0,0,0,.25);
}

/* pulsante attivazione offCanvas */
.FilterButtonBox {
    display: block;
    width: 100%;
    height: auto;
    min-height: 35px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: right;
}
    .FilterButtonBox .button_link::after {
        display: none;
    }

/* offCanvas */
#offCanvasFilter {
    background: #fff;
    z-index: 9999;
}
#offCanvasFilter.position-right { width: 500px; }
    @media screen and (max-width: 48em) {
        #offCanvasFilter.position-right { width: 400px; }
    }
    @media screen and (max-width: 40em) {
        #offCanvasFilter.position-right { width: 280px; }
    }
    @media screen and (max-width: 320px) {
        #offCanvasFilter.position-right { width: 250px; }
    }
#offCanvasFilter > div { padding: 70px 30px 50px 30px; }
    @media screen and (max-width: 40em) {
        #offCanvasFilter > div { padding: 60px 15px 40px 15px; }
    }

/* pulsante chiusura offCanvas */
#offCanvasFilter a.close-button {
    top: 80px;
    text-decoration: none;
}

/* campi del filtro */
.search-filter-field { margin-top: 30px; }
.search-filter-label { font-weight: 700; }

/* submit filtro */
.search-filter-style--control-submit { opacity: 1 !important; }
button.search-filter-input-button {
    display: block;
    width: 100% !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 10px 27px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    /*background-color: #a29344;*/
    background: linear-gradient( to right, #a29344, #5a5b5a ) !important;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1 !important;
}
    button.search-filter-input-button:hover {
        color: #fff !important;
        background-color: #000 !important;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    .search-filter-input-button:focus,
    .search-filter-input-button:active {
        box-shadow: none;
        background: inherit;
        color: inherit;
    }



/*********************
 * 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: #a29344;
    background: #ebe9eb;
}



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



/*********************
CURSOR 
*********************/

/* Nasconde il cursore di sistema su tutto il sito */
html, body {  }
    @media (max-width:48em) {
        html, body { cursor: none; }
    }

/* Punto centrale fisso */
.cursor-dot {
    width: 6px;
    height: 6px;
    background-color: #a29344;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Fondamentale: il mouse deve "attraversare" il div */
    z-index: 999999999;
}
    @media (max-width:48em) {
        .cursor-dot { display: none !important;}
    }

/* Cerchio esterno che insegue */
.cursor-outline {
    width: 40px;
    height: 40px;
    border: 1px solid #a29344;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999999999;
    transition: none !important;
}
    @media (max-width:48em) {
        .cursor-outline { display: none !important;}
    }

/* Effetto quando passi sopra un link o un bottone */
.cursor-hover {
    transform: translate(-50%, -50%) scale(1.5);
    background-color: rgba(162, 147, 68, 0.1);
    border-color: #fff;
}
    @media (max-width:48em) {
        .cursor-hover { display: none !important;}
    }



/*********************
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 !important;
    width: 0 !important;
    height: 0 !important;
}



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

.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; }
    
}