<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#categories_block_top {
  clear: both;
  position: relative;
  top: 30px;
}

#categories_block_top .sf-menu {
  position: relative;
}

#categories_block_top .sf-menu&gt;li {
  position: static;
}

#categories_block_top .sf-menu&gt;li&gt;ul {
  width: 100%;
  top: 60px;
  margin: 0 20px;
}

#categories_block_top .sf-menu&gt;li&gt;ul&gt;li {
  display: block;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

#categories_block_top .sf-menu&gt;li&gt;ul&gt;.category_thumb {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}

#categories_block_top .sf-menu&gt;li&gt;ul&gt;.category_thumb img {
  display: inline-block;
  width: 33%;
}

#categories_block_top .sf-menu&gt;li h4 a {
  font-size: 1.1em;
}

#categories_block_top .sf-menu&gt;li h4 a:before {
  display: none;
}

#categories_block_top .sf-menu&gt;li .main-level-submenus {
  position: relative;
  display: block !important;
  visibility: visible !important;
  top: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  left: 0;
}

#categories_block_top .sf-menu .category_thumb {
  display: none;
}

#categories_block_left .block_content&gt;ul {
  /* border-top: 1px solid #d6d4d4; */
}

#categories_block_left li {
  position: relative;
  padding-left: 20px;
}

#categories_block_left li a {
  font-weight: bold;
  color: #444;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 0 30px 0 19px;
}

@media (max-width: 1199px) {
  #categories_block_left li {
    padding: 0;
  }

  #categories_block_left li a {
    padding-left: 10px;
  }
}

#categories_block_left li span.grower {
  display: block;
  /* background: #f6f6f6; */
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 18px;
  z-index: 1;
  opacity: 0.5;
}

#categories_block_left li span.grower:hover {
  opacity: 1;
}

#categories_block_left li span.grower.OPEN:before,
#categories_block_left li span.grower.CLOSE:before {
  content: "\f068";
  display: block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  color: #333;
  line-height: 30px;
  text-align: center;
}

#categories_block_left li span.grower.CLOSE:before {
  content: "\f067";
  color: #a72c3a;
}

#categories_block_left li span.grower:hover+a,
#categories_block_left li a:hover,
#categories_block_left li a.selected {
  color: #a72c3a;
}

#categories_block_left li li a {
  font-weight: normal;
  color: #777777;
}

#categories_block_left li li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  line-height: 29px;
  padding-right: 8px;
}









/* -1- */









/* -2- */









/* -3- */









/*# sourceMappingURL=blockcategories.css.map */</pre></body></html>