.customPageCenteredContent {
  margin-top: 0;
}
#customPageTitle {
  display: none;
}
.container {
  width: 70%;
  margin: 15rem auto 8rem;
  overflow: hidden;
  max-width: 900px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.box {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-top: 5rem;
  width: 100%;
}
.text {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.title {
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: var(--base);
  margin: auto;
  margin-top: 1rem;
  text-align: center;
}
.subtitle {
  line-height: 1.9rem;
  font-size: 1.5rem;
  text-align: center;
  max-width: 40rem;
  width: 80%;
  margin: 2rem auto 1rem;
}
.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
}
.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px var(--grey);
}
.moreInfoDiv:last-of-type {
  border-bottom: solid 1px var(--grey);
}
.productGrouptitle {
  margin: 1.6rem 0;
  line-height: 1.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  text-transform: uppercase;
  color: var(--base);
}
.openClose {
  position: absolute;
  float: right;
  right: 1rem;
  top: 1.6rem;
  font-size: 1.4rem;
}
.productGroupInfo {
  width: 95%;
  position: relative;
  text-align: left;
  font-size: 1.3rem;
  overflow: hidden;
  height: 0;
  line-height: 1.7rem;
  box-sizing: border-box;
  margin-left: 1rem;
}
.productInfoText {
  margin-top: 0.9rem;
}
.productInfoText:last-child {
  margin-bottom: 1.2rem;
}
.productGroupInfo{
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  #termsTitle {
    width: 17.5rem;
  }
  #shippingTitle {
    width: 10.5rem;
  }
  .box {
    margin-top: 3rem;
  }
  .openClose {
    right: 0rem;
  }
  #policyTitle {
    width: 15.5rem;
  }
  #policyTitle::before {
    left: -0.7rem;
  }
  #supportTitle {
    width: 21.1rem;
  }
  #supportTitle::after {
    left: 4.5rem;
  }
  .container {
    width: 90%;
    margin: 10rem auto 6rem;
  }
}
