.h1,
.h2,
.h3 {
  text-transform:uppercase;
  color:#999
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
  color:#999
}

#block_myaccount_infos .myaccount-title a {
  color:#999
}

#header .logo {
  margin-top:-95px;
  max-width:100%
}

body#checkout #header .header-nav .logo {
 margin-top:1px;
 max-width: 30%;
}

#footer {
  background:#555;
  padding-top:1rem
}

.footer-container {
  background:#333;
  margin-top:1.25rem;
  padding-top:1.25rem;
  overflow:hidden;
  box-shadow:2px 2px 11px 0 rgba(0,0,0,.3)
}

.block_newsletter {
  background:#333;
  font-size:.875rem;
  margin-bottom:.625rem
}


#footer .block_newsletter #block-newsletter-label, .customization-modal .modal-content .modal-body {
  padding-top: 0;
  color: #999;
  font-size: 0.9rem;
}

#wrapper {
  background:transparent url(https://be-xtreme.eu/shop/themes/classic/img/bg-body1.jpg) repeat scroll 30% 2%;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color:#94a616;
}  

.product-flags li.product-flag.on-sale {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  background:#94a616;
}

.has-discount .discount {
    background-color:#94a616;
}  

.has-discount.product-price,
.has-discount p {
  color:#94a616;
}