@import url(font-icons/css/facustom.css);
div.element_wishlist ul input {
  margin: 0px; }
div.element_wishlist li {
  display: none;
  margin-bottom: 0px; }
div.element_wishlist li.material select {
  margin-bottom: 0px; }
div.element_wishlist li.add-wishlist .button,
div.element_wishlist li.remove-wishlist .button {
  margin-bottom: 0px; }
div.element_wishlist li.view-wishlist {
  margin-bottom: 0px; }
div.element_wishlist li.visible {
  display: block; }
div.element_wishlist .button {
  display: block; }

.wishlist-qty {
  width: 100px;
  margin: 0px;
  border: 1px solid #ddd; }

.wishlist-qty:read-only {
  background: #f8f8f8; }

.wishlist-thumb {
  text-align: left; }
  .wishlist-thumb img {
    max-width: 64px;
    max-height: 64px; }

#my_popup,
#my_popup_myself {
  width: 600px;
  height: 750px;
  background: white;
  padding: 15px; }
  #my_popup p,
  #my_popup_myself p {
    line-height: 1.2; }
  #my_popup h4,
  #my_popup_myself h4 {
    font-size: 18pt; }
  #my_popup textarea,
  #my_popup_myself textarea {
    min-height: 120px; }
  #my_popup .required,
  #my_popup_myself .required {
    font-weight: bold;
    font-size: 9pt;
    color: #2ba6cb;
    display: block;
    text-align: right; }
    #my_popup .required span,
    #my_popup_myself .required span {
      font-size: 13pt;
      position: relative;
      top: 5px;
      color: #2ba6cb; }
  #my_popup .missing,
  #my_popup_myself .missing {
    border: 1px solid red; }
  #my_popup label,
  #my_popup_myself label {
    font-weight: normal;
    margin-top: 10px;
    font-size: 11pt;
    color: black;
    display: block; }
    #my_popup label span,
    #my_popup_myself label span {
      font-size: 13pt;
      font-weight: bold;
      position: relative;
      top: 5px;
      color: #2ba6cb; }
  #my_popup input,
  #my_popup textarea,
  #my_popup_myself input,
  #my_popup_myself textarea {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 11pt; }

#my_popup_myself {
  height: 630px;
  width: 720px; }

#my_popup.one-location {
  height: 650px; }

#wishlist-admin label {
  display: block;
  font-weight: bold; }

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