.sale-paysystem-wrapper .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.5rem;
    padding: 1.1rem 4rem 1.1rem 1rem;
    white-space: nowrap;
    font-size: 16px;
    line-height: .875rem;
    cursor: pointer;
    background-color: #8ab446;
    border: 1px solid #f3f7ec;
    color: #fff;
    -webkit-box-shadow: 0 3px 8px rgb(138 180 70 / 20%);
    box-shadow: 0 3px 8px rgb(138 180 70 / 20%);
    background-image: url(/assets/img/btn-arrow-pay.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
}
.btn-success {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.5rem;
    padding: 0.4rem 4rem 0.4rem 1rem;
    white-space: nowrap;
    font-size: 16px;
    line-height: .875rem;
    cursor: pointer;
    background-color: #8ab446;
    border: 1px solid #f3f7ec;
    color: #fff;
    -webkit-box-shadow: 0 3px 8px rgb(138 180 70 / 20%);
    box-shadow: 0 3px 8px rgb(138 180 70 / 20%);
    background-image: url(/assets/img/btn-arrow-pay.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
}
.mb-4 {
    line-height: 3;
}

/*.widget-payment-checkout-info {*/
/*    line-height: 0.6;*/
/*}*/
.d-flex.align-items-center.mb-3 {
    flex-direction: column;
    align-items: baseline !important;
    margin-bottom: 20px;
}
.d-flex.align-items-center.mb-3 .col-auto.pl-0 {
    padding: 0;
}
.col.pr-0.widget-payment-checkout-info {
    padding: 0;
    min-height: auto;
}
.section {
    padding: 1.5rem 0;
}