.product-desc-spec .tabbed-content--tabs button.active {
  color: var(--brand-color);
}

.product-desc-spec .tabbed-content--tabs button.active:after {
  background: var(--brand-color);
}

.product-desc-spec .tabbed-content--tabs button.active svg {
  fill: var(--brand-color);
}

.product-desc-spec .tabbed-content--tabs button {
  font-family: 'Cinzel Decorative', Poppins, sans-serif;
}

@media only screen and (max-width: 767px) {
  .product-desc-spec .row { 
    padding: 0 !important;
  }
} 
