/* Pagina de Produto: estilo rodape escuro Skin Esquenta*/
body.page-product.skin-esquenta footer {
  background: #242424;
}
body.page-product.skin-esquenta footer .footer-links {
  background: #242424 !important;
  border-top: 1px solid #333 !important;
}
body.page-product.skin-esquenta footer .footer-menu {
  background: #1e1e1e;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
body.page-product.skin-esquenta footer .footer-menu .title {
  color: #fff !important;
}
body.page-product.skin-esquenta footer .footer-copyright {
  border-top: 1px solid #333 !important;
}
body.page-product.skin-esquenta footer .footer-links .links-body {
  background: #2a2a2a !important;
}
body.page-product.skin-esquenta footer .footer-links .links-body span {
  color: #fff;
}
/* FIM: Pagina de Produto: estilo rodape escuro Skin Esquenta*/
/*INICIO: Mudar cor do nome da conta nos menu mobile*/
body.isMobile.skin-esquenta .menuBar .user-info {
  color: #e23b40;
  font-weight: 600;
}
body.isMobile.skin-esquenta .menuBar .user-info a {
  color: #e23b40;
  font-weight: 600;
}
/*FIM: Mudar cor do nome da conta nos menu mobile*/