.d_none{
    display:none;
}
    .number_input{
     max-width: 100px;
    height: 30px;
    padding: 5px;
    margin: 0;
    text-align: center;
    }
.div_loader{
     display:none;
     width: 24px;
    height: 24px;
    float: left;
}



.img_radio_photo_produit{
 position:relative;
}

.el_photos_produit{
 position:relative;
}



.btn_delete_photo_produit{
position: absolute;
    right: 5px;
    top: -8px;
    background: #f44336;
    color: #fff;
    height: 19px;
    width: 19px;
    text-align: center;
    border: none;
    border-radius: 5px;
    line-height: 19px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    z-index: 9999;
}
.liste_produit_admin label{
    margin-bottom: 19px;
}

/* HIDE RADIO */
.img_radio_photo_produit [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.img_radio_photo_produit [type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.img_radio_photo_produit [type=radio]:checked + img {
  outline: 2px solid #0f6efd;
}

