@media(max-width:767px) {
    .bread-crumb {
        margin-bottom: 15px
    }
}
.bizweb-product-reviews-module {
    margin: 0 !important
}
.breadcrumb {
    margin: 0;
    font-size: 14px;
    padding: 35px 0;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left
}
@media(max-width:991px) {
    .breadcrumb {
        padding: 20px 0
    }
}
.breadcrumb li {
    display: inline
}
.breadcrumb li > a {
    color: #333
}
.breadcrumb li > a > span {
    color: #333
}
.breadcrumb li .mr_lr {
    padding: 0 3px;
    color: #333
}
.breadcrumb li .mr_lr svg {
    width: 10px;
    height: 10px;
    margin-top: -2px
}
.breadcrumb li span {
    display: inline;
    color: #333
}
.breadcrumb li span .fa {
    color: #333;
    padding: 0 5px
}
.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #fe9614;
    font-weight: 400;
    text-decoration: none
}
.breadcrumb li a:hover span,
.breadcrumb li.active span,
.breadcrumb li strong span {
    color: #1c5b41;
    font-weight: 700
}
.breadcrumb > li + li:before {
    display: none
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 50%
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    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;
    background: #fff;
    padding-left: 10px;
    width: 100%
}
.nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0 0;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none
}
@media(max-width:768px) {
    .nav_pagi .pagination {
        padding: 0 0;
        margin: 15px 0
    }
}
.nav_pagi .pagination .page-item {
    padding: 0 2px
}
@media(max-width:767px) {
    .nav_pagi .pagination .page-item {
        padding: 0
    }
}
.nav_pagi .pagination .page-link {
    font-weight: 400;
    float: left;
    margin: 0 2.5px;
    width: 35px;
    background: 0 0;
    text-align: center;
    height: 35px;
    font-size: 14px;
    padding: 0;
    line-height: 20px;
    color: #7d7d7d;
    text-decoration: none;
    border-radius: initial;
    display: flex;
    align-items: center;
    justify-content: center
}
@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: #fe9614;
    color: #fff;
    background: #fe9614;
    border-radius: 50%
}
.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: #fe9614;
    border-color: #fe9614;
    background: #fe9614;
    color: #fff;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}