/****** 0001.pro | OooOnePro | oop ******/

#oop_cls_div_cont {
  margin-bottom: unset;
  /* margin-top: 20px; */

  position: relative;
}

#oop_ul_cats {
  list-style: none;
  padding: 0;
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  position: relative;
  margin-bottom: 0px;
}

#oop_ul_cats li {
  /* display: block; */
  /* font-weight: bold; */
  /* height: 100%; */
  cursor: pointer;
  /* border-top: 1px solid #ddd; */
  /* position: relative; */
}

.scroll {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hover_scroll {
  position: absolute;
  left: 0;
  height: 30px;
  width: 100%;
  opacity: 1;
  transition: all 320ms;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(240, 240, 240, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  margin: 0;
}

.hover_scroll.hover_scroll_up {
  top: 0;
}

.hover_scroll:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  color: #fff;
  background-color: var(--Black);
}

.hover_scroll.hover_scroll_up:before {
  content: "\f106";
}

.hover_scroll.hover_scroll_down {
  bottom: 0px;
}


#oop_ul_cats ul {
  list-style: none;
  padding: 0;
  height: 100%;
  display: none;
  /* position: relative; */
}

#oop_ul_cats ul li {
  /* font-weight: normal; */
  background-color: transparent;
}

#oop_ul_cats>li {
  height: 100%;
}

#oop_ul_cats>li>ul>li:first-child {
  border-top: none;
}

#oop_ul_cats .oop_cls_div_exp {
  color: #888;
  float: right;
  font-size: 0.8em;
  padding: 8px;
  margin-top: -8px;
}

#oop_ul_cats a {
  display: block;
  /* color:#888; */
  text-decoration: none;
  padding: 8px 0px 8px 12px;
  outline: 0;
  /* max-width: calc(100% - 5px); */
}

#oop_ul_cats .oop_cls_a_active,
#oop_ul_cats a:hover,
#oop_ul_cats a:hover>.oop_cls_div_exp>i {
  background:#eee;
  font-weight: 600;
  color: var(--Lbrown);
  text-shadow: 0 1px 0 #fff;
}
#oop_ul_cats .oop_cls_a_prev_active + ul,
#oop_ul_cats .oop_cls_a_prev_active {
  background:#fafafa;
  color: var(--Lbrown);
}

#oop_ul_cats .oop_cls_a_prev_active {
  background:#fafafa;
  font-weight: 600;
}
.oop_block_title{
    background: var(--DarkGr);
    display: flex;
    min-height: 70px;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-row: 3;
    padding: 20px;
    position: static;
    width:100%;
} 

ul#oop_ul_cats > li {
    border: 1px solid #ddd!important;
    border-radius: 10px 10px 10px 10px;
    contain-intrinsic-block-size: auto 100px;
    margin-bottom: 15px;
}

ul#oop_ul_cats > li:first-child {

    border-radius: 0px 0px 10px 10px;
}


ul#oop_ul_cats > li > ul > li > ul a {
    padding-left: 40px;
}
