.tinv-wishlist a:hover {
  color: #424242 !important;
}

.single_add_to_cart_button.button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.shop__filter--reset button {
  width: 90% !important;
}

.tinvwl-table-manage-list button {
  background-color: #424242;
  padding: 15px 30px;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
  border: unset !important;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.72px;
  font-weight: 600;
}
.empty-wishlist {
  text-align: center;
  padding: 50px 0;
}
#wishlist-items {
  position: relative;
}
.back-to-shop {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #424242;
  padding: 15px 35px 17px 35px;
  text-transform: uppercase;
  margin-top: 4rem;
  display: inline-block;
}
.back-to-shop:visited {
  color: inherit;
}
@media only screen and (max-width: 575px) {
  .single_add_to_cart_button.button,
  .woocommerce-form-login__submit,
  .woocommerce-form-register__submit,
  .shop__filter--reset button {
    width: 85% !important;
  }
}
.wishlist_item .stock {
  margin: 0 !important;
}
.wishlist_item .remove-from-cart {
  max-width: 15px;
	display:block;
}
.remove-from-cart {
  /* 	display: none; */
}
.wishlist_item .product-thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.wishlist-table .stock.out-of-stock {
  margin: 0;
}
.wishlist-table .product-remove {
  max-width: 30px;
}
.wishlist-table .product-thumbnail {
  width: 150px;
}
.wishlist-table tr th {
  text-align: left;
  padding: 11px 11px 22px 0px;
  color: #838383;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.69px;
}
.wishlist-table td {
  color: #070707;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.26px;
}

.product-add-to-cart {
  width: 200px;
  max-width: 200px;
}

.product-add-to-cart button {
  background-color: #424242;
/*   width: 200px; */
  padding:10px 20px;
  color: #fff;
  text-align: center;
  border-radius: 0 !important;
  border: unset !important;
	font-family: "Bebas Neue", serif;
  text-transform: uppercase;
  font-size: 16px;
/*   line-height: 1.2rem; */
/*   letter-spacing: 0.72px; */
  font-weight: 600;
}

.product-name a {
  color: #424242;
}
.product-name a:visited {
  color: #424242;
}

.wishlist-table {
  margin-bottom: 100px;
}
.wish-holder {
  position: relative;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  animation: rotate 1s linear infinite;
}

.loader::before,
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

.loader::after {
  border-color: #424242;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 6px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.product-add-to-cart {
	display: none;
}
.wishlist-table thead th {
	background: var(--dark-green);
	color: #fff;
	line-height: unset !important;
	padding: 10px !important;
}
/*# sourceMappingURL=wishlist.css.map */
.wishlist .underline__btn {
  font-size: 16px !important;
  text-decoration: underline;
  font-weight: 400;
  line-height: 24px;
	font-family: "Bebas Neue", serif;
  color: #424242;
  text-align: center;

  &:visited {
    color: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .product-date {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-stock {
    display: none;
  }
	.wishlist-table thead tr {
		display: none !important;
	}
  .wishlist-table thead .product-name,
  .wishlist-table thead .product-thumbnail {
    display: none;
  }
  .wishlist-table thead tr {
    display: flex;
    justify-content: space-between;
  }
  .wishlist-table tbody .product-remove {
    display: flex;
    width: 20px;
  }
	.wishlist h1 {
		margin-bottom: 20px;
	}
	.wishlist-table td {
		font-size: 30px !important;
	}
  tbody .wishlist_item {
    display: flex;
	  border-bottom: 1px solid var(--dark-green);
    flex-wrap: wrap;
    position: relative;
  }
  .wishlist-table .product-thumbnail {
    width: 100px;
    margin-left: 10px;
    height: 100px;
    display: flex;
  }
  .wishlist_item .product-thumbnail img {
    width: 80px;
    object-fit: cover;
    height: 80px;
  }
  tbody .wishlist_item .product-add-to-cart {
    width: 100%;
    max-width: 100%;
  }
  .wishlist_item .product-price {
    position: absolute;
    left: 130px;
    top: 60px;
  }
  .wishlist_item {
    margin-bottom: 40px;
  }
  .product-add-to-cart button {
    width: 100%;
  }
  .wishlist {
    margin-top: 40px;
  }
  .wishlist-table .product-price span {
    color: #838383;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.69px;
  }
}
.page-template-w3lab-wishlist .wishlist-count {
  display: none;
}
