/* line 1, app/assets/stylesheets/checkout_unavailable.css.scss */
html, body, .body-container {
  height: 100%;
}

/* line 4, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container {
  background: #F9F9F9;
}

/* line 6, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container .header {
  background-color: #F9F9F9 !important;
}

/* line 8, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container .header .logo {
  max-width: 80vw;
  width: auto;
}

/* line 11, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container .header .logo > img {
  filter: unset !important;
}

/* line 16, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container > .container-fluid {
  height: 100%;
}

/* line 19, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container > .container-fluid > .container-md {
  max-width: 1000px;
}

/* line 24, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container img.not-available {
  max-width: 320px;
}

/* line 28, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container h2 {
  line-height: 2em;
}

/* line 32, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container .subtext {
  color: #8E8E8E;
  font-size: 0.9em;
}

/* line 37, app/assets/stylesheets/checkout_unavailable.css.scss */
.body-container .content {
  height: 50%;
}
