/*
* Patch to resolve conflict with the #header res ID in global.css (Prestashop bootstrap theme)
*/
.select2-dropdown {
	z-index: 5005;
}
.font-icon,
.search-engine-filters .select2-container .select2-selection--single .select2-selection__arrow:before, 
.search-engine-filters .submit:before,
.search-engine-filters .retour-wrapper:before {
	font-family:'FontAwesome' !important;
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.search-engine-filters .select2-container .select2-selection--single {
	background:none;
	border-color:black;
	color:#6c6c6c;
	height:40px;
	padding-top:5px;
	text-align:left;
}
.search-engine-filters .select2-container .select2-selection--single .select2-selection__arrow {
	width:38px;
	height:38px;
}
/* initial state */
.search-engine-filters .select2-container .select2-selection--single .select2-selection__arrow:before {
	font-family:'FontAwesome' !important;
	content:"\f107";
	display:block;
	color:#fff;
	text-align:center;
	width:38px;
	height:38px;
	line-height:38px;
	font-weight:bold;
}
.search-engine-filters .select2-container .select2-selection--single .select2-selection__arrow:before {
	font-size:1.5em!important;
}
/* loading spinner */
.search-engine-filters .spinner:before {
	font-family:'FontAwesome' !important;
	content:"\f110" !important;
	font-weight: normal !important;
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear;
}
/* If combobox selected, change icon */
.search-engine-filters .select2-container.selected .select2-selection--single .select2-selection__arrow:before {
	font-family:'FontAwesome' !important;
	content:"\f00c";
	font-weight: normal !important;
	font-size:1.5em!important;
}
.search-engine-filters .select2-container .select2-selection--single .select2-selection__arrow b {
	display:none;
}
.search-engine-filters .select2-container.select2-container--disabled .selection .select2-selection__placeholder {
	opacity:.5;
	cursor:default;
}
.search-engine-filters .select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: not-allowed;
	background-color: #eeeeee!Important;
}
.search-engine-filters .select2-container--default.select2-container--disabled .select2-selection--single span {
	opacity:.8;
	filter:alpha(opacity=80);
}
