/* for footer */

footer {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 40px;
  /*padding-left: 20px;*/
  background-color: #333333;
  color: white;
}

footer > b {
  font-size: 30px;
  font-weight: normal;
}

.blue p a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}
.aboutLink {
  text-decoration: none;
  color: white;
  font-size: 30px;
}

.blue > p:hover {
  cursor: pointer;
  text-decoration: underline;
}

.terms {
  background-color: black;
  color: white;
  height: 7vh;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 0;
}

.terms > span:hover {
  color: #002fff;
  text-decoration: underline;
  cursor: pointer;
}

.cartScroll {
  height: 600px;
  overflow: auto;
}
.detailCol img {
  width: 100%;
  height: 125px;
  margin-bottom: 5px;
}

@media only screen and (orientation: portrait) {
  .detailCol img {
    width: 100%;
    height: 100px;
  }
  .productIndexImg3 img {
    width: 100%;
    height: 190px;
  }
  .productIndexImg3 form * {
    font-size: 9px;
  }
  .productIndexImg3 form {
    margin-top: -15px;
  }
  .productIndexImg3 form button {
    margin-top: 10px;
  }
  .productIndexImg3 form input {
    margin-top: -15px;
  }
  .detailTitle h2 {
    font-size: 20px;
  }
  .detailTitle b {
    font-size: 12px;
  }
  .detail_page_div {
    /*overflow: auto;*/
    height: auto;
  }
  .detailTitle p,
  .detailTitle span,
  .detailTitle del {
    font-size: 15px;
  }
}
.carousal img {
  height: 535px;
}
@media only screen and (max-width: 600px) {
  .carousal img {
    height: 300px;
  }
}