@media (max-width: 767px) {
    body {
        padding-bottom: 55px;
    }

    .menu-section {
        margin-top: 0px !important;

    }

    .side-navbar {
        z-index: 9999;
        top: 50px;
        bottom: 55px;
        height: calc(100vh - 50px);
    }


    .m-checkout-btn{
        height: auto;
        bottom: 55px;
    }


}

