.icon {
  display: block;
}
.icon::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.icon-header::before,
.icon-contact::before,
.icon-personalshopper::before {
  width: 30px;
  height: 30px;
}
.icon-pagination::before {
  width: 27px;
  height: 27px;
}
.icon-link::before {
  width: 36px;
  height: 36px;
}
.icon-search::before {
  background-image: url(../../img/icons/icon-search.svg);
  width: 20px;
  height: 20px;
}
.icon-arrow::before {
  width: 100px;
  height: 100px;
}
.icon-user::before {
  background-image: url(../../img/icons/icon-user-2.svg);
}
.icon-calendar::before {
  background-image: url(../../img/icons/icon-calendar.svg);
  width: 20px;
  height: 20px;
}
.icon-donate::before {
  background-image: url(../../img/icons/icon-donate.svg);
  width: 20px;
  height: 20px;
}
.icon-globe::before {
  background-image: url(../../img/icons/icon-globe.svg);
  width: 20px;
  height: 20px;
}
.icon-notebook::before {
  background-image: url(../../img/icons/icon-notebook.svg);
  width: 20px;
  height: 20px;
}
.icon-shield::before {
  background-image: url(../../img/icons/icon-shield.svg);
  width: 20px;
  height: 20px;
}
.icon-email::before {
  background-image: url(../../img/icons/icon-email.svg);
  width: 30px;
  height: 30px;
}
.icon-email-white::before {
  background-image: url(../../img/icons/icon-email-white.svg);
  width: 20px;
  height: 20px;
}
.icon-menu::before {
  background-image: url(../../img/icons/icon-menu.svg);
  width: 30px;
  height: 30px;
}
.icon-arrow-right::before {
  background-image: url(../../img/icons/icon-arrow-right.svg);
}
.icon-arrow-left::before {
  background-image: url(../../img/icons/icon-arrow-left.svg);
}
.icon-chevron-down::before {
  background-image: url(../../img/icons/icon-chevron-down.svg);
}
.icon-chevron-left::before {
  background-image: url(../../img/icons/icon-chevron-left.svg);
  width: 20px;
  height: 20px;
}
.icon-galas::before {
  background-image: url(../../img/icons/icon-galas.svg);
  width: 500px;
  height: 90px;
  margin: 0 auto;
}
.icon-marker::before {
  background-image: url(../../img/icons/icon-marker.svg);
  position: relative;
  left: -1px;
}
.icon-whatsapp::before {
  background-image: url(../../img/icons/icon-whatsapp.svg);
}
.icon-paypal::before {
  background-image: url(../../img/icons/icon-paypal.svg);
}
.icon-donations {
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
}
.icon-donations::before {
  width: 24px;
  height: 24px;
}
.icon-notification::before {
  background-image: url(../../img/icons/icon-notification.svg);
  width: 16px;
  height: 16px;
}
.icon-question-mark::before {
  background-image: url(../../img/icons/icon-question-mark.svg);
  width: 26px;
  height: 26px;
  position: relative;
  top: -1px;
}