/* Products List ============================================================== */
.product-list figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 0;
  padding-bottom: 100%;
}
.product-list figure .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-list figure img {
  max-height: 100%;
  opacity: 1;
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0px, 0, 0);
}
.product-list figure:before, .product-list figure:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.product-list figure:before {
  bottom: 5%;
  left: 5%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.product-list figure:after {
  top: 5%;
  right: 5%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product-list figure:hover img {
  opacity: 0.75;
  transform: scale(1.1);
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}
.product-list figure:hover:before, .product-list figure:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.product-list figcaption h3 {
  padding: 10px;
  word-spacing: -0.15em;
  font-size: 1.15rem;
  font-weight: 500;
  color: #3e79ea;
}

/* Product Detail ============================================================ */
.product-wrap {
  margin: 30px 0;
}
.product-wrap h1 {
  width: 100%;
  margin-bottom: 2%;
  font-size: 2rem;
  color: #323d47;
  font-weight: 400;
  line-height: 1.25em;
}
.product-wrap h1:after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin: 10px 0;
  background-image: linear-gradient(to right, #219fd0 0%, #fff 100%);
}
.product-wrap h2 {
  margin: 5% auto;
  font-size: 1.15rem;
  color: #0070c9;
  font-weight: 700;
}

.product-wrap-left {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pro-detail-pic {
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  height: 0;
  padding-bottom: 100%;
}
.pro-detail-pic img {
  max-height: 100%;
}
.pro-detail-pic .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.product-info {
  padding: 1em 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
.product-info a:hover {
  color: #007bff;
}
.product-info p {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 2rem;
}
.product-info ul, .product-info ol {
  padding-left: 20px;
}
.product-info li {
  font-size: 1rem;
  line-height: 2rem;
}
.product-info ul li span {
  display: inline-block;
}
.product-info ul li span.name {
  width: 30%;
  text-align: left;
  font-weight: 700;
}
.product-info ul li span.value {
  width: 60%;
  text-align: left;
  font-weight: 400;
  color: #888;
}

ol.product-button li {
  width: auto;
  display: inline-block;
  list-style-type: none;
  margin: 5% auto 2% 5px;
}
ol.product-button li img {
  width: 20px;
}

.btn-inquiry {
  color: #fff !important;
  font-weight: 400;
  background-color: #0070c9;
  background: linear-gradient(#42a1ec, #0070c9);
  border: solid 1px #07c;
}
.btn-inquiry:hover {
  color: #fff;
  background: #42a1ec;
  background: linear-gradient(#0070c9, #42a1ec);
  box-shadow: 0px 1px 6px #42a1ec;
}

.btn-border {
  background-color: transparent;
  border: 2px solid #999;
  color: #999;
  font-weight: 500;
}
.btn-border:hover {
  color: #219fd0;
  background-color: transparent;
  box-shadow: 0px 1px 6px #42a1ec;
  border: 2px solid #219fd0;
}

.social-icons img {
  width: auto;
}

.resp-tab-content p, .resp-tab-content li {
  font-size: 1rem;
  line-height: 2rem;
}
.resp-tab-content a:hover {
  color: #007bff;
}
.resp-tab-content ul, .resp-tab-content ol {
  padding-left: 20px;
}

.related-product-title {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 700;
}
.related-product-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-image: linear-gradient(to right, #219fd0 0%, #fff 100%);
}

.related-product-wrap {
  margin: 30px auto 0 auto;
  padding: 0 30px 10px 30px;
  max-width: 1200px;
}

.related-list figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.related-list figure .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.related-list li {
  width: calc(100%/4 - 19px);
  margin-right: 5px;
  margin-bottom: 5%;
  display: inline-block;
  text-align: center;
}

.related-list li h3 {
  padding: 20px;
  word-spacing: -0.15em;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
}

.related-list li img {
  max-height: 100%;
}