@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Regular.woff") format("woff");
}

@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Bold.woff") format("woff");
  font-weight: 700;
}

.category-product-breadcrumb .breadcrumb {
  background-color: #fff;
  border-radius: 0;
  margin: 0;
  padding: 2.5rem 1.25rem;
}

@media (min-width: 768px) {
  .category-product-breadcrumb .breadcrumb {
    padding: 2.5rem 3.75rem;
  }
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000;
  margin-right: .5rem;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item .text-link {
  display: inline-block;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item .text-link:hover {
  text-decoration: underline;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "";
  background: #000;
  border-radius: 50%;
  width: .375rem;
  height: .375rem;
  margin-left: 0;
  margin-right: .5rem;
  padding: 0;
  position: relative;
  top: 0;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item:last-child {
  width: 100%;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item:last-child h1 {
  text-transform: uppercase;
  margin-top: .5rem;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item:last-child:before {
  display: none;
}

.category-product-breadcrumb .breadcrumb .breadcrumb-item:only-child h1 {
  margin-top: 0;
}

.category-product-breadcrumb .breadcrumb a {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  line-height: 1.25rem;
  text-decoration: none;
}


/*# sourceMappingURL=categoryBreadcrumb.css.map*/