/* finder-parts-breadcrumbs */
.finder-section-breadcrumbs {
  margin-bottom: 25px;
  padding-top: 32px;
  width: 100%;
}

@media screen and (max-width: 841px) {
  .finder-section-breadcrumbs {
    padding-top: 10px;
  }
}

.finder-section-breadcrumbs.finder-section-breadcrumbs-top {
  margin-bottom: 40px;
  padding-top: 0;
}

@media screen and (max-width: 841px) {
  .finder-section-breadcrumbs.finder-section-breadcrumbs-top {
    display: none;
  }
}

.finder-parts-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 18px;
  padding-top: 15px;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

.finder-parts-breadcrumbs li {
  position: relative;
}

.finder-parts-breadcrumbs li:after {
  content:"";
  position: absolute;
  top: 1px;
  right: -12px;
  width: 6px;
  height: 10px;
  background-image: url(../../common/img/icon_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.finder-parts-breadcrumbs li:last-child:after {
  display: none;
}
