:root {
  --font-secondary: "Playfair Display";
  --color-blue: #023e84;
}

/* general */

.btn,
a.btn {
  font-weight: 400;
}

.btn.btn-success,
a.btn.btn-success {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: white;
}

.btn.btn-success:hover,
a.btn.btn-success:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: white;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

.homepage-group-title {
  color: var(--color-blue);
}

/* footer */

.dklab-delivery-box.position-above-footer {
  display: none;
}

.footer-rows .custom-footer > div:nth-child(2) {
  width: 25%;
}

.footer-rows .custom-footer > div:nth-child(4) {
  width: 25%;
}

.custom-footer.elements-many > div:nth-child(5) {
  width: 100%;
}

.footer__shop-info {
  display: block;
  margin-bottom: 0;
}
