




.product { 
    border-radius: 10px;
    border: 1px slid #a39b9b;
    padding: 30px;
    text-align: center;
    width: 300px;
    margin-left: 400px;}
  .price{font-size: 25px;}


.price1{text-decoration: line-through;}
h3{color: green;}


  .rating { margin-top: 10px;}
  
  .star {display: inline;
    width: 20px;
    height: 20px; }

.like{padding-top: 5px; display: inline-block; 
    border: 1px solid red;
    
     height: 20px; width: 30px;border-radius: 50px;}



  .bag{display: inline; color: white; background-color: orangered;
padding: 10px; border-radius: 5px;
}
  .buy { display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff; border-radius: 5px; }
    button{background-color: blue; height: 30px; width: 50px; border-radius: 5px;}
button > a{color: #fff; text-decoration: none;}
  
  
  