.support-items .contact li:nth-child(5) {	display: none;}

/*cupom*/
.caixa1 {
    border: dashed 1px #3D6482;
}
.caixa1>span {
    color: #002F6C;
}
/*icone cupom*/
path#Caminho_5402 {
    fill: #3D6482;
}
/*texto cupom*/
span.texto1 {
    color: #000;
}
span.texto2 {
    color: #002F6C;
}
span.texto3 {
    color: #002F6C;
}
span.texto4 {
    color: #002F6C;
}



/*carrinho*/
#cabecalho .carrinho>a {
    background: #002F6C;
}
/*icone carrinho*/
path#Caminho_8 {
    fill: #fff;
}
/*quantidade carrinho*/
#cabecalho .carrinho .qtd-carrinho {
    color: #fff;
}
/*total carrinho*/
#cabecalho .carrinho .wrap .total-cart {
    color: #fff;
}



/*icone menu*/
#cabecalho.fixed .open-menu .line {
    background: #3D6482;
}


/*cor fonte todos os departamentos*/
.menu.superior .nivel-um>li>a>.titulo {
    color: #3D6482;
}
/*ícone todos os departamentos*/
.menu.superior li.all-categories.com-filho .titulo svg path {
    fill: #3D6482;
}


/*Atendimento vitrine*/
#listagemProdutos .actions .contact li svg rect {
    stroke: #002F6C;
}
#listagemProdutos .actions .contact li svg text {
    fill: #002F6C;
}





/*instagram*/
div#instagram h2 a, div#instagram h2 span {
    color: #002F6C;
}
/*icones redes sociais*/
#rodape li a {
    color: #002F6C;
}
.lista-redes i:hover {
    background: #002F6C !important;
}


/*scroll voltar ao topo*/
.scrollToTop {
    background: #002F6C;
    color: #fff;
}
.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    background: #002F6C;
    color: #fff

}




/*codigos mobile*/
/*fonte todos os departamentos mobile*/
@media (max-width: 800px){
li.all-categories strong.titulo {
    color: #002F6C !important;
}
}
/*fonte categorias mobile*/
@media (max-width: 800px){
.menu.superior .nivel-um>li>a>.titulo {
    color: #aaa;
}
}
/*botão fechar do menu mobile*/
@media (max-width: 800px){
.conteudo-topo .menu.superior .menu-close:after {
    background: #EDEDED;
    color: #002F6C;
}
}
/*icone menu mobile*/
@media (max-width: 800px){
.span8.busca-mobile a.atalho-menu svg g rect {
    fill: #002F6C;
}
}

/*icone carrinho mobile*/
@media (max-width: 800px){
path#Caminho_8 {
    fill: #002F6C;
}
}
/*caixa entre ou cadastre-se*/
@media (max-width: 800px){
.conteudo-topo .menu.superior ul.action-links {
    background: #002F6C;
}
}





/*topo*/
.links-rodape-atendimento .tel-skype {
    display: none;
}

/*rodape*/
.support-items .tel-skype {
    display: none;
}
/*fale conosco*/
#modalContato > form > div > div > div:nth-child(2) > table > tbody > tr:nth-child(5) {
    display: none;
}
/*atendimento checkout*/
.carrinho-checkout .atendimento li:nth-child(4) {
    display: none;
}




/*Desabilita Nesletter rodape*/
.newsletter {
	display: none;
}