@charset "UTF-8";
/* PRIMARY COLORS */
/* SECONDARY COLORS */
/*
 * Remove below if autoprefixer get's enabled.
 */
/*
 * Remove below if autoprefixer get's enabled.
 */
.menu__breadcrumb {
  padding: 1.5rem 0;
}
.menu__breadcrumb ol {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
}
.menu__breadcrumb ol li a {
  color: #a41e35;
}
.menu__breadcrumb ol li a:hover, .menu__breadcrumb ol li a:focus {
  text-decoration: underline;
}
.menu__breadcrumb ol li:not(:last-child) {
  position: relative;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.menu__breadcrumb ol li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 0;
  right: -0.3rem;
}