﻿.html-wishlist-page .wishlist-page .cart .product-name {
    font-weight:700;
}
.html-wishlist-page .wishlist-page .cart .attributes {
    font-size:14px;   
}

.html-wishlist-page .wishlist-content h3 {
    text-align: left;
    margin-bottom: 20px;
}

.html-wishlist-page .cart th.instructor-name,
.html-wishlist-page .cart th.instructor-country {
    text-align: left;
}

.html-wishlist-page .vendorwishlist .cart-header-row th:first-child,
.html-wishlist-page .vendorwishlist .cart-item-row td:first-child {
    display: none;
}
.html-wishlist-page .vendorwishlist .cart-header-row th,
.html-wishlist-page .vendorwishlist .cart-item-row td {
    padding: 10px;
    font-size: 14px;
}
.html-wishlist-page .vendorwishlist .cart-item-row td {
    min-width: auto;
}
.html-wishlist-page .cart .cart-item-row .product-picture {
  padding: 0 0 10px;
}
.html-wishlist-page .cart .cart-item-row:first-of-type .product-picture {
  padding-top: 10px;
}
.html-wishlist-page .cart .product-picture > a {
  position: relative;
  width: 100px;
  height: 100px;
}
.html-wishlist-page .cart .product-picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.html-wishlist-page .wishlist-content button {
    text-align: center;
    width: auto;
    min-width: 180px;
}
@media (min-width:721px) {
    .html-wishlist-page .vendorwishlist .cart-header-row th, .html-wishlist-page .vendorwishlist .cart-item-row td {
        padding: 15px;
        /* font-size:16px; */
    }

    .html-wishlist-page .vendorwishlist .cart-item-row td {
        min-width: 50px;
    }

    .html-wishlist-page .vendorwishlist .cart-header-row th:first-child,
    .html-wishlist-page .vendorwishlist .cart-item-row td:first-child {
        display: block;
    }
    .html-wishlist-page .cart .product-picture img {
        max-width: 100px;
    }
}