/* WebinarSphere — Shopping cart */
body.ws-cart-page {
  font-family: var(--ws-sans, "Manrope", system-ui, sans-serif);
  color: var(--ws-ink, #162a25);
  background: #f7f3ea;
}
body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page {
  max-width: none;
  width: 100%;
  padding: 20px 0 72px;
  background:
    url("../image/ws/ws-leaf-cluster.png") right -80px top -40px / 260px no-repeat,
    #f7f3ea;
  overflow: visible;
}
body.ws-cart-page #checkout-cart.mw-cart-page .container {
  max-width: 1280px;
}
body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-crumbs a,
body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-crumbs span {
  color: #3d4a46;
}
body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-crumbs em {
  color: #0a362d;
}
body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page h1 {
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: #0a362d !important;
}
body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-head p {
  color: #6b7380 !important;
}

body.ws-cart-page .mw-cart-card,
body.ws-cart-page .mw-cart-summary,
body.ws-cart-page .mw-cart-perk,
body.ws-cart-page .mw-cart-empty {
  background: #fffdf8;
  border: 1px solid rgba(20,42,37,.08);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(26,45,39,.05);
}
body.ws-cart-page .mw-cart-thead { color: #8a938d; }
body.ws-cart-page .mw-cart-row {
  border-top-color: rgba(20,42,37,.08);
}
body.ws-cart-page.mw-premium #shopping-cart .mw-cart-remove {
  background: #c45c4a !important;
}
body.ws-cart-page .mw-cart-thumb { background: #e4eee6; border-radius: 12px; }
body.ws-cart-page .mw-cart-copy a {
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif) !important;
  color: #0a362d !important;
}
body.ws-cart-page .mw-cart-price,
body.ws-cart-page .mw-cart-line-total {
  color: #0a362d;
}
body.ws-cart-page .mw-cart-line-total { color: #8b5e3c; }
body.ws-cart-page .mw-cart-stepper {
  border-color: rgba(20,42,37,.12);
  border-radius: 999px;
  background: #fffdf8;
}
body.ws-cart-page .mw-cart-stepper button {
  background: #f7f3ea;
  color: #0a362d;
}
body.ws-cart-page.mw-premium #shopping-cart .mw-cart-stepper .form-control {
  border-color: rgba(20,42,37,.1);
  color: #0a362d;
  background: #fffdf8;
}
body.ws-cart-page.mw-premium #shopping-cart .mw-cart-update {
  color: #8b5e3c !important;
}
body.ws-cart-page .mw-cart-modules {
  border-top-color: rgba(20,42,37,.08);
}

body.ws-cart-page.mw-premium #shopping-cart #input-coupon {
  border-color: rgba(20,42,37,.12);
  border-radius: 999px;
  background: #f7f3ea;
  color: #0a362d;
}
body.ws-cart-page.mw-premium #shopping-cart #form-coupon .fa-tag { color: #8b5e3c; }
body.ws-cart-page.mw-premium #shopping-cart .coupon-body .btn {
  border-radius: 999px !important;
}
body.ws-cart-page.mw-premium #shopping-cart .coupon-body .btn-primary {
  background: #0a362d !important;
  border-color: #0a362d !important;
  color: #fff !important;
}
body.ws-cart-page.mw-premium #shopping-cart .coupon-body .btn-primary:hover {
  background: #145246 !important;
}
body.ws-cart-page.mw-premium #shopping-cart .coupon-body .btn-danger {
  background: #fffdf8 !important;
  border: 1.5px solid #c45c4a !important;
  color: #c45c4a !important;
}

body.ws-cart-page .mw-cart-perk i {
  background: #f3ead6;
  color: #8b5e3c;
  border-radius: 50%;
}
body.ws-cart-page .mw-cart-perk strong { color: #0a362d; }

body.ws-cart-page .mw-cart-secure {
  color: #0a362d !important;
}
body.ws-cart-page .mw-cart-secure i { color: #8b5e3c; }
body.ws-cart-page .mw-cart-summary h2 {
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  color: #0a362d;
}
body.ws-cart-page .mw-cart-summary h2 i { color: #8b5e3c; }
body.ws-cart-page .mw-cart-sum-row {
  border-bottom-color: rgba(20,42,37,.08);
  color: #3d4a46;
}
body.ws-cart-page .mw-cart-sum-row b,
body.ws-cart-page .mw-cart-sum-row.is-total {
  color: #0a362d;
}
body.ws-cart-page .mw-cart-sum-row.is-total b { color: #8b5e3c; }

body.ws-cart-page.mw-premium #shopping-cart .mw-cart-checkout,
body.ws-cart-page.mw-premium #checkout-cart .mw-cart-checkout {
  background: #0a362d !important;
  border-radius: 999px !important;
  color: #fff !important;
}
body.ws-cart-page.mw-premium #shopping-cart .mw-cart-checkout:hover,
body.ws-cart-page.mw-premium #checkout-cart .mw-cart-checkout:hover {
  background: #145246 !important;
}
body.ws-cart-page.mw-premium #shopping-cart .mw-cart-continue {
  background: transparent !important;
  border: 1.5px solid rgba(10,54,45,.22) !important;
  border-radius: 999px !important;
  color: #0a362d !important;
}
body.ws-cart-page.mw-premium #shopping-cart .mw-cart-continue:hover {
  background: #f7f3ea !important;
}
body.ws-cart-page .mw-cart-pay span {
  background: #f3ead6;
  color: #0a362d;
}
body.ws-cart-page .mw-cart-empty i { color: #8b5e3c; }

@media (max-width: 991px) {
  body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page {
    padding: 12px 0 56px;
    background:
      url("../image/ws/ws-leaf-cluster.png") right -40px top -10px / 220px no-repeat,
      #f7f3ea;
  }
  body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-crumbs a i {
    color: #0a362d;
    font-size: 13px;
  }
  body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-head {
    margin-bottom: 16px;
  }
  body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page h1 {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.15;
    margin-bottom: 6px;
  }
  body.ws-cart-page.mw-premium #checkout-cart.mw-cart-page .mw-cart-head p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 28ch;
  }

  body.ws-cart-page .mw-cart-card {
    padding: 6px 16px 18px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(26, 45, 39, .06);
  }
  body.ws-cart-page .mw-cart-thead { display: none; }
  body.ws-cart-page .mw-cart-row {
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-areas:
      "remove item"
      ". price"
      ". qty"
      ". total";
    gap: 14px 10px;
    padding: 18px 0 8px;
    align-items: start;
    border-top: 0;
  }
  body.ws-cart-page .mw-cart-row + .mw-cart-row {
    border-top: 1px solid rgba(20, 42, 37, .08);
    padding-top: 18px;
  }
  body.ws-cart-page .mw-cart-remove { grid-area: remove; margin-top: 8px; }
  body.ws-cart-page .mw-cart-item { grid-area: item; gap: 12px; align-items: flex-start; }
  body.ws-cart-page .mw-cart-thumb {
    flex: 0 0 68px;
    width: 68px;
    height: 52px;
    border-radius: 10px;
  }
  body.ws-cart-page .mw-cart-copy a {
    font-size: 15px !important;
    line-height: 1.3;
  }
  body.ws-cart-page .mw-cart-copy small {
    margin-top: 4px;
    font-size: 13px;
    color: #8a938d;
  }
  body.ws-cart-page .mw-cart-price,
  body.ws-cart-page .mw-cart-qty-wrap,
  body.ws-cart-page .mw-cart-line-total {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-align: left;
    min-height: 28px;
  }
  body.ws-cart-page .mw-cart-price { grid-area: price; padding-top: 4px; }
  body.ws-cart-page .mw-cart-qty-wrap { grid-area: qty; align-items: flex-start; }
  body.ws-cart-page .mw-cart-line-total { grid-area: total; }
  body.ws-cart-page .mw-cart-price::before,
  body.ws-cart-page .mw-cart-qty-wrap::before,
  body.ws-cart-page .mw-cart-line-total::before {
    content: attr(data-label);
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8a938d;
  }
  body.ws-cart-page .mw-cart-qty-wrap::before {
    padding-top: 10px;
  }
  body.ws-cart-page .mw-cart-price,
  body.ws-cart-page .mw-cart-line-total {
    font-size: 16px;
    font-weight: 800;
  }
  body.ws-cart-page .mw-cart-line-total {
    font-size: 17px;
  }
  body.ws-cart-page .mw-cart-qty {
    align-items: flex-end;
    gap: 6px;
  }
  body.ws-cart-page .mw-cart-stepper {
    border-radius: 999px;
    overflow: hidden;
    background: #f3ead6;
    border-color: transparent;
  }
  body.ws-cart-page .mw-cart-stepper button {
    width: 36px;
    height: 38px;
    background: #f3ead6;
  }
  body.ws-cart-page.mw-premium #shopping-cart .mw-cart-stepper .form-control {
    width: 40px;
    height: 38px;
    text-align: center;
    font-weight: 700;
    background: #fffdf8;
    border-color: transparent;
  }
  body.ws-cart-page.mw-premium #shopping-cart .mw-cart-update {
    font-size: 12px !important;
    font-weight: 700;
    padding: 0;
    background: none;
    border: 0;
    color: #8b5e3c !important;
  }

  body.ws-cart-page .mw-cart-modules {
    margin-top: 10px;
    padding-top: 18px;
  }
  body.ws-cart-page.mw-premium #shopping-cart .coupon-body {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  body.ws-cart-page.mw-premium #shopping-cart #form-coupon {
    flex: 1 1 auto;
    width: 100% !important;
  }
  body.ws-cart-page.mw-premium #shopping-cart #input-coupon {
    height: 48px;
    border-radius: 999px;
    background: #f3ead6;
    border-color: transparent;
    padding-left: 40px !important;
    box-shadow: none;
  }
  body.ws-cart-page.mw-premium #shopping-cart .coupon-body .text-end {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body.ws-cart-page.mw-premium #shopping-cart .coupon-body .btn {
    flex: none;
    width: 100% !important;
    height: 48px;
    border-radius: 999px !important;
    white-space: nowrap;
    font-size: 14px !important;
  }
  body.ws-cart-page.mw-premium #shopping-cart .coupon-body .btn-danger {
    border: 1.5px solid #c45c4a !important;
    color: #c45c4a !important;
    background: #fffdf8 !important;
  }

  body.ws-cart-page .mw-cart-perks {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }
  body.ws-cart-page .mw-cart-perk {
    border-radius: 18px;
    padding: 14px 16px;
  }
  body.ws-cart-page .mw-cart-secure {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
  }
  body.ws-cart-page .mw-cart-summary {
    border-radius: 22px;
    padding: 18px 16px;
  }
  body.ws-cart-page .mw-cart-summary h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  body.ws-cart-page.mw-premium #shopping-cart .mw-cart-checkout,
  body.ws-cart-page.mw-premium #checkout-cart .mw-cart-checkout,
  body.ws-cart-page.mw-premium #shopping-cart .mw-cart-continue {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
  }
  body.ws-cart-page .mw-cart-pay {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12px;
  }
}
