.truncate-1-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;  /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  /* Adds an ellipsis (...) after the truncated text */
}
.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  /* Adds an ellipsis (...) after the truncated text */
}
.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  /* Adds an ellipsis (...) after the truncated text */
}
.truncate-4-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;  /* Limits the text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;  /* Adds an ellipsis (...) after the truncated text */
}




/* KABANA */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-search-box {
        width: 100% !important;
    }
}
.tp-header-bottom-border{
    box-shadow: 0px 5px 6px rgba(1, 15, 28, 0.16);
}
.main-menu > nav > ul > li{
    margin-right: 15px !important;
}
.bg-product{
    background-color: #f6f6f6;
}