#wishlist-history {
     margin-top: 30px;
}
 #wishlist-history .table {
    /* If media is below 992 */
}
 @media (max-width: 991px) {
     #wishlist-history .table {
         display: block;
         position: relative;
         overflow-y: scroll;
    }
}
 #wishlist-history .wishlist-product-image img {
     max-width: 100px;
     margin: 0 auto;
     display: block;
     text-align: center;
}
 #wishlist-history .table-bordered thead th {
     padding: 20px 15px;
     font-size: 18px;
     text-transform: capitalize;
     text-align: center;
    /* If media is below 992 */
}
 @media (max-width: 991px) {
     #wishlist-history .table-bordered thead th {
         font-size: 14px;
         padding: 20px 12px;
    }
}
 @media (max-width: 575px) {
     #wishlist-history .table-bordered thead th {
         padding: 20px 9px;
    }
}
 #wishlist-history .table-bordered td {
     text-align: center;
     vertical-align: middle;
}
 #wishlist-history .table-bordered td a {
     font-size: 18px;
     color: #191919;
}
 @media (max-width: 575px) {
     #wishlist-history .table-bordered td a {
         font-size: 15px;
    }
}
 #wishlist-history .table-bordered td a:hover {
     color: #191919;
}
 #wishlist-history .table-bordered .wishlist-product-name {
     text-align: left;
}
 #wishlist-history .table-bordered span {
     font-size: 14px;
}
 #wishlist-history .table-bordered .money {
     color: #a8808b;
}
 #wishlist-history .add-to-cart.disabled {
     cursor: not-allowed;
}
