@CHARSET "UTF-8";

.cf_flt_wrapper {
	margin-bottom: 10px;
}

.cf_flt_header {
	text-decoration: none;
	cursor: pointer;
	font-size: 1.1em;
	padding-bottom: 3px;
	font-weight: bold;
}

.headexpand {
	display: inline-block;
	width: 14px;
	height: 15px;
	margin-right: 5px;
}

/*Fonts*/
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?51759646');
  src: url('font/fontello.eot?51759646#iefix') format('embedded-opentype'),
       url('font/fontello.woff?51759646') format('woff'),
       url('font/fontello.ttf?51759646') format('truetype'),
       url('font/fontello.svg?51759646#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?51759646#fontello') format('svg');
  }
}
*/

 [class^="cficon-"]:before, [class*=" cficon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.cficon-search:before { content: '\e800'; } /* 'i �' */

/*end of fonts*/

/*The clear option*/
.cf_li_clear {
	/*We want it on top, even if the filter's elements are floated*/
	display: block !important;
	float: none !important;
}

.headexpand_show {
	background: url(arrows_exp.png) left bottom no-repeat;
}

.headexpand_hide {
	background: url(arrows_exp.png) left top no-repeat;
}

/*Smart search*/
.cf_flt_wrapper label {
	display: inline !important;
}

.cf_filters_list {
	/* Set this because most templates give padding/margin to the ul element */
	padding-inline-start:0;
	margin-inline-start:0;
}

.cf_filters_list li {
	line-height: 1.3em;
	margin-inline-start: 0;
	padding-inline-start: 0;
	list-style: none;
	background-image: none;
}

.cf_filters_list li .cf_option {
	text-decoration: none;
	padding: 1px 5px;
}

/*selected option*/
.cf_filters_list li .cf_sel_opt {
	font-weight: bold;
}

.cf_invisible {
	display: none;
}

/*Category tree*/
.cfLiLevel1 {
	margin-inline-start: 15px !important;
}

.cfLiLevel2 {
	margin-inline-start: 30px !important;
}

.cfLiLevel3 {
	margin-inline-start: 40px !important;
}

.cfLiLevel4 {
	margin-inline-start: 50px !important;
}

.cfLiLevel5 {
	margin-inline-start: 60px !important;
}
/*end category tree*/

.cf_flt_wrapper select {
	min-width: 120px;
	min-width:50px;
	width: 85%;
}

.cf_wrapper_input_text {
	padding-bottom: 10px;
	display:inline-block;
}

/*1 input*/
.cf_wrapper_input_text_1 input[type="search"]{
	width:70%;
}

/*2 inputs - range*/
.cf_wrapper_input_text_2 input{
	width:25%;
	min-width:50px;
}

.cf_message {
	position: absolute;
	color: #fff;
	width: 150px;
	padding: 5px;
	background: #ff0000;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	display: none;
	z-index: 1500;
}

/*The image links */
.cf_img_wrapper {

}

.cf_img_wrapper a {
	padding: 0px;
	margin: 0px !important;
	background: none;
}

.cf_img_wrapper a img {
	padding: 0px;
	margin: 0px !important;
	background: none;
}

.cf_img_wrapper a:hover {

}

.cf_img_caption {
	display: block;
	text-align: center;
	clear: both;
}

.cf_sel_opt img {
	border: 1px solid #bbbbbb;
}

/*Buttons*/
.cf_btn_list li {
	display: inline-block;
	padding: 0px !important;
}

.cf_button, .cf_button:active, .cf_button:visited, .cf_button:link   {
	display: inline-block;
	background: #FBFBFB;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 2px;
	text-align : center;
	font-size: 1em;
	margin: 2px 4px 4px 0px !important;
	color: #555555;
	height: 1.8em !important;
	line-height: 1.8em;
	padding: 0px 0.8em !important;
	text-align: center;
}

.cf_button:not(.cf_disabled_opt):hover, .cf_button:not(.cf_disabled_opt):focus {
	background: #F4F4F4;
	box-shadow: inset 0 0 2px #bbbbbb;
}

.cf_button.cf_sel_opt {
	border: 2px solid;
	color: #222222 ;
	font-weight: normal !important;
}

.cf_btn_list .cf_disabled_opt {
	opacity: 0.6;
	box-shadow: 0 0 0 #888;
}

/*Color Buttons*/
.cf_colorbtn_list li {
	display: inline-block;
	padding: 0px !important;
}

.cf_color_btn {
	display: inline-block;
	width: 2em;
	box-sizing: border-box;
	padding: 0px !important;
	border: 1px solid #999;
	margin: 2px 4px 4px 2px !important;
}

.cf_color_btn:not(.cf_disabled_opt):hover, .cf_color_btn:not(.cf_disabled_opt):focus {
	box-shadow:  0px 0px 1px 1px #bbb;
}

.cf_color_inner{
	height: 1.8em;
	display:inline-block;
	float:left;
	margin:0px !important;
	padding:0px !important;
}

.cf_colorbtn_list .cf_sel_opt {
	border: 1px solid #bbb;
	outline: #333 solid 2px;
}

.cf_colorbtn_list .cf_disabled_opt {
	opacity: 0.4;
}

/* Tooltips*/

.cf_filtering_knob + [role="tooltip"] {
	display: none;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* MS IE|Edge */
	user-select: none; /* Standard */
	position: absolute;
	top: 16px;
}

.cf_filtering_knob:hover + [role="tooltip"],
.cf_filtering_knob:focus + [role="tooltip"] {
	display: block;
}

.cftooltip {
	--tolltip-backround: #ffffff;
	--tolltip-border-color: #ccc;
	--arrow-size: 7px;
	/*Make sure that the z-index is lower that the set in the knobs*/
	z-index: 98;
	display: block;
	padding: 0.5rem;
	margin: 7px 0 0 0;
	background: var(--tolltip-backround);
	background-clip: padding-box;
	border: 1px solid var(--tolltip-border-color);
	color: black;
}

.cftooltip:after, .cftooltip:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.cftooltip:after {
	border-bottom-color: var(--tolltip-backround, #ffffff);
	border-width: var(--arrow-size, 12px);
	margin-inline-start: calc(var(--arrow-size, 12px) * -1);
}

.cftooltip:before {
	border-bottom-color: var(--tolltip-border-color, #ccc);
	border-width: calc(var(--arrow-size) + 2px);
	margin-inline-start: calc((var(--arrow-size, 12px) + 2px) * -1);
}

	/*Sliders*/
/** To do convert the percentage width to px*/
.cf_filtering_slider_gutter {
	float: left;
	display: block;
	position: relative;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	margin-top: 10px;
}

.cf_slider_gutter_m {
	width: 142px;
	background-color: #dfdfdf;
	height: 5px;
	margin-inline-start:10px;
	border-radius: 4px;
}

/* For Clip */
.slider_bkg_img {
	position: absolute;
	height: 5px;
	width: 142px;
	background-color: #bbbbbb;
}

/*Knobs*/
.knob_wrapper {
	float: left;
	height: 20px;
	margin-top: -6px;
}
.cf_filtering_knob {
	position: absolute;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index: 99;
	background-color: #337ab7;
	border-radius:50%;
}

.cf_filtering_knob:hover,
.cf_filtering_knob:focus{
	--focus-color: #1650b7;
	background-color: var(--focus-color);
	box-shadow: 0px 0px 4px var(--focus-color);
}

.cf_search_input_2 {
	max-width: 120px;
}

.cf_search_button {
	padding-inline-start:10px;
	padding-inline-end:10px;
	min-height:1em;
	cursor: pointer;
	display:inline-block;
}

.cf_smart_search {
	width:85%;
	margin-bottom: 0.5em;
}

.cf_ajax_loader {
	position: absolute;
	z-index:100000;
	background-color: #efefef;
	opacity: 0.6;
}

#cf_res_ajax_loader {
	display: none;
	position: absolute;
	z-index:100000;
	width: 100%;
	min-height: 200px;
	background-color: #ffffff;
	background-position: center 80px !important;
	opacity: 0.5;
}

/*The matches of the smart search*/
.cf_match {
	font-weight: bold;
	background: #f2f2f2;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*counter*/
.cf_flt_counter {
	color: #666666;
	display: inline-block;
}

/*disabled*/
.cf_disabled_opt {
	color: #666;
}

.cf_disabled_opt_image {
	color: #666;
	opacity: 0.8;
}

/*Reset All*/
.cf_resetAll_link {
	font-size: 1.1em;
}

.cf_hide {
	display: none;
}
