/*prosessBar*/
/*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*/

.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;
}

/* rating */
.stars .harmony-icon-star svg{
  fill: #121212;
  stroke: #121212;
}

.stars .harmony-icon-star:hover~.harmony-icon-star svg {
  fill: #121212;
  stroke: #121212;
}

.stars:hover .harmony-icon-star svg {
  fill: var(--Color-star);
  stroke: var(--Color-star);
  
}

.stars.selected .harmony-icon-star.active~.harmony-icon-star svg {
  fill: var(--Color-Gray);
  stroke: var(--Color-Gray);
  /*opacity: .25*/
}

.stars.selected .harmony-icon-star:not(.active) svg {
  fill: var(--Color-star);
  stroke: var(--Color-star);

}

.stars.selected .harmony-icon-star.active svg {
  fill: #bf3617;
  stroke: #bf3617;
}

/* rating */
