table.wishlist_table {
	font-size: 100%;
	border: none !important;
	margin: 0 !important;
}
table.shop_table.wishlist_table th {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(103, 103, 103, 0.5);
	padding: 5px 0;
}
table.shop_table.wishlist_table .wishlist-items-wrapper tr {
	transition: background-color .3S ease-out;
	-webkit-transition: background-color .3S ease-out;
	-moz-transition: background-color .3S ease-out;
}
table.shop_table.wishlist_table .wishlist-items-wrapper tr:hover {
	background-color: var(--base-2);
}
table.shop_table.wishlist_table tr td {
	background: none !important;
	color: var(--contrast) !important;
	border: none;
	padding: 0;
}
table.shop_table.wishlist_table tr td ins {
    font-weight: 700;
}
table.shop_table.wishlist_table tr td del {
	color: var(--contrast-2)
}
.wishlist_table tr .product-price,
.wishlist_table tr .product-stock-status {
    text-align: left !important;
}
.wishlist_table tr td.product-thumbnail a {
	display: flex;
	width: 270px;
	max-width: initial;
	margin-right: 25px;
	background: none !important;
}
.wishlist_table tr td.product-thumbnail a img {
	padding: 5px;
}
.wishlist_table tr td.product-name {
	padding-right: 20px !important;
}
.wishlist_table tr td.product-name a {
	font-family: 'EB Garamond', 'Times New Roman', serif;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2em;
}
.wishlist_table tr td.product-name .variation {
	margin-top: 10px;
}
.wishlist_table tr td.product-add-to-cart {
	padding-right: 10px !important;
}
.wishlist_table tr td.product-add-to-cart a.alt {
    color: var(--base-3) !important;
    background-color: var(--contrast) !important;
}
.wishlist_table tr td.product-add-to-cart a.alt:hover,
.wishlist_table tr td.product-add-to-cart a.alt:focus {
    color: var(--contrast) !important;
    background-color: var(--base-3) !important;
}
.wishlist_table tr td.product-remove-from-wishlist {
	max-width: 50px;
	width: 50px;
	transition: background-color .3S ease-out;
	-webkit-transition: background-color .3S ease-out;
	-moz-transition: background-color .3S ease-out;
}
.wishlist_table tr td.product-remove-from-wishlist:hover {
	background-color: var(--base) !important;
}
.wishlist_table tr td.product-remove-from-wishlist a {
	background: none !important;
	min-width: 50px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	opacity: 0;
	color: var(--contrast-2) !important;
	border: none !important;
	font-size: 2.4em;
	margin-top: -5px;
	font-weight: 100;
	transition: opacity .3S ease-out;
	-webkit-transition: opacity .3S ease-out;
	-moz-transition: opacity .3S ease-out;
}
.wishlist_table tr:hover td.product-remove-from-wishlist a {
	opacity: 1;
}
.yith_wcwl_wishlist_footer {
	border-top: 1px solid rgba(103, 103, 103, 0.5);
	padding-top: 30px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share > div:not(.yith-wcwl-after-share-section) {
    display: flex;
    justify-content: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
    text-align: center;
}
.yith-wcwl-share p {
	float: left;
	margin: 0 10px 2px 0;
}
.yith-wcwl-share ul {
	margin: 0 !important;
	padding: 0;
}
.yith-wcwl-share ul li a {
	background: none !important;
}
.yith-wcwl-share li {
	margin-left: 5px;
	margin-bottom: 0 !important;
}
.yith-wcwl-share li a {
	padding: 0;
}
.yith-wcwl-share li a svg {
	width: 20px !important;
	height: 20px !important;
}
.yith-wcwl-after-share-section {
	display: flex;
	flex-direction: column;
    margin-top: 30px;
}
.yith-wcwl-share input.copy-target {
	min-width: 100%;
}
.wishlist_table.mobile {
    list-style-type: none !important;
    margin: 0;
}
.wishlist_table.mobile li .item-wrapper {
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    margin-bottom: 10px;
    gap: 10px;
}
.wishlist_table.mobile .item-details-table,
.wishlist_table.mobile .additional-info {
    margin-bottom: 0;
    border: none;
}
.wishlist_table.mobile .item-details-table td,
.wishlist_table.mobile .additional-info td {
    border: none;
    padding: 0;
}
@media (min-width: 1025px) {
    .wishlist_table tr .product-price,
    .wishlist_table tr .product-stock-status {
        min-width: 140px;
    }
    .yith_wcwl_wishlist_footer>div {
        margin-bottom: 0;
    }
    .yith_wcwl_wishlist_footer .yith-wcwl-share {
        display: grid;
        grid-template-columns: 45% 55%;
    }
    .yith-wcwl-after-share-section {
        order: -1;
        margin-top: 0;
        text-align: left;
    }
    .yith_wcwl_wishlist_footer .yith-wcwl-share > div:not(.yith-wcwl-after-share-section) {
        justify-content: flex-end;
        align-items: flex-start;
    }
	.yith-wcwl-share input.copy-target {
		min-width: 100%;
	}
}
@media (min-width: 768px) {	
}