
/* inicio css imagens produtos individual  */
.img2
{
    width: 180px;
    height: 180px;
    min-height: 180px;
    background-color: #fff;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow:0px 1px 5px 2px rgba(0, 0, 0, 0.3);
}

.img3
{
    
    background-color: #fff;
    float: left;
 
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow:0px 1px 5px 2px rgba(0, 0, 0, 0.3);
}



/* fim css imagens produto individual*/

/* css tabela de preços */
.principal
{
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #eeebeb;
    display: table;
    border-bottom: #007bff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    //left:50%;
   // margin-left: -550px;
    //position: relative;
}

.principalMob
{
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #eeebeb;
    display: table;
    border-bottom: #007bff;
    border-bottom-style: solid;
    border-bottom-width: 3px;

}

.linhaTabela
{
    width: 100%;
    //height: 30px;
    background-color: #e1e0e0;
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    color: #444;
}
.linhaTabelaMob
{
    width: 300px;
    white-space: normal;
    background-color: #e1e0e0;
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    margin-left: 10px;
    color: #444;
}

.foto
{
    width: 100px;
    height: 100px;
    background-color: #e1e0e0;
    float: left;
    margin-top: 5px;
    text-align: center;
    padding-left: 5px;
    

}

.fotoMob
{
    width: 300px;
    height: 210px;
    background-color: #e1e0e0;
    float: left;
    margin-top: 5px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    padding-top: 5px;

}

.descGeral
{
    width: 600px;
    height: auto;
    min-height: 100px;
    background-color: #e1e0e0;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right:5px;
    padding-top: 5px;
    text-align: left;
    padding-bottom: 5px;
    white-space: normal;
    color: #000;
}

.descGeralMob
{
    width: 300px;
    height: auto;
    min-height: 100px;
    background-color: #e1e0e0;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right:5px;
    padding-top: 5px;
    text-align: left;
    padding-bottom: 5px;
    white-space: normal;
    color: #000;
}

.variacao
{
    width: 300px;
    height: auto;
    min-height: 100px;
    background-color: #e1e0e0;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 5px;
    color: #000;
}

.variacaoMob
{
    width: 300px;
    height: auto;
    //min-height: 100px;
    background-color: #e1e0e0;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 50px;
    padding-left: 5px;
    padding-top: 5px;
    color: #000;
}

.statusI
{
    width: 120px;
    height: auto;
    background-color: #e1e0e0;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ff0000;
}

.statusIMob
{
    width: 300px;
    height: auto;
    background-color: #e1e0e0;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ff0000;
    margin-bottom: 20px;
}

.categoria
{
    width: 400px;
    height: 50px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
    font-size: 24px;
    color:#333;
    font-weight: bold;
    position: relative;
    border-top: #333;
    border-top-style: solid;
    border-top-width: 3px;
    border-bottom: #333;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

}
/* fim css tabela preços*/


.tipo
{
    color: #00f;
    font-size: 18px;
    font-weight: 600;
}

.status
{
    
    font-size: 18px;
    color: #008000;
}

.statusb
{
    
    font-size: 18px;
    color: #CC0000;
}

.erro
    {
        color:#d93519; 
        font-size: 18px;
        font-weight: bold; 
    }
    
    .sucesso
    {
        color:  #009933;  
        font-size: 18px; 
        font-weight: bold;
    }