.gold-price {
    font-weight: bold;
    color: #d4af37; /* طلایی */
}
    .gold-price {
        position: relative;
        cursor: help;
    }
    .gold-price::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0,0,0,0.85);
        color: #fff;
        padding: 6px 10px;
        border-radius: 6px;
        white-space: nowrap;
        font-size: 12px;
        line-height: 1.3;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 999;
    }
    .gold-price::before {
        content: '';
        position: absolute;
        bottom: 115%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: rgba(0,0,0,0.85) transparent transparent transparent;
        opacity: 0;
        transition: opacity 0.2s ease;
        pointer-events: none;
        z-index: 999;
    }
    .gold-price:hover::after,
    .gold-price:hover::before {
        opacity: 1;
    }
	.mohdefaultprice {
		font-size: 13px!important;
	}
	select {
		font-family: 'IRANSans', sans-serif;
	}
	.variations_form select {
		font-family: 'IRANSans', sans-serif;
	}