.title-razdel {
  text-align: left; }
  .title-razdel h1 {
    font-size: 30px !important; }
  .title-razdel .breadcrumbs {
    opacity: 0.5; }

.widget_product_categories .widget-title {
  display: flex;
  margin-bottom: 10px !important; 
  margin-top: 0.75em !important; 
  position: relative;
}
  .widget_product_categories .widget-title .changeIcon {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    content: '';
    background: transparent;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: 10;
    cursor:pointer;
  }
  .widget_product_categories .widget-title .changeIcon:after {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    content: '';
    background: url(/components/razdel-nav/img/plus-2.svg);
    background-size: cover;
    right: 0;
    top: 0;
      
  }
  .widget_product_categories .widget-title a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-right: 20px;
    display: block;
      
  }
  .widget_product_categories .widget-title.active a,.widget_product_categories .widget-title a:hover {
    color: #ed7e19; }
    

  .widget_product_categories .widget-title.active .changeIcon:after {
    background: transparent;}
  .widget_product_categories .widget-title.active:after {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    content: '';
    background: transparent;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: 11;
  }
  .widget_product_categories .widget-title.active .changeIcon:after {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    content: '';
    background: url(/components/razdel-nav/img/minusfx-2.svg);
    background-size: cover;
    right: 0;
    top: 0;
    z-index: 9;
  }
  
.widget_product_categories ul > li {
  padding-left: 20px; 
}
.widget_product_categories ul > li.cat-item {
    margin-bottom: 0;
}
  
  
.widget_product_categories ul > li > a{
    display: block;
    flex: 1 1 calc(100% - 40px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: calc(100% - 40px);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}
  
  .widget_product_categories ul > li .widget-title {
    text-transform: none; }
    .widget_product_categories ul > li .widget-title a {
      font-weight: 400; }
      .widget_product_categories ul > li .widget-title a:hover {
        text-decoration: underline !important; }
    .widget_product_categories ul > li .widget-title:before {
      display: none; }
  .widget_product_categories ul > li ul.product-categories {
    margin-left: 0px;
    padding-left: 0; }
    .widget_product_categories ul > li ul.product-categories li {
      margin-left: 0px;
      padding-left: 0; }
      .widget_product_categories ul > li ul.product-categories li a {
        padding-top: 0;
        padding-left: 9px; }
        .widget_product_categories ul > li ul.product-categories li a:hover {
          text-decoration: underline !important; }

.product-grid-item:hover {
  background: transparent !important; }

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