.m_produto{
    width: -webkit-calc(50% - 6px);
    height: -webkit-calc(50% - 2px);
    width: calc(50% - 6px);
    height: calc(50% - 2px);

    display: inline-block;
    border: 1px solid #1ebb90;
    margin: 2.5px;
    white-space: nowrap;
}
.grade-render .m_produto{
    width: -webkit-calc(50% - 6px);
    height: -webkit-calc(100% - 2px);
    width: calc(50% - 6px);
    height: calc(100% - 2px);
    display: inline-flex;
    border: 1px solid #1ebb90;
    margin: 2.5px;
    white-space: nowrap;
    flex-direction: column-reverse;
    vertical-align: top;
}

.alternative-screen.grade-render .m_produto{
    border-color: #809cab;
}

.horizontal-render .m_produto, .horizontal-render.m_produto{
    width: -webkit-calc(50% - 6px);
    height: -webkit-calc(50% - 2px);
    width: calc(50% - 6px);
    height: calc(50% - 2px);
    display: inline-flex;
    border: 1px solid #1ebb90;
    margin: 2.5px;
    white-space: nowrap;
    flex-direction: column-reverse;
    vertical-align: top;
}

.unit-imagens-detalhes{
    position: absolute;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    height: 15%;
    bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #1ebb90

}
.unit-img-detalhe {
    z-index: 2;
    height: 100%;
    display: inline-block;
    width: 20%;
    border: 1px solid #000;
    border-radius: 5px;
    vertical-align: top;
    position: relative;
    background: white;
}
.calc-produto-img-c{
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.compra-unit-buttons-holder{
    height: 33%;
    width: 100%;
    position: absolute;
    bottom: 2px;
    /* background: #1ebb90; */
    z-index: 50;
    bottom:4px;

}
     
.quantidades_compra_unitaria{
    width: 100%;
    left: 0;
    bottom: 0;
    height: 51%;
    background: #1ebb90;
    position: absolute;
    overflow: auto;
}

.alternative-screen .compra-unit-button{
    color: #809cab;
    background: #fff;
}

button.compra-unit-button {
    width: 45%;
    height: 49%;
    margin: 2px auto;
    background: #f44336;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0px;
    font-size: 2em;
    border: none;
}

button.compra-unit-button.selected{
    background: #ff0;
    color: #000;
}

.m_ref{
    display: inline-flex;
    height: 100%;
    width: 30%;
    vertical-align: top;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #1ebb90;
    color: #fff;
    font-size: 1.2em;
    white-space: normal;
}

.calc-produto-img-c{
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
        margin: auto;
}

[page=start] .calc-produto-img-c.unit-buy-img {
    height: 83%;
}

.grade-render[page=start] .calc-produto-img-c.unit-buy-img {
    height: 100%;
    margin: 0;
    width: 87%;
}

.horizontal-render .calc-produto-img-c.unit-buy-img {
    height: 80%;
    margin: 0;
    width: 100%;
}

.m_prd_img{
    display: inline-block;
    width: 68%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    position: relative;
}
.unit-img-detalhe img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 5%;
}

.horizontal-render .unit-img-detalhe img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 0px;
}

.unit-imagens-detalhes .check, .unit-imagens-detalhes .select-prod{
    background: #fff;
    border-radius: 5px;
    width: 20%;
    height: 100%;
    position: relative;
    z-index: 10;
    vertical-align: middle;
    border: 1px solid #f44336;
    font-size: 2.3em;
}

.alternative-screen .unit-imagens-detalhes .check, 
.alternative-screen .unit-imagens-detalhes .select-prod{
    border: none;
}

.grade-render .unit-imagens-detalhes .check, .grade-render .unit-imagens-detalhes .select-prod{
    width: 100%;
    height: 12.1%;
    margin-bottom: 2px;
}

.horizontal-render .unit-imagens-detalhes .check, .horizontal-render .unit-imagens-detalhes .select-prod{
    width: 15%;
    height: 100%;
    margin-bottom: 2px;
}

.imagemCenter{
    width: 100%;
    height: 100%;
    max-height: 68.5vh;
}

.alternative-screen .imagemCenter{
    max-height: 100%;
}
 
/* mexi aqui */
.grade-render .m_ref{
    display: inline-flex;
    height: 30%;
    width: 100%;
    vertical-align: top;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #1ebb90;
    color: #fff;
    font-size: 1.2em;
    white-space: normal;
}

/* .alternative-screen.grade-render .m_ref{
    height: 17%;
} */

.alternative-screen .m_produto .m_ref{
    background: #809cab;
}

.horizontal-render .m_ref{
    display: inline-flex;
    height: 34%;
    width: 100%;
    vertical-align: top;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #1ebb90;
    color: #fff;
    font-size: 1.2em;
    white-space: normal;
}

/* mexi aqui */
.grade-render div.quantidades_compra_unitaria{
    width: 65%;
    left: auto;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #1ebb90;
    position: absolute;
    overflow: auto;
}

.alternative-screen .m_produto div.quantidades_compra_unitaria{
    background: #809cab;
}

.horizontal-render div.quantidades_compra_unitaria{
    width: 65%;
    left: initial;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #1ebb90;
    position: absolute;
    overflow: auto;
}

/* mexi aqui */
.grade-render table.quantidades_compra_unitaria{
    width: 65%;
    left: initial;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #1ebb90;
    position: absolute;
    overflow: auto;
    font-size: 1.9em;
    border-left: 1px solid #fff;
}

/* .grade-render .grade-gangster table.quantidades_compra_unitaria{
    width: 55%;
} */


.horizontal-render table.quantidades_compra_unitaria{
    width: 65%;
    left: initial;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #1ebb90;
    position: absolute;
    overflow: auto;
    font-size: 1.9em;
    border-left: 5px solid #fff;
}

.alternative-screen table.quantidades_compra_unitaria{
    background: #809cab;
}

.grade-render .td-fixa-corner{
    font-size: 0.5em;
    width: 15%;
}

.grade-render .quantidades_compra_unitaria td[data-tmh-col-name]{
    background: #fff;
    color: #1ebb90;
    border: 1px solid #1ebb90;
}

.alternative-screen.grade-render .quantidades_compra_unitaria td[data-tmh-col-name]{
    background: #fff;
    color: #809cab;
    border: 1px solid #809cab;
}

/* mexi aqui */
.grade-render .m_prd_img{
    display: inline-block;
    width: 100%;
    height: 70%;
    vertical-align: top;
    white-space: normal;
    position: relative;
}

.alternative-screen.grade-render .gf_gang .m_prd_img{
    height: 83%;
}

.horizontal-render .m_prd_img{
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
    position: relative;
}
