/* Existing styles */
.category-header {
  background: linear-gradient(to right, #008650, #00b8a5);
  color: white;
  padding: 20px 45px;
}

/* Breadcrumb base styles */
.breadcrumb-item {
  font-size: 14px !important;
  color: #b0b0b5 !important;
  font-weight: 400 !important;
}
.breadcrumb-item.active span,
.breadcrumb-item.active {
  color: #00bbcd !important;
  font-weight: 400 !important;
}
.breadcrumb-item a {
  color: #b0b0b5 !important;
  font-weight: 400 !important;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #00bbcd !important;
  font-weight: 400 !important;
}
.breadcrumb-separator {
  font-weight: 400 !important;
  color: #b0b0b5 !important;
}

.nav-breadcrumb {
  padding: 0px 45px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
}

/* RESPONSIVE – MOBILE */
@media (max-width: 576px) {
  .category-header {
    padding: 20px 20px !important;
  }

  .nav-breadcrumb {
    padding: 0px 20px !important;
  }
  nav ol.breadcrumb {
    padding: 0px 0px !important;
  }
}

/* style="padding:0px 45px; font-size: 13px; font-weight: 300 !important" */
