
/*botão orçamento produtos*/
.botao.principal {
    background: #24BE1C;
    border-radius: 3px;
    text-shadow: none;
    border: 0;
    font-weight: 700;
    color: fff;
    
    
}

.botao.principal {
    color: #FFF; }


.botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #555;

  
}

/*botão consulta*/
.popup-sob-consulta .controls .botao {
    background: #24BE1C;
    font-size: 13px;
    border-radius: 3px;
    text-shadow: none;
    border: 0;
    font-weight: 700;

    }
.botao.principal:hover {
    color: #FFF;

}
a.botao.botao-comprar.principal.botao-comprar-ajax:after {
    content: 'adicionar à sacola';
}



#cabecalho .carrinho-manipula a span .carrinho-vazio-titulo {
    font-weight: bold;
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
}

li.offers>a>.titulo{
text-transform: uppercase;
}

