/* Fullwidth layout for checkout */
.bc-checkout-fullwidth.woocommerce-checkout #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0px !important;
}
.bc-checkout-fullwidth.woocommerce-checkout #main-content #left-area {
    width: 100% !important;
    padding-right: 0 !important;
}
.bc-checkout-fullwidth.woocommerce-checkout #sidebar,
.bc-checkout-fullwidth.woocommerce-checkout #main-content .container::before,
.bc-checkout-fullwidth.woocommerce-cart .main_title {
    display: none;
}

/* Just hide title if requested */
.bc-checkout-remove-title.woocommerce-checkout .entry-title {
    display: none !important;
}
