/* Custom Shiseido */

.language-selector.chzn-container { position: absolute!important; top: 0; right: 0; }
.language-selector.chzn-container  .chzn-results li { padding: 8px 15px!important; width: 120px; }
.language-selector.chzn-container-active.chzn-with-drop .chzn-single { background-color: #8E222B!important; color: #fff; z-index: 1050; }

.language-selector .chzn-drop { background: #fff!important; color: #fff; }
.language-selector.chzn-container .chzn-results li { color: #666666; }
.language-selector.chzn-container .chzn-results li.highlighted { color: #fff; }
.language-selector.chzn-container .chzn-results li:hover { color: #fff; }

.tag-selector.chzn-container .chzn-results li { padding: 8px 15px!important; width: 150px!important; }
.tag-selector.chzn-container .chzn-results li.highlighted { color: #fff; }
.tag-selector.chzn-container-single .chzn-single { color: #1F1F1F!important; text-transform: capitalize!important; padding: 6px 0 0px 15px!important; }
.tag-selector.chzn-container-active.chzn-with-drop .chzn-single { background-color: #8E222B!important; color: #fff!important; z-index: 1050; }
.tag-selector .chzn-results { margin: 0!important; }

/* @group Base */
.chzn-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 9;
	zoom: 1;
	*display: inline;
}
.chzn-container .chzn-drop {
	background: transparent url('../../assets/images/catalog/bg-filter-2.png') repeat;
	position: absolute;
	color: #fff;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing : border-box;
	box-sizing        : border-box;
}

.chzn-container.chzn-with-drop .chzn-drop {
	left: 0;
}

/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
	background: transparent;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 32px;
	line-height: 27px;
	padding: 28px 0 20px 15px;
	color: #fff!important;
	text-transform: uppercase;
	text-decoration: none;
}
.chzn-container-single .chzn-default {
	color: #26333D;
}
.chzn-container-single .chzn-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.chzn-container-single .chzn-single-with-deselect span {
	margin-right: 38px;
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 12px;
	font-size: 1px;
}
.language-selector.chzn-container-single .chzn-single abbr  { background: url('../images/chosen-sprite.png') -42px 1px no-repeat; }
.language-selector.chzn-container-single .chzn-single abbr:hover { background-position: -42px -10px; }
.language-selector.chzn-container-single.chzn-disabled .chzn-single abbr:hover { background-position: -42px -10px; }

.tag-selector.chzn-container-single .chzn-single abbr  { background: url('../images/chosen-tag-sprite.png') -42px 1px no-repeat; }
.tag-selector.chzn-container-single .chzn-single abbr:hover { background-position: -42px -10px; }
.tag-selector.chzn-container-single.chzn-disabled .chzn-single abbr:hover { background-position: -42px -10px; }




/* Custom de la liste déroulante du bouton "Buy now" de la fiche produit */
.chosen-buy.chzn-container {float: left;width: 100%!important; color: #000;font-size: 16px;line-height: 16px;font-weight: bold;text-transform: uppercase;}
.chosen-buy.chzn-container-single .chzn-single {
	position: relative;
	float: left; 
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 11px 46px 11px 16px;
	margin: 0 20px 0 0;
	background: #c8102e; 
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #e8e8e8;
}
.chosen-buy.chzn-container-single .chzn-single:before {
	content: "\e602";
	position: absolute;
	top: 10px;
	right: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-buy.chzn-container-single .chzn-single span {margin-right: 0;}
.chosen-buy.chzn-container-active.chzn-with-drop .chzn-single {background-color: #fff;color: #4c4c4c!important;}
.chosen-buy.chzn-container-active.chzn-with-drop .chzn-single:before {
	content: "\e605";
	position: absolute;
	top: 10px;
	right: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-buy .chzn-drop {overflow: auto;height: auto;margin-right: 20px;}
.chosen-buy.chzn-container .chzn-drop {	background: #fff;}
.chosen-buy.chzn-container .chzn-results li { text-transform: none;font-weight: normal;font-size: 17px;color: #4c4c4c;
	line-height: 20px;
	padding: 12px 5px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
}

.chosen-buy.chzn-container .chzn-results .highlighted { background-color: #c8102e;color: #fff; }
.chosen-buy .mCustomScrollbar .mCSB_container {border: 1px solid #e8e8e8;}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
	.chosen-buy.chzn-container {width: 100%!important;margin-bottom: 20px;}
	.chosen-buy.chzn-container-single .chzn-single {width: 100%;text-align: center;max-width: none;}
}


/* Custom des listes déroulantes des filtres de la page ibuki */
.ibuki-select.chzn-container-single .chzn-single {
	position: relative;
	height: auto;
	padding: 0 15px 0 0;
	margin: 0;
	color: #4c4c4c!important;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}

.ibuki-select.chzn-container-single .chzn-single:before {
	content: "\e602";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ibuki-select.chzn-container-single .chzn-single span {margin-right: 0;}
.ibuki-select.chzn-container-active.chzn-with-drop .chzn-single {color: #4c4c4c!important;padding-right: 15px;}
.ibuki-select.chzn-container-active.chzn-with-drop .chzn-single:before {
	content: "\e605";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ibuki-select .chzn-drop {overflow: auto;height: 400px;}
.ibuki-select.chzn-container .chzn-drop {background: #fff;margin-top: 8px;}
.ibuki-select.chzn-container .chzn-results li {color: #4c4c4c; text-transform: none;font-weight: normal;font-size: 17px;line-height: 20px;padding: 12px 5px;margin: 0;list-style: none;border-bottom: 1px solid #d4d3d3;}
.ibuki-select.chzn-container-active.chzn-with-drop .chzn-single {background-color: transparent;}
.ibuki-select.chzn-container .chzn-results .highlighted {color: #fff;}
.ibuki-select.chzn-container .chzn-results .active-result {border-left: 1px solid #d4d3d3;}
.ibuki-select .mCustomScrollBox.mCS-light {border-bottom: 1px solid #d4d3d3;border-right: 1px solid #d4d3d3;}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
	.ibuki-select.chzn-container {width: 100%!important;margin: 10px 0;}
	.ibuki-select.chzn-container-single .chzn-single {width: 100%;text-align: center;max-width: none;}
}




/* Custom de la liste déroulante du filtre de la page page-template-store-locator-online */
.chosen-sto-loc-online.chzn-container-single .chzn-single {
	position: relative;
	height: auto;
	padding: 0 15px 0 0;
	margin: 0;
	color: #fff!important;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}
.chosen-sto-loc-online.chzn-container-single .chzn-single:before {
	content: "\e602";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-sto-loc-online.chzn-container-single .chzn-single span {margin-right: 0;color: #fff;}
.chosen-sto-loc-online.chzn-container-active.chzn-with-drop .chzn-single {color: #fff!important;padding-right: 15px;}
.chosen-sto-loc-online.chzn-container-active.chzn-with-drop .chzn-single:before {
	content: "\e605";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-sto-loc-online .chzn-drop {overflow: auto;height:auto;}
.chosen-sto-loc-online.chzn-container .chzn-drop {background: #fff;margin-top: 12px;}
.chosen-sto-loc-online.chzn-container .chzn-results li {color: #4c4c4c; text-transform: none;font-weight: normal;font-size: 17px;line-height: 20px;padding: 12px 5px;margin: 0;list-style: none;border-bottom: 1px solid #d4d3d3;}
.chosen-sto-loc-online.chzn-container-active.chzn-with-drop .chzn-single {background-color: transparent;}
.chosen-sto-loc-online.chzn-container .chzn-results .highlighted {color: #fff;}
.chosen-sto-loc-online.chzn-container .chzn-results .active-result {border-left: 1px solid #d4d3d3;}
.chosen-sto-loc-online .mCustomScrollBox.mCS-light {border-bottom: 1px solid #d4d3d3;border-right: 1px solid #d4d3d3;}










.chzn-container-single .chzn-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px;
}
.language-selector.chzn-container-single .chzn-single div b {
	background: url('../images/chosen-sprite.png') no-repeat 0px 31px;
	display: block;
	width: 100%;
	height: 100%;
}
.tag-selector.chzn-container-single .chzn-single div b {
	background: url('../images/chosen-tag-sprite.png') no-repeat 0px 9px;
	display: block;
	width: 100%;
	height: 100%;
}
.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
	display: none;
}
.chzn-container-single .chzn-search input {
	background: #fff url('../images/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
	width: 100%;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing : border-box;
	box-sizing        : border-box;
}
.chzn-container-single .chzn-drop {
	margin-top: -1px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
}
.chzn-container-single-nosearch .chzn-search {
	position: absolute;
	left: -9999px;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	border: 1px solid #aaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
	width: 100%;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing : border-box;
	box-sizing        : border-box;
}
.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	font-family: sans-serif;
	font-size: 100%;
	height: 15px;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow   : none;
	box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
	color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 3px 20px 3px 5px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	color: #666;
	border: 1px solid #cccccc;
	padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
	margin: 0;
	padding: 0;
}
.chzn-container .chzn-results li {
	display: none;
	line-height: 15px;
	padding: 5px 6px;
	margin: 0;
	list-style: none;
}
.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: block;
}

.chzn-container .chzn-results .highlighted { background-color: #ad2931; }

.chzn-container .chzn-results .highlighted {
	color: #fff;
}
.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
	background: transparent;
}
.chzn-container .chzn-results .no-results {
	background: #f4f4f4;
	display: list-item;
}
.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	font-weight: bold;
}
.chzn-container .chzn-results .group-option {
	padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
	display: none;
}
.chzn-container .chzn-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px; /* This should by dynamic with js */
	z-index: 1;
}
.chzn-container .chzn-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}
.chzn-container .chzn-results-scroll-down {
	bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
	background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
	background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
	/*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
	box-shadow        : 0 0 5px rgba(0,0,0,.3);
	border: 1px solid #5897fb;*/
}
.chzn-container-active.chzn-with-drop .chzn-single {
	background-color: #ebebeb;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft : 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius : 0;
	border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
	background: transparent;
	border-left: none;
}
.language-selector.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 31px;
}
.tag-selector.chzn-container-active.chzn-with-drop .chzn-single div b {
	background-position: -18px 9px;
}
.chzn-container-active .chzn-choices {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
	box-shadow        : 0 0 5px rgba(0,0,0,.3);
	border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
	cursor: default;
	opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
	cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
.chzn-rtl .chzn-single-with-deselect span { margin-left: 38px; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
	left: 26px;
	right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl .chzn-search { left: 9999px; }
.chzn-rtl.chzn-with-drop .chzn-search { left: 0px; }
.chzn-rtl .chzn-drop { left: 9999px; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div { border-right: none; }
.chzn-rtl .chzn-search input {
	background: #fff url('../images/chosen-sprite.png') no-repeat -30px -20px;
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	padding: 4px 5px 4px 20px;
	direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
	background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
	background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
	.language-selector.chzn-rtl .chzn-search input, .language-selector.chzn-container-single .chzn-single abbr, .language-selector.chzn-container-single .chzn-single div b, .language-selector.chzn-container-single .chzn-search input, .language-selector.chzn-container-multi .chzn-choices .search-choice .search-choice-close, .language-selector.chzn-container .chzn-results-scroll-down span, .language-selector.chzn-container .chzn-results-scroll-up span {
		background-image: url('../images/chosen-sprite@2x.png') !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
	.tag-selector.chzn-rtl .chzn-search input, .tag-selector.chzn-container-single .chzn-single abbr, .tag-selector.chzn-container-single .chzn-single div b, .tag-selector.chzn-container-single .chzn-search input, .tag-selector.chzn-container-multi .chzn-choices .search-choice .search-choice-close, .tag-selector.chzn-container .chzn-results-scroll-down span, .tag-selector.chzn-container .chzn-results-scroll-up span {
		background-image: url('../images/chosen-tag-sprite@2x.png') !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}
}
/* @end */


.language-selector.chosen-container { position: absolute!important; top: 0; right: 0; }
.language-selector.chosen-container  .chosen-results li { padding: 8px 15px!important; width: 120px; }
.language-selector.chosen-container-active.chosen-with-drop .chosen-single { background-color: #8E222B!important; color: #fff; z-index: 1050; }

.language-selector .chosen-drop { background: #fff!important; color: #fff; }
.language-selector.chosen-container .chosen-results li { color: #666666; }
.language-selector.chosen-container .chosen-results li.highlighted { color: #fff; }
.language-selector.chosen-container .chosen-results li:hover { color: #fff; }

.tag-selector.chosen-container .chosen-results li { padding: 8px 15px!important; width: 150px!important; }
.tag-selector.chosen-container .chosen-results li.highlighted { color: #fff; }
.tag-selector.chosen-container-single .chosen-single { color: #1F1F1F!important; text-transform: capitalize!important; padding: 6px 0 0px 15px!important; }
.tag-selector.chosen-container-active.chosen-with-drop .chosen-single { background-color: #8E222B!important; color: #fff!important; z-index: 1050; }
.tag-selector .chosen-results { margin: 0!important; }

/* @group Base */
.chosen-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 9;
	zoom: 1;
	*display: inline;
}
.chosen-container .chosen-drop {
	background: transparent url('../../assets/images/catalog/bg-filter-2.png') repeat;
	position: absolute;
	color: #fff;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing : border-box;
	box-sizing        : border-box;
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}

/* @end */

/* @group Single Chosen */
.chosen-container-single .chosen-single {
	background: transparent;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 32px;
	line-height: 27px;
	padding: 28px 0 20px 15px;
	color: #fff!important;
	text-transform: uppercase;
	text-decoration: none;
}
.chosen-container-single .chosen-default {
	color: #26333D;
}
.chosen-container-single .chosen-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 12px;
	font-size: 1px;
}
.language-selector.chosen-container-single .chosen-single abbr  { background: url('../images/chosen-sprite.png') -42px 1px no-repeat; }
.language-selector.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; }
.language-selector.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; }

.tag-selector.chosen-container-single .chosen-single abbr  { background: url('../images/chosen-tag-sprite.png') -42px 1px no-repeat; }
.tag-selector.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; }
.tag-selector.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; }




/* Custom de la liste déroulante du bouton "Buy now" de la fiche produit */
.chosen-buy.chosen-container {float: left;width: 100%!important; color: #000;font-size: 16px;line-height: 16px;font-weight: bold;text-transform: uppercase;}
.chosen-buy.chosen-container-single .chosen-single {
	position: relative;
	float: left; 
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 11px 46px 11px 16px;
	margin: 0 20px 0 0;
	background: #c8102e; 
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #e8e8e8;
}
.chosen-buy.chosen-container-single .chosen-single:before {
	content: "\e602";
	position: absolute;
	top: 10px;
	right: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-buy.chosen-container-single .chosen-single span {margin-right: 0;}
.chosen-buy.chosen-container-active.chosen-with-drop .chosen-single {background-color: #fff;color: #4c4c4c!important;}
.chosen-buy.chosen-container-active.chosen-with-drop .chosen-single:before {
	content: "\e605";
	position: absolute;
	top: 10px;
	right: 16px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-buy .chosen-drop {overflow: auto;height: auto;margin-right: 20px;}
.chosen-buy.chosen-container .chosen-drop {	background: #fff;}
.chosen-buy.chosen-container .chosen-results li { text-transform: none;font-weight: normal;font-size: 17px;color: #4c4c4c;
	line-height: 20px;
	padding: 12px 5px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
}

.chosen-buy.chosen-container .chosen-results .highlighted { background-color: #c8102e;color: #fff; }
.chosen-buy .mCustomScrollbar .mCSB_container {border: 1px solid #e8e8e8;}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
	.chosen-buy.chosen-container {width: 100%!important;margin-bottom: 20px;}
	.chosen-buy.chosen-container-single .chosen-single {width: 100%;text-align: center;max-width: none;}
}


/* Custom des listes déroulantes des filtres de la page ibuki */
.ibuki-select.chosen-container-single .chosen-single {
	position: relative;
	height: auto;
	padding: 0 15px 0 0;
	margin: 0;
	color: #4c4c4c!important;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}

.ibuki-select.chosen-container-single .chosen-single:before {
	content: "\e602";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ibuki-select.chosen-container-single .chosen-single span {margin-right: 0;}
.ibuki-select.chosen-container-active.chosen-with-drop .chosen-single {color: #4c4c4c!important;padding-right: 15px;}
.ibuki-select.chosen-container-active.chosen-with-drop .chosen-single:before {
	content: "\e605";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ibuki-select .chosen-drop {overflow: auto;height: 400px;}
.ibuki-select.chosen-container .chosen-drop {background: #fff;margin-top: 8px;}
.ibuki-select.chosen-container .chosen-results li {color: #4c4c4c; text-transform: none;font-weight: normal;font-size: 17px;line-height: 20px;padding: 12px 5px;margin: 0;list-style: none;border-bottom: 1px solid #d4d3d3;}
.ibuki-select.chosen-container-active.chosen-with-drop .chosen-single {background-color: transparent;}
.ibuki-select.chosen-container .chosen-results .highlighted {color: #fff;}
.ibuki-select.chosen-container .chosen-results .active-result {border-left: 1px solid #d4d3d3;}
.ibuki-select .mCustomScrollBox.mCS-light {border-bottom: 1px solid #d4d3d3;border-right: 1px solid #d4d3d3;}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
	.ibuki-select.chosen-container {width: 100%!important;margin: 10px 0;}
	.ibuki-select.chosen-container-single .chosen-single {width: 100%;text-align: center;max-width: none;}
}




/* Custom de la liste déroulante du filtre de la page page-template-store-locator-online */
.chosen-sto-loc-online.chosen-container-single .chosen-single {
	position: relative;
	height: auto;
	padding: 0 15px 0 0;
	margin: 0;
	color: #fff!important;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
}
.chosen-sto-loc-online.chosen-container-single .chosen-single:before {
	content: "\e602";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-sto-loc-online.chosen-container-single .chosen-single span {margin-right: 0;color: #fff;}
.chosen-sto-loc-online.chosen-container-active.chosen-with-drop .chosen-single {color: #fff!important;padding-right: 15px;}
.chosen-sto-loc-online.chosen-container-active.chosen-with-drop .chosen-single:before {
	content: "\e605";
	position: absolute;
	top: 0;
	right: 5px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.chosen-sto-loc-online .chosen-drop {overflow: auto;height:auto;}
.chosen-sto-loc-online.chosen-container .chosen-drop {background: #fff;margin-top: 12px;}
.chosen-sto-loc-online.chosen-container .chosen-results li {color: #4c4c4c; text-transform: none;font-weight: normal;font-size: 17px;line-height: 20px;padding: 12px 5px;margin: 0;list-style: none;border-bottom: 1px solid #d4d3d3;}
.chosen-sto-loc-online.chosen-container-active.chosen-with-drop .chosen-single {background-color: transparent;}
.chosen-sto-loc-online.chosen-container .chosen-results .highlighted {color: #fff;}
.chosen-sto-loc-online.chosen-container .chosen-results .active-result {border-left: 1px solid #d4d3d3;}
.chosen-sto-loc-online .mCustomScrollBox.mCS-light {border-bottom: 1px solid #d4d3d3;border-right: 1px solid #d4d3d3;}










.chosen-container-single .chosen-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px;
}
.language-selector.chosen-container-single .chosen-single div b {
	background: url('../images/chosen-sprite.png') no-repeat 0px 31px;
	display: block;
	width: 100%;
	height: 100%;
}
.tag-selector.chosen-container-single .chosen-single div b {
	background: url('../images/chosen-tag-sprite.png') no-repeat 0px 9px;
	display: block;
	width: 100%;
	height: 100%;
}
.chosen-container-single .chosen-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
	display: none;
}
.chosen-container-single .chosen-search input {
	background: #fff url('../images/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
	width: 100%;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing : border-box;
	box-sizing        : border-box;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
}
.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}
/* @end */

/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
	border: 1px solid #aaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
	width: 100%;
	-moz-box-sizing   : border-box;
	-ms-box-sizing    : border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing : border-box;
	box-sizing        : border-box;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	font-family: sans-serif;
	font-size: 100%;
	height: 15px;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow   : none;
	box-shadow        : none;
}
.chosen-container-multi .chosen-choices .search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	-moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 3px 20px 3px 5px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
}
.chosen-container-multi .chosen-choices .search-choice.search-choice-disabled {
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	color: #666;
	border: 1px solid #cccccc;
	padding-right: 5px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chosen-container .chosen-results {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container .chosen-results li {
	display: none;
	line-height: 15px;
	padding: 5px 6px;
	margin: 0;
	list-style: none;
}
.chosen-container .chosen-results .active-result {
	cursor: pointer;
	display: block;
}

.chosen-container .chosen-results .highlighted { background-color: #ad2931; }

.chosen-container .chosen-results .highlighted {
	color: #fff;
}
.chosen-container .chosen-results li em {
	background: #feffde;
	font-style: normal;
}
.chosen-container .chosen-results .highlighted em {
	background: transparent;
}
.chosen-container .chosen-results .no-results {
	background: #f4f4f4;
	display: list-item;
}
.chosen-container .chosen-results .group-result {
	cursor: default;
	color: #999;
	font-weight: bold;
}
.chosen-container .chosen-results .group-option {
	padding-left: 15px;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}
.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px; /* This should by dynamic with js */
	z-index: 1;
}
.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}
.chosen-container .chosen-results-scroll-down {
	bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
	background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
	background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chosen-container-active .chosen-single {
	/*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
	box-shadow        : 0 0 5px rgba(0,0,0,.3);
	border: 1px solid #5897fb;*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #ebebeb;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft : 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius : 0;
	border-bottom-right-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	background: transparent;
	border-left: none;
}
.language-selector.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 31px;
}
.tag-selector.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 9px;
}
.chosen-container-active .chosen-choices {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
	box-shadow        : 0 0 5px rgba(0,0,0,.3);
	border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices .search-field input {
	color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chosen-disabled {
	cursor: default;
	opacity:0.5 !important;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

/* @group Right to Left */
.chosen-rtl { text-align: right; }
.chosen-rtl .chosen-single { padding: 0 8px 0 0; overflow: visible; }
.chosen-rtl .chosen-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
.chosen-rtl .chosen-single-with-deselect span { margin-left: 38px; }

.chosen-rtl .chosen-single div { left: 3px; right: auto; }
.chosen-rtl .chosen-single abbr {
	left: 26px;
	right: auto;
}
.chosen-rtl .chosen-choices .search-field input { direction: rtl; }
.chosen-rtl .chosen-choices li { float: right; }
.chosen-rtl .chosen-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chosen-rtl .chosen-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chosen-rtl .chosen-search { left: 9999px; }
.chosen-rtl.chosen-with-drop .chosen-search { left: 0px; }
.chosen-rtl .chosen-drop { left: 9999px; }
.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chosen-rtl .chosen-results .group-option { padding-left: 0; padding-right: 15px; }
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; }
.chosen-rtl .chosen-search input {
	background: #fff url('../images/chosen-sprite.png') no-repeat -30px -20px;
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	padding: 4px 5px 4px 20px;
	direction: rtl;
}
.chosen-container-single.chosen-rtl .chosen-single div b {
	background-position: 6px 2px;
}
.chosen-container-single.chosen-rtl.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
	.language-selector.chosen-rtl .chosen-search input, .language-selector.chosen-container-single .chosen-single abbr, .language-selector.chosen-container-single .chosen-single div b, .language-selector.chosen-container-single .chosen-search input, .language-selector.chosen-container-multi .chosen-choices .search-choice .search-choice-close, .language-selector.chosen-container .chosen-results-scroll-down span, .language-selector.chosen-container .chosen-results-scroll-up span {
		background-image: url('../images/chosen-sprite@2x.png') !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
	.tag-selector.chosen-rtl .chosen-search input, .tag-selector.chosen-container-single .chosen-single abbr, .tag-selector.chosen-container-single .chosen-single div b, .tag-selector.chosen-container-single .chosen-search input, .tag-selector.chosen-container-multi .chosen-choices .search-choice .search-choice-close, .tag-selector.chosen-container .chosen-results-scroll-down span, .tag-selector.chosen-container .chosen-results-scroll-up span {
		background-image: url('../images/chosen-tag-sprite@2x.png') !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}
}
/* @end */