.ofs--container {
  padding: 2px 0;
  margin: 0 !important;
  display: block;
  width: 100%;
}

.ofs--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.ofs--box ul {
  display: flex;
  border: 1px solid #b1b1b1;
  border-radius: 99px;
  margin: 0 !important;
  padding: 2px !important;
  font-size: 14px;
  font-weight: 400;
  gap: 5px;
  list-style: none !important;
}

.ofs--box ul>li {
  margin: 0 !important;
  padding: 4px 15px !important;
  background: #fff;
  color: #333;
  border-radius: 99px;
  cursor: pointer;
}

.ofs--box span {
  color: #898989;
  font-size: 14px;
  font-weight: 400;
}

.ofs--box ul>li.active span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.ofs--box ul>li.active {
  color: #fff;
  background:var(--color-option-size , #fff);
  box-shadow: 0 0.1rem 0.4rem rgba(10, 10, 10, 0.15);
}

.ofs--box ul>li {
  transition: all 0.2s ease;
}

@media only screen and (max-width: 1024px) {

  #ftwp-container.ftwp-wrap #ftwp-header-title,
  #ftwp-container.ftwp-wrap #ftwp-header-control {
    font-size: 18px !important;
  }

  #ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text,
  #ftwp-container #ftwp-list .ftwp-text {
    font-size: 15.4px !important;
  }
}