@-webkit-keyframes spin-loader-circle-anim {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@keyframes spin-loader-circle-anim {
	0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@keyframes bounce-loader-circle {
	50% {
		background-color: black;
	}
}

@-webkit-keyframes bounce-loader-circle {
	50% {
		background-color: black;
	}
}

/* Overall */
html,
body{
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: 'oswald-regular';
	font-size: 16px;
	text-transform: uppercase;
}

body > .container-fluid {
	height: 100%;
}
.body_siteMaintenance {
	background: #FFF;
	text-align: center;
	padding: 150px;
	font: 20px Helvetica, sans-serif;
	color: #333;
}
.article_siteMaintenance {
	display: block;
	text-align: left;
	width: 650px;
	margin: 0 auto;
}
.h1_siteMaintenance {
	font-size: 50px;
	text-transform: none;
}
.h1_siteMaintenance:before {
	content: "";
}

.h1_siteMaintenance:after {
	content: "";
}
.a_siteMaintenance {
	color: #dc8100;
	text-decoration: none;
}
.a_siteMaintenance:hover {
	color: #333;
	text-decoration: none;
}
.img_siteMaintenance {
	max-width: 50px;
	max-height: 50px;
}
@media (max-width: 800px) {
	.body_siteMaintenance {
		padding: 16px;
		width: 100%;
		height: 100%;
		font: 16px Helvetica, sans-serif;
		display: -webkit-box;
		-webkit-box-align: center;
		-webkit-box-pack: center;
	}
	.article_siteMaintenance {
		width: 100%;
	}
	.h1_siteMaintenance {
		font-size: 35px;
	}
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

textarea{
	padding: 5px 10px;
}

a{
	cursor: pointer;
}

a,
button{
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]{
	-moz-appearance:textfield;
}

.container-fluid {
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.details,
.payment,
.receipt {
	height: auto;
	display: inline;
}

p {
	text-transform: none;
}

.title-order-sent,
.total-payment-holder {
	margin-top: 60px;
}

.total-payment-holder {
	background: #818285;
}

.total-payment-holder > h2 {
	color: white;
	margin: 15px 0;
}

/* Navbar */
.navbar {
	background-color: #ffffff;
	margin-bottom: 0;
	min-height: 60px;
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.navbar .back-btn {
	background-color: transparent;
	font-size: 18px;
	font-weight: normal;
	padding-top: 17px;
}

.navbar .back-btn:before {
	margin-right: 10px;
	height: 0;
	display: inline-block;
}

.navbar .back-btn.active,
.navbar .back-btn.active:hover,
.navbar .back-btn:active,
.navbar .back-btn:active.focus,
.navbar .back-btn:active:focus,
.navbar .back-btn.focus,
.navbar .back-btn:focus,
.navbar .back-btn:hover,
.navbar .back-btn:visited {
	background-color: transparent;
	color: #040707;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-header {
	height: 60px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

.navbar .logo{
	height: 100%;
}

.navbar .cart {
	padding-top: 15px;
	float: right;
	cursor: pointer;
	margin-right: 10px;
}

.navbar .cart .badge {
	background-color: black;
	color: white;
	font-size: 1em;
	text-align: center;
	border-radius: 50%;
	padding: 8px;
	width: 30px;
	height: 30px;
	line-height: 14px;
}

.navbar .cart img {
	width: 30px;
	height: 30px;
}

.not-available {
	background-color: black;
	text-align: center;
	padding: 10px 20px;
	width: 100%;
	position: relative;
}

/* Button */
.btn-group {
	width: 72%;
	min-width: 240px;
	max-width: 300px;
}

.btn-group:hover {
	background-color: transparent;
}

.btn-group .btn {
	width: 50%;
}

.btn {
	background: #969696 none;
	color: #040707;
	font-size: 150%;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	padding: 10px;
}

.btn.active, .btn.active:hover {
	background-color: black;
	color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.active:focus, .btn:active, .btn:active.focus, .btn:active:focus, .btn.focus, .btn:focus, .btn:visited {
	outline: none;
}

.btn:hover {
	background-color: #040707;
	color: white;
	outline: none;
	opacity: 1;
}

.btn[disabled] {
	background-color: rgba(78, 137, 137, 0.8);
	color: #040707;
}

.back:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-active, .proceed {
	font-size: 150%;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	padding: 10px;
	background: black none;
	color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-rounded{
	border-radius: 15px;
}

.proceed {
	padding: 10px;
	width: 100%;
}

#paypal-button-container {
	margin-top: 15px;
}

.payment-button{
	width: 100%;
}

.proceed:focus {
	color: white;
}

.proceed:hover {
	background-color: #0d0d0d;
	color: white;
}

.proceed.inactive {
	background-color: #040707;
	color: white;
	opacity: 1;
}

.proceed.inactive:hover {
	opacity: 1;
}

/* Input */
.form-control {
	font-size: 18px;
	text-align: center;
	border-radius: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}

/* Label */
h1 {
	color: black;
	font-size: 200%;
	margin-top: 20px;
	margin-bottom: 25px;
}

h1:before {
	content: "-- ";
}

h1:after {
	content: " --";
}

h2 {
	color: black;
	font-size: 200%;
	margin-top: 20px;
	margin-bottom: 25px;
}

h3 {
	font-weight: 400;
	text-transform: none;
	font-size: 1.35em;
}

/* Loader */
.spin-loader-circle-con{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1051;
	background: rgba(0,0,0,.3);
}

.spin-loader-circle {
	background: none;
	border-radius: 40px;
	margin: auto;
	position: fixed;
	z-index: 16777271;
	display: block;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0 6px 0 0 white;
	box-shadow: 0 6px 0 0 white;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	animation: spin-loader-circle-anim 1s linear infinite;
	-ms-animation: spin-loader-circle-anim 1s linear infinite;
	-moz-animation: spin-loader-circle-anim 1s linear infinite;
	-webkit-animation: spin-loader-circle-anim 1s linear infinite;
	-o-animation: spin-loader-circle-anim 1s linear infinite;
}

#loader-circle {
	height: 35px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loader-circle {
	background-color: white;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	float: left;
	animation-name: bounce-loader-circle;
	-o-animation-name: bounce-loader-circle;
	-ms-animation-name: bounce-loader-circle;
	-webkit-animation-name: bounce-loader-circle;
	-moz-animation-name: bounce-loader-circle;
	animation-duration: 1.4575s;
	-o-animation-duration: 1.4575s;
	-ms-animation-duration: 1.4575s;
	-webkit-animation-duration: 1.4575s;
	-moz-animation-duration: 1.4575s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#loader-circle-1 {
	animation-delay: 0.2895s;
	-o-animation-delay: 0.2895s;
	-ms-animation-delay: 0.2895s;
	-webkit-animation-delay: 0.2895s;
	-moz-animation-delay: 0.2895s;
}

#loader-circle-2 {
	animation-delay: 0.6855s;
	-o-animation-delay: 0.6855s;
	-ms-animation-delay: 0.6855s;
	-webkit-animation-delay: 0.6855s;
	-moz-animation-delay: 0.6855s;
}

#loader-circle-3 {
	animation-delay: 0.8785s;
	-o-animation-delay: 0.8785s;
	-ms-animation-delay: 0.8785s;
	-webkit-animation-delay: 0.8785s;
	-moz-animation-delay: 0.8785s;
}

/* Scrollbar */
.ps-container .ps-scrollbar-y-rail {
	width: 0;
}

.ps-container .ps-scrollbar-y-rail .ps-scrollbar-y {
	width: 4px;
}

.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail:active {
	width: 4px;
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail:active .ps-scrollbar-y {
	width: 4px;
}

/* Fulfillment Page */
.reservation-message {
	background-color: rgba(255, 255, 255, 0.6);
	font-weight: 100;
	text-align: center;
	text-transform: none;
	margin-bottom: 0;
	width: 100%;
	height: 25px;
	min-height: 25px;
	position: fixed;
	bottom: 0;
}

.error-message {
	background-color: #4d4d4d;
	color: #ed1c24;
	margin: 2px auto 10px auto;
	width: 72%;
	min-width: 240px;
	max-width: 300px;
	height: 20px;
	text-align: center;
}

.logo-box img{
	display: block;
	margin: 0 auto;
	max-height: 135px;
	max-width: 100%;
}

#table {
	margin-top: 10px;
}

.date-wrap {
	border-collapse: separate;
	margin: 0 auto;
	position: relative;
	display: table;
	width: 72%;
}

.date-wrap input {
	margin-top: 5px;
	width: 100%;
}

#time {
	margin-bottom: 10px;
	padding-left: 125px;
	text-align: left;
	-moz-appearance: none;
	-webkit-appearance: none;
}

#time::-ms-expand {
	display: none;
}

#time:invalid {
	color: #5da3a3;
}

#time option {
	font-size: 25px;
}

.reason {
	background-color: rgba(255, 255, 255, 0.8);
	font-weight: 100;
	font-size: 16px;
	text-transform: lowercase;
	margin: 10px auto;
	padding: 15px;
	width: 72%;
	min-width: 240px;
	max-width: 300px;
	display: none;
}

.reason:first-letter {
	text-transform: uppercase;
}

.reason .status {
	color: #ed1c24;
}

.reason .next {
	text-transform: uppercase;
}

.eta {
	display: none;
}

/* Menu Page */
.categories {
	padding: 0;
	height: 100%;
	width: 40%;
	max-width: 168px;
	position: absolute;
	overflow: hidden;
}

.category {
	background-color: white;
	height: 165px;
}

.category:nth-last-child(3) {
	margin-bottom: 50px;
}

.category .category-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.category .category-overlay:hover {
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.category .category-overlay:hover .name {
	color: white;
}

.category .name, .category .desc {
	color: white;
	font-size: 150%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	cursor: pointer;
}

.category .desc {
	font-size: 100%;
	font-weight: 100;
	padding: 0 5px;
}

.category.active .category-overlay {
	background-color: black;
}

.category.active .category-overlay .name {
	color: white;
}

.menu-prod-wrapper,
.menu-prod-con{
	height: 100%;
}

.menu-prod-wrapper{
	padding-top: 60px;
}

.menu-prod-con{
	position: relative;
}

.products {
	padding: 0;
	height: 100%;
	position: absolute;
	width: calc(100% - 168px);
	right: 0;
	top: 0;
}

.product {
	background-color: rgba(255, 255, 255, 0.5);
	height: 140px;
	cursor: pointer;
}

.glyphicon {
	font-size: 14px;
	font-weight: 100;
	padding: 0 10px;
	line-height: 26px;
	vertical-align: middle
}

/*arrow down */
.arrow-down {
	position: absolute;
	top: 30%;
	right: -10px;
	color: lightgrey;
	text-align: center;
	z-index: 12;
	display: inline-grid;
}
.arrow-down p {
	font-size: 12px;
}
.arrow-down .glyphicon{
	font-size: 40px;
}
.arrow-down .glyphicon-chevron-down{
	text-shadow: 0px 5px #5d5d5d;
}

#item-details .modal-body .scrollbar-inner {
	scroll-behavior: smooth;
}

.card-image {
	margin-top: 20%;
}

.card-image img {
	width: 90%;
	height: 50px;
}

@media (min-width: 1200px) and (orientation: landscape) {
	.product {
		height: 200px;
	}
}

.product .product-overlay {
	padding: 10px 10px 0px 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.product .product-overlay .name {
	font-size: 100%;
	font-weight: normal;
	width: 50%;
	float: left;
	cursor: pointer;
	text-overflow: ellipsis;
	height: 45px;
	line-height: 1.4;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product .product-overlay .price {
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	float: right;
}

.modal {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	padding: 25px 0;
}

.modal-open .modal{
	overflow-y: hidden;
}

.modal .modal-dialog,
.modal .modal-content {
	margin: 0 auto;
	height: 100%;
}

.modal .modal-dialog {
	padding: 0 20px;
	max-width: 500px;
	overflow-y: initial;
}

.modal .modal-dialog .modal-content {
	background-color: #ececec;
	border: none;
}

.modal .modal-dialog .modal-content .modal-header {
	background-color: #818285;
	border: none;
	position: absolute;
	width: 100%;
	height: 60px;
}

.modal .modal-dialog .modal-content .modal-header h2 {
	color: #dddddd;
	font-size: 140%;
	padding-right: 25px;
}

.modal .modal-dialog .modal-content .modal-header h2:before {
	content: "";
	background: url("../img/icon-spoon-fork.png") no-repeat 0 0;
	background-size: 100%;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}

.modal-content .close {
	top: 0;
	right: 0;
	position: absolute;
	opacity: 1;
	z-index: 11;
	padding: 10px;
	margin-top: 0;
	background: #000000;
}

#cart .modal-content .close,
#forgotEmailModal .modal-content .close{
	top: 10px;
	right: 10px;
	background: none;
}

#cart .modal-content .close .close-btn,
#forgotEmailModal .modal-content .close .close-btn{
	width: 20px;
	height: 20px;
}

.modal .modal-footer {
	background-color: #b9b9b9;
	-webkit-box-shadow: 0 0 15px 0 #6e6a6a;
	box-shadow: 0 0 15px 0 #6e6a6a;
	margin: 0;
	padding: 0;
	border-top: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 12;
}

.modal .modal-footer input {
	border: none;
	margin-bottom: 5px;
	padding: 5px;
	width: 100%;
}

.modal .modal-footer .confirm {
	background-color: black;
	margin-bottom: 0;
	width: 100%;
	color: white;
}

.modal .modal-footer .confirm[disabled] {
	background-color: #64a6a6;
	opacity: 1;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

#cart .cart-desc {
	color: #172727;
	text-transform: none;
	text-align: center;
	font-size: 90%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0;
	padding: 5px;
}

#cart .cart-empty {
	height: 100%;
}

.cart-empty-content{
	margin: 30px 0;
}

#cart .cart-empty .cart-empty-icon {
	background: url("../img/icon-empty-state.png") no-repeat center center;
	background-size: contain;
	margin: 0 auto 10px;
	width: 100px;
	height: 60px;
	opacity: 0.2;
}

#cart .cart-empty p,
.empty-order-con p{
	color: #64a6a6;
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 5px;
}

.empty-order-con p{
	text-transform: none;
}

#cart .cart-empty p:first-letter {
	text-transform: capitalize;
}

#cart .cart-item {
	cursor: pointer;
	overflow: hidden;
}

#cart .cart-item .cart-item-modify {
	position: absolute;
	left: -100px;
}

#cart .cart-item .cart-item-modify.active {
	margin-right: 10px;
	height: 100%;
	width: 100px;
	float: left;
	top: 0;
}

#cart .cart-item .cart-item-modify.active .cart-item-remove,
#cart .cart-item .cart-item-modify.active .cart-item-edit {
	float: left;
	height: 100%;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#cart .cart-item .cart-item-modify.active .cart-item-remove {
	background-color: black;
}

#cart .cart-item .cart-item-modify.active .cart-item-remove div {
	background: url("../img/icon-bin-white.png") no-repeat;
	background-size: cover;
	margin: 0 auto;
	height: 20px;
	width: 15px;
	display: block;
}

#cart .cart-item .cart-item-modify.active .cart-item-edit {
	background-color: #595959;
}

#cart .cart-item .cart-item-modify.active .cart-item-edit div {
	background: url("../img/icon-pencil-white.png") no-repeat;
	background-size: cover;
	margin: 0 auto;
	height: 20px;
	width: 20px;
	display: block;
}

#cart .cart-item .cart-item-details {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 15px;
	position: relative;
	width: 100%;
	float: left;
}

#cart .cart-item .cart-item-details .cart-item-quantity {
	font-weight: bold;
	text-transform: lowercase;
	margin-right: 10px;
	float: left;
	display: inline;
}

#cart .cart-item .cart-item-details .second-column {
	text-transform: capitalize;
	float: left;
}

#cart .cart-item .cart-item-details .second-column .cart-item-name,
#cart .cart-item .cart-item-details .second-column .cart-item-option {
	padding-bottom: 3px;
}

#cart .cart-item .cart-item-details .second-column .cart-item-name {
	font-weight: bold;
}

#cart .cart-item .cart-item-details .second-column .cart-item-variant,
#cart .cart-item .cart-item-details .second-column .cart-item-option,
#cart .cart-item .cart-item-details .second-column .cart-item-special-instr {
	color: rgba(38, 38, 38, 1);
	font-size: 90%;
	font-weight: 100;
	text-transform: initial;
	margin-right: 5px;
	display: block;
}

#cart .cart-item .cart-item-details .second-column .cart-item-option:before {
	content: "+";
}

#cart .cart-item .cart-item-details .third-column {
	float: right;
}

#cart .cart-item .cart-item-details .third-column .cart-item-base-price {
	padding-bottom: 3px;
	float: right;
}

#cart .cart-item .cart-item-details .third-column .cart-item-total-price {
	font-weight: bold;
	clear: both;
}

#cart .cart-item .cart-item-details.active {
	width: 100%;
	position: relative;
}

#cart .cart-promo-code {
	padding: 20px;
	font-size: 90%;
}

#cart .cart-promo-code input {
	-webkit-border-radius: 0;
	padding: 7px;
	width: 75%;
	float: left;
}

#cart .cart-promo-code input.error,
.errorDob{
	border: 1px solid #ed1c24;
	padding-bottom: 5px;
	-webkit-box-shadow: 0 0 5px #ed1c24;
	-moz-box-shadow: 0 0 5px #ed1c24;
	box-shadow: 0 0 5px #ed1c24;
}

#cart .cart-promo-code .apply {
	background-color: black;
	color: white;
	font-size: inherit;
	padding: 7px;
	width: 25%;
}

#cart .cart-promo-code .name {
	float: left;
	clear: both;
}

#cart .cart-promo-code .extra-charges label {
	font-weight: normal;
}

#cart .cart-promo-code .error-message {
	background-color: #4d4d4d;
	color: #ed1c24;
	text-transform: lowercase;
	margin-top: 5px;
	height: auto;
	margin-bottom: 5px;
	font-size: 14px;
	padding: 3px;
	width: 100%;
	min-width: initial;
	max-width: initial;
	text-align: center;
	display: none;
}

#cart .cart-promo-code .error-message:first-letter {
	text-transform: uppercase;
}

#cart .cart-total {
	background-color: #b9b9b9;
	font-size: 140%;
	font-weight: 200;
	padding: 5px 20px;
}

#cart .cart-total label:first-child {
	float: left;
}

#item-details .modal-header {
	background-color: white;
	padding: 0;
	height: auto;
	position: relative;
}

#item-details .modal-body,
.def-modal .modal-body{
	top: 0;
	height: 100%;
}

.def-modal .modal-body{
	padding: 0;
}

.modal-padding-content{
	padding: 20px;
}

#item-details .modal-body,
.modal-section-wrapper .modal-body{
	padding: 0 0 54px;
}

#item-details .modal-body .item-img-wrap {
	height: 220px;
	width: 100%;
}

#item-details .modal-body .item-img-wrap .item-img {
	height: 220px;
}

#item-details .modal-body .item-description {
	background-color: gray;
	height: auto;
	width: 100%;
}

#item-details .modal-body .item-description[style] {
	padding-top: 150px;
}

#item-details .modal-body .item-description .item-overlay {
	padding: 40px 15px 15px 15px;
}

#item-details .modal-body .item-description .item-overlay label,
#item-details .modal-body .item-description .item-overlay p{
	color: #ffffff;
	margin-bottom: 0;
}

#item-details .modal-body .item-description .item-overlay label {
	display: block;
	font-size: 190%;
	padding-bottom: 5px;
	border-bottom: 6px solid #aaaaaa;
}

#item-details .modal-body .item-description .item-overlay p {
	font-size: 16px;
	padding-top: 10px;
}

#item-details .modal-body .item-description .item-overlay.image,
#item-details .modal-body .item-wrap{
	padding: 15px;
}

#item-details .modal-body .item-description .tag {
	text-transform: initial;
	padding: 1px 5px 1px 2px;
	display: inline-block;
}

#item-details .modal-body .item-description .tag .tag-img {
	margin-right: 5px;
	height: 24px;
	width: 25px;
	float: left;
}

#item-details .modal-body .item-description .tag .tag-img img {
	height: 100%;
	width: 100%;
}

#item-details .modal-body .item-description .tag .tag-desc {
	color: white;
}

.item-details-modifier-group label,
.item-details-quantity .options label,
.item-details-special-instr label{
	font-size: 160%;
	color: rgba(4, 7, 7, 0.8);
}

#item-details .modal-body .item-wrap .item-details-quantity {
	padding: 5px;
}

.item-details-quantity .options .selector-range,
.item-details-quantity .options .quantity{
	top: 4px;
}

.item-details-quantity .options .selector-range .minus,
.item-details-quantity .options .selector-range .plus,
.item-details-quantity .options .quantity{
	height: 26px;
	line-height: 26px;
}

.item-details-quantity .options .quantity{
	width: 26px;
	top: 4px;
	font-size: 15px;
}

.selector-range .fa{
	font-size: 14px;
	padding: 0 10px;
	height: 100%;
	line-height: 26px;
	vertical-align: middle;
}

.selector-range .minus,
.selector-range .plus {
	background-color: #ffffff;
	color: rgba(4, 7, 7, 0.8);
	float: left;
	cursor: pointer;
	line-height: 24px;
	height: 24px;
	position: relative;
}

.selector-range .minus::after{
	content: "";
	width: 2px;
	height: 100%;
	background: #f6f6f6;
	position: absolute;
	right: 0;
	top: 0;
}

.selector-range .minus{
	padding-right: 2px;
}

#item-details .modal-body .item-wrap .item-details-variants {
	border-top: 4px solid rgba(0, 0, 0, 0.15);
	padding: 10px 5px 10px 5px;
}

#item-details .modal-body .item-wrap .item-details-variants .items-details-variant-price {
	font-size: medium;
}

.options{
	position: relative;
	padding-left: 34px;
}

.options.has-selector-range{
	padding-right: 84px;
}

.options + .options{
	margin-top: 12px;
}

.item-details-variants .options + .options{
	margin-top: 8px;
}

.options .selector-radio,
.options .quantity{
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 6px solid #ffffff;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 22px;
}

.options .quantity{
	font-size: 14px;
	border: none;
}

.options .selector-range {
	position: absolute;
	right: 0;
	top: -1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.item-details-variants .options .selector-radio{
	top: 4px;
}

.options label{
	display: block;
	font-size: 100%;
}

#item-details .modal-body .item-wrap .item-details-variants .options .selector-radio.checked {
	background-color: black;
}

#item-details .modal-body .item-wrap .item-details-variants .options label {
	font-size: 140%;
}

#item-details .modal-body .item-wrap .item-details-modifier-group,
#item-details .modal-body .item-wrap .item-details-special-instr{
	border-top: 4px solid rgba(0, 0, 0, 0.15);
	padding: 10px 5px 10px 5px;
}

#item-details .modal-body .item-wrap .item-details-modifier-group .help-block {
	font-size: 14px;
	text-transform: lowercase;
}

#item-details .modal-body .item-wrap .item-details-modifier-group .help-block::first-letter {
	text-transform: capitalize;
}

#item-details .modal-body .item-wrap .item-details-modifier-group .options .selector-radio {
	background-color: transparent;
	color: transparent;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 2px solid #ffffff;
}

#item-details .modal-body .item-wrap .item-details-modifier-group .options .selector-radio.fa-check::before{
	position: relative;
	top: -2px;
	vertical-align: top;
}

#item-details .modal-body .item-wrap .item-details-modifier-group .options .selector-range .minus, #item-details .modal-body .item-wrap .item-details-modifier-group .options .selector-range .plus {
	background-color: #ffffff;
}

#item-details .modal-body .item-wrap .item-details-special-instr textarea {
	border: 4px solid rgba(0, 0, 0, 0.25);
	line-height: 2;
	width: 100%;
	height: 75px;
	resize: none;
}

#error .modal-dialog, #error.fade.in .modal-dialog {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#error .modal-dialog .modal-content, #error.fade.in .modal-dialog .modal-content {
	width: 250px;
	height: auto;
}

#error .modal-dialog .modal-content .modal-body, #error.fade.in .modal-dialog .modal-content .modal-body {
	text-align: center;
	padding: 0;
	height: auto;
	top: 0;
}

#error .message, #error.fade.in .message {
	background-color: white;
	text-align: center;
	padding: 15px;
	width: 250px;
	height: auto;
}

#error .message p, #error.fade.in .message p {
	text-transform: initial;
	margin-top: 10px;
	margin-bottom: 20px;
}

#error .message input, #error.fade.in .message input {
	margin: 10px auto 5px auto;
	padding: 5px;
	width: 100%;
}

#error button, #error.fade.in button {
	background-color: black;
	color: white;
	font-size: inherit;
	padding: 5px;
	width: 80%;
}

#warning .modal-dialog, #warning.fade.in .modal-dialog {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#warning .modal-dialog .modal-content, #warning.fade.in .modal-dialog .modal-content {
	width: 250px;
	height: auto;
}

#warning .modal-dialog .modal-content .modal-body, #warning.fade.in .modal-dialog .modal-content .modal-body {
	text-align: center;
	padding: 0;
	height: auto;
	top: 0;
}

#warning .message, #warning.fade.in .message {
	background-color: white;
	text-align: center;
	padding: 15px;
	width: 250px;
	height: auto;
}

#warning .message p, #warning.fade.in .message p {
	margin-top: 10px;
	margin-bottom: 20px;
}

#warning .message p:first-child, #warning.fade.in .message p:first-child {
	margin-bottom: 0;
}

#warning .message input, #warning.fade.in .message input {
	margin: 10px auto 5px auto;
	padding: 5px;
	width: 100%;
}

#warning button, #warning.fade.in button {
	background-color: black;
	color: white;
	font-size: inherit;
	padding: 5px;
	width: 40%;
}

#warning button.no, #warning.fade.in button.no {
	margin-left: 5px;
}

.timeout .modal-dialog, .timeout.fade.in .modal-dialog {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.timeout .modal-dialog .modal-content, .timeout.fade.in .modal-dialog .modal-content {
	width: 250px;
	height: auto;
}

.timeout .modal-dialog .modal-content .modal-body, .timeout.fade.in .modal-dialog .modal-content .modal-body {
	text-align: center;
	padding: 0;
	height: auto;
	top: 0;
}

.timeout .message, .timeout.fade.in .message {
	background-color: white;
	text-align: center;
	padding: 15px;
	width: 250px;
	height: auto;
}

.timeout .message p, .timeout.fade.in .message p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.timeout .message p:first-child, .timeout.fade.in .message p:first-child {
	margin-bottom: 0;
}

.timeout .message input, .timeout.fade.in .message input {
	margin: 10px auto 5px auto;
	padding: 5px;
	width: 100%;
}

.timeout button, .timeout.fade.in button {
	background-color: black;
	color: white;
	font-size: inherit;
	padding: 5px;
	width: 40%;
}

.timeout button.no, .timeout.fade.in button.no {
	margin-left: 5px;
}

/* Payment Page */
.cash-payment, .credit-card, .paypal, .paylah-payment, .mpgs-credit-card, .wirecard-credit-card, .credits, .secure-acceptance, .offline-payment {
	background-color: black;
	color: white;
	margin: 0 auto 10px auto;
	display: block;
}

.cash-payment:focus, .credit-card:focus, .paypal:focus, .paylah-payment:focus, .mpgs-credit-card:focus, .wirecard-credit-card:focus, .credits:focus, .secure-acceptance:focus, .offline-payment:focus {
	background-color: black;
	color: white;
}

.cash-payment:hover, .credit-card:hover, .paypal:hover, .paylah-payment:hover, .mpgs-credit-card:hover, .wirecard-credit-card:hover, .credits:hover, .secure-acceptance:hover, .offline-payment:hover {
	background-color: #0d0d0d;
	color: white;
}

.payment-message {
	background-color: rgba(255, 255, 255, 0.6);
	font-weight: 100;
	text-align: center;
	text-transform: none;
	margin-bottom: 0;
	width: 100%;
	height: 25px;
	min-height: 25px;
	position: fixed;
	bottom: 0;
}

/* Receipt Page */
.receipt {
	overflow-y: auto;
	height: 100vh;
}

.receipt-info {
	margin: 0 auto;
	width: 72%;
}

.receipt-info p {
	font-weight: 100;
	text-transform: lowercase;
}

.receipt-info p::first-letter {
	text-transform: uppercase;
}

.send-email-con{
	overflow: hidden;
	margin-bottom: 20px;
}

.send-email {
	margin: 0 auto;
}

.send-email .email {
	width: 70%;
	float: left;
}

.send-email .email input {
	text-align: left;
	margin: 0;
	width: 100%;
	min-width: inherit;
	max-width: inherit;
	min-height: 50px;
}

.send-email .send {
	font-size: 25px;
	width: 30%;
	float: left;
}

.send-email .send .btn {
	background-color: black;
	color: white;
	font-size: 24px;
	padding: 8px;
	width: 100%;
	height: 50px;
}

.receipt-wrap {
	margin: 0 auto;
}

.receipt-wrap .receipt-bg {
	background: url("../img/receipt.png") no-repeat center center;
	background-size: cover;
	margin: auto;
	min-height: 426px;
}

.receipt-wrap .receipt-details {
	padding: 10%;
	width: 100%;
}

.receipt-wrap .receipt-details .receipt-header {
	border-bottom: 5px dotted #040707;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.receipt-wrap .receipt-details .receipt-header label {
	font-size: 170%;
	font-weight: 100;
	text-transform: capitalize;
	width: 50%;
	padding-bottom: 10px;
}

.receipt-wrap .receipt-details .receipt-header label.date {
	font-size: 120%;
	text-align: right;
	padding-top: 5px;
	float: right;
	width: 50%;
}

.receipt-wrap .receipt-details .dine-type {
	font-size: 20px;
	font-weight: 100;
	border-bottom: 1px solid #040707;
	margin-bottom: 5px;
	padding-bottom: 10px;
	width: 100%;
}

.receipt-wrap .receipt-details table {
	width: 100%;
}

.receipt-wrap .receipt-details table td, .receipt-wrap .receipt-details table th {
	font-size: 120%;
	font-weight: 100;
	padding: 5px;
	vertical-align: top;
}

.receipt-wrap .receipt-details table .name {
	padding-left: 20px;
}

.receipt-wrap .receipt-details table .name.variant, .receipt-wrap .receipt-details table .name.option {
	font-size: 100%;
}

.receipt-wrap .receipt-details table .value {
	text-align: right;
}

.receipt-wrap .receipt-details table .aggregate.subtotal {
	border-top: 1px solid #040707;
}

.receipt-wrap .receipt-details table .total {
	border-top: 1px solid #040707;
}

.page-section{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.vertical-align-helper{
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-align-center,
.vertical-align-top{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.vertical-align-top{
	vertical-align: top;
}

.top-bar{
	position: fixed;
	top: 20px;
	padding: 0 20px;
	width: 100%;
}

.top-bar > a{
	cursor: pointer;
}

.berponi{
	position: absolute;
	top:0;
	padding: 20px;
	background: #fff;
	opacity: 0.7;
}

.content-wrap-con{
	padding-top: 111px;
	height: 100%;
}

.content-wrap,
.medium-content-wrap{
	max-width: 340px;
	width: 86%;
	padding: 0 20px;
	margin: 60px auto;
}

.medium-content-wrap{
	max-width: 500px;
}

.navbar-fixed-top + .content-wrap,
.navbar-fixed-top + .medium-content-wrap{
	margin-top: 100px;
}

.total-payment-holder + .content-wrap{
	margin-top: 40px;
}

.content-box{
	text-align: center;
}

.content-box h3{
	margin-bottom: 20px;
	line-height: 1.2;
}

.button-con{
	margin-top: 20px;
}
button:hover{
	background: rgba(0, 0, 0, 0.1);
}

.button-con button,
.form-group{
	margin: 0;
}

.button-con button + button,
.form-group + .form-group{
	margin-top: 15px;
}

#landing .content-box h3{
	margin-bottom: 30px;
}

#landing .modal-content {
	border-radius: 0px;
}

#landing .button-con button + button{
	margin-top: 20px;
}

.container-fluid .proceed{
	max-width: 300px;
}

.sideMenuPopup {
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 9999;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	display: block !important;
	visibility: hidden;
	opacity: 0;
}

.overlayTrans {
	background: #938c8a;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
}

.sideMenuBox {
	background: #d5d5d5;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	max-width: 400px;
	width: 80%;
	z-index: 9999;
	-webkit-transition: 0.6s all ease;
	-moz-transition: 0.6s all ease;
	-ms-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.open-popup{
	visibility: visible;
	opacity: 1;
}

.open-popup .sideMenuBox{
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sideMenuHead{
	background: #ffffff;
	padding: 18px 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.close-btn{
	background: url('../img/close.png') no-repeat center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
}

.modal-content .close .close-btn{
	background: url('../img/white-close.png') no-repeat center;
	background-size: contain;
}

.scrollbar-inner,
.content-scroll,
.modal-content-scroll{
	height: 100%;
}

.modal-section-wrapper .scrollbar-inner{
	padding: 10px 0 20px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

#forgotEmailModal .modal-section-wrapper .scrollbar-inner{
	padding: 10px 15px 20px;
}

.nav-horizontal{
	background: #ececec;
}

.nav-horizontal nav{
	padding: 12px 30px;
	text-align: center;
}

.nav-horizontal nav ul,
.sideMenuContent nav ul{
	padding: 0;
}

.nav-horizontal nav ul{
	margin-bottom: 0;
}

.nav-horizontal nav ul li{
	display: inline-block;
	margin: 0 17px;
	font-size: 19px;
}

.nav-horizontal nav ul li a,
.sideMenuContent nav ul li a{
	color: #313131;
	display: block;
}

.nav-horizontal nav ul li a:hover,
.sideMenuContent nav ul li a:hover{
	text-decoration: none;
	color: #666666;
}

.sideMenuContent{
	padding: 60px 0 0;
	height: 100%;
}

.sideMenuContent nav ul li{
	list-style: none;
}

.sideMenuContent nav ul li a{
	font-size: 28px;
	padding: 25px 20px;
	border-bottom: 1px solid #e6e6e6;
}

.main-content-wrap{
	position: relative;
	height: 100%;
	padding: 111px 0 0;
	background: #ffffff;
}

.main-content-wrap h2{
	text-align: center;
	padding: 0 20px;
}

.section-helper{
	height: 100%;
	position: relative;
}

.section-helper-content{
	padding: 60px 0 0;
	height: 100%;
}

.section-helper h2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding-bottom: 25px;
}

.section-helper.scroll-mode h2,
.tabs-bar{
	border-bottom: 1px solid #a9a9a9;
}

.toggle-box{
	padding: 45px 60px 60px;
	border-bottom: 1px solid #ededed;
}

.toggle-head{
	padding: 15px 0;
	cursor: pointer;
}

.toggle-head h3{
	margin: 0;
	padding-left: 10px;
	font-size: 22px;
	font-weight: 600;
}

.toggle-head > a{
	margin-top: 2px;
}

.arrow-icon{
	background: url("../img/arrow_down.png") no-repeat center;
	width: 24px;
	height: 16px;
	display: inline-block;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	background-size: contain;
}

.open .arrow-icon{
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.toggle-box .form-box{
	max-width: 375px;
	width: 100%;
}

.form-box .form-control{
	max-width: none;
	margin: 0;
	text-align: left;
	width: 100%;
}

.form-box .form-control,
.form-box .fake-select-text{
	border: 1px solid #757575;
}

.form-box .form-control,
.form-box .fake-select-box{
	height: 45px;
}

.form-box .fake-select-text{
	text-transform: capitalize;
	text-indent: 0;
	text-align: left;
	padding-left: 12px;
	line-height: 31px;
}

.fake-select-text.dob-active{
	visibility: hidden;
}

.small-btn,
.small-btn:hover,
.small-btn[disabled],
.small-btn[disabled]:hover{
	background-color: #303030;
	color: #ffffff;
	border-color: #303030;
	opacity: 1;
}

.small-btn{
	border: 1px solid #303030;
	font-size: 19px;
	padding: 4px;
	width: 165px;
	margin-top: 5px;
}

.small-btn + .small-btn{
	margin-left: 12px;
}

.secondary-btn{
	color: #333333;
	border-color: #757575;
	background: none;
}

.toggle-body{
	display: none;
}

.address-form-box{
	display: none;
}

.address-form-box h4{
	padding-left: 6px;
}

.edit-icon{
	background: url('../img/icon-pencil-white.png') no-repeat center;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: contain;
}

.delivery-addresses{
	padding: 30px 0 40px;
}

.delivery-address + .delivery-address{
	margin-top: 40px;
}

.delivery-address-view{
	max-width: 300px;
	width: 100%;
	position: relative;
	padding-right: 50px;
	font-size: 22px;
}

.delivery-address-view p{
	word-wrap: break-word;
}

.delivery-address-view .edit-btn{
	position: absolute;
	right: 8px;
	top: 8px;
}

.delivery-address-edit{
	display: none;
}

.order-history-box{
	padding: 20px 10px 15px; /* changed from 25px 10px 30px. can squeeze in more orders */
	border-bottom: 1px solid #ededed;
}

.order-history-box:nth-child(odd) {
	background-color: #ddd;
}

/* removed. more readable when it's not all CAPS
.order-history-box p{
	text-transform: uppercase;
}
*/

.order-history-box p a{
	color: #333333;
}

.middle-btn-con{
	padding: 20px 0;
	text-align: center;
}

.forgot-pass{
	text-align: left;
	margin-top: 5px;
}

.forgot-pass + .button-con{
	margin-top: 10px;
}

.modal-section-wrapper,
.modal-section-wrapper .modal-body{
	height: 100%;
}

.modal-section-wrapper{
	padding-top: 60px;
	overflow: hidden;
	position: relative;
}

#carts-modal-body{
	padding-bottom: 103px;
	background-color: #b9b9b9;
}

.modal-section-wrapper #carts-modal-body .scrollbar-inner {
	padding-top: 0px;
}

.form-btn-con {
	margin-top: 20px;
}

.empty-order-content-scroll{
	padding-bottom: 10%;
}

.empty-order-con{
	text-align: center;
	margin: 40px 0;
}

.empty-order-con img{
	display: block;
	width: 100px;
	margin: 0 auto 30px;
}

.empty-order-con{
	font-size: 20px;
}

.error-msg{
	color: #ff0000;
	padding: 2px 0 0;
	display: block;
}

.form-group .error-msg{
	text-transform: none;
	margin-top: 2px;
}

.input-tel-con{
	position: relative;
}

.input-tel-con .country-code{
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	padding: 0 12px;
	line-height: 39px;
	height: 100%;
	max-width: 52px;
	overflow: hidden;
	word-wrap: break-word;
	font-size: 18px;
	border: 1px solid #cccccc;
}

.form-box .input-tel-con .country-code{
	border-color: #757575;
	line-height: 45px;
}

.form-box .input-tel-con input[type="tel"]{
	text-indent: 0;
}

.input-tel-con input[type="tel"]{
	padding-left: 60px;
	text-indent: -45px;
}

.content:after,
nav.navbar.navbar-fixed-top:after,
.row:first-child:after,
.container-fluid.menu:after,
body:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.navbar-fixed-top {
	top: 0;
	margin: 0 !important;
}

.cart-slide-enter-active {
	transition: all .3s ease;
}

.cart-slide-leave-active {
	transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.cart-slide-enter, .cart-slide-leave-to {
	transform: translateX(10px);
	opacity: 0;
}

.jconfirm-box-container {
	text-transform: initial !important;
}

h4 {
	text-transform: initial !important;
}

#all-category {
	background: url('../img/all_placeholder.png') no-repeat center center;
	background-size: cover;
}

.product-container {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 1px !important;
}

.product {
	position: relative;
	background-color: transparent !important;
}

.product-overlay {
	top: auto !important;
	padding-bottom: 16px;
	bottom: 0 !important;
	max-height: 110px;
	background-color: rgba(255, 255, 255, 0.7);
}

.category {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.category:nth-last-child(3) {
	margin-bottom: 0 !important;
}

.fake-select-box {
	position: relative;
	width: 100%;
	height: 40px;
}

.fake-select-box + .fake-select-box,
.table-num-con{
	margin-top: 10px;
}

.fake-select-text {
	pointer-events: none;
	text-align: center;
	text-transform: initial;
	font-size: 18px;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #ffffff;
	color: #555;
	padding: 6px 45px 6px 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 40px;
	border: 1px solid #cccccc;
}

.fake-select-text::after,
.select-voucher-con::after{
	content: "";
	visibility: visible;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-width: 10px;
	border-bottom: 0;
	border-top-color: #555555;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	top: 50%;
	position: absolute;
	pointer-events: none;
}

.select-voucher-con::after{
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 8px;
	right: 10px;
	top: 19px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);

}

.receipt-dineType {
	font-family: 'oswald-light';
	border-bottom: 1px solid #040707;
	margin-bottom: 5px;
	padding-bottom: 10px;
	display: inline-table;
	table-layout: fixed;
}

.receipt-wrap .receipt-details .receipt-header .receipt-brandName,
.receipt-wrap .receipt-details .receipt-header .receipt-storeName,
.receipt-wrap .receipt-details .receipt-header .receipt-storeAddress,
.receipt-wrap .receipt-details .receipt-header .receipt-gstRegNumber
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 10px;
}
.receipt-wrap .receipt-details .receipt-header .receipt-brandName {
	font-size: x-large;
}
.receipt-wrap .receipt-details .receipt-header .receipt-storeName {
	font-size: large;
}
.receipt-wrap .receipt-details .receipt-header .receipt-storeAddress {
	font-size: x-small;
	margin-bottom: 20px;
}
.receipt-wrap .receipt-details .receipt-header .receipt-gstRegNumber {
	font-size: medium;
	margin-bottom: 20px;
}

input[type="date"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	height: 39px;
	width: 100%;
}

/* Hide the clear button from date input */
input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
	display: none;
}

/* Hide the spinner from date input */
input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	top: 0;
}

.burger{
	position: relative;
	width: 36px;
	height: 24px;
	cursor: pointer;
	margin: 20px 0 0 20px;
	display: none;
}

.skip-mode .burger,
.skip-mode .nav-horizontal{
	display: none;
}

.skip-mode .content-wrap-con{
	padding-top: 60px;
}

.bars,
.bars::before,
.bars::after{
	width: 100%;
	height: 4px;
	position: absolute;
	background: #000000;
	top: 10px;
	left: 0;
}

.bars::before,
.bars::after{
	content: "";
	background: inherit;
}

.bars::before{
	top: -10px;
}

.fb-btn,
.fb-btn:hover{
	background: #33468b;
}

.googleplus-btn,
.googleplus-btn:hover{
	background: #e12728;
}

.icon-btn,
.icon-btn + span{
	display: inline-block;
	vertical-align: middle;
}

.icon-btn{
	margin-right: 15px;
	background-size: contain !important;
}

.icon-fb{
	background: url('../img/fb-icon.svg') no-repeat center;
	width: 16px;
	height: 25px;
}

.icon-gplus{
	background: url('../img/googleplus-icon.svg') no-repeat center;
	width: 30px;
	height: 30px;
}

.receipt-dineType tr td{
	vertical-align: top;
}

.receipt-dineType address{
	margin-bottom: 0;
	word-wrap: break-word;
}

.back-btn .fa-caret-left{
	font-size: 21px;
	margin-right: 5px;
}

.non-preorder .fake-select-box,
.select-disabled .fake-select-box{
	pointer-events: none;
}

.non-preorder .fake-select-text{
	background: #cccccc;
}

.non-preorder .fake-select-text::after,
.select-disabled .fake-select-text::after{
	content: none;
}

.small-note{
	text-align: left;
	margin-top: 15px;
	text-transform: initial;
}

.small-center-text,
.error-text{
	text-align: center;
}

.small-center-text{
	font-size: 14px;
}

.error-text{
	color: #ff0000;
	margin-top: 5px;
}

.full-btn{
	width: 100%;
	margin-bottom: 0;
}

.select-voucher-con{
	padding: 5px 0;
	margin-bottom: 5px;
	position: relative;
}

.select-voucher-con select{
	height: 34px;
	padding: 5px 7px;
	font-size: 100%;
	border: none;
}

.tabs-con{
	height: 100%;
	position: relative;
}

.tabs-con ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.tabs-bar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1.1;
	z-index: 1;
}

.tabs-bar ul{
	position: relative;
}

.tabs-bar ul::before{
	content: "";
	background: #505050;
	height: 8px;
	width: 50%;
	top: 100%;
	left: 0;
	position: absolute;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.tabs-bar ul.voucher-active::before{
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.tabs-bar ul li{
	font-size: 26px;
	text-align: center;
	width: 50%;
	float: left;
}

.tabs-bar ul li a{
	padding: 15px 0 12px;
	display: block;
	color: #909090;
}

.tabs-bar ul li a.current{
	color: #000000;
}

.tabs-bar ul li a:hover,
.tabs-bar ul li a:focus{
	text-decoration: none;
}

.tabs-content-wrap{
	padding: 56px 0 0;
	height: 100%;
}

.tabs-content-wrap > .scrollbar-inner{
	padding-top: 28px;
}

.tabs-content-wrap .scroll-content{
	padding: 0 30px;
}

.tabs-content-wrap ul{
	margin: 20px 0 15px;
}

.tab-content:not(:first-child){
	display: none;
}

.tab-content-thumb-box{
	width: 33.33%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.tab-content-thumb-box a{
	color: inherit;
}

.thumb-box-image{
	text-align: center;
	background: #bbbbbb;
	height: 150px;
	cursor: pointer;
}

.thumb-box-txt h3{
	margin: 12px 0 7px;
}

.remove-btn{
	text-decoration: underline;
	color: #f00000;
}

.discounts .remove-btn{
	float: left;
	margin-left: 8px;
}

.promotion-image{
	height: 220px;
}

.promotion-title{
	text-transform: none;
	margin-bottom: 15px;
}

.promotion-title h3{
	margin: 0 0 4px;
	font-size: 26px;
}

.promotion-title span{
	font-size: 13px;
}

.promotion-txt-con p.promo-desc + p{
	margin-top: 12px;
}

.promotion-tnc{
	margin-top: 15px;
	font-size: 13px;
}

.promotion-tnc h4{
	font-weight: 700;
}

.promotion-tnc span{
	text-transform: none;
}

.promotion-tnc ul{
	padding-left: 20px;
	line-height: 1.7;
	font-family: 'oswald-light';
	font-size: 12px;
}

#promotion-modal{
	overflow-y: auto;
	padding-left: 0 !important;
}

#promotion-modal [class^="vertical-align"]{
	pointer-events: none;
}

#promotion-modal .modal-dialog{
	pointer-events: initial;
}

#promotion-modal .modal-dialog,
#promotion-modal .owl-item{
	width: 370px;
	height: 540px;
	padding: 0;
}

.promo-landing-banner-con,
.promo-landing-banner{
	width: 100%;
	height: 100%;
}

.owl-dots{
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	text-align: center;
}

.owl-dot{
	display: inline-block;
	margin: 0 4px;
}

.owl-dot span{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #aaaaaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.owl-dot.active span{
	background: #707070;
}

.empty-state-tab-con{
	margin: 60px 0;
	text-align: center;
}

.empty-state-tab-con img{
	width: 130px;
	margin-bottom: 12px;
}

.dark-grey{
	color: #666666;
}

.placeholder-text{
	color: #999999;
}

/* quotation page */
.scrollbar-gmap {
	width: 100%;
	height: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#infowindow-content {
	display: none;
}
#map #infowindow-content {
	display: inline;
}

/*quotation new order*/
.form-control.new-address {
	width: 90%;
    font-size: 16px;
    border-radius: 5px;
    margin: 20px auto;
}
.new-address-title {
	text-align: center;
}
.delivery-address h4 span {
	cursor: pointer;
}

/*rewards start here */
.rewardNotif{
	background-color: #404040;
	position: relative;
	color: white;
	height: 50px;
	width: 100%;
	padding : 15px;
	text-transform: none;
	vertical-align: middle;
	cursor: pointer;
}
#pointBalance .vertical-align-center{
	display: inline;
}
.point-details{
	background-color: #404040;
	position: sticky;
	color: white;
	text-align: center;
	padding: 5px;
	text-transform: none;
}
.pointtitle{
	font-size: 20px;
	color: #c7c7c7;
}
.totalpoint{
	font-weight: bold;
	font-size: 40px;
	color: white;
}
.totalsgd{
	font-size: 20px;
	color: white;
}
.expiringpoint{
	font-size: 16px;
	color: #c7c7c7;
}
.earnPoint{
	font-size: 18px;
	color: #c7c7c7;
}
.logicpoint{
	font-size: 20px;
	color: #c7c7c7;
}
.point-history-box h3{
	margin: 0;
	background: #707070;
	color: #ffffff;
	padding: 12px 20px;
}
.point-history-box table{
	width: 100%;
}
.point-history-box table tr td{
	text-align: center;
	width: 50%;
	padding: 12px 20px;
	border-top: 0.5px solid rgba(112,112,112,0.3);
}
#pointHistory .tabs-content-wrap .scroll-content{
	padding: 0;
}
#pointHistory .tabs-content-wrap .scroll-content > ul{
	margin-top: 0;
}
.redeem-points{
	background: #ffffff;
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	padding: 5px;
	text-align: left;
}
.redeem-points .enable-point{
	overflow: hidden;
}
.redeem-points .enable-point h4{
	text-transform: none;
	float: left;
}
.redeem-points .enable-point .toggle-button{
	width: 50px;
	float: right;
	height: 30px;
	background: #707070;
	border-radius: 20px;
	padding: 4px;
	cursor: pointer;
	box-shadow: inset 1px 1px 1px 2px #707070;
	transition: all 300ms ease-in-out;
}
.redeem-points .enable-point .toggle-button >.inner-circle{
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	box-shadow: -2px 1px 2px 1px #707070;
	transition: all 300ms ease-in-out;
}
.redeem-points .enable-point .toggle-button.active{
	background: #45db5d;
}
.redeem-points .enable-point .toggle-button.active >.inner-circle{
	margin-left: 50%;
	box-shadow: -2px 1px 2px 1px #707070
}
.redeem-points .balance-points p span{
	float: right;
}
.cart-modal-body-content {
	background-color: #ececec;
	padding-top: 10px;
	/* min-height: 270px; */
}
.menu-table-info {
	position: fixed;
	right: 10px;
	bottom: 2px;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: smaller;
	display: flex;
	justify-content: center;
	align-items: center;
	/* box-shadow: 0.5px 1px 0.8px 1px #24d1cf; */
}

/* delivery info */
.scrollbar-track-map {
	width: 100%;
	height: 80%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: height 0.3s ease;
}

#trackOrder .content-wrap {
	max-width: 340px;
	width: 86%;
	padding: 0 20px;
	margin: 20px auto;
}

#trackOrder .photo-driver img {
	height: 300px;
	width: 100%;
	border-radius: 50%;
}

.driver-info h4 {
	padding: 10px 0px;
}

#trackOrder .close-driver-info {
	width: 100%;
	height: 20px;
}

#trackOrder .content-wrap a.close-btn {
	height: 15px;
	width: 15px;
}

#printButton {
    width: 60%;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 5%;
}

@media (max-width: 768px) {
	.tab-content-thumb-box{
		width: 50%;
	}
}

@media (max-width: 630px) {
	.nav-horizontal nav ul li {
		margin: 0 14px;
	}
}

@media (min-width: 601px) {
	.button-con .back-btn{
		/*display: none;*/
	}
}

@media (max-width: 600px) {
	.navbar{
		background-color: #ffffff;
	}
	.content-wrap-con,
	.main-content-wrap{
		padding-top: 60px;
	}
	.nav-horizontal,
	#landing .navbar .back-btn,
	#dineIn .navbar .back-btn,
	#takeAway .navbar .back-btn,
	#delivery .navbar .back-btn,
	#account .navbar .back-btn,
	#orderHistory .navbar .back-btn,
	#pointBalance .navbar .back-btn,
	#pointHistory .navbar .back-btn,
	#promosAndVouchers .navbar .back-btn{
		display: none;
	}
	.burger{
		display: block;
		width: 30px;
		height: 20px;
	}
	.bars,
	.bars::before,
	.bars::after{
		height: 3px;
		top: 8px;
	}
	.bars::before {
		top: -8px;
	}
	.sideMenuContent nav ul li a {
		font-size: 24px;
		padding: 20px 15px;
	}
	.toggle-box {
		padding: 45px 20px 60px;
	}
	.toggle-head h3{
		font-size: 20px;
	}
	.arrow-icon{
		width: 22px;
		height: 14px;
	}
	.tabs-content-wrap .scroll-content{
		padding: 0 20px;
	}

}

@media (max-width: 450px) {
	.tab-content-thumb-box{
		width: 100%;
	}
}

@media (min-width: 375px) and (max-width: 419px) {
	#time {
		padding-left: 115px;
	}
}

@media (width: 375px) {
	#time {
		padding-left: 105px;
	}
}

@media (min-width: 420px) {
	.bootstrap-datetimepicker-widget.dropdown-menu {
		margin-left: 35%;
	}
	#item-details .modal-body .arrow-down {
		display: none;
	}
}

@media (max-width: 420px) {
	#time {
		padding-left: 95px;
	}
	.products {
		width: 60%;
	}
	.delivery-toggle .form-btn-con{
		margin: 20px -2% 0;
	}
	.delivery-toggle .form-btn-con .small-btn{
		width: 46%;
		margin: 5px 2%;
		padding: 5px 10px;
		float: left;
	}
	#promotion-modal .modal-dialog,
	#promotion-modal .owl-item{
		width: 300px;
		height: 420px;
	}
	.cart-promo-code input,
	.cart-promo-code button{
		height: 38px;
	}
}

@media (max-width: 360px) {
	#promotion-modal .modal-dialog,
	#promotion-modal .owl-item{
		width: 270px;
		height: 380px;
	}
	.tabs-bar ul::before{
		height: 6px;
	}
	.content-wrap, .medium-content-wrap{
		padding: 0 15px;
	}
	.tabs-content-wrap{
		padding: 52px 0 0;
	}
	.tabs-bar ul li,
	.send-email .send .btn{
		font-size: 22px;
	}
	.promotion-title h3{
		font-size: 24px;
	}
	.item-details-modifier-groups .options label{
		font-size: 100%;
	}
	.receipt-wrap .receipt-details table td,
	.receipt-wrap .receipt-details table th,
	.receipt-wrap .receipt-details .receipt-header label.date{
		font-size: 110%;
	}
	#cart .cart-total{
		font-size: 132%;
	}
	.btn-active,
	.proceed,
	.category .name,
	.product .product-overlay .price,
	.btn{
		font-size: 140%;
	}
	.item-details-modifier-group label,
	.item-details-quantity .options label,
	.item-details-special-instr label{
		font-size: 150%;
	}
	.receipt-wrap .receipt-details .receipt-header label{
		font-size: 160%;
	}
	#item-details .modal-body .item-description .item-overlay label{
		font-size: 170%;
	}
	h1,
	h2{
		font-size: 180%;
	}
	h3 {
		font-size: 1.3em;
	}
	#item-details .modal-body .item-wrap .item-details-modifier-group,
	#item-details .modal-body .item-wrap .item-details-special-instr{
		border-width: 3px;
	}
}

@media (max-width: 320px) {
	#promotion-modal .modal-dialog,
	#promotion-modal .owl-item{
		width: 250px;
		height: 360px;
	}
}

@media print {
	@page {
        size: auto portrait;
        margin: 0px;
    }
    .overlay {
        display: none;
    }
    body {
        font-family: 'oswald-regular';
        font-size: medium;
        text-transform: uppercase;
    }
    .no-print{
        display : none !important;
    }
    .medium-content-wrap {
        max-width: 100% !important;
        margin: 10px 0px 0px 10px !important;
    }
    .row {
        margin: 0px;
    }
    .receipt-wrap {
        margin: 1px !important;
    }
    .receipt-wrap .receipt-details {
        padding: 0px !important;
        width: 100%;
    }
    .receipt-header label { /*.receipt-wrap .receipt-details */
        font-size: x-large;
        font-weight: 100;
        text-transform: capitalize;
        width: 50%;
        padding-bottom: 5px;
    }
    .receipt-header label.date { /*.receipt-wrap .receipt-details  */
        font-size: large;
        text-align: right;
        padding-top: 5px;
        float: right;
        width: 50%;
    }
    .receipt-wrap .receipt-details table td, .receipt-wrap .receipt-details table th {
        line-height: 20px !important;
        font-size: large;
        font-weight: 100;
        padding: 0px;
        vertical-align: top;
    }
    .receipt-wrap .receipt-details .receipt-header .receipt-brandName {
        font-size: x-large;
    }
    .receipt-wrap .receipt-details .receipt-header .receipt-storeName {
        font-size: x-large;
    }
    .receipt-header .receipt-storeAddress { /*.receipt-wrap .receipt-details */
        font-size: x-large;
        margin-bottom: 5px;
    }
    .receipt-header .receipt-gstRegNumber { /*.receipt-wrap .receipt-details */
        font-size: x-large;
        margin-bottom: 5px;
    }
    .receipt-wrap .receipt-details table td.printName {
        padding-left: 9px !important;
    }
}

@keyframes slide-in {
	from { left: 100%; }
	to { left: 0; }
}
.slide-in {
	animation-duration: 0.3s;
	animation-name: slide-in;
}

@keyframes slide-out {
	from { left: 0; }
	to { left: -100%; }
}
.slide-out {
	animation-duration: 0.3s;
	animation-name: slide-out;
}

@keyframes form-cc-focus {
	20% {
		border: 2px solid rgba(0, 0, 0, 0.7);
	}
	60% {
		border: 2px solid rgb(214, 122, 223);
	}
	100% {
		border: 2px solid rgb(7, 147, 240);
	}
}

/* .form-cc input[type=text], .form-cc input[type=number]{
	background: transparent;
	box-shadow: none;
	padding-left:0;
	text-align:left;
	margin-bottom: 10px;
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.form-cc input[type=text]:focus, .form-cc input[type=number]:focus {
	animation-duration: 0.3s;
	animation-name: form-cc-focus;
	border-bottom: 2px solid rgb(214, 122, 223);
} */
.form-cc{
	background: #ececec;
}
.form-cc-group{
	padding: 5px;
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 10px;
}
.form-cc-group input[type=text], 
.form-cc-group input[type=number], 
.form-cc-group textarea,
.form-cc-group select{
	display: block;
	padding: 10px;
	width:100%;
	background: transparent;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
	resize: none;
	text-align:left;
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
}
.form-cc-group select{
	padding-top: 5px;
	padding-bottom: 5px;
}
.form-cc-group label{
	display: none;
	padding: 0 3px 0 3px;
	left: 15px;
	position: absolute;
	margin-top: -36px;
	font-size: 12px;
	background: #ececec;
	text-transform: none;
	color: rgba(0, 0, 0, 0.5);
}
.form-cc-group textarea + label{
	margin-top: -57px;
}
.form-cc-group input[type=text]:focus, 
.form-cc-group input[type=number]:focus,
.form-cc-group textarea:focus {
	animation-duration: 0.3s;
	animation-name: form-cc-focus;
	border: 2px solid rgb(214, 122, 223);
}
.form-cc-group input[type=text]:focus::-webkit-input-placeholder, 
.form-cc-group input[type=number]:focus::-webkit-input-placeholder,
.form-cc-group textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
@keyframes form-cc-focus-label {
	from {
		transform: translate(10px, 15px);
		-webkit-transform: translate(10px, 15px);
	}
	to {
		transform: translate(0, -5px);
		-webkit-transform: translate(0, -5px);
	}
}
.form-cc-group input[type=text]:focus + label, 
.form-cc-group input[type=number]:focus + label,
.form-cc-group textarea:focus + label  {
	display: inline-block;
	animation-duration: 0.2s;
	animation-name: form-cc-focus-label;
	color: rgb(7, 147, 240);
}

