﻿#menuCategoriasDesktop {
    margin-top: 41px;
    z-index: 9998;
    height: calc(100vh - 136px);
    overflow-y: auto;
    width: 100%;
    background: #FFF;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    transition: all 0.3s ease-out;
    max-height: 0px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

    #menuCategoriasDesktop.mostrar {
        display: block !important;
        max-height: 530px !important;
        overflow-y: auto;
        border-bottom: 1px solid #E8E8E8;
    }

@media (max-width: 999px) {
    #menuCategoriasDesktop {
        display: none !important;
    }
    .overlay a.seccion {
        font-size: 18px !important;
    }
}

/* MOBILE */
.categoriasMobileHijos {
    
}

.menu-mobile-icon-link-header {
    height: 48px !important;
}

.menu-mobile-item-header {
    background: #f3f3f3;
}

    .menu-mobile-item-header > a {
        color: #000 !important;
    }

.menu-mobile-item-padre {
    background: #f3f3f3;
}

.menu-mobile-item-padre > a{
    color: #000 !important;
}

.menu-mobile-item {
    padding: 0.2rem 0.8rem;
    border-bottom: 1px solid #ddd;
}

    .menu-mobile-item > a {
        text-align: left !important;
    }

.menu-mobile-icon-left {
    display: inline-block;
    float: left;
    margin-right: 2rem;
}

    .menu-mobile-icon-left > img {
        width: 25px;
    }

    .menu-mobile-icon-left > img.grande {
        width: 30px;
    }

.menu-mobile-icon-right {
    display: inline-block;
    float: right;
}

    .menu-mobile-icon-right > img {
        width: 20px;
    }

.menu-mobile-icon-flecha {
    display: inline-block;
    float: right;
}

    .menu-mobile-icon-flecha > img {
        width: 20px;
    }

.menu-categorias {
    text-align: left;
}

.menu-borde-izquierdo {
    border-left: 1px solid #CCC;
}

.menu-borde-derecho {
    border-right: 1px solid #DDD;
    padding-right: 0;
}

.menu-borde-derecho-hijosnietos {
    border-right: 1px solid #DDD;
}

.menu-nivel-uno {
    margin-left: 3rem;
    padding-top: 1.3rem;
    padding-bottom: .6rem;
}

.menu-nivel-dos {
}

.menu-sidebar {
    padding-left: 1rem;
    padding-right: 1.5rem;
}

p.help-block {
    margin-bottom: 0;
    font-size: 12px;
}

.menu-nodo-item {
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid transparent;
}

    .menu-nodo-item > a {
        font-family: 'NovaLight', 'Trebuchet MS';
        font-size: 15px;
        display: inline-block;
        font-weight: bold;
        color: #000;
    }

.menu-nodo-item-activo {
    background: #FFF;
    border-color: #f04603;
}

    .menu-nodo-item-activo > a {
        color: #777;
    }

.menu-nodo-item:hover {
    cursor: pointer;
    background: #FFF;
    border-bottom: 1px solid #f04603;
}

    .menu-nodo-item:hover > a {
        color: #777;
    }

.nodos-hijos {
    margin-top: .5rem;
    padding-left: 1.5rem;
    text-align: left;
    display: none;
    cursor: pointer;
    line-height: 26px;
}

    .nodos-hijos > a {
        font-size: 14px;
        color: #444;
        border: 1px solid transparent;
    }

.menu-nodo-hijo {
    font-weight: bold;
    font-family: 'NovaLight', 'Trebuchet MS';
    font-size: 14px;
    color: #111;
}

.nodo-nieto {
    padding-left: 0;
    margin-bottom: .75rem;
    cursor: pointer;
    line-height: 26px;
}

    .nodo-nieto > a {
        font-family: 'NovaLight', 'Trebuchet MS';
        line-height: 26px;
        margin-right: 1.5rem;
        color: #444;
        font-size: 14px;
    }

/* NOMBRE NODO NIVEL DOS */

.menu-borde-marcas {
    border-bottom: 1px solid #DDD;
}

.menu-borde-nombre-padre {
    margin-top: .65rem;
    border-bottom: 1px solid #DDD;
}

.nodo-nombre {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .nodo-nombre a.nombre-padre {
        font-family: 'NovaLight', 'Trebuchet MS';
        display: block;
        color: #666;
        font-weight: bold;
        font-size: 17px;
    }

    .nodo-nombre a.ver-todos {
        margin-left: .5rem;
        font-family: 'NovaLight', 'Trebuchet MS';
        display: block;
        color: #E53308;
        font-weight: bold;
        font-size: 13px;
    }

/* NIETO ITEM */

.menu-nodo-nieto {
    text-align: left;
    cursor: pointer;
    line-height: 26px;
    border-bottom: 1px solid transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .menu-nodo-nieto > a {
        font-family: 'NovaLight', 'Trebuchet MS';
        font-size: 14px;
        color: #5D5D5D;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .menu-nodo-nieto > a:hover {
        color: #111;
    }

.menu-nodo-nieto-activo {
    background: #FFF;
    border-color: #999;
}

    .menu-nodo-nieto-activo > a {
        color: #777;
    }

.menu-col-dinamica {
    display: none;
}

.menu-nodo-caja {
    position: relative
}

.nombre-nodo-destino {
    font-family: 'NovaLight', 'Trebuchet MS';
    width: 180px;
    text-overflow: ellipsis;
    text-align: left !important;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 13px;
    color: #E53308;
    left: 16px;
    top: 170px;
    position: absolute;
}

.descuento-nodo-destino {
    color: #E53308;
    text-align: center;
    width: 70px;
    right: 15px;
    top: 135px;
    position: absolute;
    font-family: 'NovaLight', 'Trebuchet MS';
}

    .descuento-nodo-destino .dto-hasta {
        font-size: 13px;
        line-height: 13px;
    }

    .descuento-nodo-destino .dto-porcentaje {
        font-size: 36px;
        line-height: 30px;
    }

    .descuento-nodo-destino .dto-off {
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
    }

/* FONDO OVERLAY */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    background: #FFF;
    overflow-x: hidden;
    transition: 0.25s; 
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
}

.overlay a {
    font-family: 'NovaLight', 'Trebuchet MS';
    padding: 4px;
    text-decoration: none;
    font-size: 18px;
    color: #696969;
    display: block;
    transition: 0.3s;
}
.overlay a.seccion {
    font-size: 37px;
}
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}