
.top_categories_1 li, .top_categories_2 li {
  display: inline-flex;
  margin-bottom: 16px;
}
.top_categories_1 a, .top_categories_2 a {
  padding: 9px 12px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.top_categories_1 a:hover, .top_categories_2 a:hover {
  background-color: white;
}
.top_categories_1 li:not(:last-child), .top_categories_2 li:not(:last-child) {
  margin-right: 16px;
}

#categories_block_left .block_content > ul {
  border-top: 1px solid #d6d4d4; }
#categories_block_left li {
  position: relative; }
  #categories_block_left li a {
    font-weight: bold;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d6d4d4; }
  #categories_block_left li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px; }
    #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: silver; }
  #categories_block_left li span.grower:hover + a,
  #categories_block_left li a:hover,
  #categories_block_left li a.selected {
    background: #f6f6f6; }
  #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; }

/*# sourceMappingURL=blockcategories.css.map */
