.vendedor{
    margin:0 auto;
    text-align:center;
    max-width:1000px;
    background-color: rgba(0,0,0,.8);
    height:100%;
    overflow:auto;
}

.vendedor img{
    margin:26px auto 0 auto;
    padding:0;
    height:150px;
}
.vendedor cardbotoes{
    margin-top:80px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    cursor:pointer;
     user-select: none;
  
}
.vendedor cardbotoes botao{
    min-width:150px;
    margin:3px;
    
}
.vendedor cardbotoes botaoCat{
    position:fixed;
    bottom:5px;
    min-width:150px;
    margin:3px;
   
    
}

.vendedor p {
    color:white;
    font-size:15px;
    font-weight: bold; 
    padding:0;
    margin:5px;
}
.vendedor label {
    display:inline-block;
    width:100%;
    font-size:15px;
    font-weight: bold; 
    padding:0;
    margin:5px;
}
.vendedor icon{
    display:inline-block;
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.1) 10%);
    color:white;
    width:100%;
    padding:10px;
    /*height:75px;
    
    border-radius:3px;
    
    margin:8px;
    cursor:pointer;*/
}
.vendedor iconcat{
    display:inline-block;
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.1) 10%);
    color:white;
    width:100%;
    padding:10px;
    border-radius:10px;
}
.headervendedor h3{
    margin:0;
    padding:0;
}
.headervendedor{
    text-align:center;
    position: fixed;
    width:90%;
    left:50%;
    transform: translate(-50% , 0);
    border-radius:1px;
    height: 15px;
    color: white;
    top: 5px;
    max-width:435px;
     z-index:10;
}
/* Styles go here */

#menu {
    margin: 10px 0 0 10px;
    padding: 0;
    border: 0;
}

#menu li {
    float: left;
    list-style: none;
    margin: 0 2px;
}

#menu li > a {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #ff0000;
    color: #fff;
    padding: 2px;
}
