/* 0.8.44 — checkout card breathing room, stable controls, and single remove icon. */
body.ikd-store-preview-page .ikd-sp-commerce--cart a.remove[data-ikd-cart-trash]::before,
body.ikd-store-preview-page .ikd-sp-commerce--cart a.remove[data-ikd-cart-trash]::after {
	display:none!important;
	content:none!important;
}
body.ikd-store-preview-page .ikd-sp-commerce--cart .quantity {
	grid-template-columns:44px 44px 44px!important;
	width:132px!important;
}
body.ikd-store-preview-page .ikd-sp-commerce--cart .quantity input.qty {
	box-sizing:border-box!important;
	width:44px!important;
	padding:0!important;
	text-align:center!important;
}

@media (min-width:801px) {
	html body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title) {
		display:grid!important;
		grid-template-columns:82px minmax(0,1fr) 112px!important;
		grid-template-areas:'image name price' 'image quantity price'!important;
		gap:8px 16px!important;
		box-sizing:border-box!important;
		width:100%!important;
		padding:16px 18px!important;
	}
	html body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column1 {
		display:none!important;
	}
	html body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column2 {
		grid-area:image!important;
		padding:4px!important;
		border-radius:10px!important;
		background:#f7f6f4!important;
	}
	html body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column2 img {
		width:74px!important;
		height:74px!important;
		object-fit:contain!important;
	}
	html body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column3 {
		grid-area:name!important;
		display:block!important;
	}
	html body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column4 {
		grid-area:quantity!important;
		align-self:end!important;
	}
	html body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column5 {
		grid-area:price!important;
		align-self:center!important;
		padding-right:2px!important;
		text-align:right!important;
		white-space:nowrap!important;
	}
}

@media (max-width:800px) {
	body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title) {
		box-sizing:border-box!important;
		padding:16px!important;
	}
	body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column2 {
		padding:4px!important;
		border-radius:10px!important;
		background:#f7f6f4!important;
	}
	body.ikd-store-preview-page.woocommerce-checkout .woocommerce-checkout-review-order-table>.nik_checkout_flex_row:not(.title)>.column5 {
		padding-right:2px!important;
	}
}
