.pagina_estoque{
    background-color:#FFF;
    height:350px;
}
.l_title{
    padding-top:15px;
    padding-bottom:15px;
    padding-left:18px;
    font-size:30px;
}
.margin_b{
    padding-bottom:20px;
}

.estoque_button{
    right:15px;
    position: absolute;
}

.div_{
    width:26%;
    position:relative;
}
.estoque_produto{
    height:200px;
    transition: all;
    /* border:1px solid black; */
}
.prod_img{
    margin-left:3px;
    margin-top:-1px;
    height:160px;
    width:167px;
}
#btn_{
    background-color:#FFf;
    border-radius: 5px;
    width: 99px;
    height: 39px;
    border: 1px solid #757575;
    font-weight: 700;
}

.input_style{
    border-radius:5px;
    border: 1px solid #9999;
}

.text_style{
    color:black;
}

@media(max-width:766px){
    #btn_{
        margin-top:20px;
        left:21%;
        width:221px;
        margin-bottom:40px;
    }
    .div_{
        width:100%;
    }
    .estoque_produto{
        margin-top:85px;
    }
}