/*Esconder Cnpj*/
#footer-main .element-address .info-cnpj {
    display: none;
}
.element-address { 
	display: none !important; 

} 
/*#nav-main .element-menu-category #menu-category .menu-category-list {
display: none !important; 
} */

.pull-btn {
    background: #1b425e;
    color: #ffffff;
    width: 23%;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

/*Banner topo*/
#header-main:before { 
    content: "5x sem juros / FRETE GRÁTIS a partir de R$349,90"; 
    background: #143045; 
    color: #ffff; 
    display: block; 
    font-size: 18px; 
    height: 30px; 
    text-align: center; 
    width: 100%; 

    Padding-top: 8px; 
} 