/* QQG.NET v12 store layout
   Native Vue bindings and pricing APIs are intentionally untouched. */

.dy8-store-page {
  --qqg-v12-blue: #2b68df;
  --qqg-v12-ink: #101828;
  --qqg-v12-muted: #667085;
  --qqg-v12-line: #dce5f0;
  --qqg-v12-soft: #eef4fd;
  --qqg-v12-card: #fff;
  --qqg-v12-price: #f04422;
  background: #eef4fd !important;
}

.dy8-store-page .qqg-coupon-banner {
  display: none !important;
}

.dy8-store-page .qqg-page-intro {
  width: min(1540px, 100%) !important;
  max-width: 1540px !important;
  min-height: 0 !important;
  margin: 0 auto 20px !important;
  padding: 0 !important;
}

.dy8-store-page .qqg-page-intro h1 {
  margin-top: 8px !important;
  color: var(--qqg-v12-ink) !important;
  font-size: clamp(30px, 2.6vw, 40px) !important;
  letter-spacing: -1px;
}

.dy8-store-page .qqg-page-intro p {
  margin-top: 8px !important;
  color: var(--qqg-v12-muted) !important;
  font-size: 15px !important;
}

.dy8-store-page .qqg-steps {
  flex: 0 0 auto;
}

/* Product configuration: QQG.NET-style two-column desktop layout. */
.dy8-config-page .goods > .el-container > .el-container > .el-main {
  width: 100% !important;
  padding: 96px max(22px, calc((100vw - 1540px) / 2)) 40px !important;
  box-sizing: border-box;
}

.dy8-config-page .config-box {
  width: min(1540px, 100%) !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.dy8-config-page .config-box > .content {
  width: 100% !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.dy8-config-page .config-box > .content > .template:not(.common-config) {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 22px !important;
  align-items: start !important;
}

.dy8-config-page .config-box > .content > .template:not(.common-config) > .tit {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  padding: 18px 22px !important;
  color: var(--qqg-v12-ink) !important;
  background: var(--qqg-v12-card) !important;
  border: 1px solid var(--qqg-v12-line) !important;
  border-radius: 16px !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
  box-shadow: 0 10px 30px rgba(27, 63, 108, .06) !important;
  box-sizing: border-box;
}

.dy8-config-page .config-box > .content > .template:not(.common-config) > .main-card {
  grid-column: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: var(--qqg-v12-card) !important;
  border: 1px solid var(--qqg-v12-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(27, 63, 108, .07) !important;
  box-sizing: border-box;
}

.dy8-config-page .config-box > .content > .template.common-config > .main-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid var(--qqg-v12-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(27, 63, 108, .07) !important;
}

.dy8-config-page .template .con,
.dy8-config-page .template .el-tab-pane > .con {
  width: 100% !important;
  min-width: 0 !important;
  padding: 20px 22px 28px !important;
  box-sizing: border-box;
}

.dy8-config-page .template .com-tit {
  margin: 18px 0 12px !important;
  padding-left: 10px !important;
  color: var(--qqg-v12-ink) !important;
  border-left: 3px solid var(--qqg-v12-blue) !important;
  font-size: 17px !important;
  font-weight: 750 !important;
}

.dy8-config-page .template .el-form,
.dy8-config-page .template .el-form-item,
.dy8-config-page .template .el-form-item__content,
.dy8-config-page .template .el-tabs,
.dy8-config-page .template .el-tab-pane {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.dy8-config-page .template .el-form-item {
  margin-bottom: 14px !important;
}

.dy8-config-page .template .el-radio-group,
.dy8-config-page .template .el-checkbox-group {
  max-width: 100% !important;
  flex-wrap: wrap !important;
}

.dy8-config-page .mf-cloud .cloud-box {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.dy8-config-page .mf-cloud .cloud-item,
.dy8-config-page .mf-cloud .cloud-item .inner {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  box-sizing: border-box;
}

.dy8-config-page .mf-cloud .cloud-item .top,
.dy8-config-page .mf-cloud .cloud-item .info p,
.dy8-config-page .mf-cloud .cloud-item .info p span {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.dy8-config-page .mf-dcim .top-select {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.dy8-config-page .mf-dcim .top-select .el-select {
  width: 100% !important;
  margin: 0 !important;
}

.dy8-config-page .mf-dcim .el-table {
  width: 100% !important;
  max-width: 100% !important;
}

.dy8-config-page .mf-dcim .el-table__body-wrapper,
.dy8-config-page .mf-dcim .el-table__header-wrapper {
  overflow-x: auto !important;
}

.dy8-config-page .mf-dcim .el-table .cell,
.dy8-config-page .mf-dcim .el-table .cell.el-tooltip,
.dy8-config-page .mf-dcim .model-name {
  width: auto !important;
  max-width: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  line-height: 1.45 !important;
}

.dy8-config-page .mf-dcim .el-table td,
.dy8-config-page .mf-dcim .el-table th {
  height: auto !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Live order summary: sticky desktop card, fixed compact mobile bar. */
.dy8-config-page .config-box > .content > .template:not(.common-config) > .f-order {
  position: sticky !important;
  z-index: 25 !important;
  top: 86px !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  grid-column: 2 !important;
  grid-row: 2 !important;
  width: 360px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dy8-config-page .template .f-order .l-empty {
  display: none !important;
}

.dy8-config-page .template .f-order .el-main {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.dy8-config-page .template .f-order .main-card {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 15px !important;
  margin: 0 !important;
  padding: 22px !important;
  overflow: visible !important;
  background: var(--qqg-v12-card) !important;
  border: 1px solid var(--qqg-v12-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(27, 63, 108, .09) !important;
  box-sizing: border-box;
}

.dy8-config-page .template .f-order .left {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 1fr !important;
  gap: 13px !important;
  align-items: stretch !important;
}

.dy8-config-page .template .f-order .time,
.dy8-config-page .template .f-order .num {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  margin: 0 !important;
}

.dy8-config-page .template .f-order .duration-select,
.dy8-config-page .template .f-order .el-input-number {
  width: 100% !important;
}

.dy8-config-page .template .f-order .mid {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 16px 0 !important;
  border-top: 1px solid #e6ebf2 !important;
  border-bottom: 1px solid #e6ebf2 !important;
}

.dy8-config-page .template .f-order .mid .link {
  color: var(--qqg-v12-blue) !important;
}

.dy8-config-page .template .f-order .line-empty {
  display: none !important;
}

.dy8-config-page .template .f-order .bot-price {
  width: 100% !important;
  margin: 2px 0 0 auto !important;
}

.dy8-config-page .template .f-order .bot-price .new,
.dy8-config-page .template .f-order .bot-price .new .price,
.dy8-config-page .template .f-order .bot-price .new span {
  color: var(--qqg-v12-price) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.dy8-config-page .template .f-order .right {
  display: grid !important;
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dy8-config-page .template .f-order .add-cart,
.dy8-config-page .template .f-order .buy {
  display: flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border-radius: 10px !important;
  box-sizing: border-box;
}

.dy8-config-page .template .f-order .add-cart {
  color: var(--qqg-v12-blue) !important;
  background: #fff !important;
  border: 1px solid var(--qqg-v12-blue) !important;
}

.dy8-config-page .template .f-order .buy {
  width: 100% !important;
  color: #fff !important;
  background: var(--qqg-v12-blue) !important;
  border: 1px solid var(--qqg-v12-blue) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.dy8-config-page .template .f-order .right .buy:only-child {
  grid-column: 1 / -1 !important;
}

/* Shopping cart and checkout: product cards with readable configuration. */
.dy8-cart-page .template > .el-container > .el-container > .el-main,
.dy8-checkout-page .template > .el-container > .el-container > .el-main {
  width: 100% !important;
  padding: 96px max(22px, calc((100vw - 1480px) / 2)) 34px !important;
  box-sizing: border-box;
}

.dy8-cart-page .main-card,
.dy8-checkout-page .main-card {
  width: min(1480px, 100%) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--qqg-v12-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(27, 63, 108, .07) !important;
}

.dy8-cart-page .main-title,
.dy8-checkout-page .main-title {
  margin: 0 !important;
  padding: 20px 24px !important;
  color: var(--qqg-v12-ink) !important;
  border-bottom: 1px solid #e7edf4 !important;
  font-size: 21px !important;
  font-weight: 750 !important;
}

.dy8-cart-page .search-box {
  margin: -61px 24px 16px 0 !important;
}

.dy8-cart-page .search-box .el-input {
  width: min(320px, 42vw) !important;
}

.dy8-cart-page .goods-box,
.dy8-checkout-page .goods-box {
  padding: 18px 20px 22px !important;
}

.dy8-cart-page .shopping-goods,
.dy8-checkout-page .shopping-goods {
  margin: 0 0 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--qqg-v12-line) !important;
  border-radius: 14px !important;
}

.dy8-cart-page .shopping-goods:last-child,
.dy8-checkout-page .shopping-goods:last-child {
  margin-bottom: 0 !important;
}

.dy8-cart-page .table-name,
.dy8-checkout-page .table-name {
  min-height: 62px !important;
  padding: 14px 18px !important;
  background: #f8fbff !important;
  border-bottom: 1px solid #e7edf4 !important;
  box-sizing: border-box;
}

.dy8-cart-page .goods-name,
.dy8-checkout-page .goods-name {
  color: var(--qqg-v12-ink) !important;
  font-size: 18px !important;
  font-weight: 750 !important;
}

.dy8-cart-page .table-content,
.dy8-checkout-page .table-content {
  width: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
}

.dy8-cart-page .goods-table,
.dy8-checkout-page .goods-table {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed !important;
  border: 0 !important;
}

.dy8-cart-page .goods-table thead,
.dy8-checkout-page .goods-table thead {
  height: 50px !important;
  color: #7a8798 !important;
  background: #fff !important;
  border-bottom: 1px solid #edf1f5 !important;
}

.dy8-cart-page .goods-table th,
.dy8-cart-page .goods-table td,
.dy8-checkout-page .goods-table th,
.dy8-checkout-page .goods-table td {
  padding-right: 18px !important;
  padding-left: 18px !important;
  vertical-align: middle !important;
  box-sizing: border-box;
}

.dy8-cart-page .goods-table tbody tr td,
.dy8-checkout-page .goods-table tbody tr td {
  padding-top: 20px !important;
  padding-bottom: 22px !important;
}

.dy8-cart-page .description-box {
  width: 50% !important;
}

.dy8-cart-page .price-box {
  width: 17% !important;
}

.dy8-cart-page .num-box {
  width: 13% !important;
}

.dy8-cart-page .total-box {
  width: 16% !important;
}

.dy8-cart-page .action-box {
  width: 4% !important;
}

.dy8-checkout-page .description-box {
  width: 55% !important;
}

.dy8-checkout-page .price-box {
  width: 18% !important;
}

.dy8-checkout-page .num-box {
  width: 9% !important;
}

.dy8-checkout-page .total-box {
  width: 18% !important;
}

.dy8-cart-page .info-box,
.dy8-checkout-page .info-box {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 24px !important;
  padding: 14px 16px 4px !important;
  background: #f7f9fc !important;
  border-radius: 11px !important;
  box-sizing: border-box;
}

.dy8-cart-page .goods-info,
.dy8-checkout-page .goods-info {
  display: grid !important;
  min-width: 0 !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
  align-items: start !important;
}

.dy8-cart-page .goodsInfo-type,
.dy8-checkout-page .goodsInfo-type {
  width: auto !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
}

.dy8-cart-page .goodsInfo-price,
.dy8-checkout-page .goodsInfo-price,
.dy8-cart-page .item-price,
.dy8-cart-page .item-total,
.dy8-checkout-page .item-price,
.dy8-checkout-page .item-total {
  white-space: nowrap !important;
}

.dy8-cart-page .item-total,
.dy8-checkout-page .item-total {
  color: var(--qqg-v12-price) !important;
  font-size: 18px !important;
}

.dy8-cart-page .el-footer,
.dy8-checkout-page .el-footer {
  position: sticky !important;
  z-index: 35 !important;
  right: auto !important;
  bottom: 0 !important;
  left: auto !important;
  width: 100% !important;
  min-height: 84px !important;
  height: auto !important;
  padding: 12px max(22px, calc((100vw - 1480px) / 2)) !important;
  background: rgba(255, 255, 255, .98) !important;
  border-top: 1px solid var(--qqg-v12-line) !important;
  box-shadow: 0 -8px 28px rgba(27, 63, 108, .1) !important;
  box-sizing: border-box;
}

.dy8-cart-page .footer-box,
.dy8-checkout-page .footer-box {
  width: min(1480px, 100%) !important;
  max-width: 1480px !important;
  min-height: 60px !important;
  margin: 0 auto !important;
}

.dy8-cart-page .footer-right,
.dy8-checkout-page .footer-right {
  gap: 22px !important;
}

.dy8-cart-page .buy-btn,
.dy8-checkout-page .buy-btn {
  display: inline-flex !important;
  width: 220px !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  background: var(--qqg-v12-blue) !important;
  border-color: var(--qqg-v12-blue) !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.dy8-checkout-page .btn-box {
  display: grid !important;
  grid-template-columns: 220px minmax(280px, 420px) !important;
  gap: 8px 14px !important;
  align-items: center !important;
  margin: 0 !important;
}

.dy8-checkout-page .check-box {
  margin: 0 !important;
  white-space: normal !important;
}

@media (max-width: 1180px) {
  .dy8-config-page .config-box > .content > .template:not(.common-config) {
    grid-template-columns: minmax(0, 1fr) 330px !important;
  }

  .dy8-config-page .config-box > .content > .template:not(.common-config) > .f-order {
    width: 330px !important;
  }

  .dy8-config-page .mf-cloud .cloud-box {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 820px) {
  .dy8-store-page .qqg-page-intro {
    display: block !important;
  }

  .dy8-store-page .qqg-steps {
    margin-top: 14px !important;
  }

  .dy8-config-page .goods > .el-container > .el-container > .el-main,
  .dy8-cart-page .template > .el-container > .el-container > .el-main,
  .dy8-checkout-page .template > .el-container > .el-container > .el-main {
    padding: 82px 14px 24px !important;
  }

  .dy8-config-page .config-box {
    padding-bottom: 174px !important;
  }

  .dy8-config-page .config-box > .content > .template:not(.common-config) {
    display: block !important;
  }

  .dy8-config-page .config-box > .content > .template:not(.common-config) > .tit {
    margin-bottom: 12px !important;
    padding: 15px 16px !important;
    font-size: 19px !important;
  }

  .dy8-config-page .template .con,
  .dy8-config-page .template .el-tab-pane > .con {
    padding: 14px 12px 20px !important;
  }

  .dy8-config-page .mf-cloud .cloud-box,
  .dy8-config-page .mf-dcim .top-select {
    grid-template-columns: 1fr !important;
  }

  .dy8-config-page .config-box > .content > .template:not(.common-config) > .f-order,
  .dy8-config-page .template.common-config .f-order {
    position: fixed !important;
    z-index: 160 !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, .98) !important;
    border-top: 1px solid var(--qqg-v12-line) !important;
    box-shadow: 0 -10px 30px rgba(27, 63, 108, .13) !important;
  }

  .dy8-config-page .template .f-order .el-main {
    padding: 10px 12px max(10px, env(safe-area-inset-bottom)) !important;
  }

  .dy8-config-page .template .f-order .main-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(142px, .72fr) !important;
    gap: 8px 12px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .dy8-config-page .template .f-order .left {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .dy8-config-page .template .f-order .time,
  .dy8-config-page .template .f-order .num {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 6px !important;
  }

  .dy8-config-page .template .f-order .l-txt {
    font-size: 12px !important;
  }

  .dy8-config-page .template .f-order .mid {
    min-height: 48px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .dy8-config-page .template .f-order .mid > .link,
  .dy8-config-page .template .f-order .mid > .el-popover {
    display: none !important;
  }

  .dy8-config-page .template .f-order .bot-price .new,
  .dy8-config-page .template .f-order .bot-price .new .price,
  .dy8-config-page .template .f-order .bot-price .new span {
    font-size: 23px !important;
  }

  .dy8-config-page .template .f-order .right {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .dy8-config-page .template .f-order .add-cart,
  .dy8-config-page .template .f-order .buy {
    min-height: 48px !important;
  }

  .dy8-cart-page .goods-box,
  .dy8-checkout-page .goods-box {
    padding: 12px !important;
  }

  .dy8-cart-page .search-box {
    margin: 0 !important;
    padding: 12px 16px !important;
    text-align: left !important;
    border-bottom: 1px solid #edf1f5 !important;
  }

  .dy8-cart-page .search-box .el-input {
    width: 100% !important;
  }

  .dy8-cart-page .goods-table,
  .dy8-cart-page .goods-table tbody,
  .dy8-cart-page .goods-table tr,
  .dy8-cart-page .goods-table td,
  .dy8-checkout-page .goods-table,
  .dy8-checkout-page .goods-table tbody,
  .dy8-checkout-page .goods-table tr,
  .dy8-checkout-page .goods-table td {
    display: block !important;
    width: 100% !important;
  }

  .dy8-cart-page .goods-table thead,
  .dy8-checkout-page .goods-table thead {
    display: none !important;
  }

  .dy8-cart-page .goods-table tbody tr,
  .dy8-checkout-page .goods-table tbody tr {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 9px !important;
    padding: 12px !important;
    box-sizing: border-box;
  }

  .dy8-cart-page .goods-table tbody tr td,
  .dy8-checkout-page .goods-table tbody tr td {
    min-width: 0 !important;
    padding: 11px !important;
    background: #f7f9fc !important;
    border-radius: 9px !important;
    text-align: left !important;
  }

  .dy8-cart-page .goods-table tbody tr td:first-child,
  .dy8-checkout-page .goods-table tbody tr td:first-child {
    grid-column: 1 / -1 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .dy8-cart-page .goods-table tbody tr td:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .dy8-cart-page .info-box,
  .dy8-checkout-page .info-box {
    grid-template-columns: 1fr !important;
  }

  .dy8-cart-page .el-footer,
  .dy8-checkout-page .el-footer {
    position: sticky !important;
    padding: 10px 14px max(10px, env(safe-area-inset-bottom)) !important;
  }

  .dy8-cart-page .footer-box {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .dy8-cart-page .footer-left {
    min-width: 0 !important;
    font-size: 13px !important;
  }

  .dy8-cart-page .footer-right,
  .dy8-checkout-page .footer-right {
    gap: 10px !important;
  }

  .dy8-cart-page .total-price,
  .dy8-checkout-page .total-price {
    font-size: 23px !important;
  }

  .dy8-cart-page .buy-btn,
  .dy8-checkout-page .buy-btn {
    width: 150px !important;
  }

  .dy8-checkout-page .footer-right {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .dy8-checkout-page .btn-box {
    display: block !important;
  }

  .dy8-checkout-page .check-box {
    margin-top: 7px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 520px) {
  .dy8-store-page .qqg-steps {
    display: none !important;
  }

  .dy8-config-page .template .f-order .left {
    grid-template-columns: 1fr 1fr !important;
  }

  .dy8-cart-page .goods-table tbody tr,
  .dy8-checkout-page .goods-table tbody tr {
    grid-template-columns: 1fr 1fr !important;
  }

  .dy8-cart-page .goods-table tbody tr td:first-child,
  .dy8-checkout-page .goods-table tbody tr td:first-child {
    grid-column: 1 / -1 !important;
  }

  .dy8-cart-page .footer-left .all-check,
  .dy8-cart-page .footer-left .delect-btn {
    display: none !important;
  }

  .dy8-cart-page .footer-right,
  .dy8-checkout-page .footer-right {
    align-items: center !important;
  }

  .dy8-cart-page .footer-right p {
    white-space: nowrap !important;
  }

  .dy8-checkout-page .footer-right {
    grid-template-columns: 1fr !important;
  }

  .dy8-checkout-page .totalprice-box {
    text-align: right !important;
  }
}
