/* Configurações para a topbar da Captura de Email */

.newsletter .botao {
    background-color: #ffffff;
    color: #1F1D1D;
    -webkit-transition: background-color 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s;
}

.newsletter .botao:hover {
    background-color: #00BA62;
    color: #ffffff;
}

#barraNewsletter .interno-conteudo {
    color: #ffffff;
}

#modalNewsletter .interno {
    color: gray;
}

#modalNewsletter .interno .titulo {
    color: gray;
}



/* Configurações para o widget lateral da Captura de Email */

.componente {
    background-color: #350f04;
    color: #f7f7f7;
    border-style: none;
}

.componente .titulo {
    color: #f7f7f7;
} 

/* BEM-VINDO CADASTRE-SE */

.bem-vindo span {
    display: inline-block;
    margin: 0 2px;
    padding: 3px 05px;
    color: #FFF;
    background-color: #eb9b13;
    border-radius: 2px;
}

.bem-vindo:hover span {
    color: #fff;
    background-color: #631f10;
}

a.bem-vindo {
    color: #631f10;
}

a.bem-vindo:hover {
    color: #631f10;
    text-decoration: none;
}


/* MENU SUPERIOR */

#cabecalho .menu.superior {
    border: 1px dotted rgba(127,126,125,0.1);
}

#cabecalho .menu ul {
    background-color: white;
}

#cabecalho .menu.superior .categoria-marcas, .menu.superior .categoria-paginas {
    background-color: white;
}
    
#cabecalho .busca {
    border: none;
    background-color: white;
}

#cabecalho .conteudo-topo .superior {
    margin-left: 6px;
}

/* Container principal de conteúdo */


.marcas+.listagem .titulo-categoria:first-child {
    margin-top: 40px;
    background-color: #631f10;
    color: #ffffff;
    padding-left: 10px;
    border: none;
    text-align: center;
    text-transform: uppercase;
}    
    
.listagem .bandeiras-produto .bandeira-carrinho {
    background-color: #2cab38;
}

/* Hover sobre os produtos da pag inicial + Info dos produtos */

.listagem-item:hover .acoes-produto a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0;
    box-sizing: border-box;
    background-image: none;
    border-radius: 0;
    background: rgb(64, 197, 120);
    border: 0;
}

.listagem-item .acoes-produto {
    border: none !important;
    border-width: 0px !important;
}
    
.preco-venda {
    font-size: 16px;
}

.preco-promocional {
    font-weight: bold;
    font-size: 16px;
}


/* BANNER E TARJA FULL-WIDTH */

.secao-banners .conteiner {
max-width: 100%;
padding: 0;
margin: 0;
border: none;
box-shadow: none;
    
}

.secao-banners .banner.cheio+.row-fluid {
    height: 70px;
    margin-top: 0px;
    display: block;
    background-color: #f5f5f5;
    background-image: url(https://cdn.awsli.com.br/445/445756/arquivos/sayagata-400px3.png);
    background-position: top center;
    background-attachment: scroll;
    background-repeat: repeat;
}


.span12 .banner .tarja {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarja * {
    width: 1140px;
    height: 70px;
    display: block;
    margin: auto;
}

.flexslider {
margin: 0 0 0px;
border:none;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    [class="slides"] {
        width: 100%;
        height: 200px;
    }
    
    .slides img {
    	height: 200px !important;
    }
    .tarja {
        display: none !important;
    }
    
}

#cabecalho .conteiner {
    box-shadow: none;
    max-width: 1140px;
}

#corpo .conteiner {
    margin-top: 5px;
    padding-top: 30px;
}

/* Rodapé */

.links-rodape ul li {
    list-style-image: none;
}

#rodape .institucional {
    background-image: none;
    border-top: 1px dotted rgba(127,126,125,0.35);
}

#rodape .pagamento-selos {
    background-image: none;
    background-color: #ffffff;
}

#rodape .pagamento>ul+ul {
    margin: 0;
}

#rodape .titulo {
    color: #6d6d6d;
    margin-bottom: 0px;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
}

#rodape .row-fluid .span9 {
    border-top: 1px dotted rgba(127,126,125,0.25);
    margin-top: 20px;
}

#rodape .row-fluid .span12 {
    border-top: none;
    margin-top: 0px;
}

#rodape p {
    color: #999999;
    font-size: 14px;
    line-height: 21px;
}

#rodape li a {
    color: #999999;
    font-size: 14px;
    line-height: 21px;
}

#rodape .gateways-rodape {
    background-image: none;
    border: none;
}

#rodape .redes-sociais {
    box-shadow: none;
    border-top: 2px solid orange;
    border-left: 1px dotted #c4c4c4;
    border-right: 1px dotted #c4c4c4;
}

#rodape .gateways-rodape li {
    width: auto;
    border: none;
    padding: 10px 10px 0 0;
}

#rodape .gateways-rodape li:nth-child(1) {
    margin-left: -8px;
}

#rodape .selos .titulo {
    padding-bottom: 8px;
}

#logo-rodape {
    text-align: center;
    padding: 10px 0 10px;
    background-color: #333333;
    background-image: url(https://cdn.awsli.com.br/445/445756/arquivos/navy_blue.png);
    background-position: top center;
    background-attachment: scroll;
    background-repeat: repeat;
}

#logo-rodape p {
    color: #dddddd;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 2px;
    opacity: 0.55;
} 

/* COLUNA LATERAL */

.menu.lateral {
    display: none;
}

.filtro-coluna.faceta-tonalidade-decking-oil {
    display: none;
}

.filtro-coluna.faceta-acabamento-bona-polish {
    display: none;
}



