
.wl .wl-wlst-table-div th {
	text-transform: capitalize;
	border: 1px solid #f2f2f2;
}
.wl .wl-wlst-table-div .dataTables_wrapper .dataTables_filter input {
	margin-left: 0;
}
.wl .wl-wlst-main_table th:last-child{
	text-align: center;
}
.wl .wl-wlst-main_table td del{
	display: none;
}
.wl .wl-wlst-table-div .wl-wlst-main_table tr td ins{
	background: transparent;
}
/*action column*/
.wl .wl-wlst-info-icons .button{
	padding: 0px;
}
.wl .wl-wlst-info-icons .wl-wlst-product-cart:hover i {
	background-color: #551FE8;
	color: #fff; 
}
.wl .wl-wlst-table-div tbody tr td .wl-wlst-info-icons .wl-wlst-cart .added_to_cart.wc-forward {
	outline: none;
	position: absolute;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 3px;
}
.wl .wl-wlst-info-icons .wl-wlst-cart .wc-forward::after {
	visibility: visible;
	position: absolute;
	content: "\f00c";
	font-family: 'Font Awesome\ 5 Free';
	top: 4px;
	left: 0px;
	font-size: 14px;
	height: 35px;
	width: 100%;
	background: #fff;
	color: #551FE8;
	border: 1px solid #551FE8;
	border-radius: 50%;
	font-weight: 900;
	outline: none;
	line-height: 35px;
	margin: 0px;
}
.wl .wl-wlst-info-icons .wl-wlst-cart:hover .wc-forward::after {
	background: #551FE8;
	color: #fff;
}
/*remove item from wishlist*/
.wl .wl-wlst-rmv-wishlist{
	outline: none;
	margin: 3px
}
.wl .wl-wlst-rmv-wishlist:hover i {
	background-color: #E9345F;
	color: #fff;
}
.wl .wl-wlst-empty-notice{
	text-align: center;
}
.wl .wl-wlst-empty-notice h3{
	margin: 0px;
}

/*miltiple product add to cart*/
.wl-wlst-table-div .multiselect-submit-div {
	margin-top: 10px;
	text-align: right;
}
.wl-wlst-table-div .multiselect-view-cart {
	display: none;
	color: #000;
	text-decoration: underline;
}
.wl .wl-wlst-table-header {
	display: none;
}
.wl .wl-wlst-td {
	display: none;
}

@media only screen and (min-width: 360px) {
	 .wl-wlst-product-wishlist{
		line-height: 50px;
	} 
	.wl-wlst-product-cart{
		line-height: 50px;
	}
}