.km-icon {
  height: 25px;
  width: 25px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.km-icon-medium {
  height: 40px;
  width: 40px;
}

.km-icon-semilarge {
  height: 70px;
  width: 70px;
}

.km-icon-large {
  height: 150px;
  width: 150px;
}

.km-dawn-arrow {
  background: url('../ikone/down-arrow.svg');
}

.km-fb {
  background: url('../ikone/facebook.svg');
}

.km-company {
  background: url('../ikone/company.svg');
}

.km-ig {
  background: url('../ikone/instagram.svg');
}

.km-mail {
  background: url('../ikone/mail.svg');
}

.km-address {
  background: url('../ikone/naslov.svg');
}

.km-user {
  background: url('../ikone/profil.svg');
}

.km-cart {
  background: url('../ikone/shopping-cart.svg');
}

.km-trash {
  background: url('../ikone/trash.svg');
}

.km-contact {
  background: url('../ikone/telefon.svg');
}

.km-yt {
  background: url('../ikone/youtube.svg');
}

