.cart-modal{
	background:#2d4665;
	color:white;
	border-radius:12px;
}

.cart-title{
	text-align:center;
	margin-bottom:20px;
}

.cart-product{
	display:flex;
	align-items:center;
	gap:15px;
	margin-bottom:25px;
}

.cart-product img{
	width:80px;
	border-radius:8px;
}

.cart-product-info{
	font-size:16px;
}

.cart-actions{
	display:flex;
	justify-content:center;
	gap:15px;
}

.bg-gold{
	background:#c9a35b;
}