.payment-methods {list-style: none;margin: 0;padding: 0;margin-top:16px}
.payment-methods h2{color: #575758 !important;}

.payment-methods:after {content: "";clear: both;}

.payment-method { border-radius: 5px;border: 1px solid #c1c1c0; box-sizing: border-box; height: 60px; position: relative; width: 108px; margin: 0 auto; margin-top: 10px;}
.payment-methods input[type="radio"] {opacity: 0 !important;}
.payment-method label {margin-top: 0px!important;background: #fff no-repeat center center;bottom: 1px;cursor: pointer;display: block;  font-size: 0 !important;  left: 0px;  position: absolute;  right: 1px;  text-indent: 100%;  top: 1px;  white-space: nowrap;}

.payment-methods .Visa label {background-image: url("../images/flags/Visa.png");}
.payment-methods .Master label {background-image: url("../images/flags/Master.png");}
.payment-methods .Elo label {background-image: url("../images/flags/Elo.png");}
.payment-methods .Diners label {background-image: url("../images/flags/Diners.png");}
.payment-methods .Amex label {background-image: url("../images/flags/Amex.png");}
.payment-methods .Aura label {background-image: url("../images/flags/Aura.png");}
.payment-methods .Discover label {background-image: url("../images/flags/Discover.png");}
.payment-methods .JCB label {background-image: url("../images/flags/JCB.png");}
.payment-methods .Hipercard label {background-image: url("../images/flags/Hipercard.png");}

.payment-methods .Bradesco {height: 105px!important;}
.payment-methods .Bradesco label {background-image: url("../images/banks/Bradesco.png");}
.payment-methods .BancodoBrasil  {height: 105px!important;}
.payment-methods .BancodoBrasil label {background-image: url("../images/banks/BancodoBrasil.png");}

.payment-methods input:hover + label { -moz-box-shadow: 0px 1px 10px 2px #575758;box-shadow: 0px 1px 10px 2px #575758;}

.payment-methods input:checked + label:after {background: url("../images/flags/check.png");bottom: -6px; content: ""; display: inline-block; height: 30px; position: absolute; right: -5px; width: 30px;}

.payment-methods .payment-method .validation-advice{text-align: center; color: #fff6f9!important; position: relative; height: 25px; top: -15px; font-size: 10px; font-weight: bold; background: #e70003; width: 106px; padding: 1px;}

.method-selected { -moz-box-shadow: 0px 2px 9px 6px rgba(0, 0, 0, 0.75);box-shadow: 0px 2px 9px 6px rgba(0, 0, 0, 0.75);}