@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, button {
  outline: none;
}

.printer_comment{
  border: 1px solid #bde2be;
  text-align: left;
  background: #daf0db;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 1.8;

}

.printer_comment a{
  background: #dc0000;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
}

.linebreak{
  margin-bottom: 10px;
}
.featherlight.whitebox .featherlight-close-icon{
	color:#000 !important;
}

.general_msg {
    text-align: center;
    padding: 22px;
    font-size: 17px;
}

.general_msg>p:first-of-type {
    font-weight: bold;
}

.general_msg button {
    cursor: pointer;
    border: none;
    padding: 10px 34px;
    background: #000;
    color: #fff;
    margin-top: 20px;
}

.checkout_box.wait {
    position: relative;
}

.checkout_box.wait:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffffb0;
    z-index: 10;
}

.checkout_box.wait:after {
    content: 'Processing...';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    font-weight: bold;
    font-size: 19px;
    transform: translate3d(-50%,-50%,0);
    padding: 7px 20px 10px;
    box-shadow: 0px 0px 10px 0px #d4d4d4;
}


.u-clearfix:before, .u-clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: #535353;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

input, textarea, select, button {
  font-family: inherit;
}

div#driver_info>div {
    padding: 0px 0px 20px;
    width: 50%;
    float: left;
    font-size: 20px;
}

div#driver_info>div b {
    margin-right: 5px;
}

h1#order_no_txt {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #1dd237;
}

h2#order_status_txt {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0px;
    border: 1px solid #f0f0f0;
}

.header {
  min-height: 50px;
  background-color: #000;
}

.header .logo-container {
  position: relative;
  display: block;
  float: left;
  margin: 0 auto;
  padding-top: 14px;
  padding-bottom: 8px;
  text-align: center;
}



.header .logo-container a {
  display: inline-block;
}

.header .logo-container a img {
  height: 54px;
}

.header .logo-container:after {
  clear: both;
  content: ' ';
  display: table;
}

.header .nav-container {
	border: 0;
	max-height: 50px;
	display: block;
	position: relative;
	float: right;
	margin-top: 0;
}

.header .nav-container ul {
	top: 56px;
	margin: 0;
	-webkit-transform: none;
	transform: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header .nav-container ul li {
	display: inline-block;
	list-style: none;
	padding: 17px 0px;
}

.header .nav-container ul li a {
  display: block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color:#fff;
}

li.login {
	margin-left: 28px !important;
    padding: 27px 0px !important;
}
li.login:first-of-type{
	margin-left: 0px !important;
}

.l-container {
  width: 100%;
  max-width: 1004px;
  margin-right: auto;
  margin-left: auto;
}

.l-container:after {
  content: ' ';
  display: table;
  clear: both;
}

.l-container--inner {
  padding-left: 16px;
  padding-right: 16px;
}

.rows_lst {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.rows_lst li {
  display: block;
}

.rows_lst li span {
  display: inline-block;
  float: right;
}

.pbox {
  background: #fff;
  margin: 20px 0px;
  padding: 30px 20px;
}

.user_bk {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
    display: inline-block;
    float: right;
    margin-right: 38px;
}

.user_bk img {
    width: 40px;
    height: 40px;
}

.logout_bk {
    display: inline-block !important;
    color: #fff !important;
    float: right;
}

.logout_bk img {
    width: 40px;
    height: 40px;
}


.pbox.single{
	background:none;
}
.pbox.single .mb{
	margin: 0px auto;
	display: block;
	float: none;
}

.well {
  background-color: #ffffff;
  border: 1px solid #f5f5f6;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.well p {
  margin: 15px 0px;
}

.swiper-viewport {
    margin: 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
}

.swiper-pagination.slideshow.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}

.cradio .radio {
	margin-bottom: 20px;
    position: relative;
}

.cradio .radio .ic {
	width: 100px;
    margin-top: -5px;
}

.cic{
	display: inline-block;
	height: 50px;
	display: inline-block;
}

.noItemsInBasketMessage {
    text-align: center;
    font-weight: bold;
}

.cradio .radio .ic2 {
	width: 82px;
    margin-top: -15px;
}

.cradio [type="radio"]:checked, .cradio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cradio [type="radio"]:checked + label, .cradio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-size: 15px;
}
.cradio [type="radio"]:checked + label:before, .cradio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #d50525;
  border-radius: 100%;
  background: #fff;
}
.cradio [type="radio"]:checked + label:after, .cradio [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #d50525;
	position: absolute;
	top: 4.5px;
	left: 4.5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cradio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cradio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


#content {
	background: #f5f5f5;
}

.content-bg{
	background: url(../image/bg.jpg) #f5f5f5 repeat-y top center !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}

.disable_cart_button{
	filter: grayscale(1);
    opacity: 0.5;
}

.product_description {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 4px 0px;
}

.product_description.active>img {
    width: 120px;
    height: 120px;
    display: inline-block;
    float: left;
}

.product_description.active>div {
    display: inline-block;
    width: 66%;
    width: calc(100% - 120px);
    padding-left: 10px;
    padding-top: 5px;
}

.product_description>div ul {
    display: inline-block;
    width:100%;
	list-style:none;
	padding:0px;
	margin:5px 0px;
}

.product_description>div ul li{
    display: inline-block;
	margin-right:2px;
}

.product_description>div ul li img{
    display: inline-block;
	width:20px;
	height:20px;
}

.schedule {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.schedule>h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}

.schedule>img {
    width:100%;
}


#breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
}

#breadcrumb a {
  text-decoration: none;
  color: #666;
}

#breadcrumb p {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#breadcrumb .item {
  padding-left: 16px;
  background: no-repeat center left;
  background-image: url(//dy3erx8o0a6nh.cloudfront.net/images/icon/right-chevron.svg);
  background-size: 10px 10px;
  margin-right: 10px;
}

#breadcrumb .home {
  background: none;
  padding-left: 0;
}

.c-sticky.c-sticky--categories {
  display: table-cell;
  width: 155px;
}

#restaurant {
  text-rendering: optimizespeed;
  display: table;
  background:#fff;
}

.menuCategoriesLinks {
  list-style: none;
  padding-bottom: 30px;
}

.menuCategoriesLinks li a {
  padding: 10px 0;
  text-decoration: none;
  overflow: hidden;
  display: block;
  font-size: 12px;
  color: #666;
}
.menuCategoriesLinks li a.active {
	color: #d50525;
    font-weight: bold;
}


.menuCategoriesLinks li a:hover {
  text-decoration: underline;
}

#new_orders_alert {
    display: inline-block;
    position: fixed;
	top:0px;
	left:0px;
    z-index: 1000;
    width: 100%;
    background: #5ec738;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 17px 0px;
    font-size: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.64);
	transform: translate3d(0%,-100%,0);
	transition: all .5s ease-out;
}

#new_orders_alert.active{
	transform: translate3d(0%,0%,0);
}

#delete_orders_alert {
    display: inline-block;
    position: fixed;
	top:0px;
	left:0px;
    z-index: 1000;
    width: 100%;
    background: #dc0000;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 17px 0px;
    font-size: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.64);
	transform: translate3d(0%,-100%,0);
	transition: all .5s ease-out;
}
#delete_orders_alert.active{
	transform: translate3d(0%,0%,0);
}

.winner_banner {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.winner_banner>span {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translate3d(-50%,0%,0);
    font-size: 20px;
    margin-left: 15%;
    width: 70%;
    text-align: center;
}

.winner_banner>span:nth-of-type(1) {
    top: 10%;
	display:none;
}

.winner_banner>span:nth-of-type(2) {
    top: 25%;
    font-size: 40px;
}

.winner_banner>span:nth-of-type(3) {
    bottom: 15%;
}

#menuCategories {
  display: inline-block;
  width: 155px;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  vertical-align: top;
  zoom: 1;
}

#menuCategories h2 {
  padding: 20px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.o-card {
  margin-bottom: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #eaeaea;
  box-shadow: 0 0 0 1px #eaeaea;
}

.restaurantParts {
  padding-top: 16px;
  display: table-cell;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 471px;
}

.restaurantParts .o-card {
  margin-left: 8px;
  margin-right: 8px;
}

.restaurantOverview, #menu {
  min-width: 340px;
}

.c-restaurant__tags__menu {
  display: block;
  padding-top: 0px;
  line-height:0px;
}

.c-restaurant__tags__menu .owl-carousel .owl-item img{
	height: 220px;
}

.c-sticky.c-sticky--basket {
  display: table-cell;
  width: 316px;
}

#cag_holder {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    margin-top: -5px;
}

#cag_holder input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -1px;
}


#cag_options {
    display: inline-block;
    width:100%;
	margin-bottom: 45px;
}

#cag_options>div {
    display: inline-block;
    width: 32%;
    height: 101px;
    position: relative;
    margin-bottom: 10px;
}

#cag_options>div img {
    display: inline-block;
    width: 90%;
    height: 70%;
    margin:0px;
}

#cag_box {
    text-align: center;
}

#cag_box h2 {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
}

#cag_options>div:first-of-type img {
    width: 100%;
    margin-top: 0%;
}

.cag_details_holder {
    position: absolute;
    z-index: 3;
    white-space: nowrap;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.cag_details_btn {
    display: inline-block;
	background: #d5d5d5;

    color: #fff;
    border-radius: 5px;
    padding: 7px 11px;
    font-weight: bold;
    cursor: pointer;
}

.cag_details_btn.active{
	background: #d50525;
}

.cag_details_holder ul {
    position: absolute;
    display: inline-block;
    list-style: none;
    top: 35px;
    left: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px #b0b0b0;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    text-align: left;
	display:none;
}

.cag_details_holder.active ul {
    display:block;
}

.cag_details_holder ul li {
    width: 100%;
    padding: 9px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
    font-size: 12px;
}

.cag_details_holder ul li:hover {
    color: #d50525;
}

.cag_details_holder ul:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 9px 8px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    content: '';
    position: absolute;
    top: -9px;
    left: 10px;
}


#alergyLinkContainer {
  display: inline-block;
  position: relative;
  margin: auto 24px;
  text-align: center;
}

#alergyLinkContainer img {
  display: inline-block;
  position: absolute;
  margin-top: 4px;
  top: 0;
}

#alergyLinkContainer a {
  display: inline-block;
  padding: 0 20px;
  max-width: 90%;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color:#000;
}

#cinfobox {
    display: block;
    padding: 0px 20px 0px;
    opacity: 0.7;
    margin-top: 10px;
    min-height: 50px;
}

#cinfobox p {
    display: inline-block;
    width: 38%;
    position: relative;
    padding-left: 53px;
    padding-right: 10px;
	vertical-align: top;
    padding-right: 0px;
	font-size:13px;
}

#cinfobox p img {
    position: absolute;
    left: 0px;
    width: 45px;
    height: 45px;
    top: 0px;
}

#cinfobox p:nth-of-type(2) {
    padding-left: 45px;
}

#cinfobox p:nth-of-type(2) img {
    height: 35px;
}


.basketOrderDetails {
  margin: 20px 8px;
  overflow: hidden;
  padding:15px 0px;
}


.o-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: 0;
  margin: 4px 8px 4px 0;
  cursor: pointer;
}

.o-radio:before {
  content: '';
  position: absolute;
  border: 1px solid #333;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
}

#basket {
  padding-top: 16px;
  display: inline-block;
  width: 314px;
  vertical-align: top;
  text-rendering: auto;
  zoom: 1;
}

#basket h2 {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 24px;
}

#orderTypeSwitcher #menuSwitcher {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding: 0 17px 15px;
}



#orderTypeSwitcher .deliveryOption {
  float: right;
  width: 50%;
}

#orderTypeSwitcher .deliveryOption.single {
  float: none;
  margin: 0px auto;
}

#orderTypeSwitcher .deliveryOption.single .cic {
  height: 85px;
}

#orderTypeSwitcher .deliveryOption:first-child {
  float: left;
}

#orderTypeSwitcher .deliveryOption.selected .o-radio:before {
  border: 1px solid #d50525;
}

#orderTypeSwitcher .deliveryOption.selected .o-radio:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d50525;
  top: 5px;
  left: 5px;
}

#orderTypeSwitcher .deliveryOptionButton {
  position: relative;
  text-align: left;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  padding: 0 0 10px;
  width: 100%;
  text-align: center;
  min-height: 120px;
  background: transparent;
}

#orderTypeSwitcher .deliveryOptionButton .deliveryOptionTypeLabel {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 6px 0px;
}

#orderTypeSwitcher .deliveryOptionButton .deliveryOptionTypeLabel .o-radio {
  margin-right: 2px;
}

#orderTypeSwitcher .deliveryOptionButton .estimateTimeLabel {
  font-size: 14px;
  display: block;
  line-height: 1;
}

#orderTypeSwitcher .deliveryOptionButton b {
	font-size: 12px;
    display: inline-block;
    line-height: 1;
    background: #000;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin: 10px 0px;
}

#orderTypeSwitcher #menuSwitcherAlert {
  clear: both;
  padding: 0 2px;
  margin-top:20px;
}

#orderTypeSwitcher #menuSwitcherAlertMessage {
  font-size: 14px;
  margin: 0 16px 16px;
  padding: 10px 0;
  text-align: center;
}

#menuSwitcherAlertMessage {
    text-align: center;
    padding: 43px 0px 20px;
    font-size: 20px;
    background: #fff;
}



#orderTypeSwitcher #menuSwitcherAlertMessage input.aLink {
  font-size: 14px;
}

#basket .noItemsInBasketMessage {
  font-size: 14px;
  padding-bottom: 16px;
  padding-top: 16px;
}

#basket .basketItems {
  border-top: 1px solid #dfdfdf;
  list-style: none;
}

#basket .basketItem {
  position: relative;
  margin-bottom: 16px;
  margin-top: 16px;
}

#basket .basketItemDescription {
  display: block;
  margin-left: 25px;
  padding-right: 40px;
  padding-bottom: 2px;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  font-family: inherit;
  font-weight: 300;
}

#basket h3.basketItemDescription {
    padding-right: 121px;
}

#basket .basketItemQuantity {
  font-weight: bold;
}

#basket .basketItemPrice {
  position: absolute;
  right: 0;
  top: 0;
}

#basket .basketItemAdditions {
  list-style: none;
}

#basket .removeBasketItemButton {
	position: absolute;
    left: 0;
    top: 2px;
    text-align: left;
    padding: 5px 5px 5px 0;
    cursor: pointer;
    background-color: #fff !important;
    border: 2px solid #d50525;
    color: #fff;
    border-radius: 50%;
}

.mngBasketItem {
    position: absolute;
    top: 0px;
    right: 48px;
    border: 1px solid #dfdfdf;
}

.mngBasketItem button {
    background: transparent;
    border: none;
    width: 16px;
    font-weight: bold;
    font-size: 20px;
    line-height: 0px;
    color: #dc0000;
    font-family: monospace;
    cursor: pointer;
	height:20px;
}

.mngBasketItem span {
    display: inline-block;
    width: 30px;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

#basket .basketSubTotal {
  padding-top: 10px;
}

#basket .total {
  float: right;
}

#basket .basketSubTotal, #basket .basketMultiBuyDiscount, #basket .basketRestaurantDiscount, #basket .basketDeliveryFee {
  font-size: 14px;
  padding-bottom: 5px;
}

#basket h2, #basket .noItemsInBasketMessage, #basket .basketItems, #basket .basketRestaurantDiscount, #basket .basketMultiBuyDiscount, #basket .basketSubTotal, #basket .basketDeliveryFee, #basket .basketTotal {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
}

#orderTypeSwitcher .deliveryOptionButton .deliveryOptionTypeLabel>span {
    display: block;
    padding: 7px 0px 0px;
	font-weight:bold;
}

#orderTypeSwitcher .deliveryOptionButton .deliveryOptionTypeLabel .o-radio {
    display: none;
}

.cic.v2 {
    height: 24px;
}

.deliveryOption.selected {
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.46);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.46);
	border:1px solid #d1d1d1;
}

.deliveryOption.selected .deliveryOptionTypeLabel>span {
    color: #dc0000;
}

#menuSwitcherAlert:after, #footerInner:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

#view_cart_container {
    display: none;
    width: 100%;
    padding: 0px 15px 15px;
    box-sizing: border-box;

}

#view_cart_btn {
    background: #000;
    border: 0px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
	text-align:center;
}
#view_cart_btn:hover{
    background: #494949;
}

#view_cart_btn img {
    width: 40px;
    height: 40px;
	float:left;
}

#view_cart_btn span:first-of-type {
    margin-left: 8px;
	float:left;
}
#view_cart_btn span:last-of-type {
    float:right;
}

.sht_day {
	display: inline-block;
	margin-top: 10px;
	position: relative;
}

.sht_day span {
	display: inline-block;
	background: #dc0000;
	color: #fff;
	padding: 7px 32px 10px 20px;
	border-radius: 4px;
	cursor: pointer;
}

.sht_day span:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	right: 12px;
	top: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}


.sht_day span + div {
	display: none;
	position: absolute;
	left: 0px;
	top: 38px;
	min-width: 120px;
	background: #fff;
	box-shadow: 0px 0px 10px #c8c8c8;
	border-radius: 4px;
	padding: 0px 5px;
}
.sht_day span + div.active {
	display: block;
}

.shipping_time_container {
	display: block;
}

.shipping_time_container * {
	box-sizing: border-box;
}

.sht_day span + div > div {
	padding: 7px;
	cursor: pointer;
}

.sht_day span + div > div:hover {
	color: #dc0000;
}

.shipping_time_container > div {
	display: inline-block;
}

.sht_time select {
	padding: 8px;
	border-radius: 4px;
	margin-left: 10px;
	vertical-align: middle;
}

.aLink {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
  color: #d50525;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.warning {
  background-color: #f7e1a8;
  color: #333;
}

.checkoutButton {
  background-color: #d50525;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  border: none;
  padding: 9px 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  outline: 0;

  text-align: center;
}
.checkoutButton:hover , .checkoutButton:focus{
	color: #fff;
    background: #ff3756;
	text-decoration: none;
}

.checkoutButton.disabled {
  background-color: #ddd;
  color: #535353;
  opacity: 1;
  cursor: default !important;
}

.checkoutForm {
  padding: 0 10px;
  margin-bottom: 20px;
}

.menuDescription {
  clear: both;
  padding: 16px;
  margin: 0;
  font-size: 14px;
  word-break: break-word;
}

.menuDescription * {
  font-size: 14px;
}

.menuDescription p {
  margin: 0 0 8px;
  padding: 0;
  background-color: #fff;
  color: #333;
}

#menu {
  line-height: 1.34;
}

#menu .allergyLinkContainer {
  padding: 10px;
  text-align: center;
}

#menu .allergyLinkContainer a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

#menu .menuHeading {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#menu #cat0.category {
  border-top: none;
}

#menu .categoryName {
  padding: 16px;
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color:#d50525;
}

#menu .categoryName:after {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  right: 20px;
  height: 10px;
  width: 21px;
  background-image: url(//dy3erx8o0a6nh.cloudfront.net/images/menu-category-collapse--retina.png);
  background-size: contain;
}

#menu .categoryDescription {
  font-size: 14px;
  padding: 0 16px 16px;
  clear: left;
}

#menu .products {
  clear: both;
  overflow: hidden;
  padding: 0 16px;
}

#menu .product {
  border-bottom: 1px dashed #dadada;
  float: left;
  width: 100%;
  display: block;
  padding: 0px 0 16px;
  position: relative;
  overflow: hidden;
}

#menu .product h4 {
  margin: 2px 0 4px;
  font-size: 14px;
  font-weight: bold;
}

#menu .product .information {
  float: left;
  width: 65%;
  padding-top: 6px;
}

#menu .product .information p {
  font-size: 14px;
}

#menu .product .orderDetail {
  float: right;
  display: block;
  min-width: 110px;
  height: 34px;
}

#menu .product .orderDetail .actions {
  float: right;
  width: 28px;
  height: 28px;
  position: relative;
}

#menu .product .orderDetail .addButton {
  border: 2px solid #d50525;
  position: relative;
}
#menu .product.withSynonyms .details .synonymName+h6 {
    margin-bottom: 20px;
}

#menu .product .orderDetail .addButton:before , #menu .product .orderDetail .addButton:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 11px;
    background: #d50525;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
#menu .product .orderDetail .addButton:after{
    transform: translate3d(-50%,-50%,0) rotate(90deg);
}
#menu .product .orderDetail .addButton[disabled] {
    border: 2px solid #ccc;
}

#menu .product .orderDetail .addButton[disabled]:before, #menu .product .orderDetail .addButton[disabled]:after {
    background: #ccc;
}

.prodinfo {
    font-size: 12px;
    font-weight: bold;
    color: #fd4b4b;
    margin: 10px 0px;
    display: inline-block;
    text-align: right;
    float: right;
	width: 50%;
}

.pop_checkbox {
    padding-left: 10px;
    border-bottom: 1px solid #cacaca;
    min-height: 44px;
    display: inline-block;
    position: relative;
    padding: 11px 30px 12px 50px;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    color: #666;
    width: 100%;
}

.pop_checkbox input[type=checkbox] {
    position: absolute;
    margin: 0px;
    left: 18px;
    top: 12px;
    width: 20px;
    height: 20px;
}

#productPopup [type="radio"]:checked + label, #productPopup [type="radio"]:not(:checked) + label{
	color:#000 !important;
}

.pop_checkbox label {
    padding: 0px;
    font-size: 16px;
    width: 100%;
	color:#000;
}

.slideOption .control-label{
	background:#000 !important;
	color:#fff !important;
}
.pop_checkbox label span {
    float:right;
}

#menu .product .orderDetail .price {
  font-size: 14px;
  font-weight: bold;
}

#menu .product .orderDetail .price {
  display: inline-block;
  margin-top: 4px;
  width: 60px;
  padding-right: 5%;
  text-align: right;
}

#menu .product.withSynonyms .orderDetail {
  margin-top: -2px;
}

#menu .product.withSynonyms .information {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-right: 0%;
  width: 100%;
}

#menu .product.withSynonyms .details {
  position: relative;
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 30px;
}

#menu .product.withSynonyms .details h5 {
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

#menu .product.withSynonyms .details h5.synonymNameOption {
	font-size: 15px;
}

#menu .product.withSynonyms .details .synonymName {
  display: block;
  top: 5px;
  left: 0;
  width: auto;
  margin-right: 100px;
  padding-bottom: 0px;
  line-height: 1.24;
  font-size:17px;
}

span.more_info {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    float: left;
    line-height: 1.4;
    margin: 10px 0px;
	cursor:pointer;
}

#menu .product.withSynonyms .details i.info{
    display: inline-block;
    background: #424242;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
    position: relative;
}

#menu .product.withSynonyms .details i.info:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #424242 transparent transparent transparent;
    line-height: 0px;
    _border-color: #424242 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: -4px;
    left: 5px;
}

#menu .category, #basket .basketSubTotal, #mobileFixedBasket {
  border-top: 1px solid #dfdfdf;
}

.restaurantOverview {
  position: relative;
}

.restaurantOverview .cuisines, .restaurantOverview .address, .restaurantOverview .delivery, .restaurantOverview .closed {
  margin-top: 7px;
  font-size: 12px;
  color: #666;
}

.restaurantOverview .cuisines {
  font-weight: bold;
}

.restaurantOverview .closed {
  color: #cd390c;
}

.restaurantOverview .logo {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	padding: 20px;
	top: 40px;
}

.restaurantOverview .logo img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.restaurantOverview .details {
  margin-left: 120px;
  padding: 16px;
}

.restaurantOverview h1 {
  font-size: 22px;
  color: #535353;
  font-weight: bold;
}

.restaurantOverview h1 a , .restaurantOverview h1 a:hover {
  color: #535353;
}

.restaurantOverview .ratings {
  margin-top: 3px;
}

.restaurantOverview .ratings a {
  vertical-align: middle;
  text-decoration: none;
  font-size: 12px;
  padding-left: 5px;
  color: #666;
}

.restaurantOverview .navigation ul {
  list-style: none;
  margin: 7px auto 0 auto;
  width: 318px;
}

.restaurantOverview .navigation ul li {
	display: block;
	float: left;
	padding: 0px;
	font-size: 16px;
	width: 106px;
	text-align: center;
	margin: 0;
	box-sizing: border-box;
}

.restaurantOverview .navigation ul li a {
	text-decoration: none;
	color: #666;
	display: inline-block;
	padding-top: 6px;
}

.navigation {
    border-bottom: 1px solid #f3f3f3;
}

.restaurantOverview .navigation ul li a:hover, .restaurantOverview .navigation ul li a:focus, .restaurantOverview .navigation ul li a:active, .restaurantOverview .navigation ul li a.currentPage {
	border-top: solid 2px #d50525;
	padding-bottom: 8px;
	font-weight: 500;
	font-size: 18px;
	box-sizing: border-box;
	display: inline-block;
	padding-top: 3px;
}

.restaurantOverview .navigation ul li a.currentPage {
  font-weight: bold;
}

.addButton, .removeButton {
  width: 26px;
  height: 26px;
  padding: 0;
  text-align: center;
  line-height: 26px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  outline: 0;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid #707070;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
}

.removeButton {
	color: #fff;
	width: 20px;
	height: 20px;
}
.removeButton:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 2px;
    top: 7px;
    left: 3px;
    background: #d50525;
}

#basket h2, #basket .noItemsInBasketMessage, #basket .basketItems, #basket .basketRestaurantDiscount, #basket .basketMultiBuyDiscount, #basket .basketSubTotal, #basket .basketDeliveryFee, #basket .basketTotal {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
}

.c-footer {
  padding: 20px 0 70px;
  background-color: #eaeaea;
}

.c-footer:after {
  content: ' ';
  display: table;
  clear: both;
}

.c-footer .l-col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  width: 100%;
}

.c-footer .l-col h2 {
  position: relative;
  height: 32px;
  padding: 16px 16px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
}

.c-footer .l-col ul {
  list-style: none;
  max-height: 500px;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  overflow: hidden;
}

.c-footer .l-col ul li a {
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 16px 16px 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.l-row {
  margin-left: -16px;
}

.l-row:after {
  content: ' ';
  display: table;
  clear: both;
}

.l-row.c-footer__bottom-row {
  margin-top: 16px;
  border-top: 1px solid #cacaca;
  position: relative;
  margin-left: 0;
}

.btn {
  display: block;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #d50525 !important;
  color: #fff;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}

.restaurantReviewsHeader {
  padding: 20px 20px 10px;
}

.restaurantReviews ul, .restaurantDeliveryAreas ul {
  list-style: none;
}

.restaurantRatings li div.date {
  float: right;
  margin-right: 20px;
  color: #999;
}

.restaurantRatings li div.name {
  font-weight: 500;
  margin-left: 20px;
}

.restaurantRatings li div.rating {
  margin-left: 20px;
  margin-top: 5px;
}

.restaurantRatings li div.comments {
  margin: 10px 20px 20px;
}

.reviewsPagePaging {
  font-size: 14px;
  font-size: .85rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.c-reviewsSummary {
  display: block;
  margin: 0 8px 16px;
  background-color: #fff;
  font-size: 14px;
}

.c-reviewsSummary__header h2 {
  padding: 16px 16px 8px;
  text-align: center;
  color: #333;
  font-size: 26px;
  font-weight: 300;
}

.c-rating, .u-columns, .c-ratingMessage {
  text-align: center;
}

.c-rating__stars {
  color: #333;
  font-size: 26px;
}

.c-rating img {
  vertical-align: bottom;
}

.u-columns {
  color: #333;
  padding: 16px 0;
  border-bottom: 1px solid #dfdfdf;
  word-wrap: break-word;
}

.u-clumns__3-column-left {
  float: left;
  width: 33%;
}

.u-clumns__3-column-center {
  display: inline-block;
  width: 33%;
}

.u-clumns__3-column-right {
  float: right;
  width: 33%;
}

.c-ratingMessage {
  padding: 16px 0;
  color: #757575;
}

.restaurantRatings li {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  word-wrap: break-word;
}

#map {
	width: 100% !important;
	height: 300px !important;
}

.restaurantOverview h2, .restaurantMap h2, .restaurantDescription h2, .restaurantOpeningHours h2, .restaurantDeliveryAreas h2 {
  margin-bottom: 20px;
}

.restaurantMap h2, .restaurantReviews h2, .restaurantDescription h2, .restaurantOpeningHours h2, .restaurantDeliveryAreas h2, .restaurantHygiene h2 {
  font-size: 18px;
}

.restaurantDescription p, .restaurantReviews ul li, .restaurantComments p, .moreRatings p, .restaurantDeliveryAreas ul li, .restaurantOpeningHours table tr td {
  font-size: 14px;
}

.o-card__wrapper, .o-card--padding {
  padding: 16px;
}

.restaurantReviews .moreRatings {
  padding: 10px 20px 20px;
  text-align: right;
  font-weight: bold;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.loader {
  position: absolute;
  top: 3px;
  left: -24px;
  border-top: 4px solid rgba(86, 86, 86, 0.2);
  border-right: 4px solid rgba(64, 64, 64, 0.2);
  border-bottom: 4px solid rgba(45, 45, 45, 0.2);
  border-left: 4px solid #d50525;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#gn_popup {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
}

#gn_popup input{
	display: inline-block;
	width: 100%;
	padding: 10px;
}

#result_lst {
    margin: 0px;
    list-style: none;
    z-index: 100;
    background: #fff;
    text-align: left;
    min-width: 200px;
    position: fixed;
    max-height: 200px;
    overflow: auto;
    box-shadow: 0px 6px 10px 0px #000;
}

#result_lst.active {
	border: 1px solid #f5f5f5;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.61);
}

#result_lst>li {
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

#result_lst>li:hover {
    font-weight: bold;
}
.popup_feedback {
    display: none;
    color: #dc0000;
    margin: 0px 0px 0px;
    position: relative;
}
.popup_feedback.active {
    display: inline-block;
}

#submit_postcode {

    display: inline-block;
    padding: 4px 29px 6px;
    background: #3882f8;
    border: none;
    color: #fff;

}

#gn_popup h1 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

#gn_popup a {
  display: inline-block;
  background: #23527c;
  color: #fff;
  padding: 10px 30px;
  margin: 0px 20px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #b5b5b5;
}

#gn_popup > div:nth-of-type(2) p:first-of-type {
  padding: 20px 20px 0px;
}
/*
#gn_popup > div:nth-of-type(2) span:first-of-type {
	padding: 10px 0px 0px;
	display: inline-block;
}
*/
.innerpage {
    background: #fff;
    margin: 20px 0px;
    padding: 20px 5px;
}

.innerblock>div {
    border: 1px solid #ccc;
    padding: 20px;
}

.innerblock .table{
	margin-top: 20px;
}


#account-order {
    max-width: 700px;
}
.order_confirm_box h2 {
    vertical-align: top;
    color: #dc0000;
    font-size: 40px;
    padding-left: 20px;
}

.order_confirm_box h3 {
    vertical-align: top;
    font-size: 20px;
    padding-left: 20px;
}

.order_confirm_box h4 {
    vertical-align: top;
    font-size: 15px;
    padding-left: 20px;
}

.order_confirm_box>div {
    position: absolute;
    left: 20px;
}



#back_btn {
    display: inline-block;
    float: left;
    width: 111px;
    height: 56px;
    border: none;
    background: transparent;
    position: relative;
    color: #fff;
    font-size: 16px;
}

#back_btn:before , #back_btn:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #ccc;
    top: 14px;
    left: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#back_btn:before{

}
#back_btn:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 25px;
}


.btn-default:hover {
    color: #fff;
    background-color: #a10606;
    border-color: #adadad;
}


ul.inner_list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

ul.inner_list li a {
    display: inline-block;
    width: 100%;
    background: #d50525;
    color: #fff;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #a33232;
}

ul.inner_list li a:hover {
    background: #c20522;
    color: #fff;
}

.order_details_address{
	display:inline-block;
	width:100%;
}
.order_type_info{
	display:inline-block;
	width:50%;
	float:left;
}

#branch_info_box {
    text-align: right;
	width:50%;
	float:right;
}

#branch_info_box img {
    position: relative;
    width: 100px;
	margin-bottom:10px;
}

#branch_info_box h1 {
    font-size: 16px;
    font-weight: bold;
}

#branch_info_box h2 {
    font-size: 16px;
}

.order_confirm_box {
    padding-left: 100px;
    padding-bottom: 21px;
}

.sk-fading-circle {
	margin: 0px;
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
}

.green_txt{
	color:#6ac259;
}

.red_txt{
	color:#f05228;
}

.sk-fading-circle .tick{
	width: 100%;
    height: 100%;
	background:url(../image/tick.svg) no-repeat top center;
	background-size : 100% 100%;
}

.sk-fading-circle .cancel{
	width: 100%;
    height: 100%;
	background:url(../image/cancel.svg) no-repeat top center;
	background-size : 100% 100%;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #dc0000;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

#fbimage>img {
    width: 100%;
}

#share_btn {
    color: #fff;
    padding: 4px 20px;
    float: right;
    border-radius: 4px;
    cursor: pointer;
    background: url(../image/fshare_btn.png) center center no-repeat #fff;
    display: inline-block;
    background-size: contain;
    width: 83px;
    height: 30px;
    float: right;
}

.fb-like:after {
    background: url('../image/flike_btn.png') center center no-repeat #fff;
    content: '';
    top: 0px;
    left: 0px;
    width: 93px;
    height: 30px;
    z-index: 2;
    display: inline-block;
    position: absolute;
    background-size: contain;
    pointer-events: none;
}

.fb-like {
    width: 83px;
	height:28px;
    padding: 0px !important;
    float: right;
    vertical-align: middle;
}

div#facebox {
    padding: 20px 10px 20px;
}

#facebox>img {
    width: 120px;
    float: right;
    margin-right: 10px;
}

#facebox b {
    font-size: 20px;
}



#gn_popup.postpop {
    padding: 0px 0px 20px;
}
#gn_popup.postpop h1{
    background:#000;
    color:#fff;
    padding:15px 0px 15px;
	font-size: 20px;
}

#gn_popup.postpop #submit_postcode{
    background:#d50525;
	margin-top:10px;
}

#gn_popup.postpop #submit_postcode:disabled{
    background:#c7c7c7;
}

#social_links {
    display: inline-block;
    float: right;
    font-weight:bold;
    padding-top: 10px;
}

#social_links a{
    display:inline-block;
    width:30px;
    height:30px;
    vertical-align:middle;
    margin-left:10px;
}

#social_links a svg{
    display:inline-block;
    width:100%;
    height:100%;
}

#copyright_txt{
    display: inline-block;
    padding: 12px 0px 0px 0px;
}

.gift_discount{
	display:none !important;
}

.ml10{
	margin-left:10px;
}

#product_details {
    display: inline-block;
    width: 100%;

}

.featherlight.blackbox .featherlight-close-icon{
	width: 29px;
}

#product_details>h1 {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    background: #000;
    color: #fff;
    padding: 8px 10px 13px;
}

#product_details>div {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}

#product_details>div>ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px;
}

#product_details>div>ul li {
    display: inline-block;
    margin-right: 4px;
}

#product_details_imgs {
    display: inline-block;
    width: 100%;
}

#product_details_imgs img {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}



.footer-imgs-list {
    width: 50% !important;
    float: right;
}

.footer-imgs-list p {
    display: inline-block;
    width: 58%;
    float: right;
    padding: 0px 4px;
}

.footer-imgs-list p img {
}

.footer-imgs-list p:first-of-type {
    width: 100%;
    text-align: right;
}

.footer-imgs-list p:first-of-type img {
    width: 268px;
}

.footer-imgs-list p:nth-of-type(2) img {
    width: 155px;
    margin-bottom: 10px;
}

.footer-imgs-list p:nth-of-type(3) img {
    width: 105px;
    margin-bottom: 4px;
}

.footer-imgs-list p:nth-of-type(2) {
}

.footer-imgs-list p:nth-of-type(3) {
    width: 40%;
}

.footer-imgs-list>div {
    width: 67%;
    width: calc(100% - 180px);
    float: right;
}

#choose_message , #choose_message2 {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
    padding: 20px;
    text-align: center;
    background: #d50827;
    color: #fff;
    position: relative;
    box-shadow:0px 10px 10px rgba(0, 0, 0, 0.17);
}

#gotit_btn{
	display: inline-block;
    float: right;
    box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.24);
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
    background: #fff;
    color: #d50827;
    font-weight: bold;
}


#choose_message:before , #choose_message2:before{
    content:'';
    position:absolute;
    top:-10px;
    left:50%;
    background:#d50827;
    width:20px;
    height:20px;
    transform:rotate(-45deg) translate3d(-50%,0%,0);

}

.check-icon {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%;
	box-sizing: content-box;
	border: 4px solid #4caf50;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}
.check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.check-icon::before, .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}
.check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, .5);
}
.check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #fff;
}

a#branches_link {
    color: #fff;
    position: relative;
    line-height: 2;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 14px;
    margin-left: 20px;
    font-size: 16px;
}


@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


.f-modal-icon {
	border-radius: 50%;
	border: 4px solid gray;
	box-sizing: content-box;
	height: 80px;
	padding: 0;
	position: relative;
	width: 80px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}
.f-modal-icon.f-modal-error {
  border-color: #a5dc86;
}
.f-modal-icon.f-modal-error:after, .f-modal-icon.f-modal-error:before {
  background: #fff;
  content: '';
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.f-modal-icon.f-modal-error:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.f-modal-icon.f-modal-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
}
.f-modal-icon.f-modal-error .f-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, .2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.f-modal-icon.f-modal-error .f-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.f-modal-icon.f-modal-error .f-modal-line {
  background-color: #a5dc86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
.f-modal-icon.f-modal-error {
  border-color: #f27474;
}
.f-modal-icon.f-modal-error .f-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.f-modal-icon.f-modal-error .f-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, .2);
}
.f-modal-icon.f-modal-error .f-modal-line {
  background-color: #f27474;
  top: 37px;
  width: 47px;
}
.f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
  left: 17px;
  transform: rotate(45deg);
}
.f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
  right: 16px;
  transform: rotate(-45deg);
}
.f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}
.f-modal-icon.f-modal-success.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}
.f-modal-icon.f-modal-error.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
.animateXLeft {
  animation: animateXLeft 0.75s;
}
.animateXRight {
  animation: animateXRight 0.75s;
}


.exp_box{
	display: inline-block;
    width: 100%;
    background: #f4f4f4;
    padding: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
	margin-bottom:15px;
}
.exp_box>span {
    display: inline-block;
    margin-right: 20px;
}
.exp_msg{
	margin-top: 12px;
}

@keyframes rotatePlaceholder {
	0%,5% {
		transform: rotate(-45deg);
	}

	100%,12% {
		transform: rotate(-405deg);
	}
}

@keyframes animateErrorIcon {
	0% {
		transform: rotateX(100deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes animateXLeft {
	0%,
	65% {
		left: 82px;
		top: 95px;
		width: 0;
	}

	84% {
		left: 14px;
		top: 33px;
		width: 47px;
	}

	100% {
		left: 17px;
		top: 37px;
		width: 47px;
	}
}

@keyframes animateXRight {
	0%,
	65% {
		right: 82px;
		top: 95px;
		width: 0;
	}

	84% {
		right: 14px;
		top: 33px;
		width: 47px;
	}

	100% {
		right: 16px;
		top: 37px;
		width: 47px;
	}
}




@media screen and (min-width: 768px) {
  .l-container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .header .logo-container {
    float: left;
    width: 124px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .header .nav-container {
    display: block;
    position: relative;
    float: right;
    margin-top: 0;
  }
  .header .nav-container ul {
    position: relative;
    top: 0;
    padding: 0;
    border-top: none;
  }
  .header .nav-container ul li {
    display: inline-block;
    float: left;
    min-width: auto;
    margin-left: 0;
    padding: 17px 0px;
    border-top: none;
  }

  .header .nav-container ul li a {
    padding: 0;
    color: #fff;
    font-weight: 500;
  }
  .c-sticky {
    display: table-cell;
    width: auto;
    height: 100%;
    position: relative;
    vertical-align: top;
  }
  .c-sticky .sticky {
    margin-top: 0;
    position: static;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
  .o-card {
    border-radius: 2px;
  }
  .c-footer {
    padding: 40px 0 140px;
  }
  .c-footer .l-col {
    padding-left: 16px;
    width: 25%;
  }
  .c-footer .l-col h2 {
    padding: 0;
    border-bottom: 1px solid #cacaca;
    cursor: default;
  }
  .c-footer .l-col ul {
    height: auto;
    display: inline-block;
    float: left;
    max-height: 500px;
  }
  .c-footer .l-col ul li a {
    padding: 8px 0;
    height: 12px;
  }
}

@media screen and (max-width: 960px) {
    #menuCategories {

    }

    .restaurantParts {
        width: 60%
    }


    #basket {
        width: auto
    }

    .c-sticky.c-sticky--basket {
        position: fixed;
		width: 100%;
		bottom: 0px;
		left: 0px;
		background: #fff;
		box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.12);
		z-index: 100;
		height: auto;
		overflow:auto;

    }

	.c-sticky.c-sticky--basket #printer_cart {
		display:none;
	}

	.c-sticky.c-sticky--basket.active{
		height: 90%;
		height: calc(100% - 56px);
	}
	.c-sticky.c-sticky--basket.active #printer_cart{
		display:block;
		height: 90%;
		height: calc(100% - 77px);
		overflow: auto;
	}

	#basket {
		width: 100%;
	}

	.c-sticky.c-sticky--categories{
		width: 225px;
		padding-left: 20px;
	}

	#view_cart_container{
		display:block;
	}
}

@media screen and (max-width: 640px) {
    .restaurantParts {
        width:100%
    }



	#restaurant{
		display:block;
	}

	.c-sticky.c-sticky--basket{
		display: block;
		width: 100%;
	}

	.header .nav-container ul{
		top: 11px;
		right: 0px;
		border: none;
	}
	.header .nav-container ul li{
		display: inline-block;
		border: none;
		margin-left: 6px;
	}

	.header .logo-container{
		text-align:left;
	}

	.user_bk{
		margin-right: 15px;
	}

	.user_bk span{
		display:none;
	}

	li.login{
		margin-left:15px !important;
	}

}

@media screen and (max-width: 560px){
	#container{
		padding-top: 55px;
	}
	.header{
		position: fixed;
		width: 100%;
		z-index: 200;
		top: 0px;
		left: 0px;
		height: 55px;
	}
	li.login{
		padding:0px 0px !important;
	}
	.c-sticky.c-sticky--categories{
		position: relative;
		width: 100% !important;
		display: inline-block;
	}
	.restaurantParts{
		display:none;
	}
	.menuCategoriesLinks {
		width: 100%;
	}

	#menuCategories > h2{
		display:none;
	}

	#menuCategories {
		width: 100%;
	}

	.menuCategoriesLinks li a {
		font-size: 15px;
		border-bottom: 1px solid #ccc;
		padding: 11px 0px;
		position: relative;
		color: #bd000c;
		font-weight: bold;
	}

	.c-sticky.c-sticky--categories {
		padding-right: 20px;
	}

	.menuCategoriesLinks li a:before , .menuCategoriesLinks li a:after {
		content: '';
		position: absolute;
		width: 1px;
		height: 20px;
		background: #ccc;
		top: 10px;
		right: 0px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.menuCategoriesLinks li a:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.menuCategoriesLinks li a:hover {
		text-decoration: none;
		color: #000;
	}
	.menuCategoriesLinks li a:hover:before , .menuCategoriesLinks li a:hover:after{
		background: #000;
	}

	.order_confirm_box>div {
		transform: scale(0.4);
		transform-origin: 0% 0%;
	}

	.order_confirm_box {
		padding-left: 40px;
	}

	.order_confirm_box h2 {
		font-size: 22px;
	}

	.order_confirm_box h3 {
		font-size: 15px;
		line-height: 1.5;
	}
	.innerblock>div {
		margin-bottom: 15px;
	}

	.innerblock .table-responsive{
		border:none;
	}

	.navigation {
		position: absolute;
		width: 100%;
		bottom: 8px;
		left: 0px;
		border-bottom: none;
		border-top: 1px solid #f3f3f3;
	}

	.restaurantOverview {
		padding-bottom: 47px;
	}

	.restaurantParts .o-card {
		min-height: 240px;
	}

	.restaurantOverview .logo {
		top: 0px;
	}



	.restaurantOverview .navigation ul li {
		width: 33%;
	}

	.restaurantOverview .navigation ul li a {
		background: #eaeaea;
		padding: 5px 20px;
		width: 100px;
		border-radius: 4px;
	}
	.order_type_info{
		width:100%;
	}
	#branch_info_box {
		position: relative;
		text-align: left;
		top: auto;
		right: auto;
		margin-top: 20px;
		width:100%;
	}

	.header .logo-container a img {
		display: none;
	}

	.header.in .logo-container a img {
		display: inline-block;
		height: 35px;
		margin-top: -4px;
	}

	.header .nav-container ul li a {
		line-height: 55px;
	}

	.c-restaurant__tags__menu.is_stuck {
		background: #fff;
		z-index: 2;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
		border-bottom: 1px solid #ccc;
	}

	.header.in .logo-container a {
		position: relative;
		padding-left: 20px;
	}

	.header.in .logo-container a:before , .header.in .logo-container a:after {
		content: '';
		position: absolute;
		width: 2px;
		height: 15px;
		background: #fff;
		left: 4px;
	}

	.header.in .logo-container a:before {
		transform:rotate(45deg);
		top: 3px;
	}
	.header.in .logo-container a:after {
		transform:rotate(-45deg);
		top: 12px;
	}
	#cinfobox p {
		width: 50%;
		font-size:12px;
	}
	#cinfobox p:nth-of-type(2) {
		width: 48%;
		padding-right: 0px;
		max-width: 134px;
	}

	#facebox b {
		display: block;
		margin-bottom: 5px;
	}

	div#facebox {
		padding: 0px;
		height: 76px;
		text-align: center;
	}

	#facebox>img {
		display: none;
	}

	.fb-like {
		float: none;
	}

	#share_btn {
		float: none;
		vertical-align: top;
	}
	.ml10{
		margin-left:5px;
	}
	.btn.b2 {
		padding: 8px;
		font-size: 12px;
	}

	.product_description.active>img {
		width: 80px;
		height: 80px;
	}
	.product_description.active>div {
		width: 66%;
		width: calc(100% - 80px);
	}

	#restaurant #orderTypeSwitcher #menuSwitcher {
	  padding: 0 0px 5px;
	}

	#restaurant #orderTypeSwitcher #menuSwitcherAlertMessage {
	  margin: 0 0px 16px;
	  padding: 10px 0;
	}

	.basketOrderDetails {
		padding: 0px;
		/*display:none;*/
	}

	.basketOrderDetails #orderTypeSwitcher{
		display:none;
	}

	.restaurantOverview .details {
		padding: 7px 0px 0px;
		margin-left: 81px;
	}

	.restaurantOverview h1 {
		font-size: 18px;
	}

	.restaurantOverview .ratings {
		margin: 0px;
	}

	.restaurantOverview .cuisines, .restaurantOverview .address, .restaurantOverview .delivery, .restaurantOverview .closed {
		margin-top: 2px;
	}

	.restaurantOverview .logo img {
		width: 60px;
		height: 60px;
	}

	.restaurantOverview .logo {
		width: 70px;
		padding: 10px;
	}

	#cinfobox p img {}

	#cinfobox {
		min-height: 60px;
		padding-right: 0px;
	}

	.cic {
		height: 25px;
	}

	#orderTypeSwitcher .deliveryOptionButton .deliveryOptionTypeLabel>span {
		display: inline-block;
		padding: 0px 0px 0px 5px;
	}

	#orderTypeSwitcher .deliveryOptionButton {
		min-height: 80px;
	}

	#basket{
		display:none;
	}

	.check-icon {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
	}

	.f-modal-icon {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
	}

	.footer-imgs-list {
		width:100% !important;
	}
	.footer-imgs-list>div{
		width: 73%;
		width: calc(100% - 97px);
		float: left;
	}

	.footer-imgs-list p{
		width: 57%;
	}

	.footer-imgs-list p:nth-of-type(3) {
		width: 41%;
	}

	.footer-imgs-list p:first-of-type img {
		width: 266px;
	}

	#gn_popup.postpop h1{
		font-size: 16px;
	}

	#menu_slider .owl-carousel .owl-item img{
		height: 125px;
	}

	a#branches_link {
		padding: 6px 0px;
		margin-top: 3px;
		margin-left: 0px;
		float: left;
	}
}

@media screen and (max-width: 360px) {
    .restaurantOverview,#menu {
        min-width:300px
    }

    #menu .product .information {
        width: 60%
    }

    #menu .product.withSynonyms .information {
        float: none;
        width: 100%;
        margin-right: 0;
        padding: 0
    }

    #menu .product.withSynonyms .details {
        display: block;
        width: 100%
    }

    #menu .product.withSynonyms .details .synonymName {
        width: 60%;
        padding: 0
    }

    #menu .product.withSynonyms .orderDetail {
        float: right;
        width: 35%;
        min-width: 110px
    }
}

@media screen and (min-width:1200px){
	#cag_box h2 {
		font-size: 20px;
		padding: 12px 0px 20px;
	}

	#cag_options>div {
		width: 24%;
		text-align: center;
	}

	#cag_options {
		text-align: left;
		margin-bottom: 10px;
	}

	.cag_details_holder {
		bottom: -22px;
	}

	.cag_details_holder ul li {
		font-size: 15px;
		padding: 9px 14px;
	}

	.cag_details_btn {
		font-size: 16px;
		padding: 7px 16px;
	}

	.cag_details_holder ul {
		top: 37px;
	}

	#cag_options>div img {
		height: 129px;
	}

	#cag_options>div:first-of-type img {
		height: 100px;
		margin-bottom: 20px;
	}

	#cag_options>div.bayd {
		height: 184px;
	}

	#cag_options>div.ctabled {
		height: 184px;
	}

}
/*# sourceMappingURL=style.css.map */
