/* ALTERAÇÕES DO HEADER */ 

#cabecalho .actions>li>a svg path,
#cabecalho .actions> .carrinho >a .icon *{
    fill: #2cb254;
}

#cabecalho.fixed .open-menu svg path {
    fill: #2cb254;
}

#cabecalho.fixed .open-menu{
    color: #2cb254;
}

.full.menu .conteiner li.all-categories.com-filho .nivel-dois .titulo,
.full.menu .conteiner .nivel-dois li a{
    color: #696969;
}

.full.menu .conteiner .nivel-dois li a:hover{
    color: #197dbb;
}

.full.menu .conteiner .nivel-um>li:hover > a {
    border-bottom: 2px solid #0793e0;
}

li.offers.com-filho {
    display: none;
}
#cabecalho .conteiner {
    max-width: 100% !important;
}

/* MENU */ 

.full.menu .conteiner .nivel-um>li>a>.titulo{
    font-size: 1vw;
}


/* VITRINE */ 

#listagemProdutos.listagem .titulo-categoria{
    text-align:center;
}

#listagemProdutos.listagem .titulo-categoria strong{
    text-transform: none;
}

/* PÁGINA DO PRODUTO */ 
.produto div.principal .acoes-produto .comprar .botao-comprar{
    background: #2cb254;
}

div#descricao {
    font-size: 18px;
}

.listagem.aproveite-tambem>.titulo {
    text-transform: none;
}

#st-1 .st-btn[data-network=facebook], #st-1 .st-btn[data-network=googleplus], #st-1 .st-btn[data-network=pinterest], #st-1 .st-btn[data-network=twitter]{
    background: #0789d0 !important;
}


/* RODAPÉ */

#rodape .titulo {
    font-size: 16px;
    text-transform: uppercase;
}

#rodape .institucional .span9 .span4.links-rodape.links-rodape-paginas > span:after {
    font-size: 16px;
}

#rodape .institucional a{
    color: #696969;
}

.addwishlist:hover {
    background: #0789d0 !important;
    border: none;
}


/* BOTÃO - ROLAR PARA O TOPO */ 

.scrollToTop{
    background: #2cb254;
    border-radius: 50px;
    opacity: .9;
}