@media (max-width: 767px) {
  .container {
    width: calc(100vw - 30px) !important;
    margin: 0 auto !important;
  }
  .shop-area {
    padding-top: 40px !important;
  }
  .product-img img {
    width: calc(50vw - 22.5px);
    height: calc(50vw - 22.5px);
    object-fit: cover;
  }
  .xs-pading-0 {
    padding: 0;
  }
} 
.productDetailBtn:hover{
  color: #fff !important;
}
@media (min-width: 992px){
  /* .col-md-5 {
    width: 38%;
  }
  .col-md-7 {
    width: 62%;
  } */
}
/*  */
.productDetail-header {
  position: static;
}
.nobanner {
  margin-top: 90px;
}
.shop-area {
  padding: 40px 0;
}

.product-container .product-detail-content {
  background-color: #ffffff;
  padding: 0;
}

.product-container .product-detail-content .product-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #444444;
  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: #FF0D36;
  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: #444444;
  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: cover;
  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;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.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: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}
.productDetailsImgList .imgItem{
  flex: 0 0 19%;
  margin-right: 1.2%;
  margin-bottom: 4px;
  border: 1px solid #d5d5d5;
}
.productDetailsImgList .imgItem:hover{
  border: 1px solid #ff4846;
}
.productDetailsImgList .imgItem:nth-child(5n){
  margin-right: 0;
}
.productDetailsImgList .imgItem.active{
  border: 1px solid #ff4846;
}
.productDetailsImgList .imgItem a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
.videoShadow{
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoShadow i{
  color: #ffffff;
  font-size: 24px;
}
.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;
  
  line-height: 53px !important;
  border-radius: 2px;
  background-color: #efb007;
  color: #fff;
  height: 53px !important;
  font-weight: 600;
  transition: all 0.3s linear !important;
}
.productDetailBtn:hover {
  background: #f65d10 !important;
}
.productAttItem {
  display: flex;
  margin-bottom: 8px;
}
.productAttItem .productAttTitel{
  flex: 0 0 170px;
  width: 170px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
.productAttItem .productAttText{
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: #222222;
}

.product-tab-desc{
  padding: 0;
  border: none;
  margin: 0;
}
.product-tab-desc table {
  width: 100%!important;
  border-collapse: collapse;
  border-spacing: 0; 
  border: 0.5px solid #CCCCCC;
}
.product-tab-desc table td { 
  border: 0.5px 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: cover;
  cursor: pointer;
}
.relatedProduct {
  margin-bottom: 60px;
}
.relatedProduct .relatedProductTitle {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 35px;
  margin-bottom: 30px;
}
.relatedProduct .product-content h3{
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 4px;
}
.relatedProduct .product-content h3 a{
  color: #ffffff;
}
.relatedProduct .product-content .price{
  font-size: 14px;
  font-weight: 400;
  color: #FF4846;
  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;
}

@media (min-width: 1200px) {
  .productImg .productImgBox{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 335.63px;
    min-height: 335.63px;
  }
  .productImg .productImgBox video{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 335.63px;
    min-height: 335.63px;
  }
  .single-product {
    width: 196px;
    margin: 0;
    margin-right: 20px;
  }
  .product-img img {
    width: 196px;
    height: 196px;
    object-fit: cover;
  }
}
@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;
  }
  .productImg .productImgBox video{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 273.15px;
    min-height: 273.15px;
  }
  .single-product {
    width: 165px;
    margin: 0;
    margin-right: 12px;
  }
  .product-img img {
    width: 165px;
    height: 165px;
    object-fit: cover;
  }
}
@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: 282.5px;
    min-height: 282.5px;
  }
  .productImg .productImgBox video{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 282.5px;
    min-height: 282.5px;
  }
  .single-product {
    width: 172px;
    margin: 0;
    margin-right: 10px;
  }
  .product-img img {
    width: 172px;
    height: 172px;
    object-fit: cover;
  }
}

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

@media (max-width: 767px) {
  .shop-area{
    padding: 15px 0;
    padding-top: 40px;
  }
  .productImg .productImgBox{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(100vw - 30px);
    min-height: calc(100vw - 30px);
  }
  .productImg .productImgBox video{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(100vw - 30px);
    min-height: calc(100vw - 30px);
  }
  @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;
  }
}
