/**
 * @author     N&TS Group <dev@netsgroup.com>
 */

.igfs_payment_method_icon{
    vertical-align: middle;
    height: 24px;
    max-height: 24px;
    margin-left: 3px;
}


/* old versions of woocommerce */
.payment_method_igfs-ccpt > label > img,
.payment_method_igfs-ppal > label > img,
.payment_method_igfs-sel > label > img,
.payment_method_igfs-custom > label > img,
.payment_method_igfs-cc > label > img {
    vertical-align: middle;
    height: 24px;
    max-height: 24px;
    margin-left: 3px;
}

/*Postepay fast checkout button*/
.PayBtnIgfs {
    display: flex;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 48px;
    border: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    cursor: pointer;
    background-color: #ffffff00;
}

.PayBtnIgfsContainer:hover{
    background-color: #ffec00;
}

.PayBtnIgfsContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 35px;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(239,222,0,1) 0%, rgba(244,234,60,1) 100%);
    border-radius: 4px;
}