div.payment-option img[src^="/modules/esto/views/img"] {
    height: 30px;
    max-width: 220px;
}

div.payment-option label {
    text-align: unset;
}

.esto-img-responsive{
    display: inline-block!important;
    height: auto;
    max-width: 100%!important;
}

.esto-list-banks .col-sm-4{padding-top: 15px;padding-bottom: 15px }

.esto-selected{background-color: #f4f4f4;}

.esto-bank-label:hover{background-color: #f4f4f4;cursor: pointer}

/* XCalc */

.xcalc-container {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 !important;
    width: 100%;
}

.xcalc-title {
    margin-bottom: 2rem;
    font-size: 14px;
    text-align: center;
    max-width: 384px;
}

.xcalc-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.xcalc-content-item {
    display: flex;
    flex-direction: column;
    width: 160px;
}

.xcalc-content-item .xcalc-image-section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.xcalc-content-item .xcalc-image-section .xcalc-line {
    width: 40%;
    height: 4px;
    border-radius: 25px;
    margin: auto !important;
    border: none;
    background-color: #e1e1e1;
}

.xcalc-content-item .xcalc-image-section img {
    width: 64px;
}

.xcalc-content-item .xcalc-text-container {
    width: 40%;
    text-align: center;
}

.xcalc-content-item .xcalc-text-container .xcalc-month {
    font-size: 14px;
    color: #949494;
}

.xcalc-content-item .xcalc-text-container .xcalc-amount {
    font-size: 14px;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.xcalc-content-item .xcalc-image-section {
    justify-content: start;
}

.xcalc-content-item:last-child {
    width: 140px;
}

.xcalc-content-item:last-child .xcalc-text-container {
    width: 64px;
}

.xcalc-content-item:last-child .xcalc-image-section .xcalc-line {
    display: none;
}

@media screen and (max-width: 768px) {
	
    .xcalc-container {
	align-items: center;
    }

    .xcalc-content {
        flex-direction: column;
        align-items: center;
    }

    .xcalc-content-item {
        max-width: 230px;
        margin-bottom: 1.5rem;
        align-items: center;
    }

    .xcalc-content-item .xcalc-image-section {
        justify-content: center;
    }

    .xcalc-content-item .xcalc-image-section img {
        width: 45%;
    }

    .xcalc-content-item .xcalc-image-section .xcalc-line {
        display: none;
    }

    .xcalc-content-item:last-child {
        width: 160px;
    }
}


