.list ul li:nth-child(even) {
	background: #cec4c4;
}

.list .item-inner:after {
	display: none!important;
}

.list ul {
	margin-bottom: 20px!important;
}

.list ul .product:last-child {
	margin-bottom: 70px;
}

.navbar-bg {
	background: #fff!important;
}

.navbar .title-large {
    top: 18px!important;
    height: 90px!important;
}

.navbar-large-collapsed .title-large {
	display: none!important;
}

.logotipo {

}

.logotipo img {
	max-width: 75%;
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menu-list-products,
.menu-list {
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
}

.menu-list-products:nth-child(odd),
.menu-list:nth-child(odd) {
	border-bottom: solid 3px #cfcfcf;
}

.menu-list-products:nth-child(even),
.menu-list:nth-child(even) {
	border-bottom: solid 3px #fff;
}

.menu-list-products,
.menu-list:last-child {
	margin-bottom:50px;
}

.menu-list-products .background,
.menu-list .background {
	height: 200px;
	position: relative;
	background-position: center;
	background-size: cover;
	display: flex;
	
}

.menu-list-products .title,
.menu-list .title {
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	left: 20px;
	text-shadow: 2px 2px #000000;
}

.menu-list-products .title {
	bottom: 25px;
}

.product {
	margin: 10px;
	padding: 15px;
	background: #f7f7f7!important;
}


.product img {
	border-radius: 50%;
}
.product h1 {
	font-size: 20px;
	margin: 0px;
}

.product a:link,
.product a:visited {
	color: #000
}

.produto_aberto {
	margin-bottom: 70px;
}

.produto_aberto p.strong {
	font-weight: 700;
	font-size: 22px;
	margin: 0px;
}

.list .item-title {
	white-space: inherit!important;
	line-height: 28px!important;
	font-size:20px!important;
}

.preco {
	font-size: 20px!important;
	margin-top: 5px!important;
}

.card-content.card-content-padding {
	font-size: 16px!important;
}