.userImg{
    width: 150px;
    height: 150px;
}
.vc{
    vertical-align: middle !important;
}
.myBorder{
    border: 1px solid #dadada  !important;
    padding: 5px;
    border-radius: 5px;
}
.price-dec{
    text-decoration: 2px solid;
    text-decoration-line: line-through;
    color: red;
    text-decoration-color: red;
}
.pointer{
    cursor: pointer !important;
}
.border-left{
    border-left: #c0c0c0 solid 1px;
}
.text-white{
    color: white !important;
}