/* Checkout order review item thumbnails */

/* Checkout layout */

.site-checkout-breadcrumb-bar {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	background: transparent;
}

.site-checkout-breadcrumb-bar .site-shop-hero__breadcrumbs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	color: rgba(23, 23, 23, 0.66);
	font-size: 0.74rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.site-checkout-breadcrumb-bar .site-shop-hero__crumb {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
	min-height: 100%;
	z-index: 0;
}

.site-checkout-breadcrumb-bar .site-shop-hero__crumb::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	border-radius: 999px;
	background: #fff8ec;
	z-index: -1;
	pointer-events: none;
}

.site-checkout-breadcrumb-bar .site-shop-hero__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.site-checkout-breadcrumb-bar .site-shop-hero__crumb-separator {
	opacity: 0.45;
}

.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
	clear: both;
	width: 100%;
	margin-top: 24px;
}


.woocommerce-checkout #payment {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.woocommerce-checkout #payment .wc_payment_methods {
	order: 1;
}

.woocommerce-checkout #payment .place-order {
	order: 2;
	margin-top: auto;
	padding-top: 10px;
}

.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #payment .button.alt,
.woocommerce-checkout #payment button[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 18px;
	border: 1px solid #d9b300;
	border-radius: 0;
	background: linear-gradient(180deg, #ffd84d 0%, #ffcc1a 100%);
	color: #111111;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: none;
	text-shadow: none;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment .button.alt:hover,
.woocommerce-checkout #payment button[type="submit"]:hover {
	background: linear-gradient(180deg, #ffe16f 0%, #ffd225 100%);
	border-color: #caa400;
	color: #111111;
}

.woocommerce-checkout #payment #place_order:focus-visible,
.woocommerce-checkout #payment .button.alt:focus-visible,
.woocommerce-checkout #payment button[type="submit"]:focus-visible {
	outline: 2px solid rgba(218, 169, 0, 0.45);
	outline-offset: 3px;
}

.woocommerce-checkout form.checkout > .wc-stripe-banner-checkout {
	clear: both;
	width: 100%;
	max-width: none !important;
	margin: 0 0 24px;
}

.woocommerce-checkout .wc-stripe-banner-checkout.active {
	display: block;
}

.woocommerce-checkout .wc-stripe-banner-checkout fieldset {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 18px 18px 16px;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	overflow: hidden;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway {
	min-width: 0;
	margin: 0 !important;
	flex: 1 1 0;
	max-width: 100% !important;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active {
	display: flex !important;
}


.woocommerce-cart .cart-collaterals {
	margin-top: 24px;
}

.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after {
	content: none;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 22px;
	align-items: center;
	width: 100%;
	padding: 20px;
	border: 1px solid rgba(23, 23, 23, 0.12);
	background: #ffffff;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	grid-column: 1 / -1;
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.2;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
	grid-column: 1;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
	padding: 12px 0;
	border-bottom: 1px solid rgba(23, 23, 23, 0.1);
	vertical-align: top;
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	grid-column: 2;
	display: grid;
	gap: 12px;
	align-self: center;
	margin: 0;
	padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button.checkout,
.woocommerce-cart .wc-proceed-to-checkout .button.alt,
.woocommerce-cart #ppcp-messages a,
.woocommerce-cart #ppcp-messages button,
.woocommerce-cart .ppcp-messages a,
.woocommerce-cart .ppcp-messages button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 18px;
	border: 1px solid #d9b300 !important;
	border-radius: 0 !important;
	background: linear-gradient(180deg, #ffd84d 0%, #ffcc1a 100%) !important;
	color: #111111 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.2;
	box-shadow: none !important;
	text-shadow: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .button.checkout:hover,
.woocommerce-cart .wc-proceed-to-checkout .button.alt:hover,
.woocommerce-cart #ppcp-messages a:hover,
.woocommerce-cart #ppcp-messages button:hover,
.woocommerce-cart .ppcp-messages a:hover,
.woocommerce-cart .ppcp-messages button:hover {
	background: linear-gradient(180deg, #ffe16f 0%, #ffd225 100%) !important;
	border-color: #caa400 !important;
	color: #111111 !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout .button.checkout:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout .button.alt:focus-visible,
.woocommerce-cart #ppcp-messages a:focus-visible,
.woocommerce-cart #ppcp-messages button:focus-visible,
.woocommerce-cart .ppcp-messages a:focus-visible,
.woocommerce-cart .ppcp-messages button:focus-visible {
	outline: 2px solid rgba(218, 169, 0, 0.45);
	outline-offset: 3px;
}

@media (max-width: 782px) {
	.woocommerce-cart .cart-collaterals .cart_totals {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals .shop_table,
	.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
		grid-column: 1;
	}
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-button,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-card-info-container,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .apple-pay-button,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active iframe {
	width: 100% !important;
	max-width: 100% !important;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active iframe {
	display: block;
}

/* --- Unify Express Checkout button heights (Google Pay vs Stripe Link) ---
   Google Pay: native <button> with inline height:40px inside .gpay-card-info-container-fill.
   Stripe Link: .__PrivateStripeElement has inline margin:-4px 0 !important and the iframe
   is 48px tall with margin:-4px (Stripe's negative-margin trick for focus rings).
   Force everything to a clean 40px box and neutralize the -4px negative margins so both
   buttons occupy the same visual height and inner icons align on the same baseline. */
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_googlepay.active .gpay-card-info-container-fill,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_googlepay.active .gpay-button-container,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_googlepay.active .gpay-button,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_googlepay.active .gpay-card-info-container {
	display: flex;
	align-items: center;
	width: 100% !important;
	min-height: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_googlepay.active button {
	display: block;
	width: 100% !important;
	min-height: 36px !important;
	height: 36px !important;
	line-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_link_checkout.active .StripeElement,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_link_checkout.active .__PrivateStripeElement {
	display: block !important;
	width: 100% !important;
	min-height: 48px !important;
	height: 48px !important;
	line-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

/* Google Pay iframe: the <button> above is already 40px, so its inner iframe matches 40px. */
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_googlepay.active iframe {
	display: block !important;
	min-height: 40px !important;
	height: 40px !important;
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

/* Stripe Link iframe: container and iframe are both 48px 鈥?no transform needed. */
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.banner_payment_method_stripe_link_checkout.active iframe {
	display: block !important;
	min-height: 48px !important;
	height: 48px !important;
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

/* Final pass for Stripe's JS-rendered wallet buttons. */
.woocommerce-checkout .wc-stripe-banner-checkout {
	--site-checkout-express-button-height: 40px;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active {
	align-items: center;
	min-height: var(--site-checkout-express-button-height);
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .StripeElement,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .__PrivateStripeElement,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-button,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-button-container,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-card-info-container,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-card-info-container-fill,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .apple-pay-button,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active button,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active iframe {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	min-height: var(--site-checkout-express-button-height) !important;
	height: var(--site-checkout-express-button-height) !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
	transform: none !important;
	box-sizing: border-box !important;
}

.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-card-info-container,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-card-info-container-fill,
.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active .gpay-button-container {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.woocommerce-checkout .wc-stripe-banner-checkout .banner-divider {
	width: 100%;
	margin-top: 14px;
}

/* Skeleton screen: reserve space and show shimmer before the banner's .active class is added */
.woocommerce-checkout form.checkout > .wc-stripe-banner-checkout:not(.active) {
	display: block !important;
}

.woocommerce-checkout form.checkout > .wc-stripe-banner-checkout:not(.active) > * {
	display: none !important;
}

.woocommerce-checkout form.checkout > .wc-stripe-banner-checkout:not(.active)::before {
	content: "";
	display: block;
	height: 96px;
	border: 1px solid rgba(23, 23, 23, 0.1);
	border-radius: 3px;
	background: linear-gradient(90deg, #f6f6f8 25%, #ededed 50%, #f6f6f8 75%);
	background-size: 200% 100%;
	animation: wc-stripe-banner-shimmer 1.5s linear infinite;
}

.woocommerce-checkout form.checkout > .wc-stripe-banner-checkout:not(.active)::after {
	content: "";
	display: block;
	height: 1px;
	margin-top: 24px;
	background: rgba(23, 23, 23, 0.1);
}

@keyframes wc-stripe-banner-shimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

@media (max-width: 640px) {
	.site-checkout-breadcrumb-bar {
		margin-bottom: 18px;
	}

	.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways {
		gap: 10px;
	}

	.woocommerce-checkout .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active {
		flex-basis: 100%;
		max-width: 100% !important;
	}
}

.woocommerce-checkout #order_review_heading {
	margin: 0 0 16px;
	font-size: 1.125rem;
	line-height: 1.3;
}

.woocommerce-checkout #order_review,
.woocommerce-checkout .woocommerce-checkout-review-order {
	width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin-bottom: 0;
}

.woocommerce-checkout .site-checkout-coupon {
	clear: both;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid rgba(23, 23, 23, 0.12);
	background: #ffffff;
	box-sizing: border-box;
}

.woocommerce-checkout .site-checkout-coupon__heading {
	margin: 0 0 12px;
}

.woocommerce-checkout .site-checkout-coupon__eyebrow {
	display: block;
	margin: 0 0 4px;
	color: #171717;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.25;
}

.woocommerce-checkout .site-checkout-coupon__heading p {
	margin: 0;
	color: rgba(23, 23, 23, 0.68);
	font-size: 0.88rem;
	line-height: 1.45;
}

.woocommerce-checkout .site-checkout-coupon__controls {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.woocommerce-checkout .site-checkout-coupon__input {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 48px;
	padding: 12px 14px;
	box-sizing: border-box;
}

.woocommerce-checkout .site-checkout-coupon__input.has-error {
	border-color: var(--wc-red);
}

.woocommerce-checkout .site-checkout-coupon__button {
	flex: 0 0 auto;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid #171717;
	background: #171717;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce-checkout .site-checkout-coupon__button:hover,
.woocommerce-checkout .site-checkout-coupon__button:focus {
	border-color: var(--site-accent);
	background: var(--site-accent);
	color: #ffffff;
}

.woocommerce-checkout .site-checkout-coupon__button:disabled {
	opacity: 0.65;
	cursor: wait;
}

.woocommerce-checkout .site-checkout-coupon__message {
	margin: 10px 0 0;
	font-size: 0.86rem;
	line-height: 1.4;
}

.woocommerce-checkout .site-checkout-coupon__message--error {
	color: var(--wc-red);
}

.woocommerce-checkout .site-checkout-coupon__message--success {
	color: #2f6f2f;
}

@media (max-width: 640px) {
	.woocommerce-checkout .site-checkout-coupon {
		padding: 14px;
	}

	.woocommerce-checkout .site-checkout-coupon__controls {
		flex-direction: column;
	}

	.woocommerce-checkout .site-checkout-coupon__button {
		width: 100%;
	}
}

.woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
	border-collapse: separate;
	border-spacing: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order .shop_table th,
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table td {
	padding-top: 14px;
	padding-bottom: 14px;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row label {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-billing-fields input.input-text {
	min-height: 52px;
	padding: 14px;
	line-height: 1.35;
	box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row label .required {
	color: #8a8f98;
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-billing-fields input::placeholder,
.woocommerce-checkout .woocommerce-billing-fields textarea::placeholder {
	color: #8a8f98;
	opacity: 1;
}

.woocommerce-checkout .woocommerce-billing-fields .select2-selection__placeholder {
	color: #8a8f98;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select {
	position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select > label {
	position: absolute;
	top: 8px;
	left: 14px;
	z-index: 2;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.2;
	color: #8a8f98;
	pointer-events: none;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select > select {
	height: 52px;
	min-height: 52px;
	padding: 18px 36px 8px 14px;
	line-height: 1.35;
	box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-container {
	width: 100% !important;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection--single {
	height: 52px !important;
	min-height: 52px;
	padding: 0 !important;
	box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection--single .select2-selection__rendered {
	display: block;
	height: 52px;
	box-sizing: border-box;
	padding: 22px 34px 8px 14px !important;
	line-height: 1.35 !important;
	color: #171717;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection--single .select2-selection__arrow {
	height: 52px !important;
	top: 0;
	right: 8px;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 8px !important;
	width: 20px !important;
	transform: translateX(-8px);
}

.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 50% !important;
	top: 50% !important;
	margin: 0 !important;
	transform: translate(-50%, -50%);
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection__placeholder {
	color: #8a8f98 !important;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-visible-label {
	display: block;
	margin: 0 0 8px;
	font-weight: 500;
	line-height: 1.25;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_address_1_field label,
.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_city_field label,
.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_postcode_field label {
	display: none;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_city_field .input-text,
.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_postcode_field .input-text {
	position: relative;
	z-index: 1;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > .form-row,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > .form-row {
	float: none !important;
	clear: none !important;
	width: 100%;
	margin: 0;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_email_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_email_field {
	order: 10;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field {
	width: calc((100% - 12px) / 2);
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field {
	order: 20;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field {
	order: 30;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_company_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_company_field {
	order: 40;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_country_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_country_field {
	order: 50;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_1_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_1_field {
	order: 60;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_2_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_2_field {
	order: 70;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_state_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_state_field {
	order: 80;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
	width: calc((100% - 24px) / 3);
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field {
	order: 90;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field {
	order: 100;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
	order: 110;
}

@media (max-width: 1024px) {
	.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
	.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
	.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
	.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
	.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field,
	.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
	.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
	.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
	.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
	.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
		width: 100%;
	}
}

.woocommerce-checkout .woocommerce-billing-fields input.input-text {
	min-height: 52px;
	padding: 14px;
	line-height: 1.35;
	box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row label .required {
	color: #8a8f98;
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-billing-fields input::placeholder,
.woocommerce-checkout .woocommerce-billing-fields textarea::placeholder {
	color: #8a8f98;
	opacity: 1;
}

.woocommerce-checkout .woocommerce-billing-fields .select2-selection__placeholder {
	color: #8a8f98;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select {
	position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select > label {
	position: absolute;
	top: 8px;
	left: 14px;
	z-index: 2;
	margin: 0;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.2;
	color: #8a8f98;
	pointer-events: none;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select > select {
	height: 52px;
	min-height: 52px;
	padding: 18px 36px 8px 14px;
	line-height: 1.35;
	box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-container {
	width: 100% !important;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection--single {
	height: 52px !important;
	min-height: 52px;
	padding: 0 !important;
	box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection--single .select2-selection__rendered {
	display: block;
	height: 52px;
	box-sizing: border-box;
	padding: 22px 34px 8px 14px !important;
	line-height: 1.35 !important;
	color: #171717;
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection--single .select2-selection__arrow {
	height: 52px !important;
	top: 0;
	right: 8px;
}

.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 8px !important;
	width: 20px !important;
	transform: translateX(-8px);
}

.woocommerce-checkout .woocommerce-billing-fields .form-row#billing_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 50% !important;
	top: 50% !important;
	margin: 0 !important;
	transform: translate(-50%, -50%);
}

.woocommerce-checkout .woocommerce-billing-fields .astra-checkout-floating-select .select2-selection__placeholder {
	color: #8a8f98 !important;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > .form-row,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > .form-row {
	float: none !important;
	clear: none !important;
	width: 100%;
	margin: 0;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_email_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_email_field {
	order: 10;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field {
	width: calc((100% - 12px) / 2);
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_first_name_field {
	order: 20;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_last_name_field {
	order: 30;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_company_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_company_field {
	order: 40;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_country_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_country_field {
	order: 50;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_1_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_1_field {
	order: 60;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_2_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_address_2_field {
	order: 70;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_state_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_state_field {
	order: 80;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
	width: calc((100% - 24px) / 3);
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_city_field {
	order: 90;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_postcode_field {
	order: 100;
}

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field,
.woocommerce-page form.checkout .woocommerce-billing-fields__field-wrapper > #billing_phone_field {
	order: 110;
}

/* Checkout order review item thumbnails */

.woocommerce-checkout .woocommerce-billing-fields .form-row label {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item__media {
	flex: 0 0 auto;
	width: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	align-self: flex-start;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item__media img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
	border: 1px solid rgba(23, 23, 23, 0.12);
	background: #fff;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item__content {
	flex: 1 1 auto;
	min-width: 0;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item__name {
	display: block;
	font-weight: 600;
	line-height: 1.35;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item__quantity {
	display: block;
	margin-top: 0;
	text-align: center;
	font-size: 0.88rem;
	color: rgba(23, 23, 23, 0.72);
	line-height: 1.1;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item__meta {
	margin-top: 4px;
	font-size: 0.82rem;
	color: rgba(23, 23, 23, 0.68);
	line-height: 1.35;
}

.woocommerce-checkout-review-order-table .astra-checkout-review-item__meta dl,
.woocommerce-checkout-review-order-table .astra-checkout-review-item__meta p {
	margin: 0;
}
