/***********************************************************************/
.wishlist-page {
  margin-bottom: 20px; }
  .wishlist-page a {
    color: #7bbd42; }
    .wishlist-page a:hover {
      text-decoration: underline; }

.wishlist-product {
  width: 100%;
  margin-bottom: 15px; }
  .wishlist-product thead {
    height: 40px;
    border: 1px solid #3838ad;
    background-color: #0a0a0a; }
    .wishlist-product thead th {
      padding: 0px 10px;
      color: #004175;
      border-right: 1px solid #3838ad; }
      .wishlist-product thead th:last-child {
        border-right: 0px; }
  .wishlist-product tbody tr {
    border: 1px solid #3838ad; }
  .wishlist-product .no_product-wishlist {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%; }
