/* GERAL */
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/* MENU DE IDIOMAS */
#lang_sel_list { text-align: center; padding: 0; margin: 0; }
#lang_sel_list a:after { display: none; }

/* CABEÇALHO */
.site-header .woo-header-cart { display: none; }

/* BANNER */
.page-heading { 
  padding-top: 70px!important; padding-bottom: 70px!important; 
  background-position: center center!important; background-repeat: no-repeat!important;
}
.page-heading h1 { font-size: 36px!important; color: #FFFFFF!important; }
.page-heading .breadcrumbs { color: #FFFFFF!important; }
.page-heading .breadcrumbs a { color: #FFFFFF!important; }
.page-heading .breadcrumbs a:after { color: #FFFFFF!important; }

/* WOOCOMMERCE */
.woocommerce .price { display: none; }
.woocommerce .woocommerce-tabs .tabs.wc-tabs { display: none; }

.woocommerce .woocommerce-result-count { display: none; }
.woocommerce .woocommerce-ordering { display: none; }

/* RODAPÉ - Financiamento */
/*footer.site-footer .copyright-footer { display: none; }*/
footer.site-footer .copyright-footer { background: #d9d9d9; color: #222; font-weight: bold; }
footer.site-footer .copyright-footer div { margin-top: 0px!important; }

/* FINANCIAMENTO (sempre visivel) */
#footer-financiamento {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer-financiamento img.financiamento { max-width: 400px; width: 100%; margin-bottom: 0px; }

#footer-financiamento.fixed {
  position: fixed;
  z-index: 1;
  bottom: 0px;
  padding: 5px 5px 0 5px;
  background: #d9d9d9;
}

@media (min-width: 992px) { 
  	#footer-financiamento.fixed { right: 15px; max-width: 410px; padding-left: 5px; padding-right: 5px; margin-bottom: 15px; }
	
	#footer-financiamento.fixed div, 
	#footer-financiamento.fixed p { max-width: 400px; }
}
@media (max-width: 991px) {
	#footer-financiamento.fixed { width: 100%; left: 0px; margin-bottom: 0; }
}

/* GALERIA */
.pp_pic_holder.pp_default .pp_description { display: none!important; }