.img{
    vertical-align: bottom;
    width: 1.5rem;
}
.name, .price_value {
    font-size: 1rem;
    font-weight: 501;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
}
.price_currency {
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
}
.credit_text {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-left: 1.5rem;
}
.credit_term {
    font-size: 0.8rem;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.merchantType{
    width:0;
    height:0;
    position: absolute;
}

label.button{
    text-align: initial;
    border: 1rem solid transparent;
    box-sizing: border-box;
    display: block !important;
    /*cursor: pointer;*/
}

.credit_button .showed {
    display: none;
} 

.credit_button.checked .showed {
    display: initial;
} 

.credit_button {
    margin-bottom: 1rem;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    box-shadow: none;
    transition: all 0.5s ease;
    max-width: 570px;
}

.credit_button.checked {
    border: 1px solid #7c7c7c;
    border-style: dashed;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}

.credit_button:hover {
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
}

.credit_button.checked.waiting{
    background-color: #eee;
}

.ecm_credit8 .col-xs-4{
    position: relative;
    min-height: 1px;
    padding-left: 0;
    float: left;
    width: 33.33333%;
    padding-right: 0.5rem;
}
.ecm_credit8 .credit_input{
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    max-width: 130px;
    border-radius: 0;
    border-width: thin;
    box-sizing: border-box;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    background: #f6f6f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat right .25rem center / 1rem 1rem;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.ecm_credit8 .row {
    margin-right: 0;
    margin-left: 0;
}

.btn.checkout {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.btn.credit {
    height: 2.75rem;
    padding: .625rem;
    margin-left: 1.25rem;
    line-height: inherit;
    display: flex;
    flex-shrink: 5;
}

.product-quantity{
    flex-wrap: wrap;
}

.credit_tip {
    margin-bottom: 1rem;
}
