/* $navbar-padding-horizontal:        floor(($grid-gutter-width / 2)) !default; */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.layered_filter .ui-slider-horizontal {
    height: .4em;
}
.layered_filter .ui-slider .ui-slider-handle {
  width: 25px;
  height: 25px;
  top: -10px;
}
.layered_filter .ui-state-default, .layered_filter .ui-widget-content .ui-state-default {
    background: #005CA9;
}
.layered_filter .flabel_container {
    display: block;
    user-select: none;	
}
.layered_filter .flabel_container a {
	padding-left: 30px;
}
.layered_filter .flabel_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.layered_filter .fcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1.8px solid #005CA9;
  border-radius: 2px;
}
.layered_filter .flabel_container:hover input ~ .fcheckmark {
  background-color: #D1EAFF;
}

.layered_filter .flabel_container input:checked ~ .fcheckmark {
  background-color: #005CA9;
  background-image: url(../../../img/rr-check.svg);
}

.layered_filter .fcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

.layered_filter .flabel_container input:checked ~ .fcheckmark:after {
  display: block;
}

.layered_filter .flabel_container .fcheckmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layered_filter .panel-default > .panel-heading {
  padding: 13px 0;
  background-color: transparent;
	border: none;
	border-top: 1px solid rgba(205, 205, 205, 0.5);
  margin-top: 10px;
}
/*.layered_filter .collapse-link i {
	color: #7A7876;
	font-size: 22px;
  transition: color 2s linear, -webkit-transform 2s linear;
  transition: transform 2s linear, color 2s linear;
  transition: transform 2s linear, color 2s linear, -webkit-transform 2s linear;
}*/
.sticky_mob_filter {
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 10px;
    border: thin solid #ddd;
    z-index: 9999;
}
.filter_prompt {
	display: none;
	position: absolute;
	right: -204px;
	z-index: 999;
	margin-top: -40px;
	cursor: pointer;
	background: #fff;
	-webkit-box-shadow: -10px 0px 15px 0 rgba(0,0,0,.19),10px 5px 15px 0 rgba(0,0,0,.24);
	box-shadow: -10px 0px 15px 0 rgba(0,0,0,.19),10px 5px 15px 0 rgba(0,0,0,.24);
	padding: 8px;
	border: 2px solid #1b6ed8;
	border-radius: 2px;
}
.filter_prompt::before {
    content: ''; 
    position: absolute;
    left: -29px; 
	top: 16px;
    border: 10px solid transparent;
    border-right: 20px solid #fff;
}
.filter_prompt button.button {
    display: inline-block;
    background-color: #005ca9;
    border: none;
    text-transform: none;
    border-radius: 30px;
    min-width: 120px;
	margin-left: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);
}
.filter_prompt button.button:hover {
	background-color: #01457d;
}
.filter_prompt .filter_quantity {
	width: 40px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.filter_prompt .st0{fill:#035EA6;}
.filter_prompt .st1{fill:#FFFFFF;}
.filter_prompt .st2{font-family: Roboto, sans-serif;font-weight: bold;}
.filter_prompt .st3{font-size:9.5px;}

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px;
}

#enabled_filters ul li {
  padding: 2px 0;
}

#enabled_filters li a {
  right: right;
  /*display: inline-block;
  height: 12px;
  width: 12px;
  text-indent: -5000px;*/
  /*background: url(../../../img/icon/delete.gif) no-repeat 0 0 transparent;*/
  /*background: url(./delete.gif) no-repeat 0 0 transparent;*/
  cursor: pointer;
}
#layered_block_left .bl_prompt_all_filters {
  position: absolute;
  margin-top: -33px;
  left: 5px;
  font-size: 12px;
}
#layered_block_left .bl_prompt_all_filters a[disabled] {
  cursor: not-allowed;
}
/* #layered_block_left .bl_clear_all_filters ,*/
#layered_block_left .bl_prompt_all_filters {
  position: absolute;
  display: flex;
  margin-top: -33px;
  left: 0;
  font-size: 12px;
  height: 30px;
  width: 132px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  border-radius: 30px;
  border: solid 1px #daebfb;
  padding: 0 20px;
  color: #05a;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
}
/* #layered_block_left .bl_clear_all_filters {
  width: 142px;
}
#layered_block_left .bl_clear_all_filters:hover i {
  color: #e6007d;
}
#layered_block_left a .bl_clear_all_filters , #layered_block_left a .bl_prompt_all_filters  {
	color: #18559c;
}
#layered_block_left .bl_clear_all_filters:hover a, #layered_block_left a:hover .bl_prompt_all_filters i {
	color: #1b6ed8;
}
.rtl #enabled_filters li a {
  left: right;
  right: auto;
} */
/* 
#layered_block_left .radio, #layered_block_left .checkbox {
  display: inline;
  background: #26ca28;
} */

#layered_block_left .hiddable a {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}

#layered_block_left  .checkbox {
    font-size: 16px;
    display: block;
    min-height: 18px;
    margin-bottom: 10px;
}
#layered_block_left {
    margin: 0 0 20px;
}

#layered_block_left .layered_close {
  right: right;
  padding-right: 5px;
}
.rtl #layered_block_left .layered_close {
  left: right;
  right: auto;
}
.rtl #layered_block_left .layered_close {
  padding-left: 5px;
  padding-right: inherit;
}

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px;
}

#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px;
}

#layered_block_left .layered_subtitle {
  display: inline-block;
  font-weight: bold;
}

#layered_block_left ul {
  clear: both;
  padding: 5px 0;
}

#layered_block_left ul li {
  padding: 2px 0;
}

#layered_block_left ul li label {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

#layered_block_left ul {
  padding-left: 0;
}
.rtl #layered_block_left ul {
  padding-right: 0;
  padding-left: inherit;
}

#layered_block_left ul li {
  list-style-type: none;
}
#layered_block_left ul li div.checker {
  margin-right: 1px;
}
.rtl #layered_block_left ul li div.checker {
  margin-left: 1px;
  margin-right: inherit;
}
#layered_block_left ul li div.checker span {
  top: 1px;
}

#layered_block_left div > form > div > div {
  margin-top: 0;
}

/* #layered_block_left #enabled_filters, #layered_url_filter_block {
  padding-bottom: 30px;
} */

#layered_block_left #enabled_filters .to-remove-list {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: 0 10px 10px 0; */
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  min-width: 1px;
}

#layered_block_left #enabled_filters .to-remove:hover {
  background-color: #f5f8fc;
  color: #0055AA;
}
#layered_block_left #enabled_filters .to-remove:hover 
.products-selected-filter-remove svg {
  color: #e6007d;
}
#layered_block_left #enabled_filters .to-remove {

}

#layered_block_left #enabled_filters .to-remove span {

}

#layered_block_left #enabled_filters .to-remove a {

}

#layered_block_left ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px;
}
.rtl #layered_block_left ul li input.checkbox {
  margin-right: 2px;
  margin-left: inherit;
}

#layered_block_left ul li .disabled {
  color: #666;
}

#layered_block_left .color-option {
  border: 1px solid #666666;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px;
}
.rtl #layered_block_left .color-option {
  margin-right: 0;
  margin-left: inherit;
}

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#layered_block_left .nomargin a {
  display: inline;
}

#layered_form .select {
  width: 165px;
}

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666;
  position: relative;
  top: 1px;
}
.rtl #layered_form .color-option {
  margin-right: 0;
  margin-left: inherit;
}

#layered_form .color-option.on {
  border: 1px solid red;
}

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle;
}
.rtl #layered_form input[type=radio] {
  margin-right: 2px;
  margin-left: inherit;
}

.layered_price_range {
  margin-left: 0px;
  height: 20px;
  text-align: center;
/*  max-width: 125px;*/
}
.rtl .layered_price_range {
  margin-right: 7px;
  margin-left: inherit;
}

.layered_price_range_unit {

}
.rtl .layered_price_range_unit {
  margin-left: 7px;
  margin-right: inherit;
}

.layered_slider_container {
  margin: 6px 0 6px 9px;
  width: 92%;
}

.layered_slider {
  margin: 5px 0 12px;
}
.layered_input_range_wrap {
  text-align: center;
}

.layered_input_range {
  display: block;
  width: 100%;
  height: 50px;
  border: solid 1px #05a;
  background: #fff;
  padding: 0 48px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  line-height: 1.2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto;
}

.layered_input_range_min {
  min-width: 100px;
}

.layered_input_range_max {
  min-width: 100px;
}

.layered_list {
  display: block;
  cursor: pointer;
}

.layered_list:hover {
  font-weight: bold;
}

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center;
}

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer;
}

.hide-action:hover {
  font-weight: bold;
}

#layered_form div div ul {
  max-height: 400px;
  overflow-x: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  scrollbar-color: #DAEBFB #FFFFFF;
}

#layered_form .panel-default {
    border: none;
    box-shadow: none
}

#layered_block_left .title_block_mod {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}


#layered_block_left .title_block_mod.visible-xs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    padding: 16px 24px;
    -webkit-transition: background-color .4s, border-color .4s, color .4s;
    -o-transition: background-color .4s, border-color .4s, color .4s;
    transition: background-color .4s, border-color .4s, color .4s;
    font-weight: 500;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 30px;
    color: #fff;
    position: relative;
}
.catalog_filter_text {
  position: absolute;
  right: 25px;
}
/* .layered_price,
.layered_filter {
  padding-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 5px;
  padding-left: 5px;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.06);
  box-shadow: 0 4px 8px rgba(0,0,0,.06);
  border-radius: 30px;
} */
.block.layered_filter {
    padding: 10px;
}
.layered_filter svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #05a;
  margin-right: 10px;
  transition: color .6s;
}
.layered_filter label {
  font-weight: normal;
}
#enabled_filters .layered_subtitle {
  margin: 20px;
}
.layered_filter .layered_subtitle {
  font-size: 1.2 em;
/*  margin: 20px;*/
}
.btn.bl_filterMultiple{
  width: 47%;
  margin-right: 3%;
  border-radius: 30px;
}
.btn.bl_filterHide {
  width: 47%;
  margin-left: 3%;
  border-radius: 30px;

}
.btn.bl_drop_filters {
  border-radius: 30px;
  font-size: 17px;
}

.btn.bl_drop_filters a {
  color: #fff;
}
.collapse-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px 6px 15px;
  border-radius: 30px;
  color: #222;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  font-weight: 500;
  font-size: 16px;
}
.collapse-link:hover{
  background-color: #f5f8fc;
}
.rotate-over {
    transform:              rotate( -180deg );            
        -moz-transform:     rotate( -180deg );            
        -ms-transform:      rotate( -180deg );            
        -o-transform:       rotate( -180deg );            
        -webkit-transform:  rotate( -180deg );            
    -moz-transition:    -moz-transform 1s ease-out;
    -ms-transition:     -ms-transform 1s ease-out;
    -o-transition:      -o-transform 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    transition:         transform 1s ease-out;
}

.toggleHeightUp {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;

}

.toggleHeightDown {
  max-height: 500px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media all and (min-width: 480px) {
/*  #layered_block_left .title_block_mod.visible-xs {
  margin: 10px auto;
  }*/
}
@media all and (max-width: 991px) {
  .content_sortPagiBar .sort {
    
  }
  #layered_form #accordion {
    margin-top: 15px;
  }	
  .layered_filter .title_block_mod {
    background: #e6007d;
    border-radius: 30px;
    width: 130px;
  }
  .bl_filterMultiple, .bl_filterHide {
    background: #05a;
  }
  .catalog_filter_counter_wrap {
    position: relative;
  }
  .catalog_filter_counter {
      display: block;
      width: 40vw;
      /* float: right; */
      position: absolute;
      top: -32px;
      right: -10px;
  }
  #layered_block_left .title_block_mod svg {
    color: #fff;
    left: 25px;
    position: absolute;
  }
}