.item_empty {
  height: 0;
  margin-top: 0px;
  width: 19%;
  content: "";
  clear: both;
  margin-bottom: 0px !important;
}
.pro-details-max {
  width: 94%;
  padding: 0px 3%;
}
.pro-details-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pro-details-flex .pro-details-left {
  width: 45%;
  position: relative;
}
.pro-details-flex .pro-details-left:hover .product-list-wish {
  visibility: inherit;
}
.pro-details-flex .product-list-wish {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  visibility: hidden;
}
.pro-details-flex .product-list-wish i {
  font-size: 26px;
}
.pro-details-right {
  width: 48%;
}
.top-slide {
  font-size: 14px !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-details-Swiper {
  height: 80%;
  width: 100%;
}
.product-Swiper {
  height: 13%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-Swiper img {
  width: 80px;
  height: auto;
  border: 1px solid;
}
.product-Swiper .swiper-slide {
  width: 90px !important;
  height: 100%;
  opacity: 0.4;
}
.product-Swiper .swiper-button-next,
.product-Swiper .swiper-rtl .swiper-button-prev {
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.product-Swiper .swiper-button-prev,
.product-Swiper .swiper-rtl .swiper-button-next {
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.product-Swiper .swiper-button-next:after,
.product-Swiper .swiper-rtl .swiper-button-prev:after,
.product-Swiper .swiper-button-prev:after,
.product-Swiper .swiper-rtl .swiper-button-next:after {
  font-size: 16px;
}
.product-Swiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  object-fit: cover;
}
.The-next-thing {
  display: flex;
  align-items: center;
}
.The-next-thing .page-left i {
  margin-right: 5px;
}
.The-next-thing .page-right i {
  margin-left: 5px;
}
.The-next-thing a {
  font-size: 14px;
  color: #A2A2A2;
  display: flex;
  align-items: center;
}
.The-next-thing a i {
  font-size: 20px;
}
.The-next-thing a:hover {
  color: #660099;
  cursor: pointer;
}
.The-next-thing a .secant {
  margin: 0px 5px;
}
.The-next-thing .secant {
  display: block;
  margin: 0px 10px;
}
.page-next-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-next-flex .label-p {
  width: 143px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #F0F0F0;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  font-size: 16px;
  color: #333333;
}
.pro-d-name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  margin: 15px 0px 20px 0px;
}
.pro-d-score {
  display: flex;
  align-items: center;
}
.pro-d-score .secant {
  margin: 0px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}
.d-score-icon {
  margin-right: 5px;
}
.d-score-icon i {
  color: #FDB103;
  font-size: 20px;
}
.d-score-sum,
.d-score-Reviewed {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}
.pro-d-price {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  padding: 15px 0px;
  display: flex;
  align-items: flex-end;
  margin: 20px 0px;
}
.pro-d-price .discount-price {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.pro-d-price .original-price {
  font-size: 16px;
  font-weight: 400;
  color: #8F8F8F;
  margin-left: 10px;
  text-decoration: line-through;
}
.pro-d-price .discount {
  font-size: 16px;
  font-weight: 400;
  color: #DA251D;
  margin-left: 25px;
}
.pro-d-describe {
  padding-top: 15px;
}
.pro-d-describe li {
  list-style: disc inside;
  margin-bottom: 18px;
  color: #333333;
}
.pro-d-describe li h3 {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.pro-d-describe .see-more,
.pro-d-describe .less-more {
  display: flex;
  align-items: center;
}
.pro-d-describe .see-more i,
.pro-d-describe .less-more i {
  font-size: 22px;
}
.pro-d-describe .see-more:hover,
.pro-d-describe .less-more:hover {
  cursor: pointer;
}
.pro-d-describe .see-more-list {
  display: none;
}
.pro-d-qty {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.pro-d-qty .qty-title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-right: 15px;
}
.pro-d-qty .input-num {
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-right: none;
  border-left: none;
}
.pro-d-qty .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 36px;
  background: #F0F0F0;
  border-radius: 3px 0px 0px 3px;
  opacity: 1;
  border: 1px solid #E5E5E5;
  color: #333333;
  font-size: 26px;
}
.pro-d-qty .btn:active {
  box-shadow: inset 0 1px rgba(100, 100, 100, 0.1);
}
.pro-d-qty .btn:hover {
  background-color: #e9e9e9;
  color: #333;
}
.pro-d-qty .btn-minus {
  border-radius: 0px 3px 3px 0px;
}
.pro-de-grop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px 40px 0px;
}
.pro-de-grop .pro-de-btn {
  height: 48px;
  line-height: 48px;
  background: #fff;
  color: #660099;
  border: 1px solid #660099;
  border-radius: 3px 3px 3px 3px;
  width: 48%;
  font-size: 16px;
}
.pro-de-grop .pro-de-btn:hover {
  cursor: pointer;
  background: #660099;
  color: #ffffff;
}
.pro-de-grop .pro-de-btn-two {
  height: 48px;
  line-height: 48px;
  background: #DA251D;
  border-radius: 3px 3px 3px 3px;
  width: 48%;
  color: #ffffff;
  font-size: 16px;
}
.pro-de-grop .pro-de-btn-two:hover {
  cursor: pointer;
  background: #c5241d;
}
.available {
  display: block;
}
.out-of-stock {
  margin: 30px 0px 40px 0px;
  display: none;
}
.talk-to-sales {
  height: 48px;
  background: #7543BA;
  border-radius: 3px 3px 3px 3px;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
}
.ships-max {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  padding: 20px 0px 10px 0px;
  flex-wrap: wrap;
}
.ships-max .ships-figure {
  margin-bottom: 10px;
}
.ships-max .ships-free-max {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ships-max .ships-free-max span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.ships-max .ships-free-max-two {
  display: none;
}
.ships-max .ships-free {
  width: 29px;
  height: 29px;
  background: linear-gradient(180deg, #BD4BFB 0%, #7433C1 100%);
  border-radius: 50%;
  margin-right: 10px;
}
.ships-max .ships-free i {
  font-size: 22px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 29px;
}
.sku-content {
  font-size: 14px;
}
.sku-content .sku-a {
  line-height: 30px;
}
.sku-content .sku-a span,
.sku-content .sku-a a {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.sku-content .sku-a a:hover {
  color: #660099;
}
.product-list-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 50px;
}
.product-list-max {
  width: 86%;
  padding: 100px 7% 0px 7%;
}
.product-list .product-list-li {
  width: 19%;
}
.product-list .product-list-figure img {
  height: auto;
  width: 100%;
}
.product-list .productS-content {
  padding: 20px 10px 0px 10px;
}
.product-list .productS-name a {
  font-size: 14px;
}
.product-list .add-cart-btn {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.box-th {
  overflow: hidden;
  width: 100%;
}
.box-th ul {
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #660099;
}
.box-th ul li {
  width: auto;
  height: 20px;
  margin-right: 50px;
  padding: 10px 25px;
  text-align: center;
  font-size: 20px;
}
.box-th ul li:hover {
  cursor: pointer;
  color: #ffffff;
  background: #660099;
  border-radius: 16px 16px 0px 0px;
}
.box-th li.on {
  background: #660099;
  border-radius: 16px 16px 0px 0px;
  color: #ffffff;
}
.box-tb {
  margin-top: 60px;
}
.box-tb .item {
  display: none;
}
.box-tb .item.active {
  display: block;
  font-size: 14px;
}
.item {
  width: 90%;
  margin: 0px auto;
}
.item .list-one img {
  width: 100%;
}
.list-one h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.list-one p {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 15px;
  padding-left: 15px;
}
.score-max {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
}
.head-portrait {
  width: 48px;
  height: 48px;
  background: #9664E5;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.score-max .d-score-sum {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.score-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.score-list li {
  display: flex;
  padding: 30px 0px;
  border-bottom: 1px solid #DDDDDD;
}
.score-list .score-list-right {
  margin-left: 15px;
}
.score-list .score-name {
  font-size: 20px;
  font-weight: 400;
  color: #660099;
  margin-bottom: 5px;
}
.score-list .score-intro {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 25px 0px;
}
.score-view-btn {
  text-align: center;
  width: 100%;
}
.score-view-all {
  padding: 10px 40px;
  background: #EFEFEF;
  border-radius: 6px 6px 6px 6px;
  font-size: 21px;
  font-weight: 400;
  color: #333333;
  margin: 80px auto 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.score-view-all i {
  font-size: 26px;
  margin-left: 5px;
}
.score-view-all:hover {
  cursor: pointer;
  background: #660099;
  color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .product-list-max {
    width: 92%;
    padding: 50px 4% 0px 4%;
  }
  .pro-d-describe li {
    margin-bottom: 10px;
  }
  .mt-top {
    margin-top: 90px;
  }
}
.w1200 {
  width: 1200px;
  overflow: hidden;
  margin-left: 57px;
}
p.page-nav a {
  color: #333;
}
.details-nav {
  font-size: 16px;
  margin-top: 20px;
}
.pro-d-qty {
  display: flex;
  align-items: center;
}
.pro-d-qty .qty-title {
  margin-right: 10px;
  font-weight: bold;
}
.pro-d-qty .size-options {
  display: flex;
}
.pro-d-qty .size-options .size-item {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pro-d-qty .size-options .size-item.selected {
  border-color: #ff672b;
  color: #ff672b;
}
.pro-d-qty .size-options .size-item:not(.selected):hover {
  border-color: #999;
}
.pro-d-qty .color-options {
  display: flex;
}
.pro-d-qty .color-options .color-item {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pro-d-qty .color-options .color-item.selected {
  border-color: #ff672b;
  color: #ff672b;
}
.pro-d-qty .color-options .color-item:not(.selected):hover {
  border-color: #999;
}
