.ManageProductAdd .div-lb-ip{
    position: relative;
    display: flex;
    align-items: center;
}

.ManageProductAdd .lb-ip{
    position: absolute;
    right: 10px;
}

.ManageProductAdd .mgr-ip{
    padding-right: 40px;
}

.ManageProductAdd .note-editor.note-frame{
    border: 1px solid #ced4da;
}

label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    margin-top:-30px;
}

#upload-demo{
	width: 250px;
	height: 250px;
  padding-bottom:25px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}

.address-sale{
    display:none;
}