.navbar {
  background-color: #edecee;
}

h5 {
  color: #1a181b;
}

.navbar-toggler {
  border: none;
  font-size: 1.25rem;
}
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.nav-link {
  color: #5f5b62;
  font-weight: bold;
  font-size: 1.15rem;
  position: relative;
  display: inline-block;
}
.nav-link:hover,
.nav-link.selected {
  color: #008858;
}
@media (min-width: 991px) {
  .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 2px;
    background-color: #008858;
    transition: 0.3s ease-in-out;
    visibility: hidden;
  }

  .nav-link:hover::before,
  .nav-link.selected::before {
    width: 100%;
    visibility: visible;
  }
}

.social {
  max-width: 27px;
}

@media (max-width: 729px) {
  .social {
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.bd-placeholder-img {
  height: auto;
  max-height: 225px;
  object-fit: contain;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.cookie-consent .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cookie-consent p {
  margin: 0;
  padding-right: 10px;
}

.cookie-consent a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-consent .btn {
  margin-left: 10px;
}

html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
}

.cart {
  height: 30px;
  width: 30px;
}

#cart-button {
  cursor: pointer;
}

.cart-button {
  margin-right: 20px;
}
