footer {
  background-color: rgb(20, 20, 20);
  background-image: url("../../images/footer/bg.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
footer svg {
  fill: #fff;
}

@media (max-width: 991px) {
  footer {
    background-image: unset !important;
  }
}
.banner-footer {
  background-color: #3a3a3a;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.banner-footer .logo {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner-footer .input-group svg {
  width: 20px;
}
.banner-footer .download-apps .app-store svg {
  width: 28px;
  height: 28px;
}
.banner-footer .download-apps button {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6px;
  color: #000000;
  width: 48%;
  height: 48px;
}
.banner-footer .download-apps button svg {
  width: 22px;
  height: 22px;
}
.banner-footer .download-apps button:hover {
  background-color: var(--brand-main-color);
}

.list-unstyled a {
  color: #dbdbdb !important;
}

.list-payment li {
  display: inline-block;
}/*# sourceMappingURL=footer.css.map */