.prod-nav {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: row;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}

.prod-nav.open {
  height: auto;
  overflow: visible;
}

.prod-nav div.contain {
  background-color: #f8f8f8;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* height: 0; */
  left: 0;
  overflow: hidden;
  /* position: absolute; */
  right: 0;
  top: 0;
  z-index: 1000;
  margin: 0 auto;
  max-width: 1420px;
  min-width: 360px;
  padding: 0 1em;
  width: 100%;
}

.prod-nav div.contain p.prodname {
  color: #1e4e8f;
  font-family: 'Segoe UI', Arial, Verdana, Helvetica ,Sans-Serif;
  font-size: 1em;
  font-weight: 500;
}

.prod-nav div.contain p.prodname a {
  color: #1e4e8f;
}

.prod-nav div.contain p.prodname a:hover {
  color: #5c99ec;
}

.prod-nav div.contain p.partnerproduct {
  color: #1e4e8f;
  font-family: 'Segoe UI', Arial, Verdana, Helvetica ,Sans-Serif;
  font-size: 1em;
  font-weight: 500;
  display: none;
}

.prod-nav div.contain div.buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}

.prod-nav div.contain div.buttons > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding-left: 12px;
}

.prod-nav div.contain div.buttons > span > a {
  border-color: #1e4e8f;
  background-color: #ffffff;
  color: #1e4e8f;
  display: inline-block;
  height: 34px;
  padding: 0 20px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1em;
  font-family: "Segoe UI", Arial, Tahoma;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s;
  user-select: none;
  -webkit-user-select: none;
}

.prod-nav div.contain div.buttons > span > a:hover {
  border-color: #1e4e8f;
  background-color: #dceeff;
  text-decoration: none;
}

.prod-nav div.contain div.buttons > span > a.buy {
  background-color: #1e4e8f;
  color: #ffffff;
}

.prod-nav div.contain div.buttons > span > a.buy:hover {
  background-color: #2761ae;
  color: #ffffff;
}
