/***** Wrapper *****/
#menu_mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
#menu_mobile {
    width: auto;
    height: 10vh;
}
#menu_mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu_mobile {
    background-color: var(--color__2);
    padding: 0 25px;
}
#menu_mobile ul {
    list-style: none;
}
#menu_mobile ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#menu_mobile li {
    width: 55px;
    height: 55px;
}
#menu_mobile li {
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu_mobile li {
    background-color: #00000065;
    border-radius: 50%;
}
#menu_mobile li a span {
    display: none;
}
#menu_mobile li a svg {
    width: auto;
    height: 25px;
}
#menu_mobile li a svg {
    color: #fff;
}
.menu-logo {
    width: auto;
    height: 55%;
}
.menu-logo img {
    width: auto;
    height: 100%;
}