/* 
 Arquivo de controle css, apenas para o modulo show dos produtos
*/

#image-container {
    margin-top: 15px;;
}

#preco-container {    
    font-size: 22pt;
    /* box-shadow: 5px 5px; */
}

#preco-container .card,
#image-container .card {
    height: 450px;
    width: auto;;
}

p#preco_venda {
  text-align: right; 
  font-size: 32pt;
  font-weight:bold; 
  color:rgb(46, 82, 161);
}
 
#img-item {
   background-position: center;
   height: 430px;
   width: auto;
}

#detalhada-container {
    background-color: rgb(238, 189, 115)    ;
}

#shopee {
    color: orange;
    font-weight: bold;
}

.obs {
    font-size: small;
    color:black;
}

/*  */
.detalhe {
    margin-top:20px;
}

#titulo-detalhada {
    font-size: 18pt;
    font-style: italic;
}

hr .detalhada {
    margin: 0; 
    padding:0;
    border: solid black 2px;
}

#campo-detalhada {
    font-size: 18pt;
     font-weight: bold;    
}
