body#checkout .additional-information {
    margin: 1rem 0;
}

.hidden {
    display: none;
}

p.text-just {
    text-align: justify;
}

p.text-center {
    text-align: center;
}

.btn-copy span {
    color: white;
    font-size: .875rem;
    font-weight: normal;
    padding: .1rem .5rem;
    border-radius: 5px;
    background: #4fae50;
    border: solid 1px #4fae50;
}

.btn-copy:hover span {
    color: white;
    background: #5d8932;
    border: 1px solid #5d8932;
}

.btn-copy span i {
    color: white;
    font-size: .875rem;
    font-weight: normal;
}

#ngpagarmecard .form-group,
#ngpagarmevoucer .form-group {
    margin-bottom: 0px;
}

#ngpagarmecard .row,
#ngpagarmevoucher .row,
#ngpagarmeticket .row,
#ngpagarmepix .row {
    width: 100%;
    margin: 0;
}

#ngpagarmecard .col-xs-12,
#ngpagarmevoucher .col-xs-12,
#ngpagarmeticket .col-xs-12,
#ngpagarmepix .col-xs-12 {
    display: inline-block;
}

#ngpagarmecard,
#ngpagarmevoucher {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#ngpagarmecard i,
#ngpagarmevoucher i {
    position: absolute;
    padding: 10px;
    width: 40px;
    height: 40px;
}

#ngpagarmecard input,
#ngpagarmecard select,
#ngpagarmecard fieldset, 
#ngpagarmevoucher input,
#ngpagarmevoucher select,
#ngpagarmevoucher fieldset {
    -webkit-appearance: initial;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #f1f1f1;
    padding: .625rem;
    margin: .125rem;
    font-weight: 400;
    border: 0px;
    width: 100%;
    padding-left: 40px;
    height: 40px;
}

#inner-wrapper.container #ngpagarmecard input,
#inner-wrapper.container #ngpagarmecard select,
#inner-wrapper.container #ngpagarmecard fieldset, 
#inner-wrapper.container #ngpagarmevoucher input,
#inner-wrapper.container #ngpagarmevoucher select,
#inner-wrapper.container #ngpagarmevoucher fieldset {
    background: white;
}

#ngpagarmecard #cardbanner {
    position: absolute;
    top: 11px;
    right: 15px;
}

#ngpagarmecard img.ccv,
#ngpagarmevoucher img.ccv {
    position: absolute;
    right: 20px;
    top: 11px;
    height: 22px;
}

.ngpagarmepix .img-qrcode {
    text-align: center;
}

.ngpagarmepix .img-qrcode img {
    margin: 1rem;
    border: 1px solid #d3d3d3;
    max-width: 200px;
}

#order-confirmation .ngpagarme,
#order-confirmation .ngpagarmecard,
#order-confirmation .ngpagarmepix,
#order-confirmation .ngpagarmeticket {
    margin: 2rem 0;
}

#ngpagarmecard .custom-checkbox {
    margin: 0.25rem 0.125rem 0;
}

#ngpagarmecard .custom-checkbox i {
    position: initial;
    padding: 0;
    width: auto;
    height: auto;
}

.tab-layout .tab-content {
    padding: 1rem 0;
    border: 1px solid #ddd;
    border-top: 0;
}

.tab-layout .nav-link {
    width: calc(50% - 0.1rem);
    text-align: center;
}


#payment-confirmation .btn-primary i {
    -webkit-animation:spin 2.8s linear infinite;
    -moz-animation:spin 2.8s linear infinite;
    animation:spin 2.8s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


#imprimeBoleto {
	text-align: center;
}

@media (max-width: 767px) {
    #imprimeBoleto iframe { width: 223px; height: 310px; }
}

@media (max-width: 991px) {
    #imprimeBoleto iframe { width: 335px; height: 465px; }
}

@media (min-width: 992px) {
    #imprimeBoleto iframe { width: 670px; height: 930px; border: 0px; }
}


/* cofre de cartão de crédito */
.ngpagarme-managecard .box {
    padding: 1rem;
    margin-bottom: 1rem;
    background: white;
    border: 1px solid hsla(0,0%,63%,.25);
}

.ngpagarme-managecard ul {
    margin: 0.5rem 0 0;
    padding-left: 2rem;
}

.ngpagarme-managecard ul li {
    list-style: disc;
}

/* minha conta - compatibilidade com tema padrão */
.page-my-account #content .links a#manage-card i {
    padding-bottom: 0;
    min-height: 3.4rem;
}