
 .s-payments__methods-body {
    width: 50px;
    height: 30px;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    margin-right: 5px;
    position: relative;
    display: inline-block
}
.mp-sellers__svg {
    position: relative;
    width: auto;
    height: auto;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.s-payments__methods-body .mp-sellers__svg {
    display: block;  
    margin: 3px auto 0;    
    height: 24px;
    margin-top: 3px;
}
.mp-sellers__svg--sprite {
    position:absolute;
    visibility:hidden;
    width:0;
    height:0
   }
   .mp-sellers__svg-visa {
    width:49px;
    height:17px;
    fill:url(#gradient-visa)
   }
   .mp-sellers__svg-master {
    width:40px;
    height:31px
   }
   .mp-sellers__svg-amex {     
    height: 48px !important;
    fill: url(#gradient-amex);
    margin-top: -8px !important;
    width:49px;
   }
   .mp-sellers__svg-shopping {
    width:43px;
    height:28px
   }
   .mp-sellers__svg-cencosud {
    width:49px;
    height:33px
   }
   .mp-sellers__svg-cabal {
    width:31px;
    height:32px
   }
   .mp-sellers__svg-naranja {
    width:29px;
    height:32px
   }
   .mp-sellers__svg-nativa {
    width:52px;
    height:23px
   }
   .mp-sellers__svg-diners {
    width:34px;
    height:28px
   }
   .mp-sellers__svg-argencard {
    width:31px;
    height:32px
   }
    .mp-sellers__svg-cordial {
        width: 40px;
    }
    .mp-sellers__svg-cordobesa {
        width: 40px;
    }
    .mp-sellers__svg-cmr {
        width: 40px;
    }
    .mp-sellers__svg.mp-sellers__svg-provincia {
        width: 42px;
    }
   .mp-sellers__svg-pagofacil {
    width:37px;
    height:37px
   }
   .mp-sellers__svg-rapipago {
    width:40px;
    height:11px
   }
   .mp-sellers__svg-cobroexpress {
    width:40px;
    height:11px
   }
   .mp-sellers__svg-link {
    width:34px;
    height:34px
   }
   .mp-sellers__svg-cargavirtual {
    width:36px;
    height:37px;
    fill:url(#gradient-cargavirtual)
   }
   .mp-sellers__svg-provincia {
    width:61px;
    height:19px
   }
   .mp-sellers__svg-icbc {
    width:73px;
    height:24px
   }
   .mp-sellers__svg-galicia {
    width:98px;
    height:27px
   }
   .mp-sellers__svg-city {
    width:45px;
    height:29px
   }
   .mp-sellers__svg-cabal-debito,.mp-sellers__svg-maestro {
    width:45px
   }
   .mp-sellers__svg-banamex,.mp-sellers__svg-bancomer,.mp-sellers__svg-master-debito,.mp-sellers__svg-santander {
    width:62px
   }
   .mp-sellers__svg-tarjeta-mercadopago {
    width:38px
   }
   .mp-sellers__svg-oxxo {
    width:54px
   }
   .mp-sellers__svg-seven-eleven {
    width:32px
   }
   .mp-sellers__svg-telecomm {
    width:65px
   }

   .s-payments__methods-body .s-payments__method--cobranded {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        height: 24px;
        width: 38px;
        background-image: url(../../assets/img/tarjeta_mp.png);
        -webkit-background-size: 38px 24px;
        background-size: 38px 24px;
        background-repeat: no-repeat
    }

    .cuotas-badge {
        text-transform: uppercase;
        padding: 2px 10px;
        display: inline-block;
        vertical-align: baseline;
        font-weight: 400;
        background: #444;
    }
 
				 
