#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>* .carrinho>a>i, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>*>a>i, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>.busca>i {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    z-index: 1;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    background: #f89406;
}

#corpo .listagem#listagemProdutos .titulo-categoria strong {
    display: inline-block;
    width: auto;
    padding: 0 13px;
    font-weight: inherit;
    color: #00117d;
}