.breadcrumb-image {
  margin-top:10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 104px 0 110px;
    position: relative;
    width:100%;
}
.breadcrumb-image::before {
    background: rgba(0, 0, 0, 0.80) none repeat scroll 1 1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.breadcrumb-image h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    position: relative;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
}
.breadcrumb-image h3 {
    color: #ffffff;
        text-shadow: 2px 2px black;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
}

.list-christmas {
color: #ffffff;
    position: relative;
    text-transform: uppercase;
    list-style-type: none;
      font-weight: bold;

}
.breadcrumbs_path {
    color: #fff;
    margin-top: 8px;
    position: relative;
    z-index: 9;
}
.breadcrumbs_path > a {
    color: #fff;
    transition: all 0.3s ease 0s;
}