/* Strony informacyjne DeliTerm mają własne nagłówki H1 w treści. */
body.page-id-96 .entry-header,
body.page-id-8386 .entry-header,
body.page-id-9494 .entry-header {
	display: none !important;
}

/* Widzet rat pozostaje w platnosciach, ale nie rozpycha karty produktu. */
.single-product p24-installment#p24_installments {
	display: none !important;
}

/**
 * Theme Name: DeliTerm Blocksy Child
 * Description: Lekki motyw potomny Blocksy dla sklepu DeliTerm.
 * Author: DeliTerm
 * Template: blocksy
 * Version: 1.0.0
 * Text Domain: deliterm-blocksy-child
 */

/* DeliTerm - lekki, globalny wygląd koszyka WooCommerce */
body.woocommerce-cart .hero-section {
	margin-bottom: 28px;
}

body.woocommerce-cart .hero-section .page-title {
	font-size: clamp(32px, 4vw, 46px);
	letter-spacing: -0.03em;
}

body.woocommerce-cart .ct-woocommerce-cart-form {
	display: grid;
	grid-template-columns: minmax(0, 1.85fr) minmax(320px, 1fr);
	gap: 32px;
	align-items: start;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart_totals {
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #e7e7e7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(17, 17, 17, 0.045);
}

body.woocommerce-cart .woocommerce-cart-form {
	padding: 26px 28px 22px;
}

body.woocommerce-cart .cart_totals {
	position: sticky;
	top: 110px;
	width: 100%;
	padding: 27px 28px 24px;
}

body.woocommerce-cart .cart_totals h2 {
	margin: 0 0 22px;
	font-size: 22px;
	letter-spacing: -0.02em;
}

body.woocommerce-cart .shop_table {
	margin: 0;
	border: 0;
}

body.woocommerce-cart .woocommerce-cart-form__contents thead th {
	padding: 0 10px 15px;
	border-bottom: 1px solid #dedede;
	color: #6c6c6c;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.woocommerce-cart .woocommerce-cart-form__cart-item td {
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ececec;
	vertical-align: middle;
}

body.woocommerce-cart td.product-thumbnail {
	width: 142px;
	padding-right: 18px;
}

body.woocommerce-cart .product-thumbnail .ct-media-container {
	overflow: hidden;
	border-radius: 14px;
	background: #f5f5f5;
}

body.woocommerce-cart .product-thumbnail img {
	width: 122px !important;
	height: 122px !important;
	object-fit: contain;
}

body.woocommerce-cart td.product-name > a {
	color: #161616;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.42;
	text-decoration: none;
}

body.woocommerce-cart td.product-name > a:hover {
	color: #d83429;
}

body.woocommerce-cart td.product-name .price {
	margin: 10px 0 0;
	color: #151515;
	font-size: 18px;
	font-weight: 800;
}

body.woocommerce-cart .dt-cart-price-net {
	display: block;
	margin-top: 3px;
	color: #777;
	font-size: 12px;
	font-weight: 550;
	line-height: 1.3;
}

body.woocommerce-cart td.product-quantity {
	width: 122px;
}

body.woocommerce-cart .quantity {
	min-width: 100px;
	border-radius: 9px;
}

body.woocommerce-cart td.product-subtotal {
	width: 120px;
	color: #151515;
	font-size: 17px;
	font-weight: 800;
	text-align: right;
}

body.woocommerce-cart td.product-remove {
	width: 46px;
	text-align: right;
}

body.woocommerce-cart a.remove {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #f5f5f5;
	color: #555;
}

body.woocommerce-cart a.remove:hover {
	background: #fff0ed;
	color: #d83429;
}

body.woocommerce-cart .shop_table td.actions {
	padding: 18px 0 0;
	border: 0;
}

body.woocommerce-cart .shop_table td.actions .button {
	min-height: 44px;
	border-radius: 9px;
}

body.woocommerce-cart .shop_table td.actions .button:disabled {
	display: none;
}

body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td {
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	vertical-align: top;
}

body.woocommerce-cart .cart_totals .shop_table th {
	width: 43%;
	font-weight: 700;
	text-align: left;
}

body.woocommerce-cart .cart_totals .shop_table td {
	text-align: right;
}

body.woocommerce-cart .cart_totals .shipping td {
	color: #5f5f5f;
	line-height: 1.5;
	text-align: left;
}

body.woocommerce-cart .ct-shipping-heading {
	margin-bottom: 7px;
	color: #171717;
	font-weight: 750;
}

body.woocommerce-cart .dt-cart-benefit td {
	padding: 13px 14px !important;
	border: 1px solid #f2d2b8 !important;
	border-radius: 10px;
	background: #fff7ee;
	color: #2a2a2a !important;
	font-size: 13px !important;
	font-weight: 700;
	line-height: 1.45;
	text-align: left !important;
}

body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td {
	padding-top: 21px !important;
	border-bottom: 0 !important;
	font-size: 17px !important;
}

body.woocommerce-cart .order-total .amount {
	color: #151515;
	font-size: 22px;
	font-weight: 850;
}

body.woocommerce-cart .order-total .includes_tax {
	display: block;
	margin-top: 4px;
	color: #777;
	font-size: 11px;
	font-weight: 500;
}

body.woocommerce-cart .dt-cart-net-total th,
body.woocommerce-cart .dt-cart-net-total td {
	padding-top: 0 !important;
	border-bottom: 0 !important;
	color: #6c6c6c;
	font-size: 13px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	margin-top: 22px;
}

body.woocommerce-cart .checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin: 0;
	border-radius: 10px;
	background: #e43a2f;
	box-shadow: none;
	font-size: 16px;
	font-weight: 800;
}

body.woocommerce-cart .checkout-button:hover {
	background: #bf2921;
	transform: translateY(-1px);
}

body.woocommerce-cart .dt-cart-assurances {
	display: grid;
	gap: 10px;
	margin: 17px 0 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-cart .dt-cart-assurances li {
	position: relative;
	margin: 0;
	padding-left: 25px;
	color: #555;
	font-size: 12px;
	line-height: 1.4;
}

body.woocommerce-cart .dt-cart-assurances li:before {
	position: absolute;
	left: 0;
	top: -1px;
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #fff0ed;
	color: #d83429;
	font-size: 11px;
	font-weight: 900;
	content: "✓";
}

body.woocommerce-cart .cart-empty {
	max-width: 700px;
	margin: 0 auto;
	padding: 48px 24px 22px;
	border: 1px solid #e7e7e7;
	border-radius: 18px;
	background: #fff;
	color: #171717;
	font-size: 22px;
	font-weight: 800;
	text-align: center;
}

body.woocommerce-cart .dt-empty-cart-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 24px 48px;
	border: solid #e7e7e7;
	border-width: 0 1px 1px;
	border-radius: 0 0 18px 18px;
	background: #fff;
}

body.woocommerce-cart .dt-empty-cart-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 21px;
	border-radius: 9px;
	background: #e43a2f;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

body.woocommerce-cart .dt-empty-cart-actions a:last-child {
	border: 1px solid #d7d7d7;
	background: #fff;
	color: #171717;
}

body.woocommerce-cart .return-to-shop {
	display: none;
}

@media (max-width: 1024px) {
	body.woocommerce-cart .ct-woocommerce-cart-form {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.woocommerce-cart .cart_totals {
		position: static;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .hero-section {
		margin-bottom: 18px;
	}

	body.woocommerce-cart .hero-section .page-title {
		font-size: 31px;
	}

	body.woocommerce-cart .woocommerce-cart-form,
	body.woocommerce-cart .cart_totals {
		padding: 18px 16px;
		border-radius: 14px;
		box-shadow: none;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents thead {
		display: none;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item {
		display: grid !important;
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
		padding: 2px 0 18px;
	}

	body.woocommerce-cart .woocommerce-cart-form__cart-item td {
		padding: 0 !important;
		border: 0 !important;
	}

	body.woocommerce-cart td.product-thumbnail {
		display: block !important;
		width: auto;
	}

	body.woocommerce-cart .product-thumbnail img {
		width: 92px !important;
		height: 92px !important;
		border-radius: 11px;
	}

	body.woocommerce-cart td.product-name {
		display: block !important;
	}

	body.woocommerce-cart td.product-name > a {
		font-size: 14px;
		line-height: 1.38;
	}

	body.woocommerce-cart td.product-quantity,
	body.woocommerce-cart td.product-subtotal,
	body.woocommerce-cart td.product-remove:not(.product-mobile-actions) {
		display: none !important;
	}

	body.woocommerce-cart .product-mobile-actions {
		display: grid !important;
		grid-template-columns: 100px 10px minmax(0, 1fr) 34px;
		gap: 7px;
		align-items: center;
		margin-top: 13px;
	}

	body.woocommerce-cart .product-mobile-actions > .amount {
		font-size: 14px;
		font-weight: 800;
		white-space: nowrap;
	}

	body.woocommerce-cart .shop_table td.actions {
		display: block;
		padding-top: 16px;
	}

	body.woocommerce-cart .shop_table td.actions .button {
		width: 100%;
	}

	body.woocommerce-cart .cart_totals h2 {
		margin-bottom: 14px;
		font-size: 20px;
	}

	body.woocommerce-cart .cart_totals .shop_table th,
	body.woocommerce-cart .cart_totals .shop_table td {
		font-size: 13px;
	}

	body.woocommerce-cart .order-total .amount {
		font-size: 20px;
	}

	body.woocommerce-cart .dt-empty-cart-actions {
		flex-direction: column;
		padding: 0 18px 32px;
	}

	body.woocommerce-cart .dt-empty-cart-actions a {
		width: 100%;
	}
}

body.woocommerce-cart .order-total .includes_tax {
	display: none;
}


@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form__cart-item {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 12px;
		overflow: hidden;
	}

	body.woocommerce-cart td.product-thumbnail,
	body.woocommerce-cart .product-thumbnail .ct-media-container {
		width: 82px !important;
		max-width: 82px !important;
	}

	body.woocommerce-cart .product-thumbnail img {
		width: 82px !important;
		height: 82px !important;
	}

	body.woocommerce-cart .product-mobile-actions {
		position: relative;
		left: -94px;
		width: calc(100% + 94px);
		grid-template-columns: 100px 10px minmax(90px, 1fr) 34px;
		grid-template-rows: auto auto;
		margin-top: 16px;
	}

	body.woocommerce-cart .product-mobile-actions .quantity {
		grid-column: 1;
		grid-row: 1 / 3;
	}

	body.woocommerce-cart .product-mobile-actions .ct-product-multiply-symbol {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	body.woocommerce-cart .product-mobile-actions .dt-cart-price-gross {
		grid-column: 3;
		grid-row: 1;
		font-size: 15px;
		font-weight: 800;
		white-space: nowrap;
	}

	body.woocommerce-cart .product-mobile-actions .dt-cart-price-net {
		grid-column: 3;
		grid-row: 2;
		margin: 1px 0 0;
		font-size: 11px;
		white-space: nowrap;
	}

	body.woocommerce-cart .product-mobile-actions a.remove {
		grid-column: 4;
		grid-row: 1 / 3;
	}
}

/* DeliTerm - prosty checkout WooCommerce */
body.woocommerce-checkout .hero-section {
	margin-bottom: 28px;
}

body.woocommerce-checkout .hero-section .page-title {
	font-size: clamp(32px, 4vw, 46px);
	letter-spacing: -0.03em;
}

body.woocommerce-checkout form.checkout.ct-woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 32px;
	align-items: start;
}

body.woocommerce-checkout .ct-customer-details,
body.woocommerce-checkout .ct-order-review {
	box-sizing: border-box;
	margin: 0;
	padding: 28px;
	border: 1px solid #e7e7e7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(17, 17, 17, 0.045);
}

body.woocommerce-checkout .ct-order-review {
	position: sticky;
	top: 110px;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .ct-order-review > h3 {
	margin: 0 0 24px;
	font-size: 22px;
	letter-spacing: -0.02em;
}

body.woocommerce-checkout .woocommerce-billing-fields h3:before,
body.woocommerce-checkout .ct-order-review > h3:before {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	border-radius: 50%;
	background: #fff0ed;
	color: #d83429;
	font-size: 13px;
	font-weight: 850;
	vertical-align: 2px;
}

body.woocommerce-checkout .woocommerce-billing-fields h3:before {
	content: "1";
}

body.woocommerce-checkout .ct-order-review > h3:before {
	content: "2";
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

body.woocommerce-checkout .form-row {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin: 0;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #billing_state_field,
body.woocommerce-checkout #shipping_country_field,
body.woocommerce-checkout #shipping_state_field {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .form-row label {
	margin-bottom: 7px;
	color: #2a2a2a;
	font-size: 13px;
	font-weight: 700;
}

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 {
	min-height: 50px;
	border: 1px solid #d8d8d8;
	border-radius: 9px;
	background: #fff;
	box-shadow: none;
	font-size: 15px;
}

body.woocommerce-checkout .form-row textarea {
	min-height: 100px;
	padding-top: 13px;
	resize: vertical;
}

body.woocommerce-checkout .form-row input.input-text:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus {
	border-color: #d83429;
	box-shadow: 0 0 0 3px rgba(216, 52, 41, 0.09);
}

body.woocommerce-checkout #billing_faktura_vat_field {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 14px 16px;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
	background: #f8f8f8;
}

body.woocommerce-checkout #billing_faktura_vat_field label {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	color: #161616;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

body.woocommerce-checkout #billing_faktura_vat_field input {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #d83429;
}

body.woocommerce-checkout #billing_faktura_vat_field .optional {
	display: none;
}

body.woocommerce-checkout.dt-company-toggle-ready.dt-company-fields-off #billing_nip_field,
body.woocommerce-checkout.dt-company-toggle-ready.dt-company-fields-off #billing_company_field {
	display: none;
}

body.woocommerce-checkout .woocommerce-shipping-fields {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}

body.woocommerce-checkout #ship-to-different-address {
	margin: 0;
	font-size: 15px;
}

body.woocommerce-checkout #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-weight: 750;
	cursor: pointer;
}

body.woocommerce-checkout #ship-to-different-address-checkbox {
	width: 19px;
	height: 19px;
	margin: 0;
	accent-color: #d83429;
}

body.woocommerce-checkout .shipping_address {
	margin-top: 18px;
}

body.woocommerce-checkout .woocommerce-additional-fields {
	margin-top: 20px;
}

body.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 12px;
	font-size: 16px;
}

body.woocommerce-checkout .ct-order-review .shop_table {
	margin: 0 0 20px;
	border: 0;
}

body.woocommerce-checkout .ct-order-review .shop_table th,
body.woocommerce-checkout .ct-order-review .shop_table td {
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	vertical-align: top;
}

body.woocommerce-checkout .ct-order-review .product-name {
	padding-right: 16px;
	font-weight: 700;
	line-height: 1.45;
}

body.woocommerce-checkout .ct-order-review .product-total,
body.woocommerce-checkout .ct-order-review tfoot td {
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-checkout .ct-order-review .order-total th,
body.woocommerce-checkout .ct-order-review .order-total td {
	padding-top: 20px;
	border-bottom: 0;
	font-size: 17px;
}

body.woocommerce-checkout .ct-order-review .order-total .amount {
	color: #151515;
	font-size: 22px;
	font-weight: 850;
}

body.woocommerce-checkout .ct-order-review .order-total .includes_tax {
	display: none;
}

body.woocommerce-checkout .ct-order-review .dt-cart-net-total th,
body.woocommerce-checkout .ct-order-review .dt-cart-net-total td {
	padding-top: 0;
	border-bottom: 0;
	color: #707070;
	font-size: 13px;
}

body.woocommerce-checkout #payment {
	margin-top: 0;
	border: 0;
	border-radius: 12px;
	background: #f7f7f7;
}

body.woocommerce-checkout #payment ul.payment_methods {
	padding: 18px;
	border-bottom: 1px solid #e4e4e4;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0 0 10px;
}

body.woocommerce-checkout #payment .payment_box {
	margin: 10px 0 0;
	padding: 13px 14px;
	border-radius: 9px;
	background: #fff;
	color: #555;
	font-size: 13px;
	line-height: 1.5;
}

body.woocommerce-checkout #payment .place-order {
	padding: 18px;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5;
}

body.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 58px;
	margin: 0;
	border-radius: 10px;
	background: #e43a2f;
	box-shadow: none;
	font-size: 17px;
	font-weight: 850;
}

body.woocommerce-checkout #place_order:hover {
	background: #bf2921;
	transform: translateY(-1px);
}

body.woocommerce-checkout .dt-checkout-assurances {
	display: grid;
	gap: 9px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .dt-checkout-assurances li {
	position: relative;
	margin: 0;
	padding-left: 24px;
	color: #5d5d5d;
	font-size: 12px;
	line-height: 1.4;
}

body.woocommerce-checkout .dt-checkout-assurances li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #fff0ed;
	color: #d83429;
	font-size: 11px;
	font-weight: 900;
	content: "✓";
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message {
	margin-bottom: 22px;
	border-radius: 10px;
}

@media (max-width: 1024px) {
	body.woocommerce-checkout form.checkout.ct-woocommerce-checkout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.woocommerce-checkout .ct-order-review {
		position: static;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout .hero-section {
		margin-bottom: 18px;
	}

	body.woocommerce-checkout .hero-section .page-title {
		font-size: 31px;
	}

	body.woocommerce-checkout .ct-customer-details,
	body.woocommerce-checkout .ct-order-review {
		padding: 19px 16px;
		border-radius: 14px;
		box-shadow: none;
	}

	body.woocommerce-checkout .woocommerce-billing-fields h3,
	body.woocommerce-checkout .ct-order-review > h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.woocommerce-checkout .form-row-first,
	body.woocommerce-checkout .form-row-last,
	body.woocommerce-checkout .form-row-wide {
		grid-column: 1;
	}

	body.woocommerce-checkout .ct-order-review .shop_table th,
	body.woocommerce-checkout .ct-order-review .shop_table td {
		font-size: 13px;
	}

	body.woocommerce-checkout .ct-order-review .order-total .amount {
		font-size: 20px;
	}

	body.woocommerce-checkout #payment ul.payment_methods,
	body.woocommerce-checkout #payment .place-order {
		padding: 15px;
	}
}


/* DeliTerm - poprawka tabeli checkoutu i strona potwierdzenia */
body.woocommerce-checkout:not(.woocommerce-order-received) .ct-order-review,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
	min-width: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .ct-order-review .woocommerce-checkout-review-order-table {
	width: 100% !important;
	max-width: 100%;
	table-layout: fixed;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .ct-order-review .woocommerce-checkout-review-order-table .product-name {
	width: 68%;
	overflow-wrap: anywhere;
	word-break: normal;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .ct-order-review .woocommerce-checkout-review-order-table .product-total {
	width: 32%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .ct-order-review .woocommerce-shipping-totals td {
	white-space: normal !important;
	overflow-wrap: anywhere;
	line-height: 1.5;
}

body.woocommerce-order-received .hero-section {
	margin-bottom: 24px;
}

body.woocommerce-order-received .hero-section .page-title {
	font-size: clamp(32px, 4vw, 46px);
	letter-spacing: -0.03em;
}

body.woocommerce-order-received .woocommerce-order {
	max-width: 980px;
	margin: 0 auto;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
	position: relative;
	margin: 0 0 22px;
	padding: 26px 28px 26px 74px;
	border: 1px solid #dfe9df;
	border-radius: 16px;
	background: #f7fbf7;
	color: #1d3320;
	font-size: 16px;
	line-height: 1.55;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received:before {
	position: absolute;
	top: 25px;
	left: 25px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #238636;
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	content: "✓";
}

body.woocommerce-order-received .woocommerce-thankyou-order-received strong,
body.woocommerce-order-received .woocommerce-thankyou-order-received span {
	display: block;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received strong {
	margin-bottom: 3px;
	color: #152817;
	font-size: 20px;
}

body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .dt-thankyou-next {
	box-sizing: border-box;
	margin: 0 0 22px;
	padding: 26px 28px;
	border: 1px solid #e6e6e6;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(17, 17, 17, 0.04);
}

body.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview li {
	min-width: 0;
	margin: 0;
	padding: 0 18px;
	border-right: 1px solid #ececec;
	font-size: 12px;
	overflow-wrap: anywhere;
}

body.woocommerce-order-received .woocommerce-order-overview li:first-child {
	padding-left: 0;
}

body.woocommerce-order-received .woocommerce-order-overview li:last-child {
	padding-right: 0;
	border-right: 0;
}

body.woocommerce-order-received .woocommerce-order-overview li strong {
	display: block;
	margin-top: 5px;
	color: #171717;
	font-size: 15px;
	line-height: 1.35;
}

body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-order-received .dt-thankyou-next h2 {
	margin: 0 0 18px;
	font-size: 22px;
	letter-spacing: -0.02em;
}

body.woocommerce-order-received .woocommerce-order-details table {
	margin: 0;
}

body.woocommerce-order-received .woocommerce-order-details th,
body.woocommerce-order-received .woocommerce-order-details td {
	padding: 14px 0;
	border-bottom: 1px solid #ececec;
}

body.woocommerce-order-received .dt-thankyou-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-order-received .dt-thankyou-steps li {
	position: relative;
	min-height: 112px;
	margin: 0;
	padding: 18px 18px 18px 52px;
	border-radius: 12px;
	background: #f7f7f7;
	color: #4e4e4e;
	font-size: 13px;
	line-height: 1.5;
}

body.woocommerce-order-received .dt-thankyou-steps span {
	position: absolute;
	top: 17px;
	left: 17px;
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff0ed;
	color: #d83429;
	font-size: 12px;
	font-weight: 850;
}

body.woocommerce-order-received .dt-thankyou-steps strong {
	display: block;
	margin-bottom: 4px;
	color: #171717;
	font-size: 14px;
}

body.woocommerce-order-received .dt-thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

body.woocommerce-order-received .dt-thankyou-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #d7d7d7;
	border-radius: 9px;
	background: #fff;
	color: #171717;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

body.woocommerce-order-received .dt-thankyou-actions a:first-child {
	border-color: #e43a2f;
	background: #e43a2f;
	color: #fff;
}

@media (max-width: 767px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .ct-order-review .woocommerce-checkout-review-order-table .product-name {
		width: 62%;
		padding-right: 10px;
		font-size: 12.5px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .ct-order-review .woocommerce-checkout-review-order-table .product-total {
		width: 38%;
	}

	body.woocommerce-order-received .woocommerce-thankyou-order-received {
		padding: 22px 18px 22px 62px;
		border-radius: 14px;
	}

	body.woocommerce-order-received .woocommerce-thankyou-order-received:before {
		top: 21px;
		left: 18px;
	}

	body.woocommerce-order-received .woocommerce-order-overview,
	body.woocommerce-order-received .woocommerce-order-details,
	body.woocommerce-order-received .woocommerce-customer-details,
	body.woocommerce-order-received .dt-thankyou-next {
		padding: 20px 17px;
		border-radius: 14px;
		box-shadow: none;
	}

	body.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: 1fr 1fr;
		gap: 18px 0;
	}

	body.woocommerce-order-received .woocommerce-order-overview li,
	body.woocommerce-order-received .woocommerce-order-overview li:first-child,
	body.woocommerce-order-received .woocommerce-order-overview li:last-child {
		padding: 0 12px;
		border-right: 0;
	}

	body.woocommerce-order-received .woocommerce-order-overview li:nth-child(odd) {
		padding-left: 0;
		border-right: 1px solid #ececec;
	}

	body.woocommerce-order-received .dt-thankyou-steps {
		grid-template-columns: 1fr;
	}

	body.woocommerce-order-received .dt-thankyou-steps li {
		min-height: 0;
	}

	body.woocommerce-order-received .dt-thankyou-actions {
		flex-direction: column;
	}

	body.woocommerce-order-received .dt-thankyou-actions a {
		width: 100%;
	}
}
