@charset "UTF-8";
.wwa-lists {
  font-size: 13px;
  text-align: left;
  padding: 15px;
  background: #f5f5f5;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  height: auto;
  border: 1px solid #cccccc;
  z-index: 10002;
  position: absolute;
}
.wwa-lists p {
  color: #333333;
  font-weight: 600;
  margin: 0 0 10px;
}
.wwa-lists ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.wwa-lists ul li {
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.wwa-lists ul li:last-child {
  margin: 0 0 10px;
}
.wwa-lists ul li:after {
  font-size: 8px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 5px;
}
.wwa-lists ul li:hover:after, .wwa-lists ul li.added:after {
  content: "✔";
  background: #008775;
}
.wwa-lists ul li.added:hover:after {
  content: "✖";
  background: red;
}
.wwa-lists ul li.loading:after, .wwa-lists ul li.loading:hover:after {
  content: "···";
  font-size: 13px;
  color: #222222;
  background: transparent;
  vertical-align: baseline;
}
.wwa-lists .wwa-new input {
  font-size: inherit;
  width: 100%;
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  min-height: auto;
  padding: 10px 12px;
}
.wwa-lists .wwa-new button {
  width: 100%;
}

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