/* Products List ============================================================== */
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px 0px 50px -20px;
          box-shadow: rgba(0, 0, 0, 0.5) 10px 0px 50px -20px;
  margin-top: 60px;
}
.product-list .product-pic-box {
  width: 43.86%;
}
@media (max-width: 900px) {
  .product-list .product-pic-box {
    width: 100%;
  }
}
.product-list .product-pic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 66.667%;
}
.product-list .product-pic img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 100%;
}
.product-list .product-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list .product-pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-list .product-cate {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .product-list .product-cate {
    width: 100%;
  }
}
.product-list .product-cate .product-cate-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
}
.product-list .product-cate .product-cate-title a {
  color: #333;
}
@media (max-width: 460px) {
  .product-list .product-cate .product-cate-title {
    font-size: 27px;
  }
}
.product-list .product-cate .product-cate-list {
  width: 100%;
  margin: 20px 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-list .product-cate .product-cate-list a {
  width: calc(50% - 15px);
  margin: 0px 15px 15px 0px;
  padding: 12px 15px;
  color: #fff;
  background-color: #0b63aa;
  font-weight: 500;
  border-radius: 8px;
}
.product-list .product-cate .product-cate-list a:hover {
  background-color: #2995cc;
}
@media (max-width: 460px) {
  .product-list .product-cate .product-cate-list a {
    width: 100%;
  }
}
.product-list .product-cate .product-cate-more {
  padding: 5px 40px;
  font-weight: bold;
  color: #fff;
  background-color: #2cacd1;
  border-radius: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.product-list .product-cate .product-cate-more:hover {
  background-color: #2995cc;
}

.product-list-2 {
  text-align: center;
  margin-top: 10%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 10px 0px 50px -20px;
          box-shadow: rgba(0, 0, 0, 0.5) 10px 0px 50px -20px;
}
.product-list-2 .product-list-2-pic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 66.667%;
}
.product-list-2 .product-list-2-pic img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 100%;
}
.product-list-2 .product-list-2-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-2 .product-list-2-pic:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-list-2 .product-list-2-name {
  line-height: 1.5rem;
  padding: 15px 10px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Product Detail ============================================================ */
.product-detail-bg main .wrapper {
  padding-bottom: 4%;
}
@media (max-width: 1360px) {
  .product-detail-bg main .wrapper {
    padding-bottom: 6%;
  }
}

.wrap-product-list {
  padding-bottom: calc(20px + 3.5%);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .product-detail-title {
    margin-top: 10%;
  }
}

.product-detail-info {
  border-bottom: 1px solid #d6d6d6;
}

ol.product-detail-button {
  margin: 2rem 0 1rem 0;
  padding: 0;
}
ol.product-detail-button li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.5rem 1rem 0;
}

.btn-basic {
  padding: 0 25px;
  display: block;
  border: 2px solid #a9a9a9;
  color: #a9a9a9;
  font-weight: bold;
}
.btn-basic:visited {
  color: #a9a9a9;
}
.btn-basic:hover {
  border: 2px solid #0b63aa;
  color: #0b63aa;
}

.btn-inquiry {
  border: 2px solid #2cacd1;
  color: #2cacd1;
}
.btn-inquiry:visited {
  color: #2cacd1;
}
.btn-inquiry:hover {
  background-color: #0b63aa;
  color: #fff;
}

.product-detail-title {
  text-align: center;
  margin: 2% 0;
  font-size: 2rem;
}
.product-detail-title span {
  color: #0b63aa;
}
@media (max-width: 414px) {
  .product-detail-title {
    font-size: 1.5rem;
  }
}

.related-product-bg {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2%;
}
@media (max-width: 640px) {
  .related-product-bg {
    padding-bottom: 12%;
  }
}
@media (max-width: 320px) {
  .related-product-bg {
    background-color: none;
    border: none;
  }
}

.related-product {
  padding-left: 0 !important;
}
.related-product .related-product-pic {
  position: relative;
  padding-bottom: 66.667%;
  margin: 0 15px;
}
.related-product .related-product-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-product .related-product-pic .img-center img {
  max-height: 100%;
}
.related-product .related-product-name {
  text-align: center;
  color: #000;
}
.related-product .slick-dots {
  bottom: -60px;
}
.related-product .slick-dots li button:before {
  color: #b2b2b2;
  opacity: 1;
  font-size: 10px;
}
.related-product .slick-dots li.slick-active button:before {
  color: #0b63aa;
}