.htp-main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.htp-main .htp-new {
  width: 100%;
  max-width: 900px;
}
.htp-main .htp-new .htp-new__title {
  font-size: 26px;
  text-align: center;
  width: 100%;
}
.htp-main .htp-new .htp-new__title span {
  color: orange;
}
.htp-main .htp-new .htp-new__categories {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}
.htp-main .htp-new .htp-new__categories .htp__category {
  font-size: 16px;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  margin-right: 30px;
}
.htp-main .htp-new .htp-new__categories .htp__category.selected-two {
  color: #ff9e49;
  text-decoration: underline;
}
.htp-main .htp-new .htp-new__categories .htp__first {
  margin-left: 35px;
}
@media (max-width: 700px) {
  .htp-main .htp-new .htp-new__categories .htp__first {
    margin-left: 15px;
  }
}
.htp-main .htp-new .htp-new__ob {
  width: 100%;
}
.htp-main .htp-new .htp-new__ob img {
  width: 100% !important;
  height: inherit !important;
}
.htp-main .htp-new .htp-new__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.htp-main .htp-new .htp-new__list .htp-new__dropdown-item {
  width: 90%;
  margin: 10px;
  border-radius: 25px;
  border: 4px solid black;
  padding: 10px;
  height: 30px;
  overflow: hidden;
}
.htp-main .htp-new .htp-new__list .htp-new__dropdown-item.show-press {
  height: inherit;
}
.htp-main .htp-new .htp-new__list .htp-new__dropdown-item .htp-new__presenter {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.htp-main .htp-new .htp-new__list .htp-new__dropdown-item .htp-new__presenter .htp-new__image-preview {
  height: 30px;
}
.htp-main .htp-new .htp-new__list .htp-new__dropdown-item .htp__dd-data {
  margin-top: 30px;
}
.htp-main .htp-new .htp-new__list .htp-new__dropdown-item .htp__dd-data img {
  width: 100% !important;
  height: inherit !important;
}
.qrph {
  margin: 10px;
  width: 98%;
}
@media (max-width: 720px) {
  .qrph img {
    width: inherit;
  }
}

/*# sourceMappingURL=htp.css.map */
