/* Made by Masstige */
.product-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-wrap .product__img {
  flex: 0 0 48.3606557377%;
  max-width: 48.3606557377%;
  display: block;
  position: relative;
  overflow: hidden;
}
.product-wrap .product__img::after {
  content: "";
  display: block;
  padding-bottom: 103.3898305085%;
}
.product-wrap .product__img > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.product-wrap .product__info {
  flex: 1 1 auto;
  width: 1%;
  padding-left: 3.75em;
}
.product-wrap .product__info .product-description {
  font-weight: 300;
  color: #666;
  letter-spacing: -0.02em;
}
.product-wrap .product__info .related-product .item {
  border: 1px solid #ddd;
  display: block;
  position: relative;
  text-align: center;
}
.product-wrap .product__info .related-product .item::before {
  content: "";
  border: 2px solid #2074de;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  z-index: 5;
}
.product-wrap .product__info .related-product .item .img-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-wrap .product__info .related-product .item .img-box::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-wrap .product__info .related-product .item .img-box > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.product-wrap .product__info .related-product .item .xi {
  width: 23px;
  height: 23px;
  line-height: 21px;
  border: 1px solid #999;
  color: #999;
  background: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024.02px) {
  .product-wrap .product__info .related-product .item:hover {
    border-color: #2074de;
  }
  .product-wrap .product__info .related-product .item:hover::before {
    opacity: 1;
  }
  .product-wrap .product__info .related-product .item:hover .xi {
    color: #2074de;
    border-color: #2074de;
  }
}
@media screen and (max-width: 1024px) {
  .product-wrap .product__info {
    padding-left: 1.875em;
  }
}
@media screen and (max-width: 768px) {
  .product-wrap .product__img {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .product-wrap .product__info {
    flex: 1 0 100%;
    width: auto;
    max-width: 100%;
    padding: 2.5em 0 0;
  }
}

.product-detail-content {
  padding: 3.125em 0 4.375em;
}
.product-detail-content .dots-title {
  font-size: 1.25em;
  font-weight: 500;
  padding-left: 1.125rem;
  position: relative;
}
.product-detail-content .dots-title::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background: #2074de;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail-content .editor-box {
  color: #666;
  font-weight: 300;
}
.product-detail-content .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-content .editor-box table {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #2074de;
  border-bottom: 1px solid #888;
}
.product-detail-content .editor-box table thead th,
.product-detail-content .editor-box table thead td {
  text-align: center;
  padding: 12px 5px;
  color: #2074de;
  font-weight: 500;
  border-bottom: 1px solid #888;
}
.product-detail-content .editor-box table tbody th,
.product-detail-content .editor-box table tbody td {
  text-align: center;
  padding: 10px 5px;
  border-top: 1px solid #ccc;
}
.product-detail-content .editor-box table tbody th {
  color: #222;
}
.product-detail-content .editor-box table tbody td {
  color: #666;
}
.product-detail-content .prod-function {
/*  display: flex;
  flex-wrap: wrap;*/
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-bottom: -1.25rem;
}
.product-detail-content .prod-function__item {
  flex: 1 0 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
}
.product-detail-content .prod-function__item .inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2.5em 1.875em;
  border-radius: 1.25rem;
  background: #fff;
  position: relative;
  color: #666;
  font-weight: 300;
  height: 100%;
}
.product-detail-content .prod-function__item .inner .icon {
  position: absolute;
  right: 1.625rem;
  top: 2.3125rem;
}
.product-detail-content .prod-function__item .inner .icon img {
  width: 6.25rem;
}
.product-detail-content .prod-function__item .inner .title {
  font-size: 1.375em;
  font-weight: 700;
  color: #2074de;
  margin-bottom: 0.9375rem;
  padding-right: 6.25rem;
}
.product-detail-content .prod-function__item .inner .title,
.product-detail-content .prod-function__item .inner .item {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .product-detail-content .prod-function__item .inner .icon {
    display: none;
  }
  .product-detail-content .prod-function__item .inner .title {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-detail-content .prod-function__item .inner .title {
    font-size: 1.25em;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .product-detail-content .prod-function__item {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .product-detail-content .prod-function__item .inner {
    padding: 1.875em 1.5625em;
  }
}
/*# sourceMappingURL=product.css.map */

