@media (max-width: 768px) {
  .tinv-wishlist {
    position: relative; }
    .tinv-wishlist .wishlist_item {
      position: relative;
      display: block;
      margin-bottom: 24px; }
    .tinv-wishlist .tinvwl-table-manage-list td {
      background-color: white !important;
      border-bottom: 1px solid #E9DFD1; }
    .tinv-wishlist .tinvwl-table-manage-list td:first-of-type {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .tinv-wishlist .tinvwl-table-manage-list td:last-of-type {
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
    .tinv-wishlist .tinvwl-table-manage-list tfoot td {
      border: none; }
    .tinv-wishlist .tinvwl-table-manage-list .product-cb {
      text-align: left;
      padding-bottom: 0 !important; }
    .tinv-wishlist .tinvwl-table-manage-list .product-remove {
      border: none;
      border-right: 1px solid #E9DFD1;
      border-left: 1px solid #E9DFD1;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      position: absolute;
      width: 50px !important;
      right: 10px;
      top: 7px;
      border: none; }
      .tinv-wishlist .tinvwl-table-manage-list .product-remove button {
        border-radius: 0;
        border: none;
        background-color: transparent;
        font-size: 3.5rem !important;
        margin-right: 0; }
        .tinv-wishlist .tinvwl-table-manage-list .product-remove button .ftinvwl:before {
          color: #71533E !important;
          top: 0 !important;
          left: 0 !important; }
    .tinv-wishlist .tinvwl-table-manage-list .product-name,
    .tinv-wishlist .tinvwl-table-manage-list .product-price,
    .tinv-wishlist .tinvwl-table-manage-list .product-date,
    .tinv-wishlist .tinvwl-table-manage-list .product-stock {
      text-align: left; }
    .tinv-wishlist .tinvwl-table-manage-list .product-cb {
      border-left: 1px solid #E9DFD1; }
    .tinv-wishlist .tinvwl-table-manage-list .product-name .tinvwl-mobile {
      font-size: 2rem; }
    .tinv-wishlist .tinvwl-table-manage-list .product-action {
      border-right: 1px solid #E9DFD1; }
    .tinv-wishlist .tinvwl-table-manage-list .product-price .woocommerce-Price-amount.amount,
    .tinv-wishlist .tinvwl-table-manage-list .product-date {
      color: black;
      font-weight: 500; }
    .tinv-wishlist .tinvwl-table-manage-list .product-thumbnail {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: right;
      border-top: 0; }
    .tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img {
      max-width: 140px; }
    .tinv-wishlist .tinvwl-table-manage-list .product-thumbnail::after {
      content: attr(data-title);
      display: block;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.8rem;
      margin-bottom: 10px; }
    .tinv-wishlist .tinvwl-table-manage-list .product-name {
      display: none; }
    .tinv-wishlist .tinv-wishlist .tinvwl-table-manage-list .product-cb {
      text-align: left; } }

.tinvwl-table-manage-list .product-remove {
  border: 1px solid #E9DFD1; }
  .tinvwl-table-manage-list .product-remove button {
    border-radius: 0;
    border: none;
    background-color: transparent;
    font-size: 3.5rem !important;
    margin-right: 0; }
    .tinvwl-table-manage-list .product-remove button .ftinvwl:before {
      color: #71533E !important;
      top: -7px !important;
      left: -5px !important; }

.tinvwl-table-manage-list input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #b59b6a;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease; }

.tinvwl-table-manage-list input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.2s ease; }

.tinvwl-table-manage-list input[type="checkbox"]:checked::after {
  background: #b59b6a;
  border-color: #b59b6a; }

.tinvwl-table-manage-list input[type="checkbox"]:focus {
  box-shadow: 0 0 0 2px rgba(181, 155, 106, 0.2); }

.tinvwl-table-manage-list .product-name a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem; }


/*# sourceMappingURL=wishlist-page-style.css.map*/