.tp-product-category-content > p {
  display: none;
}
h3.text-truncate.tp-product-title {
    overflow: visible !important;
    text-overflow: unset;
    white-space: normal !important;
}
.tp-product-rating{
  display: none !important;
}
div#biharAlert {
    padding: 15px;
    border: 2px dotted grey;
    background-color: #6f6f6f17;
    border-radius: 7px;
}