﻿.fastmenu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100%;
    background: white;
    border-right: 1px solid #ccc;
    z-index: 1000;
    top: 63px;
}

    .fastmenu ul {
        padding: 0px;
    }

        .fastmenu ul li {
            list-style: none;
            padding: 0px;
            display: block;
        }

            .fastmenu ul li a {
                display: block;
                list-style: none;
                padding: 20px;
                border-bottom: 1px solid #ccc;
                white-space: nowrap;
                text-align: center;
            }

.closebtn {
    background: rgba(0, 0, 0, 0.17);
    text-align: center;
}

    .closebtn i {
        padding: 20px;
        color: red;
    }

.menutbn {
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.87);
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
    padding: 15px;
    z-index: 200000;
    color: red;
}

@media (max-width: 1024px) and (min-width: 425px) {
    .foodnamepanel {
      width:50%;
      padding:10px;
      box-sizing:border-box;
    }
    .foodnamesrow
    {
        flex-wrap:wrap;
        flex-direction:row;
    }
   
}
.navbar-top-links li.profiletopnav{
    display:none;
}
 
.foodnamethumb{
    background:none !important;
    height:150px;
}
.foodnamethumb.false {
    background: none !important;
    height: 115px;
}
    .foodnamethumb.true {
        background: none !important;
        height: 145px;
    }
.foodnamethumb .orderbuttons
{
    flex-direction:column;
    align-items:center;
    width:40px;
}
.foodnamesrow {
    flex-direction: row;
    align-items:center;
    justify-content:center;
    margin: 10px;
}
.foodnamethumb {
    margin-right: 0px;
}