.anant-edd-checkout #edd_checkout_user_info legend {
    display: none;
}
.anant-edd-checkout #edd_final_total_wrap {
    display: none;
}
.anant-edd-confirmation #edd_purchase_receipt + h3{
    display: none;
}
.anant-edd-order-history .edd-blocks-orders__order-header { 
    border: none;
    padding: 0;
}
.anant-edd-order-history .edd-blocks-orders__order-data, .anant-edd-order-history .edd-blocks-orders__order-header {
    align-items: center;
}
.anant-edd-order-history .page-numbers , .anant-edd-order-history .next.page-numbers{
    background-color: #fff;
    color: #0036FF;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 3px 10px;
    padding: 12px 19px;
    vertical-align: baseline;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.anant-edd-order-history a.page-numbers:hover, .anant-edd-order-history a.page-numbers.current {
    background-color: #0036FF;
    color: #fff;
}
#edd_checkout_form_wrap fieldset#edd_register_account_fields legend{
    padding: 0;
}
#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap {
    margin: -23px -24px;
    margin-bottom: 20px;
}
#edd_checkout_form_wrap #edd_login_fields , #edd_checkout_form_wrap #edd_register_fields{
    overflow: hidden;
}

/* Cart Page  */
.anant-edd-cart-wrap .edd-cart-number-of-items {
    margin-bottom: 14px;
    font-weight: 600;
}
.anant-edd-cart-wrap ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.anant-edd-cart-wrap ul li span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.anant-edd-cart-wrap ul li.cart_item.edd-cart-meta.edd_total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.anant-edd-cart-wrap ul li.cart_item.edd_checkout {
    display: inline-block;
    clear: both;
    padding: 21px 0;
    width: 100%;
    border: 0;
    text-align: right;
}
.anant-edd-cart-wrap ul li.cart_item.edd_checkout a {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    color: #464545;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.anant-edd-cart-wrap ul li.cart_item.edd_checkout a:hover {
    border-color: #0036FF;
    background-color: #0036FF;
    color: #fff;
}

/* Edit Profile Page  */

#edd_profile_name_label, #edd_profile_billing_address_label, #edd_profile_password_label, #edd_login_form fieldset legend, .anant-edd-edit-profile .edd-logged-out{
    display: none;
}