/* Pagamentos */

.box-footer-taxas.table-subtotal, .tabela-padrao tr {
    background-color: #FFF;
}

.box-footer-taxas {
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: -5px;
    padding: 10px 0;
    height: auto;
    width: 100%;
}

.box-footer-taxas, .box-footer-taxas .form-group {
    display: inline-block;
}

.tabela-padrao tr, .table-clean {
    border: 1px solid #CCC;
}

.table-clean {
    background-color: #FFF;
    color: #000;
}

.table-clean, .table-color {
    background-color: #FFF;
    color: #000;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    height: 40px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #CCC;
}

.box-footer-total {
    display: block;
    width: 100%;
    line-height: 40px;
}

.box-footer-total {
    display: inline-block!important;
}

.nopadding {
    padding: 0!important;
    margin: 0!important;
}

.box-footer-total.table-subtotal .table-clean, .box-footer-total.table-subtotal .table-color {
    height: 55px;
    line-height: 55px;
    font-size: 1.429em;
}

.box-footer-total .table-color {
    background-color: #F7F7F7;
    color: #000;
}

.box-footer-total .table-clean, .box-footer-total .table-color {
    line-height: 40px;
}

.box-footer-total.table-subtotal .total {
    padding-left: 40px;
}

.box-footer-taxas .total-frete, .box-footer-total .total, .center, .center-absolute, .tabela-padrao .quantidade {
    text-align: center;
}

.tabela-padrao tr, .table-clean {
    border: 1px solid #CCC;
}

.table-clean {
    background-color: #FFF;
    color: #000;
}

.container-tipo-pagamento {
    margin-top: 30px;
}

label input[type=radio]:checked~i.fa.fa-check-circle-o, label input[type=radio]~i.fa.fa-circle-o {
    color: #000;
    display: inline-block;
    width: 18px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.margin-top-30 {
    margin-top: 30px;
}

.bg-loja .box-btn-bottom .btn, .bg-loja .box-btn-top .btn {
    float: none;
}

.box-footer-taxas.table-subtotal h3 {
    font-size: 1.071em;
    font-weight: 700;
    text-transform: none;
    color: #000;
    padding: 7px 0;
}

.check-custom label {
    cursor: pointer!important;
}

.box-tipo-pagamento {
    border: 1px solid transparent !important;
    transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    margin-bottom: 10px !important;
    border: none!important;
    width: 100%;
}

.box-tipo-pagamento p {
    display: table;
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 20px;
    padding: 0;
    color: #000;
    margin: 0 0 5px 0;
}

.box-tipo-pagamento .box {
    background-color: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    border: 1px solid #000;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 15px!important;
    max-width: 100%;
    margin-bottom: 5px;
}

.box-tipo-pagamento label .fa {
    float: left;
    margin-top: 8px;
}

.icones-pag {
    padding: 0 24px;
    background-image: url(../img/icones_pagamentos.png);
    background-repeat: no-repeat;
    height: 34px;
    display: inline-block;
}

.icon-boleto {
    background-position: 0 0;
}

.icon-mastercard {
    background-position: -49px 0;
}

.icon-visa {
    background-position: -96px 0;
}

.icon-american {
    background-position: -144px 0;
}

.icon-dinners {
    background-position: -96px -37px;
}

.icon-elo {
    background-position: -3px -35px;
}

.icon-hipercard {
    background-position: -50px -34px;
}

.icon-credit_card {
    background-position: -144px -35px;
}

.lbl-cond-pag span {
    color: #000;
    font-weight: normal;
    padding-left: 8px;
    font-size: 12px;
}

.group-addon-cartao {
    background-color: transparent!important;
    padding: 0 !important;
    text-align: center !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0 4px 0 0 !important;
}

.pagamento-pad {
    padding: 35px;
}