/* WooCommerce India 10-Digit Phone v1.2 */
#billing_phone {
	width: 100% !important;
	min-height: 52px !important;
	padding: 0 16px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #111 !important;
	box-shadow: none !important;
}

#billing_phone:focus {
	border-color: #111 !important;
	outline: none !important;
	box-shadow: 0 0 0 1px #111 !important;
}

#billing_phone::placeholder {
	letter-spacing: 0 !important;
	color: #999 !important;
	font-weight: 400 !important;
}

.webx-phone-helper {
	display: block;
	margin-top: 7px;
	font-size: 12px;
	line-height: 1.45;
	color: #666;
}

.webx-phone-error {
	display: block;
	margin-top: 7px;
	padding: 9px 11px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	color: #b81c23;
	background: #fff5f5;
	border-left: 3px solid #b81c23;
	border-radius: 3px;
}

.webx-phone-invalid #billing_phone,
.woocommerce-invalid #billing_phone {
	border-color: #b81c23 !important;
	box-shadow: 0 0 0 1px #b81c23 !important;
}

#billing_phone::-webkit-outer-spin-button,
#billing_phone::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
