html,
body {
  background-color: #eeeeee;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container {
  background-color: #fff;
}
img {
  max-width: 100%;
}
.footer a,
.link {
  cursor: pointer;
}
.bg-white {
  background-color: #fff;
}
button {
  background-color: #8ebf21;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-width: 0;
}
.btn-primary {
  background-color: #8ebf21 !important;
  border-color: #8ebf21 !important;
}
.btn-blue {
  background-color: #1c5a9c !important;
  border-color: #1c5a9c !important;
}
a,
a:visited,
a:active {
  color: #8ebf21;
  text-decoration: none;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
  justify-content: center;
}
.pl-0 {
  padding-left: 0;
}
.pl-4 {
  padding-left: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.flex-direction-column {
  flex-direction: column;
}
.lg-show {
  display: none;
}

@media (min-width: 420px) {
  .xs-font-lg {
    font-size: 20px;
  }
  .xs-p-2 {
    padding: 0.5rem;
  }
}
@media (min-width: 576px) {
  .sm-font-lg {
    font-size: 24px;
  }
  .sm-p-4 {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md-text-align-right {
    text-align: right;
  }
  .md-mt-3 {
    margin-top: 1rem;
  }
  .md-font-xl {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .price {
    font-size: 20px;
  }
  .dpd-versand {
    line-height: 14px;
  }
  .md-align-center {
    text-align: center;
  }
  .btn-order {
    margin-top: -24px;
    margin-left: -96px;
  }
  .barcode {
    margin: auto;
  }
  .footer {
    text-align: center;
    margin-bottom: 48px;
  }
}

/* DESKTOP */
@media (min-width: 992px) {
  html,
  body {
    min-height: 100vh;
  }
  body {
    align-items: center;
    font-size: 0.7rem;
  }
  .price {
    font-size: 14px;
  }
  .lg-show {
    display: block;
  }
  .lg-hidden {
    display: none;
  }
  .md-font-xl {
    font-size: 18px;
  }
  .btn-order {
    /* margin-top: -64px; */
    margin-top: -24px;
    margin-left: -96px;
  }
  .footer {
    letter-spacing: 0.1rem;
  }
}
/* DESKTOP */
@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
  .md-font-xl {
    font-size: 24px;
  }
  .price {
    font-size: 18px;
  }
}

.content-page {
  display: block;
  font-size: 1.1rem;
  padding: 32px 0;
}
.content-page img {
  margin-bottom: 12px;
}
.content-page .footer {
  text-align: center;
}

.test {
  font-weight: bolder;
  font-size: 24px;
  background-color: red;
  color: white;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
