.foods-content{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 21px 318px 21px 247px;
}

.food-items-container{
	position: relative;
	margin: 0 auto;
	max-width: 671px;
	padding: 0 15px;
}

.food-item-wrapper{
	display: block;
}

.food-item{
	display: block;
	float: left;
	margin: 0 0 41px 0;
	width: 300px;
	background: #ffffff;
}

.food-items-container > div:nth-child(2){
	margin-top: 79px;
}

.food-items-container > div:nth-child(even){
	float: right;
}

.food-items-container > div:last-child{
	margin-bottom: 0;
}

.food-item-thumbnail-wrapper{
	position: relative;
}

.food-item-mortgage-badge{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 68px;
	height: 77px;
	line-height: 32px;
	padding: 22px 0 23px;
	font-size: 27px;
	font-family: 'Moon Flower';
	background: transparent url('../img/mortgage-bg.svg') no-repeat center top/100% auto;
	text-align: center;
	color: #FFFFFF;
}

.img-food-item{
	width: 100%;
	outline: 1px solid rgba(255,255,255,0.5);
	outline-offset: -1px;
}

.food-item-name{
	font-size: 30px;
	font-family: 'Moon Flower', sans-serif;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	margin-top: 11px;
}

.food-item-description{
	text-align: center;
	padding: 0 10px;
}

.food-item-ingredients-row{
	background-position: 0 0;
	width: 100%;
	height: 33px;
	text-align: center;
}

.food-item-ingredients-row > div{
	padding-left: 46px;
	position: relative;
	height: 33px;
	line-height: 33px;
	display: inline-block;
}

.btn-ingredients{
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	background: no-repeat 50% 50%/50% auto #c0081b;;
	background-image: url('../img/icons/ingredient-button-plus.svg') !important;
}

.btn-ingredients:hover{
	background-color: #8c000e;
}

/*.icon-show-ingredients{
	background-position: 0 -62px;	
	display: block;
	width: 24px;
	height: 24px;
}*/

.food-item-price-wrapper{
	width: 42%;
	float: left;
	background: #ffffff;
	padding-right: 1px;
	margin-top: 1px;
	display: block;
	height: 45px;
}

.food-item-price{
	font-size: 30px;
	font-family: 'Moon Flower', sans-serif;
	text-align: center;
	background: #0F0F0F;
	color: #ffffff;
	line-height: 45px;
}

.food-item-add-to-basket{
	float: right;
	margin-top: 1px;
	width: 58%;
	padding: 0;
	text-align: center;
}
