/* cache check 001 */
.order_review_heading,
div#customer_details h3 {
	font-family: Helvetica, sans-serif;
	font-size: 59.2px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 65.12px;
	text-align: center;
	color: rgb(10, 133, 148);
	word-spacing: 0;
}
a.duda-order-summary__edit-cart {
    display: none;
}
.woocommerce-checkout #payment {
	background: rgb(129 110 153 / 0%);
	border-radius: 5px;
	font-size: 13px;
}

.woocommerce-info {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: rgb(10, 133, 148);
	font-weight: 700;
	padding: 1em 2em !important;
}

.woocommerce-info::before {
	display: none !important;
	content: none !important;
}

.woocommerce-info a {
	color: rgb(10, 133, 148);
	font-weight: 700;
}


body.woocommerce-checkout .elementor-widget-heading .elementor-heading-title {
	font-family: Helvetica, sans-serif !important;
	font-size: clamp(1.75rem, 5vw, 59.2px) !important;
	font-weight: 600 !important;
	letter-spacing: normal !important;
	line-height: 1.1 !important;
	text-align: center !important;
	color: rgb(10, 133, 148) !important;
	word-spacing: 0 !important;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .elementor-widget-heading .elementor-heading-title {
		font-size: clamp(1.75rem, 8vw, 59.2px) !important;
		line-height: 1.1 !important;
	}
}

/*
 * Checkout layout: col-1 = billing, col-2 = order summary (see woocommerce/checkout/form-checkout.php).
 */
body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details.col2-set {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 2em;
	clear: both;
	width: 100%;
	box-sizing: border-box;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details.col2-set::before,
body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details.col2-set::after {
	display: none;
	content: none;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details.col2-set .col-1,
body.woocommerce-checkout form.checkout.woocommerce-checkout #customer_details.col2-set .col-2 {
	float: none;
	width: auto;
	flex: 1 1 300px;
	max-width: 100%;
	margin: 0;
	box-sizing: border-box;
}

/*
 * Order summary card (classic checkout): match front-page pricing box (purple frame, soft shadow).
 * Reference: Elementor container .elementor-element-78a5b9c on https://digitale-nerds.de/duda/
 */
body.woocommerce-checkout .duda-checkout-order-summary-column {
	background: transparent;
	padding: 0;
	box-sizing: border-box;
}

body.woocommerce-checkout .duda-order-summary-card {
	--duda-checkout-card-purple: rgb(95, 64, 153);
	background: #fff;
	border: 3px solid var(--duda-checkout-card-purple);
	border-radius: 48px;
	padding: 2.5rem;
	box-sizing: border-box;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
	body.woocommerce-checkout .duda-order-summary-card {
		padding: 1.5rem;
		border-radius: 32px;
	}
}

/* Elementor checkout sections that reuse the same container id as the pricing block on the homepage. */
body.woocommerce-checkout .elementor-element.elementor-element-78a5b9c.e-con {
	background-color: #fff !important;
	border: 3px solid rgb(95, 64, 153) !important;
	border-radius: 48px !important;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08) !important;
	padding-block: 2.5rem !important;
	padding-inline: 2.5rem !important;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .elementor-element.elementor-element-78a5b9c.e-con {
		border-radius: 32px !important;
		padding-block: 1.5rem !important;
		padding-inline: 1.5rem !important;
	}
}

body.woocommerce-checkout .duda-order-summary__header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	margin: 0 0 1rem;
}

body.woocommerce-checkout .duda-order-summary-card #order_review_heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
	margin: 0;
}

body.woocommerce-checkout .duda-order-summary__edit-cart {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25;
	color: #2271b1;
	text-decoration: underline;
	white-space: nowrap;
}

body.woocommerce-checkout .duda-order-summary__edit-cart:hover,
body.woocommerce-checkout .duda-order-summary__edit-cart:focus {
	color: #135e96;
}

/*
 * Order summary: strip table chrome — rows behave like flex “div” lines, no inner borders.
 */
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table.shop_table,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table {
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 1rem;
	row-gap: 0.25rem;
	margin: 0;
	padding: 0.55rem 0;
	border: none !important;
	background: transparent !important;

}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table td {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9375rem;
	color: #333333;
}

/* Full-width rows (e.g. colspan / subscription blocks). */
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tr:has(td:only-child),
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tr:has(th:only-child) {
	flex-direction: column;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tr td:only-child,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tr th:only-child {
	flex: 1 1 100%;
	width: 100%;
	text-align: left;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table thead th {
	font-weight: 400;
	color: #444444;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table thead th.product-total,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tbody td.product-total,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tfoot td {
	flex: 0 0 auto;
	text-align: right;
	font-weight: 700;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tbody td.product-name {
	text-align: left;
	font-weight: 400;
}

/* Rows without WC product-* classes (e.g. some subscription rows). */
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tbody td:first-child:not(:only-child) {
	flex: 1 1 auto;
	text-align: left;
	font-weight: 400;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tbody td:last-child:not(:only-child) {
	flex: 0 0 auto;
	text-align: right;
	font-weight: 700;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tfoot th {
	text-align: left;
	font-weight: 400;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tfoot tr.order-total {
	margin-top: 0.35rem;
	padding-top: 0.85rem;
	border-top: 1px solid #d9d9d9 !important;
}

body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tfoot tr.order-total th,
body.woocommerce-checkout .duda-order-summary-card .woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-weight: 700;
	font-size: 1rem;
}

body.woocommerce-checkout .duda-order-summary-card #payment {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e5e5e5;
	background: transparent;
}

body.woocommerce-checkout .duda-checkout-conditions {
	/* margin: 1.25rem 0;
	padding: 1rem 0 0; */
	border-top: 1px solid #e5e5e5;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}

body.woocommerce-checkout .duda-checkout-conditions h4 {
	margin: 8px 0 16px;
	color: #10194c;
	font-family: Ubuntu, sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1;
}

body.woocommerce-checkout .duda-checkout-conditions ul {
	margin: 0;
	padding-left: 1.1rem;
}

body.woocommerce-checkout .duda-checkout-conditions li {
	margin: 0.18rem 0;
	font-size: 0.9375rem;
	line-height: 1.3;
}

body.woocommerce-checkout .duda-checkout-conditions > ul > li + li {
	margin-top: 0.5rem;
}
.woocommerce form .form-row .optional {
	font-size: 12px;
	vertical-align: middle;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .duda-order-summary-card #order_review_heading {
		font-size: 1rem;
	}
}

/* Visually hidden order summary title (template keeps #order_review_heading for scripts/a11y). */
body.woocommerce-checkout .duda-order-summary-card .screen-reader-text,
body.woocommerce-checkout .duda-order-summary-card h3.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	width: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	word-wrap: normal !important;
}

/*
 * Checkout: billing heading — compact, left-aligned (not hero/teal).
 */
body.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
body.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3 {
	font-family: Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 48px;
    text-align: left;
    color: rgb(10, 133, 148);
    word-spacing: 0;
}

/*
 * Checkout fields: bottom border only (underline style).
 */

body.woocommerce-checkout form.checkout.woocommerce-checkout .form-row textarea {
	min-height: 4rem;
	resize: vertical;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout .form-row input:focus,
body.woocommerce-checkout form.checkout.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout form.checkout.woocommerce-checkout .form-row select:focus {
	outline: none !important;
	border-bottom-color: #2271b1 !important;
	box-shadow: none !important;
}

/* Select2 (country / state when used). */
body.woocommerce-checkout .select2-container--default .select2-selection--single {
	border: none !important;
	border-bottom: 1px solid #bdbdbd !important;
	border-radius: 0 !important;
	height: auto !important;
	min-height: 2.5rem;
	padding: 0.35rem 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
	line-height: inherit;
}

body.woocommerce-checkout .select2-container.select2-container--open .select2-selection--single,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single {
	border-bottom-color: #2271b1 !important;
}

body.woocommerce-checkout .woocommerce-column__title,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-checkout__title,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block h2,
body.woocommerce-checkout h1.wp-block-post-title {
	font-size: clamp(1.75rem, 5vw, 3rem);
	line-height: 1.1;
	text-align: center;
	color: rgb(10, 133, 148);
}

button#place_order {
	background-color: rgb(95, 64, 153);
	font-family: "Helvetica for Caritas W05 Bold", Sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.6;
	fill: rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	border-radius: 50px 50px 50px 50px;
	padding: 16px 32px 16px 32px;
}

.wps_recurring_bifurcation_wrapper a,
.wps_recurring_bifurcation_wrapper a:hover,
.wps_recurring_bifurcation_wrapper a:active,
.wps_recurring_bifurcation_wrapper a:visited {
	color: rgb(95, 64, 153);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.wps_recurring_bifurcation_wrapper td {
	text-align: right;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.wps_recurring_bifurcation_wrapper td ul {
	margin-left: auto;
	margin-right: 0;
}