.widget_sd_widget_payment_methods {
  display: flex;
  align-items: center;
}
.widget_sd_widget_payment_methods .sd-payment-method {
  height: 40px;
  width: 80px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_sd_widget_payment_methods .sd-payment-method:not(:last-child) {
  margin-right: 10px;
}
.widget_sd_widget_payment_methods .sd-payment-method img {
  max-height: 24px;
  max-width: 60px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_payment_methods .sd-payment-method {
    height: 33px;
    width: 66px;
  }
  .widget_sd_widget_payment_methods .sd-payment-method img {
    max-height: 20px;
    max-width: 50px;
  }
  .widget_sd_widget_payment_methods .sd-payment-method:not(:last-child) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_payment_methods .sd-payment-method {
    height: 29px;
    width: 58px;
  }
  .widget_sd_widget_payment_methods .sd-payment-method img {
    max-height: 18px;
    max-width: 44px;
  }
  .widget_sd_widget_payment_methods .sd-payment-method:not(:last-child) {
    margin-right: 7px;
  }
}

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