/**
 * AJAXWEB Toman Icon
 */

.ajaxweb-toman-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 15px;
	height: 16px;

	vertical-align: -2px;

	flex: 0 0 auto;

	line-height: 1;
	direction: ltr;

	pointer-events: none;
}

.ajaxweb-toman-icon svg {
	display: block;

	width: 15px;
	height: 16px;

	max-width: 100%;
	max-height: 100%;

	fill: currentColor;
}

/**
 * اگر رنگ SVG باید از رنگ متن ارث ببرد
 */
.ajaxweb-toman-icon svg path {
	fill: currentColor;
}


/**
 * جلوگیری از بهم ریختن فاصله قیمت و آیکن
 */
.ajaxweb-toman-icon {
	margin-inline-start: 3px;
}


/**
 * قیمت‌های ووکامرس
 */
.woocommerce-Price-amount .ajaxweb-toman-icon,
.price .ajaxweb-toman-icon {
	vertical-align: -3px;
}


/**
 * موبایل
 */
@media (max-width: 767px) {

	.ajaxweb-toman-icon {
		width: 14px;
		height: 15px;
	}

	.ajaxweb-toman-icon svg {
		width: 14px;
		height: 15px;
	}

}