#store-locator-new-container{
  position:relative;
  .articlebreadcrumb{
    position: absolute;
    top: 166px;
    z-index: 20;
    width: 100%;
    @media screen and (max-width:767px){
      top:90px;
    }
    .breadcrumbs{
      display:flex;
      .breadcrumbs__item a{
        color:#8C8E90;
        font-size:14px;
        font-weight:400;
        font-family:Archivo;
        @media screen and (max-width:767px){
          font-size:12px;
          color: #EEEEEF;
        }
      }
      .breadcrumbs__item.active a{
        color:#fff;
        font-style:italic;
        font-weight:500;
      }
    }
    .breadcrumbs.container{
      max-width: 1360px !important;
    }
  }
}

#store-locator-new-container .breadcrumbs__item:not(:first-child)::before{
  content: "\69";
  font-family: beautiful-homes;
  color :#9DA1B0;
  font-size:10px;
  margin:0 10px;
    @media screen and (max-width:767px){
    font-size:8px;
  }
}
