.tinv-wishlist .retail-price {
  display: none;
}
.tinv-wishlist .showmb {
  display: none;
}
.tinv-wishlist .custom-button-wishlist .delete-wishlist,
.tinv-wishlist .custom-button-wishlist .checkout__btn,
.tinv-wishlist .custom-button-wishlist .empty-wishlist__btn,
.tinv-wishlist .custom-button-wishlist .add-to-bag-wishlist {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: Arial, Verdana, AppleGothic, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  word-spacing: -0.5px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: white;
  cursor: pointer;
  background-color: black;
}
.tinv-wishlist .custom-button-wishlist .delete-wishlist i,
.tinv-wishlist .custom-button-wishlist .checkout__btn i,
.tinv-wishlist .custom-button-wishlist .empty-wishlist__btn i,
.tinv-wishlist .custom-button-wishlist .add-to-bag-wishlist i {
  margin-right: 7px;
  font-size: 12px;
}
.tinv-wishlist .custom-button-wishlist .checkout__btn,
.tinv-wishlist .custom-button-wishlist .empty-wishlist__btn {
  padding: 10px 25px;
}
.tinv-wishlist .custom-button-wishlist .empty-wishlist__btn {
  border: 1px solid black;
  color: black;
  background-color: white;
}
.tinv-wishlist .custom-button-wishlist .add-to-bag-wishlist {
  border: 1px solid black;
  margin-left: 5px !important;
  color: black;
  background-color: white;
}
.tinv-wishlist .custom-button-wishlist .text {
  margin-right: 5px;
  color: #353535;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
}
.tinv-wishlist .hide {
  pointer-events: none;
}
.tinv-wishlist .wishlist_item button[name=tinvwl-remove] {
  display: inline-block !important;
  border: none;
  background-color: white;
}
.tinv-wishlist .wishlist_item button[name=tinvwl-remove] .icon {
  position: absolute;
  top: 8px;
  right: 5px;
}
.tinv-wishlist .wishlist_item button[name=tinvwl-remove] .text {
  font-size: 0;
}
.tinv-wishlist table {
  border: 0;
  border-top: 2px solid #535353;
  margin-top: 10px;
}
.tinv-wishlist table .product-price {
  text-align: right;
}
.tinv-wishlist table .product-price ins {
  text-decoration: underline;
}
.tinv-wishlist table > thead {
  display: none;
}
.tinv-wishlist table td {
  display: table-cell !important;
  border-top: 1px solid #dfdfdf;
  color: #353535;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding: 8px 10px 7px;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}
.tinv-wishlist table .product-cb {
  width: unset !important;
}
.tinv-wishlist table .product-thumbnail {
  width: 100px !important;
}
.tinv-wishlist table .product-thumbnail img {
  margin: 0 auto;
  width: 80px;
  vertical-align: middle;
}
.tinv-wishlist table .product-action {
  width: auto !important;
}
.tinv-wishlist table .product-name {
  vertical-align: unset;
  padding-left: 10px !important;
  text-align: left;
}
.tinv-wishlist table .product-name .product-price {
  text-align: right;
  margin-top: 20px;
}
.tinv-wishlist table .product-name a {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  word-break: break-all;
  word-wrap: break-word;
}
.tinv-wishlist table .product-action {
  position: relative;
}
.tinv-wishlist table .product-action .wrap-btn-action {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: flex-end;
}
.tinv-wishlist table .product-action .wrap-btn-action .serveonecheckout-one-wishlist,
.tinv-wishlist table .product-action .wrap-btn-action .serveone-cart-wishlist {
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: Arial, Verdana, AppleGothic, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  word-spacing: -0.5px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: white;
  cursor: pointer;
  background-color: black;
}
.tinv-wishlist table .product-action .wrap-btn-action .serveone-cart-wishlist {
  border: 1px solid black;
  margin-left: 2px !important;
  color: black;
  background-color: white;
}
.tinv-wishlist table .product-action .wrap-btn-action .serveone-cart-wishlist .fa-shopping-cart {
  display: none;
}
.tinv-wishlist table .product-action .wrap-btn-action .serveone-cart-wishlist button {
  border: none;
  outline: none;
  background-color: white;
}
.tinv-wishlist .custom-button-wishlist > td {
  padding: 10px 0px 0px 0px;
}
.tinv-wishlist .return-to-shop {
  text-align: center;
}
.tinv-wishlist .wc-backward {
  display: inline-block !important;
  box-sizing: border-box;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: Arial, Verdana, AppleGothic, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  word-spacing: -0.5px;
  letter-spacing: 0;
  text-align: center !important;
  white-space: nowrap;
  color: white !important;
  cursor: pointer;
  background-color: black !important;
}

@media only screen and (max-width: 1023px) {
  .wish-list--header {
    display: block;
  }
  .tinv-wishlist table .product-name .product-price {
    margin-top: 30px;
  }
  .tinv-wishlist tbody .product-action {
    padding-left: 20px !important;
  }
  .tinv-wishlist table .product-action .wrap-btn-action .serveone-cart-wishlist button > span {
    display: none;
  }
  .tinv-wishlist table .product-action .wrap-btn-action .serveone-cart-wishlist button .fa-shopping-cart {
    display: block;
  }
  .tinv-wishlist table .product-action .wrap-btn-action {
    flex-direction: column;
    gap: 10px;
  }
  .tinv-wishlist table .product-name a {
    font-size: 12px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    width: auto !important;
  }
  .tinv-wishlist .myaccount-title {
    margin-bottom: unset;
    min-height: unset;
  }
  .hidemb {
    display: none !important;
  }
  .showmb {
    display: block !important;
  }
  .showmb > div > strong {
    display: none;
  }
}