/** MENU **/

/** febbraio 2025 inizio NEW LOGIN SYSTEM**/
.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;
}

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


/** febbraio 2025 fine NEW LOGIN SYSTEM**/

@media only screen and (min-width: 1024px) {
    .iconemenu {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

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

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

    .iconemenu .riqicon_c {
        width: 48px;
        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%;
    }

    .site-nav ul {
        display: flex;
        justify-content: space-between;
    }

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

    header {
        padding: 0 0 0;
        z-index: 9999;
        position: relative;
    }

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

    .wrap-menu {
        padding: 1.5em 0;
    }

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

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

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

    nav.site-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-nav ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    .wrap-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

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

    .wrap-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .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;
        padding-left: 20px;
        display: block;
    }

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

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

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

    .site-nav>ul>li.has-mega-menu:hover>.sub-menu-wrap {
        position: absolute;
        background: #fff;
        left: 0;
        width: 100%;
        top: 90px;
        padding: 3em 0;
    }

    .site-nav>ul>li.has-mega-menu:hover>.sub-menu-wrap>.submenu {
        max-width: 1320px;
        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: 25%;
    }




    /** per sottomenu obiettivi -> deve partire allineato a prodotti **/
    .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%;
    }



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

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

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

    /** fine carrello laterale */


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


    /** MENU LOGIN **/
    .riqicon_u {
        cursor: pointer
    }

    .sauton_wc_login_form {
        display: none;
    }

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

}

@media (max-width: 1023px) {

    header {
        padding: 0;
    }

    .menu-desktop {
        display: none;
    }

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

    .iconemenu {
        width: 25%;
    }

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

    /** MENU LOGIN **/
    .riqicon_u {
        cursor: pointer
    }

    .sauton_wc_login_form {
        display: none;
    }

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


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

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

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

    /** fine carrello laterale */


    .collogo {
        width: 26%;
    }

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

    .menu-mobile a.logo img {
        width: 100%;
        max-width: 100%;
    }

    .iconemenu .riqicon_s {
        margin: 0;
        width: 50px;
    }

    .iconemenu .riqicon_u {
        margin: 0;
        width: 50px;
    }

    .iconemenu .riqicon_c {
        margin: 0;
        width: 53px;
    }

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

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

    .open .bar1 {
        transform: rotate(-45deg) translate(-4px, 4px);
    }


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

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

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

    .iconemenu .riqicon_c {
        width: 58px;
        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%;
    }

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

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

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

    .submenu a {
        font-weight: 600;
    }

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

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

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

    .ajax_search_wrapper {
        display: none;
    }

    /* TASTI ACCOUNT / WISHLIST */
    .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;
    }

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

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

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

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

    /* CARRELLO */
    .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;
        text-align: center;
        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;
    }

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



    /* ---------------------*/
    /* HAMBURGER */
    /* ---------------------*/
    .menu-toggle {
        cursor: pointer;
        /* margin-top: 25px; */
        /* width: 116px; */
        width: auto;
    }

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

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

    .open .bar2 {
        opacity: 0;
    }

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



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

@media (max-width: 768px) {
    .iconemenu {
        width: 30%;
    }
}

@media (max-width: 600px) {
    .menu-mobile a.logo {
        background: transparent;
    }

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

    .iconemenu {
        width: 55%;
    }

}

@media only screen and (max-width: 375px) {
    .iconemenu {
        width: 60%;
    }

    .side-cart {
        width: 330px;
    }

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

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

}

/** MODIFICHE MENU 2025 FEBBRAIO **/


/* prodotti colonna */

#menu-item-631069>div>ul {
    justify-content: flex-start;
}

#menu-item-631069>div>ul>li:nth-child(1) {
    width: 215px;
}

#menu-item-631069>div>ul>li:nth-child(2) {
    width: 270px;
}

#menu-item-631069>div>ul>li:nth-child(3) {
    width: 265px;
}

#menu-item-631069>div>ul>li:nth-child(4) {
    width: 250px;
}

/* obiettivi colonna */
.site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(1) {
    width: 225px;
    padding-left: 7px !important;
}

.site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(2) {
    width: 210px;
}

.site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(3) {
    width: 203px;
    padding-left: 5px !important;
}

.site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(4) {
    width: 195px;
}

.site-nav>ul>li.has-mega-menu:hover>.sub-menu-wrap>.submenu {
    flex-wrap: nowrap;
}

/* colonna impare */
.site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(1) {
    width: 195px;
}

.site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(2) {
    width: 190px;
}

.site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(3) {
    width: 552px;
}

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


@media only screen and (max-width: 1800px) {
    #menu-item-631069>div>ul>li:nth-child(1) {
        width: 212px;
    }
}

@media only screen and (max-width: 1700px) {
    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(1) {
        width: 240px;
    }

    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(2) {
        width: 230px;
    }

    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(3) {
        width: 520px;
        padding-left: 10px !important;
    }

    .site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(3) {
        padding-left: 10px !important;
    }


    #menu-item-631069>div>ul>li:nth-child(1) {
        width: 232px;
    }

    #menu-item-631069>div>ul>li:nth-child(2) {
        width: 260px;
    }

    #menu-item-631069>div>ul>li:nth-child(3) {
        width: 251px;
    }
}

@media only screen and (max-width: 1600px) {
    #menu-item-631069>div>ul>li:nth-child(1) {
        width: 260px;
    }

    #menu-item-631069>div>ul>li:nth-child(2) {
        width: 240px;
    }

    #menu-item-631069>div>ul>li:nth-child(3) {
        width: 235px;
    }
}

@media only screen and (max-width: 1500px) {
    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(3) {
        padding-left: 5px !important;
    }

    .site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(1) {
        width: 225px;
        padding-left: 5px !important;
    }

    .site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(2) {
        width: 210px;
        padding-left: 4px !important;
    }

    .site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(3) {
        padding-left: 13px !important;
    }

    .site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(4) {
        width: 195px;
        padding-left: 11px !important;
    }


    #menu-item-631069>div>ul>li:nth-child(1) {
        width: 284px;
    }

    #menu-item-631069>div>ul>li:nth-child(2) {
        width: 224px;
    }

    #menu-item-631069>div>ul>li:nth-child(3) {
        width: 218px;
    }

}

@media only screen and (max-width: 1400px) {
    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(3) {
        padding-left: 2px !important;
    }

    #menu-item-631069>div>ul {
        justify-content: space-between;
    }

    #menu-item-631069>div>ul>li:nth-child(1) {
        width: 25%;
    }

    #menu-item-631069>div>ul>li:nth-child(2) {
        width: 25%;
    }

    #menu-item-631069>div>ul>li:nth-child(3) {
        width: 25%;
    }

    #menu-item-631069>div>ul>li:nth-child(4) {
        width: 25%;
    }
}


@media only screen and (max-width: 1300px) {
    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(1) {
        width: 33%;
    }

    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(2) {
        width: 33%;
    }

    .site-nav>ul>li.imparacol>.sub-menu-wrap>ul>li:nth-child(3) {
        padding-left: 0 !important;
        width: 33%;
    }

    .site-nav>ul>li.obiettivicol>.sub-menu-wrap>ul>li:nth-child(3) {
        padding-left: 0 !important;
    }
}