.big-text-new-carrinho{
    font-size: 2.2em;
    color: #000;
    vertical-align: middle;
}
.bottom-fixed{
    position: sticky;
    bottom: 0px;
    background: #fff;
    height:75px;
}

.new-carrinho-main{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.new-carrinho-inner{
    height: 80%;
    width: 80%;
}

.new-carrinho-datas{
    height: 25%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.new-carrinho-totais{
    display: inline-flex;
    width: 15%;
    vertical-align: top;
    font-size: 1.4em;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.new-carrinho-qtd, .new-carrinho-val{
    border: 1px solid #000;
    text-align: center;
    height: 48%;
    line-height: 1;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.new-carrinho-datas-buttons{
    width: 79%;
    white-space: nowrap;
    overflow-x: auto;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    vertical-align: top;
    font-size: 1.2em;
    padding: 0px 5px;
    background: #ccc;
}

.new-carrinho-main-button{
    display: block;
    background: #000;
    color: #fff;
    padding: 25px 0px;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    border-radius: 5px;
    border: none;
    vertical-align: top;
    font-size: 1.6em;
    cursor: pointer;
    margin: 4px 0px;
}

.new-carrinho-dt-btn{
    text-align: center;
    display: inline-block;
    background: #000;
    color: #fff;
    border: none;
    flex-shrink: 0;
    border-radius: 5px;
    padding: 25px 0px;
    margin: 5px;
    width: 23.4%;
    vertical-align: top;
    cursor: pointer;
}

.new-carrinho-date{
    font-size: 1.6em;
}

.new-carrinho-bottom-button{
    padding: 20px 15px;
    border: 3px solid #1ddcf8;
    border-radius: 5px;
    background: #fff;
    color: #1ddcf8;
    font-size: 1.3em;
}

.new-carrinho-finalizar{
    background: #1ddcf8;
    color: #fff;
}

button.new-carrinho-bottom-button.selected {
    color: #fff;
    background: #1ddcf8;
}

.new-carrinho-title {
    font-size: 3em;
    text-align: center;
    line-height: 1;
}

.lista-carrinho-n{
    display: none;
}

.new-carrinho-prazos-tipo{    
    display: inline-block;
    width: 15%;
    margin: 0 0px 0px 10px;
}
.tabela-info-carrinho{
    line-height: 2;
    height: 130px;
    
}
.btn-grupo-carrinho{
   line-height: 4 
}
.bordTdTr{
    border:1px solid #b3aeae;
    text-align: center;

}

.tabela-info-carrinho{
    max-width: 300px;

}
#tabela-info-carrinho{
    max-height: 120px;
    overflow: auto;

}