:root {
	--kt-checkout-navy: #192c55;
	--kt-checkout-blue: #1489cc;
	--kt-checkout-text: #5f6570;
	--kt-checkout-line: #dce3ec;
	--kt-checkout-soft: #f4f7fb;
	--kt-checkout-white: #fff;
}

body.kt-checkout-classic .page_content_wrap .woocommerce {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	width: calc(100% - 48px);
}

body.kt-checkout-classic form.checkout.woocommerce-checkout {
	align-items: start;
	display: grid;
	gap: 18px 48px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
}

body.kt-checkout-classic form.checkout #customer_details {
	grid-column: 1;
	grid-row: 1;
	width: 100%;
}

body.kt-checkout-classic form.checkout #customer_details > .col-1,
body.kt-checkout-classic form.checkout #customer_details > .col-2 {
	float: none;
	width: 100%;
}

body.kt-checkout-classic form.checkout #customer_details > .col-2:empty {
	display: none;
}

body.kt-checkout-classic form.checkout #order_review_heading {
	float: none;
	grid-column: 1;
	grid-row: 2;
	margin: 18px 0 0;
	width: 100%;
}

body.kt-checkout-classic form.checkout #order_review {
	float: none;
	grid-column: 1;
	grid-row: 3;
	width: 100%;
}

body.kt-checkout-classic form.checkout > .kt-checkout-support {
	grid-column: 2;
	grid-row: 1 / span 3;
}

body.kt-checkout-classic form.checkout .woocommerce-checkout-review-order-table {
	background: var(--kt-checkout-soft);
	border: 1px solid var(--kt-checkout-line);
	box-shadow: 0 14px 34px rgba(25, 44, 85, .07);
	margin: 0;
	padding: 8px 22px;
}

body.kt-checkout-classic form.checkout .woocommerce-checkout-review-order-table th,
body.kt-checkout-classic form.checkout .woocommerce-checkout-review-order-table td {
	border-color: var(--kt-checkout-line);
	padding: 16px 10px;
}

body.kt-checkout-classic form.checkout .woocommerce-checkout-review-order-table thead th {
	color: var(--kt-checkout-navy);
	font-weight: 700;
}

body.kt-checkout-classic form.checkout .woocommerce-checkout-review-order-table .cart-subtotal {
	display: none;
}

body.kt-checkout-classic form.checkout #order_review_heading {
	color: var(--kt-checkout-navy);
	font-size: 25px;
}

body.kt-checkout-classic .kt-invoice-dependent.is-hidden {
	display: none !important;
}

body.kt-checkout-classic .kt-invoice-toggle .optional,
body.kt-checkout-classic .kt-invoice-dependent .optional {
	display: none;
}

body.kt-checkout-classic .kt-invoice-dependent.is-required label::after {
	color: #b42318;
	content: " *";
}

body.kt-checkout-classic .kt-invoice-toggle {
	background: #f7f7f7;
	border: 1px solid var(--kt-checkout-line);
	margin: 20px 3px 14px 3px;
	padding: 14px 16px;
	display: block;
	position: relative;
}

body.kt-checkout-classic .kt-invoice-toggle label {
	align-items: center;
	color: var(--kt-checkout-navy);
	display: flex;
	font-weight: 700;
	margin: 0;
}

body.kt-checkout-classic .kt-invoice-toggle input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	align-self: center;
	flex: 0 0 auto;
	height: 16px;
	margin: 0 9px 0 0 !important;
	position: static !important;
	transform: none !important;
	width: 16px;
}

body.kt-checkout-classic .kt-invoice-toggle input[type="checkbox"]::before {
	content: "" !important;
	display: block !important;
	position: relative;
	top: 2px !important;
	transform: none !important;
}

body.kt-checkout-classic form.checkout .product-name .kt-checkout-item-actions {
	margin-top: 8px;
}

body.kt-checkout-classic form.checkout .product-name .kt-checkout-item-actions + dl,
body.kt-checkout-classic form.checkout .product-name dl + .kt-checkout-item-actions {
	margin-top: 8px;
}

body.kt-checkout-enhanced .wp-block-woocommerce-checkout.alignwide {
	left: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	right: auto;
	width: calc(100% - 48px);
}

body.kt-checkout-enhanced .wc-block-components-sidebar-layout.wc-block-checkout {
	align-items: start;
	display: grid;
	gap: 28px 48px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
	margin: 0;
}

body.kt-checkout-enhanced .wc-block-checkout__main {
	box-sizing: border-box;
	grid-column: 1;
	grid-row: 1;
	max-width: none;
	padding-right: 0;
	width: 100%;
}

body.kt-checkout-enhanced .wc-block-checkout__sidebar {
	display: contents;
}

body.kt-checkout-enhanced .wp-block-woocommerce-checkout-order-summary-block {
	align-self: start;
	background: var(--kt-checkout-white);
	border: 1px solid var(--kt-checkout-line);
	box-sizing: border-box;
	grid-column: 1;
	grid-row: 2;
	margin: 0;
	position: static;
	width: 100%;
}

body.kt-checkout-enhanced .wc-block-components-order-summary-item__quantity {
	display: none;
}

.kt-checkout-item-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 10px;
}

.kt-checkout-remove-item {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: #b42318;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	margin: 0;
	padding: 4px 0;
	text-decoration: none;
}

.kt-checkout-remove-item:hover,
.kt-checkout-remove-item:focus-visible {
	color: #7a160f;
	text-decoration: underline;
}

.kt-checkout-remove-item:focus-visible {
	outline: 2px solid var(--kt-checkout-blue);
	outline-offset: 3px;
}

.kt-checkout-remove-item.is-loading,
.kt-checkout-remove-item:disabled {
	cursor: wait;
	opacity: 0.55;
}

.kt-checkout-remove-error {
	color: #b42318;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin-top: 8px;
}

.kt-checkout-payment-updating .wc-block-checkout__payment-method {
	opacity: 0.65;
	pointer-events: none;
}

body.kt-checkout-classic.kt-checkout-payment-updating .woocommerce-checkout-review-order-table {
	opacity: 1;
	transition: opacity 0.12s ease;
}

body.kt-checkout-classic.kt-checkout-payment-updating #payment {
	pointer-events: none;
}

.kt-checkout-payment-error {
	background: #fff4f2;
	border: 1px solid #f4c7c3;
	color: #b42318;
	font-size: 13px;
	font-weight: 700;
	margin-top: 12px;
	padding: 12px 14px;
}

.kt-checkout-payment-title {
	color: var(--kt-checkout-navy);
	font-size: 22px;
	margin: 0;
	padding: 35px 0 8px;
}

body.kt-checkout-classic #payment ul.payment_methods {
	padding-top: 12px;
}

body.kt-checkout-classic #payment .payment_method_bacs > label,
body.kt-checkout-classic #payment .payment_method_cheque > label {
	align-items: center;
	display: inline-flex;
	gap: 10px;
}

.kt-payment-icon {
	align-items: center;
	display: inline-flex; 
	justify-content: center;
	margin-left: 4px;
	width: 64px;
}

.kt-payment-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text p {
	font-size: 14px;
	line-height: 1.35;
}

.kt-checkout-terms {
	background: #fff;
	margin: 18px 0 30px 0 !important;
	padding: 15px 17px;
}

.kt-checkout-terms label {
	align-items: center;
	color: var(--kt-checkout-navy);
	display: flex;
	font-size: 14px;
	gap: 9px;
	line-height: 1.45;
	margin: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: inherit;
}
.kt-checkout-terms input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	align-self: center;
	flex: 0 0 auto;
	height: 16px;
	margin: 0 !important;
	position: static !important;
	transform: none !important;
	width: 16px;
}

.kt-checkout-terms input[type="checkbox"]::before {
	content: "" !important;
	display: block !important;
	position: relative;
	top: 2px !important;
	transform: none !important;
}

.kt-checkout-terms a {
	color: var(--kt-checkout-blue) !important;
	font-weight: 700;
	text-decoration: underline;
}

body.kt-checkout-is-empty .wp-block-woocommerce-checkout.alignwide {
	left: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	right: auto;
	width: calc(100% - 48px);
}

.kt-checkout-empty {
	background: var(--kt-checkout-soft);
	border: 1px solid var(--kt-checkout-line);
	box-sizing: border-box;
	padding: 64px 40px;
	text-align: center;
}

.kt-checkout-empty__icon {
	align-items: center;
	background: var(--kt-checkout-white);
	border-radius: 50%;
	color: var(--kt-checkout-blue);
	display: inline-flex;
	font-size: 28px;
	height: 72px;
	justify-content: center;
	margin-bottom: 22px;
	width: 72px;
}

.kt-checkout-empty h2 {
	color: var(--kt-checkout-navy);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
	margin: 0 0 14px;
}

.kt-checkout-empty p {
	color: var(--kt-checkout-text);
	font-size: 17px;
	margin: 0 0 28px;
}

.kt-checkout-empty__button {
	background: var(--kt-checkout-navy);
	color: var(--kt-checkout-white) !important;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	padding: 16px 28px;
	text-decoration: none !important;
}

.kt-checkout-empty__button:hover,
.kt-checkout-empty__button:focus-visible {
	background: var(--kt-checkout-blue);
}

.kt-checkout-support {
	align-self: start;
	background: var(--kt-checkout-white);
	border: 1px solid var(--kt-checkout-line);
	box-sizing: border-box;
	color: var(--kt-checkout-text);
	grid-column: 2;
	grid-row: 1 / span 2;
	position: sticky;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 28px);
	width: 100%;
}

.kt-checkout-support *,
.kt-checkout-support *::before,
.kt-checkout-support *::after {
	box-sizing: border-box;
}

.kt-checkout-support__contact,
.kt-checkout-support__benefits {
	padding: 30px;
}

.kt-checkout-support__contact {
	background: var(--kt-checkout-soft);
}

.kt-checkout-support h2,
.kt-checkout-support h3,
.kt-checkout-support strong {
	color: var(--kt-checkout-navy);
}

.kt-checkout-support h2 {
	font-size: clamp(23px, 2vw, 29px);
	letter-spacing: -.025em;
	line-height: 1.15;
	margin: 0 0 24px;
}

.kt-checkout-support h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 19px;
}

.kt-checkout-support__person {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 88px minmax(0, 1fr);
}

.kt-checkout-support__avatar {
	align-items: center;
	background: #e6edf5;
	border: 4px solid var(--kt-checkout-white);
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(25, 44, 85, .12);
	color: var(--kt-checkout-blue);
	display: flex;
	font-size: 30px;
	height: 88px;
	justify-content: center;
	overflow: hidden;
	width: 88px;
}

.kt-checkout-support__avatar-image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.kt-checkout-support__details {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.kt-checkout-support__details strong {
	font-size: 15px;
	line-height: 1.35;
}

.kt-checkout-support__details > span {
	font-size: 12px;
	line-height: 1.45;
	margin: 3px 0 10px;
}

.kt-checkout-support__details a {
	align-items: center;
	color: var(--kt-checkout-navy) !important;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.55;
	min-width: 0;
	overflow-wrap: anywhere;
	text-decoration: none !important;
}

.kt-checkout-support__details a + a {
	margin-top: 2px;
}

.kt-checkout-support__details i {
	color: var(--kt-checkout-blue);
	flex: 0 0 14px;
	text-align: center;
}

.kt-checkout-support__benefits {
	border-top: 1px solid var(--kt-checkout-line);
}

.kt-checkout-support__benefits ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kt-checkout-support__benefits li {
	align-items: flex-start;
	display: grid;
	font-size: 13px;
	gap: 11px;
	grid-template-columns: 18px minmax(0, 1fr);
	line-height: 1.5;
	margin: 13px 0;
}

.kt-checkout-support__benefits li:first-child {
	margin-top: 0;
}

.kt-checkout-support__benefits li:last-child {
	margin-bottom: 0;
}

.kt-checkout-support__benefits li i {
	align-items: center;
	background: rgba(20, 137, 204, .12);
	border-radius: 50%;
	color: var(--kt-checkout-blue);
	display: flex;
	font-size: 9px;
	height: 18px;
	justify-content: center;
	margin-top: 1px;
	width: 18px;
}

.kt-checkout-support__trust {
	border-top: 1px solid var(--kt-checkout-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 22px 18px;
}

.kt-checkout-support__trust > div {
	align-items: center;
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 0 9px;
	text-align: center;
}

.kt-checkout-support__trust > div + div {
	border-left: 1px solid var(--kt-checkout-line);
}

.kt-checkout-support__trust i {
	color: var(--kt-checkout-blue);
	font-size: 21px;
	margin-bottom: 9px;
}

.kt-checkout-support__trust span {
	color: var(--kt-checkout-navy);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
}

@media (max-width: 1100px) {
	body.kt-checkout-enhanced .wc-block-components-sidebar-layout.wc-block-checkout {
		gap: 26px 32px;
		grid-template-columns: minmax(0, 1fr) minmax(310px, 340px);
	}

	.kt-checkout-support__contact,
	.kt-checkout-support__benefits {
		padding: 25px;
	}

	.kt-checkout-support__person {
		gap: 14px;
		grid-template-columns: 74px minmax(0, 1fr);
	}

	.kt-checkout-support__avatar {
		height: 74px;
		width: 74px;
	}
}

@media (max-width: 899px) {
	body.kt-checkout-classic .page_content_wrap .woocommerce {
		width: calc(100% - 32px);
	}

	body.kt-checkout-classic form.checkout.woocommerce-checkout {
		display: block;
	}

	body.kt-checkout-classic form.checkout #order_review_heading {
		margin-top: 30px;
	}

	body.kt-checkout-classic form.checkout > .kt-checkout-support {
		margin-top: 30px;
		position: static;
	}

	body.kt-checkout-enhanced .wp-block-woocommerce-checkout.alignwide {
		width: calc(100% - 32px);
	}

	body.kt-checkout-enhanced .wc-block-components-sidebar-layout.wc-block-checkout {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	body.kt-checkout-enhanced .wc-block-checkout__main,
	body.kt-checkout-enhanced .wc-block-checkout__sidebar {
		display: block;
		padding: 0;
		width: 100%;
	}

	body.kt-checkout-enhanced .wc-block-checkout__main {
		order: 1;
	}

	body.kt-checkout-enhanced .wc-block-checkout__sidebar {
		display: flex;
		flex-direction: column;
		order: 2;
	}

	body.kt-checkout-enhanced .wc-block-checkout__sidebar > .wp-block-woocommerce-checkout-order-summary-block {
		display: none;
	}

	body.kt-checkout-enhanced .wp-block-woocommerce-checkout-order-summary-block {
		margin: 0;
		order: 1;
		border: none;
	}

	.kt-checkout-support {
		order: 2;
		position: static;
	}
}

@media (max-width: 480px) {
	body.kt-checkout-classic .page_content_wrap .woocommerce {
		width: calc(100% - 22px);
	}

	body.kt-checkout-enhanced .wp-block-woocommerce-checkout.alignwide {
		width: calc(100% - 22px);
	}

	.kt-checkout-support__contact,
	.kt-checkout-support__benefits {
		padding: 22px;
	}

	.kt-checkout-support__trust {
		padding-inline: 9px;
	}

	.kt-checkout-support__trust > div {
		padding-inline: 6px;
	}
}
