.woocommerce-cart .is-layout-constrained > :where(.woocommerce, .woocommerce-page),
.woocommerce-cart .wp-block-post-content,
.woocommerce-cart .entry-content,
.woocommerce-cart .site-main {
  max-width: 100% !important;
}

.woocommerce-cart .woocommerce {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  gap: 24px;
  align-items: start;
}

.woocommerce-cart .woocommerce::before,
.woocommerce-cart .woocommerce::after {
  display: none !important;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form,
.woocommerce-cart .woocommerce .cart-collaterals {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  grid-column: 1;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  grid-column: 2;
}

.woocommerce-cart table.shop_table {
  width: 100%;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border-color: #e5eaf2;
  padding: 14px 12px;
  vertical-align: middle;
}

.woocommerce-cart table.shop_table thead th {
  font-size: 0.85rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

.woocommerce-cart table.shop_table th.product-name,
.woocommerce-cart table.shop_table td.product-name {
  width: 42%;
}

.woocommerce-cart table.shop_table th.product-price,
.woocommerce-cart table.shop_table td.product-price {
  width: 22%;
}

.woocommerce-cart table.shop_table th.product-quantity,
.woocommerce-cart table.shop_table td.product-quantity {
  width: 16%;
}

.woocommerce-cart table.shop_table thead th.product-price,
.woocommerce-cart table.shop_table thead th.product-quantity {
  text-align: left !important;
}

.woocommerce-cart table.shop_table th.product-subtotal,
.woocommerce-cart table.shop_table td.product-subtotal {
  width: 20%;
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
  font-size: 0.8rem !important;
  line-height: 1.2 !important;
  vertical-align: top;
}

.woocommerce-cart table.shop_table td.product-quantity {
  vertical-align: top;
}

.woocommerce-cart table.shop_table td.product-price .amount,
.woocommerce-cart table.shop_table td.product-price .woocommerce-Price-amount,
.woocommerce-cart table.shop_table td.product-subtotal .amount,
.woocommerce-cart table.shop_table td.product-subtotal .woocommerce-Price-amount {
  font-size: 0.84rem !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-cell {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-main-total {
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 800;
  color: #0f2f4f;
  min-height: 2.5em;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-main-total .amount,
.woocommerce-cart table.shop_table td.product-price .mqc-price-main-total .woocommerce-Price-amount {
  font-size: 0.95rem !important;
  font-weight: 800 !important;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 0;
  align-items: flex-start;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.74rem;
  line-height: 1.3;
  padding: 2px 0;
  min-height: 22px;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-line .mqc-price-line-label {
  flex: 1 1 auto;
  color: #2a4462;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-line .mqc-price-line-value {
  flex: 0 0 auto;
  color: #0f2f4f;
  font-weight: 600;
  white-space: nowrap;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-line-option {
  padding-left: 0;
}

.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-cell {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-main {
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  min-height: 2.5em;
  margin-bottom: 8px;
}

.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.74rem;
  line-height: 1.3;
  padding: 2px 0;
  min-height: 22px;
}

.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-line .mqc-subtotal-line-value {
  color: #0f2f4f;
  font-weight: 600;
  white-space: nowrap;
}

.woocommerce-cart table.shop_table td.product-name {
  font-size: 0.88rem;
  vertical-align: top;
}

.woocommerce-cart table.shop_table td.product-name a {
  display: inline-block;
  font-size: 0.86rem !important;
  line-height: 1.25 !important;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.woocommerce-cart .mqc-cart-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  min-height: 2.5em;
  margin-bottom: 8px;
}

.woocommerce-cart .mqc-cart-title-main {
  flex: 1 1 auto;
  min-width: 0;
}

.woocommerce-cart .mqc-cart-title-main a {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.woocommerce-cart .mqc-cart-title-total {
  flex: 0 0 auto;
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 800;
  color: #0f2f4f;
  white-space: nowrap;
  min-height: 2.5em;
}

.woocommerce-cart table.shop_table td.product-name img {
  width: 72px !important;
  max-width: 72px !important;
  margin-right: 10px;
}

.woocommerce-cart .mqc-cart-components {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce-cart .mqc-cart-components-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.woocommerce-cart .mqc-cart-component-row {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  line-height: 1.3;
  color: #334b66;
  padding: 2px 0;
  min-height: 22px;
}

.woocommerce-cart .mqc-cart-component-text {
  display: block;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce-cart .mqc-cart-component-remove {
  width: 14px;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
  color: #111111;
  text-decoration: none;
  margin-top: 1px;
}

.woocommerce-cart .mqc-cart-component-remove:hover {
  color: #000000;
}

.woocommerce-cart table.shop_table th.product-remove,
.woocommerce-cart table.shop_table td.product-remove {
  display: none !important;
}

.woocommerce-cart .mqc-cart-component-remove-disabled {
  visibility: hidden;
}

.woocommerce-cart .mqc-cart-component-option .mqc-cart-component-text {
  padding-left: 10px;
  font-size: 0.72rem;
  color: #48627f;
}

.woocommerce-cart .mqc-cart-option-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #b8c3d1;
  border-radius: 0;
  width: 72px;
  min-height: 28px;
  background: #fff;
  justify-content: center;
  box-sizing: border-box;
}

.woocommerce-cart .mqc-cart-option-qty-btn {
  width: 22px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #133352;
  font-size: 0.82rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.woocommerce-cart .mqc-cart-option-qty-btn::before {
  content: "";
}

.woocommerce-cart .mqc-cart-option-qty-btn-down::before {
  content: "-";
}

.woocommerce-cart .mqc-cart-option-qty-btn-up::before {
  content: "+";
}

.woocommerce-cart .mqc-cart-option-qty-input {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  color: #133352;
  -moz-appearance: textfield;
  padding: 0;
}

.woocommerce-cart .mqc-cart-option-qty-input::-webkit-outer-spin-button,
.woocommerce-cart .mqc-cart-option-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart .mqc-cart-qty-col {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.woocommerce-cart .mqc-cart-component-qty-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.woocommerce-cart .mqc-cart-component-qty-row {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
}

.woocommerce-cart .mqc-cart-component-qty-row-empty {
  width: 100%;
}

.woocommerce-cart .cart_item dl.variation {
  clear: both;
  margin: 6px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.78rem;
  line-height: 1.35;
}

.woocommerce-cart .cart_item dl.variation dt,
.woocommerce-cart .cart_item dl.variation dd {
  display: block;
  float: none;
  margin: 0;
}

.woocommerce-cart .cart_item dl.variation dt {
  font-weight: 700;
  color: #133352;
  margin-top: 1px;
}

.woocommerce-cart .cart_item dl.variation dd {
  color: #334b66;
  margin: 0 0 6px;
}

.woocommerce-cart .cart_item dl.variation p {
  margin: 0;
}

.woocommerce-cart .cart_item dl.variation dd p.mqc-config-lines {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.woocommerce-cart .cart_item dl.variation dd p.mqc-config-lines .mqc-config-line {
  display: block;
}

.woocommerce-cart .mqc-cart-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 72px;
  min-height: 28px;
  border: 1px solid #b8c3d1;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}

.woocommerce-cart .mqc-cart-qty-btn {
  width: 22px;
  height: 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .mqc-cart-qty-btn::before {
  content: "";
}

.woocommerce-cart .mqc-cart-qty-btn-down::before {
  content: "-";
}

.woocommerce-cart .mqc-cart-qty-btn-up::before {
  content: "+";
}

.woocommerce-cart .mqc-cart-qty .quantity .qty {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 500;
  text-align: center;
  color: #111111;
  -moz-appearance: textfield;
  padding: 0;
}

.woocommerce-cart .mqc-cart-qty .quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart .mqc-cart-qty .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart table.shop_table td.actions,
.woocommerce-cart table.shop_table tr td.actions,
.woocommerce-cart table.shop_table .actions .coupon {
  display: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 14px 16px 16px;
  border: 1px solid #d8dee8;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #0f2f4f;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0 0 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals th {
  color: #1a3452;
  font-size: 0.86rem;
  line-height: 1.25;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals td {
  font-size: 0.84rem;
  line-height: 1.25;
}

.woocommerce-cart .cart-collaterals .cart_totals .amount,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-Price-amount {
  font-size: 0.9rem;
  line-height: 1.2;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
  font-weight: 800;
  font-size: 0.96rem;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding-top: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  font-size: 0.96rem !important;
  line-height: 1.2 !important;
  padding: 0.82rem 1rem !important;
  min-height: 0 !important;
}

.mqc-checkout-config-summary {
  display: block;
  margin-top: 8px;
  color: #263b52;
  font-size: 0.82rem;
  line-height: 1.35;
  max-width: none;
  width: 100%;
}

.woocommerce-checkout .cart_item dl.variation dd p:has(.mqc-checkout-config-summary),
.woocommerce-checkout-review-order .cart_item dl.variation dd p:has(.mqc-checkout-config-summary),
.wc-block-components-order-summary-item__description p:has(.mqc-checkout-config-summary) {
  margin: 0;
}

.woocommerce-checkout .cart_item dl.variation dt.variation-Configuration,
.woocommerce-checkout-review-order .cart_item dl.variation dt.variation-Configuration {
  display: none !important;
}

.woocommerce-checkout .cart_item dl.variation dd.variation-Configuration,
.woocommerce-checkout-review-order .cart_item dl.variation dd.variation-Configuration {
  display: block !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mqc-checkout-config-table {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid #d9e1eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 47, 78, 0.04);
}

.mqc-checkout-config-caption {
  display: block;
  padding: 8px 10px 7px;
  border-bottom: 1px solid #e6ecf3;
  background: #ffffff;
  color: #18324d;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}

.mqc-checkout-config-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px minmax(92px, auto);
  gap: 10px;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  border-top: 1px solid #edf1f6;
}

.mqc-checkout-config-row:first-child {
  border-top: 0;
}

.mqc-checkout-config-row-head {
  min-height: 30px;
  background: #f7f9fc;
  color: #64748b;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mqc-checkout-config-cell {
  min-width: 0;
  overflow-wrap: anywhere;
}

.mqc-checkout-config-cell-label {
  color: #18324d;
  font-weight: 650;
}

.mqc-checkout-config-cell-qty,
.mqc-checkout-config-cell-total,
.mqc-checkout-config-row-head span:nth-child(2),
.mqc-checkout-config-row-head span:nth-child(3) {
  text-align: right;
}

.mqc-checkout-config-cell-qty {
  color: #52667b;
  font-weight: 700;
  white-space: nowrap;
}

.mqc-checkout-config-cell-total {
  color: #102f4e;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.mqc-checkout-config-row-base {
  background: #fbfdff;
}

.mqc-checkout-config-row-component {
  background: #ffffff;
}

.mqc-checkout-config-row-option {
  min-height: 32px;
  background: #fcfdff;
}

.mqc-checkout-config-row-option .mqc-checkout-config-cell-label {
  position: relative;
  padding-left: 14px;
  color: #5c6f83;
  font-size: 0.76rem;
  font-weight: 600;
}

.mqc-checkout-config-row-option .mqc-checkout-config-cell-label::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.7em;
  width: 6px;
  height: 1px;
  background: #9aabbd;
}

.mqc-checkout-config-row-total {
  background: #f7f9fc;
}

.mqc-checkout-config-row-total .mqc-checkout-config-cell-label,
.mqc-checkout-config-row-total .mqc-checkout-config-cell-total {
  font-weight: 850;
}

.woocommerce-checkout .is-layout-constrained > :where(.woocommerce, .woocommerce-page),
.woocommerce-checkout .wp-site-blocks,
.woocommerce-checkout .site,
.woocommerce-checkout .site-content,
.woocommerce-checkout .content-area,
.woocommerce-checkout main,
.woocommerce-checkout article,
.woocommerce-checkout .page,
.woocommerce-checkout .container,
.woocommerce-checkout .ast-container,
.woocommerce-checkout .wp-block-post-content,
.woocommerce-checkout .entry-content,
.woocommerce-checkout .site-main,
.woocommerce-checkout .wp-block-group.alignwide,
.woocommerce-checkout .alignwide,
.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-checkout .wc-block-checkout,
.woocommerce-checkout .wc-block-components-sidebar-layout {
  max-width: min(1680px, calc(100vw - 32px)) !important;
  width: 100% !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout,
.woocommerce-checkout form.checkout {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  gap: 24px !important;
}

.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .woocommerce-checkout-review-order {
  min-width: min(560px, 100%);
}

@media (min-width: 961px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(560px, 680px);
    align-items: start;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(560px, 680px);
    gap: 24px;
    align-items: start;
    max-width: min(1680px, calc(100vw - 32px)) !important;
    width: 100%;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading {
    float: none !important;
    width: auto !important;
    max-width: none !important;
  }

  .woocommerce-checkout #customer_details {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 2;
  }

  .woocommerce-checkout #order_review_heading {
    margin-top: 0;
  }
}

@media (max-width: 1080px) {
  .woocommerce-cart .woocommerce {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form,
  .woocommerce-cart .woocommerce .cart-collaterals {
    grid-column: 1;
  }
}

@media (max-width: 960px) {
  .woocommerce-cart table.shop_table {
    border: 0;
    background: transparent;
  }

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

  .woocommerce-cart table.shop_table tbody tr.cart_item {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    background: #fff;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100% !important;
    border: 0 !important;
    padding: 6px 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td::before {
    content: attr(data-title);
    min-width: 86px;
    margin-right: 8px;
    color: #17395d;
    font-size: 0.72rem;
    line-height: 1.25;
    font-weight: 700;
    float: none !important;
    text-align: left;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-remove {
    display: none !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-thumbnail {
    justify-content: flex-start !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-thumbnail::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-thumbnail img {
    width: 60px !important;
    max-width: 60px !important;
    margin: 0;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-name {
    display: block !important;
    padding-top: 2px !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-name::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table td.product-name a {
    font-size: 0.83rem !important;
  }

  .woocommerce-cart .mqc-cart-components-list {
    gap: 2px;
  }

  .woocommerce-cart .mqc-cart-option-qty-btn {
    width: 20px;
  }

  .woocommerce-cart .mqc-cart-option-qty-input {
    width: 26px;
    min-width: 26px;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-price,
  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal {
    align-items: flex-start;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-price .mqc-price-cell,
  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal .mqc-subtotal-cell,
  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal .mqc-subtotal-main {
    margin-left: auto;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-price .mqc-price-main-total {
    margin-bottom: 6px;
    min-height: 0;
    font-size: 0.9rem;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-price .mqc-price-lines {
    gap: 2px;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-price .mqc-price-line {
    min-height: 0;
    font-size: 0.72rem;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal .mqc-subtotal-main {
    margin-bottom: 6px;
    min-height: 0;
    font-size: 0.9rem;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal .mqc-subtotal-lines {
    gap: 2px;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-subtotal .mqc-subtotal-line {
    min-height: 0;
    font-size: 0.72rem;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity {
    display: block !important;
    padding-top: 10px !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity::before {
    display: none !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty {
    margin-left: 0;
    width: 72px;
    min-height: 28px;
    border: 1px solid #b8c3d1;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    background: #fff;
    gap: 4px;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty .quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty-btn {
    width: 22px;
    height: 26px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty .quantity .qty {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.78rem;
    font-weight: 500;
    color: #111111;
    padding: 0;
  }

  .woocommerce-cart .woocommerce .cart-collaterals {
    padding: 0 12px !important;
    box-sizing: border-box;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 12px;
    margin: 6px 0 0 !important;
  }
}

@media (max-width: 640px) {
  .woocommerce-cart table.shop_table tbody tr.cart_item td::before {
    min-width: 74px;
    font-size: 0.68rem;
  }

  .woocommerce-cart .woocommerce .cart-collaterals {
    padding: 0 10px !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty {
    width: 72px;
    min-height: 28px;
    padding: 0;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty-btn {
    width: 22px;
    height: 26px;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty .quantity .qty {
    width: 26px;
    min-width: 26px;
    height: 26px;
    font-size: 0.78rem;
  }
}

/* Clean Materialis cart skin. Kept at the end to override theme cart defaults. */
.woocommerce-cart {
  --mqc-cart-blue: #0f4f8f;
  --mqc-cart-blue-dark: #123557;
  --mqc-cart-blue-soft: #eef6ff;
  --mqc-cart-border: #d9e4f1;
  --mqc-cart-muted: #62748a;
  --mqc-cart-text: #14253a;
  background: #ffffff;
}

.woocommerce-cart .entry-title,
.woocommerce-cart h1.page-title,
.woocommerce-cart .page-title {
  color: #050b14 !important;
  font-size: clamp(2.1rem, 3.4vw, 3.8rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  margin: 18px 0 34px !important;
  text-align: center;
}

.woocommerce-cart .woocommerce {
  max-width: min(1900px, calc(100vw - 80px)) !important;
  margin: 0 auto 56px !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 410px) !important;
  gap: clamp(22px, 2vw, 34px) !important;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  width: 100% !important;
  max-width: 410px !important;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.woocommerce-cart table.shop_table {
  width: 100% !important;
  min-width: 100% !important;
  table-layout: fixed !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.woocommerce-cart table.shop_table th.product-remove,
.woocommerce-cart table.shop_table td.product-remove,
.woocommerce-cart table.shop_table th.product-thumbnail,
.woocommerce-cart table.shop_table td.product-thumbnail {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  padding: 0 !important;
}

.woocommerce-cart table.shop_table th.product-name,
.woocommerce-cart table.shop_table td.product-name {
  width: 31% !important;
}

.woocommerce-cart table.shop_table th.product-price,
.woocommerce-cart table.shop_table td.product-price {
  width: 20% !important;
}

.woocommerce-cart table.shop_table th.product-quantity,
.woocommerce-cart table.shop_table td.product-quantity {
  width: 18% !important;
}

.woocommerce-cart table.shop_table th.product-subtotal,
.woocommerce-cart table.shop_table td.product-subtotal {
  width: 31% !important;
}

.woocommerce-cart table.shop_table thead th {
  padding: 0 14px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mqc-cart-border) !important;
  color: var(--mqc-cart-muted) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
}

.woocommerce-cart table.shop_table tbody tr.cart_item td {
  padding: 20px 14px !important;
  border: 0 !important;
  border-bottom: 1px solid #edf2f7 !important;
  background: transparent !important;
}

.woocommerce-cart table.shop_table tbody tr.cart_item:last-child td {
  border-bottom: 0 !important;
}

.woocommerce-cart table.shop_table td.product-name a,
.woocommerce-cart .mqc-cart-title-main a {
  color: var(--mqc-cart-blue) !important;
  font-size: 0.98rem !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.woocommerce-cart table.shop_table td.product-name a:hover,
.woocommerce-cart .mqc-cart-title-main a:hover {
  color: var(--mqc-cart-blue-dark) !important;
  text-decoration: underline !important;
}

.woocommerce-cart .mqc-cart-title-row {
  min-height: 0;
  margin-bottom: 10px;
}

.woocommerce-cart .mqc-cart-title-total {
  color: var(--mqc-cart-blue-dark);
  font-size: 1rem;
  min-height: 0;
}

.woocommerce-cart .mqc-cart-components-list,
.woocommerce-cart table.shop_table td.product-price .mqc-price-lines,
.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-lines,
.woocommerce-cart .mqc-cart-component-qty-list {
  gap: 6px;
}

.woocommerce-cart .mqc-cart-component-row,
.woocommerce-cart table.shop_table td.product-price .mqc-price-line,
.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-line,
.woocommerce-cart .mqc-cart-component-qty-row {
  min-height: 34px;
  display: flex !important;
  align-items: center !important;
}

.woocommerce-cart .mqc-cart-component-row {
  color: #334a63;
  font-size: 0.86rem;
  line-height: 1.45;
}

.woocommerce-cart .mqc-cart-component-qty-row {
  display: flex !important;
  align-items: center !important;
}

.woocommerce-cart .mqc-cart-component-remove {
  color: #0f172a;
  opacity: 0.75;
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal,
.woocommerce-cart table.shop_table td.product-quantity {
  padding-top: 22px !important;
}

.woocommerce-cart table.shop_table td.product-price .amount,
.woocommerce-cart table.shop_table td.product-price .woocommerce-Price-amount,
.woocommerce-cart table.shop_table td.product-subtotal .amount,
.woocommerce-cart table.shop_table td.product-subtotal .woocommerce-Price-amount,
.woocommerce-cart table.shop_table td.product-price .mqc-price-main-total,
.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-main,
.woocommerce-cart table.shop_table td.product-price .mqc-price-line .mqc-price-line-value,
.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-line .mqc-subtotal-line-value {
  color: var(--mqc-cart-blue-dark) !important;
  font-weight: 800 !important;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-main-total,
.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-main {
  min-height: 0;
  margin-bottom: 10px;
}

.woocommerce-cart table.shop_table td.product-price .mqc-price-line,
.woocommerce-cart table.shop_table td.product-subtotal .mqc-subtotal-line {
  min-height: 34px;
  font-size: 0.84rem;
}

.woocommerce-cart .mqc-cart-qty,
.woocommerce-cart .mqc-cart-option-qty,
.woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty {
  width: 86px;
  min-height: 34px;
  border: 1px solid #c7d7e8;
  border-radius: 8px;
  background: #ffffff;
  gap: 0;
  overflow: hidden;
}

.woocommerce-cart .mqc-cart-qty-btn,
.woocommerce-cart .mqc-cart-option-qty-btn,
.woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty-btn {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px;
  min-width: 28px !important;
  height: 32px;
  min-height: 32px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--mqc-cart-blue-dark);
  font-size: 0.95rem;
  line-height: 1 !important;
  font-weight: 800;
}

.woocommerce-cart .mqc-cart-qty-btn::before,
.woocommerce-cart .mqc-cart-option-qty-btn::before {
  display: block !important;
  color: var(--mqc-cart-blue-dark) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.woocommerce-cart .mqc-cart-qty-btn-down::before,
.woocommerce-cart .mqc-cart-option-qty-btn-down::before {
  content: "-" !important;
}

.woocommerce-cart .mqc-cart-qty-btn-up::before,
.woocommerce-cart .mqc-cart-option-qty-btn-up::before {
  content: "+" !important;
}

.woocommerce-cart .mqc-cart-qty-btn:hover,
.woocommerce-cart .mqc-cart-option-qty-btn:hover {
  background: var(--mqc-cart-blue-soft);
  color: var(--mqc-cart-blue);
}

.woocommerce-cart .mqc-cart-qty .quantity .qty,
.woocommerce-cart .mqc-cart-option-qty-input,
.woocommerce-cart table.shop_table tbody tr.cart_item td.product-quantity .mqc-cart-qty .quantity .qty {
  width: 30px;
  min-width: 30px;
  height: 32px;
  color: var(--mqc-cart-blue-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  position: sticky;
  top: 28px;
  padding: 26px 30px 30px !important;
  border: 1px solid var(--mqc-cart-border) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 44px rgba(15, 47, 79, 0.08);
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 24px !important;
  color: var(--mqc-cart-blue-dark) !important;
  font-size: 1.2rem !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  margin-bottom: 24px !important;
  border: 0 !important;
  background: transparent !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 15px 0 !important;
  border: 0 !important;
  border-top: 1px solid #edf2f7 !important;
  background: transparent !important;
  vertical-align: top;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals th {
  color: var(--mqc-cart-blue-dark) !important;
  font-size: 1rem !important;
  font-weight: 850 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals td {
  color: #5f6670 !important;
  font-size: 0.95rem !important;
  text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals .amount,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-Price-amount {
  color: #5f6670 !important;
  font-size: 1rem !important;
  font-weight: 650 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .mqc-shipping-quote-note th,
.woocommerce-cart .cart-collaterals .cart_totals .mqc-shipping-quote-note td,
.woocommerce-checkout .mqc-shipping-quote-note th,
.woocommerce-checkout .mqc-shipping-quote-note td {
  border-top: 1px solid #edf2f7 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .mqc-shipping-quote-note td,
.woocommerce-checkout .mqc-shipping-quote-note td {
  color: var(--mqc-cart-muted, #62748a) !important;
  font-size: 0.9rem !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals .order-total .amount,
.woocommerce-cart .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
  color: var(--mqc-cart-blue-dark) !important;
  font-size: 1.15rem !important;
  font-weight: 900 !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding: 0 !important;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--mqc-cart-blue) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  padding: 0 20px !important;
  text-align: center;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--mqc-cart-blue-dark) !important;
}

@media (max-width: 1080px) {
  .woocommerce-cart .woocommerce {
    max-width: min(980px, calc(100vw - 36px)) !important;
    gap: 28px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    position: static;
  }
}

@media (max-width: 960px) {
  .woocommerce-cart .entry-title,
  .woocommerce-cart h1.page-title,
  .woocommerce-cart .page-title {
    margin: 22px 0 32px !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item {
    padding: 18px !important;
    border: 1px solid var(--mqc-cart-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(15, 47, 79, 0.06);
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td {
    padding: 10px 0 !important;
    border-bottom: 0 !important;
  }

  .woocommerce-cart table.shop_table tbody tr.cart_item td::before {
    color: var(--mqc-cart-muted);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 24px !important;
  }
}

@media (max-width: 640px) {
  .woocommerce-cart .woocommerce {
    max-width: calc(100vw - 24px) !important;
  }

  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    text-align: left;
  }
}
