.payment-method-row {
    display: inline-flex;
    /* margin-left: 10px; */
    vertical-align: middle;
    flex-wrap: wrap;
    float: right;
}

.payment-method {
    background-image: url("/img/cards/payment-methods.png");
    height: 21px;
    width: 63px;
    margin-left: 7px;
}

.payment-method-visa {    
    background-position: -200px -32px;
    width: 50px;
    height: 32px;
}

.payment-method-mastercard {
    background-position: 0px -128px;
    width: 50px;
    height: 32px;
}

.payment-method-elo {
    background-position: 0px -96px;
    width: 50px;
    height: 32px;
}

.payment-method-hipercard {
    background-position: -100px -96px;
    width: 50px;
    height: 32px;
}

.payment-method-amex {
    background-position: -50px 0px;
    width: 50px;
    height: 32px;
    border-radius: 5px;
}

.payment-method-diners {
    background-position: -100px -32px;
    width: 50px;
    height: 32px;
    border-radius: 5px;
}

.payment-method-invoice {
    background-image: url("/img/cards/boleto.png");
    margin-right: 5px;
    width: 50px;
    height: 33px;
    border-radius: 5px;
}

.payment-method-pagseguro {
    background-image: url("/img/cards/pagseguro.png");
    margin-right: 5px;
    width: 122px;
    height: 30px;
    border-radius: 5px;
}

.payment-method-g2a {
    background-image: url("/img/cards/pagseguro.png");
    margin-right: 5px;
    width: 96px;
    height: 30px;
    border-radius: 5px;
}

.payment-method-paymentwall {
    background-image: url("/img/cards/paymentwall.png");
    margin-right: 5px;
    width: 124px;
    height: 30px;
    border-radius: 5px;
    background-size: 100%;
}

.payment-method-picpay {
    background-image: url("/img/cards/picpay.png");
    margin-right: 5px;
    width: 83px;
    height: 30px;
    border-radius: 5px;
}

.payment-method-ebanx {
    background-image: url("/img/cards/ebanx.png");
    margin-right: 5px;
    width: 73px;
    height: 30px;
    border-radius: 5px;
}

.payment-method-stripe {
    background-image: url("/img/cards/stripe.png");
    margin-right: 5px;
    width: 75px;
    height: 30px;
    border-radius: 5px;
}

.payment-method-paypal {
    background-image: url("/img/cards/paypal.png");
    margin-right: 5px;
    width: 82px;
    height: 30px;
    border-radius: 5px;
}

.payment-method-mercadopago {
    background-image: url("/img/cards/mercadopago.png");
    margin-right: 5px;
    width: 82px;
    height: 30px;
    border-radius: 5px;
}

.payment-method-asaas {
    background-image: url("/img/cards/asaas.png");
    margin-right: 5px;
    width: 76px;
    height: 30px;
    border-radius: 5px;
}