/*
* 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: Material Icons,Sans-serif,serif;
    content: "";
    background-color: transparent;
    font-size: 18px;
    right: 7px;
	color: #e30407;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.search-engine-filters .select2-container .select2-selection--single {
	background:none;
	color:#000;
	font-weight: 600;
	height:40px;
	text-align:left;
}
/* initial state */

/* 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;
	color: #28cf0e;
	font-size: 14px;
}
.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);
}
