.modal-content {
    height: 84vh;
}

.modal-header {
    padding: 1rem;
    padding-bottom: 0;
    margin: 0;
}
.footer-meia .confirmacao {
    margin-bottom: 0.5rem;
}
.confirmacao {
    font-size: 1.5rem;
    padding: 5px;
    /* box-shadow: black -1px 7px 9px; */
    box-shadow: #000 1px 2px 5px 0px;
}

.modal-header button {
    padding: 1rem;
}
.modal-body {
    padding: 0 5px;
    overflow-x: clip;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}
.sombreamento li {
    display: block;
}
.btn-rota {
    padding: 26px;
    font-size: 25px;
    margin-bottom: 1rem;
    box-shadow: black -1px 7px 9px;
    border-radius: 8px;
    letter-spacing: 0.7px;
    font-weight: bold;
}
.sombreamento:nth-child(odd) {
    background: #0000005e;
    color: #fff !important;
}
.sombreamento:nth-child(odd) .title {
}

.adicional {
    border-bottom: 1px solid #000;
}

.adicional span {
    height: 0;
}

.adc-button {
    display: inline-flex;
}

.adc-button button {
    background: #693800;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}

.fa-trash-alt {
    cursor: pointer;
}

.adc-button h5 {
    line-height: 2rem;
    position: relative;
    margin-left: 8px;
}

.box-adc .adc-button h5 {
    margin-bottom: 0;
}

.adc-button button:hover {
    color: red;
}

.adc-button button {
    background: transparent;
    color: red;
    font-size: 2rem;
    line-height: 1rem;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
    margin-left: 8px;
}

.produtos span.button h5 span {
    display: inline-block;
}

.modal-body h4 {
    text-decoration: underline;
    font-size: 1rem;
    font-weight: bold;
}

.inputs i {
    margin-right: 1rem;
}

.preco,
.title {
    font-size: 0.8rem;
}
.title {
    color: #000;
}

.adicional {
    margin-left: 0rem;
}

.inputs,
#div-selects {
    padding: 0;
}

.box-adc {
    align-items: baseline;
    padding: 1rem;
}

.box-adc .adc-button {
    margin-left: 2rem;
    margin-top: 1rem;
}

.adicional .adc-button {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

.modal-footer {
    margin-left: 0;
}

.table label {
    display: block;
    line-height: 24px;
    padding: 0;
    margin: 0;
    color: #000;
}

.linha-entre {
    border-top: 1px solid #000;
    word-break: break-word;
}

.produto-combo {
    margin-bottom: 0.5rem;
}

.produto-combo h3 {
    margin: 0;
}

.produto-combo li {
    margin-left: 0.5rem;
    display: block;
}
.box-qtd {
    height: 100% !important;
    align-items: inherit;
}
.box-qtd button {
    background: transparent;
    color: red;
    font-size: 4rem;
    line-height: 0;
    font-weight: bold;
    -webkit-appearance: none;
    border-radius: 0;
}
.prodContagem {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
}
.inf-agrup {
    font-size: 0.8rem;
    font-weight: normal;
}
.prod-agrup {
    display: block;
}
@media (max-width: 550px) {
    button.confirmacao {
        font-size: 1rem;
        padding: 0.2rem;
        height: 30px;
        font-weight: bold;
    }
    .modal-body {
        height: 100vh;
    }
    .modal-footer span {
        font-size: 1rem;
        margin-left: 1rem;
    }
    .adc-button h5 {
        line-height: 1.1rem;
        margin-top: 0.3rem;
    }

    .box-adc .adc-button h5 {
        margin-bottom: 0.5rem;
    }

    .inputs,
    #div-selects {
        margin: 0;
    }

    table tr th {
        padding: 0 !important;
        padding-top: 2rem !important;
    }

    table tr th input {
        margin-left: -0.5rem;
    }

    .preco-table-metade {
        padding: 0;
        font-weight: bold;
    }

    .col-12 {
        padding: 0;
    }
}
