body {
    font-family: 'Cairo', sans-serif;
}

.tsb {
    font-weight: 600;
}

.tb {
    font-weight: 700;
}

.twr {
    font-weight: 400;
}

.rr {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
}

.rb {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.navbar-brand img {

}
#checkout_payment_method_form .card * {
    min-height: 0;
}
#checkout_payment_method_form .card-body img {
    height: 65px;
}
#checkout_payment_method_form .card-body {
    border: solid 5px #fff;
    border-radius: 5px;
    /* height: 100px; */
    padding: 0;
}
#checkout_payment_method_form .card-body label {
    width: 100%;
    cursor: pointer;
    padding: 0.5rem;
    margin: 0;
}
#checkout_payment_method_form .card-body.selected {
    border-color: #0070c0;
    box-shadow: 6px 6px 1px 0px #e6e5e7;
}