
img{
    width:200px;
    height:200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#products>div{
 border:0.5px solid grey;
 display:flex;
 padding:10px;
 
}
#contents{
   padding:20px;
}
#bold{
    font-weight: bolder;
    font-size: 25px;
    margin-top: -10px;
}
#ship{
    color:grey;
    font-size:15px;
}
.wish{
    text-align: right;
    border:0px;
    background-color: white;
    color:#0654ba;
    text-decoration: underline;
    
}
#fl{
    display:flex;
    justify-content: space-between;
    border:1px solid;
    width:60%;
    height:40px;
    float:bottom;
}
.container-fluid{
    background-color: #f5f5f5;

}
.container-fluid>div{
    background-color: white;
}
#table{
    height:200px;
    border:1px solid grey;
    text-align: center;
}
#buy{
    width:350px;
    margin-left:-80px;
    margin-top:10px;
    height:50px;
    background-color: #0654ba;
    color:white;
}
table{
    
    text-align: left;
    margin-left:-80px;
    
}
td{
padding:6px;

}
#total{
    font-size: 20px;
    font-weight: bold;
}
h2{
    text-align: center;
    margin-top: 50px;
    color:#0654ba;
}