
.group-product li.group-product_after::after {
  content: '\e88a';
  font-family: "harmony_icon";
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
 
}

.group-product li:last-child.group-product_after::after {
  display: none;
}

.nav-tabs a.active {
  border-bottom: 4px solid var(--theme-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(--theme-primary);
    transform: scale(1.1,1.1);
    color: #ffffff;
     border: 1px solid #121212;
}

.slider_product.owl-carousel .owl-nav button.owl-next,
.slider_product.owl-carousel .owl-nav button.owl-prev {
  background: var(--color-theme-primary);
  color: #ffff;
  width: 40px;
  height: 40px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-stage-outer {
  padding: 1rem 0;
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span {
  transition: width 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 1.75rem;
}

.slider_product.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s ease;
}

.slider_product.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.4s ease;
}

.slider_product.owl-carousel:hover .owl-nav button.owl-next {
  left: -10px;
  opacity: 1;
}

.slider_product.owl-carousel:hover .owl-nav button.owl-prev {
  right: -10px;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: var(--color-theme-forth-primary);
  transition: width 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--color-theme-fifth-primary);
  width: 2rem;
  transition: width 0.5s;
}