#ak_payementmethods {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 45px 0;
}
#ak_payementmethods div {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
#ak_payementmethods div img {
  max-width: 206px !important;
}
#ak_payementmethods div.payement {
  border-left: 1px solid white;
}
@media (max-width: 1024px) {
  #ak_payementmethods div.payement {
    justify-content: flex-start;
  }
}
@media (min-width: 700px) and (max-width: 1024px) {
  #ak_payementmethods {
    overflow-x: hidden !important;
    width: auto;
  }
  #ak_payementmethods div.payement img {
    max-width: 110px !important;
  }
}
@media (max-width: 1024px) {
  #ak_payementmethods {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  #ak_payementmethods div {
    min-width: max-content;
  }
  #ak_payementmethods div img {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=front.css.map */
