.img-product {
  padding: 10px;
  max-width: 150px !important;
  height: 150px;
  vertical-align: middle;
}
.whatsapp {
    position:fixed;
	margin-right:95%;
    width: 100px;
    height: 62px;
    bottom: 99px;
    
    /* background-color: #25d366; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    cursor: pointer !important;
  }
  
.fb_dialog.fb_dialog_advanced iframe {
	position: -webkit-sticky !important;
	left: 0.1px !important;
    right: 96% !important;
    bottom: 2rem !important;
}