#content {
  padding: 35px 0;

  background-color: rgb(247, 246, 244);
}

#menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item {
  position: relative;
  display: inline-block;

  margin: 0 25px;
}
.menu-item > a {
  font-size: 16px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  line-height: 1.5;
}
.menu-item#various-products.select ~ .pop-menu,
.menu-item#various-products.select .pop-menu-decoration {
  display: block;
}
.menu-item.select a {
  color: rgb(13, 144, 254);
}

#info-container {
  display: block;

  width: 100%;
}
