/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
/**Checkout page**/
.woocommerce-billing-fields {
    margin-top: 30px;
    margin-bottom: 20px;
		padding-left: 15px !important;
}
.checkout-order-review {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f2f2f2;
    border-radius: 5px;
}