.w-cart-total .w-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65em;
}

.w-cart-total.height_full .w-cart-link {
	display: flex;
	height: 100%;
}

.w-cart-total .w-cart-total-amount {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.w-cart-total .w-cart-total-amount .woocommerce-Price-amount,
.w-cart-total .w-cart-total-amount .amount,
.w-cart-total .w-cart-total-amount bdi {
	white-space: nowrap;
}

.w-cart-total .rm-cart-total-source {
	display: none !important;
}
