.mobile-footer .carrinho-datas, .mobile-footer .bottom-fixed{
	display: none;
}

[page=carrinho] .show-on-mobile-footer{
	text-align: center;
}

/* .mobile-footer .carrinho-produto-div{
	width: 40% !important;
} */

.mobile-footer .carrinho-produtos{
	overflow: initial !important;
    max-height: initial !important;
}

.infos{
    width: 25%;
    display: inline-block;
    margin: 5% 0 0;
    margin-right: 0;
}

.infos .info{
    border: 1px solid black;
    display: inline-block;
    background: #e6e6e6;
    width: 96%;
    text-align: center;
    margin: 2%;
}

.period{
    display: inline-table;
    height: 100%;
    vertical-align: top;
    width: 20%;
    height: 118px;
    margin-top: 5%;
    padding: 0px;
}

.period-inner{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}

.period button{
    border: none;
    background: black;
    color: white;
    padding: 5px 7px;
    margin: 2px 0;
    height: 4rem;
    width: 100%;
    font-size: 1.2em;
    border-radius: 4px;
    display: none;
}

.possible-dates{
    display: inline-block;
    width: 45%;
    background: silver;
    height: 118px;
    margin-top: 5%;
    vertical-align: top;
    padding: 2px 3px;
}

.possible-dates button{
    width: 46%;
    border: none;
    margin: 2%;
    padding: 10px 0;
    border-radius: 8px;
}

.text-dtls.status-atual{
    background-color: white;
    color: #1ebb90 !important;
}

.alternative-screen .text-dtls.status-atual{
    background-color: #b8b8b8;
    color: #fff !important;
}

.is-smartphone input.new-transp-input.browser-default::placeholder {
    font-size: 15px!important;
}

.pronta-entrega-imediata{
    padding: 27px 0;
    border: 1px solid;
    color: #000;
    background: #efefef;
    border-radius: 5px;
    font-size: 1.2em;
}

.new-carrinho-controls {
    height: 100%;
    width: 10%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.new-carrinho-controls button.new-carrinho-controls-button {
    width: 100%;
    height: 33%;
    /* margin: 3%; */
    border: 1px solid #000;
    font-size: 2em;
}

#alert-modal.carrinho-remove-produto{
    width: 600px;
    min-width: initial;
}

.carrinho-flex-item2.prazo-entrega.data-entrega{
    font-size: .75em;
    line-height: 1;
}

.data-entrega-separator-begin {
    display: inline-flex;
    font-size: 2.5em;
    justify-content: center;
    align-items: center;
}

.bordTdTr span {
    font-weight: bold;
}

.reservado .missing-stock-content {
    color: #000;
}

.missing-stock-content {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    font-size: .8em;
}

.missing-stock-field {
    display: inline-block;
}

@media only screen and (max-width: 450px) {

    .carrinho-produto-div{
        width: 30%;
        height: 31%;
        padding: 0px 4px 4px 4px;
        border: 1px solid;
    }

    .infs-produto{
        width: 100%;
        height: 20%;
        font-size: 1.1em;
    }

    .carrinho-produto-div:not(.alt) .infs-produto{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .aplicado:not(.reservado) .infs-produto{
        color: #fff;
    }

    [page=carrinho] .show-on-mobile-footer {
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .container-mobile-carrinho{
        width: 100%;
        height: 100%;
    }

    .prazo-carrinho{
        width: 100%;
        height: 16%;
        display: flex;
        justify-content: space-between;
        padding: 4px;
    }
    
    .produtos-carrinho{
        width: 100%;
        height: 67%;
        display: flex;
        flex-wrap: wrap;
        overflow-y: auto;
        overflow-x: hidden;

    }

    .valores-carrinho{
        width: 97%;
        height: 9%;
        overflow: auto;
        margin: 0 auto;
    }

    .botoes-carrinho{
        width: 10%;
        height: 100%;
        justify-content: space-between;
        flex-direction: column;
        display: flex;

    }

    .informacoes-pedido{
        width: 17%;
        height:100%;
        display:none;
        justify-content: space-between;
        flex-direction: column;
    }

    .btn-controles-carrinho{
        width: 100%;
        height: 30%;
        background-color: #1ebb90;
        border: 1px solid #000;
        border-radius: 3px;
        font-size: 1.8em;
    }

    .alternative-screen .btn-controles-carrinho{
        background-color: #809cab;
    }
    
    .btn-controles-carrinho i{
        color: white;
        font-size: 1.1em;
    }

    .datas-carrinho{
        /* width: 53%; */
        width: 70%;
        height: 100%;
        display: flex;
        overflow: auto;
    }

    .carrinho-dt-btn{
        background-color: white;
        border: 2px solid #1ebb90;
        color: #1ebb90;
        font-size: 1.8em;
        height: 100%;
        margin-right: 5px;
        padding: 18px 3px;
        text-align: center;
        flex-shrink: 0;
        flex-grow: 1;
        min-width: 32%;
        line-height: 1.2;
    }

    .alternative-screen .carrinho-dt-btn{
        border: 2px solid #809cab;
        color: #809cab;
    }

    .carrinho-totais{
        height: 30%;
        border: 1px solid #1ebb90;
        font-size: 1.2em;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.1;
    }

    .alternative-screen .carrinho-totais{
        border-color: #809cab;
    }

    .carrinho-produto-img {
        height: 64%;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border-top: 1px solid;
        border-bottom: 1px solid;    

    }

    .carrinho-produto-div.alt .produto-refs{
        height: 50%;
    }

    .carrinho-produto-div:not(.alt) .produto-refs{
        font-size: 1.3em;
    }

    .carrinho-flex-prd {
        display: flex;
        width: 100%;
        height: 16%;
    }

    .carrinho-produto-div:not(.alt) .carrinho-flex-prd{
        justify-content: space-evenly;
        align-items: center;
    }

    .carrinho-produto-div:not(.alt) .footer-elm{
        padding: 2px 3px;
        border: 1px solid #000;
    }

    .aplicado:not(.reservado) .carrinho-flex-prd{
        color: #fff;
    }

    .produtos-qtd-tmh{
        width: 28%;
        height: 100%;
    }

    .carrinho-flex-item {
        width: 100%;
        height: 51%;
        font-size: 0.9em;
        text-align: center;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
    }

    .carrinho-flex-item2.prazo-entrega.data-entrega {
        font-size: 1.1em;
        line-height: 1;
        width: 72%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* .data-entrega-separator-begin {
        display:none;
    } */

    .valores-cabecalho td{
        text-align: center;
        color: #1ebb90;
        font-size: 1.1em;
    }

    .alternative-screen .valores-cabecalho td{
        color: #809cab;
    }

    .valores-corpo td{
        text-align: center;
        border: 1px solid black;
        font-size: 1.5em;
        line-height: 1;
    }

    .separacao-tabela{
        width: 1px !important;
        border: none !important;
        padding: 3px;
    }

    #ID-pronta-entrega{
        font-size: 8em;
        flex-shrink: 0;
        flex-grow: 1;
        margin-right: 5px;
        padding: 0 3px;
        background-color: transparent;
        border: 2px solid #1ebb90;
        border-radius: 3px;
        color: #ffffff;
    }

    .alternative-screen #ID-pronta-entrega{
        background-color: #809cab;
    }

    .date-select-button{
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 5px;
        padding: 5px;
        font-size: 1.8em;
        line-height: 1.1 !important;
        background-color: transparent;
        border: 2px solid #1ebb90;
        border-radius: 3px;
        color: #1ebb90;
    }

    .alternative-screen .date-select-button{
        background-color: #809cab;
        color: #fff;
    }

    .datas-carrinho > *:last-child{
        margin-right: 0 !important;
    }

    .deadline-types{
        width: 17%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .deadline-types .scroll-box{
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        overflow-x: hidden; 
        overflow-y: auto; 
        margin-bottom: 3px;
    }

    .deadline-types .scroll-box button{
        flex-grow: 1;
        padding: 7px 3px;
        word-break: break-word;
        margin-bottom: 3px;
        border: 1px solid #000;
        border-radius: 3px;
        background-color: #1ebb90;
        color: #fff;
        font-size: 1.2em;
    }

    .deadline-types .scroll-box [data-prazo=pronta_entrega]{
        font-size: 1.6em;
    }

    .alternative-screen .deadline-types .scroll-box button{
        background-color: #809cab;
    }

    .deadline-types .scroll-box button:last-child{
        margin-bottom: 0;
    }

    .deadline-types .clear{
        word-break: break-word;
        padding: 10px 3px;
        width: 100%;
        border: 1px solid #000;
        border-radius: 3px;
        background-color: #1ebb90;
        color: #fff;
        font-size: 1.1em;
    }

    .alternative-screen .deadline-types .clear{
        background-color: #809cab;
    }
    
}