.product-wrap {
  padding-top: 0;
}
.product-wrap .product-header {
  height: 470px;
  width: 100%;
  background: url('../../../../img/png/product-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
}
.product-wrap .product-header .product-header-content {
  position: absolute;
  left: 15px;
  bottom: 20px;
  min-width: 450px;
  /*background-color: rgba(28, 113, 192, 0.5);*/
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  padding: 16px 24px;
  border-radius: 5px;
}
.product-wrap .product-header .product-header-content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 993px) {
  .product-wrap .product-header .product-header-content {
    min-width: auto;
    width: calc(100% - 30px);
  }
  .product-wrap .big-img-wrap {
    display: none;
  }
}
.nav-pagination .Pagination_list {
  position: relative;
  margin: 0 auto;
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 0;
}
.nav-pagination .Pagination_list a:not(:first-child, :last-child),
.nav-pagination .Pagination_list > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  font-size: 14px;
  cursor: pointer;
}
.nav-pagination .Pagination_list > span {
  border-radius: 50%;
  color: #fff;
  background-color: #3c8dbc;
}
.nav-pagination .Pagination_list strong {
  display: none;
  margin-left: 10px;
}
.nav-pagination .Pagination_list a:first-child,
.nav-pagination .Pagination_list a:last-child {
  font-size: 14px;
  position: absolute;
  top: 14px;
}
.nav-pagination .Pagination_list a:first-child span,
.nav-pagination .Pagination_list a:last-child span {
  font-size: 14px;
}
.nav-pagination .Pagination_list a:first-child span span,
.nav-pagination .Pagination_list a:last-child span span {
  vertical-align: 1px;
}
.nav-pagination .Pagination_list a:first-child {
  left: 20px;
}
.nav-pagination .Pagination_list a:first-child i {
  margin-right: 5px;
}
.nav-pagination .Pagination_list a:last-child {
  right: 20px;
}
.nav-pagination .Pagination_list a:last-child i {
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  .nav-pagination .Pagination_list {
    width: 100%;
  }
}
* {
  font-family: 'Jost';
}
img {
  display: inline-block;
  max-width: inherit;
}
#product-list-body {
  margin-top: 70px;
  padding-bottom: 70px;
}
#productList .col-md-4 > a {
  width: 100%;
}
#product-list-body .content-item {
  width: 100%;
  padding: 0;
  border-color: #EEEFF0;
  background-color: #F9FAFB;
  margin-bottom: 40px;
  box-shadow: 0 12px 5px -10px #ccc, 0 0 5px 0 #eee;
}
#product-list-body .content-item .card-img-wrap {
  background-color: #fff;
  height: 256px;
  text-align: center;
}
@media screen and (min-width: 1500px) {
  #product-list-body .content-item .card-img-wrap {
    height: 340px;
  }
}
#product-list-body .content-item .card-img-wrap img {
  width: auto;
  height: 100%;
}
#product-list-body .content-item .caption {
  height: 130px;
  overflow: hidden;
}
#product-list-body .content-item .caption-content {
  color: #666;
  font-size: 14px;
  font-family: 'Source Sans';
}
#product-list-body .nav-pagination {
  margin-top: 50px;
}
#product-list-body .nav-pagination .pagination .active a {
  background-color: #1D74C1;
  border-color: #1D74C1;
}
