.comgate_select, .comgate_bank_select {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px dashed #b9b8b8;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.comgate_select:hover, .comgate_bank_select:hover {
    background-color: #dddddd;
}

.comgate_select .comgate_select_input, .comgate_bank_select .comgate_select_input {
    padding: 9px;
}

.comgate_select img, .comgate_bank_select img {
    height: 45px;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 5px;
}

.comgate_select span, .comgate_bank_select span {
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

.comgate-payment-subtitle {
    font-weight: 400 !important;
    font-size: 14px !important;
}


#comgate-iframe {
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    position: absolute;
}

.tcomgate_loader {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #3498db;
    margin-left: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#comgate_status_loader_wrap {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


.stop-scrolling {
    height: 100%;
    overflow: hidden;
}




/**
* Elementor
 */
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
    display: inline-block;
    vertical-align: center;
}

.comgate_select_input {
    display: inline-block;
    vertical-align: center;
}

.elementor-1034 .elementor-element.elementor-element-a0de75e .woocommerce-checkout-payment .wc_payment_method label {
    font-family: "Montserrat", Sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2em;
    display: inline-block;
}

.comgate_select span, .comgate_bank_select span {
    font-weight: bold;
    font-size: 11px;
    padding-left: 12px;
    vertical-align: center;
    display: inline-block;
}

.woocommerce-checkout .payment_method_comgate img{
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-right: 5px;
    padding-left: 0;
    background-color: white;
}
/**
* Gutenberg
 */
.wc-block-components-checkout-step__content .wc-block-components-radio-control__label-group >span > span {
    display:flex;
}
    
.wc-block-components-checkout-step__content .wc-block-components-radio-control__label-group >span > span img {
    margin-right:5px;
}

#payment .wc_payment_method label img {
    max-width: 70px;
}