.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-red);
  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: 100%;
  margin-bottom: 30px;
}

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

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

.order-summary {
  padding: 25px 30px;
  background: var(--color-white-dark);
  border-radius: var(--radius-default);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--color-gray-lite);
}

.order-summary-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

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

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

.order-summary-list li label {
  color: var(--color-gray-dark);
  font-size: 14px;
}

.order-summary-total {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid var(--color-gray-lite);
}

.order-summary-total label {
  font-size: 16px;
  font-weight: var(--font-semibold);
  color: var(--color-black);
  margin-bottom: 0;
}

.order-summary-total span {
  font-size: 18px;
  font-weight: var(--font-bold);
  color: var(--color-primary);
}

@media screen and (max-width: 991px) {
  .order-summary-wrap {
    width: 100%;
    margin-top: 20px;
  }

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

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

  .order-summary {
    padding: 20px 25px;
  }
}

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

.cart {
  display: flex;
  align-items: flex-start;
  position: relative;
}

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

.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;
}

.cart-inner {
  flex-grow: 1;
}

.ltr .cart-inner {
  padding-right: 15px;
}

.rtl .cart-inner {
  padding-left: 15px;
}

@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 {
    flex-direction: column;
    align-items: unset;
    position: unset;
  }

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

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

.cart .table-responsive {
  border: 1px solid var(--color-gray-lite);
  border-radius: var(--radius-default);
}

.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 th {
  white-space: nowrap;
}

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

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

.cart-table .product-image {
  height: 60px;
  width: 60px;
  border-radius: var(--radius-default);
  overflow: hidden;
  border: 1px solid var(--color-gray-lite);
}

.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-weight: var(--font-medium);
  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: 4px 0 1px;
}

.cart-table .product-price {
  color: var(--color-black);
}

.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;
  }
}

@media screen and (max-width: 1280px) {
  .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 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;
  }
}

@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-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;
  }
}
/* Luxury Cart Styling */
body {
  background-color: #f6f3fb;
  /* Light luxury background matching cart page */
}

.luxury-cart-banner {
  position: relative;
  background-size: 100% 85%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -16px;
}

.luxury-cart-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(246, 243, 251) 100%);
  z-index: 1;
}

.luxury-cart-banner .container {
  position: relative;
  z-index: 2;
}

.luxury-cart-banner .title {
  font-family: "Georgia", serif;
  font-size: 38px;
  font-weight: 700;
  color: #1a174c;
  margin-bottom: 10px;
}

.luxury-cart-banner .divider {
  color: #7038bb;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury-cart-banner .divider::before, .luxury-cart-banner .divider::after {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #7038bb;
  margin: 0 10px;
}

.luxury-cart-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
}

.luxury-cart-banner .breadcrumb li a {
  color: #6b7280;
  text-decoration: none;
}

.luxury-cart-banner .breadcrumb li.active {
  color: #7038bb;
  font-weight: 600;
}

.cart-wrap {
  margin-top: -50px;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}

.cart-wrap .cart {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cart-wrap .cart .cart-inner {
  flex: 1 1 60%;
  min-width: 0;
}

.cart-wrap .cart .cart-sidebar {
  flex: 0 0 350px;
  max-width: 350px;
  margin-top: 0;
}

/* Luxury Cart Items */
.luxury-cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.luxury-cart-item-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.luxury-cart-item-card .item-image {
  flex: 0 0 120px;
  height: 120px;
}

.luxury-cart-item-card .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.luxury-cart-item-card .item-details {
  flex: 1;
  min-width: 0;
}

.luxury-cart-item-card .item-details .item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.luxury-cart-item-card .item-details .item-header .product-name {
  font-family: "Georgia", serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a174c;
  text-decoration: none;
  line-height: 1.3;
}

.ltr .luxury-cart-item-card .item-details .item-header .product-name {
  margin-right: 15px;
}

.rtl .luxury-cart-item-card .item-details .item-header .product-name {
  margin-left: 15px;
}

.luxury-cart-item-card .item-details .item-header .btn-remove-item {
  background: #fff0f0;
  color: #f15252;
  border: none;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.luxury-cart-item-card .item-details .item-header .btn-remove-item:hover {
  background: #ffe0e0;
}

.luxury-cart-item-card .item-details .item-pricing-grid {
  display: flex;
  margin-top: 15px;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-labels {
  flex: 0 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-labels .pricing-label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.2;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.ltr .luxury-cart-item-card .item-details .item-pricing-grid .pricing-values {
  padding-left: 20px;
  border-left: 1px dashed #cbd5e1;
}

.rtl .luxury-cart-item-card .item-details .item-pricing-grid .pricing-values {
  padding-right: 20px;
  border-right: 1px dashed #cbd5e1;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .pricing-value {
  font-size: 14px;
  font-weight: 700;
  color: #1a174c;
  display: flex;
  align-items: center;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .pricing-value.option-val {
  font-weight: 600;
  font-size: 13px;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .pricing-value.total-price {
  color: #7038bb;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .qty-picker-wrap .qty-picker {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  height: 32px;
  width: 90px;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .qty-picker-wrap .qty-picker .qty-btn {
  background: transparent;
  border: none;
  width: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7038bb;
  font-size: 12px;
  cursor: pointer;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .qty-picker-wrap .qty-picker .qty-btn:disabled {
  color: #cbd5e1;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .qty-picker-wrap .qty-picker .qty-input {
  width: 34px;
  text-align: center;
  border: none;
  border-left: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1a174c;
  padding: 0;
}

.luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .qty-picker-wrap .qty-picker .qty-input:focus {
  outline: none;
}

/* Luxury Summary */
.luxury-order-summary {
  background: #fcfaff;
  border-radius: 16px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(112, 56, 187, 0.05);
}

.luxury-order-summary .summary-bg-icon {
  position: absolute;
  top: -10px;
  font-size: 120px;
  color: rgba(112, 56, 187, 0.03);
  z-index: 0;
}

.ltr .luxury-order-summary .summary-bg-icon {
  right: 10px;
}

.rtl .luxury-order-summary .summary-bg-icon {
  left: 10px;
}

.luxury-order-summary .summary-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.luxury-order-summary .summary-header .summary-icon {
  width: 40px;
  height: 40px;
  background: #7038bb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.luxury-order-summary .summary-header .section-title {
  font-family: "Georgia", serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a174c;
  margin: 0;
}

.luxury-order-summary .summary-divider {
  color: #b19cd9;
  font-size: 16px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.luxury-order-summary .summary-divider::before, .luxury-order-summary .summary-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e6ddf5;
  margin: 0 10px;
}

.ltr .luxury-order-summary .summary-divider::before {
  margin-left: 0;
}

.rtl .luxury-order-summary .summary-divider::before {
  margin-right: 0;
}

.ltr .luxury-order-summary .summary-divider::after {
  margin-right: 0;
}

.rtl .luxury-order-summary .summary-divider::after {
  margin-left: 0;
}

.luxury-order-summary .summary-details {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.luxury-order-summary .summary-details .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.luxury-order-summary .summary-details .summary-row .summary-label {
  font-size: 14px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 10px;
}

.luxury-order-summary .summary-details .summary-row .summary-label .badge {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}

.luxury-order-summary .summary-details .summary-row .summary-label .badge.badge-success {
  background: #ecfdf5;
  color: #10b981;
}

.luxury-order-summary .summary-details .summary-row .summary-val {
  font-size: 15px;
  font-weight: 600;
  color: #1a174c;
}

.luxury-order-summary .summary-details .summary-row .summary-val.discount-val {
  color: #10b981;
}

.luxury-order-summary .summary-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  border-top: 1px dashed #b19cd9;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.luxury-order-summary .summary-total .total-label-wrap {
  display: flex;
  flex-direction: column;
}

.luxury-order-summary .summary-total .total-label-wrap .total-label {
  font-size: 18px;
  font-weight: 700;
  color: #1a174c;
}

.luxury-order-summary .summary-total .total-label-wrap .total-inclusive {
  font-size: 12px;
  color: #6b7280;
}

.luxury-order-summary .summary-total .total-val {
  font-size: 26px;
  font-weight: 700;
  color: #7038bb;
}

.luxury-order-summary .summary-actions {
  position: relative;
  z-index: 1;
}

.luxury-order-summary .summary-actions .btn-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background: #7038bb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  gap: 10px;
  transition: all 0.3s;
}

.luxury-order-summary .summary-actions .btn-checkout:hover {
  background: #5b2da1;
}

.ltr .luxury-order-summary .summary-actions .btn-checkout .icon-right {
  margin-left: auto;
}

.rtl .luxury-order-summary .summary-actions .btn-checkout .icon-right {
  margin-right: auto;
}

.trust-badges {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}

.trust-badges .trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.trust-badges .trust-badge-item i {
  font-size: 24px;
  color: #7038bb;
  margin-bottom: 5px;
}

.trust-badges .trust-badge-item .trust-text {
  display: flex;
  flex-direction: column;
}

.trust-badges .trust-badge-item .trust-text strong {
  font-size: 11px;
  color: #1a174c;
  margin-bottom: 2px;
}

.trust-badges .trust-badge-item .trust-text span {
  font-size: 9px;
  color: #6b7280;
}

.pre-footer-image {
  line-height: 0;
}

@media (max-width: 991px) {
  .cart-wrap .cart {
    flex-direction: column;
  }

  .cart-wrap .cart .cart-sidebar {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .luxury-cart-item-card {
    padding: 15px;
    gap: 15px;
  }

  .luxury-cart-item-card .item-image {
    flex: 0 0 80px;
    height: 80px;
  }

  .luxury-cart-item-card .item-details .item-header {
    flex-direction: column;
    gap: 5px;
  }

  .luxury-cart-item-card .item-details .item-header .btn-remove-item {
    position: absolute;
    top: 15px;
  }

  .ltr .luxury-cart-item-card .item-details .item-header .btn-remove-item {
    right: 15px;
  }

  .rtl .luxury-cart-item-card .item-details .item-header .btn-remove-item {
    left: 15px;
  }

  .luxury-cart-item-card .item-details .item-header .product-name {
    font-size: 15px;
  }

  .ltr .luxury-cart-item-card .item-details .item-header .product-name {
    padding-right: 30px;
  }

  .rtl .luxury-cart-item-card .item-details .item-header .product-name {
    padding-left: 30px;
  }

  .luxury-cart-item-card .item-details .item-pricing-grid .pricing-labels {
    flex: 0 0 80px;
  }

  .luxury-cart-item-card .item-details .item-pricing-grid .pricing-labels .pricing-label {
    font-size: 11px;
  }

  .ltr .luxury-cart-item-card .item-details .item-pricing-grid .pricing-values {
    padding-left: 15px;
  }

  .rtl .luxury-cart-item-card .item-details .item-pricing-grid .pricing-values {
    padding-right: 15px;
  }

  .luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .pricing-value {
    font-size: 12px;
  }

  .luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .pricing-value.total-price {
    font-size: 14px;
  }

  .luxury-cart-item-card .item-details .item-pricing-grid .pricing-values .qty-picker-wrap .qty-picker {
    width: 80px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .cart-wrap {
    margin-top: 0px !important;
  }
}