:root {
    --primary-color: #6B3823;
    --secundary-color: #EDDDBA;
    --color-clean: #fff;
    --color-dark: #314344;
    --txt-in-bg: #6B3823;
    --txt-global: #000000;
    --bar-color: #f5f5f5;
    --color-in-bg-dark: #6B3823;
    --color-in-bg-clean: #6B3823;
    --qlwapp-scheme-brand: #31c179;
    --qlwapp-scheme-text: #fff;
    --qlwapp-scheme-link: #88f7e6;
    --qlwapp-scheme-message: #646464;
    --qlwapp-scheme-label: #354744;
    --qlwapp-scheme-name: #354744;
}
.menu.superior .nivel-um {
    text-align: center;
}
.menu.superior {
background: #f0f0f0;
}
.pagina-carrinho .acao-editar .botao.principal.grande {background: #6B3823;}
.pagina-carrinho .acao-editar .botao.principal.grande:hover{color:#EDDDBA;}
.identificacao .control-group .submit-email.botao.principal {
    background: #6B3823;    
}
.produto .acoes-flutuante .botao.principal {
    background: #6B3823;
}
.addthis_inline_share_toolbox {
display: none;
}
.span6 .social-share {
display: flex;
align-items: center;
flex-direction: column;
}
.produto .acoes-flutuante {
display: none !important;
}

.fmais-shipping-danger{
    background: #6B3823 !important;
}
.description-title {color: #6B3823}
#descricao span{color: #6B3823 !important}
.info-produto a{color: #6B3823 !important;}
#rodape.titulo {color: #6B3823 !important;}
#rodape.fundsecundario{color: #6B3823 !important;}
.menu.superior {border: 0; background: #ffffff;}
#cabecalho strong{color: #6B3823;}
.my_account li a{background: #EDDDBA;color:#6B3823; border: 1px solid #6B3823;}
.my_account li:hover a{background:#6B3823; color:#EDDDBA;}
.my_account .login a {background: #EDDDBA;}
.my_account .login:hover a {background: #6B3823; color:#EDDDBA;}
.news-rodape .newsletter .botao:before{background:#EDDDBA; }
.news-rodape .newsletter .botao:hover:before{background:#6B3823; color:#EDDDBA;}
.container-conteudo-button-fale-conosco-drop-help:hover {background: #6B3823; color:#EDDDBA;}
.container-conteudo-button-fale-conosco-drop-help{background:#EDDDBA; color:#6B3823; border: 1px solid #6B3823;}
.listagem-item .acoes-produto .botao.principal:hover{color:#EDDDBA;}
#rodape .atd-rodape:hover{color:#EDDDBA;}
.breadcrumbs ul li:last-child a{color:#EDDDBA;}
.resumo-compra .tabela-carrinho .padding-preco *{color:#858585;}
.tabela-carrinho .form-horizontal .controls .btn:hover{background:#6B3823; color:#EDDDBA; border: 1px solid #EDDDBA;}
.tabela-carrinho .form-horizontal .controls .btn{background:#EDDDBA; color:#6B3823; border: 1px solid #6B3823;}
.pagina-carrinho .total strong{color:#858585;}
.subtotal strong{color:#858585;}
.carrinho-interno>div .botao{background: #EDDDBA; color:#6B3823; border: 1px solid #6B3823;}
.carrinho-interno>div .botao:hover{color:#EDDDBA; border: 1px solid #EDDDBA;}
.pagina-carrinho .acao-editar a.botao{background:#EDDDBA; color:#6B3823; border: 1px solid #6B3823;}
.pagina-carrinho .acao-editar a.botao:hover{background:#6B3823; color:#EDDDBA;}
#return-to-top i{color:#EDDDBA;}
#formRastrearObj .objSearch:hover{background:#6B3823;}
#formRastrearObj .objSearch{background: #EDDDBA; color:#6B3823; border: 1px solid #6B3823;}
#formRastrearObj .objSearch:hover:before{color:#EDDDBA;}
#formRastrearObj .objSearch a{color:#6B3823;}
.fancybox-close:before{color:#EDDDBA;}
.slick-dots li{
    width:20%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0;
}
.slick-dots{
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin:0;
}
@media (max-width: 767px) {
    #listagemProdutos>ul li.listagem-linha ul {
        flex-direction: row;
        flex-wrap: nowrap;
    }}
@media screen and (max-width: 1024px) {
    #rodape .titulo {
        position: relative;
        cursor: pointer;
        color: #6B3823;
    }
}
.pagina-categoria .listagem .listagem-linha>ul{
    justify-content: flex-start;
}