/* ========= CSS QUERENDO VENDER ========= */
/* ========= RESET ========= */

*{
	margin: 0;
	padding: 0;
	border: 0;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.botao{
	border-radius: 0;
}

.botao.principal, .botao.principal.grande{
	background: #feac2b;
    box-shadow: none;
    text-shadow: none;
    border-color: #feac2b;
}

/* ========= ASSETS ========= */


.conteiner-principal {
    max-width: 2050px;
    overflow: hidden;
}

.conteiner-principal .conteiner{
    padding: 0 20px;
	box-shadow: 0 0 0 0;
	background: none;
}

.conteiner {
    max-width: 1220px;
}

/* ========= BARRA FIXA ========= */

#barraTopo .busca form{
    position: relative;
	height: 30px;
    border: 1px solid #feac2b;
}

#barraTopo .busca form input{
	width: 100%;
    height: 100%;
    font-style: italic;
    padding: 0 53px 0 10px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

#barraTopo .busca form button{
    position: absolute;
    border: none;
    box-shadow: none;
	height: 100%;
    background: #feac2b;
}

/* ========= HEADER ========= */

.barra-inicial{
	background: #000;
}

.barra-inicial .lista-redes ul li, .barra-inicial .canais-contato ul li{
	border: none;
}

.barra-inicial .lista-redes ul li i{
	background: none;
    vertical-align: middle;
    color: inherit;
}

.barra-inicial .lista-redes ul li a:hover, .barra-inicial .lista-redes ul li a:focus{
	color: #feac2b;
}

/*#cabecalho{*/
/*    overflow: hidden;*/
/*    margin-bottom: 0px;*/
/*}*/

#cabecalho .logo a{
	height: 118px;
}

#cabecalho .conteudo-topo .superior{
	padding: 0;
    margin: 25px 0 5px;
}

#cabecalho .conteudo-topo .superior .bem-vindo, #cabecalho .conteudo-topo .superior .bem-vindo span{
	color: #feac2b;
}

#cabecalho .conteudo-topo .superior .acoes-conta{
	text-align: right;
    margin: -3px;
}

#cabecalho .conteudo-topo .superior .acoes-conta li{
	display: inline-block;
    float: none;
}

#cabecalho .conteudo-topo .superior .acoes-conta li i{
	display: none;
}

#cabecalho .conteudo-topo .superior .acoes-conta li a{
    color: #feac2b;
}

#cabecalho .conteudo-topo .inferior .busca{
	padding: 0;
    border: none;
    background: none;
}

#cabecalho .conteudo-topo .inferior .busca form{
    position: relative;
    height: 42px;
    border: 1px solid #feac2b;
}

#cabecalho .conteudo-topo .inferior .busca form input{
	height: 100%;
    width: 100%;
    padding: 0 55px 0 15px;
    border-radius: 0;
    background: #fff;
    font-style: italic;
    border: none;
}

#cabecalho .conteudo-topo .inferior .busca form button{
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: #feac2b;
}

.menu.superior {
	position: relative;
}

.menu.superior::before {
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: #333B3C;
    content: "";
}

/* ========= HEADER - CARRINHO ========= */

#cabecalho .conteudo-topo .inferior .carrinho{
    background: #fff;
    color: #feac2b;
    height: 42px;
    border: 1px solid #feac2b;
}

#cabecalho .conteudo-topo .inferior .carrinho > a i{
	background: #fff;
    color: #feac2b;
    border-right: 1px #3688e9 solid;
}

.carrinho .carrinho-interno .nome-produto{
	width: 105px;
}

.carrinho .carrinho-interno .preco-produto{
	margin-top: 30px;
}

.carrinho .carrinho-interno .botao{
	width: 100%;
    margin-top: 10px;
    background: #feac2b;
}

/* ========= MENU ========= */

.menu.superior{
	margin-top: 0;
}

.menu.superior .nivel-um{
    position: relative;
	background: #333B3C;
    text-align: center;
}

.menu.superior .nivel-um > li{
	display: inline-block;
    border: none;
    float: none;
}

.menu.superior .nivel-um > li > a > i{
	background: none !important;
    font-size: 14px;
}

.menu.superior .nivel-um > li:hover, .menu.superior .nivel-um > li:focus{
	background: #feac2b;
}

.menu.superior .nivel-um > li .titulo{
	color: #fff;
}

.menu.superior .nivel-um .nivel-dois{
    padding: 0;
	box-shadow: none;
    border: 1px solid #333B3C;
}

.menu.superior .nivel-um .nivel-dois li + li{
	border-top: 1px solid #333B3C;
}

.menu.superior .nivel-um .nivel-dois li > a{
    display: block;
    padding: 7px 0;
	color: #feac2b;
    text-transform: uppercase;
    font-size: 14px;
}

/* ========= BANNERS ========= */

.secao-banners{
    margin-bottom: 20px;
}

.flexslider {
	margin-bottom: 20px;
}

.secao-banners .flexslider .flex-control-paging li a{
	font-size: 12px;
    background: #fff;
    color: #feac2b;
    text-indent: 0;
    width: auto;
    height: auto;
    padding: 0px 5px;
    border: none;
    border-radius: 0;
    
}

.secao-banners .flexslider .flex-control-paging li a.flex-active{
	background: #333B3C;
    color: #fff;
}

/* ========= LISTAGEM ========= */

.borda-alpha, .borda-alpha * {
    border-color: rgba(0, 0, 0, 0);
}

.listagem .titulo-categoria{
	border: none;
    font-size: 20px;
    color: #333B3C;
    text-transform: uppercase;
    background: none;
    padding: 0;
}

.listagem .titulo-categoria:hover{
	background: none;
    padding: 0;
}

.listagem .listagem-item{
	box-shadow: none !important;
    border: 1px solid #dedfe1 !important;
    min-height: 380px;
}

.listagem .listagem-item .info-produto{
	text-align: center;
}

.secao-principal.row-fluid.sem-coluna {
    margin-top: 25px;
}

.listagem .listagem-item .info-produto .nome-produto{
    min-height: auto;
	color: #17435d;
    font-size: 14px;
    font-weight: 400;
}

.listagem .listagem-item .info-produto .preco-venda{
	vertical-align: middle;
    font-weight: 700;
}

.listagem .listagem-item .info-produto .preco-promocional{
	font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
}

.listagem .listagem-item .bandeiras-produto span{
	background: #feac2b;
    border: none;
    color: #fff;
    box-shadow: none;
}

.listagem .listagem-item .acoes-produto-responsiva{
	display: none !important;
}

.listagem .listagem-item .acoes-produto{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    background: rgb(254 172 43 / 20%);
    opacity: 0;
    transition: all 0.2s ease;
    margin: 0;
}

.listagem .listagem-item .acoes-produto .botao{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: #fff;
    text-align: center;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 0;
    color: #feac2b;
    text-shadow: none;
    font-weight: 700;
}

.listagem .listagem-item .acoes-produto .botao i{
	display: none;
}

.listagem .listagem-item:hover .acoes-produto{
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    opacity: 1;
}

.listagem .listagem-item .produto-sobrepor{
	z-index: 20;
}

/* ========= CATEGORIAS ========= */

.menu.lateral .nivel-um > li > a{
	box-shadow: none;
    border: 1px solid #333B3C;
}

.menu.lateral .nivel-um > li.ativo > a {
    background: rgb(254 172 43 / 20%);
}

.menu.lateral .ativo  {
    background-color: rgb(254 172 43 / 20%);
    font-weight: 700;
}

.menu.lateral .nivel-um > li.com-filho > a > i{
	display: none;
}

.menu.lateral .nivel-um > li  + li > a{
	border-top: none;
}

.menu.lateral .nivel-um > li > a .titulo{
	color: #feac2b;
}

.menu.lateral .nivel-um .nivel-dois{
    padding: 0;
	box-shadow: none;
}

.menu.lateral .nivel-um .nivel-dois li{
    padding: 8px 20px;
	border: 1px solid #333B3C;
    border-top: none;
}

.menu.lateral .nivel-um .nivel-dois li > a{
	line-height: 24px;
    color: #feac2b;
}

.lateral.outras .filtro{
	border: 1px solid #333B3C;
    box-shadow: none;
}

.lateral.outras .filtro .titulo{
	text-transform: uppercase;
    border: none;
}

.lateral.outras .filtro.lista ul {
	border-color: #feac2b;
}

.lateral.outras .filtro.lista ul li{
	border-color: #feac2b;
}

.ordenar-listagem.topo{
	padding-bottom: 20px;
}

.ordenar-listagem.rodape{
	border: none;
}

/* ========= NEWSLETTER ========= */

.componente.newsletter{
	background: none;
    border: 1px solid #333B3C;
}

.componente.newsletter .titulo{
	text-transform: uppercase;
}

.componente.newsletter .titulo i{
	margin-top: -1px;
}

.componente.newsletter input[type="text"]{
    height: 42px;
    font-style: italic;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border-color: #feac2b;
    outline: none;
}

.componente.newsletter .newsletter-assinar{
	border-color: #feac2b;
    background: #feac2b;
    height: 42px;
}

/* ========= PRODUTO PAGINA ========= */

.pagina-produto .produto .conteiner-imagem{
	padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #dfe0e2;
}

.pagina-produto .produto .elastislide-carousel ul li a{
	box-shadow: none;
    border: 1px solid #dfe0e2;
}

.pagina-produto .produto .elastislide-carousel ul li.active a{
	border: 1px solid #feac2b;
}

.pagina-produto .produto .nome-produto{
	color: #282828;
    font-size: 24px;
}

.pagina-produto .produto .codigo-produto span{
	color: #282828;
    font-size: 14px;
}

.pagina-produto .produto .acoes-produto .preco-produto{
	float: none;
    margin-bottom: 30px;
}

.pagina-produto .produto .acoes-produto .preco-produto .preco-venda.titulo{
	color: #282828;
    font-weight: 700;
    font-size: 14px;
}

.pagina-produto .produto .acoes-produto .preco-produto .titulo{
	display: block;
    font-weight: 700;
    font-size: 24px;
}

.pagina-produto .produto .acoes-produto .comprar{
	float: none;
    text-align: left;
    margin-bottom: 10px;
}

.pagina-produto .produto .acoes-produto .comprar .botao-comprar{
    padding: 3px 22px 5px;
	background: #feac2b;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
    font-size: 22px;
}

.pagina-produto .produto .acoes-produto .comprar span span{
	text-align: left;
}

.pagina-produto .produto .cep label{
	display: block;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    margin: 0 0 5px 0;
    float: none;
    line-height: inherit;
}

.pagina-produto .produto .cep input.input-cep{
	height: 42px;
    font-style: italic;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border-color: #feac2b;
    outline: none;
}

.pagina-produto .produto .cep button{
	border-radius: 0;
    border-color: #feac2b;
    background: #feac2b;
    font-weight: 700;
    height: 42px;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    line-height: 20px;
}

.pagina-produto .produto .produto-compartilhar .lista-favoritos{
	padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.pagina-produto .produto .produto-compartilhar .fb-compartilhar{
	margin-top: 12px;
    float: right;
}

.pagina-produto .produto .abas-custom .tab-content{
	box-shadow: none;
    border: 1px solid #dedfe1;
    font-size: 14px;
}

.pagina-produto .produto .abas-custom .tab-content .tab-pane p:last-of-type{
	margin: 0;
}

.pagina-produto .produto .abas-custom .nav-tabs.nav-stacked{
	margin-bottom: 0;
}

.pagina-produto .produto .abas-custom .nav-tabs li a{
	border: 1px solid #333B3C;
    box-shadow: none;
}

.pagina-produto .produto .abas-custom .nav-tabs li.active a{
	background: #333B3C;
    color: #fff;
}

.pagina-produto .produto .listagem.aproveite-tambem > .titulo{
	font-weight: 700;
    text-transform: uppercase;
}

/* ========= CEP ========= */

input.input-cep{
	height: 42px;
    font-style: italic;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border-color: #feac2b;
    outline: none;
}

input.input-cep + button{
	border-radius: 0;
    border-color: #feac2b;
    background: #feac2b;
    font-weight: 700;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    line-height: 20px;
}

/* ========= IDENTIFICAO E CHECKOUT ========= */

.identificacao .control-group input{
	height: 52px;
}

.identificacao .control-group .submit-email.botao.principal{
	max-width: 120px;
}

.carrinho-checkout .atendimento .icone-box{
	background: #fff;
    border-color: #fff;
    color: #feac2b;
}

.carrinho-checkout .atendimento li .display-table{
	line-height: 18px;
    color: #fff;
}

/* ========= RODAPE ========= */

#rodape .titulo{
    padding: 20px 0 0 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
	border: none;
}

#rodape .links-rodape ul li{
	list-style: none;
}

#rodape > div:last-child .conteiner{
	padding: 0 20px;
}

#rodape .institucional{
	background-image: none;
}

#rodape .institucional .redes-sociais{
	width: auto;
    padding: 0;
    position: static;
    background: none;
    box-shadow: none;
    border: none;
}

#rodape .institucional .redes-sociais .titulo{
	color: #fff;
}

#rodape .institucional .redes-sociais .caixa-facebook{
	background: none;
    margin: 0;
    box-shadow: none;
    text-align: left;
}

#rodape .institucional .redes-sociais .lista-redes{
	display: none;
}

#rodape .pagamento-selos{
	background: #333B3C;
}

#rodape .pagamento-selos .titulo{
	color: #fff;
}

#rodape .rodape-copyright{
    padding: 20px 0;
	background: #000;
    color: #fff;
}

#rodape .rodape-copyright .texto-copyright{
	font-size: 12px;
    min-height: auto;
    vertical-align: middle;
}

#rodape .rodape-copyright .logo-hanoi{
	min-height: auto;
    vertical-align: middle;
    text-align: right;
}

.li-whatsapp a {
    bottom: 22px !important;
}

/* ========= RODAPE ========= */

@media screen and (max-width: 767px){
    #cabecalho{
    	background-size: cover;
    }
    
    #cabecalho .logo{
    	margin-bottom: 5px;
    }
    
    .menu.superior .nivel-um > li{
    	display: block;
    }
    
    .menu.superior .nivel-um .nivel-dois{
        border-color: #9a181c;
    	background: #9a181c;
    	margin: 0 -20px;
    }
    
    .menu.superior .nivel-um .nivel-dois li > a{
    	color: #fff;
    }
    
    #rodape .rodape-copyright .texto-copyright, #rodape .rodape-copyright .logo-hanoi{
    	text-align: center;
    }
    
    #rodape .rodape-copyright .texto-copyright{
    	margin-bottom: 15px;
    }
}