@font-face {
  font-family: 'Alamain';
  src: url("../fonts/alamain.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@media screen and (max-width: 991px) {
  .layeredRow {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5005;
    background-color: #fff; }
    .layeredRow .layeredRow {
      display: block;
      position: static;
      height: 100%; }
      .layeredRow .layeredRow .applyFilter, .layeredRow .layeredRow .closeFilters {
        display: none; } }
@media screen and (max-width: 991px) {
  .btnLayered-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 2.4rem;
    background: #fff; } }

.btnLayered {
  padding: 15px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  height: 48px;
  margin-right: 24px;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .btnLayered {
      max-width: 500px;
      margin: auto;
      justify-content: center; } }
  .btnLayered svg {
    margin-right: 16px;
    height: 16px;
    width: auto;
    fill: #fff; }
  .btnLayered > span {
    display: inline-block;
    margin-left: 6px; }
  @media screen and (min-width: 992px) {
    .btnLayered {
      display: none; } }

@media screen and (min-width: 992px) {
  .btnLayered {
    display: none; } }
.applyFilter, .closeFilters {
  display: none; }

.bFilter .applyFilter, .bFilter .closeFilters {
  display: block;
  position: fixed;
  z-index: 10000; }
.bFilter #widget_block {
  display: none !important; }
.bFilter .btnLayered {
  display: none; }
.bFilter .applyFilter {
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e4e4e4;
  padding: 24px; }
  .bFilter .applyFilter .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    max-width: 500px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem; }
    .bFilter .applyFilter .btn svg {
      margin-right: 16px; }
.bFilter .closeFilters {
  top: 18px;
  right: 15px; }
  .bFilter .closeFilters svg {
    height: 21px;
    width: 21px; }
.bFilter .layeredRow {
  display: block; }

#layered_block_left {
  position: relative; }
  #layered_block_left .titleLayer {
    background: #fff;
    height: 56px;
    margin: 0;
    padding: 16px; }
    #layered_block_left .titleLayer svg {
      margin-right: 16px;
      display: inline-block;
      vertical-align: middle;
      fill: #ef787a; }
  #layered_block_left .titleLeft {
    display: none;
    padding: 10px 5px 5px;
    margin-bottom: 5px;
    color: #1d1d1b;
    font-size: 17px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 991px) {
      #layered_block_left .titleLeft {
        position: relative;
        display: block;
        padding: 6px 5px 10px; }
        #layered_block_left .titleLeft::before {
          content: url(../../../img/icon/filter-icon.svg);
          position: absolute;
          left: 16px;
          top: 8px; } }
  #layered_block_left .layered_subtitle {
    display: block;
    text-transform: uppercase;
    color: #1d1d1b;
    font: 500 2rem/3rem "Roboto", sans-serif; }
    @media screen and (max-width: 991px) {
      #layered_block_left .layered_subtitle {
        font: 600 1.4rem/2.1rem "Roboto", sans-serif; } }
  #layered_block_left ul {
    clear: both; }
    #layered_block_left ul li {
      list-style-type: none; }
      #layered_block_left ul li label {
        cursor: pointer;
        margin-bottom: 0; }
  #layered_block_left .color-option {
    border: 1px solid rgba(0, 0, 0, 0.6);
    height: 16px;
    margin-left: 0;
    padding: 0;
    width: 16px; }
    #layered_block_left .color-option.disable {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
  #layered_block_left .nomargin a {
    display: inline;
    color: #1d1d1b;
    font-size: 14px; }
    #layered_block_left .nomargin a:hover {
      color: #ef787a; }
    #layered_block_left .nomargin a span {
      font-size: 12px;
      color: #ef787a; }

#layered_form .select {
  width: 165px; }
#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.6); }
  #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_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; }

.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: 200px;
  overflow-x: auto;
  scrollbar-color: #ef787a #dcdcdc;
  scrollbar-width: thin;
  padding-top: 10px; }
  @media screen and (max-width: 991px) {
    #layered_form div div ul {
      padding: 0 16px 16px; } }
  #layered_form div div ul::-webkit-scrollbar-track {
    padding: 4px 0;
    background: #dcdcdc;
    border-radius: 25px; }
  #layered_form div div ul::-webkit-scrollbar {
    width: 10px;
    padding: 0 10px; }
  #layered_form div div ul::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color: #ef787a;
    opacity: 0.5; }

.layered_filter label {
  font-weight: normal; }
.layered_filter .layered_subtitle {
  font-size: 1.2em; }

#layered_block_left ul li {
  min-width: 50%;
  width: auto; }

@media screen and (max-width: 991px) {
  .contentFilters {
    max-height: 70vh;
    overflow: auto; }

  #layered_form {
    position: relative; }
    #layered_form::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 25px;
      background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
      bottom: 0;
      left: 0; } }
#enabled_filters {
  background: none;
  padding: 16px; }
  #enabled_filters .layered_subtitle {
    display: block;
    margin-bottom: 5px;
    color: #1d1d1b;
    font-size: 1.6rem; }
  #enabled_filters ul li {
    padding: 2px 0;
    margin-left: 0;
    padding-left: 0;
    color: #ef787a; }
    #enabled_filters ul li:hover {
      background: inherit;
      color: #ef787a; }
    #enabled_filters ul li a {
      float: left;
      margin-right: 1rem;
      cursor: pointer; }
    #enabled_filters ul li input.checkbox {
      vertical-align: middle;
      margin-left: 2px; }
    #enabled_filters ul li .disabled {
      color: #1d1d1b; }
  @media screen and (max-width: 991px) {
    #enabled_filters {
      padding: 0;
      overflow-x: scroll; }
      #enabled_filters .layered_subtitle {
        position: sticky;
        left: 0;
        padding-left: 16px;
        padding-top: 12px;
        margin-bottom: 10px;
        font-size: 1.4rem;
        color: #1d1d1b;
        border-top: 1px solid #e4e4e4; }
      #enabled_filters ul {
        max-height: 350px;
        overflow-x: auto;
        display: flex;
        min-width: max-content; }
        #enabled_filters ul li {
          min-width: 0;
          margin-right: 1.2rem;
          background-color: #F5F5F5;
          border-radius: 4px;
          padding-left: 10px;
          padding-right: 10px; } }
  @media screen and (min-width: 992px) {
    #enabled_filters {
      border: solid .5px #9e9e9e; }
      #enabled_filters .layered_subtitle {
        text-align: center; }
      #enabled_filters ul li {
        color: #ef787a;
        font-weight: 500; } }

.layered_slider_container {
  margin: 0 0 0 9px;
  width: 91%; }

.layered_slider {
  margin-top: 5px; }

#layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.6); }

#layered_price_range {
  margin-top: 5px;
  text-align: center;
  display: block;
  color: #ef787a; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  top: -6px;
  width: 17px;
  height: 17px;
  border: solid 1px rgba(0, 0, 0, 0.39);
  border-radius: 50%;
  background: #ef787a;
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.11), inset 0 0 0 250px rgba(255, 255, 255, 0.02);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.11), inset 0 0 0 250px rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.11), inset 0 0 0 250px rgba(255, 255, 255, 0.02); }

#layered_price_slider {
  height: 5px;
  background: #dcdcdc;
  border: none;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 rgba(0, 0, 0, 0.75) inset;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset, 0 0 0 rgba(0, 0, 0, 0.75) inset;
  -moz-border-radius: 6px/5px 5px 6px 6px;
  -webkit-border-radius: 1.2;
  border-radius: 6px/5px 5px 6px 6px; }

.ui-widget-header {
  background: #ef787a; }

#layered_price_slider {
  box-shadow: none !important; }
  #layered_price_slider .ui-slider-handle.ui-state-default.ui-corner-all {
    border: none;
    box-shadow: none; }

.loading_prod {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal;
  background: white;
  background: rgba(255, 255, 255, 0.8); }
  .loading_prod img {
    margin-bottom: 2px; }

#layered_block_left .checker span input {
  cursor: pointer; }

.colorListLayered .checker {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1; }
  .colorListLayered .checker:hover + .checkboxColor {
    border-color: #000 !important;
    cursor: pointer; }

.checkboxColor {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: 0;
  cursor: pointer;
  border: 1px solid #ccc; }
  .checkboxColor.checkedColor {
    border-color: #000 !important; }

div.checker span {
  vertical-align: middle; }
  div.checker span.checked {
    background: #ef787a; }

.slide_price_restricted {
  display: none; }

.btn_layered_form {
  cursor: pointer;
  background: #ef787a;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 13px 15px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn_layered_form:hover, .btn_layered_form:active {
    background: #1e628c; }
  .btn_layered_form i:after {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin-left: 5px; }

@media (max-width: 767px) {
  .layeredRow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5005;
    display: none; }
    .layeredRow .layeredRow {
      display: block;
      position: static;
      height: 100%; }
      .layeredRow .layeredRow .blackLayered {
        display: none; }

  .blackLayered {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
    .blackLayered:after {
      content: "\f00d";
      font-family: "FontAwesome";
      font-size: 30px;
      color: #fff;
      position: absolute;
      top: 8px;
      right: 3%;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px; } }
@media screen and (max-width: 991px) {
  #layered_block_left {
    position: relative;
    padding: 10px 0 100px;
    margin: 0 auto;
    height: calc(100vh - 97px);
    overflow: hidden;
    border: none;
    z-index: 2; }
    #layered_block_left .block_content {
      overflow-y: auto;
      height: 100%;
      -webkit-overflow-scrolling: touch; } }
.layered_subtitle_heading {
  position: relative;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .layered_subtitle_heading .derouler {
    display: block;
    color: rgba(29, 29, 27, 0.4);
    background: transparent;
    font-family: "FontAwesome";
    margin: 0 0 0 16px; }
    .layered_subtitle_heading .derouler::after {
      content: "\f078";
      font-size: 12px; }
  @media screen and (max-width: 991px) {
    .layered_subtitle_heading {
      border-top: 1px solid #e4e4e4; } }

.layered_filter {
  position: relative;
  margin-bottom: 0;
  user-select: none;
  background: #fff;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .layered_filter:last-child {
      z-index: 1;
      border-bottom: 1px solid #e4e4e4; } }
  @media screen and (min-width: 992px) {
    .layered_filter.Cat {
      display: none; } }
  .layered_filter .layered_price {
    padding: 16px !important; }
  .layered_filter .layered_filter_ul {
    display: none;
    padding: 16px;
    margin: 0;
    flex-wrap: wrap; }
    .layered_filter .layered_filter_ul > li {
      display: flex;
      align-items: center;
      margin: 0 0 6px;
      padding-left: 0; }
    .layered_filter .layered_filter_ul > div {
      margin: 12px 0;
      padding-left: 16px;
      padding-right: 16px; }
      .layered_filter .layered_filter_ul > div.selector {
        width: 90% !important;
        margin: 6px auto; }
        .layered_filter .layered_filter_ul > div.selector span, .layered_filter .layered_filter_ul > div.selector .select {
          width: 100% !important; }
    .layered_filter .layered_filter_ul .checker, .layered_filter .layered_filter_ul .checker span, .layered_filter .layered_filter_ul .checker input {
      width: 20px;
      height: 20px;
      top: 0;
      background-image: none; }
      .layered_filter .layered_filter_ul .checker .checked, .layered_filter .layered_filter_ul .checker span .checked, .layered_filter .layered_filter_ul .checker input .checked {
        background-color: #ef787a;
        background-image: url(../../../img/icon/check-solid.svg);
        background-position: center;
        background-size: 70%; }
    .layered_filter .layered_filter_ul .checker {
      display: flex !important;
      border: solid 1px #777777; }
      .layered_filter .layered_filter_ul .checker:checked {
        border-color: #ef787a; }
    .layered_filter .layered_filter_ul .colorListLayered .checked {
      background-color: transparent; }
    .layered_filter .layered_filter_ul .colorListLayered .checker {
      border: 1px solid #e4e4e4;
      opacity: 1; }
      .layered_filter .layered_filter_ul .colorListLayered .checker:checked {
        border-color: #ef787a; }
  .layered_filter .layered_subtitle_heading.layered_filter_open .derouler::after {
    content: "\f077"; }
  .layered_filter .layered_subtitle_heading.layered_filter_open + .layered_filter_ul {
    display: flex !important; }

/*# sourceMappingURL=blocklayered.css.map */
