@media (max-width: 768px) {
  .modal-cart-added {
    max-width: 95%;
    max-height: 311px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 9999999999 !important;
  }

  .modal-cart-added .modal-header button.close {
    top: -14px;
    right: -15px;
    transform: scale(0.7);
  }

  .modal-cart-added .modal-title {
    font-size: 1.2rem !important;
  }

  #product .woot-widget-holder.has-unread-view {
    bottom: 92px !important;
  }

  #checkout .woot-widget-holder.has-unread-view {
    display: none !important;
  }
}
