#image_upload_area 	.vendor_profile_picture_preview{display:none;}
#image_upload_area.resize .vendor_profile_picture{display:none;}
#image_upload_area.resize .vendor_profile_picture_preview{display:block;}
.product_upload_button .upload_button label{bottom:0px;}
.product_picture_preview{display:none;}
#product_image_area.resize .product_upload_button{display:none;}
#product_image_area.resize .product_picture_preview{display:block;}
#custom_video_btn{display: block;padding: 5px 0px 6px 0px;width: 150px;text-align: center;margin-left: 30px;}
ul.details-list li span{width:130px;float:left;}


.choose_profile figure .choose_here {
    position: absolute;
    background: linear-gradient(90deg, rgba(28,77,136,1), transparent) rgba(4,167,93,1);
    width: 50px;
    height: 50px;
    padding: 9px;
    border-radius: 50%;
    right: 0;
    bottom: 56px;
}
.choose_profile figure .choose_here img {
    border-radius: unset;
}
.choose_profile figure .choose_here input[type="file"] {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: 0;
    opacity: 0;
}
.choose_here_inr img.uploadicon {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}
.bsn-btn{background: linear-gradient(90deg, rgba(28,77,136,1), transparent) rgba(4,167,93,1);}