table.wishlist_table .product-name a, table.wishlist_table .product-name span {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: #111111;
	margin-bottom: 11px;
}

.wishlist_table .product_card_price_regular_wrapper {
	display: none;
}

table.wishlist_table .wishlist-items-wrapper .product-add-to-cart a,
.product_type_simple {
	box-sizing: border-box;
	color: white !important;
	background-color: #48BD53 !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	line-height: 19px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto;
	height: auto;
	border-radius: 7px;
	gap: 10px;
	padding: 15px 20px !important;
	white-space: nowrap;
}

table.wishlist_table .wishlist-items-wrapper .product-add-to-cart a:before {
	content: '';
	display: block;
	width: 21px;
	flex: 0 0 21px;
	height: 20px;
	background-image: url(../img/cart-white.svg);
}

table.wishlist_table .wishlist-items-wrapper .product-price {
	color: #F95555;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-align: left;
}

table.wishlist_table .wishlist-items-wrapper .product-price del {
	position: relative;
	color: #BBBBBB;
	font-weight: 400;
	font-style: normal;
	padding: 0 5px;
	margin-right: 10px;
}

table.wishlist_table .wishlist-items-wrapper .product-remove a {
	color: #919191 !important;
	font-size: 25px;
	margin-right: 12px;
	font-weight: 400;
}

.wishlist-title-container a {
	display: none !important;
}

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

th.product-name,
th.product-price {
	visibility: hidden;
}

td.product-thumbnail {
	padding-right: 20px;
}

tbody.wishlist-items-wrapper td {
	padding-bottom: 20px;
}

td.product-price > span {
	min-height: 38px;
	display: block;
}

.wishlist_view {
	padding: 0 !important;
	margin: 0;
	list-style: none !important;
}

i.fa.fa-trash:after {
	content: 'x';
	font-size: 20px;
	font-style: normal;
}

div.product-add-to-cart {
	margin: 10px 0;
}

.old_price {
	position: relative;
	color: #999999;
	display: inline-block !important;
	font-size: 16px;
	font-weight: 500;
	min-height: 0 !important;
}

.old_price:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #999999;
	width: 105%;
	left: -10%;
	top: 50%;
	transform: rotate(-19deg);
}
