/**************************************************
        WOOCOMMERCE CART & CHECKOUT PAGES
***************************************************/
    #billing_email_field {
        width: 100%;
    }
/*change color of cart&checkout buttons*/
#place_order,
#place_order:hover,
#place_order:active,
.checkout-button.button.alt.wc-forward,
.checkout-button.button.alt.wc-forward:hover,
.checkout-button.button.alt.wc-forward:active {
    background-color: #FF0C53;
}
/*center Premier Access product photo in cart*/
.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
	margin: 0 auto;
}
/*change color of cart&checkout buttons*/
#place_order {
    background-color: #FF0C53;
}
.woocommerce .col2-set .col-1 {
    float: none; 
    margin: 0 auto;
}
.woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout-review-order-table .recurring-totals, .cart_totals .cart-subtotal, .cart_totals .recurring-totals {
    display: none;
}
@media screen and (max-width: 768px) {
.woocommerce table.shop_table_responsive .cart-subtotal, .woocommerce-page table.shop_table_responsive .recurring-totals {
    display: none;
}
    }
/*layout correction to login form 'account' page*/
.woocommerce-account  .col2-set .col-1 {
	float:left;
}