
@media screen and (min-width: 1000px) {
body .default_products_list5 .list_products_box .list_products_item .item_name h5{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 85%;}
}

@media screen and (max-width: 1000px) {

body .default_products_list5 .list_products_box .list_products_item .item_name h5{max-width: 87%;}
}
