/*EXEMPLOS 
max-height: 330px ;
background-image: url('https://cdn.awsli.com.br/1140x1140/2457/2457177/banner/b68bd6e9a2.jpg'); 

*/

/*TAMANHO DA LOGOMARCA*/
.g_ .logo a > img{
    max-height: 50px !important;
}


/*CONTEUDO TOPO BEM-VINDO E CAMPO BUSCA*/
.bem-vindo {
    display: none;
}
.acoes-conta {
    right: 100%;
}


/*BORDAS DO CONTEINER*/
#cabecalho .conteiner {
    max-width: 100% ;
    border-radius: 10px;
}

.secao-banners .conteiner {
    max-width: 100% ;
    border-radius: 10px;
}



/*BORDAS DO FULL BANNER*/
.flexslider {
    max-width: 100% ;
    border-radius: 10px; 
}

/*ALINHAR BANNER TARJA*/
.banner.tarja { 
    max-width: 100% !important;
    text-align: center;
    border-radius: 10px;
    background-color:transparent ;
}

#corpo .conteiner {
    max-width: 100% ;
    border-radius: 10px;
}

/*CAMPO BUSCA*/
.busca input { 
    border-radius: 25px; 
}

/*BORDA DO CAMPO BUSCA*/
.borda-alpha.busca { 
    background-color: #e1e1e1;
    border-radius: 25px;
}
.botao-busca {
    border-radius: 25px;
    position: absolute;
}

/*ICONE CARRINHO*/
.icon-shopping-cart {
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left:5px;
}

.fundo-principal {
    vertical-align:middle;
}

.carrinho>a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    vertical-align: 50%;
    border-radius: 30px;
    top: 5px;
    left:5px;
}
.carrinho {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.12);
    position: relative;
    border-radius:30px;
}

/*BORDA PRINCIPAL DO SITE*/
.borda-principal { 
    border-radius: 10px; 
    
}
    
/*BOTAO VER MAIS
.tag-comprar.fundo-principal {
    border-radius: 20px;
    background-color: #47B3CC;
}
*/

.botao.principal.botao-comprar, .botao.principal.grande, .acoes-produto-responsiva .tag-comprar {
border-radius:15px;
}




/*BARRA TOPO LOJA*/
.barra-inicial {
  display: none;
}

/* TAMANHO FONTE PREÇO */
 .preco-produto {
    font-size: 17px !important; 
    line-height: 20px;
    display: inline-block;
    min-height: 40px;
    word-wrap: break-word;
    word-break: break-word;
}

/* TAMNHO FONTE INFO PRODUTO */
.listagem .info-produto .nome-produto {
    min-height: 60px !important;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
}

/* CENTRALIZANDO MENU ESSE NAO FUNCIONA*/
.menu.superior .nivel-um {
    margin-left: 10px;
    background-color: transparent;
}

/* COR FUNDO DO MENU #26C9FF // #ffd9e1  */

#cabecalho .menu.superior {
    /*background-color: transparent !important; */
    background-color: #1A2730 ;
    font-weight: bold;
    border-radius: 15px;
   /* border: none !important;*/
    
    
#cabecalho .menu.superior.nivel-dois li a, .menu.lateral.nivel-dois li a {
    color: #1A2730;
    
}
    
    
    
    
    
    
    
    
    
    
    
}

/* COR FONTE DO MENU #FFFFFF*/
    #cabecalho > .conteiner > .menu.superior .titulo { 
    color: #ffffff; 
}

/* TIRA O QUADRADINHO DO LADO DO MENU*/
.menu li.com-filho>a i {
    display: none;
}

/* ALTERAR COR PASSAR MOUSE MENU */
.menu.superior .nivel-um > li:hover {
    background-color: transparent; 
}

/* BORDA E COR DO SUB-MENU */
#cabecalho > .conteiner > .menu.superior .nivel-um > li { 
    float: none; 
    display: inline-block; 
    border-left: 0; 
    margin-right: -3px; 
    border-radius: 15px;
}

/* BARRA NEWSLETTER RODAPE*/
#barraNewsletter .componente .newsletter-cadastro {
    border-radius: 30px
}




/* Estilo para os ícones de status */
.rastreio-status .status-recebido::before {
    content: url('URL_DA_SUA_IMAGEM/icone-recebido.png'); /* Ícone de pedido recebido */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.rastreio-status .status-enviado::before {
    content: url('URL_DA_SUA_IMAGEM/icone-enviado.png'); /* Ícone de pedido enviado */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.rastreio-status .status-entregue::before {
    content: url('URL_DA_SUA_IMAGEM/icone-entregue.png'); /* Ícone de pedido entregue */
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* Exemplo de CSS para esconder o texto */
.rastreio-status .status-recebido span {
    display: none;
}
