.featured-header {
	border-bottom: 1px solid #ccc;
	margin: .8em 0;
}
.featured-header a {
	float: right;
	margin-top: 3px;
	font-size: 12px;
	font-weight: 400;
}

.featured-gallery {overflow: hidden}
.featured-prev {float: left}
.featured-next {float: right}

.featured-gallery.simple .featured-prev,
.featured-gallery.simple .featured-next {visibility: hidden}

.featured-gallery .disable {visibility: hidden}

.featured-prev,
.featured-next {
	cursor: pointer;
	width: 25px;
	height: 200px;
	line-height: 200px;
	text-align: center;
}

.featured-prev i,
.featured-next i {
	display: block;
	border: 10px solid transparent;
    margin-top: 90px;
}
.featured-prev i {
	border-left-width: 0;
	border-right-color: #5a5a5a;
    float: left;
    margin-left: 7px;
}
.featured-next i {
	border-right-width: 0;
	border-left-color: #5a5a5a;
    float: right;
    margin-right: 7px;
}

.featured-list {
	overflow: hidden;
	font-size: 0;    
    margin: 0 25px;
	white-space: nowrap;
}

.featured-wrapper > a,
.featured-wrapper > div {
/*.featured-item {*/
	font-size: 12px;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding: 0 10px;
	text-decoration: none;
}
.featured-wrapper > a:hover,
.featured-wrapper > div:hover {text-decoration: underline}

.featured-thumb {
	width: 160px;
	height: 160px;
	margin-bottom: 6px;
}

.featured-wrapper > a img,
.featured-wrapper > div img {
/*.featured-item img {*/
	display: block;
	max-width: 100%;
	max-height: 160px;

	/* Fixed size */
	width: 160px;
    height: 160px;
}

.featured-wrapper > a h4,
.featured-wrapper > div h4
/*.featured-item h4*/ {padding-bottom: 4px}

.order-food-view-by {
	padding: 5px 10px;
	color: #000;
	background-color: #f3f3f3;
}
.order-food-view-by select {margin-left: 10px}

.order-food-group {
	border-bottom: 1px solid #ccc;
	/*display: table;
	table-layout: fixed;*/
	width: 100%;
	cursor: pointer;
    overflow: hidden;
    position: relative;
}
.order-food-group > * {
    /*display: table-cell;
	vertical-align: top;*/
}
.order-food-group .thumbnail {
	width: 160px;
	vertical-align: middle;
    float: left;
}
.order-food-group .thumbnail img {
	display: block;
	margin: 15px auto;
	max-width: 130px;
}
.order-food-group .description {
    padding-top: 15px;
    width: 510px;
    margin-left: 160px;
    overflow: hidden;
}

.order-food-group .toggle {
	width: 40px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 0;
}

.order-food-group .toggle:before {content: "+"}
.order-food-group.expanded .toggle:before {content: "-"}

/*.order-food-group:nth-child(4n+5),
.order-food-group-items:nth-child(4n+6) {background-color: #f3f3f3}*/

.order-food-group-items {
	padding: 0;
	list-style-type: none;
}
.order-food-group-items li {
	padding: 5px 10px 5px 180px;
	/*border-top: 1px solid #ccc;*/
}
.order-food-group-items li a {display: block}
.order-food-group-items li .online {
	float: right;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #33a76e;
}

.food-brand {
	display: table;
	margin-bottom: 15px;
	overflow: hidden;
}

.food-brand .thumbnail {
	float: left;
	margin-right: 10px;
}

.food-brand .description h1 {margin: 0}

.food-brand .description {
	display: table-cell;
	vertical-align: middle;
}

.food-brand .description p {
	color: #000;
	margin: 0;
}
.list-locations {		
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-locations h2 {margin: 0}

.list-locations hr {margin-top: 0}

.department-list {
	overflow: hidden;
	margin-left: -15px;
}

.department-list-item {
	float: left;
	margin: 0 0 20px 15px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 151px;	
	height: 191px;
}

.department-list-item:hover {
	text-decoration: underline;
}

.department-list-item .title {
	font-family: 'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	word-wrap: break-word;
}

.department-list-item .image {
	display: block;
	width: 151px;
	height: 151px;
}

.department-list-item .image img {max-width: 151px}

.nav-tab {
	overflow: hidden;
	margin-bottom: 10px;
}

.nav-tab > .btn {
	background-color: #1e1e1e;
	border-right: 1px solid #fff;
	color: #fff;
	font-family: 'Gill Sans MT',Arial,Helvetica,sans-serif;
	font-size: 14px;
	float: left;
	line-height: 18px;
	margin: 0;
	padding: 4px 2px;
	text-align: center;
	text-decoration: none;	
	width: 92px;
	height: 20px;
}

.nav-tab > .btn-muted {
	background-color: #5a5a5a;
}

.nav-tab > .btn-muted:hover {
	background-color: #1e1e1e;
}


/* Utilities */
.pull-left {float: left}
.pull-right {float: right}


/* Product's Catalog */
.category-list {
	margin: 25px -35px 0 0;
	overflow: hidden;
}
.category-list .product .description {color: #666}