.bread-crumb {
  margin-bottom: 50px;
  position: relative;
  display: block;
  padding: 100px 0;
  z-index: 1;
  background: url(//bizweb.dktcdn.net/100/483/185/themes/937690/assets/bg_breadcrumb.jpg?1705917002323);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.bread-crumb:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #3c3531;
  opacity: 0.6;
}
.bread-crumb .breadcrumb {
  text-align: center;
  position: relative;
  color: #fff;
}
.bread-crumb .breadcrumb li {
  display: inline;
}
.bread-crumb .breadcrumb li > a {
  color: #fff;
}
.bread-crumb .breadcrumb li > a:hover {
  color: var(--hover);
}
.bread-crumb .breadcrumb > li + li:before {
  display: none;
}
.bread-crumb .title_full {
  margin-top: 10px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.bizweb-product-reviews-module {
  margin: 0 !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 50%;
}
.pagenav {
  position: relative;
  width: 100%;
}
.pagenav span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
}
.nav_pagi {
  display: inline-block;
  width: 100%;
}
.nav_pagi .pagination {
  position: relative;
  z-index: 1;
  padding: 0 0px;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
@media (max-width: 768px) {
  .nav_pagi .pagination {
    padding: 0 0px;
  }
}
.nav_pagi .pagination .page-link {
  font-weight: 400;
  float: left;
  margin: 0 2.5px;
  width: 35px;
  background: #fff;
  border: solid 1px #ebebeb;
  text-align: center;
  height: 35px;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #7d7d7d;
  text-decoration: none;
  border-radius: 5px;
}
@media (max-width: 375px) {
  .nav_pagi .pagination .page-link {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}
.nav_pagi .pagination .page-link.page-db {
  width: auto;
  padding: 0 20px;
}
.nav_pagi .pagination .page-link:hover {
  background-color: #ff5e14;
  color: #fff;
  background: #ff5e14;
  font-weight: bold;
}
.nav_pagi .pagination .page-link svg {
  width: 14px;
  height: 14px;
  margin-top: -3px;
}
.nav_pagi .pagination .page-item.disabled .page-link {
  border: 0;
  display: none;
}
.nav_pagi .pagination .page-item.active .page-link {
  background-color: #ff5e14;
  border-color: #ff5e14;
  background: #ff5e14;
  color: #fff;
  display: block;
  font-weight: bold;
}
@media (max-width: 991px) {
  .bread-crumb {
    padding: 50px 0;
  }
  .bread-crumb .title_full {
    font-size: 20px;
  }
}
