.product-detail-top .product-image-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13.5px;
}

.product-detail-top .thumbnail-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  position: relative;
  flex: 0 0 130px;
  padding: 0 13.5px;
  max-width: 130px;
}

.product-detail-top .image-slide {
  padding: 0 13.5px;
  width: calc(100% - 157px);
}

.product-detail-top .thumbnail-slide .img {
  position: relative;
  background: #f3f3f3;
  height: 94px;
}

.product-detail-top .thumbnail-slide .img img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 32px;
}

.product-detail-top .image-slide .swiper-container {
  height: 100%;
}

.product-detail-top .image-slide .img {
  position: relative;
  background: #f3f3f3;
  height: 100%;
  width: unset;
  padding-top: 100%;
}

.product-detail-top .image-slide .img img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 205;
  max-height: 90%;
  max-width: 100%;
  height: auto;
  width: unset;
}

.product-detail-top .thumbnail-slide .img:before {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.65;
  transition: opacity 0.3s;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.product-detail-top .thumbnail-slide .swiper-slide-thumb-active .img:before {
  opacity: 0;
}

.product-detail-top .thumbnail-slide .swiper-next,
.product-detail-top .thumbnail-slide .swiper-prev {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 25;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

.product-detail-top .thumbnail-slide .swiper-prev {
  top: 0;
}

.product-detail-top .thumbnail-slide .swiper-next {
  bottom: 0;
}

.product-detail-top .product-detail-info .name {
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.0625rem;
  font-weight: 700;
  text-overflow: ellipsis;
}

.product-detail-top .product-detail-info .content table {
  font-size: 13px;
}

.product-detail-top .product-detail-info .content table tr td {
  padding: 5px 20px 5px 0;
  font-size: 100%;
  border: 0;
}

.product-detail-top .product-detail-info .content table tr td:first-child {
  color: #666;
}

.product-detail-top .product-detail-info .product-contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.product-detail-top .product-detail-info .product-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.product-detail-top .product-detail-info .product-share ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0e599d;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 10px;
}

.product-detail-top .product-detail-info .product-share ul li + li {
  margin-left: 15px;
}

.product-detail-attributes {
  border-bottom: 1px solid #b2b2ad;
}

.product-detail-attributes .switcher-tab {
  border-bottom: 1px solid #b2b2ad;
  border-radius: 5px 5px 0 0;
  background: #e8e8e8;
  padding: 10px 25px;
}

.product-detail-attributes .switcher-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  overflow-x: auto;
  list-style: none;
}

.product-detail-attributes .switcher-tab ul li {
  margin-bottom: 0;
}

.product-detail-attributes .switcher-tab ul li a {
  color: #999;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-detail-attributes .switcher-tab ul li + li {
  margin-left: 35px;
}

.product-detail-attributes .switcher-tab ul li.uk-active a,
.product-detail-attributes .switcher-tab ul li a:hover {
  color: #9c1519;
}

.product-detail-attributes .tab-content {
  display: block;
  padding: 60px;
}

.uk-switcher > :not(.uk-active) {
  display: none;
}

.product-detail-attributes .tab-content.uk-active {
  display: block !important;
}

@media screen and (max-width: 576px) {
  .product-detail-top .thumbnail-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    flex: 0 0 100%;
    order: 2;
    padding: 0;
    max-width: 100%;
  }

  .product-detail-top .image-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    height: 450px;
  }

  .product-detail-top .thumbnail-slide .swiper-next,
  .product-detail-top .thumbnail-slide .swiper-prev {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    left: auto;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 10;
  }

  .product-detail-top .thumbnail-slide .swiper-prev {
    left: 0;
  }

  .product-detail-top .thumbnail-slide .swiper-next {
    right: 0;
    bottom: auto;
  }

  .product-detail-top .thumbnail-slide .swiper-prev span:before {
    content: "\ec3b";
  }

  .product-detail-top .product-image-list {
    margin: 0;
  }
}
