.theme-color {
	color: var(--bs-primary) !important;
}

.theme-bg-color {
	background-color: var(--bs-primary) !important;
}

.dNone {
	display: none;
}

.BOTAck {
	bottom: 5%;
	left: 5%;
	z-index: 9999;
}

.BOTImg {
	width: 45px;
	margin-left: -20px;
	margin-top: -4px;
}

.cursor-pointer {
	cursor: pointer;
}

.productListBody {
	max-height: 415px;
	overflow: hidden;
	overflow-y: scroll;
}

.font-size-24 {
    font-size: 24px !important;
}

.offer-pdf-product-image {
    border: solid 1px #000;
    height: 500px;
}

.offer-pdf-product-image-single {
    border: solid 1px #000;
    height: 100px;
}

.cover-image {
    padding-top: 20%;
    height: 100vh;
}

@media print {
    .product-print-box {
        page-break-before: always;   /* Force each product to start on a new page */
        width: 100% !important;      /* Full page width */
        min-height: 100vh;           /* Optional: make it cover full page height */
    }
}

.min-height-420px {
    min-height: 420px;
}