.thinc-always-save-mailing {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.woocommerce-shipping-fields .shipping_address {
	display: block !important;
}

#customer_details.col2-set {
	display: flex;
	flex-direction: column;
}

#customer_details .col-1,
#customer_details .col-2 {
	width: 100%;
	max-width: 100%;
	float: none;
}

#customer_details .col-2,
.woocommerce-shipping-fields {
	order: 1;
}

#customer_details .col-1,
.woocommerce-billing-fields {
	order: 2;
}

.woocommerce-account-fields {
	order: 3;
}

.thinc-address-choice {
	margin: 0 0 1em;
}

.thinc-address-choice label {
	cursor: pointer;
	font-weight: 400;
}

.woocommerce-billing-fields h3.thinc-billing-heading {
	display: none;
}

body.thinc-billing-is-different .woocommerce-billing-fields h3.thinc-billing-heading {
	display: block;
}

body:not(.thinc-billing-is-different) .thinc-card-billing-field,
.thinc-hide-billing-company {
	display: none !important;
}
