.steps-wrap {
  margin-bottom: 40px;
}

.step-tabs {
  display: flex;
  justify-content: center;
}

.step-tabs .step-tab {
  font-size: 18px;
  font-weight: var(--font-medium);
  height: 55px;
  width: 300px;
  display: flex;
  margin: 0 15px;
  justify-content: center;
  align-items: center;
  color: var(--color-black);
  text-align: center;
  background: var(--color-white);
  border: 1px solid var(--color-gray-lite);
  border-radius: var(--radius-default);
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.step-tabs .step-tab.active {
  color: var(--color-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.step-tabs .step-tab.active .step-tab-text .bg-text {
  color: var(--color-white);
}

.step-tabs .step-tab-link {
  display: flex;
  width: 100%;
  color: var(--color-black);
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.step-tabs .step-tab-text {
  position: relative;
}

.step-tabs .step-tab-text .bg-text {
  font-size: 38px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: var(--color-black);
  opacity: 0.15;
  transform: translateY(-50%);
}

.ltr .step-tabs .step-tab-text .bg-text {
  right: -35px;
}

.rtl .step-tabs .step-tab-text .bg-text {
  left: -35px;
}

@media screen and (max-width: 991px) {
  .steps-wrap {
    display: none;
  }

  .step-tabs .step-tab {
    font-size: 16px;
    height: 50px;
    width: 250px;
  }

  .step-tabs .step-tab-text .bg-text {
    font-size: 36px;
  }
}

@media screen and (max-width: 886px) {
  .step-tabs {
    align-items: center;
    flex-direction: column;
  }

  .step-tabs .step-tab {
    margin: 8px 15px;
  }

  .step-tabs .step-tab:first-child {
    margin-top: 0;
  }

  .step-tabs .step-tab:last-child {
    margin-bottom: 0;
  }
}

.order-summary-top .section-title {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-color-lite);
  font-size: 20px;
  font-weight: 28px;
}

.order-summary-top .cart-item {
  padding: 10px 0 10px;
  align-items: center;
}

.order-summary-top .cart-item .product-image {
  border: 1px solid var(--border-color-lite);
  overflow: unset;
  align-self: flex-start;
  background: var(--color-white);
}

.order-summary-top .cart-item .product-image.skeleton {
  background: var(--color-gray-lite);
  border-color: var(--color-gray-lite);
}

.order-summary-top .cart-item .product-image img {
  border-radius: var(--radius-default);
}

.order-summary-top .cart-item .product-image .qty-count {
  width: 16px;
  height: 16px;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 10px;
  line-height: 16px;
}

.ltr .order-summary-top .cart-item .product-image .qty-count {
  right: -6px;
}

.rtl .order-summary-top .cart-item .product-image .qty-count {
  left: -6px;
}

.ltr .order-summary-top .cart-item .product-info {
  padding-right: 15px;
}

.rtl .order-summary-top .cart-item .product-info {
  padding-left: 15px;
}

.ltr .order-summary-top .cart-item .product-info.product-info-skeleton {
  padding-right: 0;
}

.rtl .order-summary-top .cart-item .product-info.product-info-skeleton {
  padding-left: 0;
}

.order-summary-top .cart-item .product-info .product-name {
  margin: 0;
  font-weight: var(--font-medium);
  transition: var(--transition-150);
  text-decoration-line: underline;
  text-decoration-color: transparent;
}

.order-summary-top .cart-item .product-info .product-name:hover {
  text-decoration-color: var(--color-black);
}

.order-summary-top .cart-item .product-info .product-name .skeleton {
  height: 15px;
  background: var(--color-gray-lite);
  border-radius: 4px;
}

.order-summary-top .cart-item .product-info .product-name .skeleton:first-child {
  margin-bottom: 5px;
}

.order-summary-top .cart-item .product-info .product-options {
  margin-top: 5px;
}

.order-summary-top .cart-item .product-price {
  display: inline-flex;
  align-items: center;
  height: 46px;
  line-height: 46px;
  align-self: flex-start;
  white-space: nowrap;
}

.ltr .order-summary-top .cart-item .product-price {
  text-align: right;
}

.rtl .order-summary-top .cart-item .product-price {
  text-align: left;
}

.order-summary-top .coupon-wrap input {
  height: 40px;
}

.ltr .order-summary-top .coupon-wrap .btn-apply-coupon {
  margin-left: 10px;
}

.rtl .order-summary-top .coupon-wrap .btn-apply-coupon {
  margin-right: 10px;
}

@media screen and (max-width: 400px) {
  .order-summary-top .cart-item {
    flex-wrap: wrap;
  }

  .order-summary-top .cart-item .product-info {
    width: calc(100% - 46px);
  }

  .ltr .order-summary-top .cart-item .product-info {
    padding-right: 0;
    margin-left: 0;
    padding-left: 15px;
  }

  .rtl .order-summary-top .cart-item .product-info {
    padding-left: 0;
    margin-right: 0;
    padding-right: 15px;
  }

  .order-summary-top .cart-item .product-price {
    height: unset;
    line-height: 1;
    width: calc(100% - 46px);
  }

  .ltr .order-summary-top .cart-item .product-price {
    padding: 5px 0 0 15px;
    text-align: left;
    margin-left: auto;
  }

  .rtl .order-summary-top .cart-item .product-price {
    padding: 5px 15px 0 0;
    text-align: right;
    margin-right: auto;
  }
}

.order-summary-middle {
  padding: 25px 0 22px;
}

.order-summary-middle .btn-remove-coupon {
  font-size: 14px;
  padding: 0;
  background: transparent;
  border: none;
  transition: var(--transition-150);
  cursor: pointer;
}

.order-summary-middle .btn-remove-coupon:hover {
  color: var(--color-primary);
}

.order-summary-bottom {
  text-align: center;
}

.order-summary-bottom .checkout-terms-and-conditions {
  margin: -1px 0 0;
  padding-bottom: 10px;
  text-align: center;
}

.order-summary-bottom .checkout-terms-and-conditions .error-message {
  margin: -2px 0 8px;
}

.order-summary-bottom .btn {
  width: 100%;
}

.order-summary-bottom .btn-proceed-to-checkout {
  display: block;
  margin: auto;
}

.order-summary-bottom .btn-proceed-to-checkout.skeleton {
  height: 40px;
  background: var(--color-gray-lite);
  border-radius: var(--radius-default);
}

#paypal-button-container .paypal-buttons {
  vertical-align: top;
}

#paypal-button-container .paypal-buttons iframe.component-frame {
  z-index: 0;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .order-summary-bottom .btn {
    width: 50%;
  }
}

.order-summary-wrap {
  width: 430px;
  min-width: 430px;
  position: sticky;
  top: 90px;
}

.ltr .order-summary-wrap {
  padding-left: 15px;
}

.rtl .order-summary-wrap {
  padding-right: 15px;
}

.checkout-summary-wrap {
  width: 430px;
  min-width: 430px;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.ltr .checkout-summary-wrap {
  padding-left: 15px;
}

.rtl .checkout-summary-wrap {
  padding-right: 15px;
}

.order-summary {
  padding: 20px 25px 25px;
  background: var(--color-white-dark);
  border-radius: var(--radius-default);
}

.order-summary-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}

.order-summary-list li:last-child {
  margin-bottom: 0;
}

.order-summary-list li .coupon-code {
  font-weight: var(--font-medium);
  white-space: nowrap;
}

.order-summary-list li > span {
  font-weight: var(--font-medium);
}

.order-summary-list label {
  margin-bottom: 0;
}

.ltr .order-summary-list label {
  padding-right: 20px;
}

.rtl .order-summary-list label {
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .order-summary-wrap {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .checkout-summary-wrap {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
    position: static;
    top: auto;
  }

  .ltr .checkout-summary-wrap {
    padding-left: 0;
  }

  .rtl .checkout-summary-wrap {
    padding-right: 0;
  }

  .button-checkout {
    display: none;
  }
}

.cart-wrap {
  margin-top: 50px;
}

.cart {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  align-items: flex-start;
  position: relative;
}

.cart .order-summary-wrap {
  width: 390px;
  min-width: 390px;
  position: sticky;
  top: 90px;
}

.ltr .cart .order-summary-wrap {
  padding-left: 0;
}

.rtl .cart .order-summary-wrap {
  padding-right: 0;
}

.cart .order-summary-list.order-summary-list-skeleton {
  margin-top: 5px;
}

.cart .order-summary-list.order-summary-list-skeleton li {
  margin-bottom: 15px;
}

.cart .order-summary-list label.skeleton,
.cart .order-summary-list span.skeleton {
  height: 22.5px;
  background: var(--color-gray-lite);
  border-radius: 6px;
}

.cart .order-summary-list label.skeleton {
  width: 70px;
}

.cart .order-summary-list span.skeleton {
  width: 80px;
}

.order-summary {
  border: 1px solid var(--color-gray-lite);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.cart-summary-panel {
  border-radius: 18px;
}

.cart-summary-panel .cart-summary-panel__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.cart-summary-panel .cart-summary-panel__caption {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.cart-summary-panel .cart-summary-panel__meta {
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.ltr .cart-summary-panel .cart-summary-panel__meta {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.rtl .cart-summary-panel .cart-summary-panel__meta {
  background: linear-gradient(-180deg, #f8fafc 0%, #ffffff 100%);
}

.cart-order-summary-list li {
  padding: 2px 0;
}

.cart-order-summary-list .cart-summary-old-price {
  text-decoration: line-through;
  color: #94a3b8 !important;
}

.cart-order-summary-list .cart-summary-discount {
  color: #dc2626 !important;
}

.cart-order-summary-list .cart-summary-subtotal {
  color: #1e293b;
  font-weight: 700;
}

.cart-order-summary-list .cart-summary-shipping-state {
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.cart-order-summary-list .cart-summary-total-row {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px dashed #cbd5e1;
}

.cart-order-summary-list .cart-summary-total-row label {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.cart-order-summary-list .cart-summary-total-value {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.cart-inner {
  min-width: 0;
}

@media screen and (max-width: 1280px) {
  .cart-inner .number-picker {
    display: flex;
    align-items: center;
  }

  .cart-inner .number-picker .btn-number {
    width: 16px;
    height: 16px;
    font-size: 14px;
  }

  .cart-inner .number-picker .btn-number svg {
    width: 8px;
    height: 8px;
  }

  .cart-inner .number-picker .input-number {
    font-size: 12px;
    height: 16px;
    width: 30px;
  }
}

@media screen and (max-width: 991px) {
  .cart-wrap {
    margin-top: 40px;
  }

  .cart {
    grid-template-columns: 1fr;
    align-items: unset;
    position: unset;
    gap: 18px;
  }

  .cart .order-summary-wrap {
    width: 100%;
    min-width: 0;
  }

  .ltr .cart-inner {
    padding-right: 0;
  }

  .rtl .cart-inner {
    padding-left: 0;
  }
}

.cart-items-panel {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(12, 31, 46, 0.06);
  padding: 14px 16px;
}

.cart-items-panel .cart-selection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 2px 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #edf2f7;
}

.cart-items-panel .cart-selection-toolbar__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.cart-items-panel .cart-selection-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.cart-items-panel .cart-selection-toggle__label {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.cart-items-panel .cart-selection-toggle__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cart-items-panel .cart-selection-toggle__check {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.18s ease;
}

.cart-items-panel .cart-selection-toggle__check::after {
  content: "";
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  transition: transform 0.18s ease;
}

.ltr .cart-items-panel .cart-selection-toggle__check::after {
  border-left: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
}

.rtl .cart-items-panel .cart-selection-toggle__check::after {
  border-right: 2px solid #fff;
  transform: rotate(45deg) scale(0);
}

.cart-items-panel .cart-selection-toggle__input:checked + .cart-items-panel .cart-selection-toggle__check {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.ltr .cart-items-panel .cart-selection-toggle__input:checked + .cart-items-panel .cart-selection-toggle__check::after {
  transform: rotate(-45deg) scale(1);
}

.rtl .cart-items-panel .cart-selection-toggle__input:checked + .cart-items-panel .cart-selection-toggle__check::after {
  transform: rotate(45deg) scale(1);
}

.cart-items-panel .cart-selection-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--color-primary-alpha-10);
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 700;
  border: 1px solid var(--color-primary-alpha-30);
}

.cart-items-panel .cart-selection-chip--muted {
  background: #f8fafc;
  color: #475569;
  border-color: #e2e8f0;
}

.cart-items-panel .cart-selection-chip--accent {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.cart-items-panel .sidebar-cart-items-wrap {
  max-height: none;
}

.cart-items-panel .cart-brand-group {
  margin-bottom: 14px;
}

.cart-items-panel .cart-brand-group:last-child {
  margin-bottom: 0;
}

.cart-items-panel .brand-header {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: 1px dashed #dbe4ee;
  padding-bottom: 8px;
}

.cart-items-panel .brand-header__content {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cart-items-panel .brand-header__meta {
  font-size: 10px;
  font-weight: 600;
  color: #64748b;
  text-transform: none;
  letter-spacing: normal;
}

.cart-items-panel .brand-header__amount {
  font-size: 12px;
  font-weight: 700;
  color: #334155;
}

.cart-items-panel .brand-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-items-panel .cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #edf2f7;
  transition: 0.18s ease;
}

.cart-items-panel .cart-item > .cart-item-bonus {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 4px;
}

.cart-items-panel .cart-item--selected {
  border: 1px solid var(--color-primary-alpha-30);
  background: var(--color-primary-alpha-10);
  box-shadow: 0 8px 20px rgba(var(--color-primary-rgb, 59, 130, 246), 0.12);
}

.cart-items-panel .cart-item--muted {
  opacity: 0.82;
}

.cart-items-panel .cart-item:last-child {
  border-bottom: none;
}

.cart-items-panel .brand-header__selector,
.cart-items-panel .cart-item__selector {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.cart-items-panel .brand-header__input,
.cart-items-panel .cart-item__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cart-items-panel .brand-header__check,
.cart-items-panel .cart-item__check {
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: 1.5px solid #cbd5e1;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.18s ease;
}

.cart-items-panel .brand-header__check::after,
.cart-items-panel .cart-item__check::after {
  content: "";
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  transition: transform 0.18s ease;
}

.ltr .cart-items-panel .brand-header__check::after,
.ltr .cart-items-panel .cart-item__check::after {
  border-left: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
}

.rtl .cart-items-panel .brand-header__check::after,
.rtl .cart-items-panel .cart-item__check::after {
  border-right: 2px solid #fff;
  transform: rotate(45deg) scale(0);
}

.cart-items-panel .brand-header__input:checked + .brand-header__check,
.cart-items-panel .cart-item__input:checked + .cart-item__check {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.ltr .cart-items-panel .brand-header__input:checked + .brand-header__check::after,
.ltr .cart-items-panel .cart-item__input:checked + .cart-item__check::after {
  transform: rotate(-45deg) scale(1);
}

.rtl .cart-items-panel .brand-header__input:checked + .brand-header__check::after,
.rtl .cart-items-panel .cart-item__input:checked + .cart-item__check::after {
  transform: rotate(45deg) scale(1);
}

.cart-items-panel .item-image {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 9px;
  overflow: hidden;
  background-color: #f8f9fa;
  border: 1px solid #e5e7eb;
}

.cart-items-panel .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-items-panel .item-details {
  flex: 1;
  min-width: 0;
}

.cart-items-panel .item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3px;
}

.cart-items-panel .item-name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.2s;
}

.ltr .cart-items-panel .item-name {
  margin-right: 4px;
}

.rtl .cart-items-panel .item-name {
  margin-left: 4px;
}

.cart-items-panel .item-name:hover {
  color: var(--color-primary);
}

.cart-items-panel .btn-remove {
  background: none;
  border: none;
  padding: 0;
  color: #999;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  transition: color 0.2s;
}

.cart-items-panel .btn-remove:hover {
  color: #dc3545;
}

.cart-items-panel .item-variant {
  margin-bottom: 6px;
}

.cart-items-panel .item-variant select {
  font-size: 11px;
  border-color: #dbe4ee;
  color: #666;
  border-radius: 7px;
  cursor: pointer;
}

.ltr .cart-items-panel .item-variant select {
  padding: 4px 24px 4px 8px;
  background-position: right 4px center;
}

.rtl .cart-items-panel .item-variant select {
  padding: 4px 8px 4px 24px;
  background-position: left 4px center;
}

.cart-items-panel .item-variant select:focus {
  box-shadow: none;
  border-color: var(--color-primary);
}

.cart-items-panel .item-selection-state {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
}

.cart-items-panel .item-selection-state--selected {
  background: #dcfce7;
  color: #166534;
}

.cart-items-panel .item-selection-state--idle {
  background: #f1f5f9;
  color: #64748b;
}

.cart-items-panel .item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.cart-items-panel .item-price .current-price {
  font-weight: 700;
  font-size: 13px;
  color: #1a1a1a;
}

.cart-items-panel .item-price .current-price.text-danger {
  color: #dc3545 !important;
}

.cart-items-panel .item-price .original-price {
  font-size: 10px;
  color: #666;
  text-decoration: line-through;
}

.ltr .cart-items-panel .item-price .original-price {
  margin-left: 3px;
}

.rtl .cart-items-panel .item-price .original-price {
  margin-right: 3px;
}

.cart-items-panel .quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  overflow: hidden;
}

.cart-items-panel .quantity-control .btn-qty {
  width: 28px;
  height: 28px;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.cart-items-panel .quantity-control .btn-qty:hover:not(:disabled) {
  background: #f8f9fa;
}

.cart-items-panel .quantity-control .btn-qty:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-items-panel .quantity-control .input-qty {
  width: 34px;
  height: 28px;
  border: none;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
}

.cart-items-panel .flash-sale-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.14);
  color: #dc3545;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cart-items-panel .flash-sale-badge i {
  font-size: 10px;
  line-height: 1;
}

.cart-items-panel .brand-voucher-area {
  margin-top: 8px;
  padding: 10px 12px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px dashed #dbe4ee;
}

.cart-items-panel .brand-voucher-area__summary {
  margin-top: 8px;
  border-top: 1px dashed #cbd5e1;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.cart-items-panel .brand-voucher-area__label {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}

.ltr .cart-items-panel .brand-voucher-area__value {
  text-align: right;
}

.rtl .cart-items-panel .brand-voucher-area__value {
  text-align: left;
}

.cart-items-panel .brand-voucher-area__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart-items-panel .brand-voucher-area__old {
  font-size: 10px;
  text-decoration: line-through;
  color: #94a3b8;
}

.cart-items-panel .brand-voucher-area__new {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.cart-items-panel .cart-platform-voucher-wrap {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}

@media (max-width: 768px) {
  .cart-items-panel {
    padding: 12px;
  }

  .cart-items-panel .cart-selection-toolbar {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-items-panel .cart-selection-toolbar__stats {
    justify-content: flex-start;
  }

  .cart-items-panel .brand-header {
    gap: 6px;
  }

  .cart-items-panel .item-image {
    width: 50px;
    height: 50px;
  }

  .cart-items-panel .item-name {
    font-size: 12px;
  }

  .cart-items-panel .quantity-control .btn-qty {
    width: 26px;
    height: 26px;
  }

  .cart-items-panel .quantity-control .input-qty {
    width: 32px;
    height: 26px;
  }
}

.cart-table {
  margin-bottom: 5px;
}

.cart-table thead th:first-child,
.cart-table tbody td:first-child {
  width: 110px;
  min-width: 110px;
}

.cart-table thead th:nth-child(2),
.cart-table tbody td:nth-child(2) {
  width: 605px;
}

.ltr .cart-table thead th:nth-child(2),
.ltr .cart-table tbody td:nth-child(2) {
  padding-left: 10px;
}

.rtl .cart-table thead th:nth-child(2),
.rtl .cart-table tbody td:nth-child(2) {
  padding-right: 10px;
}

.cart-table thead th:last-child,
.cart-table tbody td:last-child {
  width: 70px;
  min-width: unset;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.cart-table thead {
  display: none;
}

.cart-table tbody td {
  vertical-align: middle;
  border: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-table .btn-remove {
  line-height: 20px;
  transform: translateY(1px);
}

.cart-table .product-image {
  height: 52px;
  width: 52px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #f1f2f4;
}

.cart-table .product-image.skeleton {
  border-color: #f3f5f8;
}

.cart-table .product-image .image-placeholder {
  height: 35px;
  width: 35px;
}

.cart-table .product-name {
  display: inline-block;
  color: var(--color-black);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  transition: var(--transition-150);
}

.cart-table .product-name:hover {
  text-decoration-color: var(--color-black);
}

.cart-table .product-name.product-name-skeleton {
  width: 100%;
}

.cart-table .product-name .skeleton {
  width: 100%;
}

.cart-table .product-name .skeleton:first-child {
  height: 24px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.cart-table .product-name .skeleton:last-child {
  height: 16px;
  width: 40%;
  border-radius: 4px;
}

.cart-table .product-options {
  margin: 2px 0 0;
}

.cart-table .product-options li {
  font-size: 11px;
  color: #64748b;
  line-height: 1.35;
}

.cart-table .cart-product-thumb {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-table .cart-flash-badge {
  width: auto;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 1;
}

.cart-table .cart-flash-info {
  font-size: 10px;
  line-height: 1.2;
}

.cart-table .cart-price-original {
  text-decoration: line-through;
}

.cart-table .cart-variant-select {
  width: 170px;
  max-width: 100%;
  height: 24px;
  font-size: 11px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 4px;
  border-color: #f1f2f4;
  background-color: #fff;
}

.cart-table .cart-qty-cell {
  width: 125px;
}

.cart-table .cart-qty-input {
  width: 28px;
  height: 22px;
  font-size: 11px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none;
  box-shadow: none;
  pointer-events: none;
}

.cart-table .input-group-quantity {
  border: 1px solid #f1f2f4;
  border-radius: 4px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}

.cart-table .input-group-quantity .btn-number {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: none;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
}

.cart-table .input-group-quantity .btn-number:hover:not(:disabled) {
  background: #f8f9fa;
}

.cart-table .cart-brand-row {
  border-top: none;
}

.cart-table .cart-brand-row td {
  background: #fff;
  padding-top: 4px;
  padding-bottom: 6px;
}

.cart-table .cart-brand-row-inner {
  padding: 0 10px 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: 1px dashed #f1f2f4;
}

.cart-table .cart-item-row {
  border-top: none;
  border-bottom: 1px solid #f1f2f4;
}

.cart-table .cart-item-row td {
  background: #fff;
}

.cart-table .cart-image-cell {
  width: 80px;
}

.cart-table .cart-brand-summary-row {
  border-top: none;
}

.cart-table .cart-brand-summary-row td {
  background: transparent;
}

.cart-table .cart-brand-summary-wrap {
  margin-top: 8px;
  padding: 8px;
  border-radius: 6px;
  border: 1px dashed #e2e8f0;
  background: #f8fafc;
}

.cart-table .cart-brand-subtotal {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #cbd5e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cart-table .cart-brand-subtotal-label {
  font-size: 11px;
  font-weight: 600;
  color: #475569;
}

.ltr .cart-table .cart-brand-subtotal-price {
  text-align: right;
}

.rtl .cart-table .cart-brand-subtotal-price {
  text-align: left;
}

.cart-table .cart-brand-subtotal-old {
  font-size: 9px;
  color: #94a3b8;
  text-decoration: line-through;
  display: block;
}

.ltr .cart-table .cart-brand-subtotal-old {
  margin-right: 0;
}

.rtl .cart-table .cart-brand-subtotal-old {
  margin-left: 0;
}

.cart-table .cart-brand-subtotal-final {
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}

.cart-table .cart-platform-voucher-cell {
  padding: 8px 0;
}

.cart-table .cart-platform-voucher-inner {
  padding: 0 8px;
}

.cart-table .product-price {
  color: var(--color-black);
  font-size: 12px;
}

.cart-table .product-price.skeleton {
  height: 24px;
  width: 100px;
  border-radius: 6px;
}

.cart-table .number-picker.skeleton {
  height: 24px;
  width: 50px;
  border-radius: 6px;
}

@media screen and (min-width: 1281px) {
  .cart-table.cart-table-skeleton thead th:nth-child(2),
  .cart-table.cart-table-skeleton tbody td:nth-child(2) {
    width: 605px;
  }

  .cart-table thead th:nth-child(2),
  .cart-table tbody td:nth-child(2) {
    width: 605px;
  }

  .cart-table td > label {
    display: none;
  }

  .cart-table .cart-brand-row td,
  .cart-table .cart-item-row td,
  .cart-table .cart-brand-summary-row td {
    border-radius: 0;
  }
}

@media screen and (max-width: 1280px) {
  .cart-table {
    border-spacing: 0;
  }

  .cart-table.cart-table-skeleton tr td:nth-child(3), .cart-table.cart-table-skeleton tr td:nth-child(4), .cart-table.cart-table-skeleton tr td:nth-child(5) {
    padding-top: 2px !important;
  }

  .cart-table thead th:nth-child(2),
  .cart-table tbody td:nth-child(2) {
    width: 100%;
  }

  .ltr .cart-table thead th:nth-child(2),
  .ltr .cart-table tbody td:nth-child(2) {
    padding-left: 0;
  }

  .rtl .cart-table thead th:nth-child(2),
  .rtl .cart-table tbody td:nth-child(2) {
    padding-right: 0;
  }

  .cart-table .cart-brand-subtotal {
    align-items: flex-end;
    flex-direction: column;
    gap: 6px;
  }

  .cart-table .cart-brand-subtotal-label {
    font-size: 14px;
  }

  .cart-table .cart-brand-subtotal-final {
    font-size: 18px;
  }

  .cart-table thead {
    display: none;
  }

  .cart-table tr:first-child td:nth-child(3), .cart-table tr:first-child td:nth-child(4), .cart-table tr:first-child td:nth-child(5) {
    padding-top: 2px;
  }

  .cart-table tbody td {
    vertical-align: top;
  }

  .cart-table tbody td:not(:first-child):not(:last-child) {
    display: flex;
  }

  .cart-table tbody td:not(:first-child):not(:last-child) label,
  .cart-table tbody td:not(:first-child):not(:last-child) span {
    font-size: 13px;
    line-height: 1.7;
  }

  .cart-table tbody td:nth-child(2) {
    padding: 20px 0 11px;
    flex-direction: column;
  }

  .cart-table tbody td:nth-child(3) {
    padding: 0px 0 1px 0;
    white-space: nowrap;
  }

  .cart-table tbody td:nth-child(4) {
    padding: 0px 0 1px 0;
    white-space: nowrap;
  }

  .cart-table tbody td:nth-child(5) {
    padding: 0px 0 13px;
    white-space: nowrap;
  }

  .cart-table tbody td:last-child {
    min-width: unset;
    width: 70px;
  }

  .cart-table td > label {
    width: 90px;
    min-width: 90px;
    margin-bottom: 0;
    color: var(--color-gray);
    white-space: pre-wrap;
  }

  .ltr .cart-table td > label {
    padding-right: 5px;
  }

  .rtl .cart-table td > label {
    padding-left: 5px;
  }

  .cart-table .product-name .skeleton {
    height: 20px;
  }

  .cart-table .product-name .skeleton:first-child {
    margin-bottom: 8px;
  }

  .cart-table .product-price {
    display: inline-flex;
  }

  .cart-table .product-price.skeleton {
    height: 16px;
    border-radius: 5px;
  }

  .cart-table .number-picker.skeleton {
    height: 16px;
    border-radius: 5px;
  }

  .cart-table .cart-variant-select {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .cart-table tbody tr td:not(:first-child):not(:last-child) input,
  .cart-table tbody tr td:not(:first-child):not(:last-child) span,
  .cart-table tbody tr td:not(:first-child):not(:last-child) label {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .cart-items-panel {
    padding: 10px;
  }

  .cart-items-panel .item-image {
    width: 44px;
    height: 44px;
  }

  .cart-table tbody td {
    padding-left: 7px;
    padding-right: 7px;
  }

  .cart-table tbody td:first-child {
    min-width: 85px;
    width: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-table tbody td:last-child {
    width: 50px;
  }

  .cart-table tbody td > label {
    width: 80px;
    min-width: 80px;
  }

  .cart-table .cart-brand-summary-wrap,
  .cart-table .cart-platform-voucher-inner,
  .cart-table .cart-brand-row-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-table .cart-brand-subtotal-final {
    font-size: 17px;
  }
}