/* KOMIKSAN FINAL - levý filtr: žluté pozadí bez bílého/růžového boxu
   Nahrát přes FileZillu do: /upload/komiksan-final-sidebar-filter-yellow.css
*/

@media (min-width: 768px) {

  /* CELÝ LEVÝ SIDEBAR */
  body.type-category #content-wrapper .sidebar,
  body.type-category #content-wrapper aside.sidebar,
  body.type-category #content-wrapper .sidebar-inner,
  body.type-category #content-wrapper .sidebar-wrapper,
  body.type-category #content-wrapper .left-sidebar,
  body.type-category #content-wrapper .sidebar-left {
    background: #FFD800 !important;
    background-color: #FFD800 !important;
    background-image: none !important;
  }

  /* FILTR - odstranění bílé karty / bílého pozadí */
  body.type-category #content-wrapper .sidebar .box-filter,
  body.type-category #content-wrapper .sidebar .box-filters,
  body.type-category #content-wrapper .sidebar .filters-wrapper,
  body.type-category #content-wrapper .sidebar #filters-wrapper,
  body.type-category #content-wrapper .sidebar .filters,
  body.type-category #content-wrapper .sidebar #filters,
  body.type-category #content-wrapper .sidebar .filter,
  body.type-category #content-wrapper .sidebar .filter-section,
  body.type-category #content-wrapper .sidebar .filter-section-content,
  body.type-category #content-wrapper .sidebar .filter-section-body,
  body.type-category #content-wrapper .sidebar .filter-values,
  body.type-category #content-wrapper .sidebar .filter-value,
  body.type-category #content-wrapper .sidebar .filter-value label,
  body.type-category #content-wrapper .sidebar .filter-label,
  body.type-category #content-wrapper .sidebar .price-filter,
  body.type-category #content-wrapper .sidebar .price-slider,
  body.type-category #content-wrapper .sidebar .slider-wrapper,
  body.type-category #content-wrapper .sidebar .range-wrapper,
  body.type-category #content-wrapper .sidebar form,
  body.type-category #content-wrapper .sidebar fieldset {
    background: #FFD800 !important;
    background-color: #FFD800 !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  /* KDYŽ SHOPTET BALÍ FILTR DO OBECNÉHO BOXu */
  body.type-category #content-wrapper .sidebar .box.box-sm,
  body.type-category #content-wrapper .sidebar .box.bg,
  body.type-category #content-wrapper .sidebar .box-bg-variant {
    background: #FFD800 !important;
    background-color: #FFD800 !important;
    background-image: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  /* TEXTY VE FILTRU */
  body.type-category #content-wrapper .sidebar .box-filter,
  body.type-category #content-wrapper .sidebar .filters,
  body.type-category #content-wrapper .sidebar #filters,
  body.type-category #content-wrapper .sidebar .filter-section,
  body.type-category #content-wrapper .sidebar label,
  body.type-category #content-wrapper .sidebar span,
  body.type-category #content-wrapper .sidebar strong,
  body.type-category #content-wrapper .sidebar h3,
  body.type-category #content-wrapper .sidebar h4,
  body.type-category #content-wrapper .sidebar p {
    color: #000000 !important;
  }

  /* CENOVÝ SLIDER - žlutý prostor okolo, růžová jen samotná čára */
  body.type-category #content-wrapper .sidebar .filter-section-price,
  body.type-category #content-wrapper .sidebar .price-slider,
  body.type-category #content-wrapper .sidebar .slider-wrapper,
  body.type-category #content-wrapper .sidebar .range-wrapper {
    background: #FFD800 !important;
    background-color: #FFD800 !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  body.type-category #content-wrapper .sidebar .ui-slider,
  body.type-category #content-wrapper .sidebar .ui-slider-horizontal {
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
    background: #FF005C !important;
    background-color: #FF005C !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.type-category #content-wrapper .sidebar .ui-slider-range {
    background: #FF005C !important;
    background-color: #FF005C !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.type-category #content-wrapper .sidebar .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    top: -4px !important;
    margin-left: -8px !important;
    background: #000000 !important;
    background-color: #000000 !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* CHECKBOXY - bílé kvůli čitelnosti */
  body.type-category #content-wrapper .sidebar input[type="checkbox"],
  body.type-category #content-wrapper .sidebar input[type="radio"] {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
  }

  /* ROZBALIT FILTR - bez bílé karty/tlačítka */
  body.type-category #content-wrapper .sidebar .btn,
  body.type-category #content-wrapper .sidebar .btn-default,
  body.type-category #content-wrapper .sidebar button,
  body.type-category #content-wrapper .sidebar .filter-unveil-button,
  body.type-category #content-wrapper .sidebar .filter-toggle,
  body.type-category #content-wrapper .sidebar .show-filter {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #000000 !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
}
