.shop_table {
    width: 100%;
}

.product-thumbnail img {
    height: auto;
}

.product-thumbnail * {
    width: 100%;
    display: block;
}

.wishlist_table.mobile li{
    position: relative;
    margin-bottom: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

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

.wishlist_table.mobile .product-thumbnail{
    margin-bottom: 15px;
}

.wishlist_table.mobile h3 {
    margin: 10px 0 50px;
    display: block;
}

.wishlist_table.mobile .item-details-table tbody{
    display: inline-block;
}

.wishlist_table.mobile .item-details-table,
.wishlist_table.mobile .item-details-table td{
    border: none;
    color: #444;
    display: inline-block;
}

.wishlist_table.mobile .product-add-to-cart .ftc-tooltip{
    display: inline-block;
}

.wishlist_table.mobile .product-remove {
    position: absolute;
    bottom: 5px;
    right: 15px;
}