/*.categorias-holder{
	margin-bottom: 70px;
}

.categorias-holder .categoria-item{
    border: 1px solid #c3c0c0;
    margin: 10px 10px 10px 10px;
    text-align: right;
    font-size: 1.3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20px;
    text-shadow: 1px 1px #ffffffd9;
    display: inline-flex;
    width: 95%;
    position: relative;;
}

.categoria-item .img{
    width: 67%;
    color: #676464;
    display: table;
    height: 80px;
}

.categoria-item .img span {
    vertical-align: middle;
    display: table-cell;
}

.categorias-holder .categoria-item.virtual-categories{
    text-align: left;
    border: 2px solid #ff3333;
    display: table;
    padding: 9px;
}

.categorias-holder .categoria-item.parent{
    background-color: #1ebb90;
    color: #fff;
}

.categorias-holder .categoria-item.child{
    background-color: #fff;
    color: #1ebb90;
    border-color: #1ebb90;
}
.manomour{

    text-align: center;
    width:80px; 
    height:80px;
}
.manomour img{

    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;

}

.categoria-item label{
    line-height: 2.5;
    margin-left: 10px;
    margin-right: 4px;
    font-size: 1em;
    color: #8a8888;
}
*/

.filter-conteiner-mobile{
    width: 100%;
    display: flex;
    border: solid #1fbb90;
    border-width: 0px 2px 2px 2px;
    padding: 1px;
}

.filter-conteiner-mobile .filter-select, .filter-conteiner-mobile .special-select{
    display: block;
    height: 29px;
    border: 1px solid black;
    margin: 0 1px;
}

.categorias-holder{
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;
    width: 100%;
    height: -webkit-calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
}

.categorias-holder .empty-categories{
    font-size: 3em;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.categorias-holder .categoria-item{
    width: 31.3%;
    height: 155px;
    text-align: center;
    margin: 1%;
    box-shadow: 0px 3px 3px 1px #00000050;
    border: 2px solid black;
    border-radius: 3px;
}

.categorias-holder .categoria-item.selecionado{
    box-shadow: 0px 3px 3px 1px #f2363680;
    border-color: #f23636;
}

.categorias-holder .categoria-item.selecionado .cat-nome,
.categorias-holder .categoria-item.selecionado .cat-imagem .cat-qtd{
    background-color: #f23636;
}

.categorias-holder .categoria-item .cat-nome{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
    height: 18%;
    position: relative;
    border-bottom: 1px solid black;
    background-color: #1fbb90;
    color: #fff;
    /* overflow-x: hidden;
    overflow-y: auto; */
}

.categorias-holder .categoria-item .cat-nome > div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    padding: 2px;
    word-break: break-word;
}

.categorias-holder .categoria-item .cat-imagem{
    height: 75%;
    width: 100%;
    padding: 1px;
    position: relative;
}

.categorias-holder .categoria-item .cat-imagem .cat-qtd{
    background-color: #1fbb90;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #fff;
    padding-top: 3px;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 0.9em;
}

.categorias-holder .categoria-item .cat-imagem img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fa.fa-sign-out{
    transform: scale(-1,1);
}