.product_image{
    width: 4rem;
    height: auto;
}
.itemImageInList{
    display: inline-block;
}
.itemImageInList img{
    width: 5rem !important;
    height: auto;
}
.itemTextInList{
    display: inline-block;
    vertical-align: top;
    padding-right: 0.4rem;
}
.itemTextInList p {
    margin-bottom: 0.5px;
}
.itemInListItemHeader{
    margin-bottom: 0.5rem;
}
.add_line_on_text{
    text-decoration: line-through;
    color: #7a7a7a;
    margin-left: 0.5rem;
    font-weight: normal;
}