/* HEADER */
.container-header-comunicazione-importante {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.container-header-comunicazione-importante.editmode {
    position: unset!important;
}

.header {
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background-color: #403f3f7a;
    align-items: flex-end;
}

.header.section-no-slider {
    background: #fff;
    border-bottom: 0.5px solid #737373;
}

.header-fixed {
    position: fixed;
}

.container-img-logo {
    display: flex;
    margin-left: 18px;
    flex-direction: column;
    margin-right: 1px;
    justify-content: center;
    height: 100%;
}

.container-img-logo .img-logo {
    display: none;
    object-fit: contain;
    width: 100px;
    height: 45px;
}

.header.section-slider .container-img-logo .img-logo.white {
    display: block;
}

.header.section-no-slider .container-img-logo .img-logo.black {
    display: block;
}

.header-navbar {
    width: 100%;
    margin-left: 20px;
    height: 100%;
}

.header-navbar .container-icon-mobile {
    display: none;
}

/* navbar per pc e schermi grandi*/
.navbar-pc {
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
    flex-wrap: wrap-reverse;
}

.hamburger-menu-mobile {
    display: none;
}

.first-menu,.second-menu {
    display: flex;
    justify-content: flex-start;
}

.first-menu {
    align-items: flex-end;
    padding: 0;
    height: 50%;
}

.second-menu {
    background: #00000052;
    justify-content: flex-end;
    padding: 0px 16px 0;
    height: 100%;
}

.header.section-no-slider .second-menu {
    background: unset;
}

.first-menu .menu-principale,.second-menu .menu-principale {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    border-bottom: 4px solid transparent;
    letter-spacing: 0.5px;
    height: fit-content;
    padding-bottom: 4px;
}

.first-menu .menu-principale {
    margin: 0 6px;
}

.header.section-no-slider .first-menu .menu-principale,.header.section-no-slider .second-menu .menu-principale {
    border-bottom: none;
}

.first-menu .menu-principale>a,
.second-menu .menu-principale>a,
.div-user {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    cursor:pointer;
}

.header.section-no-slider .menu-principale>a,
.header.section-no-slider .second-menu .menu-principale>a,
.header.section-no-slider .div-user,
.header.section-no-slider .div-user.language span,
.header.section-no-slider .div-user.language i {
    color: #333;
}

.second-menu .menu-principale>a,
.div-user {
    font-size: 11px;
}

.first-menu .menu-principale>a:hover,
.second-menu .menu-principale>a:hover {
    color: #fff;
}

.header.section-no-slider .first-menu .menu-principale>a:hover,.header.section-no-slider .second-menu .menu-principale>a:hover {
    color: #c21b0f;
}

.first-menu .active,.second-menu .active {
    border-bottom: 4px solid #fff;
}

.second-menu .active {
    padding-bottom: 0;
    border-bottom: 2px solid #fff;
}

.header.section-no-slider .first-menu .active,.header.section-no-slider .second-menu .active {
    border-bottom: none;
}

.header .first-menu .active>a,.header .second-menu .active>a {
    color: #fff;
}

.header.section-no-slider .first-menu .active>a,.header.section-no-slider .second-menu .active>a {
    color: #c21b0f;
}

.container-icon-search-custom {
    padding: 0;
}

.container-icon-search-custom.user {
    margin-top: 2px;
    position: relative;
}

/*.container-icon-search-custom.user:hover .container-menu-user,*/
/*.div-user.user:hover .container-menu-user,*/
/*.div-user.language:hover .container-menu-user,*/
/*.container-menu-user:hover {*/
/*    display: flex;*/
/*}*/

.container-menu-user {
    display: none;
    background: #fff;
    position: absolute;
    color: #333;
    right: 0;
    padding: 5px 10px;
    font-size: 12px;
    width: max-content;
    flex-direction: column;
    top: 22px;
}

.container-menu-user.show-sub-menu-user {
    display: flex;
}

.container-menu-user a,
.container-menu-user div {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
}

.container-icon-search-custom img{
    width: 11px;
}

.header.section-slider .container-icon-search-custom img {
    filter: brightness(0) invert(1);
}

/* Mega Menu */

.container-mega-menu.show-mega-menu {
    opacity: 1;
    visibility: visible;
}

.menu-principale .fa-solid.fa-search {
    color:#fff
}

.header.section-no-slider .menu-principale .fa-solid.fa-search {
    color:#333
}

.container-mega-menu {
    opacity: 0;
    position: absolute;
    width: 100%;
    min-height: 585px;
    left: 0;
    background: #FFFFFF;
    top: 60px;
    display: flex;
    visibility: hidden;
}

.container-mega-menu .internal-div {
    display: flex;
    width: 100%;
    max-width: 1326px;
    margin: 70px auto;
}

.mega-menu-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: fit-content;
}

.mega-menu-left h2 {
    width: 100%;
    font-size: 40px;
    margin-bottom: 80px;
}

.mega-menu-left .list-menu {
    margin-left: 18px;
    width: 48%;
    line-height: 51px;
    border-right: 1px solid rgb(30 30 30 / 62%);
}

.style-list {
    position: relative;
    list-style-type: none;
    transition: background-size 0.3s, background-position 0s 0.3s;
}

.style-list::before {
    content: "";
    border: 0.2px solid rgb(10 10 10 / 70%);
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    left: -29px;
    top: 17px;
}

.link_child_megamenu {
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
    transition: background-size 0.3s, background-position 0s 0.3s;
    background-image: linear-gradient(#333, #333);
    background-position: 0 100%;
    background-size: 0% 1.5px;
    background-repeat: no-repeat;
}

.style-list:hover>.link_child_megamenu {
    background-position: 100% 100%;
    background-size: 100% 1.5px;
}

.mega-menu-left .section-right {
    padding-left: 22px;
    /* border-left: 2.5px solid #ddd; */
    width: 48%;
}
.mega-menu-left .section-right>ul {
    display: flex;
    flex-direction: column;
}

.mega-menu-left .section-right>ul>li {
    display: inline-block;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.mega-menu-left .section-right>ul>li>span {
    color: #b1adad;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;}

.mega-menu-left .section-right>ul>li>.link-megamenu-collezione {
    border: none;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: none;text-decoration: none;font-size: 17px;}

.mega-menu-right {
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.mega-menu-right .newsletter-form {
    width: 50%;
    background: #f3f3f3;
    padding: 14px;
    height: 100%;
}

.mega-menu-right .newsletter-form .h-captcha{
    transform: scale(0.8);
    transform-origin: 0;
}

.mega-menu-right .newsletter-form>div {
    background: #fff;
    padding: 10px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.newsletter-form .titolo-newsletter {
    font-size: 26px;
    margin-bottom: 11px;
    font-weight: 400;
    line-height: 1.2;
}

.form-newsletter {
    margin: 0 8px;
}

.mega-menu-right .form-newsletter input[type="text"],.mega-menu-right .form-newsletter input[type="email"] {
    margin: 8px 0;
    border: none;
    width: 100%;
    background: #f3f3f3;
    padding-left: 12px;
    color: #333;
    outline: none;
    height: 40px;
}

.mega-menu-right input.custom-input::placeholder {
    color: #333;
    font-size: 16px;
}

.text-newsletter {
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.container-privacy-button {
    display: flex;

    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.container-privacy {
    text-align: initial;
    margin: 12px 0;
    display: flex;
    align-items: flex-start;
}

.container-privacy .text-privacy {
    margin-left: 6px;
    text-transform: none;
    font-weight: 400;
    font-size: 11px;
    width: 85%;
}

.text-privacy.dida a {
    color: rgb(30,30,30);
    text-decoration: underline;
    cursor: pointer;
}

.button-form {
    -webkit-appearance: none;
    border: none;
    background: #333;
    padding: 10px;
    color: #fff;
    margin-top: 12px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

.container-img {
    width: 49%;
    background-size: cover;
    position: relative;
}

.container-img>.text-link-image {
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    background: #403f3f7d;
    width: 100%;
    text-transform: none;
    font-size: 18px;
    line-height: 1.4;
}

.container-img .link {
    /*text-align: end;*/
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffffe0;
}

/* navbar table e mobile */
.navbar-mobile {

}

.header-to-scroll.section-slider {
    background: #151515;
    height: 60px;
}

.header-to-scroll.section-slider .container-img-logo {
    background: #151515;
}

.header-to-scroll.section-slider .second-menu {
    background: unset;
}

.header-to-scroll.section-slider .container-mega-menu {
    top: 70px;
}

.icon-email {
    align-self: center;
    width: 50px;
    margin-bottom: 10px;
}

.overlay-menu-mobile {
    display: none;
}

.navbar-sovrapposta.second-menu {
    /*padding-top: 30px;*/
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 30px;
}

.div-user.language {
    position: relative;
}

.div-user.language .container-menu-user {
    right: -4px;
}

.div-user.language p {
    display: flex;
    color: #fff;
    text-transform: UPPERCASE;
    align-items: center;
    gap: 4px;
}

@media (min-width: 1400px) {
    .mega-menu-right .newsletter-form {
        background: #f3f3f3;
        padding: 14px;
    }
}

@media (max-width: 1500px) {
    .body-overflow-hidden {
        overflow: hidden;
    }

    .header-to-scroll.section-slider {
        /* height: 70px; */
    }

    .header-navbar {
        width: 100%;
    }

    .chevron-right-menu-mobile {
        width: 30px;
        height: 30px;
        position: relative;
        cursor: pointer;
    }

    .chevron-right-menu-mobile::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #333;
        left: 25%;
        bottom: 31%;
        transform: rotate(-45deg);
    }

    .chevron-right-menu-mobile::after {
        content: "";
        position: absolute;
        height: 1px;
        left: 25%;
        width: 15px;
        background: #333;
        top: 31%;
        transform: rotate(45deg);
    }
}

@media (max-width: 1280px) {
    .container-mega-menu .internal-div {
        width: 90%;
        overflow: auto;
    }

    .container-mega-menu {
        height: 722px;
    }

    .mega-menu-left {
        width: 46%;
        justify-content: flex-start;
        flex-direction: column;
    }

    .mega-menu-left.titolo-1 {
        font-size: 44px;
    }

    .mega-menu-left .list-menu {
        min-width: 100%;
        max-width: 100%;
        border-right: unset;
    }

    .mega-menu-left .section-right {
        padding-left: 0;
        margin-top: 40px;
    }

    .mega-menu-right {
        flex-direction: column;
        width: 60%;
        height: 722px;
    }

    .mega-menu-right .newsletter-form {
        width: 100%;
    }

    .mega-menu-right .newsletter-form>div {
        height: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .mega-menu-right .newsletter-form .titolo-newsletter {
        font-size: 20px
    }

    .mega-menu-right .newsletter-form .text-newsletter {
        font-size: 12px
    }

    .mega-menu-right .form-newsletter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mega-menu-right .form-newsletter input[type="text"],.mega-menu-right .form-newsletter input[type="email"] {
        width: 45%;
        height: 45px;
    }

    .mega-menu-right .container-privacy .text-privacy {
        font-size: 11px;
    }

    .mega-menu-right .container-img {
        width: 100%;
        margin-top: 10px;
        height: 100%;
    }
}

.container-icon-mobile .container-menu-user {
    right: -36px;
    top: 17px;
}

@media (max-width: 1050px) {
    .first-menu .menu-principale {
        margin: 0;
    }

    .first-menu .menu-principale>a {
        font-size: 13px
    }
    .second-menu .menu-principale>a,
    .div-user{
        font-size: 11px;
    }
}

@media (max-width: 800px) {
    .container-img-logo {
        margin-left: 0;
    }

    .container-img-logo .img-logo.white {
        display: block;
        height: 40px;
    }

    .container-img-logo .img-logo.black {
        display: none!important;
    }

    .header {
        align-items: center;
        background: #151515!important;
        height: 48px!important;
    }

    .navbar-pc {
        display: none;
    }

    .hamburger-menu-mobile {
        cursor: pointer;
        width: 34px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 14px;
        margin-right: 10px;
    }

    .hamburger-menu-mobile.menu-opened {
        transform: rotate(90deg);
    }

    .hamburger-menu-mobile .line-menu {
        height: 0.5px;
        width: 33px;
        border-radius: 3px;
        background-color: #fff!important;
        transition: .5s;
    }

    .section-no-slider .line-menu {
        background-color: #333;
    }

    .header-navbar {
        width: unset;
        margin-left: unset;
        height: unset;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header-navbar .container-icon-mobile {
        display: flex;
        position: relative;
        gap: 13px;
        align-items: center;
    }

    .header-navbar .container-icon-mobile  img {
        filter: brightness(0) invert(1);
    }

    .header-navbar .container-icon-mobile i {
        color: #fff;
        font-size: 16px;
    }

    .overlay-menu-mobile {
        position: absolute;
        z-index: 999;
        background: #ffff;
        width: 100%;
        top: 48px;
        overflow: auto;
        height: calc(100vh - 48px);
        min-height: 80vh;
    }

    .overlay-menu-mobile.menu-open {
        display: block;
    }

    .container-menu-mobile {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        height: 100%;
    }

    .chevron-left-and-title {
        display: flex;
        gap: 5px;
    }

    .chevron-left-menu-mobile-menu-esploso,.close-menu-esploso {
        display: none;
    }

    .menu-principale-mobile.menu-esploso-opened .chevron-right-menu-mobile {
        display: none;
    }

    .menu-principale-mobile.menu-esploso-opened .chevron-left-menu-mobile-menu-esploso,
    .menu-principale-mobile.menu-esploso-opened .close-menu-esploso {
        display: block;
        width: 24px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }

    .chevron-left-menu-mobile-menu-esploso::before {
        content: "";
        position: absolute;
        height: 1px;
        width: 15px;
        background: #333;
        left: 25%;
        bottom: 3px;
        transform: rotate(45deg);
    }

    .chevron-left-menu-mobile-menu-esploso::after {
        content: "";
        position: absolute;
        height: 1px;
        left: 25%;
        width: 15px;
        background: #333;
        top: 30%;
        transform: rotate(-45deg);
    }

    .close-menu-esploso::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 20px;
        background: #333;
        top: 50%;
        transform: rotate(45deg);
    }

    .close-menu-esploso::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 20px;
        background: #333;
        top: 50%;
        transform: rotate(-45deg);
    }

    .menu-mobile {
        padding: 4px 0 22px;
        display: flex;
        flex-direction: column;
    }

    .first-menu-mobile.menu-mobile {
        font-weight: 600;
    }

    .menu-mobile.second-menu-mobile {
        background: #f0f0f0;
        height: 100%;
        padding-bottom: 120px;
    }

    .container-menu-esploso {
        display: none;
    }

    .container-menu-esploso.menu-esploso-opened {
        display: block;
        margin-top: 18px;
    }

    .container-child-list {
        display: flex;
        flex-direction: column;
    }

    .container-child-list li.style-list-mobile {
        display: inline-block;
        padding: 14px 30px;
    }

    .first-menu-mobile li.menu-principale-mobile.menu-esploso-opened a.link-child-megamenu-esploso.titolo-2 {
        color: #1f1f1f;
        font-weight: 600;
        margin-left: unset;
    }

    li.menu-principale-mobile {
        display: inline-block;
        width: 100%;
    }

    .container-title-chevron {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 14px 30px;
    }

    li.menu-principale-mobile.menu-esploso-opened .container-title-chevron {
        border-bottom: 1.5px solid #787878;
    }

    li.menu-principale-mobile a {
        text-decoration: none;
        text-transform: uppercase;
        color: #1f1f1f;
        margin-top: 2px;
    }

    li.menu-principale-mobile .principal-link {
        border-bottom: 2px solid transparent;
    }

    li.menu-principale-mobile:hover  .principal-link{
        border-bottom: 2px solid #1f1f1f;
    }

    .menu-principale-mobile a.active-mobile {
        border-bottom: 2px solid #1f1f1f;
    }

    .link-child-megamenu-esploso.titolo-2 .link-mobile-hover {
        width: fit-content;
        border-bottom: 2px solid transparent;
    }

    .link-child-megamenu-esploso.titolo-2:hover .link-mobile-hover {
        border-bottom: 2px solid #1f1f1f;
    }

    .first-menu-mobile li.menu-principale-mobile a {
        font-size: 14px;
    }

    .second-menu-mobile li.menu-principale-mobile a {
        font-size: 13px;
    }

    .first-menu-mobile li.menu-principale-mobile.menu-esploso-opened a {
        color: #9f6840;
    }

    .menu-esploso-opened a.container-title-chevron.open-subMenu {
        padding-left: 16px;
    }

    .link-menu-and-chevron {
        display: flex;
        padding: 14px 30px;
    }

    .chevron-left-mobile-second-menu {
        border: 2px solid #333;
        height: 21px;
        width: 21px;
        position: relative;
        border-radius: 50%;
        margin-right: 20px;
    }

    .chevron-left-mobile-second-menu::before {
        content: "";
        height: 1.5px;
        background: #1f1f1f;
        position: absolute;
        width: 35%;
        top: 36%;
        left: 37%;
        transform: rotate(45deg);
    }

    .chevron-left-mobile-second-menu::after {
        content: "";
        height: 1.5px;
        background: #1f1f1f;
        position: absolute;
        width: 35%;
        left: 37%;
        bottom: 36%;
        transform: rotate(-45deg);
    }
}

@media (max-width: 600px) {
    .footer .container-privacy-button {
        flex-direction: column;
    }
}
