*, *::before, *::after {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: #F0E8E6;
  overflow-x: hidden;
  box-sizing: border-box;
  min-height: 100vh;
  font-family: "San Francisco Display", san-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.fnb-container {
  width: 544px;
  margin: 0 auto;
}
@media (max-width: 591px) {
  .fnb-container {
    width: calc( 100% - 32px);
  }
}

.fnb-header {
  width: 100%;
  height: 64px;
  background-color: #fff;
  margin: 0 auto;
}
.fnb-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 12px 24px;
}
.fnb-header__left {
  display: flex;
  flex-wrap: nowrap;
}
.fnb-header .header-logo {
  max-height: 40px;
}
.fnb-header .continue-shopping {
  margin-left: 36px;
  background: #F7F3F2;
  border-radius: 8px;
  display: flex;
  padding: 8px 20px;
  text-decoration: none;
  color: #BC2030;
  height: 40px;
  box-sizing: border-box;
  align-items: center;
}
.fnb-header .continue-shopping span {
  margin-left: 20px;
  font: 600 16px/24px "San Francisco Display", san-serif;
  text-transform: uppercase;
}
@media (max-width: 591px) {
  .fnb-header__right {
    display: none;
  }
}
.fnb-header__right .hotline {
  display: flex;
  align-items: center;
  color: #BC2030;
  font: 500 20px/24px "San Francisco Display", san-serif;
}
.fnb-header__right .hotline span {
  margin-right: 12px;
  color: #3C3838;
  font: 500 11px/24px "San Francisco Display", san-serif;
}

.fnb-body {
  margin-top: 16px;
  margin-bottom: 16px;
}

.bill {
  padding: 24px;
  background-color: #fff;
  min-height: 20rem;
  border-radius: 8px;
  margin: 0;
}
@media (max-width: 591px) {
  .bill {
    padding: 16px;
  }
}
.bill-message {
  position: relative;
  padding-bottom: 1px;
}
.bill-message:after {
  position: absolute;
  content: "";
  left: -24px;
  right: -24px;
  bottom: 0;
  border-bottom: 2px solid #F7F3F2;
}
.bill-message p {
  margin: 24px 0 22px;
}

.alert {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 14px;
  min-height: 1rem;
}
.alert p, .alert span {
  font: 500 14px/16px "San Francisco Display", san-serif;
  color: #3C3838;
}

.success {
  background-color: #EBFFF0;
}
.success svg {
  fill: #EBFFF0;
  margin-right: 14px;
}

.warning {
  background-color: #FFEFEB;
}
.warning svg {
  margin-right: 14px;
}

.bill-info {
  padding-top: 24px;
}
.bill-info h2 {
  margin-bottom: 24px;
  font: 600 20px/24px "San Francisco Display", san-serif;
  color: #3C3838;
}
.bill-info__delivery {
  width: 100%;
  display: flex;
  align-items: start;
  border: 1px solid #E5E0DF;
  border-radius: 8px;
  padding: 16px;
}
.bill-info__delivery svg {
  margin-right: 16px;
}

.shipment_type {
  color: #BC2030;
  font: 500 14px/16px "San Francisco Display", san-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.shipment_title {
  color: #3C3838;
  font: 500 20px/24px "San Francisco Display", san-serif;
  margin-bottom: 4px;
}

.shipment_address {
  color: #3C3838;
  font: 400 14px/16px "San Francisco Display", san-serif;
}

.bill-info__customer {
  padding: 24px 0 16px;
}

.field-group {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 8px;
}
.field-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 591px) {
  .field-group {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
}

.field-name {
  color: #736F6F;
  min-width: 120px;
  margin-right: 24px;
  font: 500 14px/16px "San Francisco Display", san-serif;
}
@media (max-width: 591px) {
  .field-name {
    width: 100%;
    margin-right: 0;
  }
}

.field-value {
  color: #3C3838;
  min-width: 120px;
  font: 500 16px/24px "San Francisco Display", san-serif;
}

.bill-info__paper {
  width: 352px;
  margin: 0 auto;
}
@media (max-width: 591px) {
  .bill-info__paper {
    margin-left: -16px;
    margin-right: -16px;
    width: calc( 100% + 32px );
  }
  .bill-info__paper .top-edge svg, .bill-info__paper .bottom-edge svg {
    width: 100%;
  }
}

.bill-info__items {
  background-color: #F7F3F2;
  min-height: 12rem;
  margin-top: -4px;
  margin-bottom: -6px;
}
.bill-info__items-inner {
  padding: 16px;
}
.bill-info__items-head {
  margin-bottom: 8px;
  color: #BC2030;
  font: 500 16px/24px "San Francisco Display", san-serif;
}
.item {
  position: relative;
  padding-bottom: 12px;
  padding-top: 12px;
}
.item:first-child {
  padding-top: 0;
}
.item:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  border-bottom: 1px solid #fff;
}
.item-name {
  color: #3C3838;
  font: 500 16px/24px "San Francisco Display", san-serif;
  margin-bottom: 4px;
}
.item-option {
  display: flex;
}
.item-foot {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.item-qty {
  color: #736F6F;
  font: 400 14px/26px "San Francisco Display", san-serif;
}
.item-qty span {
  margin-right: 4px;
  color: #3C3838;
  font: 400 14px/26px "San Francisco Display", san-serif;
}

.option-name {
  width: 65px;
  margin-right: 20px;
  color: #ADA8A8;
  font: 500 10px/16px "San Francisco Display", san-serif;
}
.option-value {
  color: #3C3838;
  font: 500 12px/16px "San Francisco Display", san-serif;
}

.bill-info__items-foot {
  position: relative;
  padding-top: 24px;
}
.bill-info__items-foot:after {
  left: -24px;
  right: -24px;
  content: "";
  position: absolute;
  top: 0;
  border-bottom: 2px solid #fff;
}
@media (max-width: 591px) {
  .bill-info__items-foot:after {
    left: -16px;
    right: -16px;
  }
}

.overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.overview-title {
  font: 400 14px/16px "San Francisco Display", san-serif;
  color: #000;
}
.overview-value {
  font: 400 16px/16px "San Francisco Display", san-serif;
  color: #3C3838;
  text-align: right;
}

.overview-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  position: relative;
  margin-top: 15px;
}
.overview-total:after {
  left: -24px;
  right: -24px;
  content: "";
  position: absolute;
  top: 0;
  border-bottom: 2px solid #fff;
}
@media (max-width: 591px) {
  .overview-total:after {
    left: -16px;
    right: -16px;
  }
}
.overview-total .overview-title {
  font: 400 14px/16px "San Francisco Display", san-serif;
  color: #000;
}
.overview-total .overview-value {
  font: 400 24px/24px "San Francisco Display", san-serif;
  color: #BC2030;
  text-align: right;
}

.bill-info__footer {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  align-items: center;
  display: flex;
  margin-top: 8px;
}
.bill-info__footer:after {
  left: -24px;
  right: -24px;
  content: "";
  position: absolute;
  top: 0;
  border-bottom: 2px solid #F7F3F2;
}
@media (max-width: 591px) {
  .bill-info__footer:after {
    left: -16px;
    right: -16px;
  }
}
.bill-info__footer .btn-backToHome {
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  background: #BC2030;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: 600 16px/24px "San Francisco Display", san-serif;
}
.bill-info__footer .btn-backToHome:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}