.uex-breadcrumb {
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      position: relative;
      float: left;
      color: inherit;
      a {
        opacity: .75;
        text-decoration: none;
        transition: opacity .3s;
        color: inherit;
        &:hover {
          text-decoration: none;
          opacity: 1;
        }
      }
      &:not(:first-child) {
        padding-left: 1.5rem;
      }
      &:not(:last-child) {
        padding-right: 1.5rem;
        i {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translate(50%, -50%);
        }
      }
    }
  }
}
