.change-payment {

}

.change-payment .brand-logo {
    display: block;
}

.change-payment .brand-logo img {
    display: block;
    margin: 30px auto;
    width: 200px;
    height: 80px;
}

.change-payment .exp-month {
    display: inline-block;
    width: 50px;
    text-align: center;
}

.change-payment .exp-year {
    display: inline-block;
    width: 70px;
    text-align: center;
}

.change-payment .card-cvv {
    display: inline-block;
    width: 70px;
    text-align: center;
}

.change-payment .spinner {
    display: block;
    width: 150px;
    height: 150px;
    margin: 20px auto;
}

.change-payment .status-icon{
    display: block;
    width: 150px;
    height: 150px;
    margin: 20px auto;
}

/*INICIO - OPCOES DE FORMA DE PAGAMENTO*/
.checkout .container-payment {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}
.checkout .container-payment-option {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
}
.checkout .payment-option-tab {
    width: 112px;
    height: 80px;
    padding: 10px 5px;
    margin: 0px 5px 0px 0px;
    background: #b7b7b7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.3em;
    color: #676767;
    text-align: center;
    cursor: pointer;
}
.checkout .payment-option-tab:hover {
    outline: 2px solid #808080;
}
.checkout .payment-option-tab > .logo {
    width: 100%;
    height: auto;
    color: #808080;
}
.checkout .payment-option-tab.selected {
    background: #f15b2f;
    outline: 2px solid #f15b2f;
    color: #FFF;
}
.checkout .payment-option-tab.selected > .logo {
    filter: none;
}
.checkout .payment-option-tab.selected > .logo svg,
.checkout .payment-option-tab.selected > .logo svg path,
.checkout .payment-option-tab.selected > .logo svg line,
.checkout .payment-option-tab.selected > .logo svg rect,
.checkout .payment-option-tab.selected > .logo svg circle {
    stroke: #FFFFFF;
}
.checkout .payment-option-tab.selected > .logo svg.bill path {
    fill: #FFFFFF;
    stroke: none;
}
.checkout .payment-option-tab > .text {
    width: 90%;
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 111%;
}
/*

.checkout .checkout-form .input-container input[type=text], .checkout .checkout-form .input-container select {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    font-weight: lighter;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
*/

/*FIM - OPCOES DE FORMA DE PAGAMENTO*/