/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Pearl gray page background */
html,
body {
  background-color: #EAEAEA !important;
}

/* Main Prestashop page wrapper background */
#wrapper,
body #wrapper {
  background: #EAEAEA !important;
  background-color: #EAEAEA !important;
}

/* Header reset: removes the old red test background */
#header {
  background: #ffffff !important;
}
