.info_credit_simulation.after_cart {
    margin-bottom: 15px;
    margin-left: 10px;
    width: 63% !important;
    background: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    position: inherit;
}
.info_credit_simulation.with_simulation_oney-shopping_info{
    margin-top: -125px;
}
@media (max-width: 768px) {
    .info_credit_simulation.after_cart {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .info_credit_simulation.after_cart {
        width: calc(100% / 2);
    }
}
@media (min-width: 990px) and (max-width: 1198px) {
    .info_credit_simulation.after_cart {
        width: calc(100% / 2);
    }
}

.oney_credit .payment-heading {
    padding: 0px 0 5px;
}
.oney_credit .payment-img {
    position: relative;
    padding: 10px 10px 0;
    min-height: 59px;
}
.oney_credit .payment-img .freq {
    font-family: 'GTWalsheimBold',sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #81BC00;
    border-radius: 50%;
    margin: 0 3px 0 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    position: relative;
    float: left;
}
.oney_credit .payment-img .freq .value {
    top: 3px;
    position: relative;
    left: 1px;
}
.oney_credit .payment-img .freq .unit {
    top: 3px;
    position: relative;
    left: -1px;
}
.oney_credit .payment-img .oney_credit-logo {
    float: left;
    width: 122px;
}
.oney_credit .payment-img .oney_credit-logo img {
    padding: 0;
}
.oney_credit .payment-img .oney_credit-no_fee {
    color: #81BC00;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-family: 'GTWalsheimLight',sans-serif;
    padding-bottom: 10px;
    display: block;
}