@import url("https://fonts.googleapis.com/css?family=Montserrat:400,900|Quicksand:300,400,700");

body {
	padding: 50px 0;
	font: 14px Quicksand, Tahoma;
}

h5 {
	font-weight: 900;
}

header {
	color: #FFF;
	box-shadow: 0 0 25px #333;
	top: 0;
	padding: 10px 10px;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	z-index: 9999;
	float: left;
	height: 55px;
}

header h1 {
	font-size: 1.5em;
	font-weight: 700;
	width: 300px;
	float: left;
}

header nav {
	/*width: 380px;*/
	float: right;
	text-align: right;
	padding: 0px 10px 0 0;
}

.btn {
	color: #FFF !important;
}

.btn-outline-clear {
	color: #FFF;
	border-color: #FFF;
}

.btn-outline-clear:hover, .btn-outline-clear:active {
	color: #333 !important;
	border-color: #FFF;
	background-color: #FFF;
}

header nav a {
	color: #FFF;
	font-size: 1.3em;
	padding: 10px 0 10px 20px;
}
footer a {
	color: #333;
}
header nav a:hover {
	color: #252A30;
	text-decoration: none;
}

header h1 a {
	color: #FFF;
	text-decoration: none
}

header h1 a:hover {
	color: #FFF;
	text-decoration: none;
}

.detalhesPedido {
	width: 100%;
	background: #f1f1f1;
	border-radius: 7px;
	padding: 10px;
	box-sizing: border-box;
	margin: -20px 0 20px 0;
	display: none;
}

.fixe {
	position: fixed;
	top: 150px;
}

.box-carrinho {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 13px;
}

.top {
	position: fixed;
	z-index: 999;
	top: 55px;
	padding: 20px 10px 20px 10px !important;
	background: #FFF;
	box-sizing: border-box;
	height: 70px;
	box-shadow: 0 0 10px #ccc;
	border-radius: 5px;
}

.top a {
	background: #FFF;
}

.alert-warning a {
	color: #F00;
}

.label-adicional {
	font-weight: normal !important;
	display: grid;
	grid-template-columns: 60% 40%;
	padding: 2px 0 0 0;
}

.carrinho-pedido {
	margin-bottom: 10px;
}

.margin {
	margin: 20px 0;
}

.fotoProduto {
	width: 100px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
}

.upper {
	text-transform: uppercase;
} 

.banner {
	width: 100%;
	height: 280px;
	float: left;
	border-radius: 5px;
	margin-bottom: 80px;
	box-shadow: 0 0 10px #333;
}

.banner-port {
	position: relative;
	left: 20px;
	top: 100px;
	width: 210px;
}

.modal a {
	color: #333;
}

.banner-port a img {
	border-radius: 10px;
	border: 1px solid #666;
	float: left;
	box-shadow: 0 0 25px #333;
}

.banner-port .nome {
	position: absolute;
	z-index: 9;
	width: 200px;
	color: #FFF;
	margin-top: 140px;
	margin-left: -200px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 900;
}

.nav-menu {
	width: 450px;
	/*background: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0 0 25px #333;*/
	padding: 5px;
	float: right;
	margin: -50px -15px 0 0;
	z-index: 9;
	position: relative;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	top: 330px;
	font-size: .9em;
	font-style: bold;
	color: #333;
}

.nav-menu a {
	color: #333;
	margin: 10px;
	text-align: center !important;
	float: left;
	margin-top: -2px
}

.trash {
	color: #F00;
}

.btn-block {
	color: #F00;
	font-weight: 900;
	font-size: 0.8em;
}

.btn-block:hover {
	color: #F00;
}

.menu-grupos a {
	color: #F00;
	text-decoration: none;
}

#cardapio h2 {
	font-weight: 900;
	color: #000;
	font-style: 900;
	margin: 5px 0 25px 0;
	font-size: 1.5em;
}

#cardapio section {
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	margin: 20px 0;
	float: left;
}

.produto {
	width: 100%;
	float: left;
	display: inline-grid;
	grid-template-columns: 70% 30%; 
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	padding: 5px 0 5px 0;
	font-size: 18px;
	border-radius: 5px;
}

.produto-foto {
	padding: 5px;
	float: left;
}

.produto-foto img {
	border-radius: 5px;
	box-shadow: 0 0 20px #333;
}

.produto-descricao {
	padding: 0 10px;
	color: #666;
}

.produto-descricao h4 {
	font-weight: 900;
	font-size: 1em;
	color: #333;
}

.produto-descricao p {
	min-height: 50px;
	font-size: 0.9em;
}

.detalhes {
	display: inline-grid;
	grid-template-columns: 33% 33% 33%;
	width: 100%;
}

.detalhes div {
	padding: 10px;
}

.hide {
	display: none;
}

label, .parsley-errors-list {
	font-weight: bold;
}

.parsley-errors-list {
	color: red;
	margin: 10px 0;
}
.produto .valor {
	color: #F00;
	text-align: center;
	font-weight: 900;
	font-size: 1.2em;
	margin: 5px;
}

.row {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.list-group{
	list-style:none;
}
aside h2 {
	color: #F00;
	font-weight: 700;
	font-size: 1.2em;
}

.accordion, aside {
	box-shadow: 0 0 10px #ccc;
}

.accordion {
	border-radius: 10px;
}

aside {
	padding: 10px;
	border-radius: 5px;
}

.banner-img {
	box-shadow: 0 0 20px #333;
}

.footer {
	display: none;
}

.up {
	position: fixed;
	z-index: 999;
	bottom: 70px;
	right: 10px;
	background-color: rgba(255,0,0,0.3);
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 3px 0 0 9px;
	font-size: 1.5em;
}

.up:hover, .up:active {
	color: #000;
}

.red {
	font-size: 1.5em;
	color: #F00;
}

.custom-checkbox {
	min-height: 60px;
	margin-bottom:  5px;
}

h4 {
	font-weight: 900;
	font-size: 1.3em;
}

#atualizarCarrinho, #limparCarrinho {
	display: none;
}

.cycle-slideshow .btn-box {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	float: left;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	color: #F00 !important;
	text-decoration: none !important;
}

.cycle-slideshow {
	z-index: 999;
}

.cycle-slideshow .btn-box:hover {
	border-color: #000;
	text-decoration: none !important;
}

.controles {
	width: 100%;
	float: left;
	position: relative;
	z-index: 99;
	margin-top: -78px;
}

#search {
	width: 500px;
	position: fixed;
	top: -3px;
	right: 0;
	z-index: 99999;
	padding: 15px 10px 15px 10px;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 10px #666;
}

#next, #prev {
	color: #ccc;
	text-decoration: none;
	font-size: 1.3em;
	z-index: 110;
}

#next {
	float: right;
}

#prev {
	float: left;
}

.modal  {
	z-index: 9999;
}

.table-carrinho strong  {
	font-size: 1.2em;
}

.table-carrinho small {
	color: #666;
}

.table-carrinho span {
	color: #333;
	font-weight: normal;
	font-size: 0.9em;
}

.finaliza-carrinho .table-carrinho {
	font-size: 2em;
}

.swal2-container {
	z-index: 9999 !important;
}

header h1 img {
	margin-top: -10px;
}

#btn-chef {
	background: #FFF;
}

#btn-chef img {
	width: 25px;
	background: #FFF;
}
