/**
 * LaserGO cart refinements for the Avada cart table and totals elements.
 */

.lasergo-simple-cart .fusion-woo-cart-table .lumise-cart-thumbnails {
	display: block;
	width: 140px;
	max-width: 100%;
}

.lasergo-simple-cart .fusion-woo-cart-table .lumise-cart-thumbnail {
	display: block;
	width: 140px;
	height: 140px;
	max-width: 100%;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
}

.lasergo-simple-cart .fusion-woo-cart-table tr.cart_item > td {
	padding-block: 24px;
}

/* The technical key gives the action a stable class without showing a label. */
.lasergo-simple-cart .product-info dl.variation {
	display: block;
	clear: both;
	width: 100%;
	direction: inherit;
	text-align: start;
}

.lasergo-simple-cart .product-info dl.variation dt.variation-lasergo-design-action {
	display: none;
}

.lasergo-simple-cart .product-info dl.variation dd.variation-lasergo-design-action {
	display: block;
	clear: both;
	float: none;
	width: 100%;
	margin-block: 10px 0;
	margin-inline: 0;
	text-align: start;
}

.lasergo-simple-cart .product-info dl.variation dd.variation-lasergo-design-action p {
	margin: 0;
}

.lasergo-simple-cart .lasergo-cart-edit-design {
	display: inline-flex;
	float: none;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 16px;
	border: 1px solid #1479b3;
	border-radius: 6px;
	background: #1479b3;
	box-shadow: 0 2px 6px rgba(20, 121, 179, 0.22);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lasergo-simple-cart .lasergo-cart-edit-design:hover,
.lasergo-simple-cart .lasergo-cart-edit-design:focus-visible {
	border-color: #0e628f;
	background: #0e628f;
	box-shadow: 0 4px 10px rgba(14, 98, 143, 0.28);
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.lasergo-simple-cart .lasergo-cart-edit-design:visited {
	color: #fff !important;
}

.lasergo-simple-cart .lasergo-cart-edit-design:focus-visible {
	outline: 3px solid rgba(31, 143, 206, 0.32);
	outline-offset: 2px;
}

/* Delivery is deliberately selected at checkout, where UPS can open its map. */
.lasergo-simple-cart .fusion-woo-cart-totals-wrapper tr.woocommerce-shipping-totals.shipping,
.lasergo-simple-cart .fusion-woo-cart-totals-wrapper tr.shipping,
.lasergo-simple-cart .fusion-woo-cart-totals-wrapper tr.order-total {
	display: none;
}

.lasergo-simple-cart .fusion-woo-cart-totals-wrapper .lasergo-cart-delivery-note td {
	padding-block: 18px;
	border-block: 1px solid #e4e7ec;
	color: #667085;
	font-size: 15px;
	line-height: 1.5;
	text-align: start;
}

.lasergo-simple-cart .fusion-woo-cart-totals-wrapper .wc-proceed-to-checkout {
	margin-block-start: 22px;
}

.lasergo-simple-cart .fusion-woo-cart-totals-wrapper .checkout-button {
	width: 100%;
	min-height: 52px;
	margin: 0;
	box-sizing: border-box;
}

@media (max-width: 800px) {
	.lasergo-simple-cart .fusion-woo-cart-table .lumise-cart-thumbnails,
	.lasergo-simple-cart .fusion-woo-cart-table .lumise-cart-thumbnail {
		width: 108px;
		height: 108px;
	}

	.lasergo-simple-cart .fusion-woo-cart-table tr.cart_item > td {
		padding-block: 14px;
	}
}
