@media screen and (max-width:480px) {
    .SView-viewMenu{
        height:unset;
        width:180px;
        bottom:100px;
    }
    .SView-viewMenu ul{
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        justify-content:space-around;
        margin:0px;
        padding:0px;
        height:100%;
    }

        .SView-viewMenu .SView-direction {
            border:unset;
        }
        .SView-viewMenu .SView-direction ul {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: center;
            height: 100% !important;
            column-count: 4;
            column-gap: 0px;
            justify-items: center;
            overflow: hidden;
        }

        .SView-viewMenu ul li {
            list-style: none;
            height: max-content;
            width: min-content;
            break-inside: avoid;
        }

        .SView-viewMenu .SView-btn-hight {
            background-color: #E8F0FD !important;
        }

        #mobile_walking {
            display: inline-block !important;
        }
            #mobile_walking.SView-btn-hight p {
                color: #0A61B4;
            }
    .SView-walkingMode {
        display: none;
    }

    .SView-button-iconBtn:hover, .SView-button-iconBtn-mini:hover{
        background-color:transparent;
    }

}
