/* import fonts */
@font-face {
    font-family: 'FontFamily';
    src: url(Fonts/MMTextPro-Regular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontFamily';
    src: url(Fonts/MMTextPro-Bold.otf) format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FontFamily';
    src: url(Fonts/MMHeadlinePro-Regular.otf) format('opentype');
    font-weight: bold;
    font-style: italic;
}

.iw-selectedPaymentImage img,
.iw-selectedPaymentImage object {
    height: 35px !important;
}
