
@media (max-width: 760px) {
	#btn-chef {
		width: 20px;
	}
	#btn-chef img {
		width: 20px;
		background: #FFF;
		margin-left: -10px;
	}
	.btn-outline-clear {
		color: #FFF;
		border-color: #FFF;
		font-size: 0.9em;
	}
	#btn-busca span,
	#divBotaoUltimoPedido span {
		display: none;
	}
	.btn-outline-clear:hover, .btn-outline-clear:active {
		color: #333;
		border-color: #FFF;
		background-color: #FFF;
	}
	.fotoProduto {
		width: 80px;
		float: left;
		margin-right: 10px;
		border-radius: 5px;
	}
	body {
		padding-bottom: 50px;
		overflow-x: hidden !important;
	}
	body, html {
		overflow-x: hidden !important;
	}
	header h1 {
		width: 200px;
		font-size: 14px;
		padding: 7px 0 0 0;
	}
	header nav {
		width: 300px;
		font-size: 14px;
		margin: 0px -10px 0 0;
	}
	header nav a {
		padding: 15px 0 10px 0px;
	}
	.banner {
		width: 100%;
		height: 200px;
		background-size: cover !important;
		background-position: bottom right !important;
		float: left;
		margin-bottom: 80px;
	}
	.container {
		padding: 0
	}
	.banner-port {
	    position: relative;
	    left: 10px;
	    top: 150px;
		width: 100px;
	}
	.nav-menu {
		width: 290px;
		top: 250px;
		height: 45px;
		margin-right: 0;
	}
	.nav-menu i {
		font-size: 1em !important;
	}
	.nav-menu a {
		width: 100%;
		float: left;
		margin: 0 0 10px 0;
		font-size: 14px;
		text-decoration: none;
	}
	.produto {
		width: 100%;
		float: left;
		display: inline-grid;
		grid-template-columns: 70% 30%; 
		border-bottom: 1px solid #ccc;
		margin: 10px 0;
		padding: 5px 0 20px 0;
	}
	.produto h2 {
		font-size: 1.2em;
	} 
	.produto h3 {
		font-size: 1.1em;
	} 
	.produto .valor {
		font-size: 1.1em;
	}
	.produto .btn {
		font-size: 0.8em;
	}
	.produto-descricao p {
    	min-height: 50px;
    }
	.produto p {
		margin-bottom: 20px;
	}
	footer {
		padding: 5px 20px;
		box-sizing:  border-box;	
		width: 100%;
		float: left;
	}
	.footer {
		width: 100% !important;
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 10px 0;
		height: 60px;
		box-sizing: border-box;
		display: block;
		background: #FFF;
		float: left;
		border-top: 1px solid #CCC;
	}
	.footer .pad {
		padding: 10px;
		background: #f1f1f1;
		border-radius: 5px;
		float: left;
	}
	aside {
		margin-top: 20px;
	}
	.add .col-12 {
		padding-top: 20px;
	}
	.top {
		top: 45px;
		height: 80px;
		padding: 30px 10px 30px 10px !important;
	}
	.cycle-slideshow {
		margin-left: -5px;
		width: calc(100% + 15px);
	}
	.menu-desktop .col-1 {
		width: calc(100% - 20px) !important;
	}
	.menu-desktop .col-10 {
		width: calc(100% + 30px) !important;
	}
	.menu-desktop .btn-box {
		width: 115%;
	}
	.menu-desktop .btn-box:first-child {
		margin-left: -10px;
	}
	.ultimosPedidos {
		margin: 10px 0 30px 0;
		border-top: 1px solid #ccc;
		padding: 20px 0;
	}
	.ultimosPedidos:first-child {
		border-top: 0;
	}
	.ultimosPedidos .col-12 {
		text-align: center;
	}
	.detalhesPedido {
		margin: 15px 0;
	}
	#search {
		width: 100%;
		position: fixed;
		border-radius: 0;
	}
	#valor-carrinho {
		padding-top: 10px;
	}
	#modalLogin .form-control {
		margin-bottom: 10px;
	}
	#modalLogin .col-12 .btn {
		margin-bottom: 5px;
		width: 100%;
	}
	.fixe {
		display: none;
	}
}

@media (max-width: 420px) {
	header h1 {
		width: 150px !important;
		font-size: 14px;
	}
	header nav {
		width: 220px;
		font-size: 0.7em;
	}
	footer {
		padding: 50px 0 50px 0;
	}
	#cardapio h2 {
		font-size: 22px;
	}
	#cardapio h4, #cardapio p {
		font-size: 16px;
	}
}

@media (max-width: 375px) {
	#btn-chef {
		width: 20px;
	}
	#btn-chef img {
		width: 20px;
		background: #FFF;
		margin-left: -10px;
	}
	.top {
		top: 45px;
	    height: 80px;
	    padding: 30px 0px 30px 0px !important;
	}
	header h1 {
		width: 140px !important;
		font-size: 13px;
	}
	header nav {
		width: 205px;
		font-size: 0.7em;
	}
	.vlr {
		font-size: 0.8em;
	}
	.banner-port {
		width: 90px;
		top: 150px;
	}
	.nav-menu {
		width: 260px;
		font-size: 0.8em;
	}
	.nav-menu a {
		font-size: 13px;
	}
	.nav-menu div {
		padding: 3px;
	}
	.tamanho .col-5 {
		padding-top: 10px;
	}
	#botao-adicionar {
		font-size: 1.1em;
		text-align: center;
		width: 100%;
	}
	.produto .valor {
		font-size: 1em;
	}
}