#billing_phone_field .woocommerce-input-wrapper{
	display: flex;
}
.wcmnv_country_code_area{
	min-width: fit-content;
	width: 120px;
	background-color: #d1d1d1;
	padding: 4px;
}
.wcmnv_mobile_number_flag{
	align-items: center;
	justify-content: space-around;
	height: 100%;
/* 	max-height:80px; */
	display: flex;
}

.wcmnv_mobile_number_flag img{
	max-height: 43px;
	max-width: 43px;
}

/* Chrome, Safari, Edge, Opera */
#billing_phone_field input::-webkit-outer-spin-button,
#billing_phone_field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#billing_phone_field input[type=number] {
  -moz-appearance: textfield;
}