
#additional_wooccm9_field  span.select2-selection,
#shipping_city_field  span.select2-selection
{
	width: 100%;
	border-radius: 0;
	height: 38px;
}

#additional_wooccm9_field  span.select2-container,
#shipping_city_field  span.select2-container
{
	width:100% !important;
	height: 39px;
}

#additional_wooccm9_field  span.select2-selection__rendered ,
#shipping_city_field  span.select2-selection__rendered
{
	font: 400 14px Arial;
	line-height: 38px;
	color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px !important;
}

.woocommerce-billing-fields__field-wrapper p#checkbox_trigger_field
{
	display: none;
}

.woocommerce-billing-fields__field-wrapper p#new_billing_field_field
{
	display: none;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3#shipping_myfield1_field
{
	border-bottom: 1px solid;
}

.woocommerce-shipping-fields
{
	margin-top: 10px;
}

#ship-to-different-address
{
	display: none;
}

#select2-shipping_city-results .select2-results__option
{
	color: #000;
}
.woocommerce-shipping-fields .self_shipment {margin-right: 25px !important;}
.woocommerce-shipping-fields .self_shipment input.input-checkbox{width:inherit;margin-right: -20px !important;}
.woocommerce-shipping-fields #shipping_address_2_field {margin-top: 20px;}

.select2-container .select2-results__option.optInvisible {
	display: none;
}