

.eshopCategory { position: relative; z-index: 7000; }
.eshopCategory ul, .eshopCategory li{ margin:0; padding:0; list-style:none; }
.eshopCategory > ul { display: flex; flex-wrap: wrap; justify-content:center;  }
.eshopCategory > ul > li { transition: all 0.30s ease; position: relative; }
.eshopCategory > ul > li:last-child { border-right-color: transparent; }
.eshopCategory > ul > li:hover { text-decoration: none; background-color: #f0f0f0; }
.eshopCategory > ul > li:hover a { color: #000000; }
.eshopCategory > ul > li > a { padding: 10px 25px; display: inline-block; color: #000000; font-size: 15px; text-transform: uppercase; font-weight: bold; }
.eshopCategory > ul > li > a:hover { text-decoration: none; }
.eshopCategory > ul > li > ul { display: none; }

.eshopCategoryHighlight{ background-color: #cdbbac; }


.categoryPanel { width:100%; position: relative; }
.categoryPanel, .categoryPanel ul, .categoryPanel li{ margin:0; padding:0; list-style:none; }
.categoryPanel .inactiveItem a { color: #c30404; text-decoration:line-through; }
.categoryPanel a { color:#333333; font-size: 20px; padding: 7px 5px 7px 0; text-decoration:none; display:block; transition: all 0.25s ease; }
.categoryPanel a:hover { background-color:#f0f0f0; text-indent:5px; }


.categoryPanel > a  { color: #000000; font-size:20px;font-weight:normal; margin-bottom: 10px; }
.categoryPanel > *:last-child { margin-bottom: 50px; }

.categoryPanel ul ul{ display:none; }
.categoryPanel li{ margin-bottom:4px; position:relative; word-wrap: break-word; }
.categoryPanel li a { font-size: 14px; }

.categoryPanel li > a:after { content:"-"; display: inline-block; width: 15px; line-height: 16px; float: right; font-size: 18px; font-weight: normal; color: #909090; }
.categoryPanel li > a:not(:last-child):after { content:"+"; }


.categoryPanel li.expanded > ul { display: block; }
.categoryPanel li.selectedLi > a { font-weight:bold; color:#000000; }



/* second level */
.categoryPanel li li{ margin-bottom:3px; margin-left: 20px; }
.categoryPanel li li a { color:#555555; font-size: 13px; }


@media only screen and (max-width: 800px) {

  .eshopCategory > ul {display: none; }
  .categoryPanel > a  { display: none; }

  .eshopCategory ul, .eshopCategory li, .category_res_main ul, .category_res_main li{ margin:0; padding:0; list-style:none; }
  .eshopCategory > ul > li, .category_res_main > ul > li { background: url('right.png') no-repeat 95% 50%; }
  .eshopCategory > ul > li > a, .category_res_main > ul > li > a { display: block; border-bottom: 1px solid #f0f0f0; padding: 10px 45px 10px 10px; color: #404040; font-size: 15px; letter-spacing: 1.5px;}

  .category_res_main { display: block; min-height: 100vh; overflow-y: auto; }
  .category_res_main > ul { padding-bottom: 80px; }

  .category_res_main >ul > li > ul { display: none; }

  .responsive_category_trg:before { content:""; background: url('../images/responsive_category.svg') no-repeat 0 50%; display: inline-block; background-size: 26px 24px; width: 24px; height: 40px; line-height: 40px; vertical-align: middle; margin-right: 8px; }
  .responsive_category_trg { display: inline-block; color: #000000; margin-left: 1.5%; line-height: 40px; cursor: pointer; vertical-align: middle; }

  .categoryPanel > :last-child { margin: 0; padding: 0; }
}