| .ade-wishlist-icon {
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: orange;
  color: orange;
  padding: 0.202em 0.6180469716em;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 3px;
  position: relative;
}
.ade-wishlist {
  display: flex;
}
.ade-wishlist-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
}
.ade-wishlist-product img {
  width: 100%;
  height: auto;
}
.ade-wishlist-product .ade-wishlist-product-title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0.5em 0;
}
.ade-wishlist-product .ade-wishlist-product-price {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.5em 0;
}
.ade-wishlist-product .ade-wishlist-remove-product {
  font-size: 1em;
  font-weight: 600;
  margin: 0.5em 0;
  color: red;
}
.ade-wishlist-product .ade-wishlist-remove-product:hover {
  color: orange;
}
.ade-wishlist-product .ade-wishlist-remove-product:active {
  color: red;
}
.ade-wishlist-product .ade-wishlist-remove-product:focus {
  color: red;
}
.ade-wishlist-product .ade-wishlist-remove-product:visited {
  color: red;
}
 |