#pagodil-installments-number-title {
    display: inline;
    margin-right: 10px;
}

#pagodil-installments-number {
    min-width: 100px;
    display: inline;
}

.payment-option label img:where([src*="ecommerce.nexi.it"]),
.payment-option label img:where([src*="klarna"]) {
    width: 40px;
    max-height: 20px;
    transform: scale(1.2);
    margin-left: 15px;
}

.payment-option label img:where([src*="amazonpay"]) {
    width: 60px;
}

.payment-option label img:where([src*="google-pay"]),
.payment-option label img:where([src*="alipay"]) {
    transform: scale(1.5);
}

.nexixpay-loghi-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-inline: -5px;
    margin-bottom: 15px;
}

.nexixpay-loghi-container div.img-container {
    max-width: 50px;
    max-height: 50px;
    padding: 5px;
}

.nexixpay-loghi-container div.img-container img {
    width: 100%;
    height: 100%;
}