button.quick-add__submit {
  background-color: rgb(236, 124, 55);
  color: white;
  border: 1px solid rgb(236, 124, 55);

  &::before,
  &::after {
    box-shadow: none;
  }

  &::hover {
    border: none;
    box-shadow: none;
    &::before, &::after {
      box-shadow: none;
    }
  }
}

.card__information {
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-information {
    text-align: center !important;
}

header > nav.header__inline-menu > ul.list-menu.list-menu--inline {
  justify-content: center;
}

#gbmap {
  height: 600px;
  max-height: 70vh;
}