#cabecalho>.conteiner .conteudo-topo .top-info>div>a .theme-icon-tracking::before {
  content: none;
}

#cabecalho>.conteiner .conteudo-topo .top-info>div>a .theme-icon-tracking {
  display: inline-block;
  width: 50px; /* Define o tamanho do ícone */
  height: 50px;
  background-image: url('https://cdn.awsli.com.br/2815/2815700/arquivos/1.png') !important; /* Aqui vai sua imagem */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; /* Esconde ícones de fontes, se tiver */
  font-size: 0;        /* Esconde qualquer texto interno */
}

#cabecalho>.conteiner .conteudo-topo .top-info>div>a .theme-icon-pedidos::before {
  content: none;
}

#cabecalho>.conteiner .conteudo-topo .top-info>div>a .theme-icon-pedidos {
  display: inline-block;
  width: 50px; /* Define o tamanho do ícone */
  height: 50px;
  background-image: url('https://cdn.awsli.com.br/2815/2815700/arquivos/2.png') !important; /* Aqui vai sua imagem */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; /* Esconde ícones de fontes, se tiver */
  font-size: 0;        /* Esconde qualquer texto interno */
}

#cabecalho>.conteiner .conteudo-topo .top-info>div>a .theme-icon-duvidas::before {
  content: none;
}

#cabecalho>.conteiner .conteudo-topo .top-info>div>a .theme-icon-duvidas {
  display: inline-block;
  width: 50px; /* Define o tamanho do ícone */
  height: 50px;
  background-image: url('https://cdn.awsli.com.br/2815/2815700/arquivos/3.png') !important; /* Aqui vai sua imagem */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; /* Esconde ícones de fontes, se tiver */
  font-size: 0;        /* Esconde qualquer texto interno */
}


.cart .carrinho>a i{
    color:rgba(0, 0, 0, 0.0);
     width: 50px; /* Define o tamanho do ícone */
  height: 50px;
  background-image: url('https://cdn.awsli.com.br/2815/2815700/arquivos/4.png') !important; /* Aqui vai sua imagem */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.cart .carrinho:hover>a i{
    color:rgba(0, 0, 0, 0.0) !important;
}

#cabecalho>.conteiner .conteudo-topo .top-info>div>a .theme-icon-carrinho {
  display: inline-block;
  width: 50px; /* Define o tamanho do ícone */
  height: 50px;
  background-image: url('https://cdn.awsli.com.br/2815/2815700/arquivos/4.png') !important; /* Aqui vai sua imagem */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent; /* Esconde ícones de fontes, se tiver */
  font-size: 0;        /* Esconde qualquer texto interno */
}

.cart .carrinho .qtd-carrinho{
    right:50px !important;
}


@media (max-width: 767px) {
    .hidden-phone {
        display: block !important;
    }
    
    #cabecalho>.conteiner .conteudo-topo .superior {
    display: none !important;
}
}