/* ==========================================================================
   Cart Page
   ========================================================================== */

body.checkout-cart-index .page-wrapper {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background-color: var(--site-bg);
  background-image:
    linear-gradient(rgba(43, 209, 128, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 209, 128, 0.022) 1px, transparent 1px);
  background-size: 42px 42px;
  background-attachment: fixed;
}

@supports not (overflow: clip) {
  body.checkout-cart-index .page-wrapper {
    overflow-x: hidden;
  }
}

body.checkout-cart-index .page-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(43, 209, 128, 0.22) 0px, rgba(43, 209, 128, 0) 68%);
  background-size: 800px 700px;
  background-position: -420px 0;
  background-repeat: no-repeat;
}

body.checkout-cart-index .page-wrapper::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 150px;
  width: 800px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(43 255 151 / 22%) 0px, rgb(43 209 128 / 0%) 68%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.58;
  transform: translateX(50%);
}

@media (max-width: 767px) {
  body.checkout-cart-index .page-wrapper::before {
    display: none;
  }
}

.checkout-cart-index .column.main .block .title {
  padding: 0 !important;
  background: transparent !important;
}

.checkout-cart-index .column.main .block:not(.crosssell) .content {
  padding: 20px 0 !important;
}

.checkout-cart-index .cart-container .checkout-methods-items .action.checkout {
  --rr-btn-font-size: 16px;
}

.checkout-cart-index .cart-container .action.apply,
.checkout-cart-index .cart-container .action.update,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout {
  color: #000 !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 244, 244, 0.92) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.16),
    0 10px 24px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -1px 0 rgba(0, 0, 0, 0.08) !important;
  text-decoration: none !important;
  text-shadow: none;
}

.checkout-cart-index .cart-container .action.apply::before,
.checkout-cart-index .cart-container .action.update::before,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout::before {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 0, 0, 0.12),
    transparent
  );
}

.checkout-cart-index .cart-container .action.apply:hover,
.checkout-cart-index .cart-container .action.update:hover,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout:hover {
  color: #000 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 0.96) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.26),
    0 14px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
  filter: none;
}

.checkout-cart-index .cart-container .action.apply:active,
.checkout-cart-index .cart-container .action.update:active,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout:active {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 4px 12px rgba(0, 0, 0, 0.14),
    inset 0 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.checkout-cart-index .cart-container .action.apply:focus-visible,
.checkout-cart-index .cart-container .action.update:focus-visible,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout:focus-visible {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 0 4px rgba(255, 255, 255, 0.14),
    0 12px 28px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.84) !important;
}

.checkout-cart-index .cart-container .action.apply:disabled,
.checkout-cart-index .cart-container .action.apply[disabled],
.checkout-cart-index .cart-container .action.update:disabled,
.checkout-cart-index .cart-container .action.update[disabled],
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout:disabled,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout[disabled] {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(222, 222, 222, 0.72) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.checkout-cart-index .cart-container .action.apply:disabled::before,
.checkout-cart-index .cart-container .action.apply[disabled]::before,
.checkout-cart-index .cart-container .action.update:disabled::before,
.checkout-cart-index .cart-container .action.update[disabled]::before,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout:disabled::before,
.checkout-cart-index .cart-container .checkout-methods-items .action.checkout[disabled]::before {
  display: none;
}
.cart-container .cart-summary {
   background: var(--panel-bg) !important;
   padding: 30px !important;
   border-radius: var(--border-radius-lg) !important;
}

.checkout-cart-index #cart-totals,
.checkout-cart-index .cart-container .cart-totals {
  padding: 0 !important;
}

.checkout-cart-index #cart-totals .rr-cart-totals-shell {
  margin: 0;
  overflow: visible;
}

.checkout-cart-index #cart-totals .rr-cart-totals-caption {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.checkout-cart-index #cart-totals .rr-cart-totals-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.checkout-cart-index #cart-totals .rr-cart-total-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-cart-index #cart-totals .rr-cart-totals-list > .rr-cart-total-row:first-child {
  padding-top: 0;
}

.checkout-cart-index #cart-totals .rr-cart-totals-list > .rr-cart-total-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.checkout-cart-index #cart-totals .rr-cart-total-label {
  min-width: 0;
}

.checkout-cart-index #cart-totals .rr-cart-total-amount {
  text-align: right;
  white-space: nowrap;
  align-self: center;
}

.checkout-cart-index #cart-totals .rr-cart-total-title,
.checkout-cart-index #cart-totals .rr-cart-total-note,
.checkout-cart-index #cart-totals .rr-cart-total-meta {
  display: block;
}

.checkout-cart-index #cart-totals .rr-cart-total-title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.checkout-cart-index #cart-totals .rr-cart-total-note {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.35;
}

.checkout-cart-index #cart-totals .rr-cart-total-meta {
  margin-top: 6px;
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
}

.checkout-cart-index #cart-totals .rr-cart-total-amount .price,
.checkout-cart-index #cart-totals .rr-cart-total-amount .not-calculated {
  display: inline-block;
  color: var(--main-color);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
}

.checkout-cart-index #cart-totals .rr-cart-total-row--discount .rr-cart-total-note {
  color: rgba(130, 255, 182, 0.7);
}

.checkout-cart-index #cart-totals .rr-cart-total-row--tax-detail {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
}

.checkout-cart-index #cart-totals .rr-cart-total-row--tax-detail .rr-cart-total-title,
.checkout-cart-index #cart-totals .rr-cart-total-row--tax-detail .rr-cart-total-amount .price,
.checkout-cart-index #cart-totals .rr-cart-total-row--tax-detail .rr-cart-total-amount .not-calculated {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
}

.checkout-cart-index #cart-totals .rr-cart-total-row--tax .rr-cart-total-title--toggle {
  position: relative;
  padding-right: 18px;
  cursor: pointer;
}

.checkout-cart-index #cart-totals .rr-cart-total-row--tax .rr-cart-total-title--toggle::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.checkout-cart-index #cart-totals .totals-tax-summary.expanded .rr-cart-total-title--toggle::after {
  transform: rotate(225deg);
}

.checkout-cart-index #cart-totals .totals-tax-details {
  display: none;
}

.checkout-cart-index #cart-totals .totals-tax-details.shown {
  display: grid;
}

.checkout-cart-index #cart-totals .rr-cart-total-row--grand {
  margin-top: 10px;
  color: var(--main-color) !important;
  margin-bottom: 10px;
}

.checkout-cart-index #cart-totals .rr-cart-total-row--grand .rr-cart-total-title,
.checkout-cart-index #cart-totals .rr-cart-total-row--grand .rr-cart-total-strong {
  color: var(--text-strong-color);
  font-size: 18px;
  font-weight: 700;
}

.checkout-cart-index #cart-totals .rr-cart-total-row--grand .price {
  font-size: 22px;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .checkout-cart-index .cart-container .cart-summary {
    padding: 22px !important;
  }

  .checkout-cart-index #cart-totals .rr-cart-total-row {
    gap: 12px;
    padding: 12px 0;
  }

  .checkout-cart-index #cart-totals .rr-cart-total-title {
    font-size: 14px;
  }

  .checkout-cart-index #cart-totals .rr-cart-total-meta,
  .checkout-cart-index #cart-totals .rr-cart-total-note {
    font-size: 12px;
  }

  .checkout-cart-index #cart-totals .rr-cart-total-amount .price,
  .checkout-cart-index #cart-totals .rr-cart-total-amount .not-calculated {
    font-size: 17px;
  }

  .checkout-cart-index #cart-totals .rr-cart-total-row--grand {
    margin-top: 8px;
    padding: 16px 16px 14px;
    border-radius: 16px;
  }

  .checkout-cart-index #cart-totals .rr-cart-total-row--grand .rr-cart-total-title,
  .checkout-cart-index #cart-totals .rr-cart-total-row--grand .rr-cart-total-strong {
    font-size: 17px;
  }

  .checkout-cart-index #cart-totals .rr-cart-total-row--grand .price {
    font-size: 20px;
  }
}
.cart.table-wrapper .product-item-name {
  color: var(--text-strong-color) !important;
}
.weee[data-label], .minimal-price-link, .price-excluding-tax, .price-including-tax {
  color: var(--text-color) !important;
}
