/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

@import url("../wplms/style.css");
#anwr-checkout #customer_details label {
    display: none;
}

#anwr-checkout #subscribe_to_newsletter_field {
display:none;
}


#anwr-checkout #order_review_heading {
display:none;
}

#anwr-checkout thead{
display:none;
}

#anwr-checkout .cart-subtotal{
display:none;
}

#anwr-checkout .cart_item{
display:none;
}

#anwr-checkout .payment_method_stripe img{
display:none;
}

#anwr-checkout .payment_method_stripe{
margin:1px;
}


#anwr-checkout #stripe-payment-data label{
	display:none;
}

#anwr-checkout #stripe-payment-data p{
	display:none;
}

#anwr-checkout #wc-stripe-cc-form{
	line-height: 0;
}

#anwr-checkout .form-row{
margin: 0 !important;
padding: 0 !important;
}

#anwr-checkout .woocommerce-privacy-policy-text{
	display:none;
}


#anwr-checkout .woocommerce-SavedPaymentMethods-saveNew{
	display:none !important;
}

#anwr-checkout .woocommerce-billing-fields h3{
	display:none;
}

#anwr-checkout .shop_table{
	margin:0 !important;
}

#anwr-checkout .input-checkbox{
margin: 13px 8px 0 0;
}

#anwr-checkout .woocommerce-terms-and-conditions-checkbox-text{
	    margin-left: 16px;
}

#anwr-checkout #billing_first_name_field{
	float:left;
}
#anwr-checkout #billing_last_name_field{
	float:right;
}
#anwr-checkout #place_order{
    margin: 0 auto;
    display: block;
	}
    
    
#anwr-checkout .recurring-totals{
	display:none;
}

.display-none{
	display:none;
}

.InputElement{
	color:black;
}