/* CENTER SPECIFIC CSS ONLY */

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E")!important;
  background-repeat: no-repeat!important;
  background-position: right 1rem center!important;
  background-size: 12px 8px!important;
}

#top-container {
	background-color: #dbdefb;
	padding: 20px;
	padding-top: 0px;
}

@media screen and (max-width: 767px) {
	#top-container {
		padding: 0px;
	}
}

#top-logo-sticky {
	background-color: #dbdefb;
	/*min-height: 58px;*/
}

#top-center-container {
	margin-top: 20px;
}

#banner-container {
	
}

#banner-container .img-responsive {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 300px;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	#banner-container {
		margin-left: -15px;
		margin-right: -15px;
	}
	#banner-container .img-responsive {
		height: 150px;
		border-radius: 0px;
	}
}

#top-food-logo {
    width: 200px;
	max-width: 200px;
	height: auto;
    display: inline-block;
	margin: 10px;
}

#top-food-logo:hover {
	cursor: pointer;
}

#top-food-text {
	margin-top: 5px;
	margin-bottom: 10px;
}

#navigation-bar {
	background-color: #878787;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	min-height: 64px;
}

body {
	font-family: "Sofia Sans", sans-serif;
	color: #575757;
	background-color: #f6f7fb;
	position: relative;
}

.food-order-container {
    color: #575757;
}

h1 {
	color: #000;
	font-size: 32px;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 28px;
        text-align: left;
    }
}

h3 {
	font-family: "Sofia Sans", sans-serif;
	color: #000;
}

.form-control { 
	border: 1px solid #dbdefb;
}

@media screen and (max-width: 767px) {
	.form-control {
		min-width: 100%;
	}
}

.btn {
	font-family: "Sofia Sans", sans-serif;
	background-color: #e8eafe;
	border-color: #e8eafe;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
	font-weight: 700;
}


.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success:active:hover {
	background-color: #fff;
	border-color: #fff;
	color: #e8eafe;
}

.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus {
	background-color: #fff;
	border-color: #fff;
	color: #e8eafe;
}

.btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #e8eafe;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;
}

.btn-navigation {
	background-color: rgba(0, 0, 0, 0.0);
	border: none;
	border-radius: 25px;
	margin-right: 5px;
}

.btn-navigation:hover {
	background-color: #9f9f9f;
	color: #fff;
}

.navigation-selected {
	background-color: #fff;
	color: #878787;
}

.btn-menu {
	background-color: rgba(0, 0, 0, 0.0);
	border-radius: 25px;
	border: 1px solid #9f9f9f;
	width: 45px;
}

.btn-menu:hover {
	background-color: #9f9f9f;
	color: #fff;
	border: 1px solid #9f9f9f;
}

.menu-item {
    font-family: "Sofia Sans", sans-serif;
    background-color: #fff;
    /*border: 2px solid #dbdefb;*/
    color: #575757;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85px;
	box-shadow: 0 2px 5px #0000000d;
}

.menu-item:hover {
	cursor: pointer;
}

.menu-item:hover .control-food-label h3 {
	padding-left: 3px;
	transition: all ease 0.2s;
}

.menu-item h3 {
	font-family: "Sofia Sans", sans-serif;
	font-size: 18px;
	color: #575757;
	transition: all ease 0.2s;
	line-height: 22px;
}

.control-food-label h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;   /* number of lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.category-header {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    background-color: #f6f7fb;
    border: none;
}

.category-body {
	/*margin-bottom: 15px;*/
}

.category-wrapper {
	padding-bottom: 35vh!important;
}

.panel-title {
    margin-top: 15px;
    margin-bottom: 0px;
	margin-left: 10px;
    font-size: 26px;
    color: #000;
}

.panel-title:hover {
	cursor: auto;
}

.category-wrapper .panel-title::after {
	content: "";
}

.control-food-label h3 {
	font-weight: bold;
}

.control-food-label-price h3 {
	font-weight: normal;
}

#your-order-header {
	background-color: #9f9f9f;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#your-order-header h3 {
	font-size: 24px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#your-order-header h3 {
		font-size: 28px;
	}
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.sticky-second {
	position: sticky;
	top: 55px;
	z-index: 999;
}

.sticky-summary {
	position: sticky;
	top: 79px;
	z-index: 999;
	margin-top: -44px;
}

@media screen and (max-width: 767px) {
	.sticky-summary {
		bottom: 0px;
	}
}

.container-wrapper {
    background-color: #fff;
    color: #000;
    padding: 20px;
    border: 4px solid #fff;
    border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
    box-shadow: 0 2px 5px #0000000d;
	margin-bottom: 30px;
}

.food-wrapper { 
	padding-top: 0px;
}

.summary-wrapper {
    background-color: rgba(0, 0, 0, 0.0);
    padding: 0px;
    color: #000;
    border: none;
	box-shadow: 0 2px 5px #0000000d;
	border-radius: 25px;
}

.summary-content {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;
}

@media screen and (max-width: 767px) {
	.summary-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
	.summary-content {
		display: none;
	}
}

.summary-content {
	background-color: #fff;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 20px;
}

@media screen and (max-width: 767px) {
	.summary-content {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}

.horizontal-scroll {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	margin-left: -35px;
}

@media screen and (max-width: 767px) {
	.horizontal-scroll {
		margin-left: 0px;
	}
}

.horizontal-scroll::-webkit-scrollbar {
	display: none;
}

.fade-right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(135, 135, 135, 0), rgba(135, 135, 135, 1));
}

#food-modal-content {
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 25px;
}

.modal-header {
    border: none;
    padding: 0px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #eee;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.modal-header .close {
    margin-top: 15px;
    margin-right: 20px;
}

.modal-body {
	background-color: #fff;
}

.modal-footer {
	background-color: #fff;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
	padding-bottom: 25px;
}

.food-order-container .btn {
    background-color: #4351f5;
    border-color: #4351f5;
    padding: 10px;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.btn-number {
		height: 50px;
		width: 75px;
	}
}

.food-order-container .btn:hover {
	background-color: #e8eafe;
    border-color: #e8eafe;
	color: #4351f5;
}

.food-order-container .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
	padding-bottom: 21px;
    border: none;
	background-color: #dbdefb;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.food-order-container .input-group .form-control {
		height: 50px;
		border: 1px solid #eee;
	}
}

#addEditButton {
	min-width: 100%;
}

#editCartButton {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

#proceedButton {
	width: 100%;
}

#food-modal-content h3 {
    color: #000;
    margin-top: -25px;
	display: inline-block;
	font-size: 24px;
}

#customerButton {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.modal-backdrop.in {
    opacity: 0.9;
}

.fa-trash-alt {
    font-size: 16px !important;
    color: #878787;
}

.fa-trash-alt:hover {
	cursor: pointer;
	color: red;
}

#yourOrderHeader {
	color: #fff;
	font-size: 24px!important;
	/*background-color: #9f9f9f;*/
    border-radius: 25px;
    text-align: center;
}

#pageTopHeadline {
	margin-top: 20px;
    font-size: 24px;
    color: #fff;
    background-color: #9f9f9f;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    margin-top: -44px;
}

#customerDetails {
	position: relative;
	z-index: 999;
}

#foodContents {
	margin-top: 20px;
}

#dropdown-menu {
	color: #000;
}

.register-row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.errorrow {
    background-color: #ffd0d0;
    margin-top: 5px;
    padding-bottom: 10px;
    border-radius: 10px;
    padding-top: 10px;
}

#reset-row {
	margin-top: 0px;
	font-size: 14px;
}

#order-arrow-up {
	color: #fff;
    padding: 5px;
    position: absolute;
    top: 5px;
    margin-left: 5px;
}

#order-arrow-down {
	color: #fff;
    padding: 5px;
    position: absolute;
    top: 5px;
    margin-left: 5px;
}

hr {
	border-top: 1px solid #ccc;
}

.summary-wrapper hr {
    border-top: 1px solid #ededed;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.modal-content {
		height: auto;
	}
}

#tipLevelDropdown {
    padding: 0px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 25px;
	padding-left: 10px;
    background-color: #e8eafe;
    border: none;
    font-size: 16px;
	text-align: center!important;
}

#customTipField {
    padding: 0px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #e8eafe;
    border: none;
    font-size: 16px;
    height: auto;
	text-align: right;
}

#summary-placeholder {
	padding: 30px;
	color: #eee;
}

#summary-placeholder p {
	padding-top: 20px;
	font-weight: bold;
}

#summary-placeholder .fa-shopping-cart {
	font-size: 90px;
	color: #eee;
	opacity: 0.7;
	margin-bottom: 10px;
}

.breakdown-container {
	font-size: 14px;
	line-height: 20px;
}

#totalsLoader {
	margin-top: 15px;
	margin-bottom: 15px;
}

.loader {
    border: 8px solid #cfcfcf;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1 !important;
	z-index: 9999;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.unclickable {
	z-index: 99;
	pointer-events: none;
	opacity: 0.3;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s ;
	transition: all ease 0.3s ;	
}

.clickable {
	pointer-events: all;
	opacity: 1.0;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-ms-transition: all ease 0.7s ;
	transition: all ease 0.5s ;	
}

.navbar-nav {
	display: flex;
}

.navbar-nav>li {
	display: inline-block;
	background-color: #878787;
	margin-right: 5px;
	border-radius: 25px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s ;
	transition: all ease 0.3s ;	
}

.navbar-nav>li>a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s ;
	transition: all ease 0.3s ;	
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
    border-radius: 25px;
    color: #000;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s ;
	transition: all ease 0.3s ;	
}

#menu-scroll .active {
    background-color: #fff;
    color: #878787;
    border-radius: 25px;
}

#menu-scroll .active a {
    color: #000!important;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.option-wrapper .panel-title {
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 22px;
    color: #000;
}

.option-header {
    padding: 5px;
    padding-left: 0px;
    padding-right: 10px;
    margin-bottom: 5px;
    background-color: #ffffff;
}

.option-body {
    padding: 10px;
    line-height: 20px;
	/*
	border: 1px solid #555;
	border-radius: 25px;
	background-color: #e8eafe;
	*/
}

.option-row {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 10px;
}

.option-first-row {
	border-top: 1px solid #eee;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: 1px solid #eee;
}

.option-last-row {
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#ordered-item-extras {
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
}

.l-title {
    position: relative;
    padding-left: 10px;   /* space for the L */
	margin-top: 5px;
}

/* Vertical line */
.l-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 50%;
    background: #ccc;
}

/* Horizontal line */
.l-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;                     /* center vertically */
    transform: translateY(-50%);
    width: 10px;
    height: 0.5px;
    background: #ccc;
}