﻿/*
    Classi Cambiate
    3. last-line  -> info__nav
*/

/**********************
        VUE
**********************/
[v-cloak] {
    display: none;
}

/* HEADER */
/* =nuovo-header */
.nuovo-header {
    background-color: #00677F;
    border-top: 3px solid #FFC72C;
}

    .nuovo-header *:focus {
        outline: 0;
        outline-offset: 0;
        text-decoration: none;
    }


    .nuovo-header .suggestion__image {
        display: block;
        width: 35px;
    }

    .nuovo-header .suggestion__item--flex {
        display: flex;
        -js-display: flex;
        align-items: center;
    }

        .nuovo-header .suggestion__item--flex:hover,
        .nuovo-header .suggestion__item--flex:hover > .suggestion__link {
            background-color: #0AA5B3;
            color: #fff;
            cursor: pointer;
        }

    .nuovo-header .ios-arrow {
        display: none;
    }

    .nuovo-header._ios .ios-arrow {
        margin-right: 8px;
        color: #fff;
        font-size: 22px;
        width: 25px;
        display: block
    }



    .nuovo-header .header__wrapper {
        max-width: 1200px;
        margin: auto;
        color: #fff;
    }

    .nuovo-header section p {
        margin: 0;
    }

    /*******************
        header: =info
    *******************/
    .nuovo-header .header__info {
        background-color: #00576d;
    }

    /* Intarget-9 -- start */
    .nuovo-header nav.info__premium {
        justify-content: flex-end;
        margin-right: -10px;
        width: 20%;
    }

        .nuovo-header nav.info__premium a {
            color: rgb(246, 194, 44);
        }

    .nuovo-header .info__servizi {
        justify-content: flex-start;
        margin-left: -10px;
        width: 80%;
    }

    .nuovo-header p.info__message {
        display: none;
    }
    /* Intarget-9 -- end */

    /* =info__wrapper*/
    .nuovo-header .info__wrapper {
        display: flex;
        -js-display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 4px 0;
        font-size: 11px;
        padding: 8px 0;
        background-color: #00576d;
    }

    .nuovo-header .info__message {
        flex: 5;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nuovo-header .info__servizi,
    .nuovo-header .info__premium {
        display: flex;
        -js-display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-grow: 1;
    }

    .nuovo-header .info__servizi--link {
        color: #0ed4e5;
        text-transform: uppercase;
    }

        .nuovo-header .info__servizi--link:hover {
            text-decoration: none;
        }

    .nuovo-header .info__premium--link {
        color: #ffc72c;
        text-transform: uppercase;
    }

    .nuovo-header .info__link {
        margin: 0 2px;
        padding: 0 12px;
        white-space: nowrap;
    }

        .nuovo-header .info__link:hover {
            color: #fff;
        }

    .nuovo-header .info__link--last-child {
        margin: 0;
    }


    /* =last-line */
    .nuovo-header .header__wrapper .last-line a:hover {
        color: #FFC72C;
        text-decoration: underline;
    }

    .nuovo-header .last-line {
        padding: 0;
    }


    .nuovo-header .last-line {
        display: flex;
        -js-display: flex;
        padding: 4px 0;
        justify-content: space-between;
        font-size: 12px;
    }


    /************************
        Header: =search-bar  
    *************************/
    .nuovo-header .search-bar {
        display: flex;
        -js-display: flex;
        padding: 8px 0px 8px 0px;
    }

    .nuovo-header .search-bar__logo {
        flex-grow: 1;
        width: 40px;
        width: 120px;
    }

    .nuovo-header .search-bar__form {
        display: flex;
        -js-display: flex;
        flex-grow: 60;
        align-items: center;
        padding-left: 60px;
    }

    .nuovo-header .search-bar__checkout {
        padding: 0 16px;
        float: right;
        margin-top: -8px;
        display: none;
    }

        .nuovo-header .search-bar__checkout a {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            width: 90px;
        }

            .nuovo-header .search-bar__checkout a span {
                font-size: 18px;
                position: relative;
                top: 3px;
            }

    .nuovo-header .search-bar__nav {
        flex-grow: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .nuovo-header .search-bar__nav div {
            position: relative;
            vertical-align: middle;
        }

    .nuovo-header .search-bar__user {
        border-right: 1px solid rgba(255, 255, 255, 0.6);
        padding-right: 20px;
        margin-right: 20px;
        align-items: center;
    }

        .nuovo-header .search-bar__user > a,
        .search-bar__link-container > a {
            color: #fff;
            text-transform: uppercase;
            cursor: pointer;
        }

.search-bar__link-container {
    color: darkgray;
}

    .search-bar__link-container a:hover {
        text-decoration: none
    }


.nuovo-header .user__notlogged {
    display: flex;
    -js-display: flex;
    justify-content: flex-end;
}


/* =user-menu */
.nuovo-header .user__menu-wrapper {
    top: 0;
    left: 100px;
    bottom: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

.nuovo-header .user__menu {
    box-sizing: border-box;
    position: absolute;
    background-color: #fff;
    border-bottom: none;
    padding: 10px;
    transform: translateX(-50%);
    transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s;
    width: 205px;
    z-index: 99999;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    background-size: 12px 5px;
}

.nuovo-header .user__item {
    padding-left: 10px;
}

    .nuovo-header .user__item:hover {
        background-color: #f1f2f7;
    }

.nuovo-header .user__link {
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    cursor: pointer;
}

    .nuovo-header .user__link:hover {
        text-decoration: none;
    }

.nuovo-header .user__logged {
    color: #F7cF61 !important;
}

/* =user-message */
.nuovo-header .user__message {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nuovo-header .search-bar__user:hover > div.user__menu-wrapper {
    display: block;
}

.user-data__link {
    color: #fff;
}

    .nuovo-header .search-bar__link:hover::after,
    .user-data__link:hover {
        color: #f7cf61 !important;
        text-decoration: none;
    }


.nuovo-header .user-data__link::after {
    position: absolute;
    top: 22px;
    margin-left: 8px;
    font-family: 'icomoon';
    content: "\ee04";
    vertical-align: text-top;
    display: inline-block;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


.nuovo-header .search-bar__link:hover {
    color: #F7cF61;
}

.nuovo-header .preferiti__link,
.nuovo-header .utente__link {
    margin-right: 20px;
}

.nuovo-header .carrello__link,
.nuovo-header .preferiti__link,
.nuovo-header .utente__link {
    color: #fff;
    font-size: 26px;
}

    .nuovo-header .carrello__link:active,
    .nuovo-header .carrello__link:hover,
    .nuovo-header .preferiti__link:active,
    .nuovo-header .preferiti__link:hover,
    .nuovo-header .utente__link:active,
    .nuovo-header .utente__link:hover {
        color: #F7cF61;
    }



.nuovo-header .search-bar__categoria {
    flex-grow: 0;
    align-self: center;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}

    .nuovo-header .search-bar__categoria button {
        padding: 12px 10px;
        height: 40px;
        line-height: 1em;
        font-weight: 600;
        background-color: #ddd;
        border-radius: 2px 0 0 2px;
        color: #014653;
        border: none;
        font-size: 13px;
        white-space: nowrap;
    }

        .nuovo-header .search-bar__categoria button span {
            background: url(/Content/images/arrow-light2.png) no-repeat 100%;
            padding: 0 14px 0 0;
            text-transform: uppercase;
        }


.nuovo-header .search-bar__input input {
    border-radius: 0;
    border: 0;
}


.nuovo-header .search-bar__input {
    flex-grow: 7;
    position: relative;
}

.nuovo-header .search-bar__cerca {
    flex-grow: 0;
    position: relative;
}

    .nuovo-header .search-bar__cerca button {
        background: #238C9F;
        border-radius: 0 2px 2px 0;
        color: #fff;
        border: none;
        font-size: 20px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


.nuovo-header .search-bar__cerca_avanzata {
    flex-grow: 8;
    justify-content: flex-start;
    margin-left: 10px;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}

    .nuovo-header .search-bar__cerca_avanzata:hover {
        text-decoration: underline !important;
    }

.nuovo-header .search-bar__cerca-wrap {
    flex-grow: 12;
    display: flex;
    -js-display: flex;
    align-items: stretch;
}

.nuovo-header .form-control {
    height: 40px;
}

.reset-field-icon {
    border: 0px solid transparent;
    background-color: transparent;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    padding: 0px !important;
}

    .reset-field-icon::after {
        content: "\E910";
        display: block;
        position: absolute;
        right: 10px;
        top: 3px;
        text-align: center;
        color: #238c9f;
        font-size: 20px;
        cursor: pointer;
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }

#input-query .form-control:not(:valid) .reset-field-icon {
    display: none;
}

/* =search-suggestions */
/*.nuovo-header .search-bar .search-suggestions {*/
.nuovo-header .search-suggestions {
    position: relative;
}

.nuovo-header .suggestion__container {
    padding: 0 8px 8px 8px;
    background-color: rgba(255, 255, 255, .97);
    color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}


.nuovo-header .suggestion__item {
    border-top: 1px solid #E7EBEE;
    font-size: 13px;
}

    .nuovo-header .suggestion__item .suggestion__link {
        display: block;
        padding: 8px 4px;
        height: 100%;
        text-decoration: none;
        color: #000;
        flex-shrink: 1;
        width: 100%;
    }

        .nuovo-header .suggestion__item .suggestion__link:hover,
        .nuovo-header .suggestion__item .suggestion__link--hover {
            background-color: #0AA5B3;
            color: #fff;
            width: 100%;
        }




/* =badge */
.nuovo-header .badge {
    position: absolute;
    top: -10px;
    left: 14px;
    background: #F7cF61 !important;
    color: #292929;
    z-index: 9;
    display: none;
    min-width: 10px;
    padding: 4px 7px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    background-color: white;
    border-radius: 10px;
    color: #292929;
    text-align: center;
}


/* =logo */
/*.search-bar__logo {
}*/

.nuovo-header .logo {
    background: url("/assets/2020/03/20200312014103-logo-header-desk-.png");
    min-height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 200px;
}

.nuovo-header .logo__link {
    width: 100%;
    display: block;
}

/********************* 
    =box-categorie 
**********************/
.nuovo-header .box-categorie:first-child {
    margin-right: 24px;
}

.nuovo-header .box-categorie__item {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-bottom: 8px;
}

    .nuovo-header .box-categorie__item a:hover {
        background-color: #ececec !important;
    }

    .nuovo-header .box-categorie__item:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
    }

.nuovo-header .box-categorie:last-child .box-categorie__item:last-of-type > a {
    color: #0aa5b3;
    font-weight: bold;
}

.nuovo-header section .box-categorie__item > a {
    display: block;
    line-height: 1.428571429;
    color: #333;
    text-decoration: none;
    padding: 4px 24px 4px 4px;
}

.nuovo-header .category__wrapper {
    position: absolute;
    z-index: 150;
    margin-top: 4px;
    box-shadow: 1px 0px 12px 6px rgba(0, 0, 0, 0.175);
}

.nuovo-header .category__panel {
    display: flex;
    -js-display: flex;
    background-color: #fff;
    border-radius: 4px;
    margin-top: -6px;
    padding: 16px;
}

.nuovo-header .category__link {
    white-space: nowrap;
}

/*********************
    =tablet
**********************/
@media (max-width: 1023px) {
    .nuovo-header .header-desktop-version .info__message {
        display: none;
    }

    .nuovo-header .header-desktop-version .info__servizi,
    .nuovo-header .header-desktop-version .info__premium {
        justify-content: space-around;
        margin-left: 0;
    }

    .nuovo-header .header-desktop-version.header__wrapper {
        margin: 0 22px;
    }

    .nuovo-header .header-desktop-version.header__wrapper--nomargin {
        margin: 0;
    }

    .nuovo-header .header-desktop-version .search-bar__logo {
        width: 100px;
    }

    .nuovo-header .header-desktop-version .search-bar__form {
        padding-left: 50px;
    }

    .nuovo-header .header-desktop-version .search-bar__nav {
        flex-grow: 38;
    }

    .nuovo-header .header-desktop-version .search-bar__cerca_avanzata {
        display: none;
    }

    .nuovo-header .header-desktop-version .search-bar__user {
        white-space: nowrap;
        margin-left: 10px;
        max-width: 200px;
        text-overflow: ellipsis;
    }

    .nuovo-header .logo {
        min-height: 50px;
        width: 160px;
        margin-top: 4px;
    }
}


@media (min-width: 1024px) {
    .nuovo-header .search-bar {
        padding: 6px 0 !important;
    }
}




@media (min-width: 767px) {

    .nuovo-header .search-bar {
        padding: 8px 0;
    }

    .nuovo-header .header-desktop-version.header__wrapper {
        max-width: 954px;
    }

        .nuovo-header .header-desktop-version.header__wrapper .info__wrapper a,
        .nuovo-header .header-desktop-version.header__wrapper .last-line a {
            padding: 0px 5px;
        }

    .nuovo-header .header-desktop-version .search-bar__user {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nuovo-header .header-desktop-version .user__logged-wrapper {
        display: flex;
        -js-display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .nuovo-header .header-desktop-version .user__logged-wrapper > a {
            margin-right: 20px;
            color: #fff;
        }
}

/********************* 
    =mobile 
**********************/

.nuovo-header .menu-mobile .box-categorie {
    font-size: 13px;
}

    .nuovo-header .menu-mobile .box-categorie:first-child {
        margin-right: 16px;
    }


.nuovo-header .menu-mobile .user__menu-wrapper {
    display: block;
}

.nuovo-header .menu-mobile .user__menu {
    left: 30px;
    width: 180px;
}

/* =search heigh */
.nuovo-header .menu-mobile .form-control {
    font-size: 12px;
    line-height: 1em;
}

.nuovo-header .menu-mobile .suggestion__container {
    padding: 0 10px 8px 13px
}

.nuovo-header .menu-mobile .search-bar__categoria button {
    padding: 9px 10px;
    height: 35px;
    line-height: 1em;
    font-size: 12px;
}

.nuovo-header .menu-mobile .search-bar__cerca button {
    height: 35px;
}


.nuovo-header .menu-mobile .form-control {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-right: 35px;
}

.nuovo-header .menu-mobile .suggestion__item {
    border-top: 1px solid #E7EBEE;
    font-size: 14px;
}

.nuovo-header .menu-mobile .suggestion__item-algolia {
    margin-top: 6px;
}

.nuovo-header .menu-mobile .info__message {
    display: block;
    font-size: 11px;
    text-align: center;
    margin: 0 8px;
}

.nuovo-header .menu-mobile .header__wrapper {
    min-width: unset;
}

.nuovo-header .menu-mobile .action__wrapper {
    margin-left: auto;
    display: flex;
    -js-display: flex;
}


/* =layout */
.nuovo-header .menu-mobile {
    display: block;
    width: 100%;
    padding-right: 0px;
}

.nuovo-header .menu-mobile__level1 {
    width: 100%;
    display: flex;
    -js-display: flex;
    align-items: flex-end;
    margin-right: 15px;
    padding: 4px 16px 8px 18px;
}

.nuovo-header .menu-mobile__level2 {
    width: 100%;
    display: flex;
    -js-display: flex;
    align-items: flex-end;
    margin-right: 15px;  
}

.level2-padding {
    padding: 3px 16px 2px 0px;
}

.nuovo-header .menu-mobile__level3 {
    width: 100%;
    display: flex;
    -js-display: flex;
    align-items: flex-end;
    margin-right: 15px;
}


/* =search */
.nuovo-header .menu-mobile .search-mobile {
    display: block;
    width: 100%;
    padding-left: 16px;
}

/* =menu-mobile__level1 */
.nuovo-header .menu-mobile .menu-mobile__level1 {
    /*    padding-bottom: 8px;*/
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    padding-bottom: 6px;
    padding-left: 16px;
}

/* =logo */
.nuovo-header .menu-mobile .btn-menu.hamburger {
    display: block;
    background-image: none;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    margin-top: 0px /*sovrascrive una regola di default */
}

.nuovo-header .menu-mobile .logo {
    min-height: 42px;
    margin-left: 16px;
}

.nuovo-header .menu-mobile .logo__link {
    height: 35px;
}

.nuovo-header .menu-mobile .utente {
    text-align: right;
    position: relative;
}

.nuovo-header .menu-mobile .accedi__wrapper {
    position: absolute;
    width: 185px;
    padding: 10px;
    background-color: #fff;
    z-index: 10;
    border-radius: 5px;
    left: -100%;
    transform: translateX(-10px);
    top: 100%;
}

.nuovo-header .menu-mobile .accedi {
    font-size: 12px;
}

.nuovo-header .menu-mobile .accedi__link {
    background-color: #0aa5b3;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

.nuovo-header .menu-mobile .registrati {
    color: #292929;
}

.nuovo-header .menu-mobile .registrati__link.registrati__link {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    vertical-align: top;
    color: #4a4a4a;
}

.nuovo-header .menu-mobile .preferiti,
.nuovo-header .menu-mobile .carrello {
    position: relative;
    text-align: right;
}

.nuovo-header .menu-mobile .suggestions__mobile {
    background-color: rgba(255,255,255, 0.8);
    z-index: 11;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 103px;
}


.nuovo-header .menu-mobile .header__wrapper {
    margin: 0;
}

.nuovo-header .menu-mobile .search-bar__form {
    flex-grow: 60;
    padding-left: 20px;
}

.nuovo-header .menu-mobile .search-bar__cerca-wrap {
    flex-grow: 20;
}

@media only screen and (min-width: 768px) {
    .nuovo-header .menu-mobile .suggestion__item-algolia {
        margin-top: 0px;
        font-size: 14px;
    }
}

@media (min-width: 1100px) {
    .nuovo-header .header-desktop-version.header__wrapper {
        max-width: 1100px;
    }

        .nuovo-header .header-desktop-version.header__wrapper .info__wrapper a,
        .nuovo-header .header-desktop-version.header__wrapper .last-line a {
            padding: 0px 10px;
        }
}

@media (min-width: 1200px) {
    .nuovo-header .header-desktop-version.header__wrapper {
        max-width: 1200px;
    }
}


.sub_h_menu #subheader {
    position: relative;
}
    /* ------ riga 3 ------- */

    .sub_h_menu #subheader .container {
        max-width: 1200px;
    }

.sub_h_menu .h_menu li.headermenu {
    padding: 8px 7.5px 7px 0;
    height: 34px;
}

/* ------ riga 5 ------- */

.sub_h_menu #subheader {
    background-color: #00586d;
}

/* BUG: titoli sezione dropdown menu */
ul.dropdown-menu .section_title {
    padding-bottom: 0px;
}


/*
            Retrocompatibilità / legacy code
        */
/* = checkout */
#checkout_breadcrumb#checkout_breadcrumb#checkout_breadcrumb {
    margin-top: 0px !important;
}

.pd_box .pd_txt .pd_title::before {
    background-image: linear-gradient(to top, rgba(248,248,248,1), rgba(248,248,248,0)) !important;
}

/* = obscurer */

.nuovo-header #spinner-login, .nuovo-header #obscure-login {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #292929;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}

.nuovo-header #obscure-login {
    z-index: 99999997;
}

.suggestions-displayed {
    background-color: white;
    padding: 3px 16px 9px 0px;
}