.tinv-wishlist form, .tinv-wishlist p:last-child, .tinv-wishlist table {
	margin-bottom: 0;
}

.tinv-wishlist * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tinv-wishlist select {
	width: 140px;
}

.tinv-wishlist ul:not(.woocommerce-error) {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
	text-align: center;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
	content: "";
	display: inline-block;
	font-family: tinvwl-webfont !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	vertical-align: sub;
	margin-right: 5px;
}

.tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-bottom: 15px;
}

.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
	float: none;
}

.tinvwl_add_to_wishlist_button {
	display: inline-block;
	cursor: pointer;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
	visibility: visible;
	position: relative;
}

.tinv-wraper.tinv-wishlist {
	font-size: 100%;
}

.tinv-wishlist table {
	position: relative;
	table-layout: auto;
	margin-bottom: 30px;
}

.tinv-wishlist table td, .tinv-wishlist table th {
	padding: 1em;
	vertical-align: middle;
}

.tinv-wishlist .product-thumbnail {
	min-width: 100px;
	max-width: 100%;
	width: 100px;
}

.tinv-wishlist .product-stock span {
	display: table-cell;
	vertical-align: middle;
}

.tinv-wishlist.woocommerce .product-quantity {
	width: 80px;
	text-align: center;
}

.tinv-wishlist .product-action {
	width: 135px;
	text-align: center;
}

.tinvwl-tooltip {
	display: none;
}

.tinv-wishlist .tinv-wishlist-clear {
	visibility: visible;
	width: auto;
	height: auto;
}

.tinv-wishlist-clear:before {
	content: "";
	display: table;
}

.tinv-wishlist-clear:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (max-width:1024px) and (min-width:769px) {
	.tinv-wishlist .product-stock span {
		display: block;
	}
	
	.tinv-wishlist .product-thumbnail {
		max-width: 76px;
		width: 76px;
	}
}

@media only screen and (max-width:1024px) {
	.tinv-wishlist .product-action {
		width: 60px;
	}
}

@-webkit-keyframes tooltip-appear {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes tooltip-appear {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}