@charset "UTF-8";
#storeNav {
  background-color: #f8def8;
}

#divStore {
  width: 100%;
  background-color: whitesmoke;
  color: black;
  padding: 0.5em 2em;
}

div.prod-image:hover, div.prod-name:hover {
  cursor: pointer;
}

.ui-dialog-titlebar-close:after {
  content: "×" !important;
  position: absolute;
  top: -2px;
  right: 3.5px;
}

/* Force jQuery UI dialog and overlay to the very top */
.ui-widget-overlay {
  position: fixed; /* full-screen cover */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19999;
}

.ui-dialog,
.ui-widget-overlay {
  background: inherit;
}

.ui-dialog,
.ui-dialog .ui-dialog-content {
  background: #fff;
  opacity: 1 !important;
  filter: none !important;
}

/*# sourceMappingURL=store.css.map */
