#navbar-product   {
background-color:#a52422ff;
color: #e8eddfff;
position: absolute;
top:0;
left: 10px;
border-radius:0 0 20px 20px;
}
#navbar-product  a {
  color: #e8eddfff;
}

#navbar-product a:active {
  color: rgb(147, 226, 0);
}

.nav {
  display: flex;
	flex-wrap: wrap;
  flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link.active {
  background-color: blue;
}


/*
.position-sticky {
    position: sticky !important;
  }

@supports (position: sticky) {
    .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }

  */