/* PC package purchase flow. Private-share authorization remains server controlled. */
:root {
  --itoi-package-accent: #ff6334;
  --itoi-package-accent-dark: #e94f22;
  --itoi-package-ink: #1c2129;
  --itoi-package-muted: #71767f;
  --itoi-package-line: #e8e9ec;
  --itoi-package-soft: #f7f7f8;
  --itoi-package-success: #16845b;
}

#package:empty {
  display: none;
}

#package.top-distance {
  margin-top: 28px;
}

.itoi-package-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--itoi-package-accent);
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0;
}

.itoi-package-private-badge,
.itoi-package-badge {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 24px;
  padding: 0 9px;
  border: 1px solid #ffd3c6;
  border-radius: 3px;
  background: #fff7f4;
  color: #d94b21;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}

/* Product detail package strip */
.itoi-package-section {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0;
  border-top: 1px solid var(--itoi-package-line);
  color: var(--itoi-package-ink);
  letter-spacing: 0;
}

.itoi-package-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.itoi-package-heading h2 {
  margin: 0;
  color: var(--itoi-package-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.itoi-package-section .itoi-package-box,
.itoi-package-section .itoi-package-switcher,
.itoi-package-section .itoi-package-panels {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.itoi-package-section .itoi-package-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--itoi-package-line);
  background: #fff;
}

.itoi-package-section .itoi-package-tabs > li {
  position: relative;
  float: none;
  max-width: 260px;
  height: 42px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #626872;
  font-size: 14px;
  line-height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.itoi-package-section .itoi-package-tabs > li.active {
  border: 0;
  background: transparent;
  color: var(--itoi-package-ink);
  font-weight: 600;
}

.itoi-package-section .itoi-package-tabs > li.active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--itoi-package-accent);
  content: "";
}

.itoi-package-section .itoi-package-panel {
  margin: 0;
  padding: 0;
}

.itoi-package-section .discount-group {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  min-height: 224px;
  padding: 26px 0 24px;
  border: 0;
  background: #fff;
}

.itoi-package-section .group-list {
  float: none;
  position: relative;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.itoi-package-section .group-list-wrap {
  position: relative;
  left: 0;
  width: max-content;
  padding: 0;
  transition: left .2s ease;
}

.itoi-package-section .group-list-wrap ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.itoi-package-section .group-list-wrap li {
  position: relative;
  float: none;
  flex: 0 0 150px;
  box-sizing: border-box;
  width: 150px;
  margin: 0;
  padding: 0 18px 0 0;
  list-style: none;
}

.itoi-package-section .group-list-wrap li:not(:last-child)::after {
  position: absolute;
  top: 61px;
  right: 4px;
  color: #bcc0c6;
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  content: "+";
}

.itoi-package-section .discount-group .group-list .group-list-wrap li .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 132px;
  height: 132px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #eeeeef;
  border-radius: 4px;
  background: var(--itoi-package-soft);
}

.itoi-package-section .discount-group .group-list .group-list-wrap li .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transition: transform .2s ease;
}

.itoi-package-section .thumbnail:hover img {
  transform: scale(1.04);
}

.itoi-package-section .discount-group .group-list .group-list-wrap li .pro-title {
  display: -webkit-box;
  width: 132px;
  height: auto;
  margin-top: 9px;
  overflow: hidden;
  color: #3a3f47;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.itoi-package-section .pro-title:hover {
  color: var(--itoi-package-accent);
}

.itoi-package-section .scrollBtn {
  float: none;
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
  border-left: 1px solid var(--itoi-package-line);
}

.itoi-package-section .scrollBtn > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.itoi-package-section .scrollBtn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #dfe1e5;
  border-radius: 50%;
  color: #555b64;
  cursor: pointer;
}

.itoi-package-section .scrollBtn .icon.disabled {
  color: #c8cbd0;
  cursor: default;
}

.itoi-package-section .group-info {
  float: none;
  flex: 0 0 276px;
  box-sizing: border-box;
  margin-left: 24px;
  padding: 6px 0 4px 28px;
  border-left: 1px solid var(--itoi-package-line);
}

.itoi-package-section .discount-group .group-info::after {
  display: none;
  content: none;
}

.itoi-package-summary-label {
  color: var(--itoi-package-success);
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}

.itoi-package-section .discount-group .group-info .group-name {
  margin-top: 4px;
  overflow: hidden;
  color: var(--itoi-package-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itoi-package-section .group-price {
  margin-top: 13px;
  color: var(--itoi-package-accent);
}

.itoi-package-section .discount-group .group-info .group-price span {
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.itoi-package-price-note {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 2px;
  color: #92969d;
  font-size: 11px;
  line-height: 17px;
}

.itoi-package-section .discount-group .group-info .old-price {
  text-decoration: none;
}

.itoi-package-saving {
  color: var(--itoi-package-success);
}

.itoi-package-section .get-group {
  margin-top: 15px;
}

.itoi-package-section .get-group .btn_buynow,
.itoi-package-dialog-form .btn-buy,
.package-spec-page .btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 132px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid var(--itoi-package-accent);
  border-radius: 3px;
  background: var(--itoi-package-accent);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.itoi-package-section .get-group .btn_buynow:hover,
.itoi-package-dialog-form .btn-buy:hover,
.package-spec-page .btn-buy:hover {
  border-color: var(--itoi-package-accent-dark);
  background: var(--itoi-package-accent-dark);
}

/* Package SKU dialog */
.itoi-item-detail-page #goods_dialog {
  width: 820px;
  margin-left: -410px;
  max-height: 80vh;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 24, 31, .22);
}

.itoi-package-dialog-form .popup-body {
  background: #fff;
}

.itoi-package-dialog-form .popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 76px;
  padding: 17px 24px;
  border-bottom: 1px solid var(--itoi-package-line);
}

.itoi-package-dialog-form .popup-header h2 {
  margin: 0;
  color: var(--itoi-package-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.itoi-package-dialog-form .popup-btn-close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #737881;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
}

.itoi-package-dialog-form .popup-content {
  box-sizing: border-box;
  max-height: calc(80vh - 166px);
  padding: 0 24px;
  overflow-y: auto;
}

.itoi-package-dialog-item {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--itoi-package-line);
}

.itoi-package-dialog-item .item-left {
  float: none;
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--itoi-package-soft);
}

.itoi-package-dialog-item .item-left img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.itoi-package-dialog-item .item-info {
  float: none;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.itoi-package-dialog-item .item-info > li {
  display: flex;
  align-items: flex-start;
  min-height: 26px;
  height: auto;
  margin: 0 0 7px;
  line-height: normal;
  clear: none;
}

.itoi-package-dialog-item .goods-name {
  color: var(--itoi-package-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.itoi-item-detail-page .goods-dialog .itoi-package-dialog-form .goods-name {
  display: block;
  float: none;
  width: auto;
}

.itoi-package-status {
  margin-left: 8px;
  color: var(--itoi-package-accent);
  font-size: 11px;
}

.itoi-package-dialog-item .dt {
  flex: 0 0 62px;
  width: 62px;
  color: var(--itoi-package-muted);
  font-size: 12px;
  line-height: 28px;
}

.itoi-package-dialog-item .dd {
  flex: 1 1 auto;
  min-width: 0;
  color: #333943;
  line-height: 28px;
}

.itoi-package-dialog-item .choose-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: auto;
}

.itoi-package-dialog-item .choose-item,
.package-spec-page .choose-item {
  box-sizing: border-box;
  min-height: 30px;
  height: auto;
  margin: 0;
  padding: 5px 11px;
  border: 1px solid #dfe1e4;
  border-radius: 3px;
  background: #fff;
  color: #353a42;
  font-size: 12px;
  line-height: 18px;
  float: none;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, box-shadow .15s ease;
}

.itoi-package-dialog-item .choose-item:hover,
.package-spec-page .choose-item:hover {
  border-color: #aeb2b9;
}

.itoi-package-dialog-item .choose-item.on,
.package-spec-page .choose-item.on {
  border-color: var(--itoi-package-accent);
  color: var(--itoi-package-accent-dark);
  box-shadow: inset 0 0 0 1px var(--itoi-package-accent);
}

.itoi-package-dialog-form .popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 90px;
  padding: 14px 24px;
  border-top: 1px solid var(--itoi-package-line);
  background: #fff;
}

.itoi-package-dialog-form .popup-footer > ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}

.itoi-package-dialog-form .popup-footer > ul > li {
  float: none;
  height: auto;
  margin: 0;
  line-height: normal;
}

.itoi-package-dialog-name {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 210px;
  overflow: hidden;
  color: var(--itoi-package-ink);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itoi-package-dialog-total {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--itoi-package-muted);
  font-size: 12px;
}

.itoi-package-dialog-total strong {
  color: var(--itoi-package-accent);
  font-size: 20px;
}

.itoi-package-dialog-saving {
  color: var(--itoi-package-success);
}

.itoi-package-dialog-form .number-wrap,
.itoi-package-dialog-form .number-wrap .number {
  display: flex;
  align-items: center;
}

.itoi-package-dialog-form .number-wrap .dt {
  margin-right: 7px;
  color: var(--itoi-package-muted);
  font-size: 12px;
}

.itoi-package-dialog-form .number-wrap .number {
  height: 30px;
  overflow: hidden;
  border: 1px solid #dfe1e4;
  border-radius: 3px;
}

.itoi-package-dialog-form .number-wrap .btn,
.itoi-package-dialog-form .number-wrap input {
  box-sizing: border-box;
  width: 30px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  line-height: 28px;
  text-align: center;
}

.itoi-item-detail-page .goods-dialog .itoi-package-dialog-form .popup-footer .btn-buy {
  position: static;
  right: auto;
  top: auto;
  height: 38px;
  padding: 0 18px;
  border-color: var(--itoi-package-accent);
  background: var(--itoi-package-accent);
  color: #fff;
  line-height: 36px;
}

.itoi-package-dialog-form .number-wrap input {
  width: 40px;
  border-right: 1px solid #ececef;
  border-left: 1px solid #ececef;
}

/* Full package specification page */
.package-spec-page {
  width: 1200px;
  margin: 0 auto 42px;
  color: var(--itoi-package-ink);
  letter-spacing: 0;
}

.package-spec-page .panel {
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.package-spec-page .panel-heading {
  position: relative;
  min-height: 92px;
  padding: 22px 0 18px;
  border: 0;
  border-bottom: 1px solid var(--itoi-package-line);
  background: #fff;
}

.itoi-package-page-title h1 {
  margin: 0;
  color: var(--itoi-package-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.package-spec-page .itoi-package-back {
  position: absolute;
  top: 28px;
  right: 0;
  min-width: 72px;
  height: 32px;
  padding: 0 14px;
  border: 1px solid #dfe1e4;
  border-radius: 3px;
  background: #fff;
  color: #4f555e;
  font-size: 12px;
  line-height: 30px;
}

.package-spec-page .pkg-subtitle {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  color: var(--itoi-package-muted);
  font-size: 13px;
}

.package-spec-page .panel-body {
  padding: 0;
}

.package-spec-page .goods-list {
  margin: 0;
  padding: 0 0 118px;
}

.package-spec-page .goods-card {
  display: flex;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--itoi-package-line);
}

.package-spec-page .goods-thumb {
  display: flex;
  flex: 0 0 144px;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: var(--itoi-package-soft);
}

.package-spec-page .goods-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.package-spec-page .goods-main {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 2px;
}

.package-spec-page .goods-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.package-spec-page .goods-title .name {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  color: var(--itoi-package-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.package-spec-page .goods-title .name:hover {
  color: var(--itoi-package-accent);
}

.package-spec-page .tag {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
  background: var(--itoi-package-soft);
  color: var(--itoi-package-muted);
  font-size: 11px;
  font-weight: 400;
}

.package-spec-page .tag-danger {
  background: #fff1ed;
  color: #d64720;
}

.package-spec-page .spec-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 9px 0;
}

.package-spec-page .spec-row .dt {
  flex: 0 0 72px;
  width: 72px;
  color: var(--itoi-package-muted);
  font-size: 12px;
  line-height: 30px;
}

.package-spec-page .spec-row .dd {
  flex: 1 1 auto;
}

.package-spec-page .choose-item-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.package-spec-page .choose-item img {
  display: block;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  margin: 0;
  object-fit: contain;
}

.itoi-package-dialog-item .choose-item img {
  display: block;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin: 0;
  object-fit: contain;
}

.package-spec-page .meta-row {
  display: flex;
  gap: 28px;
  margin-top: 17px;
  color: var(--itoi-package-muted);
  font-size: 12px;
}

.package-spec-page .meta-row b {
  color: #343942;
  font-weight: 500;
}

.package-spec-page .meta-row .m-price {
  color: #a1a5ab;
  text-decoration: line-through;
}

.package-spec-page .meta-row .p-price {
  color: var(--itoi-package-accent);
  font-size: 15px;
  font-weight: 700;
}

.package-spec-page .sticky-bar {
  position: fixed;
  z-index: 80;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 1200px;
  min-height: 82px;
  margin: 0 auto;
  padding: 12px 20px;
  border-top: 1px solid var(--itoi-package-line);
  background: #fff;
  box-shadow: 0 -5px 18px rgba(28, 34, 42, .08);
}

.package-spec-page .sticky-left .pkg-name {
  color: var(--itoi-package-ink);
  font-size: 14px;
  font-weight: 600;
}

.package-spec-page .sticky-left .pkg-total {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 5px;
  color: var(--itoi-package-muted);
  font-size: 11px;
}

.package-spec-page .sticky-left .pkg-total .price {
  color: var(--itoi-package-accent);
  font-size: 21px;
  font-weight: 700;
}

.package-spec-page .sticky-right,
.package-spec-page .qty {
  display: flex;
  align-items: center;
}

.package-spec-page .sticky-right {
  gap: 14px;
}

.package-spec-page .qty {
  height: 34px;
  overflow: hidden;
  border: 1px solid #dfe1e4;
  border-radius: 3px;
}

.package-spec-page .qty a,
.package-spec-page .qty input {
  box-sizing: border-box;
  width: 34px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: #343942;
  line-height: 32px;
  text-align: center;
}

.package-spec-page .qty input {
  width: 46px;
  border-right: 1px solid #ececef;
  border-left: 1px solid #ececef;
  outline: 0;
}

.package-spec-page .btn-buy.disabled {
  border-color: #c8cbd0;
  background: #c8cbd0;
  cursor: not-allowed;
}

/* Cart package discount editor */
.itoi-cart-page .itoi-package-cart-row {
  height: auto !important;
  min-height: 150px;
}

.itoi-cart-page .itoi-package-cart-row > td:first-child {
  padding: 22px 24px 22px 0;
}

.itoi-package-cart-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 12px;
}

.itoi-package-cart-name {
  max-width: 320px;
  overflow: hidden;
  color: var(--itoi-package-ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itoi-package-discount-editor {
  margin: 13px 0 0 40px;
  color: var(--itoi-package-muted);
  font-size: 12px;
}

.itoi-package-discount-mode-row,
.itoi-package-rate-field {
  display: flex;
  align-items: center;
}

.itoi-package-discount-mode-row {
  gap: 7px;
}

.itoi-package-discount-label,
.itoi-package-rate-field > label {
  flex: 0 0 auto;
  margin: 0 4px 0 0;
  color: #666c75;
  font-size: 12px;
  font-weight: 400;
}

.itoi-package-mode-option {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.itoi-package-mode-option input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
}

.itoi-package-mode-option span {
  display: inline-flex;
  align-items: center;
  height: 27px;
  padding: 0 10px;
  border: 1px solid #dfe1e4;
  border-radius: 3px;
  background: #fff;
  color: #565c65;
  font-size: 11px;
  font-weight: 400;
}

.itoi-package-mode-option input:checked + span {
  border-color: var(--itoi-package-accent);
  background: #fff7f4;
  color: var(--itoi-package-accent-dark);
}

.itoi-package-rate-field {
  gap: 7px;
  margin-top: 9px;
}

.itoi-package-rate-field input {
  box-sizing: border-box;
  width: 66px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #dfe1e4;
  border-radius: 3px;
  outline: 0;
  background: #fff;
  color: #2f343c;
  font-size: 12px;
  text-align: center;
}

.itoi-package-rate-field input:focus {
  border-color: var(--itoi-package-accent);
  box-shadow: 0 0 0 2px rgba(255, 99, 52, .1);
}

.itoi-package-rate-hint {
  color: #a1a5ab;
  font-size: 11px;
}

.itoi-package-discount-saved {
  margin-top: 8px;
  color: var(--itoi-package-success);
  font-size: 11px;
}

.itoi-cart-page .itoi-package-cart-child {
  height: 108px !important;
  background: #fafafa !important;
}

.itoi-cart-page .itoi-package-cart-child td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  background: #fafafa !important;
}

.itoi-cart-page .itoi-package-cart-child .table-goods-pic,
.itoi-cart-page .itoi-package-cart-child .table-goods-pic img {
  width: 80px !important;
  height: 80px !important;
}

.itoi-cart-page .itoi-package-cart-child a.cart-goods-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.itoi-cart-page .itoi-package-cart-child .package-item-discount {
  justify-content: center;
  margin-top: 6px;
}

/* Checkout package summary */
.itoi-checkout-page .item-table.table-checkout tbody tr.itoi-package-summary-row {
  height: 88px;
  border-top: 1px solid var(--itoi-package-line);
  background: #fafafa;
}

.itoi-checkout-page .item-table.table-checkout tbody tr.itoi-package-summary-row td {
  padding: 14px 0;
  background: #fafafa;
}

.itoi-package-checkout-heading {
  display: flex;
  align-items: center;
  gap: 9px;
}

.itoi-package-checkout-heading strong {
  max-width: 350px;
  overflow: hidden;
  color: var(--itoi-package-ink);
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itoi-package-checkout-saving {
  display: block;
  margin-top: 5px;
  color: var(--itoi-package-success);
  font-size: 11px;
}

.itoi-package-checkout-count {
  color: var(--itoi-package-muted);
  font-size: 11px;
}

.itoi-checkout-page .item-table.table-checkout tbody tr.itoi-package-child-row {
  height: 104px;
  border-top: 1px dashed #e5e6e9;
}

.itoi-checkout-page .item-table.table-checkout tbody tr.itoi-package-child-row td {
  padding: 10px 0;
}

.itoi-checkout-page .itoi-package-child-pic,
.itoi-checkout-page .itoi-package-child-pic img {
  width: 84px !important;
  height: 84px !important;
}

.itoi-package-child-name {
  display: -webkit-box;
  overflow: hidden;
  color: #30353d;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.itoi-package-child-name:hover {
  color: var(--itoi-package-accent);
}

.itoi-cart-page .itoi-package-badge,
.itoi-checkout-page .itoi-package-badge {
  height: 24px;
  padding: 0 9px;
  border: 1px solid #ffd3c6;
  border-radius: 3px;
  background: #fff7f4;
  color: #d94b21;
  font-size: 11px;
  font-weight: 600;
  line-height: 22px;
}

@media (max-width: 1240px) {
  .itoi-package-section,
  .package-spec-page,
  .package-spec-page .sticky-bar {
    width: calc(100% - 32px);
  }
}
