/*
 Theme Name:   Luman Child
 Description:  Luman Child Theme
 Author:       XTemos
 Author URI:   https://xtemos.com
 Template:     xts-luman
 Version:      1.0.0
 Text Domain:  xts-theme
*/

.nila-product-rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #ff9800;
    margin-top: 6px;
    direction: rtl;
    justify-content: flex-end;
}

.nila-rating-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.nila-rating-value {
    font-size: 14px;
}

.nila-product-rating {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

span.nila-rating-value {
font-family: 'iranyekanX';
    font-weight: 800;
    color: #212121;
    font-size: 14px;
    line-height: 0px;
    margin-bottom: -5px;
}