/**
 * Product Installments Info
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.th_banks {
    margin-top: 10px;
    text-align: center;
}

.th_bank {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th_inst_img {
    max-width: 75px;
    margin: 10px;
}

.th_select {
    background-color: #fff;
    width: 50px;
    height: 30px;
    padding: 3px !important;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

.th_installment_option {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}

.th_installment_option .th_description {
    margin-left: 10px;
}

.th_installment_value {
    font-weight: 600;
}

.th_bank div {
    margin-bottom: 0 !important;
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
    .th_installment_option {
        display: block;
    }

    .th_description {
        margin-left: 0;
    }

    .th_installment_option .th_description {
        margin-left: 0;
    }
}
