.font-24-line-24 {
    font-size: 24px;
    line-height: 24px;
}

.produt-found {
    font-size: 1.1rem;
}

.font-18-line-18 {
    font-size: 18px;
    line-height: 18px;
}

span.products_count {
    margin-left: 5px;
}

.show-result {
    letter-spacing: -1px;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.font_size-24 {
    font-size: 24px;
    line-height: 24px;
}

.pagination-sm .page-link {
    line-height: 1em !important;
}

.bg-gray {
    background-color: rgba(255, 255, 255, 1) !important;
}

.page-link {
    color: gray;
}

.related-links {
    /* color: #000; */
}

.related-links a {
    font-size: 0.85em;
    /* color: #000; */
}

.related-links a:hover {
    color: var(--orange-color);
}

.related-links a:not(:last-child)::after {
    content: "";
    border: 1px solid #858383;
    border-width: 1px 1px 0 0;
    position: relative;
    right: -3px;
    top: 0;
    height: 80%;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

@media only screen and (max-width: 1900px) {
    ol.breadcrumb li.breadcrumb-item.bc_li_2 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: auto;
    }

    li.breadcrumb-item:nth-child(n + 3)::before {
        text-indent: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .search #gridViewMobile .card {
        min-height: 550px !important;
    }

    li.breadcrumb-item:nth-child(n + 3)::before {
        text-indent: 5px;
    }
}

@media only screen and (max-width: 670px) {
    li.bc_li_2:nth-child(n + 3):before {
        text-indent: 5px;
    }
}

.advance-filter {
    border: 1px solid #ddd;
    border-radius: 25px;
}

.basic-filter-btn {
    border: 1px solid #ddd;
    border-radius: 25px;
}

.advance-filter-btn {
    border: 1px solid #ddd;
    border-radius: 25px;
    background-color: orange;
}

.br-14 {
    border-radius: 14px !important;
}

.header-style {
    position: absolute;
    margin-top: -1px;
    right: 0px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    font-size: 12px
}

.mg-h {
    object-fit: contain;
    max-height: 200px;
}

.fs-15 {
    font-size: 15px !important;
}

.img-oh {
    overflow: hidden;
}

@media only screen and (max-width: 375px) {
    li.breadcrumb-item:nth-child(n + 3)::before {
        text-indent: 0px;
    }

    li.breadcrumb-item a {
        font-size: 12px !important;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 5px !important;
    }
}