#m_main{
        border: 1px solid #000;
        /*max-width: 1280px;*/
        width: 100%;
        margin: 0px auto;
        height: 99.6%;
    }

    #m_produtos_div{
        /*width: 83.3%;*/
        height: 100%;
        display: inline-block;
        margin: 0px;
        vertical-align: top;
        top: 0;
        left: 0;
    }

    #m_menu_div{
        width: 16%;
        height: 102%;
        display: inline-block;
        margin: 0px;
        vertical-align: top;
    }

    #calculadora-modal{
        overflow: initial;
        top:10%;
        width: 305px;
    }

    .m_menu_row{
        width: 100%;
        text-align: center;
        white-space: nowrap;
        display:block;
        justify-content: center;
        align-items: center;
        overflow: none;
    }
    .tamanho_tmh{
        display: inline-block;
        vertical-align: top;
    }

    .m_bigger_menu_row{
        width: 100%;
        height: 13%;
        margin: 1% auto;
        background: #fff;
        text-align: center;
        white-space: wrap;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .m_bigger_menu_row.lul{
        height: 68.83%;
    }

    .modo-simples .m_bigger_menu_row.lul, .modo-simples.compra-unitaria .m_bigger_menu_row.lul{
        height: 19%;
    }

    .compra-unitaria .m_bigger_menu_row.lul{
        height: 55.83%;
    }

    .m_default_button{
        width: 65px;
        border-radius: 35px;
        border: none;
        margin: 1px 0px;
        height: 65px;
        vertical-align: top;
        background: #aaa;
        color: #fff;
        font-size: 2.4em;
        padding: 0px;
    }

    .m_smaller_button{
        width: 60px;
        border: none;
        height: 61px;
        vertical-align: top;
        background: #aaa;
        color: #fff;
        font-size: 1.4em;
        padding: 0px;
        
    }

    .m_bigger_button{
        width: 49%;
        border-radius: 5px;
        border: none;
        margin: 1px 0px;
        height: 100%;
        vertical-align: top;
        background: #1ddcf8;
        color: #fff;
        font-size: 3.5em;
        padding: 0px;
    }

    .m_biggest_button{
        width: 100%;
        border-radius: 5px;
        border: none;
        margin: 1px 0px;
        height: 100%;
        vertical-align: top;
        background: #1ddcf8;
        color: #fff;
        font-size: 2.4em;
        padding: 0px;
    }

    .m_smallest_button{
        width: 33%;
        border-radius: 5px;
        border: none;
        margin: 1px 0px;
        height: 100%;
        vertical-align: top;
        background: #1ddcf8;
        color: #fff;
        font-size: 2.4em;
        padding: 0px;
    }

    .ios .m_input_src{
        font-size: 1.2em;
    }

    .m_input_src{
        margin: 0px;
        background: #000;
        border: 1px solid #000;
        width: 66%;
        height: 100%;
        color: #fff;
        font-size: 1.6em;
        border-radius: 5px;
    }

    .m_palavra_chave{
        margin: 0px;
        background: #1ddcf8;
        border: 1px solid #000;
        width: 98%;
        height: 100%;
        color: #fff;
        font-size: .45em;
        padding: 5px;
    }

    .m_palavra_chave::-webkit-input-placeholder, .m_input_src::-webkit-input-placeholder{
        color: #eff24d!important;
    }

    .m_busca_row{
        padding: 0px;
    }

/*MOSTRAR QUAL PAINEL ESTÁ NO MOMENTO*/
    .m_visor{
        display: inline-flex;
        background: #616161;
        width: 150px;
        height: 60px;
        color: #fff;
        justify-content: center;
        align-items: center;
        font-size: 1.7em;
        border-top-left-radius: 10px;
        margin-right: -7px;
    }

    .m_categoria{
        width: 100%;
        min-height: 10.4%;
        background: #1ddcf8;
        color: #fff;
        text-align: center;
        display: inline-block;
        border: none;
        border-radius: 5px;
        margin: 1%;
        font-size: 1em;
        padding: 0;
    }

    .ios .m_categoria{
        padding: 0 !important;
    }

    .modo-simples .m_categoria, .modo-simples.compra-unitaria .m_categoria{
        width: 100%;
        min-height: 31%;
        background: #1ddcf8;
        color: #fff;
        text-align: center;
        display: inline-block;
        border: none;
        border-radius: 5px;
        margin: 1%;
        font-size: 1.5em;
    }

    .m_img_div, .m_sku_div{
        height: 100%;
    }

    .m_img_div{
        display: inline-block;
        vertical-align: top;    
        width: 48%;
    }
    .m_sku_div{
        display: inline-flex;
        align-content: flex-start;
        width: 49%;
    }

    .m_img_top{
        display: flex;
        vertical-align: top;
        width: 30%;
        background: #1ddcf8;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 1.7em;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .m_upper_holder{
        height: 6.83%;
        text-align: right;
    }

    .m_marca_logo{
        height: 50px;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle;
    }
    
    .m_marca_logo_bottom{
        height: 98%;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle;
    }

    .m_img_tag{
        height: 99%;
        /*height: 71vh;
        width: 71vh;*/
    }

    .vert-align-outer{
        display: table;
        height: 100%;
        width: 100%;
    }

    .vert-align-outer_2{
        display: inline-table;
    }
    
    .vert-align-inner{
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .m_detalhes_holder{
        text-align: right;
        margin-top: 4px;
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
    }

    .m_detalhes_img{
        width: 12.5%;
        margin-left: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #eee;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 1px;
        vertical-align: top;
    }

    .m_img_detalhe{
        max-width: 94%;
        max-height: 100px;
        object-fit: contain;
    }

    .m_img_holder{
        width: 100%;
        border: 1px solid #000000;
        height: 79%;
        text-align: center;
    }

    .m_skus_table{
        width: initial;
        margin-left: 5px;
    }

    .m_skus_table td{
        min-width: 94px;
        padding: 0;
        border: 1px solid #000;
        text-align: center;
        line-height: 1.2;
    }

    .m_skus_table .m_buttons_row td{
        padding: 4px 0px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .m_buttons_row button{
        width: 100%;
        height: 100px;
        font-size: 3.3em!important;
        border: none;
        background: #1ddcf8;
        color: #fff;
        padding: 0px;
    }

    .m_sku_var td{
        height: 100px;;
    }

    .m_marca_ref_row{
        height: 50px;
    }

    #nomeProd, #ref{
        text-align: center;
        font-size: 1.4em;
        white-space: normal;
        line-height: 1;
    }

    .calc_ref_produto{
        margin-bottom:10px;
    }

    .m_qtd_val_row{
        height: 50px;
        font-size: 1.5em
    }

    .m_sku_img{
        max-width: 100px;
        max-height: 100px;
    }

    .m_ref_td{
        font-size: 1.6em;
    }

    .m_marca_td{
        vertical-align: middle;
    }

    .m_sku_var p{
        margin: 0px;
        font-weight: bold;
        font-size: 1.1em;
    }

    .m_smaller_text{
        font-size: 0.7em;
    }

    .m_busca_row{
        background: none;
    }

    .m_valor_row{
        font-size: 1.6em;
        line-height: 1;
    }

    .m_table_desc{
        text-align: center;
        font-size: 1.2em;
        margin: 0 auto;
        margin-top: 5px;
    }

    .m_table_desc td{
        border: 1px solid #000;
        padding: 0px;
        text-align: center;
    }

    .m_table_desc_header{
        background: #1ddcf8;
        color: #fff;
    }

    .m_table_desc_text{
        background: #eee;
    }

    .m_marca_logo_det{
        background: url('http://painel.e-catalogos.net/storage/1021/9852986bd64deb09f9294c554e86c1b3.jpeg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 23%;
    }

    .calc-produto{
        width: 24%;
    }

    
    


    .ios .m_voltar_menu{
        padding: 0;
    }

    .m_voltar_menu{
        height: 6.83%;
        color: #1ddcf8;
        background: #fff;
        border: 5px solid #1ddcf8;
        font-size: 1.7em;
        width: -webkit-calc(50% - 3px);
        border-radius: 5px;
        vertical-align: middle;
    }

    .m_voltar_menu i{
        font-size: 1.4em;
        color: #1ddcf8!important;
    }

    .m_promocao{
        height: 6.83%;
        color: #F44336;
        background: #fff;
        border: 5px solid #F44336;
        font-size: 1.7em;
        width: 100%;
        border-radius: 5px;
        margin: 4px 0px 0;
    }

    .ios .m_lancamento, .ios .m_promocao{
        font-size: 1.3em !important;
    }

    .m_lancamento{
        height: 6.83%;
        color: #F44336;
        background: #fff;
        border: 5px solid #F44336;
        font-size: 1.7em;
        width: 100%;
        border-radius: 5px;
        margin: 4px 0px;
    }

    .categoria-especial {
        height: 6.83%;
        color: #F44336;
        background: #fff;
        border: 5px solid #F44336;
        font-size: 1.3em;
        width: 100%;
        border-radius: 5px;
        margin: 4px 0px;
    }

    .m_ref_title{
        font-size: .75em;
    }

    .m_ref_number{
        font-size: 1.3rem;
        color: #ff0;
    }

    .m_val_old{
        text-decoration: line-through;
    }

    .m_val_old, .m_val_new{
        font-size: 1.2em;
    }

    .compra-unitaria .m_val_old{
        font-size: .9em;
    }

    .compra-unitaria .m_val_new{
        font-size: 1.2em;
        color: #fff;
    }

    .m_est_number{
        font-size: .9em;
    }

    .m_prd_information{
        height: 100%;
        width: 100%;
        line-height: 1;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    
    .compra-unitaria .m_prd_information{
        height: 100%;
    }

    .m_prd_b_qtd{
        width: 100%;
        height: 50%;
        text-align: center;
        overflow-y: auto;
    }

    .compra-unitaria .m_prd_b_qtd{
        height: 10%;
    }

    .ref{
        display: inline-block;
        margin-bottom: 15%;
        line-height: 1;
    }

    .compra-unitaria .ref{
        line-height: .8;
        margin-bottom: 10%;
    }

    .val{
        display: block;
        margin-bottom: 15%;
    }

    .m_qtd_table td{
        padding: 0px;
        border: 0px;
        margin: 0px;
    }

    .m_text_right{
        text-align: right;
    }

    .m_text_left{
        text-align: left;
    }

    .m_quantidades_flex{
        display: flex;
        justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap-reverse;
        height: 100%;
        padding-bottom: 5px;
    }

    .compra-unitaria .m_quantidades_flex{
        display: none;
    }

    .m_qtd_div{
        display: inline-block;
        min-width: 30%;
        font-size: 12px;
        margin: 1px;
        border: 1px solid #000;
    }

    #m_main .exibicao-calculadora{
        display: inline-block;
        width: 86.5%;
        height: 100%;
        overflow-x: hidden;
    }

    .m_default_button.m_src_button{
        background: #000;
        color: #eff24d;
    }

    /*.m_show_simples{
        display: none;
    }*/

    .modo-simples .m_show_simples{
        display: block;
    }

    .modo-simples .m_hide_simples{
        display: none;
    }

    .img-div{
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-direction: column;
        visibility: hidden;
    }

    .sku-div{
        visibility: hidden;
    }

    .m_under_img_info{
        width: 100%;
        max-width: 100%;
    }

    .m_table_desc{
        white-space: normal!important;
    }

    .marca-btn img{
        max-height: 65px;
    }

    .m-calc-circular-button{
        color: #f44336;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-radius: 100%;
        height: 95%;
        width: 95%;
        font-size: 49%;
    }

    .sub-categ{
        overflow: hidden;
        border-radius: 0;
    }

    button.m_categoria.selected {
        font-size: 1.2em;
        
        font-weight: bold;
        color: yellow;
    }

    .selected.sub-categ {
        padding: 15px 5px!important;
        color: #000;
    }

    .selected .sub-categ {
        padding: 10px 5px!important;
        font-size: 1.1em!important;
        font-weight: 400;
    }

    .desc-text-div{
        max-height: 40px;
        overflow: auto;
    }

    .calc-produto-img-c .desc-unit{
        font-size: 1.5em;
    }

    button.m_categoria.parent-categ {
        color: #ff0;
    }

    .modo-simples.search-by-keyword .show-when-search-by-keyword, .show-when-search-by-keyword {
        display: none;
    }

    .search-by-keyword .show-when-search-by-keyword{
        display: block;
    }

    .modo-simples.search-by-keyword .m_categoria{
        min-height: 31.85%;
    }

    .search-by-keyword .m_categoria{
        min-height: 11.85%;
    }

    .modo-simples.search-by-keyword .m_bigger_menu_row.lul{
        height: 20%;
    }

    .search-by-keyword .m_bigger_menu_row.lul{
        height: 62%;
    }

    .m_side-detalhes_holder .m_detalhes_img {
        margin: 0px!important;
        width: 75%;
    }

    .compra-unit-controles table td{
        border: 1px solid #fff;
        padding: 2px;
        font-size: .7em;
        text-align: center;
        border-width: 1px 0px;
    }

    .estoque{
      text-align: left;
    }
    .estoque span{
    
    font-size: 1.7em;
    color:yellow;
    }
    

    .compra-unit-controles table{
        margin-bottom: 2%;
    }

    .unit_qtd_mult{
        font-size: 1.9em;
    }

    .unit_qtd_comprada span{
        font-size: 1.7em;
    }

    .compra-unit-controles table td.unit_val_comprado{
        font-size: .5em;
        text-align: center;
    }

    .compra-unit-controles table td.unit_val_comprado span{
        font-size: 2em;
    }

    .unit_val_comprado.hasVal{
        color: #ff0;
    }

    



    .m_show_unit{
        display: none;
    }

    .compra-unitaria .hide-on-unit{
        display: none;
    }

    .compra-unitaria .m_show_unit{
        display: block;
    }

    .compra-unitaria .m_categoria{
        min-height: 11.7%;
    }

    .modo-simples.compra-unitaria .m_show_unit{
        display: none;
    }

    .compra-unitaria .est{
        display: none;
    }

    /*AOIC*/

    #m_menu_div{
        display: none;
    }
    #m_menu_div_2{
        display: inline-block;
        width: 12.8%;
        vertical-align: top;
        height: 100%;
    }
    .m_menu_row_2{
        height: 8.33%;
        width: 100%;
        margin: 1px 0px;
    }
    .m_menu_double_row{
        height: 11.66%;
        width: 100%;
        margin: 2px 0px;
    }

    .m_menu_double_row .m-calc-circular-button{
        height: 60%;
        width: 65%;
    }

    .m_categories_row_2{
        height: 62%;
        width: 100%;
        margin: 1px 0px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body.show-lancamentos.show-promocoes .m_categories_row_2{
        height: 46.5%;
    }

    body.show-lancamentos .m_categories_row_2, body.show-promocoes .m_categories_row_2{
        height: 54%;
    }

    body.show-lancamentos.show-promocoes .m_categoria{
        min-height: 18%!important;
    }

    body.show-lancamentos .m_categoria, body.show-promocoes .m_categoria{
        min-height: 15.5%!important;
    }

    .m_default_button_2{
        width: 47%;
        height: 99%;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 3em;
        padding: 0px;
        vertical-align: top;
    }

    .m_default_button_2 .fa.fa-calculator{
        color: #fff;
    }

    .m_default_button_3{
        width: 98%;
        height: 99%;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 3em;
        padding: 0px;
    }

    .m_input_src_2{
        margin: 0px;
        background: #000;
        border: 1px solid #000;
        width: 98%;
        height: 100%;
        color: #fff;
        font-size: 1.6em;
        border-radius: 5px;
        padding-bottom: 0px;
        padding-top: 20%;
    }

    .m_categories_row_2 .m_categoria {
        min-height: 13.8%!important;
        font-size: 1.1;
    }

    .m_div{
        height: 8.33%;
    }

    .calc-layout-1x3 .m_prd_img{
        width: 100%;
        height: 71%;
    }

    .calc-layout-1x3.compra-unitaria .m_val_new{
        color: #000;
    }

    .calc-layout-1x3 .calc-produto-nome {
        height: 3.75%;
        background: #ddd;
    }

    .calc-layout-1x3[page=start] .calc-produto-img-c {
        height: 100%;
    }

    .calc-layout-1x3 .unit_qtd_mult{
        font-size: 1em;
    }

    .calculadora_head_table{
        height: 100%;
        font-size: .9em;
    }

    .calculadora_head_table td{
        padding: 0px;
        width: 33%;
        border: 1px solid #000;
    }

    .produtos-compra-controles.bottom-controles .new-compra-unit-button{
        background: #fff;
        color: #000;
        border: 1px solid #000000;
        display: inline-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .new-compra-unit-button{
        width: 22.5%;
        margin: 1% .5%;
        height: 90%;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 3em;
        vertical-align: middle;
    }
    
    .new-compra-unit-button span{
        font-size: .8em;
    }

    .new-detalhe-button{
        width: 22.5%;
        margin: 1% .5%;
        height: 90%;
        border: 1px solid red;
        border-radius: 5px;
        color: #fff;
        font-size: 3em;
        vertical-align: middle;
        background: #fff;
    }

    .produtos-detalhes{
        width: 100%;
        height: 8.33%;
        text-align: center;
    }

    .produtos-compra-controles{
        width: 100%;
        height: 8.33%;
    }

    .produtos-compra-controles.bottom-controles{
        border: 1px solid;
        background: #1ddcf8;
        text-align: center;
    }

    .calculadora-infos-pecas{
        font-size: 1.2em;
        text-align: center;
    }

    .calculadora-infos-pecas span{
        font-size: 1.3em;
        font-weight: bold;
    }

    .m_produto .m_ref .ref{
        font-size: 1.3em;
        margin: 5% 0 0%;
    }

    .m_produto .m_ref .val{
        margin-bottom: 2%;
        margin-top: 5%;
    }

    .m_produto .m_ref .cor{
        display: inline-block;
        color: #ff0;
    }

    .calculadora_produto_nome {
        border-bottom: 1px solid #fff;
        font-size: .9em;
        height: 14.5%;
        padding: 5% 1px;
        display: table;
        color: #fff;
        width: 100%;
    }

    .compra-unit-controles .calculadora_produto_nome{
        height: 20%;
        padding: 0px;
    }

    .calculadora_produto_nome div{
        padding: 0px; 
        display: table-cell;
        vertical-align: top;
        word-break: break-word;
    }

    .m_default_button_2.desconto-indv{
        font-size: 2.3em;
    }

    .compra-unit-buttons-holder .fa.fa-calculator{
        color: #fff!important;
    }

    .discount-price.default.browser-default{
        margin: 0 auto;
    }

    .unit-imagens-detalhes i{
        color: #f44336!important;
    }
    /*.modal{
            width: 360px;
    }
    .modal-content{

            margin-bottom: 30px;

    }*/
    /* #tamanho_modelo{
        overflow: auto;
    }

    .tamanho_thm{
        display: inline-table;
    }

    #tamanho_modelo .item_tmh{
        padding: 5px 15px 5px 15px;
        width: auto;
        height: auto;
        line-height: 40px;
        font-size: 1.2em;
        color: white;
        margin: 2px;
        background-color: #aaa;
    }
     */
    .tamanhoChecado{

        background-color: #424242 !important;
    }

    .btn-close{
    position: absolute;
    right: -40px;
    top: -40px;
    margin-left: -65px;
    margin-top: 7px;
    }
    /*.modal{
        overflow-y: unset ;
        max-height: none;
        width: 400px;
    }
    .modal-content{
        overflow:auto;
    }*/
    
    .btnCloseModal{
        position: absolute;
        right: -40px;
        top: -30px;
    }
    
    .android .btnCloseModal{
        right: 10px;
        top: initial;
    }

    .est-font-size{
        font-size: 1.5em;
    }


.btnCloseModal .close{
    font-size: 4.1em;
        margin: 0px 2px 3px -3px;

}

.qtd_tmh_nome {

    font-size: 0.66em;
}
.calculadora_produto_nome{
    font-size: 0.8em
}

@media only screen and (max-width: 1024px){
/*.modal {
    width: 350px;
}
*/

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

        display: inline-block;
        border: 1px solid #1ddcf8;
        margin: 2.5px;
        white-space: nowrap;
    }

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

}
.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: #1ddcf8;
        z-index: 50;
        bottom:4px;

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

    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: #1ddcf8;
        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%;
    }

    .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%;
}

.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;
}
 .imagemCenter{
      width: 100%;
    height: 100%;
 }

.calc-searchable{
	display: none;
}



.total-by-cfg, .show-total-container{
    display: none!important;
}

.calc-no-wrap{
    white-space: initial!important;
}

.modo-simples .calc-no-wrap{
    white-space: nowrap!important;
}

.show-valor-total .total-by-cfg{
    display: table-cell!important;
    vertical-align: middle;
    color: #fff;
}

.show-valor-total #categorias{
    height: 41%!important;
}

.show-descricao #categorias{
    height: 42%!important;
}

.show-valor-total.show-descricao #categorias{
    height: 36%!important;
}

.search-by-reference #categorias{
    height: 40.5%!important;
}

.search-by-keyword.search-by-reference #categorias{
    height: 35.5%!important;
}

/*.search-by-reference.block-search-reference  #categorias{
    height: 48%!important;
}*/

.show-valor-total.show-valor-total #categorias{
    height: 33%!important;
}

/*.show-valor-total.show-valor-total.block-search-reference #categorias{
    height: 40%!important;
}*/

.show-valor-total .show-total-container{
    display: table!important;
    background: #1ddcf8;
    width: 97%;
    text-align: center;
    height: 6.5%;
    border-radius: 5px;
    margin: 2px;
    margin-top: 2.5%;
    font-size: 1.3em;
}

.show-special-reference-search{
    display: none;
}

.search-by-reference .show-special-reference-search{
    display: block;
    background: #000;
    height: 6.5%;
    margin-top: 1%;
    padding-left:1%;
}

.reference-search{
    width: 80%!important;
    vertical-align: middle;
    color: #fff!important;
    margin-bottom: 1px!important;
    font-size: 1.4em!important;
    vertical-align: middle;
    border-bottom: 0px!important;
}

.reference-search::placeholder{
    font-size: 1.1em;
}

.reference-search-button{
    height: 100%;
    width: 17%!important;
    vertical-align: middle;
}

.show-busca-key-word{
    display: none;
}

.search-by-keyword .show-busca-key-word{
    display: block;
    background: #eee;
    width: 98%;
}

.search-by-keyword .show-busca-key-word .keyword-input{
    margin: 0px;
    text-align: center;
    padding: 0px;
    border: 1px solid #000;
}

.search-by-keyword .show-busca-key-word button{
    width: 100%;
}

.calc-searchable{
    display: none;
}

.desc-container, .name-container{
    display: none;
}

.show-descricao .desc-container, .show-name .name-container{
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
}

.is-smartphone.show-descricao .desc-container, .is-smartphone.show-name .name-container{
    display: none;
}

.desc-title, .name-title{
    display: block;
    background: #1ddcf8;
    color: #fff;
    font-size: 1.4em;
}

.desc-text, .name-text{
    font-size: 1.2em;
}

#referencia-button{
    font-size: 1.2em;
}

.referencia-text{
    font-size: .75em;
}

#alert-modal.limpar-produtos-modal{
    min-width: initial!important;
}

.m_menu_row_2 .autocomplete-div{
    width: 12%;
}

.autocomplete-div{
    display: none;
    width: 16%;
    height: auto;
    background: #eee;
    position: fixed;
    top: 7%;
}

.autocomplete-div p{
    margin: 0px;
    padding: 11px 0px;
    cursor: pointer;
    font-size: 1.5em;
    z-index: 999;
}

.autocomplete-div p:hover{
    background: #ccc;
}

/* CSS PARA LAYOUTS DIFERENTES*/

    .calc-layout-3x3 .m_produto{
        height: -webkit-calc(33% - 2px);
        width: -webkit-calc(33% - 6px);
        font-size: 0.8em;
    }
    
    .calc-layout-2x3 .m_produto{
        height: -webkit-calc(50% - 2px);
        width: -webkit-calc(33% - 6px);
    }

    .calc-layout-3x2 .m_produto{
        height: -webkit-calc(33% - 2px);
        width: -webkit-calc(50% - 6px);
        font-size: 0.8em;
    }

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

    .calc-layout-4x2 .m_produto{
        height: -webkit-calc(25% - 2px);
        width: -webkit-calc(50% - 6px);
    }

    .calc-layout-1x3 .m_produto {
        height: -webkit-calc(100% - 2px);
        width: -webkit-calc(33% - 6px);
    }

    .calc-layout-1x2 .m_produto {
        height: -webkit-calc(100% - 2px);
        width: -webkit-calc(50% - 6px);
    }


    /*3 de altura*/

    .calc-layout-3x3 .m_produto .compra-unit-button, .calc-layout-3x2 .m_produto .compra-unit-button{
        font-size: 1.35em;
    }

    .calc-layout-3x3.show-pre-select-button .select-product, .calc-layout-3x2.show-pre-select-button .select-product{
        padding: 0;
        font-size: 1.4em;
    }

    /**/    

/*----------------------------*/



.qtd_unit_div {
    width: 48%;
    height: 11.5vh;
    display: inline-block;
    margin-bottom: 4px;
}

.qtd_tmh_nome {
    height: 31%;
    border: 1px solid #fff;
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 4%;
    font-size: .8em;
    font-weight: bold;
}

.qtd_tmh_nome div{
    display: table-cell;
    vertical-align: middle;
}

.qtd_comprada {
    height: 58%;
    display: table;
    width: 100%;
    text-align: center;
    background: #F44336;
}

.qtd_comprada div{
    display: table-cell;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
    user-select: none;
    font-size: 1.1em;
}
.valorPorTamanho{
    display: table;
    font-size: 0.6em;
    background-color: #F44336;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    width: 100%;
}

.compra-unitaria .m_prd_information.compra-unitaria-tamanhos{
    height: 100%;
}

.qtd_tmh_nome .tmh_nome{
    color: yellow;
}



[role="presentation"] {
    z-index: 1;
}


.unit-imagens-detalhes .check, .unit-imagens-detalhes .select-prod.unit-check-btn{
    font-size: 2.1em;
}

.unit-imagens-detalhes .check, .unit-imagens-detalhes .select-prod.unit-info-btn{
    font-size: 2em;
}

.unit-imagens-detalhes > div {
    margin: 0px 1px 0px 0px;
}

.unit-imagens-detalhes .select-prod.selected{
    background: yellow;
}

/* .unit-imagens-detalhes .check.checked{
    background: #00b11e;
} */

.sku-checked{
    background: #47d047;
}

.m_input_src_2::placeholder{
    color: #fff;
}

.m_input_src_2::-moz-placeholder{
    color: #fff;
}

/* COMPRAR */

.comprar-all {
    height: -webkit-calc(100% - 55px);
}

.comprar-holder{
    white-space: nowrap;
    overflow: auto;
    height: 77%;
    overflow-y: hidden !important;
}

.comprar-holder .produto-variante{
    width: 98%;
    display: inline-block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid black;
    margin: 0 1%;
    position: relative;
}

.comprar-holder .produto-variante:nth-child(even){
    /*background: red;*/
}
.comprar-holder .produto-variante:nth-child(odd){
    /*background: green;*/
}

.comprar-all .first-nav{
    color: white;
    white-space: nowrap;
    height: 40px;
    margin-top: -14px;
    text-align: center;
    margin-bottom: 2px;
}

/*[data-tipo-compra='moda'] .comprar-all .cat-nome, [data-tipo-compra='moda'] .comprar-all .prd-descricao{
    width: 50%;
}*/

.comprar-all .cat-nome{
    width: 50%;
    background: red;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    font-size: 2em;
    text-align: center;
    border: 1px solid black;
    font-weight: bold;
    overflow: auto;
    padding: 0 9px;
}

.comprar-all .prd-descricao{
    width: 50%;
    background: white;
    display: inline-block;
    height: 100%;
    color: black;
    border: 1px solid black;
    white-space: normal;
    padding: 0px 5px;
    font-size: 2em;
    overflow: hidden;
    line-height: 1;
}

/*[data-tipo-compra='moda'] .comprar-all .prd-busca{
    display: none;
}*/

.comprar-all .prd-busca{
    background: #1ddcf8;
    width: 26%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    border: 1px solid black;
    font-weight: bold;
    padding: 2px;
}

.comprar-all .second-nav{
    text-align: center;
    height: 47px;
    margin-bottom: 2px;
    white-space: nowrap;
}

.comprar-all .second-nav div{
    display: inline-block;
    border: 1px solid black;
    font-size: 2em;
    vertical-align: top;
    height: 100%;
}

.comprar-all .second-nav .comprar-back{
    background: #1ddcf8;
    padding: 0 10px;
    width: 11%;
    text-align: center;
    color: white;
}

.comprar-all .second-nav .prd-referencia{
    width: 26%;
    height: 100%;
    text-align: center;
    color: #ed442b;
    overflow: auto;
}

.comprar-all .second-nav .detalhe{
    width: 11.6%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[data-tipo-compra='moda'] .values-nav{
    height: 64px;
}

.values-nav{
    white-space: nowrap;
    height: 48px;
    text-align: center;
    margin-top: 2px;
}

.values-nav .plus, .values-nav .minus, .values-nav .quantidade-comprada{
    display: inline-block;
    height: 100%;
    width: 13.25%;
    margin: 0px;
    background: #f13636;
    padding: 5px;
    color: white;
    font-size: 2em;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    border: 1px solid black;
}

.values-nav .quantidade-comprada{
    padding: 0px;
}

.values-nav .plus, .values-nav .minus{
    font-size: 2.5em; 
}

.values-nav .individual{
    border: 1px solid black;
    width: 100%;
    height: 48%;
    margin: 1% 0;
    display: inline-block;
    font-size: 1.1em;
    white-space: nowrap;
}

.values-nav .prices .individual, .values-nav .pct-total .individual{
    border-color: #f13636;
}

.values-nav .pct-total, .values-nav .prices{
    width: 20.1%;
    display: inline-block;
    white-space: normal;
    height: 100%;
    margin: 0 0;
    vertical-align: top;
}

.values-nav .ped-total{
    width: 14.25%;
    display: inline-block;
    white-space: normal;
    height: 100%;
    margin: 0 0;
    vertical-align: top;   
}

[data-tipo-compra='moda'] .tamanhos-lista{
    height: 100%;
}

.tamanhos-lista {
    display: inline-block;
    width: 57.12%;
    overflow: auto;
}

[data-tipo-compra='moda'] .values-nav .tamanhos-lista div{
    font-size: 1.6em;
    line-height: 1;
    padding: 0px;
}

.values-nav .tamanhos-lista div{
    display: inline-block;
    height: 100%;
    width: 25%;
    margin: 0px;
    background: #f13636;
    padding: 5px;
    color: white;
    font-size: 2em;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    border: 1px solid black;
    color: white;
}

.values-nav .tamanhos-lista div.selecionado{
    background: yellow;
    color: black;
}

[data-tipo-compra='moda'] .values-nav .tamanhos-lista div.selecionado span{
    border-color: #000;
}

.individual.total-ped{
    background: #ff0;
    color: #000;
}

.individual.bold{
    font-weight: bold;
}

span.comprar-total-comprado {
    font-size: 15px;
    display: block;
    border-top: 3px solid #000;
    background: #fff;
    color: #000;
}

span.comprar-estoque {
    display: block;
    font-size: 15px;
    margin: 0;
    border-bottom: 3px solid #000;
    padding-top: 5px;
    background: #fff;
    color: #000;
}

.categoria-especial.selected {
    background: #1ddcf8;
    color: yellow;
}

.buscar-referencia{
    height: 100%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    width: 13.25%;
    border: 1px solid #000;
    color: #fff;
    background: #f13636;
    font-size: 2em;
}

@media only screen and (max-width: 450px) {
    .comprar-holder{
        white-space: nowrap;
        overflow: auto;
        height: 87.2%;
        overflow-y: hidden !important;
    }

    .comprar-all .cat-nome{
        width: 100%;
        background: red;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        font-size: 2em;
        text-align: center;
        border: 1px solid black;
        font-weight: bold;
        overflow: auto;
        padding: 0 9px;
    }

    .android .btnCloseModal {
        right: -30px;
        top: -26px;
    }

}