#footer {
  background-color: transparent;
}

#footer .custom-footer__banner1701 div ul li {
  padding-left: 0px;
}

#footer .custom-footer__banner1701 div ul li::before {
  display: none;
}

.footer-icon img {
  max-width: 60px;
}

.footer-icon img[alt='Heureka'] {
  max-width: 80px;
}

.footer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

.footer-icons__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-icons .footer-icon {
  margin: 0 !important;
}

#footer .contact-box {
  background-color: transparent;
  padding: 0;
}

.footer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

.footer-icons__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-icons__title {
  font-size: 14px;
  color: var(--c-muted);
}

.footer-icons__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-icons .footer-icon {
  margin: 0 !important;
}

#footer .pageElement__heading {
  font-weight: 700;
  position: relative;
  line-height: normal;
  text-transform: none !important;
}

#footer .pageElement__heading::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 25px;
  bottom: -10px;
  left: 0;
  background: var(--c-brand);
}

.custom-footer {
  border: 0;
  padding: 10px !important;
}

#footer .banner {
  min-height: 0;
  margin: 0;
}

#footer .site-name {
  position: static;
  margin-bottom: 10px;
}

.custom-footer>div.contact {
  width: auto;
}

#footer .contact-box::before {
  display: none;
}

#footer .contact-box ul li {
  margin-bottom: 10px !important;
}

#footer .contact-box ul li.contact-hours span {
  font-size: 12px;
  color: var(--c-muted);
}

.contact-box ul li>span.facebook,
.contact-box ul li>span.instagram {
  position: relative;
  min-height: 24px;
}

.contact-box ul li>span.facebook>a,
.contact-box ul li>span.instagram>a {
  display: block;
  position: absolute;
  inset: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-decoration: none !important;
}

.contact-box ul li.contact-hours span,
.contact-box ul li>span.mail,
.contact-box ul li>span.tel {
  padding-left: 0;
}

#footer .contact-box ul li>span.tel a {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--color-primary);
}

.contact-box ul li>span.mail::before,
.contact-box ul li>span.tel::before {
  display: none;
}

.socials-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}

.eshop-link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;  
}

.eshop-cz::before {
  background-image: url("/user/documents/upload/ceska-vlajka.svg");
}

.eshop-sk::before {
  background-image: url("/user/documents/upload/slovenska-vlajka.svg");
}

.eshop-hu::before {
  background-image: url("/user/documents/upload/madarska-vlajka.svg");
}

.eshop-ro::before {
  background-image: url("/user/documents/upload/rumunska-vlajka.svg");
}