/*** ICONS ***/
/*** COLORS ***/
/*** END COLORS ***/
.section-favorites-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10rem;
  padding-bottom: 18rem;
  text-align: center;
}
.section-favorites-empty__title {
  margin-bottom: 2rem;
}
.section-favorites-empty__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.section-favorites-empty__icon {
  display: inline-block;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  margin-left: 1rem;
  font-size: 2.4rem;
  color: #949494;
}