*{
   font-family: 'Poppins', sans-serif;
}
.row1{
    width: 80%;
}
.image img{
   width: 100%; 
   height:600px;
   border-radius: 10px;
}
.stock{
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    
}
.gallary{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    
}
.gal img{
    width: 100%;
    height:180px;
    border-radius: 10px;
}
.de1{
    font-size: 20px;
    color: gray;
    font-weight: 500;
    margin-top:30px;
    
}
.stock .name{
    font-size: 40px;
   

}

.de3 .reg{
    font-size: 25px;
    width: 30%;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.de3 s{
    color: grey;
}
.des p{
    margin-top: 40px;
    font-size: 20px;
}
.quantity {
      display: flex;
      align-items: center;
      border: 1px solid #ddd;
      border-radius: 4px;
      
    }

    .quantity button {
      background: #fff;
      border: none;
     
      width: 60px;
      height: 60px;
      font-size: 20px;
      font-weight: 600;
      color: #555;
    }

    .quantity input {
      width: 70px;
      text-align: center;
      border: none;
      outline: none;
      font-weight: 500;
      width: 60px;
      height: 60px;
    }

    .cart {
      background-color: #0c2e2b;
      color: #fff;
      font-weight: 600;
      width: 150px;
      height: 60px;
      padding: 10px 25px;
      border: none;
      box-shadow: 1px 1px 10px gray;
      border-radius: 5px;
    }

    .buy {
      background-color:#65363a;
      color:#fff;
      font-weight: 600;
      width: 150px;
      height:60px;
      padding: 10px 25px;
      border: none;
      box-shadow: 1px 1px 10px gray;
      border-radius: 5px;
    }

    .wishlist  {
      background: #fff;
      border: 1px solid #ddd;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 4px;
      font-size: 20px;
      color: #333;
    }
    .wishlist i{
        color: #65363a;
    }
    
    

    .product {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      margin-top: 50px;
    }
