/* Woo Cart Totals widget — structural styles only. Colors/typography/spacing
   for the heading, rows, order-total emphasis, checkout button, and the
   totals box all come from the widget's style controls (compiled
   per-instance), so this file just keeps WooCommerce's own cart-totals
   markup usable before any styling is applied. */

.ractro-cart-totals .cart_totals {
	width: 100%;
}

.ractro-cart-totals .cart_totals table,
.ractro-cart-totals .cart_totals .shop_table {
	width: 100%;
	border-collapse: collapse;
}

.ractro-cart-totals .cart_totals th,
.ractro-cart-totals .cart_totals td {
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ractro-cart-totals .cart_totals tr:last-child th,
.ractro-cart-totals .cart_totals tr:last-child td {
	border-bottom: none;
}

.ractro-cart-totals .wc-proceed-to-checkout {
	padding-top: 16px;
}

.ractro-cart-totals .checkout-button {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid transparent;
	padding: 12px 24px;
	border-radius: 4px;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ractro-cart-totals--btn-full .checkout-button {
	display: block;
	width: 100%;
	text-align: center;
}

.ractro-cart-totals--notice {
	padding: 18px;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
	color: #94a3b8;
	font-size: 13px;
	text-align: center;
}
