body.woocommerce-cart,
body.woocommerce-cart * {
  box-sizing: border-box;
}

body.woocommerce-cart {
  overflow-x: hidden;
}

body.woocommerce-cart .nfc-site,
body.woocommerce-cart .nfc-main,
body.woocommerce-cart .nfc-content,
body.woocommerce-cart .nfc-entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .woocommerce,
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.woocommerce-cart .nfc-site,
body.woocommerce-cart .nfc-main,
body.woocommerce-cart .nfc-content,
body.woocommerce-cart .nfc-entry-content,
body.woocommerce-cart .entry-content {
  overflow-x: clip;
}

body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
body.woocommerce-cart .wp-block-woocommerce-cart.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart-items tbody,
body.woocommerce-cart .wc-block-cart-items tr,
body.woocommerce-cart .wc-block-cart-items td,
body.woocommerce-cart .wc-block-cart-item__wrap,
body.woocommerce-cart .wc-block-cart-item__product,
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-details,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block,
body.woocommerce-cart .wc-block-components-express-payment,
body.woocommerce-cart .wc-block-components-express-payment__event-buttons {
  max-width: 100%;
  min-width: 0;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-details,
body.woocommerce-cart .wc-block-components-totals-item__label {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

body.woocommerce-cart .wc-block-components-totals-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.woocommerce-cart .wc-block-components-totals-item__value {
  flex: 0 0 auto;
  max-width: 48%;
  text-align: right;
}

body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block button,
body.woocommerce-cart .wc-block-components-express-payment button,
body.woocommerce-cart .wc-block-components-express-payment iframe {
  width: 100%;
  max-width: 100%;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-cart table.cart {
  width: 100%;
  max-width: 100%;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-cart table.cart th,
body.woocommerce-cart table.cart td {
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 780px) {
  body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
  body.woocommerce-cart .wp-block-woocommerce-cart.alignfull,
  body.woocommerce-cart .wc-block-cart {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-cart .wc-block-components-main,
  body.woocommerce-cart .wc-block-components-sidebar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
  }

  body.woocommerce-cart .wc-block-cart-items,
  body.woocommerce-cart table.wc-block-cart-items {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-cart .wc-block-cart-items__row,
  body.woocommerce-cart .wc-block-components-totals-wrapper,
  body.woocommerce-cart .wc-block-cart__submit-container,
  body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.woocommerce-cart .wc-block-components-totals-item__label {
    flex: 1 1 auto;
  }

  body.woocommerce-cart .wc-block-components-totals-item__value {
    flex-basis: auto;
    max-width: 50%;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart .wp-block-woocommerce-cart.alignwide,
  body.woocommerce-cart .wp-block-woocommerce-cart.alignfull,
  body.woocommerce-cart .wc-block-cart {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}
