.xf-indices-tab-box {
  display: none;
}

.xf-indices-tab-box.on {
  display: block;
}

.xf-mobile-category-tab-box {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  height: 48px;
}

.xf-stock-category-tab-wrap {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: -24px;
  left: 0;
}

.xf-stock-category-tab-wrap .xf-stock-category-tab-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: left;
  white-space: nowrap;
  border-bottom: solid 1px #d7d7d7;
}

.xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item {
  width: auto;
  min-width: 87px;
}

.xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item:first-child .xf-stock-category-tab-btn::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: -1px;
  background-color: #d7d7d7;
  z-index: 1;
}

.xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item:first-child .xf-stock-category-tab-btn.on::before {
  display: none;
}

.xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item .xf-stock-category-tab-btn {
  position: relative;
  display: block;
  font-size: 15px;
  width: 100%;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #141414;
  border-right: solid 1px #d7d7d7;
  padding: 13px 8px;
  background-color: #fff;
  text-decoration: none;
}

.xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item .xf-stock-category-tab-btn.on {
  color: #fff;
  background-color: #4e3d89;
}

@media (min-width: 992px) {
  .xf-mobile-category-tab-box {
    height: auto;
    margin: 0;
  }
  .xf-stock-category-tab-wrap {
    top: -86px;
    width: 100%;
  }
  .xf-stock-category-tab-wrap .xf-stock-category-tab-list {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    border-bottom: solid 1px #d7d7d7;
  }
  .xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item {
    width: 20%;
  }
  .xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item:first-child .xf-stock-category-tab-btn::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 1px;
    left: -1px;
    background-color: #d7d7d7;
    z-index: 1;
  }
  .xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item .xf-stock-category-tab-btn {
    position: relative;
    display: block;
    font-size: 15px;
    width: 100%;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #141414;
    border-right: solid 1px #d7d7d7;
    padding: 13px 4px;
    background-color: #fff;
    text-decoration: none;
  }
  .xf-stock-category-tab-wrap .xf-stock-category-tab-list .xf-stock-category-tab-item .xf-stock-category-tab-btn.on {
    color: #fff;
    background-color: #4e3d89;
  }
}

/*# sourceMappingURL=widget.css.map */
