@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.l-favorites__title {
  margin: 0;
  line-height: normal;
  color: #002858;
  font-weight: normal;
  font-size: 1.1666666667em;
}
@media (min-width: 1600px) {
  .l-favorites__title {
    font-size: 1.75em;
  }
}
@media (max-width: 1199.98px) {
  .l-favorites__title {
    font-size: 1.75em;
  }
}
@media (max-width: 767.98px) {
  .l-favorites__title {
    font-size: 1.5em;
  }
}
.l-favorites .c-breadcrumbs {
  color: #002858;
}
.l-favorites .c-breadcrumbs:before {
  filter: invert(59%) sepia(52%) saturate(600%) hue-rotate(155deg);
}
.l-favorites .c-breadcrumbs a {
  color: #002858;
}
.l-favorites .c-breadcrumbs a:hover, .l-favorites .c-breadcrumbs a:active, .l-favorites .c-breadcrumbs a:focus, .l-favorites .c-breadcrumbs a:visited {
  color: #002858;
}
.l-favorites__breadcrumbs {
  margin: 10px 0 20px;
}
.l-favorites__header {
  align-items: center;
}
.l-favorites__sorting {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .l-favorites__sorting {
    justify-content: flex-start;
  }
}