
.carrinho ul{
    display: flex;
    flex-direction: row;
}


.carrinho{
    display: flex;
    justify-content: center;
    background-color: #fff;
    display: flex;
    padding: 0px 70px;
    flex-direction: column;
    padding-bottom: 94px;
}

.carrinho table{
    text-align: left;
    border-radius: 15px 0px;
    padding: 20px;
    -webkit-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
    -moz-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
    box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
}

.carrinho thead{
    margin-bottom: 10px;
}

.carrinho thead th{
    padding: 10px;
}

.carrinho tbody td{
    padding: 10px;
}

.carrinho tbody td i{
    color: #b81d20;
    font-size: 20px;
}

table thead tr {
    background-color: #ffffff!important;
}
table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
table tr:nth-child(even) {
    background-color: #ffffff;
}

.carrinho div{
    padding-top: 20px;
    text-align: end;
}

.carrinho div a button:first-child{
    padding: 15px;
    border: none;
    border-radius: 15px 0px;
    color: #fff;
    font-weight: bold;
    background-color: #175689;
    opacity: 0.9;
}

.carrinho div button:last-child{
    padding: 15px;
    border: none;
    border-radius: 15px 0px;
    color: #fff;
    font-weight: bold;
    background-color: #066c20;
    opacity: 0.9;
}

.carrinho div button:hover{
    opacity: 1;
}

.titulo{
    padding: 50px 70px !important;
    justify-content: start !important;
}

.titulo ul{
    width: 0 !important;
}

@media screen and (max-width: 800px){
    .carrinho {
        padding: 15px !important;
    }

    .carrinho table {
        width: 90%;
        text-align: left;
        border-radius: 15px 0px;
        padding: 20px;
        -webkit-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
        -moz-box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
        box-shadow: 1px 0px 16px 4px rgba(230,230,230,1);
    }

    .titulo {
        padding: 50px 20px !important;
        justify-content: start !important;
    }
}