main{padding-bottom: 150px}
h1{text-align:center; width: 100%; text-transform: uppercase}
/*li{width: 100%; background: #f6f6f6; padding: 10px; margin-bottom: 3px; cursor: pointer }*/
li.active{background: lightgreen }
.openRightPanel{text-align: center; padding: 20px; border: 0; color: #fff}
#rightPanel{position: absolute; top: 10px; left: -20000px; width: calc(100vw - 40px); bottom: 10px; background: lightgray}
#rightPanel.openPanel{left: 20px !important; }

#hero {
    background: url("../../img/hero.jpg") no-repeat center center;
    height: 20vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#logo img{width: 25vw; height: 25vw; max-height: 155px; max-width: 155px; }

.card {
    border-radius: 0;
    box-shadow: 0px 0px 10px #bbb;
    padding: 15px;
}
#productList{
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}

#categoriesWrapper {
    height: 50px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
    overflow-x: auto;
    background: #eee;
}

#categoriesWrapper::-webkit-scrollbar {
    display: none;
}

#categories {
    width: 100%;
    padding: 3px;
    height: 50px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

#categories a {
    text-decoration: none;
    display: inline;
    color: #111;
    font-size: 15px;
    float: left;
    background: #ccc;
    border-radius: 13px;
    margin: 5px;
    padding: 0 12px;
}

.catName{
    margin: 70px 0 30px;
}


.text-component h2.catName:first-child {
    margin-top: 0;
}

.productContainer {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.productItem {
    border: 1px solid #ccc;
    padding: 10px;
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-height: 88px;
}

.productItem .pname{
    font-weight: bold;
    max-width: 72%;
}

.productItem .pprice{
    font-weight: bold;
    white-space: nowrap
}

.productItem .pdesc{
    font-size: 0.8em;
    margin: 10px 0;
    width: 100%;
}

.productQty {
    width: 70px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.productQty span.title {
    font-size: 0.6em;
}

select.selectpicker {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border: none;
    background: none;
    font-size: 1.8em;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 27px;
}
select.selectpicker:active, select.selectpicker:focus, select.selectpicker:focus-visible {
    border: none;
    outline: none !important;
}


#serviceCallContainer{position: fixed;bottom: 85px;left: 25px;z-index: 1;}
#serviceCallContainer svg{ width: 43px; fill: #000; text-align: center; margin-left: -5px;}


/**** ServiceCall ***/
.callWaiter, .orderBill{ width: 35vw; border: none; padding: 15px}
.callWaiter{ background: #79b174}
.orderBill{ background: #679f62}
.callWaiter svg, .orderBill svg{ fill:#fff; stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10; width: 15vw;}
.orderBill svg{ margin-bottom: 20px;}

#sc-conatiner.d-flex {display: flex!important; flex-direction: row; justify-content: center; align-items: stretch;}
#sc-conatiner p.title {color:#fff}
.goBack {width: 70%; margin-top: 10vh;}


/**** Guest-Guide ****/
#guest-guide #header{background: #fff; box-shadow: 0 0 #ccc}
