/*
	* Version resume
	**********************************************************
	*|	 Name	|	   Time		|	Version	 |    Reason     
	*|	peigq	|	2020-10-08	|	 1.01	 |	page revision
	**********************************************************
*/

@font-face {
    font-family: 'love_ya_like_a_sisterregular';
    src: url('fonts/loveyalikeasister.eot');
    src: url('fonts/lloveyalikeasister.eot?#iefix') format('embedded-opentype'),
         url('fonts/loveyalikeasister.woff') format('woff'),
         url('fonts/loveyalikeasister.ttf') format('truetype'),
         url('fonts/loveyalikeasister.svg#love_ya_like_a_sisterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont-0.eot#iefix') format('eot'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, p{
	margin:0px;
	padding:0px;
}




.swal2-popup {
	font-size: 2rem;
	}

.header{
	background-color:#f8f8f8;
	/* margin-bottom: 1em; */
}

.header h1{
	padding-top:32px;
}

#headerlogo {
	max-width:100px;
	/* UPD-S 1.01 peigq */
	/* margin-top:-7px; */
	margin-top:-15px;
	/* UPD-E 1.01 peigq */
}

/*desktop header*/
@media (min-width: 1024px)  {
	.header {
		/* UPD-S 1.01 peigq */
		/* height: 100px; */
		height: 80px;
		/* UPD-S 1.01 peigq */
		padding-top: 0.5em;
	}
	#headerlogo {
		max-width: none;
		/* UPD-S 1.01 peigq */
		height: 60px;
		/* UPD-E 1.01 peigq */
		/* DEL-S 1.01 peigq */
		/* margin-top:-7px;
		/* DEL-E 1.01 peigq */
	}
	.navbar-default {
		border: 0;
	}
	/* ADD-S 1.01 peigq */
	.navbar-collapse {
		margin-top: 20px;
	}
	/* ADD-E 1.01 peigq */
}

/* ADD-S 1.01 peigq */
@media (max-width: 1023px) {
	.header {
		height: 100px;
		padding-top: 0.3em;
	}
	#headerlogo {
		max-width: 300px;
		height: 70px;
		margin-left: 10px;
		margin-top: -4px;
	}
	.navbar-toggle {
		margin-top: 0px;
	}
}
/* ADD-E 1.01 peigq */


.log-in{
	width:115px;
	height:38px;
	padding-top:15px;
	background:url(../img/login-bg.png) no-repeat;
	margin-top:20px;
	text-align:center;
}

.log-in a{
	color:#FFF;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
}

.contet-title{
	font-family: 'love_ya_like_a_sisterregular';
	font-size:42px;
	color:#fc0002;
	padding-top:20px;
}
.content{
	padding-top:50px;
	background:url(../img/index-bg.png)  center 50px no-repeat;
	height:216px;
	margin-bottom:150px;
}
.home-form{
	padding-top: 70px;
	padding-left:30px;
}
.home-form label{
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.home-fotm-box{
	float:left;
}
.home-fotm-item{
	position:relative;
}
.home-fotm-item select{
	position:absolute;
	top:17px;
	left:8px;
	opacity:0;
	width:185px;
	margin-top:0px;
}
.home-fotm-box input{
	width:253px;
	height:63px;
	background:url(../img/index-submit-bg.png) no-repeat;
	border:none;
	margin-top:24px;
	color:#66330a;
	font-size:22px;
	font-weight:bold;
}

.page-header{
	line-height:40px;
	overflow:hidden;
}
	
.page-header a{
	color: #231f20;
	font-size:14px;
	font-weight:normal;
}

.page-header-menu a{
	color: white;
	font-size:14px;
	font-weight:normal;
}

.page-header img{
	padding: 0 5px;
}	

.product-row{
	padding-bottom:21px;
	margin-bottom:20px;
	/* DEL-S 1.01 peigq */
	/* border-bottom:1px solid #e4e4e4;
	/* DEL-E 1.01 peigq */
}

.product-name{
	color:white;
}
.product-name h2{
	font-size:22px;
}
.product-name p{
	font-size:14px;
}

.type-food{
	color:#343333;
}
	
.type-food h3{
	font-weight:bold;
	font-size:14px;
	}
.type-food p{
	font-size:14px;
	margin-top:-10px;
}
	
.view-menu{
	text-align:center;
	margin-bottom:3px;
}

.user-rating {
	margin-left:0;
	font-size:14px;
	color:white;
	font-weight:bold;
}

.user-rating a{
	font-size:14px;
	color:#0039a6;
	text-decoration:underline;
	font-weight:normal;
}

.rating-star{
	background:url(../img/rating-star.png) no-repeat;
	width:109px;
	height:16px;
}

.block-page{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:solid 1px whitesmoke;
	min-height:200px;
}

.block-page h2{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size:18px;
	font-weight:bold;
	padding:8px;
	color:#231f20;
	background:whitesmoke;
}

.block-page h3{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size:18px;
	font-weight:bold;
	padding:8px;
	color:white;
	background:#0039a6;
}

/* ADD-S 1.02 peigq */
@media (max-width: 1023px) {
	.block-page h3{
		padding: 20px;
	}
}
/* ADD-E 1.02 peigq */


.my-span-categories{
	width:191px;
}
.categories p{
	padding:10px;
	padding-right:20px;
	font-size:14px;
	color:#343434;
}
.categories ul{
    /* list-style-image:url(../img/category-list.png); */
	padding-inline-start: 15px;
	padding-inline-end: 1px;
}
.categories ul a{
	font-size:12px;
	color:#0039a6;
	display:block;
}

.your-order ul{
	list-style:none;
	color:#535353;
	font-size:14px;
	margin:0 3px 15px 7px;
	max-height:500px;
	overflow:auto;
	overflow-x:hidden;
}
.your-order ul li{
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:4px;
}
.your-order ul li:last-child{
	border-bottom:none;
}
.your-order ul p{
	font-weight:bold;
}
.your-order ul span{
	margin:0 15px 0 5px;
}
.your-order ul i{
	font-style:normal;
	margin-left:0;
	float:right;
}
.your-order ul img{
	padding-left:5px;
}

.order-button{
	padding-left:12px;
}
.menu > span{
	font-size:18px;
	color: #0039a6;
	text-transform:uppercase;
	padding-left:10px;
	padding-top:10px;
	display:block;
}
.menu > p{
	font-size:12px;
	color:#7d7b7b;
	padding-left:10px;
	margin-bottom:25px;
}
.seperator{
	border-bottom:1px solid #e7e7e7;
	display:block;
	margin-bottom:10px;
	margin-left:13px;
	margin-right:13px;
}
.menu ul{
	list-style:none;
	margin:13px;
	padding-left: 0;
	font-size:12px;
	margin-bottom:20px;
	position:relative;
}

.menu ul .price{
	position: absolute;
	right: 0px;
	top: -20px;
	font-weight:bold;
	font-size:14px;
	color:#454444;
}
.menu ul li{
	overflow:hidden;
	/* UPD-S 1.01 peigq */
	/*padding:5px 0; */
	padding:5px 0;
	/* UPD-E 1.01 peigq */
	border-top: 1px solid #EEE;
	background: none;
}
.menu ul li:nth-child(odd){
	#background-color: whitesmoke;
}
.menu ul li:last-child{
	margin-top:-2px;
}	
.menu ul li:last-child .block{
	padding-bottom:0px;
}		

.menu ul .item-info-container{
	float:left;
	width: calc(100% - 110px);
}
.menu ul p {
	/*width: 365px;*/
	width: calc(100% - 60px);
	font-size:18px;
	font-weight:bold;
}
.menu ul b {
	text-align: right;
	display:inline-block;
	font-weight:600;
	margin-right: 5px;
}

.menu ul strong{
	font-size:1rem;
	display:block;
	/*width: 315px;*/
	width: 100%;
	line-height:12px;
	font-weight:300;
}
.menu ul .strock{
	float:right;
	/*width:300px;*/
	position: absolute;
	margin-left: calc(100% - 100px);
}
.menu ul .block{
	overflow:hidden;
	padding-bottom:10px;
}
.menu ul .block:last-child{
	padding-bottom:3px;
}
.menu ul .block b{
	font-weight:normal;
	float:right;
	margin-right:35px;
}

.menu ul span {
	background:url(../img/category-list.png) 20px 5px no-repeat;
	padding-left:32px;
	/*width:54px;*/
	float:left;
	display:block;
	float:left;
}
	
.menu ul i{
	float:right;
	font-style:normal;
	text-align: right;
	/* UPD-S 1.01 peigq */
	/* width: 80px; */
	width: 100px;
	/* UPD-E 1.01 peigq */
}

.menu ul img{
	margin-left:3px;
	margin-top:-1px;
}

/*===search-result===*/

.change-location{
	overflow:hidden;
	
}
.change-location a{
	text-decoration:underline;
	color:#0039a6;
	font-size:14px;
}
.change-location label{
	margin-left: 14px;
	font-size:14px;
	color:#343333;
}

.styled{
	margin-left:-5px;
	margin-top:-3px;
	width:165px !important;
}
.styled option{
	height:20px;
	padding-top:10px;		
}

.cuisine-types h2{
	font-size:18px;
	font-weight:bold;
	padding-left:11px;
}
.cuisine-types p{
	color:#343434;
	font-size:13px;
	width:178px;
	padding:10px 0 15px 10px;
	
}
.cuisine-types ul{
	list-style:none;
	margin-left:0px;
}
.cuisine-types li{
	height:28px;
	background:#edebeb;
	padding-top:7px;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cuisine-types li:hover{
	background:#e2e2e2;
}
.cuisine-types .types-selected{
	margin-right: 1em;
	background:url(../img/category-icon.png) right no-repeat transparent;
}
.cuisine-types .types-selected:hover{
	background:url(../img/category-icon.png) right center no-repeat #e2e2e2;
}
.cuisine-types a{
	color:#727272;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding-left:12px;
	cursor:pointer;	
}
.cuisine-types a:hover{
	text-decoration:none;
}
.cuisine-types strong{
	color:#b1b1b1;
}

.product-list ul{
	list-style:none;
	padding-left:0px;
}
.product-list li{
	border-bottom:1px solid #dad9d9;
}
.product-list li:last-child{
	border:none;
}

.product-strock{
	margin-top:10px;
	margin-bottom:10px;
	/*margin-left:0px;*/
	padding-top:10px;
	padding-bottom:10px;
}
.product-strock:hover{
	box-shadow: 0px 0px 4px 4px #CCCCCC;
	-webkit-box-shadow: 0px 0px 4px 4px #CCCCCC;
	-moz-box-shadow: 0px 0px 4px 4px #ccc;
}
.product-strock > .span5{
	margin-left:0px;
}

.product-name-list{
	color:#343333;
	font-weight:normal !important;
}
.product-name-list h2 a{
	font-size:22px;
	font-weight:normal !important;
	color:#343333;
}
.product-name-list h2 a:hover{
    color: rgb(201, 18, 26);
	text-decoration:none;
}
.product-name-list p{
	font-size:14px;
	margin-top:-5px;
	padding-bottom:21px;
}

.product-type-list{
	font-size:14px;
	color:white;
}

.product-button-list .user-rating{
	font-size:12px;
	text-align:center;
}
.product-button-list .user-rating a{
	font-size:12px;
}
.product-button-list .rating-star{
	background-position:center;
	margin-top:2px;
	
}


/*========more-about========*/

.soc-net{
	border-top:1px dashed #dbdad5;
	border-bottom:1px dashed #dbdad5;
	margin-top:4px;
	background:#f1f2ea;
	padding:7px 0 7px 11px;
	
}
.soc-net img{
	padding-right:14px;
}
.soc-net a{
	font-size:12px;
	color:#d03437;
	
}

.more-about p{
	padding:10px;
	text-align:justify;
}
.more-about p a{
	font-size:12px;
	color:#0039a6;
	text-decoration:underline;
	display:block;
	padding-top:70px;
}


.helivery-houers ul{
	list-style:none;
	font-size:12px;
	color:#343333;
	padding-top:10px;
	/* ADD-S 1.02 peigq */
	padding-bottom: 10px;
	/* ADD-E 1.02 peigq */
}

.castomer-reviews h2{
	font-size: 18px;
	font-weight: bold;
	line-height:normal;
}

.castomer-reviews i{
	font-size:12px;
	color:#343333;
	margin-bottom:20px;
	display:block;
}

.castomer-reviews .fleft {
	float:left;
}

.pp_content h2{
	color: rgb(201, 18, 26);
	font-size: 18px;
	font-weight: bold;
	line-height:normal;
}

.pp_content i{
	font-size:12px;
	color:#343333;
	margin-bottom:20px;
	display:block;
}
.pp_content .fleft {
	float:left;
}


.castomer-reviews{
	margin-top:15px;
}

.castomer-reviews-stars{
	padding-bottom:5px;
}
.castomer-reviews-stars i{
	font-size:14px;
	color:#343333;
	font-style:normal;
	padding-right:5px;
	display:inline-block;
	/*width:50px;*/
	margin-bottom:0px;
	
}
.castomer-reviews-stars b{
	
	font-size:14px;
	color:#343333;
	margin-left: 27px;
}
.castomer-reviews-stars em{
	font-size:14px;
	color:#343333;
	font-style:normal;
	display:block;
	padding-left:230px;
}


/* DEL-S 1.01 peigq */
/*.starsImagine .rating{
/*	margin-left:26px;
/*}
/* DEL-E 1.01 peigq */
.starsImagine .view-menu{
	margin-left:7px;
}

.your-order .gray-button{
	margin-left:30px;
	margin-bottom:18px;
}

.myfonts h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

.myfonts h3 {
  color: #343333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.myfonts a {
	color: #0039a6;	
}

#notesDummy{
	resize:none;
	height: 8em;
}

.full-order-price-container{
	margin-left: 38px;
	margin-right: 15px;
	margin-bottom:40px;
}
.full-order-price-container .full-order-price-row{
	border-bottom:dotted 1px #dbdbd6;
	padding-left:10px;
	color:#525250;
	padding-bottom:2px;
	padding-top:4px;
	position:relative;
	overflow:hidden;
}
.full-order-price-container .full-order-price-row span{
	float:left;		
}
.full-order-price-container .full-order-price-row .first-element{
	padding-right: 1em;
	width:235px;		
}
.full-order-price-container .full-order-price-row .second-element{
	width:30px;
	text-align:center;		
}
.full-order-price-container .full-order-price-row .third-element{
	width:65px;
	text-align:right;
}
.full-order-price-container .full-order-price-row .delete-button{
	position:absolute;
	top:8px;
	right:5px;
	width:15px;
	height:15px;			
}

.full-order-price-container .full-order-price-row &.final{
	font-weight:600;
}
.full-order-price-container .full-order-price-row &.final.first-element{
	margin-left:-3px;
	margin-right:3px;
}

.gray-button{
	border:solid 1px #afafaf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#555555;
	padding-right:17px;
	padding-left:17px;
	height:30px;
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #d1d1d1 51%, #cecece 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(51%,#d1d1d1), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#d1d1d1 51%,#cecece 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#d1d1d1 51%,#cecece 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#d1d1d1 51%,#cecece 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#d1d1d1 51%,#cecece 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
	text-shadow: 0 1px 0px #FFFFFF;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	line-height:30px;
}
.gray-button:hover{
	text-decoration:none;	
	background: #fbce55; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbce55 0%, #ebaa3d 50%, #d77f21 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbce55), color-stop(50%,#ebaa3d), color-stop(100%,#d77f21)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbce55', endColorstr='#d77f21',GradientType=0 ); /* IE6-9 */
	color: #580606;
	text-shadow: 1px 1px 1px #F0C878;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus{
	box-shadow:none;
}

.order-informaiton td{
	padding:0px;	
}

.your-info h2 {
	font-size:18px;
	line-height:18px;
	margin-bottom:25px;
	margin-left:35px;
	font-weight:600;
}

.your-info .your-info-registration {
	margin-left:40px;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-right:40px;
	overflow:hidden;
}

.your-info .your-info-registration:last-child {
	border-bottom: none;
}

.your-info .your-info-registration:last-child label{
	font-size:11.4px !important;
}

.your-info .your-info-registration h3 {
	color:#464545;
	font-weight:600;
	font-size:14px;
	line-height:14px;
	margin-bottom:15px;
}

.your-info .your-info-registration strong {
	color:#464545;
	font-weight: normal;
	font-size:14px;
	line-height:14px;
	margin-bottom:20px;
	display:block;
}

.your-info .your-info-registration .registration-row {
	overflow: hidden;
}

.your-info .your-info-registration .registration-row label {
	cursor:default;
	float:left;		
	line-height:27px;
	font-size:14px;
	margin-left:4px;
	font-weight:600;
	color:#717070;
}

.your-info .your-info-registration .registration-row input {
	float:right;
	border-radius:0px;
	width:200px;
	border-color:#abadb3;
}

.your-info .your-info-registration .registration-row select {
	float:right;
	border-radius:0px;
	width:200px;
	border-color:#abadb3;
	height:24px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	outline-style:none;
}

.your-info .your-info-registration .registration-row input[type=checkbox] {
	float:left;
	width:auto;
	margin-right:5px;
	margin-left:4px;
	margin-top: 2px;
}

.your-info .your-info-registration .registration-row p {
	float:left;
	width:325px;
	font-size:12px;
	line-height:16px;
	color:#4f4f4f;
}

.your-info .your-info-registration .registration-row p a {
	color:#bf1a14;
}

.your-info .your-info-registration .registration-row p a:hover {
	color:#bf1a14;
}

.your-info .your-info-registration .registration-row p.checkbox-row {
	margin-top:10px;
}

.your-info .your-info-registration .forgot-password {
	float:right;
	width:200px;
	display:block;
	color:#c81f28;
	font-size:10px;
	line-height:10px;
	margin-top:-5px;
	font-weight:600;
	clear:both;
}

.your-info .your-info-registration .forgot-password .yellow-button {
	width:100px;
	clear:both;
	margin-top:20px;
	float:right;
}


.yellow-button{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	border: solid 1px #a0701c;
	padding: 0 15px;
	color: white;
	line-height:35px;
	text-shadow: 1px 1px 0px #f0cd50;
	font-size:18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fbce55; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbce55 0%, #ebaa3d 50%, #d77f21 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbce55), color-stop(50%,#ebaa3d), color-stop(100%,#d77f21)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbce55 0%,#ebaa3d 50%,#d77f21 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbce55', endColorstr='#d77f21',GradientType=0 ); /* IE6-9 */
	display:block;
}
.yellow-button &:hover{
	color:#66330A;
	text-decoration:none;	
}

.namber-rate h4{
	color:#595858;
	font-size:12px;
	border-bottom:1px solid #e5e5e5;
	padding-top:30px;
	padding-bottom:6px;
	margin-bottom:6px;
}
.namber-rate a{
	color:#e51b24 !important;
	font-size:12px;
}

.log-out{
	padding-top:20px;
	text-align:right;
}
.log-out span{
	font-size:20px;
	color:#5d5c5c;
	font-weight:bold;
}
.log-out .logout{
	color:#343333;	
}
.log-out p{
	padding-top:10px;
}
.log-out a{
	color:#343333;	
	font-size:14px;
	font-weight:bold;
}

.your-takeaway{
	padding-left:13px;
	padding-right:15px;
}
.your-takeaway table{
	margin-bottom:27px !important;
}
.your-takeaway th{
	padding:4px 0 4px 0;
}
.your-takeaway td{
	padding:4px 0 4px 0;
}
.your-takeaway p{
	color:#5d5c5c;
	font-size:14px;
	margin-bottom:5px;
}
.your-takeaway tbody tr:nth-child(odd){
  background:rgba(242,242,242,0.5);
}
.your-takeaway thead tr{
	border-bottom:1px solid #ccc;
}

.table-sorter thead tr{
	border-bottom:1px solid #ccc;
}
.table-sorter tbody tr:nth-child(odd){
  background:rgba(242,242,242,0.5);
}

.rate-your-star label{
	font-size:14px;
	color:#5d5c5c;
	font-weight:bold;
}
.rate-your-star textarea{
	width:401px;
	height:117px;
	border:solid 1px #e5e5e5;
	resize:none;
}

.rate-take-container{
	width:245px;
	border:solid 1px #b5b4b4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:45px;
	margin: 20px 0px;
	background-color:#f6e8e8;
}
.rate-take-container strong{
	line-height:45px;
	padding-left:10px;
	padding-right:17px;
	border-right:solid 1px #b5b4b4;
	display:block;
	float:left;
	font-size:16px;
	font-weight:600;
}
.rate-take-container .rating {
  margin-left:10px;
  margin-top: 16px;
}

.order-summery{
	margin:10px;
	padding-bottom:20px;
	border-bottom:1px solid #e4e4e4;
	position:relative;
}
.order-summery h3{
	font-size:16px;
	color:#e51b24;
	font-weight:bold;
	
}
.order-summery td{
	padding:3px 0 3px 0 !important;
}

.order-summery:first-child{
	padding-top:20px;
}
.order-summery:last-child{
	border-bottom:none;
}
.reorder{
	position:absolute;
	top:5px;
	right:165px;
}
.print{
	position:absolute;
	top:5px;
	right:65px;
}
/* Star Rating
=================================================================== */

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 20px;
  display:inline-block;
  margin-top:5px;
}

.rating span.star,
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover,
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999999;
}
.rating span.star.starred:before,
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before,
.rating span.star.rated:before {
  content: "\f005";
  color: #e3cf7a;
}

.helivery-houers LABEL {
	float:left;
	/* UPD-S 1.02 peigq */
	/* width:70px; */
	width: 100px;
	/* UPD-S 1.02 peigq */
	font-size:12px;
}

.smallFont {
	font-size:10px;
}

.w400 {
	width:400px;
}
.w500 {
	width:500px;
}

.restaurant-view .user-rating {
	margin-left:0;
}
.restaurant-view .rating {
	margin-left:15px;
}
.customer-reviews {
	margin-bottom:20px;
	/* ADD-S 1.02 peigq */
	border-top: 1px solid #c9c7c7;
	/* ADD-E 1.02 peigq */
}
.tab-pane TABLE THEAD TR TH,
.order-summery TABLE THEAD TR TH,
.your-takeaway TABLE THEAD TR TH {
	text-decoration:underline;
}
/*.red A {
	color:#E51B24 !important;
	text-decoration:none;
}*/

.error {
	color:#E11A23;
	font-size:8pt;
	padding:5px;
	text-align:center;
	margin-bottom:10px;
	border:1px dotted #E11A23;
}
.text-left {
	text-align:left;
}

.span4.starsImagine {
	width:200px !important;
}
.starsImagine .view-menu,
.restaurant-view .view-menu {
	margin-left:auto !important;
	margin-right:auto !important;
}
.user-rating {
	text-align:center !important;
}
.starsImagine .rating,
.restaurant-view .rating {
	/* DEL-S 1.01 peigq */
	/* display: block !important; */
    /* margin-left:auto !important; */
	/* margin-right:auto !important; */
    /* width: 115px !important; */
	/* DEL-S 1.01 peigq */
}

.final {
	font-weight: bold;
}
