.theme-storefront.creator-lms-page .site-content > .col-full {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.theme-storefront.creator-lms-page .site-content > .col-full > .content-area {
    margin: 0;
}

.theme-storefront.creator-lms-page .site-content > .col-full .hentry {
    margin: 0;
}

.theme-storefront.creator-lms-page .site-content .site-main {
    margin-bottom: 0;
}

.theme-storefront.creator-lms-page #order_review {
    width: 100%;
    float: none;
    background-color: transparent;
}

.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper input[type=text]:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper input[type=number]:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper input[type=email]:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper input[type=tel]:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper input[type=url]:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper input[type=password]:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper input[type=search]:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper textarea:focus, 
.theme-storefront.creator-lms-page .creator-lms-checkout-form-wrapper .input-text:focus {
    background-color: transparent;
}
