.order-pils-header {
    height: 30px;
    background: var(--theme-8);
    border-bottom : 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    line-height: 28px;
  }
  .order-pils-header  span.pils-item {
    float: left;
    padding: 0 12px;
    height: 100%;
    margin: 0 !important;
    cursor: pointer;
  }
  .order-pils-header  span.pils-item font, 
  .order-pils-header  span.pils-item i{
    float: left;
    padding: 0 5px;
  }
.order-pils-header  span.pils-item i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-1);
  font-size: 10px;
  color: #fff;
  margin: 4px;
  font-style: normal
}
.order-pils-header  span.pils-item.activated i {
   background: #fff;
  font-size: 10px;
  color: var(--theme-1);
}
  .order-pils-header  span.pils-item.activated {
    background: var(--theme-1);
    color: #fff;
  }