.detile_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 29.5rem;
  height: 5rem;
  margin: 1rem auto;
}
.detile_header a img {
  width: 4rem;
  height: 4rem;
}
.form-search {
  width: 19rem;
  height: 3rem;
}
.form-search > .ipt-search {
  width: 100%;
  height: 3rem;
  border-radius: 0.2rem;
  /* border: 0.04rem solid #1F2F38; */
  color: #fff;
  position: absolute;
  padding: 0 .5rem 0 .5rem;
  background-color: rgba(255, 255, 255, 0.1)
}
.form-search .btn-search {
  width: 1.5rem;
  height: 3rem;
  position: absolute;
  right: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search .icon-search {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/search.png") center center no-repeat;
  background-size: 100%;
  display: block;
}
.detile_header .icon-type {
  width: 2rem;
  height: 2rem;
}

.detile_info {
  width: 29.5rem;
  height: 35rem;
  margin: 8.5rem auto 0;
  padding-top: 10rem;
  background-color: rgba(255, 255, 255, .1);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  position: relative;
}

.product-images {
  position: absolute;
  top: -7rem;
}

#main-image {
  width: 15rem;
  height: 15rem;
}

.thumbnails {
  display: flex;
  gap: 1rem;
}

.thumbnail {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnail.highlight {
  border-color: #00B578;
}
.info_box {
  width: 26rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.info_box .desc {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.detile_info .gotobuy {
  width: 80%;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  background-color: #00B578;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem auto;
}


.notfind {
  display: none;
}
.notfind .notfind-text {
  width: 29.5rem;
  height: 20rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.notfind .notfind-text p,
.find .find-text p{
  color: #fff;
  font-size: 1.4rem;
  margin: 1rem 0;
}
.find {
  display: none;
}
.find .find-text {
  width: 29.5rem;
  margin: 2rem auto;
  padding-left: 1rem;
}