#telhado{position: relative; top: -10px; left: -10px; width: 320px; height: 35px; background: url('../imgSite/telhadoMercado.png'); background-size: 34px; background-repeat: repeat-x; background-position: center top; opacity: 0.9; overflow: hidden; z-index: 2;}

		#mercadoLojas{width: 650px;}
			.mercadoProdutoBox{width: 100%; margin: 0 auto; padding: 10px 0px; margin-bottom: 20px; border-radius: 5px; border-bottom: 1px solid var(--roxo70);}

					#produtoBox{display: none; padding-top: 10px; width: 100%; height: auto; text-align: center;}

					#empresaMercadoBoxVoltar{display: none; margin-top: 20px; padding-bottom: 5px; font-size: 16px; text-align: left; font-style: italic; border-bottom: 1px solid var(--cinza03);}
					#empresaMercadoBoxVoltar a{font-size: 13px; font-weight: 400;}

					#empresaMercadoBoxBt{display: flex; justify-content:center; gap: 10px; align-items: center; flex-wrap: wrap; margin: 10px 0px;}
						.empresaMercadoBtCategoria{width: 70px; margin-top: 5px; margin-bottom: 5px; padding: 10px; color: var(--roxo); font-size: 11px; font-weight: 500; text-align: center; cursor: pointer; background: var(--roxo10); border-bottom: 1px solid var(--roxo70); border-radius: 5px; overflow: hidden;}

					/* MERCADO TITULO */
					#empCarrinho{position: absolute; right: 10px; top: 48px; width: 38px; height: 40px; background: url('../imgSite/ico_carrinho.png'); background-size: contain; cursor: pointer;}
					.empresaMercadoBoxTitulo{margin-top: 5px; margin-bottom: 10px; font-size: 16px; font-weight: 500; color: var(--roxo);}
					.empresaMercadoBoxCatalogo{width: 170px; margin-top: 5px; margin-bottom: 10px; font-size: 16px; font-weight: 500; text-align: left; color: var(--roxo);}
					.empresaMercadoBoxHorarioFuncionamento{color: var(--vermelho); font-size: 14px;}

					/* LISTA DE PRODUTOS */
					#empresaMercadoBoxProdutos{position: relative; display: flex; flex-wrap: wrap; justify-content:space-around; align-items: center;}
						.empresaMercadoBoxItem{position: relative; display: none; width: 290px; margin-top: 10px; padding: 10px; text-align: left; border-bottom: 1px dotted var(--cinza05); border-radius: 5px;}

						/* PRODUTO GALERIA IMAGENS */
						.mercadoProdutoImg{position: relative; width: 100px; height: 100px; float: left; margin: 10px; margin-top: 0px; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 1px; border-radius: 5px; cursor: pointer;}
							.mercadoProdutoImgBtBack{position: absolute; left: 55px; bottom: -35px; width: 30px; height: 25px; text-decoration: none; background: url('../imgSite/ico_violet_voltar.png'); background-position: center; background-size: 23px; background-repeat: no-repeat; cursor: pointer;}
							.mercadoProdutoImgBtNext{position: absolute; right: 55px; bottom: -35px; width: 30px; height: 25px; text-decoration: none; background: url('../imgSite/ico_violet_avancar.png'); background-position: center; background-size: 23px; background-repeat: no-repeat; cursor: pointer;}
							.mercadoProdutoImgNav{margin-top: 15px; color: var(--roxo); font-size: 13px;}

						/* PRODUTO */
						.mercadoProdutoInfo{cursor: pointer;}
							.mercadoProdutoImagemCapa{position: relative; width: 300px; height: 300px; border-radius: 5px 5px 0px 0px; border-bottom: 1px dotted var(--cinza04);}
							.mercadoProdutoBoxFlex{width: 300px; display: flex; justify-content:center; gap: 10px; align-items: center; flex-wrap: wrap; margin: 10px 0px;}
								.mercadoProdutoImagemBt{width: 70px; height: 70px; border-radius: 5px; border-bottom: 1px solid var(--cinza04);}
							.mercadoProdutoIco{position: absolute; top: -40px; right: 0px; max-width: 60px; padding: 2px 5px; font-size: 12px; background: var(--amarelo); border-radius: 5px;}
							.mercadoProdutoNome{color: var(--cinza05); font-size: 18px; font-weight: 500; text-align: left; overflow: hidden;}
							.mercadoProdutoDescricao{padding: 10px; margin-top: 10px; margin-bottom: 10px; background: var(--cinza01); color: var(--cinza05); font-size: 15px; font-stretch: condensed; text-align: justify; border: 1px dotted; border-radius: 3px;}

						#infoProduto{position: relative; height: 37px; margin-bottom: 10px; border-radius: 0 0 5px 0;}
							.qntProduto{position: absolute; left: 0px; top: 0px; width: 60px; height: 37px; overflow: hidden; text-align: center; background: #fff;}
							.infoProdutoValor{position: absolute; left: 70px; top: 10px; color: var(--roxo); font-size: 16px; text-align: left;}
							.infoProdutoBtCarrinho{position: absolute; right: 0px; bottom: -4px; width: 38px; height: 40px; background: url('../imgSite/ico_carrinho.png'); background-size: contain; cursor: pointer;}

						/* LISTA CARRINHO */
						.carrinhoTabela{margin-top: 20px; color: #000; font-size: 14px;}
						.carrinhoTabela th{color: var(--cinza05); font-size: 14px; font-weight: 500; border-bottom: solid 1px #555;}
						.carrinhoTabela td{color: #222; font-size: 13px; padding: 5px 0px;}
						.carrinhoTabelaTitulo{padding: 4px; padding-left: 6px; font-size: 16px !important; background: var(--roxo); color: var(--branco) !important; font-weight: 500 !important; text-align: left; border-radius: 5px 5px 0 0; cursor: pointer;}
						.carrinhoTabelaTotal{padding: 5px 0px; color: var(--cinza05) !important; border-top: 1px dotted var(--cinza04);}
						.btEsvaziarCarrinho{position: relative; margin: 0px auto; margin-top: 0px; max-width: 120px; padding: 3px 5px; background: var(--vermelho); text-align: center; font-size: 12px; font-weight: 400; color: #fff; border-radius: 3px; cursor: pointer;}
						.btFazerPedido{position: relative; margin: 3px auto; max-width: 120px; padding: 3px 5px; background: var(--verde); text-align: center; font-size: 12px; font-weight: 400; color: #000; border-radius: 3px; cursor: pointer;}




							/*
												.empresaBtAcoesListaFlex{display: flex; flex-direction: row; height: 69px; justify-content: center; align-items: center;}
													.empresaBtAcoesListaPedidos{padding:5px; margin: 0px 5px; background: var(--roxo); border-radius: 10px;}
														.empresaBtAcoesListaPedidos a{color: var(--branco); font-size: 14px; font-weight: 500;}
														.empresaMercadoBoxBtOff{width: 280PX; padding: 10px; background: var(--cinza02); background-repeat: no-repeat; background-size: 14px; background-position: center; font-size: 17px; border-radius: 0px 0px 4px 4px; border-bottom: 1px solid var(--cinza03); cursor: pointer;}
														.empresaMercadoBoxBtOn{width: 280PX; padding: 10px; background: var(--verde); background-repeat: no-repeat; background-size: 11px; background-position: center; font-size: 17px; border-radius: 0px 0px 4px 4px; border-bottom: 1px solid var(--cinza05); cursor: pointer;}
							*/


							.empresaMercadoBoxImg{float: left; margin-right: 10px; width: 80px; height: 80px; background: var(--roxo10); border-radius: 5px; border-bottom: 1px solid var(--roxo50);}
							.empresaMercadoBoxNome{width: 270px; color: var(--cinza05); font-size: 15px;}
							.empresaMercadoBoxValor{width: 270px; color: var(--cinza04); font-size: 13px;}

				.mercadoSacolaVendedorBox{position: relative; margin-bottom: 30px; padding: 10px; padding-top: 5px; min-height: 146px; background: linear-gradient(to top,var(--roxo10),var(--branco)); border-bottom: 1px solid var(--roxo50); border-radius: 0px 0px 5px 5px; overflow: hidden;}
					.consMercadoSacolaoBtEsvaziar{position: absolute; right: 0px; top: 0px; width: 20px; height: 20px; background: url('../imgSite/ico_trash03.png'), var(--branco); background-repeat: no-repeat; background-position: center; background-size: 16px; cursor: pointer; border-radius: 0 5px 0 0;}
					.consMercadoSacolaoProduto{position: relative; display: flex; justify-content: space-between; margin-bottom: 5px; padding: 5px 10px; color: var(--cinza05); border-radius: 5px; border-bottom: 1px dotted var(--roxo70);}
						.consMercadoSacolaoListaTitulo{position: relative; padding: 3px; letter-spacing: 1px; font-size: 12px; font-weight: 500; text-align: left; color: var(--branco); background: var(--roxo); cursor: pointer; border-radius: 5px 7px 0 0;}
							.consMercadoSacolaoListaDel{width: 17px; height: 20px; font-size: 14px; text-align: left; overflow: hidden; cursor: pointer; background: url('../imgSite/ico_trash03.png'); background-repeat: no-repeat; background-size: 13px; background-position: 0px 1px ;}
							.consMercadoSacolaoListaNome{width: 167px; height: 20px; font-size: 14px; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
							.consMercadoSacolaoListaQnt{width: 50px; font-size: 13px; text-align: center; color: var(--cinza04);}
							.consMercadoSacolaoListaVlr{width: 50px; font-size: 13px; text-align: right; color: var(--cinza04);}
							.consMercadoSacolaoListaVlrTotal{width: 98%; font-size: 16px; font-weight: 500; text-align: right; color: var(--cinza05);}
							.consMercadoSacolaoListaRetirada{position: relative; margin: 0 auto; margin-top: 10px; margin-left: 120px; width: 160px; line-height: 40px; text-align: left; font-size: 13px; color: var(--roxo);}
							.consMercadoSacolaoListaBT{width: 155px; margin: 0px auto; padding: 5px 0px; letter-spacing: 1px; font-size: 13px; font-weight: 500; text-align: center; color: var(--branco); background: var(--roxo); border-radius: 5px; cursor: pointer;}
							.consMercadoSacolaoListaMotoboy{position: absolute; top: 14px; left: -65px; width: 50px; height: 50px; background: url('../imgSite/ico_mercado_sacola_entrega01.png'); background-size: cover; background-repeat: no-repeat;}

						.consMercadoSacolaoTipoEntrega{display: none; position: absolute; left: 0px; top: 0px; width: calc(100% - 2px); height: calc(100%); background: linear-gradient(to right,var(--cinza02),var(--branco),var(--cinza02)); border: 1px solid var(--roxo); border-top: 0px; border-radius: 0px 0px 5px 5px;}
							.consMercadoSacolaoTipoEntregaTitulo{color: var(--cinza05); font-size: 14px; font-weight: 500; text-align: center;}

						.consMercadoPedidoNomeEmpresa{padding: 3px; font-size: 12px; letter-spacing: 2px; background: var(--roxo); color: var(--branco); text-align: center; border-radius: 5px 5px 0 0 ;}
						.consMercadoPedidoCorpo{margin-bottom: 30px; padding: 10px; padding-top: 5px; background: linear-gradient(to top,var(--roxo10),var(--branco),var(--branco)); overflow: hidden; border-bottom: 1px solid var(--roxo50); border-radius: 0 0 5px 5px;}
							.consMercadoPedidoId{margin-bottom: 5px; padding: 3px; font-size: 12px; letter-spacing: 1px; text-align: center; color: var(--cinza05); border-radius: 5px 5px 0 0 ; border-bottom: 1px double var(--roxo50);}
							.consMercadoPedidoListaStatus{display: flex; align-items: center; flex-direction: row; font-size: 12px; color: var(--cinza05);}
								.consMercadoPedidoListaStatus1{width: 20px; height: 30px; background: url('../imgSite/ico_mercado_pedido_status1.png'); background-repeat: no-repeat; background-position: center; background-size: cover;}
								.consMercadoPedidoListaStatus2{width: 20px; height: 30px; background: url('../imgSite/ico_mercado_pedido_status2.png'); background-repeat: no-repeat; background-position: center; background-size: cover;}
								.consMercadoPedidoListaStatus3{width: 20px; height: 30px; color: var(--cinza04); background: url('../imgSite/ico_mercado_pedido_status3.png'); background-repeat: no-repeat; background-position: center; background-size: cover; filter: grayscale(100%);}
							.consMercadoPedidoBtListaProdutos{margin-top: 10px; margin-bottom: 5px; padding: 3px; font-size: 12px; text-align: center; color: var(--vermelho); cursor: pointer;}
							.consMercadoPedidoListaProdutos{display: none; margin-bottom: 10px; padding: 5px; background: linear-gradient(to left,var(--cinza01),var(--branco),var(--cinza01)); border: 1px solid var(--roxo30); border-radius: 3px;}

						.consMercadoPedidoMotoboyTitulo{margin-bottom: 10px; font-size: 16px; font-weight: 500; text-align: left; color: var(--cinza05);}
						.consMercadoPedidoMotoboyLista{background: linear-gradient(to left,var(--cinza01),var(--branco),var(--cinza01)); border: 1px solid var(--roxo30); border-radius: 3px;}
							.consMercadoPedidoMotoboyItem{padding-bottom: 5px; margin-bottom: 5px; font-size: 16px; text-align: left; color: var(--roxo); text-wrap: nowrap;}

						.consMercadoPedidoEmpresaBtBox{display: flex; justify-content: space-evenly; flex-wrap: wrap;}
							.consMercadoPedidoEmpresaBtStatus{min-width: 90px; padding: 3px; font-size: 12px; color: var(--branco); background: var(--cinza04); margin-bottom: 10px; border-radius: 5px;}

@media screen and (max-width: 999px)
{
}
