body {
	background-color:#CEFFCE;
}

a:link,a:visited {
	color:#4B9B4B;
	text-decoration:none;	
}

a:hover,a:active {
	/*background-color:#5CBF5C;*/
	text-decoration:none;
	color:orange;
}

.container {
	margin-top:5px;
}

.nav-row {
	width:100%;
}

.navbar-custom {
    background-color: white;
	padding:0px;
}
/*
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color:red;
}
*/
.navbar-custom .nav-link {
	color:#5CBF5C !important;
	font-weight:bold;
}

.navbar-custom a:hover, a:active {
	color:orange !important;
}


.header-row {
	background-color:#5CBF5C;
	padding-bottom:10px;
	padding-top:10px;
	margin:0px;
}

.content-row {
	background-color:white;
	padding:20px 50px 50px 50px;
	margin:0px;
}

.content-row h3 {
	color:#5CBF5C;
}

.menu-row {
	padding:20px 0px 50px 50px;
	margin:0px;
	background-color:white;
}

.item{
	margin:0px 15px 25px 0px;
	/*border-bottom:1px dashed;*/
	border-color:#5CBF5C;
	padding-bottom:3px;	
}

.description {
	font-style: italic;
	margin:0px;
	color:grey;
}

.item_name{
	font-weight: bold;
	margin:0px;
}
.price {
	margin:0px;
	font-weight: bold;
	text-align:right;
}

.menu-content {
	margin:0px;
	padding: 0px;

}

.menu-category {
	margin:0px;
	padding:0px 15px 0px 15px;
}


.vertial-line {
  border-left: 1px solid #5CBF5C;
}


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

@media (max-width:991.98px) {

	.menu-row{
		padding:20px 0px 20px 0px;
	}
	.menu-content {
		padding:0px 50px 0px 50px;
	}
	.item {
		margin-right:0px;
	}
	.content-row {
		padding-bottom:30px;
	}
	body {
		margin-bottom:50px;
	}
}

@media (max-width:575.98px) {
	.menu-content {
		padding:0px 0px 0px 0px;
	}
	body {
		background-color:white;
		/*margin-bottom:50px;*/
	}
	.content-row{
		padding:20px 0px 20px 0px;
	}
	.sauce_left {
		padding:10px 0px 0px 0px;
	}
	.sauce_right {
		padding:0px 0px 10px 0px;
	}

	
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.eftpos {
	width:220px;
}

.platform-img {
	/*width:200px;*/
	height:80px;
}


.img-centered {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

.trading-hours {
	font-weight: bold;
	width: 45%;
}

.trading-hours-2 {
	font-weight: bold;
	width: 50%;
}

.trading-day{
	font-weight: bold;
	width: 25%;
}

.trading-date {
	width: 25%;
}

.category {
	font-weight:bold;
	color:white;
	background-color:orange;
	margin:15px 0px 10px 0px;
	display:inline-block;
	padding: 5px 15px 5px 15px;
}

.navbar-bottom-custom {
    background-color: #5CBF5C;
	padding:0px;
	padding-bottom: env(safe-area-inset-bottom);
}

.navbar-bottom-custom a{
	color:white !important;
}

.dropdown-menu {
	background-color:#5CBF5C;
}

.dropdown-menu .dropdown-item:link{
	color:white;
	font-weight:bold;
}

.dropdown-menu .dropdown-item:active, .dropdown-item:hover {
	background-color:orange;
}
.navbar-bottom-custom .dropup .nav-link:hover,
.navbar-bottom-custom .dropup .nav-link:active{
	background-color:orange;
}

.sidebar_fixed {
	position:sticky;
	position: -webkit-sticky;
	top:10px;
}

.call {
	font-weight:bold;
}

.menu-category ul {
	list-style-type:none;
	text-align:center;
	display:block;
	margin:20px 0px 20px 0px;
	padding: 0px 29px 0px 30px;
}
.menu-category li {
	background-color:orange;
	color:white !important;
	margin-bottom: 10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

.menu-category a:link, a:visited {
	color:white;
}

.peanut {
	width:15px;
}

.spicy {
	width:12px;
}

.egg {
	width:20px;
}

.sauce-list {
	background-color:#CEFFCE;
}
.sauce_left, .sauce_right {
	background-color:#CEFFCE;
	margin:0px;
}

.sauce_left ul, .sauce_right ul {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.text-italic {
	font-style:italic;
}

.footer-row {
	font-size:12px;
	color:#999999;
}
.lunch {
	color:red;
	/*-webkit-text-fill-color: red;*/
}

.lunch-special a:link,
.lunch-special a:hover,
.lunch-special a:active,
.lunch-special a:visited{
	color:red;
}


.lunch-special {
	background-color:#CEFFCE;
	padding:10px 20px 10px 20px;
	margin:0px;
}

.price-highlight {
	font-weight:bold;
	color:white;
	background-color:red;
	padding: 5px 10px 5px 10px;
}

.price-highlight2 {
	font-weight:bold;
	color:white;
	background-color:orange;
	padding: 5px 10px 5px 10px;
}

.order-now-button {
	background-color:white !important;
}