/**
 * 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 #bfbfbf;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th_inst_img {
    max-width: 100px;
    margin: 1px;
}

.th_select {
    background-color: #fff;
    width: 43px;
    height: 43px;
    padding: 3px !important;
    box-shadow: none;
    border: 1px solid #bfbfbf;
}

.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;
    }
}
