.cfw-place-order-wrap {
    display: flex;
    flex-direction: column;

    @include media-breakpoint-down(lg) {
        width: 100%;
    }
}

#cfw-place-order button {
    width: 100%;
}

#cfw-place-order button:not([class^="gpay-"]) {
    @include cfw-primary-button();
}

.cfw-payment-method-active .cfw-totals-list .place-order {
  display: block;
}