@media (min-width: 1200px) {
  .relatedProduct .relatedProductListItem a {
    width: 196px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .relatedProduct .relatedProductListItem a {
    width: 165px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .relatedProduct .relatedProductListItem a {
    width: 172px;
  }
}
@media (max-width: 767px) {
  .relatedProduct .relatedProductListItem a {
    width: calc(50vw - 22.5px);
  }
}
.productDetail-header {
  position: static;
}
.nobanner {
  margin-top: 90px;
}
.shop-area {
  padding: 40px 0;
}

.product-container .product-detail-content {
  background-color: var(--commonBackground);
  padding: 0;
}

.product-container .product-detail-content .product-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: var(--commonWord);
  line-height: 32px;
}

.product-container .product-detail-content .price-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.product-container
  .product-detail-content
  .price-list
  .price-item:not(:last-child) {
  margin-right: 40px;
}

.product-container .product-detail-content .price-list .price-item .quantity {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

.product-container .product-detail-content .price-list .price-item .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--commonPrice);
  line-height: 24px;
  margin: 0;
}

.product-container .product-detail-content .fob-price {
  margin-bottom: 30px;
}

.product-container .product-detail-content .fob-price .price {
  font-size: 16px;
  font-weight: 600;
  color: #ff0d36;
  line-height: 24px;
}

.product-container .product-detail-content .fob-price .unit {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

.product-container .product-detail-content .fob-price .min-price {
  font-size: 12px;
  font-weight: 500;
  color: #444444;
  line-height: 18px;
}

.product-container .product-detail-content .product-des {
  font-size: 14px;
  font-weight: 400;
  color: var(--commonContent);
  line-height: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.product-container .product-detail-content .button-group {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.product-container .skuSpec-wrapper {
  margin-bottom: 30px;
}

.product-container .skuSpec-wrapper .skuPrice-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.product-container .skuSpec-wrapper .skuPrice-list .skuPrice-item {
  margin-right: 30px;
}

.product-container .skuSpec-wrapper .skuPrice-list .skuPrice-item .price {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 800;
  color: #ea622a;
  line-height: 20px;
}

.product-container .skuSpec-wrapper .skuPrice-list .skuPrice-item .interval {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}

.product-container .skuSpec-wrapper .spec-wrapper {
  margin-bottom: 16px;
}

.product-container .skuSpec-wrapper .spec-wrapper .selected-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #2a2b39;
  line-height: 24px;
}

.product-container .skuSpec-wrapper .spec-wrapper .spec-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-container .skuSpec-wrapper .spec-wrapper .spec-list .spec-item {
  margin-right: 8px;
}

.product-container
  .skuSpec-wrapper
  .spec-wrapper
  .spec-list
  .spec-item
  .spec-img {
  max-width: 44px;
  max-height: 44px;
  border: 1px solid #cccccc;
  object-fit: contain;
  cursor: pointer;
}

.product-container
  .skuSpec-wrapper
  .spec-wrapper
  .spec-list
  .spec-item
  .spec-label {
  min-width: 60px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

.product-container .skuSpec-wrapper .spec-wrapper .spec-list .active .spec-img {
  border-color: #ea622a;
}

.product-container
  .skuSpec-wrapper
  .spec-wrapper
  .spec-list
  .active
  .spec-label {
  border-color: #ea622a;
}

.product-container .skuSpec-wrapper .spec-qty {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.product-container .skuSpec-wrapper .spec-wrapper .spec-quantity {
  width: 180px;
  height: 32px;
  padding-left: 8px;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #cccccc;
}

.product-container .skuSpec-wrapper .spec-wrapper .outOfRange {
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #e05248;
  line-height: 20px;
}

.product-container .skuSpec-wrapper .spec-wrapper .error-tips {
  display: none;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #e05248;
  line-height: 20px;
}

.product-container .skuSpec-wrapper .shopping-btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
}

.product-container .skuSpec-wrapper .shopping-btn-group > div {
  margin-bottom: 10px;
}

.product-container
  .skuSpec-wrapper
  .shopping-btn-group
  #paypal-button-container {
  font-size: 0;
}

.product-container .skuSpec-wrapper .shopping-btn-group .paypal-btn {
  margin-right: 10px;
}

.product-container .skuSpec-wrapper .shopping-btn-group .shopping-btn {
  min-width: 140px;
  height: 40px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.product-container .skuSpec-wrapper .shopping-btn-group .shopping-btn {
  margin-right: 10px;
}

.product-container .skuSpec-wrapper .shopping-btn-group .butNow-btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #1f1f1f;
  color: #ffffff;
}
.product-container
  .skuSpec-wrapper
  .shopping-btn-group
  .butNow-btn
  .total-price {
  margin: 0 0 0 10px;
}

.product-container .skuSpec-wrapper .shopping-btn-group .addToCart-btn {
  line-height: 40px;
  border: 1px solid #1f1f1f;
  background-color: transparent;
  color: #1f1f1f;
}

.product-container .inquiryBasket {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.productDetailLeft {
  position: sticky;
  top: 95px;
}
.productDetailsImgList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 4px;
  grid-column-gap: 4px;
  margin-top: 4px;
}
.productDetailsImgList .imgItem {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border: 1px solid #d5d5d5;
  margin-bottom: 4px;
  box-sizing: content-box;
  cursor: pointer;
}

.productDetailsImgList .imgItem > img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  object-position: center;
}

.productDetailsImgList .imgItem:hover {
  border: 1px solid var(--pageBtn);
}
.productDetailsImgList .imgItem:nth-child(5n) {
  margin-right: 0;
}
.productDetailsImgList .imgItem.active {
  border: 1px solid var(--pageBtn);
}
.productDetailsImgList .imgItem > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  position: relative;
}

.productDetailsImgList .imgItem > a > img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  object-position: center;
}

.videoShadow {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.videoShadow i {
  color: #ffffff;
  font-size: 24px;
}

.product-swiper .videoShadow i {
  color: #ffffff;
  font-size: 60px;
  cursor: pointer;
}
.productDetail-share {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.productDetail-share label {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 21px;
  margin-right: 10px;
  margin-bottom: 0;
}
.productDetail-share a {
  margin-right: 7px;
}
.productDetail-share a i {
  font-size: 24px;
}
.productDetailBtn {
  margin-bottom: 20px;
  padding: 0 24px;
  height: 36px;
  line-height: 36px;
}
.productDetailBtn:hover {
  color: var(--commonHover);
  background-color: #ffffff;
  border: 1px solid var(--commonHover);
}
.productAttItem {
  display: flex;
  margin-bottom: 8px;
}
.productAttItem .productAttTitel {
  flex: 0 0 170px;
  width: 170px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--commonContent);
}
.productAttItem .productAttText {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: var(--commonContent);
  word-break: break-all;
}

.tab-pane.active {
  display: flex;
  flex-direction: column;
}

#document-download {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}

#document-download > h2 {
  font-size: 16px;
  line-height: 22px;
  color: #444;
  font-weight: bold;
  margin: 0 !important;
  padding: 0;
}

#document-download > ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}

#document-download > ul > li {
  display: flex;
  align-items: center;
  height: 68px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
}

#document-download > ul > li:hover {
  background-color: #f5f6f7;
}

#document-download > ul > li > img {
  height: 44px;
  width: 44px;
  display: block;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center;
}

#document-download > ul > li > .document-info {
  height: 44px;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

#document-download > ul > li > .document-info > h3 {
  font-size: 16px;
  white-space: nowrap;
  color: #222222;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}

#document-download > ul > li > .document-info > div {
  position: relative;
  width: fit-content;
}

#document-download > ul > li > .document-info > div > span {
  color: #407cfe;
  cursor: pointer;
  font-size: 14px;
}

#document-download > ul > li > .document-info > div > a {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}

.product-tab-desc {
  padding: 0;
  border: none;
  margin: 0;
  color: var(--commonContent);
  font-size: 16px;
  line-height: 1.5;
  font-family: sans-serif;
}

.product-tab-desc *:not(iframe):not(*[width]):not(*[height]) {
  all: revert;
}

.product-tab-desc *[style*="color"] * {
  color: inherit;
}

.product-tab-desc *[style*="font-size"] * {
  font-size: inherit;
}

.product-tab-desc strong {
  font-weight: 700;
}

.product-tab-desc img:not(*[width]):not(*[height]) {
  width: 100%;
  height: auto;
}

.product-tab-desc table {
  max-width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
}
.product-tab-desc table td {
  border: 1px solid #cccccc;
}
.ProductAttr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ProductAttrItem {
  flex: 0 0 48%;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  line-height: 22px;
  margin-bottom: 10px;
}
.ProductAttr-title {
  flex: 0 0 180px;
  width: 180px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
.ProductAttr-text {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}
.questionAnswer textarea {
  width: 100%;
  resize: none;
  height: 150px;
  min-height: 150px;
  margin-bottom: 10px;
  border: 1px solid #d5d5d5;
  padding: 5px;
}
.questionAnswer .questionAnswerList {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.questionAnswer .questionAnswerList .questionAnswerItem {
  position: relative;
  display: flex;
  padding-bottom: 32px;
}
.questionAnswer .questionAnswerList .questionAnswerItem .qaLine {
  position: absolute;
  left: 20px;
  width: 0px;
  border-left: 2px dashed #d5d5d5;
  height: 100%;
  z-index: 1;
}
.questionAnswer .questionAnswerList .questionAnswerItem .qaTitle {
  background-color: #e6e6e6;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
  line-height: 40px;
  text-align: center;
  color: #444444;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
}
.questionAnswer .questionAnswerList .questionAnswerItem .qaRight {
  flex: 1;
}
.questionAnswer .questionAnswerList .questionAnswerItem .qaRight .qaText {
  padding-top: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 18px;
  margin-bottom: 8px;
  white-space: pre-wrap;
}
.questionAnswer .questionAnswerList .questionAnswerItem .qaRight .qaTime {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 18px;
}
.questionAnswer .questionAnswerList .questionAnswerItem:last-child {
  padding: 0;
}
.reviewsTop {
  display: flex;
  color: #222222;
  font-weight: 500;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}
.reviewsTop .starList {
  flex: 0 0 470px;
}
.reviewsTop .starList .starListItem {
  display: flex;
  align-self: center;
  margin-bottom: 10px;
  height: 22px;
  line-height: 22px;
}
.reviewsTop .starList .starListItem .stars {
  width: 55px;
  margin-right: 10px;
}
.reviewsTop .starList .starListItem .starsLine {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.reviewsTop .starList .starListItem .starsLine .starsInLine {
  width: 100%;
  height: 8px;
  background: #e6e6e6;
}
.reviewsTop .starList .starListItem .starsLine .starsInLine .redLine {
  height: 100%;
  background-color: #fe4847;
}
.reviewsTop .starList .starListItem .starsProportion {
  width: 50px;
  margin-right: 10px;
}
.reviewsTop .starScore {
  display: flex;
  align-items: center;
}
.reviewsTop .starScore .starScoreTitle {
  font-size: 30px;
  font-weight: 500;
  color: #fe4847;
  margin-right: 7px;
}
.reviewsTop .starScore .starScoreRight .starScoreRightStars {
  margin-bottom: 5px;
}
.reviewsTop .starScore .starScoreRight .starScoreRightStars i {
  color: #fe4847;
}
.reviewsDetail {
  margin-bottom: 40px;
}
.reviewsDetail .reviewsDetailList {
  border-bottom: 1px solid #d5d5d5;
  line-height: 18px;
  font-size: 14px;
  padding: 10px 0px;
}
.reviewsDetail .reviewsDetailList .reviewsListTop {
  margin-top: 10px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.reviewsDetail .reviewsDetailList .reviewsListTop i {
  color: #fe4847;
}
.reviewsDetail .reviewsDetailList .reviewsListTop .reviewsDetailList_time {
  color: #444444;
}
.reviewsDetail .reviewsDetailList .reviewsListInformation {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviewsDetail .reviewsDetailList .reviewsListInformation .informationLeft {
  display: flex;
}
.reviewsDetail
  .reviewsDetailList
  .reviewsListInformation
  .informationLeft
  .buyerName {
  color: #222222;
  margin-right: 10px;
  font-size: 16px;
}
.reviewsDetail .reviewsDetailList .reviewsListInformation .informationLeft img {
  height: 16px;
  margin-right: 4px;
  padding-top: 2px;
}
.reviewsDetail
  .reviewsDetailList
  .reviewsListInformation
  .informationLeft
  .countryName {
  color: #444444;
}
.reviewsDetail .reviewsDetailList .reviewsListInformation .informationRight i {
  font-size: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.reviewsDetail .reviewsDetailList .reviewsListContcet {
  color: #222222;
  margin-bottom: 10px;
}
.reviewsDetail .reviewsDetailList .reviewsListImage {
  display: flex;
  flex-wrap: wrap;
  width: 44px;
  height: 44px;
  flex-direction: column;
  margin-bottom: 10px;
}
.reviewsDetail
  .reviewsDetailList
  .reviewsListImage
  .reviewsDetailList_img_list {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.reviewsDetail
  .reviewsDetailList
  .reviewsListImage
  .reviewsDetailList_img_list
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.relatedProduct {
  margin-bottom: 60px;
}
.relatedProduct .relatedProductTitle {
  font-size: 24px;
  font-weight: bold;
  color: var(--commonTitle);
  line-height: 35px;
  margin-bottom: 30px;
}
.relatedProduct .relatedProductList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.relatedProduct .relatedProductListItem .product-img {
  margin-bottom: 15px;
}
.relatedProduct .relatedProductListItem a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 4px;
  display: block;
}
.relatedProduct .relatedProductListItem a {
  color: #222222;
}
.relatedProduct .relatedProductListItem .price {
  font-size: 14px;
  font-weight: 400;
  color: var(--pageBtn);
  line-height: 21px;
}

.freight-modal {
  width: 100%;
}

.freight-modal .modal-header-new {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #e6eaee;
}

.freight-modal .modal-content .modal-header-new .header-title {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #33475b;
  line-height: 22px;
}

.freight-modal .modal-content .modal-header-new .icon-ic_closure {
  cursor: pointer;
}

.freight-modal .modal-content .modal-body .filter-con {
  margin-bottom: 20px;
}

.freight-modal .modal-content .modal-body .table-con .table-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f6f7;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-header
  .header-item {
  font-size: 14px;
  font-weight: 400;
  color: #8e9dac;
  line-height: 40px;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-header
  .header-item:first-child {
  width: 300px;
  padding-left: 30px;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-header
  .header-item:nth-child(n + 2) {
  width: 228px;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-header
  .header-item:nth-child(n + 3) {
  width: 120px;
}

.freight-modal .modal-content .modal-body .table-con .table-body .body-item {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-body
  .body-item
  .item {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  background: #ffffff;
  border-bottom: 1px solid #e6eaee;
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  line-height: 20px;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-body
  .body-item
  .name {
  width: 300px;
  padding-left: 30px;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-body
  .body-item
  .name
  .name-radio {
  margin: 0 6px 0 0;
  cursor: pointer;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-body
  .body-item
  .time {
  width: 228px;
}

.freight-modal
  .modal-content
  .modal-body
  .table-con
  .table-body
  .body-item
  .cost {
  width: 120px;
}

.freight-modal .modal-content .modal-footer {
  text-align: center;
  border: none;
}

.freight-modal .modal-content .modal-footer .apply-btn {
  display: inline-block;
  width: 100px;
  height: 32px;
  background-color: #407cfe;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  cursor: pointer;
}

.productImg .productImgBox video {
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1200px) {
  .productImg .productImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 336px;
    height: 336px;
  }
  .productImg .productImgBox video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 336px;
    height: 336px;
  }
  .single-product {
    width: 196px;
    margin: 0;
    margin-right: 20px;
  }
  .product-img img {
    width: 196px;
    height: 196px;
    object-fit: contain;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .productImg .productImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 273.15px;
    min-height: 273.15px;
    height: 274px;
    object-fit: contain;
    object-position: center;
  }
  .productImg .productImgBox video {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 274px;
    min-height: 274px;
    height: 274px;
    object-fit: contain;
    object-position: center;
  }
  .single-product {
    width: 165px;
    margin: 0;
    margin-right: 12px;
  }
  .product-img img {
    width: 165px;
    height: 165px;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .nobanner {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .productImg .productImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 282px;
    min-height: 282px;
    height: 282px;
    object-fit: contain;
    object-position: center;
  }
  .productImg .productImgBox video {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 282px;
    min-height: 282px;
    height: 282px;
    object-fit: contain;
    object-position: center;
  }
  .single-product {
    width: 172px;
    margin: 0;
    margin-right: 10px;
  }
  .product-img img {
    width: 172px;
    height: 172px;
    object-fit: contain;
  }
}

@media (min-width: 768px) {
  .modal-content {
    width: 680px;
    margin: 15vh auto;
  }
}

@media (max-width: 767px) {
  .shop-area {
    padding: 15px 0;
  }
  .productImg .productImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(100vw - 30px);
    min-height: calc(100vw - 30px);
    height: 180px;
    object-fit: contain;
    object-position: center;
  }
  .productImg .productImgBox video {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(100vw - 30px);
    min-height: calc(100vw - 30px);
    height: 180px;
    object-fit: contain;
    object-position: center;
  }
  @media (max-width: 560px) {
    ul.pro-details-tab li + li {
      display: none;
    }
  }
  ul.pro-details-tab li {
    margin-right: 20px;
    cursor: pointer;
  }
  .reviewsTop {
    flex-direction: column-reverse;
  }
  .reviewsTop .starList {
    flex: 1;
  }
  .reviewsTop .starList .starListItem .starsLine {
    width: 160px;
  }
  .productDetailLeft {
    position: relative;
    top: 0;
  }
  .product-container .product-detail-content .price-list {
    display: block;
  }
  .product-container
    .product-detail-content
    .price-list
    .price-item:not(:last-child) {
    margin: 0;
  }
  .product-container .product-detail-content .price-list .price-item {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .ProductAttrItem {
    flex: 0 0 100%;
  }
  .ProductAttr-title {
    flex: 0 0 50%;
    width: 50%;
  }
  .freight-modal {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.product-swiper.swiper-container {
  overflow: hidden;
}

.productDetailLeft .single-pro-tab-content {
  position: relative;
}

.productDetailLeft .single-pro-tab-content .pswp-trigger {
  position: absolute;
  background-color: #eeeeee;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  right: 0;
  top: 0;
  z-index: 99;
}

.productDetailLeft .single-pro-tab-content .pswp-trigger > span {
  color: #333333;
  font-size: 22px;
}

.product-swiper.swiper-container .swiper-wrapper {
  width: 100%;
}
