.vicevle_box {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1000000;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s; }
  .vicevle_box.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; }
    .vicevle_box.visible .close_btn {
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
  .vicevle_box .close_btn {
    top: 20px;
    left: 310px;
    position: absolute;
    display: block;
    cursor: pointer;
    line-height: 45px;
    font-size: 30px;
    text-align: center;
    background: white;
    width: 45px;
    height: 45px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #1fc0a0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
    @media (max-width: 380px) {
      .vicevle_box .close_btn {
        left: 270px;
        width: 40px;
        height: 40px;
        line-height: 40px; } }
    .vicevle_box .close_btn:before {
      left: 50%;
      top: 50%;
      position: absolute;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-family: "Material Icons";
      content: "\e14c ";
      font-size: 32px;
      line-height: 32px;
      display: block;
      position: relative;
      font-weight: normal; }
  .vicevle_box:hover .close_btn {
    background: #1fc0a0;
    color: white; }

#layered_block_left {
  overflow: hidden; }
  #layered_block_left .title_block:after {
    display: none; }
  @media (max-width: 1024px) {
    #layered_block_left .block-filter {
      background: white;
      padding: 20px;
      z-index: 111;
      position: fixed;
      top: 0;
      left: 0;
      width: 300px;
      overflow: auto;
      height: 100%;
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      transition-delay: 0.3s;
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
    @media (max-width: 1024px) and (max-width: 380px) {
      #layered_block_left .block-filter {
        width: 260px; } }
  @media (max-width: 1024px) {
    #layered_block_left {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1000001;
      width: 100%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      visibility: hidden;
      -webkit-transition: visibility 0s 0.3s;
      -moz-transition: visibility 0s 0.3s;
      transition: visibility 0s 0.3s;
      max-width: 300px;
      margin: 0 !important; }
      #layered_block_left.visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s; }
        #layered_block_left.visible:before, #layered_block_left.visible:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        #layered_block_left.visible .block-filter {
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition-delay: 0s;
          -moz-transition-delay: 0s;
          transition-delay: 0s; }
      #layered_block_left .title_block {
        display: none; } }
  @media (max-width: 380px) {
    #layered_block_left {
      max-width: 260px; } }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 0 0 5px; }

#enabled_filters li a {
  float: right;
  cursor: pointer; }
  #enabled_filters li a:hover {
    color: #1fc0a0; }

.layered_subtitle_heading {
  position: relative; }

#layered_block_left {
  margin-top: -15px; }

#layered_block_left .title_block {
  display: none; }

.layered_close {
  position: absolute;
  right: 0;
  top: 15px; }

.layered_close a,
.layered_close a {
  display: block;
  height: 21px;
  width: 21px;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  color: #1fc0a0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .layered_close a:hover,
  .layered_close a:hover {
    color: #333; }
  .layered_close a:after,
  .layered_close a:after {
    display: block;
    font-family: "material-design";
    font-size: 21px;
    content: "\e125 ";
    line-height: 1em;
    text-indent: 0; }

span.closed a:after {
  content: "\e12c"; }

#layered_block_left .layered_subtitle {
  font: 500 20px/22px "Ubuntu", sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  position: relative;
  padding: 14px 20px 12px 0px;
  margin-bottom: 0;
  display: block; }
  #layered_block_left .layered_subtitle:before {
    display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    #layered_block_left .layered_subtitle {
      font: 500 16px/22px "Ubuntu", sans-serif; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #layered_block_left .layered_subtitle {
      font: 500 16px/22px "Ubuntu", sans-serif; } }

#layered_block_left ul {
  clear: both; }

#layered_block_left ul li {
  padding: 0 0 8px; }

#layered_block_left ul li.price_filter > div,
#layered_block_left ul li.price_filter em {
  float: left; }
#layered_block_left ul li.price_filter span {
  text-transform: capitalize;
  font-weight: 300;
  display: block;
  padding-bottom: 2px; }
#layered_block_left ul li.price_filter em {
  width: 15px;
  text-align: center;
  display: block;
  margin-top: 33px; }
#layered_block_left ul li.price_filter input {
  width: 67px;
  height: 40px;
  border: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 10px 5px;
  color: #1fc0a0;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }
  #layered_block_left ul li.price_filter input:focus {
    box-shadow: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    #layered_block_left ul li.price_filter input {
      width: 63px; } }

#layered_block_left ul li label {
  cursor: pointer; }

#layered_block_left ul li div.checker {
  display: none; }

#layered_block_left {
  overflow: hidden; }
  #layered_block_left .ui-slider-horizontal .ui-slider-range {
    background: #1fc0a0;
    border-radius: none; }
  #layered_block_left .layered_price ul label,
  #layered_block_left .layered_price ul #layered_price_range {
    display: none; }
  #layered_block_left .title_block:after {
    display: none; }
  #layered_block_left .ui-state-default,
  #layered_block_left .ui-widget-content .ui-state-default,
  #layered_block_left .ui-widget-header .ui-state-default {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 19px;
    height: 19px;
    background: #1fc0a0;
    border: none;
    cursor: pointer; }
  #layered_block_left .ui-slider-horizontal {
    height: 4px;
    border-radius: none;
    background: #e5e5e5; }
  #layered_block_left .ui-widget-content {
    border: none; }

#layered_block_left ul {
  padding-left: 0;
  margin-top: 9px;
  margin-bottom: 0; }

#layered_block_left ul li {
  list-style-type: none; }

#layered_block_left div > form > div > div {
  margin-top: 13px; }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }
  #layered_block_left #enabled_filters ul li .fil_value {
    color: #1fc0a0; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li input.checkbox {
  vertical-align: middle;
  margin-left: 2px; }

#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; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_block_left .nomargin a {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #layered_block_left .nomargin a:hover {
    color: #1fc0a0; }

#layered_form .select {
  width: 165px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666; }

#layered_form .color-option.on {
  border: 1px solid red; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_price_range {
  margin-left: 7px; }

.layered_price_range_unit {
  margin-right: 7px; }

.layered_slider_container {
  margin: 21px 0 6px 12px;
  width: 96%; }

.layered_slider {
  margin-top: 5px; }

.layered_input_range_min {
  width: 30px; }

.layered_input_range_max {
  width: 40px; }

.layered_list_selected {
  font-weight: bold; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  font-weight: bold; }

.filter-loader {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 111;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

.layered_filter,
.layered_price {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px; }
  .layered_filter label,
  .layered_price label {
    font-weight: normal; }
  .layered_filter layered_subtitle,
  .layered_price layered_subtitle {
    font: 500 20px/22px "Ubuntu", sans-serif;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
    border: none;
    position: relative; }
    .layered_filter layered_subtitle:before,
    .layered_price layered_subtitle:before {
      display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .layered_filter layered_subtitle,
      .layered_price layered_subtitle {
        font: 500 16px/22px "Ubuntu", sans-serif; } }

#layered_block_left ul.color-group {
  margin: 14px 0px -10px -4px;
  padding-bottom: 18px; }
  #layered_block_left ul.color-group li {
    margin: 0px 4px 10px;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 0; }
    #layered_block_left ul.color-group li label {
      display: none; }
    #layered_block_left ul.color-group li input.color-option {
      width: 40px;
      height: 40px;
      display: block;
      background: #F5F5F5;
      font-size: 0;
      line-height: 40px;
      color: #333;
      border: none;
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #layered_block_left ul.color-group li input.color-option.white-color {
        -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
      #layered_block_left ul.color-group li input.color-option:hover {
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7); }
#layered_block_left ul li label {
  margin: 0; }

#layered_block_left #ul_layered_id_attribute_group_1 {
  margin: 14px 0px -10px -4px;
  padding-bottom: 18px; }
  #layered_block_left #ul_layered_id_attribute_group_1 li {
    margin: 0px 3.5px 8px;
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 0; }
    #layered_block_left #ul_layered_id_attribute_group_1 li input[checked] + label a {
      background: #333333;
      color: white; }
    #layered_block_left #ul_layered_id_attribute_group_1 li a {
      min-width: 40px;
      height: 40px;
      display: block;
      background: #F5F5F5;
      font-size: 13px;
      line-height: 40px;
      color: #333;
      padding: 0 8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #layered_block_left #ul_layered_id_attribute_group_1 li a:hover {
        background: #333333;
        color: white; }
    #layered_block_left #ul_layered_id_attribute_group_1 li label {
      margin: 0;
      padding: 0; }
      #layered_block_left #ul_layered_id_attribute_group_1 li label:before, #layered_block_left #ul_layered_id_attribute_group_1 li label:after {
        display: none; }
