/* ===========================================================
   WC Smart Suite - Frontend Discount Badge
   بج درصد تخفیف که کنار قیمت خط‌خورده در کارت محصول و صفحه‌ی
   تکی محصول نمایش داده می‌شود
=========================================================== */

.wcss-discount-badge {
	display: inline-block;
	margin-inline-start: 6px;
	padding: 1px 8px;
	border-radius: 999px;
	background: #e53935;
	color: #fff;
	font-size: 0.75em;
	font-weight: 600;
	line-height: 1.8;
	vertical-align: middle;
	white-space: nowrap;
}
