.right{
    background-color: #fff44c;
}
ul.cats{
  list-style-type: none;
  background-color: white;
  margin-top: 3px;
  margin-bottom: 3px;
}
body{
  background-color: #F9F6EE;
}
.title{
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: lightgray;
}
.open{
  cursor: pointer;
}
.no_link{
  text-decoration: none;
}
.description{
  background-color: #FFE5B4;
}
.product{
  background-color: #E8AA43;
  margin-bottom: 3px;
  margin-top: 3px;
}
.totals{
  background-color: #FFE5B4;
}
.bold {
  font-weight: bold;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1000;
}
