.area-product-list,
.max-50{
    max-height: 400px;
    overflow: auto;
}

.mh-20{
    max-height: 20px;
}

.modal .image-parent{
    position: relative;
    padding: 24px 0px;
}

.modal .image-parent .close-remove{
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 2px 8px;
}
