/* * {
  color: black;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
} */

/* #showHeurekaBadgeHere-11 {
  display: none;
} */

.custom-footer__contact {
  display: none;
}

.footer-bottom {
  margin-top: 0;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__link {
  font-weight: 600;
}
/* body > div {
  margin-bottom: 30px;
} */
.custom-footer > div {
  margin-bottom: 20px;
}

.custom-footer__facebook {
  display: none;
}
.custom-footer__articles {
  order: 3;
}
.add-info__wrapper {
  order: 4;
}

/* 1 */

.contacts__contacts-wrapper,
.shop__wrapper-top {
  margin-bottom: 30px;
}

.shop__wrapper-top,
.contacts__contacts-wrapper {
  min-height: 110px;
}
.footer-rows .custom-footer h4 > span::after {
  margin: 0;
  width: 0;
}
.contacts__title-top,
.payment__title,
.shop__title-bottom,
.shop__title-top,
.add-info__title,
.custom-footer__articles h4 {
  margin: 0;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 600;
  color: black !important;
}

.contacts__phone,
.contacts__email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.contacts__phone-icon,
.contacts__email-icon,
.social__facebook,
.social__instagram {
  width: 25px;
  height: 25px;
}

.contacts__phone-number,
.contacts__email-number {
  color: black;
  text-decoration: underline;
  font-weight: 600;
}
.contacts__phone-hours {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 10px;
}
.contacts__phone-sign {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(14, 212, 14);
}

.contacts__email-content,
.contacts__email-comment,
.contacts__phone-content {
  margin: 0;
}

.payment__icons {
  width: 180px;
}

/* 2 */

.social__wrapper {
  display: flex;
  gap: 10px;
}

.shop__contacts {
  color: black;
}

.shop__hours,
.shop__address {
  margin: 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .custom-footer {
    padding: 0 20px !important;
    text-align: left;
  }
  .custom-footer > div {
    margin-bottom: 0px;
  }
  .shop__wrapper,
  .contacts__wrapper,
  .add-info__wrapper,
  .custom-footer__articles {
    border-bottom: 1px solid black;
  }
  .shop__wrapper,
  .add-info__wrapper,
  .custom-footer__articles {
    padding: 0px !important;
    cursor: pointer;
  }
  .custom-footer__articles ul,
  .add-info__list {
    margin: 0;
  }
  .custom-footer__articles h4,
  .custom-footer__articles ul,
  .custom-footer .add-info__list {
    text-align: left !important;
  }
  .shop__title-top,
  .add-info__title,
  .custom-footer__articles h4 {
    margin: 0 !important;
    padding: 15px 0px;
    position: relative;
  }
  .contacts__wrapper {
    padding: 15px;
  }
  .shop__title-top::before,
  .add-info__title::before,
  .custom-footer__articles h4::before {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 30%;
    transform: rotate(180deg);
    transform-origin: center;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("https://www.zilkahodinky.cz/user/documents/upload/footer/arrow-down (1).svg");
    transition: all 0.3s ease-in-out;
  }
  .shop__content,
  .add-info__list,
  .custom-footer__articles ul {
    padding: 0 0 15px;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .wrapper--hidden.shop__wrapper .shop__content,
  .wrapper--hidden.add-info__wrapper .add-info__list,
  .wrapper--hidden.custom-footer__articles ul {
    max-height: 0;
    padding: 0;
  }
  .wrapper--hidden.shop__wrapper .shop__title-top::before,
  .wrapper--hidden.add-info__wrapper .add-info__title::before,
  .wrapper--hidden.custom-footer__articles h4::before {
    transform: rotate(0deg);
  }

  .footer__heureka {
    order: 5;
  }
}
