body .logo {
  max-width: 100%;
}
body .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
body .page-main > * {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
body .page-main > *.columns .column {
  border: 1px solid #e8e8e8;
  padding: 10px 20px;
  padding-bottom: 30px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
body .page-main:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: transparent url(../images/bg.png) no-repeat center top;
  background-size: cover;
}
body .site-name-block {
  text-align: center;
  color: #D56064;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
}
body .text-center {
  text-align: center;
}
body .text-right {
  text-align: right;
}
body .text-info {
  color: #17a2b8;
}
body .font-italic {
  font-weight: italic;
}
body .font-bold {
  font-weight: bold;
}
body .highlight {
  color: #006bb4;
  font-weight: bold;
}
body .modal-popup .modal-inner-wrap {
  width: 100%;
  max-width: 480px;
}
body.customer-account-create .fieldset.create.info:before {
  margin-bottom: 20px;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
body .form-children-edit:before {
  margin-bottom: 20px;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
body.texbook-sales-order-print .textbook-list-header,
body .form-textbook-order .textbook-list-header,
body .textbook-order-success .textbook-list-header {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
body.texbook-sales-order-print .textbook-list-header .title,
body .form-textbook-order .textbook-list-header .title,
body .textbook-order-success .textbook-list-header .title,
body.texbook-sales-order-print .textbook-list-header .school-name,
body .form-textbook-order .textbook-list-header .school-name,
body .textbook-order-success .textbook-list-header .school-name {
  font-size: 24px;
  font-weight: bold;
}
body.texbook-sales-order-print .textbook-list-header .title + *,
body .form-textbook-order .textbook-list-header .title + *,
body .textbook-order-success .textbook-list-header .title + *,
body.texbook-sales-order-print .textbook-list-header .school-name + *,
body .form-textbook-order .textbook-list-header .school-name + *,
body .textbook-order-success .textbook-list-header .school-name + * {
  margin-top: 10px;
}
body.texbook-sales-order-print .textbook-list-header .textbook-list-student-info,
body .form-textbook-order .textbook-list-header .textbook-list-student-info,
body .textbook-order-success .textbook-list-header .textbook-list-student-info {
  text-align: left;
  padding: 5px 0;
  font-size: 14px;
}
body.texbook-sales-order-print .textbook-list-header .textbook-list-student-info span,
body .form-textbook-order .textbook-list-header .textbook-list-student-info span,
body .textbook-order-success .textbook-list-header .textbook-list-student-info span {
  display: inline-block;
  min-width: 100px;
  border-bottom: 1px solid #000000;
}
body.texbook-sales-order-print .textbook-list-header .order-id-block,
body .form-textbook-order .textbook-list-header .order-id-block,
body .textbook-order-success .textbook-list-header .order-id-block {
  font-size: 14px;
}
body.texbook-sales-order-print .textbook-list-header .order-id-block + *,
body .form-textbook-order .textbook-list-header .order-id-block + *,
body .textbook-order-success .textbook-list-header .order-id-block + * {
  margin-top: 10px;
}
body.texbook-sales-order-print .textbook-list-header * + .textbook-list-student-info,
body .form-textbook-order .textbook-list-header * + .textbook-list-student-info,
body .textbook-order-success .textbook-list-header * + .textbook-list-student-info {
  margin-top: 10px;
}
body.texbook-sales-order-print .textbook-list-header strong + span,
body .form-textbook-order .textbook-list-header strong + span,
body .textbook-order-success .textbook-list-header strong + span {
  display: inline-block;
}
body.texbook-sales-order-print .table-wrapper table tbody td.subtotal,
body .form-textbook-order .table-wrapper table tbody td.subtotal,
body .textbook-order-success .table-wrapper table tbody td.subtotal {
  text-align: right;
}
body.texbook-sales-order-print .site-logo-block {
  display: flex;
  justify-content: center;
}
body.texbook-sales-order-print .page-main {
  padding-top: 5px;
}
body.texbook-sales-order-print .page-main > *.columns .column {
  padding: 5px 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body.texbook-sales-order-print .order-details-items {
  margin-bottom: 20px;
}
body.texbook-sales-order-print .order-details-items .order-subtitle {
  margin: 0 -10px;
  display: flex;
  justify-content: space-between;
}
body.texbook-sales-order-print .order-details-items .order-subtitle > * {
  padding: 0 10px;
}
body.texbook-sales-order-print .order-details-items .order-subtitle + * {
  margin-top: 10px;
  border-top: 1px solid #cccccc;
}
body.texbook-sales-order-print .order-details-items .product-item-name {
  font-size: 14px;
  margin-bottom: 0;
}
body.texbook-sales-order-print .order-details-items .table-order-items thead th {
  padding: 5px;
}
body.texbook-sales-order-print .order-details-items .table-order-items thead th.col.name {
  width: 44%;
}
body.texbook-sales-order-print .order-details-items .table-order-items tbody td {
  padding: 5px;
}
body.texbook-sales-order-print .order-details-items .table-order-items tfoot tr td {
  padding: 5px;
}
body .form-textbook-order .textbook-list-header + *,
body .textbook-order-success .textbook-list-header + * {
  border-top: 1px solid #000000;
}
body .form-textbook-order .table-wrapper .input-text.qty,
body .textbook-order-success .table-wrapper .input-text.qty {
  width: 54px;
  text-align: center;
}
body .form-textbook-order .table-wrapper .items .item .price_original,
body .textbook-order-success .table-wrapper .items .item .price_original {
  text-decoration: line-through;
}
body .form-textbook-order .table-wrapper table tbody > tr:nth-child(odd) > td,
body .textbook-order-success .table-wrapper table tbody > tr:nth-child(odd) > td {
  background-color: #f6f6f6;
}
body .form-textbook-order .table-wrapper table tfoot th,
body .textbook-order-success .table-wrapper table tfoot th {
  text-align: right;
  font-size: 18px;
  background-color: #D56064;
  color: #ffffff;
  position: sticky;
  bottom: 0;
}
body .form-textbook-order .table-wrapper table tfoot th .sub-item,
body .textbook-order-success .table-wrapper table tfoot th .sub-item {
  font-size: 14px;
  font-weight: normal;
}
body .form-textbook-order .table-wrapper table tfoot th .sub-item + *,
body .textbook-order-success .table-wrapper table tfoot th .sub-item + * {
  margin-top: 10px;
}
body .confirm-btn-confirm {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
body .copyright {
  background-color: #D56064;
}
body .copyright a {
  color: #ffffff;
}
body .copyright a:active,
body .copyright a:hover {
  color: #ffffff;
}
@media (min-width: 768px), print {
  body .nav-sections {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px), print {
  body .header.content {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  body .logo {
    display: inline-block;
    float: none;
    margin: 0 15px;
    vertical-align: top;
  }
  body .page-header .panel.wrapper {
    background-color: #D56064;
  }
  body .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  body.texbook-sales-order-print .textbook-list-header .textbook-list-student-info,
  body .form-textbook-order .textbook-list-header .textbook-list-student-info,
  body .textbook-order-success .textbook-list-header .textbook-list-student-info {
    display: flex;
    justify-content: space-between;
  }
  body.texbook-sales-order-print .textbook-list-header .textbook-list-student-info > *,
  body .form-textbook-order .textbook-list-header .textbook-list-student-info > *,
  body .textbook-order-success .textbook-list-header .textbook-list-student-info > * {
    margin-bottom: 5px;
  }
  body.texbook-sales-order-print .page-main > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.texbook-sales-order-print .site-name-block {
    font-size: 24px;
    padding: 0;
  }
  body.texbook-sales-order-print .textbook-list-header {
    padding-top: 0;
  }
  body.texbook-sales-order-print .textbook-list-header .school-name + * {
    margin-top: 0;
  }
  body.texbook-sales-order-print .textbook-list-header .school-name + *.school-name {
    margin-top: 5px;
  }
}
