/* ???????? */
[data-variant-selected] {
  display: none;
}

.wrapper.auto-product {
  padding: 20px 25px;
}

/* bindsale */
.bs-swiper .bs-swiper-btn{
  background-color: #fff;
  color: var(--main-color);
  border:1px solid var(--main-color);
}

@media screen and (max-width: 767px) {
  .product-main .size-guide {
    margin-bottom: 20px;
  }

}


/* ??? ?? Start */

.size-table-btn .iconfont {
  color: rgb(51, 51, 51);
}

:root {
  --detail-tab-size: 20px;
  --detail-tab-height: 28px;
  --detail-tab-bottom: 12px;
  --detail-tab-right: 40px;
}
@media screen and (max-width: 1200px) {
  :root {
    --detail-tab-size: 16px;
    --detail-tab-height: 20px;
    --detail-tab-bottom: 10px;
    --detail-tab-right: 20px;
  }
}
/* ??? ?? End */
.product-details .crumbs {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.product-details .crumbs>span {
  margin: 0 4px;
  content: "/";
  color: var(--theme-font-color);
  font-size: 10px;
  line-height: 16px;
}

.product-main {
  margin-bottom: 80px;
  --detail-section-space: var(--section-space);
  --detail-info-space: 20px;
  --detail-product-name-size: 24px;
  --detail-product-subtitle-size: 12px;
  --product-star-size: 16px;
  --detail-product-star-right:0;
  --detail-product-reviews-left: calc(2px - var(--detail-product-star-right));
  --detail-product-price-size: 24px;
  --detail-product-attr-label-size: 16px;
  --detail-product-attr-label-height: 18px;
  --detail-product-attr-label-bottom: 10px;
  --detail-product-attr-bottom: 20px;
  --detail-product-attr-select-height: 44px;
  --detail-product-attr-button-height: 36px;
  --detail-product-attr-v-space: 10px;
  --detail-product-attr-h-space: 10px;
  --detail-product-attr-min-width: 131px;
  --detail-product-qty-height: 48px;
  --detail-product-qty-bottom: 16px;
  --detail-product-add-height: 48px;
  --detail-product-add-size: 18px;
  --detail-product-add-right: 0;
  --detail-paypal-bottom: 20px;
  --detail-share-box-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .product-main {
    margin-bottom: 30px;
    --detail-info-space: 12px;
    --detail-product-name-size: 16px;
    --detail-product-subtitle-size: 14px;
    --detail-product-del-price-size: 12px;
    --detail-product-attr-label-size: 14px;
    --detail-product-attr-label-height: 18px;
    --detail-product-attr-label-bottom: 8px;
    --detail-product-attr-bottom: 18px;
    --detail-product-attr-select-height: 40px;
    --detail-product-attr-min-width: calc(50% - var(--detail-product-attr-v-space));
    --detail-product-qty-height: 44px;
    --detail-product-qty-bottom: 10px;
    --detail-product-add-height: 44px;
    --detail-product-add-size: 15px;
  }
}
.product-main .main-left {
  width: 67%;
  max-height: 800px;
  gap: 30px;
}
.swiper-zoom-container{
  position: absolute;
}


.product-images {
  flex: 1;
  height: 100%;
}


#productImages .swiper-pagination {
  display: none;
  font-size: 16px;
}

/* ??? End */

#productThumbs {
  width: 132px;
}

#productThumbs .swiper-slide {
  max-height: 132px;
}

.product-thumbs .swiper-slide .image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}



.product-thumbs .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: 767px) {

  #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;
  }
}
.img_gutter{
  margin: 16px 0px;
}
.product-main .main-right {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding: 0 0 0 60px ;
}

.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-font-color-sub);
}

.product-main .product-rate {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.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-font-color);
  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-font-color);
  font-size: 24px;
  line-height: 36px;
}

.product-price .original-price {
  margin-left: 10px;
  color: var(--theme-font-color);
  font-size: 12px;
}

.product-main .product-promote {
  margin: 40px 0;
  font-size: 20px;
  line-height: 1.5;
}

.product-main .product-description {
  max-height: 67px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
.pd-keyword-content-more{
  margin: 5px 0;
  font-size: 14px;
  color: var(--main-color);
  cursor: pointer;
}
 .product-description.no-line-limit{
  max-height: initial;
 }
.product-attribute:not(:last-child) {
  margin-bottom: 20px;
}


.product-attribute .select-wrapper i {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  color: var(--theme-font-color);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}




.quantity-button {
  padding: 10px;
  color: #999;
  font-size: 12px;
  cursor: pointer;
}

.quantity-wrapper {
  max-width: 130px;
  margin-right: 24px;
  margin-bottom: 16px;
}

.quantity-wrapper .quantity {
  width: 100%;
  height: 48px;
  padding: 0;
  color: var(--theme-font-color);
  font-size: 16px;
  text-align: center;
  border: none;
}

.pd-size-attr {
  position: relative;
}


.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-font-color-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: var(--theme-font-color);
  font-size: 18px;
  line-height: unset;
  background-color: transparent;
  border: 1px solid #ddd;
}

.choicereview-content-more{
  text-decoration: underline;
  font-size: 16px;
  color: var(--main-color);
  cursor: pointer;
  margin: 0 0 18px;
}

.product-main button.buy-now {
  margin: 0 0 16px;
  width: 100%;
  background-color: var(--main-bg-color-dark);
}

#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-font-color);
  font-size: 18px;
}

.product-main .pd-info-description {
  margin-bottom: 16px;
}


.share-box a {
  color: var(--theme-font-color);
  font-size: 16px;
}



@media screen and (max-width: 767px) {
 
  .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: 768px) {
  .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 .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,.prodetail-review-label {
  background-color: #fafafa;
}
.prodetail-review-label{
  font-size: 14px;
}
.prodetail-review-photos .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 82px var(--side-padding) 32px;
}
.prodetail-review-filter{
  position: absolute;
  right: var(--side-padding);
  top: 16px;
  width: 218px;
  height: 36px;
}


.prodetail-review-label::before {
  color: var(--theme-border-color);
}

.prodetail-review-select-item:hover,.comment-filter-pc .right .c-select__option:hover {
  background-color: #f2f2f2;
}
#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;
  font-size: 0;
}

#reviewPhotos .prev-btn,
#reviewPhotos .next-btn {
  width: 38px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
}

#reviewPhotos .prev-btn {
  left: 0;
}

#reviewPhotos .next-btn {
  right: 0;
}

/* ??????????? Start */
.sticky-bottom {
  padding: 12.5px 10px 16px;
}

.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;
}
.bottom-actions-wrapper .product-attribute,
.bottom-actions-wrapper .quantity-wrapper {
  margin: 16px 0;
}

.bottom-actions-wrapper .product-attribute label {
  margin-bottom: 10px;
}
.bottom-actions-enlargeimg {
  /* visibility: hidden; */
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
}

.bottom-actions-enlargeimg .swiper {
  width: 100%;
  margin: auto;
}
.bottom-actions-enlargeimg img{
  width: 100%;
}
.bottom-actions-enlargeimg-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.bottom-actions-enlargeimg-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100;
  color: #fff;
}
/* ????/????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: 767px) {

  footer {
    padding-bottom: 60px;
  }
  .prodetail-review-filter{
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-bottom {
    display: none;
  }
}

/* ??????????? End */

.tab-list .tab-item {
  --tab-description-label-icon-display:block;
  color: var(--theme-font-color);
  font-size: 16px;
  cursor: pointer;
}

.tab-item .tab-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px 0;
  font-size: inherit;
  font-weight: 400;
  border-top: 1px solid #f2f2f2;
}

/* ??Start */
[data-section="reviews"] {
  display: block;
  --detail-page-section-padding: 0 0;
}

.review-left-header {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-font-color);
}

.review-wrapper {
  display: flex;
}

.review-left {
  margin-right: 45px;
  width: 400px;
}

.review-right {
  flex: 1;
  width: calc(100% - 550px);
}

.review-summary {
  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-font-color);
}

.review-summary .product-stars {
  margin-bottom: 16px;
}

.review-summary .product-stars li {
  font-size: 20px;
}

.show-review {
  position: absolute;
  right: 0;
  padding: 13px 20px;
  font-weight: 700;
}


.review-header .button-box {
  display: flex;
  position: relative;
  width: 100%;
  margin: 14px 0;
}


.review-right .review-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 18px;
  width: 100%;
  padding-bottom: 0;
  border: 0;
  color: var(--theme-font-color);
}

.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-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-font-color);
  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;

}

.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-content {
  margin-bottom: 16px;
  font-size: 16px;
}

.review-images{
  display: flex;
  flex-wrap: wrap;
}
.review-images .review-image,
.review-images .review-video {
  display: block;
  margin: 0 16px 16px 0;
  height: 160px;
  width: 160px;
  object-fit: cover;
  cursor: pointer;
  font-size: 0;
}

.review-images video.review-image {
  margin: 0;
}

.no-review .show-review {
  position: static;
}


@media screen and (max-width: 1200px){
  #reviewPhotos .swiper-slide{
    padding-bottom:20%;
    
  }
}
@media screen and (max-width: 767px) {
  .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;
  }


  #reviewPhotos .swiper-slide {
    padding-bottom: calc(33.33333333% - 5.33333333px)
  }


  .review-detail-right {
    margin-top: 24px;
    width: 100%;
    overflow-y: scroll;
  }

  .review-detail-left .photo-control {
    top: unset;
    bottom: 4px;
    font-size: 16px;
  }

  /* ???? */
  .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-font-color);
    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-font-color);
  }

  .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 */

.product-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--main-bg-color-dark);
}

.product-thumbs .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: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:last-child {
  width: 70%;
  font-size: 14px;
}

/* ?? End */
@media screen and (max-width: 1200px){
  .product-main .main-left{
    max-height: 550px;
    width: 50%;
  }
  .product-main .main-right{
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .product-main .main-right{
    padding-left: 30px;
  }
  .product-main .main-left {
    max-height: 470px;
    gap: 20px;
  }
 .product-thumbs{
    width: 100px;
  }
    .product-thumbs .swiper-slide{
    max-height: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .main-left .product-thumbs {
    width: 100%;
    height: 60px;
  }

  .product-thumbs .swiper-slide {
    padding-bottom: initial;
    width: 60px;
  }
}
@media screen and (max-width: 1000px){
  #productThumbs{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .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 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;
    font-size: 16px;
  }

  /* ?? Start */

  .tab-list .tab-item {
    color: var(--theme-font-color);
    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-font-color);
    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-row .score-rate {
    width: 28px;
    font-size: 12px;
  }

  .show-review {
    right: 16px;
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 700;
    background-color: var(--main-bg-color-dark);
    border-color: var(--main-bg-color-dark);
    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;
  }



  .more-reviews {
    padding: 0 24px;
    margin: 5px 0 20px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-width: 1px;
  }


  /* ?? 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;
  width: 100%;
}

.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 var(--theme-border-color);
  -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: var(--theme-border-color);
}

.comment-filter-pc .c-popup {
  display: none;
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 101;
  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 var(--theme-border-color);
  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;
  width: 218px;
  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 var(--theme-border-color);
  color: #333;
}

.select-reference .iconfont {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: var(--theme-border-color);
}

.comment-filter-pc .right .c-select__content {
  width: 100%;
  padding: 4px 0;
  border: 1px solid var(--theme-border-color);
  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;
}

