/* WooCommerce CSS */

.entry-content .woocommerce table {
    margin: 0 0 1.5em;
}

body.page-two-column.woocommerce-account:not(.archive) #primary .entry-header,
body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header,
body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-header {
    width: 100%;
}

body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content,
body.page-two-column.page-id-266 #primary .entry-content,
body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content,
body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content {
    width: 100%;
}

.woocommerce-checkout.woocommerce-page .col2-set .col-1 {
    width: 100% !important;
}

.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
    width: 0% !important;
}

#customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    margin-top: 1.5em;
}