.elementor-383 .elementor-element.elementor-element-764758c5{--display:flex;--margin-top:20px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:16px;--padding-right:16px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-383 .elementor-element.elementor-element-764758c5{--content-width:1472px;}}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-62f4919 */.yith-wcwl-form {
	background: #FFFFFF;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0px 0px 16px 0px #0000001F;
}

.wishlist-title h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #080808;
	margin: 0 0 32px 0;
}

.wishlist_table {
	border: 0 !important;
	margin: 0 !important;
}

.wishlist_table thead {
	display: none;
}

.wishlist_table tbody tr {
	display: grid;
	grid-template-columns: 24px 120px 1fr 120px 120px 160px;
	gap: 24px;
	align-items: center;
	padding: 24px 0;
	border-top: 1px solid #E6E6E6;
}

.wishlist_table tbody tr:first-child {
	padding-top: 0;
	border-top: 0;
}

.wishlist_table td {
	border: 0 !important;
	padding: 0 !important;
}

.wishlist_table .product-thumbnail img {
	width: 120px;
	height: auto;
	display: block;
}

.wishlist_table .product-name a {
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: #080808 !important;
	text-decoration: none;
}

.wishlist_table .product-price {
	font-size: 14px;
	font-weight: 700;
	color: #080808;
	white-space: nowrap;
}

.wishlist_table .product-price del {
	font-size: 12px;
	color: #9C9C9C;
	font-weight: 400;
}

.wishlist_table .product-price ins {
	text-decoration: none;
	color: #080808;
}

.wishlist-in-stock {
	font-size: 14px;
	font-weight: 600;
	color: #232F3E;
	background: #E9EAEC;
	border: 1px solid #D3D5D8;
	border-radius: 100px;
	padding: 4px 8px;
	white-space: nowrap;
}

.wishlist_table .remove_from_wishlist {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #080808 !important;
	font-size: 24px;
	text-decoration: none;
}

.wishlist_table .remove_from_wishlist:hover {
	color: #F36D21 !important;
}

.wishlist_table .add_to_cart_button {
	width: 100%;
	min-height: 40px;
	border-radius: 6px;
	background: #F36D21 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 10px 20px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	transition: 0.2s ease;
}

.wishlist_table .add_to_cart_button:hover {
	background: #232F3E !important;
	color: #FFFFFF !important;
}

.yith-wcwl-share {
	margin-top: 32px;
	text-align: center;
}

.yith-wcwl-share-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #393939;
	margin: 0 0 8px 0;
}

.yith-wcwl-share ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.yith-wcwl-share a {
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background: #E9EAEC;
	color: #232F3E;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s ease;
}

.yith-wcwl-share a:hover {
	background: #F36D21;
	color: #FFFFFF;
}

.wishlist_table tbody tr:has(.wishlist-empty) {
    display: block;
}

.wishlist_table .wishlist-empty {
    width: 100%;
    text-align: center;
    padding: 32px 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #393939;
}/* End custom CSS */