.woocommerce table.shop_table {
    border-top: none;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border-width: 2px;
}

article.page {
    margin-top: 15px;
}

.wishlist_table *,
.wishlist_table.mobile * {
    font-size: 14px;
}

.wishlist_table.mobile {
    text-align: left;
    padding: 0;
}

.wishlist_table.mobile li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wishlist_table.mobile li .item-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.wishlist_table.images_grid li .item-details h3,
.wishlist_table.mobile li .item-details h3,
.wishlist_table.modern_grid li .item-details h3 {
    margin: 0;
}

/* MEDIA */

@media only screen and (max-width: 1400px) {
    .wishlist_table *,
    .wishlist_table.mobile * {
        font-size: 12px;
    }
}
