.category-grid.wishlist-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.category-grid.wishlist-grid .product-elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  padding: 10px;
}
.category-grid.wishlist-grid .product-elem img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
.category-grid.wishlist-grid .product-elem a.name {
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
  color: #000;
  margin: 0 0 0 20px;
}
.category-grid.wishlist-grid .product-elem button {
  margin: 0 0 0 auto;
  border: none;
  background: transparent;
  cursor: pointer;
}
.category-grid.wishlist-grid .product-elem button svg {
  color: red;
  width: 25px;
  height: 25px;
}
.category-grid.wishlist-grid .product-elem button:hover {
  opacity: 0.7;
}
.category-grid.wishlist-grid .product-elem:nth-child(2n) {
  background: rgba(255, 195, 0, 0.04);
}

/*# sourceMappingURL=theme-parfumstar-wishlist-index.css.map */
