/*your custom css goes here*/
.aiz-megabox-elem span div {
    margin-bottom: 10px;
}
.aiz-megabox-elem span div span:first-child {
    width: 22%;
}
.aiz-megabox-elem span div {
    display: flex;
    align-items: center;
    gap: 0 70px;
}
.aiz-megabox-elem span div span {
    font-size: 14px;
}
.edit-address {
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #007bff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 10px;
    margin-right: 15px;
}
.address-section, .deliveryInfoSection, .paymentInfoSection, .orderConfirm {
    padding-bottom: 100px;
}
.deliveryBtn {
    max-width: 200px;
}
.deliveryType{
    font-size: 15px;
}
.profilePage .form-control {
    border: 1px solid #e2e5ec !important;
    line-height: 50px !important;
    height: auto !important;
    padding: 0px 10px !important;
}