.shop-sidebar-sticky {
    top: 60px;
    position: sticky;
    height: 95vh;
    overflow: auto;
    overflow-x: hidden;
    padding-right:10px;
	z-index: 500;
}

.main-menu {
    position: sticky;
    top: 0;
    z-index: 1000;
}