.tmx-sweet-tabs {
  border-bottom: 1px solid #e5e5e5;
  gap: 6px;
  flex-wrap: nowrap !important;
  overflow: auto;
  scrollbar-width: none;
  justify-content: center !important;
}

.tmx-sweet-tabs .nav-link {
  border: none;
  background: transparent;
  color: rgba(var(--black-color), 1);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tmx-sweet-tabs .nav-link:hover {
  color: rgba(var(--main-color), 1);
}

.tmx-sweet-tabs .nav-link.active {
  font-weight: 700;
  border-bottom: 2px solid rgba(var(--main-color), 1);

  color: rgba(var(--main-color), 1);
}

.tmx-tab-divider {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
}

.tmx-tab-content {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 576px) {
 .tmx-sweet-tabs {
    justify-content: flex-start !important;
 }
}