/*FOX_STRAP*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.container {
    max-width: 1020px;
	margin-right: auto;
    margin-left: auto;
}
.col-md-6, .col-md-4, .col-md-9, .col-md-3{
	position: relative;
    width: 100%;
}
.col-md-6{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-9{
	-ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-3{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*BODY*/
body{
	font-family: 'Playfair Display', serif;
}
img{
	width: 100%;
}
/*HEADER*/
header{
	padding: 50px 0;
	text-align: center;
}
/*SELEZIONE MENU*/
.selezione-portata ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.selezione-portata ul li{
	font-family: 'Montserrat', sans-serif;
	padding: 20px 30px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}
.selezione-portata ul li a, .selezione-portata ul li a:visited{
	color: #333;
}
/*MENU*/
.colonna-menu{
	display: flex;
}
.immagine-piatto{
	width: 250px;
	height: 180px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right:30px;
}
.colonna-menu h2{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 18px;
	margin-top:0px;
}
.descrizione p{
	color:#777;
	margin-top:0px;
	font-size: 18px;
	margin-bottom: 5px;
}
.allergeni{
	font-weight: bold;
    font-size: 14px;
}
.colonna-prezzo{
	text-align: right;
}
.prezzo{
	font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
.singola-riga{
	padding: 40px 0;
	border-bottom: 1px solid #eee;
}
.content-tab{
	display: none;
}
.content-tab.attivo{
	display: block;
}
.riga-categoria h3{
	font-size: 35px;
}
.prezzo-giorno{
	padding:40px 0;
	font-size: 18px;
	font-weight: bold;
}
/*PUBBLICITA*/
.banner-pubblicita{
	width: 80%;
	margin-top:120px;
	margin-bottom:80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.singolo-banner{
	position: relative;
	width: 32%;
	display: inline-block;
	padding: 0 10px;
}
/*FOOTER*/
footer{
	padding: 50px 0;
	text-align: center;
}
.box-info-extra{
	margin-top: 80px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1050px) {
	.container{
		width: 100%;
		padding: 0 30px;
	}
}
@media screen and (max-width: 750px) {
	.col-md-9, .col-md-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.selezione-portata ul li{
		display: block;
	}
	.singolo-banner{
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 500px) {
	.colonna-menu{
		display: block;
	}
	.immagine-piatto{
		margin-right: 0px;
		width: 100%;
		margin-bottom: 15px;
	}
	.box-testo{
		margin-bottom: 15px;
	}
}