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

a[href="https://www.prestashop.com"] {
  display:none !important;
}
#header .header-nav, #footer, .header-top {
    background: red;
display:none;
  }
#wrapper{
background:#ffffff;
box-shadow:none;
}
@media (min-width:768px){
			#footer{display:none;}}