div.card-logos-container {
    display: table;
    margin-bottom: 20px;
}

div.card-logos-container img {
    height: 100%;
}

div.nexi-xpay-payment-method-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

div.nexi-xpay-payment-method-container img {
    height: 100%;
}

div.nexi-npg-payment-method-logo-container {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 5px;
}

div.pagodil-alert {
    margin-bottom: 30px;
    background-color: #fffbbb;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.6;
}

.product-item-details table.pagodil-table-block tbody tr td:first-child {
    text-align: center;
}

.product-item-details table.pagodil-table-block tbody tr td.pagodil-pl {
    padding-left: 5px;
}
