/* Breadcrumb container */
/* .our-product-breadcrumb{
    background-image: url(../images/our_product_banner_img.webp);
} */
hr {
    border-color: #EEEEEE;
    opacity: 1;
}
.product-list-item{
    margin-bottom: 20px;
}
.product-list-item-container .product-list-item:last-of-type{
    margin-bottom: 0;
}
.list-nav-title{
    margin-bottom: 10px;
}
.list-nav{
    position: relative;
    column-count: 2;
}
.list-nav li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #565656;
    padding-right: 15px;
    position: relative;
    margin-bottom: 4px;
}
.list-nav li:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 4px;
    height: 4px;
    background-color: #565656;
    border-radius: 100%;
}

@media(max-width:991px){
    .list-nav li,
    p > a {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .product-list-item {
        margin-bottom: 16px;
    }
    .list-nav li:before {
        top: 8px;
    }
}
@media(max-width:767px){
    .product-list-item {
        margin-bottom: 12px;
    }  
}
@media(max-width:575px){
    .list-nav {
        column-count: 1;
    }  
}
