body.shop {
   background: #f5f5f5 none;
}

/* display logo -- text invisible (kinda alt text) */
body.shop #kc-header-wrapper {
   background-image: url('../img/logo.png');
   background-repeat: no-repeat;
   background-position: center;
   background-size: 131px 88px;
   color: transparent !important;
   min-height: 90px;
}

/* legal footer */
div.shop {
   padding-top: 30px;
   text-align: center;
}

div.shop ul {
   display: inline-block;
   padding: 0;
   margin: 0;
   list-style-type: none;
}

div.shop ul li {
   display: inline;
   margin-right: 20px;
}

/* back button */
a.shop {
   margin-top: 10px;
   background-color: #f0f0f0;
}
