/*
 * shop-checkout.scss
 * -----------------------------------------------
*/

.woocommerce {
	.woocommerce-account-fields {
		.create-account {
			line-height: 1.3;
			.woocommerce-form__input-checkbox {
				margin-left: 0;
				+ span {
					margin-left: 20px;
				}
			}
		}
	}
	.woocommerce-checkout-review-order {
		.woocommerce-checkout-review-order-table {
			.cart-subtotal, .order-total {
				th {
					background: #fafafa;
				}
			}
		}
	}
}