/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/
.ml-quick-product-modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.55);
  z-index: 999999;
}

.ml-quick-product-modal.is-open{ display:flex; }

.ml-quick-product-modal-inner{
  background:#fff;
  width: min(720px, 92vw);
  max-height: 90vh;
  overflow:auto;
  border-radius: 12px;
  padding: 18px 18px 14px;
  position: relative;
}

.ml-quick-product-close{
  position:absolute;
  top:10px;
  right:10px;
  width:36px;
  height:36px;
  line-height:34px;
  text-align:center;
  border:0;
  background:transparent;
  font-size:22px;
  cursor:pointer;
}
