/* Checkout / carrito — Fantasia KIDS sobre Americe */

.checkout-amerce .tf-table-page-cart .cart_product {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	min-width: 220px;
}

.checkout-amerce .img-prd {
	flex-shrink: 0;
	display: block;
	width: 80px;
}

.checkout-amerce .img-prd-cover {
	width: 80px;
	height: 80px;
	object-fit: contain;
	border-radius: var(--tblr-border-radius, 4px);
	background: var(--tblr-bg-surface-secondary, #f8fafc);
}

.checkout-amerce .cart_remove {
	display: inline-block;
	margin-top: 0.35rem;
}

.checkout-amerce .box-order-summary {
	background: var(--tblr-bg-surface, #fff);
	border: 1px solid var(--tblr-border-color, #e6e7e9);
	border-radius: var(--tblr-border-radius-lg, 8px);
	padding: 1.25rem;
}

.checkout-amerce .fl-sidebar-cart {
	top: 1rem;
}

.checkout-amerce .ip-discount-code {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
}

.checkout-amerce .ip-discount-code .form-control {
	flex: 1;
}

.checkout-amerce .progress-cart {
	height: 4px;
	background: var(--tblr-border-color, #e6e7e9);
	border-radius: 2px;
	overflow: hidden;
}

.checkout-amerce .progress-cart .value {
	height: 100%;
	background: var(--tblr-primary, #206bc4);
	border-radius: 2px;
}

.checkout-amerce .fantasia-payment-card .botonpagos,
.checkout-amerce .fantasia-ceca-form button,
.checkout-amerce .fantasia-ceca-form input[type="submit"] {
	width: 100%;
}

.checkout-amerce .fantasia-thankyou-card {
	background: var(--tblr-bg-surface, #fff);
}

.checkout-amerce .fantasia-thankyou-icon {
	width: 4rem;
	height: 4rem;
	font-size: 2rem;
}

.fantasia-mini-cart-item .img-prd-cover {
	width: 56px;
	height: 56px;
	object-fit: contain;
	border-radius: 4px;
	background: #f8fafc;
}

.fantasia-mini-cart-remove {
	color: inherit;
	opacity: 0.65;
	line-height: 1;
}

.fantasia-mini-cart-remove:hover {
	opacity: 1;
	color: var(--tblr-danger, #d63939);
}

.checkout-amerce .err_msg {
	margin-bottom: 0;
}

.checkout-amerce button.del_cart {
	cursor: pointer;
	text-align: left;
}

.fantasia-header-cart .fantasia-mini-cart-wrap {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 991.98px) {
	.checkout-amerce .fl-sidebar-cart {
		position: static !important;
	}
}
