/* 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;
}

body.woocommerce-checkout:not(.bc-checkout-fullwidth) #et-main-area .woocommerce .checkout-area {
    width: 80%;
    margin: 0 auto;
}

body.woocommerce-checkout:not(.bc-checkout-fullwidth) #et-main-area .woocommerce > div.et_pb_row > div.et_pb_column {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}