.img-band{
    padding-right: 2px;
}
.select-qnt-parcelas{
    display: none;
}
.payment-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.payment-method {
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    height: 70px;
    position: relative;
    width: 120px;
}

.payment-method + .payment-method {
    margin-left: 25px;
}
.payment-method label {
    background: #fff no-repeat center center;
    bottom: 1px;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 1px;
    position: absolute;
    right: 1px;
    text-indent: 100%;
    top: 1px;
    white-space: nowrap;
}

.pagseguro label {
    background-image: url(../img/uol.png);
}

.cartao label {
    background-image: url(../img/cartao.png);
}

.bankslip label {
    background-image: url(../img/bankslip.png);
}
.payment-methods input:focus + label {
    outline: 2px dotted #fa8d03;
}
.payment-methods input:checked + label {
    outline: 4px solid #fa8d03;
}
.payment-methods input:checked + label:after {
    background: url(../img/checked.png);
    bottom: -10px;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -10px;
    width: 20px;
}
@-moz-document url-prefix() {
    .payment-methods input:checked + label:after {
        bottom: 0;
        right: 0;
        background-color: #fa8d03;
    }
}