/* dropdown */

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 15px;
  max-height: fit-content;
  float: left;
  margin-bottom: 110px;
}
.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px #989898;
}
.moreInfoDiv:last-of-type {
  border-bottom: solid 1px #989898;
}
.productGrouptitle {
  color: #000000;
  margin: 30px 0;
  line-height: 17px;
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 17px);
  cursor: pointer;
}
.openClose {
  position: absolute;
  color: #000000;
  float: right;
  right: 0;
  top: 0px;
  font-size: 14px;
  padding: 30px 15px;
}
.productGroupInfo {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  height: auto;
  line-height: 20px;
  box-sizing: border-box;
  margin-top: 6px;
  color: #000000;
  font-weight: 300;
  margin-left: 10px;
}
.productGroupInfoContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.faqImg {
  width: auto;
  display: block;
  margin: 40px 0px;
  max-width: 70%;
}

/* end of dropdown */
.title {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.titleContainer {
  width: 70%;
  margin: 70px auto 40px;
}
.container {
  width: 100%;
  margin: auto;
}
.topNav {
    height: 65px;
    background: #EAEAEA80;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    width: 70%;
    margin: auto;
}

.customLinksContainer {
    display: flex;
    gap: 50px;
    height: 100%;
    align-items: center;
}

a.customLink {
    font-size: 14px;
    padding: 20px 5px;
    font-weight: 600;
}
.customLink.active{
  opacity: 0.5;
}
a.customLink:hover {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .productMoreInfo {
    margin-bottom: 40px;
  }
  .box {
    width: 90%;
    margin: auto;
}
  .title {
    font-size: 17px;
    line-height: 21px;
  }
  .productGrouptitle {
    font-size: 13px;
    width: calc(100% - 25px);
  }
  .openClose {
    font-size: 13px;
    top: 0px;
  }
  .titleContainer {
    margin: 30px auto 15px;
  }
  a.customLink {
    font-weight: 400;
    font-size: 14px;
    padding: 16px 16px;
    text-align: center;
    max-width: 110px;
    line-height: 19px;
}
  
.customLinksContainer {
    gap: 20px;
}
}
