#wrapperInner .wishlist_table.mobile li::before {
  content: unset;
}
.wishlist_table.mobile li {
  padding: 0;
  border: 1px solid #F5F7F7;
}
  .wishlist_table.mobile li .item-wrapper,
  .wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
    margin-bottom: 0;
  }
    .wishlist_table.mobile li .item-wrapper .product-thumbnail {
      padding: 9px 12px;
    }
    .wishlist_table.mobile li .item-wrapper .product-name {
      display: flex;
      justify-content: space-between;
      font-size: 1.6rem;
      padding: 9px 12px;
      border-bottom: 1px solid #F5F7F7;
    }
    .wishlist_table.mobile li .item-wrapper .product-name::before {
      content: 'Produit :';
      color: var(--color-primary);
      font-weight: var(--bold);
      flex: 0 0 70px;
    }
      .wishlist_table.mobile li .item-wrapper .product-name h3 {
        font-weight: var(--regular);
        text-align: right;
      }

.wishlist_table.mobile li table td.label {
  font-size: 1.6rem;
  color: var(--color-primary);
}
.wishlist_table.mobile li table td.value {
  font-size: 1.6rem;
}
.wishlist_table.mobile li .item-details table.item-details-table {
  border-bottom: 1px solid #F5F7F7;
  margin-bottom: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  font-size: 1.6rem;
  padding: 9px 12px;
}
.wishlist_table.mobile li table.additional-info td {
  padding: 9px 12px;
  border-bottom: 1px solid #F5F7F7;
}

.wishlist_table.mobile .product-remove {
  padding: 9px 12px;
}
  .wishlist_table.mobile .product-remove i::before{
    content: "\e903";
    font-family: icomoon;
    font-size: 1.3rem;
    font-style: initial;
    color: var(--red);
  }

.wishlist_table.mobile .product-add-to-cart a {
  margin: 0 0 0 auto !important;
}

.wishlist-title a.show-title-form {
  display: none;
}

.wishlist-title.wishlist-title-with-form h2:hover {
  background: transparent;
}
