/* =========================================================
   SMC SHOP — BUSCA
   ========================================================= */

#cabecalho .conteiner .busca[class~="borda-alpha"] form #auto-complete,
#cabecalho .conteiner .busca[class~="borda-alpha"] form #auto-complete:focus {
    background: #fff !important;
    color: #0577bd !important;
    border: 1px solid rgba(5, 119, 189, 0.48) !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    outline: none !important;
}


/* =========================================================
   SMC SHOP — COR DOS ITENS DO TOPO
   ========================================================= */

#cabecalho .actions > li > a,
#cabecalho .actions > li > a span,
#cabecalho .actions > li > a strong,
#cabecalho .actions > li > a b,

#cabecalho .account,
#cabecalho .account a,
#cabecalho .account span,
#cabecalho .account strong,

#cabecalho .support,
#cabecalho .support a,
#cabecalho .support span,
#cabecalho .support strong,

#cabecalho .carrinho a,
#cabecalho .carrinho span,
#cabecalho .carrinho strong,
#cabecalho .carrinho b,
#cabecalho .carrinho .total-cart,
#cabecalho .carrinho .qtd-carrinho {
    color: #0577bd !important;
}

/* Ícones SVG do topo */

#cabecalho .actions svg path,
#cabecalho .actions svg rect,
#cabecalho .actions svg circle,

#cabecalho .account svg path,
#cabecalho .account svg rect,
#cabecalho .account svg circle,

#cabecalho .support svg path,
#cabecalho .support svg rect,
#cabecalho .support svg circle,

#cabecalho .carrinho svg path,
#cabecalho .carrinho svg rect,
#cabecalho .carrinho svg circle {
    fill: #0577bd !important;
}