.nf-categorytabs {
  padding-top: 0px;
  width: 100%;
}

.nf-ct-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
}

.nf-ct-tab {
  color: #124170;
  background: #fff;
  font-family: "Vinila Test";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 100% */
  border-radius: 60px;
  border: 1px solid #124170;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  outline: none !important;
}

.nf-ct-tab:hover {
  background: #e8eef5;
}

.nf-ct-tab.active {
  background: #124170;
  color: #fff;
}

.nf-ct-panel {
  display: none;
}

.nf-ct-panel.active {
  display: block;
}

.products.rowTab {
  min-width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
}