/* Exibir tarja no topo do cabeçalho */ 
#header-main:before { 
    content: "Frete grátis para todo o DF nas compras acima de R$ 499,99"; 
    background: #000; 
    color: #fff; 
    display: block; 
    font-size: 14px; 
    height: 30px; 
    text-align: center; 
    width: 100%; 

    Padding-top: 8px; 
} 