#top form select, #top #payment select, #top .woocommerce-billing-fields select {
	 border-color: #ddd !important;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 background: #fff url(../images/icon-arrow-dropdown.svg) no-repeat center right 12px !important;
	 background-size: auto 16px;
	 padding-left: 12px !important;
	 font-family: 'Barlow', sans-serif !important;
	 display: inline-block;
	 height: 48px;
	 width: 100%;
}
 #top form select::placeholder, #top #payment select::placeholder, #top .woocommerce-billing-fields select::placeholder {
	 opacity: 0.5;
}
 #top form input[type="text"], #top #payment input[type="text"], #top .woocommerce-billing-fields input[type="text"], #top form input[type="tel"], #top #payment input[type="tel"], #top .woocommerce-billing-fields input[type="tel"], #top form input[type="email"], #top #payment input[type="email"], #top .woocommerce-billing-fields input[type="email"], #top form textarea, #top #payment textarea, #top .woocommerce-billing-fields textarea {
	 background: #fff !important;
	 padding-left: 12px !important;
	 padding-right: 12px !important;
	 font-family: 'Barlow', sans-serif !important;
	 font-size: 17px !important;
	 min-height: 48px;
	 border: 1px solid #ddd !important;
}
 #top form input[type="text"]::placeholder, #top #payment input[type="text"]::placeholder, #top .woocommerce-billing-fields input[type="text"]::placeholder, #top form input[type="tel"]::placeholder, #top #payment input[type="tel"]::placeholder, #top .woocommerce-billing-fields input[type="tel"]::placeholder, #top form input[type="email"]::placeholder, #top #payment input[type="email"]::placeholder, #top .woocommerce-billing-fields input[type="email"]::placeholder, #top form textarea::placeholder, #top #payment textarea::placeholder, #top .woocommerce-billing-fields textarea::placeholder {
	 opacity: 0.5;
}
 