.icon-trophy:before{
  content: "\f091";
  font-family: "FontAwesome";
  color: #83b74b;
  font-size: 34px;
}

.my-account-tabs ul li{

}

.my-account-tabs ul li a i{
  font-size: 29px;
  left: 0;
  color: #90BC68;
  top: 0px;
  position: relative;
  margin-right: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.my-account-tabs ul li a {
  background-color: #fff;
  padding: 11px 0px !important;
  line-height: 17px;
  margin-right: 0;
  border: none;
  border-bottom: none !important;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #0e0e0e;
  text-align: center;
  width: 100%;
  white-space: normal;
  height: 100%;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0px;
}

.container_progressbar {
      width: 100%;
      margin: 25px auto; 
  }
  .progressbar {
      counter-reset: step;
  }
  .progressbar li {
      list-style-type: none;
      font-family: brandon_textmedium;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
  }

  .progressbar li span{
    display: block;
    text-transform: none;
    font-family: brandon_text_regularregular, Arial, sans-serif;
  }

  @media (max-width: 767px) {
    .progressbar li span{
      margin-left: 10px !important;
      display: block !important;
      text-transform: none !important;
    }
  }


  .progressbar li:before {
    width: 50px;
    height: 50px;
    content: attr(data-line);
    line-height: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 2;
    font-family: brandon_textmedium;
    position: relative;
    font-size: 11px;
    -webkit-box-shadow: 0 0 6px 0 #0000003d;
    box-shadow: 0 0 6px 0 #0000003d;
    padding: 0px;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #bdbdbd;
      top: 24px;
      left: -50%;
      z-index: 1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active {
      color: green;
  }
  .progressbar li.active:before {
    border-color: #90bc68;
    background: #90bc68;
    color: #fff;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .progressbar li.active + li:after {
    background-color: #90bc68;
  }

.loyalty_section{
  background: #ececec80;
  margin-top: 30px;
  padding: 30px;
}

.loyalty_subheader{
  font-size: 16px;
  text-transform: uppercase;
  font-family: brandon_textmedium;
}

.loyalty_description{

}

#header_user_info.pro_user{
  background-color: #90b26c;
  position: relative;
}

#header_user_info.pro_user:before{
  content: "\f005";
  font-family: "FontAwesome";
  position: absolute;
  color: #f9d372;
  font-size: 15px;
  left: 25px;
  top: 1px;
}

#my_account_pro_account_info:after{
  content: "\f005";
  font-family: "FontAwesome";
  position: relative;
  color: #e6ac20;
  font-size: 15px;
  margin-left: 9px;
}