/* InFront-style footer payment icons */

#footer-copyrights._footer-copyrights-1 .row.align-items-center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#footer-copyrights._footer-copyrights-1 .copyright-img,
#footer-copyrights._footer-copyrights-1 .copyright-txt {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  text-align: center !important;
}

@media (min-width: 576px) {
  #footer-copyrights._footer-copyrights-1 .copyright-img.push-sm-6,
  #footer-copyrights._footer-copyrights-1 .copyright-txt.pull-sm-6 {
    left: auto;
    right: auto;
  }
}

#footer-copyrights._footer-copyrights-1 .copyright-txt {
  order: 1;
}

#footer-copyrights._footer-copyrights-1 .copyright-img {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.85rem 0 0.15rem;
  margin-bottom: 0 !important;
}

.ift-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}

.ift-payment-icons li {
  flex: 0 0 auto;
  line-height: 0;
}

.ift-payment-icons img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: none;
}

@media (max-width: 575px) {
  .ift-payment-icons img {
    height: 2rem;
  }
}
