/* =========================================================
   MicroVida Admin - Cart / Checkout / Order
========================================================= */

:root {
	--mv-cart-primary-light: #e2a362;
	--mv-cart-primary-dark: #d28c42;
	--mv-cart-hover-light: #f0b774;
	--mv-cart-hover-dark: #e79c4f;
	--mv-cart-text-on-accent: #ffffff;
	--mv-cart-ink: #2f241a;
	--mv-cart-muted: #6f7782;
	--mv-cart-border: rgba(210, 140, 66, 0.18);
	--mv-cart-border-strong: rgba(210, 140, 66, 0.32);
	--mv-cart-shadow: rgba(226, 163, 98, 0.28);
	--mv-cart-danger: #c7362f;
	--mv-cart-danger-dark: #a92824;
	--mv-cart-danger-soft: rgba(199, 54, 47, 0.08);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
	max-width: 100%;
	padding-right: 40px;
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name,
.woocommerce.woocommerce-checkout form #order_review td.product-name {
	font-weight: 500;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

.woocommerce-table.order_details tr#tr-_billing_company,
.woocommerce-table.order_details tr#tr-billing_company,
.woocommerce-table.order_details tr[id*="billing_company"] {
	display: none !important;
}

/* =========================================================
   Actions / Buttons
========================================================= */

.woocommerce-cart .wc-proceed-to-checkout,
.mv-checkout-extra-actions {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout .button,
.woocommerce-cart .coupon button.button,
.woocommerce-checkout #place_order,
.woocommerce-checkout_coupon button.button,
.mv-checkout-extra-actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin: 0 !important;
	padding: 14px 20px !important;
	border-radius: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .coupon button.button,
.woocommerce-checkout #place_order,
.woocommerce-checkout_coupon button.button,
.mv-checkout-extra-actions__continue {
	background: linear-gradient(135deg, var(--mv-cart-primary-light) 0%, var(--mv-cart-primary-dark) 100%) !important;
	color: var(--mv-cart-text-on-accent) !important;
	border: 0 !important;
	box-shadow: 0 14px 28px var(--mv-cart-shadow) !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .coupon button.button:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout_coupon button.button:hover,
.mv-checkout-extra-actions__continue:hover {
	background: linear-gradient(135deg, var(--mv-cart-hover-light) 0%, var(--mv-cart-hover-dark) 100%) !important;
	color: var(--mv-cart-text-on-accent) !important;
	transform: translateY(-1px);
	box-shadow: 0 16px 30px rgba(226, 163, 98, 0.36) !important;
}

.woocommerce a.button.wc-backward,
.continue-shopping-button,
.mv-checkout-extra-actions__cancel {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	margin: 0 !important;
	padding: 14px 20px !important;
	border-radius: 16px !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	background: #fffaf5 !important;
	color: var(--mv-cart-primary-dark) !important;
	border: 1px solid var(--mv-cart-border-strong) !important;
	box-shadow: 0 10px 24px rgba(210, 140, 66, 0.1) !important;
}

.continue-shopping-button,
.woocommerce a.button.wc-backward {
	margin-top: 0 !important;
}

.continue-shopping-button:hover,
.woocommerce a.button.wc-backward:hover {
	background: rgba(226, 163, 98, 0.1) !important;
	color: var(--mv-cart-primary-dark) !important;
	border-color: var(--mv-cart-primary-dark) !important;
	transform: translateY(-1px);
}

.mv-checkout-extra-actions__cancel {
	background: #fff5f5 !important;
	color: var(--mv-cart-danger) !important;
	border-color: rgba(199, 54, 47, 0.24) !important;
	box-shadow: 0 10px 24px rgba(199, 54, 47, 0.08) !important;
}

.mv-checkout-extra-actions__cancel:hover {
	background: var(--mv-cart-danger-soft) !important;
	color: var(--mv-cart-danger-dark) !important;
	border-color: var(--mv-cart-danger) !important;
	transform: translateY(-1px);
}

.woocommerce .return-to-shop {
	text-align: center;
}

.woocommerce-cart .coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: stretch;
}

.woocommerce-cart .cart_totals {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.woocommerce-cart .coupon #coupon_code {
	width: 100%;
	min-height: 56px;
	margin: 0;
	border-radius: 16px;
}

/* =========================================================
   Titles / Checkout headings
========================================================= */

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .woocommerce-checkout-review-order > h3,
.woocommerce-checkout .col2-set h3 {
	color: var(--mv-cart-primary-dark) !important;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .showlogin,
.woocommerce-checkout .showcoupon,
.woocommerce-checkout .woocommerce-form-login-toggle a,
.woocommerce-checkout .woocommerce-form-coupon-toggle a {
	color: var(--mv-cart-primary-dark) !important;
	font-weight: 700;
}

/* =========================================================
   Payment methods
========================================================= */

.woocommerce-checkout #payment .payment_methods {
	display: grid;
	gap: 12px;
	margin: 0 0 16px;
	padding: 0;
}

.woocommerce-checkout #payment .payment_methods li {
	margin: 0;
	padding: 14px 16px;
	line-height: 1.45;
	border-radius: 16px;
	border: 1px solid var(--mv-cart-border);
	background: #fffdfb;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.woocommerce-checkout #payment .payment_methods li:hover {
	background: rgba(226, 163, 98, 0.06);
	border-color: var(--mv-cart-border-strong);
	box-shadow: 0 10px 22px rgba(226, 163, 98, 0.08);
}

.woocommerce-checkout #payment .payment_methods li input {
	margin-top: 0.2em;
}

.woocommerce-checkout #payment div.payment_box {
	margin-top: 12px;
	border-radius: 14px;
}

/* =========================================================
   Cart meta / summary
========================================================= */

.woocommerce-cart table.cart td.product-remove,
.woocommerce-checkout table.cart td.product-remove {
	width: 50px !important;
	min-width: 50px !important;
	text-align: center !important;
	vertical-align: middle !important;
}

.woocommerce-cart table.cart td.product-quantity,
.woocommerce-checkout table.cart td.product-quantity {
	text-align: center !important;
	vertical-align: middle !important;
}

@media (min-width: 769px) {
	.woocommerce-cart table.cart {
		table-layout: auto;
		width: 100%;
	}

	.woocommerce-cart table.cart thead th.product-name,
	.woocommerce-cart table.cart thead th.product-quantity {
		display: none;
	}

	.woocommerce-cart table.cart th.product-remove,
	.woocommerce-cart table.cart td.product-remove {
		width: 56px;
	}

	.woocommerce-cart table.cart th.product-thumbnail,
	.woocommerce-cart table.cart td.product-thumbnail {
		width: 116px;
	}

	.woocommerce-cart table.cart th.product-price,
	.woocommerce-cart table.cart td.product-price,
	.woocommerce-cart table.cart th.product-subtotal,
	.woocommerce-cart table.cart td.product-subtotal {
		display: none;
	}

	.woocommerce-cart table.cart th.product-name,
	.woocommerce-cart table.cart td.product-name {
		width: auto;
		padding-right: 0;
	}

	.woocommerce-cart table.cart th.product-quantity,
	.woocommerce-cart table.cart td.product-quantity {
		display: none;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 96px;
		max-width: 96px;
		height: auto;
		border-radius: 14px;
	}

	.woocommerce-cart table.cart td.product-name > a {
		display: block;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 1.28;
	}

	.woocommerce-cart table.cart td.product-name dl.variation {
		display: grid;
		grid-template-columns: minmax(156px, 188px) minmax(0, 1fr);
		gap: 8px 24px;
		margin: 0;
		align-items: start;
	}

	.woocommerce-cart table.cart td.product-name dl.variation dt,
	.woocommerce-cart table.cart td.product-name dl.variation dd {
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-cart table.cart td.product-name dl.variation dt {
		font-size: 15px;
		line-height: 1.35;
		font-weight: 500;
	}

	.woocommerce-cart table.cart td.product-name dl.variation dd,
	.woocommerce-cart table.cart td.product-name dl.variation dd p {
		margin: 0 !important;
		font-size: 15px;
		line-height: 1.35;
		text-align: left;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
		font-weight: 400;
	}

	.woocommerce-cart table.cart td.product-quantity .mv-cart-quantity-static {
		min-width: 40px;
		font-size: 16px;
		font-weight: 500;
	}
}

.mv-cart-quantity-static {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(226, 163, 98, 0.12);
	color: var(--mv-cart-primary-dark);
	font-weight: 700;
	line-height: 1;
}

.mv-mobility-disability {
	margin-bottom: 20px;
}

.mv-mobility-disability .notes {
	margin-top: 5px;
}

.mv-delivery-groups-summary {
	margin: 0 0 8px;
	padding: 12px 14px;
	border: 1px solid var(--mv-cart-border);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(255, 255, 255, 0.98));
	box-shadow: 0 14px 28px rgba(226, 163, 98, 0.08);
}

.mv-delivery-groups-summary__title {
	margin: 0 0 6px;
	color: var(--mv-cart-primary-dark);
	font-size: 14px;
	line-height: 1.15;
	letter-spacing: 0.01em;
}

.mv-delivery-groups-summary--cart .mv-delivery-groups-summary__title {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.mv-delivery-groups-summary__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.mv-delivery-groups-summary__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 12px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(210, 140, 66, 0.12);
}

.mv-delivery-groups-summary__item-main {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mv-delivery-groups-summary__item-label {
	color: var(--mv-cart-ink);
}

.mv-delivery-groups-summary__item-meta,
.mv-delivery-groups-summary__fee {
	font-size: 13px;
	color: var(--mv-cart-muted);
}

.mv-delivery-groups-summary__fee {
	font-weight: 600;
	color: var(--mv-cart-primary-dark);
	white-space: nowrap;
}

.mv-cart-timer-wrapper {
	margin: 16px 0;
}

.mv-cart-timer {
	padding: 12px 16px;
	border-radius: 16px;
	background: #fffaf5;
	border: 1px solid rgba(210, 140, 66, 0.22);
	text-align: center;
	font-weight: 700;
	color: #b42318;
}

.mv-cart-timer--expired {
	background: #fff1f2;
	border-color: rgba(180, 35, 24, 0.2);
}

.mv-thankyou-notice {
	margin-bottom: 30px;
	padding: 15px 18px;
	border-left: 4px solid var(--mv-cart-primary-dark);
	background: #fffaf5;
	color: var(--mv-cart-primary-dark);
	border-radius: 12px;
}

.mv-thankyou-notice a {
	color: var(--mv-cart-primary-dark);
	text-decoration: underline;
}

/* =========================================================
   Totals table
========================================================= */

.woocommerce-cart .cart_totals h2,
.woocommerce-checkout .cart_totals h2,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	font-size: 13px;
	line-height: 1.3;
}

.woocommerce-cart .cart_totals > h2 {
	display: none;
}

.woocommerce-cart .cart_totals table.shop_table th,
.woocommerce-cart .cart_totals table.shop_table td {
	padding-top: 6px;
	padding-bottom: 6px;
}

.woocommerce-cart .cart_totals table.shop_table .order-total th,
.woocommerce-cart .cart_totals table.shop_table .order-total td,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
	font-size: 15px;
}

.woocommerce-cart .cart_totals table.shop_table .woocommerce-Price-amount,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-Price-amount {
	font-size: inherit;
}

/* =========================================================
   Order received / frontend order details
========================================================= */

.woocommerce-order-received .woocommerce-order-details table.shop_table,
.woocommerce-order-received .woocommerce-table.order_details {
	width: 100%;
	max-width: none;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table thead th,
.woocommerce-order-received .woocommerce-table.order_details thead th {
	padding-bottom: 14px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	color: var(--mv-cart-muted);
}

.woocommerce-order-received .woocommerce-order-details table.shop_table thead th.product-total,
.woocommerce-order-received .woocommerce-table.order_details thead th.product-total {
	text-align: right;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr.order_item td,
.woocommerce-order-received .woocommerce-table.order_details tbody tr.order_item td {
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 16px;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr.order_item td.product-name,
.woocommerce-order-received .woocommerce-table.order_details tbody tr.order_item td.product-name {
	width: auto;
	padding-right: 28px;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr.order_item td.product-name > a,
.woocommerce-order-received .woocommerce-table.order_details tbody tr.order_item td.product-name > a {
	display: inline-block;
	margin: 0 12px 12px 0;
	font-size: 20px;
	line-height: 1.28;
	font-weight: 500;
	color: inherit;
	text-decoration: none;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr.order_item td.product-name > .product-quantity,
.woocommerce-order-received .woocommerce-table.order_details tbody tr.order_item td.product-name > .product-quantity {
	display: inline-block;
	min-width: 52px;
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table ul.wc-item-meta,
.woocommerce-order-received .woocommerce-table.order_details ul.wc-item-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table ul.wc-item-meta li,
.woocommerce-order-received .woocommerce-table.order_details ul.wc-item-meta li {
	display: grid;
	grid-template-columns: minmax(168px, 220px) minmax(0, 1fr);
	gap: 8px 20px;
	align-items: start;
	margin: 0;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table .wc-item-meta-label,
.woocommerce-order-received .woocommerce-table.order_details .wc-item-meta-label {
	display: block;
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 500;
	color: inherit;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table ul.wc-item-meta li p,
.woocommerce-order-received .woocommerce-table.order_details ul.wc-item-meta li p {
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
	text-align: left;
	white-space: normal;
	word-break: normal;
	overflow-wrap: anywhere;
	font-weight: 400;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tbody tr.order_item td.product-total,
.woocommerce-order-received .woocommerce-table.order_details tbody tr.order_item td.product-total {
	width: 160px;
	text-align: right !important;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 500;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td,
.woocommerce-order-received .woocommerce-table.order_details tfoot th,
.woocommerce-order-received .woocommerce-table.order_details tfoot td {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	line-height: 1.35;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-table.order_details tfoot th {
	font-weight: 500;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td,
.woocommerce-order-received .woocommerce-table.order_details tfoot td {
	text-align: right;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table .order-actions--heading,
.woocommerce-order-received .woocommerce-table.order_details .order-actions--heading {
	font-weight: 500;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table .order-actions-button,
.woocommerce-order-received .woocommerce-table.order_details .order-actions-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
}

@media (max-width: 768px) {
	.woocommerce-cart .coupon {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.woocommerce-cart table.shop_table_responsive thead,
	.woocommerce-cart table.shop_table thead {
		display: none;
	}

	.woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item,
	.woocommerce-cart table.cart tbody tr.cart_item {
		display: grid;
		grid-template-columns: 32px minmax(0, 1fr) minmax(92px, auto);
		gap: 10px 14px;
		padding: 16px 0;
		border-bottom: 1px solid rgba(210, 140, 66, 0.14);
		align-items: start;
	}

	.woocommerce-cart table.cart td.product-remove,
	.woocommerce-cart table.cart td.product-thumbnail,
	.woocommerce-cart table.cart td.product-name,
	.woocommerce-cart table.cart td.product-price,
	.woocommerce-cart table.cart td.product-quantity,
	.woocommerce-cart table.cart td.product-subtotal {
		display: block !important;
		width: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		text-align: left !important;
	}

	.woocommerce-cart table.cart td.product-remove {
		grid-column: 1;
		grid-row: 1;
		width: 32px !important;
		min-width: 32px !important;
		align-self: start !important;
		padding-top: 0 !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail {
		grid-column: 2;
		grid-row: 1;
		width: auto !important;
		min-width: 0 !important;
		padding-left: 0 !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail::before,
	.woocommerce-cart table.cart td.product-remove::before,
	.woocommerce-cart table.cart td.product-name::before {
		display: none !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 88px !important;
		max-width: 88px !important;
		height: 88px !important;
		object-fit: cover !important;
		border-radius: 14px;
	}

	.woocommerce-cart table.cart td.product-name {
		grid-column: 2 / 4;
		grid-row: 2;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 12px;
		padding-top: 0 !important;
	}

	.woocommerce-cart table.cart td.product-name a {
		display: block;
		grid-column: 1 / -1;
		font-size: 17px;
		line-height: 1.28;
	}

	.woocommerce-cart table.cart td.product-name dl.variation {
		margin: 8px 0 0;
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 6px 12px;
		align-items: start;
	}

	.woocommerce-cart table.cart td.product-name dl.variation dt,
	.woocommerce-cart table.cart td.product-name dl.variation dd {
		float: none !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-cart table.cart td.product-name dl.variation dt {
		font-size: 14px;
		line-height: 1.3;
		font-weight: 500;
	}

	.woocommerce-cart table.cart td.product-name dl.variation dd,
	.woocommerce-cart table.cart td.product-name dl.variation dd p {
		font-size: 15px;
		line-height: 1.4;
		text-align: right !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		margin: 0 !important;
	}

	.woocommerce-cart table.cart td.product-price {
		display: none !important;
	}

	.woocommerce-cart table.cart td.product-quantity {
		display: none !important;
	}

	.woocommerce-cart table.cart td.product-subtotal {
		display: none !important;
	}

	.woocommerce-cart table.cart td.actions {
		padding-top: 18px !important;
	}

	.woocommerce-table.order_details thead,
	.woocommerce-order-details table.shop_table thead {
		display: none;
	}

	.woocommerce-table.order_details tbody tr.order_item,
	.woocommerce-order-details table.shop_table tbody tr.order_item {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 52px 76px;
		gap: 10px 12px;
		padding: 14px 0;
		width: 100%;
	}

	.woocommerce-table.order_details tbody tr.order_item td,
	.woocommerce-order-details table.shop_table tbody tr.order_item td {
		display: block;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	.woocommerce-table.order_details tbody tr.order_item td.product-name,
	.woocommerce-order-details table.shop_table tbody tr.order_item td.product-name {
		display: contents;
	}

	.woocommerce-table.order_details tbody tr.order_item td.product-name > a,
	.woocommerce-order-details table.shop_table tbody tr.order_item td.product-name > a {
		grid-column: 1;
		grid-row: 1;
		display: block;
		font-size: 16px;
		line-height: 1.32;
		font-weight: 500;
	}

	.woocommerce-table.order_details tbody tr.order_item td.product-name > .product-quantity,
	.woocommerce-order-details table.shop_table tbody tr.order_item td.product-name > .product-quantity {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		align-self: start;
		font-size: 15px;
		line-height: 1.2;
		font-weight: 500;
		white-space: nowrap;
		margin: 0;
		text-align: center;
	}

	.woocommerce-table.order_details tbody tr.order_item td.product-total,
	.woocommerce-order-details table.shop_table tbody tr.order_item td.product-total {
		grid-column: 3;
		grid-row: 1;
		justify-self: center;
		align-self: start;
		text-align: center !important;
		white-space: nowrap;
		font-size: 15px;
		font-weight: 500;
	}

	.woocommerce-table.order_details ul.wc-item-meta,
	.woocommerce-order-details table.shop_table ul.wc-item-meta,
	.woocommerce-table.order_details dl.variation,
	.woocommerce-order-details table.shop_table dl.variation {
		grid-column: 1 / -1;
		grid-row: 2;
		margin: 8px 0 0;
		padding: 0;
		list-style: none;
		display: grid;
		gap: 6px;
	}

	.woocommerce-table.order_details ul.wc-item-meta li,
	.woocommerce-order-details table.shop_table ul.wc-item-meta li {
		display: grid;
		grid-template-columns: minmax(124px, 1fr) auto;
		gap: 8px 12px;
		align-items: start;
		margin: 0;
	}

	.woocommerce-table.order_details .wc-item-meta-label,
	.woocommerce-order-details table.shop_table .wc-item-meta-label {
		display: block;
		margin: 0;
		font-size: 14px;
		line-height: 1.3;
		font-weight: 500;
		color: inherit;
	}

	.woocommerce-table.order_details ul.wc-item-meta li p,
	.woocommerce-order-details table.shop_table ul.wc-item-meta li p {
		margin: 0;
		font-size: 15px;
		line-height: 1.35;
		text-align: right;
		white-space: normal;
		word-break: normal;
		overflow-wrap: break-word;
		font-weight: 400;
	}

	.woocommerce-table.order_details dl.variation dt,
	.woocommerce-table.order_details dl.variation dd,
	.woocommerce-order-details table.shop_table dl.variation dt,
	.woocommerce-order-details table.shop_table dl.variation dd {
		float: none !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-table.order_details dl.variation dd,
	.woocommerce-table.order_details dl.variation dd p,
	.woocommerce-order-details table.shop_table dl.variation dd,
	.woocommerce-order-details table.shop_table dl.variation dd p {
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		margin: 0 !important;
	}

	.woocommerce-table.order_details .mv-order-item-quantity,
	.woocommerce-order-details table.shop_table .mv-order-item-quantity {
		display: inline-block;
		min-width: 52px;
		font-weight: 400;
	}

	.woocommerce-table.order_details tfoot,
	.woocommerce-order-details table.shop_table tfoot {
		display: block;
		width: 100%;
	}

	.woocommerce-table.order_details tfoot tr,
	.woocommerce-order-details table.shop_table tfoot tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px 12px;
		align-items: start;
		width: 100%;
		padding: 14px 0;
	}

	.woocommerce-table.order_details tfoot th,
	.woocommerce-table.order_details tfoot td,
	.woocommerce-order-details table.shop_table tfoot th,
	.woocommerce-order-details table.shop_table tfoot td {
		display: block;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	.woocommerce-table.order_details tfoot th,
	.woocommerce-order-details table.shop_table tfoot th {
		text-align: left !important;
		font-weight: 500;
	}

	.woocommerce-table.order_details tfoot td,
	.woocommerce-order-details table.shop_table tfoot td {
		text-align: right !important;
		justify-self: end;
		white-space: nowrap;
		font-weight: 400;
	}

	.mv-delivery-groups-summary__item {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.woocommerce-cart table.cart tbody tr.woocommerce-cart-form__cart-item,
	.woocommerce-cart table.cart tbody tr.cart_item {
		grid-template-columns: 30px minmax(0, 1fr) minmax(82px, auto);
		gap: 10px 12px;
	}

	.woocommerce-cart table.cart td.product-thumbnail {
		padding-left: 0 !important;
	}

	.woocommerce-cart table.cart td.product-thumbnail img {
		width: 76px !important;
		max-width: 76px !important;
		height: 76px !important;
	}

	.woocommerce-cart table.cart td.product-name a {
		font-size: 16px;
	}

	.woocommerce-cart table.cart td.product-name dl.variation {
		grid-template-columns: minmax(0, 1fr) minmax(92px, auto);
	}

	.woocommerce-cart table.cart td.product-name dl.variation dd,
	.woocommerce-cart table.cart td.product-name dl.variation dd p {
		font-size: 14px;
	}

	.woocommerce-cart table.cart td.product-subtotal .woocommerce-Price-amount {
		font-size: 15px;
	}
}
