/*----------------------------------------*/
/*  19. Wishlist
/*----------------------------------------*/
.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #000;
}

.table-content table {
  border-color: #000;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .table-content table thead tr {
    display: none;
  }
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.table-content table th {
  border-top: medium none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}

.table-content table td {
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .table-content table td {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .table-content table td:nth-child(3) {
    padding: 32.1px 10px;
    display: block;
    width: 100%;
  }
}

.table-content table td.product_remove {
  font-size: 20px;
}

.table-content table td.product-thumbnail img {
  width: auto;
  height: 100%;
}

.table-content table td.product-name {
  font-size: 16px;
  text-transform: capitalize;
}

.table-content table td.product-price {
  font-size: 16px;
}

.table-content table td.product-stock-status span.in-stock, .table-content table td.product-stock-status span.out-stock {
  font-size: 0.75rem;
  text-transform: capitalize;
}

.table-content table td.product-stock-status span.out-stock {
  color: #0a0a0a;
}

.table-content table td.cart_btn a {
  font-size: 16px;
  text-transform: uppercase;
  background: #0a0a0a;
  color: #fff;
  height: 40px;
  line-height: 43px;
  width: 130px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.table-content table td.cart_btn a:hover {
  background: #2426b5;
  color: #020202;
}