/*=======Inicio Captura Imagem Produto form=============*/
.prevPhoto {
  display: flex;
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  background: url(../img/foto_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}

.prevVideo {
  background: url(../img/video_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: auto;
}

.prevPhoto label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
}
.prevPhoto img {
  width: 100%;
  height: 100%;
}

.upimg,
.notBlock {
  display: none !important;
}

.errorArchivo {
  font-size: 16px;
  font-family: arial;
  color: #cc0000;
  font-weight: bold;
  margin-top: 10px;
}

.delPhoto {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  background-color: red;
  position: absolute;
  right: -10px;
  top: -10;
  z-index: 10;
}

#tlb_list_produtos img {
  width: 50px;
}

.imgProdutoDelete {
  width: 175px;
}
/*=======fim Captura Imagem Produto form=============*/

/*=======Dar tamanho fixo para todas imagens de aproduro=============*/
.img_produto img {
  width: 64px;
  height: auto;
  margin: auto;
}

#fot > b {
  margin-bottom: 40px;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  padding: 5px;
}
/*===============style2=======================*/
/*====boata adicionar no produto====*/
.link_add {
  color: #64b139;
}
