.h1, h1 {
    font-size: 25px;
}

.dados-cabecalho h1 {
    margin-top: 10px;
}

.card-body {
    padding: 0px 20px;
}

.card-white {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}

.card-header {
    margin: 20px;
    color: #095740;
}

.card-white .card-header, .card-white .card-footer {
    background: rgba(189, 220, 148, 0.37) !important;
    border-radius: 32px !important;
}

.card-title {
    text-align: center;
    margin: 0px;
    font-weight: 800;
}

.card-subtitle {
    font-weight: 200;
    font-size: 12px;
    margin: 0 20px;
}

.form-group {
    margin: 10px 0;
}

.form-control {
    background: #EBEBEB;
    border-radius: 32px;
}

.btn-busca-cep {
    margin-left: 20px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    background: #70BF4A;
    border-radius: 32px;
    border-color: #70BF4A;
}

.border-bottom {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
    text-align: center;
}

.dados-pagar-com {
    margin-top: 20px !important;
    color: #535353;
    font-weight: 700;
}

.btn-pagamento {
    color: #fff;
    background-color: #979696;
    padding: 10px;
}

.btn-pagamento + .btn-pagamento {
    min-width: 145px;
}

.btn-pagamento:hover  {
    background: #fff;
    border-color: #7dd063 !important;
    color: #61b746 !important;
}

.input-group-addon {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

#dados-cartao .form-group {
    margin: 0 0 20px 0; 
}

.radio label {
    margin-bottom: 0px;
}

.order-bump {
    border: 2px solid #BDBDBD;
    border-radius: 13px;
    margin-top: 20px;
}

.order-bump-item {
    padding: 0px;
}

.order-bump-main-item .order-bump-item--value {
    color: #70BF4A;
}

.order-bump--total {
    color: #70BF4A;
    text-align: center;
}

.order-bump--total b {
    font-size: 10px;
    font-weight: 700;
}

#total-order-bump  {
    font-weight: 700;
    font-size: 30px;
}

.order-bump--splitting {
    text-align: center;
}

#split-order-bump {
    font-weight: 400;
    font-size: 8px;
}

#form_order_bump {
    border-left: 2px solid #BDBDBD;
}

.dados-rodape {
    padding: 15px 0px 8px 0px;
}

.btn-group-lg>.btn, .btn-lg {
    border-radius: 1rem;
}

.dados-rodape-checkout {
    background: rgba(189, 220, 148, 0.37);
    border-radius: 26px;
}

footer {    
    height: 70px;
    background: #095740;
    text-align: center;
    padding: 22px 0 5px 0;
}

footer p {    
    color: #fff !important;
}

.header-style-2 {
    background-color: #095740;
}