/* st------------  mesh mobile grobal css  --------*/
html {
    background-color: #fff;
}
body {
    font-family: 'Catamaran', sans-serif;
    font-weight: 300;
    background-color: #f1f1f1;
}

#fullpageContainer{
  overflow: scroll;
    height: 100%;
    position: fixed;
    margin: auto;
    display: none;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1053;
    background-color: #fff;
}

.headerbar{
  height: 70px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
  z-index: 1050;
  position: fixed;
}

.fullpage_container{
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1060;
  overflow-y: hidden;
  overflow-x: hidden;
}

.page-title{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.showpage{
  display: block !important;
}

.maxwidth-iPadhoriz{
    max-width: 1200px;
}

.hideObj{
    display: none;
}

.headertitle-text{
    /* font-family: 'PT Sans Narrow', sans-serif; */
    font-family: 'Lekton', sans-serif;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#mainbody-Container{
    background-color: #f1f1f1;
}

#entrypage-container{
    min-width: 400px;
    width: 100%; 
    margin: auto;
    height: 100% ;
}

#ordersubmitted-container{
    min-width: 400px;
    width: 100%; 
    margin: auto;
    height: 100% ;
}

#restmeshLogo {
    background-image: url(/images/3Dlogo_wtG.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.signinbackground_ImgHolder #restmeshLogo {
    background-size: 160px;
    height: 160px;
    top: unset;
    background-position: bottom;
}

.restmeshLogoContainer{
	height: 90%;
	position: relative;
}

.restmeshLogoContainer p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.64);
}

.restmeshLogoHolder{
	margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
/* ed------------  mesh mobile grobal css  --------*/
/* st------------  mesh mobile firebase css  --------*/
#firbaseui-auth-page-container{
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#firebaseui-auth-container {
    position: relative;
    height: 50%;
    padding: 15px;
    width: 100%;
    margin: auto;
}

.firebaselogin{
    font-weight: 400;
    color: #6b757b;
}

.signin_darkLayer .meshTitle{
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    font-family: 'Catamaran', sans-serif;
    height: 20%;
    width: 100%;
    display: block;
    position: relative;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.64);
}

.restmeshLogoContainer > div{
    position: absolute;
    height: 70%;
}

.signin_darkLayer .restmeshLogoContainer > div{
  position: relative;
  height: 70%;
}

.firebaseui-idp-button{
    border-radius: 50px !important;
}

#firebaseui-auth-container .firebaseui-idp-password, .firebaseui-idp-password:hover, .mdl-button.firebaseui-idp-password:active, .mdl-button.firebaseui-idp-password:focus{
    background-color: #a7c134;
}

.signinlogin {
    line-height: 50px;
    padding: 0px 5px;
    font-size: 18px;
}

.signinbackground_ImgHolder{
	margin-bottom: 0px;
  height: 45%;
  min-height: 310px;
	width: 100%;
    background-position: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -1px;
    position: relative;
    text-align: center;
    background-image: url(/images/meshdemo.jpg);
    margin: auto;
}

#firebaseui-auth-container .firebaseui-idp-button{
    min-height: 46px;
}

.signin_darkLayer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}

/* ed------------  mesh mobile firebase css  --------*/

/* st------------  mesh mobile payemnt css  --------*/
.selector_radio {
  content: ' ';
  background: #eaeaea;
  display: inline-block;
  border-radius: 100%;
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  border: 1px solid #b4b4b4;
  box-shadow: inset 0 0 0 4px white;
}

.showSelected {
  background: #2894a9;
}

.paymentlist input {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  height: 28px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0px 3px;
}

.addresslist input {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  height: 28px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0px 3px;
}

.payment_selector {
  position: absolute;
  opacity: 0;
}

.address_selector {
  position: absolute;
  opacity: 0;
}

/* ed------------  mesh mobile payemnt css  --------*/


/* st------------  mesh mobile header css  --------*/

/* .mesh-header{
	position: fixed;
    z-index: 65;
    top: 0;
    height: 62px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-top: -1px;
    color: #2f2f2f;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
} */
#navContainer{
  position: fixed;
    z-index: 1039;
    width: 100%;
    max-width: 1024px;
    display: block;
}
.mesh-header{
  background-color: white;
  height: 70px;
  top: 0;
  width: 100%;
  margin-top: -1px;
  color: #333;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.4);
  display: flex;
  z-index: 65;
}

.logoLabel{
	display: block;
    position: absolute;
    bottom: 1px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    font-size: 13px;
}

#meshAccount-picHolder {
  border: solid 2px #cccccc;
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  bottom: 0;
  margin: 0 auto;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 30px;
}
#picHolder {
  background-image: url(/images/icons/accounticon.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.header .meshAccount-signupHolder, .header .meshAccount-loginHolder{
    width: 80px;
}

#menuHeaderRestName{
  display: block;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100%;
}

.meshAccount-signupHolder{
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  display: block;
  height: 44px;
  width: 80px;
}

.meshAccount-signupHolder, .meshAccount-loginHolder{
    padding: 0 5px;
}

.meshAccount-loginHolder{
    position: absolute;
    top: 0;
    right: 2px;
    text-align: right;
    bottom: 0;
    margin: auto;
    display: block;
    height: 44px;
    width: 80px;
}
.accountBtn {
  height: 100%;
}

#viewCurrentOrder{
	background-image: url(/images/ordericon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

#meshAccount-leftHolder{
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    display: block;
    height: 50px;
    width: 50px;
}


.curorderDlgContainer{
    position: fixed;
    height: calc(100% - 60px);
    top: 80px;
    width: 100%;
    z-index: 60;
    background-color: rgba(0, 0, 0, 0.65);
}

.curorderDlgbox-handle{
    z-index: 101;
    width: 100%;
    height: 98px;
    max-width: 290px;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
}

.curorderDlgbox-handle svg{
    width: 100%;
    position: absolute;
    bottom: -20px;
}

.curorderDlgbox-handle svg .st0{
    fill:#606060;
    stroke:#B3B3B3;
    stroke-width:2;
    stroke-miterlimit:10;
}
.curorderDlgbox-handle svg .st1{
    fill:none;
    stroke:#B3B3B3;
    stroke-width:3;
    stroke-linecap:round;
    stroke-miterlimit:10;
}
.curorderDlgbox{
    right: 0;
    left: 0;
    width: 90%;
    max-width: 700px;
    position: absolute;
    background-color: #fff;
    top: 40px;
    margin: auto;
    z-index: 100;
    padding: 15px 5px;
    border-radius: 10px;
    border: solid 1px #cccccc;
}

.curorderDlg-header{
    margin-top: 20px;
    text-align: center;
    display: block;
}

.curorderDlg-body{
    padding: 15px 15px 10px 15px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 410px;
}

.curorderDlg-titleHolder{
    padding-top: 20px;
    color: #525252;
    margin: 0 10px;
    border-bottom: solid 2px #e8e8e8;
}

.curorderDlgContainer{
    position: fixed;
    height: calc(100% - 60px);
    top: 59px;
    width: 100%;
    z-index: 60;
    background-color: rgba(0, 0, 0, 0.65);
}

.dlgcloseBtn-cross{
    height: 30px;
    right: 10px;
    top: 10px;
    display: block;
    position: absolute;
    width: 25px;
    background-image: url(/images/closeCrossLightGray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#curorderDlg-closeBtn{
    height: 50px;
    right: 5px;
    top: 5px;
    display: block;
    position: absolute;
    width: 50px;
}

.curorderDlg-footer {
    border-top: solid 2px #eee;
}
.curorderDlg-footer p{
    text-align: center;
    color: #24596f;
    font-size: 16px;
    margin-bottom: 5px;
}

.curorderTableHolder{
    margin: 0 10px;
    padding: 10px;
}

.curorderTable{
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;   
}

.curorderTable td{
    padding: 4px;
}

.curorderTable td:nth-of-type(2){
    line-height: 22px;
    padding-left: 5px;
    font-size: 18px;
}

.curorderTable td:nth-of-type(3){
  text-align: right;
}

.curorderTable tbody .isPendingItemTr{
  color: #ababab;
}

.curorderTable tbody .isPendingItemTr .qty-container{
  background-color: #ababab;
}

.qty-container {
    font-family: 'Catamaran', sans-serif;
    height: 28px;
    width: 28px;
    border-radius: 4px;
    background-color: #525252;
    color: white;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.line-decoration-b{
    width: 150px;
    height: 3px;
    background-color: #0096a8;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}

.curorderDlg-footer{
    padding: 10px;
    line-height: 18px;
}
.restaurantName-text{
    text-align: center;
    color: #333333;
    font-weight: 500;
    font-size: 22px;
}

@-webkit-keyframes swinging{
    0%{transform: rotate(14deg);}
    30%{transform: rotate(-4deg)}
    60%{transform: rotate(2deg);}
    100%{transform: rotate(0deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(14deg);}
    30%{transform: rotate(-4deg)}
    60%{transform: rotate(2deg);}
    100%{transform: rotate(0deg);}
}
 
.swingimage{
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    animation-iteration-count: 1;
    -webkit-animation: swinging 1s ease-in-out forwards ;
    animation: swinging 1s ease-in-out forwards;
}

/* .accountDlgContainer{
    position: fixed;
    height: calc(100% - 60px); 
    width: 100%;
    top: 59px;
    z-index: 65;
    background-color: rgba(0, 0, 0, 0.55);
} */
/* .accountdlgbox-triangle{
    position: absolute;
    top: -6px;
    right: calc(5% + 25px);
    width: 10px;
    height: 10px;
    z-index: 101;
    border-left: 24px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 40px solid #ffffff;
}
.accountdlgbox-triangle-border{
    position: absolute;
    top: -9px;
    right: calc(5% + 25px);
    width: 10px;
    height: 13px;
    z-index: 100;
    border-left: 25px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 40px solid #ccc;
}
.accountdlgbox{
    right: 0;
    left: 0;
    width: 90%;
    position: absolute;
    background-color: #fff;
    top: 30px;
    margin: auto;
    z-index: 100;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #cccccc;
} */

.accountDlg-header{
    display: flex;
}

.accountDlg-body{
    padding: 10px 5px;
}

.accountDlg-body input:read-only {
    color: #bbb;
}

.accountInfoTable{
    width: 100%;
}

.accountInfoTable tr td {
    padding: 5px;
}

.accountInfoTable input{
    height: 40px;
    width: 100%;
    font-size: 20px;
    padding-left: 8px;
    letter-spacing: 1px;
    font-weight: 400;
    border: solid 1px #dedede;
}

.accountInfoTable span{
    color: #333333;
    text-transform: capitalize;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
}

.accountDlg-titleHolder{
    padding: 10px;
    width: 100%;
}

.saveBtn-check{
    height: 40px;
    right: 14px;
    position: absolute;
    width: 50px;
    background-image: url(/images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.accountDlg-titleHolder > div{
    border-bottom: solid 2px #ccc;
}

.accountDlg-titleHolder > div > div{
    display: flex;
}
.accountDlg-titleHolder span{
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
    line-height: 40px;
    height: 42px;
}

.meshlogoHolder{
    height: 90px;
    width: 100px;
    background-image: url(/images/3Dlogo_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.accountDlg-footer{
    padding: 0px 10px;
}

.accountDlg-footer p{
  text-align: right;
  margin-top: 18px;
  margin-bottom: 0px;
  font-size: 16px;
  width: 30%;
  float: right;
  color: #616161;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.accountDlg-Btn{
  background-color: #2894a9;
  height: 44px;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  width: 100%;
  margin: auto;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
}

/* ed ------------  mesh mobile header css   --------*/

/* st ------------  mesh mobile switch view button css --------*/
.col {
	display: block;
    float: left;
    /*position: absolute;*/
    /*background-color: #ffffff;*/
    height: 54px;
    width: 58px;
    padding: 8px;
    top: 251px;
    left: -2px;
    padding-top: 6px;
		z-index: 60;
    /*box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);*/
}
.twoLv-backbtn {
	position: absolute;
	padding: 5px 0px;
    width: 50px;
    height: 56px;
}
::-webkit-scrollbar{
display:none;
}
.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #B5B5B5;
  text-align: center;
}

.viewSwitch .line{
  width: 38px;
  height: 5px;
  background-color: rgb(149, 190, 58);
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.viewSwitch:hover{
  cursor: pointer;
}

#viewSwitch-2.gridview .line:nth-child(1){
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  width: 15px;
  height: 15px;

  /*transition: 
    width      0.3s,
    margin-top 0.2s,
    height     0.2s 0.3s;*/
}

#viewSwitch-2.gridview .line:nth-child(2){
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  width: 15px;
  height: 15px;
  margin-top: -20px;

  /*transition: 
    width      0.3s,
    margin-top 0.2s 0.3s,
    height     0.2s 0.3s;*/
}

#viewSwitch-2.gridview .line:nth-child(3){
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  width: 15px;
  height: 15px;
  margin-top: 0px;
  /*transition: 
    width      0.3s,
    margin-top 0.2s,
    height     0.2s 0.3s;*/
}

#viewSwitch-2.gridview .line:nth-child(4){
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
    transform: translateX(-10px);
  width: 15px;
  height: 15px;
  margin-top: -20px;
}

/* ed ------------  mesh mobile switch view button css --------*/
/* st ------------  two level menu css  --------*/
.twoLevel-ul{
    position:absolute;
    width: 100%;
    padding-top: 70px;
	z-index:1;
    background-color: #f1f1f1;
}

.twoLv-hiddenHeader{
    width: 100%;
    z-index: 60;
    top: 0;
    display: block;
    position: absolute;
    margin-top: 69px;
}
.twoLevel-restInfo{
  height: 132px;
  color: #616161;
  font-weight: 300;
  text-align: left;
  padding: 0px 20px;
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.twoLevel-restdetails i {
  padding-right: 10px;
}

.twoLevel-restdetails h3{
  font-size: 25px;
  color: #2f2f2f;
  max-height: 50px;
  overflow-y: hidden;
}

.twoLevel-restdetails{
  font-size: 14px;
}
.twoLevel-restnameheader{
    text-align: center;
    position: fixed;
    width: 100%;
    height: 140px;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #cccccc;
    color: #fff;
    font-weight: 500;
    -webkit-animation: slidedown 0.5s ease-in-out forwards ;
    animation: slidedown 0.5s ease-in-out forwards;
}

.twoLevel-ctgyname-ul{
	font-size: 1.25em;
    list-style-type: none;
    padding-left: 10px;
    margin-top: 15px;
    padding-bottom: 20px;
    overflow-x: hidden;
    /* -webkit-animation: slidein 0.6s ease-in-out forwards ;
    animation: slidein 0.6s ease-in-out forwards; */
}
.twoLevel-restnameheader.collapsed{
    -webkit-animation: slideup 0.4s ease-in-out forwards ;
    animation: slideup 0.4s ease-in-out forwards;
}
@keyframes slideup {
    0%{transform: translateY(0px)}
    100%{transform: translateY(-132px)}
}

@keyframes slidedown {
    0%{transform: translateY(-132px)}
    100%{transform: translateY(0px)}
}


.twoLevel-ctgyname{
    width: 94%;
    /* opacity: 0;
    -webkit-animation: slidein 0.6s ease-in-out forwards ;
    animation: slidein 0.6s ease-in-out forwards; */
    transform: translateX(0) rotate(0deg);   
    transition: all .75s ease;
    border-radius: 5px;
	font-size: 1.25em;
    list-style-type: none;
    padding: 0px 0px;
    margin: 6px 5px;
    margin-bottom: 0px;
    /* box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3); */
}

@keyframes slidein {
    0%{ 
        opacity: 0.2; 
        transform: translateX(-100px)
    }
    100%{opacity: 1; }
}
 
/* .twoLevel-ctgyname:nth-child(1) { animation-delay: 0s }
.twoLevel-ctgyname:nth-child(2) { animation-delay: .2s }
.twoLevel-ctgyname:nth-child(3) { animation-delay: .3s }
.twoLevel-ctgyname:nth-child(4) { animation-delay: .4s }
.twoLevel-ctgyname:nth-child(5) { animation-delay: .5s }
.twoLevel-ctgyname:nth-child(6) { animation-delay: .6s }
.twoLevel-ctgyname:nth-child(7) { animation-delay: .7s }
.twoLevel-ctgyname:nth-child(8) { animation-delay: .8s } */

.twoLevel-ctgyname a{
    display: block;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #404040;
    padding: 14px 5% 14px 40px;
    text-decoration: none;
}

.twoLevel-ctgyname{
	background-color: white;
}

.twoLevel-ctgyname-tapped{
    -webkit-animation: tapped 0.2s ease-in-out forwards ;
    animation: tapped 0.2s ease-in-out forwards;
    animation-delay: 0s !important;
}

.twoLevel-a-category{
	float: left;
    width: 80%;
}

.twoLevel-a-number{
	float: right;
    width: 20%;
	letter-spacing: 5px;
	text-align: right;
}

 .twoLevel-a-container{
    display: flex;
    align-items: center;
    height: 80px;
}

@keyframes tapped {
    0%{ 
        opacity: 1; 
        transform: translateX(0px);
    }
    100%{
        opacity: 1; 
        transform: translateX(20px);
    }
}
/* ed ------------  two level menu css  --------*/
/* st ------------  mesh mobile menu css  --------*/
.menu-container{
    padding-left: 3px;
    padding-right: 3px;
    margin-top: -15px;
    padding-top: 5px;
    background-color: #f1f1f1;
}

.menuitem-Container{
    margin: 5px;
    background-color: white;
    border-radius: 8px;
    /* box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2); */
}

#listMenuContainer .menuitem-Container{
    border-radius: 6px;
    margin: 10px 5px;
}

.imgHolder {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    top: -1px;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.imgHolder img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
}

.add_and_remove_btn {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    font-size: 19px;
    color: #b7b7b7;
    line-height: 1.5;
    border-radius: 5px;
    border: none;
    float: right;
}

.addToCart {
    background-color: #95BE3A;
    color: #fff;
    padding: 4px;
    /* border: 2px solid #95BE3A; */
}


.addToCart:focus {
    outline: none;
    color: white;
}

/* from index_mesh.hjs */

  .font-SCP300 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300
  }

  .font-SSP400 {
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 400
  }

  .font-SSP {
    font-family: 'Source Sans Pro', sans-serif; 
  }

  .font-SSP200 {
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 200;
  }

  .font-CAT200 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 200;
  }

  
  .white-header {
    position: fixed; 
    z-index: 60; 
    height: 56px ; 
    width: 100%;
    max-width: 1024px;
    /*background-color: #FFF; */
    background-color:rgb(255, 255, 255);
    margin-top: -1px;
    color: #2f2f2f;
    /* box-shadow: 0px 3px #e2e2e287; */
    box-shadow: 0px 2px 3px rgba(49, 49, 49, 0.71);
  }

  .green-header {
    position: fixed; 
    z-index: 60; 
    height: 56px ; 
    width: 100%;
    max-width: 1024px;
    background-color: var(--mainColorTheme);
    margin-top: -1px;
    color: #2f2f2f;
      box-shadow: 0px 1px 4px rgb(64, 64, 64);
  }

  .OrderToGo-COM {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color:#2f2f2f;
    line-height: 80px;
  }

  .OrderToGo-COM-Container {
    position:absolute;
    width: 60%; 
    left: 50%;
    margin: auto; 
    margin-top: 15px ; 
    text-align: center;
    margin-left: -28%; 
  }

  .meshheader-text {
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 70px;
  }

  .dinein-text-Container {
    position:absolute;
    width: 60%; 
    right: 20%;
    margin: auto; 
    text-align: center;
  }

  .backIcon {
    padding-top: 4px;
    float: left;
  }

      /*remove the confusing hover effect on mobile devices*/
      #container .menuitem:not(.active)  {
        background-color: transparent;
      }

  .overlayMenuItem {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 20px;
    /*font-weight: 700;*/
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: var(--overlayColor);
    /*border-radius: 10px;*/
  }
  .overlayMenuItem:empty {
    display: none;
  }
  .overlayMenuItem div {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .overlayMenuItem #item_count {
    display: block;
    padding-top: calc(50% - 40px);
    padding-bottom: 5%;
    font-size: 3.4em;
  }
  .overlayMenuItem #inyourcart {
    display: block;
    padding-top: 3%;
    font-size: 0.9em;
  }  

  .fa-shopping-cart {
      font-size: 28px;
      color: #FFF;
      padding-left: 5px;
  }

  .btn:hover, .btn:focus {
      color: white;
      text-decoration: none;
  }   

  .btn:active, .btn.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  .orderTogo-btn {
      border: 0;
      background-color: #95BE3A;
      line-height: 1.1;
      height: 54px;
      width: 100%; 
  }

  /*Order Dine in footer button changed to circular version*/
  @media (min-width: 1024px){ 
    .cartButton-contianer, .cartButton-contianer-disabled {
      right: calc(50% - 500px) !important;
    }
  }

  @media (min-width: 1024px){ 
    .numItems-active, .numItems-disabled {
      right: calc(50% - 500px) !important;
    }
  }

  @media (min-width: 1200px){ 
    .cartButton-contianer, .cartButton-contianer-disabled {
      right: calc(50% - 560px) !important;
    }
  }

  @media (min-width: 1200px){ 
    .numItems-active, .numItems-disabled {
      right: calc(50% - 560px) !important;
    }
  }
  .cartButton-contianer {
      /*border: solid 2px #95be3aa1;*/
      border-radius: 50px;
      width: 80px;
      height: 80px;
      position: fixed;
      bottom: 20px;
      right: 20px;
      /* bottom: 15px;
      left: 15px; */
      background-color: var(--mainColorTheme);
      box-shadow: 0 3px 10px rgba(0, 0, 0, .6);
      z-index: 1;
  }

  .cartButton-contianer-disabled {
      /*border: solid 2px #95be3aa1;*/
      border-radius: 50px;
      width: 80px;
      height: 80px;
      position: fixed;
      bottom: 20px;
      right: 20px;
      /* bottom: 15px;
      left: 15px; */
      background-color: rgba(123, 123, 123, 0.7);
      box-shadow: 0 3px 10px rgba(0, 0, 0, .6);
      z-index: 1;
  }

  #numItems {
      /* border: 1px solid #FFF; 
      border-radius: 5px; 
      height: 30px; 
      width: 30px; 
      float: right; 
      margin-right: 12px */

      /* border: 1px solid #FFF; */
      /* border-radius: 5px;
      height: 30px;
      width: 30px;
      position: fixed;
      bottom: 80px;
      right: 20px;
      background-color: #de5400;
      box-shadow: 0 2px 2px rgba(0,0,0,.2); */
  }

  .numItems-active {
      border-radius: 5px;
      height: 30px;
      width: 30px;
      position: fixed;
      bottom: 80px;
      right: 20px;
      /* bottom: 76px;
      left: 70px; */
      background-color: #de5400;
      box-shadow: 0 2px 2px rgba(0,0,0,.2);
  }

  .numItems-disabled {
      /* border: 1px solid #FFF; 
      border-radius: 5px; 
      height: 30px; 
      width: 30px; 
      float: right; 
      margin-right: 12px */

      /* border: 1px solid #FFF; */
      border-radius: 5px;
      height: 30px;
      width: 30px;
      position: fixed;
      bottom: 80px;
      right: 20px;
      /* bottom: 76px;
      left: 70px; */
      background-color: #949494;
      box-shadow: 0 2px 2px rgba(0,0,0,.2);
  }

  #numItems_span {
    font-size:22px; 
    color: #FFF; 
    text-align: center; 
    display: block;
    margin-top: -1px;
  }

  /* category */
  .category-scroll {

      white-space: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; 
      height: 58px;
      z-index: 50;
      background-color: #fff;
      transition: all 1s ease;
      /* border-top: solid 2px #efefef; */
      /* box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3); */
      /* border-bottom: groove 2px #9e9e9e75; */
      border-bottom: groove 1px #c1c1c142;
  }

  /* for animation */
  .category-scroll.moved {
    margin-left: -400px;
      white-space: nowrap;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; 
      height: 58px;
      /*margin-top: -2px;*/
      z-index: 50;
      background-color: #fff;
      
  }

  #scrollbar-nav{
      width:100%;
      height: 57px;
      /* display: inline-block; */
      display: table-cell;
      vertical-align: middle;
      background-color: #fff;
      padding-bottom: 4px;
      padding-top: 2px;
  }


  .allcategory {
    margin-left: 56px;
  }

  .category-scroll .category_name{
      display: inline;
      color: #B5B5B5;
      font-size:18px;
      padding: 10px 20px 3px 20px;
  }

  .category-scroll .category_name a{
      color: #B5B5B5;
  }

  .category-scroll .filter{
      color: #B5B5B5;
  }

  .item_details_text{
    color: #2f2f2f;
    padding: 0 15px;
    display: block;
  }

  #item_details_page .dishDetailsHolder a{
    color: #585858;
    padding: 0 20px;
    display: block;
  }
  
  /*header*/

  .fa-user-circle-o{
    color: white;
    z-index: 70;
    font-size: 30px;
    float: right;
    padding-top: 4px;
  }

  .fa-shopping-bag{
    color: white;
    z-index: 70;
    font-size: 27px;
    float: right;
    padding-top: 3px;
  }
  .fa-tags {
      color: white;
      font-size: 28px;
      float: right;
      padding-top: 5px;
  }

  .fa-reply{
    color: #2f2f2f;
    font-size: 28px;
    float: left;
    padding-top: 6px;
  }

  .fa-home{
      color: white;
      font-size: 33px;
      float: left;
      padding-top: 6px;
  }

  .jumbotron_restaurant {
      margin-bottom: 0px;
      background-position: 0% 25%;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 80px;
      margin-top: -1px;
      position: relative;
  }
  .shorterHeaderHeight .header-banner {
    padding-top: 68px;
    height: 175px;
    z-index: 1;
    position: fixed;
    width: 100%; 
    animation: slidedown-toolbar-short 0.2s ease-in-out forwards;
  }

  .header-banner {
    padding-top: 78px;
    height: 185px;
    z-index: 1;
    position: fixed;
    width: 100%; 
    animation: slidedown-toolbar 0.2s ease-in-out forwards;
  }

  .header-banner.collapsed {
    animation: slideup-toolbar 0.2s ease-in-out forwards;
  }

  @keyframes  slideup-toolbar-short {
      0%{transform: translateY(0px)}
      100%{transform: translateY(-34px)}
  }

  @keyframes slidedown-toolbar-short {
    0%{transform: translateY(-34px)}
    100%{transform: translateY(0px)}
}

@keyframes  slideup-toolbar {
    0%{transform: translateY(0px)}
    100%{transform: translateY(-54px)}
}

@keyframes slidedown-toolbar {
    0%{transform: translateY(-54px)}
    100%{transform: translateY(0px)}
}

  .hide-banner {
      display: none;
  }

  .rest-name {
      color: black;
      /*float: right;*/
    font-size: 1.8em;
    font-weight: 500;
    text-align: left;
    margin-top: 15px;
    /*width: calc(100% - 100px);*/
  height: 35%;
  display: inline-block;
  }

  .rest-logo {
      height: 80px;
      width: 80px;
      margin: 20px 20px 20px 10px;
  float: left;    
  background-image: url(/images/doughzone-logo.png);
  background-size: cover;
  background-position: center;
  }

  .rest-info {
          color: #747474;
          /*float: right;*/
          /*margin-right: calc(100% - 300px);*/
          margin-left: 10px;
  }

.rest-info-container {
  width: 70%;
  float: left;
  height: 120px;
}

.dishNameHolder {
  font-size: 1.25em;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #2f2f2f;
}

.dishInfo-Container .dishNameHolder {
  font-weight: 400;
}

#listMenuContainer .dishNameHolder {
  color: #5f5f5f;
}

.listviewOverlay .dishNameHolder {
  color: #777777 !important;
}

@media (min-width: 700px){
      #item_details_page{
        max-width: 600px;
        margin: auto;
      }
  }


  @media (min-width: 992px) {
      #scrollbar-nav {
          height: 65px;
      }

      .category-scroll{
          height: 65px;
      }

      .category-scroll-container .col {
          height: 61px;
          width: 60px;
      }

  }

  @media (min-width: 1000px){
      #item_details_page{
        max-width: 800px;
        margin: auto;
      }
      .header-banner{
        height: 168px;
      }
  }

  @media (min-width: 1200px){ 
    .container {
      width: 1200px;
      }
  }

/* .navbar-fixed-top, .navbar-fixed-bottom{
  max-width: 1024px;
  margin: auto;
} */


.fa-minus:hover {
  color: #404040;
}


/*disable focus color change*/
.fa-plus:hover {
   color: white;
}

.addToCart:hover {
   color: white;
}

.deletebtn:hover {
   color: #A5A5A5;
}

/* #footer{
background-color: #ececec;
} */

.background-colorEC{
background-color: #ececec;
}

.background-color247{
background-color: rgb(247, 247, 247);
}

/*placeorder*/



.box-container {
  background-color: white;
  padding: 15px;
  margin: 40px 20px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0.1px rgb(0, 0, 0, 0.3);
}

.container-header {
  /* height: 65px; */
  width: 100%;
  /* background-color: rgb(247,247,247); */
  /*background-color: #ececec;*/
  text-align: center;
}


.container-header label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  padding-top: 10px;
  font-weight: 400;
}

#placeorder-container {
  margin-top: 0px;
  background-color: rgb(247,247,247);
  padding-top: 70px;
  padding-bottom: 160px;
}

.restaurant-name {
font-size: 1.8em;
font-weight: bold;
text-align: center;
color: #333;
}

.restautant-info {
border-bottom: 1px solid rgb(210, 210, 210);;
  margin-left: 5px;
  margin-right: 5px;
  margin: 10px;
}

.restaurant-info-details{
text-align: center;
color: #A5A5A5;
font-size: 16px;
}
.fa-map-marker {
padding: 2px;
}

.ordersummary {
padding: 10px;
}

/*order summary table css*/
.ordersummary-table {
width: 100%;
  max-width: 100%;
}

.ordersummary-table tbody {
/*border-bottom: 1px solid rgb(210, 210, 210);*/
}

.ordersummary-table tbody tr{
padding: 5px;
min-height: 20px;
}

/*total*/
.ordersummary-table tfoot {
border-top: 1px solid rgb(210, 210, 210);
min-height: 20px;
margin-left: 10px;
color: #333;
}

.ordersummary-table tfoot tr {
min-height: 20px;
}

.ordersummary-table tfoot tr td{
  font-size: 30px;
  font-weight: 500;
  padding-top: 5px;
}

.ordersummary-table-qty{
margin: 5px;
padding: 5px 10px;
padding-left: 5px;
}

.summary-table-option-td {
padding: 0px 10px;
color: #8a8a8a;
}

.ordersummary-table-name{
text-align: left;
color: #5a5a5a;
padding: 10px 5px 10px 5px;
font-size: 1.2em;
line-height: 1.2em;
}

.curorderTable td .ordersummary-option{
  font-size: 16px;
}

.curorderTable .isPendingItemTr .ordersummary-option{
  color: #c5c5c5;
}


.ordersummary-table-label{
text-align: left;
color: #5a5a5a;
padding: 5px;
font-size: 20px;
}

.ordersummary-table-price {
font-family: 'Source Sans Pro', sans-serif; 
text-align: right;
min-width: 105px;
padding: 5px;
font-size: 22px;
color: #5a5a5a;
}

.ordersummary-table-totalprice {
font-family: 'Source Sans Pro', sans-serif; 
text-align: right;
padding: 5px;
color: #5a5a5a;
}

.border-top-line {
border-top: solid 1px rgb(210, 210, 210);
margin-top: 5px;
}

#footer div a {
text-decoration: underline;
}

#item_details_page{
position: relative;
/* height: 100%; */
border-radius: 4px;
z-index: 1050;
background-color: #fff;
transform: scale(0.7);
/*transform: translate(0, -25%);*/
}

#item_details_page_container{
height: 100%;
width: 100%;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

#item_details_page_filter{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
height: 100%;
z-index: 1040;
}

.modal-footer .btn-success {
background-color: #95BE3A;
border-color: #95BE3A;
}

.modal-header .close {
  font-size: 25px;
}

.modal-content .modal-footer button{
  font-size: 21px;
}
.modal-body {
font-size: larger;
}

#alartDialog .modal-body .msg1{
  font-size: 15px;
}

#customAlert-OK{
  border: solid 1px #fff;
}

:focus{
outline: none;
}

/*menuDetials CSS*/
.line-decoration {
  width: 75px;
  height: 3px;
  background-color: #95be3a;
  display: block;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
}

#increaseItemCount {
  background-color: var(--mainColorTheme);
  border: 2px solid var(--mainColorTheme);
}

.btn-footer-addToCart {
  background-color: var(--mainColorTheme);
  border-color: var(--mainColorTheme);
}

.uv_optionsTable-holder .required-label{
  height: 25px;
  width: 120px;
  text-align: center;
  float: right;
  margin: 0 10px;
  background-color: var(--mainColorTheme);
}

.uv_optionsTable-holder .minimum-label{
  height: 25px;
  width: 200px;
  text-align: center;
  float: right;
  margin: 0 10px;
  background-color: var(--mainColorTheme);
}

/* When the radio button is checked, add a blue background */
.checkbox_container input:checked ~ .checkedradio {
  background-color: var(--mainColorTheme);
}
.checkbox_container input:checked ~ .checkmark {
  background-color: var(--mainColorTheme);
}

.form-control:focus {
  border-color: var(--mainColorTheme);
  outline: none;
  box-shadow: none;
}

.flashOptionTr {
background-color: var(--mainColorTheme);
color: #FFF;
-webkit-animation: flash linear 0.6s infinite;
  animation: flash linear 0.6s infinite;
}

.highlightClass{
background-color: var(--mainColorTheme);
color: #FFF;
-webkit-animation: flash linear 0.6s infinite;
  animation: flash linear 0.6s infinite;
}

#uv_optionsTable-container .groupminMsg{
line-height: 24px;
color: #797979;
font-size: 19px;
text-align: left;
margin-left: 20px;
display: block;
margin-bottom: 12px;
}

@-webkit-keyframes flash {
color: #f2f;
  0% { opacity: 1; } 
  50% { opacity: .1; } 
  100% { opacity: 1; }
}
@keyframes flash {
  0% { opacity: 1; } 
  50% { opacity: .1; } 
  100% { opacity: 1; }
}

#wrapper {
  position: fixed;
  left: 0px;
  width: 100%;
  background: #f7f7f7;
  height: 100%;
  color: #000;
}

.profile-main-loader{
  left: 50% !important;
  margin-left:-111px;
  position: fixed !important;
  top: 50% !important;
  margin-top: -100px;
  width: 45px;
  z-index: 9000 !important;
}

.profile-main-loader .loader {
position: relative;
margin: 0px auto;
width: 220px;
height:220px;
}
.profile-main-loader .loader:before {
content: '';
display: block;
padding-top: 100%;
}

.modal-backdrop.fade.in {
z-index: 4000;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
opacity: 0.7;
}

.modal.fade.in {
z-index: 5000;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
display: none;
outline: 0;
-webkit-overflow-scrolling: touch;
overflow: hidden;
}

.circular-loader {
-webkit-animation: rotate 2s linear infinite;
        animation: rotate 2s linear infinite;
height: 100%;
-webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
width: 100%;
position: absolute;
top: 0;
left: 0;
margin: auto;
}

.loader-path {
stroke-dasharray: 150,200;
stroke-dashoffset: -10;
-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
stroke-linecap: round;
}

@-webkit-keyframes rotate {
100% {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}

@keyframes rotate {
100% {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}
@-webkit-keyframes dash {
0% {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
}
50% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35;
}
100% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124;
}
}
@keyframes dash {
0% {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
}
50% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35;
}
100% {
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124;
}
}
@-webkit-keyframes color {
0% {
  stroke: #1594a5;
}
40% {
  stroke: #95BE3A;
}
66% {
  stroke: #FFB833;
}
80%, 90% {
  stroke: #1594a5;
}
}
@keyframes color {
0% {
  stroke: #1594a5;
}
40% {
  stroke: #95BE3A;
}
66% {
  stroke: #FFB833;
}
80%, 90% {
  stroke: #1594a5;
}
}

.msgLabel{
  font-family: 'Gaegu', cursive;
  font-size: 32px;
}


#msgLabelHolder {
  margin: auto;
  position: relative;
  text-align: center;
  top: calc(50% + 120px);
}


.authMargin {
  position: fixed;
  z-index: 1000;
  top: 0;
}


.modal-header #restVerifyClose {
  font-size: 30px;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 4px;
  right: 2%;
  z-index: 100;
  background-color: #fff;
  border-radius: 15px;
}


#restVerifyInput{
height: 50px;
font-size: 18px;
}


.disable-btn {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
}
