.box{
    height: 625px;
    width: 250px;
    border: 3px;
    border-style: solid;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
}
.box2{
    height: 14px;
    width: 65px;
    border: 2px;
    border-style: solid;
    margin-left: 10px;
    padding: 3px;
    padding-bottom: 8px;
    background-color: floralwhite;
    border-radius: 3px;
    display:inline-block;
}
   

.box3{
    height: 10px;
    width: 65px;
    border: 2px;
    border-style: solid;
    background-color: floralwhite;
    margin-left: 65px;
    margin-right: 5px;
    padding: 3px;
    border-radius: 3px;
    display: inline;
}

#Heading{
    text-decoration:solid;
    margin-left: 10px;
}

#Disc{
    text-decoration: wavy;
    margin-left: 10px;
}

#price{
    margin-left:10px;
}

#off{   
    color: green;
}

#cut{
    margin-left: 10px;
}

#cuted{
    text-decoration: line-through;
}

#red{
    color: red;
    margin-left: 10px;
}

.box4{
    height: 40px;
    width: 220px;
    border: 2px;
    border-style: solid;
    background-color: floralwhite;
    margin-left: 10px;
    border-style:ridge;
    border-radius: 5px;
    /* text-align: center; */
}

#wish{
    height: 30px;
    width: 30px;
    margin-right: 20px;
    padding-left:90px;
    margin-top: 5px;
}
