.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-wishlist-alert,
.remove-from-wishlist-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-wishlist-alert.show,
  .remove-from-wishlist-alert.show {
    display: block; }

.add-to-cart-wishList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
  padding-left: 0;
  padding-right: 35px; }
  @media (max-width: 768.98px) {
    .add-to-cart-wishList {
      padding-left: 0;
      padding-right: 25px; } }
  .add-to-cart-wishList .add-to-cart {
    float: right;
    margin-right: -1.5em;
    float: none;
    width: 100%; }

.select-attributes-wishList .select-attributes-btn {
  float: right;
  margin-right: 1.5em;
  float: none;
  width: 100%; }

.product-info {
  margin-bottom: 0.313em;
  padding: 0.625em; }
  @media (min-width: 769px) {
    .product-info {
      height: auto; } }

.quantity-form-wishlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.wishlist-item-name {
  min-height: 48px;
  margin-bottom: 15px; }
  .wishlist-item-name p {
    margin-bottom: 0; }

.line-item-quantity-wishlist .price {
  font-size: 20px; }

.wishlist-productAvailability {
  min-height: 48px; }

.wishlist-product-img.product-image {
  display: block;
  margin: 0 auto;
  height: auto;
  max-height: 300px;
  max-width: 300px; }

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0; }

.item-attributes {
  display: inline-block;
  vertical-align: top; }

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #222;
  font-weight: bold;
  margin-bottom: 0.625em;
  width: 90%; }

.product-card-price {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  margin-left: 6.5rem; }
  .product-card-price .product-card-wl {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

.edit {
  font-size: 0.813rem; }

.wishlist-line-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em; }

.wishlist-edit-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em; }

.product-info .remove-btn {
  color: #999;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0.25rem;
  border: none; }
  @media (min-width: 992px) {
    .product-info .remove-btn {
      top: 0;
      bottom: 0;
      right: -0.625rem;
      margin-top: -0.625rem;
      margin-bottom: -0.625rem; } }

.remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1; }

.wishlist-hide {
  margin: 0 0 0.15rem 1rem; }

.wishlistItemCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 5px; }
  @media (max-width: 768.98px) {
    .wishlistItemCards {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
  @media (max-width: 543.98px) {
    .wishlistItemCards {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  .wishlistItemCards .line-item-quantity-wishlist {
    font-size: 1rem; }
  .wishlistItemCards .line-item-price-info {
    margin: 0; }
  .wishlistItemCards .product-info {
    padding: 20px; }

.wishlist-item-update-button-block {
  text-align: center; }
  @media (max-width: 543.98px) {
    .wishlist-item-update-button-block {
      padding-bottom: 26px; }
      .wishlist-item-update-button-block .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.update-wishlist-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.update-wishlist-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .update-wishlist-alert.show {
    display: block; }

.more-wl-items,
.my-account {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

#wishlist-search .wishlist-error-search {
  margin-top: 1rem; }

#wishlist-search button {
  margin-bottom: 1rem; }

.wl-hit,
.find-another-wl {
  margin-top: 1rem; }

.wishlist-owner {
  font-size: 1.5rem; }

.quantity-area {
  display: -ms-flexbox;
  display: flex; }
  .quantity-area .decreaseAmount,
  .quantity-area .increaseAmount {
    border: 0.5px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    color: #000;
    outline: none; }
  .quantity-area .decreaseAmount:hover,
  .quantity-area .increaseAmount:hover {
    opacity: 0.8;
    transition: 0.2s ease-in-out; }

.custom-select-wishlist {
  width: 25% !important;
  text-align: center !important;
  border-radius: 0px;
  background: none !important; }

@media (max-width: 991px) {
  .wishlistItemCards .remove-btn.remove-from-wishlist {
    background-color: transparent; }
  .custom-select-wishlist {
    width: 50% !important; } }

@media (max-width: 769px) {
  .custom-select-wishlist {
    width: 35% !important; } }

@media (max-width: 543px) {
  .product-card-wl {
    display: contents; }
  .custom-select-wishlist {
    width: 25% !important; } }

.add-cart-wishlist {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
      align-items: center; }

.wishlist-cart-product {
  margin: auto; }
  .wishlist-cart-product .fa-stack i {
    font-size: 35px; }

.heart-card-product {
  font-size: 2.5rem; }

@media (max-width: 768px) {
  .heart-card-product {
    font-size: 2rem; } }

.wl-social-sharing {
  color: #444;
  font-size: 1.75em; }
  @media (max-width: 543.98px) {
    .wl-social-sharing {
      font-size: 1.25em; } }
  .wl-social-sharing .share-icons {
    text-decoration: none; }
    .wl-social-sharing .share-icons i {
      color: #444; }
  .wl-social-sharing .share-icons-copy-link-btn {
    background: none;
    border: none;
    padding-left: 0; }
  .wl-social-sharing .fa-link {
    cursor: pointer; }

.wl-social-sharing-text {
  font-size: 0.85em;
  font-weight: 200; }

.copy-link-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

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