/*
  This file may be obsolete. Check before removing.
*/

body {
  color: #000;
  background-color: #fff;
}

body a {
  color: #000;
}

body .header-block,
body .content-block,
body .footer-block {
  width: 99% !important;
}

body .header-block div, 
body .nav-block,
body .hero-wrapper {
  display: none !important;
}

body .header-block .logo-cell {
  display: block !important;
  padding: 5px 0px !important;
}

body .content-block {
  margin: 0;
}

body .footer-block {
  padding: 1em 0 0 0 !important;
  border-top: #666 solid 1px !important;
}

body .button {
  background: #b2b2b2;
  background-image: none;
}

body .button-orange,
body .submit {
  background: #e37206;
  background-image: none;
}

body .button-darkgrey {
  background: #393939;
  background-image: none;
}

body .button-disabled {
  background: #acacac;
  background-image: none;
}

.gradient-background,
.logo-background,
.cart-info {
  display: none;
}