.productListHeader {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 2.5rem 0px; }
  .productListHeader__title {
    text-align: center;
    font-size: 1.8rem; }
.product-card {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 80px; }
  @media (max-width: 991.98px) {
    .product-card {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767.98px) {
    .product-card {
      flex: 0 0 100%;
      max-width: 100%; } }
  .product-card__image {
    width: 280px;
    height: 280px; }
  .product-card__content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 0 auto;
    max-width: 280px;
    background-color: #ffffff; }
  .product-card__name {
    text-align: center;
    display: block;
    font-size: 1.25rem;
    padding: 10px 14px;
    height: 102px; }
  .product-card__price {
    text-align: center;
    display: block;
    color: #454545;
    font-weight: bold; }
.link-button {
  padding: 1rem 0px; }
  .link-button--centre {
    text-align: center; }
  .link-button__button {
    background-color: #075ea8;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 28px;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none; }
    .link-button__button:hover {
      box-shadow: 0 1.5px 7px rgba(0, 0, 0, 0.36), 0 1.5px 5px rgba(0, 0, 0, 0.48);
      color: #fff !important; }
.breadCrumb {
  margin: 20px 0px; }
  .breadCrumb__link {
    text-decoration: none;
    color: #075ea8; }
    .breadCrumb__link:not(:last-child):after {
      content: '  /  '; }
    .breadCrumb__link:hover {
      text-decoration: none; }
