/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_retailer/cartridge/client/default/scss/checkout/orderCheck.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/* stylelint-disable  scss/no-global-function-names */
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.main-header {
  position: inherit;
  background-color: #1e1e1c;
}

.btn-block {
  max-width: 100%;
  margin: 1em 0 1.5em;
}

.container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.alert {
  max-width: 320px;
  width: 100%;
}
.alert .close {
  padding: 0.25rem 0.5rem;
}
.alert p {
  width: 95%;
}

.order-check-body {
  max-width: 320px;
  width: 100%;
}
.order-check-body .sub-heading {
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.order-check-body .divider {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.order-check-body .divider span {
  padding: 0 10px;
}
.order-check-body .form-group {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.order-check-body > * {
  width: 100%;
}

footer {
  margin-top: auto;
}
footer .footer-checkout-wrapper {
  margin: 0;
}
