body {
	width: auto;
}
.header .domicilio-left, .header .domicilio-right {
	display: none;
}
.header .domicilio-mobile {
	display: block;
	margin: -15px auto 0 auto;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.header .domicilio-mobile img {
	height: 50px;
}
.logo span {
	display: none;
}
.first {
	margin-left: 0;
}
.categoria {
	display: block;
	margin: 10px auto 50px auto;
}
.social {
	display: none;
}
.carta {
	margin-top: 10px;
}
.product-panel-left, .product-panel-right {
	width: auto; 
	float: none;
}
.product-panel-right {
	margin-top: 5px;
}
#cat2 .product-panel-right, #cat3 .product-panel-left, #cat4 .product-panel-left, #cat5 .product-panel-right, #cat6 .product-panel-right, #cat7 .product-panel-left, #cat8 .product-panel-left,
#cat9 .product-panel-right, #cat10 .product-panel-right, #cat12 .product-panel-left{
	display: none;
}
.horario {
	float: none;
	width: auto;
}
.alergenos {
	display: inline-block;
}
.delivery {
	width: auto;
	background-color: #582829;
}
.delivery table {
	color: #bdbdbd;
}
.logo img {
	width: auto;
	max-height: 120px;
}
.logo {
	text-align: center;
}
.header .domicilio-mobile img {
    height: 45px;
}
.navBar.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
.delivery.display {
	text-align: center;
    font-size: medium;
    padding: 10px;
    border-bottom: 1px solid #330d0d;
}


.topBar {
    background: #263238;
    color: rgba(255, 255, 255, 0.3);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 800px;
    font-family: distant;
}

.navBar {
    background: #330D0D;
}

.nav {
    margin: 0 -10px;
    padding: 0 10px;
    list-style: none;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.nav > li > a {
    padding: 14px 16px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
}

.nav > li.active {
    border-bottom: 2px solid #d01e2d;
}