/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
p.wccs-bulk-pricing-table-title {
	margin-bottom: 2px !important;
	margin-top: 5px !important;
}
.wccs-live-price-container {
	font-size: 1.41575em;
	padding: 1em 0;
}
.wccs-live-price-container .wccs-live-price-qty-container {
	display: table !important;
	margin-bottom: 5px !important;
	border-bottom: 1px solid #aaa !important;
}
.wccs-live-price-container .wccs-live-price-qty-container .wccs-live-price-qty {
	display: table-row !important;
}
.wccs-live-price-container
	.wccs-live-price-qty-container
	.wccs-live-price-qty-price {
	display: table-cell !important;
}
.wccs-live-price-container
	.wccs-live-price-qty-container
	.wccs-live-price-qty-quantity {
	padding-left: 0.5em !important;
}
.wccs-live-price-container .wccs-live-price-qty-total {
	text-align: left !important;
}
.wccs-bulk-pricing-table-container {
	overflow-x: auto;
	margin: 0 0 1.41575em;
	width: 100%;
}
.wccs-bulk-pricing-table-container table {
	border-spacing: 0;
	width: 100%;
	border-collapse: separate;
	margin: 0 !important;
	table-layout: auto;
}
.wccs-bulk-pricing-table-container table tbody {
	display: table-row-group !important;
	vertical-align: middle;
	border-color: inherit;
}
.wccs-bulk-pricing-table-container table tr {
	display: table-row !important;
	vertical-align: inherit;
	border-color: inherit;
}
.wccs-bulk-pricing-table-container table td,
.wccs-bulk-pricing-table-container table th {
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	color: #6d6d6d;
	white-space: nowrap;
}
.wccs-bulk-pricing-table-container table th {
	font-weight: bold;
}
.wccs-bulk-pricing-table-container table tbody td {
	background-color: #fdfdfd;
}
.wccs-bulk-pricing-table-container table tbody tr:nth-child( 2n ) td {
	background-color: #fbfbfb;
}
.wccs_prices {
	display: inline-block;
}
.wccs_prices_price {
	clear: both;
}
.wccs_prices_price_container {
	float: left;
}
.wccs_prices_quantity_container {
	float: right;
	padding-left: 1em;
}
div.wccs-purchase-message {
	padding: 1em 1.618em;
	margin-bottom: 2.617924em;
	background-color: #0f834d;
	margin-left: 0;
	border-radius: 2px;
	color: #fff;
	clear: both;
	border-left: 0.6180469716em solid rgba( 0, 0, 0, 0.15 );
}
.wccs-countdown-timer-container {
	margin: 1em 0;
}
.wccs-countdown-timer-title {
	font-size: 20px;
	color: #000000;
}

/* 1. Turn the Cart and Checkout summary blocks into flex layouts */
.wp-block-woocommerce-cart-order-summary-block,
.wc-block-components-checkout-order-summary__content {
	display: flex !important;
	flex-direction: column !important;
}

/* 2. Unwrap slot containers so children become independent flex items */
.slot-wrapper,
.wc-block-components-order-meta {
	display: contents !important;
}

/* 3. Global structural layout for you-saved row only */
.asnp-ewd-you-saved-row {
	order: 5 !important; /* Positions it right above the grand total */
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

/* 4. Match Cart Padding (Always 0, as per WooCommerce Cart CSS) */
.wc-block-cart .asnp-ewd-you-saved-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* 5. Match Checkout Padding (Responsive, as per WooCommerce Sidebar CSS) */
.wc-block-checkout__sidebar .asnp-ewd-you-saved-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@container (min-width: 700px) {
	.wc-block-checkout__sidebar .asnp-ewd-you-saved-row {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

/* 6. Enforce Grand/Estimated Total layout block priority position */
.wp-block-woocommerce-cart-order-summary-block
	> .wc-block-components-totals-wrapper:has( .wc-block-components-totals-footer-item ),
.wc-block-components-checkout-order-summary__content
	> .wc-block-components-totals-wrapper:has( .wc-block-components-totals-footer-item ) {
	order: 10 !important;
}

/* 7. ISOLATION: Safe-fallback to push any OTHER third-party plugin items to the very bottom */
.wc-block-components-order-meta > *:not( .asnp-ewd-you-saved-row ) {
	order: 15 !important;
}
