.bg-blue{
    background-color: #297efc;
}
.bg-yellow{
    background-color: rgb(255, 255, 192);
    padding: 10px;
    border-radius: 50%;
}
.cart-1{
    position: relative;
    top: 15px;
    left: 30px;
   
}
.p-2{
  padding: 0.25rem;
}
.text-red{
    color: red;
}
.flex-end{
    display: flex !important;
    justify-content: flex-end !important;
}

.justify-end{
    justify-content: flex-end;
}
.text-right{
    text-align: right;
}
.border-green{
    border: 1px solid green;
}

#p {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Restrict to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}