.mainMenuButton{
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    display: flex;
    background-color: orangered;
    z-index: 9999;
}
.container-menu-button{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;    
    z-index: 1;
}
.account-mmb-button{
    border: 2px solid white;
}
.container-menu-button i{
    color: white;
    font-size: 28px;

}
.container-menu-button i:hover{
    text-decoration: none;
    color: yellow;
}
.container-menu-button i:active{
    opacity: 0.4;
}
.container-menu-button img:active{
    opacity: 0.4;
}
.container-menu-button img{
    width: 30px;
    height: 30px;
}

.home-mmb,.category-mmb,.cart-mmb,.mall-mmb,.account-mmb,.login-mmb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 20%;
    height: auto;
    margin-bottom: -8px;
}

.container-menu-button p{
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: white;
}