/*
Generated time: March 25, 2026 07:20
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.payment-info-ro {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.payment {
    border-radius: var(--border-radius);
    background-color: var(--bg-grey);
    padding: 14px 30px;
    margin-bottom: 15px
}

.installments {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    gap: 10px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.installments img {
    width: 35px;
    height: 22px;
    object-fit: contain;
    padding: 2px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .07)
}

@media (max-width:989px) {
    .payment {
        padding: 15px;
        margin-bottom: 5px
    }

    .installments {
        font-size: 11px
    }

    .installments img {
        width: 35px;
        height: 22px;
        padding: 2px
    }

    .payment-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        gap: 5px !important
    }
}