#wallet-menu-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 60px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #cfcfcf;
    max-width: 720px;
    background-color: #fff;
	z-index: 100;
}

#wallet-menu-list li{
    display: flex;
    justify-content: center;
    align-items: center;
}

.wallet-menu-img{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wallet-menu-title{
    text-align: center;
    color: #595959;
}

#wallet-menu-list li.on .wallet-menu-title{
    color: #000;
}
