.customSelect
{
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 30px 0 10px;
	background: url('/app/project/images/shared/arrowIcon2.png') right 10px center no-repeat #fff;
	box-shadow: 2px 2px 5px #aaa;
	font-family: 'fengardo_neueregular';
	font-size: 16px;
	color: #172327;
	white-space: nowrap;
}

.site .localityPopin .customSelect.localityIdField,
.site .localityPopin .customSelect.languageIdField
{
	box-shadow: none;
	text-transform: uppercase;
}

.site .localityPopin .customSelect.languageIdField
{
	background-color: #8EC4D3;
}

.site .content-eCommerce-order-showAddresssStep .customSelect
{
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
}

.site .customSelect.deliveryCountrySelectionField
{
	height: 38px;
	line-height: 38px;
	background-color: #f5e7d7;
	border-radius: 10px;
}

.customSelect.customSelectHover
{
	/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen
{
	/* Styles for when the select box is open */
}

.customSelect.customSelectFocus
{
	/* Styles for when the select box is in focus */
}

.customSelect.customSelectDisabledOption
{
	/* Styles for when the selected item is a disabled one */
}

.customSelect.customSelectDisabled
{
	/* Styles for when the select box itself is disabled */
}

.customSelectInner
{
	width: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}