/*--------------------------------------------------------------
# Wishlist
--------------------------------------------------------------*/

#yith-wcwl-popup-message {
	border-radius: 0.5rem;
}

.products .yith-wcwl-add-to-wishlist {
	background: rgba(var(--tripp-color-on-surface-rgb), 0.1);
	border-radius: 50%;
	color: rgb(var(--tripp-color-on-surface-rgb));
	display: inline-block;
	height: 4rem;
	right: 0;
	transition: background-color 0.3s var(--tripp-transition-ease);
	width: 4rem;
	z-index: 1;
}

.woocommerce .yith-wcwl-add-to-wishlist:hover {
	color: rgb(var(--tripp-color-red-rgb));
}

.yith-wcwl-add-to-wishlist > div {
	height: 100%;
	font-weight: 400;
	letter-spacing: 0.1rem;
	width: 100%;
}

.products .wc-product-buttons .yith-wcwl-add-to-wishlist {
	margin: 0;
	position: relative;
}

.products .wc-product-buttons .yith-wcwl-add-to-wishlist + .add_to_cart_button + .added_to_cart.wc-forward {
	left: auto;
	right: 0;
}

/* On top of The Image */

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	background: #fff;
	color: #1e1e1e;
	margin: var(--tripp-spacing-xs);
	position: absolute;
}

.products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
	left: 0;
	top: 0.3rem;
	transform: translate(-100%, 0);
}

.products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
	transform: translate(calc(-100% - var(--tripp-spacing-xs)), 0);
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after {
	display: none;
}

.products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::before {
	border-bottom: 0.6rem solid transparent;
	border-left: 0.6rem solid rgb(var(--tripp-color-black-rgb));
	border-top: 0.6rem solid transparent;
	top: 0.8rem;
	content: "";
	height: 1rem;
	right: -0.5rem;
	position: absolute;
}

/* After Add to Cart button */

.entry-summary .yith-wcwl-add-to-wishlist {
	background: none;
	position: relative;
}

.entry-summary .yith-wcwl-add-to-wishlist:hover {
	background: transparent;
	color: inherit;
}

.entry-summary .yith-wcwl-add-to-wishlist > div {
	align-items: center;
	display: flex;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	font-size: var(--tripp-font-size-xs);
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
}

.products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	color: inherit;
	font-size: var(--tripp-font-size-md);
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
}

.yith-wcwl-add-to-wishlist i {
	font-style: normal;
}

.yith-wcwl-add-button a i {
	display: inline-block;
	margin: 0;
	transform-origin: center center;
	transition: transform 0.25s ease-out;
}

.yith-wcwl-add-button a::before {
	transition: transform 0.25s ease-out;
}

.yith-wcwl-add-button a:hover i,
.yith-wcwl-add-button a:hover::before {
	transform: scale(1.2);
}

.products .yith-wcwl-add-to-wishlist i {
	padding-top: 3px;
}

.entry-summary .yith-wcwl-add-to-wishlist i {
	align-items: center;
	background: rgba(var(--tripp-color-on-surface-rgb), 0.1);
	border-radius: 50%;
	color: rgb(var(--tripp-color-on-surface-rgb));
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	margin: 0.1rem 0.5rem 0 0;
	padding: 2px 0 0 1px;
	width: 2.5rem;
}

.entry-summary .yith-wcwl-add-to-wishlist:hover i {
	background-color: rgba(var(--tripp-color-red-rgb), 0.1);
	color: rgb(var(--tripp-color-red-rgb));
}

.yith-wcwl-add-to-wishlist i.fa::before,
.yith-wcwl-form i.fa::before,
.yith-wcwl-share i.fa::before {
	font-family: tripp, sans-serif;
}

.yith-wcwl-add-to-wishlist i.fa-heart-o::before {
	font-family: tripp, sans-serif;
	content: "\e826";
}

.yith-wcwl-add-to-wishlist:hover i.fa-heart-o::before {
	font-family: tripp, sans-serif;
	content: "\e825";
}

.yith-wcwl-add-to-wishlist i.fa-heart::before {
	content: "\e825";
	font-weight: 700;
	padding: 2px 0 0 1px;
}

.products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
	background: rgb(var(--tripp-color-on-surface-rgb));
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 0.8rem 0 rgba(0, 0, 0, 0.15);
	color: rgb(var(--tripp-color-surface-rgb));
	display: block;
	font-size: 11px;
	left: 50%;
	letter-spacing: 0;
	min-width: 95px;
	opacity: 0;
	padding: 0.5rem 1rem;
	position: absolute;
	top: -2.6rem;
	transform: translate(-50%, 0);
	transition: opacity 0.3s var(--tripp-transition-ease), transform 0.3s var(--tripp-transition-ease);
	white-space: nowrap;
}

.products .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a span {
	display: none;
}

.products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover span {
	opacity: 1;
	transform: translate(-50%, -50%);
	visibility: visible;
}

.products .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span::after {
	border-left: 0.6rem solid transparent;
	border-right: 0.6rem solid transparent;
	border-top: 0.6rem solid rgb(var(--tripp-color-on-surface-rgb));
	bottom: -0.9rem;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.products .yith-wcwl-add-to-wishlist.exists {
	background: rgb(var(--tripp-color-red-rgb));
	color: #fff;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button,
.yith-wcwl-add-to-wishlist.exists .feedback {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.products .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a,
.products .yith-wcwl-add-to-wishlist.exists .feedback {
	text-indent: -9999px;
}

.entry-summary .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button {
	margin-right: 0.5rem;
}

.entry-summary .yith-wcwl-add-to-wishlist.exists .feedback {
	height: 2.8rem;
	margin-right: 0.5rem;
	width: 2.8rem;
}

.products .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button .yith-wcwl-icon,
.products .yith-wcwl-add-to-wishlist.exists .feedback .yith-wcwl-icon {
	left: 50%;
	margin: 0;
	position: absolute;
	text-indent: 0;
	top: 50%;
	transform-origin: left top;
	transform: scale(1) translate(-50%, -50%);
	transition: transform 0.3s ease-out;
}

.products .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button:hover .yith-wcwl-icon {
	transform: scale(1.2) translate(-50%, -50%);
}

.entry-summary .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button .yith-wcwl-icon,
.entry-summary .yith-wcwl-add-to-wishlist.exists .feedback .yith-wcwl-icon {
	background: rgb(var(--tripp-color-red-rgb));
	color: rgb(var(--tripp-color-white-rgb));
	padding: 0;
}

.entry-summary .yith-wcwl-add-to-wishlist.exists a {
	color: rgb(var(--tripp-color-red-rgb));
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
	color: rgb(var(--tripp-color-red-rgb));
	flex: 1 1 auto;
	font-size: var(--tripp-font-size-xs);
	text-transform: uppercase;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	color: inherit;
	position: relative;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before {
	color: rgb(var(--tripp-color-white-rgb));
	content: "\e833";
	display: inline-block;
	font-family: tripp, sans-serif;
	font-size: var(--tripp-font-size-md);
	position: relative;
	vertical-align: middle;
}

.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
	border-radius: 50%;
	display: flex;
	height: 4rem;
	overflow: hidden;
	position: relative;
	text-indent: -99999px;
	width: 4rem;
	z-index: 2;
}

.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before {
	align-items: center;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
	transition: transform 0.25s ease-out;
	width: 100%;
}

.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover::before,
.products .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover::before,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover::before,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover::before {
	transform: scale(1.2);
}

/* After thumbnails */

.product-gallery-wrapper .yith-wcwl-add-to-wishlist {
	background: #fff;
	border-radius: 50%;
	color: #1e1e1e;
	display: inline-block;
	height: 4rem;
	position: absolute;
	right: 2rem;
	top: 7rem;
	transition: background-color 0.3s var(--tripp-transition-ease);
	width: 4rem;
	z-index: 999;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists {
	background: rgb(var(--tripp-color-red-rgb));
	color: #fff;
}

/* After thumbnails - Show "Add to wishlist" button and Show "View wishlist" link */

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse .feedback {
	display: none;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists:hover {
	color: #fff;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse {
	background: rgb(var(--tripp-color-red-rgb));
	border-radius: 2rem;
	color: rgb(var(--tripp-color-white-rgb));
	display: flex;
	flex-flow: column nowrap;
	transition: background-color 0.3s var(--tripp-transition-ease), border-color 0.3s var(--tripp-transition-ease), color 0.3s var(--tripp-transition-ease);
	width: 4rem;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse:hover,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse:hover {
	background: rgba(var(--tripp-color-red-rgb), 0.8);
}

/* After thumbnails - Show "Remove from list" link */

.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	display: flex;
	flex-flow: row wrap;
	font-size: var(--tripp-font-size-md);
	gap: 1rem;
	width: 4rem;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist {
	background: rgb(var(--tripp-color-white-rgb));
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	color: inherit;
	display: flex;
	height: 4rem;
	overflow: hidden;
	position: relative;
	text-indent: -99999px;
	width: 4rem;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button .view-wishlist {
	color: #fff;
	background: rgb(var(--tripp-color-red-rgb));
	border-radius: 50%;
	overflow: hidden;
	transition: background-color 0.3s ease-out;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button .view-wishlist:hover {
	background: rgba(var(--tripp-color-red-rgb), 0.8);
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist i {
	transform-origin: center center;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist::before {
	align-items: center;
	display: flex;
	font-size: var(--tripp-font-size-md);
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	text-indent: 0;
	width: 100%;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist::before {
	content: "\e833";
	font-family: tripp, sans-serif;
	font-style: normal;
}

.product-gallery-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .separator {
	display: none;
}

/* After Summary */

.single-entry > .yith-wcwl-add-to-wishlist {
	margin-bottom: var(--tripp-spacing-vertical);
}

.single-entry > .yith-wcwl-add-to-wishlist:hover {
	background: transparent;
	color: inherit;
}

.single-entry > .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	background: rgba(var(--tripp-color-on-surface-rgb), 0.06);
	border-radius: 1.5rem;
	display: flex;
	gap: 0.5rem;
	padding: 1.5rem;
}

.single-entry > .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	font-size: inherit;
}

.single-entry > .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button {
	background-color: rgba(var(--tripp-color-red-rgb), 0.1);
}

.single-entry > .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button a {
	color: rgb(var(--tripp-color-red-rgb));
}

/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/

.wishlist-title-container {
	display: none;
}

.yes-js .hidden-title-form {
	display: none;
}

.hidden-title-form {
	margin: 25px 0 39px;
	position: relative;
}

.wishlist-title .show-title-form {
	background: initial;
	color: initial;
	height: auto;
	line-height: 1;
}

.wishlist-title:hover .show-title-form {
	visibility: visible;
}

.woocommerce .show-title-form:hover {
	background: initial;
}

.wishlist-title {
	align-items: center;
	display: flex;
	margin-bottom: 3rem;
}

.woocommerce .wishlist-title h2 {
	display: inline-block;
	margin-bottom: 0;
}

.hidden-title-form > input[type="text"] {
	line-height: 1;
	padding-right: 6.5rem;
}

.hidden-title-form a {
	cursor: pointer;
	display: inline-block;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	vertical-align: middle;
	width: 3rem;
}

.hidden-title-form .edit-title-buttons {
	position: absolute;
	right: 5px;
	top: calc(50% - 15px);
}

.yith-wcwl-form i {
	font-style: normal;
}

.yith-wcwl-form i.fa-remove::before {
	content: "\e829";
}

.yith-wcwl-form i.fa-check::before {
	content: "\e831";
}

.wishlist-title a.show-title-form {
	cursor: pointer;
	visibility: hidden;
}

.wishlist-title a.show-title-form i::before {
	content: "\e80a";
	font-family: tripp, sans-serif;
}

table.shop_table.cart.wishlist_table {
	padding: 0;
}

ul.shop_table.cart.wishlist_table {
	display: flex;
}

ul.shop_table.cart.wishlist_table li {
	display: block;
	margin: 0;
}

ul.shop_table.cart.wishlist_table li:not(:first-child) {
	border-top: 1px solid rgba(var(--tripp-color-on-surface-rgb), 0.05);
}

ul.shop_table.cart.wishlist_table li > div {
	display: flex;
	gap: 1rem;
	padding: 1rem;
}

ul.shop_table.cart.wishlist_table li .additional-info-wrapper {
	justify-content: space-between;
}

ul.shop_table.cart .product-thumbnail {
	flex: 0 1 10rem;
	min-width: 10rem;
}

ul.shop_table.cart .product-name,
ul.shop_table.cart.wishlist_table tbody .value {
	padding: 0.3rem 0;
}

ul.shop_table.cart .product-name h3 {
	font-family: var(--tripp-font-secondary);
	font-size: var(--tripp-font-size-base);
	line-height: 1.4;
	margin-bottom: 0;
}

ul.shop_table.cart.wishlist_table table {
	margin-bottom: 0;
}

ul.shop_table.cart.wishlist_table tr {
	border: none;
	padding: 0;
}

ul.shop_table.cart table .label {
	display: none;
}

.wishlist-in-stock {
	color: var(--tripp-color-info);
}

.wishlist-out-of-stock {
	color: var(--tripp-color-alert);
}

.wishlist-in-stock::before,
.wishlist-out-of-stock::before {
	content: "\e889";
	display: inline-block;
	font-family: tripp, sans-serif;
	padding-right: 0.5rem;
}

.wishlist-out-of-stock::before {
	content: "\e886";
}

.wishlist_table .product-price del {
	color: rgba(var(--tripp-color-on-surface-rgb), 0.6);
	margin-left: 1rem;
	order: 2;
}

.wishlist_table .product-price ins {
	background: transparent;
	color: rgb(var(--tripp-color-primary-rgb));
	order: 1;
}

.wishlist_table .product-add-to-cart a {
	background-image: linear-gradient(45deg, rgb(var(--tripp-color-on-surface-rgb)), rgb(var(--tripp-color-on-surface-rgb)), rgb(var(--tripp-color-secondary-rgb)), rgb(var(--tripp-color-primary-rgb)));
	background-repeat: no-repeat;
	background-size: 400% 100%;
	border: none;
	border-radius: 0.5rem;
	color: rgb(var(--tripp-color-surface-rgb));
	display: inline-block !important;
	font-size: var(--tripp-font-size-sm);
	height: 4rem;
	letter-spacing: 0.2rem;
	line-height: 4rem;
	margin: 0 !important;
	outline: none;
	overflow: hidden;
	padding: 0 2rem;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	transition: background-position 0.3s var(--tripp-transition-ease), color 0.3s var(--tripp-transition-ease);
}

.wishlist_table .product-add-to-cart a:hover {
	background-position: 100% 0;
	color: rgb(var(--tripp-color-on-primary-rgb));
}

/* yith footer */

.yith_wcwl_wishlist_footer .yith-wcwl-share {
	display: flex;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share-title {
	display: inline-block;
	padding-right: 1rem;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
	display: flex;
	list-style-type: none;
	padding: 0;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul li {
	padding: 0 1rem;
}

.yith-wcwl-share .fa {
	font-size: var;
}

.yith-wcwl-share .fa-facebook::before {
	content: "\e811";
}

.yith-wcwl-share .fa-twitter::before {
	content: "\e813";
}

.yith-wcwl-share .fa-pinterest::before {
	content: "\e812";
}

.yith-wcwl-share .fa-whatsapp::before {
	content: "\e810";
}

.yith-wcwl-share .fa-envelope-o::before {
	content: "\e888";
}

@media (min-width: 768px) {

	table.shop_table.cart.wishlist_table {
		font-size: var(--tripp-font-size-base);
	}

	table.shop_table.cart.wishlist_table tbody {
		display: flex;
	}

	table.shop_table.cart.wishlist_table tr {
		display: grid;
		flex: 0 1 50%;
		grid-template-areas:
			"thumbnail name name"
			"thumbnail price price"
			"thumbnail stock-status stock-status"
			"thumbnail add-to-cart add-to-cart";
		grid-template-columns: 14rem auto auto;
		grid-template-rows: repeat(3, auto);
		min-width: 50%;
		padding: 1.5rem;
		position: relative;
		transition: background-color 0.3s var(--tripp-transition-ease);
		width: 100%;
	}

	table.shop_table.cart.wishlist_table tr:hover {
		background-color: rgba(var(--tripp-color-on-surface-rgb), 0.05);
	}

	table.shop_table.cart.wishlist_table tr td {
		text-align: initial;
		padding: 0 0.5rem;
	}

	table.shop_table.cart.wishlist_table tr td:last-child {
		padding: 0.5rem;
	}

	table.shop_table.cart.wishlist_table .product-thumbnail {
		padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	}

	table.shop_table.cart.wishlist_table .wishlist-empty {
		white-space: nowrap;
	}

	table.wishlist_table tr td.product-thumbnail a {
		max-width: 14rem;
	}

	table.wishlist_table .product-price {
		display: flex;
	}

	table.wishlist_table .product-stock-status {
		grid-area: stock-status;
	}

	table.wishlist_table .product-add-to-cart {
		grid-area: add-to-cart;
		min-height: 5.8rem;
	}
}
