.sub-category-list .card-title {
    height: 60px;
}

p.category_description {
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 30px;
    color: #808080;
}

.categories-list-bg {
    background: #f2f2f2 !important;
}

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

a.text-center.text-dark.hover-orange.three-level {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}

img.card-img-top-category.img-fluid.pt-1 {
    width: 150px;
    /* You can set the dimensions to whatever you want */
    height: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.orange-bg-header-card {
    min-width: 200px;
    background: var(--orange-color);
    font-family: "Montserrat";
}

.orange-bg-header-card.px-4.py-3::after {
    content: "";
    border-width: 61px 25px 0px 0px;
    position: absolute;
    top: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #f7f7f7 transparent transparent;
}

h5.title-panel.orange-bg-header-card.px-4.py-3.float-left.mb-0::after {
    content: "";
    border-width: 55px 26px 0px 0px;
    position: relative;
    top: 39px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #f28e00 #ffffff24 #fbfbfb00 #ffffff08;
}

.tag_label {
    width: 50%;
    padding: 5px;
    position: absolute;
    top: 0%;
    left: 6%;
    z-index: 9;
    background: #f68e1f;
    color: white;
    text-align: center;
    font-size: 13px;
    border-radius: 0 0px 40px 40px;
    font-weight: bold;
}

img.card-img-top.img-fluid.pt-4 {
    height: 150px;
    object-fit: contain;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

#slick-slider .slick-slider__slide .card .card-body {
    border: 1px solid #ddd;
}

.product_name_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}

.detail-text {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.8rem;
}

.icon-setting {
    background: #192c55;
    color: white;
    opacity: 1;
    padding: 10px;
}

.left-icon-cat {
    width: 1% !important;
    left: 5px;
    opacity: 1;
}

.right-icon-cat {
    width: 1% !important;
    right: 5px;
    opacity: 1;
}

.tag_label_new {
    width: 50%;
    padding: 5px;
    position: absolute;
    top: 0%;
    left: 6%;
    z-index: 9;
    background: #00800099;
    color: white;
    text-align: center;
    font-size: 13px;
    border-radius: 0 0px 40px 40px;
    font-weight: bold;
    font-family: "Montserrat";
}

.no-border {
    border: 0px !important;
}
.font-14 {
    font-size: 14px;
}

.card-body.text-center.border-top.categories-boxes {
    height: auto;
    min-height: 140px;
}
li.list-group-item.no-border.py-0 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
a.text-dark.hover-orange.font-14 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 15vw;
    margin: auto;
    /* text-align: center; */
}
h5.card-title.text-center.text-blue.pt-4 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (min-width: 3000px) {
    .show-result,
    .produt-found {
        font-size: 0.5vw;
    }
    .product-found.px-3.px-lg-0 {
        width: 35%;
    }
    .showing-result-for {
        width: 100%;
    }
}

@media only screen and (max-width: 3000px) {
    .product-found.px-3.px-lg-0 {
        width: 35%;
    }
    .showing-result-for {
        width: 100%;
    }
}

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

    .product-found.px-3.px-lg-0 {
        width: 45%;
    }
    .showing-result-for {
        width: 100%;
    }
}

@media only screen and (max-width: 1490px) {
    ol.breadcrumb li.breadcrumb-item.bc_li_2 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: fit-content;
        max-width: 47%;
    }
    .product-found.px-3.px-lg-0 {
        width: 50%;
    }
    .showing-result-for {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    ol.breadcrumb li.breadcrumb-item.bc_li_2 {
        white-space: nowrap;
        width: fit-content;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 47%;
    }
}

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

    .orange-bg-header-card.px-4.py-3::after {
        right: -1px;
    }
}

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

    .produt-found {
        font-size: 1rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

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

@media only screen and (max-width: 767px) {
    ol.breadcrumb li.breadcrumb-item.bc_li_2 {
        white-space: nowrap;
        width: fit-content;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .orange-bg-header-card.px-4.py-3::after {
        right: -1px;
    }
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    ol.breadcrumb li.breadcrumb-item.bc_li_2 {
        white-space: nowrap;
        width: fit-content;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media only screen and (max-width: 575px) {
    ol.breadcrumb li.breadcrumb-item.bc_li_2 {
        white-space: nowrap;
        width: fit-content;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media only screen and (max-width: 480px) {
    ol.breadcrumb li.breadcrumb-item.bc_li_2 {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 90%;
    }
    ol.breadcrumb li:not(:nth-child(-1n + 2)) {
        margin-left: 8px;
        padding-left: 24px;
    }
    .product-found.px-3.px-lg-0 {
        width: 100%;
    }
    .showing-result-for {
        width: 100%;
    }
    .col-lg-6.col-12.d-flex {
        display: block !important;
    }
}

button.desc-more {
    font-size: 0.9em;
    background-color: var(--orange-color);
    color: #fff;
    padding: 2px 30px;
    border-radius: 15px;
}

button.desc-more:hover {
    background-color: var(--blue-color);
    color: #fff;
}
.thirdLevelTitle {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px 30px;
}

h2.card-title.h5.text-center.text-blue.pt-4 {
    display: -webkit-box;
    max-width: 400px;
    height: 82.2px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
