





#cabecalho .menu.superior .nivel-um>li>a[title=Outlet] strong {
    color: var(--cor_texto_menu);
    font-weight: 600 !important;
}
.menu.superior .menu-categorias {
overflow: unset;
}
.menu.superior .nivel-dois a {
white-space: normal;
}
.menu.superior .nivel-tres a {
white-space: nowrap;
}
 
.menu.superior .nivel-tres {
border-bottom: 4px solid var(--cor_primaria) !important;
border: 0;
border-radius: 8px;
}
 
#cabecalho .menu.superior .nivel-tres li a {
text-decoration: none;
}
 
#cabecalho .menu.superior .nivel-tres li:hover a {
text-decoration: underline;
}
.superior .nivel-dois li:nth-child(n+13){
display: none;
}
 
a.ver-categoria:before {
content: "+ ";
}
.superior a.ver-categoria {
letter-spacing: 0.16px;
font-weight: 800;
}
 
li.all-menu.com-filho ul {
overflow-y: scroll;
overflow-x: hidden;
}
 
li.all-menu.com-filho .nivel-dois .nivel-dois {
display: none;
}
 
#cabecalho .menu.superior .all-menu ul.nivel-dois .nivel-dois {
display: none !important;
}

#rodape .span4.contato>:nth-child(4) {
    display: none;
}

:root {
    --cor_primaria:#222; 
    --cor_secundaria:#222; 
    --cor_botao:#222;
    --cor_botao_hover:#ce3535; 
    --cor_texto_botao:#fff; 
    --cor_texto_botao_hover:#fff;
    --cor_botao_comprar:#02b773; 
    --cor_texto_botao_comprar:#fff; 
    --cor_cabecalho:#fff; 
    --pre_cabecalho: #222; 
    --cor_texto_pre_cabecalho: #fff; 
    --cor_icones:#222; 
    --cor_icones_hover:#444; 
    --cor_texto_icones:#222; 
    --cor_menu:#F4CCCC; 
    --cor_texto_menu:#222; 
    --cor_footer:#fff; 
    --cor_texto_footer:#222; 
    --cor_newsletter: #111; 
    --cor_texto_newsletter: #fff; 
    --cor_tag_frete_gratis:#48b251; 
    --cor_texto_tag_frete_gratis:#fff; 
    --texto_global:#111; 
}

