/*@font-face {
    font-family: 'Cairo';
    src: url('/assets/fonts/Cairo.ttf') format('truetype');
}*/


:root {
    --main: #f4511e;
    --shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    --item-img-radius:0px 5px 5px 0px;
    --myfont:'Rubik', sans-serif;
    --main80:#f4511eCC;
    --main35:#f4511e59;
}

* {
    box-sizing: border-box;
  }
 
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #ffffff;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }


h1,
h2,
p,
label
 {
    color: #393f52;
    margin: 0;
    font-size: 20px;
    font-family: var(--myfont);
    line-height: 1.35;
    /*font-family: "Cairo";*/
}

.fa{
    color: var(--main);
}

h2,p,label,button,a{
    font-weight: 500;
    font-size: 18px;
    font-family: var(--myfont);
}


input[type='radio'],input[type='checkbox'] {
    accent-color: var(--main);
    scale: 1.15;
}


hr{
    width: 100%;
    height: 1px;
    border: none;
    color: #b3b3b36c;  /* old IE */
    background-color: #b3b3b36c;  /* Modern Browsers */
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: var(--myfont);
    margin-bottom: 10px;
    color: var(--main);
    font-size: 17px;
  }
  
  .separator::before,
  .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #b3b3b36c;
    /*margin-inline-start: 5px;*/
    margin-top: 10px;
  }
  
  /*.separator:not(:empty)::before {
    margin-right: .5em;
  }
  
  .separator:not(:empty)::after {
    margin-left: .25em;
  }*/


#app{
    /*background-color: #d1d1d1;*/
    height: 100%;
    width: 100%;
}


#plan1{
    display: flex;
    position: absolute;
    z-index: 1;
    /*height: hv;*/
    background: url("../bodybg1.jpg") no-repeat center center fixed;
    background-size: cover;
    align-items: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
    /* justify-content: center; */
    width: 100%;
}


/*NavBar****************************************************************************************/
#navBar{
    height: 60px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0 8px;
    position: sticky;
    top:0;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.068), 0 6px 20px 0 rgba(0, 0, 0, 0.075);
    z-index: 5;
}

#navBar>button{
    text-transform: uppercase;
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
    font-size: 17px;
    border-radius: 4px;
    color: #393f52;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    font-family: var(--myfont);
}

#tableNum{
    margin-bottom: 20px;
}

#isTableActiveId{
    margin: 0px 20px 20px 20px;
    color:red;
}

/*Rest Details********************************************************************************/
#restDetailsCont{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 10px 0;
    height: 100px;
}

#restDetailsCont>img{
    border: 1px solid #afafaf;
    border-radius:8px;
    margin: 0 4px;
}

#restDetailsCont>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: space-around;
    height: 100%;
    flex-grow: 1;
    margin: 0 6px;
}

#restDetailsCont>div a{
    font-size: 16px;
    font-weight: 400;
    color: #393f52;
    display: block;
}

#restDetailsCont>div h2{
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

#restDetailsCont .fa-facebook-square:before{
    color: #4064b3 !important;
    font-size: 20px;
    margin: 0px 6px;
}

#restDetailsCont .fa-instagram:before{
    color: #C13584 !important;
    font-size: 20px;
    margin: 0px 6px;
}

#restDetailsCont>div div:nth-child(2){
    margin-bottom: 4px;
}

#restDetailsCont>div div:nth-child(2),#restDetailsCont>div div:nth-child(3){
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}




/*Rest Cover************************************************************************************/
#restCover {
    width: 100%;
    margin-bottom: 5px;
    max-height: 30vh;
}

/*CATS*******************************************************************************************/
#cats{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    overflow: auto;
    margin-bottom: 10px;
    position: sticky;
    top: 59px;
    background-color: #fafafa;
    z-index: 5;
}

/*#cats::-webkit-scrollbar {
    display: none;
}

#cats {
    -ms-overflow-style: none;
    scrollbar-width: none;
}*/

#cats button{
    white-space: nowrap;
    background-color: #e9e9e9;
    border: none;
    border-radius:25px;
    color: #393f52;
    padding: 8px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


/*SUB CAT***************************************************************************************/
.subCatItems{
    background: linear-gradient(to left, transparent 75%, white 25%), 
    linear-gradient(90deg, var(--main35), var(--main80));
    padding: 15px 0px 15px 0px;
    border-radius:30px;
    margin-bottom: 40px;
}


/*ITEMS*****************************************************************************************/
#itemsContainer{
    margin: 5px;
}

.catItems{
    background-color: white;
    box-shadow: var(--shadow);
    margin-bottom: 18px;
    border-radius: 30px;
    /*padding: 5px;*/
}

.catItems>h1{
    font-size: 19px;
    /*margin-bottom: 10px;*/
    color: var(--main);
    padding: 16px;
}


.catItems .subCatItems>h2{
    margin: 0px 15px 15px 15px;
    font-weight: 700;
    color: white;
    font-size: 20px;
}


.catItems .items{
    
    /*margin-bottom: 15px;*/
    border-radius: 6px;
    /*border: 1px solid #d6d6d6;*/
    /*height: 120px;*/
    display: flex;
    
    /*new*/
    position: relative;
    height: 145px;
    margin: 0px 6px 15px 6px;
}


.catItems .items:last-child{
    margin-bottom: 0px;
}

.catItems .items img{
    min-width: 118px;
    object-fit: cover;
    /*border-radius:var(--item-img-radius);*/
    border-radius:25px;

    /*new*/
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 13.5px;
    border: 2px solid #d6d6d6;
    box-shadow: 0 1.5px 10px 0 rgba(0, 0, 0, 0.1), 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.catItems .items .itemDetails{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    /*padding: 8px;*/

    /*new*/
    padding: 22px 65px 22px 8px;
    margin-right: 60px;
    /*border: 1px solid #d6d6d6;*/
    flex-grow: 8;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}

.catItems .items .itemDetails>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
}


.catItems .items .itemDetails>div h2:first-child{
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: 700;
}

.catItems .items .itemDetails>div h2:nth-child(2){
    font-size: 13px;
    font-weight: 500;
    color: #6a6e7bde;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    
}

.catItems .items .itemDetails h2:last-child{
    font-size: 17px;
    color: #6a6e7bde;
    cursor: pointer;
}

.itemDiscount{
    color: #b4b4b4 !important;
    text-decoration: line-through !important;
}

.catItems .items .itemDetails h2:last-child span{
    font-size: 16px;
    font-weight: 700;
    color: var(--main);
}


/*Modal******************************************************************************************/
.myModal {
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    padding: 10px 0;
    /*left: 0;*/
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 12px;
    border: 1px solid #888;
    width: 97%;
    border-radius: 8px;
}

.modalBar{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

/* The Close Button */
.close {
    float: left;
    font-size: 28px;
    font-weight: bold;
    background-color: #dfdfdf;
    border-radius: 20px;
    padding: 6px;
    line-height: 0.6;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*ITEMS Modal******************************************************************************************/
#itemModalDetails{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    text-align: start;
}

#itemModalDetails img{
    max-height: 50vh;
    width: 100%;
    object-fit: cover;
    margin-bottom: 6px;
    border-radius: 6px;
}

#itemModalDetails h1{
    margin-bottom: 8px;
}


#itemModalDetails h2{
    font-size: 16px;
    color: #636466;
    margin-bottom: 8px;
}

/*PRICE****************************/
#itemPriceModal{
    display: flex;
    width: 100%;
    margin: 8px 0px;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}

#itemPriceModal h2{
    font-size: 18px !important;
}

/*OPTIONS*************************/
#itemOptionsModal{
    width: 100%;
}

#itemOptionsModal div>label{
    flex-grow: 1;
}

#itemOptionsModal div:not(:first-child){
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

#itemOptionsModal div:last-child{
    margin-bottom: 8px;
}

#itemOptionsModal div>h2{
    margin-bottom: 0px !important;
}

/*EXTRAS**************************/
#itemExtrasModal{
    width: 100%;
}

#itemExtrasModal>div:not(:first-child){
    display: flex;
    width: 100%;
    margin: 8px 0px;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 8px;
}

#itemExtrasModal>div:not(:first-child) div{
    width: 100%;
}

#itemExtrasModal>div:not(:first-child) div div{
    display: flex;
    width: 100%;
    /*margin: 5px 0px;*/
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    /*justify-content: space-between;*/
}

#itemExtraTitle{
    color: var(--main) !important;
    font-size: 18px !important;
}

#itemExtraTitle + h2{
    font-size: 15px !important;
}

#itemExtrasModal>div:not(:first-child) div div>label{
    flex-grow: 1;
    padding: 10px 0px;
}

#itemExtrasModal>div:not(:first-child) div div>div{
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0px 8px;
}

#itemExtrasModal>div:not(:first-child) div div>div>h2{
    margin: 0px 8px;
}

#itemExtraPrice{
    margin-bottom: 0px !important;
}

.plusMinusBtn{
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 0;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #bbb;
    background-color: white;
}


/*TOTAL PRICE*/
#itemTotalPrice{
    position: sticky;
    bottom:0;
    width: 100%;
}

#itemTotalPrice>button{
    width: 100%;
    background-color: var(--main);
    border: none;
    border-radius: 6px;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    padding: 13px 0px;
    margin-top: 4px;
    font-family: var(--myfont);
}


/*BRANCHES Modal******************************************************************************************/
.modalDetails{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    text-align: start;
}

.modalDetails>div{
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    display: flex;
    flex-direction: column;
}

.modalDetails h1:first-child{
    margin-bottom: 8px;
}

.modalDetails h2:not(:last-child){
    margin-bottom: 10px;
    font-weight: 400;
}

.modalDetails>div a{
    color: #000;
    display: block;
    font-weight: 400;
    
}

.modalDetails>div a:not(:last-child){
    margin-bottom: 10px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/




/*default loading*/
#loading1{
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border: 5px solid #f3f3f3;
    border-radius:50%;
    border-top: 3px solid #f4511e;
    animation: spin 1s linear infinite;
}
@keyframes spin{
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}



.menuBtn{
    background-color: var(--main);
    border: none;
    border-radius: 10px;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 15px;
}


#restLogo{
    width: 120px; height: 120px;
    border-radius: 10px;
    border: 1px solid #adadad;
    margin-bottom: 8px;
    margin-top: 10px;
}

#restName{
    font-size: 22px;
    text-align: center;
    margin-bottom: 12px;
}

#homeIcons{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

#homeIcons .fa{
    font-size: 24px;
    margin: 0px 12px;
}


.homeCard{
    width: 90%;
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.096), 0 6px 20px 0 rgba(0, 0, 0, 0.096);
    height: 80px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 15px 0px;
    margin-bottom: 20px;

}

.homeCard>i{
    font-size: 40px;
    margin: 0px 25px;
    color: var(--main);
    width: 40px;
}

.homeCard h1:first-child{
    margin-bottom: 8px;
}


.homeCard>div>h1{
    font-size: 22px !important;
}

.homeCard>div>h2{
    font-size: 16px !important;
}

.homeCard h1,.homeCard h2{
    cursor: pointer;
}



#onlineOrderWait{
    color: var(--main);
}

#restPhone{
    font-size: 20px;
    color: #adadad;
}

#restTime{
    font-size: 18px;
    margin-bottom: 18px;
    color: #adadad;
}

#restCover1{
    width: 100%;
    margin-bottom: 20px;
    max-height: 25vh;
}

#fbLink{
    text-decoration: none;
}

#fbIcon{
    font-size: 60px;
    line-height: 1.1;
    color: #4064b3;
}

#followUs{
    font-size: 18px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

.animate-flicker {
    animation: fadeIn 1s infinite alternate;
}



@media screen and (min-width: 480px) {
    #app {
        width: 50%;
        margin: auto;
    }

    #navBar {
        box-shadow: none;
    }

    .myModal{
        width: 50%;
        /*left: 25%;*/
    }
    
    #plan1 {
        width: 50%;
        margin: auto;
    }
}


@media screen and (min-width: 481px) and (max-width: 700px) {
    #app {
        width: 75%;
        margin: auto;
    }

    #navBar {
        box-shadow: none;
    }

    .myModal{
        width: 75%;
        /*left: 37.5%;*/
    }
    
    #plan1 {
        width: 75%;
        margin: auto;
    }
}


@media screen and (max-height: 700px) {
    #plan1 {
        position: relative;
    }
    
}




