.product-price-installments-not-in-variation,
.product-price-installments-not-in-variation-single {
	visibility: hidden;
}

.emi-row {
	margin-bottom: 2rem;
	position: relative;
}

.emi-option-wrapper {
	padding: 7px;
	width: 25% !important;
	cursor: pointer;
}

.emi-option {
	border: solid 1px #ececec;
	padding: 8px;
}

.emi-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.starting-wrapper {
	display: flex;
	flex-direction: column;
	color: #000;
}

.starting_from {
	font-size: 10px;
}

.starting_price {
	font-size: 11px;
	font-weight: bold;
}

.cst-sign {
	text-align: right !important;
	line-height: 3px;
	padding-top: 10px;
}

.installment {
	position: absolute;
	z-index: 1;
	padding: 3px;
	left: 0;
	min-width: 350px;
	width: 100%;
}

.installment th {
	font-size: 10px;
	text-transform: capitalize;
	text-align: center;
	background-color: #ececec;
}

.installment-content h4 {
	font-size: 14px;
	color: #026ba5;
	text-align: center;
}

.installment td {
	border-bottom: solid 1px #ececec;
	font-size: 10px;
	text-align: center;
}

.installment-content {
	position: relative;
	background-color: #fff;
	border: solid 1px #ececec;
	padding: 5px;
}

.installment .close {
	position: absolute;
	left: 10px;
	z-index: 2;
	top: 1px;
	font-size: 20px;
}

@media only screen and (min-width: 768px) {
	.emi-option {
		border: solid 1px #ececec;
		padding: 8px;
	}

	.emi-option-wrapper {
		padding: 3px;
		width: 25% !important;
		cursor: pointer;
	}

	.payment-option-img-holder {
		text-align: center;
	}

	.payment-option-img-holder img {
		height: 35px;
		object-fit: contain;
	}

	.installment {
		top: 210px;
	}

	.one_row_installment {
		top: 107px !important;
	}
}

@media only screen and (max-width: 767px) {
	.starting_price {
		font-size: 9px !important;
	}

	.emi-option {
		border: solid 1px #ececec;
		padding: 5px;
	}

	.emi-option-wrapper {
		padding: 3px;
		width: 25% !important;
		cursor: pointer;
	}

	.payment-option-img-holder {
		text-align: center;
	}

	.payment-option-img-holder img {
		height: 35px;
		object-fit: contain;
	}

	.installment {
		top: 203px;
	}

	.one_row_installment {
		top: 107px !important;
	}
}

.saved-sale {
	color: red;
}

.cst-prod-cat-for-dt h5 {
	color: #0e95e4 !important;
}

.mfp-content #shop-sidebar span,
.mfp-content #shop-sidebar div,
.mfp-content #shop-sidebar a {
	color: #ffffff !important;
}

.off-canvas-left .mfp-content {
	background-color: #026ba5 !important;
}