.tlp-sticky{
	position: fixed !important;
}
.tlp-sticky-stop{
	position: absolute !important;
}
.archive-sidebar-menu.tlp-sticky {
   /* bottom: 0 !important; */
    max-height: calc(100vh - 152px);
    overflow-y: scroll;
  /*  top: 152px !important; */
}
.archive-sidebar-menu.tlp-sticky:not(:hover)::-webkit-scrollbar{
   width: 0;
}
@media all and (max-width: 768px){
   .archive-sidebar-menu.tlp-sticky {
      max-height: calc(100vh - 120px);
   }
}