/*
 * Extraprívlač cart + classic checkout flow.
 * Loaded only on WooCommerce cart and checkout screens.
 */

body.woocommerce-cart,
body.woocommerce-checkout {
	--ep-flow-accent: #285899;
	--ep-flow-accent-dark: #1c467e;
	--ep-flow-border: #dce5ee;
	--ep-flow-ink: #111b2c;
	--ep-flow-muted: #667085;
	--ep-flow-soft: #f5f8fb;
	--ep-flow-success: #15765f;
	--ep-flow-success-bg: #ebf8f3;
	--ep-flow-warning: #92620c;
	--ep-flow-warning-bg: #fff8e8;
	--ep-flow-danger: #b42318;
	--ep-flow-shadow: 0 16px 38px rgba(28, 49, 76, .09);
}

body.woocommerce-cart .entry-content-wrap,
body.woocommerce-checkout .entry-content-wrap {
	background: transparent;
	box-sizing: border-box;
	box-shadow: none;
	max-width: 100%;
	min-width: 0;
	padding-top: 10px;
	width: 100%;
}

body.woocommerce-cart .entry-content.single-content,
body.woocommerce-checkout .entry-content.single-content {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	min-width: 0;
	width: 100%;
}

body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-checkout .entry-content > .woocommerce,
body.woocommerce-cart .entry-content > .wp-block-group.woocommerce,
body.woocommerce-checkout .entry-content > .wp-block-group.woocommerce {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

body.woocommerce-cart .ep-checkout-progress,
body.woocommerce-checkout .ep-checkout-progress {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #edf1f5;
	border-top: 1px solid #edf1f5;
	display: flex;
	justify-content: center;
	margin: 0;
	min-height: 66px;
	padding: 10px clamp(16px, 4vw, 32px);
}

body.woocommerce-cart .ep-checkout-progress .ep-step,
body.woocommerce-checkout .ep-checkout-progress .ep-step {
	align-items: center;
	color: #98a2b3;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 9px;
	text-decoration: none;
	white-space: nowrap;
}

body.woocommerce-cart .ep-checkout-progress .ep-step-number,
body.woocommerce-checkout .ep-checkout-progress .ep-step-number {
	align-items: center;
	background: #eef2f6;
	border-radius: 50%;
	display: inline-flex;
	font-size: 12px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

body.woocommerce-cart .ep-checkout-progress .ep-step.active,
body.woocommerce-cart .ep-checkout-progress .ep-step.done,
body.woocommerce-checkout .ep-checkout-progress .ep-step.active,
body.woocommerce-checkout .ep-checkout-progress .ep-step.done {
	color: var(--ep-flow-ink);
}

body.woocommerce-cart .ep-checkout-progress .ep-step.active .ep-step-number,
body.woocommerce-checkout .ep-checkout-progress .ep-step.active .ep-step-number {
	background: var(--ep-flow-accent);
	color: #fff;
}

body.woocommerce-cart .ep-checkout-progress .ep-step.done .ep-step-number,
body.woocommerce-checkout .ep-checkout-progress .ep-step.done .ep-step-number {
	background: #ddf3eb;
	color: var(--ep-flow-success);
}

body.woocommerce-cart .ep-checkout-progress .ep-step-line,
body.woocommerce-checkout .ep-checkout-progress .ep-step-line {
	background: #dce3ea;
	flex: 0 1 92px;
	height: 1px;
	margin: 0 18px;
}

.ep-flow-heading {
	align-items: flex-end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 8px 0 24px;
}

.ep-flow-heading > div {
	min-width: 0;
}

.ep-flow-eyebrow {
	color: var(--ep-flow-accent);
	display: block;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .1em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.ep-flow-heading h1 {
	color: var(--ep-flow-ink);
	font-size: clamp(32px, 4vw, 48px);
	letter-spacing: -.045em;
	line-height: 1.04;
	margin: 0 0 8px;
}

.ep-flow-heading p {
	color: var(--ep-flow-muted);
	font-size: 16px;
	margin: 0;
}

.ep-flow-badge {
	background: var(--ep-flow-success-bg);
	border: 1px solid #c9e9dd;
	border-radius: 999px;
	color: var(--ep-flow-success);
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 800;
	padding: 9px 13px;
}

.ep-flow-badge--secure {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.ep-flow-shipping {
	align-items: center;
	background: var(--ep-flow-success-bg);
	border: 1px solid #c8e7dc;
	border-radius: 14px;
	color: var(--ep-flow-success);
	display: grid;
	gap: 0 12px;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	margin: 0 0 18px;
	padding: 13px 15px 11px;
}

.ep-flow-shipping:not(.is-complete) {
	background: #f5f8fc;
	border-color: #dce5ef;
	color: var(--ep-flow-accent);
}

.ep-flow-shipping__icon {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: inline-flex;
	font-size: 15px;
	grid-row: 1;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.ep-flow-shipping__copy {
	display: flex;
	flex-direction: column;
	grid-row: 1;
}

.ep-flow-shipping__copy strong {
	font-size: 15px;
	line-height: 1.25;
}

.ep-flow-shipping__copy small {
	color: #527d72;
	font-size: 12px;
	margin-top: 2px;
}

.ep-flow-shipping:not(.is-complete) .ep-flow-shipping__copy small {
	color: var(--ep-flow-muted);
}

.ep-flow-shipping__value {
	font-size: 12px;
	font-weight: 850;
	grid-row: 1;
}

.ep-flow-shipping__bar {
	background: rgba(21, 118, 95, .12);
	border-radius: 999px;
	grid-column: 2 / -1;
	height: 4px;
	margin-top: 9px;
	overflow: hidden;
}

.ep-flow-shipping__bar i {
	background: currentColor;
	border-radius: inherit;
	display: block;
	height: 100%;
	max-width: 100%;
	width: var(--ep-flow-progress);
}

/* Cart */
body.woocommerce-cart .woocommerce-notices-wrapper:empty {
	display: none;
}

body.woocommerce-cart .kadence-woo-cart-form-wrap {
	align-items: start;
	display: grid !important;
	gap: 24px;
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, .72fr);
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	width: auto !important;
}

body.woocommerce-cart .woocommerce-cart-form .cart-summary {
	display: none;
}

body.woocommerce-cart table.shop_table.cart {
	background: transparent;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
}

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

body.woocommerce-cart table.shop_table.cart tbody {
	display: grid;
	gap: 14px;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ep-flow-border);
	border-radius: 16px;
	display: grid !important;
	gap: 14px;
	grid-template-columns: 28px 96px minmax(180px, 1fr) 136px 118px;
	padding: 15px;
	position: relative;
}

body.woocommerce-cart table.shop_table.cart tr.cart_item > td {
	background: transparent;
	border: 0 !important;
	display: block;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: break-word;
	padding: 0 !important;
	text-align: left !important;
}

body.woocommerce-cart td.product-remove {
	align-self: start;
	grid-column: 1;
}

body.woocommerce-cart td.product-remove a,
body.woocommerce-cart td.product-remove button {
	align-items: center;
	background: #f2f5f8 !important;
	border: 0 !important;
	border-radius: 50% !important;
	color: #7b8797 !important;
	display: inline-flex !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	height: 44px !important;
	justify-content: center;
	line-height: 1 !important;
	padding: 0 !important;
	width: 44px !important;
}

body.woocommerce-cart td.product-remove a:hover,
body.woocommerce-cart td.product-remove button:hover {
	background: #fff0ef !important;
	color: var(--ep-flow-danger) !important;
}

body.woocommerce-cart td.product-thumbnail {
	grid-column: 2;
}

body.woocommerce-cart td.product-thumbnail a {
	align-items: center;
	background: #f5f7f9;
	border-radius: 12px;
	display: flex;
	height: 94px;
	justify-content: center;
	overflow: hidden;
	width: 96px;
}

body.woocommerce-cart td.product-thumbnail img {
	height: 86px !important;
	margin: 0 !important;
	object-fit: contain;
	width: 86px !important;
}

body.woocommerce-cart td.product-name {
	color: var(--ep-flow-ink);
	font-size: 16px;
	font-weight: 800;
	grid-column: 3;
	line-height: 1.3;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: normal;
}

body.woocommerce-cart td.product-name > a {
	color: inherit;
	text-decoration: none;
}

body.woocommerce-cart td.product-name > a:hover {
	color: var(--ep-flow-accent);
}

body.woocommerce-cart td.product-name dl.variation {
	color: var(--ep-flow-muted);
	font-size: 12px;
	font-weight: 600;
	margin: 7px 0 0;
}

.ep-flow-stock {
	align-items: flex-start;
	color: var(--ep-flow-success);
	display: flex;
	font-size: 12px;
	font-weight: 750;
	gap: 7px;
	line-height: 1.35;
	margin-top: 8px;
}

.ep-flow-stock i {
	background: currentColor;
	border: 3px solid #d9f2e9;
	border-radius: 50%;
	box-sizing: border-box;
	flex: 0 0 12px;
	height: 12px;
	margin-top: 2px;
	width: 12px;
}

.ep-flow-stock--supplier {
	color: var(--ep-flow-warning);
}

.ep-flow-stock--supplier i {
	border-color: #f8e9bd;
}

.ep-flow-stock--out {
	color: var(--ep-flow-danger);
}

.ep-flow-stock--out i {
	border-color: #fee4e2;
}

body.woocommerce-cart td.product-price {
	display: none !important;
}

body.woocommerce-cart td.product-quantity {
	grid-column: 4;
}

body.woocommerce-cart td.product-quantity .quantity {
	align-items: center;
	border: 1px solid #cfd9e4;
	border-radius: 11px;
	box-sizing: border-box;
	display: flex !important;
	height: 44px;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	width: 136px;
}

body.woocommerce-cart td.product-quantity .quantity .qty {
	border: 0 !important;
	box-shadow: none !important;
	font-size: 15px;
	font-weight: 800;
	height: 42px;
	min-width: 46px;
	padding: 0 !important;
	position: static !important;
	text-align: center;
	width: 46px !important;
}

body.woocommerce-cart td.product-quantity .quantity .minus,
body.woocommerce-cart td.product-quantity .quantity .plus {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	bottom: auto !important;
	box-shadow: none !important;
	color: var(--ep-flow-accent) !important;
	display: inline-flex !important;
	float: none !important;
	font-size: 18px !important;
	height: 44px !important;
	justify-content: center !important;
	left: auto !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-width: 44px !important;
	padding: 0 !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	transform: none !important;
	visibility: visible !important;
	width: 44px !important;
}

body.woocommerce-cart td.product-quantity .quantity .minus:focus-visible,
body.woocommerce-cart td.product-quantity .quantity .plus:focus-visible {
	background: #edf4fb !important;
	outline: 3px solid rgba(40, 88, 153, .28);
	outline-offset: -3px;
}

body.woocommerce-cart td.product-subtotal {
	color: var(--ep-flow-ink);
	font-size: 17px;
	font-weight: 850;
	grid-column: 5;
	text-align: right !important;
	white-space: nowrap;
}

body.woocommerce-cart table.shop_table.cart tr:not(.cart_item) {
	display: block;
}

body.woocommerce-cart table.shop_table.cart td.actions {
	align-items: flex-end;
	border: 0 !important;
	display: flex !important;
	gap: 12px;
	justify-content: space-between;
	padding: 0 !important;
}

body.woocommerce-cart table.shop_table.cart td.actions::before {
	content: none !important;
	display: none !important;
}

body.woocommerce-cart td.actions .coupon {
	align-items: stretch;
	display: grid !important;
	grid-template-columns: minmax(130px, 1fr) auto;
	max-width: 360px;
	position: relative;
	width: 100%;
}

.ep-cart-coupon-label {
	color: #475467;
	display: block;
	font-size: 12px;
	font-weight: 800;
	grid-column: 1 / -1;
	margin-bottom: 6px;
}

body.woocommerce-cart td.actions .coupon .input-text {
	border: 1px solid #cfd8e3 !important;
	border-radius: 10px 0 0 10px !important;
	box-shadow: none !important;
	font-size: 14px;
	height: 44px;
	min-width: 0;
	padding: 10px 12px !important;
	width: 100% !important;
}

body.woocommerce-cart td.actions .coupon .button {
	background: var(--ep-flow-soft) !important;
	border: 1px solid #cfd8e3 !important;
	border-left: 0 !important;
	border-radius: 0 10px 10px 0 !important;
	color: var(--ep-flow-ink) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	height: 44px;
	padding: 8px 14px !important;
}

body.woocommerce-cart td.actions > .button {
	background: var(--ep-flow-soft) !important;
	border: 1px solid var(--ep-flow-border) !important;
	border-radius: 10px !important;
	color: #344054 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	min-height: 44px;
	padding: 10px 14px !important;
}

body.woocommerce-cart td.actions > .button[disabled] {
	display: none !important;
}

body.woocommerce-cart td.actions > .button.ep-is-updating {
	display: inline-flex !important;
	opacity: .75;
}

body.woocommerce-cart .epc-bonus-card {
	background: var(--ep-flow-warning-bg) !important;
	border: 1px solid #eed99d !important;
	border-radius: 15px !important;
	box-sizing: border-box;
	box-shadow: none !important;
	margin: 16px 0 0 !important;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	padding: 16px !important;
	width: 100%;
}

body.woocommerce-cart .epc-bonus-heading {
	align-items: center;
	display: flex !important;
	gap: 10px;
	justify-content: space-between;
	min-width: 0;
}

body.woocommerce-cart .epc-bonus-heading > :first-child {
	min-width: 0;
}

body.woocommerce-cart .epc-bonus-icon {
	flex: 0 0 auto;
}

body.woocommerce-cart .epc-ticket-math {
	align-items: stretch;
	display: grid !important;
	gap: 5px !important;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, .8fr) auto minmax(0, 1fr);
	max-width: 100%;
}

body.woocommerce-cart .epc-ticket-math > div {
	min-width: 0 !important;
	width: auto !important;
}

body.woocommerce-cart .cart-collaterals {
	position: sticky;
	top: 96px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid var(--ep-flow-border);
	border-radius: 17px;
	box-shadow: var(--ep-flow-shadow);
	float: none !important;
	overflow: hidden;
	padding: 20px;
	width: 100% !important;
}

body.woocommerce-cart .cart_totals h2 {
	color: var(--ep-flow-ink);
	font-size: 24px;
	letter-spacing: -.025em;
	margin: 0 0 13px;
}

body.woocommerce-cart .cart_totals h2::before {
	color: var(--ep-flow-accent);
	content: "Zhrnutie";
	display: block;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

html[lang^="en"] body.woocommerce-cart .cart_totals h2::before {
	content: "Summary";
}

html[lang^="hu"] body.woocommerce-cart .cart_totals h2::before {
	content: "Összegzés";
}

html[lang^="pl"] body.woocommerce-cart .cart_totals h2::before {
	content: "Podsumowanie";
}

body.woocommerce-cart .cart_totals table.shop_table {
	border: 0;
	margin: 0;
}

body.woocommerce-cart .cart_totals table.shop_table tr,
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	background: transparent !important;
	border-color: #edf1f4 !important;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	font-size: 14px;
	padding: 13px 0 !important;
}

body.woocommerce-cart .cart_totals table.shop_table th {
	color: var(--ep-flow-muted);
	font-weight: 650;
	width: 38%;
}

body.woocommerce-cart .cart_totals table.shop_table td {
	color: var(--ep-flow-ink);
	text-align: right;
}

body.woocommerce-cart .cart_totals .order-total th {
	color: var(--ep-flow-ink);
	font-weight: 850;
}

body.woocommerce-cart .cart_totals .order-total .amount {
	color: var(--ep-flow-ink);
	font-size: 24px;
	font-weight: 900;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
	display: grid;
	gap: 7px;
	margin: 0;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
	align-items: flex-start;
	display: grid;
	font-size: 12px;
	gap: 7px;
	grid-template-columns: auto minmax(0, 1fr);
	line-height: 1.3;
	text-align: left;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 16px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	align-items: center;
	background: var(--ep-flow-accent) !important;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 22px rgba(40, 88, 153, .2);
	color: #fff !important;
	display: flex !important;
	font-size: 16px !important;
	font-weight: 850 !important;
	justify-content: center;
	line-height: 1.2 !important;
	min-height: 54px;
	padding: 13px 16px !important;
	text-align: center;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after {
	content: "\2192";
	font-size: 20px;
	margin-left: auto;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--ep-flow-accent-dark) !important;
}

.ep-flow-trust {
	border-top: 1px solid #edf1f4;
	display: grid;
	gap: 8px;
	margin-top: 16px;
	padding-top: 15px;
}

.ep-flow-trust span {
	align-items: center;
	color: #526172;
	display: flex;
	font-size: 12px;
	gap: 8px;
}

.ep-flow-trust i {
	align-items: center;
	background: var(--ep-flow-success-bg);
	border-radius: 50%;
	color: var(--ep-flow-success);
	display: inline-flex;
	font-size: 9px;
	height: 18px;
	justify-content: center;
	width: 18px;
}

body.woocommerce-cart .cart_totals iframe,
body.woocommerce-cart .cart_totals [class*="tatra" i],
body.woocommerce-cart .cart_totals [class*="splat" i],
body.woocommerce-cart .cart_totals [class*="install" i],
body.woocommerce-cart .cart_totals [class*="paylater" i],
body.woocommerce-cart .cart_totals nasplatky-button {
	max-width: 100% !important;
}

body.woocommerce-cart .cart_totals > div,
body.woocommerce-cart .cart_totals > section {
	max-width: 100%;
	min-width: 0;
	overflow: visible;
}

body.woocommerce-cart .ep-sca--cart {
	background: #fff;
	border: 1px solid var(--ep-flow-border);
	border-radius: 17px;
	box-shadow: 0 12px 30px rgba(28, 49, 76, .06);
	margin: 24px auto 0 !important;
	max-width: 1180px;
	padding: clamp(18px, 3vw, 28px) !important;
}

/* Checkout */
body.woocommerce-checkout .ep-flow-heading--checkout {
	margin-bottom: 18px;
}

body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: inline-block;
	margin: 0 10px 18px 0;
	width: calc(50% - 7px);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-right: 0;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	background: var(--ep-flow-soft);
	border: 1px solid var(--ep-flow-border);
	border-radius: 10px;
	color: #526172;
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
	min-height: 44px;
	padding: 12px 14px;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	display: none;
}

body.woocommerce-checkout .woocommerce-form-login-toggle a,
body.woocommerce-checkout .woocommerce-form-coupon-toggle a {
	color: var(--ep-flow-accent);
	font-weight: 800;
}

body.woocommerce-checkout form.woocommerce-form-login,
body.woocommerce-checkout form.checkout_coupon {
	background: #fff;
	border: 1px solid var(--ep-flow-border);
	border-radius: 12px;
	box-shadow: none;
	margin: 0 0 18px;
	padding: 16px;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.45fr) minmax(390px, .75fr);
	grid-template-rows: auto auto;
	min-width: 0;
}

body.woocommerce-checkout #customer_details {
	display: block;
	grid-column: 1;
	grid-row: 1 / span 2;
	margin: 0;
	min-width: 0;
	width: auto;
}

body.woocommerce-checkout #customer_details > .col-1,
body.woocommerce-checkout #customer_details > .col-2 {
	display: grid;
	float: none !important;
	gap: 16px;
	margin: 0 0 16px;
	width: 100% !important;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
	background: #fff;
	border: 1px solid var(--ep-flow-border);
	border-radius: 15px;
	overflow: hidden;
}

body.woocommerce-checkout .woocommerce-account-fields {
	background: var(--ep-flow-soft);
	border: 1px solid var(--ep-flow-border);
	border-radius: 12px;
	font-size: 13px;
	padding: 13px 15px;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields > h3,
body.woocommerce-checkout .woocommerce-additional-fields > h3 {
	align-items: center;
	border-bottom: 1px solid #edf1f4;
	color: var(--ep-flow-ink);
	display: flex;
	font-size: 18px;
	gap: 10px;
	margin: 0;
	padding: 15px 17px;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before,
body.woocommerce-checkout .woocommerce-shipping-fields > h3::before,
body.woocommerce-checkout .woocommerce-additional-fields > h3::before {
	align-items: center;
	background: var(--ep-flow-soft);
	border-radius: 8px;
	color: var(--ep-flow-accent);
	display: inline-flex;
	font-size: 13px;
	height: 32px;
	justify-content: center;
	width: 32px;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3::before {
	content: "1";
}

body.woocommerce-checkout .woocommerce-shipping-fields > h3::before {
	content: "2";
}

body.woocommerce-checkout .woocommerce-additional-fields > h3::before {
	content: "3";
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .shipping_address,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	padding: 16px 17px 5px;
}

body.woocommerce-checkout .woocommerce-shipping-fields > #ship-to-different-address {
	border-bottom: 1px solid #edf1f4;
	font-size: 15px;
	padding: 15px 17px;
}

body.woocommerce-checkout .form-row {
	margin-bottom: 14px;
}

body.woocommerce-checkout .form-row label {
	color: #344054;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
	margin-bottom: 6px;
}

body.woocommerce-checkout .form-row .required {
	color: var(--ep-flow-danger);
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container .select2-selection {
	background: #fff;
	border: 1px solid #cfd9e4 !important;
	border-radius: 9px !important;
	box-shadow: none !important;
	color: var(--ep-flow-ink);
	font-size: 14px;
	min-height: 44px;
}

body.woocommerce-checkout .form-row input.input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select {
	padding: 10px 12px;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered {
	line-height: 42px;
	padding-left: 12px;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow {
	height: 42px;
}

body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection {
	border-color: var(--ep-flow-accent) !important;
	box-shadow: 0 0 0 3px rgba(40, 88, 153, .11) !important;
	outline: 0;
}

body.woocommerce-checkout .woocommerce-invalid input.input-text,
body.woocommerce-checkout .woocommerce-invalid .select2-selection {
	border-color: #e17972 !important;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, .08) !important;
}

body.woocommerce-checkout #order_review_heading {
	align-self: start;
	background: #fff;
	border: 1px solid var(--ep-flow-border);
	border-bottom: 0;
	border-radius: 17px 17px 0 0;
	color: var(--ep-flow-ink);
	font-size: 22px;
	grid-column: 2;
	grid-row: 1;
	letter-spacing: -.02em;
	margin: 0;
	min-width: 0;
	padding: 18px 20px 14px;
	position: relative;
	width: auto;
}

body.woocommerce-checkout #order_review_heading::before {
	color: var(--ep-flow-accent);
	content: "Zhrnutie nákupu";
	display: block;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

html[lang^="en"] body.woocommerce-checkout #order_review_heading::before {
	content: "Order summary";
}

html[lang^="hu"] body.woocommerce-checkout #order_review_heading::before {
	content: "Vásárlási összegzés";
}

html[lang^="pl"] body.woocommerce-checkout #order_review_heading::before {
	content: "Podsumowanie zamówienia";
}

body.woocommerce-checkout #order_review {
	background: #fff;
	border: 1px solid var(--ep-flow-border);
	border-radius: 0 0 17px 17px;
	box-shadow: var(--ep-flow-shadow);
	grid-column: 2;
	grid-row: 2;
	min-width: 0;
	overflow: hidden;
	padding: 4px 20px 20px;
	position: static;
}

body.woocommerce-checkout #order_review table.shop_table {
	border: 0;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 10px;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
	background: transparent !important;
	border-color: #edf1f4 !important;
	font-size: 13px;
	min-width: 0;
	overflow-wrap: break-word;
	padding: 12px 0 !important;
	word-break: normal;
}

body.woocommerce-checkout #order_review table.shop_table th {
	color: var(--ep-flow-muted);
	font-weight: 650;
}

body.woocommerce-checkout #order_review table.shop_table td {
	color: var(--ep-flow-ink);
	font-weight: 750;
	text-align: right;
}

body.woocommerce-checkout #order_review table.shop_table thead th {
	color: var(--ep-flow-ink);
	font-size: 12px;
	font-weight: 850;
}

body.woocommerce-checkout #order_review .cart_item .product-name {
	hyphens: auto;
	line-height: 1.35;
	overflow-wrap: break-word;
	padding-right: 12px !important;
	text-align: left;
	width: 64%;
}

body.woocommerce-checkout #order_review .cart_item .product-total,
body.woocommerce-checkout #order_review table.shop_table thead th:last-child {
	white-space: nowrap;
	width: 36%;
}

body.woocommerce-checkout #order_review .order-total th {
	color: var(--ep-flow-ink);
	font-weight: 850;
}

body.woocommerce-checkout #order_review .order-total .amount {
	color: var(--ep-flow-ink);
	font-size: 22px;
	font-weight: 900;
}

body.woocommerce-checkout #order_review .ep-checkout-shipping-heading {
	color: var(--ep-flow-muted);
	font-size: 13px;
	font-weight: 750;
	margin: 0 0 9px;
	text-align: left;
}

body.woocommerce-checkout #order_review .woocommerce-shipping-methods {
	display: grid;
	gap: 8px;
	margin: 0;
	max-width: 100%;
	padding: 0;
	text-align: left;
	width: 100%;
}

body.woocommerce-checkout #order_review .woocommerce-shipping-methods li {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #d8e1ea;
	border-radius: 11px;
	box-sizing: border-box;
	cursor: pointer;
	display: grid !important;
	font-size: 12px;
	gap: 4px 9px;
	grid-template-columns: 20px minmax(0, 1fr);
	line-height: 1.4;
	margin: 0 !important;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	padding: 11px 12px !important;
	text-align: left;
	width: 100% !important;
}

body.woocommerce-checkout #order_review .woocommerce-shipping-methods li.is-selected,
body.woocommerce-checkout #order_review .woocommerce-shipping-methods li:has(input.shipping_method:checked) {
	background: #f2f7fd;
	border-color: #98b8db;
	box-shadow: 0 0 0 2px rgba(40, 88, 153, .08);
}

body.woocommerce-checkout #order_review .woocommerce-shipping-methods input.shipping_method {
	align-self: start;
	box-sizing: border-box;
	grid-column: 1;
	grid-row: 1;
	height: 18px !important;
	margin: 1px 0 0 !important;
	max-width: 18px !important;
	min-width: 18px !important;
	padding: 0 !important;
	position: static !important;
	width: 18px !important;
}

body.woocommerce-checkout #order_review .woocommerce-shipping-methods label {
	align-items: flex-start;
	color: var(--ep-flow-ink);
	cursor: pointer;
	display: flex !important;
	font-size: 12px;
	font-weight: 750;
	gap: 10px;
	grid-column: 2;
	grid-row: 1;
	justify-content: space-between;
	line-height: 1.4;
	margin: 0 !important;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: break-word;
	width: 100% !important;
}

body.woocommerce-checkout #order_review .ep-shipping-card__name {
	min-width: 0;
	overflow-wrap: break-word;
}

body.woocommerce-checkout #order_review .ep-shipping-card__price {
	flex: 0 0 auto;
	font-weight: 850;
	white-space: nowrap;
}

body.woocommerce-checkout #order_review .packetery-widget-button-wrapper,
body.woocommerce-checkout #order_review .packeta-widget,
body.woocommerce-checkout #order_review .packetery-widget-button-row,
body.woocommerce-checkout #order_review .packeta-widget-selected-address,
body.woocommerce-checkout #order_review .packeta-widget-place,
body.woocommerce-checkout #order_review .packeta-widget-info {
	box-sizing: border-box;
	clear: both;
	float: none !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow-wrap: break-word;
	width: 100% !important;
}

body.woocommerce-checkout #order_review .packetery-widget-button-wrapper {
	grid-column: 1 / -1;
	grid-row: 2;
	height: auto !important;
	margin: 6px 0 0 !important;
}

body.woocommerce-checkout #order_review .packeta-widget {
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-checkout #order_review .packetery-widget-button-row {
	align-items: center;
	display: grid !important;
	gap: 9px;
	grid-template-columns: 40px minmax(0, 1fr);
	height: auto !important;
}

body.woocommerce-checkout #order_review .packetery-widget-button-logo {
	grid-column: 1;
	height: 40px !important;
	max-height: 40px !important;
	max-width: 40px !important;
	object-fit: contain;
	width: 40px !important;
}

body.woocommerce-checkout #order_review .packetery-widget-button-row .button {
	align-items: center;
	background: var(--ep-flow-accent) !important;
	border: 0 !important;
	border-radius: 9px !important;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	grid-column: 2;
	height: auto !important;
	justify-content: center;
	line-height: 1.3 !important;
	margin: 0 !important;
	min-height: 44px;
	padding: 9px 12px !important;
	white-space: normal;
	width: 100% !important;
}

body.woocommerce-checkout #order_review .packeta-widget-selected-address,
body.woocommerce-checkout #order_review .packeta-widget-place,
body.woocommerce-checkout #order_review .packeta-widget-info {
	font-size: 11px;
	grid-column: 1 / -1;
	line-height: 1.4;
	margin: 6px 0 0 !important;
}

body.woocommerce-checkout #order_review tr.woocommerce-shipping-totals.shipping {
	display: table-row !important;
}

body.woocommerce-checkout #order_review tr.ep-shipping-row > th {
	display: none !important;
}

body.woocommerce-checkout #order_review tr.ep-shipping-row > td {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	padding: 14px 0 13px !important;
	text-align: left !important;
	width: 100% !important;
}

body.woocommerce-checkout #order_review .epc-bonus-card {
	background: var(--ep-flow-warning-bg) !important;
	border: 1px solid #eed99d !important;
	border-radius: 12px !important;
	box-shadow: none !important;
	margin: 12px 0 !important;
	max-width: 100%;
	overflow: hidden;
	padding: 12px !important;
	word-break: normal;
}

body.woocommerce-checkout #order_review .epc-bonus-heading {
	align-items: center;
	display: flex !important;
	gap: 10px;
	justify-content: space-between;
	min-width: 0;
}

body.woocommerce-checkout #order_review .epc-bonus-heading > :first-child {
	min-width: 0;
}

body.woocommerce-checkout #order_review .epc-bonus-icon {
	flex: 0 0 auto;
}

body.woocommerce-checkout #order_review .epc-bonus-lead,
body.woocommerce-checkout #order_review .epc-bonus-help,
body.woocommerce-checkout #order_review .epc-bonus-progress,
body.woocommerce-checkout #order_review .epc-bonus-link {
	hyphens: auto;
	overflow-wrap: break-word;
}

body.woocommerce-checkout #order_review .epc-ticket-math {
	align-items: stretch;
	display: grid !important;
	gap: 5px !important;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, .8fr) auto minmax(0, 1fr);
	max-width: 100%;
}

body.woocommerce-checkout #order_review .epc-ticket-math > div {
	min-width: 0 !important;
	width: auto !important;
}

body.woocommerce-checkout #order_review .epc-ticket-math > b {
	align-self: center;
	min-width: 0;
}

body.woocommerce-checkout #payment {
	background: transparent !important;
	box-sizing: border-box;
	border-radius: 0 !important;
	max-width: 100%;
	margin-top: 12px;
	min-width: 0;
	width: 100%;
}

body.woocommerce-checkout #payment ul.payment_methods {
	border: 0 !important;
	box-sizing: border-box;
	display: grid;
	gap: 9px;
	max-width: 100%;
	margin: 0;
	min-width: 0;
	padding: 0 !important;
	width: 100%;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
	background: #fff;
	border: 1px solid #d8e1ea;
	border-radius: 11px;
	box-sizing: border-box;
	margin: 0 !important;
	max-width: 100%;
	min-width: 0;
	padding: 12px !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li > label,
body.woocommerce-checkout #payment ul.payment_methods > li > .payment_box,
body.woocommerce-checkout #payment ul.payment_methods > li iframe,
body.woocommerce-checkout #payment ul.payment_methods > li img,
body.woocommerce-checkout #payment ul.payment_methods > li nasplatky-button {
	box-sizing: border-box;
	max-width: 100% !important;
	min-width: 0;
}

body.woocommerce-checkout #payment ul.payment_methods > li:has(> input:checked) {
	background: #f2f7fd;
	border-color: #98b8db;
	box-shadow: 0 0 0 2px rgba(40, 88, 153, .08);
}

body.woocommerce-checkout #payment ul.payment_methods > li > label {
	color: var(--ep-flow-ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

body.woocommerce-checkout #payment div.payment_box {
	background: transparent !important;
	color: var(--ep-flow-muted);
	font-size: 12px;
	line-height: 1.45;
	margin: 9px 0 0 !important;
	padding: 8px 0 0 !important;
}

body.woocommerce-checkout #payment div.payment_box::before {
	display: none !important;
}

body.woocommerce-checkout #payment .place-order {
	background: transparent !important;
	margin: 0;
	padding: 15px 0 0 !important;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	color: #526172;
	font-size: 11px;
	line-height: 1.45;
	max-width: 100%;
	overflow-wrap: break-word;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label {
	display: block;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: break-word;
	padding-left: 24px;
	position: relative;
	width: 100%;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper input {
	height: 16px !important;
	left: 0;
	margin: 0;
	position: absolute;
	top: 2px;
	width: 16px !important;
}

body.woocommerce-checkout #payment #place_order {
	align-items: center;
	background: var(--ep-flow-accent) !important;
	border: 0 !important;
	border-radius: 11px !important;
	box-shadow: 0 10px 22px rgba(40, 88, 153, .2);
	color: #fff !important;
	display: flex !important;
	float: none !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	justify-content: center;
	line-height: 1.25 !important;
	min-height: 54px;
	padding: 13px 15px !important;
	text-align: center;
	width: 100% !important;
}

body.woocommerce-checkout #payment #place_order::after {
	content: "\2192";
	font-size: 19px;
	margin-left: auto;
}

body.woocommerce-checkout #payment #place_order:hover {
	background: var(--ep-flow-accent-dark) !important;
}

.ep-flow-payment-trust {
	align-items: center;
	color: #667085;
	display: flex;
	font-size: 10px;
	gap: 6px;
	justify-content: center;
	margin-top: 10px;
	text-align: center;
}

.ep-mobile-order {
	display: none;
}

body.woocommerce-cart button:focus-visible,
body.woocommerce-cart a:focus-visible,
body.woocommerce-checkout button:focus-visible,
body.woocommerce-checkout a:focus-visible,
body.woocommerce-checkout input:focus-visible,
body.woocommerce-checkout select:focus-visible,
body.woocommerce-checkout textarea:focus-visible {
	outline: 3px solid rgba(40, 88, 153, .28);
	outline-offset: 2px;
}

@media (max-width: 1080px) {
	body.woocommerce-cart .kadence-woo-cart-form-wrap {
		gap: 18px;
		grid-template-columns: minmax(0, 1.3fr) 300px;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item {
		grid-template-columns: 28px 82px minmax(150px, 1fr) 136px;
	}

	body.woocommerce-cart td.product-thumbnail a {
		height: 82px;
		width: 82px;
	}

	body.woocommerce-cart td.product-thumbnail img {
		height: 75px !important;
		width: 75px !important;
	}

	body.woocommerce-cart td.product-quantity {
		grid-column: 4;
		grid-row: 1;
	}

	body.woocommerce-cart td.product-subtotal {
		grid-column: 4;
		grid-row: 1;
		margin-top: 68px;
		text-align: center !important;
	}

}

@media (max-width: 1180px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: grid !important;
		gap: 0;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto auto;
	}

	body.woocommerce-checkout #customer_details {
		grid-column: 1;
		grid-row: 1;
	}

	body.woocommerce-checkout #order_review_heading {
		grid-column: 1;
		grid-row: 2;
		margin-top: 16px;
	}

	body.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: 3;
	}
}

@media (max-width: 960px) {
	body.woocommerce-cart table.shop_table.cart tr.cart_item > td::before {
		content: none !important;
		display: none !important;
	}

	body.woocommerce-cart .kadence-woo-cart-form-wrap {
		display: grid !important;
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
	}

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

@media (max-width: 820px) {
	body.woocommerce-cart .entry-content-wrap,
	body.woocommerce-checkout .entry-content-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.woocommerce-cart .ep-checkout-progress,
	body.woocommerce-checkout .ep-checkout-progress {
		min-height: 58px;
		padding: 8px 14px;
	}

	body.woocommerce-cart .ep-checkout-progress .ep-step,
	body.woocommerce-checkout .ep-checkout-progress .ep-step {
		font-size: 11px;
		gap: 6px;
	}

	body.woocommerce-cart .ep-checkout-progress .ep-step-number,
	body.woocommerce-checkout .ep-checkout-progress .ep-step-number {
		height: 27px;
		width: 27px;
	}

	body.woocommerce-cart .ep-checkout-progress .ep-step-line,
	body.woocommerce-checkout .ep-checkout-progress .ep-step-line {
		flex-basis: 30px;
		margin: 0 7px;
	}

	.ep-flow-heading {
		align-items: flex-start;
		margin-top: 4px;
	}

	.ep-flow-heading h1 {
		font-size: 34px;
	}

	body.woocommerce-cart .kadence-woo-cart-form-wrap,
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
	}

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

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

	body.woocommerce-checkout #order_review_heading {
		grid-column: 1;
		grid-row: 3;
	}

	body.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: 4;
		position: static;
	}

	body.ep-flow-js.woocommerce-checkout .ep-mobile-order {
		background: #f4f8fc;
		border: 1px solid var(--ep-flow-border);
		border-radius: 13px;
		display: block;
		grid-column: 1;
		grid-row: 1;
		overflow: visible;
	}

	.ep-mobile-order__toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--ep-flow-ink);
		display: grid;
		gap: 11px;
		grid-template-columns: minmax(0, 1fr) auto 18px;
		min-height: 58px;
		padding: 10px 13px;
		text-align: left;
		width: 100%;
	}

	.ep-mobile-order__toggle > span:first-child {
		display: flex;
		flex-direction: column;
	}

	.ep-mobile-order__toggle small {
		color: var(--ep-flow-accent);
		font-size: 10px;
		font-weight: 850;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.ep-mobile-order__toggle strong {
		font-size: 14px;
	}

	.ep-mobile-order__total {
		font-size: 17px;
		font-weight: 900;
		white-space: nowrap;
	}

	.ep-mobile-order__toggle > i {
		border-bottom: 2px solid var(--ep-flow-accent);
		border-right: 2px solid var(--ep-flow-accent);
		height: 8px;
		transform: rotate(45deg) translateY(-3px);
		transition: transform .18s ease;
		width: 8px;
	}

	.ep-mobile-order__toggle[aria-expanded="true"] > i {
		transform: rotate(225deg) translate(-2px, -1px);
	}

	.ep-mobile-order__details {
		background: #fff;
		border-top: 1px solid var(--ep-flow-border);
		padding: 5px 13px 11px;
	}

	.ep-mobile-order__row {
		align-items: flex-start;
		border-bottom: 1px solid #edf1f4;
		display: grid;
		font-size: 12px;
		gap: 12px;
		grid-template-columns: minmax(0, 1fr) max-content;
		padding: 9px 0;
	}

	.ep-mobile-order__row:last-child {
		border: 0;
		font-weight: 850;
	}

	.ep-mobile-order__row span:first-child {
		color: #526172;
		min-width: 0;
		overflow-wrap: break-word;
	}

	.ep-mobile-order__row > :last-child {
		justify-self: end;
		max-width: 110px;
		min-width: 0;
		text-align: right;
		white-space: nowrap;
	}

	.ep-mobile-order__row--shipping {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.ep-mobile-order__row--shipping > :last-child {
		justify-self: stretch;
		max-width: 100%;
		min-width: 0;
		overflow-wrap: break-word;
		white-space: normal;
		width: 100%;
	}
}

@media (max-width: 620px) {
	body.woocommerce-cart .content-container,
	body.woocommerce-checkout .content-container {
		box-sizing: border-box;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	body.woocommerce-cart .site-main > article,
	body.woocommerce-checkout .site-main > article {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	body.woocommerce-cart .entry-content-wrap,
	body.woocommerce-checkout .entry-content-wrap {
		box-sizing: border-box;
		padding-left: 12px;
		padding-right: 12px;
		width: 100%;
	}

	body.woocommerce-cart .ep-checkout-progress .ep-step-label,
	body.woocommerce-checkout .ep-checkout-progress .ep-step-label {
		max-width: 76px;
		white-space: normal;
	}

	body.woocommerce-cart .ep-checkout-progress .ep-step:last-child .ep-step-label,
	body.woocommerce-checkout .ep-checkout-progress .ep-step:last-child .ep-step-label {
		display: none;
	}

	.ep-flow-heading {
		gap: 12px;
		margin-bottom: 17px;
	}

	.ep-flow-eyebrow {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.ep-flow-heading h1 {
		font-size: 29px;
		margin-bottom: 5px;
	}

	.ep-flow-heading p {
		font-size: 13px;
	}

	.ep-flow-badge {
		font-size: 10px;
		padding: 7px 9px;
	}

	.ep-flow-shipping {
		grid-template-columns: 29px minmax(0, 1fr) auto;
		padding: 11px 12px 10px;
	}

	.ep-flow-shipping__icon {
		height: 29px;
		width: 29px;
	}

	.ep-flow-shipping__copy strong {
		font-size: 14px;
	}

	.ep-flow-shipping__copy small {
		font-size: 11px;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item {
		align-items: start;
		gap: 9px 11px;
		grid-template-columns: 78px minmax(0, 1fr);
		padding: 12px;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item > td::before {
		float: none !important;
		line-height: 1.2;
		margin: 0;
	}

	body.woocommerce-cart td.product-remove::before,
	body.woocommerce-cart td.product-thumbnail::before,
	body.woocommerce-cart td.product-name::before,
	body.woocommerce-cart td.product-price::before {
		display: none !important;
	}

	body.woocommerce-cart td.product-remove {
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 2;
	}

	body.woocommerce-cart td.product-thumbnail {
		grid-column: 1;
		grid-row: 1;
	}

	body.woocommerce-cart td.product-thumbnail a {
		height: 78px;
		width: 78px;
	}

	body.woocommerce-cart td.product-thumbnail img {
		height: 72px !important;
		width: 72px !important;
	}

	body.woocommerce-cart td.product-name {
		font-size: 14px;
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
		overflow-wrap: break-word;
		padding-right: 40px !important;
	}

	body.woocommerce-cart td.product-name dl.variation {
		display: grid;
		gap: 2px 5px;
		grid-template-columns: auto minmax(0, 1fr);
	}

	body.woocommerce-cart td.product-name dl.variation dt,
	body.woocommerce-cart td.product-name dl.variation dd {
		float: none !important;
		margin: 0 !important;
		min-width: 0;
		overflow-wrap: break-word;
	}

	body.woocommerce-cart .ep-flow-stock {
		font-size: 10px;
		margin-top: 6px;
	}

	body.woocommerce-cart td.product-quantity {
		align-self: end;
		display: grid !important;
		gap: 5px;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: start;
		min-width: 136px;
		width: 136px;
	}

	body.woocommerce-cart td.product-quantity::before,
	body.woocommerce-cart td.product-subtotal::before {
		color: var(--ep-flow-muted);
		display: block !important;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	body.woocommerce-cart td.product-quantity::before {
		content: attr(data-title) ":" !important;
	}

	body.woocommerce-cart td.product-subtotal::before {
		content: attr(data-title) ":" !important;
	}

	body.woocommerce-cart td.product-quantity .quantity {
		height: 44px;
		width: 136px;
	}

	body.woocommerce-cart td.product-subtotal {
		align-self: center;
		display: grid !important;
		font-size: 18px;
		gap: 5px;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: end;
		min-width: 0;
		margin: 0;
		text-align: right !important;
	}

	body.woocommerce-cart td.product-subtotal::before {
		justify-self: end;
	}

	body.woocommerce-cart table.shop_table.cart td.actions {
		align-items: stretch;
		background: transparent !important;
		box-sizing: border-box;
		flex-direction: column;
		gap: 8px;
		margin: 0;
		max-width: 100%;
		padding: 2px 0 0 !important;
		width: 100%;
	}

	body.woocommerce-cart table.shop_table.cart td.actions::before {
		content: none !important;
		display: none !important;
	}

	body.woocommerce-cart td.actions .coupon {
		box-sizing: border-box;
		gap: 0;
		grid-template-columns: minmax(0, 1fr) 132px;
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	body.woocommerce-cart td.actions .coupon .input-text,
	body.woocommerce-cart td.actions .coupon .button {
		box-sizing: border-box;
		float: none !important;
		inset: auto !important;
		margin: 0 !important;
		max-width: 100%;
		min-width: 0;
		position: static !important;
		transform: none !important;
	}

	body.woocommerce-cart td.actions .coupon .button {
		font-size: 12px !important;
		padding-left: 9px !important;
		padding-right: 9px !important;
		white-space: nowrap;
		width: 100% !important;
	}

	body.woocommerce-cart .ep-cart-coupon-label {
		margin-bottom: 5px;
		text-align: left;
	}

	body.woocommerce-cart td.actions > .button {
		align-self: flex-start;
		min-height: 38px;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		border-radius: 15px;
		padding: 17px;
	}

	body.woocommerce-cart .cart_totals h2 {
		font-size: 21px;
	}

	body.woocommerce-cart .cart_totals .order-total .amount {
		font-size: 24px;
	}

	body.woocommerce-cart .cart_totals .order-total td > strong,
	body.woocommerce-checkout #order_review .order-total td > strong {
		display: block;
		white-space: nowrap;
	}

	body.woocommerce-cart .cart_totals .order-total .includes_tax,
	body.woocommerce-checkout #order_review .order-total .includes_tax {
		color: var(--ep-flow-muted) !important;
		display: block !important;
		font-size: 11px !important;
		font-style: normal;
		font-weight: 400 !important;
		line-height: 1.35;
		margin-top: 3px;
		white-space: normal;
	}

	body.woocommerce-cart .cart_totals .order-total .includes_tax .amount,
	body.woocommerce-checkout #order_review .order-total .includes_tax .amount {
		color: inherit !important;
		font-size: inherit !important;
		font-weight: 400 !important;
		letter-spacing: 0;
		white-space: nowrap;
	}

	body.woocommerce-cart .epc-bonus-card {
		padding: 13px !important;
	}

	body.woocommerce-cart .epc-ticket-math {
		align-items: stretch;
		display: grid !important;
		font-size: 13px;
		gap: 5px !important;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, .8fr) auto minmax(0, 1fr);
	}

	body.woocommerce-cart .epc-ticket-math strong {
		font-size: 15px;
		min-width: 40px;
		padding: 6px 8px !important;
		text-align: center;
	}

	body.woocommerce-cart .ep-sca--cart {
		border-radius: 15px;
		margin-top: 18px !important;
		padding: 16px !important;
	}

	body.woocommerce-checkout .woocommerce-form-login-toggle,
	body.woocommerce-checkout .woocommerce-form-coupon-toggle {
		display: block;
		margin: 0 0 8px;
		width: 100%;
	}

	body.woocommerce-checkout .woocommerce-form-coupon-toggle {
		margin-bottom: 14px;
	}

	body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
	body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
		font-size: 12px;
		min-height: 40px;
		padding: 10px 11px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields > h3,
	body.woocommerce-checkout .woocommerce-shipping-fields > h3,
	body.woocommerce-checkout .woocommerce-additional-fields > h3 {
		font-size: 16px;
		padding: 13px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields > h3::before,
	body.woocommerce-checkout .woocommerce-shipping-fields > h3::before,
	body.woocommerce-checkout .woocommerce-additional-fields > h3::before {
		height: 29px;
		width: 29px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .shipping_address,
	body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		padding: 13px 13px 2px;
	}

	body.woocommerce-checkout .form-row-first,
	body.woocommerce-checkout .form-row-last {
		float: none !important;
		width: 100% !important;
	}

	body.woocommerce-checkout #order_review_heading {
		font-size: 20px;
		margin: 14px 0 0;
		padding: 16px 15px 12px;
	}

	body.woocommerce-checkout #order_review {
		padding: 3px 15px 15px;
	}

	body.woocommerce-checkout #order_review .cart_item .product-name {
		width: 62%;
	}

	body.woocommerce-checkout #order_review .cart_item .product-total,
	body.woocommerce-checkout #order_review table.shop_table thead th:last-child {
		width: 38%;
	}

	body.woocommerce-checkout #order_review .epc-bonus-card {
		padding: 11px !important;
	}

	body.woocommerce-checkout #order_review .order-total .amount {
		font-size: 24px;
	}

	body.woocommerce-checkout #payment #place_order {
		font-size: 13px !important;
		min-height: 52px;
	}
}

@media (max-width: 360px) {
	body.woocommerce-cart td.actions .coupon {
		grid-template-columns: minmax(0, 1fr) 124px;
	}

	body.woocommerce-cart .content-container,
	body.woocommerce-checkout .content-container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	body.woocommerce-cart .entry-content-wrap,
	body.woocommerce-checkout .entry-content-wrap {
		padding-left: 8px;
		padding-right: 8px;
	}

	body.woocommerce-cart table.shop_table.cart tr.cart_item {
		gap: 8px;
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 10px;
	}

	body.woocommerce-cart td.product-thumbnail a {
		height: 64px;
		width: 64px;
	}

	body.woocommerce-cart td.product-thumbnail img {
		height: 60px !important;
		width: 60px !important;
	}

	body.woocommerce-cart td.product-name {
		font-size: 13px;
		padding-right: 20px !important;
	}

	body.woocommerce-cart td.product-quantity,
	body.woocommerce-cart td.product-quantity .quantity {
		min-width: 132px;
		width: 132px;
	}

	body.woocommerce-cart td.product-quantity .quantity .qty {
		min-width: 44px;
		width: 44px !important;
	}

	.ep-mobile-order__toggle {
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto 14px;
		padding-left: 11px;
		padding-right: 11px;
	}

	.ep-mobile-order__total {
		font-size: 15px;
	}
}

/*
 * Mobile order-summary width guard.
 * WooCommerce keeps the desktop table columns in the cart totals. That leaves
 * shipping inside the narrow value column and clips method labels, prices and
 * third-party pickup widgets at the right edge. Flatten only these summary
 * rows on mobile; product tables and desktop layouts remain unchanged.
 */
@media (max-width: 767px) {
	body.woocommerce-cart .cart-collaterals,
	body.woocommerce-cart .cart-collaterals .cart_totals,
	body.woocommerce-cart .cart_totals table.shop_table,
	body.woocommerce-cart .cart_totals table.shop_table tbody,
	body.woocommerce-checkout #order_review,
	body.woocommerce-checkout #order_review table.shop_table,
	body.woocommerce-checkout #order_review table.shop_table tbody {
		box-sizing: border-box !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		clear: both !important;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow: visible !important;
	}

	body.woocommerce-cart .cart_totals table.shop_table {
		table-layout: fixed;
	}

	body.woocommerce-cart .cart_totals tr.cart-subtotal,
	body.woocommerce-cart .cart_totals tr.order-total,
	body.woocommerce-cart .cart_totals tr.tax-rate,
	body.woocommerce-cart .cart_totals tr.fee {
		align-items: baseline;
		display: grid !important;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100% !important;
	}

	body.woocommerce-cart .cart_totals tr.cart-subtotal > th,
	body.woocommerce-cart .cart_totals tr.cart-subtotal > td,
	body.woocommerce-cart .cart_totals tr.order-total > th,
	body.woocommerce-cart .cart_totals tr.order-total > td,
	body.woocommerce-cart .cart_totals tr.tax-rate > th,
	body.woocommerce-cart .cart_totals tr.tax-rate > td,
	body.woocommerce-cart .cart_totals tr.fee > th,
	body.woocommerce-cart .cart_totals tr.fee > td {
		box-sizing: border-box;
		display: block !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: auto !important;
	}

	body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping {
		display: block !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping > th,
	body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping > td {
		box-sizing: border-box !important;
		display: block !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}

	/* Kadence/Woo responsive tables generate a floated pseudo-label inside td.
	 * The real heading already remains in th, so the duplicate steals width. */
	body.woocommerce-cart .cart_totals table.shop_table_responsive tr.cart-subtotal > td::before,
	body.woocommerce-cart .cart_totals table.shop_table_responsive tr.order-total > td::before,
	body.woocommerce-cart .cart_totals table.shop_table_responsive tr.tax-rate > td::before,
	body.woocommerce-cart .cart_totals table.shop_table_responsive tr.fee > td::before,
	body.woocommerce-cart .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals.shipping > td::before,
	body.woocommerce-checkout #order_review table.shop_table_responsive tr.woocommerce-shipping-totals.shipping > td::before,
	body.woocommerce-checkout #order_review table.shop_table_responsive tr.ep-shipping-row > td::before {
		content: none !important;
		display: none !important;
		float: none !important;
	}

	body.woocommerce-cart .cart_totals tr.woocommerce-shipping-totals.shipping > th,
	body.woocommerce-checkout #order_review tr.ep-shipping-row > th {
		margin-bottom: 7px;
	}

	body.woocommerce-checkout #order_review tr.woocommerce-shipping-totals.shipping.ep-shipping-row > th {
		display: none !important;
	}

	/* Keep a real table row/cell; colspan=2 is set before adding the heading.
	 * A block tr inside tfoot creates an anonymous 1-column cell (narrow cards). */
	body.woocommerce-checkout #order_review tr.woocommerce-shipping-totals.shipping.ep-shipping-row {
		display: table-row !important;
	}
	body.woocommerce-checkout #order_review tr.woocommerce-shipping-totals.shipping.ep-shipping-row > td {
		display: table-cell !important;
		float: none !important;
		width: auto !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods,
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods,
	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li,
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods li {
		box-sizing: border-box !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods,
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods {
		float: none !important;
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li,
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods li {
		display: grid !important;
		float: none !important;
		text-align: left !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
		align-items: start;
		background: #fff;
		border: 1px solid #d8e1ea;
		border-radius: 11px;
		gap: 8px 9px;
		grid-template-columns: 20px minmax(0, 1fr);
		margin: 0 !important;
		overflow: visible;
		padding: 11px 12px !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li:has(input.shipping_method:checked) {
		background: #f2f7fd;
		border-color: #98b8db;
		box-shadow: 0 0 0 2px rgba(40, 88, 153, .08);
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods input.shipping_method {
		grid-column: 1;
		grid-row: 1;
		margin: 2px 0 0 !important;
		position: static !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods label,
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods label {
		box-sizing: border-box !important;
		grid-column: 2;
		grid-row: 1;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-wrap: anywhere;
		white-space: normal !important;
		width: 100% !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li > :not(input):not(label),
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods li > :not(input):not(label) {
		box-sizing: border-box !important;
		grid-column: 1 / -1 !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li [class*="dpd" i],
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods li [class*="dpd" i],
	body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li [class*="parcelshop" i],
	body.woocommerce-checkout #order_review .woocommerce-shipping-methods li [class*="parcelshop" i] {
		box-sizing: border-box !important;
		float: none !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}

	body.woocommerce-cart .dpd-parcelshop-shipping-method-content,
	body.woocommerce-checkout .dpd-parcelshop-shipping-method-content {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		overflow: visible !important;
	}

	body.woocommerce-cart .dpd-parcelshop-shipping-method-content button,
	body.woocommerce-cart .dpd-parcelshop-shipping-method-content a,
	body.woocommerce-checkout .dpd-parcelshop-shipping-method-content button,
	body.woocommerce-checkout .dpd-parcelshop-shipping-method-content a {
		box-sizing: border-box !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow-wrap: anywhere;
		white-space: normal !important;
		width: 100% !important;
	}

	body.woocommerce-cart .cart_totals .order-total td > strong,
	body.woocommerce-checkout #order_review .order-total td > strong {
		white-space: normal !important;
	}

	body.woocommerce-cart .cart_totals .amount,
	body.woocommerce-checkout #order_review .amount {
		max-width: 100%;
		white-space: nowrap;
	}
}

@media (max-width: 420px) {
	body.woocommerce-cart .cart_totals tr.order-total,
	body.woocommerce-checkout #order_review tr.order-total {
		align-items: start !important;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.woocommerce-cart .cart_totals tr.order-total > td,
	body.woocommerce-checkout #order_review tr.order-total > td {
		text-align: left !important;
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ep-mobile-order__toggle > i {
		transition: none;
	}
}
