.mobile-menu{
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    background-color: white;
}

.menu-holder{
    margin-top: 92px;
    text-align: left;
}

.menu-btn{
    position: relative;
    color: inherit;
    padding: 20px;
    margin: 20px;
    display: block;
    text-decoration: none;
    font-size: 120%;
    font-weight: 600;
}

.menu-btn:visited, .menu-btn:hover, .menu-btn:active {
    color: inherit;
}

.mobile-order-notification{
    top: 22px;
    left: 120px;
}

.close-menu {
    font-size: 30px;
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
    font-weight: 300;
}