.digikala-price-button {
    display: inline-flex;
    align-items: center;
    background-color: #f2f3f5; /* رنگ پس‌زمینه دکمه */
    padding: 10px 15px;
    border-radius: 8px;
    color: #222; /* رنگ متن */
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #e0e0e0; /* حاشیه دکمه */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.digikala-price-button:hover {
    background-color: #8bc34a; /* رنگ پس‌زمینه هنگام هاور */
    color: #e53935; /* رنگ متن هنگام هاور */
}

.digikala-price-button img {
    width: 24px; /* عرض لوگو */
    height: 24px; /* ارتفاع لوگو */
    margin-right: 6px; /* فاصله لوگو از متن */
	margin-left: 6px;
}

.digikala-price-button strong {
    font-size: 14px;
    color: #222; /* رنگ متن داخل دکمه */
	font-weight: 300;
}
