/***** Disabling iOS styles (start) *********/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}
/***** Disabling iOS styles (end) *********/


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.redBlinker {
	animation: blinker 0.5s linear infinite;
	color:#FF0000;
	outline:1px solid #FF0000
}




*{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:18px;
	scroll-behavior:smooth;
}

html,body{
	padding:0px;
	margin:0px;
	border:none;
	height:100%;
	background:#FFFFFF;
}
html{
	/*
	background-image: linear-gradient(45deg, #ffffff 25%, #FAFAFA 25%, #FAFAFA 50%, #ffffff 50%, #ffffff 75%, #FAFAFA 75%, #FAFAFA 100%);
	background-size: 28.28px 28.28px;
	*/
}
body{
	display:none;
	font-size:13px;
	font-weight:bold;
	max-width:1500px;
	margin:0 auto;
	/*background:#eaeaec;*/
	color:#222222;
	
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
img{
	border:none;
}

select{
	padding:5px;
	font-size:15px;
	border:1px solid #CCCCCC;
	border-radius:5px;
}


.pages{
	display:none;
	position:relative;
}
.pagesTopMargin{
	/*
	margin-top:67px;
	*/
}
.movedPages{
	right:100px;
}

.centered{
	text-align:center;
}

.greenButtons{
	padding: 10px;
	margin: 0px;
	font-size: 14px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	border: 1px solid #35bf73;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	background: #00c5a2;
	outline:none;
	display:inline-block;
}


.topBar{
	height:57px;
	position:fixed;
	z-index:100;
	left:0px;
	top:0px;
	width:100%;
	text-align:center;
	transition:0.3s;
}
.topBarBackground{
	background:#f94b4d;
	
}
.topBarBackButton{
	float:left;
	width:50px;
	height:57px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-10px -3px;
	position:fixed;
	z-index:101;
	top:0px;
	left:0px;
}
.topBarBackButton:active{
	opacity:0.5;
}
.topBarMenuButton{
	float:right;
	width:50px;
	height:57px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-88px -3px;
	position:fixed;
	z-index:101;
	top:0px;
	right:0px;
}
.topBarMenuButton:active{
	opacity:0.5;
}
.topBarMenuButtonDark{
	float:right;
	width:50px;
	height:57px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-48px -3px;
	position:fixed;
	z-index:101;
	top:0px;
	right:0px;
}
.topBarMenuButtonDark:active{
	opacity:0.5;
}


.topBarLastOrderButton{
	float:right;
	width:35px;
	height:57px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-7px -496px;
	position:fixed;
	z-index:101;
	top:0px;
	right:50px;
	animation: blinker 1s linear infinite;
	display:none;
}
.topBarLastOrderButton:active{
	opacity:0.5;
}
.topBarLastOrderButtonDark{
	float:right;
	width:35px;
	height:57px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-42px -496px;
	position:fixed;
	z-index:101;
	top:0px;
	right:50px;
	animation: blinker 1s linear infinite;
	display:none;
}
.topBarLastOrderButtonDark:active{
	opacity:0.5;
}






.topBarPageTitle{
	margin:15px 60px 0 60px;
	font-size:15px;
	height:25px;
	color:#FFFFFF;
	text-align:center;
	white-space:nowrap;
	vertical-align:top;
}
.topBarPageTitle:active{
	opacity:0.5;
}
.topBarPageTitleText{
	display:inline-block;
	height:24px;
	overflow:hidden;
	white-space: nowrap;
	padding:0px;
	margin:0px;
	vertical-align:top;
	position:relative;
	left:-5px;
	max-width:80%;
	text-overflow: ellipsis;
}
.topBarPageTitleIconHolder{
	display:inline-block;
	width:35px;
	height:24px;
	position:relative;
	left:-5px;
	padding:0;
	margin:0;
	text-align:left;
	vertical-align:top;
}
.topBarPageTitleIcon{
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-103px -115px;
	position:absolute;
	top:-3px;
	left:5px;
	padding:0px;
	margin:0px;
	
}

#firstPage{
	height:100% !important;
	width:100%;
	display:block;
	margin-top:0px !important;
}

#firstPageContent{
	text-align:center;
}
#firstPageTopImage{
	width:100%;
}
#firstPageLogo{
	width:160px;
	height:160px;
	margin-bottom:5px;
	fill: #f94b4d;
}

#adressHelperPopupHolder{
	padding: 10px 10px 10px 30px;
	width: 80%;
	margin:0 auto;
	position:relative;
}
#adressHelperPopup {
    position: absolute;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 0;
    text-align: center;
    top: -20px;
    left: 0px;
    color: #999999;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    text-shadow: 1px 1px #FFFFFF;
    box-shadow: 0px 0px 5px rgba(100,100,100,0.1);
    background: #FFFFFF;
}
#adressHelperPopupArrow{
	display:inline-block;
	width:21px;
	height:16px;
	position:absolute;
	top:31px;
	left:36px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-210px -24px;
}
#firstPageAddressFieldHolder{
	
}
#firstPageAddressField{
	padding:15px 10px 15px 35px;
	font-size:18px;
	color:#666666;
	width:80%;
	border-radius:2px;
	border:1px solid #BBBBBB;
	background:#e1e1e1 url(../graphics/first_address_field_icon.png) no-repeat;
	background-position:6px 13px;
	outline:none;
	margin:0px;
}
#firstPageAddressField::placeholder{
	color:#999999;
}
#firstPageAddressList{
	background:#FFFFFF;
	color:#777777;
	display:inline-block;
	padding:10px 15px 10px 25px;
	font-size:16px;
	width:80%;
	text-align:left;
	position:relative;
	top:-5px;
	border:1px solid #999999;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden;
}
#firstPageAddressList div{
	position:relative;
	white-space:nowrap;
	padding: 15px 0 15px 0;
}
#firstPageAddressList div img{
	position:absolute;
	width:19px;
	left:-25px;
	top:-2px;
}
#firstPageAddressList img{
	top:6px !important;
}


#firstPageGpsButton{
	display:inline-block;
	color:#FFFFFF;
	padding:15px 30px 15px 30px;
	border-radius:4px;
	background:#00c5a2;
	background-position:5px 7px;
	outline:none;
	border:1px solid #00c5a2;
	font-size:18px;
	margin-top:10px;
}

.firstPageSteps{
	width:30%;
	display:inline-block;
	text-align:center;
}
.firstPageCircle{
	background:#FFFFFF;
	width:100px;
	height:100px;
	border-radius:50px;
	display:inline-block;
	border:1px solid #DDDDDD;
}
.firstPageCircle svg{
	width:60%;
	margin-top:14px;
}

.firstPageTeaserText{
	color:#555555;
	font-size:25px;
	margin-top:20px;
	margin-bottom:20px;
}
.firstPageTeaserText svg{
	display:inline;
	height:23px;
}


.firstPageRedContentHolder{
	background:#f94b4d;
	padding:30px 10px;
	color:#FFFFFF;
	font-size:18px;
}
.firstPageGrayContentHolder{
	background:#333333;
	padding:30px 10px;
	color:#FFFFFF;
	font-size:18px;
}
.firstPageRedContentTitle{
	font-size:25px;
	margin-bottom:20px;
}
.firstPageRedContentTitle svg{
	display:inline;
	height:23px;
}

#firstPageAllFood{
	width:100%;
	margin:0px;
}

#firstPageFooter{
	background:#000000;
	color:#FFFFFF;
	padding:20px;
	text-align:center;
}
#firstPageFooter span{
	display:inline-block;
	padding:5px 10px;
	margin:3px;
	border:1px solid #FFFFFF;
	font-size:10px;
}


.firstPageBigImages{
	width:80%;
	max-width:500px;
	margin:30px 10px;
}



.whiteContentBoxes{
	background:#FFFFFF;
	/*
	border:1px solid #CCCCCC;
	*/
	border-radius:2px;
	padding:10px;
	margin:6px 6px 0 6px;
	overflow:auto;
}
.borderedContentBoxes{
	border:1px solid #CCCCCC;
	border-radius: 10px;
}


#categoryButtonsSpacer{
	height:50px;
	margin-bottom:30px;
}
#categoryButtonsHolder{
	background:#FFFFFF;
	line-height:50px;
	white-space:nowrap;
	transition:0.5s;
}
.fixedCategoryButtonsHolder{
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:50px;
	box-shadow:0 0 15px rgba(0,0,0,0.5);
}
.fixedCategoryButtonsIosPadding{
	padding-top:30px;
}
#categoryButtons{
	max-width:1500px;
	margin:0 auto;
	overflow:auto;
}
#categoryButtonsHolder a{
	text-decoration:none;
	color:#666666;
	display:inline-block;
	padding:5px 10px;
	/*
	border-radius:20px;
	*/
	border-bottom:1px solid #AAAAAA;
	line-height:20px;
	margin-right:10px;
	font-size:12px;
}
.activeCategoryButton{
	color:#f94b4d !important;
	border-bottom:1px solid #f94b4d !important;
}
#categoryButtons::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#categoryButtons::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
#categoryButtons::-webkit-scrollbar-thumb {
  background: #888; 
}
#categoryButtons::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#discountPopupContainer{
	display:none;
	white-space: nowrap;
    overflow-x: auto;
}
#discountPopup{
	display:inline-block;
	background: rgb(255,21,74);
	background: linear-gradient(35deg, rgba(255,21,74,1) 0%, rgba(255,84,122,1) 100%);
	border-radius:10px;
	margin:25px 10px;
	position:relative;
}
#discountPopup img{
	position:absolute;
	right:-18px;
	bottom:-18px;
	width:90px;
}
#discountPopupBorder{
	border-radius:10px;
	padding:25px;
	margin:10px;
	border:1px dashed #FFFFFF;
	display:inline-block;
	width:180px;
	height: 50px;
	line-height: 25px;
	color:#FFFFFF;
	font-size:18px;
	overflow: hidden;
	white-space: normal;
}

#discountPopupBorder div{
	font-size:24px;
	font-weight:bold;
}


#menuSearchField{
	border:0px solid #FFFFFF;
}
#menuSearchFoodContainer{
	
}
#menuSearchTooManyMessage{
	color:#FF0000;
	padding:10px;
	display:none;
	font-size: 14px;
	border-top: 1px solid #FFaaaa;
	margin-top: 30px;
}

#menuPageDeliverTypeDropdown{
	width:115px;
}
#menuPageShowTerms{
	text-decoration:underline;
	display:inline-block;
	margin-left:10px;
}
#menuPageHideTerms{
	text-decoration:underline;
	display:none;
	margin-left:10px;
}
#restaurantHeaderTextBoxContainer{
	position:fixed;
	z-index:1100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.8);
	text-align:center;
}
#restaurantHeaderTextBox{
	display:inline-block;
	width:300px;
	padding:30px 10px;
	background:#FFFFFF;
	text-align:left;
	margin-top:150px;
	font-size:14px;
	border-radius:5px;
}
.menuCategory{
	transition:1s;
}
.menuCategoryActive{
	background:#FFFFFF !important;
}
.menuCategoryInactive{
	
	background:#d0d0d0 !important;
	
}
.foodListContainer{
	
	display:none;
	
	padding:10px 0;
	border-bottom:10px solid #EFEFEF;
}
.menuCategoryTitle{
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	padding-left:5px;
}
.menuCategoryTitle svg{
	height:35px;
	margin-right:15px;
	display:inline-block;
	vertical-align:middle;
    position: relative;
    top: -6px;
}
.menuCategoryTitle div{
	display:inline-block;
	line-height:25px;
}


.foodCategoryDescription{
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
	color: #666666;
}

.menuCategoryInactive .menuCategoryIcon{
	display:inline-block;
	width:26px;
	height:23px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-145px -17px;
	position:absolute;
	left:-5px;
	top:0px;
}
.menuCategoryActive .menuCategoryIcon{
	display:inline-block;
	width:26px;
	height:23px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-174px -17px;
	position:absolute;
	left:-5px;
	top:-0px;
}


.menuPageFoodRow{
	/*
	border-top:1px solid #cdcdcd;
	padding-top:16px;
	padding-bottom:16px;
	*/
	overflow:auto;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:10px;
}

@media screen and (min-width: 900px){
	.menuPageFoodRow{
		display: inline-block;
		width: 45%;
		height: 108px;
		margin: 6px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		padding: 10px;
		border-bottom:none;
		margin-bottom:0px;
		overflow:hidden;
	}

}

@media screen and (min-width: 1450px){
	.menuPageFoodRow{
		display: inline-block;
		width: 30%;
		height: 108px;
		margin: 6px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
		padding: 10px;
		border-bottom:none;
		margin-bottom:0px;
		overflow:hidden;
	}

}

.menuPageFoodRow s{
	font-size:14px;
	color:#AAAAAA;
}
.menuPageFoodRowName{
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.menuPageFoodRowPrice{
	display: inline-block;
	height: 23px;
	margin-top: 10px;
	font-size: 14px;
}
.isPopularItem{
	display:inline-block;
	background:#f94b4d;
	color:#FFFFFF;
	font-size:13px;
	line-height:13px;
	padding:3px 10px 5px 8px;
	margin-left:10px;
	border-radius:12px;
}
.isPopularItem svg{
	position:relative;
	top:1px;
	padding:0px;
	margin:0px 3px 0 0;
	fill:#FFFFFF;
	display:inline;
	height:13px;
}
.menuPageFoodRow span{
	display:inline-block;
	float:left;
	/*
	height:23px;
	width:23px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -22px -67px;
	*/
	margin-right:5px;
	border-radius:100px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	line-height:20px;
	width:20px;
	text-align:center;
	font-size:22px;
	background:#f94b4d;
	color:#FFFFFF;
}

.menuPageFoodRow .foodImageHolder:not(.galleryMenu .foodImageHolder){
	width: 80px;
	height: 80px;
	float: right;
	margin-bottom: 10px;
}
.menuPageFoodRow .foodImageHolder img:not(.galleryMenu .foodImageHolder img){
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:10px;
}
.menuPageFoodRowAddButton{
	display:none;
}


.menuPageFoodRowIngredients{
	font-size:14px;
	color:#888888;
}
.menuPageFoodRowAddButton{
	font-size:16px;
	color:#666666;
	font-weight:100;
	width:117px;
	text-align:right;
}




#rightMenuScreenOverlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:200;
	background:#000000;
	background:rgba(0,0,0,0.7);
}
#rightMenuContainer{
	float:right;
	height:100%;
	width:260px;
	background:#FFFFFF;
	box-shadow:-3px 0px 10px rgba(0,0,0,0.2);
}
#rightMenuheaderContainer{
	height:57px;
	background: #f94b4d;
}
#rightMenuheaderContainer svg{
	height:35px;
	margin:10px 0 0 7px;
}
#rightMenuCloseButton{
	float:right;
	width:24px;
	height:24px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -60px -67px;
	margin:17px 17px 0 0;
}
#rightMenuProfilePicContainer{
	width:40px;
	height:40px;
	border:1px solid #FFFFFF;
	float:left;
	margin:8px 0 0 10px;
	background:#e9ebee;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -186px -247px;
	overflow:hidden;
}
#rightMenuProfilePicContainer img{
	width:40px;
}
.rightMenuButtons{
	color:#000000;
	padding:25px;
	font-style:normal;
	font-size:16px;
	border-top:1px solid #CCCCCC;
}

.rightMenuButtons span{
	width:24px;
	height:26px;
	float:left;
	display:inline-block;
	margin-right:15px;
	position:relative;
	top:-1px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
}

#rightMenuContainer #fbLoginButton span{
	background-position: -104px -67px;
}
#rightMenuContainer #fbLogoutButton span{
	background-position: -104px -67px;
}
#rightMenuContainer #orderHistoryButton span{
	background-position: -146px -118px;
}
#rightMenuContainer #policyButton span{
	background-position: -144px -67px;
}
#rightMenuContainer #contactButton span{
	background-position: -174px -67px;
}
#rightMenuContainer #filterButton span{
	background-position: -175px -67px;
}

#deliveryTypeBox{
	position:fixed;
	top:57px;
	left:0px;
	width:100%;
	width:100%;
	z-index:100;
	margin:0px;
	border:0px;
	border-radius:0px;
	border-bottom:1px solid #AAAAAA;
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
	background:#FFFFFF;
	padding:0px;
}
#deliveryTypeBoxContent{
	padding:10px;
}
#menuPage{
	padding-bottom:60px;
}

#menuContainerTeaser{
	width:100%;
	padding-bottom:72%;
	background:#333333;
	background-size:100%;
	background-size:cover;
	box-shadow:0px 30px 20px rgba(0,0,0,0.7) inset;
	position:relative;
}

@media screen and (min-width: 550px){
	#menuContainerTeaser{
		padding-bottom:380px;
		background-position: center;
	}
}
#menuContainerTeaserLogo{
	width:120px;
	margin-top:10px;
}

#menuContainerTeaserTexts{
	position:absolute;
	width:100%;
	padding-top:50px;
	text-align:center;
	color:#FFFFFF;
	text-shadow:0 0 3px black;
}
@media screen and (max-width: 600px){
	#menuContainerTeaserTexts{
		padding-top:10px;
	}
}


#headerAndroidLogo{
	color: #FFF;
	display: inline-block;
	transition: 0.2s;
	font-size:14px;
	text-shadow:none;
	border:2px solid #FFFFFF;
	border-radius:10px;
	padding:5px 10px;
	background:rgba(0,0,0,0.5);
	margin:8px;
	text-decoration:none;
}
#headerAndroidLogo span{
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAB5CAYAAADcfcTlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGlmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuMTQ2Mjg5OSwgMjAyMy8wNi8yNS0yMDowMTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wOS0yM1QyMTo0MjoxNCswMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDktMjNUMjI6MDc6MDYrMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDktMjNUMjI6MDc6MDYrMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmFiYjAwYmI5LTQ0ODItMmU0NC04ZDczLWMzZGVjZjI1ODVjNSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMyYmM3MWYwLWM1MGYtYTI0YS1iYmUxLTUyZGUyZDc0NGVlNCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjE4OTY0MDZmLTMzMmYtM2Y0MS04MDFjLWMyNjhkNjIxMTI3YSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTg5NjQwNmYtMzMyZi0zZjQxLTgwMWMtYzI2OGQ2MjExMjdhIiBzdEV2dDp3aGVuPSIyMDIzLTA5LTIzVDIxOjQyOjE0KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmUzZWVlYzQ4LTcyNzAtNmM0Mi05ZjEyLTRiNGYwZjZiNDRkNiIgc3RFdnQ6d2hlbj0iMjAyMy0wOS0yM1QyMjowNzowNiswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphYmIwMGJiOS00NDgyLTJlNDQtOGQ3My1jM2RlY2YyNTg1YzUiIHN0RXZ0OndoZW49IjIwMjMtMDktMjNUMjI6MDc6MDYrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4WmLy7AAAJz0lEQVR42u2de5TVVRXHP6Cx1Fityr9cLfunrGVPTcvMVtL7na3FMrVCsRAT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') no-repeat;
	background-size: auto 25px;
	padding-left: 30px;
	line-height: 28px;
	display: inline-block;
}
#headerAndroidLogo:hover{
	background:rgba(250,76,77,0.8);
}

#headerIosLogo{
	color: #FFF;
	display: inline-block;
	transition: 0.2s;
	font-size:14px;
	text-shadow:none;
	border:2px solid #FFFFFF;
	border-radius:10px;
	padding:5px 10px;
	background:rgba(0,0,0,0.5);
	margin:8px;
	text-decoration:none;
}
#headerIosLogo span{
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAB5CAYAAADcfcTlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGlmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuMTQ2Mjg5OSwgMjAyMy8wNi8yNS0yMDowMTo1NSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMy0wOS0yM1QyMTo0MjoxNCswMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjMtMDktMjNUMjI6MDY6NTErMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjMtMDktMjNUMjI6MDY6NTErMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk0M2MzYmQ1LWM4NWMtMTU0MC1hZWExLTQ1MmU1YzQ0OTA4ZiIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmJlZTVkMGI0LTJmODctNWQ0MS05YTQ3LTg2YmUwNzlkZDBlMCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjE4OTY0MDZmLTMzMmYtM2Y0MS04MDFjLWMyNjhkNjIxMTI3YSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTg5NjQwNmYtMzMyZi0zZjQxLTgwMWMtYzI2OGQ2MjExMjdhIiBzdEV2dDp3aGVuPSIyMDIzLTA5LTIzVDIxOjQyOjE0KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuMCAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3NWVmZWFiLWNhNGItNjk0Ny04MzdmLTA3NjY1NTc5NDM1NyIgc3RFdnQ6d2hlbj0iMjAyMy0wOS0yM1QyMjowNjo1MSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjAgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NDNjM2JkNS1jODVjLTE1NDAtYWVhMS00NTJlNWM0NDkwOGYiIHN0RXZ0OndoZW49IjIwMjMtMDktMjNUMjI6MDY6NTErMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyNS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5GMI6UAAAHVklEQVR42u2daYhWVRjHfzo15tZiZY1WGlnZ3uRkWdZImpMZRdlCYgUFLR+K+lBiBFEWWLRgJkWkFCK2K5hLC5qaZkwluYVtWi6ZC1PmOJra04dzhCybufcs99553+cH75eZew7nPP97lvucc57TRkRQWg9t1QQqWCnSCRgIjATeAM7KqyAHqRbNciQwDKgD+gLH2b9PBpapYMXhUmAUcMX//P9QbWHF4BJgfJ5dngqWjMPt2FSX8Pk/dNKRH9cDW1KIBbBJBcuHl4C3gYqU6TZol5g9HwCDHdKtBn5WwbLlE6DWMW29fjhny7seYgHMV8Gy4wngOs88ZudZgTZl5PytC2DsjxzHPW1hKTkYeDlAPq/nXZFyEexJoKdnHj9ifIgqWGR6AQ8GyOeZIlSmHAQLIdYS+5GdO6U+6egOrAnwvTkQmKMtLD4jAog1vihilUMLqwdqPNIvA84uUoVKWbDTgJUe6bdbsVYXqVKl3CXWeqa/rGhilbpg/RzTiU1bX8RKlbJgvR3SbLTpFhe1UqUs2LEpn5+G2RX1bZErVaqCtQcOS/jsNowH/1pgb9ErVqqCVSSo23aMF+RwYGprqViprjjvtL/O//r7n5jV5kmYXVJ7WlvFSlWwPcCzdgKxEVgLLAe+BBpbc8Xa6OmVFukO9LBdZ4UVvAHYitk9taccWtghQH+gGjgDOAk4AuhojbLLGmQVxlO+wLaOLLgYuNyW73SgqplnGzA7qJbZT4GPbZlLooVV2tnYzcAgoEPK9OuB9zCLiJ8HLttFwG12pni0Z16rgCnAq7bMYRGR2L+jReR5EWmScPwsIg+LSFePclWJyKMislbiMVNEzg1pz5hCHSIi4yQ+s0TkihTlukZEPpJsmSEix4Swa6wu8XrbdVVmOC5uAd7E7DtcZMdBgHZ2PLoBuMlOHvLiPmBc0cawt6xx8qQRs2lG7ISmY4FmnbOAobZsuQrWHVhop8BK8/yIWRHYlJdg1cBntvtRktEA9CHlmlsIwfrZMUNJz6+Y056bkybwdf6eCsxVuztzDPB+mgQ+gnUCPtRu0Ju+diISXbC3gBPU3kHoAbSJKdgoYIjaOQiPYHyWiSYTLpOO3sA3aucgDAVmpkng4q1/Wu0c5MP+QswaXdTvsCFp3wjlgGL1wXEZJu0YNkrt7c0APNbM0ghWhwnto7hzE/CFTwZpBLtT7e3Fs/ZTyIukY1hPCrjPvBWxFDgnREZJW9gwtbkX94fKKKlgV6nNnXmTgP7WJF1iFWZfX4Xa3okaAu74StLC+qtYzkwn8Pa8JIL1U7s7MyF0hkkEq1a7O/ELEbxCLQlWiTkrrKRnLrA7a8GOx6yKKumZFyPTlgTTHVDufJ2HYLqi7MYO4Ps8BDtWbe/EBszpm8wFO1Jt70RDrIxbEuwwtb0TjXkJ1l5t78RfeQmmN0e40S4vwfQAtBud8xJsl9reiaOI5DBvSbBGtb0T3TBeoswF+01t70yvPATbrHZ3pjoPwTaq3Z2pzUOwtWp3L8G6ZC3YL2p3ZzphDjtkKtgGzLFOxY3bsxZsN5GWCcqEAaHHsiSup5Vqdy9GqmCtiyHA1VkK9pXa3JvnCBTqMIlgy1AXlS8nEebCuUSCNWgrC8IdwL1ZCAYmLJHizwvANVkI9onaOhjTMKdZowq2CBOQXwnDbGB4TMF+R2NKhWYy8FQswfa9FUpYHsIcUu8aQ7DptIK7SVohfTD+2pGhBVuPid6mxGGMtfE99rvNWzAIELZAaZZuwFhMPI8ggk3V2WJ0ZtDMbUtpBfsdczuDEo93aCZankv4vQE6xY/GVswRrx2hWhgYr0e92jYKU5oTy1UwgFfUtlGY2NIDrmHQKzDB8vWEZjg+JIGP0bWF7cXzDhHlP7yY5CGfiwbaYyK8aZQBfxaTMICNz/mvJkwMQMWfMUkf9L3Ko9KOZd3V5s4sxMTzInYLA3PN7mi1uRePp3k41O1Gi4EL1PapmYq5FzRzwS4GPlX7p6Y3KSNshzp0vpBA27jKiMdwCIce8oa+9sC3wHGqRYs4B20OGdahCbhLtUjE3a4JQ8fhmIl6QFpiNB77PGNdC7wUc1Wgsj9fYoI2UzTBqtHt3QfiTGCFTwaxQhMtIcA+8hIct1b4ZhKrhe1jEjBCtWIScGuIjGILhu0ayzky93LgbALF7cpCsG6YM2ZdylCsHVasH0JlmEV4vQ3AIMozMtygkGJlJdi+SUhtmYk1mAjn6rLoEv9JDcbvWBmpJX9gX47vgHWYTa977YvZGeM2OwU4D7iSeKvltcD8GBlnLRiYy+PmEWYDzzY7A3sdt613/TFHWYcHeol+AgaG7gb3Q0Ty+k0Ud5aLyC0i0jZQWTqIyAMiss6jTGOzsFuegiEi54rIgoQG2SYiE0SkJnKZBovIeyKyM0GZdovIayJyYlY2y6NLPBAnAzdiLqOuwsS02I4J/7fCdqELiHD5TDN0BC4CzscEqzzUlqsJWGMnFHNsOTOjKIIpBZvWK4H4G+7KG9GibfghAAAAAElFTkSuQmCC') no-repeat;
	background-size: auto 25px;
	padding-left: 30px;
	line-height: 28px;
	display: inline-block;
}

#headerIosLogo:hover{
	background:rgba(250,76,77,0.8);
}
#headerPaymentLogosContainer{
	text-align:center;
}
#headerPaymentLogos{
	height:30px;
	margin-top: 5px;
}

#menuContainerTeaserName{
	font-family: 'Bree Serif', serif;
	font-size:22px;
	padding:0px;
	margin:0px;
	background:rgba(0,0,0,0.5);
}
#menuContainerTeaserAddress{
	background:rgba(0,0,0,0.5);
	padding-bottom:10px;
}
@media screen and (min-width: 560px){
	
	#menuContainerTeaserName{
		font-size:36px;
	}
}


#menuPageDetailsButtonContainer{
	background:#222222;
	color:#BBBBBB;
	padding:10px 0;
	text-align:center;
	box-shadow:0px 2px 10px rgba(0,0,0,0.5)
}
.menuPageDetailsBlocks{
	padding:0 10px;
	display:inline-block;
}

.menuPageDetailsBlocks span, .menuPageDetailsBlocks a{
	font-size:14px;
	color:#BBBBBB;
	text-decoration:none;
}

.menuPageDetailsBlocks svg{
	position:relative;
	top:3px;
	fill:#FFFFFF;
	display:inline-block;
	height:14px;
	margin-right:6px;
}


#menuPageBottomCartIcon{
	position:fixed;
	z-index:100;
	bottom:20px;
	right:20px;
	background:#f94a4d;
	padding:14px;
	border-radius:50px;
	box-shadow:2px 2px 10px rgba(0,0,0,0.5)
}
#menuPageBottomCartIcon svg{
	width:35px;
	height:29px;
	position:relative;
	top:2px;
}
#menuPageBottomCartCount{
	position:absolute;
	top:0px;
	right:0px;
	background:#4a5f97;
	color:#FFFFFF;
	line-height:24px;
	width:24px;
	text-align:center;
	border-radius:10px;
	font-size:14px;
}


#menuPageBottomMenu{
	display:none;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	position:fixed;
	z-index:100;
	bottom:0px;
	left:0px;
	height:50px;
	width:100%;
	background: #222222; /* Old browsers */
	box-shadow:0px -3px 5px rgba(0,0,0,0.5);
}
#menuPageBottomCartDetails{
	color:#FFFFFF;
	float:left;
	height:80px;
	width:140px;
}
#menuPageBottomCartDetails div{
	padding:2px 0px 2px 8px;
}
#menuPageBottomCartDetails div span{
	display:inline-block;
	width:75px;
	font-weight:100;
}


#menuPageBottomCheckoutButton{
	float:right;
	width:80px;
	height:60px;
	font-size:14px;
	margin:0px 10px 0 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:100;
	
}
#menuPageBottomCheckoutButton span{
	display:inline-block;
	width:38px;
	height:32px;
	margin:0 20px -6px 20px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -51px -114px;
}


#menuPageBottomCartButton{
	float:right;
	width:80px;
	height:60px;
	font-size:14px;
	margin:0px 10px 0 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:100;
	
}
#menuPageBottomCartButton span{
	display:inline-block;
	width:38px;
	height:32px;
	margin:0 20px -6px 20px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -3px -114px;
}


#infoPageContent{
	width:300px;
	margin:0 auto;
}
#infoPageRestaurantLogo{
	width:110px;
	border:1px solid #333333;
	margin-bottom:10px;
}
.infoPageRateStarsHolder{
	width:110px;
	height:22px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -4px -155px;
	margin-bottom:5px;
}
.infoPageRateStars{
	width:110px;
	height:22px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -4px -178px;
}
.infoPageRows .infoPageRateStarsHolder{
	display:inline-block;
}
.infoPageRateDate{
	color:#999999;
	float:right;
}
.infoPageRows{
	margin:5px 0 0 0;
	color:#999999;
}
.infoPageTitles{
	color:#333333;
	display:inline-block;
	width:100px;
}

.infoPageRows .calendarCells{
	color:#999999 !important;
	width:140px;
	display:inline-block;
}

.restaurantListRow{
	position: relative;
	padding: 0px;
	border-radius: 0;
	width: 29%;
	display: inline-block;
	margin: 0px 12px 30px 12px;
	overflow: visible;
	background: none;
}
.restaurantListRow img{
	
}
.closedRestaurantRow{
	opacity:0.6;
}

.restaurantTeaserHolder {
    width: 100%;
    height: 0px;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

.restaurantRowLogo{
	position:absolute;
	bottom:0px;
	right:0px;
	height:40px;
}
.restaurantRowLogo img{
	width:80px;
	border-top-left-radius:10px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.restaurantTeaser{
	width:100%;
	transition: 0.5s ease;
	transform: scale(1.2);
}

.restaurantListRow:hover .restaurantTeaser{
	transform: scale(1.4);
}

.restaurantRowDetails{
	padding:10px 0 0px 0;
	overflow:auto;
	display:flex;
}
.restaurantRowName{
	color:#333333;
	font-size:16px;
	font-weight:bolder;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex:100%;
	order:1;
	/*width:170px;
	float:left;*/
}
.restaurantRowRate{
	/*float:right;*/
	width:120px;
	order:2;
	text-align:right;
}
.restaurantRowRateStar{
	width:16px;
	margin-right:3px;
	position:relative;
	top:2px;
}
.restaurantRowFoodType{
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:5px;
	font-size:14px;
	color:#666;
}

.restaurantRowFees div{
	display:inline-block;
	white-space: nowrap;
	font-weight:bold;
	font-size:12px;
}
.restaurantRowFees span{
	font-size:12px;
	color:#666666;
}
.restaurantRowTags{
	position:absolute;
	top:5px;
	left:1px;
}
.restaurantRowTags div{
	padding:2px 5px 2px 15px;
	color:#FFFFFF;
	background:#fa4c4d;
	box-shadow:1px 1px 10px rgba(0,0,0,0.5);
	margin-bottom:5px;
	display:inline-block;
}


.deliverInfoLoaderIcon img{
	width:10px;
}

@media screen and (max-width: 840px){
	.restaurantListRow{
		width:45%;
		
	}
}
@media screen and (max-width: 580px){
	.restaurantListRow{
		width:90%;
		margin:0px 5% 40px 4%;
	}
}


/*.restaurantRowLogoHolder{
	position:relative;
}
.restaurantPremiumLogo{
	margin-top:8px;
	padding:2px 6px;
	font-style:italic;
	font-size:14px;
	top:2px;
	left:1px;
	color:#FFFFFF;
	background:#0000FF;
	box-shadow:1px 1px 10px rgba(0,0,0,0.5);
}
*/


#restaurantListClosedTitle{
	font-size:20px;
	padding:20px 10px;
}


.listPageRateStarsHolder{
	width:72px;
	height:14px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -4px -205px;
}
.listPageRateStars{
	width:0%;
	height:14px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -4px -220px;
}

.restaurantListDetails{
	width:200px;
	white-space:nowrap;
	overflow:hidden;
	padding-left:10px;
}
.restaurantListTitle{
	font-size:15px;
	font-weight:bold;
	color:#333333;
	white-space:normal !important;
}
.restaurantListFoodType{
	font-size:14px;
	color:#888888;
}


.restaurantListIconHolder{
	margin-top:5px;
}
.restaurantListIcons{
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
.restaurantListTogoOpen{
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -134px -153px;
}
.restaurantListTogoClose{
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -134px -177px;
}
.restaurantListDeliverOpen{
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -156px -153px;
}
.restaurantListDeliverClose{
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -156px -177px;
}
.restaurantListTimes{
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -179px -153px;
}
.restaurantListDistance{
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -201px -153px;
}
.restaurantListDistanceNumber{
	display:inline-block;
	color:#666666;
	position:relative;
	left:-7px;
}
.restaurantListArrowButton{
	display:none;
	font-size:28px;
	height:38px;
	width:20px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -208px -100px;
}
.restaurantListDescription{
	color:#999999;
	padding-left:10px;
}


.cartTitle{
	font-size:18px;
	text-transform:uppercase;
	position:relative;
	padding:0 0 10px 35px;
	
}
.cartTitleIcon{
	display:inline-block;
	width:26px;
	height:23px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-174px -17px;
	position:absolute;
	left:0px;
	top:-1px;
}
.cartTitleTrashIcon{
	float:right;
	width:20px;
	height:21px;
	background:#FF5500;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-210px -47px;
}
.cartItemRow{
	font-size:16px;
	color:#333333;
	padding: 20px 0 20px 0;
	border-top:1px solid #BBBBBB;
	color:#333333;
	overflow:auto;
}
.cartEditIconEdited{
	width:24px;
	height:20px;
	display:inline-block;
	float:right;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-175px -214px;
	margin-right:15px;
}
.cartEditIconOriginal{
	width:24px;
	height:20px;
	display:inline-block;
	float:right;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-145px -214px;
	margin-right:15px;
}
.cartFoodNotEditable{
	width:24px;
	height:20px;
	display:inline-block;
	float:right;
	margin-right:15px;
}
.cartDeleteIcon{
	width:20px;
	height:20px;
	display:inline-block;
	float:right;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-207px -214px;
}
.cartTotalTitle{
	font-weight:bold;
	font-size:22px;
	font-weight:bold;
	color:#000000;
}
#cartPageTotalPrice{
	width:90px;
}
.cartPrices{
	display:inline-block;
	float:right;
	width:65px;
	text-align:right;
	margin-right:8px;
}
#cartIsEmptyMessage{
	padding:35px 0px;
	color:#FF0000;
    border-top: 1px solid #999999;
}

.checkoutPageBigTitles{
	font-size:20px;
	color:#333333;
	padding-bottom:10px
}

.checkoutCartOutOfStock *{
	color:#DD0000 !important;
	text-decoration: line-through;
}

#outOfStockErrorMessage{
	background:#f93d5c;
	color:#FFFFFF !important;
}
#acceptOutOfStockButton{
	-moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
	box-shadow: inset 0px 1px 0px 0px #9acc85;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color: #74ad5a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #3b6e22;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
}

.checkoutErrorMessage{
	margin:0px;
	padding:0 0 0 20px;
	color:#FF0000;
}
.checkoutAddedIngredient{
	color:#0000FF;
	font-size:14px;
	padding-top:5px;
	padding-left:10px;
}
.checkoutRemovedIngredient{
	color:#FF0000;
	font-size:14px;
	padding-top:5px;
	padding-left:10px;
}
#checkoutTotalPrice{
	width:90px;
}

.checkoutFields{
	padding:5px;
	border:1px solid #999999;
	font-family:cambria;
	font-size:16px;
	color:#333333;
	width:150px;
	border-radius:5px;
}


.checkoutDeliveryTypeButtons{
	float:left;
	width:90px;
	height:80px;
	background:#EFEFEF;
	border:1px solid #CCCCCC;
	border-radius:2px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.2) inset;
	margin-right:9px;
	margin-bottom:10px;
	text-align:center;
	padding:0px;
	font-size:14px;
}
.checkoutDeliveryTypeButtons svg{
	width:100%;
	margin-top:10px;
}
.checkoutDeliveryTypeButtons.selectedDeliverType{
	background:#ff5a5c !important;
	transition:0.5s;
	color:#FFFFFF;
}



.checkoutPaytypeButtons{
	float:left;
	width:70px;
	height:70px;
	background:#EFEFEF;
	border:1px solid #CCCCCC;
	border-radius:2px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.2) inset;
	margin-right:9px;
	margin-bottom:10px;
	text-align:center;
	padding:0px;
	font-size:14px;
}
.checkoutPaytypeButtons span{
	display:inline-block;
	width:50px;
	height:30px;
	margin:10px 10px 0px 10px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
}
#checkoutPaytypeCard span{
	background-position:-10px -251px;
}
#checkoutPaytypeInvoice span{
	background-position:-72px -251px;
}
#checkoutPaytypePaylevo span{
	background-position:-72px -251px;
}
#checkoutPaytypeCash span{
	background-position:-128px -251px;
}
#checkoutPaytypeSwish span{
	background-position:0px -453px;
}
#checkoutPaytypeKlarnapaylater span{
	background-position:-159px -453px;
}


.checkoutPaytypeButtons.selectedPayType{
	background:#ff5a5c !important;
	transition:0.5s;
	color:#FFFFFF;
}
.checkoutPageSmallTitles{
	display:inline-block;
	width:100px;
	overflow:hidden;
	font-size:14px;
}
#checkoutChangeAddressButton{
	color:#00acd7;
}
.checkoutDetailsRow{
	padding-top:10px;
}
#checkoutOfferCode{
	width:100px !important;
	    text-transform: uppercase;
}
#checkoutUserEnteredAddress{
	color: #0000FF;
	border: 1px dashed #0000FF;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background: #e1e1ff;
}



#successPage #successPageLoaderHolder img{
	width:100px;
}
#succesPageOrderId{
	font-weight:bold;
	color:#000000;
}
#successFacebookButton{
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-0px -296px;
	display:inline-block;
	width:103px;
	height:85px;
	margin-top:10px;
}

#loadingOverlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	text-align:center;
	vertical-align:middle;
	background:rgba(0,0,0,0.6);
}
#loadingOverlay img{
	width:100px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.errorMessagesBoxes{
	background:#fbd7d7 !important;
	color:#FF0000 !important;
}



#variantPickerScreenOverlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	background:rgba(0,0,0,0.6);
	z-index:300;
	text-align:center;
	overflow:auto;
}
#variantPicker{
	width:300px;
	background:#FFFFFF;
	display:inline-block;
	margin:30px 0 30px 0;
	border-radius:5px;
	box-shadow:-5px 5px 20px rgba(0,0,0,0.5);
}
#variantPickerTitle{
	background:#d82528;
	padding:14px 0px;
	color:#FFFFFF;
	font-size:20px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#variantPickerDescription{
	text-align:left;
	font-size:16px;
	font-weight:700;
	color:#333333;
	padding:10px 5px;
	border-bottom:1px solid #999999;
}
#variantPickerItemImage{
	display:none;
	background:#EDEDED;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	max-height:280px;
	overflow-y:hidden;
	border-bottom:1px solid #999999;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin-bottom:15px;
}
#variantPickerItemImage img{
	width:100%;
	outline:none;
}


#variantPickerList{
	text-align:left;
	padding:10px;
}
.variantPickerListRows{
	text-align:left;
	padding:8px 10px;
	margin:0px 10px 0px 10px;
	font-size:16px;
}
.variantPickerListRows span{
	float:right;
}
/*
.variantPickerAddButton{
	width: 23px;
	height: 23px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -22px -67px;
	margin-left: 10px;
}
*/
#variantPickerCancelButton{
	padding: 9px;
	margin: 0 0 0 10px;
	font-size: 14px;
	-moz-border-radius: 5px;
	border-radius: 2px;
	border: 1px solid #AA6666;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	background: #c91a1f;

}
#variantPickerAddButton{
	padding: 9px;
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	border: 1px solid #6e9552;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	background: #7aae42;
}



#editFoodWindowContainer{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	background:rgba(0,0,0,0.6);
	z-index:300;
	text-align:center;
}
#editFoodWindow{
	width:300px;
	background:#FFFFFF;
	display:inline-block;
	margin-top:30px;
	border-radius:10px;
	box-shadow:-5px 5px 20px rgba(0,0,0,0.5);
	text-align:left;
}
#editFoodTitle{
	background:#d82528;
	padding:14px 15px;
	color:#FFFFFF;
	font-size:18px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.editFoodVariantRow{
	padding: 6px 0;
}
.editFoodVariantPrice s{
	font-size:14px;
	color:#AAAAAA;
}
.editFoodVariantPrice, .editFoodVariantPrices{
	float:right;
	font-size: 14px !important;
}

.editFoodExtraVariantTitles{
	padding-top:10px;
	border-top:1px solid #cccccc;
	font-size:24px;
}
.editFoodExtraVariantDescription{
	font-size:14px;
	margin-bottom:10px;
	text-align:left;
}


.ingredientGroups{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
}
.ingredientGroupTitles{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 5px 0;
}







#editFoodExtraLink{
	color:#666666;
	font-size:13px;
	padding:15px;
	border-bottom: 1px solid #CCCCCC;
	font-family:Helvetica;
}
#editFoodExtraLink span{
	diaplay:inline-block;
	float:left;
	width:30px;
	height:30px;
	border-right:1px solid #666666;
	margin-right:10px;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -130px -400px;
}

#editFoodPriceBox {
    text-align: left;
    padding: 9px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    width: 90px;
    margin: 0px;
    position: relative;
    font-family: Helvetica;
}
#editFoodPrice {
    color: #e64158;
	font-weight:bold;
    float: right;
}
#editFoodSaveButton {
    padding: 9px;
    margin: 0 0 0 10px;
    font-size: 14px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    border: 1px solid #6e9552;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    background: #7aae42;
}
#editFoodCancelButton {
    padding: 9px;
    margin: 0 0 0 10px;
    font-size: 14px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    border: 1px solid #AA6666;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    background: #c91a1f;
}

#editFoodButtonsHolder {
    text-align: center;
    padding: 8px;
    background-color: #E4E4E4;
}
#editFoodIngredientList{
	overflow:scroll;
	padding:5px;
}
.editFoodIngredientsHolder {
	padding: 6px 15px 10px 0;
	font-size: 14px;
	font-family:Helvetica;
	border-bottom: 1px solid #c1c1c1;
	color:#666666;
}







.editFoodIngredients{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -127px -298px;
	width: 23px;
	height: 23px;
	display: inline-block;
	padding: 0px;
	position: relative;
	top: 6px;
	outline: none;
	border: none;
	border-radius:3px;
	margin: 0 10px 0 0;
}
.editFoodIngredients:checked~.editFoodIngredientsLabel{
	color:#9f2a3a !important;
	font-weight:bold;
}

.editFoodIngredients:active{
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-167px -298px;
	outline:none;
}
.editFoodIngredients:checked{
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-207px -298px;
	outline:none;
}


.editFoodExtra{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(../graphics/all_in_one_1.png) no-repeat;
	background-position: -127px -325px;
	width: 23px;
	height: 23px;
	display: inline-block;
	padding: 0px;
	position: relative;
	top: 6px;
	outline: none;
	border: none;
	border-radius:3px;
	margin: 0 10px 0 0;
}
.editFoodExtra:active{
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-167px -325px;
	outline:none;
}
.editFoodExtra:checked{
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-207px -325px;
	outline:none;
}


#changeAddressPopupContainer{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	background:rgba(0,0,0,0.6);
	z-index:300;
	text-align:center;
}
#changeAddressPopup{
	width:90%;
	padding:10px 10px 30px 10px;
	background:#999999;
	display:inline-block;
	margin-top:35px;
	border-radius:10px;
	box-shadow:-5px 5px 20px rgba(0,0,0,0.5);
	text-align:center;
}
#checkoutUseOfferCodeButton{
	padding: 4px 10px;
	margin: 0 0 0 10px;
	font-family: cambria;
	font-size: 18px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	border: 1px solid #35bf73;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
	background: #1ad06a;
	outline:none;
	display:inline-block;


}
.deliverTypesHolder{
	display:inline-block;
}
#deliverTypeHolderTogo{
}
#deliverTypeHolderDelivery{
	margin-right:60px;
}

#paymentFrameHolder{
	height:100%;
	width:100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
#paymentFrameHolder iframe{
	width:100%;
	height:1000px;
}




#loginFrameHolder{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
#loginFrameHolder iframe{
	width:100%;
	height:100%;
	margin-top:57px;
}





#footerPolicyButton{
	cursor:pointer;
}

#policyWindowScreenOverlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	background:rgba(0,0,0,0.6);
	z-index:300;
	text-align:center;
	vertical-align:center;
}
#policyWindow{
	width:90%;
	height:95%;
	background:#eaeaec;
	display:inline-block;
	border-radius:5px;
	box-shadow:-5px 5px 20px rgba(0,0,0,0.5);
}
#policyWindowHeader{
	background:#d82527;
	text-align:center;
	padding:10px;
	font-size:18px;
	color:#FFFFFF;
	position:relative;
}
#policyWindowContent{
	padding:10px;
	font-size:16px;
	text-align:left;
	overflow-y:scroll;
}
.policyTitles{
	font-size:22px;
}
#policyWindowCloseIcon{
	width:28px;
	height:28px;
	position:absolute;
	top:6px;
	right:5px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-124px -355px;
}

#addToCartAnimationHelper{
	display:none;
	position:fixed;
	z-index:1000;
	background:#FFFFFF;
	font-size:22px;
	color:#333333;
	overflow:hidden;
	box-shadow:0px 0px 20px rgba(0,0,0,0.5);
	padding:10px;
	white-space:nowrap;
}

.OrderHistoryHeaderRow{
	border-bottom:1px solid #999999;
	overflow:auto;
	padding:15px 0px;
	color:#333333;
}
.OrderHistoryRows{
	border-bottom:1px solid #999999;
	overflow:auto;
	padding:15px 0px;
	color:#999999;
}
.OrderHistoryTitles{
	font-weight:bold;
	font-size:16px;
}
.OrderHistoryCells{
	font-size:14px;
	width:80px;
	display:inline-block;
	float:left;
}
.OrderHistoryPriceCell{
	font-size:14px;
	width:50px;
	display:inline-block;
	margin:0px;
	float:left;
	text-align:right;
}
.OrderHistoryRateCell{
	width:45px;
	float:right !important;
	position:relative;
	height:16px;
}
.OrderHistoryIdLink{
	color:#6666FF;
	text-decoration:underline;
	cursor:pointer;
}
.orderHistoryRateIcon{
	display:inline-block;
	width:30px;
	height:30px;
	top:-7px;
	position:absolute;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-166px -353px;
}
.orderHistoryIsRated{
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-202px -353px;
}

.oneOrderPageTitles{
	color:#999999;
	display:inline-block;
	width:130px;
}
.oneOrderPrices{
	float:right;
}



#rateBoxScreenOverlay{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	background:rgba(0,0,0,0.6);
	z-index:300;
	text-align:center;
}
#rateBox{
	width:300px;
	background:#FFFFFF;
	display:inline-block;
	margin-top:30px;
	border-radius:10px;
	box-shadow:-5px 5px 20px rgba(0,0,0,0.5);
}
#rateBoxTitle{
	background:#d82528;
	padding:14px 0px;
	color:#FFFFFF;
	font-size:24px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
#rateBoxSendButton{
	background:#009bd4;
	font-family:cambria;
	font-size:20px;
	color:#FFFFFF;
	padding:10px 20px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.5) inset;
	border-radius:10px;
	border:1px solid #666666;
	margin:10px;
}
#rateBoxCloseButton{
	background:#d82528;
	font-family:cambria;
	font-size:20px;
	color:#FFFFFF;
	padding:10px 20px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.5) inset;
	border-radius:10px;
	border:1px solid #666666;
	margin:10px;
}
#rateBoxContent{
	text-align:left;
	padding:10px;
}

#rateBox .rateStar{
	display: inline-block;
	width: 43px;
	height: 36px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-66px -397px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.bestInCity2016{
	display:inline-block;
	width:64px;
	height:27px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-67px -455px;
	position:absolute;
}





#matbutikPopupContainer{
	display:none;
	position:fixed;
	z-index: 1100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.9);
	text-align:center;
}
#matbutikPopup{
	font-family:arial;
	margin-top:20px;
	display:inline-block;
	width:80%;
	max-width:400px;
	background:#FFFFFF;
	background-image:url(https://www.hotmat.se/customer_app/www/graphics/matbutik_background_2.jpg);
	background-size:auto 100%;
	padding:15px 15px 160px 15px;
	box-shadow:5px 5px 20px rgba(0,0,0,0.5);
	border-radius:20px;
}

#matbutikPopupText{
	text-align:left;
}
#matbutikPopup img{
	width:180px;
	border-radius:5px;
}




/************* Gallery Menu (start) ***************/
/*
This block must be at the bottom
*/
.galleryMenu .menuPageFoodRow {
	border: 1px solid #DDDDDD;
	padding: 10px 0 10px 5px;
	margin: 0 6px 5px 0;
	display: inline-block;
	width: 145px;
	height: 190px;
	vertical-align: top;
	position: relative;
	border-radius: 5px;
	font-style:none !important;
	font-family:arial;
	font-size:12px;
	box-shadow:none !important;
}
.galleryMenu .menuPageFoodRowName{
	display:block;
	height:51px;
	overflow:hidden;
}
.galleryMenu .menuPageFoodRowIngredients{
	display:none;
}
.galleryMenu .menuPageFoodRowPrice span{
	display:none;
}
.galleryMenu .foodImageHolder{
	display: block;
	height: 100px;
	margin-bottom: 5px;
	text-align: center;
}
.galleryMenu .foodImageHolder img{
	max-width:100%;
	max-height:100px;
}
.menuPageFoodRowBtn{
	display:none;
}
.galleryMenu .menuPageFoodRowBtn{
	position:absolute;
	bottom:5px;
	left:5px;
	display: inline-block !important;
	font-size: 12px;
	align-self: center;
	height: 21px;
	line-height: 20px;
	border-radius: 15px;
	padding: 0px 10px;
	border: 1px solid #fa4c4d;
	color: #fa4c4d;
	margin-top: 15px;
	transition: 0.5s;
	cursor: pointer;
}
.galleryMenu .menuPageFoodRowPrice{
	position:absolute;
	bottom:3px;
	right:5px;
}
.galleryMenu .isPopularItem{
	position: absolute;
    top: 17px;
    left: -33px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px !important;
    transform: rotate(-45deg);
}
/************* Gallery Menu (end) ***************/







#closedRestaurantScreenDisabler{
	display:none;
	position:fixed;
	z-index:1100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.7);
	text-align:center;
}
#closedRestaurantPopup{
	background:#DDDDDD;
	display:inline-block;
	width:300px;
	margin-top:100px;
	border-radius:5px;
	overflow:hidden;
	box-shadow:3px 3px 30px rgba(0,0,0,0.5);
}
#closedRestaurantPopupHeader{
	background:#fa4c4d;
	padding:10px 0;
	box-shadow:0px 0px 30px rgba(0,0,0,0.2) inset;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	text-transform: uppercase;
}
#closedRestaurantPopupContent{
	color:#333333;
	margin:10px 10px 30px 10px;
}
#closedRestaurantPopupButton{
	display: inline-block;
	margin:10px;
	padding:10px;
	font-size:14px;
	border-radius: 5px;
	color:#FFFFFF;
	cursor:pointer;
	position:relative;
	background: #fa4c4d;
	text-align:center;
	transition:0.3s;
	width:85px;
}
#closedRestaurantPopupButtonDisabled{
	display: inline-block;
	margin:10px;
	padding:10px;
	font-size:14px;
	border-radius: 5px;
	color:#FFFFFF;
	cursor:pointer;
	position:relative;
	background: #AAAAAA;
	text-align:center;
	transition:0.3s;
	width:85px;
}



#pendingOrdersScreenDisabler{
	display:none;
	position:fixed;
	z-index:1100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.7);
	text-align:center;
}
#pendingOrdersPopup{
	background:#DDDDDD;
	display:inline-block;
	width:300px;
	margin-top:100px;
	border-radius:5px;
	overflow:hidden;
	box-shadow:3px 3px 30px rgba(0,0,0,0.5);
}
#pendingOrdersPopupHeader{
	background:#fa4c4d;
	padding:10px 0;
	box-shadow:0px 0px 30px rgba(0,0,0,0.2) inset;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	text-transform: uppercase;
}
#pendingOrdersPopupContent{
	color:#333333;
	margin:10px 10px 30px 10px;
	text-align:left;
}
#pendingOrdersPopupButton{
	display: inline-block;
	margin:10px;
	padding:10px;
	font-size:14px;
	border-radius: 5px;
	color:#FFFFFF;
	cursor:pointer;
	position:relative;
	background: #fa4c4d;
	text-align:center;
	transition:0.3s;
	width:85px;
}
.pendingOrderID{
	font-weight:bold;
	font-size:16px;
}
.pendingOrderPrice{
	font-weight:bold;
	float:right;
	font-size:16px;
}




#reviewPopupContainer{
	position:fixed;
	z-index:1500;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.8);
	text-align:center;
	display:none;
}
#reviewPopup{
	display:inline-block;
	padding:20px;
	width:270px;
	background:#DEDEDE;
	margin-top:30px;
	border-radius:10px;
	color:#333333;
	font-size:14px;
	position:relative;
}
#reviewPopupCloseBtn{
	position:absolute;
	top:5px;
	right:5px;
	width:40px;
	height:40px;
}
#reviewPopupCloseBtn svg{
	width:80%;
	height:80%;
}
#reviewPopupLogo{
	text-align:center;
	padding:0;
}
#reviewPopupLogo div{
	display:inline-block;
	width:90px;
	height:90px;
	background:#e63234;
	background:url(../../graphics/logo_small.png) no-repeat;
	background-size:cover;
	background-position:50% 50%;
	border-radius:100px;
	border:1px solid #440000;
	box-shadow:0px 0px 20px rgba(0,0,0,0.5) inset;
}
#reviewPopupTitle{
	font-size:24px;
	font-weight:bolder;
	margin-bottom:10px;
}
#reviewPopupRestaurantName{
	font-size:18px;
	color:#000000;
}
.reviewPopupStars{
	padding:5px 0; 
}
.reviewPopupStars span{
	display:inline-block;
	width:30px;
	height:30px;
}
.reviewPopupStars span svg path{
	width:100%;
	fill:#AAAAAA;
}
.activeReviewStar path{
	fill:#ED8A19 !important;
}
.reviewFields{
	border:1px solid #999999;
	border-radius:5px;
	padding:10px;
	width:250px;
}
#reviewPopupLoader{
	width:40px;
	display:none;
}
#reviewPopupSuccess{
	display:none;
}










#confirmPopupScreenDisabler{
	display:none;
	position:fixed;
	z-index:1100;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.7);
	text-align:center;
}
#confirmPopup{
	background:#DDDDDD;
	display:inline-block;
	width:300px;
	margin-top:100px;
	border-radius:5px;
	overflow:hidden;
	box-shadow:3px 3px 30px rgba(0,0,0,0.5);
}
#confirmPopupHeader{
	background:#fa4c4d;
	padding:10px 0;
	box-shadow:0px 0px 30px rgba(0,0,0,0.2) inset;
	color:#FFFFFF;
	text-align:center;
	font-size:20px;
	text-transform: uppercase;
}
#confirmPopupContent{
	color:#333333;
	margin:10px 10px 30px 10px;
}
#confirmPopupButton{
	display: inline-block;
	margin:10px;
	padding:10px;
	font-size:14px;
	border-radius: 5px;
	color:#FFFFFF;
	cursor:pointer;
	position:relative;
	background: #fa4c4d;
	text-align:center;
	transition:0.3s;
	width:85px;
}
#confirmPopupButtonDisabled{
	display: inline-block;
	margin:10px;
	padding:10px;
	font-size:14px;
	border-radius: 5px;
	color:#FFFFFF;
	cursor:pointer;
	position:relative;
	background: #AAAAAA;
	text-align:center;
	transition:0.3s;
	width:85px;
}






/************** Checkboxes (start) ***************/
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
	font-weight:bold;
}
.checkboxContainer input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.control-radio .checkbox_indicator {
    border-radius: undefined%;
}

.checkboxContainer:hover input ~ .checkbox_indicator,
.checkboxContainer input:focus ~ .checkbox_indicator {
    background: #FFFFFF;
	border:1px solid #333333;
	border-radius:3px;
}

.checkboxContainer input:checked ~ .checkbox_indicator {
	background: #fa4c4d;
	border-radius: 3px;
	border:1px solid #fa4c4d;
}
.checkboxContainer:hover input:not([disabled]):checked ~ .checkbox_indicator,
.checkboxContainer input:checked:focus ~ .checkbox_indicator {
    background: #0e6647d;
}
.checkboxContainer input:disabled ~ .checkbox_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.checkbox_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkboxContainer input:checked ~ .checkbox_indicator:after {
    display: block;
}
.control-checkbox .checkbox_indicator:after {
    left: 6px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .checkbox_indicator:after {
    border-color: #7b7b7b;
}
/************** Checkboxes (end) ***************/


/********************** Radio buttons (start) *********************/
.radioButtons {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
}
    .radioButtons input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.radio_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFFFFF;
    border: 1px solid #333333;
}
.control-radio .radio_indicator {
    border-radius: 50%;
}

.radioButtons:hover input ~ .radio_indicator,
.radioButtons input:focus ~ .radio_indicator {

}

.radioButtons input:checked ~ .radio_indicator {
	background: #fa4c4d;
	border: 2px solid #fa4c4d;
}
.radioButtons:hover input:not([disabled]):checked ~ .radio_indicator,
.radioButtons input:checked:focus ~ .radio_indicator {
    background: #0e6647d;
}
.radioButtons input:disabled ~ .radio_indicator {
    background: #e6e6e6;
    opacity: 2;
    pointer-events: none;
}
.radio_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.radioButtons input:checked ~ .radio_indicator:after {
    display: block;
}
.control-radio .radio_indicator:after {
	left: 0px;
	top: 0px;
	height: 16px;
	width: 12px;
	padding-left:4px;
	border-radius: 50%;
	border:2px solid #FFFFFF;
	background: #fa4c4d url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNzAgNzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDcwIDcwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnPjxnPgoJPGc+CgkJPGc+CgkJCTxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGQ9Ik0yNi40NzQsNzBjLTIuMTc2LDAtNC4yMzQtMS4wMTgtNS41NTctMi43NjRMMy4wNDksNDMuNjM5QzAuNzI1LDQwLjU3LDEuMzMsMzYuMiw0LjM5OSwzMy44NzUgICAgIGMzLjA3NC0yLjMyNiw3LjQ0MS0xLjcxNyw5Ljc2NiwxLjM1bDExLjc1MiwxNS41MThMNTUuNDc0LDMuMjg1YzIuMDM1LTMuMjY1LDYuMzMyLTQuMjY0LDkuNjA0LTIuMjMyICAgICBjMy4yNjgsMi4wMzQsNC4yNjYsNi4zMzQsMi4yMyw5LjYwMmwtMzQuOTE2LDU2LjA2Yy0xLjIxMywxLjk0OS0zLjMwNywzLjE3NS01LjYsMy4yNzlDMjYuNjg1LDY5Ljk5OCwyNi41OCw3MCwyNi40NzQsNzB6IiBkYXRhLW9yaWdpbmFsPSIjMDMwMTA0IiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjZmZmZmZmIj48L3BhdGg+CgkJPC9nPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=) no-repeat;
	background-size:9px;
	background-position:3px 3px;
	color:#FFFFFF;
	font-size:5px;
	font-size:10px;
}
.control-radio input:disabled ~ .radio_indicator:after {
    background: #7b7b7b;
}
/********************** Radio buttons (end) *********************/






#fcmRegisterPopupContainer{
	display:none;
	position:fixed;
	z-index:1200;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
}
#fcmRegisterPopup{
	display:none;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:300px;
	background:#FFFFFF;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.6);
	font-size:18px;
	text-align:center;
}
#fcmRegisterPopupContent{
	display:inline-block;
	margin:10px;
	max-width:300px;
}
.fcmRegisterPopupTitle{
	font-weight:bold;
}
.wideBlueButton{
	background:#0a6de4;
	display:inline-block;
	color:#FFFFFF;
	padding:10px;
	border-radius:3px;
	cursor: pointer;
	outline:none;
	font-size:14px;
}


#rateTheAppPopupContainer{
	display:none;
	position:fixed;
	z-index:1000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	text-align:center;
}
#rateTheAppPopup{
	position:relative;
	display:inline-block;
	margin-top:20px;
	width:90%;
	max-width:320px;
	background:#f9c32d;
	border-radius:20px;
	box-shadow:0 0 20px rgba(0,0,0,0.8);
}
#rateTheAppPopupCloseBtn{
	position:absolute;
	top:-13px;
	right:-15px;
	width:40px;
	height:40px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-118px -350px;
}
#rateTheAppPopupHeader img{
	width:60%;
	border-radius:30px;
	margin:10px 0;
}
#rateTheAppPopupContent{
	padding:10px;
	background:#FFFFFF;
	border-radius:20px;
}
#rateTheAppPopupTitle{
	font-size:25px;
	margin-bottom:20px;
}
#rateTheAppPopupRateButton{
	display:inline-block;
	width:50px;
	height:50px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-85px -497px;
}
.rateTheAppPopupStars{
	display:inline-block;
	width:40px;
	height:40px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-3px -397px;
	margin:2px;
}


#statusOpen{
	display:inline-block;
	width:14px;
	height:14px;
	background:#00FF00;
	border-radius:20px;
}
#statusClosed{
	display:inline-block;
	width:14px;
	height:14px;
	background:#FF0000;
	border-radius:20px;
}

#siteContentContainer{
	min-height:100vh;
}

#fotter{
	background:#23282a;
	padding:20px;
	color:#FFFFFF;
	font-size:12px;
}
#fotter a{
	color:#AAAAFF;
	text-decoration:underline;
	font-size:12px;
}
#footerHotmatLogo{
	width:180px;
}

#onlineOrderMessage{
	font-size:22px;
	padding: 15px 0;
	text-align:center;
}
#onlineOrderMessage img{
	height:20px;
}

.bottomLastOrderTooltip{
	background:#f94b4d;
	padding:8px;
	color:#FFFFFF;
	position:fixed;
	z-index:101;
	bottom:16px;
	left:10px;
	animation: blinker 1s linear infinite;
	border-radius:5px;
	display:none;
}
.bottomLastOrderTooltip span{
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../graphics/all_in_one_1.png) no-repeat;
	background-position:-7px -549px;
	position:absolute;
	left:0px;
	bottom:-10px;
}

#closedMessage{
	padding:10px;
	margin:20px 5px;
	color:#FF0000;
	border:1px dashed #FF0000;
	background:#FFEEEE;
}