.maxSize {
	width: 100% !important;
	position: relative;	
}

.container {
	width: 100%;
	margin: 0 auto;
	padding:0px;
  	margin:0px;
}

body {
  position: relative;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  padding:0px;
  margin:0px;
}

img
{
	max-width: 100%;
	max-height: 95%;
}

* {
	padding:0px;
	margin:0px
}

/*///////////////////////////////////////// formatacao IOS  */

input[type="text"], 
input[type="tel"],
input[type="submit"],
input[type="email"],
input[type="password"],
select
{
	border-radius: 0;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

select {
	background:url(../imagens/seta-select.png) no-repeat right center #FFF
}

/*///////////////////////////////////////// CORES  TOPO*/
.cor_primaria 									{background:#41963f } /* cor pricipal dos botoes e titulos  */
.topo-info										{background:#FFF;}/* cor do fundo do topo  */
.topo-info div:nth-of-type(2) a:nth-of-type(1)	{color:#fff; background:#ab0d0d;}/* icone carrinho topo */
.topo-info div:nth-of-type(2) a:nth-of-type(2)	{color:#fff; background:#ab0d0d;}/* icone busca topo */
.topo-info div:nth-of-type(2) a:nth-of-type(3)	{color:#fff; background:#ab0d0d;}/* icone grupos topo */
.pdt-promo										{color:#FFF; background:#ED3237;}/* ticket promocao*/
.icon-up-arrow-fill								{color:#666; font-size:40px} /*cor ancora top*/

/*///////////////////////////////////////// CORES BUSCA */
.mostraBusca form button						{ 
	color:#fff; 
	background: #ab0d0d; 
	font-size:15px;
} /* botao busca  */

.mostraBusca form input[type="text"]			{ border:solid 1px #ab0d0d;} /* borda busca  */


/*///////////////////////////////////////// CORES MENU */
.mostraGruposHome a{
	background: #ab0d0d;
	border-bottom:1px #FFF solid;
	color:#FFF; 
	text-indent:10px;
	font-size:12px;
	text-transform:uppercase;
	width: 100%;
	display: block;
}/*grupos*/

.mostraCategoriasHome a{
	background: #666;
	border-bottom:1px #FFF solid;
	text-indent:20px;
	font-size:14px;
	color:#FFF;
	text-transform:none
}/*categorias*/



/*///////////////////////////////////////// QUANDO ESTA LOGADO */
.mostra_div_login{
	background:#FFFFFF;
}

.cliente_logado a{
	font-size:12px;
	color:#000;
}/* links menu logado*/

.cliente_logado a::before{
	font-size:14px;
	color:#000;
}/* icones menu logado*/



.identifique 						{ background:#D3A078; color:#FFF}	/* fundo identifique-se  */
.refinar 							{ background:#000; color:#FFF}	/* botao abrir filtros  */
.fecharFiltro 						{ background:#000; color:#FFF}	/* botao fechar filtros  */

/* icones rodape  */
.footer-rodape div:nth-of-type(2) a,
.footer-rodape div:nth-of-type(1) span:nth-of-type(1){	color:#999 }
