.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

#productfinder-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#productfinder-form select {
	border: none !important;
    border-radius: 10px;
    font-family: 'Sukhumvit' !important;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 27px !important;
    color: #03173A;
	padding: 4px 10px;
	width: 200px;
	text-align: center;
}

#pf-submit {
	font-family: 'Sukhumvit' !important;
	font-weight: 400;
    font-size: 17px !important;
    line-height: 27px !important;
	display: flex;
	border: none;
	height: 29px;
	padding: 6px;
	background: #d58730;
    color: #fff;
}
