.account_header h2{
    font-weight: 500;
}
.wishlist .table>tbody>tr>td,.wishlist .table>tbody>tr>th,.wishlist .table>tfoot>tr>td,.wishlist .table>tfoot>tr>th,.wishlist .table>thead>tr>td,.wishlist .table>thead>tr>th{
    padding: 10px;
    vertical-align: baseline;
    text-align: center;
}
.wishlist .table>thead>tr{
    border: 2px solid #ddd
}
.wishlist .table .name-p a:hover{
    color: #0056b3;
}
.wishlist .table .name-p a{
    color: #007bff;
}
.wishlist .table .btn-quickview{
    position: unset;
    visibility: visible;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: translateY(0);
     transform: translateY(0);
    border-radius: 4px;
    background-color: #96588a;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
}
.wishlist .table{
border: 2px solid #ddd
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th{
border-bottom: 1px solid #ddd;
}
