.item-list {
  position: relative;
}

.loader {
  display: none;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(000, 000, 000, 0.7);
}

.loader-inner {
  width: 100%;
  height: 100%;
}

.loader-icon {
  flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;

  background-image: url("./../img/loading.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-group.addresses-btn {
  display: flex;
  justify-content: center;
  align-items: end;
}
