footer {
  margin-top: 100px;
  background: black;
  padding: 72px 108px 20px;
}
footer #menu-customer-care,
footer #menu-helpfull-info {
  margin-top: 20px;
}
footer #menu-customer-care li a,
footer #menu-helpfull-info li a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}
footer .find-store {
  padding: 22px 0px 30px;
}
footer .find-store a {
  color: #959598;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
  letter-spacing: -2.2px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
footer .find-store a svg {
  color: red;
  width: 36px;
  height: 36px;
  margin-left: 15px;
}
footer .widget-title {
  color: red;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
  letter-spacing: -2.2px;
  text-transform: uppercase;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-top-left {
  flex: 0 0 auto;
  width: 55%;
}

footer .footer-top-right {
  display: flex;
  flex: 1 0 0%;
}
footer .footer-top-right > div {
  width: 100%;
  max-width: 100%;
  display: block;
  flex: 1 0 0%;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .ienvy-footer-reserve {
  color: #959598;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
footer .ienvy-footer-social > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
footer .ienvy-footer-social img {
  width: 41px;
  height: 42px;
  object-fit: cover;
}

@media only screen and (max-width: 1023px) {
  footer {
    padding: 33px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-right {
    padding-top: 26px;
    padding-bottom: 20px;
  }
  .ienvy-footer-reserve {
    font-size: 10px !important;
  }
  footer .ienvy-footer-social img {
    width: 29px;
    height: 30px;
  }
}
