#vstar-reviews {
  box-sizing: border-box;
  margin: 0 auto;
}

#vstar-noreviews,
#vstar-reviews {
  border: none;
  clear: both;
  text-align: start;
}

.trustoo-widget,
.trustoo-widget *,
.vstar-widget,
.vstar-widget * {
  direction: ltr;
}

.trustoo-widget a,
.vstar-widget a {
  text-decoration: none;
}

.trustoo-widget button,
.trustoo-widget div,
.trustoo-widget input,
.trustoo-widget p,
.trustoo-widget textarea,
.vstar-widget button,
.vstar-widget div,
.vstar-widget input,
.vstar-widget p,
.vstar-widget textarea {
  font-size: 12px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.trustoo-widget button,
.vstar-widget button {
  border-radius: 0;
  min-height: 0;
  min-width: 0;
}

.trustoo-widget input,
.vstar-widget input {
  color: #222;
  text-indent: 0;
}

.trustoo-widget input::-webkit-input-placeholder,
.vstar-widget input::-webkit-input-placeholder {
  color: #999;
}

.trustoo-widget button,
.trustoo-widget input,
.trustoo-widget select,
.trustoo-widget textarea,
.vstar-widget button,
.vstar-widget input,
.vstar-widget select,
.vstar-widget textarea {
  outline: none;
}

.trustoo-widget textarea,
.vstar-widget textarea {
  color: #222;
  resize: none;
}

.trustoo-widget textarea::-webkit-input-placeholder,
.vstar-widget textarea::-webkit-input-placeholder {
  color: #999;
}

.trustoo-widget img,
.vstar-widget img {
  border: none !important;
  border-radius: 0;
  height: auto;
  margin: 0;
  margin-block: 0 !important;
  max-width: none;
  min-height: 0;
  min-width: auto;
  opacity: 1;
  width: auto;
}

.trustoo-widget svg,
.vstar-widget svg {
  display: inline;
  height: auto;
  width: auto;
  stroke: none;
}

.trustoo-widget div,
.vstar-widget div {
  text-align: left;
}

.trustoo-widget div:empty,
.vstar-widget div:empty {
  display: block;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.trustoo-widget .loader,
.vstar-widget .loader {
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 2px solid;
  border-color: #fff #fff #ff3d00;
  border-radius: 50%;
  margin-left: 8px;
}

.trustoo-widget .vstar-star,
.vstar-widget .vstar-star {
  width: auto;
}

#trustoo-allinone i[class^="trustoo-icon-"],
#trustoo-review-detail i[class^="trustoo-icon-"],
#vstar-reviews i[class^="trustoo-icon-"] {
  font-family: iconfont !important;
}

#trustoo-mask .trustoo-power,
.trustoo-widget .trustoo-power {
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  left: 50%;
  line-height: 30px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 200px;
}

#trustoo-mask .trustoo-power .redirect,
.trustoo-widget .trustoo-power .redirect {
  background: #444;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  padding: 2px 8px;
  text-decoration: none;
}

#trustoo-mask .trustoo-power .line,
.trustoo-widget .trustoo-power .line {
  background-color: #fff;
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  vertical-align: middle;
  width: 1px;
}

#trustoo-mask .trustoo-power .tt-power-cw,
.trustoo-widget .trustoo-power .tt-power-cw {
  font-size: 0;
  vertical-align: middle;
}

#trustoo-mask .trustoo-power .tt-power-cw svg,
.trustoo-widget .trustoo-power .tt-power-cw svg {
  vertical-align: middle;
}

.trustoo-widget.trustoo-rtl * {
  direction: rtl;
  text-align: right;
}

#vstar-noreviews div,
#vstar-noreviews p,
#vstar-noreviews span,
#vstar-reviews div,
#vstar-reviews p,
#vstar-reviews span {
  color: var(--font-color);
}

#vstar-noreviews[show-type="2"][qa-page-count="0"] #reviews-footer,
#vstar-noreviews[show-type="2"][qa-page-count="1"] #reviews-footer,
#vstar-reviews[show-type="2"][qa-page-count="0"] #reviews-footer,
#vstar-reviews[show-type="2"][qa-page-count="1"] #reviews-footer {
  display: none;
}

#vstar-noreviews[qa-page-count="0"] .tt-qa-list,
#vstar-reviews[qa-page-count="0"] .tt-qa-list {
  margin-top: 32px;
  min-height: 43px;
}

#vstar-noreviews .tt-qa-list,
#vstar-reviews .tt-qa-list {
  animation: switch_tab 0.5s linear;
}

#vstar-noreviews .tt-qa,
#vstar-reviews .tt-qa {
  border-bottom: 1px solid var(--line-color);
  padding: 20px 0;
}

#vstar-noreviews .tt-qa .tt-answerer,
#vstar-noreviews .tt-qa .tt-questioner,
#vstar-reviews .tt-qa .tt-answerer,
#vstar-reviews .tt-qa .tt-questioner {
  font-size: var(--author-font-size);
  font-weight: 700;
}

#vstar-noreviews .tt-qa .tt-answer-date,
#vstar-noreviews .tt-qa .tt-question-date,
#vstar-reviews .tt-qa .tt-answer-date,
#vstar-reviews .tt-qa .tt-question-date {
  margin-left: 12px;
  opacity: 0.6;
}

#vstar-noreviews .tt-qa .second-row,
#vstar-reviews .tt-qa .second-row {
  font-size: var(--content-font-size);
  margin-top: 12px;
}

#vstar-noreviews .tt-qa .tt-review-question *,
#vstar-reviews .tt-qa .tt-review-question * {
  color: var(--question-color);
}

#vstar-noreviews .tt-qa .tt-reviews-answer,
#vstar-reviews .tt-qa .tt-reviews-answer {
  background-color: var(--reply-bg-color);
  border-radius: 8px;
  margin-top: 12px;
  padding: 20px;
}

#vstar-noreviews .tt-qa .tt-reviews-answer .second-row,
#vstar-reviews .tt-qa .tt-reviews-answer .second-row {
  white-space: pre-line;
}

#vstar-noreviews .tt-qa .tt-reviews-answer *,
#vstar-reviews .tt-qa .tt-reviews-answer * {
  color: var(--answer-color);
}

#vstar-noreviews .tt-qa .tt-answer,
#vstar-noreviews .tt-qa .tt-question,
#vstar-reviews .tt-qa .tt-answer,
#vstar-reviews .tt-qa .tt-question {
  font-size: 15px;
}

#vstar-noreviews .tt-qa-helpful,
#vstar-reviews .tt-qa-helpful {
  font-size: 14px;
  margin-top: 12px;
}

#vstar-noreviews .tt-qa-helpful svg,
#vstar-reviews .tt-qa-helpful svg {
  margin-left: 12px;
}

#vstar-noreviews .tt-qa-helpful svg path,
#vstar-reviews .tt-qa-helpful svg path {
  fill: #00000000;
  stroke: var(--answer-color);
  stroke-width: 8px;
}

#vstar-noreviews .tt-qa-helpful svg.active path,
#vstar-reviews .tt-qa-helpful svg.active path {
  fill: var(--answer-color);
}

#vstar-reviews .page-control-button,
#vstar-reviews .page-control-item {
  color: var(--font-color);
}

#vstar-reviews .page-control-button:hover,
#vstar-reviews .page-control-item:hover {
  border: 1px solid var(--font-color-o8);
}

#vstar-reviews .page-control[type="qa"] .page-control-button,
#vstar-reviews .page-control[type="qa"] .page-control-item {
  color: var(--question-color);
}

#vstar-reviews .page-control[type="qa"] .page-control-button:hover,
#vstar-reviews .page-control[type="qa"] .page-control-item:hover {
  border: 1px solid var(--question-color-o8);
}

#vstar-reviews .page-control[type="qa"] .page-control-button path {
  fill: var(--question-color);
}

#reviews-footer button,
#vstar-noreviews .noreviews-button,
#vstar-reviews .head-button,
#vstar-reviews .head-sort .sort-icon,
#vstar-reviews .more-review-btn {
  background-color: var(--button-bd-color);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-radius);
  color: var(--button-color);
}

#vstar-reviews .sort-icon svg > path {
  fill: var(--button-color);
}

#noreviews-wrapper .noreviews-button:hover,
#vstar-noreviews .noreviews-button:hover,
#vstar-reviews .head-button:hover,
#vstar-reviews .head-sort .sort-icon:hover {
  opacity: 0.8;
}

#noreviews-wrapper {
  clear: both;
  margin: 50px auto;
}

#vstar-noreviews {
  margin: 0 auto;
}

#vstar-noreviews[show-type="1"] .tt-qa-list,
#vstar-noreviews[show-type="2"] .noreviews-center,
#vstar-noreviews[show-type="2"][qa-page-count="1"] #reviews-footer {
  display: none;
}

#vstar-noreviews .noreviews-title {
  font-size: 28px;
}

#vstar-noreviews #tt-first-row {
  display: flex;
  justify-content: space-between;
}

#vstar-noreviews #tt-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}

#vstar-noreviews .noreviews-center {
  animation: switch_tab 0.5s linear;
  margin-top: 32px;
  text-align: center;
}

#vstar-noreviews .noreviews-center .noreviews-text {
  font-size: 20px;
  margin-top: 4px;
}

#vstar-noreviews .noreviews-center .noreviews-nostar {
  justify-content: center;
  text-align: center;
}

#vstar-noreviews .noreviews-button {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  padding: 0 15px;
  text-align: center;
}

#vstar-noreviews .star-item {
  display: inline-block;
  margin: 0 3px 0 0;
}

#reviews-wrapper {
  width: 100%;
}

#vstar-reviews.trustoo-rtl .related-product > .product-name {
  margin-left: 0;
  margin-right: 12px;
}

#vstar-reviews.trustoo-rtl #reviews-body .user-verified > svg {
  margin-left: 4px;
}

#vstar-reviews[layout="list"][pagecount="1"] #reviews-body {
  padding-bottom: 60px;
}

#vstar-reviews[layout="list"] .tt-review-list {
  animation: switch_tab 0.5s linear;
}

#vstar-reviews.qa #reviews-head {
  border-bottom: none;
}

#vstar-reviews.qa .head-sort {
  display: none;
}

#vstar-reviews.qa #reviews-head:not(.review-head-type2) .tt-head-right {
  flex-direction: column;
}

#vstar-reviews[show-type="1"] .page-control[type="qa"],
#vstar-reviews[show-type="1"] .tt-qa-list,
#vstar-reviews[show-type="1"][review-page-count="1"] #reviews-footer,
#vstar-reviews[show-type="2"][qa-page-count="1"] #reviews-footer {
  display: none;
}

#vstar-reviews[show-type="2"] #reviews-body {
  height: auto !important;
}

#vstar-reviews[show-type="2"] .more-review-btn,
#vstar-reviews[show-type="2"] .page-control[type="reviews"],
#vstar-reviews[show-type="2"] .tt-review-list,
#vstar-reviews[show-type="2"] .tt-reviews-sort {
  display: none !important;
}

#vstar-reviews #reviews-head {
  border-bottom: 1px solid var(--line-color);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

#vstar-reviews #reviews-head .head-center {
  cursor: pointer;
  font-size: 12px;
}

#vstar-reviews #reviews-head .head-button {
  align-items: center;
  cursor: pointer;
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  text-align: center;
}

#vstar-reviews .tt-head-title {
  font-weight: 600;
}

#vstar-reviews .tt-head-content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#vstar-reviews .tt-reviews-album #tt-bs-list {
  margin-top: 0;
}

#vstar-reviews .head-left {
  font-style: normal;
}

#vstar-reviews .head-left .star {
  font-size: 0;
  line-height: normal;
}

#vstar-reviews .head-left .head-title {
  font-weight: 600;
}

#vstar-reviews .head-left .point {
  font-size: 14px;
}

#vstar-reviews .head-left .big-point,
#vstar-reviews .head-left .bigPoint {
  font-size: 32px;
  font-weight: 700;
}

#vstar-reviews .head-center .star-raw {
  align-items: center;
  display: flex;
}

#vstar-reviews .star-raw {
  line-height: 14px;
}

#vstar-reviews .star-raw:not(:first-child) {
  padding-top: 10px;
}

#vstar-reviews .star-raw .star-classify,
#vstar-reviews .star-raw .star-num {
  font-size: 14px;
}

#vstar-reviews .star-raw .star-classify {
  display: inline-block;
}

#vstar-reviews .star-raw .star-classify .number {
  display: inline-block;
  width: 6px;
}

#vstar-reviews .star-raw .star-range {
  border-radius: var(--button-radius);
  height: 8px;
  margin: 0 10px;
}

#vstar-reviews .head-sort {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
}

#vstar-reviews .head-sort .sort-content {
  height: 100%;
  position: relative;
  width: 100%;
}

#vstar-reviews .head-sort .sort-content .sort-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#vstar-reviews .head-sort .sort-popup,
#vstar-reviews .tt-reviews-sort .sort-popup {
  animation: sort_list_show 0.1s linear;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  height: 200px;
  min-width: auto;
  position: absolute;
  right: 0;
  top: 42px;
  transform-origin: 100% 0;
  width: auto;
  z-index: 100;
}

#vstar-reviews .head-sort .sort-popup .sort-list,
#vstar-reviews .tt-reviews-sort .sort-popup .sort-list {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 15px 50px 0 16px;
  position: relative;
  text-decoration: none;
  width: auto;
}

#vstar-reviews .head-sort .sort-popup .sort-list font-family .sort-title,
#vstar-reviews .tt-reviews-sort .sort-popup .sort-list font-family .sort-title {
  color: #000;
  font-size: 16px;
  height: 21px;
  white-space: nowrap;
}

#vstar-reviews .head-sort .sort-popup .sort-list .sort-item,
#vstar-reviews .tt-reviews-sort .sort-popup .sort-list .sort-item {
  color: #202223;
  cursor: pointer;
  font-size: 14px;
  height: 19px;
  line-height: normal;
  margin: 16px 0 0 !important;
  white-space: nowrap;
}

#vstar-reviews .head-sort .sort-popup .sort-active,
#vstar-reviews .tt-reviews-sort .sort-popup .sort-active {
  position: absolute;
  right: 25px;
  top: 53px;
}

#vstar-reviews .tt-reviews-sort {
  cursor: pointer;
  margin-top: 12px;
  position: relative;
}

#vstar-reviews .tt-reviews-sort .sort-popup {
  top: 25px;
}

#vstar-reviews #reviews-head.review-head-type2 .head-left {
  align-items: center;
  display: flex;
}

#vstar-reviews #reviews-head.review-head-type2 .head-left .star {
  margin-bottom: 0;
  margin-left: 3px;
}

#vstar-reviews #reviews-head.review-head-type2 .head-left .point {
  font-size: 24px;
  margin: 0;
}

#vstar-reviews #reviews-head.review-head-type2 .head-left .reviews-num {
  font-size: 14px;
  margin-top: 2px;
}

#vstar-reviews #reviews-head.review-head-type2 .product-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 153px;
}

#vstar-reviews #reviews-head.review-head-type2 .big-point {
  font-size: 24px;
}

#vstar-reviews #reviews-body {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#vstar-reviews #reviews-body .tt-review-list {
  position: relative;
  width: 100%;
}

#vstar-reviews #reviews-body .tt-review-avatar {
  background-color: var(--avatar-bg-color);
  border-radius: 50%;
  color: var(--avatar-text-color);
  flex-shrink: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
}

#vstar-reviews #reviews-body .tt-review-avatar svg {
  bottom: 0;
  position: absolute;
  right: 0;
  transform: translateX(4px);
}

#vstar-reviews #reviews-body .trustoo-badge-icon path {
  fill: var(--badge-color);
}

#vstar-reviews #reviews-body .img-item,
#vstar-reviews #reviews-body .resource-item {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

#vstar-reviews #reviews-body .tt-video-player {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#vstar-reviews #reviews-body .tt-video-player img {
  height: 100%;
  width: 100%;
}

#vstar-reviews #reviews-body .tt-review-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

#vstar-reviews #reviews-body .merchant-reply {
  background-color: var(--reply-bg-color);
  border-radius: 4px;
}

#vstar-reviews #reviews-body .review-helpful {
  margin-top: 8px;
  text-align: right;
}

#vstar-reviews #reviews-body .related-product {
  background: none;
}

#vstar-reviews #reviews-body .related-product .product-image {
  height: 40px;
  width: 40px;
}

#vstar-reviews #reviews-body .related-product .image,
#vstar-reviews #reviews-body .related-product .related-product-image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#vstar-reviews #reviews-body .related-product .product-name {
  flex: 1;
  margin-left: 12px;
}

#vstar-reviews .tt-head-right {
  display: flex;
  gap: 8px;
  width: auto;
}

#vstar-reviews .body-item:last-child {
  border: none;
}

#vstar-reviews .list-review {
  border-bottom: 1px solid var(--line-color);
  box-sizing: border-box;
  padding: 24px 0;
}

#vstar-reviews .list-review.split {
  display: flex;
  gap: 20px;
}

#vstar-reviews .list-review.split .star {
  margin-bottom: 16px;
}

#vstar-reviews .list-review .author-name {
  font-size: 14px;
}

#vstar-reviews .list-review .list-review-head {
  margin-bottom: 16px;
}

#vstar-reviews .list-review .star {
  margin-bottom: 8px;
}

#vstar-reviews .list-review .img-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

#vstar-reviews .list-review .img-list .img-item {
  align-items: center;
  background: #000;
  display: flex;
  justify-content: center;
}

#vstar-reviews .list-review .resource-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

#vstar-reviews .list-review .resource-list .resource-item {
  background: #000;
}

#vstar-reviews .list-review .resource-list img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#vstar-reviews .list-review .tt-video-player {
  height: 28px;
  width: 28px;
}

#vstar-reviews .list-review .merchant-reply {
  padding: 12px;
}

#vstar-reviews .grid-review {
  animation: recover 1s linear;
  border-radius: 8px;
  display: inline-block;
  padding-bottom: 16px;
  /* position:absolute; */
  vertical-align: top;
}

#vstar-reviews .grid-review .img-item,
#vstar-reviews .grid-review .resource-item {
  border-radius: 8px 8px 0 0;
  position: relative;
  width: 100%;
}

#vstar-reviews .grid-review .img-item:not(:first-child),
#vstar-reviews .grid-review .resource-item:not(:first-child) {
  display: none !important;
}

#vstar-reviews .grid-review .img-item img,
#vstar-reviews .grid-review .resource-item img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

#vstar-reviews .grid-review .tt-video-player,
#vstar-reviews .grid-review .tt-video-player svg {
  height: 32px;
  width: 32px;
}

#vstar-reviews .grid-review .grid-review-head {
  margin-top: 16px;
  padding: 0 16px;
  position: relative;
}

#vstar-reviews .grid-review .grid-review-head .user-message {
  margin: 12px 0;
}

#vstar-reviews .grid-review .grid-review-head .user-message .user-name {
  padding: 0;
  vertical-align: middle;
}

#vstar-reviews .grid-review .grid-review-head .user-message .country-name {
  font-size: 16px;
  vertical-align: middle;
}

#vstar-reviews .grid-review .grid-review-head .reviews-date {
  font-size: 12px;
  line-height: 18px;
}

#vstar-reviews .grid-review .grid-review-body {
  padding: 0 16px;
}

#vstar-reviews .grid-review .grid-review-body .reviews-text {
  word-wrap: break-word;
}

#vstar-reviews .grid-review .grid-review-body .display-text {
  font-size: 14px;
}

#vstar-reviews .grid-review .related-product {
  border-top: 1px solid var(--line-color);
  padding-top: 8px;
}

#vstar-reviews .grid-review .resource-list {
  position: relative;
}

#vstar-reviews .grid-review .merchant-reply {
  padding: 8px;
}

#vstar-reviews .user-message {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

#vstar-reviews .multi-photo-wrapper {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1;
}

#vstar-reviews .review-helpful {
  font-size: 0;
}

#vstar-reviews .review-helpful span {
  font-size: 14px;
  vertical-align: middle;
}

#vstar-reviews .review-helpful svg {
  cursor: pointer;
  margin: 0 4px 0 8px;
  stroke: #fff;
  vertical-align: middle;
}

#vstar-reviews .review-helpful svg path {
  fill: #00000000;
  stroke: var(--font-color);
  stroke-width: 8px;
}

#vstar-reviews .review-helpful svg.active path {
  fill: var(--font-color);
}

#vstar-reviews .merchant-reply .reply-title {
  margin-bottom: 4px;
}

#vstar-reviews .merchant-reply .tt-shop-avatar {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-right: 4px;
  overflow: hidden;
  width: 32px;
}

#vstar-reviews .merchant-reply .tt-shop-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#vstar-reviews .more-review-btn {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  min-width: 92px;
  padding: 0 15px;
  text-align: center;
  width: auto;
}

#vstar-reviews .review-star-item {
  margin-left: 2px;
}

#vstar-reviews #reviews-footer {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px 30px 0;
  width: 100%;
}

#vstar-reviews #reviews-footer .loader {
  border-bottom-color: #000;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}

#vstar-reviews .page-control {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

#vstar-reviews .page-control-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 8px;
  text-align: center;
}

#vstar-reviews .page-control-button,
#vstar-reviews .page-control-item {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  opacity: 0.6;
  width: 32px;
}

#vstar-reviews .page-control-button {
  align-items: center;
  background: transparent;
  color: #000;
  display: flex;
  justify-content: center;
  margin-left: 8px;
}

#vstar-reviews #reviews-footer .active {
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
}

#vstar-reviews .display-text {
  cursor: pointer;
  line-height: 12px;
  opacity: 0.6;
}

#vstar-reviews .no-review-tip {
  font-size: 16px;
  padding: 30px 0;
}

#vstar-reviews #reviews-body .review-row-one {
  display: flex;
  justify-content: space-between;
}

#vstar-reviews #reviews-body .user-name {
  font-size: 14px;
  font-weight: 700;
  margin-right: 6px;
  vertical-align: middle;
}

#vstar-reviews #reviews-body .country-name {
  font-size: 13px;
  vertical-align: middle;
}

#vstar-reviews #reviews-body .country-flag {
  transform: scale(0.8);
}

#vstar-reviews #reviews-body .user-verified {
  font-size: 0;
  height: auto;
  margin: 5px 0 0;
}

#vstar-reviews #reviews-body .user-verified span {
  color: var(--badge-text-color);
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

#vstar-reviews #reviews-body .img-item,
#vstar-reviews #reviews-body .resource-item {
  cursor: pointer;
}

#vstar-reviews #reviews-body .merchant-reply {
  margin-top: 12px;
}

#vstar-reviews #reviews-body .merchant-reply .reply-title {
  font-size: 14px;
  margin-bottom: 4px;
}

#vstar-reviews #reviews-body .merchant-reply .reply-content {
  font-size: 14px;
  line-height: 22px;
  white-space: pre-line;
}

#vstar-reviews #reviews-body .related-product {
  align-items: center;
  display: flex;
  margin-top: 18px;
  text-decoration: none;
}

#vstar-reviews #reviews-body .country-name,
#vstar-reviews #reviews-body .reviews-date,
#vstar-reviews #reviews-body .reviews-num,
#vstar-reviews #reviews-body .star-num {
  opacity: 0.6;
}

.trustoo-widget .tt-tabs-list {
  border-bottom: 1px solid var(--tab-title-line-color);
}

.trustoo-widget .tt-tabs-list .tt-tab {
  color: var(--tab-title-color);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 20px 0 0;
  padding-bottom: 6px;
}

.trustoo-widget .tt-tabs-list .tt-tab.active {
  border-bottom: 3px solid var(--tab-title-color);
  font-weight: 600;
}

#vstar-tab {
  align-items: center;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 33.64px;
  justify-content: center;
  min-width: 103.1px;
  padding: 0 15px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(90deg) translate(50%);
  transform-origin: 100% 0;
  width: auto;
  z-index: 11000;
}

#vstar-window-review {
  bottom: 0;
  height: 100vh;
  left: 50%;
  max-width: 1030px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 11001;
}

#vstar-window-review #reviews-wrapper {
  padding: 0;
}

#vstar-window-review #vstar-reviews {
  margin: 0;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

#vstar-window-review #vstar-reviews.trustoo-rtl #reviews-head .window-close {
  left: 0;
  right: auto;
}

#vstar-window-review #vstar-reviews.trustoo-rtl #reviews-head .head-sort {
  display: block;
  left: 40px;
  right: auto;
}

#vstar-window-review #reviews-head {
  font-size: 16px;
}

#vstar-window-review .no-review-tip {
  color: #999;
  display: block;
  font-size: 20px;
  left: 50%;
  line-height: 28px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
}

#vstar-window-review .window-close {
  cursor: pointer;
  position: absolute;
  top: 30px;
}

.trustoo-body-mask {
  background-color: var(--bg-color);
  height: 1000px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.star-icon {
  margin-left: 1.56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#icon-list-wrapper,
.star-icon {
  display: inline-block;
}

.product-icon-list {
  clear: both;
  font-size: 0;
  justify-content: start;
  margin: 10px 0 15px !important;
}

.product-icon-list .product-reviews-num,
.product-icon-list .tt-rating-text {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin: 2px 6px 0;
}

.product-icon-list a {
  text-decoration: none;
}

.product-icon-list a:active {
  text-decoration: underline;
}

.collection-icon-list {
  display: block;
  font-size: 16px;
  margin: 5px 0;
}

.collection-icon-list a {
  text-decoration: none;
}

.collection-icon-list a:active {
  text-decoration: underline;
}

.collection-icon-list div {
  display: inline-block;
  vertical-align: middle;
}

.seal-stars .collection-reviews-num {
  margin-top: 2px;
}

.collection-icon-list a,
.product-icon-list a,
.seal-stars a {
  text-decoration: none;
}

.collection-icon-list a:active,
.product-icon-list a:active,
.seal-stars a:active {
  text-decoration: underline;
}

.collection-icon-list svg,
.product-icon-list svg,
.seal-stars svg {
  max-width: none !important;
  stroke: none;
}

.trustoo-open {
  margin-right: 17px;
  overflow: hidden;
}

#trustoo-mask,
.mask {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

#trustoo-mask {
  z-index: 9999999;
}

.mask.window-review-mask {
  z-index: 999999;
}

.error-border {
  border: 1px solid #f22 !important;
}

.toast {
  background-color: #000c;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  min-height: 50px;
  padding: 15px 30px;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  transition: all 0.1s;
  width: 300px;
  z-index: 9999999999;
}

.mix-review-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 38px;
  white-space: nowrap;
}

@keyframes recover {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes sort_list_show {
  0% {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

@keyframes switch_tab {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 1199px) {
  .viewer-container .viewer-bigLarge:empty,
  .viewer-container .viewer-button:empty {
    display: block;
  }
}

.viewer-container {
  z-index: 999999 !important;
}

#tt-reviews-loading {
  animation-duration: 1.4s;
  margin: auto;
  padding: 40px 0;
  text-align: center;
  width: 8em;
}

#tt-reviews-loading .tt-loading-item:empty {
  display: inline-block;
}

#tt-reviews-loading .tt-loading-item {
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  background-color: #888;
  border-radius: 100%;
  height: 2em;
  width: 2em;
}

#tt-reviews-loading .tt-loading-1 {
  animation-delay: -0.32s;
}

#tt-reviews-loading .tt-loading-2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%,
  80%,
  to {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

span.rating-badge {
  display: none;
}

@media only screen and (max-width: 767px) {
  #vstar-noreviews[qa-page-count="0"] .tt-qa-list,
  #vstar-reviews[qa-page-count="0"] .tt-qa-list {
    margin-top: 20px;
  }

  #vstar-reviews.trustoo-rtl .list-review-head .star {
    direction: ltr;
  }

  #vstar-reviews.trustoo-rtl .head-left .point,
  #vstar-reviews.trustoo-rtl .head-left .reviews-num {
    text-align: center;
  }

  #vstar-reviews {
    font-size: 12px;
    padding: 0 12px 20px;
    width: 100% !important;
  }

  #vstar-reviews #reviews-head {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 40px 0 20px;
  }

  #vstar-reviews #reviews-head.review-head-type2 {
    align-items: start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 16px;
  }

  #vstar-reviews #reviews-head .tt-head-right[only-sort] {
    justify-content: end;
  }

  #vstar-reviews #reviews-head .head-left {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 1px;
    text-align: left;
  }

  #vstar-reviews #reviews-head .head-center {
    margin: 0 auto;
    width: fit-content;
  }

  #vstar-reviews #reviews-head .head-button {
    left: 16px;
    line-height: 40px;
    min-width: 210px;
    padding: 0 5px;
    width: calc(100% - 50px);
  }

  #vstar-reviews #reviews-head .tt-head-title {
    font-size: 20px;
  }

  #vstar-reviews #reviews-head .tt-head-content {
    justify-content: center;
  }

  #vstar-reviews #reviews-head .tt-reviews-album {
    margin-top: 20px;
    width: 100%;
  }

  #vstar-reviews #reviews-head .tt-head-left {
    width: 100%;
  }

  #vstar-reviews #reviews-head .tt-head-right {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
  }

  #vstar-reviews #reviews-head.review-head-type2 {
    justify-content: center;
  }

  #vstar-reviews #reviews-head.review-head-type2 .head-left {
    margin: 0 auto;
  }

  #vstar-reviews #reviews-head.review-head-type2 .head-button {
    display: block;
    position: static;
  }

  #vstar-reviews #reviews-head.review-head-type2 .head-sort {
    position: static;
  }

  #vstar-reviews #reviews-head.review-head-type2 .product-rating {
    justify-content: center;
  }

  #vstar-reviews.qa #reviews-head .tt-head-right {
    align-items: center;
    gap: 20px;
  }

  #vstar-reviews.qa #reviews-head .head-button {
    max-width: 400px;
    width: 100%;
  }

  #vstar-reviews .head-left .head-title {
    font-size: 20px;
  }

  #vstar-reviews .head-left .product-rating {
    display: block;
    margin-top: 20px;
    text-align: center;
  }

  #vstar-reviews .head-left .star {
    margin-bottom: 8px;
  }

  #vstar-reviews .head-left .reviews-num {
    font-size: 14px;
    font-weight: 400;
  }

  #vstar-reviews .head-center .star-num,
  #vstar-reviews .head-center .star-raw {
    font-size: 14px;
  }

  #vstar-reviews .head-center .star-range {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    max-width: 400px;
    min-width: 150px;
    vertical-align: middle;
    width: 42.5vw;
  }

  #vstar-reviews #reviews-footer .footer-button {
    align-items: center;
    background-color: transparent;
    border: 1px solid #585858;
    border-radius: 4px;
    font-size: 16px;
    height: 45px;
    justify-content: center;
    line-height: 45px;
    margin: 21px auto;
    min-width: 90px;
    padding: 0 15px;
    text-align: center;
    width: auto;
  }

  #vstar-reviews .list-review {
    position: relative;
  }

  #vstar-reviews .list-review.split {
    flex-direction: column;
  }

  #vstar-reviews .list-review.split .list-review-head {
    margin-bottom: 0;
  }

  #vstar-reviews .list-review .reviews-date {
    font-size: 12px;
    right: 0;
  }

  #vstar-reviews .list-review .list-review-head {
    position: relative;
  }

  #vstar-reviews .list-review .list-review-head .star {
    font-size: 0;
    margin-left: -2px;
  }

  #vstar-reviews .list-review .list-review-head .review-star-item {
    margin-right: 0;
  }

  #vstar-reviews .list-review .list-review-head .user-name {
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    width: 100px;
  }

  #vstar-reviews .list-review .list-review-body {
    width: 100%;
  }

  #vstar-reviews .list-review .list-review-body .reviews-text {
    width: 100%;
    word-wrap: break-word;
  }

  #vstar-reviews .list-review .list-review-body .reviews-text .display-text {
    opacity: 0.6;
  }

  #vstar-reviews .list-review .list-review-body .img-list {
    min-height: 20px;
  }

  #vstar-reviews .list-review .list-review-body .img-list .img-item {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin: 8px 8px 0 0;
    width: 100px;
  }

  #vstar-reviews .list-review .list-review-body .resource-list {
    min-height: 20px;
  }

  #vstar-reviews .list-review .list-review-body .resource-list .resource-item {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin: 8px 8px 0 0;
    width: 100px;
  }

  #vstar-reviews .grid-review .reviews-date {
    margin: 0 8px 0 0;
    position: static;
    vertical-align: middle;
  }

  #vstar-reviews .grid-review .grid-review-head .grid-mobile {
    margin-top: 10px;
  }

  #vstar-reviews .grid-review .related-product .product-name {
    width: 80px;
  }

  #vstar-reviews .grid-review .review-row-one .reviews-date {
    display: none;
  }

  #vstar-reviews.all-review.trustoo-rtl #reviews-head .head-sort {
    left: 16px;
    right: auto;
  }

  #vstar-reviews.all-review #reviews-head {
    align-items: start;
    flex-direction: column;
    padding: 30px 0 10px;
  }

  #vstar-reviews.all-review #reviews-head .mix-review-num,
  #vstar-reviews.all-review #reviews-head .mix-review-rating,
  #vstar-reviews.all-review #reviews-head .mix-review-title {
    margin: 0 16px;
  }

  #vstar-reviews.all-review #reviews-head .head-sort {
    bottom: 15px;
    right: 8px;
  }

  #noreviews-wrapper {
    padding: 40px 12px 20px;
  }

  #vstar-noreviews {
    align-items: center;
    margin: 0 auto;
  }

  #vstar-noreviews #tt-first-row {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  #vstar-noreviews #tt-buttons {
    justify-content: center;
    margin: 20px 0;
    width: 100%;
  }

  #vstar-noreviews .noreviews-text {
    font-size: 14px;
  }

  #vstar-noreviews .noreviews-button {
    height: 36px;
    width: 100%;
  }

  #vstar-window-review .window-close {
    right: 8px;
  }

  #vstar-window-review #vstar-reviews .no-review-tip {
    top: 60%;
  }

  #vstar-window-review #reviews-head {
    flex-direction: column;
  }

  #vstar-window-review #reviews-head.review-head-type2 .head-sort {
    top: auto;
  }

  #vstar-window-review #reviews-head.review-head-type2 .window-close {
    top: 10px;
  }

  .collection-icon-list .star-item {
    margin-right: 0;
  }

  .collection-icon-list .star-item,
  .collection-icon-list svg {
    height: 14px !important;
    width: 14px !important;
  }

  .collection-icon-list .collection-reviews-num {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  #reviews-wrapper {
    margin: 0 auto;
  }

  #vstar-reviews.trustoo-rtl #reviews-head .product-rating {
    border-left: 1px solid var(--line-color);
    border-right: none;
    padding: 0 0 0 40px;
  }

  #vstar-reviews.trustoo-rtl #reviews-head .point,
  #vstar-reviews.trustoo-rtl #reviews-head .reviews-num {
    text-align: center;
  }

  #vstar-reviews.trustoo-rtl #reviews-head .head-center {
    left: auto;
    margin-left: 0;
    margin-right: 40px;
    right: 240px;
  }

  #vstar-reviews.trustoo-rtl #reviews-head .head-button {
    left: 48px;
    right: auto;
  }

  #vstar-reviews.trustoo-rtl #reviews-head .head-sort {
    margin-left: 0;
    margin-right: 12px;
  }

  #vstar-reviews.trustoo-rtl #reviews-body .reviews-date {
    left: 16px;
    right: auto;
  }

  #vstar-reviews {
    padding: 0 40px 20px;
  }

  #vstar-reviews:not(.page-width, .wrapper, .site-wrapper) {
    max-width: 1200px;
    width: 100%;
  }

  #reviews-wrapper.container {
    background-color: #0000;
  }

  #reviews-wrapper.container #vstar-reviews {
    border: 1px solid var(--border-color);
    max-width: none;
  }

  #vstar-reviews.qa .tt-head-right {
    gap: 12px;
  }

  #vstar-reviews #reviews-head {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 30px;
  }

  #vstar-reviews #reviews-head.review-head-type2 {
    padding: 40px 0 20px;
  }

  #vstar-reviews #reviews-head.review-head-type2 .tt-head-right {
    padding-bottom: 0;
  }

  #vstar-reviews #reviews-head .tt-head-left {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  #vstar-reviews #reviews-head .head-left {
    text-align: left;
  }

  #vstar-reviews #reviews-head .head-button {
    line-height: 36px;
    max-width: 300px;
    min-width: 123px;
    padding: 0 15px;
  }

  #vstar-reviews .tt-head-title {
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
  }

  #vstar-reviews .tt-head-content {
    margin-top: 40px;
  }

  #vstar-reviews .tt-head-left .head-center {
    border-left: 1px solid var(--line-color);
    padding: 0 20px 0 40px;
    width: auto;
  }

  #vstar-reviews .head-left .big-point,
  #vstar-reviews .head-left .bigPoint {
    line-height: 32px;
  }

  #vstar-reviews .head-left .star {
    justify-content: center;
    margin-top: 8px;
  }

  #vstar-reviews .head-left .head-title {
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
  }

  #vstar-reviews .head-left .reviews-num {
    font-size: 14px;
    margin-top: 8px;
  }

  #vstar-reviews .head-left .product-rating {
    box-sizing: content-box !important;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-between;
    padding: 0 20px 0 0;
    text-align: center;
    width: 110px;
  }

  #vstar-reviews .head-center.tt-hover .star-raw {
    opacity: 0.4;
  }

  #vstar-reviews .head-center.tt-hover .star-raw.active {
    cursor: pointer;
    opacity: 1;
  }

  #vstar-reviews .head-center .star-raw .star-range {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
    width: 150px;
  }

  #vstar-reviews .tt-reviews-album {
    border-left: 1px solid var(--line-color);
    box-sizing: content-box;
    padding-left: 40px;
    width: 224px;
  }

  #vstar-reviews #reviews-head.review-head-type2 .head-left {
    justify-content: center;
    margin-left: 0;
  }

  #vstar-reviews #reviews-head.review-head-type2 .star,
  #vstar-reviews #reviews-head.review-head-type2 .tt-head-content {
    margin-top: 0;
  }

  #vstar-reviews #reviews-head.review-head-type2 .head-button,
  #vstar-reviews #reviews-head.review-head-type2 .head-sort {
    bottom: 25px;
    top: auto;
  }

  #vstar-reviews #reviews-head.review-head-type2 .product-rating {
    border: none;
    flex-direction: row;
    height: auto;
    justify-content: start;
    margin-top: 0;
  }

  #vstar-reviews .list-review {
    position: relative;
    width: 100%;
  }

  #vstar-reviews .list-review.split .list-review-head {
    min-width: 180px;
  }

  #vstar-reviews .list-review .reviews-date {
    font-size: 12px;
    right: 0;
  }

  #vstar-reviews .list-review .list-review-head {
    position: relative;
  }

  #vstar-reviews .list-review .list-review-head .user-message {
    font-size: 12px;
  }

  #vstar-reviews .list-review .list-review-body {
    width: 100%;
  }

  #vstar-reviews .list-review .list-review-body .reviews-text {
    width: 100%;
    word-wrap: break-word;
  }

  #vstar-reviews .list-review .list-review-body .img-list {
    display: flex;
  }

  #vstar-reviews .list-review .list-review-body .img-list .img-item {
    align-items: center;
    background: #000;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0 8px 8px 0;
    width: 100px;
  }

  #vstar-reviews .list-review .list-review-body .resource-list {
    display: flex;
  }

  #vstar-reviews .list-review .list-review-body .resource-list .resource-item {
    align-items: center;
    background: #000;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0 8px 8px 0;
    width: 100px;
  }

  #vstar-reviews .grid-review .grid-review-head .reviews-date {
    position: absolute;
    right: 16px;
    top: -1px;
  }

  #vstar-reviews #reviews-footer .page-control-button:hover,
  #vstar-reviews #reviews-footer .page-control-item:hover {
    opacity: 1;
  }

  #vstar-reviews.all-review .mix-review-num {
    font-size: 20px;
    margin: 0 12px;
  }

  #noreviews-wrapper {
    padding: 40px 30px;
    width: 100%;
  }

  #noreviews-wrapper.container {
    background-color: #0000;
    padding: 0;
  }

  #noreviews-wrapper.container #vstar-noreviews {
    border: 1px solid var(--border-color);
    max-width: none;
    padding: 40px;
  }

  #noreviews-wrapper.container #vstar-noreviews .noreviews-button {
    right: 40px;
  }

  #vstar-noreviews.trustoo-rtl .nostar-wrapper > .noreviews-nostar {
    margin-bottom: 4px;
  }

  #vstar-noreviews.trustoo-rtl .noreviews-button {
    left: 0;
    right: auto;
  }

  #vstar-noreviews,
  #vstar-noreviews:not(.page-width, .wrapper, .site-wrapper) {
    max-width: 1200px;
    min-width: 500px;
  }

  #vstar-noreviews {
    position: relative;
  }

  #vstar-noreviews .tt-tabs-list {
    margin-top: 32px;
  }

  #vstar-noreviews .noreviews-center {
    min-width: 200px;
  }

  #vstar-noreviews .nostar-wrapper {
    height: 20px;
  }

  #vstar-noreviews .noreviews-text {
    font-size: 15px;
  }

  #vstar-noreviews .noreviews-button {
    max-width: 300px;
    min-width: 137px;
    padding: 0 15px;
    width: auto;
  }

  #vstar-window-review #reviews-head {
    flex-direction: row;
  }

  #vstar-window-review #reviews-head .window-close {
    right: 0;
  }

  #vstar-window-review #reviews-head.review-head-type2 .head-sort {
    margin-right: 36px;
  }

  #vstar-window-review #reviews-head.review-head-type2 .window-close {
    right: 0;
    top: 48px;
  }

  .product-icon-list.vstar-star .product-reviews-num:hover,
  .product-icon-list.vstar-star .tt-rating-text:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 916px) and (min-width: 768px) {
  #vstar-reviews #reviews-head .tt-head-right {
    padding: 30px 0;
  }
}

@font-face {
  font-family: iconfont;
  src: url(../longurls/iconfont.woff2) format("woff2"),
    url(../longurls/iconfont.woff) format("woff"),
    url(../longurls/iconfont.ttf) format("truetype");
}

#success-window .window-button > button,
#trustoo-allinone .form-submit {
  background-color: var(--button-bg-color);
  border-radius: var(--button-radius);
  color: var(--button-text-color);
}

#add-review,
#trustoo-allinone.trustoo-write-review {
  animation: fade_in 0.15s linear;
  box-sizing: border-box;
  color: var(--text-color);
  display: none;
  position: relative;
  z-index: 999999999;
}

#add-review .tt-write-content,
#trustoo-allinone.trustoo-write-review .tt-write-content {
  padding: 0 27px 21px;
}

#add-review.trustoo-rtl *,
#trustoo-allinone.trustoo-write-review.trustoo-rtl * {
  direction: rtl;
  text-align: right;
}

#add-review.trustoo-rtl .window-product .product-right,
#trustoo-allinone.trustoo-write-review.trustoo-rtl
  .window-product
  .product-right {
  margin: 0 8px 0 0;
}

#add-review.trustoo-rtl .window-product .review-star,
#trustoo-allinone.trustoo-write-review.trustoo-rtl
  .window-product
  .review-star {
  left: auto;
  right: 115px;
}

#add-review.trustoo-rtl .review-message .small-input,
#trustoo-allinone.trustoo-write-review.trustoo-rtl
  .review-message
  .small-input {
  padding-left: 0;
  padding-right: 10px;
}

#add-review.trustoo-rtl .upload-image-area *,
#trustoo-allinone.trustoo-write-review.trustoo-rtl .upload-image-area * {
  text-align: center;
}

#add-review .window-head,
#trustoo-allinone.trustoo-write-review .window-head {
  position: relative;
}

#add-review .window-head .window-close,
#trustoo-allinone.trustoo-write-review .window-head .window-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 22px;
}

#add-review .window-product,
#trustoo-allinone.trustoo-write-review .window-product {
  align-items: center;
  display: flex;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}

#add-review .window-product .product-image,
#trustoo-allinone.trustoo-write-review .window-product .product-image {
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 48px;
  width: 48px;
}

#add-review .window-product .product-right,
#trustoo-allinone.trustoo-write-review .window-product .product-right {
  flex: 1;
  font-size: 16px;
  line-height: 18px;
  margin-left: 16px;
  word-break: break-word;
}

#add-review .window-product .review-star,
#trustoo-allinone.trustoo-write-review .window-product .review-star {
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-size: 0;
  left: 115px;
  position: absolute;
}

#add-review .window-product .review-star .product-name,
#trustoo-allinone.trustoo-write-review
  .window-product
  .review-star
  .product-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 10px;
}

#add-review div:empty,
#trustoo-allinone.trustoo-write-review div:empty {
  display: block;
}

#add-review .review-message,
#trustoo-allinone.trustoo-write-review .review-message {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#add-review .review-message .error-tip[hidden],
#trustoo-allinone.trustoo-write-review .review-message .error-tip[hidden] {
  display: none;
}

#add-review .review-message .error-tip span,
#trustoo-allinone.trustoo-write-review .review-message .error-tip span {
  margin-left: 4px;
}

#add-review .review-message .error-tip svg,
#trustoo-allinone.trustoo-write-review .review-message .error-tip svg {
  vertical-align: middle;
}

#add-review .review-message .error-tip.display,
#trustoo-allinone.trustoo-write-review .review-message .error-tip.display {
  margin: 4px 0 0;
}

#add-review .review-message .small-input,
#trustoo-allinone.trustoo-write-review .review-message .small-input {
  border-radius: 4px;
  height: 36px;
  min-height: 35px;
  padding-left: 10px;
  width: 100%;
}

#add-review .review-message .tt-input-title,
#trustoo-allinone.trustoo-write-review .review-message .tt-input-title {
  font-size: 14px;
}

#add-review .review-message .inline,
#trustoo-allinone.trustoo-write-review .review-message .inline {
  margin-top: 12px;
}

#add-review .review-message .user-input,
#trustoo-allinone.trustoo-write-review .review-message .user-input {
  margin-top: 8px;
}

#add-review .review-message textarea.big-input,
#trustoo-allinone.trustoo-write-review .review-message textarea.big-input {
  height: 120px;
  line-height: 18px;
  min-height: 120px;
  padding: 10px;
  width: 100%;
}

#add-review .review-message textarea.big-input::placeholder,
#trustoo-allinone.trustoo-write-review
  .review-message
  textarea.big-input::placeholder {
  color: var(--light-text-color);
}

#add-review .review-message .big-input,
#add-review .review-message .small-input,
#trustoo-allinone.trustoo-write-review .review-message .big-input,
#trustoo-allinone.trustoo-write-review .review-message .small-input {
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}

#add-review .review-message .big-input:focus,
#add-review .review-message .small-input:focus,
#trustoo-allinone.trustoo-write-review .review-message .big-input:focus,
#trustoo-allinone.trustoo-write-review .review-message .small-input:focus {
  box-shadow: none;
  outline: none;
}

#add-review .review-message .feedback-area,
#trustoo-allinone.trustoo-write-review .review-message .feedback-area {
  position: relative;
}

#add-review .review-message .feedback-count,
#trustoo-allinone.trustoo-write-review .review-message .feedback-count {
  bottom: 8px;
  color: var(--light-text-color);
  position: absolute;
  right: 8px;
}

#add-review .review-message .form-image-list,
#add-review .review-message .upload-area,
#trustoo-allinone.trustoo-write-review .review-message .form-image-list,
#trustoo-allinone.trustoo-write-review .review-message .upload-area {
  align-items: center;
  flex-wrap: wrap;
  min-height: 105px;
}

#add-review .review-message .uploaded-item.uploading,
#trustoo-allinone.trustoo-write-review
  .review-message
  .uploaded-item.uploading {
  background-color: #000;
  border: 1px dashed #888;
}

#add-review .review-message .form-image-item,
#add-review .review-message .uploaded-item,
#trustoo-allinone.trustoo-write-review .review-message .form-image-item,
#trustoo-allinone.trustoo-write-review .review-message .uploaded-item {
  align-items: center;
  background: 50% no-repeat #000;
  background-size: 100% auto;
  display: flex;
  height: 95px;
  justify-content: center;
  margin: 10px 8px 0 0;
  position: relative;
  width: 95px;
}

#add-review .review-message .form-image-item .loader,
#add-review .review-message .uploaded-item .loader,
#trustoo-allinone.trustoo-write-review .review-message .form-image-item .loader,
#trustoo-allinone.trustoo-write-review .review-message .uploaded-item .loader {
  border-bottom-color: #0000;
  margin-left: 0;
}

#add-review .review-message .form-image-item .hover-image,
#add-review .review-message .uploaded-item .hover-image,
#trustoo-allinone.trustoo-write-review
  .review-message
  .form-image-item
  .hover-image,
#trustoo-allinone.trustoo-write-review
  .review-message
  .uploaded-item
  .hover-image {
  display: none;
}

#add-review .review-message .form-image-item:hover .hover-image,
#add-review .review-message .uploaded-item:hover .hover-image,
#trustoo-allinone.trustoo-write-review
  .review-message
  .form-image-item:hover
  .hover-image,
#trustoo-allinone.trustoo-write-review
  .review-message
  .uploaded-item:hover
  .hover-image {
  display: block;
}

#add-review .review-message .tt-uploader,
#add-review .review-message .upload-image-area,
#trustoo-allinone.trustoo-write-review .review-message .tt-uploader,
#trustoo-allinone.trustoo-write-review .review-message .upload-image-area {
  align-items: center;
  background: #0000;
  border: 1px dashed var(--light-text-color);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 95px;
  justify-content: space-evenly;
  margin: 10px 8px 0 0;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 95px;
}

#add-review .review-message .tt-uploader i,
#add-review .review-message .upload-image-area i,
#trustoo-allinone.trustoo-write-review .review-message .tt-uploader i,
#trustoo-allinone.trustoo-write-review .review-message .upload-image-area i {
  margin-bottom: 15px;
}

#add-review .review-message .tt-uploader i:before,
#add-review .review-message .upload-image-area i:before,
#trustoo-allinone.trustoo-write-review .review-message .tt-uploader i:before,
#trustoo-allinone.trustoo-write-review
  .review-message
  .upload-image-area
  i:before {
  font-size: 20px;
}

#add-review .review-message .tt-uploader .images-num,
#add-review .review-message .upload-image-area .images-num,
#trustoo-allinone.trustoo-write-review .review-message .tt-uploader .images-num,
#trustoo-allinone.trustoo-write-review
  .review-message
  .upload-image-area
  .images-num {
  font-size: 12px;
}

#add-review .review-message .tt-uploader .upload-image-text,
#add-review .review-message .upload-image-area .upload-image-text,
#trustoo-allinone.trustoo-write-review
  .review-message
  .tt-uploader
  .upload-image-text,
#trustoo-allinone.trustoo-write-review
  .review-message
  .upload-image-area
  .upload-image-text {
  font-size: 12px;
  height: auto;
  line-height: 14px;
}

#add-review .review-message .tt-uploader .upload-input,
#add-review .review-message .upload-image-area .upload-input,
#trustoo-allinone.trustoo-write-review
  .review-message
  .tt-uploader
  .upload-input,
#trustoo-allinone.trustoo-write-review
  .review-message
  .upload-image-area
  .upload-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

#add-review .review-message .upload-or,
#trustoo-allinone.trustoo-write-review .review-message .upload-or {
  font-size: 12px;
  margin-right: 10px;
}

#add-review .review-message .form-submit,
#trustoo-allinone.trustoo-write-review .review-message .form-submit {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

#add-review .review-message .form-submit:hover,
#trustoo-allinone.trustoo-write-review .review-message .form-submit:hover {
  opacity: 0.8;
}

#add-review .review-message .form-submit:active,
#trustoo-allinone.trustoo-write-review .review-message .form-submit:active {
  opacity: 0.25;
}

#add-review .review-message .text-num,
#trustoo-allinone.trustoo-write-review .review-message .text-num {
  bottom: 25px;
  color: #999;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 8px;
}

#add-review .uploaded-item .tt-video-icon,
#trustoo-allinone.trustoo-write-review .uploaded-item .tt-video-icon {
  height: 28px;
  width: 28px;
}

#add-review .input-tip,
#trustoo-allinone.trustoo-write-review .input-tip {
  color: #e45454;
  font-size: 14px;
  line-height: 12px;
}

#add-review .tt-error_tip,
#trustoo-allinone.trustoo-write-review .tt-error_tip {
  display: inline-block;
  vertical-align: middle;
}

#add-review .brand-power,
#trustoo-allinone.trustoo-write-review .brand-power {
  color: #909090;
  margin: 22px auto 0;
  text-align: center;
}

#add-review .brand-power a,
#trustoo-allinone.trustoo-write-review .brand-power a {
  color: #909090;
  text-decoration: none;
}

#add-review .brand-power a:hover,
#trustoo-allinone.trustoo-write-review .brand-power a:hover {
  text-decoration: underline;
}

#add-review .discount-tip,
#trustoo-allinone.trustoo-write-review .discount-tip {
  font-size: 14px;
  margin: 15px 0 0;
  text-align: center;
}

#add-review .tt-write-rating .tt-rating-title,
#trustoo-allinone.trustoo-write-review .tt-write-rating .tt-rating-title {
  font-size: 14px;
}

#add-review .tt-write-rating .vstar-star,
#trustoo-allinone.trustoo-write-review .tt-write-rating .vstar-star {
  margin-top: 8px;
}

#add-review .tt-write-rating .star-item,
#trustoo-allinone.trustoo-write-review .tt-write-rating .star-item {
  cursor: pointer;
  margin-right: 4px;
}

#add-review
  .tt-write-rating
  .vstar-star[data-type="12"]
  .star-item:not(.nostar)
  .trustoo-rating-icon
  > path,
#add-review
  .tt-write-rating
  .vstar-star[data-type="4"]
  .star-item:not(.nostar)
  .trustoo-rating-icon
  > path,
#trustoo-allinone.trustoo-write-review
  .tt-write-rating
  .vstar-star[data-type="12"]
  .star-item:not(.nostar)
  .trustoo-rating-icon
  > path,
#trustoo-allinone.trustoo-write-review
  .tt-write-rating
  .vstar-star[data-type="4"]
  .star-item:not(.nostar)
  .trustoo-rating-icon
  > path {
  stroke: none;
}

#add-review .tt-write-rating svg path,
#trustoo-allinone.trustoo-write-review .tt-write-rating svg path {
  fill: var(--star-color);
  stroke: var(--star-color);
}

#add-review .tt-write-rating .star-item.nostar svg path,
#trustoo-allinone.trustoo-write-review
  .tt-write-rating
  .star-item.nostar
  svg
  path {
  fill: var(--write-bg);
}

#trustoo-allinone[write-qa] .discount-tip,
#trustoo-allinone[write-qa] .phone-area,
#trustoo-allinone[write-qa] .phone-tip,
#trustoo-allinone[write-qa] .review-star,
#trustoo-allinone[write-qa] .title-area,
#trustoo-allinone[write-qa] .title-tip,
#trustoo-allinone[write-qa] .tt-write-rating,
#trustoo-allinone[write-qa] .upload-area {
  display: none !important;
}

#trustoo-allinone[write-qa] .email-area,
#trustoo-allinone[write-qa] .feedback-area,
#trustoo-allinone[write-qa] .feedback-tip {
  display: block !important;
}

#trustoo-allinone[write-qa] #tt-qa-private {
  display: flex !important;
}

#trustoo-allinone #tt-qa-private {
  align-items: center;
  display: none;
  gap: 20px;
  margin-top: 20px;
}

#trustoo-allinone #tt-qa-private span {
  font-size: 14px;
}

#trustoo-allinone #tt-qa-private label {
  align-items: center;
  display: flex;
  gap: 8px;
}

#trustoo-allinone #tt-qa-private input[type="radio"] {
  accent-color: #000;
}

#trustoo-allinone .inline[hidden] {
  display: none;
}

#trustoo-allinone .trustoo-power {
  text-align: center;
}

#trustoo-allinone .user-input {
  background-color: #0000;
  border: 1px solid var(--light-text-color);
  color: var(--text-color);
}

#success-window {
  box-sizing: border-box;
  display: none;
  padding: 40px 0 55px;
  z-index: 9999;
}

#success-window .window-title {
  font-size: 22px;
  margin-top: 70px;
  text-align: center;
}

#success-window .window-content {
  font-size: 14px;
  margin: 13px auto 30px;
  max-width: 321px;
  opacity: 0.6;
  text-align: center;
}

#success-window .window-image {
  height: 66px;
  margin: 26px auto 0;
  width: 75px;
}

#success-window .window-button {
  text-align: center;
}

#success-window .window-button button {
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 44px;
  margin-top: 30px;
  padding: 0 15px;
  white-space: nowrap;
  width: auto;
}

#success-window .window-button button:hover {
  opacity: 0.8;
}

#success-window .window-button button:active {
  opacity: 0.25;
}

#success-window .window-close {
  cursor: pointer;
  font-size: 0;
  height: 14px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 14px;
}

#success-window .window-close i:before {
  font-size: 14px;
}

#success-window div:empty {
  display: block;
}

#success-window .window-discount {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: 26px auto 0;
  max-width: 293px;
  text-align: center;
}

#success-window .discount-code {
  color: var(--discount-code-color);
  font-weight: 700;
  line-height: normal;
  max-width: 72%;
  min-height: 55px;
  min-width: 150px;
  word-break: break-all;
}

#success-window .discount-code,
#success-window .discount-copy {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: center;
}

#success-window .discount-copy {
  border-left: 1px dashed #979797;
  color: var(--discount-copy-color);
  cursor: pointer;
  flex: 1;
  padding: 0 15px;
  width: 28%;
}

#trustoo-slide-wrapper {
  display: none;
  position: relative;
}

#trustoo-slide.trustoo-write-review {
  display: none;
  height: auto;
  min-height: 354px;
  overflow: hidden;
}

#trustoo-slide.trustoo-write-review input,
#trustoo-slide.trustoo-write-review textarea {
  border-radius: 4px;
}

#trustoo-slide.trustoo-write-review input::placeholder,
#trustoo-slide.trustoo-write-review textarea::placeholder {
  color: var(--light-text-color);
}

#trustoo-slide.trustoo-write-review .write-review-container {
  align-items: center;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.6s;
  transition-property: left, opacity;
  transition-timing-function: ease-in-out;
}

#trustoo-slide.trustoo-write-review
  .write-review-container
  .write-review-slide {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 354px;
  opacity: 0.3;
  padding: 20px 0 0;
  position: relative;
  transition-duration: 0.4s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}

#trustoo-slide.trustoo-write-review
  .write-review-container
  .write-review-slide.active {
  opacity: 1;
}

#trustoo-slide.trustoo-write-review
  .write-review-container
  .write-review-slide[index="4"] {
  justify-content: center;
  padding: 42px 0 55px;
}

.write-review-slide .slide-done,
.write-review-slide .slide-finish,
.write-review-slide .slide-next,
.write-review-slide .upload-file {
  background-color: var(--button-bg-color);
  border-radius: var(--button-radius);
  color: var(--button-text-color);
}

.write-review-slide[index="0"] .discount-tip {
  font-size: 14px;
  margin: 0 15px 15px;
  text-align: center;
}

.write-review-slide .window-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}

.write-review-slide .slide-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 80%;
}

.write-review-slide[index="3"] .slide-title {
  margin-bottom: 37px;
}

.write-review-slide .slide-options {
  margin-top: 20px;
}

.write-review-slide .slide-option {
  align-items: center;
  background-color: var(--button-bg-color);
  border: 1px solid var(--button-text-color);
  border-radius: var(--button-radius);
  box-sizing: border-box;
  color: var(--button-text-color);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 40px;
  margin-bottom: 12px;
  padding-left: 64px;
}

.write-review-slide .slide-option:hover {
  background-color: var(--button-text-color);
  color: var(--button-bg-color);
}

.write-review-slide .slide-option .star-item {
  margin-right: 1px;
}

.write-review-slide
  .slide-option.active
  .star-item:not(.nostar)
  > .trustoo-rating-icon
  > path {
  fill: var(--button-bg-color);
}

.write-review-slide
  .slide-option.active
  [data-type="4"]
  .trustoo-rating-icon
  > path {
  stroke: var(--button-text-color);
}

.write-review-slide
  .slide-option.active
  .star-item.nostar
  > .trustoo-rating-icon
  > path {
  fill: var(--button-text-color);
  stroke: var(--button-bg-color);
}

.write-review-slide
  .slide-option
  .star-item:not(.nostar)
  > .trustoo-rating-icon
  > path {
  fill: var(--button-text-color);
}

.write-review-slide
  .slide-option
  .star-item.nostar
  > .trustoo-rating-icon
  > path {
  fill: none;
  stroke: var(--button-text-color);
}

.write-review-slide .slide-option .stars {
  display: flex;
  margin-right: 12px;
}

.write-review-slide .slide-desc {
  color: var(--light-text-color);
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.write-review-slide[index="4"] .slide-title {
  line-height: 28px;
}

.write-review-slide[index="4"] .slide-desc {
  margin-top: 5px;
  max-width: 332px;
}

.write-review-slide .slide-upload {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 16px 0;
  text-align: center;
}

.write-review-slide .slide-upload .upload-desc {
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}

.write-review-slide .slide-upload .upload-file,
.write-review-slide .slide-upload .upload-image {
  border: 1px solid #000;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.write-review-slide .slide-upload .upload-file:hover,
.write-review-slide .slide-upload .upload-image:hover {
  background-color: var(--button-text-color);
  color: var(--button-bg-color);
}

.write-review-slide .slide-upload .upload-input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.write-review-slide .slide-upload .slide-separate {
  align-items: center;
  display: flex;
  margin: 12px auto;
}

.write-review-slide .slide-separate .slide-line {
  border-bottom: 1px solid var(--light-text-color);
  flex: 1;
  height: 1px;
}

.write-review-slide .slide-separate .slide-or {
  color: var(--light-text-color);
  padding: 0 5px;
  text-align: center;
  width: auto;
}

.write-review-slide .upload-file-tip,
.write-review-slide .upload-image-tip {
  color: var(--light-text-color);
  display: none;
  left: 24px;
  position: absolute;
  top: 16px;
}

.write-review-slide .tt-loading-icon {
  animation: rotation 1s linear infinite;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.write-review-slide .slide-content {
  border: 1px solid var(--text-color);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--text-color);
  font-family: inherit;
  font-size: 16px;
  height: 198px;
  margin-top: 8px;
  padding: 12px;
  resize: none;
}

.write-review-slide .slide-next {
  margin-top: 8px;
}

.write-review-slide .slide-input {
  background-color: #0000;
  border: 1px solid var(--light-text-color);
  box-sizing: border-box;
  color: var(--text-color);
  font-size: 16px;
  height: 40px;
  margin-bottom: 12px;
  padding: 12px;
}

.write-review-slide .slide-finish {
  margin-top: 34px;
}

.write-review-slide .input-tip {
  color: #e45454;
  font-size: 16px;
  margin: -8px 0 12px;
}

.write-review-slide .tt-error_tip {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.write-review-slide .slide-thank-img {
  margin-top: 26px;
  text-align: center;
}

.write-review-slide .slide-discount {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  margin: 18px 0 -10px;
}

.write-review-slide .discount-code {
  color: var(--discount-code-color);
  flex: 1;
  font-weight: 700;
}

.write-review-slide .discount-copy {
  border-left: 1px dashed #979797;
  color: var(--discount-copy-color);
  cursor: pointer;
  width: 96px;
}

.write-review-slide .discount-code,
.write-review-slide .discount-copy {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: normal;
  min-height: 55px;
  padding: 8px;
  word-break: break-all;
}

.write-review-slide .next-slide {
  border: 1px solid #333;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  text-align: center;
}

.write-review-slide .next-slide[disabled] {
  opacity: 0.4;
}

.write-review-slide .next-slide:not([disabled]):hover {
  background-color: var(--button-text-color);
  color: var(--button-bg-color);
}

.write-review-slide .back-slide {
  left: 16px;
}

.write-review-slide .slide-skip {
  border: none;
  color: var(--text-color);
  height: auto;
  right: 16px;
  width: auto !important;
}

.write-review-slide .back-slide,
.write-review-slide .slide-skip {
  background-color: #0000 !important;
  border: none;
  bottom: 16px;
  color: var(--text-color);
  cursor: pointer;
  font-size: 14px;
  position: absolute;
}

.write-review-slide .back-slide:hover,
.write-review-slide .slide-skip:hover {
  color: var(--text-color) !important;
  opacity: 0.7;
}

#trustoo-allinone .trustoo-rating-icon {
  height: 24px;
  width: 24px;
}

#trustoo-allinone > .tt-write-content::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

#trustoo-allinone > .tt-write-content::-webkit-scrollbar-track {
  background: transparent;
}

#trustoo-allinone > .tt-write-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

#trustoo-allinone > .tt-write-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#trustoo-allinone > .tt-write-content .scroll-container {
  scrollbar-color: auto;
  scrollbar-width: thin;
}

.write-review-slide .trustoo-rating-icon {
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  #add-review,
  #trustoo-allinone.trustoo-write-review {
    height: auto;
    margin: 0 auto;
    max-height: 80vh;
    overflow: hidden;
    width: 462px;
  }

  #add-review .tt-write-content,
  #trustoo-allinone.trustoo-write-review .tt-write-content {
    max-height: 80vh;
    overflow-y: auto;
  }

  #add-review .window-head,
  #trustoo-allinone.trustoo-write-review .window-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
  }

  #add-review .window-head .head-title,
  #trustoo-allinone.trustoo-write-review .window-head .head-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 12px;
    margin: 24px auto 8px;
  }

  #add-review .window-head .text-desc,
  #trustoo-allinone.trustoo-write-review .window-head .text-desc {
    color: #999;
    font-size: 12px;
    line-height: 12px;
  }

  #add-review .review-message,
  #trustoo-allinone.trustoo-write-review .review-message {
    margin: 0 auto;
  }

  #add-review .review-message .user-input,
  #trustoo-allinone.trustoo-write-review .review-message .user-input {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
  }

  #add-review .review-message .label-name,
  #trustoo-allinone.trustoo-write-review .review-message .label-name {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
  }

  #add-review .review-message .reviews-window-form-smallInputArea,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .reviews-window-form-smallInputArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  #add-review .review-message .review-area,
  #trustoo-allinone.trustoo-write-review .review-message .review-area {
    font-size: 0;
    position: relative;
  }

  #add-review .review-message .text-num,
  #trustoo-allinone.trustoo-write-review .review-message .text-num {
    bottom: 25px;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 8px;
  }

  #add-review .review-message .form-image-list,
  #add-review .review-message .upload-area,
  #trustoo-allinone.trustoo-write-review .review-message .form-image-list,
  #trustoo-allinone.trustoo-write-review .review-message .upload-area {
    display: flex;
  }

  #add-review .review-message .form-image-list .hover-image,
  #add-review .review-message .upload-area .hover-image,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .form-image-list
    .hover-image,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .upload-area
    .hover-image {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  #add-review .review-message .form-image-list .tt-delete_image,
  #add-review .review-message .upload-area .tt-delete_image,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .form-image-list
    .tt-delete_image,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .upload-area
    .tt-delete_image {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #add-review .review-message .form-image-list .image-hover:after,
  #add-review .review-message .upload-area .image-hover:after,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .form-image-list
    .image-hover:after,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .upload-area
    .image-hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 68px;
    width: 68px;
  }

  #add-review .review-message .form-submit,
  #trustoo-allinone.trustoo-write-review .review-message .form-submit {
    border: none;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    line-height: 14px;
    min-width: 124px;
    padding: 0 15px;
    text-align: center;
    width: auto;
  }

  #add-review .review-star,
  #trustoo-allinone.trustoo-write-review .review-star {
    margin-right: 4px;
  }

  #trustoo-slide {
    position: relative;
    width: 588px;
  }

  #trustoo-slide .write-review-slide {
    width: 588px;
  }

  #trustoo-slide .write-review-slide .slide-option {
    width: 342px;
  }

  #trustoo-slide .write-review-slide .slide-upload {
    width: 354px;
  }

  #trustoo-slide .write-review-slide .slide-separate,
  #trustoo-slide .write-review-slide .upload-file,
  #trustoo-slide .write-review-slide .upload-image {
    width: 274px;
  }

  #trustoo-slide .write-review-slide .slide-content {
    width: 540px;
  }

  #trustoo-slide .write-review-slide .next-slide,
  #trustoo-slide .write-review-slide .slide-discount,
  #trustoo-slide .write-review-slide .slide-input {
    width: 320px;
  }

  #success-window {
    font-size: 24px;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 438px;
  }
}

@media only screen and (max-width: 767px) {
  #trustoo-slide-wrapper {
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
  }

  #add-review,
  #trustoo-allinone.trustoo-write-review {
    border-radius: 2px;
    height: 100vh !important;
    margin: 0 auto;
    overflow: scroll !important;
    width: 100%;
  }

  #add-review .window-head,
  #trustoo-allinone.trustoo-write-review .window-head {
    align-items: start;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
    width: 100%;
  }

  #add-review .window-head .head-title,
  #trustoo-allinone.trustoo-write-review .window-head .head-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
  }

  #add-review .window-head .text-desc,
  #trustoo-allinone.trustoo-write-review .window-head .text-desc {
    color: #999;
    font-size: 16px;
    line-height: 12px;
  }

  #add-review .review-message,
  #add-review .review-message .inline,
  #trustoo-allinone.trustoo-write-review .review-message,
  #trustoo-allinone.trustoo-write-review .review-message .inline {
    width: 100%;
  }

  #add-review .review-message .email-area,
  #trustoo-allinone.trustoo-write-review .review-message .email-area {
    margin-top: 5px;
  }

  #add-review .review-message .label-name,
  #trustoo-allinone.trustoo-write-review .review-message .label-name {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 8px;
  }

  #add-review .review-message .review-area,
  #trustoo-allinone.trustoo-write-review .review-message .review-area {
    font-size: 0;
    width: 100%;
  }

  #add-review .review-message .big-input,
  #trustoo-allinone.trustoo-write-review .review-message .big-input {
    font-size: 16px;
    line-height: 20px;
  }

  #add-review .review-message .form-image-list,
  #add-review .review-message .upload-area,
  #trustoo-allinone.trustoo-write-review .review-message .form-image-list,
  #trustoo-allinone.trustoo-write-review .review-message .upload-area {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
  }

  #add-review .review-message .form-image-list .form-image-item .image-delete,
  #add-review .review-message .form-image-list .uploaded-item .image-delete,
  #add-review .review-message .upload-area .form-image-item .image-delete,
  #add-review .review-message .upload-area .uploaded-item .image-delete,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .form-image-list
    .form-image-item
    .image-delete,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .form-image-list
    .uploaded-item
    .image-delete,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .upload-area
    .form-image-item
    .image-delete,
  #trustoo-allinone.trustoo-write-review
    .review-message
    .upload-area
    .uploaded-item
    .image-delete {
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
  }

  #add-review .review-message .upload-image-area,
  #trustoo-allinone.trustoo-write-review .review-message .upload-image-area {
    height: 61px;
    margin-top: 10px;
    min-width: 61px;
    padding: 0 5px;
  }

  #add-review .review-message .image-hover:after,
  #trustoo-allinone.trustoo-write-review .review-message .image-hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 68px;
    width: 68px;
  }

  #add-review .review-message .form-submit,
  #trustoo-allinone.trustoo-write-review .review-message .form-submit {
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: center;
  }

  #add-review .text-num,
  #trustoo-allinone.trustoo-write-review .text-num {
    bottom: 25px;
    color: #999;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 8px;
  }

  #add-review .trustoo-power,
  #trustoo-allinone.trustoo-write-review .trustoo-power {
    color: #000;
    margin-top: 5px;
    position: static;
    transform: none;
    width: 100%;
  }

  #add-review .trustoo-power .line,
  #trustoo-allinone.trustoo-write-review .trustoo-power .line {
    background-color: #000;
  }

  #trustoo-slide {
    margin: 0 auto;
    width: 100vw;
  }

  #trustoo-slide .write-review-slide {
    width: 100vw;
  }

  #trustoo-slide .write-review-slide .slide-option,
  #trustoo-slide .write-review-slide .slide-upload {
    width: 300px;
  }

  #trustoo-slide .write-review-slide .next-slide,
  #trustoo-slide .write-review-slide .slide-content,
  #trustoo-slide .write-review-slide .slide-discount,
  #trustoo-slide .write-review-slide .slide-input {
    width: 80%;
  }

  #success-window {
    left: 50%;
    min-height: 310px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 343px;
  }
}

@keyframes show_window {
  0% {
    transform: scale(0.6);
  }

  to {
    transform: scale(1);
  }
}

[class^="trustoo-icon-"] {
  font-family: iconfont !important;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: never;
  text-transform: none;
}

@keyframes fade_in {
  0% {
    opacity: 0.6;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

#tt-bs-area div:empty,
#tt-bs-detail div:empty {
  display: block;
}

#tt-bs-area *,
#tt-bs-detail * {
  color: #000;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  #vstar-reviews #tt-bs-list {
    min-height: 108px;
  }
}

#tt-bs-area {
  box-sizing: border-box;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}

#tt-bs-area .tt-bs-title {
  font-weight: 700;
}

.trustoo-widget #tt-bs-list {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-top: 12px;
  width: 100%;
}

.trustoo-widget #tt-bs-list .review-item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.trustoo-widget #tt-bs-list .review-item img {
  height: 20px;
  width: 20px;
}

#vstar-reviews #tt-bs-list {
  gap: 8px;
}

#vstar-reviews #tt-bs-list .tt-wrapper {
  aspect-ratio: 1/1;
  flex-basis: calc(25% - 6px);
  height: fit-content;
  padding: 0;
}

.tt-wrapper {
  box-sizing: border-box;
  height: auto;
}

.tt-wrapper .review-item {
  animation: growOut 0.5s linear;
  aspect-ratio: 1/1;
  background: no-repeat 50% / cover;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%;
}

.tt-wrapper .review-item .tt-video-icon,
.tt-wrapper .review-item .tt-video-player {
  height: 20px;
  width: 20px;
}

.mask:after {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

.tt-review-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 480px) {
  .tt-review-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vstar-star {
  --star-color: #0091c6;
  --nostar-color: #d9d9d9;
}
#reviews-wrapper,
#noreviews-wrapper,
#vstar-reviews,
#vstar-noreviews {
  background-color: #ffffff;
  --font-color: #000000;
  --font-color-o4: rgba(0, 0, 0, 0.4);
  --font-color-o7: rgba(0, 0, 0, 0.7);
  --font-color-o8: rgba(0, 0, 0, 0.8);
  --font-size: 14px;
  --bg-color: #ffffff;
  --badge-text-color: #000000;
  --badge-color: #000000;
  --card-color: #ffffff;
  --box-bg-color: #ffffff;
  --button-radius: 2px;
  --button-color: #0091c6;
  --button-bd-color: #ffffffff;
  --button-border-color: #0091c6;
  --line-color: #00000017;
  --reply-bg-color: #f2f2f2;
  --avatar-text-color: #000000;
  --avatar-bg-color: #eee;
}
.trustoo-widget {
  --sprites-image-url: url(../image/trustoo_sprites.png);
}
#vstar-window-review,
#vstar-window-review #reviews-wrapper,
#vstar-window-review #vstar-reviews {
  background-color: #ffffff;
}
#vstar-reviews.pending > * {
  opacity: 0 !important;
}
#vstar-reviews #reviews-body .grid-review {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
#vstar-reviews #reviews-body .reviews-text {
  font-size: 14px;
}
.product-icon-list i {
  font-size: 20px;
}
#trustoo-allinone i,
.write-review-container i {
  font-size: 16px;
}
#reviews-head i {
  font-size: 20px;
}

.trustoo-widget {
  --tab-title-color: #000000;
  --tab-title-line-color: #e6e6e6;
  --question-color: #000000;
  --question-color-o8: rgba(0, 0, 0, 0.8);
}
.grid-review {
  background-color: #ffffff;
}
#vstar-reviews #reviews-body {
  margin-top: 16px !important;
}
#vstar-reviews {
  max-width: 1200px;
}
#trustoo-allinone,
#success-window {
  --button-bg-color: #000000;
  --button-text-color: #ffffff;
  --button-radius: 4px;
  --text-color: #303030;
  --light-text-color: rgba(48, 48, 48, 0.4);
  --discount-code-color: #303030;
  --discount-copy-color: #3376c5;
}
#trustoo-allinone .form-submit[disabled] {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.trustoo-write-review,
#success-window {
  --write-bg: #ffffff;
  background: #ffffff;
  border-radius: 4px;
  color: #303030;
}
#trustoo-allinone.trustoo-write-review .vstar-star {
  --star-color: #ff9900;
}
.trustoo-widget .window-discount,
.trustoo-widget .slide-discount {
  background: #ffffff;
  border-radius: 30px;
}

.vstar-star.right {
  text-align: right;
}

.vstar-star.center {
  text-align: center;
}

.vstar-star > * {
  display: inline-block;
  vertical-align: middle;
}

.vstar-star .star-item {
  height: auto;
  margin-right: 2px;
  font-size: 0;
  line-height: normal;
}
.vstar-star .star-item .nostar {
  .trustoo-rating-icon path {
    fill: var(--nostar-color);
  }
}
.vstar-star .star-item .half-star {
  > .item-nostar .trustoo-rating-icon path {
    fill: var(--nostar-color);
  }
}

.vstar-star .star-item .trustoo-rating-icon path {
  fill: var(--star-color);
}
.vstar-star .star-item.half-star {
  position: relative;
}

.vstar-star .item-star {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.vstar-star .item-nostar {
  font-size: 0;
}

.vstar-star i.trustoo-icon-star,
.vstar-star i.trustoo-icon-nostar {
  display: inline;
}

#vstar-reviews #reviews-body .trustoo-badge-icon {
  width: 14px;
  height: 14px;
}
#vstar-reviews .user-verified .trustoo-badge-icon {
  margin-right: 4px;
}

.product-icon-list.vstar-star .star-item,
.product-icon-list.vstar-star .trustoo-rating-icon {
  width: 20px;
  height: 20px;
}

.collection-icon-list .star-item,
.collection-icon-list .trustoo-rating-icon {
  width: 16px;
  height: 16px;
}

#vstar-reviews > #reviews-head .star-item,
#vstar-reviews > #reviews-head .trustoo-rating-icon {
  width: 20px;
  height: 20px;
}

#vstar-reviews > #reviews-body .star-item,
#vstar-reviews > #reviews-body .trustoo-rating-icon {
  width: 14px;
  height: 14px;
}

.noreviews-nostar .star-item,
.noreviews-nostar .trustoo-rating-icon {
  width: 20px;
  height: 20px;
}

.collection-icon-list {
  margin: 5px 0;
}

.collection-icon-list .collection-reviews-num {
  margin: 1px 6px 0 3px;
  font-size: 16px;
  line-height: normal;
}

#vstar-reviews #reviews-head {
  display: flex;
}

#vstar-reviews .head-sort {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}

#vstar-reviews .head-sort .sort-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#vstar-reviews #reviews-body {
  position: relative;
}

#vstar-reviews .list-review .img-item,
#vstar-reviews .list-review .resource-item {
  overflow: hidden;
  width: 100px;
  height: 100px;
}

#vstar-reviews .grid-review {
  padding-bottom: 16px;
  border-radius: 8px;
  animation: recover 1s linear;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  vertical-align: top;
}
#vstar-reviews #reviews-body .reviews-text {
  line-height: 140%;
}
#vstar-reviews #reviews-body svg {
  vertical-align: middle;
}

#vstar-reviews .grid-review .grid-review-head {
  position: relative;
  padding: 0 16px;
  margin-top: 16px;
}

#vstar-reviews .grid-review .user-message {
  margin: 12px 0 12px;
}

#vstar-reviews .grid-review .user-name {
  padding: 0;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

#vstar-reviews .grid-review .country-name {
  font-size: 16px;
  vertical-align: middle;
}

#vstar-reviews .grid-review .reviews-date {
  font-size: 12px;
  line-height: 22px;
}

#vstar-reviews .grid-review .grid-review-body {
  padding: 0 16px;
}

#vstar-reviews .grid-review .reviews-text {
  font-size: 14px;
  word-wrap: break-word;
}

#vstar-reviews .grid-review .display-text {
  font-size: 14px;
}

#vstar-reviews .grid-review .img-item,
#vstar-reviews .grid-review .resource-item {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

#vstar-reviews .grid-review img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.pagefly-star-rating-sealapp:empty,
.ecom-star-rating-sealapp:empty,
.custom-vstar-rating-widget:empty {
  display: block;
}

[class^="trustoo-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  font-size: 14px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.trustoo-icon-helpful:before {
  color: var(--font-color);
  content: "\e605";
}

.trustoo-icon-unhelpful:before {
  color: var(--font-color);
  content: "\e606";
}

.trustoo-icon-star:before {
  color: var(--star-color);
  content: "\e602";
}

.trustoo-icon-nostar:before {
  color: var(--nostar-color);
  content: "\e602";
}
[class^="trustoo-icon-"].rated:before {
  color: var(--star-color);
}
[class^="trustoo-icon-"].no-rated:before {
  color: var(--nostar-color);
}
.trustoo-icon-skirt:before {
  content: "\e60b";
}

.trustoo-icon-bag:before {
  content: "\e60f";
}

.trustoo-icon-leaf:before {
  content: "\e610";
}

.trustoo-icon-tie:before {
  content: "\e611";
}

.trustoo-icon-cup:before {
  content: "\e612";
}

.trustoo-icon-fire:before {
  content: "\e60a";
}

.trustoo-icon-trophy:before {
  content: "\e613";
}

.trustoo-icon-crown:before {
  content: "\e614";
}

.trustoo-icon-heart:before {
  content: "\e615";
}

.trustoo-icon-diamond:before {
  content: "\e616";
}

.trustoo-icon-shirt:before {
  content: "\e617";
}

.trustoo-icon-surrounded:before {
  content: "\e609";
}

.trustoo-icon-spikes:before {
  content: "\e618";
}

.trustoo-icon-rounded:before {
  content: "\e608";
}

.trustoo-icon-chef:before {
  content: "\e60d";
}

.trustoo-icon-footprint:before {
  content: "\e60e";
}

.trustoo-icon-seedling:before {
  content: "\e60c";
}

.trustoo-icon-helpful:before {
  content: "\e605";
}

.trustoo-icon-unhelpful:before {
  content: "\e606";
}

.trustoo-icon-star:before {
  content: "\e602";
}

@media only screen and (max-width: 540px) {
  .media-fixed-bottom {
    position: fixed !important;
    bottom: 10px !important;
    z-index: 999;
    max-width: calc(100vw - var(--pl-mobile) - var(--pl-mobile)) !important;
  }
}