.hiddenXElement {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow-x:hidden;
}
.hiddenXElement::-webkit-scrollbar {
    display: none;
}


.labelVariante {
    font-size: 9px;
    color: #000;
    word-wrap:break-word;
    text-decoration:none !important;
}
a[data-toggle="lightbox-image"]:hover, a.gallery-link:hover {
    text-decoration: none !important;
}



#loader {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255, 85%);
    display: none;
    z-index: 99999;
}
    #loader .inner {
        margin-top: 40vh;
    }

body, html {
    position: relative;
    height: 100vh;
    background-color: #faf8f9 !important;
}

    body.live {
        overflow-x:visible !important;
    }

    nav {
        z-index: 10 !important;
        background: #000;
        position: absolute;
        top: 0;
        width: 100%;
    }

        nav.online {
            background: rgb(0, 0, 0, 85%) ;
            height: 96px;
            position: fixed !important;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

        body.masterScrolled nav.online {
            background: rgb(0, 0, 0, 85%) ;
        }

        body.open nav.online {
            background: rgb(0, 0, 0, 0%) !important;
        }



.boxChangeLang {
    position:absolute;
    left:50px;
    bottom:77px;
    display:inline-block;
    vertical-align:top;
}

    .boxChangeLang a {
        text-decoration: underline !important;
        
        font-size: 12px;
        letter-spacing: 1px;
        color: #e1e1e1;
        margin: auto;
        text-transform: uppercase;
        background-color: transparent;
        padding: 5px 10px;
    }
        .boxChangeLang a::before {
            content: ' | ';
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            margin-left: -15px;
        }
        .boxChangeLang a:first-child::before {
            content: '';
        }

        .boxChangeLang a.active {
            font-weight: bold;
            color: #fff;
            font-size: 14px;
            text-decoration: none !important;
        }

        .boxPersonalizzaProdotto {
            font-size: 13px;
            padding: 15px;
            /* background-color: #fafafa; */
            border: 1px dotted #c7c7c7;
        }

#luxury {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    transition: all 2.5s ease;
    clip-path: inset(0% 100% 0% 100%);
}
    #luxury.visible {
        clip-path: inset(0% 0% 0% 0%);
    }


.showroom {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    transition: all 2.5s ease;
    clip-path: inset(50% 50% 50% 50%);
}

    .showroom.visible {
        clip-path: inset(0% 0% 0% 0%);
    }



.about {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    transition: all 2.5s ease;

    transition-delay: 2s;
    opacity: 0;
}

    .about.visible {
        opacity:1;
    }


.laboratorio {
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    transition: all 2.5s ease;
    clip-path: inset(0% 0% 0% 100%);
}

    .laboratorio.visible {
        clip-path: inset(0% 0% 0% 0%);
    }




#ultimeRealizzazioni .single-product {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 0;
}

    #ultimeRealizzazioni .single-product:nth-child(1) {
        translate: -321px 240px;
        opacity: 0;
    }
    #ultimeRealizzazioni .single-product:nth-child(2) {
        transform: scale(0.5);
        opacity: 0;
    }
    #ultimeRealizzazioni .single-product:nth-child(3) {
        translate: 321px -120px;
        opacity: 0;
    }

#ultimeRealizzazioni.visible .single-product {
    translate: 0px 0px;
    opacity: 1;
    transform: scale(1);
}


    .introImage {
        opacity: 0 !important;
        -webkit-transition: all 2.5s ease;
        -moz-transition: all 2.5s ease;
        -o-transition: all 2.5s ease;
        -ms-transition: all 2.5s ease;
        transition: all 2.5s ease;
        clip-path: inset(50% 50% 50% 50%);
    }
    .introImage.loaded {
        opacity: 0.8 !important;
        clip-path: inset(0% 0% 0% 0%);
        
    }


    .bg_white {
        background-color: #fff;
    }
.bg_black {
    background-color: #000;
}

.box-fix.right {
    right: 0;
}


.btn-square {
    display: inline-block;
    position: relative;
    padding: 6px 10px;
    border: 1px solid #000;
    text-decoration: none !important;
    font-size: 10px;
    letter-spacing:1px;
    color: #000;
    margin: auto;
    text-transform: uppercase;
    background-color:transparent;
}
    .btn-square:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
    }


.btn-noline {
    display: inline-block;
    position: relative;
    padding: 6px 10px;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-size: 10px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    background-color: transparent;

    width: auto !important;
    margin: 0px !important;
    text-align: left;
    display: inline-block !important;
    vertical-align: top;
}

    .btn-noline:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;

    }

    .btn-noline.btn-noline:after {
        content: '';
        display: none;
        padding-bottom: 0;
    }



    .btn-square-download {
        display: inline-block;
        position: relative;
        padding: 6px 10px;
        border: 1px solid #fff;
        text-decoration: none !important;
        font-size: 10px;
        letter-spacing: 1px;
        color: #fff;
        margin: auto;
        text-transform: uppercase;
        background-color: transparent;
        position: absolute;
        bottom: 20px;
        left: 50px;
    }

        .btn-square-download:hover {
            background-color: #fff !important;
            border: 1px solid #000 !important;
            color: #000 !important;
        }

        .btn-square-download:visited {
            background-color: transparent !important;
            border: 1px solid #fff !important;
            color: #fff ;
        }



.breadcrumb {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding:30px 0 0 0 ;
}
    .breadcrumb li {
        display: inline-block;
        vertical-align: top;
        border-right: 1px solid #999;

        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 6px 16px;
        text-decoration: none !important;
        font-size: 16px;
        letter-spacing: 1px;
        color: #000;
        margin: auto;
        text-transform: uppercase;
        background-color: transparent;
    }
        .breadcrumb li:before {
            content:'' !important;
            display:none !important;
        }

        .breadcrumb li:last-child {
            border-right: none;
        }


        .btn-breadcrumb {
            display: inline-block;
            vertical-align: top;
            position: relative;
            text-decoration: none !important;
            font-size: 16px;
            letter-spacing: 1px;
            color: #000;
            margin: auto;
            text-transform: uppercase;
            background-color: transparent;
        }

            .btn-breadcrumb:hover {
                text-decoration: underline !important;
                color: #999 !important;
            }


.list-filter {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 30px 0;
}

    .list-filter li {
        display: inline-block;
        vertical-align: top;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 6px 5px;
        text-decoration: none !important;
        font-size: 10px;
        letter-spacing: 1px;
        color: #000;
        margin: auto;
        margin-right:2px;
        text-transform: uppercase;
        background-color: transparent;
    }

        .list-filter li:before {
            content: '' !important;
            display: none !important;
        }

.btn-list-filter {
    display: inline-block;
    position: relative;
    padding: 6px 10px;
    border: 1px solid #000;
    text-decoration: none !important;
    font-size: 10px;
    letter-spacing: 1px;
    color: #000;
    margin: auto;
    text-transform: uppercase;
    background-color: transparent;
}

    .btn-list-filter:hover {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
    }

    .btn-list-filter.active {
        background-color: #000 !important;
        border: 1px solid #000 !important;
        color: #fff !important;
    }








    .intro-categoria {
        min-height: 0vh;
    }

        .intro-categoria .padding-section {
            padding-bottom: 0px;
            padding-top: 130px !important;
        }
        .intro-categoria p {
            padding-bottom: 0px;
            margin-bottom:0px;
        }

.cover-square {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_about_home {
    background-image: url(../App_Images/img_about_home.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_square_fix {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

    .box-fix-5 {
        width: 50%;
    }

.box-fix {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;





}

.detail-product h3 {
    margin-bottom: 5px !important;
    margin-top: 30px !important;
}
.detail-product p.big {
    font-size: 16px;
    line-height: 1.6;
}

.product-container {
    position: relative;
    z-index: 2;
}
.single-product a {
    display:block;
    position:relative;
    width:100%;
    overflow:hidden;

}
    .single-product a:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .single-product a:hover img {
        -ms-transform: scale(1.03) translateX(-50%);
        -webkit-transform: scale(1.03) translateX(-50%);
        -moz-transform: scale(1.03) translateX(-50%);
        transform: scale(1.03) translateX(-50%);
        opacity:0.6;
    }

.single-product img {
    transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    transform-origin: 0 100%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}






.categorie-container {
    position: relative;
    z-index: 2;
}
.single-categ {
    padding: 0 !important;
    transition: 0.6s ease all;
    text-align:left;
}
    .single-categ:nth-child(odd):hover {

    }
    .single-categ:nth-child(even):hover {

    }
    .single-categ:hover a {

    }


    .single-categ a {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;

    }

    .single-categ a:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .single-categ a:hover img {
        -ms-transform: scale(1.03) translateX(-50%);
        -webkit-transform: scale(1.03) translateX(-50%);
        -moz-transform: scale(1.03) translateX(-50%);
        transform: scale(1.03) translateX(-50%);
        opacity: 0.6;
    }

.single-categ img {
    transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    transform-origin: 0 100%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .single-categ .titleCategList {
        font-size: 20px;
        color:#5d5a53;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
    }
    .single-categ .descCategList {
        font-size: 14px;
        color: #999;
        position: relative;
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }

.dataEvento {
    color: #999;
    position: relative;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

/* Se lo schermo è più largo dell'immagine, l'immagine sarà larga quanto lo schermo */
@media (min-width: 100vw) {
    .swiper-slide img {
        width: 100vw;
    }
}







.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
/*
    .swiper-slide img {
        width: 100vw;
        height: auto;
        max-width: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        object-fit: cover;
    }
    */


    .swiper-slide img {
        height: 100%;
        max-height: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        object-fit: cover;
        object-fit: cover; /* Questo assicura che l'immagine si adatti bene al contenitore */
    }



.overDark {
    background-color: rgb(0, 0, 0,29%);
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}

.maxWidth {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}


.set20Screen {
    position: relative;
    height: 20vh;
}


.set60Screen {
    position: relative;
    height: 60vh;
}
.set70Screen {
    position: relative;
    height: 70vh;
}
.set80Screen {
    position: relative;
    height: 80vh;
}
.setMiddleScreen {
    position: relative;
    height: 50vh;
}
.inner {
    margin-left: auto;
    margin-right: auto;
}

.setHeightScreen {
    position: relative;
    height: 100vh;
}

.container-screen {
    position: relative;
    z-index: 2;
    margin: 0 200px;

    display: block;
    width: calc(100% - 400px);
}


.padding-section-title {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-section {
    padding-top: 140px;
    padding-bottom: 140px;
}

.logo {
    position: absolute;
    top: 3px;
    height: 90px;
    width: auto;

    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .logo.black {
        z-index: 2;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .logo.white {
        z-index: 1;
        opacity: 0;
        left: 30px;
    }


    .menu_btn, .menu_btn:active, .menu_btn:visited {
        display: block;
        position: absolute;
        top: 20px;
        right: 15px;
        height: 28px;
        width: 46px;
        margin: auto;
        z-index: 10;
        color: #FFF !important;
    }

    .menu_btn:hover {
        opacity: 0.6;
        color: #FFF;
    }

        .menu_btn:hover span:nth-child(1) {
            width: 60%;
        }

        .menu_btn:hover span:nth-child(3) {
            width: 30%;
        }

    .menu_btn:after {
        content: 'MENU';
        position: absolute;
        text-align: center;
        font-size: 14px;
        display: block;
        width: 100%;
        bottom: -30px;
    }

    .menu_btn span {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .menu_btn span:nth-child(1) {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 1px;
            background-color: #FFF;
        }

        .menu_btn span:nth-child(2) {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            width: 100%;
            height: 1px;
            background-color: #FFF;
        }

        .menu_btn span:nth-child(3) {
            display: block;
            position: absolute;
            bottom: 0px;
            right: 0;
            width: 100%;
            height: 1px;
            background-color: #FFF;
        }





#screenMenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0px;
    z-index: 99999;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}



section {
    z-index: 1 !important;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}







p, a {
    font-size:16px;
}


    p.big {
        font-size: 20px;
        line-height: 1.8;
    }


    div.big p {
        font-size: 20px;
        line-height: 1.8;
    }

.img-full-screen {
    background-position:center center;
    background-attachment:fixed;
    background-size:cover;
    height:100vh;
}

.box-nav {
    position:absolute;
    bottom:30px;
    left:0;
    right:0;
    text-align:center;
    margin:0 auto;
}

a.circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
}

.text-white {
    color: #fff !important;
}
.text-dark {
    color:#232323 !important;
}
.text-grey {
    color:#808080 !important;
}

.list-loghi {
    list-style: none;
    padding: 0;
}
    .list-loghi li {
        list-style:none;
        display:inline-block;
        vertical-align:top;
        padding:0 10px;
    }

h1.variant {
    /* font-family: 'Fraunces', serif !important;*/
    font-weight: 400 !important;
    font-size: 50px;
    text-shadow: #808080 1px 0 20px;
}


h2.variant {
    /* font-family: 'Fraunces', serif !important;*/
}

h1, h2, h3 {
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 400;
}
.big_title {
    /* font-family: 'Fraunces', serif !important;*/
    font-size: 90px;
    font-weight: 300;
    color: #000;
    line-height: 88px;
    margin-bottom: 20px;
}
h2.big_title {
    /* font-family: 'Fraunces', serif !important;*/
    font-size: 40px;
    font-weight: 300;
    color: #000;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform:uppercase;
    letter-spacing:3px;
}

.titleProductList {
    font-size: 20px;
    color: #656565;
}

.font-big {
    /*font-family: 'Open Sans', sans-serif;*/
    color: #fff;
    line-height: 110px;
    font-size: 20px;
    font-weight: 300;
}

.first-column {
    border-right: 1px solid;
}


footer {
    position:relative;
    background-color:#000 !important;
    color:#fff !important;
    z-index:2;
}



@media (max-width: 1200px) {
    .container-screen {
        position: relative;
        z-index: 2;
        margin: 0 40px;
        display: block;
        width: calc(100% - 80px);
    }
}

@media (min-width: 992px) {
    .first-column {
        border-right: 1px solid;
    }
    
}
@media (max-width: 992px) {
    .first-column {
        border-right: none;
    }
    .font-big {
        font-size: 14px;
    }
    .padding-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .box-fix {
        display:none;
    }

        .box-fix.visibleMobile {
            display:block !important;
            position: relative;
            min-height: 60vh;
            width: calc(100% - 30px );
            margin-left: 15px;
            margin-right: 15px;
            margin-top: 15px;
        }

        .swiper-slide {
            overflow: hidden;
        }
    .swiper-slide img {
        max-height: 100% !important;
        max-width: unset !important;
    }

    .container-screen {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .only_desktop {
        display: none !important;
    }

    .only_mobile {
        display: block !important;
    }

    .padding-form {
        padding: 50px !important;
    }
}

.only_desktop {
    display:block;
}
.only_mobile {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    color: #f9f9f9 !important;
    text-shadow: 2px 2px 4px #000000;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
    box-shadow: 0px 0px 4px #000000 !important;
}

@media (max-width: 600px) {
    .img-full-screen {
        background-position: top center;
        background-attachment: fixed;
        background-size: 860px;
        height: 70vh;
        position: relative;
        background-repeat: no-repeat;
    }


    img.full-bg {
        width: auto !important;
        max-height: 70vh;
        min-width: 600px !important;
        max-width: unset !important;
        min-height: unset;
        transform: translateX(-50%);
        margin-left: unset !important;
    }

    body.open .logo.white {
        top: 45px;
    height: 70px;
    }

    .set80Screen.product-mobile {
        margin-top: 96px !important;
        position: relative;
        height: 60vh;
    }

    .big_title {
        font-size: 70px;
        line-height: 60px;
    }
}




.ico_instagram {
    font-size: 30px;
    line-height: 10px;
    color: #707070;
}
    .ico_instagram:hover {
        color:#FFFFFF !important;
    }



    /* PADDING */
            .pt20 {
        padding-top: 20px;
    }
.pt40 {
    padding-top: 40px;
}
.pt60 {
    padding-top: 60px;
}
.pt80 {
    padding-top: 80px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb80 {
    padding-bottom: 80px;
}
.over-menu-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 8;
    background-color: #393939;
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);


}

    .over-menu-screen .content-item-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        width: 70vw;
        z-index: 9;
        background-color: #000000;
        transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);

    }
        .over-menu-screen .content-item-menu.open {
            transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);

        }


    body.open .over-menu-screen {
        transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
    }

.animation {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}


.image_over_menu {
    position: fixed;
    height: 100vh;
    width: 30vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    opacity: 0;
}

    .image_over_menu.open {
        opacity: 0.4;
    }



.over-menu-screen .menu-item {

    padding-top: 130px;
    padding-left: 50px;
    list-style: none;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

    .over-menu-screen .menu-item.open {
        opacity: 1;
    }

    .over-menu-screen .menu-item li {
        display: inline-block;
        position: relative;
        width: calc( 100% - 50px);
    }

    .over-menu-screen .menu-item a {
        font-size: 32px;
        /*font-family: 'Fraunces', serif !important;*/
        font-weight: 400 !important;
        height: 54px;
        line-height: 54px;
        color: #fff;
        position: relative;
        text-decoration: none;
        text-transform:uppercase;
        letter-spacing:3px;
    }

        .over-menu-screen .menu-item a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 100%;
            height: 1px;
            background: #fff;
            transform-origin: left;
            transform: scaleX(0);
            transition: transform .25s cubic-bezier(.645,.045,.355,1);
        }

    .over-menu-screen .menu-item li:hover a:after {
        transform: scaleX(1);
    }
.submenu-item {
    margin-bottom:30px;
    display:none;
}
.submenu-item li {
    display: block !important;
    margin-bottom: 10px;
}
    .submenu-item li a {
        font-size: 22px !Important;
        color: #838383 !important;
        line-height: 26px !important;
    }
        .submenu-item li a::after {
            content:'';
            display:none !important;
        }

    .submenu-item li a:hover {
        color:#faf8f9 !important;
    
    }


        body.open .menu_content {
            transition-delay: 1s;
            -o-transition-delay: 1s;
            -ms-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -webkit-transition-delay: 1s;
            background-color: rgba(255, 255, 255, 0.00);
        }

body.open .logo_content span {
    color: #fff !important;
}

body.open .menu_btn span {
    width: 100% !important;
    background-color: #fff !important;
    transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

    body.open .menu_btn span:nth-child(1) {
        transform: rotate( 45deg ) translateX(10px) translateY(10px);
    }

    body.open .menu_btn span:nth-child(2) {
        opacity: 0 !important;
    }

    body.open .menu_btn span:nth-child(3) {
        transform: rotate( -45deg ) translateX(9px) translateY(-9px);
    }

body.open .menu_btn:after {
    content: attr(data-close);
    color: #fff;
    width: 120px;
    bottom: -30px;
    left: -40px;
    right: 0;
    margin: auto;
}

body.open .logo.black {
    opacity:0;
}
body.open .logo.white {
    opacity: 1;
}



/*---------------SCHEDA PRODOTTO -------------*/

.img-copertina-product {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 80vh;
}

img.center-full-bg {
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.img-gallery {
    display:block;
    width:100%;
    height:auto;
}


/*-------------- FORM CONTATTI -----------*/

.padding-form {
    padding: 100px;
}
.padding-form-product {
    padding: 30px;
}
.bg_grey {
    background-color: #efefef !important;
}

input[type=text].transparent, input[type=email].transparent, input[type=number].transparent, select.transparent, input[type=tel].transparent {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #5d5a53;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #565656;
    width: 100%;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text" i] {
    padding: 1px 2px;
}
textarea.transparent {
    background-color: transparent;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    border: 1px solid #5d5a53;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 120px;
}
.message-box {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px;
    font-size: 14px;
    background-color: #D8EBFC;
    color: #003A96;
    border-radius: 0 !important;
    display: none;
}

    .message-box.success_form {
        background-color: #D8EBFC;
        color: #003A96;
    }

    .message-box.warning_form {
        background-color: #c6801c;
        color: #fff;
    }

    .message-box.error_form {
        background-color: #b90000;
        color: #fff;
    }

.error {
    border: 1px solid #ff1313 !important;
    color: #ff1313 !important;
}

.text_error {
    display: none;
}

    .text_error p {
        color: red;
        font-weight: bold;
    }



.checkbox-label {
    display: block;
    padding: 5px 0 5px 25px;
    position: relative;
    font-size: 14px;
}

.button-send, .button-send:visited, .button-send:active {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px 16px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #D9B860;
    color: #D9B860 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}
    .button-send:hover {
        background-color: #D9B860;
        color: #FFF !important;
    }