.c-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000000;
  font-size: 0.75em;
  font-weight: normal;
  line-height: normal;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 1649.98px) {
  .c-breadcrumbs {
    font-size: 0.625em;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .c-breadcrumbs {
    font-size: 0.8125em;
    padding: 5px 0;
  }
}
@media (max-width: 767.98px) {
  .c-breadcrumbs {
    display: none;
  }
}
.light .c-breadcrumbs {
  color: #ffffff;
}
.c-breadcrumbs a {
  color: #000000;
  color: #000000;
}
.c-breadcrumbs a:hover, .c-breadcrumbs a:active, .c-breadcrumbs a:focus, .c-breadcrumbs a:visited {
  color: #000000;
}
.light .c-breadcrumbs a {
  color: #ffffff;
  color: #ffffff;
}
.light .c-breadcrumbs a:hover, .light .c-breadcrumbs a:active, .light .c-breadcrumbs a:focus, .light .c-breadcrumbs a:visited {
  color: #ffffff;
}
.c-product .c-breadcrumbs a, .t-blog .c-breadcrumbs a {
  color: #000000;
  color: #000000;
}
.c-product .c-breadcrumbs a:hover, .c-product .c-breadcrumbs a:active, .c-product .c-breadcrumbs a:focus, .c-product .c-breadcrumbs a:visited, .t-blog .c-breadcrumbs a:hover, .t-blog .c-breadcrumbs a:active, .t-blog .c-breadcrumbs a:focus, .t-blog .c-breadcrumbs a:visited {
  color: #000000;
}
.c-breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
.c-breadcrumbs .separator {
  width: 6px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin: 0 2px;
}