@import "./PaymentErrorModal/index";

.nw-paymentview-placeorderbutton {
  z-index: 6;
  width: 100%;
  height: $checkoutmybag-button-height;
  font-family: $checkoutmybag-button-font-family;

  @media screen and (min-width: $screen-min-sm) {
    position: static;
    bottom: auto;
    left: auto;
    display: block;
  }
}
