
.whishlist-notification, .emptysearch-notification {
  position: fixed;
  right: 20px;
  left: auto;
  background: #fff;
  z-index: 1000;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  min-width: 230px;
  text-align: center;
  padding: 10px 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .whishlist-notification.show, .emptysearch-notification.show {
    top: 155px;
    opacity: 1;
    visibility: visible; }
  .whishlist-notification p, .emptysearch-notification p {
    margin-bottom: 0 !important;
    color: #000;
    font-weight: 500; }

.emptysearch-notification {
  position: absolute;
  padding: 10px 15px; }
  .emptysearch-notification.show {
    top: 4px !important; }