
.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;
}

.nav-tabs a.active {
  background-color: var(--theme-gray-600);
  border-radius: .25rem;
  color: #fff;
}

/*prosessBar*/
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 10px;
  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(--color-orange-500);
 
}

.stars.selected .harmony-icon-star.active ~ .harmony-icon-star i {
  color: var(--theme-gray-600);

}

.stars.selected .harmony-icon-star:not(.active) i {
  color: var(--color-orange-500);
  
}

.stars.selected .harmony-icon-star.active i {
  color: var(--color-orange-500);
 
}

/* rating */

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-group label{
    padding:.25rem .5rem;
    background: var(--theme-red-500);
    border-radius: .25rem;
    color: #fff;
    transition: all .15s ease;
    font-size: 0.75rem;
    line-height: 1rem;
    cursor: pointer;
}


.btn-group label{
    padding:.25rem .5rem;
    background: var(--theme-red-500);
    border-radius: .25rem;
    color: #fff;
    transition: all .15s ease;
    font-size: 0.75rem;
    line-height: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.btn-group label:has(*:checked) {
    background-color: var(--theme-red-700);
    transform: scale(1.1,1.1);
    color: #fff;
}
