#confirm-add-to-cart-modal .modal-content{
	border-radius: 20px;
}

#confirm-add-to-cart-modal .modal-header {
	background: none;
	padding : 0;
	position :relative;
}

#confirm-add-to-cart-modal .modal-header button{
	position : absolute;
	top : 20px;
	right : 20px;
	background : transparent;
	border : none;
}

#confirm-add-to-cart-modal .modal-header img {
	width : 100%;
	border-radius: 20px 20px 0 0;

}

#confirm-add-to-cart-modal .modal-title {
	color: #09205A;
	font-size: 25px;
	font-style: normal;
	font-weight: 800;
	line-height: 29px; /* 116% */
	letter-spacing: -0.25px;
	position : absolute;
	position: absolute;
	top: 50%;  /* Center vertically */
	left: 50%; /* Center horizontally */
	transform: translate(0, -50%); /* Ensure exact centering */
}

#confirm-add-to-cart-modal .modal-body {
	padding: 2em;
	background: var(--quaternary-color);
}

#confirm-add-to-cart-modal .modal-footer button {
	width: 90%;
	height : 50px;
	border-radius: 20px;
}

.attribute-confirmation-alert{
	color: var(--secondary-color);
	padding: 10px 0;
	display: none;
}
