.big_food{
	position: relative;
	margin-top: 4em;
	padding: 5px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-top:3em;
}

.big_food .hp-border-bottom{
	top:70px;
}

#big_food{
	background: #f3f3f3;
	padding:10px 30px;
	margin-top:3rem;
	border-radius: 30px;
}

.food-box{
	background:#fff;
	padding: 20px 10px 10px 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-radius:30px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15;
	height:500px;
}

.food-box-head{
	border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.food-box-day{
	text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
}

.food-box-date{
	text-align: center;
	font-weight: 600;
}

.food-box-item{
	margin-bottom:30px;
}

#big_food .arrow_next{
	right:5px;
}

#big_food .arrow_prev{
	left:5px;
}

#big_food .arrow_prev, #big_food .arrow_next{
	top: 50%;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 0;
}

.small-food{
	display:none;
}

section .small-food-button{
	display:none;
}

#big_food .slick-arrow{
	border-radius:10px;
}

@media screen and (min-width: 992px) {

	#big_food .arrow_prev, #big_food .arrow_next{
		width: 50px;
    	height: 50px;
		font-size: 1.5rem;
	}

	#big_food{
		padding: 10px 55px;
	}


		section #big_food{
			display:none;
		}

		section #big_food{
			margin-top:0;
			padding:0;
		}

		section .small-food{
			display:block;
			margin-top: 30px;
			background: #f7f6f6;
			padding: 20px;
		}

		section .small-food-button{
			display:block;
			background: #f7f6f6;
			text-align:center;
			padding-bottom:15px;
		}

		section .big_food{
			margin-top:0;
		}

		section .big_food .front-control{
			display:none;
		}

		section .small-food .date{
			text-align:center;
			font-weight: 600;
        	font-size: 0.9rem;
		}

		section .small-food .date i{
			display:none;
		}

		section .small-food .itemFood{
			margin-bottom: 1.5rem !important;
		}


}

@media screen and (min-width: 1400px) {

	.big_food{
		padding-left: calc((100vw - 1400px) / 2);
    	padding-right: calc((100vw - 1400px) / 2);
	}
	
}
