/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* Comgate start */
/*.woocommerce-checkout-payment .payment_method_wf-woo-comgate {
    display: none;
}*/
.wc_payment_method.payment_method_wf-woo-comgate > label img {
    max-width: 30%;
    width: auto;
    height: auto;
    float: right;
}
.wc_payment_method.payment_method_wf-woo-comgate .wf_payment_select {
    display: flex !important;
    align-items: center;
}
.wc_payment_method.payment_method_wf-woo-comgate .wf_payment_select .comgate_select_input {
    margin: 0 16px 0 0 !important;
}
/* Comgate end */