 .bg-car {
    background-color: #f6f7f8;
    padding-top: 25px;
    box-shadow: 0px 0px 5px 1px #e1dfdf;

}

.titulocarrinho {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    letter-spacing: 1px;
}

.titulocarrinho::after {
    content: "";
    display: block;
    width: 350px;
    height: 3px;
    background-color: black;
    margin-top: 12px;
}


tr.colunascar {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}



tr.colunascar :first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

tr.colunascar :last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



tr.colunascarrodape {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.img-foto {
    height: auto;
    max-width: 100%;
    min-width: 60px;
}


tr.colunascarrodape :first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

tr.colunascarrodape :last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.textorodape {
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    letter-spacing: 1px;
}

.tabelaitens {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
    background-color: #f6f7f8;
    padding: 10px;
    border-radius: 5px;
}

.tabelaitens tbody tr {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 15px;
    height: 100px;
}

.tabelaitens tbody tr td {
    width: auto;
    padding: 10px;
}

.tabelaitens tbody tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.tabelaitens tbody tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.tabelaitens,
.tabelaitens td,
.tabelaitens th {
    border: none !important;
}

.tabelaitens,
.tabelaitens td,
.tabelaitens th {
    border: none !important;
}

.valoritens {
    font-size: 16px;
    color: #27AE60;
    font-weight: 700;
}

.modal.show .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 1rem);
}
         
.modal-content {
   border-radius: 20px;
   width: 100% !important;
   padding-bottom: 15px;
}


.modal-body {
    padding: 1.5rem;
}

.close {
    font-size: 2.5rem;
}

.bootbox-body {
    color: #27AE60;
    font-size: 20px;
    margin-top: 17px;
    padding: 20px;
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: bold;
    font-style: normal;
}

@keyframes bounceIn {
    0% { transform: scale(0.3); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.modal.fade .modal-dialog {
    animation: bounceIn 0.5s ease-out;
} 

@media  screen and (max-width: 728px) {
    .bootbox-body {
        font-size: 16px;
        margin-top: 17px;
        padding: 15px;
    }
    .modal-content {
        padding-bottom: 5px;
    }
}