.breadcrumb {
    transition: opacity 0.3s;
    opacity: 0;
}
.breadcrumb.breadcrumb-visible {
    opacity: 1;
}
.breadcrumb ul li a { color: #666666; text-decoration: underline; font-weight: 300;}
.breadcrumb ul li.active a { color: #666666; text-decoration: underline; font-weight: 300;}
.breadcrumb ul li.active:last-of-type a {
    font-weight: normal;
    text-decoration: none;
    color: $primary-colour; 
}
.breadcrumb ul li.active a.icon:after {
    background-image: url(/files/images/chevron-right-gray.svg);
}
.breadcrumb ul li.active:last-of-type a.icon:after {
    content: "";
    position: absolute;
    right: -0.84375rem;
    background-image: url(/files/images/chevron-right-gray.svg);
    background-size: 100%, 100%;
    width: 0.375rem;
    height: 0.5625rem;
}
.breadcrumb li:last-child:after {
    display: none;
  }
.breadcrumb li > *:last-child:after {
  display: none;
}
a.breadcrumb-home:after {
    content: "";
    position: absolute;
    right: -0.84375rem;
    background-image: url(/files/images/chevron-right-gray.svg);
    background-size: 100%, 100%;
    width: 0.375rem;
    height: 0.5625rem;
    display: block!important;
} 
.header-bottom .menu__container .menu-offer .content__container .text__container .heading, .header-bottom .menu__container .menu-offer .content__container .text__container .sub-heading {
    color: #ffffff;
}