#delbtn{
display: flex;
align-items: center;
cursor: pointer;
width:200px;
}
#delbtn i{
font-size: 22px;
margin-right: 10px;
height:24px;
width: 24px;
}
#delbtn:hover i{
color:#0e529e;
}
#delbtn .del{
font-size: 12px;
font-weight:400;
line-height: 16px;
color: #4b4a48;
display: block;
}
#delbtn .pin{
line-height: 20px;
font-size: 14px;
font-weight: 600;
color:#181818;
}
Delivery Address
Select Pincode
jQuery("#delbtn").on('click', function(e){
jQuery("#cpiwModal").show();
jQuery('#cpiw_pincode_popup').show()
});





