.group-product li.group-product_after::after {
    content: "،";
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.group-product li:last-child.group-product_after::after {
    display: none;
}

/*prosessBar*/
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 14px;
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
    background-color: #cfcfca;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #121212;
}

/*prosessBar*/

/* rating */
.stars .harmony-icon-star i{
    color: #121212;
    
}

.stars .harmony-icon-star:hover~.harmony-icon-star i {
    color: #121212;
    
}

.stars:hover .harmony-icon-star i {
    color: var(--theme-star);
    
    
}

.stars.selected .harmony-icon-star.active~.harmony-icon-star i {
    color: var(--theme-star);
    
}

.stars.selected .harmony-icon-star:not(.active) i {
    color: var(--theme-star);

}

.stars.selected .harmony-icon-star.active i {
    color: #bf3617;
    
}

/* rating */
