/* ???????? */
[data-variant-selected] {
  display: none;
}

.wrapper.auto-product {
  padding: 20px 25px;
}

/* ??? ?? */
.size-guide {
  margin-bottom: 24px;
}

.size-table-btn {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: none;
  display: flex;
  align-items: center;
}

.size-table-btn span {
  text-decoration: underline;
  padding: 0;
  line-height: 1;
  color: rgb(51, 51, 51);
  margin-left: 5px;
  cursor: pointer;
  font-size: 14px;
}


/* ???? */
.size-table-content {
  box-sizing: inherit;
}

.size-table-content ul {
  padding-left: 3.2rem;
}

.size-table-content ul li {
  list-style-type: disc;
}

.size-table__body {
  overflow: auto;
  max-height: 440px;
  padding: 5px 24px 30px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
  box-sizing: inherit;
  min-height: 35vh;
  /* max-height: 70vh; */
}

.size-table-dialog .iconfont.icon-close {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  color: #909399;
}

.size-table-dialog__headerbtn {
  position: absolute;
  top: 16px;
  right: 20px;
  padding: 0;
  color: var(--theme-color-font);
  font-size: 20px;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
}

.size-table-dialog__title {
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-color-font);
  box-sizing: inherit;
}

.size-table__header {
  padding: 12px 24px;
  box-sizing: inherit;
  font-size: 20px;
}

.size-table-dialog-wrapper {
  /* display: none; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 9999;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .6);
}

.size-table-dialog {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: var(--theme-border-radius);
  border: 1px solid #fff;
  /* max-height: 554px; */
  overflow: hidden;
  background-color: #fff;
  margin-top: 0px;
  /* width: 50%; */
  min-width: 50%;
  max-width: 70%;
  min-height: 40vh;
  max-height: 75vh;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .size-guide {
    margin-bottom: 20px;
  }

  .size-table-dialog {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-height: calc(100% - 33vh);
    max-width: none;
    min-height: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .size-table__body {
    padding: 0;
    min-height: unset;
  }
}

@media screen and (min-width: 768px) {
  .size-table__body {
    max-height: 70vh;
  }
}

@media screen and (max-width: 375px) {
  .size-table__body {
    max-height: 370px;
  }
}

/* ??? ?? Start */
.size-guide .size-table-btn {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-transform: none;
  display: flex;
  align-items: center;
}

.size-table-btn span {
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  color: rgb(51, 51, 51);
}

.size-table-btn .iconfont {
  color: rgb(51, 51, 51);
}

/* ???? */
.size-table-content {
  box-sizing: inherit;
}

.size-table-content ul {
  padding-left: 3.2rem;
}

.size-table-content ul li {
  list-style-type: disc;
}

.size-table__body {
  overflow: auto;
  max-height: 440px;
  padding: 5px 24px 30px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
  box-sizing: inherit;
  min-height: 35vh;
  /* max-height: 70vh; */
}

.size-table-dialog .icon-close {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  color: #909399;
}

.size-table-dialog__headerbtn {
  position: absolute;
  top: 16px;
  right: 20px;
  padding: 0;
  color: var(--theme-color-font);
  font-size: 20px;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
}

.size-table-dialog__title {
  font-size: 20px;
  line-height: 24px;
  color: var(--theme-color-font);
  box-sizing: inherit;
}

.size-table__header {
  padding: 12px 24px;
  box-sizing: inherit;
  font-size: 20px;
}

.size-table-dialog-wrapper {
  /* display: none; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 9999;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .6);
}

.size-table-dialog {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: var(--theme-border-radius);
  border: 1px solid #fff;
  /* max-height: 554px; */
  overflow: hidden;
  background-color: #fff;
  margin-top: 0px;
  /* width: 50%; */
  min-width: 50%;
  max-width: 70%;
  min-height: 40vh;
  max-height: 75vh;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .size-table-dialog {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-height: calc(100% - 33vh);
    max-width: none;
    min-height: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .size-table__body {
    padding: 0;
    min-height: unset;
  }
}

@media screen and (min-width: 769px) {
  .size-table__body {
    max-height: 70vh;
  }
}

@media screen and (max-width: 375px) {
  .size-table__body {
    max-height: 370px;
  }
}

/* ??? ?? End */
.product-details .crumbs {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.product-details .crumbs>span {
  margin: 0 4px;
  content: "/";
  color: var(--theme-color-font);
  font-size: 10px;
  line-height: 16px;
}

.product-main {
  display: flex;
  padding-top: 6px;
  margin-bottom: 80px;
}

.product-main .main-left {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 60px;
  width: 67%;
  max-height: 742px;
  gap: 30px;
}

#productImages,
#productThumbs {
  position: relative;
  width: 100%;
  visibility: hidden;
}

#productImages {
  flex: 1;
  height: 100%;
}

#productImages .swiper-slide {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
}

#productImages .swiper-slide img,
#productImages .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#productImages .prev-btn,
#productImages .next-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  width: 40px;
  height: 40px;
  color: var(--main-bg-color-dark);
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--main-bg-color-dark);
  border-radius: 50%;
  cursor: pointer;
}

#productImages .prev-btn {
  left: 8px;
}

#productImages .next-btn {
  right: 8px;
}

#productImages .swiper-pagination {
  display: none;
  font-size: 16px;
}


/* ??? Start */
.image-mark {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  height: 220px;
  width: 220px;
  background-color: rgba(255, 255, 255, .5);
  cursor: zoom-in;
}

.img-details {
  display: none;
  position: absolute;
  top: 100px;
  left: 63%;
  z-index: 101;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.big-image {
  position: absolute;
  width: 1200px;
  height: 1200px;
  max-width: unset;
  aspect-ratio: 1;
}

/* ??? End */

#productThumbs {
  width: 132px;
}

#productThumbs .swiper-slide {
  position: relative;
  max-height: 132px;
  padding-bottom: 132px;
}

#productThumbs .swiper-slide .image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

#productThumbs .swiper-slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 2px;
  object-fit: cover;
  cursor: pointer;
}

#productThumbs .swiper-slide video {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
}

#productThumbs .swiper-prev,
#productThumbs .swiper-next {
  position: absolute;
  left: 2px;
  z-index: 100;
  height: 30px;
  width: calc(100% - 4px);
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  cursor: pointer;
}

#productThumbs .swiper-prev {
  top: 0;
}

#productThumbs .swiper-next {
  bottom: 0;
}

@media screen and (max-width: 768px) {

  #productImages .prev-btn,
  #productImages .next-btn {
    display: none;
  }

  #productImages .swiper-pagination {
    display: block;
    width: 70px;
    transform: translateX(-50%);
    left: 89%;
    height: 20px;
    padding: 2px 10px 4px;
    margin-bottom: 5px;
    line-height: 16px;
    font-size: 14px;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    pointer-events: none;
  }

  .image-mark,
  .image-details {
    display: none;
  }
}
.img_gutter{
  margin: 16px 0px;
}

.product-main .main-right {
  display: flex;
  flex-direction: column;
  width: 43%;
}

.product-main .product-name {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.product-main .sub-title {
  margin-bottom: 16px;
  font-size: 12px;
  color: var(--theme-color-font-secondary);
}

.product-main .product-rate {
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-bottom: 16px;
}

.product-rate .product-stars,
.product-rate .review-count {
  cursor: pointer;
}

.product-rate .product-stars li {
  margin: 0;
}

.product-main .product-rate .review-count {
  margin-left: 2px;
  color: var(--theme-color-font);
  font-size: 12px;
}

.product-main .product-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  vertical-align: middle;
}

.product-price .price {
  display: inline-block;
  color: var(--theme-color-font);
  font-size: 24px;
  line-height: 36px;
}

.product-price .original-price {
  display: inline-block;
  margin-left: 10px;
  color: var(--theme-color-font);
  font-size: 12px;
}

.product-main .product-promote {
  margin: 40px 0;
  font-size: 20px;
  line-height: 1.5;
}

.product-main .product-description {
  font-size: 16px;
  line-height: 24px
}

.choicereview-content-more{
  text-decoration: underline;
  font-size: 16px;
  color: var(--main-bg-color);
  cursor: pointer;
  margin: 0 0 18px;
}

.product-attribute {
  display: flex;
  flex-direction: column;
}

.product-attribute:not(:last-child) {
  margin-bottom: 20px;
}

.variant-label {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
}

.product-attribute .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: var(--theme-border-radius);
}

.product-attribute .select-wrapper select {
  padding: 10px 16px;
  width: 100%;
  color: var(--theme-color-font);
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.product-attribute .select-wrapper select option[disabled] {
  color: #ccc;
}

.product-attribute .select-wrapper select option[selected] {
  color: var(--main-bg-color);
}

.product-attribute .select-wrapper select option:hover {
  background-color: var(--main-bg-color);
}

.product-attribute .select-wrapper i {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  color: var(--theme-color-font);
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}

.variant-buttons {
  margin: 0 -16px -16px 0;
}

.variant-buttons .variant-select {
  display: inline-block;
  margin: 0 12px 16px 0;
  padding: 10px 0;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
  cursor: not-allowed;
}

.variant-buttons .variant-select {
  width: calc(33.33333333% - 17px);
}

.variant-buttons .variant-select.handle-variant-click {
  color: var(--theme-color-font);
  border-color: #999;
  cursor: pointer;
}

.variant-buttons .variant-select.selected {
  color: var(--main-bg-color);
  background-color: #fbf6f3;
  border-color: var(--main-bg-color);
}

.quantity-button {
  padding: 10px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  max-width: 130px;
  margin-right: 24px;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: var(--theme-border-radius);
}

.quantity-wrapper .quantity {
  width: 100%;
  height: 48px;
  padding: 0;
  color: var(--theme-color-font);
  font-size: 16px;
  text-align: center;
  border: none;
}

.pd-size-attr {
  position: relative;
  margin: 0 0 20px;
}


.product-main button {
  /* padding: 8px 0; */
  color: #9c9c9c;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  white-space: nowrap;
  border-radius: var(--theme-border-radius);
}

.product-main button.of-stock,
.product-main button.sold-out {
  margin: 16px 0;
  background-color: var(--theme-color-font-secondary);
  color: #eee7e7;
}

.product-main .main-right .product-button {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.pd-quantity-add {
  display: flex;
  width: 100%;
}

.product-main button.add-to-cart {
  flex: 1;
  height: 48px;
  color: #fff;
  font-size: 18px;
  line-height: unset;
  background-color: var(--main-bg-color);
  border: 1px solid var(--main-bg-color);
}

.product-main button.buy-now {
  padding: 13px 0;
  margin: 0 0 16px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: unset;
  background-color: var(--main-bg-color-second);
}

#paypal-button-container {
  margin-bottom: 22px;
}

.product-share-button {
  position: relative;
  margin: 5px 0 20px;
  width: fit-content;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}

.product-share-button i {
  margin-right: 8px;
  color: var(--theme-color-font);
  font-size: 18px;
}

.pd-info-description {
  margin-bottom: 16px;
}

/* .share-box {
  position: absolute;
  z-index: 10;
  left: -40px;
  display: none;
  padding: 8px 24px;
  white-space: nowrap;
  background-color: #fff;
  border-radius: var(--theme-border-radius);
  box-shadow: 0px 0px 9px 0px #CCCCCC;
} */

/* .share-box::before {
  position: absolute;
  top: -16px;
  left: 72px;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
} */

.share-box a {
  margin-right: 16px;
  color: var(--theme-color-font);
  font-size: 16px;
}

.share-box a:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .wrapper.auto-product {
    padding: 20px;
  }

  #paypal-button-container {
    margin-bottom: 10px;
  }

  .variant-label {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .variant-buttons .variant-select {
    padding: 0 12px;
    height: 35px;
    width: 165px;
    font-size: 14px;
    line-height: 35px;
    white-space: nowrap;
  }

  .product-main .main-right .product-button {
    gap: unset;
  }

  .product-share-button {
    font-size: 16px;
  }

  .product-share-button i {
    font-size: 20px;
  }

  .share-box {
    left: 0;
  }

  .share-box::before {
    left: 32px;
  }
}

@media screen and (min-width: 769px) {
  .variant-buttons .variant-select.handle-variant-click:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}

@media screen and (max-width: 1100px) {
  .variant-buttons {
    margin-right: 0;
  }

  .variant-buttons .variant-select {
    width: calc(50% - 9px);
  }

  .variant-buttons .variant-select:nth-child(even) {
    margin-right: 0;
  }
}

.prodetail-review-header {
  margin-bottom: 40px;
  padding-top: 30px;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}

.prodetail-review-photos {
  background-color: #fafafa;
}

.prodetail-review-photos .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 32px var(--side-padding);
}

#reviewPhotos {
  flex: 1;
}

#reviewPhotos .swiper-slide {
  position: relative;
  padding-bottom: calc(11.11% - 4.44px);
}

#reviewPhotos .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

#reviewPhotos .prev-btn,
#reviewPhotos .next-btn {
  position: absolute;
  top: calc(50% - 19px);
  z-index: 10;
  width: 38px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--main-bg-color);
  color: var(--main-bg-color);
  cursor: pointer;
}

#reviewPhotos .prev-btn {
  left: 0;
}

#reviewPhotos .next-btn {
  right: 0;
}

/* ??????????? Start */
.sticky-bottom {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 256;
  padding: 12.5px 10px 16px;
  background-color: #fff;
}

.sticky-bottom .button-group .add-to-cart,
.sticky-bottom .button-group .buy-now,
.bottom-actions .button-group .add-to-cart,
.bottom-actions .button-group .buy-now {
  flex: unset;
  padding: 0;
  margin: 0;
  width: 48%;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}

.button-group {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 8px; */
}


.sticky-bottom button.sold-out {
  color: #eee7e7;
  background-color: var(--theme-color-font-secondary);
}

.bottom-actions {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 258;
  background-color: rgba(0, 0, 0, .5);
}

.bottom-actions-wrapper {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  padding: 36px 12.5px 20px;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  border-top-left-radius: var(--theme-border-radius);
  border-top-right-radius: var(--theme-border-radius);
}

.bottom-actions-wrapper .actions-close {
  position: absolute;
  top: 0;
  right: 2.5px;
  padding: 10px;
  color: var(--theme-color-font);
}

.bottom-actions-wrapper .product-info {
  display: flex;
}

.bottom-actions-wrapper .product-image {
  width: 70px;
  height: 70px;
}

.bottom-actions-wrapper .product-image img {
  height: 100%;
  width: 100%;
}

.bottom-actions-wrapper .product-price {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}

.bottom-actions-wrapper .original-price {
  margin-left: 0;
}

.bottom-actions-wrapper .product-attribute,
.bottom-actions-wrapper .quantity-wrapper {
  margin: 16px 0;
}

.bottom-actions-wrapper .product-attribute label {
  margin-bottom: 10px;
}

/* ????/????Start */
.variant-item.variant-item-content,
.m-variant-item.variant-item-content {
  display: inline-block;
  padding: 3px;
  height: 60px;
  width: 60px;
  border-radius: var(--theme-border-radius);
}

.variant-item-content .variant-color,
.m-variant-item .variant-color {
  height: 100%;
  width: 100%;
}

/* ????/????End */

@media screen and (max-width: 768px) {

  /* ???????????? */
  footer {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 769px) {
  .sticky-bottom {
    display: none;
  }
}

/* ??????????? End */

.tab-list .tab-item {
  color: var(--theme-color-font);
  font-size: 16px;
  cursor: pointer;
}

.tab-list .tab-item .tab-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-size: inherit;
  font-weight: 400;
  border-top: 1px solid #f2f2f2;
}

.tab-box .iconfont {
  color: #a2a2a2;
}

.tab-item[data-tab=reviews] {
  order: 99;
}

.page-section {
  display: none;
  padding: 10px 0 10px 0;
  cursor: default;
}

.page-section.current {
  display: block;
}

[data-section="description"] {
  position: relative;
  margin-bottom: 24px;
}

.tab-description.maxheight--200 {
  max-height: 200px;
}

.tab-description.maxheight--unset {
  max-height: unset;
}

.tab-description {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}

.tab-description-more {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: var(--main-bg-color);
  cursor: pointer;
}

.tab-description.maxheight--200::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, 1));
}

/* ??Start */
[data-section="reviews"] {
  display: block;
  padding-bottom: 0;
}

.review-left-header {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-color-font);
}

.review-wrapper {
  display: flex;
}

.review-left {
  margin-right: 45px;
  width: 400px;
}

.review-right {
  flex: 1;
  width: calc(100% - 550px);
}

.review-summary {
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.summary-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reviews-rating {
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  color: var(--theme-color-font);
}

.review-summary .product-stars {
  margin-bottom: 16px;
}

.review-summary .product-stars li {
  font-size: 20px;
}

.review-summary .reviews-count {
  color: var(--theme-color-font-secondary);
  font-size: 14px;
}

.show-review {
  position: absolute;
  right: 0;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.review-wrapper .review-left .show-review i {
  color: var(--main-bg-color);
}

.review-header .button-box {
  display: flex;
  position: relative;
  margin: 14px 0;
}

.summary-right {
  flex: 1;
}

.summary-right .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  width: 100%;
}

.summary-row .summary-score {
  font-size: 14px;
}

.summary-row .summary-bar {
  flex: 1;
  margin: 0 8px;
  height: 10px;
  overflow: hidden;
  background-color: var(--theme-border-color);
  border-radius: 5px;
}

.summary-bar .summary-bar-progress {
  height: 100%;
  background-color: var(--main-bg-color);
  border-radius: 5px;
}

.summary-row .score-rate {
  display: inline-block;
  width: 32px;
  font-size: 14px;
  text-align: right;
}

.review-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 18px;
  width: 100%;
  color: var(--theme-color-font);
}

.reviews-container {
  padding-top: 32px;
  background-color: #f6f6f6;
}

.review-list {
  padding: 0;
  background-color: #fff;
  max-width: calc(var(--max-width) - var(--side-padding) * 2);
}

.review-header .header-left {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-font);
}

.review-header .header-right {
  display: flex;
  align-items: center;
}

.review-header .header-right label {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
}

.header-right .sort-wrapper {
  position: relative;
  font-size: 20px;
  background-color: #fff;
  border: 1px solid var(--theme-border-color);
}

.sort-wrapper select {
  padding: 0 40px 0 16px;
  height: 40px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.header-right .sort-wrapper i {
  position: absolute;
  top: 0;
  right: 10px;
  color: var(--theme-color-font);
  font-size: 12px;
  line-height: 40px;
}

.review-right .review-header .header-right .sort-wrapper i {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.review-list .review-item {
  padding: 32px;
  border-bottom: 24px solid #f6f6f6;
}

.review-origin {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
}

.review-origin-avatar {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  background: #f2f2f2;
  color: #999;
}

.review-origin-time {
  position: absolute;
  right: 0;
  top: 49%;
  color: #999;
  font-size: 12px;
}

.review-stars {
  display: flex;
  margin-bottom: 12px;
}

.review-content {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

.review-images .review-image,
.review-images .review-video {
  margin: 0 16px 16px 0;
  height: 160px;
  width: 160px;
  object-fit: cover;
  cursor: pointer;
}

.review-images video.review-image {
  margin: 0;
}

.review-images>div {
  display: inline-block;
  position: relative;
  margin: 0 16px 16px 0;
  height: 160px;
  width: 160px;
  vertical-align: top;
}

.review-image-play,
.review-photo-play {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  height: 36px;
  width: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 36px !important;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;

}

video.review-detail-item {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-bottom {
  position: relative;
}

.review-bottom button {
  height: 24px;
  font-size: 13px;
}

.review-bottom .review-comments {
  position: absolute;
  right: 0;
  height: auto;
  font-size: 12px;
  border: 1px solid var(--theme-color-font);
  border-radius: 0;
  padding: 5px 10px;
  background-color: #fff;
  cursor: pointer;
}

.review-bottom button:disabled {
  color: var(--main-bg-color);
}

.review-bottom .review-helpful {
  margin-right: 30px;
}

.review-bottom .review-helpful.visited,
.review-bottom .review-unhelpful.visited {
  color: var(--main-bg-color);
}

.review-bottom i {
  margin-right: 4px;
  color: var(--theme-color-font);
  font-size: 24px;
}

.review-comment {
  display: none;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--theme-border-color);
}

.comment-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 16px;
}

.comment-item:first-child {
  padding-top: 0;
}

.comment-item .comment-origin {
  padding-left: 80px;
  white-space: nowrap;
  font-size: 15px;
}

.review-comment .more-comments {
  padding: 0 48px;
  height: 56px;
  color: var(--main-bg-color);
  font-size: 24px;
  line-height: 56px;
  border: 2px solid var(--main-bg-color);
}

.review-comment .form-label {
  margin-bottom: 5px;
  font-weight: 700;
}

.review-comment .form-col {
  margin: 8px auto;
}

.review-comment input {
  height: 56px;
  font-size: 16px;
}

.review-comment textarea {
  font-size: 16px;
  resize: vertical;
}

.review-comment .submit-button {
  margin-top: 10px;
  padding: 6px 12px;
  height: 34px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  border-radius: var(--theme-border-radius);
}

.reply-field-error {
  display: none;
  color: #bc2848;
}

.form-col.invalid .reply-field-error {
  display: block;
}

.review-comment .submit-button i {
  color: inherit;
  transition: unset;
}

.reviews-container .button-box {
  text-align: center;
}

.more-reviews {
  margin: 0 0 30px;
  padding: 14px 48px;
  color: var(--main-bg-color);
  font-size: 16px;
  border: 1px solid var(--main-bg-color);
  border-radius: var(--theme-border-radius);
}

.review-wrapper .product-stars li,
.review-wrapper .review-stars li i {
  height: 16px;
  line-height: 1;
}

.page-section .popup-content {
  height: unset;
}

.form-col.review-rating {
  flex-direction: row;
  align-items: center;
}

.form-col.review-rating label {
  margin-right: 24px;
}

.form-col.review-rating .product-stars li {
  color: #ffb400;
  cursor: pointer;
}

.add-review.form label {
  font-size: 16px;
}

.add-review.form .form-col {
  margin: 12px 0;
}

.add-review input,
.add-review textarea {
  font-size: 16px;
}

.add-review .media-input {
  height: 130px;
  width: 130px;
}

.add-review .media-wrapper {
  position: relative;
  height: 130px;
  width: 130px;
  background-color: var(--theme-sub-color);
}

.add-review .media-wrapper .media-preview {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.add-review .media-wrapper .media-delete {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 1;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}

.add-review .media-box {
  gap: 8px;
}

.add-review .review-button {
  padding: unset;
  height: 56px;
  width: 160px;
  font-size: 16px;
  font-weight: bold;
  line-height: unset;
}

.no-review {
  padding: 16px 0 40px;
  width: 100%;
  text-align: center;
}

.no-review p {
  margin-bottom: 36px;
  color: var(--theme-color-font-secondary);
  font-size: 24px;
}

.no-review .show-review {
  position: static;
}

.popup {
  z-index: 512;
}

.review-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 512;
  background: rgba(0, 0, 0, .5);
}

.review-detail-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  width: calc(100% - 50px);
  max-width: 1088px;
  background-color: #fff;
  border-radius: var(--theme-border-radius);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.review-popup.only-image .review-detail-wrapper {
  max-width: 600px;
}

.review-detail-wrapper .popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--theme-color-font);
}

.review-detail-left {
  position: relative;
  padding: 0 20px;
  width: 60%;
  max-width: 600px;
}

.review-detail-photo,
.review-detail-image .swiper-slide {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.review-detail-photo img,
.review-detail-photo video,
.review-detail-image .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.review-detail-left .photo-control {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  width: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--main-bg-color);
  border-radius: 50%;
  cursor: pointer;
}

.review-detail-left .photo-control.iconfont {
  color: var(--main-bg-color);
}

.photo-control.prev-photo {
  left: 0;
}

.photo-control.next-photo {
  right: 0;
}

.review-detail-right {
  width: 400px;
}

.review-detail-image {
  width: 100%;
}

.review-detail-image img {
  width: 100%;
}

.review-detail-image .swiper-pagination {
  font-size: 16px;
  font-weight: normal;
}

.review-detail-image .prev-btn,
.review-detail-image .next-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  height: 40px;
  width: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid var(--main-bg-color);
  border-radius: 50%;
}

.review-detail-image .prev-btn.iconfont,
.review-detail-image .next-btn.iconfont {
  color: var(--main-bg-color);
}

.review-detail-image .prev-btn {
  left: 8px;
}

.review-detail-image .next-btn {
  right: 8px;
}

@media screen and (max-width: 768px) {
  .review-origin-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    line-height: 40px;
    font-size: 18px;
  }

  .prodetail-review-header {
    padding-top: 4px;
    font-size: 18px;
  }

  .reviews-container {
    padding-top: 8px;
  }

  .review-list .review-item {
    padding: 20px;
    border-bottom: 8px solid #f6f6f6;
  }

  .review-left-header {
    margin-bottom: 20px;
  }

  .add-review.form label {
    font-size: 16px;
  }

  .add-review input,
  .add-review textarea {
    font-size: 16px;
  }

  .add-review .media-input {
    height: 96px;
    width: 96px;
  }

  .add-review .media-wrapper {
    height: 96px;
    width: 96px;
  }

  .add-review .review-button {
    height: 40px;
    width: 120px;
    font-size: 16px;
    line-height: 40px;
  }

  .add-review .media-input {
    height: 96px;
    width: 96px;
  }

  .no-review p {
    margin-bottom: 16px;
    font-size: 16px;
  }

  #reviewPhotos .swiper-slide {
    padding-bottom: calc(33.33333333% - 5.33333333px)
  }

  #reviewPhotos .prev-btn,
  #reviewPhotos .next-btn {
    display: none;
  }

  .review-detail-wrapper {
    flex-direction: column;
    max-height: 85%;
    padding: 36px 12px 16px;
  }

  .review-popup .review-detail-wrapper i.popup-close {
    top: 12px;
    right: 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .review-header .button-box {
    margin: 0;
  }

  .review-detail-left {
    padding: 0 0 48px;
    width: 100%;
    max-width: unset;
  }

  .review-detail-right {
    margin-top: 24px;
    width: 100%;
    overflow-y: scroll;
  }

  .review-detail-left .photo-control {
    top: unset;
    bottom: 4px;
    font-size: 16px;
  }

  .review-detail-image .prev-btn,
  .review-detail-image .next-btn {
    display: none;
  }

  /* ???? */
  .msak {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    z-index: 300;
  }

  .sort-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 301;
    -webkit-box-shadow: 0 -2px 10px rgb(54 54 54 / 20%);
    box-shadow: 0 -2px 10px #36363633;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    background: white;
    visibility: hidden;
  }

  .comment-filter-btns-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 16px 0 20px;
    width: 100%;
  }

  .comment-filter-btns-m .comment-filter-btn {
    margin-top: 10px;
  }

  .comment-filter-btns-m .comment-filter-btn .c-muli-bold {
    font-size: 14px;
    margin: 0 4px;
  }

  .comment-filter-btn .iconfont {
    color: var(--theme-color-font);
    font-size: 16px;
    height: 16px;
    line-height: 18px;
    vertical-align: text-top;
  }

  .comment-filter-btn .icon-down {
    font-size: 12px;
  }

  .sort-pop.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }

  .sort-pop .sort-pop-header {
    position: relative;
    padding: 13px 20px;
    border-bottom: 1px solid rgba(227, 227, 227, .4);
    text-align: center;
  }

  .sort-pop .sort-pop-header i {
    position: absolute;
    left: 20px;
    top: calc(50% - 8px);
    font-size: 12px;
    color: var(--theme-color-font);
  }

  .sort-pop .sort-pop-header .sort-pop-title {
    letter-spacing: 1px !important;
    font-family: Muli-Bold !important;
    font-size: 15px;
    font-weight: 400;
  }

  .sort-pop .sort-pop-list {
    max-height: 385px;
    padding: 18px 0;
  }

  .sort-pop .sort-pop-list button {
    color: #666;
    letter-spacing: 1px !important;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
  }

  .m-collect {
    display: none;
    position: fixed;
    width: 80%;
    max-width: 316px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 301;
    background: white;
    overflow-y: auto;
  }

  .m-collect .m-collect-con {
    height: calc(100vh - 164px);
    overflow-y: auto;
    padding: 16px;
  }

  .m-collect .m-collect-con .m-collect-item {
    display: inline-block;
    background-color: #f2f2f2;
    font-family: Muli-Light, sans-serif;
    color: #333;
    padding: 10px;
    margin: 5px;
    width: 45%;
  }

  .m-collect .m-collect-con .m-collect-item.checked {
    background-color: #e8f5fd;
    color: #1ea0f0;
    font-family: Muli-Bold, sans-serif;
  }

  .m-collect .m-collect-con .c-option-point {
    font-size: 12px;
    vertical-align: baseline;
  }

  .m-collect .radiogroup .c-rate-item .c-icon--star_full {
    font-size: 16px;
  }

  .m-collect .m-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 68px;
    position: relative;
    -webkit-box-shadow: 0 -1px rgb(227 227 227 / 60%) inset;
    box-shadow: 0 -1px #e3e3e399 inset;
  }

  .m-collect .m-title .m-title-name {
    letter-spacing: 1px !important;
    font-family: Muli-Bold !important;
    font-size: 16px;
  }

  .m-collect .m-title i.iconfont {
    right: 18px;
    position: absolute;
    font-size: 13px;
  }

  .m-collect-apply {
    padding: 24px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -1px #e3e3e3;
    box-shadow: 0 -1px #e3e3e3;
  }

  .m-collect-apply button {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    font-family: Muli-Bold !important;
    letter-spacing: 1px !important;
    color: #fff;
    border-color: #000;
    width: 100%;
  }

  .m-collect-apply button::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    background-color: #000;
  }

  .m-collect-apply button:hover {
    color: #000;
    background-color: transparent;
  }

  .m-collect-apply button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
  }

  .m-collect .m-title i.iconfont {
    right: 30px;
  }
}

/* ??End */

#productThumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--main-bg-color-dark);
}

#productThumbs .icon-play {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  height: 36px;
  width: 36px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  opacity: .8;
  cursor: pointer;
}

/* ?? Start */
.properties-list li {
  display: flex;
  color: var(--theme-color-font);
  font-size: 16px;
  cursor: default;
}

.properties-list li:first-child p {
  border-top: 1px solid var(--theme-border-color);
}

.properties-list li p {
  padding: 16px 24px;
  word-break: break-word;
  border-bottom: 1px solid var(--theme-border-color);
}

.properties-list li p:first-child {
  width: 30%;
}

.properties-list li:nth-child(odd) p {
  background-color: #fff;
}

.properties-list li:nth-child(even) p {
  word-break: break-word;
}

.properties-list li p:first-child {
  background-color: #f8f8f8;
}

.properties-list li p:last-child {
  width: 70%;
  font-size: 14px;
}

/* ?? End */

@media screen and (max-width: 768px) {
  .product-details .crumbs {
    margin: 3px 0 10px;
    padding: 0;
  }

  .product-main {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .product-main .main-left {
    padding-right: 0;
    width: 100%;
  }

  #productThumbs {
    display: none;
  }

  .product-main .main-right {
    padding: 24px 0 0;
    width: 100%;
  }

  .product-main .product-name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .product-main .sub-title {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .product-main .product-price {
    margin-bottom: 14px;
  }

  .product-main .product-rate {
    /* margin-bottom: 0; */
  }

  .product-price .price {
    font-size: 24px;
  }

  .product-attribute .select-wrapper {
    border-width: 1px;
  }

  .product-attribute .select-wrapper select {
    padding: 8px 16px;
    font-size: 14px;
  }

  .product-attribute .select-wrapper i {
    line-height: 40px;
  }

  .quantity-wrapper {
    margin-bottom: 10px;
    height: 44px;
    font-size: 14px;
    border-width: 1px;
  }

  .quantity-wrapper .quantity {
    font-size: 15px;
    height: auto;
  }

  .quantity-button {
    font-size: 15px;
  }

  .product-main button.add-to-cart {
    padding: 0;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    border-width: 1px;
  }

  .product-main button.of-stock,
  .product-main button.sold-out {
    margin: 10px 0;
    padding: 0;
    height: 40px;
  }

  .product-main button.buy-now {
    margin-bottom: 10px;
    padding: 0;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }

  .page-section {
    padding: 0;
  }

  /* ?? Start */

  .tab-list .tab-item {
    color: var(--theme-color-font);
    font-size: 14px;
    border-top: 1px solid #f2f2f2;
  }

  .tab-list .tab-item .tab-box {
    justify-content: space-between;
  }

  .tab-list .tab-item i {
    line-height: 26px;
    font-size: 14px;
  }

  .tab-list .tab-item.current {
    color: var(--theme-color-font);
    background-color: transparent;
  }

  .tab-list .tab-item.current i {
    transform: rotate(180deg);
  }

  .tab-list .tab-item:not(.current) i {
    transform: rotate(0);
  }

  /* ?? End */
  /* ?? Start */
  .properties-list li {
    font-size: 16px;
  }

  .properties-list li p:first-child {
    margin-right: 0;
    max-width: 120px;
  }

  .properties-list li p {
    padding: 16px 12px;
  }

  /* ?? End */
}

@media screen and (max-width: 1180px) {

  /* ?? Start */
  .review-right {
    width: 100%;
  }

  .review-wrapper {
    flex-direction: column;
  }

  .review-left {
    margin: 0 0 40px;
    width: 100%;
  }

  .reviews-rating {
    margin: 0 8px 0 0;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
  }

  .review-summary {
    margin-bottom: 16px;
  }

  .summary-left {
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
  }

  .review-summary .product-stars {
    margin-bottom: 2px;
  }

  .review-summary .product-stars li {
    margin-right: 2px;
  }

  .product-stars li:last-child {
    margin-right: 0;
  }

  .review-summary .reviews-count {
    font-size: 12px;
  }

  .summary-right .summary-row {
    margin: 4px 0;
    font-size: 12px;
  }

  .summary-row .summary-bar {
    height: 7px;
    border-radius: 4px;
  }

  #reviewPhotos .summary-bar .summary-bar-progress {
    height: 7px;
    border-radius: 4px;
  }

  .summary-row .score-rate {
    width: 28px;
    font-size: 12px;
  }

  .show-review {
    right: 16px;
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 700;
    background-color: #000;
    color: #fff;
  }

  .review-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .review-right .review-header:last-child {
    border: none;
  }

  .review-header .header-left {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 17px;
    border-bottom: 1px solid var(--theme-border-color);
  }

  .review-header .header-right label {
    font-size: 14px;
  }

  .sort-wrapper select {
    height: 40px;
    max-width: 240px;
    font-size: 14px;
  }

  .prodetail-review-photos .wrapper {
    flex-direction: column;
    padding: 16px 20px;
  }

  #reviewPhotos {
    flex: unset;
    width: 100%;
  }

  .review-origin {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .review-stars {
    margin-bottom: 8px;
  }

  .review-content {
    font-size: 14px;
  }

  .header-right .sort-wrapper i {
    line-height: 40px;
  }

  .review-images .review-image,
  .review-images .review-video,
  .review-images>div {
    margin: 0 8px 12px 0;
  }

  .review-images .review-image:nth-child(2n),
  .review-images>div:nth-child(2n) {
    margin-right: 0;
  }

  .review-bottom button {
    font-size: 13px;
    color: var(--theme-color-font);
  }

  .review-bottom i {
    font-size: 20px;
  }

  .review-bottom .review-helpful {
    margin-right: 20px;
  }

  .comment-item {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .review-comment .more-comments {
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-width: 1px;
  }

  .comment-item {
    padding: 12px 0;
    font-size: 16px;
  }

  .comment-item .comment-origin {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .review-comment {
    padding-top: 14px;
    margin-top: 14px;
  }

  .review-comment .form-label {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .review-comment input {
    height: 36px;
    font-size: 14px;
  }

  .review-comment textarea {
    font-size: 14px;
  }

  .review-comment .submit-button {
    margin-top: 8px;
    border-width: 1px;
  }

  .more-reviews {
    padding: 0 24px;
    margin: 5px 0 20px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-width: 1px;
  }

  .page-section .popup-header {
    padding: 12px;
  }

  .page-section .popup-content {
    padding: 20px 12px;
  }

  /* ?? End */
}

/* ??????? */
.c-tag {
  display: inline-block;
  height: 36px;
  padding: 0 8px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 14px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
}

.c-tag.c-tag-checked {
  background-color: #e8f5fd;
  color: #1ea0f0;
  -webkit-font-smoothing: antialiased;
}

.comment-filter-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 14px;
}

.comment-filter-pc .left {
  max-width: calc(100% - 300px);
  position: relative;
}

.comment-filter-pc .left .rate-select {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 36px;
  padding: 0 12px;
  vertical-align: top;
  width: 200px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.rate-select .rate-select-reference {
  color: #333;
  font-size: 14px;
  vertical-align: top;
}

.rate-select .icon-down {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #999;
}

.comment-filter-pc .c-popup {
  display: none;
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 2;
  margin: 0px;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: transform .05s;
  transition-duration: 0s;
}

.comment-filter-pc .rate-select-content {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0;
  width: 200px;
}

.radiogroup {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.comment-filter .comment-filter-pc .right {
  position: relative;
}

.comment-filter-pc .right .sort-select-name {
  color: #333;
  font-size: 14px;
  line-height: 36px;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
}

.comment-filter-pc .right .c-select {
  position: relative;
  min-width: 147px;
  display: inline-block;
  cursor: pointer;
}

.comment-filter-pc .select-reference {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 36px;
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  color: #333;
}

.select-reference .iconfont {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}

.comment-filter-pc .right .c-select__content {
  width: 100%;
  padding: 4px 0;
  border: 1px solid #d0d0d0;
  border-top: 0;
}

.comment-filter-pc .right .c-select__option {
  font-size: 14px;
  height: 36px;
  padding: 0 12px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: #333;
  -webkit-font-smoothing: antialiased;
}


.c-rate-select-option:hover {
  background-color: #f2f2f2;
}

.rate-select-content .c-rate-select-option {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 36px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 36px;
  padding: 0 12px;
}

/* ???? Start */
.customize-label {
  margin-bottom: 4px;
  color: #4d4d4d;
  line-height: 20px;
  letter-spacing: -.03em;
}

.customize-row.required .customize-label::after {
  content: '*';
  color: #bc2848;
  font-size: 14px;
}

.customize-prompt {
  margin-bottom: 8px;
  color: #999;
  font-size: 12px;
}

.customize-box {
  display: flex;
  flex-wrap: wrap;
}

.customize-choice {
  display: inline-block;
  margin: 0 12px 16px 0;
  padding: 10px 0;
  width: calc(33.33333333% - 14px);
  color: var(--theme-color-font);
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999;
  cursor: pointer;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -o-transition: .3s all ease;
}

.customize-choice.selected {
  color: var(--main-bg-color);
  background-color: #fbf6f3;
  border-color: var(--main-bg-color);
}

.customize-choice:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.customize-note {
  padding: 8px;
  margin-bottom: 16px;
  width: calc(100% - 18px);
  height: 80px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  border-radius: var(--theme-border-radius);
  border: 1px solid #999;
  outline: none;
  resize: none;
}

.customize-upload-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 8px 0;
  overflow: hidden;
  border-radius: var(--theme-border-radius);
  border: 1px solid #999;
  cursor: pointer;
}

.customize-upload-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: default;
}

.upload-delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  /* width: 10px;
	height: 10px; */
  color: #fff;
  font-size: 12px;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}

.customize-upload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
}

.customize-uploader {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  color: #999;
}

@media screen and (max-width: 768px) {
  .customize-upload-wrapper {
    padding-bottom: calc(33.33333333% - 7.66666666px);
    width: calc(33.33333333% - 7.66666666px);
  }

  .customize-upload-wrapper:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
  .customize-box {
    margin-right: -16px;
    ;
  }

  .customize-upload-wrapper {
    padding-bottom: calc(25% - 8px);
    width: calc(25% - 8px);
  }

  .customize-upload-wrapper:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .customize-box {
    margin-right: -16px;
    ;
  }

  .customize-upload-wrapper {
    padding-bottom: calc(16.66666666% - 8.66666666px);
    width: calc(16.66666666% - 8.66666666px);
  }

  .customize-upload-wrapper:nth-child(6n) {
    margin-right: 0;
  }

  .upload-delete {
    zoom: .6;
  }
}

/* ???? End */