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

/* Se quebrar alguma tela voltar com esse css abaixo */
/* .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-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;
}


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

    .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 .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 .cat-nome {
        font-size: 1.2em;
        line-height: 1;
        height: 25%;
        position: relative;
        border-bottom: 1px solid black;
        background-color: #809cab;
        color: #fff;
    }

    .nome-categ-mob{
        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: #1ddcf8;
        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.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-imagem img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .cont-txt-categ{
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .txt-categ{
        border-bottom : 1px solid white;
    }
    
}