body.woocommerce-checkout {
	--eg-checkout-bg: #f4f2ed;
	--eg-checkout-card: #ffffff;
	--eg-checkout-ink: #071126;
	--eg-checkout-muted: #667085;
	--eg-checkout-line: #e5e1d8;
	--eg-checkout-line-strong: #cfd6df;
	--eg-checkout-brand: #0b4f46;
	--eg-checkout-brand-soft: #eef8f4;
	--eg-checkout-danger: #b42318;
	--eg-checkout-shadow: 0 16px 34px rgba(7, 17, 38, 0.07);
	background: var(--eg-checkout-bg) !important;
}

body.woocommerce-checkout *,
body.woocommerce-checkout *::before,
body.woocommerce-checkout *::after {
	box-sizing: border-box;
}

body.woocommerce-checkout .woocommerce-checkout-page {
	max-width: none !important;
	margin: 0 !important;
	padding: 24px 18px 72px !important;
	background: var(--eg-checkout-bg);
	overflow-x: clip;
}

body.woocommerce-checkout .woocommerce-checkout-page > * {
	max-width: 1120px;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.woocommerce-checkout .woocommerce-checkout-page h1,
body.woocommerce-checkout .woocommerce-checkout-page .wp-block-post-title,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .checkout_coupon {
	display: none !important;
}

.eg-checkout-progress {
	margin: 0 auto 22px !important;
	border-radius: 18px;
	background: var(--eg-checkout-card);
	box-shadow: var(--eg-checkout-shadow);
	overflow: hidden;
}

.eg-checkout-progress__trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 42px;
	padding: 9px 18px;
	background: var(--eg-checkout-brand);
	color: #ffffff;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-align: center;
}

.eg-checkout-progress__trust span {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #62dfb4;
	box-shadow: 0 0 0 6px rgba(98, 223, 180, 0.16);
}

.eg-checkout-progress__steps {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 16px 22px;
	border: 1px solid rgba(7, 17, 38, 0.06);
	border-top: 0;
	background: #ffffff;
}

.eg-checkout-step {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--eg-checkout-ink);
	font-size: 15px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.eg-checkout-step span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--eg-checkout-brand);
	color: #ffffff;
	font-weight: 900;
}

.eg-checkout-step + .eg-checkout-step::before,
.eg-checkout-step + strong.eg-checkout-step::before {
	content: "";
	width: 44px;
	height: 2px;
	background: #d8e5df;
	margin-right: 2px;
}

.eg-checkout-progress__steps em {
	margin-left: auto;
	padding: 10px 16px;
	border: 1px solid #dfe5e2;
	border-radius: 999px;
	color: #68717d;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
}

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error {
	max-width: 1120px;
	margin: 0 auto 18px !important;
	border: 1px solid #d5e3f3 !important;
	border-left: 4px solid #173f74 !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	color: var(--eg-checkout-ink) !important;
	padding: 14px 18px !important;
	box-shadow: 0 10px 22px rgba(7, 17, 38, 0.05);
}

body.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 360px !important;
	gap: 22px !important;
	align-items: start !important;
	max-width: 1120px !important;
	margin: 0 auto !important;
	overflow: visible !important;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > *,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .eg-checkout-payment-panel,
body.woocommerce-checkout #order_review {
	min-width: 0;
	max-width: 100%;
}

body.woocommerce-checkout #wc-stripe-express-checkout-element,
body.woocommerce-checkout #wc-stripe-express-checkout-button-separator,
body.woocommerce-checkout #wc-stripe-express-checkout__order-attribution-inputs,
body.woocommerce-checkout .eg-express-heading,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .eg-shipping-panel,
body.woocommerce-checkout .eg-checkout-payment-panel {
	grid-column: 1 !important;
}

body.woocommerce-checkout .eg-express-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 14px;
	align-items: end;
	width: min(100%, 640px);
	margin: 0 0 12px !important;
}

body.woocommerce-checkout .eg-express-heading span {
	color: var(--eg-checkout-ink);
	font-size: 24px;
	line-height: 1.05;
	font-weight: 900;
	letter-spacing: -0.02em;
}

body.woocommerce-checkout .eg-express-heading em,
body.woocommerce-checkout .eg-express-heading strong {
	color: var(--eg-checkout-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.woocommerce-checkout .eg-express-heading strong {
	text-transform: none;
	letter-spacing: 0;
}

body.woocommerce-checkout #wc-stripe-express-checkout-element {
	width: min(100%, 640px) !important;
	max-width: 640px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout #wc-stripe-express-checkout-button-separator {
	display: none !important;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .eg-checkout-payment-panel,
body.woocommerce-checkout .eg-shipping-panel,
body.woocommerce-checkout #order_review {
	border: 1px solid rgba(7, 17, 38, 0.08);
	border-radius: 16px;
	background: var(--eg-checkout-card);
	box-shadow: var(--eg-checkout-shadow);
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .eg-checkout-payment-panel,
body.woocommerce-checkout .eg-shipping-panel {
	padding: 28px 0 30px !important;
	overflow: hidden;
}

body.woocommerce-checkout .eg-checkout-sidebar-proof {
	margin: 14px -8px -8px;
	padding: 8px;
	border: 1px solid rgba(7, 17, 38, 0.07);
	border-radius: 14px;
	background: #f8fbf8;
	box-shadow: none;
	overflow: hidden;
}

body.woocommerce-checkout #order_review {
	grid-column: 2 !important;
	grid-row: 1 / span 12 !important;
	position: sticky;
	top: 170px;
	padding: 24px 26px 26px;
	overflow: hidden;
}

body.woocommerce-checkout .col2-set,
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.woocommerce-checkout .col2-set {
	display: block !important;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout .eg-checkout-section-heading span,
body.woocommerce-checkout .eg-checkout-order-heading span {
	margin: 0 0 18px;
	color: var(--eg-checkout-ink);
	font-size: 24px;
	line-height: 1.15;
	font-weight: 900;
}

body.woocommerce-checkout .eg-checkout-section-heading,
body.woocommerce-checkout .eg-checkout-order-heading,
body.woocommerce-checkout .eg-section-title,
body.woocommerce-checkout .eg-field-break {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

body.woocommerce-checkout .eg-checkout-section-heading span,
body.woocommerce-checkout .eg-checkout-order-heading span,
body.woocommerce-checkout .eg-section-title span,
body.woocommerce-checkout .eg-field-break span {
	margin: 0;
}

body.woocommerce-checkout .eg-checkout-section-heading em,
body.woocommerce-checkout .eg-section-title em,
body.woocommerce-checkout .eg-field-break em {
	color: #06715f;
	font-size: 13px;
	font-style: normal;
	font-weight: 850;
}

body.woocommerce-checkout .eg-checkout-order-heading a {
	color: #e14b3f;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: 24px;
	row-gap: 16px;
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields,
body.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	padding-left: 36px !important;
	padding-right: 36px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	margin: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
	float: none !important;
	width: auto !important;
	margin-right: 0 !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .eg-field-break {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	padding-top: 18px;
	border-top: 1px solid #ece8df;
	color: var(--eg-checkout-ink);
	font-size: 20px;
	line-height: 1.15;
	font-weight: 900;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout form.checkout.woocommerce-checkout #billing_address_1_field {
	grid-column: 1 / -1 !important;
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin-right: 0 !important;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout form.checkout.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout form.checkout.woocommerce-checkout #billing_postcode_field {
	grid-column: 1 !important;
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin-right: 0 !important;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #billing_email_field,
body.woocommerce-checkout form.checkout.woocommerce-checkout #billing_state_field {
	grid-column: 2 !important;
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin-right: 0 !important;
}

body.woocommerce-checkout .eg-hidden-checkout-field,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_last_name_field,
body.woocommerce-checkout #billing_address_2_field {
	display: none !important;
}

body.woocommerce-checkout .eg-b2b-invoice {
	grid-column: 1 / -1;
	margin-top: 6px;
	padding-top: 16px;
	border-top: 1px solid #ece8df;
}

body.woocommerce-checkout .eg-b2b-invoice__toggle {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 13px 14px;
	border: 1.5px solid var(--eg-checkout-line-strong);
	border-radius: 13px;
	background: #fbfaf6;
	cursor: pointer;
}

body.woocommerce-checkout .eg-b2b-invoice__toggle input {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	accent-color: var(--eg-checkout-brand);
}

body.woocommerce-checkout .eg-b2b-invoice__toggle strong {
	display: block;
	color: var(--eg-checkout-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

body.woocommerce-checkout .eg-b2b-invoice__toggle em {
	display: block;
	margin-top: 2px;
	color: var(--eg-checkout-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.35;
}

body.woocommerce-checkout .eg-b2b-invoice__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 12px;
	margin-top: 12px;
	padding: 14px;
	border: 1px solid #e6e2d8;
	border-radius: 13px;
	background: #ffffff;
}

body.woocommerce-checkout .eg-b2b-invoice__fields[hidden] {
	display: none !important;
}

body.woocommerce-checkout .eg-b2b-invoice__field {
	margin: 0;
}

body.woocommerce-checkout .eg-b2b-invoice__field--wide {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .eg-b2b-invoice__field label {
	display: block;
	margin: 0 0 6px;
	color: var(--eg-checkout-ink);
	font-size: 12px;
	font-weight: 850;
}

body.woocommerce-checkout .eg-b2b-invoice__field input {
	width: 100% !important;
	min-height: 46px !important;
	padding: 0 13px !important;
	border: 1.5px solid var(--eg-checkout-line-strong) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	color: var(--eg-checkout-ink) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .eg-shipping-panel {
	background: #ffffff;
}

body.woocommerce-checkout .eg-shipping-panel .eg-checkout-section-heading,
body.woocommerce-checkout .eg-shipping-options {
	padding-left: 36px;
	padding-right: 36px;
}

body.woocommerce-checkout .eg-shipping-options {
	display: grid;
	gap: 10px;
}

body.woocommerce-checkout .eg-shipping-option {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	margin: 0;
	padding: 14px;
	border: 1.5px solid var(--eg-checkout-line-strong);
	border-radius: 13px;
	background: #fbfaf6;
	cursor: pointer;
}

body.woocommerce-checkout .eg-shipping-option.is-disabled {
	opacity: 0.62;
	cursor: not-allowed;
}

body.woocommerce-checkout .eg-shipping-option:has(input:checked) {
	border-color: rgba(11, 79, 70, 0.62);
	background: #f4fbf8;
	box-shadow: 0 8px 18px rgba(11, 79, 70, 0.07);
}

body.woocommerce-checkout .eg-shipping-option input {
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	accent-color: var(--eg-checkout-brand);
}

body.woocommerce-checkout .eg-shipping-option strong {
	display: block;
	color: var(--eg-checkout-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.25;
}

body.woocommerce-checkout .eg-shipping-option em {
	display: block;
	margin-top: 2px;
	color: var(--eg-checkout-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.35;
}

body.woocommerce-checkout .eg-shipping-option b {
	justify-self: end;
	padding: 7px 10px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--eg-checkout-brand);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	box-shadow: inset 0 0 0 1px rgba(11, 79, 70, 0.12);
}

body.woocommerce-checkout .woocommerce-additional-fields {
	margin-top: 24px;
	padding-top: 22px !important;
	border-top: 1px solid #ece8df;
}

body.woocommerce-checkout .woocommerce-additional-fields h3 {
	font-size: 22px;
}

body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: block;
}

body.woocommerce-checkout .eg-proof-card {
	padding: 10px;
	border-radius: 12px;
	background: var(--eg-checkout-brand);
	color: #ffffff;
}

body.woocommerce-checkout .eg-proof-card__eyebrow {
	margin-bottom: 7px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.15;
}

body.woocommerce-checkout .eg-proof-card ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .eg-proof-card li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	column-gap: 8px;
	align-items: start;
}

body.woocommerce-checkout .eg-proof-card li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-row: 1 / span 2;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(98, 223, 180, 0.14);
	color: #62dfb4;
	font-size: 10px;
	font-weight: 900;
}

body.woocommerce-checkout .eg-proof-card li strong {
	display: block;
	grid-column: 2;
	margin-bottom: 1px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
}

body.woocommerce-checkout .eg-proof-card li em {
	display: block;
	grid-column: 2;
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.18;
}

body.woocommerce-checkout .eg-review-card {
	padding: 8px 0 0;
	background: #ffffff;
}

body.woocommerce-checkout .eg-review-card__stars {
	margin-bottom: 4px;
	color: #b88731;
	font-size: 11px;
	letter-spacing: 0.08em;
}

body.woocommerce-checkout .eg-review-card blockquote {
	margin: 0 0 8px;
	color: var(--eg-checkout-ink);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.25;
}

body.woocommerce-checkout .eg-review-card__author {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	column-gap: 8px;
	align-items: center;
}

body.woocommerce-checkout .eg-review-card__author span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	background: var(--eg-checkout-brand-soft);
	color: var(--eg-checkout-brand);
	font-size: 10px;
	font-weight: 900;
}

body.woocommerce-checkout .eg-review-card__author strong,
body.woocommerce-checkout .eg-review-card__author em {
	grid-column: 2;
}

body.woocommerce-checkout .eg-review-card__author strong {
	color: var(--eg-checkout-ink);
	font-size: 11px;
	font-weight: 900;
}

body.woocommerce-checkout .eg-review-card__author em {
	color: #06715f;
	font-size: 10px;
	font-style: normal;
	font-weight: 750;
}

body.woocommerce-checkout #order_review .eg-checkout-order-heading {
	margin-bottom: 22px;
	align-items: flex-start;
}

body.woocommerce-checkout #order_review .eg-checkout-order-heading span {
	max-width: 190px;
	font-size: 24px;
	line-height: 1.12;
}

body.woocommerce-checkout .eg-order-summary-products {
	margin: 0 0 18px;
}

body.woocommerce-checkout .eg-order-summary-products__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ece8df;
	color: var(--eg-checkout-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.woocommerce-checkout .eg-order-summary-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid #ece8df;
}

body.woocommerce-checkout .eg-order-summary-item__thumb {
	position: relative;
	width: 64px;
	height: 64px;
	border: 1px solid #e7e3da;
	border-radius: 13px;
	background: #f8f7f2;
	overflow: hidden;
}

body.woocommerce-checkout .eg-order-summary-item__thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

body.woocommerce-checkout .eg-order-summary-item__thumb span {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border: 2px solid #ffffff;
	border-radius: 999px;
	background: var(--eg-checkout-brand);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

body.woocommerce-checkout .eg-order-summary-item__body {
	min-width: 0;
}

body.woocommerce-checkout .eg-order-summary-item__body strong {
	display: block;
	color: var(--eg-checkout-ink);
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
}

body.woocommerce-checkout .eg-order-summary-item__body .variation {
	margin: 5px 0 0;
	color: var(--eg-checkout-muted);
	font-size: 12px;
	line-height: 1.35;
}

body.woocommerce-checkout .eg-order-summary-item__body .variation dt,
body.woocommerce-checkout .eg-order-summary-item__body .variation dd {
	display: inline;
	margin: 0;
}

body.woocommerce-checkout .eg-order-summary-item__price {
	color: var(--eg-checkout-ink);
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

body.woocommerce-checkout .eg-checkout-promo {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid #ece8df;
}

body.woocommerce-checkout .eg-checkout-promo label {
	display: block;
	margin: 0 0 8px;
	color: var(--eg-checkout-muted);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.woocommerce-checkout .eg-checkout-promo__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

body.woocommerce-checkout .eg-checkout-promo__input {
	min-height: 44px !important;
	border: 1.5px solid var(--eg-checkout-line-strong) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	color: var(--eg-checkout-ink) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	padding: 10px 12px !important;
}

body.woocommerce-checkout .eg-checkout-promo__button {
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #dedbd2;
	border-radius: 12px;
	background: #f3f1ea;
	color: var(--eg-checkout-ink);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

body.woocommerce-checkout .eg-checkout-promo__button:hover,
body.woocommerce-checkout .eg-checkout-promo__button:focus {
	background: var(--eg-checkout-brand);
	color: #ffffff;
}

body.woocommerce-checkout .eg-checkout-promo__button.is-loading {
	opacity: 0.7;
	cursor: wait;
}

body.woocommerce-checkout .eg-checkout-promo__message {
	min-height: 18px;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
}

body.woocommerce-checkout .eg-checkout-promo__message.is-success {
	color: #06715f;
}

body.woocommerce-checkout .eg-checkout-promo__message.is-error {
	color: var(--eg-checkout-danger);
}

body.woocommerce-checkout .form-row {
	margin: 0 0 16px !important;
	padding: 0 !important;
}

body.woocommerce-checkout .form-row label {
	display: block;
	margin: 0 0 7px;
	color: var(--eg-checkout-ink);
	font-size: 13px;
	line-height: 1.35;
	font-weight: 850;
}

body.woocommerce-checkout .woocommerce-input-wrapper {
	display: block;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select:not(.select2-hidden-accessible),
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-container .select2-selection--single {
	width: 100% !important;
	min-height: 48px !important;
	border: 1.5px solid var(--eg-checkout-line-strong) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	color: var(--eg-checkout-ink) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select:not(.select2-hidden-accessible),
body.woocommerce-checkout textarea {
	padding: 12px 14px !important;
}

body.woocommerce-checkout textarea {
	min-height: 96px !important;
	resize: vertical;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
	display: flex !important;
	align-items: center;
	padding: 0 14px !important;
}

body.woocommerce-checkout .select2-container .select2-selection__rendered {
	padding: 0 !important;
	color: var(--eg-checkout-ink) !important;
	line-height: 1.35 !important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout select:not(.select2-hidden-accessible):focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single {
	border-color: var(--eg-checkout-brand) !important;
	box-shadow: 0 0 0 3px rgba(11, 79, 70, 0.11) !important;
}

body.woocommerce-checkout select.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	min-width: 1px !important;
	max-width: 1px !important;
	min-height: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
}

body.woocommerce-checkout #payment {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li,
body.woocommerce-checkout #payment ul.payment_methods > li::marker {
	list-style: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
	position: relative;
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 1.5px solid #dfe4ec !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	overflow: hidden !important;
	box-shadow: 0 8px 18px rgba(7, 17, 38, 0.035) !important;
}

body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > input.input-radio {
	position: absolute !important;
	z-index: 2;
	left: 18px;
	top: 22px;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	opacity: 1 !important;
	accent-color: var(--eg-checkout-brand);
}

body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label {
	display: flex !important;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	width: 100%;
	margin: 0 !important;
	padding: 16px 18px 16px 50px !important;
	color: var(--eg-checkout-ink) !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	cursor: pointer;
}

body.woocommerce-checkout #payment_method_stripe + label,
body.woocommerce-checkout #payment ul.payment_methods > li.payment_method_stripe > label {
	font-size: 0 !important;
}

body.woocommerce-checkout #payment_method_stripe + label::before,
body.woocommerce-checkout #payment ul.payment_methods > li.payment_method_stripe > label::before {
	content: "Πληρωμή Με Κάρτα";
	font-size: 15px;
	font-weight: 850;
}

body.woocommerce-checkout #payment ul.payment_methods > li.payment_method_stripe > label .eg-stripe-card-title {
	font-size: 15px;
	font-weight: 850;
}

body.woocommerce-checkout #payment ul.payment_methods > li.payment_method_stripe > label:has(.eg-stripe-card-title)::before {
	display: none;
}

body.woocommerce-checkout #payment ul.payment_methods > li.wc_payment_method > label img {
	max-height: 26px !important;
	width: auto !important;
	margin-left: auto !important;
	object-fit: contain;
}

body.woocommerce-checkout #payment ul.payment_methods > li:has(> input.input-radio:checked) {
	border-color: rgba(11, 79, 70, 0.55) !important;
	box-shadow: 0 12px 24px rgba(11, 79, 70, 0.10) !important;
}

body.woocommerce-checkout #payment div.payment_box {
	margin: 0 !important;
	padding: 18px !important;
	border-top: 1px solid #ece8df !important;
	background: #ffffff !important;
	color: var(--eg-checkout-muted) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

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

body.woocommerce-checkout .wc-stripe-upe-form,
body.woocommerce-checkout .wc-payment-form,
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-tokenInput {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.woocommerce-checkout .wc-stripe-upe-element,
body.woocommerce-checkout .wc-stripe-elements-field,
body.woocommerce-checkout .wc-stripe-iban-element-field {
	width: 100% !important;
	min-height: 48px !important;
	border: 1.5px solid #d7dce5 !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	padding: 12px 14px !important;
	box-shadow: none !important;
	overflow: visible !important;
}

body.woocommerce-checkout .wc-stripe-upe-element {
	min-height: 132px !important;
	padding: 14px !important;
}

body.woocommerce-checkout .wc-stripe-elements-field iframe,
body.woocommerce-checkout .wc-stripe-upe-element iframe {
	width: 100% !important;
	min-height: 24px !important;
}

body.woocommerce-checkout #wc-stripe-upe-errors,
body.woocommerce-checkout .stripe-source-errors {
	margin-top: 10px;
	color: var(--eg-checkout-danger);
	font-size: 13px;
	font-weight: 750;
}

body.woocommerce-checkout .woocommerce-SavedPaymentMethods,
body.woocommerce-checkout .wc-saved-payment-methods,
body.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew,
body.woocommerce-checkout #wc-stripe-new-payment-method,
body.woocommerce-checkout label[for="wc-stripe-new-payment-method"] {
	display: none !important;
}

body.woocommerce-checkout .payment_method_iris_payments .payment_box {
	background: #fbfcfd !important;
}

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

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin: 0 0 16px;
	color: #1f2937;
	font-size: 14px;
	line-height: 1.55;
}

body.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 56px;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--eg-checkout-brand) !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	box-shadow: 0 16px 28px rgba(11, 79, 70, 0.22);
	cursor: pointer;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus {
	background: #083f38 !important;
}

body.woocommerce-checkout .eg-submit-trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 10px;
	margin-top: 12px;
	color: #06715f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
}

body.woocommerce-checkout .eg-submit-trust span + span::before {
	content: "·";
	margin-right: 10px;
	color: #98a2b3;
}

body.woocommerce-checkout #order_review table.shop_table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	background: transparent !important;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
	padding: 10px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #ece8df !important;
	color: var(--eg-checkout-ink);
	font-size: 14px;
	line-height: 1.35;
	vertical-align: top;
}

body.woocommerce-checkout #order_review table.shop_table tfoot td {
	text-align: right;
	font-weight: 850;
}

body.woocommerce-checkout #order_review table.shop_table .order-total th,
body.woocommerce-checkout #order_review table.shop_table .order-total td {
	border-bottom: 0 !important;
	font-size: 22px !important;
	font-weight: 950 !important;
}

body.woocommerce-checkout .dr-co-express,
body.woocommerce-checkout .dr-express-checkout,
body.woocommerce-checkout .dr-pay-tabs,
body.woocommerce-checkout .dr-payment-shell,
body.woocommerce-checkout .dr-co-payment-carousel,
body.woocommerce-checkout .dr-wallet,
body.woocommerce-checkout .dr-wallet--apple,
body.woocommerce-checkout .dr-wallet--google,
body.woocommerce-checkout .dr-wallet--iris {
	display: none !important;
}

@media (max-width: 1050px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr !important;
	}

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

	body.woocommerce-checkout .eg-checkout-sidebar-proof {
		margin-right: 0;
		margin-left: 0;
	}

	.eg-checkout-progress__steps {
		flex-wrap: wrap;
	}

	.eg-checkout-progress__steps em {
		margin-left: 0;
	}
}

@media (max-width: 760px) {
	body.woocommerce-checkout .woocommerce-checkout-page {
		padding: 18px 12px 64px !important;
	}

	.eg-checkout-progress {
		border-radius: 16px;
		margin-bottom: 18px !important;
	}

	.eg-checkout-progress__trust {
		min-height: 42px;
		font-size: 11px;
		letter-spacing: 0.035em;
	}

	.eg-checkout-progress__steps {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 16px;
	}

	.eg-checkout-step + .eg-checkout-step::before,
	.eg-checkout-step + strong.eg-checkout-step::before {
		display: none;
	}

	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout .eg-checkout-payment-panel,
	body.woocommerce-checkout #order_review {
		padding: 20px 18px 22px;
		border-radius: 14px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .col2-set,
	body.woocommerce-checkout .eg-b2b-invoice__fields {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.woocommerce-checkout .eg-express-heading {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 5px;
	}

	body.woocommerce-checkout .eg-express-heading span {
		font-size: 21px;
	}

	body.woocommerce-checkout .eg-shipping-panel .eg-checkout-section-heading,
	body.woocommerce-checkout .eg-shipping-options {
		padding-left: 18px;
		padding-right: 18px;
	}

	body.woocommerce-checkout .eg-shipping-option {
		grid-template-columns: 18px minmax(0, 1fr);
	}

	body.woocommerce-checkout .eg-shipping-option b {
		grid-column: 2;
		justify-self: start;
	}

	body.woocommerce-checkout .woocommerce-billing-fields h3,
	body.woocommerce-checkout .woocommerce-additional-fields h3,
	body.woocommerce-checkout .eg-checkout-section-heading span,
	body.woocommerce-checkout .eg-checkout-order-heading span {
		font-size: 21px;
	}

	body.woocommerce-checkout .eg-checkout-section-heading,
	body.woocommerce-checkout .eg-checkout-order-heading {
		display: block;
	}

	body.woocommerce-checkout .eg-checkout-section-heading em,
	body.woocommerce-checkout .eg-checkout-order-heading a {
		display: inline-block;
		margin-top: 8px;
	}

	body.woocommerce-checkout #payment div.payment_box {
		padding: 14px !important;
	}
}
