.nav--user {
    background: #0793cd;
}
.nav--header a:hover {
    color: #0793cd;
}
.nav--header a:link {
    color: #0793cd;
}
a:hover {
    color: #0793cd;
}
.header__contents {
  background: #ffffff;
}

a:link {
    color: #808080;
}
.nav--header a {
    color: #808080;
}
.footer--site {
    background: #0793cd;
    color: white;

}

.button--search {
  border: none;
  background: none;
  color: #0793cd;
  margin: 0;
  height: 36px;
}

.button {
  box-shadow: none;
  transition: all 50ms ease;
}
.button--theme--primary {
  color: white;
  background: #0793cd;
  border: 1px solid #0793cd;
}
.button--theme--primary:link {
  color: white;
}
.button--theme--primary:visited {
  color: white;
}
.button--theme--primary:hover {
  color: white;
}
.button--theme--primary:active {
  color: white;
}
.button--theme--secondary {
  color: #808080;
  background: white;
}
.button--theme--secondary:link {
  color: #808080;
}
.button--theme--secondary:visited {
  color: #808080;
}
.button--theme--secondary:hover {
  color: #808080;
}
.button--theme--secondary:active {
  color: #808080;
}
.button--theme--negative {
  color: white;
  background: #808080;
}
.button--theme--negative:link {
  color: white;
}
.button--theme--negative:visited {
  color: white;
}
.button--theme--negative:hover {
  color: white;
}
.button--theme--negative:active {
  color: white;
}
.checkout .progress-bar li.complete {
  border-color: #808080;
}
.checkout .progress-bar li.complete::after {
  border-top-color: #808080;
}
.checkout .progress-bar li.active {
  border-color: #808080;
}
.checkout .progress-bar li.active::after {
  border-top-color: #808080;
}
.checkout .order-overview {
  background: #eee;
  border: 1px dashed #ccc;
  padding: 0.75em;
  border-radius: 3px;
}
.checkout .order-overview .button--theme--primary {
  background: #808080;
  border-color: #808080;
}
.checkout .order-overview .button--theme--primary:hover {
  background: #0793cd;
}

.login__box {
    background: none;
}
.login__box .form-area {
    background-color: #fff;
}
.center-wrap {
        max-width: 100%;
}