.alert {
	margin: 15px 15px 0 15px
}

.btn {
	margin: 5px 10px;
	padding: 6px 20px;
	border-radius: 2rem
}

.btn-primary {
	border-color: #000;
	background-color: #444;
	color: #fefefe
}

@-webkit-keyframes cardInAnimation {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.card {
	padding: 12px;
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #fefefe;
	border-radius: 15px;
	position: relative;
	box-shadow: 0 .0625rem .125rem 0 rgba(0, 0, 0, .1);
	overflow: visible;
	animation: cardInAnimation .5s forwards
}

.card-body {
	padding-top: 5px
}

.card-title {
	display: inline-block;
	padding-top: 18px;
	font-size: 1rem;
	color: #616161;
	font-weight: 500
}

.card-footer {
	margin-top: 5px;
	border-top: 1px solid #ddd;
	padding-top: 11px
}

.card-action::-webkit-scrollbar {
	display: none
}

.card-action-link {
	color: #888;
	font-size: .9rem;
	padding-right: 16px
}

.card-action-list {
	list-style: none;
	overflow: auto;
	margin: 5px 0 0 0;
	padding: 0
}

.card-action-list>li {
	float: left;
	width: 50%;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #ddd;
	padding: 3px 10px;
	font-weight: 600
}

.card-action-list>li:last-child {
	border: none
}

.card-action-list>li>a {
	color: #4b4f56
}

.card-action-list>li>a.active {
	color: #00a8a5
}

.card-no-padding {
	padding: 0
}

.card-padding {
	padding: 12px
}

.carousel-control {
	width: 0;
	opacity: 1
}

.carousel-control.left:before,
.carousel-control.right:before {
	content: "";
	display: block;
	width: 60px;
	height: 125px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	background-image: url("carousel-controls.png");
	border-radius: 2px
}

.carousel-control.left:before {
	left: 15px;
	background-position: 15px 28px
}

.carousel-control.right:before {
	right: 15px;
	background-position: -58px 28px
}

.fa-2x {
	font-size: 1.4rem
}

.food-wrapper a:hover,
.food-wrapper a:active {
	text-decoration: none
}

.food {
	overflow: hidden
}

.food-mini {
	margin: 0;
	border-radius: 0;
	width: 100%;
	overflow: hidden
}

.food-mini .food-thumbnail {
	border-radius: 0;
	width: 70px;
	height: 70px
}

.food-mini .food-title {
	font-size: .95rem
}

.food-thumbnail {
	background-size: cover;
	background-position: center;
	background-color: #ddf1f9;
	width: 100%;
	padding-top: 60%;
	height: auto
}

.food-thumbnail-list {
	list-style: none;
	padding: 0
}

.food-thumbnail-list>li {
	height: 75px;
	width: 75px;
	display: inline-block;
	background-color: #eee;
	margin: 5px 3px
}

.food-thumbnail-list>li:first-child {
	display: block;
	width: auto;
	padding-bottom: 66.66%;
	position: relative;
	margin: 0
}

.food-thumbnail-list>li:first-child .food-thumbnail-list-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto
}

.food-thumbnail-list>li .food-thumbnail-list-cover {
	height: 75px;
	width: 75px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.food-content {
	position: relative
}

.food-title {
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	font-size: 1.1rem;
	height: 1.3rem;
	font-weight: 500
}

.food-variation {
	font-size: .8rem;
	height: .9rem;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	margin-bottom: 5px
}

.food-price {
	color: #ff6f00;
	font-size: .8rem
}

.food-status {
	margin-bottom: 16px
}

.food-description {
	width: 100%;
	max-width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px
}

.food-clamp-description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: .9rem;
	color: #606060;
	font-weight: 300
}

.food-footer {
	vertical-align: middle;
	text-align: justify
}

.food-brand-icon {
	width: 35px;
	height: 35px;
	background-color: #ddf1f9;
	border-radius: 3px;
	background-size: cover;
	grid-area: thumbnail
}

.food-brand-name {
	color: #666;
	font-size: .9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	text-indent: 3px;
	grid-area: header
}

.food-brand-rating {
	font-size: 10px;
	line-height: 15px;
	grid-area: subheader
}

.food-brand-action {
	grid-area: action
}

.food-brand.has-icon .food-brand-name,
.food-brand.has-icon .food-brand-rating {
	padding-left: 5px
}

.food-action {
	overflow: auto;
	border-top: none;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px
}

.food-action-list {
	list-style: none;
	overflow: auto;
	margin: 5px 0 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
	padding-top: 5px
}

.food-action-list>li {
	float: left;
	width: 50%;
	text-align: center;
	background-color: #fff;
	border-right: 1px solid #ddd;
	padding: 3px 10px;
	font-weight: 500;
	font-size: 1rem
}

.food-action-list>li:last-child {
	border: none
}

.food-action-list>li>.active {
	color: #00a8a5
}

.food-action-list>li>a {
	color: #555
}

.food-action-list>li>a.active {
	color: #00a8a5
}

.food-panel {
	border: none;
	margin: 0
}

.food-panel .panel-heading {
	background-color: #f1f1f1
}

.food-panel .panel-body {
	background-color: #e7e7e7
}

.food-panel-block-title {
	display: block;
	width: 100px;
	float: left
}

.food-panel-block-content {
	display: inline-block
}

.food-panel-list {
	margin-bottom: 0;
	overflow: auto;
	padding-bottom: 0px
}

.food-panel-list:not(:last-child) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.footer {
	background-color: #f2f2f2;
	border-top: 1px solid #e4e4e4;
	overflow: auto
}

.footer .fbar {
	line-height: 40px;
	font-size: .9rem;
	padding-left: 27px;
	border-bottom: 1px solid #e4e4e4
}

.footer a {
	color: #666;
	display: inline-block;
	padding-left: 27px;
	line-height: 40px;
	font-size: .85rem
}

.footer a:hover {
	color: #666
}

.footer .left {
	float: left;
	padding-right: 27px
}

.footer .right {
	float: right;
	padding-right: 27px
}

@media(max-width: 767px) {
	.footer .fbar {
		text-align: center
	}
	.footer .left {
		float: none;
		text-align: center
	}
	.footer .right {
		float: none;
		text-align: center
	}
}

#searchbox {
	border-radius: 2px
}

.form-control {
	border-color: #999
}

.checkbox,
.radio {
	margin-top: 0
}

.help-block {
	font-size: .8rem
}

h2,
.h2,
h3,
.h3 {
	color: #777
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem;
	font-weight: normal;
	margin: 10px 0 10px;
	color: #555
}

h3 {
	font-size: 1.5rem;
	margin: 0
}

h4 {
	font-size: 1rem;
	line-height: 1.4rem;
	color: #777;
	font-weight: 500
}

.hero {
	margin: 0;
	overflow: auto
}

@media(max-width: 767px) {
	input,
	textarea {
		font-size: 16px !important
	}
}

.control-label {
	font-size: .9rem
}

.radio-btn-group-list {
	overflow: auto
}

.radio-btn-group {
	display: inline-block
}

.radio-btn-group.radio-btn-block {
	display: block
}

.radio-btn-group.radio-btn-block label {
	display: block
}

.radio-btn-group label {
	padding: 8px 15px
}

.radio-btn-group input[type=radio] {
	opacity: 0;
	position: absolute
}

.radio-btn-group input[type=radio]+label {
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	font-weight: 400
}

.radio-btn-group input[type=radio]:checked+label {
	border-width: 2px;
	border-color: #4ba5a4 !important
}

.radio-btn-group input[type=radio]:hover+label {
	border-color: #888
}

.radio-btn-group.radio-btn-option label {
	border: none;
	font-size: .9rem;
	background-color: #ebebeb;
	border-radius: 20px !important
}

.radio-btn-group.radio-btn-option.radio-low-emphasis label {
	border: 1px solid #888;
	background-color: transparent
}

.radio-btn-group.radio-btn-option input[type=radio]:checked+label {
	color: #fff;
	background-color: #ff6f00
}

.control-label {
	font-weight: 600;
	font-size: .75rem
}

.form-control:focus {
	box-shadow: none;
	box-shadow: 0 0 1px #00a8a5;
	border-color: #00a8a5
}

form label {
	font-weight: 300;
	font-size: .85rem;
	padding-right: 10px
}

.label {
	font-size: .7rem;
	padding: 2px 8px;
	line-height: 20px
}

.label-primary {
	background-color: #00a8a5
}

.label-warning {
	background-color: #ff6f00
}

.label-success {
	background-color: #00a851
}

.label-danger {
	background-color: #e84f47
}

.label-hero {
	background-color: #009688
}

.label-emphasis {
	font-weight: 500
}

.label-small {
	font-weight: 300;
	font-size: .8rem
}

.label-badge {
	width: fit-content;
	height: 14px;
	padding: 1px 4px 2px
}

.lead {
	font-size: .9rem
}

small {
	font-size: .7rem
}

.list-unstyled>li {
	margin-bottom: 15px
}

.list-unstyled>li:last-child {
	margin-bottom: 0
}

.ajax-popup-content>.container {
	width: 100% !important
}

.modal-header {
	border: none;
	padding: 0;
	height: 49px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 120;
	margin-right: 0px;
	margin-left: 0px
}

@media(min-width: 768px) {
	.modal-header {
		position: relative
	}
}

.modal-header .close {
	color: #4ba5a4;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 8px;
	background-image: url("carousel-controls.png");
	background-position: 55px 5px;
	width: 39px;
	height: 39px;
	background-size: 200px;
	opacity: 1
}

.modal-title {
	font-size: 18px
}

.modal-content {
	background-color: #f8f9fa;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 15px
}

.modal-body {
	padding: 0 !important;
	border-radius: 0
}

.modal-footer {
	padding: 0;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	background-color: #fefefe
}

.modal-lg {
	margin: 0 auto
}

@media(min-width: 768px) {
	.modal-lg {
		margin: 15px auto
	}
}

@media(min-width: 992px) {
	.modal-lg {
		width: 80vw
	}
}

.nav>hr {
	margin: 0 0 15px
}

.nav-pills>li>a {
	font-size: .9rem
}

.nav-pills>li>a:hover {
	background-color: #fff
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #00a8a5
}

.nav-sidebar>li>a {
	padding: 5px;
	color: #555
}

.nav-sidenav>li {
	margin: 0;
	min-height: 48px
}

.nav-sidenav>li.active>a {
	background-color: transparent;
	color: #4ba5a4;
	font-weight: 500
}

.nav-sidenav>li>a {
	color: #777;
	font-size: .9rem;
	line-height: 1.4rem
}

.nav-sidenav>li>a .fa {
	font-size: 1.2rem
}

.nav-sidenav>li+li {
	margin-top: 0;
	min-height: 48px
}

.nav-sidenav-dropdown {
	background-color: #fafafa;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.nav-sidenav-dropdown>li.active>a {
	background-color: transparent;
	color: #4ba5a4
}

.nav-sidenav-dropdown>li>a {
	padding-left: 25px;
	color: #777
}

.navbar-header {
	padding: 0
}

@media(min-width: 768px) {
	.navbar-header {
		padding: 0 30px
	}
}

.navbar-brand {
	float: none;
	display: block;
	padding: 0;
	width: 200px;
	height: 38px;
	background-image: url("../images/logo.png?v=311217");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 6px auto
}

@media(min-width: 768px) {
	.navbar-brand {
		margin: 4px 0;
		width: 220px;
		height: 44px
	}
}

.navbar-nav>li {
	float: none;
	display: inline-block;
	height: 50px;
	min-width: 50px;
	padding: 0 8px
}

.navbar-nav>li>a {
	text-align: center;
	padding: 0;
	line-height: 53px
}

.navbar-default {
	background-color: #fefefe;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 50;
	font-size: .9rem
}

.navbar-default>.container {
	position: relative
}

.navbar-default .navbar-nav>li>a {
	color: #009688
}

.navbar-default .navbar-nav>li>a>.icon-text {
	padding: 0 4px;
	float: left;
	line-height: 50px;
	display: block
}

.navbar-default .navbar-nav>li>a>.label {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .7rem;
	padding: 2px 3px;
	line-height: 10px
}

@media(max-width: 767px) {
	.navbar-default .navbar-nav>li>a>.label {
		position: relative;
		float: none !important
	}
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active:hover>a,
.navbar-default .navbar-nav>li:hover>a {
	color: #3b8281;
	background-color: transparent
}

@media(max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff
	}
}

.navbar-default .navbar-mini {
	padding: 0;
	padding-top: 10px;
	font-size: .8rem
}

.navbar-default .navbar-mini>li {
	padding: 0 6px
}

.navbar-default .navbar-mini>li.active {
	border-bottom: 3px solid #4ba5a4
}

.navbar-default .navbar-mini>li.active>a {
	font-weight: 500;
	color: #4ba5a4 !important
}

.navbar-default .navbar-mini>li>a {
	color: #777;
	line-height: 25px
}

.navbar-default .navbar-mini>li>a.icon-2x {
	padding: 0
}

.navbar-default .navbar-mini>li>a>.label {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .7rem;
	line-height: 10px;
	padding: 2px 2px
}

@media(max-width: 767px) {
	.navbar-default .navbar-mini>li>a>.label {
		position: relative;
		float: none !important
	}
}

.navbar-default .navbar-mini>li.active>a,
.navbar-default .navbar-mini>li.active:hover>a,
.navbar-default .navbar-mini>li:hover>a {
	color: #222;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-radius: 0;
	color: #4ba5a4;
	float: right
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #4ba5a4
}

.navbar-default .navbar-app-icon {
	color: #4ba5a4;
	position: relative;
	background-color: transparent !important;
	background-image: none;
	border: none;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 50px
}

.navbar-default .navbar-app-icon:focus {
	outline: 0
}

.has-notification .navbar-toggle {
	margin: 8px 5px 0;
	padding: 0 8px 0;
	font-size: 24px
}

.has-notification .navbar-toggle:after {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 14px;
	background-color: rgba(255, 0, 0, .8);
	position: absolute;
	top: 0px;
	right: -2px
}

.navbar-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border-top: 1px solid #ccc
}

.navbar-mobile ul.nav-pills {
	line-height: 0;
	text-align: justify
}

.navbar-mobile ul.nav-pills:before {
	content: "";
	display: block;
	width: 100%
}

.navbar-mobile ul.nav-pills:after {
	content: "";
	display: inline-block;
	width: 100%
}

.navbar-mobile ul.nav-pills>li {
	line-height: 20px;
	padding: 0;
	display: inline-block;
	float: none
}

.navbar-mobile ul.nav-pills>li a {
	padding: 5px 8px 0px
}

.navigation-drawer {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 199;
	height: 100%;
	display: none
}

.navigation-drawer-content {
	z-index: 200;
	width: 250px;
	background-color: #fff;
	height: 100%;
	padding-top: 15px;
	position: fixed;
	top: 0;
	left: -250px;
	transition: .5s;
	overflow: scroll
}

.navigation-drawer-header {
	height: 44px;
	width: 200px;
	background-image: url("https://food-hero.s3.amazonaws.com/images/logo.png");
	background-repeat: no-repeat;
	background-size: auto 36px;
	display: block;
	margin-left: 15px;
	padding-bottom: 8px;
	margin-bottom: 15px
}

.rating-container .filled-stars {
	overflow: hidden;
	-webkit-text-stroke: 0;
	text-shadow: none
}

.rating-xs {
	font-size: 1.2rem
}

.rating {
	position: relative
}

.star-ratings-css {
	unicode-bidi: bidi-override;
	color: #f9d455;
	font-size: 10px;
	letter-spacing: 3px;
	height: 15px;
	line-height: 15px;
	width: 75px;
	position: relative;
	padding: 2px 0 0;
	white-space: nowrap;
	display: inline-block
}

.star-ratings-css-top {
	padding: 0;
	position: absolute;
	z-index: 0;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden
}

.star-ratings-css-bottom {
	padding: 0;
	display: block;
	z-index: -1
}

.table {
	background-color: #fefefe;
	margin-bottom: 0;
	color: #777;
	font-size: .8rem
}

.table-middle td {
	vertical-align: middle !important
}

.table-hover>tbody>tr:hover {
	background-color: #ddf1f9
}

.text-primary {
	color: #00a8a5
}

.text-warning {
	color: #ff6f00
}

.text-success {
	color: #00a851
}

.text-danger {
	color: #e84f47
}

.text-hero {
	color: #009688
}

.text-emphasis {
	font-weight: 500
}

.text-small {
	font-weight: 300;
	font-size: .8rem
}

.lead {
	font-size: .9rem
}

small {
	font-size: .7rem
}

dt {
	font-size: .7rem;
	color: #00a8a5
}

dd {
	font-size: .9rem
}

dd+dt {
	margin-top: 8px
}


/*# sourceMappingURL=style.css.map */