/* استایل‌های فرانت‌اند پلاگین مدیریت تخفیف */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product .woocommerce-product-gallery {
	position: relative;
}

.trailer_box {
	position: relative;
}

.disc-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
	background: #e74c3c;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 4px;
	line-height: 1.4;
	pointer-events: none;
	box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.25 );
	direction: rtl;
}

.disc-badge--single {
	font-size: 15px;
	padding: 7px 14px;
	top: 14px;
	right: 14px;
}

.woocommerce .price del,
.woocommerce ul.products li.product .price del,
.mfn-queryloop-item-wrapper del,
.column_attr del {
	color: #999;
	opacity: 1;
	font-size: 0.9em;
}

.woocommerce .price ins,
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-weight: 700;
	color: #e74c3c;
}
