/* Quick view discount note button center fix */
.afp-widget .afp-discount-note--quickview .afp-discount-note__action {
  justify-content: center !important;
}

.afp-widget .afp-discount-note--quickview .afp-discount-note__button.button,
.afp-widget .afp-discount-note--quickview .afp-discount-note__action .afp-note-link-button.button {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 640px) {
  .afp-widget .afp-discount-note--quickview .afp-discount-note__action {
    justify-content: center !important;
  }

  .afp-widget .afp-discount-note--quickview .afp-discount-note__button.button,
  .afp-widget .afp-discount-note--quickview .afp-discount-note__action .afp-note-link-button.button {
    width: auto !important;
    min-width: 220px !important;
    max-width: 100% !important;
  }
}
