.search-string {
	color: #292929;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.search-string span {
	font-weight: normal;
}

/* Facet integration */

.facets-wrapper {
	display: block;
	max-width: 280px;
}
#facets_tree {
	background-color: #fff;
	margin: 0;
	font-size: 0.8rem;
	position: relative;
	overflow: hidden;
	max-width: 280px;
}
#facet_slideout_button {
	display: none;
}
#mobile_facet_toggle {
	display: none;
}
.facet-refine-by {
	color: #2a527a;
	font-size: 0.8rem;
	line-height: 30px;
	border-bottom: 2px solid #dfe1e1;
	margin-bottom: 10px;
}
.facet-refine-by span {
	display: inline-block;
	float: right;
	margin-right: 1px;
}
.facets-tree label {
	margin: 0;
}
.facets-name {
	color: #2a527a;
	background: #e4eaeb;
	line-height: 30px;
	padding-left: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.facets-name .idea-centre-caret {
    position: absolute;
    top: 28px;
    right: 15px;
    line-height: 20px;
    font-family: MuseoSans700;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    cursor: pointer;
}
.facets-name .caret {
    color: #2a527a;
    top: 13px;
    right: 10px;
}
.facit-item {
	display: block;
	line-height: 24px;
	font-size: .9rem;
}
.facit-item-hide {
	display: none;
}
@media only screen and (max-width: 960px) {
	.facet-title { margin-top: 24px !important; }
	.mobile-facet-toggle {
		display: block;
		background-color: #24364a;
		color: #fff;
		width: 100%;
	}
	.facit-item {
		display: block;
		line-height: 34px;
		font-size: 1rem;
	}
	#facets_tree {
		box-shadow: -1px 0 5px #999;
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		height: 100%;
		transition: left .5s;
		max-width: 300px;
		z-index: 9;
		padding: 0 0 35px 5px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}

	.facet-refine-by {

	}
	.facet-refine-by small {
		float: none;
		margin: 0 45px;
	}
	#facet_slideout_button, #mobile_facet_toggle {
		background-color: #38c574;
		border: 2px solid #38c574;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		font-size: 1.25rem;
		float: right;
		display: inline-block;
		margin-right: 2px;
		text-align: center;
		line-height: 28px;
		width: 34px;
		cursor: pointer;
	}
	#mobile_facet_toggle {
		display: block;
		width: 280px;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 1rem;
		text-align: left;
		padding: 0 15px;
	}
	#mobile_facet_toggle span {
		float: right;
		font-size: 1.25rem;
	}
	#facets_tree.mobile_facet_show { left: 0; !important}
	#js-CTGY h1 {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 767px) {

	#js-CTGY h1 {
		margin-top: 10px;
	}
}

.mm_facet_radio {
	margin-right: 8px;
}
.mm_facet_checkbox {
	margin-right: 8px;

}
.mm_facet_select {

}

.mm_facet_rangeslider{
	position:relative;
	display:block;
	height:32px;
	margin:5px;
}

.mm_facet_rangeslider_input_container_low{
	position:absolute;
	top:0;
	left:0;
	width:65px;
	height:32px;
	margin:0;
	padding:8px 10px;
	border:1px solid #e3e3e3;
	border-radius:3px 0 0 3px;
	box-sizing:border-box;
}

.mm_facet_rangeslider_input_container_high{
	position:absolute;
	top:0;
	right:0;
	width:65px;
	height:32px;
	margin:0;
	padding:8px 10px;
	border:1px solid #e3e3e3;
	border-radius:0 3px 3px 0;
	box-sizing:border-box;
}

.mm_facet_rangeslider_input_container_low.mm_facet_rangeslider_input_active,
.mm_facet_rangeslider_input_container_high.mm_facet_rangeslider_input_active{
	border-color:#1eabbd;
}

.mm_facet_rangeslider_input{
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	height:14px;
	border:none;
	background:transparent;
	outline:none;
}

.mm_facet_rangeslider_track_container{
	position:absolute;
	top:0;
	right:65px;
	left:65px;
	height:32px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	box-sizing:border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mm_facet_rangeslider_track{
	position:absolute;
	top:50%;
	right:5px;
	left:5px;
	height:5px;
	transform:translateY(-50%);
}

.mm_facet_rangeslider_track_background{
	position:absolute;
	top:0;
	right:10px;
	bottom:0;
	left:10px;
	background:#ddd;
}

.mm_facet_rangeslider_track_selection{
	position:absolute;
	top:0;
	right:10px;
	bottom:0;
	left:10px;
	background:#1eabbd;
}

.mm_facet_rangeslider_track_handle_low,
.mm_facet_rangeslider_track_handle_high{
	position:absolute;
	top:50%;
	left:-10px;
	width:20px;
	height:20px;
	background:#fff;
	box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4 );
	border-radius:50%;
	transform:translateY(-50%);
	cursor: pointer;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini{
	height:64px;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_low{
	width:50%;
	border-radius: 3px 0 0 0;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_high{
	width:50%;
	border-radius: 0 3px 0 0;
	border-left:none;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_track_container{
	top:32px;
	right:0;
	left:0;
	border:1px solid #e3e3e3;
	border-top:none;
	border-radius:0 0 3px 3px;
}

.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_low.mm_facet_rangeslider_input_active,
.mm_facet_rangeslider.mm_facet_rangeslider_mini .mm_facet_rangeslider_input_container_high.mm_facet_rangeslider_input_active{
	border-color:#e3e3e3;
	box-shadow:inset 2px 2px 5px rgba( 0, 0, 0, 0.15 );
}

/* z-index fixes for mobile */

.header * {
	z-index: 1;
}
.pre-header nav {
    z-index: 1;
}
.navigation-bar {
	z-index: 3;
}
main {
	z-index: 2;
}

@media only screen and (max-width: 960px) {
	#facets_tree {
		overflow: none;
	}
	.zindex0 {
		z-index: 0 !important;
	}	
}

@media only screen and (max-width: 960px) {
	.voile-skis .category-product {
		min-height: 540px;
	}
}
@media only screen and (max-width: 767px) {
	.voile-skis .category-product {
		min-height: 540px;
	}	
}
@media only screen and (max-width: 480px) {
	.voile-skis .category-product {
		min-height: 400px;
		max-height: 400px;
	}
}


