/* Fullwidth account layout */
.bc-account-fullwidth.woocommerce-account #main-content .container {
    padding-top: 0 !important;
    width: 100%;
    max-width: 100%;
}
.bc-account-fullwidth.woocommerce-account #left-area {
    padding-right: 0 !important;
    width: 100% !important;
}
.bc-account-fullwidth.woocommerce-account #sidebar,
.bc-account-fullwidth.woocommerce-account #main-content .container:before {
    display: none !important;
}
.bc-account-fullwidth.woocommerce-account #main-content .et_pb_section.et_pb_section_0 > .et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.bc-account-fullwidth.woocommerce-account .et_pb_section.et_pb_section_0 {
    padding: 0;
}

/* Remove headings */
.bc-account-remove-headings.woocommerce-account .entry-title.main_title {
    display: none;
}

/* Same height for nav/content */
.bc-account-same-height .bc-account-content-container {
    display: flex;
}
.bc-account-same-height .bc-account-content-container .bc-account-content .et_pb_section,
.bc-account-same-height .bc-account-content-container .bc-account-content .et_pb_row,
.bc-account-same-height .bc-account-content-container .bc-account-content .et_pb_column {
    height: 100%;
}