/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */
.releasesWrap {
	/*display: inline-block;*/
	/*width: 120px;*/
	/*margin-bottom: 30px;*/
	max-width: 110px;
	font-size: 12px;
}

	.releasesWrap.restaurants {
		display: inline-block;
		width: 120px;
		margin-bottom: 30px;
		max-width: 110px;
		font-size: 12px;
	}

.addProduct.zero {
	background-color: #ff7b65;
	color: #ffffff;
}


.ffa-address-table tr td:nth-child(1) {
	width: 5% !important;
}

.ffa-address-table tr td:nth-child(2) {
	width: 10% !important;
}
.ffa-address-table tr td:nth-child(3) {
	width: 80% !important;
}

.ffa-address-table tr td:nth-child(4) {
	width: 5% !important;
}

.courseItemAttributeWrapper {
	display: block;
	height: 20px;
	border: 0px solid #ff0000;
	margin-bottom: 3px;
}

	.courseItemAttributeWrapper label {
		display: inline-block;
		border: 0px solid #ff0000;
		font-weight: 400;
		color: #888888;
		margin: 3px;
	}

.addProduct {
	right: 39px;
	top: 10px;
}

.courseItemName {
	border: 0px solid #ff0000;
	width: 70%;
	margin-bottom:10px;
	overflow-x: hidden;
	font-weight:600;
}

.ffaclose img {
	border: 0px solid #ff0000;
	position: absolute;
	top: 10px;
	right: 10px;
}


#spinner_overlay {
	display: none;
	background-color: black;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
}

#spinner_overlay_center {
	display: none;
	opacity: 1;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}

.foodList li:before {
	display: none;
}

.proPrice2 {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: absolute;
	background: rgb(0, 196, 172);
	background: -moz-linear-gradient(top, rgba(0, 196, 172, 1) 0%, rgba(3, 173, 152, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 196, 172, 1) 0%, rgba(3, 173, 152, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 196, 172, 1) 0%, rgba(3, 173, 152, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00c4ac', endColorstr='#03ad98', GradientType=0);
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border-radius: 50%;
	top: 25px;
	right: 75px;
	z-index: 9;
}

.attributeList {
	padding-left: 20px;
}

.totalTable .table tr th, .totalTable .table tr td {
	padding: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 3px !important;
}

.deactivated {
	background: dimgrey !important;
}

.redAlert {
	background: #ff7b65 !important;
}

.ffaModalAddItem button.close {
	z-index: 10;
}

.releasesWrap.restaurants {
	margin-bottom: 3px;
}

.errorMessage {
	color: red;
}

.clickable-row {
	cursor: pointer;
}

.sticky {
	position: fixed;
	max-width: 262.5px;
}

	/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
	.sticky + .content {
		/*padding-top: 60px;*/
	}

.sliderItem.homeSlideItem img {
	max-width:150px;
	width:150px;
	min-width:150px;
}

.rdc {
	display: inline-block;
	padding-right: 1px;
	
	color: #938667;
}

.ffa-address-table .table-responsive table.table tr {
	display:table-row !important;
}
.ffa-address-table tr:hover {
	background-color: #dedede !important;
}

	.restaurantName {
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
	}

.ffa-address-table tr {
	border-bottom: 10px solid #ffffff;
}

.rstDtls tr {border-bottom: none !important;}

.rstrHrImg {
	max-width:100px;
}

.map-top-select li .up-down a
{
	display:inline-block !important;
}

.map-top-select li .up-down a .fa {
	font-size: 50px;
	width: 40px;
}

.ffaModalAddItem .modal-content {
border-radius: 0px !important;
}

.myLocationLbl {
	display: inline-block;
	line-height: 30px;
	font-weight: 600;
	color:#ffffff;
	padding-right:10px;
}
.myLocationSpn {
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	color:#ffffff;
	background-color: #dedede;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: capitalize;
	background: rgb(0,196,172);
	background: -moz-linear-gradient(top, rgba(0,196,172,1) 0%, rgba(3,173,152,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,196,172,1) 0%,rgba(3,173,152,1) 100%);
	background: linear-gradient(to bottom, rgba(0,196,172,1) 0%,rgba(3,173,152,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4ac', endColorstr='#03ad98',GradientType=0 );
}

.btnAllRestaurants {
	border:none;
	background:none;
	cursor:pointer;
	text-decoration: underline;
}

.map-top-select {
	width:100% !important;
	display:block !important;
}
.map-top .ffaCheckboxCustom {
	width:100% !important;
}
.totalServing {
background-color:#dedede;
padding:3px;
}
.simulatorItemAttribute {
	line-height:24px;
}

.budget {
	padding-top:25px !important; 	
}

.favourite {
	cursor:pointer;
	margin-right:10px;
}

.srchRslt {
	background-color: red;
}

.srchRsltItm {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	border-right: 10px solid #ffffff;
	margin-bottom: 35px;
	max-width: 310px;
	table-layout: fixed; /* Ensures consistent column widths */
}

	.srchRsltItm table {
		width: 100%; /* Ensures the table takes the full width of its container */
		border-collapse: collapse;
	}

	.srchRsltItm tbody {
		display: table; /* Keeps tbody behavior */
		width: 100%; /* Forces it to match table width */
	}

	.srchRsltItm .rstrHdrCntnr {
		display: grid;
	}

		.srchRsltItm .rstrHdrCntnr .imgCntnr {
			overflow: hidden;
			max-width: 300px;
		}

		.srchRsltItm .rstrHdrCntnr img {
			height: 200px;
			width: 100%;
			object-fit: cover;
			display: block;
			/*width: auto;
			max-width: 300px;
			position: relative;
			margin: 0 auto;
			z-index: 0;*/
		}
		.srchRsltItm .rstrHdrCntnr .favourite {
			position: absolute;
			margin: 10px;
			z-index: 1;
		}
		.srchRsltItm .rstrHdrCntnr .restaurantName {
			position: relative;
			display: block;
			margin-top: -50px;
			background-color: #21201E;
			height: 50px;
			font-size: 18px;
			color: #ffffff;
			opacity: 0.9;
			padding: 5px;
			line-height: 20px;
		}
	.srchRsltItm .t-foodPrice {
		font-size: 18px;
		line-height: 20px;
		color: #51B29F;
		display: inline-block;
		width: 68%;
		font-weight: 600;
		margin-top: 10px;
	}
	.srchRsltItm .t-pickupAlert {
		display: inline-block;
		/*width: 30%;
		float: right;*/
		height: 21px;
		font-size: 12px;
		color: #707070;
		margin-top: 4px;
	}
	.srchRsltItm .tagRow {
		font-size: 12px;
	}
		.srchRsltItm .tagRow .tagGroup label {
			margin-bottom: 0px;
			color: #707070;
			font-weight: 400;
		}
		.srchRsltItm .tagRow .tagGroup ul {
			list-style: none;
			padding-left: 10px;
			height:25px;
			margin-bottom:0px;
			text-overflow: ellipsis;
			overflow: hidden;
		}
			.srchRsltItm .tagRow .tagGroup ul li {
				color: #707070;
				font-weight: 800;
				display: inline-block;
				padding: 2px;
			}
		.srchRsltItm .tagRow .buttonGroup {
			padding:5px;
		}
		.srchRsltItm .ratingSection {
		}
	.srchRsltItm .btnSeeMenu {
		height: 41px;
		width: 40%;
		background-color: #C0BB9F;
		display: inline-block;
		border-radius: 5px;
		text-align: center;
		font-size: 12px;
		color: #ffffff;
		font-weight: 600;
		line-height: 40px;
		cursor: pointer;
		margin-right: 10px;
	}
		.srchRsltItm .btnSeeMenu:hover {
			background-color: #D4C25E;
		}

	.srchRsltItm .btnSeeRecommend {
		height: 41px;
		width: 55%;
		background-color: #8D8266;
		display: inline-block;
		border-radius: 5px;
		text-align: center;
		font-size: 12px;
		color: #ffffff;
		font-weight: 600;
		line-height: 15px;
		padding: 6px;
		cursor: pointer;
		float: right;
	}
		.srchRsltItm .btnSeeRecommend:hover {
			background-color: #D4C25E;
		}


.popularRestaurants {
	margin-bottom:-5px;
	height:300px;
}

	.popularRestaurants .restaurant {
		display:table-cell;
		width: 50%;
	}
		.popularRestaurants .restaurant .logo {
			overflow-y: hidden;
			height: 250px;
			position: relative;
			z-index: 0;
		}
		.popularRestaurants .restaurant .logo img {
			max-width: 100%;
		}
			.popularRestaurants .restaurant .logo .newBadge {
				position: absolute;
				top: 15px;
				left: 15px;
				width: 80px;
				height: 80px;
				text-align: center;
				background: #21201e;
				color: #ffffff;
				font-size: 14px;
				font-weight: 600;
				border-radius: 50%;
				display: table;
				-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
				-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
				box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
			}

		.popularRestaurants .restaurant .name {
			margin-top: -60px;
			position: relative;
			z-index: 1;
			background-color: #21201E;
			opacity: 0.9;
			
			color: #e5e0c4;
			padding: 8px;
			height: 60px;
		}
		.popularRestaurants .restaurant .name h2 {
			font-size:20px;
		}
			.popularRestaurants .restaurant .name p {
			}

	.newSearchFilterToggle .toggler {
		margin-bottom:16px;
	}




/*

*/

.newSearchFilterToggle input[type='checkbox'] {
	visibility: hidden;
	position: absolute;
}

.newSearchFilterToggle {
	position: relative;
}

	.newSearchFilterToggle .box {
		width: 54px;
		height: 22px;
		background: #C5BD9E;
		position: relative;
		border-radius: 10px;
		cursor:pointer;
	}




	.newSearchFilterToggle label {
		display: block;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		transition: all .5s ease;
		position: absolute;
		color: #938667;
		font-weight: 400;
	}

	.newSearchFilterToggle input[type="checkbox"]:checked ~ .box {
		background: #00C4AC;
	}

	.newSearchFilterToggle.round .box {
		border-radius: 50px;
	}

	.newSearchFilterToggle .box:before {
		content: 'On';
		position: absolute;
		top: 5px;
		left: 4px;
		height: 2px;
		color: #ffffff;
		font-size: 8px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
	}

	.newSearchFilterToggle .box:after {
		content: 'Off';
		position: absolute;
		top: 5px;
		left: 30px;
		height: 2px;
		color: #ffffff;
		font-size: 8px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
	}

	.newSearchFilterToggle.square .box:before {
		content: '';
		width: 10px;
		height: 10px;
		background: url(/assets/images/checked-icon.png) no-repeat scroll center center / 10px auto;
	}

	.newSearchFilterToggle.square .box:after {
		content: '';
		width: 10px;
		height: 10px;
		background: url(/assets/images/close-icon.png) no-repeat scroll center center / 10px auto;
	}

	.newSearchFilterToggle label {
		display: block;
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		transition: all .5s ease;
		position: absolute;
		color: #938667;
		font-weight: 400;
		cursor:pointer;
	}

	.newSearchFilterToggle input[type=checkbox]:checked + label {
		font-weight: 800;
		color: #00C4AC;
	}

	.newSearchFilterToggle label .chk {
		display: inline-block;
		width: 24px;
		height: 18px;
		transition: all .5s ease;
		cursor: pointer;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: 1;
		background: #ffffff;
		border-radius: 10px;
	}

	.newSearchFilterToggle input[type=checkbox]:checked + label .chk {
		left: 28px;
	}

	.newSearchFilterToggle label .text {
		padding-left: 60px;
	}


h2.filterTitle {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 0px;
}
.filterCatagory {
	font-size:24px;
}

#showAll {
	font-size:24px;
}

div#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
}

div#banner-content {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	background-color:red;
}

.bannerText {
	font-size: 16px;
	line-height: 1.9em;
	color: white;
}

div#banner-content2 {
	text-align: center;
	margin: 50px auto;
	padding: 10px;
	background-color: #1ca21c;
}

.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 8px solid #ddd;
	border-top-color: darkgray;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}
