#top-menu li.menu_icon {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--btn-primary);
    width: 100%;
    padding: 16.5px 7px;
}

div#_logo {
    width: 100%;
    max-width: calc(100% - 65px);
}

#top-menu.top-menu > li h1 a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 41px;
    color: #000000;
    padding: 0px;
    text-transform: none;
    padding-left: 7px;
    background: white !important;
}

div.menuajax {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    max-width: 380px;
    background: white;
    z-index: 5070;
}

img.logo.img-fluid {
    max-width: 150px;
}

ul#top-menu.top-menu > li > a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 41px;
    color: white;
    padding: 0px;
    text-transform: none;
    border-bottom: 0.5px solid #e5e5e5;
    background: var(--btn-primary-second) !important;
    padding-left: 7px;
}
ul#top-menu.top-menu > li > span {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 41px;
    color: white;
    padding: 0px;
    text-transform: none;
    border-bottom: 0.5px solid #e5e5e5;
    background: var(--btn-primary-second) !important;
    padding-left: 7px;
    cursor: pointer;
}

.cbp-close-mobile {
    width: 50px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 30px;
    font-size: 20px;
}

.responsiveSubmenu {
    position: relative;
    height: 0px;
    top: -32px;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.responsiveSubmenu i.material-icons.d-inline {
    font-size: 15px;
    color: white;
}

#top-menu-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 5069;
    opacity: 1;
    background: #0000006e;
}

#return-parentmenu {
    width: 50px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 30px;
}

.tittle-submenu a {
    color: black !important;
}

#top-submenu .category {
    border-bottom: 1px solid #d1d1d1;
    font-size: 13px;
}

.tittle-submenu {
    padding: 20px;
    font-size: 30px !important;
    background: var(--btn-primary-hover);
    border-bottom: 1px solid black !important;
}

ul#top-submenu {
    overflow-y: auto;
    height: 100%;
}

ul#top-menu {
    overflow-y: auto;
    height: 100%;
}

#top-submenu li:first-child {
    position: absolute;
    width: 100%;
    height: 85px;
}

#top-submenu li:nth-child(2) {
    margin-top: 85px;
}

#top-menu li:first-child {
    position: absolute;
    width: 100%;
    height: 85px;
}

#top-menu li:nth-child(2) {
    margin-top: 85px;
}
