/* ???????? */
[data-variant-selected]{
  display: none;
}
.size-guide-table tr td{
  line-height: 1.5;
}
.m-big-image{
  display: none;
}
.m-big-image{
  position: fixed;
  top: 0;
  z-index: 500;
  max-height: 100vh;
  width: 100%;
  height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #fff;

}
.m-big-image .iconfont{
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 20px;
    z-index: 600;
    color: #475564;
}
.m-big-image img{
  max-width: unset;
  height: 100vh;
}
/* ???? Start*/
  .bs-price{
    display: flex;
  }
 .bs-price .text-truncate{
  font-family: sans-serif;
 }
/* ???? End*/
/* ??? ?? Start */
.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: var(--main-bg-color);
}

/* ???? */
.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;
  font-weight: 550;
}

.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 (min-width: 769px) and (max-width: 1550px) {
  .size-table-dialog{
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .size-table-dialog {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-height: 80%;
    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: 40px;
  margin-bottom: 80px;
  border-top: 1px solid var(--theme-border-color);
}

.product-main .main-left {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  width: 50%;
}

#productImages,
#productThumbs {
  position: relative;
  width: 100%;
  visibility: hidden;
}

#productImages .swiper-slide {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

#productImages .swiper-slide img,
#productImages .swiper-slide video {
  position: absolute;
  height: 100%;
  width: 100%;
}

#productImages .prev-btn,
#productImages .next-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  width: 40px;
  height: 40px;
  color: var(--main-bg-color);
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  background-color: unset;
  border: 0;
  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: 50%;
  z-index: 32;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.big-image {
  position: absolute;
  width: 1200px;
  height: 1200px;
  max-width: unset;
  aspect-ratio: 1;
}

/* ??? End */

#productThumbs {
  position: relative;
  margin-top: 14px;
  padding: 0 6px;
}

#productThumbs .swiper-slide {
  position: relative;
  height: initial;
  /* padding-bottom: calc(((100% - 24px) / 4) - 2px); */
}

#productThumbs .swiper-slide .image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

#productThumbs .swiper-slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: var(--theme-sub-color);
  cursor: pointer;
}

#productThumbs .icon-play {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  height: 36px;
  width: 36px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  cursor: pointer;
  opacity: .6;
}

#productThumbs .swiper-prev,
#productThumbs .swiper-next {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 100;
  height: 40px;
  width: 40px;
  color: var(--main-bg-color);
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--main-bg-color);
  border-radius: 50%;
  cursor: pointer;
}

#productThumbs .swiper-prev {
  left: 8px;
}

#productThumbs .swiper-next {
  right: 8px;
}

@media screen and (max-width: 768px) {
  #productImages .prev-btn,
  #productImages .next-btn {
    display: none;
  }
  
  .image-mark,
  .image-details {
    display: none;
  }
}

.product-main .main-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.product-main .product-name {
  margin-bottom: 16px;
  font-size: 24px;
  /* line-height: 24px; */
  line-height: 130%;
  font-weight: bold;
}

.product-main .sub-title {
  margin: -8px 0 10px;
  font-size: 19px;
  color: #999;
}

.product-main .product-rate {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  vertical-align: middle;
  /* height: 40px; */
}

.product-rate .product-stars,
.product-rate .review-count {
  cursor: pointer;
}

/* .product-main .product-rate {
  vertical-align: middle;
} */

.product-main .product-rate .review-count {
  margin-left: 16px;
  color: var(--main-bg-color);
  font-size: 14px;
}

.product-main .product-price {
  margin-bottom: 14px;
  vertical-align: middle;
}

.product-price .price {
  display: inline-block;
  color: var(--main-bg-color);
  font-size: 24px;
}

.product-price .original-price {
  display: inline-block;
  margin-left: 6px;
  color: #cccccc;
  font-size: 14px;
  /* line-height: 40px; */
}

.product-main .product-promote {
  margin: 40px 0;
  font-size: 20px;
  line-height: 1.5;
}

.product-main .product-description {
  margin: 0 0 16px ;
}

.product-attribute {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
.product-attribute:last-of-type{
  margin-bottom: 30px;
}
.product-attribute label,.variant-label-size {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1;
}

.product-attribute .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: var(--theme-border-radius);
}

.product-attribute .select-wrapper select {
  padding: 8px 16px;
  width: 100%;
  color: #9c9c9c;
  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: #9c9c9c;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}



.variant-buttons .variant-select {
  display: inline-block;
  margin: 0 12px 16px 0;
  padding: 10px 0;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  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: #ccc;
  cursor: pointer;
}

.variant-buttons .variant-select.selected {
  color: var(--main-bg-color);
  background-color: #fbf6f3;
  border-color: var(--main-bg-color);
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 48px;
  max-width: 140px;
  border: 1px solid #ccc;
  border-radius: var(--theme-border-radius);
}
.quantity-wrapper .quantity{
  width: 100%;
    text-align: center;
    background-color: transparent;
}


.product-main .size-guide {
  align-self: flex-start;
  margin-bottom: 14px;
  color: #9c9c9c;
  font-size: 16px;
  font-weight: normal;
  line-height: unset;
  text-decoration: underline;
  background-color: transparent;
}

.product-main button {
  color: #9c9c9c;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}

.product-main button.of-stock,
.product-main button.sold-out {
  margin: 16px 0;
  background-color: var(--theme-color-font-secondary);
  color: #eee7e7;
}

.product-main .product-button {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.product-main button.add-to-cart {
  padding: 10px 0;
  margin: 16px 0;
  width: 50%;
  color: var(--main-bg-color);
  font-size: 18px;
  line-height: unset;
  background-color: transparent;
  border: 1px solid var(--main-bg-color);
}

.product-main button.buy-now {
  padding: 10px 0;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 50%;
  color: #fff;
  font-size: 18px;
  line-height: unset;
  background-color: var(--main-bg-color);
}

.share-button {
  position: relative;
  margin-bottom: 18px;
  width: fit-content;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}

.share-button i {
  margin-right: 8px;
  color: var(--theme-color-font);
  font-size: 24px;
}

.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: 24px;
}

.share-box a:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .variant-buttons .variant-select {
    padding: 0 12px;
    height: 35px;
    width: 165px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    white-space: nowrap;
  }
  .product-main .main-right .product-button {
    gap: unset;
  }
  .share-button {
    font-size: 15px;
  }
  .share-button i {
    font-size: 18px;
  }
  .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;
  }
}

#reviewPhotos {
  margin-bottom: 40px;
  width: 100%;
}

#reviewPhotos .swiper-slide {
  position: relative;
  padding-bottom: calc(20% - 12.8px);
  background-color: var(--theme-sub-color);
}

#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% - 20px);
  z-index: 10;
  width: 38px;
  height: 38px;
  color: var(--main-bg-color);
  font-size: 22px;
  text-align: center;
  line-height: 38px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--main-bg-color);
  box-sizing: border-box;
  cursor: pointer;
}

#reviewPhotos .prev-btn {
  left: 0;
}

#reviewPhotos .next-btn {
  right: 0;
}

/* ??????????? Start */
.sticky-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 256;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, .16);
}

.sticky-bottom button {
  padding: 0;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.sticky-bottom .button-group {
  display: flex;
  justify-content: space-between;
  padding: 6px 12px;
}

.button-group button {
  padding: 0;
  width: calc(50% - 8px);
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}

.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: 999;
  background-color: rgba(0, 0, 0, .5);
}

.bottom-actions-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 90%;
  overflow-y: auto;
  padding: 36px 12.5px 12px;
  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: 10px 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: 62px;
  }
}

@media screen and (min-width: 769px) {
  .sticky-bottom {
    display: none;
  }
}
/* ??????????? End */

.tab {
  border-bottom: 1px solid var(--theme-border-color);
}

.tab .tab-list {
  display: flex;
  color: #a6a6a6;
}

.tab-list .tab-item {
  color: var(--theme-color-font);
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}

.tab-list .tab-item .tab-box {
  display: flex;
  padding: 10px 0;
}

.tab-item[data-tab=reviews] {
  order: 99;
}

.tab-list .tab-item.current {
  color: var(--main-bg-color);
}

.page-section {
  display: none;
  padding: 32px 0;
}

.page-section.current {
  display: block;
}

@media screen and (min-width: 769px) {
  .tab-list .tab-item {
    padding-right:45px ;
  }
  .tab-list .tab-item.current .tab-box {
    border-bottom: 2px solid var(--main-bg-color);
  }
}

/* ??Start */
.review-wrapper {
  display: flex;
}

.review-left {
  margin-right: 72px;
  width: 470px;
}

.review-right {
  width: calc(100% - 550px);
}

.review-summary {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.summary-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

.reviews-rating {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  color: var(--theme-font-color);
}

.review-summary .product-stars {
  margin-bottom: 16px;
}

.review-summary .product-stars li {
  font-size: 22px;
}

.review-summary .reviews-count {
  color: var(--theme-color-font-secondary);
  font-size: 14px;
}

.show-review {
  padding: 15px 27px;
  font-size: 16px;
  line-height: 1;
}

.review-wrapper .review-left .show-review i {
  color: var(--main-bg-color);
}

.button-box {
  text-align: center;
}

.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;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color-font);
}

.review-header .header-left {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-font-color);
}

.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: 24px 0 20px;
  border-bottom: 1px solid var(--theme-border-color);
}

.review-list .review-item:first-child {
  padding-top: 0;
}

.review-origin {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}

.review-stars {
  display: flex;
  margin-bottom: 16px;
}

.review-stars li {
  margin-right: 4px;
}

.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: 24px;
  line-height: 36px;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  cursor: pointer;
  opacity: .6;
}

video.review-detail-item {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-bottom button {
  height: 24px;
  font-size: 16px;
}

.review-bottom button:disabled {
  color: var(--main-bg-color);
}

.review-bottom .review-helpful {
  margin-right: 40px;
}

.review-bottom .review-helpful.visited,
.review-bottom .review-helpful.visited i {
  color: var(--main-bg-color);
}

.review-bottom i {
  margin-right: 8px;
  color: var(--theme-color-font);
  font-size: 24px;
}

.review-comment {
  display: none;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--theme-border-color);
}

.comment-item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 20px;
}

.comment-item:first-child {
  padding-top: 0;
}

.comment-item .comment-origin {
  padding-left: 80px;
  white-space: nowrap;
}

.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: 12px;
}
.reply-field-error{
  display: none;
  color: #bc2848 ;
}
.invalid .reply-field-error{
  display: block
}
.review-comment .form-col {
  margin: 12px auto;
}

.review-comment input {
  height: 56px;
  font-size: 16px;
}

.review-comment textarea {
  font-size: 16px;
  resize: vertical;
}

.review-comment .submit-button {
  margin-top: 18px;
  padding: 0 40px;
  height: 56px;
  color: var(--main-bg-color);
  font-size: 16px;
  font-weight: bold;
  border: 1px solid var(--main-bg-color);
  border-radius: var(--theme-border-radius);
}

.review-comment .submit-button i {
  color: inherit;
  transition: unset;
}

.more-reviews {
  margin-top: 40px;
  padding: 16px 48px;
  color: var(--main-bg-color);
  font-size: 24px;
  border: 2px solid var(--main-bg-color);
  border-radius: var(--theme-border-radius);
}

.review-wrapper .product-stars li, 
.review-wrapper .review-stars li i {
  height: 16px;
  color: var(--main-bg-color);
  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: #ee741f;
  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;
  color: var(--main-bg-color);
  font-size: 16px;
  font-weight: bold;
  line-height: unset;
  border: 1px solid var(--main-bg-color);
}

.review-button i {
  color: var(--main-bg-color);
}

.no-review {
  padding: 16px 0;
  width: 100%;
  text-align: center;
}

.no-review p {
  margin-bottom: 36px;
  color: var(--theme-color-font-secondary);
  font-size: 24px;
}

.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;
	max-height: 90vh;
  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;
	overflow-y: auto;
}

.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: 40px;
  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) {
  .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;
    padding: 36px 12px 16px;
  }
  .review-popup .review-detail-wrapper i.popup-close {
    top: 12px;
    right: 12px;
    font-size: 12px;
    line-height: 12px;
  }
  .review-detail-left {
    padding: 0 0 48px;
    width: 100%;
    max-width: unset;
  }
  .review-detail-right {
    margin-top: 24px;
    width: 100%;
  }
  .review-detail-left .photo-control {
    top: unset;
    bottom: 4px;
    font-size: 16px;
  }
  .review-detail-image .prev-btn,
  .review-detail-image .next-btn {
    display: none;
  }
}
/* ??End */

#productThumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--main-bg-color);
}

#productThumbs .swiper-slide.swiper-slide-thumb-active img {
  margin: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

/* ?? Start */
.properties-list li {
  display: flex;
  color: var(--theme-color-font);
  font-size: 16px;
}

.properties-list li:first-child p {
  border-top: 1px solid var(--theme-border-color);
}

.properties-list li p {
  flex: 1;
  padding: 16px 24px;
  word-break: break-word;
  border-bottom: 1px solid var(--theme-border-color);
}

.properties-list li p:first-child {
  max-width: 400px;
}


.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 {
  font-size: 14px;
  background-color: #fff;
}
/* ?? End */
.product-thumbs .iconfont{
  border: 0;
  font-size: 35px;
  line-height: unset;
  color: var(--main-bg-color);
  background-color: unset;
  cursor: pointer;
}
.product-thumbs .next-btn{
      right: -6px;
}
.product-thumbs .prev-btn{
      left: -12px;
}
@media screen and (max-width: 768px) {
  .auto-product .section-title{
    margin-top: 16px;
  }
  .product-details .crumbs {
    margin: 3px 0 10px;
    padding: 0;
  }
  .product-main {
    flex-direction: column;
    margin-bottom: 16px;
    padding-top: 0;
    border: 0;
  }
  .product-main .main-left {
    padding-right: 0;
    width: 100%;
  }
 
  .product-main .main-right {
    padding: 24px 0 0;
    width: 100%;
  }
  .product-main .product-name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  .product-main .sub-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .product-main .product-rate{
    margin-bottom: 6px;
  }
  .product-main .product-price{
    margin-bottom: 6px;
  }
  .product-main .size-guide{
    margin-bottom: 12px;
  }
  .product-price .price {
    font-size: 20px;
  }
  .product-attribute {
    margin:0 0 20px;
  }
  .product-attribute:last-child{
    margin-bottom: 24px;
  }
  .product-attribute label{
    margin-bottom: 8px;
    font-size: 16px;
  }
  .product-attribute .select-wrapper {
    border-width: 1px;
  }
  .product-attribute .select-wrapper select {
    padding: 6px 12px;
    font-size: 16px;
  }
  .product-attribute .select-wrapper i {
    line-height: 40px;
  }
  .quantity-wrapper {
    margin:0 0 5px;
    height: 35px;
    max-width: 140px;
    font-size: 16px;
    border-width: 1px;
  }
  .quantity-wrapper .quantity {
    height: auto;
    font-size: 16px;
  }
  .product-main .product-description{
    font-size: 14px;
  }
  .quantity-button {
    font-size: 13px;
    color: #000;

  }
  .product-main button.add-to-cart {
    margin: 10px 0;
    padding: 0;
    height: 45px;
    width: calc(50% - 8px);
    font-size: 15px;
    line-height: 45px;
    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: 10px 0;
    padding: 0;
    width: calc(50% - 8px);
    height: 45px;
    font-size: 15px;
    line-height: 45px;
  }
  .page-section {
    padding: 20px 0;
  }
	.product-main .sticky-bottom button,
	.product-main .bottom-actions-wrapper button {
		margin: 0;
	}
  .product-main .sticky-bottom button{
    height: 46px;
    width: calc(50% - 5px);
   font-size: 16px;
}

  /* ?? Start */
  .tab-list {
    flex-direction: column;
  }
  .tab-list .tab-item {
    color: var(--theme-color-font);
    font-size: 16px;
    border-top: 1px solid var(--theme-border-color);
  }
  .tab-list .tab-item .tab-box {
    justify-content: space-between;
    font-weight: bold;
  }
  .tab-list .tab-item i {
    color: var(--theme-color-font);
    line-height: 26px;
    font-size: 12px;
  }
  .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 (min-width: 769px) {
  .tab-list .tab-item i {
    display: none;
  }
}

@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-bottom: 12px;
    font-size: 28px;
  }
  .review-summary {
    margin-bottom: 20px;
  }
  .summary-left {
    margin-right: 20px;
  }
  .review-summary .product-stars {
    margin-bottom: 12px;
  }
  .review-summary .product-stars li {
    margin-right: 2px;
    font-size: 14px;
  }
  .product-stars li:last-child {
    margin-right: 0;
  }
  .review-summary .reviews-count {
    font-size: 16px;
  }
  .summary-right .summary-row {
    margin: 4px 0;
    font-size: 12px;
  }
  .summary-row .summary-bar {
    height: 7px;
    border-radius: 4px;
  }
  .summary-bar .summary-bar-progress {
    height: 7px;
    border-radius: 4px;
  }
  .summary-row .score-rate {
    width: 28px;
    font-size: 12px;
  }
  .show-review {
    padding: 0 22px;
    height: 40px;
    font-size: 16px;
    text-transform: capitalize;
  }
  .review-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .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 {
    align-self: center;
  }
  .review-header .header-right label {
    font-size: 14px;
  }
  .sort-wrapper select {
    height: 40px;
    max-width: 240px;
    font-size: 14px;
  }
  #reviewPhotos {
    padding-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid var(--theme-border-color);
  }
  .review-origin {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .review-stars {
    margin-bottom: 8px;
  }
  .review-content {
    font-size: 16px;
  }
  .header-right .sort-wrapper i {
    line-height: 40px;
  }
  .review-list .review-item {
    padding: 24px 0;
  }
  .review-images .review-image,
  .review-images .review-video,
  .review-images>div {
    margin: 0 8px 12px 0;
  }
  .review-bottom button {
    font-size: 16px;
  }
  .review-bottom i {
    font-size: 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 .form-col {
    margin: 10px auto;
  }
  .review-comment .form-label {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .review-comment input {
    height: 40px;
    font-size: 15px;
  }
  .review-comment textarea {
    font-size: 16px;
  }
  .review-comment .submit-button {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-width: 1px;
  }
  .more-reviews {
    padding: 0 24px;
    margin-top: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-width: 1px;
  }
  .page-section .popup-header {
    padding: 12px;
  }
  .page-section .popup-content {
    padding: 20px 12px;
  }
  /* ?? End */
}

/* ??????? Start */
.size-table-btn .icon-chima {
    color: #28d296;
}
.size-table-btn span {
font-size:16px;
}
.free-pop-close{
  position: absolute;
   top: 20px;
   right: 20px;
   color: #999;
   cursor: pointer;
}
.free-pop p .icon-shouye-cela{
  font-size: 10px;
  padding-left: 5px;
}
.free{margin: 10px 0 15px 0;}
.free>span:first-child { background: #28d296; }

.size_guide { cursor: pointer;}
.free_delivery { cursor: pointer;}
.free_back{ cursor: pointer;margin-bottom: 10px;}
.free_title{position:relative;color: #000; font-size:18px;}
.free_title i{
    color: var(--main-bg-color);
    font-weight: 400;
    cursor: pointer;
}
.free_title i.icon-right{
   float: right;
    color: var(--theme-color-font);
    font-size: 20px;
    margin-right: 8px;
}
.free_title img{
    position: relative;
    top: 7px;
    width: 25px;
    margin-right: 5px;
}
.free_content{padding:5px 0 5px 10px; background: #f6f6f6; margin-bottom: 15px;}
.free_content li{line-height: 24px; color: #767676;font-size:14px;}
@media screen and (max-width: 768px){
  /* .free_delivery { margin-top: 16px;} */
  .free_title{font-size: 16px;}
}
/* ?? */
.free-pop-wrapper{
   display: none;
   width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}
.free-pop{
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 75vh;
    width: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 0 25px 25px;
    background: #fff;
    z-index: 1002;
}
.free-pop-body{
     max-height: 60vh;
    overflow: auto;
    padding-right: 17px;
}
.customer-service {
    display: flex;
    flex-direction: column;
  }
  .customer-service a {
    display: flex;
    align-items: center;
    color: #333;
  }
  .customer-service img {
    margin-right: 16px;
    width: 30px;
    height: 30px;
  }

.free-pop strong{line-height: 25px;}
.free-pop p{line-height: 24px; font-size: 15px;}
.free-pop strong:not(:first-child){display: inline-block; margin-top: 12px;}
.free-pop-header{
  font-size:20px;
  margin-bottom: 15px;
  font-weight: 550;
}
@media screen and (max-width: 768px) {
.free-pop-header{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 550;
}
.mobile-fixed{
    display: block !important;
}
.free-pop{
    display:none;    
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    overflow: auto;
}

}
.product-details .product-main .size-guide {
    display: inline;
    margin: 0;
  }
  .product-details .product-main .size-guide .size-table-btn {
    display: inline;
    padding: 0;
    line-height: unset;
  }
  .product-details .product-main .size-guide,
  .product-details .size-table-btn span {
    text-decoration: none;
  }
  @media screen and (max-width: 768px) {
    .product-attribute .variant-buttons .variant-select {
      width: 165px;
    }
  }
  /* ???? */
	.description-content {
		margin: 22px auto;
	}

	.description-content .pd-desc-title {
		padding: 16px 0;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		background-color: #faeadf;
	}

	.description-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
                padding: 8px;
		background-color: #F6F6F6;
	}
       .description-row.no-bg-color{
         background-color: unset;
       }
	.description-col {
		flex: 1;
		text-align: left;
	}

	.description-col.col--2 {
		max-width: calc(50% - 64px);
	}

	.description-col.col--3 {
		max-width: calc(33.33333333% - 30px);
	}

	.description-col .size-s {
                margin-bottom: 16px;
		font-size: 12px;
		text-align: center;
	}

	.description-content img {
		width: 100%;
	}

	.description-subtitle {
		margin-bottom: 10px;
		font-size: 20px;
		text-align: center;
	}

	.description-ul {
		font-size: 16px;
		text-align: left;
	}

	ul.advantages-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-left: 0;
		list-style: none;
	}

	.description-content .advantages-list li {
		width: calc(50% - 40px);
		font-size: 0;
		list-style-type: none;
	}

	.advantages-list li p {
		color: #ff9800;
		font-size: 18px;
		font-weight: bold;
		text-align: left;
	}

	.description-content section {
		text-align: center;
	}

	.yellow-title {
		color: #ff9800;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}

	.desciption-youtube {
		display: flex;
	}

	.desciption-youtube iframe {
		width: 64.5%;
		aspect-ratio: 1.77777777;
	}

	.desciption-youtube .social {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 58px;
		width: 35.5%;
		text-align: left;
	}

        .desciption-youtube .social-media a {
                margin-right: 6px;
        }

	.desciption-youtube .social-media img {
		height: 36px;
		width: 36px;
	}

        .desciption-youtube p {
                margin: 1em 0;
        }

	@media screen and (max-width: 768px) {
          .description-col .size-s{
            margin:10px 0;
            text-align: left;
          }
          .description-content .pd-desc-title{
            font-size: 16px;
           }
		.desciption-youtube {
			flex-direction: column-reverse;
		}

		.desciption-youtube iframe {
			width: 100%;
		}

		.desciption-youtube .social {
			padding: 0 12px;
			width: 100%;
                        margin:0;
			box-sizing: border-box;
		}

		.desciption-youtube .follow-us {
			display: none;
		}
                 .description-structure-content{
                    font-size: 14px;
                    text-align: left;
                     padding: 20px 12px;
                }
		.description-row {
	              flex-direction: column;
	              padding: 12px;
                      margin-bottom: 16px;
		}

		.description-col.col--2,
		.description-col.col--3 {
			max-width: 100%;
                        width: 100%;
		}

		.yellow-title {
			font-size: 15px;
		}

		.description-ul,
		.advantages-list li p {
			font-size: 14px;
		}

		.description-ul {
			padding-left: 10px;
		}

		.advantages-list li {
			width: 100%;
		}

		.description-content .advantages-list li {
			width: 100%;
		}

		.description-content,
		[data-section=description] {
			font-size: 14px;
		}
	}

	@media screen and (min-width: 769px) {
		.description-content .advantages-list li {
			padding-bottom: 60px;
		}

		.description-content section:nth-child(4) .description-col:nth-child(2) {
			text-align: left;
		}
		
		.description-row {
			margin: 8px 0;
                        padding: 8px 140px;
		}
	}
  /* ???? Start */
  .product-details .variant-buttons {
    margin: 0 -16px -16px 0;
  }
  .product-details .variant-buttons .variant-select {
    width: calc(33.33333333% - 17px);
  }
  @media screen and (max-width: 1100px) {
    .product-details .variant-buttons {
      margin-right: 0;
    }
    .product-details .product-attribute .variant-buttons .variant-select {
      width: calc(50% - 9px);
    }
    .product-details .product-attribute .variant-buttons .variant-select:nth-child(even) {
      margin-right: 0;
    }
  }
  /* ???? End */
  .ra-textpic-box {
    display: flex;
    align-items: center;
}
.ra-textpic-box {
    display: flex;
    align-items: center;
}
.font-size--0{
  font-size: 0;
}
.des-damage-txt{
 margin: 10px 0;
 font-size:14px;
}
.description-content .description-structure-content li{
 list-style-type: decimal;
}
@media screen and (max-width: 768px){
 .no-side-padding{
  padding-left:0;
  padding-right:0;
 }
.padding-bottom--12{
  padding-bottom: 12px;
}
.padding-top--12{
  padding-top: 12px;
}
.description-car-paint,.description-structure-content{
 margin-left: 12px;
}
}
/* ??????? End */