.espacamento-1 
{
	padding: 1px;
	width: 100%;
}

.espacamentox-1 
{
	height: 1px;
	width: 100%;
}

.espacamentox-11
{
	position: relative;
	height: 2px;
	left: 0%;
	width: 100%;
}


.espacamentox-1-90
{
	height: 1px;
	width: 90%;
}

.espacamentox-2
{
	position: relative;
	height: 2px;
	left: 4%;
	width: 92%;
}

.espacamento-2 
{
	padding: 2px;
	width: 100%;
}

.espacamento-3 
{
	padding: 3px;
	width: 100%;
}

.espacamento-4
{
	padding: 4px;
	width: 100%;
}


.espacamento-5 
{
	  padding: 5px;
	  width: 100%;
}

.espacamento-6
{
	  padding: 6px;
	  width: 100%;
}
.espacamento-7 
{
	  padding: 7px;
	  width: 100%;
}
.espacamento-8 
{
	  padding: 8px;
	  width: 100%;
}

.espacamento-9 
{
	  padding: 9px;
	  width: 100%;
}


.espacamento-10 
{
	  padding: 10px;
	  position: relative;
	  width: 100%;
}

.espacamento-11
{
	  padding: 11px;
	  width: 100%;
}


.espacamento-12 
{
	  padding: 12px;
	  width: 100%;
}


.espacamento-15 
{
		position: relative;
	  padding: 15px;
	  width: 100%;
}

.espacamento-20
{
	  padding: 20px;
	  width: 100%;
}


.espacamento-25
{
	  padding: 25px;
	  width: 100%;
}



.espacamento-30
{
	  padding: 30px;
	  width: 100%;
}


.espacamento-35
{
	  padding: 35px;
	  width: 100%;
}



.espacamento-40
{
	  padding: 40px;
	  width: 100%;
}


.espacamento-50
{
	  padding: 50px;
	  width: 100%;
}


.espacamento-70
{
	  padding: 70px;
	  width: 100%;
}

.font-20
{

	font-size: 30px;
}

.font-size-10
{
		font-size: 10px;

}

.font-size-12
{
		font-size: 12px;

}

.font-size-13
{
		font-size: 13px;

}

.font-size-16
{
		font-size: 16px;

}


.font-size-18
{
		font-size: 18px;
}
.font-size-20
{
		font-size: 20px;
}

.font-size-25
{
		font-size: 25px;
}

.font-size-30
{
	font-size: 30px;
}


.sj-margin-left-5
{
	margin-left: 5px;
}

.sj-margin-left-6
{
	margin-left: 6px;
}

.sj-margin-left-7
{
	margin-left: 7px;
}

.sj-margin-left-8
{
	margin-left: 8px;
}
.sombra-text
{

	text-shadow: 0.1em 0.1em 0.05em #333
}

.text-decoration-1
{
	text-decoration: underline;
}

.strong
{
 font-weight: bolder;
 	
}

.cor-border-cinza
{
border:1px solid #CCCCCC;
border-radius:10px;
}

.cor-border-categoria
{
/*border:2px solid #720000; */
border-radius:10px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.5);


}

.display-none
{
	display: none;
}

.display-block
{
	display: block;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield;
}


.borda-redonda
{
	border-radius:100%;
}

.align-center
{
	text-align: center;
}
.align-left
{
	text-align: left;
}

.align-left-item
{
	align-items: left;
}
.align-right
{
	text-align: right;
}
.cor-letra-branco
{
	color: #FFFFFF;
}

.cor-letra-cinza
{
	color: #a8a8a8;
}

.cor-letra-verde
{
	color: #003f1a;
}

.cor-letra-aisim
{
	color:#b22222;
}

.background-aisim
{
	background-color:#b22222;
}

.background-cinza
{
	background-color:#8f8f8f;
}

.background-branco
{
	background-color:#a30000;
	height: 1500px;
	position: relative;
}


.cor-letra-1
{
	color:#808080;
}
.cor-letra-2
{
	color:#464646;
}

.cor-letra-3
{
	color:#02a32b;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}


.cor-letra-3-3
{
	color:#a70000;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}


.cor-letra-4
{

	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}

.background-color-1
{
	background-color: #f1efef;
}


.background-color-2
{
	background-color: #e0e0e0;
}

.background-color-3
{
	background-color: #726e6e;
}


.background-color-4
{
	background-color: #ececec;
}

.background-color-5
{
	background-color: #ffffff;
}

.background-color-6
{
	background-color: #b4b3b3;
}


.letra-grande
{
	text-transform: uppercase;
}


.letra-pequena
{
	text-transform: lowercase;
}

.text-traco-embaixo
{
	text-decoration: underline;
}


.border-error
{
	border:3px solid #ff0000;

}

.link
{
	cursor: pointer;
}


.is-invisible {
	opacity: 0;
  }
  


@media (max-width:1220px) 
{
    .espacamento-categoria-produto
    {
	   	position: relative;
		width: 100%;
		height: 0px;
       
    }
}
    
 @media (min-width:1220px) 
 {
    .espacamento-categoria-produto
    {
		position: relative;
		width: 100%;
		height: 20px;
    }
}




.chamar-conteudo
{ 
	position: fixed;
    top:0;
    left: 0%;
	height:100%;
	width:100%;
	z-index:2;
	overflow-y:auto;
	overflow-x:hidden;
	 		
}

.prova-dagua
{
	position: fixed;
    top:0;
    left: 0%;
	height:100%;
	width:100%;
	z-index:2;
	overflow-y:auto;
	overflow-x:hidden;
   
background-image: url('../imagem/outros/logo.png');
  margin-left: auto;
    margin-right: auto;
opacity:0.1; 		

}

.texto-prova-dagua
{
	position:relative;
	top:50%;
	margin-top:-200px;
	left:0px;
	height:auto;
	width:100%;
	z-index:2;
	text-align:center;
 transform: rotate(-45deg);
	font-size:70px;



}

.chamar-conteudo-2
{ 
	position:relative;
	top:0px;
	left:0px;
	height:100%;
	width:400%;
	z-index:2;
	float:left;


}

.tamanho-icone-1
{

	height: 25px;
	width: 25px;
}


.tamanho-icone-2
{

	height: 28px;
	width: 28px;
}



.tamanho-icone-3
{

	height: 30px;
	width: 30px;
}

.tamanho-icone-4
{

	height: 35px;
	width: 35px;
}


@media (max-width:600px) 
{
    .imagem-logo-inicial 
    {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 240px;
        max-height: 140px;
    }
}
    
 @media (min-width:600px) 
 {
    .imagem-logo-inicial 
    {
		width: 60%;
		width: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
		max-width: 240px;
        max-height: 180px;
    }
}

@media (max-width:600px) 
{
	.imagem-logo-inicial2
	{

		width: 110px;
		height:110px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		

	}
}

@media (min-width:600px) 
{
	.imagem-logo-inicial2
	{
		width: 110px;
		height:110px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	
	}
}

.imagem-logo-inicial3
	{
		width: 110px;
		height:110px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		border-radius:100%;
	
	}

	.imagem-logo-inicial4
	{
		width: 110px;
		height:110px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	
	}

	.imagem-logo-inicial5
	{
		width: 340px;
		height:110px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	
	}

.top
{
	position: relative;
	width: 100%;
	top: 0px;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 

	
}


.top-voltar
{
	position: relative;
	width: 100%;
	top: -22px;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
}




.conteiner-categoria
{
	position: relative;
	width: 100%;
	top:10px;
	overflow-x:auto;
	overflow-y:hidden;
	height: auto;
	scrollbar-width: none;
}

.conteiner-users
{
	position: relative;
	width: 100%;
	top:10px;
	overflow-x:auto;
	overflow-y:hidden;
	height: auto;
	scrollbar-width: none;
}




	.conteiner-categorias
	{
		position: relative;
		width: 100%;
		top:10px;
		overflow-x:auto;
		overflow-y:hidden;
		height: 50px;
		scrollbar-width: none;
	}




.conteiner-categorias-editar
	{
		position: relative;
		width: 100%;
		overflow-x:auto;
		overflow-y:hidden;
		height: 160px;
	}


.conteiner-categorias::-webkit-scrollbar {
	display: none;
  }
  .conteiner-categorias::-moz-scrollbars-none {
	display: none;
  }

 

.conteiner-tamanho-categoria
{
	position: relative;
	height: 40px;
	top:0px;
	margin-left:-20px;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
	width: auto;

}

.botaoes-categoria-editar
{
	position: relative;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
	
}


.botaoes-taxa-entrega
{
	position: relative;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
	
}



.msg-sem-produto
{
	position: relative;
	width: 100%;
	text-align: center;
}


.inserir-nome-opcao
{
	position: relative;
	width: 100%;
	height: 50px;
	left:0px;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
	
}

.mostrar-botao-opcao
{
	position: relative;
	width: 100%;
	height: 50px;
	display:block;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 

	
}


.botaoes-opcao-editar
{
	position: relative;
	width: 100%;
	height: 50px;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
	
}


.botaoes-opcao-editar-2
{
	position: relative;
	left: 50%;
	margin-left: -170px;
	width: 340px;
	height: 50px;

}


.botaoes-opcao-editar-3
{
	position: relative;
	left: 50%;
	margin-left: -170px;
	width: 340px;
	height: 50px;
	display: none;

}


.on-off-opcao
{
	position: absolute;
	top: 11px;
	left: 100%;
	margin-left:-50px;
	height: 80px;
	width: 20px;


}

.obrigatorio-opcao
{
	position: absolute;
	top:0px;
	margin-left: -80px;
	left: 100%;
	width: 80px;
	height: 20px;
	background-color: #b22222;
	border-radius:10px
}

.obrigatorio-opcao-2
{
	position: absolute;
	top:0px;
	margin-left: -40px;
	left: 100%;
	width: 20px;
	height: 20px;
	border-radius:10px
}

.quantidade-escolher-opcao
{
	position: relative;
	left: 0%;
	width: 100%;
	height: 40px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 15px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #007932;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px#007932;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

.categorias-1
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 240px;
	height: 250px;
	float: left;
	margin-left: 20px;
	border-radius:10px;
	cursor: pointer;
}


.texto-categoria
{
	position: relative;
	top: 0px;
	margin-top:00px;
	height: 26px;
	width: auto;
	float: left;
	z-index: 100;
	margin-left: 20px;
	border-radius:5px;
	cursor: pointer;
}



.imagem-categoria-add
{
	position:relative;
	left:0%;
	margin-left: 0px;
	top:10px;
	width:100px;
	height:100px;
	z-index:7;
	overflow:auto;
	border-radius:100%;	
}

.imagem-categoria-2
{	
	width: 240px;
	height: 120px;	
}

.categorias-1-espaco
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 160px;
	float: left;


}

.categorias-1-espaco-2
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 150px;
	float: left;


}

.max-conteiner
{
	position: relative;
	top:0px;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}

.max-conteiner-carrinho
{
	position: relative;
	top:0px;
	width: 100%;
	height: auto;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}


.conteiner-produtos
{
	position: relative;
	top:0px;
	width: 100%;
	overflow:hidden;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	margin-left:0px;
	max-width: 1200px;
	margin-left: -20px;
}


.conteiner-entregador
{
	position: relative;
	width: 100%;
	top:10px;
	overflow-x:auto;
	overflow-y:hidden;
	height: auto;
	scrollbar-width: none;
	max-width: 600px;
}


.conteiner-produtos-cadastrar
{
	position: relative;
	top:0px;
	width: 100%;
	overflow:hidden;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	margin-left:0px;
	max-width: 1200px;
	margin-left: -20px;
}





.conteiner-produtos-busca
{
	position: relative;
	top:0px;
	width: 100%;
	overflow:hidden;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	margin-left:-40px;
	max-width: 1200px;
}


.todos-produtos
{
	position: relative;
	top: 0px;
	width: 340px;
	left: 0px;
	height: 91px;
	margin-top:20px;
	margin-left:00px;
	cursor: pointer;
	border-radius:10px;
	margin-left: 20px;
	
}

.todos-produtos-cadastrar
{
	position: relative;
	top: 0px;
	width: 340px;
	left: 0px;
	height: 91px;
	margin-left:0px;
	margin-top:20px;
	border-radius:10px;

}


.todos-produtos-1
{
	position: relative;
	top: 0px;
	width: 340px;
	left: 0px;
	height: 140px;
	margin-top:20px;
	margin-left:00px;
	cursor: pointer;
	border-radius:10px;
	margin-left: 20px;
	
}

.nome-produto
{
	position: absolute;
	top:5px;
	width:170px;
	height: auto;
	left:165px;
	z-index: 2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 14px;
	
}


.preco-produto
{
	position: absolute;
	top:60px;
	width:170px;
	height: auto;
	left:165px;

	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 16px;
	text-align: center;

}



.imagem-produto
{
	position:absolute;
	top: 00%;
	left: 0px;
	width: 100%;
	align-items: left;
	justify-content: left; 
	z-index: 1;
}

.div-imagem-produto-pop
{
	position:relative;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 140px;
	top: 00%;
	left: 0px;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	z-index: 1;
	
}


.titulo-produto
{
	position: absolute;
	top: 0%;
	margin-left:150px;
	width: 50%;
	height: auto;
}


.adicionar-produto
{
	position: absolute;
	top: 100%;
	left: 100%;
	width: 35px;
	height: 35px;
	margin-top:-30px;
	margin-left: -30px;;

}


.editar-produto
{
	position: absolute;
	top: 100%;
	left: 100%;
	width: 45px;
	height: 45px;
	margin-top:-40px;
	margin-left: -50px;
	

}




.imagem-produto-1
{
	width: 165px;
	height: 89px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	
	
}


.imagem-produto-pop
{
	width: 360px;
	height: 140px;
	
}


.imagem-produto-1-add
{
	width: 338px;
	height: 138px;
	border-radius:10px;
	
}

.footer-adicionar-produto
{ 
	position: absolute;
	top:100%;
	left:0%;
	margin-top:-50px ;
	height:50px;
	width:100%;
	z-index:2;
	background-color: #FFFFFF;
	border-top:1px solid #bebebe;
	z-index: 11;


}

.mensagem-agendamento {
	position: absolute;
	top:100%;
	left:0%;
	margin-top:-110px ;
	height:60px;
	width:100%;
	z-index:2;
	background-color: #FFFFFF;
	border-top:1px solid #bebebe;
	z-index: 11;
	padding-left: 10px;

}

.footer-carrinho
{ 
	position: fixed;
	top:100%;
	left:0%;
	margin-top:-50px ;
	height:50px;
	width:100%;
	z-index:2;
	background-color: #FFFFFF;
	border-top:1px solid #bebebe;
	z-index: 11;


}

.mensagem-somente-aberto{
	position: relative;
	padding-left: 10px;
	padding-top: 3px;
	font-size: 12px;
}

/* ============================== CARRINHO ================================*/


.fogos
{
	position: absolute;
	top:-50px;
	left: 0px;
	height: 100px;
	width: 100px;
	display:none;

}

.quantidade-carrinho
{
	position: absolute;
	top:2px;
	left: 50%;
	height: 25px;
	width: 25px;
	border-radius:100%;
	background-color: #FF0000;
	border:1px solid #FFFFFF;
	display:none;

}

.quantidade-caixa
{
	position: absolute;
	top:2px;
	left: 50%;
	height: 25px;
	width: 25px;
	border-radius:100%;
	background-color: #FF0000;
	border:1px solid #FFFFFF;
	display:block;

}
.icone-treme-2 {
	height: 100px;


  }
  


.icone-treme {
	animation: treme 0.5s;
	animation-iteration-count: 100;
  }
  
  @keyframes treme {
	0% {margin-left: 0;}
	25% {margin-left: 10px;}
	50% {margin-left: 0;}
	75% {margin-left: -5px;}
	100% {margin-left: 0;}
  }



.conteiner-produtos-carrinho
{
	position: relative;
	width: 340px;
	left: 0%;
	height: auto;

	border-radius:10px;
	border:1px solid #757575;

}

.conteiner-produtos-carrinho-loja-pc
{
	position: relative;
	width: 100%;
	max-width: 400px;
	left: 00%;
	height: auto;
	margin-left:0px;
	border-radius:10px;
	border:1px solid #757575;

}




.conteiner-funcionamento
{
	position: relative;
	width: 340px;
	left: 50%;
	height: auto;
	margin-left:-170px;
	border-radius:10px;

}


.carrinho-produto-nome
{
	position: relative;
	height: auto;
	left: 30px;
	width: 310px;
}

.carrinho-produto-nome-2
{
	position: relative;
	height: auto;
	left: 0px;
	width: 250px;
	
}

.carrinho-produto-nome-2-imprimir
{
	position: relative;
	height: auto;
	left: -25px;
	width: 150px;
	
}


.carrinho-opcao-nome-2
{
	position: relative;
	height: auto;
	left: 30px;
	width: 250px;
	
}


.carrinho-opcao-nome-2-imprimir
{
	position: relative;
	height: auto;
	left: 10px;
	width: 200px;
	
}



.carrinho-icone-delete
{
	position: absolute;
	left: 0px;
	top:2px;
	margin-left: -2px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	z-index: 010;
}

.carrinho-produto-preco
{
	position: absolute;
	left: 100%;
	top: 0px;
	margin-left: -90px;
	height: 10px;
	width: 80px;

}

.sem-item
{
	position: relative;
	width: 340px;
	left: 50%;
	height: auto;
	margin-left:-170px;
	border-radius:10px;

}

.produto-1
{
	position: relative;
	left: 2%;
	width: 96%;

	height: auto;
}


.produto-1-pc
{
	position: relative;
	left: 0%;
	width: 96%;
	max-width: 600px;
	border-radius:10px;
	border:1px solid #757575;
	height: 100%;
	min-height: 700px;
	max-height:700px;
	overflow-y: scroll;
}


.produto-1-pc-2
{
	position: relative;
	left: 0%;
	width: 96%;
	border-radius:10px;
	height: auto;
}


.adicionar-mais-item
{
	position: relative;
	left: 50%;
	margin-left: -150px;
	height: 50px;
	width: 300px;
	background-color: #e5ff00;
	border-radius:10px;
	border:1px solid #CCCCCC;
	cursor: pointer;

}



.cadastrar-novo-endereco
{
	position: relative;
	left: 50%;
	margin-left: -150px;
	height: 30px;
	width: 300px;
	background-color: #e5ff00;
	border-radius:10px;
	border:1px solid #CCCCCC;
	cursor: pointer;

}



.confirmar-carrinho
{
	position: relative;
	left: 50%;
	 margin-left: -150px;
	height: 50px;
	width: 300px;
	border-radius:10px;
	border:1px solid #CCCCCC;
	cursor: pointer;

}


.total-carrinho
{
	position: relative;
	top:0px;
	height: 50px;
	left: 3%;
	width: 94%;

}

.total-taxa-de-entrega
{
	position: relative;
	top:0px;
	height: 50px;
	left: 3%;
	width: 94%;
	display: none;

}
.total-carrinho-1
{
	position: absolute;
	top: -1px;
	left: 100%;
	margin-left: -120px;
	height: 30px;
	width: 120px;
	border-radius:10px;
	border:1px solid #CCCCCC;

}


.escolher-balcao-entrega
{
	position: relative;
	top:0px;
	height: 100px;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 

}



.escolher-pagamento
{
	position: relative;
	top:0px;
	height: auto;
	width: 100%;

	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	display:none;

}

.escolher-balcao-entrega-1
{
	position: relative;
	top:0px;
	height: 80px;
	width: 45%;

	left: 0%;
	float: left;
	border-radius:10px;
	border:1px solid #b22222;
	background-color: #dbd9d9;
	cursor: pointer;
}




.escolher-balcao-entrega-1-f
{
	position: relative;
	top:0px;
	height: 80px;
	width: 45%;
	max-width: 155px;
	left: 0%;
	float: left;
	border-radius:10px;
	border:1px solid #b22222;
	background-color: #dbd9d9;
	cursor: pointer;
}


.escolher-balcao-entrega-1-loja
{
	position: relative;
	top:0px;
	height: 80px;
	width: 28%;
	left: 0%;
	float: left;
	border-radius:10px;
	border:1px solid #b22222;
	background-color: #dbd9d9;
	cursor: pointer;
}


.escolher-balcao-entrega-1-f-loja
{
	position: relative;
	top:0px;
	height: 80px;
	width: 28%;
	left: 0%;
	float: left;
	border-radius:10px;
	border:5px solid #b22222;
	background-color: #ffffff;
	cursor: pointer;
}


.escolher-botao-cliente-1
{
	position: relative;
	top:0px;
	height: 80px;
	width: 45%;
	left: 0%;
	float: left;
	border-radius:10px;
	border:1px solid #b22222;
	background-color: #dbd9d9;
	cursor: pointer;
}




.botao-select-pedido-cliente-1
{
	
	background-color: #dbd9d9;

}

.botao-select-pedido-cliente-2
{

	background-color: #ffffff;

}


.deletar-item
{
	position: absolute;
	top:0px;
	left: -25px;
	width: 30;
}


.escolher-qual-loja
{
	position: relative;
	top:0px;
	height: 80px;
	width: 45%;
	left: 0%;
	float: left;
	border-radius:10px;
	border:1px solid #b22222;
	background-color: #dbd9d9;
	cursor: pointer;
}

.escolher-qual-loja-2
{
	position: relative;
	top:0px;
	height: 80px;
	width: 45%;
	left: 0%;
	float: left;
	border-radius:10px;
	border:5px solid #b22222;
	background-color: #ffffff;
	cursor: pointer;
}


.escolher-agora-agendar-1
{
	position: relative;
	top:0px;
	height: 80px;
	width: 45%;
	left: 0%;
	float: left;
	border-radius:10px;
	border:1px solid #b22222;
	background-color: #dbd9d9;
	cursor: pointer;
}


.escolher-balcao-entrega-2
{
	position: relative;
	top:0px;
	height: 80px;
	width: 45%;
	left: 0%;
	float: left;
	border-radius:10px;
	border:5px solid #b22222;
	background-color: #ffffff;
	cursor: pointer;
}



.endereco-loja
{
	position: relative;
	left: 4%;
	height: auto;
	width: 92%;
}

.todo-endereco-cliente
{
	position: relative;
	width: 85%;
	left: 15%;
	height: auto;
	top:0px;

}

.div-check-box
{
	position:absolute;
	margin-top: -22px;
	top: 50%;
	height: 35px;
	width: 35px;

}


.conteiner-entrega
{
	display:none;
}


.conteiner-mesa
{
	display:none;
}

.conteiner-balcao
{
	display:none;
}


.espacamento-botao
{
	position: relative;
	height: 80px;
	width: 10px;
}

.espacamento-carrinho
{
	position: relative;
	height: 80px;
	width: 20px;
}

.escolher-balcao-entrega-nome
{
	position: absolute;
	height: 10px;
	top: 100%;
	margin-top: -20px;
	width: 100%;

}
.data-agendar
{
	position: relative;
	height: auto;
	display:none;
}

.escolher-balcao-entrega-icone
{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -20px;;
	width: 40px;
	height: 40px;
}
.date-carrinho
{
	width: 160px;
	font-size: 18px;
	height: 35px;
	border:none;
	border-bottom: 1px solid rgb(211, 211, 211);
}

.nome-carrinho
{
	width: 310px;
	font-size: 18px;
	height: 35px;
	border:none;
	border-bottom: 1px solid rgb(173, 173, 173);
}

.format-input-borda-bottom
{
	border:none;
	border-bottom: 1px solid rgb(173, 173, 173);
	border-radius: 0px;
}


.hora-carrinho
{
	width: 140px;
	font-size: 18px;
	height: 35px;
	border-radius:10px;
}


.icone-balcao-entrega
{
	width: 40px;
	height: 40px;
}

.input-escolher-entrega
{
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 20px;
}

.check-entrega-balcao
{
	height: 10px;
	width: 10px;

}

.check-mesa
{
	height: 10px;
	width: 10px;

}



.check-endereco
{
	height: 35px;
	width: 35px;
}


.escolher-forma-dinheiro-1
{
	position: relative;
	top:0px;
	height: 73px;
	width: 20%;
	left: 0%;
	margin-left: 3.9%;
	float: left;
	border-radius:10px;
	border:1px solid #b22222;
	background-color: #dbd9d9;
	cursor: pointer;
	
}

.escolher-forma-dinheiro-2
{
	position: relative;
	top:0px;
	height: 73px;
	width: 20%;
	left: 0%;
	margin-left: 3.9%;
	float: left;
	border-radius:10px;
	border:5px solid #b22222;
	background-color: #ffffff;
	cursor: pointer;
}

/* ================================================== final carrinho ============= */



.imagem-produto-add
{
	position:relative;
	top: 0%;
	left: 0px;
	width: 340px;
	height: 140px;
	overflow:scroll;
	border-radius:10px;

	z-index: 1;
}



.imagem-produto-cadastrar
{
	position:relative;
	top: 0%;
	left: 0px;
	width: 165px;
	height: 89px;
	overflow:scroll;
	border-radius:10px;
	z-index: 1;
}



.botao-adicionar
{
	position:absolute;
	left: 100%;
	top: 5px;
	margin-left: -115px;
	height: 35px;
	width: 110px;
	cursor:pointer;
	border-radius:10px;
	background-color: #b22222;
	text-align: center;

}



.botao-refazer-pedido
{
	position:absolute;
	left: 50%;
	margin-left: -180px;
	top: 0px;
	height: 50px;
	width: 180px;
	cursor:pointer;
	text-align: center;

}

.botao-finalizar-pedido
{
	position:absolute;
	left: 50%;
	top: 0px;
	height: 50px;
	width: 180px;
	cursor:pointer;
	background-color: #b22222;
	text-align: center;

}



.data-pedido
{
	top: 3px;
	position: relative;
	width: 96%;
	left: 2%;
}


.preco-adicionar
{
	position:absolute;
	left: 100%;
	top: 5px;
	margin-left: -230px;
	height: 35px;
	width: 110px;
	z-index: 1;
	text-align: center;

}

.produto-menos
{
	position:absolute;
	left: 0%;
	top: 10px;
	margin-left:8px;
	height: 30px;
	width: 30px;
	text-align: center;
	z-index: 10;


}

.produto-mais
{
	position:absolute;
	left: 0%;
	top: 10px;
	margin-left:98px;
	height: 30px;
	width: 30px;
	z-index: 10;
	text-align: center;

}


.icone-produto-menos
{
	width: 30px;
	height: 30px;
}



.produto-quantidade
{
	position:absolute;
	left: 0%;
	top: 8px;
	margin-left:12px;
	height: 35px;
	width: 110px;
	text-align: center;

}


.produto-preco-opcao
{
	position:absolute;
	left: 100%;
	top: 3px;
	margin-left:-150px;
	height: 20px;
	width: auto;
	text-align: center;
	z-index: 9;
}

.produto-menos-opcao
{
	position:absolute;
	left: 100%;
	top: 0px;
	margin-left:-82px;
	height: 30px;
	width: 30px;
	text-align: center;
	display: block;
	z-index: 10;

}



.produto-quantidade-opcao
{
	position:absolute;
	left: 100%;
	top:0px;
	margin-left:-93px;
	height: 35px;
	width: 110px;
	text-align: center;

}

.produto-mais-opcao
{
	position:absolute;
	left: 100%;
	top: 0px;
	margin-left:-27px;
	height: 20px;
	width: 20px;
	text-align: center;
	z-index: 10;

}

.quantidade-produto-opcao
{
	width: 50px;
	border-radius:10px;
	text-align: center;
	border:none;

}


.quantidade-produto
{
	width: 50px;
	border-radius:10px;
	text-align: center;

}

.input-opcao
{
	height:35px;
	width:340px;
	font-size:16px;
	border-radius:10px;
}


.input-opcao-2
{
	height:35px;
	width:240px;
	font-size:16px;
	border-radius:10px;
}

.input-opcao-3
{
	height:35px;
	width:80px;
	font-size:16px;
	border-radius:10px;
}



.descricao-produto
{
	position: relative;
	top: 0px;
	height: auto;
	left: 2%;
	width: 96%;
	color:#999999;
}

.obs-produto
{
	position: relative;
	top: 0px;
	height: auto;
	left: 2%;
	width: 96%;
	color:#999999;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}

.opcao-de-produto
{
	position: relative;
	top: 0px;
	height: auto;
	left: 2%;
	width: 96%;
	color:#999999;
}

.todas-opcao-produto
{
	position: relative;
	top: 0px;
	height: auto;
	left: 0%;
	width: 100%;
	color:#999999;
}


.max-conteiner-opcao
{
	position: relative;
	top:0px;
	width: 100%;
	margin-left: 0px;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	justify-content: center; 
}


.conteiner-opcao 
{
	position:relative;
	left:0px;
	top:0px;
	width:97%;
	height:auto;
	z-index:1;
	overflow:hidden;
	border-radius:10px;
	border:1px solid #d6d6d6;
	max-width: 800px;

}

.nome-opcao
{
	position:relative;
	left:2%;
	height: auto;
	top:0px;
	width:96%;
}

.nome-gerais
{
	position:relative;
	left:2%;
	height: auto;
	top:0px;
	width:80%;
}

.nome-gerais-produto
{
	position:relative;
	left:50%;
	margin-left: -150px;
	height: auto;
	top:0px;
	width:300px;
}


.nome-opcao-produto
{
	position:relative;
	left:2%;
	height: auto;
	top:0px;
	width:170px;
}
.bt-edit-opcao
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -14px;
	margin-left: -30px;
	height: 22px;
	width: 22px;
	
}


.bt-edit-endereco
{

	
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -14px;
	margin-left: -80px;
	height: 26px;
	width: 26px;
}



.bt-edit-categoria
{

	
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -14px;
	margin-left: -40px;
	height: 26px;
	width: 26px;
}


.bt-excluir-endereco
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -14px;
	margin-left: -30px;
	height: 22px;
	width: 22px;
	
}

.bt-edit-opcao-produto
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -14px;
	margin-left: -80px;
	height: 22px;
	width: 22px;
	
}
.bt-edit-opcao-produto2
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -14px;
	margin-left: -130px;
	height: 22px;
	width: 22px;
	
}




.bt-edit-opcao-produto-2
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -12px;
	margin-left: -60px;
	height: 22px;
	width: 22px;
	
}



.bt-edit-gerais
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	margin-left: 5px;
	height: 22px;
	width: 22px;
	
}

.bt-edit-produto
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	margin-left: -55px;
	height: 22px;
	width: 22px;
	
}

.bt-edit-troco
{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	margin-left: -65px;
	height: 22px;
	width: 22px;	
}

.icone-bt-edit-opcao
{
	width: 100%;
}


.text-area-obs{
	resize: none;
	font-size: 16px;
	border-radius:10px;
	border:1px solid #CCCCCC;
}
.text-area-obs:focus
{
	border:1px solid #9e9d9d;
}


.text-area-descricao{
	resize: none;
	font-size: 16px;
	width: 300px;
	border-radius:10px;
	border:1px solid #CCCCCC;
}
.text-area-descricao:focus
{
	border:1px solid #9e9d9d;
}



.botao-proximo-div
{
	position: absolute;
	top: 0%;
	left: 50%;
	height: 35px;
	width: 120px;
	margin-left: 30px;
	margin-top: 000px;
	border:1px solid #666666;
	background-color: #970000;
	color: #CCCCCC;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}

.botao-voltar-div
{
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -150px;
	height: 35px;
	width: 120px;
	margin-top: 000px;
	border:1px solid #666666;
	background-color: #777777;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	display:none;
	z-index: 3;
}


.painel-produto-add-0
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;

}


.painel-produto-add-1
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display:none;
	z-index: 1;

}

.painel-produto-add-2
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display:none;
	background-color: #FFFFFF;
	z-index: 2;

}


.input-nome-produto-add
{
	height:35px;
	width:300px;
	font-size:16px;
	border-radius:10px;
}




/* ==================================== FINAL TODOS PRODUTOS ================ */


/* ==================================== TODOS PRODUTOS ADMINISTRAÇÃO ================ */



.input-select-produtos
{
	height:40px;
	width:80%;
	font-size:16px; 
	border-radius:10px;
}


/* ==================================== FINAL TODOS PRODUTOS ADMINISTRAÇÃO ================ */



.top-delivery
{
	position: relative;
	top:0px;
	left: 0px;
	width: 100%;
	height: 30px;
	z-index: 150;

}

.aberto-fechado
{
	position: relative;
	top:0px;
	left: 15%;
	width: 80%;
	height: auto;
	z-index: 150;

}

.icone-endereco
{
	position: absolute;
	top: 3px;
	left: -39px;
	height: 30px;
	width: 30px;

}

.icone-relogio
{
	position: absolute;
	top: -4px;
	left: -39px;
	height: 25px;
	width: 25px;

}


.icone-sobre-loja
{
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -160px;
	height: 25px;
	width: 25px;

}

.rede-social-1
{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -160px;
	height: 60px;
	width: 60px;
}



.rede-social-2
{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left:-25px;
	height: 60px;
	width: 60px;
}


.rede-social-3
{
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 105px;
	height: 60px;
	width: 60px;
}


.div-icone-social
{
	position: relative;
	top: 15px;
	width: 100%;
	height: 100px;

}

.sobre-loja-div
{
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
}

.detalhes-funcionamento
{
	position: relative;
	top:-010px;
	left: 0px;
	width: 100%;
	height: 10px;
	z-index: 150;

}

.entrega-edit-funcionamento
{
	display: none;
}

.endereco-sobre
{

	position: relative;
	top:0px;
	left: 0px;
	width: 100%;
	max-width: 350px;
	height: auto;

}

.footer
{ 
	position: fixed;
	top:100%;
	left:0%;
	margin-top:-60px;
	height:60px;
	width:100%;
	z-index:2;	
}


.carrinho-cliente
{ 
	position: fixed;
	top:100%;
	left:0%;
	margin-top:-100px;
	height:40px;
	width:100%;
	z-index:2;	
	cursor: pointer;
	display:none;

}

.finalizar-compra
{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 180px;

}



.icone-carrinho
{
	position: absolute;
	top: 5px;
	left: 50%;
	width:30px;
	height: 30px;
	margin-left: -160px;

}

.icone-adicionar-produto
{
	width:20px;
	height: 20px;
}

.carrinho-compra
{

	width:100%;


}



.total-compra
{
	position: absolute;
	top: 10px;
	left: 50%;
	width:80px;
	margin-left: -120px;

}



.horario-funcionamento
{
	position: relative;
	height: 20px;
	
}





.painel-1
{ 
	position: relative;
	top:0px;
	left:0px;
	height:100%;
	width:25%;
	z-index:2;
	float:left;
	overflow-y: auto;

	overflow-x:hidden;

	
}

/* =========================== TUDO PAINEL 1 ======================= */

.half-circle 
{

	position: absolute;
	left: 0%;
	top: 0px;
	margin-left: 0px;
	width: 100%;
    height: 130px; /* as the half of the width */
	border-bottom-right-radius: 0px;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
}

.half-circle-painel-4
{

	position: absolute;
	left: 0%;
	top: 0px;
	margin-left: 0px;
	width: 100%;
    height: 160px; /* as the half of the width */
	border-bottom-right-radius: 0px;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
}

.imagem-logo
{
	position: relative;
	left: 0px;
	width: 360px;
	height: 170px;

}


.imagem-logo-login
{
	position: relative;
	left: 0px;
	width: 360px;
	height: 130px;

}

@media (min-width:360px) 
{
	.abrir-produto-inicio
	{
		top:50%;
		margin-top: -225px;
		left: 50%;
		margin-left: -180px;
		position: fixed;
		height: 450px;
		width: 360px;
		z-index: 15;
		border-radius:10px;
		display: none;
		background-color: #FFFFFF;
		border:2px solid #666666;
		overflow: auto;
	}

}


@media (max-width:360px) 
{
	.abrir-produto-inicio
	{
		top: 00px;
		left: 50%;
		margin-top: -0px;
		margin-left: -180px;
		position: fixed;
		height: 100%;
		width: 360px;
		z-index: 15;
		background-color: #FFFFFF;
		display: none;
	}

}



@media (min-width:360px) 
{
	.abrir-comandas-caixa
	{
		top:50%;
		margin-top: -225px;
		left: 50%;
		margin-left: -180px;
		position: fixed;
		height: 450px;
		width: 360px;
		z-index: 50;
		border-radius:10px;
		display: none;
		background-color: #FFFFFF;
		border:2px solid #666666;
		overflow: auto;
	}

}


@media (max-width:360px) 
{
	.abrir-comandas-caixa
	{
		top: 00px;
		left: 50%;
		margin-top: -0px;
		margin-left: -180px;
		position: fixed;
		height: 100%;
		width: 360px;
		z-index: 50;
		background-color: #FFFFFF;
		display: none;
	}

}





.abrir-produto-inicio::-webkit-scrollbar
{
	width: 10px;
	
	
}
.abrir-produto-inicio::-webkit-scrollbar-thumb   
{
	background: #999999;
	border-radius:10px;
}



.tela-de-fundo
{
	
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 14;
	opacity: 0.5;
	display: block;
}


.tela-de-fundo-2
{
	
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 14;
	opacity: 0.8;
	display: none;
}

.carregando-taxa
{

	position: fixed;
	left: 50%;
	margin-top: 40px;
	top: 50%;
	margin-left: -100px;
	width: 100%;
	z-index: 100;
	font-size: 16px;
	display: none;
	color: #FFFFFF;
}

.tela-de-fundo-comanda
{
	
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 14;
	opacity: 0.5;
	display: none;
}

.fechar-produtos
{
	position:absolute;
	height: 25px;
	width: 25px;
	left: 100%;
	margin-left: -30px;
	top: 5px;
	cursor: pointer;
	z-index: 10;
}

/* ===========================  FINAL  PAINEL 1 ======================= */


.painel-2
{ 
	position: relative;
	top:0px;
	left:0px;
	height:100%;
	width:25%;
	z-index:2;
	float:left;
	overflow: auto;

}





.painel-3
{ 
	position: relative;
	top:0px;
	left:0px;
	height:100%;
	width:25%;
	z-index:2;
	float:left;
	overflow: auto;

}

/* =========================== TUDO PAINEL 2 ======================= */

.top-search
{

	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	height:80px;
	align-content: center;

}

.input-busca
{
	width: 80%;
	height: 50px;
	font-size: 18px;
	border-radius:10px;
}

/* =========================== FINAL PAINEL 2 ======================= */


/* =========================== TUDO PAINEL 3 ======================= */




.conteiner-menu-painel-3
{
	position:relative;
	height:auto; 
	width:100%; 
	left:0%; 
	top: 0px; 
	align-items: center; 
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;

}


.dentro-conteiner
{

	position:relative;
	height:90px; 
	width:100%; 
	left:0%; 
	top: 0px; 
	align-items: center; 

	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;
	overflow-x: scroll;	
}



.dentro-conteiner-add-produto
{

	position:relative;
	height:100px; 
	width:100%; 
	left:0%; 
	top: -7px; 
	align-items: center; 
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;
	overflow-x: scroll;
}


.dentro-conteiner-2
{

	position:relative;
	height:70px; 
	width:340px; 
	left:0%; 
	top: 0px; 
	align-items: center; 
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;

}



.dentro-conteiner-caixa-2
{

	position:relative;
	height:70px; 
	width:360px; 
	left:0%; 
	top: 0px; 
	align-items: center; 
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	justify-content: center;

}


.botao-painel-3
{

	position: relative;
	height:70px;
	width:75px;
	left:0px;
	margin-left:10px;
	top: 10px;
	float:left;
	cursor:pointer;
	background-color: #a1a1a1;
	opacity:0.8;
	border:1px solid #666666;
	border-radius:6px;

}



/* botao select menu caixa lojista */

.bt-select-caixa
{
	border:2px solid #970000;
	background-color: white;

}


.icone-menu-painel-3
{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	height: 40px;
	width: 40px;
	top: 5px;


}



.icone-menu-produtos-ativo
{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	height: 40px;
	width: 40px;
	top: 10px;


}

.icone-menu-produtos-off
{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	height: 40px;
	width: 40px;
	top: 10px;


}



.texto_botao-painel-3
{
	position:absolute;
	left:0%;
	height:10px;
	width:100%;
	font-size:10px;
	top: 50px;
	text-align: center;
}

.tamanho-icone-painel-3
{
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;


}


.tamanho-icone-produto-ativo
{
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;


}
.tamanho-icone-produto-off
{
	top: 0px;
	left: 0px;
	width: 35px;
	height: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
	transform: rotate(180deg);


}



.quantidade-pedidos-painel-3
{
	position: absolute;
	height:20px; 
	width:20px; 
	top: -13px; 
	left: 55px;
	background-color:#CCCCCC;
	border-radius:100%;
	font-size:12px; 
	color:#FF0000; 
	border:1px solid #999999;
}

input[type=search] {
	-webkit-appearance: textfield;
	font-family: inherit;
	font-size: 16px
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}

input[type=search] {
	background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	height:40px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	width: 90%;
}

input[type=search]:focus {

	background-color: #fff;
	border-color: #66CC75;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}


.max-conteiner-painel-3
{
	position: relative;
	top:0px;
	width: 100%;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}

.conteiner-comandas
{
	position: relative;
	top:0px;
	width: 100%;
	overflow:hidden;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	margin-left:-40px;
	max-width: 1200px;
}


.conteiner-novo
{
	position: relative;
	top:0px;
	width: 100%;
	overflow:hidden;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	margin-left:-40px;
	max-width: 1200px;
}
.preco-comanda
{
	position: absolute;
	top: 100%;
	width: 98%;
	height: 30px;
	margin-top:-25px;
	border-bottom-right-radius: 10px;
	text-align: right;
}

.nome-cliente
{
	position: relative;
	top:0px;
	width: 100%;
	height: auto;
	left:0%;
	z-index: 2;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;


}

.todas-comandas
{
	position: relative;
	top: 0px;
	width: 320px;
	left: 0px;
	height: auto;
	margin-top:20px;
	margin-left:40px;
	cursor: pointer;
	border-radius:10px;
	
}

.aberturacaixa
{
	position: relative;
	top: 0px;
	width: 320px;
	left: 0px;
	height: auto;
	margin-top:20px;
	margin-left:40px;
	cursor: pointer;
	border-radius:10px;
	
}

.todas-horario-balcao
{
	position: relative;
	top: 0px;
	width: 320px;
	left: 0px;
	height: auto;
	margin-top:20px;
	margin-left:0px;
	cursor: pointer;
	border-radius:10px;
	
}


.todas-horario-entrega
{
	position: relative;
	top: 0px;
	width: 320px;
	left: 0px;
	height: auto;
	margin-top:20px;
	margin-left:0px;
	cursor: pointer;
	display: none;
	border-radius:10px;
	
}




/* =========================== FINAL PAINEL 3 ======================= */









/* =========================== TUDO PAINEL 4 ======================= */
.painel-4
{ 
	position: relative;
	top:0px;
	left:0px;
	height:100%;
	width:25%;
	z-index:2;
	float:left;
	overflow: auto;

}


.max-conteiner-menu
{
	position: relative;
	top:0px;
	width: 100%;
	margin-left: -5px;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}

.conteiner-menu 
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:1;
	overflow:hidden;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	max-width: 800px;

}


.conteiner-escolher-logo
{
	position: relative;
	top:0px;
	width: 100%;
	margin-left: 0px;
	height: auto;
	
}

.conteiner-escolher-tipo-logo
{
	position: relative;
	top:0px;
	width: 100%;
	margin-left: 0px;
	height: auto;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
}






.conteiner-foto
{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
}

.foto {
	position:relative;
	left:50%;
	top:30%;
	width:90px;
	height:auto;
	z-index:1;
	border-radius:100%;

	margin-left:-45px;
	

}

.foto-perfil
{
	border-radius:100%;
	width: 90px;
	height: 90px;
	border:5px solid #FFFFFF;
	margin-left: auto;
	margin-top: auto;

}

.nome-pessoa
{
	position:relative;
	top:0px;
	left:0px;
	width:100%; 

}


.item-menu {
	position:relative;
	left:0px;
	margin-top: 15px;
	margin-left: 15px;
	top:0px;
	width:320px;
	height:50px;
	z-index:1;
	border-radius:5px;
	cursor:pointer;
	border:1px solid rgb(182, 182, 182);
	background-color: white;

}

.menu-icone
{
	position:absolute;
	height:20px;
	width:20px;
	left:10px;
	top:12px;
}

.icone-personalizar
{
	height:30px;
	width:30px;
}

.icone-personalizar-2
{
	height:26px;
	width:26px;
}



.menu-icone-add-produto
{
	position:absolute;
	height:23px;
	width:23px;
	left:15px;
	top:12px;
}


.menu-icone-endereco
{
	position:absolute;
	height:30px;
	width:30px;
	left:12px;
	top:8px;
}
.letra
{ 	
	position:absolute; 
	top: 12px;
	left:20%;
	width:80%; 
	cursor:pointer; 
}

#item_menu2 {
	position:relative;
	left:3%;
	top:0px;
	width:94%;
	height:50px;
	z-index:1;
	-webkit-box-shadow: 4px 7px 5px rgba(50, 50, 50, 0.30);
     -moz-box-shadow:    4px 7px 5px rgba(50, 50, 50, 0.30);
    box-shadow:         4px 7px 5px rgba(50, 50, 50, 0.30);
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}


/* =========================== FINAL TUDO PAINEL 4 ======================= */











.linha-footer
{ 
	position: absolute;
	top:0px;
	left:0%;
	height:1px;
	background-color:#CCCCCC;
	width:99%;
	z-index:3;
}



.linha-footer-movel
{ 
	position:  absolute;
	top:0px;
	left:0;

	height:30px;
	left:0px;
	width:25%;
	z-index:3;
}


.footer-icone-1
{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
    max-width: 25px;
    max-height: 25px;

}


.icone-endereco-svg
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
    max-width: 25px;
    max-height: 25px;

}


.icone-social
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
    max-width: 60px;
    max-height: 60px;

}



.footer-icone-3
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;

}




.footer-icone-2
{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
    max-width: 25px;
	max-height: 25px;
	fill: #FFFFFF;

}

.footer-icone-edit
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
    max-width: 35px;
	max-height: 35px;
	fill: #FFFFFF;

}


.footer-bt-1
{
    color: white;
    border-color: black;
	width:25%;
	height:60px;
	position:relative;
	float:left;
	cursor:pointer;
	padding-top: 15px;;
	
}

.nome-icone
{
	position: absolute;
	height: 10px;
	width: 100px;
	top: 100%;
	margin-top: -20px;
	left: 50%;
	margin-left:-50px;
	text-align: center;


}





/* div  das view que volta , vai ter o titulo da pagina */
.footer-voltar-bt-1
{
 
    border-color: black;
	width:75%;
	height:60px;
	position:relative;
	float:left;
	cursor:pointer;
	fill:#ff0000;
	padding-top: 15px;
	
}





.footer-icone-v
{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
    max-width: 20px;
    max-height: 20px;

}





/* =============================  LAYTE PAGINA ======================== */

.footer-2
{ 
	position: fixed;
	top:100%;
	left:0%;
	margin-top:-50px;
	height:50px;
	width:100%;
	z-index:2;

}



.linha-footer
{ 
	position: absolute;
	top:0px;
	left:0%;
	height:1px;
	background-color:#CCCCCC;
	width:100%;
	z-index:3;
}


.titulo-footer
{
	position: relative;
	width: 300px;
	text-transform: uppercase;
	font-size:16px;
	padding-left:30px;
	padding-top: 0px;
	font-weight: 1000;
	color: #333;


}


.linha-footer-movel
{ 
	position:  absolute;
	top:0px;
	left:0;

	height:30px;
	left:0px;
	width:25%;
	z-index:3;
}


.footer-icone-1
{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:auto;
    max-width: 25px;
    max-height: 25px;

}


.footer-bt-1
{
    color: white;
    border-color: black;
	width:25%;
	height:60px;
	position:relative;
	float:left;
	cursor:pointer;
	fill:#ff0000;
	padding-top: 15px;;
	
}

.footer-voltar-bt-1
{
 
    border-color: black;
	width:75%;
	height:60px;
	position:relative;
	float:left;
	cursor:pointer;
	fill:#ff0000;
	padding-top: 15px;
	
}



/* =========================  PERZONALIZAR  COR DO APLICATIVO ==================== */

.mudar-cor-app
{
	position: relative;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
}

.mudar-cor-letra
{
	position: relative;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
}

.input-color
{
	position: absolute;
	left: 50%;
	margin-left: 50px;
	top: 0px;
}

.text-color
{
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -130px;
	top: 5px;
}


.botao-submit-cor
{
	position: relative;
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;

}

.botao-submit-cor-2
{
	position: absolute;
	width: 200px;
	height: 40px;
	left: 50%;
	background-color:#b22222;
	margin-left: -105px;
	text-align: center;
	border-radius:10px;
	border:1px solid #CCCCCC;
	color: #FFFFFF;
	top: 0px;
	cursor: pointer;
}

.tamanho-input-cor
{
	height:35px;
	width:70px;
}

.texto-escolher-logo
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	text-align: center;

}


.escolher-foto
{
	position: relative;
	width:250px;
	left: 50%;
	margin-left:-125px;
	height:40px;
	border:1px solid #000000;
	border-radius:5px;
	text-align: center;
	font-size:18px;
	cursor: pointer;
}

.fileUpload input.upload 
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.escolher-imagem-1
{
	position:relative;
	left:50%;
	margin-left: -55px;
	top:0px;
	width:110px;
	height:110px;
	margin-left:-55px;
	z-index:7;
	overflow:auto;
	border-radius:100%;	
	
}

.escolher-imagem-2
{
	position:relative;
	left:50%;
	margin-left: -55px;
	top:0px;
	width:110px;
	height:110px;
	margin-left:-55px;
	z-index:7;
	overflow:auto;
}

.escolher-imagem-3
{
	position:relative;
	left:50%;
	margin-left: -170px;
	top:0px;
	width: 340px;
	height:110px;
	z-index:7;
	overflow:auto;
}

::-webkit-scrollbar
{
	height: 0px;  
	width: 0px;
}


.rodear-logo {
	position:absolute;
	left:50%;
	margin-left:35px;
	top:0px;
	z-index:11;
	display:none;
	opacity:0.7;
}

.aumentar {
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:0px;
	z-index:11;
	display:none;
	opacity:0.7;
}

.diminui {
	position:absolute;
	left:50%;
	margin-left:-65px;
	top:0px;
	z-index:11;
	display:none;
	opacity:0.7;
}


.deletar {
	position:absolute;
	left:50%;
	margin-left:-65px;
	top:0px;
	z-index:11;
	display:none;
	opacity:0.7;
}


.botaos-escolher-imagem
{
	position: relative;
	height: 50px;
	width: 100%;
}




/* ==========================  FINAL PERSONALIZAR COR DO APLICATIVO ================ */



/* ===================== CATEGORIAS ========================== */

.input-select-categoria
{
	height:40px;
	width:80%;
	font-size:16px; 
	border-radius:10px;
}

.input-categoria
{
	height:35px;
	width:250px;
	font-size:16px;
	border-radius:10px;
}

.input-taxa-entrega
{
	height:35px;
	width:320px;
	font-size:16px;
	border-radius:10px;
	text-align: right;
}

.input-valor-troco {
    height: 35px;
    width: 80px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000000;
    text-align: right;
}

.input-tempo-entrega
{
	height:35px;
	width:100px;
	font-size:16px;
	border-radius:10px;
	text-align: center;
}


.input-funcionamento
{
	height:35px;
	width:150px;
	font-size:16px;
	border-radius:10px;
	text-align: center;

}

.funcionamento-abre
{
	position:absolute;
	height: 10px;
	left: 50%;
	top: 55px;
	margin-left:-100px;
	width: 100px;
}

.funcionamento-fecha
{
	position:absolute;
	height: 10px;
	top: 55px;
	left: 50%;
	margin-left:30px;
	width: 100px;
	text-align: center;
}

.fechado-o-dia
{
	position: relative;
	height: 10px;
	left:0%;
	width: 150px;
	margin-left: 170px;
	align-items: right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}

.check-fechado
{
	height: 20px;
	width: 20px;
}

.tempo-de-entrega
{
	position: relative;
	display:none;
}



.div-nome-categoria
{
	position: relative;
	height: auto;
	width: 100%;
}


.escolher-imagem-categoria {
	position:absolute;
	left:10px;
	top:10px;
	width:100px;
	height:100px;
	margin-left:0px;
	z-index:7;
	overflow:auto;
}

.levar-troco
{
	position: relative;
	display: block;
	width: 96%;
	left: 4%;
	height: auto;

}
.text-leva-troco
{
	position: relative;
	display: none;
	width: 92%;
	left: 4%;
	height: auto;

}



.dados-comanda
{

	position: relative;
	display: block;
	width: 92%;
	left: 4%;
	height: auto;
}


/* ============================ FINAL CATEGORIAS ============================ */



.load
{
	position: fixed;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 2000;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
}



.load-2
{
	position: fixed;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 2000;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	
}

.div-carrinho-vazio
{
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	top:0px;
	align-items: center;

	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 


	
}

.texto-carrinho-vazio
{
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	top:0px;
	text-align: center;
	font-size: 24px;
	color: rgb(179, 179, 179);

	opacity: 0.7;

}

.img-load
{

	width: 50%;
	max-width: 250px;


}


.imagem-carrinho-vazio
{
	width: 100%;
	opacity: 0.4;

	max-width: 280px;
}





/* LOADIGIN */

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
  }

  .lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
  }
  .lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
  }
  .lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
  }
  .lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
  }
  .lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
  }
  .lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
  }
  .lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
  }
  .lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
  }
  @keyframes lds-roller {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }



  
.lds-roller-branco {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-roller-branco div {
	animation: lds-roller-branco 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
  }

  .lds-roller-branco div:nth-child(1) {
	animation-delay: -0.036s;
  }
  .lds-roller-branco div:nth-child(1):after {
	top: 63px;
	left: 63px;
  }
  .lds-roller-branco div:nth-child(2) {
	animation-delay: -0.072s;
  }
  .lds-roller-branco div:nth-child(2):after {
	top: 68px;
	left: 56px;
  }
  .lds-roller-branco div:nth-child(3) {
	animation-delay: -0.108s;
  }
  .lds-roller-branco div:nth-child(3):after {
	top: 71px;
	left: 48px;
  }
  .lds-roller-branco div:nth-child(4) {
	animation-delay: -0.144s;
  }
  .lds-roller-branco div:nth-child(4):after {
	top: 72px;
	left: 40px;
  }
  .lds-roller-branco div:nth-child(5) {
	animation-delay: -0.18s;
  }
  .lds-roller-branco div:nth-child(5):after {
	top: 71px;
	left: 32px;
  }
  .lds-roller-branco div:nth-child(6) {
	animation-delay: -0.216s;
  }
  .lds-roller-branco div:nth-child(6):after {
	top: 68px;
	left: 24px;
  }
  .lds-roller-branco div:nth-child(7) {
	animation-delay: -0.252s;
  }
  .lds-roller-branco div:nth-child(7):after {
	top: 63px;
	left: 17px;
  }
  .lds-roller-branco div:nth-child(8) {
	animation-delay: -0.288s;
  }
  .lds-roller-branco div:nth-child(8):after {
	top: 56px;
	left: 12px;
  }
  @keyframes lds-roller-branco {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  /*   FINAL LOADGIN */





  

  /*   FINAL LOADGIN */


  

  .input-caixa-data
  {
	  width: 150px;
	  border-radius:10px;
	  height: 40px;
  }


.total-dinheiro
{
	position: absolute;
	top:5px;
	height: 20px;
	left: 100%;
	width: 100px;
	margin-left: -100px;
	text-align: right;

}

.todos-horario
{

	position: absolute;
	top:1px;
	height: 20px;
	left: 100%;
	width: 120px;
	margin-left: -120px;
	text-align: right;



}


.total-div
{
	position: relative;
	top: 0px;
	width: 100%;
	height: auto;
}


.conteiner-botoes-cadastrar
{

	position: relative;
	top: 0px;
	width: 100%;
	height: 50px;

}

.icon-notificacao
{
	position: absolute;
	height: 30px;
	width: 30px;

	left:50%;
	margin-left: 130px;
	top: 20px;

}

.trocar-lado-porta
{

	transform: rotate(180deg);
}

.fechado
{
	position: absolute;
	top:0px;
	left: 0px;
	background-color: #970000;
	color:#ffffff;
	transform: rotate(-20deg);
	width:80px;
	text-align: center;
}


.esconder-input
{
	position: absolute;
	height: 20px;
	width: 20px;
	
	z-index: 10;
	top: 30px;
}


.todos-botao-comanda
{
	position: relative;
	width: 100%;
	height: 65px;
}
.botao-comanda-imprimir
{
	position: absolute;
	height: 40px;
	width: 33%;
	left: 0px;
	top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	align-items: center;	
}

.botao-comanda-rejeitar
{
	position: absolute;
	height: 40px;
	width: 33%;
	left: 33%;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	display: block;
}

.botao-comanda-aceitar
{
	position: absolute;
	height: 40px;
	width: 33%;
	left: 66%;
	top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}

.botao-off
{
	position: relative;
	width: 90%;
	height: 30px;

}

.texto-off
{
	position: relative;
	left: 7%;
	font-size: 18px;
}



.balao-adicionado_carrinho
{
	position: absolute;
	top:-90px;
	left: 50%;
	margin-left: -120px;
	height: 80px;
	width: 280px;
	background-color: #970000;
	border-radius:20px;
}

.balao-adicionado_carrinho{

	position: absolute;
	top:-65px;
	left: 50%;
	margin-left: -120px;
	
	height: 50px;
	width: 280px;


    background: #b8f1c7;
    font-family: 'open sans';
    font-size: 0.85em;
    line-height: 1.6em;  
    border-radius: 15px;
	border: 1px solid #023d1d;
	display: block;
	opacity: 0;

    color: #fff;

}
.balao-adicionado_carrinho:after{ /*Triangulo*/
    content: "";
    width: 0;
    height: 0;
	
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /*Faz seta "apontar para baixo. Definir o valor como 'top' fará ela "apontar para cima" */
    /*Aqui entra a cor da "aba" do balão */
    border-top: 10px solid #023d1d;

    bottom: -10px; /*localização. Experimente alterar para 'bottom'*/
    left: 40%;
}

.texto-balao
{
	position: absolute;
	top:12px;
	left: 00%;
	height: 100%;
	width: 100%;
	font-size: 18px;
	color: #023d1d;
	text-align: center;
	font-weight: bold;

}


.aparecer {

	opacity: 1;
	transition: opacity 2s;
	-webkit-transition:  opacity 2s;


   }
   
   .hidden-div {

	opacity: 0;
	transition: opacity 2s;
	-webkit-transition:  opacity 2s;
   }

.carregar-taxa-entrega
{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	display: none;
	z-index: 1500;

}


.selecionar-entregador
{
	position: relative;
	left: 0px;
	top:0px;
	height: 85px;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 


	
}

.entregador-caixa
{
	position: absolute;
	top:20px;
	width: 250px;
	left: 50%;
	margin-left: -160px;
}
.botao-entregador-caixa
{
	position: absolute;
	top:20px;
	width: 150px;

	left: 50%;
	margin-left: 60px;
}


.selecionar-entregador-select
{
	width: 200px;
	height: 37px;
}

.check-selecionar-entrega
{
	width: 25px;
	height: 25px;

}
.selecionar-entrega
{
	position: absolute;
	top:3px;
	left: 100%;
	margin-left: -35px;
	z-index: 1500;

}

.mapa-sobre-loja
{

	position: relative;
	width: 100%;
}


.mensagem-desativada
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #a1a1a1;
	opacity: 0.5;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	z-index: 9;
}

.mensagem-desativada2
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	z-index: 10;
}

.div-texto-vazio
{
	position: relative;
	width: 300px;
	margin-left: 45px;

}
.div-texto-msg
{
	position: relative;
	width: 100%;
}

.texto-embaixo-div
{
	position: absolute;
	top:100%;
	left: 0px;
	width: 100%;
	height: auto;
}

.error {
	margin-top:20px;
	margin-left:40px;
	position: relative;
	border-color: #e8273b;
	color: #FFF;
	background-color: #ed5565;
}

.input-valor-caixa
{
        height:35px;
        width:200px;
        font-size:16px;
        text-align: center;
}


.sucesso {
	
	position: relative;
	border-color: #87c940;
	color: #FFF;
	background-color: #a0d468;
}

.info {
	margin-top:20px;
	margin-left:40px;
	position: relative;
	border-color: #4e56a0;
	color: #FFF;
	background-color: #4e56a0;
}

.alerta {	
	padding: 2px;
	border: 1px solid gray;
	border-radius: 5px;	 
	font-size: 18px;
}


.btn-unclickable {    
    background: rgb(114, 112, 112);
    pointer-events: none 
} 