/**
 * Popup anywhere
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

div.anywhere-popup-dialog {
  max-width: 100%;
}

div.anywhere-popup-dialog .ui-dialog-title {
  white-space: normal;
}

div.anywhere-popup-dialog img {
  max-width: 100%;
  height: auto;
}

.popup-anywhere--solid .ui-dialog-titlebar-close {
  display: none;
}

.popup-anywhere--removable .ui-dialog-titlebar-close {
  display: block;
}
