/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
h3#ship-to-different-address{
 	display: none;
}
.woocommerce-checkout .c-checkout__shipping-fields{
	background-color: transparent;
	padding: 0;
}
.woocommerce-checkout .c-checkout__shipping-fields .shipping_address{
	margin-top: 20px;
}
.woocommerce ul#shipping_method li{
	padding-left: 0 !important;
	text-indent: 0 !important;
}
.woocommerce-checkout .c-checkout__form .form-row-first {
    clear: both;
}
.woocommerce-checkout .c-checkout__shipping-fields .shipping_address h3{
	margin-bottom: 15px;
}
.woocommerce-checkout .c-checkout__shipping-fields .shipping_address label{
	display: none !important;
}
.woocommerce-checkout .c-checkout__payment-methods .redio-label:after{
	position: static;
}
.woocommerce-checkout .c-checkout ul li{
	display: block;
}
.wc_payment_method.payment_method_stripe > label{
	width: 100%;
	padding-left: 34px;
	height: 50px;
}
.woocommerce-checkout #payment input#payment_method_stripe{
	margin-top: 10px;
}
.woocommerce ul#shipping_method li label {
    display: inline !important;
}