/* splash page */
.holder
{
	width:100%;
	height:100vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
.holder img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding:20px;
}

/* main css */
body {
	/*font-family: "Lato", sans-serif;*/
	background:#fff;
	color:#2b2b2b;
}

nav {
	background:#fff;
	max-width:600px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

h3 {
	font-size:22px;
	font-weight:500;
	margin-bottom:20px;
	color:#464646;
}

h4 {
	font-size: 20px;
    font-weight: 700;
    color: #757575;
    border-bottom: 2px solid;
}

.stickytoast {
	position: fixed;
	bottom: 0;
	right: 0;
	margin:20px;
	z-index:9999;
}

.infopanel h5 {
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	color:#464646;
}

.cartpanel h5 {
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	color:#464646;
}

.menupanel h5 {
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	color:#464646;
}

h6 {
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	color:#464646;
}

strong {
	font-weight:500;
}

.stickynavbase {
	padding-top:50px;
	padding-bottom:25px;
}

.stickynavcart {
	padding-top:137px;
	padding-bottom:25px;
}

.stickynavorder {
	padding-top:237px;
	padding-bottom:25px;
}

.container {
	max-width:600px !important;
}

/* Mobile sidenav */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #2a699c;
	overflow-x: hidden;
	transition: 0.2s;
}

.sidenav a {
	text-decoration: none;
	min-width:250px;
	transition: 0.2s;
}

.sidenav i {
	margin-right:10px;
}

.sidenav .nav-link {
  font-weight: 500;
  color: #fff;
}

.sidenav .nav-link:hover {
  color: rgba(255,255,255,.75);
  background-color:#528db7;
}

.sidenav .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidenav .nav-link.active {
  color: #fff;
  background-color:#528db7;
}

.sidenav .nav-link:hover .feather,
.sidenav .nav-link.active .feather {
  color: inherit;
}

/*.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fafafa;
	overflow-x: hidden;
	transition: 0.2s;
}

.sidenav a {
	padding: 8px 8px 8px 25px;
	text-decoration: none;
	font-size: 18px;
	color: #2b2b2b;
	display: block;
	transition: 0.2s;
	min-width:250px;
}

.sidenav a:hover {
	color: #656565;
}

.sidenav i {
	margin-right:10px;
}
*/

.sidebaropen {
	box-shadow:0 0 0 100000px rgba(0,0,0,.50);
}

.sidenav .closebtn {
	/*position: absolute;
	top: 0;
	right: 25px;
	margin-left: 50px;*/
	font-size: 36px;
	float:right;
	padding: 0 25px 0 0 !important;
	
}

.sidenavholder {
	text-align:center;
	padding:20px;
	height:220px;
}

.sidenavimg {
	display: inline-block;
	width: 180px;
	height: 180px;
	background-position: 50% 50%;
	background-size: 230px;
	border-radius: 50%;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#topsection {
	width:100%;
}

.currentpage {
	width:100%; 
	text-align:center
}

.currentpage span {
	font-size:20px;
	font-weight:500;
}

.currentpage i {
	margin: 5px 0;
	cursor:pointer;
}

.currentpage i:hover {
	color:#656565;
}

.foodinfo {
	color: #2b2b2b; 
	font-size: 16px; 
	display: block; 
	background-color: #fff; 
	margin-bottom: 20px;
}

.foodinfo i:hover {
	color: #f77272
}

.foodinfo i {
	margin: 5px;
	cursor:pointer;
	color: #d03250;
}


.venuename {
	display: block; 
	font-size: 22px; 
	margin: 20px 0;
	color:#464646;
}

.venuename i {
	cursor:pointer;
}

.venuename i:hover{
	color:#656565;
}

.venueaddress {
	display: block; 
	font-size: 16px; 
	margin: 20px 0;
}

.venueaddress i {
	cursor:pointer;
}

.venueaddress i:hover{
	color:#656565;
}

.venuephone {
	display: block; 
	font-size: 16px; 
	margin: 5px 0;
}

.venuephone i {
	cursor:pointer;
}

.venuephone i:hover{
	color:#656565;
}

.venuenamehome{
	color: #f9f9f9;
	display: block; 
	font-size: 20px; 
	margin: 20px 0;
	background-color: #2a699c; 
	padding: 10px 15px  10px; 
	
}

.venuenamehome i {
	cursor:pointer;
}

.venuenamehome i:hover{
	color:#fff;
}

.menupanel {
	border-top: 1px solid rgba(0,0,0,.2); 
	padding: 25px 1px 20px;
}

.menupanel img {
	width:100%;
}

.menupanel a {
	color: #2b2b2b; 
	text-decoration: none;
}

.menupanel a:hover {
	color: #656565; 
	text-decoration: none;
}

.menupanel span {
	font-size: 18px; 
	display: block; 
	margin: 5px 0 0 0;
}

.menupanel i {
	margin-top:5px;
}

.infopanel {
	border-top: 1px solid rgba(0,0,0,.2); 
	padding: 25px 10px 20px;
}

.infopanel span {
	display:block;
}

.infopanel small {
	color: #969595;
	display:block;
}

.infopanel small>strong {
	color: #0852ad;
}

.infopanel li {
	margin: 10px 0;
}

.cartpanel {
	border-bottom: 1px solid rgba(0,0,0,.2); 
	padding:10px;
}

.cartpanel i {
	cursor: pointer;
}

.fa-minus-circle {
	color: #d03250;
}

.cartpanel h5 {
	margin-bottom:0;
}

.cartpanel h6 {
	margin-bottom:5px;
}

.cartpanel small {
	color: #969595;
	display:block;
}

#carttoast small {
	display:block;
}

.outofstock {
	color:#b3b1b1 !important;
	pointer-events: none;
}

.outofstock span{
	display:inline !important;
}

.outofstock i {
	color:#b3b1b1 !important;
}

.outofstock small>strong {
	color: #b3b1b1 !important;
}


.outofstock .newbadge {
	background: #b3b1b1 !important;
}


.outofstockbadge {
	float: right;
	padding: 2px 7px;
	background: #b3b1b1;
	font-weight: 700;
	color: #fff;
	font-size: 11px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:5px;
}

.instock {
	cursor:pointer;
}

.instock span {
	display:inline !important;
}

.instock:hover{
	background:#fafafa;
}

.newbadge {
	padding: 2px 8px;
	background: #0852ad;
	font-weight: 700;
	color: #fff;
	font-size: 14px;
	max-width:49px;
}

/* fontawesome icons */

.peppericon {
	color:#e03b3b;
}

.fa-pepper-hot {
	color:#e03b3b;
}

.fa-seedling {
	color:#29a044;
}

.fa-leaf {
	color:#29a044;
}

.fa-beer {
	color:#efd13e;
}

.fa, .fas {
	font-family: 'Font Awesome 5 Free',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

/* Search field input */
.input-container {
  display: flex;
  border: 1px solid #d0d0d0;
  border-radius:0px;
  margin: 10px 0;
}

.icon {
	padding: 15px 0 0 0;
	background: white;
	color: #62a5d5;
	min-width: 30px;
	text-align: center;
	border-radius:5px;
}

.input-field {
	font-size: 18px;
	width: 100%;
	padding: 10px 10px 10px 0;
	outline: none;
	border: none;
	border-radius:0px;
}

.form-control-plaintext {
	outline:0;
}

/* tables */
.tablefixedhead { 
	overflow-y: auto; 
	max-height: 74vh;
}
.tablefixedhead thead th { 
	position: sticky; 
	top: 0;
	background: #fff;
    z-index: 2;
	box-shadow: 0px 1px 0px 0px #dee2e6;
}

.table thead th {
	border-top:0;
	font-weight:500;
}

.mt td {
	vertical-align: middle;
}

.mt td img {
	height: 35px;
	border-radius:3px;
}

.addtocartholder {
	overflow-y:auto !important;
	max-height:60vh !important;
}

.addtocartactive {
    background: #2a699c;
    padding: 0 7px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
	float:right;
}

.cartactive {
	position: fixed;
    right: 5px;
    background: #2a699c;
    padding: 0 7px;
    top: 5px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
	z-index:1999;
	cursor: pointer;
}

@media screen and (min-width: 600px) {
  .cartactive {
	  right: calc(50% - 295px);
  }
}

.facilities {
	overflow-x: visible;
    white-space: nowrap;
}

/* hide inline style in email, but display in html */
.emailhide {
	display:block !important;
}

.emailwidth4 {
	flex: 0 0 33.333333% !important; 
	max-width: 33.333333% !important;
}

.emailwidth3 {
	flex: 0 0 25% !important; 
	max-width: 25% !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
div::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}



