﻿@media (max-width: 768px) {
  .product-selectors {
    padding: 20px 0 !important;
  }
  .html-category-page .modal {
    position: fixed;
    z-index: 99999 !important;
    padding-top: 0 !important;
    left: 1%;
    top: 5%;
    width: 70% !important;
    min-height: 60% !important;
    overflow: scroll;
    background: none !important;
  }
  .html-category-page .modal div#sliderRight {
    position: relative !important;
    height: auto !important;
  }
  .html-category-page .modal .filtersGroupPanel {
    position: relative !important;
    top: 0px !important;
  }
  .html-category-page .modal .filtersGroupPanel .checkbox-list {
    margin-bottom: 0 !important;
    max-height: 135px !important;
  }
  .html-category-page .modal .filtersGroupPanel .checkbox-list .checkbox-item.disabled {
    display: none;
  }
  .html-category-page .modal .toggle-label {
    display: none;
  }
  .html-category-page .modal .filtersGroupPanel, .html-category-page .modal .modal-content, .html-category-page .modal .title, .html-category-page .modal div#sliderRight {
    background: #fff !important;
  }
  .html-category-page #filterOverlayMobile {
    position: fixed;
    z-index: 99999 !important;
    padding-top: 61px !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .html-category-page .toggleControl.rotate {
    transition: all 350ms !important;
  }
  .html-category-page .toggleControl.rotate:after {
    transition: all 350ms !important;
    transform: rotate(45deg) !important;
  }
  .html-category-page .toggleControl:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: -3px !important;
  }
  .html-category-page a.p_exit.exit-btn {
    display: none !important;
  }
  .html-category-page a.p_exit.exit-btn_spec {
    display: none !important;
  }
  .html-category-page .filter-block.selected-options {
    visibility: hidden !important;
    position: absolute;
  }
  .html-category-page a.SeResult {
    padding: 10px 14px;
    background: #000;
    color: #fff !important;
    margin: 10px 15px 0;
    display: inherit;
    font-size: 11px;
    display: inline-block;
  }
  .html-category-page a.clearAll {
    padding: 10px 12px;
    background: #f2f2f2;
    color: #000 !important;
    margin: 10px 15px;
    display: inherit;
    width: 109px;
    font-size: 11px;
  }
  .html-category-page .filtersPanel.test {
    max-height: 415px !important;
  }
  .html-category-page .filter-aside #sliderRight .checkbox-list li label {
    padding: 0px 0 5px 25px !important;
    font-size: 12px !important;
  }
  .returned-products-filters-panel.antal {
    background: none !important;
    color: #000 !important;
    margin: 0 15px;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
  }
  .returned-products-filters-panel.antal span.text-show {
    float: left;
    color: #444;
    font-size: 12px !important;
    font-weight: bold;
  }
  .returned-products-filters-panel.antal span.allProductsReturned {
    float: right;
    font-size: 13px;
    font-weight: 500;
  }
  a.clearFilterOptions {
    font-size: 12px !important;
    color: #fff !important;
    margin-top: -11px !important;
    background: #000 !important;
    padding: 4px;
    display: inline-table;
  }
  a.clearPriceRangeFilter {
    margin-top: -13px !important;
    background: #000;
    color: #fff !important;
    padding: 4px;
    display: inline-table;
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .nopAjaxFilters7Spikes .block .title a.toggleControl {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .solrfilter-div p.filtersTitle {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #79a4c5;
    padding: 10px 5px;
  }
  .solrfilter-div span.pull-right.icon.icon-slider {
    height: 16px;
    width: 16px;
    background: url(../images/slider.png) !important;
    float: right;
    position: relative;
    right: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .solrfilter-div {
    display: block !important;
  }
  .solr-modal .product-filters {
    margin: 0 !important;
  }
  .solr-modal .modal-body {
    overflow: scroll !important;
  }
  .solr-modal a.SeResult {
    margin: 10px 15px !important;
  }
  .solr-modal .product-spec-group {
    display: grid;
  }
  .solr-modal .product-spec-group li {
    width: 100%;
  }
}
