#esponi_OPA_Container {

}

#esponi_OPA {
	margin-top: 12px;
	padding: 12px 14px;
	border: 1px solid #dbe3e8;
	border-radius: 6px;
	background: #eef3f6;
	margin-bottom: 10px;
}

/* Loader */
#esponi_OPA_Loader {
    background: url("https://www.muralsonly.com/_OPAWaiting.gif") no-repeat;
    float: right;
    width: 24px;
    height: 24px;
}

/* Unit (istersen gizli kalabilir) */
#esponi_OPA_UnitText {
	
}
#esponi_OPA_Unit {

}

/* 🔥 PRICE BLOĞU */
#esponi_OPA_TotalBlock {
	display: block;
	text-align: left;
}

/* Üst başlık (Your Price) */
#esponi_OPA_TotalText {
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: 500;
	margin-bottom: 4px;
}

/* Fiyat (BÜYÜK VE DİKKAT ÇEKİCİ) */
#esponi_OPA_Total {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #222;
	line-height: 1.2;
}

/* Vergi vs */
#esponi_OPA_UnitExTax {
	color: #8da1ad;
}
#esponi_OPA_TotalExTax {
	color: #8da1ad;
}

/* 🔥 BONUS: free shipping yazısı */
#esponi_OPA::after {
	content: "Free shipping included";
	display: block;
	font-size: 12px;
	color: #4CAF50;
	margin-top: 6px;
}