#header {
    background-color: #333;
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    z-index: 1110;
}

#header a {
    display: block;
    padding: 10px;
    color: #ccc;
}

#header a:hover {
    text-decoration: none;
    color: #fff;
}

#header a.logo {
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
}

#header a.logo img {
    max-width: 100%;
    max-height: 100%;
}

#header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header a.menu_opener {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#header .submenu {
    display: none;
    background-color: #fff;
}

#header .submenu>a {
    display: block;
    padding: 5px 15px;
    color: #333;
}

#header .submenu>a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
}

#header .submenu_container {
    position: relative;
}

#header .submenu_container>a::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    margin-left: 10px;
}

#header .submenu {
    position: absolute;
    top: 52px;
    min-width: 200px;
    right: 10px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #333;
}

@media (min-width: 1024px) {
    #header a.menu_opener {
        display: none;
    }
}

#header .notifications_tab {
    background-color: #F27318;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

#header a.notifications_tab {
    color: #fff !important;
}

#header .notifications_tab .bdg {
    color: #f21f0c;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    background-color: #bf0000;
    position: fixed;
    top: 60px;
    left: 0;
    width: 250px;
    height: calc(100vh - 60px);
    padding: 10px;
    display: none;
    overflow: auto;
    z-index: 1100;
}

#menu a {
    display: block;
    padding: 10px;
    color: #333;
    position: relative;
    background-color: #fff;
    margin-bottom: 10px;
}

#menu a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #666;
}

#menu a.active {
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

#menu .submenu_container>a::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    margin-left: 10px;
    position: absolute;
    right: 10px;
}

#menu .submenu {
    display: none;
    margin-left: 15px;
}

#menu .submenu>a {
    padding: 5px 10px 5px 20px;
}

@media (min-width: 1024px) {
    .main {
        margin-left: 250px;
        width: calc(100% - 250px);
    }
    #menu {
        display: block;
    }
}

#menu .orders_menu_badge,
#menu .orders_menu_badge:hover {
    padding: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

#menu .orders_menu_badge img {
    height: 30px;
    margin-bottom: 10px;
}

#menu .orders_menu_badge .label {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
}

#menu .orders_menu_badge .bdg {
    padding: 5px 10px;
    background-color: #F27318;
    font-size: 20px;
    font-weight: bold;
}

#menu .reservations_menu_badge,
#menu .reservations_menu_badge:hover {
    padding: 10px;
    background-color: #c2e0f2;
    color: #000;
    text-align: center;
}

#menu .reservations_menu_badge img {
    height: 30px;
    margin-bottom: 10px;
}

#menu .reservations_menu_badge .label {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
}

#menu .reservations_menu_badge .bdg {
    padding: 5px 10px;
    background-color: #f21f0c;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#menu .selfordering_menu_badge,
#menu .selfordering_menu_badge:hover {
    padding: 10px;
    background-color: #eeeeee;
    color: #000;
    text-align: center;
}

#menu .selfordering_menu_badge img {
    height: 30px;
    margin-bottom: 10px;
}

#menu .selfordering_menu_badge .label {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
}

#menu .selfordering_menu_badge .bdg {
    padding: 5px 10px;
    background-color: #f21f0c;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#header.light {
    background-color: #f8f9fa;
}

#header.light a {
    color: rgba(0, 0, 0, 0.5);
}

#header.light a:hover {
    color: rgba(0, 0, 0, 0.9);
}

#header.light a.active {
    color: rgba(0, 0, 0, 0.9);
}