Ajuste de icones no menu categorias

Boa tarde pessoal da Loja Integrada.

Gostaria de saber se poderiam me ajudar a ajustar um Código que inseri em minha loja.
Precisava ajustar esses ícones para que fiquem no mesmo tamanho dos demais. Já tentei redimensionar eles porém não tive sucesso.

Segue o código:
#cabecalho .menu.superior .nivel-um>li>a {
background-position: left center;
background-repeat: no-repeat;
background-size: 35%;
}
#cabecalho .menu.superior .nivel-um>li:first-child>a {
background-image: url(‘https://cdn.awsli.com.br/1549/1549095/arquivos/acessorios.png’);
padding-left: 36px;
}
#cabecalho .menu.superior .nivel-um>li:nth-child(2)>a {
background-image: url(‘https://cdn.awsli.com.br/1549/1549095/arquivos/ferradura.png’);
padding-left: 36px;
}
#cabecalho .menu.superior .nivel-um>li:nth-child(3)>a {
background-image: url(‘https://cdn.awsli.com.br/1549/1549095/arquivos/Freio Transparente.png’);
padding-left: 36px;

}
#cabecalho .menu.superior .nivel-um>li:nth-child(4)>a {
background-image: url(‘https://cdn.awsli.com.br/1549/1549095/arquivos/pelego.png’);
padding-left: 36px;
}
#cabecalho .menu.superior .nivel-um>li:nth-child(5)>a {
background-image: url(‘https://cdn.awsli.com.br/1549/1549095/arquivos/Selas.png’);
padding-left: 53px;
}
#cabecalho .menu.superior .nivel-um>li:nth-child(6)>a {
background-image: url(‘https://cdn.awsli.com.br/1549/1549095/arquivos/tabuas.png’);
padding-left: 50px;
}

Desde já agradeço…
Att: Marcos

Como que você fez para incluir os icones?

Eu tbm estou com a mesma dúvida! Já vi que tem um rapaz que ensinou a colocar em cima do nome, mas quero colocar ao lado tbm! Mas até agr não consegui!