body{
    overflow-x: hidden;
}
#gifting{
    border:maroon solid 1px;
    width: 100%;
    height: 290px;
    background-image: url("https://images.forestessentialsindia.com/pub/media/catalog/category/Gifting-Collection-Banner.jpg");
    
    background-size: contain;

}
#gifting>p{
    margin-left: 550px;
    margin-top: 100px;
    font-size: 55px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  word-spacing: 20px;
}
#giftingfilter{
    border: black solid transparent;
    width: 100%;
    height: 100px;
    background-color: #fbf9f9 ;
    
}
.sortbutton{
    margin-top: 25px;
    margin-left: 500px;
    border: black solid 1px;
    background-color: #fbf9f9 ;
    width: 250px;
    height: 50px;
    letter-spacing: 2px;
}

#giftingcontainer{
    border: black solid transparent;
    width: 100%;

}
.giftinghome{
    background-color: white;
    border: blue solid transparent;
    width: 100%;
    height: 100px;
}
.giftinghome>p{
    margin-left:35px ;
    margin-top: 60px;
    letter-spacing: 2px;
}
.giftingproducts{
    display:flex;
    flex-wrap: wrap;
    margin: auto;
    width: 95%;
  
}
.productbutton{
    border: black solid 1px;
    background-color:#fbf9f9 ;
    margin-left: 10px;
    margin-bottom: 10px;
    width:290px;
    height: 50px;
    letter-spacing: 1px;
}
.productdiv{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:#fbf9f9 ;
    margin-right: 10px;
    border:chocolate solid transparent;
    letter-spacing: 2px;
    
}
.giftingfooter{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 100%;
    height: 250px;
    border: black solid transparent;
    padding: 20px;
 }
 .giftingfooter>p{
     line-height: 30px;
     letter-spacing: 1px;
 }
 .smalldiv>p{
     line-height: 70px;
     margin-left: 10px;
 }
 .wishlistimg{
     width: 12px;
     height: 15px;
     padding: 10px 0px 0px 10px;
 }
 .wishlistimg:hover{
     cursor: pointer;
 }
 .icon-wishlist{
    width: 20px;
    height: 20px;
    padding: 10px;
    display: inline-block;
    padding-bottom: 0px;
 }