.left-col .block ul li:last-child {
  border-bottom: 0px;
}
.left-col .block ul li a {
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.left-col .block ul li a:before {
  display: block;
  width: 20px;
  height: 20px;
  color: #b6af96;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg  width="14px" height="14px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" ><path fill="black" d="M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z" class=""></path></svg>');
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 5px;
  transform: rotate(90deg);
}
.left-col .block ul .level_1 a {
  position: relative;
}
.left-col .block ul .level_1 a:before {
  display: none !important;
}
.left-col .block ul .level_1 a:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -22px;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="14px" height="14px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="black" d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z" class=""></path></svg>');
  background-repeat: no-repeat;
}
.left-col .block ul .activated ul .activated a:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -22px;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="14px" height="14px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="red" d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z" class=""></path></svg>') !important;
  background-repeat: no-repeat !important;
}

.product_menu-click {
  margin-bottom: 30px;
}
.product_menu-click .count {
  text-align: right;
  display: inline-block;
  float: right;
  font-weight: 450;
  color: #000;
}
.product_menu-click .activated > h3 > .count {
  font-family: LexendBold;
}
.product_menu-click a, .product_menu-click .count {
  font-weight: 450;
}
.product_menu-click .level_0 {
  position: relative;
}
.product_menu-click .level_0:hover:before {
  transform: rotate(360deg) translate(0, 0);
  -webkit-transform: rotate(360deg) translate(0, 0);
  color: var(--main-color);
}
.product_menu-click .level_0:hover:after {
  transform: rotate(90deg) translate(0, 0);
  -webkit-transform: rotate(90deg) translate(0, 0);
}
.product_menu-click li {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  box-sizing: border-box;
}
.product_menu-click li h3 {
  margin: 0;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 13px 0px 11px;
  border-bottom: 1px solid #ddd;
}
.product_menu-click li h3.h3_0 {
  margin: 0;
  font-weight: normal;
  position: relative;
}
.product_menu-click li:hover .wrapper_children_level0 {
  display: block;
}
.product_menu-click li:hover .wrapper_children_level0:after {
  color: red;
}
.product_menu-click li:hover, .product_menu-click li.activated {
  color: var(--main-color);
}
.product_menu-click li.activated > h3 a {
  font-weight: 650;
}
.product_menu-click li ul li h3 {
  font-size: 14px;
}
.product_menu-click li ul li h3 a span {
  text-transform: capitalize;
  font-weight: normal;
}
.product_menu-click .wrapper_children_level0 {
  padding-left: 20px;
  display: none;
}
.product_menu-click .wrapper_children_level0 li:last-child {
  border-bottom: 0px;
}
.product_menu-click.hiden {
  display: none;
}