/* VERSAO WEB ====    @media only screen and (min-width: 768px){    */
/* VERSAO MOBILE =    @media only screen and (max-width: 767px){    */

@media only screen and (max-width: 1150px){
	#cabecalho .conteiner .btn-group > a {
	 white-space: nowrap;
   width: 100% !important;                   
   overflow: hidden;
   text-overflow: ellipsis;
	 padding: 0 0 0 28px;
	 position: relative;
  }
	
	#cabecalho .conteiner .btn-group {
	 position: absolute;
	 right: 0;
	 max-width: 150px !important;
  }
}

@media only screen and (max-width: 1176px){
	#bannerPromoTimer ul > li .title {
		font-size: 11pt !important;
		margin: 0 !important;
		line-height: 14px !important;
	}
}

@media only screen and (max-width: 969px){
	#cabecalho .conteiner .btn-group {
		position: absolute;
		right: -30px !important;
	}
	
	#bannerPromoTimer ul > li:first-child {
		display: none
	}
	
	#bannerPromoTimer ul {
		position: absolute;
		right: 30px !important;
		top: 20px !important;
	}
}

@media only screen and (max-width: 898px){
	#cabecalho .conteiner .btn-group {
		position: absolute;
		right: -53px !important;
	}
	
	#tarjaTopo .contencao > ul > li.esq a > span {
		display: none
	}
}

@media only screen and (max-width: 995px){
	#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo p.texto-newsletter {
		width: 100%;
		background: none !important;
	}
	
	#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-cadastro.input-conteiner {
		display: block !important;
		width: 70% !important;
		margin: 0 auto
	}
}



/*===================================================================================================== AMBAS AS VERSOES */
/*==================================================================================================== CAIXAS SOMBREADAS */
body.pagina-carrinho.carrinho-checkout #corpo .conteiner .campos-pedido #formularioCheckout .caixa-sombreada,
body.pagina-cadastro #corpo .conteiner #formCadastroCompleto .formulario-cadastro-cliente .caixa-sombreada,
body.pagina-login #corpo .conteiner .caixa-sombreada {
  border-top: none;
	border-radius: 5px
}

/*====================================================================================== DISPLAY HIDE DAS PAGINAS FINAIS */
body.pagina-carrinho .atendimento-novo,
body.pagina-carrinho.carrinho-checkout .atendimento-novo,
body.pagina-pedido-finalizado .atendimento-novo {
	display: none
}

body.pagina-carrinho.carrinho-checkout #bannerPromoTimer,
body.pagina-pedido-finalizado .atendimento-novo #bannerPromoTimer {
  display: none	
}

body.pagina-carrinho.carrinho-checkout #favoritos,
body.pagina-pedido-finalizado .atendimento-novo #favoritos {
  display: none	
}

@media only screen and (min-width: 768px){

/*============================================================================================================= GENERICO */
body {
	font-family: 'Open Sans',sans-serif
}

.titulo {
  font-family: 'Open Sans',sans-serif
}

.botao.principal,
.botao.botao-comprar,
.botao.botao-comprar.principal,
.botao.finalizar,
.botao.botao.principal.grande {

}

.icon-chevron-down.fundo-secundario, .icon-chevron-right.fundo-secundario {

}

.produto .nome-produto {
  text-transform: uppercase;
	font-weight: 600;
	font-size: 15pt
}

.produto .tag-produto {
    
}

.produto .codigo-produto * {
    
}

.span6 .acoes-produto {
  background-color: rgba(0,0,0,.05);
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 1px 5px 1px rgba(0,0,0,.3);
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/compra-segura3.png");
	background-repeat: no-repeat;
	background-position: bottom 10px left 10px;
	background-size: 20%
}

.acoes-produto .preco-produto strong.preco-promocional {
    font-size: 18pt !important;
}

.produto .acoes-produto .preco-parcela {
  font-size: 11.2pt !important;
}

.principal .preco-produto .desconto-a-vista {
   
}

.produto .acoes-produto .preco-produto .titulo {
    
}

.parcelas-produto .accordion {
	border-radius: 5px
}

.acoes-flutuante {
	display: none !important;
}

.principal a.botao.botao-comprar {
   border: none;
	border-radius: 5px;
	background: green;
}

.principal a.botao.botao-comprar i {
	color: #FF8A00
}

.principal a.botao.botao-comprar:hover {
    
}

.abas-custom .tab-content {
    box-shadow: none;
}

.cep .input-append.input-prepend {
    position: relative;
	width: 150px
}

.cep .input-append.input-prepend input {
    padding: 4px 0;
	width: 100%;
	box-shadow: none;
	text-indent: 6px;
	border-radius: 5px !important;
}

.cep .input-append.input-prepend > button {
  position: absolute;
	top: 2px;
	right: 1px;
	border: none;
	background: #76727A;
	border-radius: 4px !important;
	padding: 0 10px;
	height: 85%;
	color: white;
	text-shadow: none;
}

.cep label {
  text-transform: uppercase
}

.listagem .titulo {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: initial;
	padding: 15px 0;
	background: rgba(0,0,0,.05);
	border: 1px solid #E3651B;
	border-radius: 5px;
}

/*=================================================================================================== BANNER PROMOCIONAL */
#bannerPromoTimer {
	background: #FF8A00;
	margin-bottom: 30px
}

body.pagina-inicial #bannerPromoTimer {
	margin-bottom: 0 !important;
}

#bannerPromoTimer .contencao {
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
}

#bannerPromoTimer ul {
	margin: 0;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 20px
}

#bannerPromoTimer ul > li {
	line-height: initial;
	text-align: center
}

#bannerPromoTimer ul > li .title {
	color: white;
	text-transform: uppercase;
	margin: 0;
	max-width: 240px;
	font-size: 15pt;
	line-height: 20px;
	margin-bottom: 3px
}

#bannerPromoTimer ul > li span#promoTimer {
	font-size: 17pt;
	font-weight: bold;
	color: black
}

#bannerPromoTimer ul > li i.fa-clock-o {
	font-size: 16pt;
	margin-right: 10px;
	color: #D81C1C;
}

#bannerPromoTimer ul > li:last-of-type {
	position: relative;	
	margin-top: 3px
}

#bannerPromoTimer ul > li a.comprar-btn {
	width: 200px;
	position: absolute;
	left: 50%;
	font-size: 30px;
	line-height: 35px;
	color: white;
	background: green;
	margin-left: -100px;
	vertical-align: middle;
	padding: 0 0 3px 0;
	border-radius: 6px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.3)
}

#bannerPromoTimer ul > li a.comprar-btn:hover {
	background: #24B738;
}

#bannerPromoTimer ul > li a.comprar-btn i {
	line-height: initial;
}

/*======================================================================================================== BARRA INICIAL */
.barra-inicial {
  display: none;
}

/*=========================================================================================================== TARJA TOPO */
#tarjaTopo {
	background-color: #000000;
}

#tarjaTopo a {
	text-decoration: none;
}

#tarjaTopo ul {
	margin: 0;
	text-align: right;
}

#tarjaTopo ul li {
	display: inline-block;
	vertical-align: middle;
}

#tarjaTopo ul li i {
	line-height: initial;
	width: initial;
	height: initial;
}

#tarjaTopo .contencao {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 20px;
}

#tarjaTopo .contencao > ul > li.esq {
	float: left;
}

#tarjaTopo .contencao > ul > li.esq > ul > li {
	padding: 10px 20px;
}

#tarjaTopo .contencao > ul > li.esq > ul > li:hover a {
	color: #565359
}

#tarjaTopo .contencao > ul > li.esq a {
	font-size: 9pt;
	text-transform: uppercase;
	color: white
}

#tarjaTopo .contencao > ul > li.esq a i {
	-webkit-transform: scale(1.4);
	margin-right: 8px
}

#tarjaTopo .contencao > ul > li.dir .SAC {
	padding: 10px 20px
}

#tarjaTopo .contencao > ul > li.dir .redes {
	margin-right: 30px
}

#tarjaTopo .contencao > ul > li.dir .redes > ul > li > a {
	font-size: 14pt;
	padding: 0 5px
}

#tarjaTopo .contencao > ul > li.dir .redes > ul > li > a:hover {
	color: #565359
}

#tarjaTopo .contencao > ul > li.dir .redes > ul > li > a i {
	line-height: initial;
	width: initial;
	height: initial;
}

#tarjaTopo .contencao > ul > li.dir .SAC i {
	-webkit-transform: scale(1.5);
	margin-right: 10px
}

#tarjaTopo .contencao > ul > li.dir .SAC i,
#tarjaTopo .contencao > ul > li.dir span,
#tarjaTopo .contencao > ul > li.dir a {
	color: white;
}

#tarjaTopo .contencao > ul > li.dir span {
	font-weight: bold;
}

#tarjaTopo li.whatsapp img {
	width: 20px;
	margin-right: 5px
}

/*============================================================================================================ CABECALHO */
#cabecalho {
  background-color: #000000;
	position: relative;
	height: 178px;
	background-image: url(https://cdn.awsli.com.br/293/293618/arquivos/borda3dh.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 2px;
}

#cabecalho .conteiner {
  max-width: 1250px;
	padding: 0 20px;
}

#cabecalho .conteiner .row-fluid {

}

/*================================================================================================================= LOGO */
#cabecalho .conteiner .span3 {
	width: 14%
}

#cabecalho .conteiner .logo {
  background: url("https://cdn.awsli.com.br/293/293618/arquivos/logo branco2.png") no-repeat;
	background-position: center center;
	background-size: 100% auto
}

#cabecalho .conteiner .logo img {
  visibility: hidden
}

/*=========================================================================================================== TOPO SPAN9 */
#cabecalho .conteiner .conteudo-topo {
  position: relative;
	top: 37px;
	float: right;
}

#cabecalho .conteiner .conteudo-topo .superior.row-fluid {
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	width: auto;
	right: 260px;
}

#cabecalho .conteiner .conteudo-topo .superior.row-fluid .span4 {
  display: none;
}

#cabecalho .conteiner .conteudo-topo .superior.row-fluid .span8 {
	width: auto
}

#cabecalho .conteiner .conteudo-topo .inferior.row-fluid {

}

#favoritos {
	position: absolute;
	right: 85px;
	top: -3px;
}

#favoritos > a > i {
	text-align: center;
	width: 50px;
	line-height: 50px;
	background: white;
	border-radius: 4px;
	font-size: 18pt;
	color: #76727A
}

#favoritos:hover > a > i {
	color: #E3651B
}

/*============================================================================================================ BEM VINDO */
#cabecalho .conteiner .bem-vindo {
  color: white;
	vertical-align: middle;
	font-size: 11pt;
	text-decoration: none;
}

#cabecalho .conteiner .bem-vindo span {
  color: white;
	font-weight: bold
}

#cabecalho .conteiner .bem-vindo span:hover {
	color: #565359;
}

#cabecalho .conteiner .bem-vindo i {
	font-size: 16pt;
	line-height: initial;
	vertical-align: middle;
	margin-right: 5px;
	color: #565359
}

#cabecalho .conteiner .btn-group {
	position: absolute;
	right: 0;
	max-width: 225px;
}

#cabecalho .conteiner .btn-group > a {
	box-shadow: none;
	border: none;
	background: none;
	vertical-align: middle;
	font-size: 11pt;
	color: white;
	white-space: nowrap;
  width: 100%;                   
  overflow: hidden;
  text-overflow: ellipsis;
	padding: 0 0 0 28px;
	position: relative;
}

#cabecalho .conteiner .btn-group > a > .icon-chevron-down {
	position: absolute;
	left: 0;
	line-height: initial;
	width: 25px;
	height: 25px;
	color: transparent;
	background: url("https://cdn.awsli.com.br/293/293618/arquivos/bem-vindo-icone.png") no-repeat;
	background-position: center center;
	background-size: 90%
}

#cabecalho .conteiner .btn-group .dropdown-menu {
	border: none;
	border-radius: 4px;
	position: absolute;
	top: 100%;
	left: 0;
}

#cabecalho .conteiner .btn-group .dropdown-menu > li:hover a {
	background: #D14424
}

/*================================================================================================================ BUSCA */
#cabecalho .conteiner .span8.busca-mobile {
  width: 40%
}

#cabecalho .conteiner .busca {
  background: white;
	border: none;
	border-radius: 4px
}

#cabecalho .conteiner .busca > #form-buscar {
  position: relative;
}

#cabecalho .conteiner .busca input {
  border: none;
	box-shadow: none;
	padding: 6px 6px;
}

#cabecalho .conteiner .busca button {
  position: absolute;
	top: 0;
	border: none;
	right: 0;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	background: #76727A;
	border-radius: 3px
}

#cabecalho .conteiner .busca button:hover {
	background: #565359
}

#cabecalho .conteiner .busca button::before {
  content: "BUSCAR";
	font-family: 'Open Sans',sans-serif !important;
	font-weight: bold
}

/*============================================================================================================= CARRINHO */
#cabecalho .span4.hidden-phone {
  margin: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: -3px
}

#cabecalho .carrinho {
  border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cabecalho .carrinho i.fundo-principal {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: #76727A;
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/carrinho.png");
	background-repeat: no-repeat;
	background-position: top -19px center;
	background-size: 200%;
	opacity: 1;
}

#cabecalho .carrinho:hover i.fundo-principal {
	background-color: #E3651B;
}

#cabecalho .carrinho i.fundo-principal::before {
  display: none;
}

#cabecalho .carrinho strong.qtd-carrinho {
  display: block !important;
	position: absolute;
	margin: 0 0 0 -15px;
	font-weight: bold;
	color: white;
	font-size: 12pt;
	line-height: 17px;
	background: #E3651B;
	bottom: -6px;
	width: 30px;
	text-align: center;
	border-radius: 50px 50px 0 0;
	left: 50%;
	padding: 2px 0 0 0
}

/* CONTEUDO TOTAL DO CARRINHO */
#cabecalho .carrinho > a > span {
  display: none;
}

/* TEXTO "MEU CARRINHO" */
#cabecalho .carrinho > a > span b.titulo {

}

/* TEXTO "PRODUTO ADICIONADO" */
#cabecalho .carrinho > a > span span.cor-secundaria {
	
}

/********************************************************/

/* CARRINHO DISPLAY HIDE */
#barraTopo .carrinho-interno,
#cabecalho .carrinho-interno {
	position: absolute;
	top: 100%;
	border-top: 5px solid #E3651B;
	box-shadow: none;
	border-radius: 4px;
	border-bottom: 4px solid #E3651B
}

/* UL INTERNA (PARTE SUPERIOR) CARRINHO DISPLAY HIDE */
#barraTopo .carrinho-interno ul,
#cabecalho .carrinho-interno ul {
	
}

/* CAMPO IMAGEM DO PRODUTO */
#barraTopo .carrinho-interno ul .imagem-produto,
#cabecalho .carrinho-interno ul .imagem-produto {
	
}

/* IMAGEM DO PRODUTO */
#barraTopo .carrinho-interno ul .imagem-produto img,
#cabecalho .carrinho-interno ul .imagem-produto img {
	
}

/* NOME DO PRODUTO */
#barraTopo .carrinho-interno ul a.nome-produto,
#cabecalho .carrinho-interno ul a.nome-produto {
	
}

/* CAMPO DE PRECO DO PRODUTO */
#barraTopo .carrinho-interno ul div.preco-produto,
#cabecalho .carrinho-interno ul div.preco-produto {
	
}

/* PRECO DO PRODUTO */
#barraTopo .carrinho-interno ul div.preco-produto strong,
#cabecalho .carrinho-interno ul div.preco-produto strong {
	
}

/*************/

/* DIV INTERNO (PARTE INFERIOR) CARRINHO DISPLAY HIDE */
#barraTopo .carrinho-interno .carrinho-rodape,
#cabecalho .carrinho-interno .carrinho-rodape {
	
}

/* SPAN CARRINHO DISPLAY HIDE */
#barraTopo .carrinho-interno .carrinho-rodape span.carrinho-info,
#cabecalho .carrinho-interno .carrinho-rodape span.carrinho-info {
	
}

/* TEXTO "1 PRODUTO NO CARRINHO" */
#barraTopo .carrinho-interno .carrinho-rodape span.carrinho-info i,
#cabecalho .carrinho-interno .carrinho-rodape span.carrinho-info i {
	
}

/* TEXTO "TOTAL:" */
#barraTopo .carrinho-interno .carrinho-rodape span.carrinho-info span.carrino-total,
#cabecalho .carrinho-interno .carrinho-rodape span.carrinho-info span.carrino-total {
	
}

/* TOTAL EM DINHEIRO DE PRODUTOS NO CARRINHO */
#barraTopo .carrinho-interno .carrinho-rodape span.carrinho-info span.carrino-total strong,
#cabecalho .carrinho-interno .carrinho-rodape span.carrinho-info span.carrino-total strong {
	
}

/*************/

/* BOTAO "IR PARA O CARRINHO" */
#barraTopo .carrinho-interno .carrinho-rodape a.botao,
#cabecalho .carrinho-interno .carrinho-rodape a.botao {
	border: none;
	border-radius: 4px;
	background-color: green;
}

/* ICONE DE CARRINHO DENTRO DO BOTAO */
#barraTopo .carrinho-interno .carrinho-rodape a.botao i,
#cabecalho .carrinho-interno .carrinho-rodape a.botao i {
	
}

/****************************************/

#cabecalho .conteiner .carrinho.vazio {

}

#cabecalho .conteiner .carrinho.vazio i.fundo-principal {

}

#cabecalho .conteiner .carrinho.vazio i.fundo-principal::before {

}

#cabecalho .conteiner .carrinho.vazio strong.qtd-carrinho {

}

#cabecalho .conteiner .carrinho.vazio span {

}

/*======================================================================================================== MENU SUPERIOR */
#cabecalho .conteiner .menu.superior {
  position: absolute;
	left: 0;
	width: 100%;
  background: white;
	bottom: 0;
}

#cabecalho .conteiner .menu.superior ul.nivel-um {
  text-align: center;
	max-width: 1250px;
	margin: 0 auto;
}

#cabecalho .conteiner .menu.superior ul.nivel-um > li {
  float: initial;
  border: none;
  display: inline-block;
	position: relative;
	margin-left: -3px;
	background-image: url(https://cdn.awsli.com.br/293/293618/arquivos/border.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 1px 100%;
	padding: 0 4%
}

#cabecalho .conteiner .menu.superior ul.nivel-um > li:first-child {
	margin-left: initial
}

#cabecalho .conteiner .menu.superior ul.nivel-um > li:last-child {
	background: none;
}

#cabecalho .conteiner .menu.superior ul.nivel-um li {

}

#cabecalho .conteiner .menu.superior ul.nivel-um >li > a > i {
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin-left: -7.5px;
	background: none;
	color: #E3651B;
}
	
	#cabecalho .conteiner .menu.superior ul.nivel-um > li:hover > a > strong {
		color: #E3651B
	}

#cabecalho .conteiner .menu.superior ul.nivel-um li.com-filho {

}

#cabecalho .conteiner .menu.superior ul.nivel-um li .titulo {

}

#cabecalho .conteiner .menu.superior ul.nivel-um li strong {
	margin: 36px 0 10px 0;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #76727A
}

/****************************************/

#cabecalho .conteiner .menu.superior ul.nivel-um ul.nivel-dois {
	position: absolute;
	top: 100%;
	box-shadow: none;
	text-align: left;
	border-radius: 0 0 5px 5px;
	border-bottom: 3px solid #E3651B
}

#cabecalho .conteiner .menu.superior ul.nivel-um ul.nivel-dois li {
  border: none;
	background: none
}

#cabecalho .conteiner .menu.superior ul.nivel-um ul.nivel-dois li a {
  font-size: 11pt
}

#cabecalho .conteiner .menu.superior ul.nivel-um ul.nivel-dois li:hover a {
	color: #E3651B
}

/*====================================================================================================== MENU COM ICONES */
/* MENU SUPERIOR */
#cabecalho .conteiner .menu.superior ul.nivel-um>li.categoria-id-1002739 > a {
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/CATG1.png");
	background-repeat: no-repeat;
	background-position: top 7px center ;
	background-size: 36px;
}

    #cabecalho .conteiner .menu.superior ul.nivel-um>li.categoria-id-4052060> a {
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/CATG08.png");
	background-repeat: no-repeat;
	background-position: top 7px center ;
	background-size: 36px;
}

#cabecalho .conteiner .menu.superior ul.nivel-um>li.categoria-id-1003481 > a {
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/CATG20.png");
	background-repeat: no-repeat;
	background-position: top 7px center ;
	background-size: 43px;
}

#cabecalho .conteiner .menu.superior ul.nivel-um>li.categoria-id-1002686 > a {
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/CATG4.png");
	background-repeat: no-repeat;
	background-position: top 9px center ;
	background-size: 43px;
}   
    
    #cabecalho .conteiner .menu.superior ul.nivel-um>li.categoria-id-6230271 > a {
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/CATG07.png");
	background-repeat: no-repeat;
	background-position: top 10px center ;
	background-size: 37px;
}

#cabecalho .conteiner .menu.superior ul.nivel-um>li.categoria-id-1644360 > a {
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/CATG5.png");
	background-repeat: no-repeat;
	background-position: top 10px center ;
	background-size: 37px;
}


#cabecalho .conteiner .menu.superior ul.nivel-um>li.categoria-id-19736718 > a {
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/icone_giratoria.png");
	background-repeat: no-repeat;
	background-position: top 10px center ;
	background-size: 37px;
}


/*======================================================================================================== SECAO BANNERS */
.secao-banners {
 
}

.secao-banners .conteiner {
  padding: 0;
	text-align: center;
	max-width: 100%
}

.secao-banners .conteiner .row-fluid.banner.cheio {
  
}

.secao-banners .conteiner .row-fluid.banner.cheio .flexslider {
  border: none;
}

.secao-banners .conteiner .row-fluid.banner.cheio .flexslider img {

}
	
.secao-banners .conteiner .row-fluid.banner.hidden-phone {
	
}

.secao-banners .conteiner .row-fluid.banner.hidden-phone .span12.banner.tarja {
	
}

.secao-banners .conteiner .row-fluid.banner.hidden-phone .span12.banner.tarja img {
	
}

/*========================================================================================================= TARJA BANNER */
#tarjaBanner {
	margin: 20px 0 15px 0;
}

#tarjaBanner > ul {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 20px;
	text-align: left;
}

#tarjaBanner > ul > li:first-child {
	margin-left: 1%
}

#tarjaBanner > ul > li {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 17%;
	box-shadow: 0 0 0 1px #D0CECE inset;
	margin-left: 3%;
	border-radius: 5px
}

#tarjaBanner > ul > li img {
	width: auto;
	height: auto;
	text-align: center
}

/*================================================================================================================ CORPO */
#corpo {

}

#corpo .conteiner {

}

#corpo .conteiner .secao-principal {

}

/* ---------------------------MINI BANNERS--------------------------- */
#corpo .conteiner .secao-principal .row-fluid.banner.mini-banner {
	
}

#corpo .conteiner .secao-principal .row-fluid.banner.mini-banner .modulo.span4 {
	
}

#corpo .conteiner .secao-principal .row-fluid.banner.mini-banner .modulo.span4 .flexslider {
	
}

#corpo .conteiner .secao-principal .row-fluid.banner.mini-banner .modulo.span4 .flexslider img {
	
}
/* ------------------------------------------------------------------ */

#corpo .conteiner .row-fluid {

}

/*========================================================================================================= MENU LATERAL */
#corpo .menu.lateral {
	/*border: none*/
}

#corpo .menu.lateral .borda-principal {
  border: none;
}

#corpo .menu.lateral ul.nivel-um {
	
}

#corpo .menu.lateral ul.nivel-um > li {
	border: 1px solid #E3651B;
	border-radius: 5px;
	background: none;
}

#corpo .menu.lateral.outras ul.nivel-um > li {
	margin-bottom: 5px
}

#corpo .menu.lateral ul.nivel-um > li > a > i.icon-chevron-down {
	background: none;
	color: #302D2E;
}

#corpo .menu.lateral.outras ul.nivel-um > li:hover > a {
	background: #E3651B;
}

#corpo .menu.lateral.outras ul.nivel-um > li:hover > a > strong {
	color: white;
}

#corpo .menu.lateral ul.nivel-um li.ativo {

}

#corpo .menu.lateral ul.nivel-um li.com-filho {
	
}

#corpo .menu.lateral ul.nivel-um > li > a {
	box-shadow: none;
	background: none;
}

#corpo .menu.lateral ul.nivel-um > li > a > strong {	
	color: #76727A;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11pt
}

#corpo .menu.lateral ul.nivel-um li a strong {
	
}

/***************/

#corpo .menu.lateral ul.nivel-um ul.nivel-dois {
	background: none;
	padding: 0;
	box-shadow: none;
}

#corpo .menu.lateral ul.nivel-um ul.nivel-dois li {
	border: none;
	padding: 0 5px;
	margin-bottom: 5px;
	background: none;
}

#corpo .menu.lateral ul.nivel-um ul.nivel-dois li a {
	background: rgba(0,0,0,.06);
	text-indent: 15px;
	border-radius: 5px;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 600
}

#corpo .menu.lateral ul.nivel-um ul.nivel-dois li:hover a {
	background: rgba(0,0,0,.4);
	color: white;
}

.filtro {
	border: none;
	box-shadow: none;
	border: 1px solid #E3651B;
	border-radius: 5px
}

.filtro .titulo {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}

body.pagina-categoria .listagem-linha {
	border: none;
}
}

/*================================================================================================ LISTAGEM DOS PRODUTOS */
#corpo .conteiner #listagemProdutos {
	
}

/* --- TITULO CATEGORIA DA PÁGINA INICIAL E PÁGINA DE CATEGORIA ---  */
#corpo .conteiner #listagemProdutos .titulo-categoria {
	text-align: center;
	padding: 10px 0;
	border: 0;
	line-height: initial;
	height: initial;
	margin-bottom: 40px;
	background: none
}

#corpo .conteiner #listagemProdutos .titulo-categoria strong {
	padding: 10px 50px;
	border-bottom: 2px solid #E3651B;
	text-transform: uppercase;
	color: black
}

/* ----------------------------------------------------------------- */

/* LISTAGEM LINHA */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha,
#corpo .conteiner #listagemProdutos ul li.listagem-linha {
	
}

/* ITENS DE LISTA DA LISTAGEM LINHA */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li {
	border: none;
}

body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item {
	padding-bottom: 55px;
	padding-top: 20px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out
}

body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item:hover,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item:hover {
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3)
}

@media only screen and (min-width: 768px){
/* CAMPO OCULTO DE FUNDO INTEGRAL */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item:hover .produto-sobrepor,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item:hover .produto-sobrepor {
	
}
}

/* CAMPO DA IMAGEM DO PRODUTO */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .imagem-produto,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .imagem-produto {
	
}

/* IMAGEM DO PRODUTO */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .imagem-produto img,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .imagem-produto img {
	
}

/* NOME DO PRODUTO (TITULO) */
body.pagina-produto .principal .nome-produto {
  
}

body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .nome-produto,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .nome-produto {
	font-weight: bold;
	text-transform: uppercase;
	line-height: initial;
	border-top: 1px solid #ddd;
	padding-top: 5px
}

/* CAMPO DE INFORMACOES DO PRODUTO */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto {
	text-align: center
}

body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto > div,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto > div {
	background: rgba(0,0,0,.05);
	border-radius: 5px;
	padding: 5px 0;
}

/* PREÇO CORTADO */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-venda,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-venda {
	
}

/* PRECO DO PRODUTO */
body.pagina-produto .principal .preco-promocional,
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-promocional,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-promocional {
	font-size: 140%;
	color: black
}

/* PRECO A PARTIR */
body.pagina-produto .principal .preco-produto .preco-a-partir .preco-venda,
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-a-partir .preco-venda,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-a-partir .preco-venda {
	
}

/* PRECO PARCELADO (GERAL) */
body.pagina-produto .principal .preco-produto .preco-parcela,
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-parcela,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-parcela {
	
}

/* STRONGS DENTRO DO PRECO PARCELADO */
body.pagina-produto .principal .preco-produto .preco-parcela strong,
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-parcela strong,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .preco-produto .preco-parcela strong {
	
}

/* PRECO DE DEPOSITO */
body.pagina-produto .principal .preco-produto .desconto-a-vista,
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .preco-produto .desconto-a-vista,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .preco-produto .desconto-a-vista {
  
}

/* STRONGS DO PRECO DE DEPOSITO */
body.pagina-produto .principal .preco-produto .desconto-a-vista strong,
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .info-produto .preco-produto .desconto-a-vista strong,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .info-produto .preco-produto .desconto-a-vista strong {
  
}

@media only screen and (min-width: 768px){
/* DIV QUE SUPORTA O BOTAO HOVER */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .acoes-produto,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .acoes-produto {
	position: absolute;
	border: none;
	bottom: 30px;
	background: none;
	padding: 0 15px;
	-webkit-transition: all .3s ease-in-out
}

body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item:hover .acoes-produto,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item:hover .acoes-produto {
	position: absolute;
	bottom: 14px;
}

/* BOTAO HOVER */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .acoes-produto .botao,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .acoes-produto .botao {
	border: none;
	padding: 8px 0;
	width: 100%;
	border-radius: 5px;
	background: green;
	text-transform: uppercase;
	font-weight: bold;
}

body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .acoes-produto .botao:hover,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .acoes-produto .botao:hover {
	background: #00BA00;
}

/* ICONE LUPA DENTRO DO BOTAO */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .acoes-produto .botao i,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .acoes-produto .botao i {
	color: #FF8A00
}
}

/* DIV BANDEIRAS */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .bandeiras-produto,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .bandeiras-produto {
	
}

/* CONTEUDO DAS BANDEIRAS (MODO GERAL) */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .bandeiras-produto span,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .bandeiras-produto span {
	box-shadow: -4px 0 0 0 rgba(0,0,0,.3) inset;
	font-size: 8pt;
	border-radius: 0 5px 5px 0;
	border: none;
}

/* BANDEIRA DE DESCONTO */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .bandeiras-produto span.bandeira-promocao,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .bandeiras-produto span.bandeira-promocao {
	
}

/* BANDEIRA DE PRODUTO ADICIONADO */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .bandeiras-produto span.adicionado-carrinho,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .bandeiras-produto span.adicionado-carrinho {
	
}

/* BANDEIRA DE FRETE GRATIS */
body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item .bandeiras-produto span.bandeira-frete-gratis,
#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item .bandeiras-produto span.bandeira-frete-gratis {
	
}

@media only screen and (min-width: 768px){
.teste {
	text-align: center;
	margin: 0 auto;
	width: 100%
}

.teste .titulo-canais {
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 15px;
}

.teste .titulo-canais strong {
	padding: 10px 50px;
	color: black;
	border-bottom: 2px solid #E3651B
}

.teste .img {
	display: inline-block !important;
	float: initial !important;
	border: none;
	margin: 5px 10px;
}

.teste .img:hover {
	border: none;
}

.teste .img:hover img {
	-webkit-filter:brightness(130%);
}

/*======================================================================================================= PAGINA PRODUTO */
body.pagina-produto .principal {
	
}

/* BREADCRUMBS */
body.pagina-produto .principal .breadcrumbs {
	
}

body.pagina-produto .principal .breadcrumbs>ul {
	
}

body.pagina-produto .principal .breadcrumbs>ul>li {
	
}

body.pagina-produto .principal .breadcrumbs>ul>li>a {
	
}
/*---------------------------------------------------------------------*/

/* NOME DO PRODUTO */
body.pagina-produto .principal h1.nome-produto {
	
}

/*========================================================================================= PAGINA FINALIZAÇÃO DE PEDIDO */
body.pagina-pedido-finalizado #cabecalho,
body.pagina-carrinho.carrinho-checkout #cabecalho {
	height: initial
}

body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner > .row-fluid > .offset3 {
	float: right
}

body.pagina-pedido-finalizado #corpo,
body.pagina-carrinho.carrinho-checkout #corpo {
	margin-top: 30px;
}

body.pagina-carrinho.carrinho-checkout #corpo > .conteiner {
	box-shadow: none;
}

/* LOGOTIPO */
body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid .logo {
	
}

body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid ul.atendimento {
	border: none;
}

body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid ul.atendimento li {
	
}

body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid ul.atendimento li span.icone-box {
	border: none
}

body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid ul.atendimento li span.icone-box i {
	font-size: 20pt;
	color: white;
}

body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid ul.atendimento li span.icone-box i::before {
	
}

/* TEXTO SUPERIOR (EX: ATENDIMENTO) */
body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid ul.atendimento li span {
	color: #302D2E;
	font-weight: 600
}

/* TEXTO INFERIOR (EX: FALE CONOSCO) */
body.pagina-carrinho.carrinho-checkout #cabecalho .conteiner .row-fluid ul.atendimento li span strong {
	color: #302D2E;
	font-size: 11pt
}

/*======================================================================================================= BOX NEWSLETTER */
    

#corpo .conteiner .componente.newsletter {
	background: rgb(255,255,255) !important;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%) !important;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ) !important;
	border-radius: 5px;
	border-bottom: 1px solid #E3651B !important;
	border-top: none;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,.2) !important;
}

/* TITULO "NEWSLETTER" */
#corpo .conteiner .componente.newsletter .interno span.titulo {
	text-transform: uppercase;
	font-weight: 600;
}

/* TEXTO"RECEBA NOSSAS OFERTAS POR EMAIL" */
#corpo .conteiner .componente.newsletter .interno .interno-conteudo p.texto-newsletter {
	text-align: center
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-cadastro {
	position: relative;
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-cadastro input {
	padding: 5px 0;
	box-shadow: none;
	width: 100%;
	text-indent: 6px
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-cadastro button {
	position: absolute;
	top: 2px;
	right: 1px;
	height: 90%;
	border: none;
	background: #76727A;
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-cadastro button:hover {
	
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-cadastro button::before {
	
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-confirmacao {
	
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-confirmacao i {
	
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-confirmacao i::before {
	
}

#corpo .conteiner .componente.newsletter .interno .interno-conteudo div.newsletter-confirmacao span {
	
}

/*===================================================================================================== POPUP NEWSLETTER */
.fancybox-type-html .fancybox-inner {
	overflow: visible !important;
}

.fancybox-type-html.modal-modalNewsletter {
  width: 637px !important;
  height: 500px !important;
  position: absolute;
  
  /* ALTURA */
  top: 50% !important;
  margin-top: -260px !important;
  /**********/
  
  /* LARGURA */
  left: 50% !important;
  margin-left: -318.5px !important;
  /***********/
}

.fancybox-type-html.modal-modalNewsletter .fancybox-skin {
  height: inherit !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.fancybox-type-html.modal-modalNewsletter .fancybox-skin .fancybox-outer .fancybox-inner {
  width: inherit !important;
  height: inherit !important;
}

.fancybox-type-html.modal-modalNewsletter .fancybox-skin .fancybox-outer,
.fancybox-type-html.modal-modalNewsletter .fancybox-skin .fancybox-outer .fancybox-inner #modalNewsletter,
.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter,
.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span,
.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid {
  height: inherit !important;
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter {
  background-color: transparent;
  background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/news.png");
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno {
  background-color: transparent;
  position: relative;
  top: 320px;
  width: 370px;
  float: left;
  left: 60px
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo .texto-newsletter.newsletter-cadastro {
  visibility: hidden
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo button {
  border: none;
  position: absolute;
  top: 0;
  height: 100%;
  right: -89px;
	background: black;
	box-shadow: 0 0 0 2px #111 inset;
  border-radius: 0;
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo button::before {
  content: "ASSINAR";
  font-size: 13pt;
  position: relative;
  top: -2px;
	color: white;
	font-weight: 600;
}
	
	.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo button:hover::before {
		color: #E3651B
	}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo input {
  border-radius: 0px;
	border: none;
	box-shadow: none
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno .titulo {
  visibility: hidden
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo .newsletter-confirmacao {
  position: relative;
  top: 36px;
	text-align: justify;
	width: 450px;
	font-weight: bold
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo .newsletter-confirmacao i {
	color: black
}

.fancybox-type-html.modal-modalNewsletter #modalNewsletter .row-fluid .span .componente.newsletter .interno-conteudo .newsletter-confirmacao span {
  color: white;
	font-size: 13pt;
}

/*===================================================================================================== BARRA NEWSLETTER */
/* COR TOTAL */
#barraNewsletter, #barraNewsletter .conteiner, #barraNewsletter .conteiner .row-fluid .span .componente.newsletter {
	
}

#barraNewsletter {
	padding: 20px 0;
	background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(232,232,232,1) 50%, rgba(232,232,232,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(232,232,232,1) 50%,rgba(232,232,232,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	box-shadow: none;
}

#barraNewsletter .conteiner {
	padding: 10px 20px !important;
	background: rgb(255,255,255) !important;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%) !important;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ) !important;
	border-radius: 5px;
	border-bottom: 1px solid #E3651B !important;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,.2) !important;
	position: relative;
}

#barraNewsletter .conteiner .row-fluid {
	
}

#barraNewsletter .conteiner .row-fluid .span {
	
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter {
	background: none
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno {
	
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo {
	text-align: right
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo p.texto-newsletter {
	float: left;
	line-height: 47px;
	text-indent: 70px;
	font-size: 16pt;
	text-transform: uppercase;
	background: url(https://cdn.awsli.com.br/293/293618/arquivos/carta.png) no-repeat;
	background-position: center left;
	background-size: auto 90%;
	font-weight: bold;
	color: #302D2E
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-cadastro.input-conteiner {
	width: 50%;
	position: relative;
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-cadastro input {
	padding: 14px 0;
	width: 100%;
	display: block;
	border: none;
	box-shadow: 0 0 2px 0px rgba(227,101,27,.5) inset;
	border-radius: 5px;
	text-indent: 10px;
	background: white
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-cadastro button {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 78%;
	border: none;
	border-radius: 5px;
	padding: 0 4%;
	background: #E3651B
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-cadastro button:after {
	font-size: 12pt;
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-confirmacao {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	width: 100%;
	padding: 40px 0 0 0;
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-confirmacao i {
	position: absolute;
	font-size: 30pt;
	top: 0
}

#barraNewsletter .conteiner .row-fluid .span .componente.newsletter .interno .interno-conteudo .newsletter-confirmacao span {
	text-align: center !important;
	text-transform: uppercase;
	font-weight: bold;
}


/*=============================================================================================================== RODAPE */
#rodape {
	
}

#rodape .institucional {
	background: rgb(232,232,232);
  background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 69%, rgba(216,216,216,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 69%,rgba(216,216,216,1) 100%);
  background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 69%,rgba(216,216,216,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d8d8d8',GradientType=0 );
	border-bottom: 3px solid #eee
}

#rodape .institucional .conteiner {
	background: url("https://cdn.awsli.com.br/293/293618/arquivos/compra-segura2.png") no-repeat;
	background-position: bottom 30px left 20px;
	background-size: 150px
}

#rodape .span4.links-rodape-categorias ul.total-itens_5,
#rodape .span4.links-rodape-categorias ul.total-itens_6,
#rodape .span4.links-rodape-categorias ul.total-itens_7,
#rodape .span4.links-rodape-categorias ul.total-itens_8,
#rodape .span4.links-rodape-categorias ul.total-itens_9,
#rodape .span4.links-rodape-categorias ul.total-itens_10,
#rodape .span4.links-rodape-categorias ul.total-itens_11,
#rodape .span4.links-rodape-categorias ul.total-itens_12 {
    display: none;
}

#rodape .atendimento-.atendimento-novo {
    margin-top: 5px
}

#rodape .atendimento-novo > ul > li > ul {
    text-align: left;
}

#rodape .atendimento-novo > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 16px
}

#rodape .atendimento-novo > ul > li > ul > li span {
  font-size: 10pt;
	color: #323031
}

#rodape .atendimento-novo > ul > li > ul > li span.s1 {
    text-transform: uppercase;
    font-size: 11pt
}

#rodape .atendimento-novo > ul > li > ul > li span.s2 {
    text-transform: capitalize
}

#rodape .atendimento-novo > ul > li {
    margin-bottom: 12px
}

#rodape .atendimento-novo > ul > li .whats {
    font-size: 19pt;
	color: #323031
}

#rodape .atendimento-novo > ul > li > a {
    vertical-align: text-bottom
}

#rodape .atendimento-novo i {
    font-size: 20pt;
    margin-right: 10px;
    color: #302D2E
}

#rodape .atendimento-novo i.fa-envelope {
	position: relative;
	top: 1px
}

#rodape .institucional .conteiner .row-fluid {
	
}

#rodape .institucional .conteiner .row-fluid .span9 {
	
}

#rodape .institucional .conteiner .row-fluid .span9 .row-fluid {
	
}

/* TITULO DOS CAMPOS DO RODAPE */
#rodape .institucional .conteiner .row-fluid .span9 .titulo {
	text-transform: uppercase;
	font-weight: 600;
	color: #E3651B;
	border: none;	
}

#rodape .institucional .conteiner .row-fluid .span9 .row-fluid .links-rodape {
	
}

#rodape .institucional .conteiner .row-fluid .span9 ul {
	
}

#rodape .institucional .conteiner .row-fluid .span9 ul li {
	list-style: none;
	line-height: 20px
}

/* LINKS DO RODAPE */
#rodape .institucional .conteiner .row-fluid .span9 ul li a {
	color: #302D2E;
	text-transform: uppercase;
	font-weight: 600
}

/* CONTEUDO DO CAMPO SOBRE A LOJA */
#rodape .institucional .conteiner .row-fluid .span9 p {
	color: #302D2E;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 100px;
	background: url("https://cdn.awsli.com.br/400x300/293/293618/logo/51599751cd.png") no-repeat;
	background-position: center bottom;
	background-size: 80% auto;
	text-align: justify
}

/*============================================================================================== REDES SOCIAIS DO RODAPE */

/* CAIXA DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais {
	position: relative;
	border: none;
	box-shadow: none;
	background: none;
}

/* TITULO "SOCIAL" */
#rodape .institucional .redes-sociais .titulo {
	text-transform: uppercase;
	font-weight: 600;
	color: #302D2E;
	border: none;
}

/* CAIXA FAICEBOOK */
#rodape .institucional .redes-sociais .caixa-facebook {
	
}

/* DIV LISTA DOS BOTOES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes {
	
}

/* UL LISTA DOS BOTOES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul {
	
}

/* LI LISTA DOS BOTOES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul li {
	border: none;
}

/* ICONES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul li i {
	padding: 4px;
	font-size: 20pt;
	background: none;
	color: #302D2E;
}

#rodape .institucional .redes-sociais .lista-redes ul li i:hover {
	color: #E3651B
}

/* CONTEUDO INTERNO DOS ICONES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul li i::before {
	
}

/*====================================================================================================== PAGAMENTO SELOS */
.pagamento-selos {
	background: rgb(255,255,255) !important;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%) !important;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ) !important;
}

.pagamento-selos .conteiner {
	
}

.pagamento-selos .conteiner .row-fluid {
	
}

.pagamento-selos .conteiner .row-fluid .titulo {
	text-transform: uppercase;
	font-weight: 600;
	color: #E3651B;
	border: none !important;
}

/*------------------------------------- CAMPO DAS BANDEIRAS DE PAGAMENTO */
.pagamento-selos .conteiner .pagamento {
	
}

.pagamento-selos .conteiner .pagamento ul.bandeiras-pagamento {
	
}

.pagamento-selos .conteiner .pagamento ul.bandeiras-pagamento li {
	
}

.pagamento-selos .conteiner .pagamento ul.bandeiras-pagamento li i {
	
}

/*************/

.pagamento-selos .conteiner .pagamento ul.gateways-rodape {
	
}

.pagamento-selos .conteiner .pagamento ul.gateways-rodape li {
	
}

.pagamento-selos .conteiner .pagamento ul.gateways-rodape li img {
	
}

/*----------------------------------------------------- CAMPO DOS SELOS */
.pagamento-selos .conteiner .selos {
	
}

.pagamento-selos .conteiner .selos ul {
	
}

.pagamento-selos .conteiner .selos ul li {
	
}

/*================================================================================================================= CNPJ */
.span9.span12 {
	
}

.span9.span12 p {
	
}

/*======================================================================================================= LOGO VISUALYZE */
div#logoVisualyze {
    background-color: white;
}

div#logoVisualyze img {
    margin-bottom: 12px;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s
}

div#logoVisualyze img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);   
}

/*=========================================================================================================== BARRA TOPO */

#barraTopo {
	background: rgb(227,101,27);
  background: -moz-linear-gradient(top,  rgba(227,101,27,1) 0%, rgba(227,101,27,1) 60%, rgba(226,83,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(227,101,27,1) 0%,rgba(227,101,27,1) 60%,rgba(226,83,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(227,101,27,1) 0%,rgba(227,101,27,1) 60%,rgba(226,83,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3651b', endColorstr='#e25300',GradientType=0 );
	height: initial
}

#barraTopo .conteiner {
	
}

#barraTopo .conteiner > .row-fluid {
	
}

#barraTopo .conteiner > .row-fluid > .span6 {
	float: right;
	padding: 5px 0
}

/* LOGO - NOME DA LOJA */
#barraTopo .span3.hidden-phone:first-child {
	width: 150px;
	position: relative;
	min-height: 50px;
	background: url("https://cdn.awsli.com.br/293/293618/arquivos/logo branco2.png") no-repeat;
	background-position: center center;
	background-size: 70% auto;
}

#barraTopo h4.titulo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#barraTopo h4.titulo > a {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/*******************************************/

/* DIV CANAIS CONTATO */
#barraTopo .canais-contato {
	
}

/* UL CANAIS CONTATO */
#barraTopo .canais-contato ul {
	padding: 9px 0
}

/* LI CANAIS CONTATO */
#barraTopo .canais-contato ul li {
	border: none;
}

/* LINKS CANAIS CONTATO */
#barraTopo .canais-contato ul li a {
	color: white;
	font-weight: 600
}

/* ICONES CANAIS CONTATO */
#barraTopo .canais-contato ul li a i {
	color: #76727A
}

/*******************************************/

/* BARRA DE BUSCA */
#barraTopo .busca {
	
}

/* CONTEUDO DA BARRA DE BUSCA */
#barraTopo .busca input {
	border: none;
	box-shadow: none;
	padding: 10px 0;
	text-indent: 10px;
	width: 100%;
	border-radius: 5px
}

/* BOTAO DA BARRA DE BUSCA */
#barraTopo .busca button {
	position: absolute;
	right: 2px !important;
	top: 2px !important;
	height: 90%;
	padding: 0 15px;
	border: none;
	border-radius: 4px;
	background: #76727A
}

/* LUPA DO BOTAO DA BARRA DE BUSCA */
#barraTopo .busca button::before {
	content: "BUSCAR";
	font-weight: 600;
}

/*******************************************/

/* CARRINHO */
#barraTopo .carrinho {
	border: none;
	background: white;
	padding: 2px;
	border-radius: 5px
}

/* ICONE CARRINHO */
#barraTopo .carrinho i.fundo-principal {
	padding: 3.5px;
	border-radius: 4px
}

/* CONTEUDO DO ICONE CARRINHO */
#barraTopo .carrinho i.fundo-principal::before {
	
}

/* QUANTIDADE DE PRODUTOS ADICIONADOS NO CARRINHO */
#barraTopo .carrinho strong.qtd-carrinho {
	
}

/* CONTEUDO DO CARRINHO */
#barraTopo .carrinho span {
	
}

/* TITULO "PRODUTO ADICIONADO" */
#barraTopo .carrinho span b.titulo {
	
}

/****************************************/

#barraTopo .conteiner .carrinho.vazio {

}

#barraTopo .conteiner .carrinho.vazio i.fundo-principal {

}

#barraTopo .conteiner .carrinho.vazio i.fundo-principal::before {

}

#barraTopo .conteiner .carrinho.vazio strong.qtd-carrinho {

}

#barraTopo .conteiner .carrinho.vazio span {
  line-height: 35px
}
}













































/*==================================================================================== VERCAO MOBILE */
@media only screen and (max-width: 767px){

/*============================================================================================================ GENERICO */
body {
	font-family: 'Open Sans',sans-serif
}

.titulo {
  font-family: 'Open Sans',sans-serif
}

.botao.principal,
.botao.botao-comprar,
.botao.botao-comprar.principal,
.botao.finalizar {

}

.produto .nome-produto {
  text-transform: uppercase;
	font-weight: 600;
	font-size: 15pt;
	text-align: center;
}
	
	#tarjaTopo, #favoritos, #bannerPromoTimer {
		display: none;
	}

.cep .input-append.input-prepend {
    position: relative;
	width: 150px
}

.cep .input-append.input-prepend input {
    padding: 10px 0;
	width: 100%;
	box-shadow: none;
	text-indent: 6px;
	border-radius: 5px !important;
}

.cep .input-append.input-prepend > button {
  position: absolute;
	top: 2px;
	right: 1px;
	border: none;
	background: #76727A;
	border-radius: 4px !important;
	padding: 0 10px;
	height: 90%;
	color: white;
	text-shadow: none;
}

.cep label {
  text-transform: uppercase
}

.listagem .titulo {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: initial;
	padding: 15px 0;
	background: rgba(0,0,0,.05);
	border: 1px solid #E3651B;
	border-radius: 5px;
	font-size: 120% !important;
}

.abas-custom .tab-content {
    box-shadow: none;
}

.principal a.botao.botao-comprar {
   border: none;
	border-radius: 5px;
	background: green;
}

.principal a.botao.botao-comprar i {
	color: #FF8A00
}

.span6 .acoes-produto {
  background-color: rgba(0,0,0,.05);
	padding: 10px 10px 60px 10px !important;
	margin-bottom: 20px !important;
	border-radius: 5px;
	box-shadow: 0 1px 5px 1px rgba(0,0,0,.3);
	background-image: url("https://cdn.awsli.com.br/293/293618/arquivos/compra-segura3.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 30%;
}

	.produto .acoes-produto .comprar .qtde-adicionar-carrinho {
		width: 100% !important;
	}

/*======================================================================================================= BARRA DO TOPO */
#cabecalho .atalhos-mobile.visible-phone {
	background-color: #E3651B;
	border: none;
	background-image: url(https://cdn.awsli.com.br/293/293618/arquivos/borda3dh.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 2px;
}

#cabecalho .atalhos-mobile.visible-phone ul {
	
}

#cabecalho .atalhos-mobile.visible-phone ul li {
	border: none;
}

#cabecalho .atalhos-mobile.visible-phone ul li a {
	
}

#cabecalho .atalhos-mobile.visible-phone ul li a::before {
	
}

/* AREA DO CARRINHO */
#cabecalho .atalhos-mobile.visible-phone ul li.fundo-principal {
	background: none;
}

#cabecalho .atalhos-mobile.visible-phone ul li.fundo-principal a {
	
}

#cabecalho .atalhos-mobile.visible-phone ul li.fundo-principal a::before {
	
}

/*=========================================================================================================== CABECALHO */
#cabecalho {
	background: #E3651B;
}

#cabecalho .conteiner {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0
}

#cabecalho .conteiner .row-fluid {
	
}

/*============================================================================================================ LOGOTIPO */
#cabecalho .conteiner .row-fluid .logo {
	background: url("https://cdn.awsli.com.br/293/293618/arquivos/logo branco2.png") no-repeat;
	background-position: center center;
	background-size: auto 100%
}

#cabecalho .conteiner .row-fluid .logo img {
	visibility: hidden
}

/*======================================================================== AREA EM VOLTA DA BARRA DE BUSCA E BOTAO MENU */
#cabecalho .conteiner .row-fluid .conteudo-topo .span8.busca-mobile {
	border-radius: 0;
	background-color: transparent;
	background-image: url(https://cdn.awsli.com.br/293/293618/arquivos/borda3dh.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 2px;
}

/*=============================================================================================================== BUSCA */
#cabecalho .span8.busca-mobile .busca {
	position: relative;
}

#cabecalho .span8.busca-mobile .busca input {
	border: none;
	box-shadow: none;
	padding: 12px 0;
	width: 100%;
	text-indent: 8px;
	border-radius: 5px
}

#cabecalho .span8.busca-mobile .busca button {
	position: absolute;
	top: 2px;
	right: 2px;
	border: none;
	height: 90%;
	background: #565258;
	border-radius: 4px
}

#cabecalho .span8.busca-mobile .busca button::before {
	content: "BUSCAR";
	font-weight: 600;
	font-size: 12pt;
	position: relative;
	top: -1px
}

/*========================================================================================================= BOTAO MENU */
#cabecalho .span8.busca-mobile .atalho-menu.visible-phone {
	background: #565258;
	border: 2px solid white;
	border-radius: 5px
}

#cabecalho .span8.busca-mobile .atalho-menu.visible-phone::before {
	
}

/*====================================================================================================== MENU SUPERIOR */
#cabecalho .menu.superior {
	background: white;
	text-align: center;
	border-radius: 5px
}

#cabecalho .menu.superior ul.nivel-um.active {
	border: none
}

#cabecalho .menu.superior ul.nivel-um.active li {
	border: none
}
	
	#cabecalho .menu.superior ul.nivel-um.active > li {
		margin-bottom: 10px
	}

#cabecalho .menu.superior ul.nivel-um.active li.com-filho {
	
}

#cabecalho .menu.superior ul.nivel-um.active li a {
	
}

#cabecalho .menu.superior ul.nivel-um.active li strong {
	text-transform: uppercase;
	font-weight: 600;
}

/**********/

#cabecalho .menu.superior ul.nivel-um.active ul.nivel-dois {
	
}

#cabecalho .menu.superior ul.nivel-um.active ul.nivel-dois li {
	
}

#cabecalho .menu.superior ul.nivel-um.active ul.nivel-dois li a {
	
}

/*======================================================================================================= SECAO BANNERS */
	.secao-banners {
		background-image: url(https://cdn.awsli.com.br/293/293618/arquivos/fundobanners2.png);
	  background-size: 110% 100%;
	  background-repeat: no-repeat;
	  background-color: #eee;
		background-position: center center;
	}
	
.secao-banners .conteiner { /*padding: 0;*/ }
.secao-banners .conteiner .flexslider { /*border: none*/ }
	
	#tarjaBanner {
		margin: 20px 0;
	}
	
	#tarjaBanner > ul {
		margin: 0;
		text-align: center;
		padding: 0 20px;
	}
	
	#tarjaBanner > ul > li {
		border: 1px solid #D0CECE;
		margin-bottom: 20px;
		border-radius: 5px
	}
	
	#tarjaBanner > ul > li:last-child {
		margin-bottom: 0;
	}

  body.pagina-produto .listagem.aproveite-tambem ul li.listagem-linha li .listagem-item,
	#corpo .conteiner #listagemProdutos ul li.listagem-linha li .listagem-item {
		padding-bottom: 20px
	}

/*===================================================================================================== BOTAO EU QUERO! */
.acoes-produto-responsiva.visible-phone a {
	display: none;
}

.acoes-produto-responsiva.visible-phone a span {
	
}

.acoes-produto-responsiva.visible-phone a i {
	
}
	
	#barraNewsletter {
		display: block !important;
		padding: 10px 0;
		background: #E3651B;
		border-top: 4px solid #FF8A00;
	}
	
	#barraNewsletter > .conteiner {
		padding: 0 20px !important;
		background: none !important;
	}
	
	#barraNewsletter .componente {
		background: none !important;
	}
	
	#barraNewsletter p.texto-newsletter {
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 10px !important;
	}
	
	#barraNewsletter div.newsletter-cadastro.input-conteiner {
		position: relative;
		width: 100%
	}
	
	#barraNewsletter div.newsletter-cadastro.input-conteiner > input {
		border: none;
		box-shadow: none;
		padding: 10px 0;
		width: 100%;
		text-indent: 8px;
		border-radius: 5px;
	}
	
	#barraNewsletter div.newsletter-cadastro.input-conteiner > button {
		position: absolute;
		border: none;
		border-radius: 4px;
		top: 2px;
		right: 2px;
		height: 90%;
		background: #76727A;
	}

/*============================================================================================================== RODAPE */
#rodape {
	text-align: center
}

#rodape .institucional {
	background: rgb(232,232,232);
  background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(232,232,232,1) 69%, rgba(216,216,216,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 69%,rgba(216,216,216,1) 100%);
  background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(232,232,232,1) 69%,rgba(216,216,216,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d8d8d8',GradientType=0 );
	border-bottom: 3px solid #eee
}

#rodape .institucional .conteiner {
	background: url("https://cdn.awsli.com.br/293/293618/arquivos/compra-segura2.png") no-repeat;
	background-position: bottom 30px center;
	background-size: 150px;
	padding-bottom: 120px
}

#rodape .span4.links-rodape-categorias ul.total-itens_5,
#rodape .span4.links-rodape-categorias ul.total-itens_6,
#rodape .span4.links-rodape-categorias ul.total-itens_7,
#rodape .span4.links-rodape-categorias ul.total-itens_8,
#rodape .span4.links-rodape-categorias ul.total-itens_9,
#rodape .span4.links-rodape-categorias ul.total-itens_10,
#rodape .span4.links-rodape-categorias ul.total-itens_11,
#rodape .span4.links-rodape-categorias ul.total-itens_12 {
    display: none;
}

#rodape .atendimento-.atendimento-novo {
    margin-top: 5px
}

#rodape .atendimento-novo > ul > li > ul {
    text-align: center;
}

#rodape .atendimento-novo > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 16px
}

#rodape .atendimento-novo > ul > li > ul > li span {
  font-size: 10pt;
	color: #323031
}

#rodape .atendimento-novo > ul > li > ul > li span.s1 {
    text-transform: uppercase;
    font-size: 11pt
}

#rodape .atendimento-novo > ul > li > ul > li span.s2 {
    text-transform: capitalize
}

#rodape .atendimento-novo > ul > li {
    margin-bottom: 12px
}

#rodape .atendimento-novo > ul > li .whats {
    font-size: 19pt;
	color: #323031
}

#rodape .atendimento-novo > ul > li > a {
    vertical-align: text-bottom
}

#rodape .atendimento-novo i {
    font-size: 20pt;
    margin-right: 10px;
    color: #302D2E
}

#rodape .atendimento-novo i.fa-envelope {
	position: relative;
	top: 1px
}

#rodape .institucional .conteiner .row-fluid {
	
}

#rodape .institucional .conteiner .row-fluid .span9 {
	
}

#rodape .institucional .conteiner .row-fluid .span9 .row-fluid {
	
}

/* TITULO DOS CAMPOS DO RODAPE */
#rodape .institucional .conteiner .row-fluid .span9 .titulo {
	text-transform: uppercase;
	font-weight: 600;
	color: #E3651B;
	border: none;	
}

#rodape .institucional .conteiner .row-fluid .span9 .row-fluid .links-rodape {
	
}

#rodape .institucional .conteiner .row-fluid .span9 ul {
	
}

#rodape .institucional .conteiner .row-fluid .span9 ul li {
	list-style: none;
	line-height: 20px
}

/* LINKS DO RODAPE */
#rodape .institucional .conteiner .row-fluid .span9 ul li a {
	color: #302D2E;
	text-transform: uppercase;
	font-weight: 600
}

/* CONTEUDO DO CAMPO SOBRE A LOJA */
#rodape .institucional .conteiner .row-fluid .span9 p {
	color: #302D2E;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 100px;
	background: url("https://cdn.awsli.com.br/400x300/293/293618/logo/51599751cd.png") no-repeat;
	background-position: center bottom 20px;
	background-size: 50% auto;
	text-align: justify
}
	
	#rodape .span12.visible-phone i {
		color: #E3651B;
	}

/*============================================================================================= REDES SOCIAIS DO RODAPE */
/* DIV LISTA DOS BOTOES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes {
	
}

/* UL LISTA DOS BOTOES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul {
	
}

/* LI LISTA DOS BOTOES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul li {
	
}

/* ICONES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul li i {
	font-size: 20pt;
	padding: 5px;
	background: none;
	color: #302D2E
}

/* CONTEUDO INTERNO DOS ICONES DAS REDES SOCIAIS */
#rodape .institucional .redes-sociais .lista-redes ul li i::before {
	
}

/*====================================================================================================== PAGAMENTO SELOS */
.pagamento-selos {
	background: rgb(255,255,255) !important;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%) !important;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ) !important;
}

.pagamento-selos .conteiner {
	
}

.pagamento-selos .conteiner .row-fluid {
	
}

.pagamento-selos .conteiner .row-fluid .titulo {
	text-transform: uppercase;
	font-weight: 600;
	color: #E3651B;
	border: none !important;
}

/*------------------------------------- CAMPO DAS BANDEIRAS DE PAGAMENTO */
.pagamento-selos .conteiner .span4.pagamento {
	
}

.pagamento-selos .conteiner .span4.pagamento ul.bandeiras-pagamento {
	text-align: center
}

.pagamento-selos .conteiner .span4.pagamento ul.bandeiras-pagamento li {
	display: inline-block;
	float: initial
}

.pagamento-selos .conteiner .span4.pagamento ul.bandeiras-pagamento li i {
	
}

/*************/

.pagamento-selos .conteiner .span4.pagamento ul.gateways-rodape {
	
}

.pagamento-selos .conteiner .span4.pagamento ul.gateways-rodape li {
	
}

.pagamento-selos .conteiner .span4.pagamento ul.gateways-rodape li img {
	
}

/*----------------------------------------------------- CAMPO DOS SELOS */
.pagamento-selos .conteiner .span4.selos {
	
}

.pagamento-selos .conteiner .span4.selos ul {
	text-align: center
}

.pagamento-selos .conteiner .span4.selos ul li {
	display: inline-block;
	float: initial
}

/*================================================================================================================ CNPJ */
.span9.span12 {
	
}

.span9.span12 p {
	
}

/*====================================================================================================== ICONE WHATSAPP */
i.fa.fa-whatsapp {
    border-radius: 20px
}
}
