
/* ------------------------- */
/* ------------------------- */
/* -------   BADGES  ------- */
/* ------------------------- */
/* ------------------------- */
.badge-nouveau {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 6px;
  color: white;
  vertical-align: top;
  font-size: 14px;
  background: #0660aa;
  margin-bottom: 10px;
}
.badge-destockage {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 6px;
  color: white;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  background: #fe5000;
  margin-bottom: 10px;
}
.badge-premium {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  background: #ffb100;
  margin-bottom: 10px;
}
/* ------------------------- */
/* ------------------------- */
/* ------------------------- */
.badge-listing-nouveau {
  color: white;
  background: #0660aa!important;
}
.badge-listing-premium {
  color: white;
  background: #ffb100!important;
}
.badge-listing-destockage {
  color: white;
  font-weight: 600;
  background: #fe5000!important;
}
.badge-listing-reappro {
  color: white;
  background: #c98929!important;
}
.badge-listing-indisponible {
  color: white;
  background: #b43338!important;
}
/* ------------------------- */
/* ------------------------- */
/* ------------------------- */
.adm-mini-badge {
  font-size: 10px;
  padding: 3px;
  margin: 0;
  display: table-cell;
}