/**
 * WooCommerce checkout page styling
 * Scoped to checkout-only classes to avoid global side effects.
 */
 .post-6237 #main.site-main {
    padding-top: 40px;
}

body.woocommerce-checkout .site-main,
body.woocommerce-checkout #primary {
	background: #fff;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-main {
	padding-top: 24px;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-wrap {
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px var(--global-padding) 12px;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-wrap .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-link .custom-logo {
	display: block;
	width: auto;
	max-height: 56px;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-wrap .custom-logo {
	display: block;
	width: auto;
	margin: 0 auto;
	max-height: 56px;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-text {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-accent);
}

body.woocommerce-checkout .woocommerce {
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px var(--global-padding) 64px;
}

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

body.woocommerce-checkout form.checkout.woocommerce-checkout > * {
	direction: rtl;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > .scab-checkout-cart-sidebar {
	grid-column: 1;
	grid-row: 1 / span 3;
}

body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
body.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading,
body.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
	grid-column: 2;
}

body.woocommerce-checkout .scab-checkout-cart-sidebar {
	border: 1px solid #eeeae6;
	border-radius: 8px;
	background: #fff;
	padding: 16px;
}

@media (min-width: 1025px) {
	body.woocommerce-checkout .scab-checkout-cart-sidebar {
		position: sticky;
		top: 24px;
	}
}

body.woocommerce-checkout .scab-checkout-cart-sidebar-title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 600;
}

body.woocommerce-checkout .scab-checkout-cart-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

body.woocommerce-checkout .scab-checkout-cart-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #f1eeeb;
}

body.woocommerce-checkout .scab-checkout-cart-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.woocommerce-checkout .scab-checkout-mobile-shipping {
	display: none;
}

body.woocommerce-checkout .scab-checkout-cart-summary {
	margin-top: 14px;
	padding: 14px 12px 4px;
	border-top: 1px solid #f1eeeb;
	border-radius: 8px;
	background: #fbfaf9;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body.woocommerce-checkout .scab-checkout-cart-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 15px;
	line-height: 1.3;
	color: #3b3b3b;
}

body.woocommerce-checkout .scab-checkout-cart-summary-row span:last-child {
	font-weight: 500;
}

body.woocommerce-checkout .scab-checkout-cart-summary-row.is-total {
	margin-top: 4px;
	padding-top: 10px;
	border-top: 1px solid #f1eeeb;
	font-size: 18px;
	font-weight: 600;
	color: var(--color-accent);
}

body.woocommerce-checkout .scab-checkout-cart-summary-row.is-total span:last-child {
	font-weight: 700;
}

body.woocommerce-checkout .scab-checkout-cart-item-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}

body.woocommerce-checkout .scab-checkout-cart-item-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}

body.woocommerce-checkout .scab-checkout-cart-item-subtotal {
	margin-top: 6px;
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-secure-payments {
	max-width: 1180px;
	margin: -26px auto 40px;
	padding: 0 var(--global-padding);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-align: center;
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-secure-payments-text {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-accent);
}

body.woocommerce-checkout.scab-checkout-clean .scab-checkout-secure-payments-image {
	display: inline-block;
	width: auto;
	max-width: 180px;
	height: auto;
	margin: 0;
}

body.woocommerce-checkout .woocommerce h3 {
	margin: 0 0 18px;
	font-family: var(--font-heading);
	font-size: clamp(24px, 2.2vw, 32px);
	line-height: 1.2;
	color: var(--color-accent);
	text-align: right;
}

body.woocommerce-checkout #ship-to-different-address {
	margin-bottom: 10px;
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 500;
	line-height: 1.25;
}

body.woocommerce-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
}

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

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

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	clear: none;
}

/* Row 1: first name + last name + company */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field {
	grid-column: span 4;
}

/* Row 2: address + apartment + city */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
	grid-column: span 6;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field {
	grid-column: span 2;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
	grid-column: span 4;
}

/* Row 3: phone + email */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
	grid-column: span 6;
}

body.woocommerce-checkout .woocommerce form .form-row label {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--color-accent);
}

/* billing_address_2 has a screen-reader label; align its input with labeled fields */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper {
	display: block;
	margin-top: 34px;
}

body.woocommerce-checkout .woocommerce form .input-text,
body.woocommerce-checkout .woocommerce form select,
body.woocommerce-checkout .woocommerce form textarea {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border: 1px solid #e7e2dd;
	border-radius: 8px;
	background: #fff;
	font-size: 16px;
	color: var(--color-text);
	transition: border-color 0.2s ease;
}

body.woocommerce-checkout .woocommerce form textarea {
	min-height: 108px;
	padding: 12px 14px;
	resize: vertical;
}

body.woocommerce-checkout .woocommerce form .input-text:focus,
body.woocommerce-checkout .woocommerce form select:focus,
body.woocommerce-checkout .woocommerce form textarea:focus {
	outline: none;
	border-color: var(--color-primary);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #eeeae6;
	border-radius: 8px;
	background: #fff;
}

body.woocommerce-checkout .woocommerce table.shop_table th,
body.woocommerce-checkout .woocommerce table.shop_table td {
	padding: 12px 14px;
	border-top: 1px solid #f3f1ef;
	font-size: 16px;
}

body.woocommerce-checkout .scab-checkout-cart-sidebar .scab-checkout-item-tools {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	min-width: 72px;
}

body.woocommerce-checkout .scab-checkout-cart-sidebar .scab-checkout-qty-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.woocommerce-checkout .scab-checkout-cart-sidebar .scab-checkout-qty-input {
	width: 64px;
	height: 34px;
	padding: 0 8px;
	border: 1px solid #ddd8d2;
	border-radius: 6px;
	background: #fff;
	text-align: center;
	font-size: 15px;
}

body.woocommerce-checkout .scab-checkout-cart-sidebar .scab-checkout-remove-item {
	background: transparent;
	border: 0;
	padding: 0;
	color: #7a7a7a;
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
	line-height: 1.1;
}

body.woocommerce-checkout .scab-checkout-cart-sidebar .scab-checkout-remove-item:hover {
	color: #444;
}

body.woocommerce-checkout .woocommerce ul#shipping_method li,
body.woocommerce-checkout .woocommerce ul#shipping_method li label {
	font-weight: 400;
}

body.woocommerce-checkout .woocommerce ul#shipping_method li .amount,
body.woocommerce-checkout .woocommerce ul#shipping_method li .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce ul#shipping_method li .woocommerce-Price-amount bdi {
	font-weight: 400;
}

body.woocommerce-checkout .woocommerce table.shop_table thead th {
	border-top: 0;
	background: #fbfaf9;
	color: var(--color-accent);
	font-weight: 600;
}

body.woocommerce-checkout .woocommerce-checkout #customer_details,
body.woocommerce-checkout .woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-checkout #order_review {
	background: #fff;
	border: 1px solid #eeeae6;
	border-radius: 8px;
}

body.woocommerce-checkout .woocommerce-checkout #customer_details {
	padding: 22px;
}

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

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

/* In RTL checkout keep billing details on the right column. */
body.woocommerce-checkout .woocommerce-checkout .col2-set .col-1 {
	order: 1;
}

body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2 {
	order: 2;
	margin-top: 20px;
}

body.woocommerce-checkout .woocommerce-checkout #order_review_heading {
	margin: 0;
	padding: 22px 22px 0;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

body.woocommerce-checkout .woocommerce-checkout #order_review {
	margin-top: 0;
	padding: 0 22px 22px;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart_item,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.fee,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.tax-rate,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:not(.woocommerce-shipping-totals) {
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
	width: 100%;
}

body.woocommerce-checkout #payment {
	margin-top: 14px;
	border: 1px solid #eeeae6;
	border-radius: 8px;
	background: #fff;
}

body.woocommerce-checkout #payment div.payment_box {
	background: #fbfaf9;
	border-radius: 8px;
}

body.woocommerce-checkout .woocommerce-checkout-payment .place-order {
	padding-top: 14px;
}

body.woocommerce-checkout .woocommerce #payment #place_order,
body.woocommerce-checkout .woocommerce-page #payment #place_order {
	width: 100%;
	min-height: 52px;
	padding: 10px 20px;
	border: 0;
	border-radius: 8px;
	background: var(--color-secondary);
	color: #fff;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 600;
	transition: opacity 0.2s ease;
}

body.woocommerce-checkout .woocommerce #payment #place_order:hover,
body.woocommerce-checkout .woocommerce-page #payment #place_order:hover {
	opacity: 0.92;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	margin-bottom: 16px;
	border-radius: 8px;
}

/* Coupon notice bar - subtle branded and elegant */
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	position: relative;
	margin: 0 0 18px;
	padding: 14px 46px 14px 18px;
	border: 1px solid #d8e8ef;
	border-radius: 10px;
	background: linear-gradient(180deg, #f9fcfe 0%, #f4f9fc 100%);
	color: #4a5a66;
	font-size: 16px;
	font-weight: 500;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	color: #2f7ea3;
	right: 16px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
	color: #2f7ea3;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid rgba(47, 126, 163, 0.35);
	transition: color 0.2s ease, border-color 0.2s ease;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
	color: #245f7a;
	border-bottom-color: rgba(36, 95, 122, 0.65);
}

/* Coupon form (open state) */
body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 12px;
	margin: 0 0 18px;
	padding: 14px;
	border: 1px solid #e3edf2;
	border-radius: 10px;
	background: #f9fcfe;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .form-row {
	float: none;
	margin: 0;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .form-row-first {
	flex: 1 1 320px;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	flex: 0 0 auto;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon #coupon_code {
	height: 48px;
	border: 1px solid #cfe1ea;
	border-radius: 8px;
	background: #fff;
	font-size: 16px;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon #coupon_code:focus {
	border-color: #8fb8cc;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button[name="apply_coupon"] {
	min-height: 48px;
	padding: 10px 18px;
	border: 0;
	border-radius: 8px;
	background: var(--color-secondary);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: opacity 0.2s ease;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button[name="apply_coupon"]:hover {
	opacity: 0.92;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .clear {
	display: none;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
	height: 50px;
	border: 1px solid #e7e2dd;
	border-radius: 8px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-right: 14px;
	padding-left: 36px;
	font-size: 16px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	left: 10px;
	right: auto;
}

@media (max-width: 1024px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.woocommerce-checkout form.checkout.woocommerce-checkout > .scab-checkout-cart-sidebar,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review_heading,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout .woocommerce {
		padding-top: 30px;
	}

	body.woocommerce-checkout.scab-checkout-clean .scab-checkout-secure-payments {
		margin-top: -20px;
		margin-bottom: 30px;
	}

	body.woocommerce-checkout .woocommerce-checkout #customer_details {
		padding: 18px;
	}

	body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2 {
		margin-top: 16px;
	}

	body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
		padding: 12px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout .woocommerce-checkout #order_review_heading {
		display: none;
	}

	body.woocommerce-checkout .scab-checkout-mobile-shipping {
		display: block;
		margin-top: 12px;
		padding: 12px;
		border: 1px solid #e8e3de;
		border-radius: 8px;
		background: #fff;
	}

	body.woocommerce-checkout .scab-checkout-mobile-shipping-title {
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: 600;
		color: var(--color-accent);
	}

	body.woocommerce-checkout .scab-checkout-mobile-shipping-content ul#shipping_method {
		margin: 0;
	}

	body.woocommerce-checkout .woocommerce table.shop_table tr.woocommerce-shipping-totals {
		display: none;
	}

	body.woocommerce-checkout .scab-checkout-cart-sidebar {
		padding: 14px;
	}

	body.woocommerce-checkout .woocommerce table.shop_table tr.woocommerce-shipping-totals th,
	body.woocommerce-checkout .woocommerce table.shop_table tr.woocommerce-shipping-totals td {
		display: block;
		width: 100%;
		text-align: right;
	}

	body.woocommerce-checkout .woocommerce table.shop_table tr.woocommerce-shipping-totals th {
		padding-bottom: 4px;
		border-bottom: 0;
	}

	body.woocommerce-checkout .woocommerce table.shop_table tr.woocommerce-shipping-totals td {
		padding-top: 4px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field .woocommerce-input-wrapper {
		margin-top: 0;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_company_field,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
		grid-column: 1 / -1;
	}

	body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .form-row-first,
	body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon .form-row-last {
		flex: 1 1 100%;
	}

	body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button[name="apply_coupon"] {
		width: 100%;
	}

	body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-wrap {
		padding-top: 4px;
		padding-bottom: 8px;
	}

	body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-link .custom-logo {
		max-height: 44px;
	}

	body.woocommerce-checkout.scab-checkout-clean .scab-checkout-logo-wrap .custom-logo {
		max-height: 44px;
	}

	body.woocommerce-checkout .woocommerce {
		padding-top: 24px;
		padding-bottom: 40px;
	}

	body.woocommerce-checkout.scab-checkout-clean .scab-checkout-secure-payments {
		margin-top: -14px;
		margin-bottom: 24px;
		gap: 6px;
	}

	body.woocommerce-checkout.scab-checkout-clean .scab-checkout-secure-payments-text {
		font-size: 12px;
	}

	body.woocommerce-checkout.scab-checkout-clean .scab-checkout-secure-payments-image {
		max-width: 130px;
	}

	body.woocommerce-checkout .woocommerce h3 {
		font-size: 24px;
	}

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

	body.woocommerce-checkout .woocommerce-checkout .col2-set .col-1,
	body.woocommerce-checkout .woocommerce-checkout .col2-set .col-2 {
		width: 100%;
	}

	body.woocommerce-checkout .woocommerce-checkout #customer_details,
	body.woocommerce-checkout .woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout .woocommerce-checkout #order_review {
		padding-left: 14px;
		padding-right: 14px;
		border-radius: 8px;
	}

	body.woocommerce-checkout .woocommerce-checkout #order_review_heading {
		padding-top: 14px;
		padding-bottom: 0;
		border-radius: 8px 8px 0 0;
	}

	body.woocommerce-checkout .woocommerce-checkout #order_review {
		padding-bottom: 14px;
		border-radius: 0 0 8px 8px;
	}
}

/* Order received page */
body.woocommerce-order-received .woocommerce {
	max-width: 860px;
	margin: 0 auto;
	padding: 24px var(--global-padding) 48px;
}

body.woocommerce-order-received .woocommerce-order {
	padding: 24px;
	border: 1px solid #eeeae6;
	border-radius: 10px;
	background: #fff;
}

body.woocommerce-order-received .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: 600;
	color: var(--color-accent);
}

body.woocommerce-order-received ul.woocommerce-order-overview {
	margin: 0 0 16px;
	padding: 0;
	border: 1px solid #f0ece7;
	border-radius: 8px;
	background: #fbfaf9;
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
	padding: 10px 14px;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px solid #f0ece7;
}

body.woocommerce-order-received ul.woocommerce-order-overview li:last-child {
	border-bottom: 0;
}

body.woocommerce-order-received .woocommerce-table--order-details,
body.woocommerce-order-received .woocommerce-customer-details address {
	border-color: #eeeae6;
	border-radius: 8px;
}

@media (max-width: 767px) {
	body.woocommerce-order-received .woocommerce {
		padding-top: 16px;
		padding-bottom: 28px;
	}

	body.woocommerce-order-received .woocommerce-order {
		padding: 14px;
	}

	body.woocommerce-order-received .woocommerce-notice--success,
	body.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: 18px;
	}
}
