footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DADEE0;
  padding: 75px 0 0 0;
  font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
}

.path-pro-qcp-modules .pro-qcp-footer {
  padding-top: 0px;
}

footer svg {
  display: inline-block;
  vertical-align: top;
}

footer div {
  text-align: center;
  margin: 0 auto;
}

.footerlogo {
  display: block;
  width: 100%;
}

.pro-qcp-footer .nav-link {
  font-size: 18px;
  padding: 0;
}

footer nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: white;
  gap: 40px;
}

footer nav a {
  color: #545659;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.2s ease;
  padding: 0.5rem 0;

}

footer nav a:hover {
  color: #8CAD06;
}

.nav-link--active-trail {
  color: #8CAD06;
  font-weight: bold;
}

.footer-blur-bg {
  width: 100%;
  height: 65px;
  background-color: #004E90;
}

.path-frontpage .pro-qcp-footer .nav-link:first-child {
  font-weight: bold;
  color: #8CAD06;
}

@media (max-width: 1024px) {
  footer {
    padding: 70px 0 0px 0;
  }

  footer nav {
    gap: 1.5rem;
    padding: 40px 0 35px 0;
  }

  footer nav a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    padding: 40px 0 0px 0px;
  }

  footer nav {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 20px 0;
  }

  .pro-qcp-footer .nav-link {
    font-size: 18px;
  }

  .pro-qcp-footer img {
    width: 318px;
    margin: auto;
  }
}

@media (max-width: 480px) {
  footer div{
    height: auto;
  }
  .region-footer-bottom p{
    font-size: 18px;
  }
  footer {
    padding: 50px 0 0px 0;
  }

  footer nav {
    gap: 0.75rem;
    padding: 20px 10px;
  }

  .pro-qcp-footer .nav-link {
    font-size: 18px;
  }

  .footer-blur-bg {
    height: 50px;
  }
}

.region-user-account-menu ul.menu {
  display: flex;
  gap: 1em;
}

.carepoint-header__account .cart-block--summary__icon {
  display: none;
}

.region-footer-bottom {
  margin: 15px;
}

.region-footer-bottom p {
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}