html, body {
  overflow-x: hidden;
}

body {
  position: relative;
  background-color: rgb(0, 0, 0);
  margin: 0;
}

.logo-banner {
  background-color: rgb(71, 162, 71);
  width: 100%;
  text-align: center;
  padding: 20px 0px 20px;
}

.store-link {
  width: 250px;
  height: auto;
}

.badge-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}

.store-link img {
  text-align: center;
  border: 0;
  margin: 0 auto;
  height: auto;
  width: 240px;
}

.logo-banner img {
  margin: 0 auto;
  width: 80%;
  max-width: 350px
}

footer {
  padding: 50px 0;
  background-color: rgb(0, 0, 0);
}

footer div {
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

footer ul {
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  margin: 20px 0;
  text-align: center;
}

footer ul li {
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #ffffff;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
}

footer ul li a {
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  display: inline;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
}

.x-colophon.bottom .x-nav li:first-child:before {
  content: none;
}

.x-colophon.bottom .x-nav li:before {
  content: "/";
  float: left;
  margin: 0 0.55em 0 0.45em;
  opacity: 0.35;
}

.message {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  margin: 25px;
  font-weight: 400;
  background-color: #fff;
}