:root { --cor_primaria: #222222; --cor_secundaria: #ff4700; --cor_botao: #ff4700; --cor_botao_hover: #3c3c3c; --cor_texto_botao: #ffffff; --cor_texto_botao_hover: #ffffff; --cor_botao_comprar: #5bbf5f; --pre_cabecalho: #d67a7a; --cor_texto_pre_cabecalho: #000000; --cor_cabecalho: #ffffff; --cor_icones: #ff4700; --cor_icones_hover: #2b2b2b; --cor_texto_icones: #2b2b2b; --cor_menu: #fe5617; --cor_texto_menu: #ffffff; --cor_newsletter: #ff4700; --cor_texto_newsletter: #ffffff; --cor_footer: #bebbb8; --cor_texto_footer: #333333; --texto_global: #333333; --texto_background: #ffffff; --cor_tag_frete_gratis: #ffffff; }

#cabecalho li.shipping {
    display: none;
}

form#formRastreio {
    display: none;
}




/*Remover newsletter */
.newsletter {
    display: none !important;
}

/*Codigo do Parceiro Rodape*/
#rodape .parceiro-container {
  text-align: left !important;
}
#rodape .parceiro-imagem {
  width: 150px !important;
  height: auto !important;
  margin-top: 5px !important;
}

@media only screen and (min-width: 767px){
    .produto .conteiner-imagem img{
        min-width: 100%;
        min-height: 100%;
    }

    #corpo .conteiner>div{
        margin-top: 15px;
    }
}
