.containerHeaderlImag {
    display: flex;
    justify-content: center;
}

.containerHeaderlImag .avatar-edit {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 0px;
}

.containerHeaderlImag .avatar-edit input {
    display: none;
}

.containerHeaderlImag .avatar-edit input+label {
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    justify-content: center;
    align-items: center;
    opacity: 0.1;
}

.containerHeaderlImag .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.containerHeaderlImag .avatar-edit input+label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: #757575;
    position: relative;
    font-size: 30px;
    text-align: center;
}

.containerHeaderlImag .avatar-preview {
    width: 100%;
    height: 240px;
    position: relative;
}

.containerHeaderlImag .avatar-preview div#imagePreview {
    border-radius: 12px !important;
}

.containerHeaderlImag .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* multi image  */

div.Products-Sub .imagePreview {
    width: 180px;
    height: 180px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
    margin-left: 50px;
}

div.Products-Sub .btn-primary {
    height: 35px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}

div.Products-Sub .btn-primary input {
    visibility: hidden;
}

div.Products-Sub .imgUp {
    margin-right: 50px;
}

div.Products-Sub .del {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

div.Products-Sub .imgAdd, div.Products-Sub .summary_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4bd7ef;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
    margin-right: 100px;
    z-index: 5;
}