:root {
	--font-mukta: 'Mukta', sans-serif;
	--clr-button: #052880;
}
.paddy {
	background: #F6F6FF;
}

.small-size-kg {
	font-size: 1rem;
	font-weight: 400;
	/*color: #555; !* optional *!*/
}

.product-title {
	font-family: var(--font-mukta);
	font-size: 28px;
	/*font-weight: bold;*/
}

.product-meta {
	color: #e2a208;
	font-weight: 500;
	margin-bottom: 1rem;
}

.product-description-label {
	font-family: var(--font-mukta);
}

.product-description-text {
	color: #6c757d;
	line-height: 1.6;
}
.product-card {
	border-radius: 10px;
}
.product-card p {
	margin-bottom: 0.75rem;
}

.strike-price {
	text-decoration: line-through;
	font-size: 16px;
	color: #888;
}

.discounted-price {
	font-family: var(--font-mukta);
	font-weight: bold;
	color: #e2a208;
	font-size: 30px;
}

.buy-now-btn {
	font-weight: 400;
	font-size: 24px;
	background-color: var(--clr-button);
	min-width: 200px;
	white-space: nowrap;
}

/* Modal centering */
.modal-dialog {
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}

@media (min-width: 576px) {
	.modal-dialog {
		min-height: calc(100% - 1.75rem);
	}
}

/* to Ensure perfect alignment between cards */
.product-sections-wrapper {
	width: 100%;
}

.product-sections-wrapper .card {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.product-detail-bottom-card {
	margin-top: 0;
	background:#F6F6FF ;
	border:none;
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 10px !important;
}
.also-available-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	padding: 18px 12px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.07);
}
.also-available-product {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	padding: 12px 8px;
	margin-bottom: 12px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.review-item .d-flex.justify-content-between {
	width: 100%;
}
.review-item .d-flex.justify-content-between > div:last-child {
	flex-shrink: 0;
	margin-left: auto;
}
@media (max-width: 991.98px) {
	.product-detail-bottom-card {
		padding: 1.2rem !important;
	}
	.also-available-card {
		padding: 12px 6px;
	}
}
