/**
 * newnavs.css — versione pulita/ordinata
 * Generata da newnavs.css originale.
 * Le regole duplicate sono state accorpate per selector dentro lo stesso media query.
 * Dove una proprietà veniva sovrascritta, trovi un commento CONFLITTO vicino al selector.
 */

/* ============================================================
   BASE / GLOBAL
============================================================ */
/* -------------------- SEARCH -------------------- */

.ajax_search_wrapper input {
    margin: 0;
    width: auto;
    height: 40px;
}

.ajax_search_wrapper form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.ajax_search_wrapper button {
    margin: 0 !important;
}

/* -------------------- LOGIN -------------------- */

.step1-loginform p {
    text-align: center;
}

.step1-loginform .colflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step1-loginform .colflex .colordini, .step1-loginform .colflex .colcorsi {
    width: 50%;
    padding: 10px;
}

.step1-loginform .colflex img {
    max-width: 80px;
    display: block;
    margin: 0 auto 20px;
    cursor: pointer;
}

.step1-loginform .colflex .button {
    width: 100%;
    text-align: center;
}

.step1-loginform .button:after {
    content: none !important;
}

.step2-loginform label {
    display: block !important;
}

.archive .step2-loginform p:last-child {
    padding-left: 20px;
    padding-top: 0;
    margin-top: -20px;
}

.step2-loginform span.password-input {
    margin: 0 0 20px 0 !important;
}

a.registratilogin {
    font-size: 14px;
    color: #2ba6cb;
    padding: 10px;
}

.step2-loginform {
    display: none;
}

.step2-loginform form input#username, .step2-loginform form p, .step2-loginform form input#password {
    width: 100% !important;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1024px) {

    /* ========================================================
       only screen and (min-width: 1024px)
    ======================================================== */

    /* -------------------- HEADER / WRAPPER / LOGO -------------------- */

    header {
        padding: 0 0 0;
        z-index: 9999;
        position: sticky;
        top: 0;
        background: var(--bg-cream);
        border-bottom: 1px solid var(--border-warm);
    }

    .wrap-menu {
        padding: 5px 0 10px 0;
        max-width: 1450px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .wrap-menu-linea {
        width: 100%;
    }

    .wrap-menu-linea .site-nav ul li {
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        overflow: visible;
    }

    .logo img {
        max-width: 105px;
        margin-top: 0;
        z-index: 999;
        position: relative;
    }

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

    .wrap-menu-linea .site-nav {
        display: flex;
        align-items: center;
        flex-flow: wrap;
    }

    .wrap-menu-linea:last-child nav.site-nav>ul {
        width: 65%;
    }

    .side-cart-header {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }

    .side-cart-header h2 {
        margin: 0;
    }

    .wrap-menu-linea .site-nav ul li.flexmenu {
        position: relative;
    }

    .row.menudesktop-new {
        max-width: 1450px !important;
    }

    /* -------------------- NAV BASE -------------------- */

    .site-nav ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        width: 100%;
        margin: 0;
    }

    .site-nav ul li a {
        font-size: 16px;
    }

    .site-nav ul li {
        padding: 1em 0 !important;
    }

    .site-nav .button.buttonteal {
        display: block !important;
        padding: 15px !important;
        width: 35% !important;
        text-align: center;
        margin: 0 !important;
        font-size: 15px !important;
    }

    .site-nav li ul {
        display: none;
    }

    .site-nav li.open ul {
        display: block;
        position: relative;
        width: 100%;
        background-color: #fff;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .site-nav li.open li a, .site-nav li.has-dropdown li a {
        text-transform: none;
        padding-left: 2.5em;
    }

    .site-nav li.open li:last-child, .site-nav li.has-dropdown li:last-child {
        margin-bottom: 0;
    }

    .site-nav .mega-menu-column>a {
        font-weight: 600;
    }

    .site-nav>ul>li {
        padding: 50px 10px 69px 10px !important;
    }

    .site-nav>ul>li>a {
        position: relative;
        display: block;
    }

    .site-nav>ul>li>a:hover {
        font-weight: 600;
    }

    .site-nav>ul>li>a:hover::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #000;
        z-index: 9;
    }

    .site-nav li.has-dropdown {
        padding: 0 20px 0 0;
    }

    .only-resp {
        display: none !important;
    }

    .menu-toggle {
        display: none;
    }

    .site-nav {
        height: auto;
        background: transparent;
        clip-path: initial;
        margin-top: 0;
        display: block;
    }

    .site-nav li {
        display: inline-block;
        border: none;
    }

    .site-nav a {
        font-size: 15px;
        position: relative;
        padding: 0.25em 0 !important;
        display: inline;
        color: #000;
        font-weight: normal;
    }

    .site-nav>ul>li.has-dropdown>ul.submenu {
        width: 100%;
        float: left;
        background-color: #efefef;
        position: absolute;
        margin: 0;
        text-align: left;
        padding: 15px 0;
        height: auto;
    }

    .site-nav>ul>li.has-dropdown>ul {
        margin-top: 50px;
    }

    .site-nav li.has-dropdown:hover ul {
        display: block;
    }

    .site-nav li.has-dropdown ul li a {
        color: #000;
        display: block;
        font-size: 16px;
    }

    .site-nav li.has-dropdown>ul.submenu li {
        margin-bottom: 15px;
    }

    .site-nav li.has-dropdown>ul.submenu li ul li {
        margin-bottom: 5px;
        display: block;
        width: 100%;
        float: none;
    }

    .site-nav>ul, .site-nav>ul>li.has-dropdown>ul.submenu {
        overflow: visible;
    }

    .site-nav li.hidden>a {
        display: none !important;
    }

    .site-nav li.bold a {
        font-weight: 600;
        text-transform: capitalize !important;
    }

    .site-nav>ul>li.has-mega-menu:hover>.sub-menu-wrap {
        position: absolute;
        top: calc(100% + 0px);
        left: 0;
        background: var(--cream);
        border: 1px solid var(--sand-dk);
        border-radius: 4px;
        padding: 1em 1em;
        box-shadow: 0 12px 32px rgba(26, 26, 26, .08);
        width: auto;
        min-width: 300px;
    }

    .site-nav>ul>li.has-mega-menu:hover>.sub-menu-wrap>.submenu {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .site-nav>ul>li.has-mega-menu.menu-icons:hover>.sub-menu-wrap>.submenu {
        align-items: flex-end;
    }

    .site-nav>ul>li.has-mega-menu:hover>.sub-menu-wrap>.submenu li {
        display: block;
        float: none;
    }

    .site-nav ul>li ul li a:hover, .site-nav ul>li ul li a:focus {
        text-decoration: underline;
    }

    .site-nav ul>li ul li a {
        font-size: 16px;
    }

    .site-nav>ul>li>.sub-menu-wrap>ul>li {
        width: 100%;
    }

    .site-nav>ul>li.has-mega-menu.obiettivicol:hover>.sub-menu-wrap {
        width: 100%;
        padding-left: 24.5%;
        padding-right: 20%;
    }

    .site-nav>ul>li.has-mega-menu.obiettivicol.menu-icons:hover>.sub-menu-wrap>.submenu {
        align-items: start;
    }

    .site-nav>ul>li.imparacol.has-mega-menu:hover>.sub-menu-wrap {
        padding-left: 24%;
        padding-right: 14%;
    }

    .site-nav>ul>li.has-mega-menu.imparacol.menu-icons:hover>.sub-menu-wrap>.submenu {
        align-items: start;
    }

    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li {
        width: 33%;
    }

    .site-nav>ul>li.has-mega-menu.flexmenu:hover>.sub-menu-wrap {
        background: var(--cream);
        left: 0;
        transform: translateX(-35%);
        width: min(1350px, calc(100vw - 40px));
    }

    .site-nav>ul>li:before {
        content: " ›";
        position: absolute;
        right: -20px;
        transform: rotate(90deg);
    }

    .site-nav>ul>li.flexmenu>.sub-menu-wrap>ul>li {
        width: 25%;
    }

    /* -------------------- ICONE MENU / CONTATORI -------------------- */

    .iconemenu {
        display: flex;
        justify-content: end;
        align-items: flex-end;
        margin-bottom: -10px;
        z-index: 9;
        position: relative;
        padding-top: 10px;
    }

    .iconemenu .button.buttonteal {
        background: var(--teal) !important;
        color: #fff;
        margin: 0 20px 0 0 !important;
    }

    .iconemenu .riqicon_s {
        width: 38px;
        margin: 0 8px 0 0;
        position: relative;
        cursor: pointer;
    }

    .iconemenu .riqicon_u {
        width: 38px;
        margin: 0 5px 0 0;
        position: relative;
    }

    .iconemenu .riqicon_c {
        width: 38px;
        margin: 0;
        position: relative;
    }

    .numero_articoli {
        position: absolute;
        right: 0;
        top: 20%;
        height: 20px;
        width: 20px;
        background: #ffd900eb;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        border-radius: 100%;
    }

    .riqicon_u {
        cursor: pointer;
    }

    /* -------------------- SEARCH -------------------- */

    .ajax_search_wrapper .dgwt-wcas-search-wrapp form input {
        border-bottom: 1px solid #ddd !important;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        box-shadow: none !important;
    }

    .ajax_search_wrapper {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        display: none;
    }

    /* -------------------- LOGIN -------------------- */

    .sauton_wc_login_form {
        display: none;
        position: absolute;
        width: 400px;
        background: #fff;
        top: 60px;
        padding: 1em;
        left: 50%;
        transform: translate(-70%, 0);
    }

    .sauton_wc_login_form span {
        color: #000 !important;
        font-weight: 500 !important;
        margin: 20px 0 10px 0 !important;
    }

    span.title_swc_login_form {
        display: block;
        font-weight: 600 !important;
        font-size: 18px;
    }

    .container_swc_login_form {
        text-align: center;
    }

    .sauton_wc_login_form label {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .sauton_wc_login_form form {
        margin-top: 20px;
    }

    .sauton_wc_login_form p.lost_password a, .sauton_wc_login_form p a {
        font-size: 14px;
        color: #2ba6cb;
    }

    .sauton_wc_login_form p.lost_password {
        margin: 0;
    }

    div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
        justify-content: center !important;
    }

    /* -------------------- SIDE CART / MINI CART -------------------- */

    .side-cart {
        position: fixed;
        right: -400px;
        top: 0;
        width: 400px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.3s ease;
    }

    .side-cart.open {
        right: 0;
    }

    .close-side-cart {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .side-cart-content {
        padding: 20px;
    }

    .cart-items {
        margin-bottom: 20px;
    }

    .cart-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .cart-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin-right: 10px;
    }

    .cart-item .details {
        flex: 1;
    }

    .side-cart-footer {
        padding: 20px;
        border-top: 1px solid #ddd;
    }

    .actions {
        display: flex;
        justify-content: space-between;
    }

    .actions .button {
        display: block;
        text-align: center;
        background: #000;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
    }

}

@media (max-width: 1023px) {

    /* ========================================================
       (max-width: 1023px)
    ======================================================== */

    /* -------------------- HEADER / WRAPPER / LOGO -------------------- */

    header {
        padding: 0;
    }

    .side-cart-header {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }

    .side-cart-header h2 {
        margin: 0;
    }

    .menu-mobile a.logo {
        position: relative;
        padding: 0;
    }

    .menu-mobile a.logo img {
        width: 120px;
        max-width: 100%;
        height: auto;
    }

    .wrap-menu .woousermenu .wrap-search-icon {
        float: left;
        cursor: pointer;
    }

    /* -------------------- NAV BASE -------------------- */

    .iconemenu .menu-toggle {
        padding: 5px 5px 5px 10px;
    }

    .menu-toggle {
        cursor: pointer;
        width: auto;
    }

    /* -------------------- DROPDOWN / SUBMENU / MEGA MENU -------------------- */

    .submenu a {
        font-weight: 600;
    }

    .submenu img {
        max-width: 40px;
        max-height: 40px;
        margin-right: 20px;
    }

    .submenu .submenu a {
        color: #000;
        font-weight: normal;
    }

    /* -------------------- ICONE MENU / CONTATORI -------------------- */

    .iconemenu {
        width: 25%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .riqicon_u {
        cursor: pointer;
    }

    .iconemenu .riqicon_s {
        margin: 0 8px 0 0;
        width: 55px;
        position: relative;
    }

    .iconemenu .riqicon_u {
        margin: 0 5px 0 0;
        width: 55px;
        position: relative;
    }

    .iconemenu .riqicon_c {
        margin: 0;
        width: 58px;
        position: relative;
    }

    .iconemenu .bar1, .iconemenu .bar2, .iconemenu .bar3 {
        width: 30px;
        height: 3px;
        background-color: #333;
        margin: 5px 0;
        transition: .4s;
        border-radius: 10px;
    }

    .numero_articoli {
        position: absolute;
        right: 0;
        top: 20%;
        height: 20px;
        width: 20px;
        background: #ffd900eb;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        border-radius: 100%;
    }

    /* -------------------- SEARCH -------------------- */

    .ajax_search_wrapper {
        display: none;
        background-color: #fff;
        position: absolute;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        top: 75px;
        padding: 0;
        z-index: 0;
    }

    .wrap-search-icon {
        margin-top: 25px;
    }

    .dgwt-wcas-search-wrapp {
        max-width: 80% !important;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }

    .ajax_search_wrapper .wrap-best-seller {
        margin-top: 40px;
        padding-bottom: 20px;
    }

    .ajax_search_wrapper .wrap-pacchetti {
        padding-bottom: 0;
    }

    .ajax_search_wrapper .wrap-best-seller .item, .ajax_search_wrapper .wrap-pacchetti .item {
        background: #fff;
        padding: 0 10px 10px 10px;
        text-align: center;
        min-height: 212px;
    }

    .ajax_search_wrapper .wrap-best-seller h4, .ajax_search_wrapper .wrap-pacchetti h4 {
        line-height: 1.2;
    }

    .ajax_search_wrapper .wrap-best-seller h4 a, .ajax_search_wrapper .wrap-pacchetti h4 a {
        font-size: 13px;
        margin-top: 10px;
        line-height: 1.2;
    }

    /* -------------------- LOGIN -------------------- */

    .sauton_wc_login_form {
        display: none;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 12%;
        padding: 1em;
        right: 0;
        transform: none;
    }

    div.nsl-container-inline[data-align="left"] .nsl-container-buttons {
        justify-content: center !important;
    }

    .sauton_wc_login_form span {
        color: #000 !important;
        font-weight: 500 !important;
        margin: 20px 0 10px 0 !important;
    }

    span.title_swc_login_form {
        display: block;
        font-weight: 600 !important;
        font-size: 18px;
    }

    .container_swc_login_form {
        text-align: center;
    }

    .sauton_wc_login_form label {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .sauton_wc_login_form form {
        margin-top: 20px;
    }

    .sauton_wc_login_form p.lost_password a, .sauton_wc_login_form p a {
        font-size: 14px;
        color: #2ba6cb;
    }

    .sauton_wc_login_form p.lost_password {
        margin: 0;
    }

    .step1-loginform .colflex .button {
        width: 100%;
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 14px !important;
    }

    /* -------------------- SIDE CART / MINI CART -------------------- */

    .side-cart {
        position: fixed;
        right: -400px;
        top: 0;
        width: 400px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.3s ease;
    }

    .side-cart.open {
        right: 0;
    }

    .close-side-cart {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .side-cart-content {
        padding: 20px;
    }

    .cart-items {
        margin-bottom: 20px;
    }

    .cart-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .cart-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        margin-right: 10px;
    }

    .cart-item .details {
        flex: 1;
    }

    .side-cart-footer {
        padding: 20px 0;
        border-top: 1px solid #ddd;
    }

    .actions {
        display: flex;
        justify-content: space-between;
    }

    .actions .button {
        display: block;
        text-align: center;
        background: #000;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
    }

    .menu-mobile .mini-cart-item a.mini-cart {
        position: relative;
        height: auto;
        z-index: 999;
        pointer-events: fill;
    }

    .menu-mobile .mini-cart span, #cart_menu_mobile .carrello span {
        background-color: #ffd836;
        color: #000;
        display: inline-block;
        padding: 4px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 12px !important;
        text-align: center;
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 45px !important;
    }

    .menu-mobile .mini-cart-item a.mini-cart img {
        width: 32px !important;
        height: auto !important;
        padding-top: 7px;
    }

    /* -------------------- MENU MOBILE / DRILLDOWN -------------------- */

    .menu-mobile {
        display: block;
        z-index: 999;
        position: relative;
    }

    .top-bar li {
        margin-bottom: 0;
    }

    .collogo {
        width: 26%;
    }

    .title-bar {
        background: transparent;
        color: #000;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
        position: relative;
    }

    .is-drilldown {
        width: 100%;
        min-height: 100vh !important;
        background: #fff;
    }

    .is-drilldown>.drilldown {
        flex-direction: column;
        padding-top: 50px;
    }

    .drilldown a {
        padding: 1rem 1rem;
        background: transparent;
    }

    .top-bar, .top-bar ul {
        background-color: #fff;
    }

    .drilldown .is-drilldown-submenu-parent>a::after {
        border-color: transparent transparent transparent #000;
    }

    .drilldown>li>a {
        font-size: 22px;
        font-weight: 600;
    }

    .js-drilldown-back {
        font-weight: bold;
        padding-left: 1rem;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .js-drilldown-back i {
        font-size: 16px;
    }

    .menu .active>a {
        background: transparent;
        color: #0a0a0a;
    }

    .wrap-bottom-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .wrap-bottom-menu a {
        display: block;
        flex-basis: 49.8%;
        text-align: center;
        background: #ffd836;
        padding: 5px 0;
    }

    .wrap-bottom-menu a span {
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-left: -40px;
    }

    /* -------------------- HAMBURGER -------------------- */
    .open .bar1 {
        transform: rotate(-45deg) translate(-4px, 3px);
        -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .open .bar2 {
        opacity: 0;
    }

    .open .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    /* -------------------- ALTRO -------------------- */

    .menu-desktop,
    .menudesktop-new {
        display: none;
    }

}

@media (max-width: 768px) {

    /* ========================================================
       (max-width: 768px)
    ======================================================== */

    /* -------------------- ICONE MENU / CONTATORI -------------------- */

    .iconemenu {
        width: 30%;
    }

}

@media (max-width: 600px) {

    /* ========================================================
       (max-width: 600px)
    ======================================================== */

    /* -------------------- HEADER / WRAPPER / LOGO -------------------- */

    .menu-mobile a.logo {
        background: transparent;
    }

    /* -------------------- ICONE MENU / CONTATORI -------------------- */

    .iconemenu {
        width: 55%;
    }

    /* -------------------- SIDE CART / MINI CART -------------------- */

    #cart_menu_mobile .carrello strong {
        background-color: #ffd836;
        color: #000;
        display: inline-block;
        padding: 4px;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        line-height: 12px !important;
        font-size: 14px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 22px !important;
    }

}

@media only screen and (max-width: 375px) {

    /* ========================================================
       only screen and (max-width: 375px)
    ======================================================== */

    /* -------------------- HEADER / WRAPPER / LOGO -------------------- */

    #side-cart .side-cart-header h2 {
        font-size: 20px;
    }

    /* -------------------- NAV BASE -------------------- */

    .iconemenu .menu-toggle {
        padding-left: 10px;
    }

    /* -------------------- ICONE MENU / CONTATORI -------------------- */

    .iconemenu {
        width: 60%;
    }

    /* -------------------- SIDE CART / MINI CART -------------------- */

    .side-cart {
        width: 330px;
    }

    /* -------------------- ALTRO -------------------- */

    li.button.buttonteal a {
        background: var(--teal);
        color: #fff;
        text-align: center;
        border-radius: 8px;
    }

    li.button.buttonteal {
        background: transparent !important;
    }

}