.shop-tab {
  font-size: 16px;

  color: @black;
  cursor: pointer;
  min-width: 0;
  position: relative;
  line-height: 44px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -moz-box-flex: 0;
  flex: 0 0 22%;
  flex-basis: 22%;


  > span {
    display: block;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}