body{
  background-color: #ffffff;
  
}
.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 {
  border-bottom: 2px solid var(--Primary);
  
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-group label{
    padding:.25rem .5rem;
    background: #f9f9f9;
    border-radius: .25rem;
    color: #686868;
    transition: all .15s ease;
    font-size: 0.75rem;
    line-height: 1rem;
    cursor: pointer;
    border: 1px solid #d3d3d3;
}

.btn-group input{
    display: none;
}

.btn-group label:has(*:checked) {
    background-color: var(--Primary);
    transform: scale(1.1,1.1);
    color: #121212;
     border: 1px solid #121212;
}

/*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 */