#products-tab .rhombus {
  display: none;
}

#products-tab a.nav-link.active > .rhombus {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 5px;
}

#products-tab a.nav-link.active {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#products-tab .nav-tabs .nav-link {
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

#mytabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  justify-content: space-around;
  align-items: flex-end;
  border: none;
}

#mytabs .nav-item {
  flex: 0 0 auto !important;
}

