.Special_slider.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 6px;
  transition: all 0.5s ease-in-out;
}

.Special_slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--Color-Primary);
  width: 27px;
  height: 6px;
  transition: all 0.5s ease-in-out;
}
.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(--Primary);
  border-radius: .5rem;
  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 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 */

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-group label{
    padding:.25rem .5rem;
    background: var(--Primary);
    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(--Primary);
    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(--secondary);
    transform: scale(1.1,1.1);
    color: #121212;
}
