.tbc-checkout-pay {
    display: flex;
    background-color: #00aeef;
    padding: 13px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.tbc-checkout-pay.white {
    background-color: #fff
}

.tbc-checkout-button-logo {
    display: flex;
    align-items: center;
    margin-right: 52px
}

.tbc-checkout-button-logo.small {
    margin-right: 0
}

.tbc-checkout-button-logo > img {
    margin-right: 9px
}

.tbc-checkout-button-logo > span {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-family: 'TBC Sailec';
    font-feature-settings: "case" on;
    -moz-font-feature-settings: "case" on
}

.tbc-checkout-button-logo > span.dark-text {
    color: #191e50
}

.tbc-checkout-card-icons {
    height: 100%;
    display: flex;
    align-items: center
}

.tbc-checkout-card-icons.small {
    justify-content: center
}

.tbc-checkout-card-icons > img {
    margin-right: 10px
}

.tbc-checkout-card-icons > img:last-child {
    margin-right: 0
}

.tbc-checkout-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.tbc-checkout-con > .tbc-checkout-pay {
    margin-bottom: 11px
}
