.wpSaborSano{
    padding: 10px;
    background-color:#00bb2d;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-family: SerifaBT;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wpSaborSano svg{
    max-height: 40px;
    margin-right: 10px;
}


.wpSaborSano:hover{
    background-color: #20d14a;
    color: white;
}


label[for="payment_method_saborsanowp_gateway"]:before
{
    margin-bottom: 25px !important;
}



label[for="payment_method_saborsanowp_gateway"]:after
{
content:'';
width: 105px;
height: 55px;
background-image: url('../imgs/mercadopago.jpg');
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
}