/* WC Elementor Builder - base tweaks (Elementor's own Style tab controls colors/fonts/spacing) */

.mweb-cart-full table.cart,
.mweb-cart-items table.cart {
	width: 100%;
	border-collapse: collapse;
}

.mweb-cart-full .cart_totals,
.mweb-cart-totals .cart_totals {
	width: 100%;
}

/* Force single column layout on checkout when enabled in widget settings */
.mweb-checkout-full.mweb-single-column .col2-set {
	display: block;
}
.mweb-checkout-full.mweb-single-column .col2-set .col-1,
.mweb-checkout-full.mweb-single-column .col2-set .col-2 {
	width: 100%;
	float: none;
}

.mweb-checkout-full #place_order {
	cursor: pointer;
}
