body.woocommerce-cart {
  --ng-cart-bg: #ffffff;
  --ng-cart-card: #ffffff;
  --ng-cart-card-soft: #f7f9fc;
  --ng-cart-ink: #11161f;
  --ng-cart-accent: #10161f;
  --ng-cart-accent-hover: #1a2230;
  --ng-cart-price-old: #232a3b;
  --ng-cart-price-sale: #ff4f78;
  --ng-cart-muted: #677081;
  --ng-cart-link: #232a3b;
  --ng-cart-link-hover: #ff4f78;
  --ng-cart-line: rgba(17, 22, 31, 0.08);
  --ng-cart-line-strong: rgba(17, 22, 31, 0.14);
  --ng-cart-price: #11161f;
  --ng-cart-shadow-soft: 0 10px 22px rgba(16, 26, 44, 0.08);
  --ng-cart-radius-xl: 18px;
  --ng-cart-radius-lg: 14px;
  --ng-cart-radius-md: 12px;
  --ng-cart-focus: rgba(255, 79, 120, 0.12);
}

body.woocommerce-cart #Content {
  background: var(--ng-cart-bg);
}

body.woocommerce-cart .mfn-cart-step {
  padding: 16px 0 40px;
}

body.woocommerce-cart .mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) {
  display: block !important;
  width: min(1360px, 100%);
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

body.woocommerce-cart .mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) > .ng-cart-shell {
  display: block !important;
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
}

body.woocommerce-cart .mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) > .woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 22px;
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message {
  border: 1px solid var(--ng-cart-line);
  border-radius: var(--ng-cart-radius-lg);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

body.woocommerce-cart .ng-cart-shell {
  padding: 26px 30px 30px;
  border: 1px solid var(--ng-cart-line);
  border-radius: var(--ng-cart-radius-xl);
  background: var(--ng-cart-card);
  box-shadow: var(--ng-cart-shadow-soft);
  box-sizing: border-box;
  max-width: 100%;
}

body.woocommerce-cart .ng-cart-shell__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ng-cart-line);
}

body.woocommerce-cart .ng-cart-shell__count,
body.woocommerce-cart .ng-cart-shell__meta {
  margin: 0;
  color: var(--ng-cart-ink);
}

body.woocommerce-cart .ng-cart-shell__count {
  font-size: 16px;
  line-height: 1.45;
}

body.woocommerce-cart .ng-cart-shell__meta {
  color: var(--ng-cart-muted);
  font-size: 15px;
  line-height: 1.45;
  text-align: right;
}

body.woocommerce-cart .ng-cart-shell > .woocommerce-cart-form,
body.woocommerce-cart .ng-cart-shell > .cart-collaterals {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  flex-basis: 100% !important;
  margin: 0 !important;
  margin-left: 0 !important;
  float: none !important;
}

body.woocommerce-cart .woocommerce-cart-form {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-cart .woocommerce-cart-form__contents {
  width: 100% !important;
}

body.woocommerce-cart .woocommerce table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

body.woocommerce-cart .woocommerce table.shop_table.cart th,
body.woocommerce-cart .woocommerce table.shop_table.cart td {
  padding: 22px 0;
  border-color: var(--ng-cart-line);
  vertical-align: middle;
}

body.woocommerce-cart .woocommerce table.shop_table.cart th {
  color: var(--ng-cart-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.woocommerce-cart .woocommerce table.shop_table.cart th.product-overview,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name {
  text-align: left;
}

body.woocommerce-cart .woocommerce table.shop_table.cart th.product-price,
body.woocommerce-cart .woocommerce table.shop_table.cart th.product-quantity {
  width: 130px;
}

body.woocommerce-cart .woocommerce table.shop_table.cart th.product-subtotal {
  width: 130px;
  text-align: right;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail {
  width: 118px;
  padding-right: 18px;
}

body.woocommerce-cart .ng-cart-thumb {
  position: relative;
  width: 104px;
}

body.woocommerce-cart .ng-cart-thumb > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  padding: 10px;
  border-radius: var(--ng-cart-radius-lg);
  background: var(--ng-cart-card-soft);
  overflow: hidden;
}

body.woocommerce-cart .ng-cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-quantity,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal {
  color: var(--ng-cart-ink);
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name {
  padding-right: 28px;
  width: auto;
}

body.woocommerce-cart .ng-cart-product {
  display: block;
}

body.woocommerce-cart .ng-cart-product__details {
  min-width: 0;
}

body.woocommerce-cart .ng-cart-product__title,
body.woocommerce-cart .ng-cart-product__title a {
  color: var(--ng-cart-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.woocommerce-cart .ng-cart-product__meta {
  margin-top: 10px;
}

body.woocommerce-cart .ng-cart-product__meta .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
}

body.woocommerce-cart .ng-cart-product__meta .variation dt,
body.woocommerce-cart .ng-cart-product__meta .variation dd {
  float: none;
  margin: 0;
  line-height: 1.45;
}

body.woocommerce-cart .ng-cart-product__meta .variation dt {
  clear: none;
  color: var(--ng-cart-muted);
  font-size: 13px;
  font-weight: 500;
}

body.woocommerce-cart .ng-cart-product__meta .variation dd,
body.woocommerce-cart .ng-cart-product__meta .variation dd p {
  color: var(--ng-cart-ink);
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

body.woocommerce-cart .ng-cart-product__stock {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0;
  white-space: nowrap;
  color: var(--ng-cart-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

body.woocommerce-cart .ng-cart-product__stock::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  flex: 0 0 auto;
}

body.woocommerce-cart .ng-cart-product__stock.is-available {
  color: #11161f;
}

body.woocommerce-cart .ng-cart-product__stock.is-backorder {
  color: #966400;
}

body.woocommerce-cart .ng-cart-product__stock.is-unavailable {
  color: #b42318;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal {
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.3;
}

body.woocommerce-cart .ng-price-pair {
  display: inline-grid;
  gap: 4px;
  justify-items: end;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .ng-price-pair {
  justify-items: start;
}

body.woocommerce-cart .ng-price-pair__old {
  color: var(--ng-cart-price-old);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: line-through;
}

body.woocommerce-cart .ng-price-pair__old .woocommerce-Price-amount,
body.woocommerce-cart .ng-price-pair__old .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-price-pair__old .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-price-old) !important;
  font-size: 12px;
  font-weight: 600;
}

body.woocommerce-cart .woocommerce table.shop_table .ng-price-pair__old,
body.woocommerce-cart .woocommerce table.shop_table .ng-price-pair__old *,
body.woocommerce-cart .cart_totals .ng-price-pair__old,
body.woocommerce-cart .cart_totals .ng-price-pair__old * {
  color: var(--ng-cart-price-old) !important;
  text-decoration-color: var(--ng-cart-price-old) !important;
}

body.woocommerce-cart .ng-price-pair__new,
body.woocommerce-cart .ng-price-pair__current {
  color: var(--ng-cart-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

body.woocommerce-cart .ng-price-pair--discounted .ng-price-pair__new,
body.woocommerce-cart .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount,
body.woocommerce-cart .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-price-sale) !important;
}

body.woocommerce-cart .woocommerce table.shop_table .ng-price-pair--discounted .ng-price-pair__new,
body.woocommerce-cart .woocommerce table.shop_table .ng-price-pair--discounted .ng-price-pair__new *,
body.woocommerce-cart .cart_totals .ng-price-pair--discounted .ng-price-pair__new,
body.woocommerce-cart .cart_totals .ng-price-pair--discounted .ng-price-pair__new * {
  color: var(--ng-cart-price-sale) !important;
}

body.woocommerce-cart .ng-price-pair__current .woocommerce-Price-amount,
body.woocommerce-cart .ng-price-pair__current .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-price-pair__current .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-ink) !important;
  font-size: 16px;
  font-weight: inherit;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price {
  color: var(--ng-cart-ink);
  font-weight: 600;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal {
  color: var(--ng-cart-ink);
  font-weight: 700;
  text-align: right;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .woocommerce-Price-amount bdi,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .woocommerce-Price-currencySymbol,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .woocommerce-Price-amount bdi,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-ink) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .ng-price-pair--discounted .ng-price-pair__new,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount bdi,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-currencySymbol,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .ng-price-pair--discounted .ng-price-pair__new,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount bdi,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-price-sale) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-quantity,
body.woocommerce-cart .woocommerce table.shop_table.cart th.product-quantity {
  width: 136px;
  text-align: center;
}

body.woocommerce-cart .woocommerce .quantity {
  width: 122px;
  min-width: 122px;
  margin: 0 auto;
}

body.woocommerce-cart .woocommerce .quantity input.qty {
  min-height: 50px;
  padding: 10px 36px !important;
  border: 1px solid var(--ng-cart-line-strong);
  border-radius: 14px;
  background: #ffffff;
  color: var(--ng-cart-ink);
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

body.woocommerce-cart .woocommerce .quantity input.qty:focus {
  border-color: rgba(23, 25, 29, 0.22);
  box-shadow: 0 0 0 4px var(--ng-cart-focus);
}

body.woocommerce-cart .woocommerce .quantity a.quantity-change {
  top: 5px;
  width: 28px;
  height: calc(100% - 10px);
  color: var(--ng-cart-ink);
  font-size: 17px;
}

body.woocommerce-cart .woocommerce .quantity a.quantity-change:hover {
  background: rgba(17, 22, 31, 0.03);
}

body.woocommerce-cart .woocommerce .quantity a.quantity-change.minus {
  left: 6px;
}

body.woocommerce-cart .woocommerce .quantity a.quantity-change.plus {
  right: 6px;
}

body.woocommerce-cart .woocommerce .quantity a.quantity-change i {
  pointer-events: none;
}

body.woocommerce-cart .ng-cart-form__meta {
  display: none;
}

body.woocommerce-cart .ng-cart-update-wrap {
  display: none;
  grid-template-columns: minmax(0, 1fr) 130px 136px 130px;
  align-items: start;
  width: 100%;
  padding: 8px 0 20px;
}

body.woocommerce-cart .ng-cart-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
  grid-template-rows: auto auto;
  column-gap: 32px;
  row-gap: 18px;
  align-items: start;
  padding-top: 24px;
  border-top: 1px solid var(--ng-cart-line);
}

body.woocommerce-cart .ng-cart-footer > * {
  min-width: 0;
}

body.woocommerce-cart .ng-cart-footer__primary {
  display: contents;
  gap: 18px;
  min-width: 0;
  align-content: start;
}

body.woocommerce-cart .ng-cart-update-wrap__actions {
  display: flex;
  grid-column: 3;
  justify-content: center;
}

body.woocommerce-cart .ng-cart-update-button {
  display: none;
}

body.woocommerce-cart .woocommerce-cart-form.ng-cart-form--dirty .ng-cart-update-wrap {
  display: grid;
}

body.woocommerce-cart .woocommerce-cart-form.ng-cart-form--dirty .ng-cart-update-wrap .ng-cart-update-button {
  display: inline-flex;
}

body.woocommerce-cart .ng-cart-coupon {
  display: contents;
  gap: 18px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.woocommerce-cart .ng-cart-coupon__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  min-height: 46px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ng-cart-line);
}

body.woocommerce-cart .ng-cart-coupon__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-bottom: 0;
  border-bottom: 0;
  flex: 0 0 auto;
}

body.woocommerce-cart .ng-cart-coupon__title-row .ng-coupon-chip-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

body.woocommerce-cart .ng-cart-coupon__title-row .ng-coupon-chip {
  align-items: center;
  gap: 6px;
}

body.woocommerce-cart .ng-cart-coupon__title,
body.woocommerce-cart .ng-cart-coupon__hint {
  margin: 0;
}

body.woocommerce-cart .ng-cart-coupon__title {
  color: var(--ng-cart-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

body.woocommerce-cart .ng-cart-coupon__hint {
  color: var(--ng-cart-muted);
  font-size: 14px;
  line-height: 1.5;
  flex: 1 1 280px;
}

body.woocommerce-cart .ng-cart-coupon__status {
  display: grid;
  gap: 6px;
  flex: 1 1 100%;
}

body.woocommerce-cart .ng-cart-coupon__controls {
  display: grid;
  grid-template-columns: minmax(240px, 280px) 160px;
  gap: 12px;
  align-items: center;
  justify-content: start;
  width: fit-content;
  max-width: 100%;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  margin-top: 6px;
}

body.woocommerce-cart .ng-cart-coupon__controls[hidden] {
  display: none !important;
}

body.woocommerce-cart .ng-cart-coupon__input,
body.woocommerce-cart .ng-cart-coupon__apply,
body.woocommerce-cart .ng-cart-update-button,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .ng-cart-summary__actions .mfn-woo-cart-link {
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-cart .ng-cart-coupon__input {
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--ng-cart-line-strong);
  border-radius: 10px;
  background: #ffffff;
  box-sizing: border-box;
  color: var(--ng-cart-ink);
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 !important;
}

body.woocommerce-cart .ng-cart-coupon__input:focus {
  border-color: rgba(255, 79, 120, 0.26);
  box-shadow: 0 0 0 4px var(--ng-cart-focus);
}

body.woocommerce-cart .ng-cart-coupon__apply,
body.woocommerce-cart .ng-cart-update-button,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button {
  overflow: visible;
}

body.woocommerce-cart .ng-cart-coupon__apply::before,
body.woocommerce-cart .ng-cart-coupon__apply::after,
body.woocommerce-cart .ng-cart-update-button::before,
body.woocommerce-cart .ng-cart-update-button::after,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button::before,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-cart .ng-cart-coupon__apply {
  width: 160px;
  min-width: 160px;
  height: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a2230 0%, var(--ng-cart-accent) 100%);
  background-color: var(--ng-cart-accent) !important;
  background-image: linear-gradient(180deg, #1a2230 0%, var(--ng-cart-accent) 100%) !important;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  box-shadow: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: top;
}

body.woocommerce-cart .ng-cart-coupon__apply:hover,
body.woocommerce-cart .ng-cart-coupon__apply:focus,
body.woocommerce-cart .ng-cart-update-button:hover,
body.woocommerce-cart .ng-cart-update-button:focus,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button:focus,
body.woocommerce-cart .ng-cart-summary__actions .mfn-woo-cart-link:hover,
body.woocommerce-cart .ng-cart-summary__actions .mfn-woo-cart-link:focus {
  box-shadow: none;
}

body.woocommerce-cart .ng-cart-coupon__controls .ng-cart-coupon__apply.button:hover,
body.woocommerce-cart .ng-cart-coupon__controls .ng-cart-coupon__apply.button:focus,
body.woocommerce-cart .ng-cart-coupon__controls .ng-cart-coupon__apply.button:active {
  background: linear-gradient(180deg, #273141 0%, var(--ng-cart-accent-hover) 100%) !important;
  background-color: var(--ng-cart-accent-hover) !important;
  background-image: linear-gradient(180deg, #273141 0%, var(--ng-cart-accent-hover) 100%) !important;
  border-color: transparent !important;
  color: #ffffff !important;
}

body.woocommerce-cart .ng-discount-badge {
  display: inline-block;
  padding: 0;
  color: var(--ng-cart-price-sale);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-cart .ng-coupon-chip-list {
  display: grid;
  gap: 6px;
}

body.woocommerce-cart .ng-coupon-chip {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ng-cart-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

body.woocommerce-cart .ng-coupon-chip__code,
body.woocommerce-cart .ng-coupon-label__code {
  color: var(--ng-cart-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-cart .ng-coupon-chip__badge {
  color: var(--ng-cart-price-sale);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-cart .ng-coupon-label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

body.woocommerce-cart .ng-coupon-label__title {
  color: var(--ng-cart-muted);
  font-size: 16px;
  font-weight: 600;
}

body.woocommerce-cart .ng-coupon-value {
  display: inline-grid;
  justify-items: end;
  gap: 6px;
}

body.woocommerce-cart .ng-coupon-value__amount,
body.woocommerce-cart .ng-coupon-value__amount .woocommerce-Price-amount,
body.woocommerce-cart .ng-coupon-value__amount .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-coupon-value__amount .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-price-sale) !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

body.woocommerce-cart .ng-action-link {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ng-cart-link) !important;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

body.woocommerce-cart .ng-action-link:hover,
body.woocommerce-cart .ng-action-link:focus {
  color: var(--ng-cart-link-hover) !important;
}

body.woocommerce-cart .woocommerce a:not(.button):not(.quantity-change),
body.woocommerce-cart .woocommerce-page a:not(.button):not(.quantity-change) {
  color: var(--ng-cart-link);
}

body.woocommerce-cart .woocommerce a:not(.button):not(.quantity-change):hover,
body.woocommerce-cart .woocommerce a:not(.button):not(.quantity-change):focus,
body.woocommerce-cart .woocommerce-page a:not(.button):not(.quantity-change):hover,
body.woocommerce-cart .woocommerce-page a:not(.button):not(.quantity-change):focus {
  color: var(--ng-cart-link-hover);
}

body.woocommerce-cart .ng-cart-update-button {
  align-items: center;
  justify-content: center;
  width: 160px;
  min-width: 160px;
  height: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a2230 0%, var(--ng-cart-accent) 100%);
  background-color: var(--ng-cart-accent) !important;
  background-image: linear-gradient(180deg, #1a2230 0%, var(--ng-cart-accent) 100%) !important;
  color: #ffffff !important;
  box-shadow: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: none;
}

body.woocommerce-cart .ng-cart-update-button:hover {
  background: linear-gradient(180deg, #273141 0%, var(--ng-cart-accent-hover) 100%) !important;
  background-color: var(--ng-cart-accent-hover) !important;
  background-image: linear-gradient(180deg, #273141 0%, var(--ng-cart-accent-hover) 100%) !important;
  color: #ffffff !important;
}

body.woocommerce-cart .cart-collaterals {
  display: contents !important;
  flex: none;
  justify-content: stretch !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-cart .woocommerce-pay-buttons,
body.woocommerce-cart .wcpay-express-checkout-wrapper,
body.woocommerce-cart #payment-method-message,
body.woocommerce-cart .cart-collaterals .cross-sells {
  display: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  display: contents;
  flex: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  position: static;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals h2,
body.woocommerce-cart .cart-collaterals .cart_totals h4 {
  display: none !important;
}

body.woocommerce-cart .ng-cart-summary {
  display: contents;
  width: auto;
  max-width: none;
  min-width: 0;
  margin-left: 0;
}

body.woocommerce-cart .ng-cart-summary__aside {
  display: contents;
  justify-items: stretch;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: 0;
}

body.woocommerce-cart .ng-cart-summary__totals {
  width: 100%;
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

body.woocommerce-cart .ng-cart-summary__rows {
  display: grid;
  gap: 10px;
  min-width: 0;
}

body.woocommerce-cart .ng-cart-summary__row,
body.woocommerce-cart .ng-cart-summary__total,
body.woocommerce-cart .ng-cart-summary__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: 100%;
}

body.woocommerce-cart .ng-cart-summary__label,
body.woocommerce-cart .ng-cart-summary__value,
body.woocommerce-cart .ng-cart-summary__hero-label {
  color: var(--ng-cart-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  min-width: 0;
}

body.woocommerce-cart .ng-cart-summary__value,
body.woocommerce-cart .ng-cart-summary__hero-value {
  text-align: right;
}

body.woocommerce-cart .ng-cart-summary__value .ng-price-pair,
body.woocommerce-cart .ng-cart-summary__hero-value .ng-price-pair,
body.woocommerce-cart .ng-cart-summary__total-value .ng-price-pair {
  justify-items: end;
}

body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__new,
body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__current {
  font-size: 16px;
  font-weight: 600;
}

body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__new .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__new .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__new .woocommerce-Price-currencySymbol,
body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__current .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__current .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__value .ng-price-pair__current .woocommerce-Price-currencySymbol {
  font-size: 16px;
  font-weight: inherit;
}

body.woocommerce-cart .ng-cart-summary__row .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__row .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__row .woocommerce-Price-currencySymbol,
body.woocommerce-cart .ng-cart-summary__hero .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__hero .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__hero .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-ink) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

body.woocommerce-cart .ng-cart-summary__row .ng-coupon-value__amount,
body.woocommerce-cart .ng-cart-summary__row .ng-coupon-value__amount .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__row .ng-coupon-value__amount .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__row .ng-coupon-value__amount .woocommerce-Price-currencySymbol,
body.woocommerce-cart .ng-cart-summary__row .ng-price-pair--discounted .ng-price-pair__new,
body.woocommerce-cart .ng-cart-summary__row .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__row .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__row .ng-price-pair--discounted .ng-price-pair__new .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-price-sale) !important;
}

body.woocommerce-cart .ng-cart-summary__hero-label {
  font-size: 16px;
  font-weight: 700;
}

body.woocommerce-cart .ng-cart-summary__hero .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__hero .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__hero .woocommerce-Price-currencySymbol {
  font-size: 24px;
  font-weight: 800;
}

body.woocommerce-cart .ng-cart-summary__hero {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ng-cart-line);
}

body.woocommerce-cart .ng-cart-summary__total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--ng-cart-line);
  width: 100%;
}

body.woocommerce-cart .ng-cart-summary__total-label {
  color: var(--ng-cart-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

body.woocommerce-cart .ng-cart-summary__total-value .woocommerce-Price-amount,
body.woocommerce-cart .ng-cart-summary__total-value .woocommerce-Price-amount bdi,
body.woocommerce-cart .ng-cart-summary__total-value .woocommerce-Price-currencySymbol {
  color: var(--ng-cart-ink) !important;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.woocommerce-cart .ng-cart-summary__total-value .includes_tax .woocommerce-Price-currencySymbol,
body.woocommerce-cart .ng-cart-summary__hero-value .includes_tax .woocommerce-Price-currencySymbol {
  font-size: 1em !important;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
}

body.woocommerce-cart .ng-cart-summary__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-width: 0;
  justify-content: space-between;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout {
  margin: 0;
  margin-left: auto;
  padding: 0;
  min-width: 0;
}

body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button {
  min-height: 58px;
  margin: 0;
  padding: 0 34px;
  border: 0;
  border-radius: 10px;
  background: #177245 !important;
  background-color: #177245 !important;
  background-image: none !important;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: none;
  max-width: 100%;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button:focus,
body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button:focus-visible {
  background: #105a35 !important;
  background-color: #105a35 !important;
  background-image: none !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

body.woocommerce-cart .ng-cart-summary__actions .mfn-woo-cart-link {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ng-cart-link);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  text-transform: none;
  letter-spacing: 0;
  margin-right: auto;
}

body.woocommerce-cart .ng-cart-summary__actions .mfn-woo-cart-link:hover {
  color: var(--ng-cart-link-hover);
}

body.woocommerce-cart .mcb-item-cart_totals .cart-collaterals:empty,
body.woocommerce-cart .mcb-item-cart_totals .cart-collaterals > *:empty,
body.woocommerce-cart .mcb-item-cart_totals:empty {
  display: none !important;
}

@media only screen and (max-width: 1239px) {
  body.woocommerce-cart .ng-cart-product__stock {
    white-space: normal;
  }
}

@media only screen and (max-width: 959px) {
  body.woocommerce-cart .mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) {
    width: 100%;
  }

  body.woocommerce-cart .ng-cart-shell {
    padding: 22px 22px 26px;
  }

  body.woocommerce-cart .ng-cart-shell__header {
    flex-direction: column;
  }

  body.woocommerce-cart .ng-cart-shell__meta {
    text-align: left;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart th.product-price,
  body.woocommerce-cart .woocommerce table.shop_table.cart th.product-quantity,
  body.woocommerce-cart .woocommerce table.shop_table.cart th.product-subtotal {
    width: auto;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name {
    padding-right: 14px;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price,
  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal {
    font-size: 16px;
  }

  body.woocommerce-cart .woocommerce .quantity {
    width: 116px;
    min-width: 116px;
  }

  body.woocommerce-cart .ng-cart-footer {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }

  body.woocommerce-cart .ng-cart-footer__primary,
  body.woocommerce-cart .ng-cart-coupon {
    display: grid;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  body.woocommerce-cart .ng-cart-coupon__copy {
    display: grid;
    gap: 10px;
    min-height: 0;
    padding-bottom: 10px;
    width: 100%;
  }

  body.woocommerce-cart .ng-cart-coupon__title-row {
    flex: none;
  }

  body.woocommerce-cart .ng-cart-coupon__hint,
  body.woocommerce-cart .ng-cart-coupon__status {
    flex: none;
  }

  body.woocommerce-cart .cart-collaterals {
    flex: 1 1 auto;
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-cart .ng-cart-summary {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    margin: 0 !important;
  }

  body.woocommerce-cart .ng-cart-update-wrap {
    grid-template-columns: minmax(0, 1fr) 116px 116px 116px;
    padding: 10px 0 18px;
  }

  body.woocommerce-cart .ng-cart-coupon__controls {
    display: grid;
    grid-template-columns: minmax(220px, 280px) 160px;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  body.woocommerce-cart .ng-cart-summary {
    border-top: 1px solid var(--ng-cart-line);
    padding-top: 24px;
    max-width: 100%;
    margin-left: 0;
  }

  body.woocommerce-cart .ng-cart-summary__aside {
    display: grid;
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  body.woocommerce-cart .ng-cart-coupon__copy,
  body.woocommerce-cart .ng-cart-coupon__controls,
  body.woocommerce-cart .ng-cart-summary__totals,
  body.woocommerce-cart .ng-cart-summary__actions {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}

@media only screen and (max-width: 1260px) {
  body.woocommerce-cart .ng-cart-footer {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: stretch;
  }

  body.woocommerce-cart .ng-cart-footer__primary,
  body.woocommerce-cart .ng-cart-coupon,
  body.woocommerce-cart .ng-cart-coupon__copy,
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-cart .ng-cart-summary,
  body.woocommerce-cart .ng-cart-summary__aside,
  body.woocommerce-cart .ng-cart-summary__totals,
  body.woocommerce-cart .ng-cart-summary__rows,
  body.woocommerce-cart .ng-cart-summary__actions {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.woocommerce-cart .ng-cart-footer__primary,
  body.woocommerce-cart .ng-cart-coupon,
  body.woocommerce-cart .ng-cart-summary__aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-cart .cart-collaterals {
    display: flex !important;
    float: none !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-cart .ng-cart-summary {
    display: block;
    float: none !important;
  }

  body.woocommerce-cart .ng-cart-summary {
    border-top: 1px solid var(--ng-cart-line);
    padding-top: 24px;
  }

  body.woocommerce-cart .ng-cart-coupon__controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

  body.woocommerce-cart .ng-cart-coupon__apply {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-cart .ng-cart-summary__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.woocommerce-cart .ng-cart-coupon__copy,
  body.woocommerce-cart .ng-cart-coupon__controls,
  body.woocommerce-cart .ng-cart-summary__totals,
  body.woocommerce-cart .ng-cart-summary__actions {
    grid-column: auto;
    grid-row: auto;
  }

  body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout {
    order: 1;
    width: 100%;
    margin-left: 0;
  }

  body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
  }

  body.woocommerce-cart .ng-cart-summary__actions .mfn-woo-cart-link {
    order: 2;
    align-self: center;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 780px) and (max-width: 1260px) {
  body.woocommerce-cart .ng-cart-coupon__apply {
    width: 50%;
    min-width: 0;
    align-self: center;
  }

  body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout {
    width: 50%;
    min-width: 0;
    align-self: center;
    margin: 0 auto;
  }

  body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.woocommerce-cart .mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) {
    width: 100%;
  }

  body.woocommerce-cart .mfn-cart-step {
    padding-bottom: 24px;
  }

  body.woocommerce-cart .ng-cart-shell {
    padding: 16px 14px 18px;
    border-radius: 16px;
  }

  body.woocommerce-cart .ng-cart-shell__header {
    gap: 8px;
    padding-bottom: 14px;
  }

  body.woocommerce-cart .ng-cart-shell__count {
    font-size: 14px;
    line-height: 1.35;
  }

  body.woocommerce-cart .ng-cart-shell__meta {
    font-size: 13px;
    line-height: 1.35;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart thead {
    display: none;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart tr.cart_item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 94px auto;
    grid-template-areas:
      "thumb details details details"
      "thumb price quantity total";
    gap: 10px 12px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid var(--ng-cart-line);
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart tbody tr.cart_item:first-child {
    border-top: 0;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart tr.cart_item td {
    padding: 0;
    border: 0;
    background: transparent !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-thumbnail {
    grid-area: thumb;
    display: block !important;
    align-self: start;
    width: auto;
    padding-right: 0;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-thumbnail::before {
    content: none !important;
    display: none !important;
  }

  body.woocommerce-cart .ng-cart-thumb,
  body.woocommerce-cart .ng-cart-thumb > a {
    width: 72px;
    height: 72px;
  }

  body.woocommerce-cart .ng-cart-thumb > a {
    padding: 8px;
  }

  body.woocommerce-cart .ng-cart-thumb img,
  body.woocommerce-cart .ng-cart-thumb__image {
    display: block !important;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain;
  }

  body.woocommerce-cart .ng-cart-footer {
    gap: 22px;
    padding-top: 22px;
  }

  body.woocommerce-cart .ng-cart-update-wrap {
    display: block;
    padding: 10px 0 18px;
  }

  body.woocommerce-cart .woocommerce-cart-form:not(.ng-cart-form--dirty) .ng-cart-update-wrap {
    display: none;
  }

  body.woocommerce-cart .ng-cart-coupon {
    gap: 14px;
  }

  body.woocommerce-cart .ng-cart-footer__primary,
  body.woocommerce-cart .ng-cart-coupon,
  body.woocommerce-cart .ng-cart-coupon__copy,
  body.woocommerce-cart .cart-collaterals,
  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-cart .ng-cart-summary,
  body.woocommerce-cart .ng-cart-summary__aside,
  body.woocommerce-cart .ng-cart-summary__totals,
  body.woocommerce-cart .ng-cart-summary__rows,
  body.woocommerce-cart .ng-cart-summary__actions {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.woocommerce-cart .ng-cart-coupon__controls {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  body.woocommerce-cart .ng-cart-coupon__input {
    line-height: normal;
    width: 100%;
  }

  body.woocommerce-cart .ng-cart-coupon__apply {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-name {
    grid-area: details;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    text-align: left !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-name::before {
    content: none !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-price::before,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-quantity::before,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-subtotal::before {
    content: attr(data-title);
    color: var(--ng-cart-muted);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    float: none;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-price,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-quantity,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-subtotal {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    width: auto;
    min-width: 0;
    white-space: normal;
    text-align: left !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-price {
    grid-area: price;
    align-self: end;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-quantity {
    grid-area: quantity;
    align-items: center;
    justify-self: center;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-subtotal {
    grid-area: total;
    align-items: flex-end;
    justify-self: end;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-price > *,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-quantity > *,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-subtotal > * {
    text-align: inherit;
  }

  body.woocommerce-cart .ng-cart-product__title,
  body.woocommerce-cart .ng-cart-product__title a {
    font-size: 14px;
    line-height: 1.4;
  }

  body.woocommerce-cart .ng-cart-product__meta {
    margin-top: 4px;
  }

  body.woocommerce-cart .ng-cart-product__meta .variation {
    gap: 3px 8px;
  }

  body.woocommerce-cart .ng-cart-product__stock {
    display: inline-flex;
    white-space: normal;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.35;
    gap: 6px;
  }

  body.woocommerce-cart .ng-cart-product__stock::before {
    width: 8px;
    height: 8px;
  }

  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-price .woocommerce-Price-amount,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-price .woocommerce-Price-amount bdi,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-subtotal .woocommerce-Price-amount,
  body.woocommerce-cart .woocommerce table.shop_table_responsive.cart td.product-subtotal .woocommerce-Price-amount bdi {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }

  body.woocommerce-cart .woocommerce .quantity {
    width: 94px;
    min-width: 94px;
    margin: 0;
  }

  body.woocommerce-cart .woocommerce .quantity input.qty {
    min-height: 38px;
    padding: 8px 26px !important;
    border-radius: 12px;
    font-size: 14px;
  }

  body.woocommerce-cart .woocommerce .quantity a.quantity-change {
    top: 4px;
    width: 22px;
    height: calc(100% - 8px);
    font-size: 14px;
  }

  body.woocommerce-cart .woocommerce .quantity a.quantity-change.minus {
    left: 4px;
  }

  body.woocommerce-cart .woocommerce .quantity a.quantity-change.plus {
    right: 4px;
  }

  body.woocommerce-cart .ng-cart-update-button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    font-size: 13px;
  }

  body.woocommerce-cart .ng-cart-summary {
    display: block;
  }

  body.woocommerce-cart .ng-cart-summary__aside {
    gap: 16px;
  }

  body.woocommerce-cart .ng-cart-summary__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout {
    order: 1;
    width: 100%;
    margin-left: 0;
  }

  body.woocommerce-cart .ng-cart-summary__actions .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
  }

  body.woocommerce-cart .ng-cart-summary__actions .mfn-woo-cart-link {
    order: 2;
    align-self: center;
    text-align: center;
    margin: 0 auto;
  }

}
