@media (max-width : 768px){
    .bouncer{
        width: 20px;
    }
    .item .product_image .featured{
  height: 220px !important;
}
 .item .hover_featured{

  height: 220px !important;

}
.similar_wishlist svg{
  height: 18px;
  width: 18px;
}
.itemse {
  font-size: 14px;
}
.view_all_freegifts{
    cursor: pointer;
    position: unset;
}
.item .productnamediv h5{

  height: auto;

}
}



@media (max-width :575px){

    .item .product_image .featured{
  height: 170px !important;
}
 .item .hover_featured{

  height: 170px !important;

}
.similar_wishlist svg{
  height: 16px;
  width: 16px;
}
.delivery_box {
    padding: 7px 6px;

}
}