
	.wcf-collapsed-order-review-section.wcf-show .product-total span.subscription-details {
		display: initial
	}	
.wcf-embed-checkout-form .woocommerce-checkout #payment ul.payment_methods {
    background-color: #eeeeee !important;
}
.wcf-embed-checkout-form .woocommerce #payment [type="radio"]:checked + label, .wcf-embed-checkout-form .woocommerce #payment [type="radio"]:not( :checked ) + label {
    width: 100%;
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    float: right;
	top:5px;
}
.woocommerce-checkout .woocommerce #order_review {
    display: initial;
}
tr.cart-subtotal, tr.order-total.recurring-total small.includes_tax, tr.recurring-totals, tr.recurring-total, .product-total span.subscription-details, .product-total .tax_label, .cart-subtotal .tax_label {
    display: none;
}
tr.order-total.recurring-total {
    display: table-row;
}
	.woocommerce-checkout .woocommerce-message a.wc-forward {
    display: none;
}
.wcf-embed-checkout-form table.shop_table thead tr th:nth-child( 1 ), .wcf-embed-checkout-form table.shop_table tfoot tr th:nth-child( 1 ), .wcf-embed-checkout-form table.shop_table tfoot tr td:nth-child( 2 ) {
    width: 50%;
}
.wcf-embed-checkout-form table.shop_table tbody tr td:nth-child( 1 ) {
    width: 100% !important;
}
