.MENU_MAIN li[class^='code-NO-'],
.MENU_MAIN li[class*='code-NO-'],
#mmenu li[class^='code-NO-'],
#mmenu li[class*='code-NO-'],
.category_tree li[class^='code-NO-'],
.category_tree li[class*='code-NO-'] {
    display: none !important
}


/*////////////////////////////////////////////////////////////////////*/


/*   MENU                  ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/

.MENU_MAIN li[class^="code-NO-"],
.MENU_MAIN li[class*="code-NO-"],
#mmenu li[class^="code-NO-"],
#mmenu li[class*="code-NO-"],
.category_tree li[class^="code-NO-"],
.category_tree li[class*="code-NO-"],
li[class^="code-NO-"] {
    display: none !important
}

/*  MENU_MAIN *******************************/
.MENU_MAIN {
    float: left;
    width: 100%;
}

    .MENU_MAIN .nav-flex {
        display: flex;
        justify-content: space-between;
    }

    .MENU_MAIN > ul {
        display: flex;
        height: auto;
        width: auto;
        align-content: center;
    }



    /*////////////////////////////////////////////////////////////////////*/


    /*   MENU                  ////////////////////////////////////////  */


    /*//////////////////////////////////////////////////////////////////*/



    /*  MENU_MAIN *******************************/

    .MENU_MAIN > ul {
        display: flex;
        height: auto;
        width: 100%;
        justify-content: center;
        align-content: center;
    }

    .MENU_MAIN .nav > li {
        position: unset;
    }

        .MENU_MAIN .nav > li > a {
            color: #000;
            line-height: 0.9em;
            margin: 0;
            text-align: center;
            white-space: nowrap;
            font-weight: 600;
            font-size: 14px;
            position: relative;
            text-shadow: none;
            display: block;
            padding: 7px 12px 12px;
        }

    .MENU_MAIN .nav#menu-help > li > a {
        color: #7C7C7C;
    }

    .MENU_MAIN .nav > li.eventos > a {
        color: #0054C8;
    }

    /* :hover */
    .MENU_MAIN .nav > li > a:focus, .MENU_MAIN .nav > li > a:hover, .MENU_MAIN .nav > li:hover > a {
        text-decoration: none;
        background-color: transparent !important;
        color: #000 !important;
    }

        .MENU_MAIN .nav > li > a:hover::before, .MENU_MAIN .nav > li:hover > a::before {
            height: 4px;
            width: 100%;
            position: absolute;
            bottom: 0px;
            left: 0;
            background-color: #006AFD;
            display: block;
            content: "";
            z-index: 1;
        }

    .MENU_MAIN .nav > li.link > a, .MENU_MAIN .nav > li.link:hover > a {
        color: #006AFD !important;
    }

    .MENU_MAIN .caret {
        display: none;
    }

    .MENU_MAIN #menu-width > li:first-child > a {
        padding: 7px 13px 12px 0;
    }

    .MENU_MAIN #menu-help > li:last-child > a {
        padding: 7px 0 12px 13px;
    }

    /* ul ul */
    .MENU_MAIN ul li ul {
        background-color: #fff;
        border: 1px solid #E1E1E1;
        left: calc(50% - 200px);
        padding: 7px 0 20px;
        width: 304px;
        box-shadow: 1px 4px 5px rgba(57, 57, 57, 0.13);
    }

        .MENU_MAIN ul li ul li {
            width: 100%;
        }

        .MENU_MAIN ul li ul a {
            color: #000;
            line-height: 1.2em;
            padding: 15px 23px;
            white-space: normal;
            background: transparent !important;
            font-size: 16px;
            font-weight: normal;
            border-bottom: 1px solid lightgray;
            text-transform: uppercase;
        }

            .MENU_MAIN ul li ul a:hover, .MENU_MAIN ul li:hover > a {
                background: #000 !important;
                color: #fff;
                text-decoration: none;
            }

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    width: auto;
    left: 100%;
    top: -3px;
    border: 0;
    height: 100%;
    background-color: #000;
    min-width: 300px;
    height: 100%;
    overflow: auto;
}

    #menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a {
        color: #fff;
        padding: 8.5px 20px;
    }

        #menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a:hover {
            color: #006AFD !important;
        }

/* abrir login_box en :hover */
.MENU_MAIN ul li.prods:hover > .dropdown-menu {
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
    position: absolute;
    flex-wrap: nowrap;
    padding: 20px;
    min-height: 500px;
}

.MENU_MAIN .listing {
    columns: 4 230px;
    width: auto;
    column-gap: 50px;
}

.MENU_MAIN .dropdown-menu .img {
    width: 190px;
    height: auto;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 25px;
}

.MENU_MAIN .dropdown-menu a.imglink {
    border: none
}

/* Menu accesorios dos columnas */

.MENU_MAIN ul .cat-item-Accesorios ul a {
    font-size: 14px;
    padding: 11px 20px;
    border: none;
}

.MENU_MAIN ul .cat-item-Accesorios ul {
    max-height: 390px;
    width: 490px !important;
}

.MENU_MAIN ul .cat-item-Accesorios:hover > .dropdown-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.MENU_MAIN ul .cat-item-Accesorios ul li {
    width: auto;
}


/*nuevo menu*/

ul.dropdown-menu .dropdown-menu {
    display: block;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto;
    bottom: auto;
    margin-bottom: 25px;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    min-width: 100%;
}

ul.dropdown-menu.continue {
    padding-top: 57px;
}

.MENU_MAIN ul li ul {
    box-shadow: none;
}

.header-links {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 14px !important;
    border-bottom: 1px solid #f1f1f1;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a {
    font-size: 13px !important;
    padding: 7px 0;
    color: #000;
    border: none;
    text-transform: none;
}

    #menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a.title-listed {
        font-size: 13px !important;
        border-bottom: 1px solid #dcdcdc;
        padding: 0 0 7px;
        margin: 0 0 10px;
        font-weight: 600;
    }

        #menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a.title-listed.opacity {
            opacity: 0;
        }

        #menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a.title-listed:hover {
            text-decoration: none !important;
        }

.MENU_MAIN ul li ul a:hover, .MENU_MAIN ul li:hover > a {
    background: transparent !important;
    color: black !important;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    background-color: white !important;
}

#menu-width > li.dropdown-submenu.cat-item-18861 > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    float: none;
    padding: 0 20px;
}

.MENU_MAIN ul li ul {
    width: 850px;
}

    .MENU_MAIN ul li ul a {
        padding: 15px 0px;
    }

/* abrir login_box en :hover */
.MENU_MAIN ul li:hover > .dropdown-menu {
    display: block;
}


@media (max-width: 1439px) {
    .MENU_MAIN .nav > li > a {
        font-size: 14px;
    }

    .MENU_MAIN ul li ul a {
        font-size: 15px;
        padding: 12px 20px;
    }
}

@media (max-width: 991px) {
    .MENU_MAIN ul li ul {
        width: 215px;
        left: -21px;
    }

    .MENU_MAIN .nav > li > a {
        padding: 10px 12px 11px;
        font-size: 13px;
    }

    .MENU_MAIN ul li ul a {
        font-size: 13.7px;
        padding: 10px 20px;
    }
}
/*Flechitas del menu*/

li.dropdown-submenu.cat-item-Cats #categorias-header::after {
    content: "\f123";
    font-family: "Ionicons";
    display: inline;
    color: #FFF;
    position: relative;
    font-size: 11px;
    font-weight: 500;
}

span.flechita::after {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 13px;
    margin: 0 auto;
    position: absolute;
    left: 207px;
    opacity: 0.7;
}


/* Imagenes menu ******************/

.menuBckImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 30px);
    overflow: hidden;
    position: absolute;
    right: 13px;
    top: 15px;
    width: 400px;
    border-radius: 8px;
}


/* hamburguer ******************/

.hamburguer {
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 20px;
    flex-shrink: 0;
    margin-right: 20px;
    z-index: 1002 !important;
}

.hamburguer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    .hamburguer span {
        background: #000;
        border-radius: 0;
        display: block;
        height: 2px;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .hamburguer span:nth-child(1) {
            top: 16px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .hamburguer span:nth-child(2) {
            top: 24px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
            width: 80%;
        }

        .hamburguer span:nth-child(3) {
            top: 32px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    .hamburguer:hover span {
        background: #005DA4
    }


@media (max-width: 991px) {
    html.mm-opening .hamburguer {
        position: fixed;
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out 0s;
    }

        html.mm-opening .hamburguer span {
            background: #000
        }

            html.mm-opening .hamburguer span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 18px;
                left: 8px;
            }

            html.mm-opening .hamburguer span:nth-child(2) {
                width: 0%;
                opacity: 0;
            }

            html.mm-opening .hamburguer span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 34px;
                left: 8px;
            }
}

@media (max-width: 767px) {
    .hamburguer {
        margin-right: auto;
    }
}

@media (max-width: 479px) {
    html.mm-opening .mm-menu ~ .mm-slideout {
        transform: translate3d(87%, 0px, 0px);
    }

    .hamburguer span:nth-child(1) {
        top: 17px
    }

    .hamburguer span:nth-child(3) {
        top: 31px
    }
}


/* MENU RESPONSIVE y MMENU  ************************************/


@media (max-width: 1199px) {
    header {
        height: auto
    }

    .LOGO {
        width: 125px;
    }

    .SEARCH_BOX fieldset {
        height: 40px
    }

    .SEARCH_BOX .search_submit {
        height: 38px
    }

        .SEARCH_BOX .search_submit svg {
            width: 21px
        }
}

@media (max-width: 991px) {
    .LOGO {
        width: 96px;
    }

    .SEARCH_BOX fieldset {
        height: 37px
    }

    .SEARCH_BOX .search_submit {
        height: 35px
    }

        .SEARCH_BOX .search_submit svg {
            width: 19px;
            margin: -1px 0 0;
        }
}

@media (max-width: 767px) {
    .SEARCH_BOX {
        margin: 0 auto 0;
        padding: 0;
        /*position: absolute;
        top: 72px;*/
        order: 1;
    }

        .SEARCH_BOX fieldset {
            height: 40px;
            width: 100%;
            margin: 10px 0px;
        }

        .SEARCH_BOX .search_submit {
            height: 38px;
        }

    .LOGO {
        width: 140px;
    }
}




/* MMENU ************************************************************/

#mmenu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.45);
    color: #000;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    overflow-y: auto !important;
}

    #mmenu:not(.mm-menu) {
        display: none;
    }

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
    opacity: 0.6
}

.mm-menu.mm-offcanvas {
    overflow: auto !important;
    width: 87%;
}

.mm-navbar > * {
    padding: 0
}

.mm-panels {
    overflow: auto !important;
    min-height: 100%;
}

#mm-1,
#mm-2 {
    display: block !important;
    float: left;
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    z-index: 1;
}

.mm-panels > div > .mm-navbar {
    display: none !important
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: none
}

#mmenu li.close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

    #mmenu li.close .button-close {
        color: white;
        font-size: 20px !important;
        background: transparent;
        padding: 5px 10px;
    }

/* MENU USUARIO  ********/
#mmenu .mmenuHeader {
    padding: 0;
    width: 100%;
    float: left;
}

#mmenu .mmenuHeader {
    background-color: #294391;
}

    #mmenu .mmenuHeader::before {
        height: 12px;
    }

    #mmenu .mmenuHeader .mm-navbar {
        display: none !important
    }


    #mmenu .mmenuHeader > ul {
        display: inline-flex;
        justify-content: space-around;
        float: left;
        width: 100%;
        align-content: center;
        flex-wrap: wrap;
    }

        #mmenu .mmenuHeader > ul > li {
            display: flex;
        }

            #mmenu .mmenuHeader > ul > li.name {
                width: 100%;
                text-align: center;
                color: white;
                justify-content: center;
                padding: 12px 0;
            }

    #mmenu .mmenuHeader li a {
        color: white;
        display: block;
        font-size: 0.85em;
        font-weight: 400;
        padding: 6px 0;
        text-align: center;
        text-transform: none;
        width: 100%;
    }

        #mmenu .mmenuHeader li a::before {
            display: block;
            font-size: 2.3em;
            height: 35px;
            margin: 0 !important;
        }

    #mmenu .mmenuHeader li .u-data::before,
    #mmenu .mmenuHeader li .u-favs::before {
        padding-top: 3px;
    }

    #mmenu .mmenuHeader li .u-logout::before {
        font-size: 2.2em;
    }

    #mmenu .mmenuHeader li a:hover,
    #mmenu .mmenuHeader li a:active,
    #mmenu .mmenuHeader li a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }


/* MENU  SEARCHBOX ********/
#mmenu .searchList {
    width: 100% !important
}

#mmenu .mmenuHeader .SEARCH_BOX {
    background: transparent none repeat scroll 0 0;
    float: left !important;
    margin: 0 5% 5px;
    max-width: 100%;
    position: relative;
    right: unset;
    width: 90%;
}

    #mmenu .mmenuHeader .SEARCH_BOX fieldset {
        background-color: transparent;
        float: left;
        width: 100%;
    }

    #mmenu .mmenuHeader .SEARCH_BOX .form-group {
        background-color: #fff;
        border: 0 none;
        border-radius: 60px;
        opacity: 1;
    }



/* MENU PANELS mainmenu *******/

#mmenu .mainmenu * {
    background-color: transparent;
    border: 0;
}

#mmenu .mainmenu .mm-panel {
    padding: 0 0 0 20px;
}

    #mmenu .mainmenu .mm-panel .mm-panel {
        padding: 0;
    }

.mm-panels > .mm-panel::after,
.mm-panels > .mm-panel::before {
    height: 0
}

/* uno */
#mmenu ul.uno {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    height: auto;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

    #mmenu ul.uno > li {
        border-bottom: 1px solid #e6e6e6 !important;
        float: left;
        width: 100%;
    }

        #mmenu ul.uno > li > a,
        ul.uno > li > span {
            font-size: 17px;
            font-weight: 700;
            height: 56px !important;
            line-height: 56px;
            padding: 0 15px;
            float: left;
            width: 100%;
        }

        #mmenu ul.uno > li > .mm-next::after,
        ul.uno > li > .mm-prev::before {
            border-color: #000 !important;
            height: 10px;
            width: 10px;
            right: 22px !important;
            top: -5px;
        }

ul.uno > li > .mm-panel {
    padding-top: 0;
}


/* dos */
#mmenu ul.dos {
    float: left;
    width: 100%;
    padding: 0 0 18px;
}

    #mmenu ul.dos > li > a,
    ul.dos > li > span {
        font-size: 14.5px;
        font-weight: 400;
        height: auto !important;
        line-height: 18px;
        padding: 8px 10px;
        display: table-cell;
        vertical-align: middle;
    }

    #mmenu ul.dos > li > .mm-next::after,
    ul.dos > li > .mm-prev::before {
        border-width: 1px;
        border-color: #054fa2 !important;
        height: 6px;
        width: 6px;
        right: 24px !important;
    }


    /* tres */
    #mmenu ul.dos ul.tres {
        margin: -5px 0 15px;
    }



/* second (menu secundario) */
#mmenu .second {
    float: left;
    width: 100%;
    margin-top: 6px;
}

    #mmenu .second > li > a {
        width: 100%;
        float: left;
        padding: 11px 15px;
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }





li > .mm-next::after {
    transform: rotate(225deg) !important;
}

li.mm-opened > .mm-next::after {
    transform: rotate(45deg) !important;
}





/* header responsive ***/

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    #mmenu {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
