/* Products List ============================================================== */
.product-list {
  text-align: center;
  border: 1px solid #eaeaea;
  margin-top: 20%;
  box-shadow: 2px 9px 10px -3px rgba(0, 0, 0, 0.1);
}
.product-list .product-pic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 90%;
}
.product-list .product-pic img {
  transition: all 0.7s ease-in-out;
  max-height: 100%;
}
.product-list .product-pic .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 .product-pic:hover img {
  transform: scale(1.1);
}
.product-list .product-pic .product-list-over {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px 30px;
  line-height: 2rem;
  text-align: left;
  background-color: rgba(254, 156, 151, 0);
  transition: all 0.7s ease-in-out;
  transform: scale(0);
  pointer-events: none;
}
.product-list .product-pic:hover .product-list-over {
  background-color: rgb(82 143 207 / 80%);
  transform: scale(0.95);
}
.product-list .product-name {
  position: relative;
  line-height: 1.5rem;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  background: #528FCF;
}
.product-list .product-name:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Product Detail ============================================================ */
.product-detail-bg {
  background: url(../images/product-detail-bg.jpg) no-repeat left top;
}
@media (max-width: 992px) {
  .product-detail-bg {
    background: url(../images/product-detail-bg-m.jpg) no-repeat left top;
  }
}
.product-detail-bg main .wrapper {
  padding-bottom: 4%;
}
@media (max-width: 1360px) {
  .product-detail-bg main .wrapper {
    padding-bottom: 6%;
  }
}

.wrap-product-detail {
  margin-bottom: 3%;
}

#secondary-slider {
  margin-top: -20%;
}

.product-detail-pic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 75%;
}
.product-detail-pic img {
  max-height: 100%;
}
.product-detail-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.product-detail-social-icons {
  text-align: center;
}

@media (max-width: 992px) {
  .product-detail-title {
    margin-top: 10%;
  }
}
.product-detail-title h1 {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
}
.product-detail-title h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #528FCF;
  font-size: 2rem;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
}
.product-detail-title h1 span {
  color: #528FCF;
}

.product-detail-info {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #d6d6d6;
}
.product-detail-info .product-detail-desc {
  margin-top: 30px;
  font-size: 1rem;
  line-height: 2rem;
}
.product-detail-info .product-detail-desc a:hover {
  color: #fe9c97;
}
.product-detail-info .product-detail-spec a:hover {
  color: #fe9c97;
}
.product-detail-info .product-detail-spec .product-detail-spec-title {
  margin: 3% 0;
  font-size: 1.2rem;
  color: #fe9c97;
}
.product-detail-info ul, .product-detail-info ol {
  padding-left: 20px;
}
.product-detail-info ul li {
  font-size: 1rem;
}
.product-detail-info ul li span {
  display: inline-block;
}
.product-detail-info ul li span.name {
  width: 30%;
  font-weight: 700;
}
.product-detail-info ul li span.value {
  width: 60%;
  font-weight: 400;
  color: #888;
}

ol.product-detail-button {
  margin: 2rem 0 1rem 0;
  position: relative;
  z-index: 1;
}
ol.product-detail-button li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.5rem 1rem 0;
}

.btn-basic {
  padding: 7px 25px 7px 45px;
  display: block;
  border: 1px solid #d0d0d0;
  color: #999 !important;
  border-radius: 3px;
  transition: all 0.3s;
}
.btn-basic:hover {
  color: #fff !important;
  border: 1px solid #528FCF;
}

.btn-hover {
  position: relative;
}
.btn-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #528FCF;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s;
}
.btn-hover:hover:before {
  transform: scaleX(1);
}

.btn-inquiry {
  color: #fff !important;
  background: #00376C;
  padding: 7px 25px 7px 45px;
  border-radius: 3px;
  position: relative;
}
.btn-inquiry:hover {
  color: #fff;
  background: #406991;
}
.btn-inquiry:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 20px;
  background: url(icons/icon-inquiry-2.svg) no-repeat;
  width: 15px;
  height: 15px;
}

.btn-back {
  position: relative;
}
.btn-back:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  background: url(icons/icon-back.svg) no-repeat;
  width: 17px;
  height: 17px;
  transition: all 0.3s;
}
.btn-back:hover:after {
  background: url(icons/icon-back-2.svg) no-repeat;
}

.btn-prev {
  position: relative;
}
.btn-prev:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  background: url(icons/icon-prev.svg) no-repeat;
  width: 17px;
  height: 17px;
  transition: all 0.3s ease-in-out;
}
.btn-prev:hover:after {
  background: url(icons/icon-prev-2.svg) no-repeat;
}

.btn-next {
  position: relative;
}
.btn-next:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 20px;
  background: url(icons/icon-next.svg) no-repeat;
  width: 17px;
  height: 17px;
  transition: all 0.3s ease-in-out;
}
.btn-next:hover:after {
  background: url(icons/icon-next-2.svg) no-repeat;
}

.tab-list {
  text-align: center;
  background:  #7DABDB;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.tab-list li {
  display: inline-block;
  padding: 3px 2rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  list-style: none;
  text-align: center;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 2.5em;
  cursor: pointer;
}
@media (max-width: 760px) {
  .tab-list li {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
}
.tab-list li:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.tab-list li a {
  color: #fff;
  transition: all 0.5s;
}
.tab-list li a:hover {
  font-weight: bold;
}

.tab-list-content {
  padding: 30px;
  width: 98%;
  max-width: 1360px;
  margin: 2% auto;
  font-size: 1rem;
  line-height: 2rem;
}
.tab-list-content h3 {
  text-align: center;
  margin: 2% 0;
  font-family: "Raleway", sans-serif;
}
.tab-list-content h3 span {
  color: #528FCF;
}
.tab-list-content ul, .tab-list-content ol {
  padding-left: 20px;
}
.tab-list-content li b {
  color: #000;
}
.tab-list-content a:hover {
  color: #fec41b;
}

.related-product-bg {
  background-color: rgb(82 143 207 / 3%);
  border: 1px solid #A8C7E7;
  border-radius: 3px;
  padding: 2% 0 5% 0;
}
@media (max-width: 640px) {
  .related-product-bg {
    padding-bottom: 12%;
  }
}

.related-product {
  padding-left: 0 !important;
}
.related-product .related-product-pic {
  position: relative;
  padding-bottom: 80%;
}
.related-product .related-product-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.related-product .related-product-pic .img-center img {
  max-height: 100%;
}
.related-product .related-product-name {
  text-align: center;
  font-size: 1rem;
  color: #000;
}
.related-product .slick-dots {
  bottom: -60px;
}
.related-product .slick-dots li button:before {
  color: #f5a9b3;
  opacity: 1;
}
.related-product .slick-dots li.slick-active button:before {
  color: #35b5c0;
}