.woocommerce .clay-ptt-district-select,
.woocommerce-page .clay-ptt-district-select {
	width: 100%;
	max-width: 100%;
	min-height: 42px;
	box-sizing: border-box;
	border: 1px solid #ddd6cc;
	border-radius: 8px;
	background-color: #fff;
	color: #222;
	font: inherit;
	line-height: 1.4;
	padding: 0 40px 0 14px;
}

.woocommerce .clay-ptt-district-select:focus,
.woocommerce-page .clay-ptt-district-select:focus {
	border-color: #6b8f5f;
	outline: none;
	box-shadow: 0 0 0 1px #6b8f5f;
}

.woocommerce .clay-ptt-district-field .select2-container,
.woocommerce-page .clay-ptt-district-field .select2-container {
	width: 100% !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_state_field,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field {
	grid-column: 1 / -1 !important;
	order: 70 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_city_field,
body.woocommerce-account .woocommerce-address-fields #shipping_city_field,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-district-field {
	order: 80 !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_postcode_field,
body.woocommerce-account .woocommerce-address-fields #shipping_postcode_field {
	order: 90 !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_state_field .woocommerce-input-wrapper,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field .woocommerce-input-wrapper,
body.woocommerce-account .woocommerce-address-fields #billing_state_field .select2-container,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field .select2-container,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field .woocommerce-input-wrapper,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field .select2-container {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_state_field select,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field select,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field select,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field .select2-selection--single,
body.woocommerce-account .woocommerce-address-fields #billing_state_field .select2-selection--single,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field .select2-selection--single {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 54px !important;
	border: 1px solid #ddd6cc !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #222 !important;
	box-shadow: none !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_state_field select,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field select,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field select {
	display: block !important;
	padding: 0 42px 0 16px !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_state_field .select2-selection--single,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field .select2-selection--single,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field .select2-selection--single {
	display: flex !important;
	align-items: center !important;
	padding: 0 !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_state_field .select2-selection__rendered,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field .select2-selection__rendered,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field .select2-selection__rendered {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 54px !important;
	padding: 0 42px 0 16px !important;
	color: #222 !important;
	line-height: 1.35 !important;
}

body.woocommerce-account .woocommerce-address-fields #billing_state_field .select2-selection__arrow,
body.woocommerce-account .woocommerce-address-fields #shipping_state_field .select2-selection__arrow,
body.woocommerce-account .woocommerce-address-fields .clay-ptt-province-field .select2-selection__arrow {
	top: 0 !important;
	right: 12px !important;
	height: 100% !important;
}
