footer {
  background-color: var(--color-footer-back);
  color: var(--color-footer);
  font-size: 15px;
  margin-top: 30px;
  min-height: 100px;
  overflow: hidden;
  padding: 10px 0 60px 0;
}
footer .footer-icon {
  background-color: var(--color-footer);
  height: 8px;
  width: 12px;
}
.footer-about-us {
  font-size: 13px;
  font-style: italic;
  padding: 30px 0 10px 0;
}
.footer-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-link {
  display: block;
  line-height: 1.5;
  margin: 7px 10px 7px 0;
  -white-space: nowrap;
}
.footer-links-group {
  display: inline-block;
  margin-bottom: 30px;
  width: 240px;
}
.footer-links-group-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  margin: 0;
}
.footer-box {
  display: flex;
}
.footer-box-links {
  flex: 1;
}
.footer-box-info-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer-social-icon {
  background-color: #ebebeb;
  height: 20px;
  width: 20px;
}
.footer-box-info-icon {
  display: inline-block;
  margin-left: 10px;
}
.footer-box1 {
  border-bottom: 1px solid;
  display: flex;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.footer-box2 {
  border-top: 1px solid;
  display: flex;
  line-height: 48px;
  padding-top: 10px;
}
.footer-logo {
  height: 32px;
  margin-right: 10px;
  margin-top: 10px;
  object-fit: contain;
  width: var(--footer-logo-width);
}
.footer-payment-icons {
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-wrap: nowrap;
}
.footer-payment-icons svg {
  height: 24px;
  margin: 5px;
  max-width: 25%;
}
.footer-copyright {
  font-size: 10px;
  font-style: italic;
}
@media (max-width: 720px) {
  .footer-box2 {
    flex-direction: column;
    text-align: center;
  }
  .footer-box2 .spacer-flex {
    display: none;
  }
  .footer-box-info-title {
    margin-left: 10px;
  }
  .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .footer-box1 {
    flex-direction: column;
  }
}
@media (max-width: 552px) {
  .footer-box1 .spacer-flex {
    display: none;
  }
  .footer-links-group {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-links-container {
    display: unset;
  }
}