.dkel-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}

.dkel-icon i,
.dkel-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.dkel-list-item .dkel-icon-wrapper {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 1;
  position: relative;
  transition: all 0.25s linear 0s;
}

.dkel-list-icon {
  display: inline-block;
  text-align: center;
}

.dkel-list-items.dkel-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dkel-list-items.dkel-icon-list .dkel-list-item,
.dkel-list-items.dkel-icon-list .dkel-list-item > a {
  position: relative;
  align-items: center;
  display: flex;
}
.dkel-list-items .dkel-list-item .dkel-list-content {
  transition: color 0.2s ease-in-out;
}
.dkel-list-items .fa {
  text-align: center;
}

.dkel-icon-right .dkel-list-items .dkel-list-item {
  justify-content: flex-end;
  text-align: right;
}
.dkel-icon-right .dkel-icon-wrapper {
  order: 2;
}