
        #cmenuDiv{
            display: none;   
            position: fixed;
                bottom: 0px;
                background: white;
                width:100%;
                
                
            &.active{
                display: block;   
            }

            
             .menu-item{
                padding: 10px 10px;
            }
             .menu-header{
                display: flex;
                flex-direction: row;
                background-color: ghostwhite;
                color: #151515;
            }
             .menu-title{
                flex-grow: 1;
                font-size: 15px;
                padding: 10px;
            }
             .menu-close{
                font-size: 15px;
                padding: 10px 20px;
                font-weight: bolder;
            }
        }