body {
    background-color: #f3f3f3;
}

#box {
    height: 200px;
    width: 140px;
    border: 2px solid white;
    background-color: white;
    border-radius: 10px;
}

#shampoo {
    padding-left: 25px;
    padding-top: 10px;
}

#p1 {
    font-size: 7px;
    padding-left: 9px;
    display: inline;
    color: #fc297b;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#p2 {
    display: inline;
    font-size: 7px;
    padding-left: 5px;
    color: #5cd285;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#p3 {
    font-size: 7px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#p4 {
    font-size: 7px;
    text-align: center;
}

#mrp {
    color: #5a6671;
    font-size: 7px;
    display: inline;
    padding-left: 25px;
}

#pr {
    display: inline;
    font-size: 7px;
    text-decoration: line-through;
    color: #5a6671;
}

#orp {
    display: inline;
    font-size: 7px;
}

#off {
    display: inline;
    font-size: 7px;
    color: #198c4b;
}

#box2 {
    height: 30px;
    width: 139px;
    background-color: #e80071;
    border: 1px solid white;
    border-top-color: #ededed;
    border-radius: 0px 0pc 9px 9px;
    display: block;
    margin-top: 10px;

}

#box3 {

    height: 29px;
    width: 40px;
    border: 1px solid white;
    background-color: white;
    border-radius: 0px 0px 0px 8px;
    display: flex;
}

#heart {
    padding-left: 10px;
    padding-top: 6px;
}

#lp {
    font-size: 7px;
   padding-left: 50px;
   padding-top: -10px; 
}