/* Atomic Elements – Wishlist Products Elementor widget */

.atomel-wl-products-widget .atomel-wl-products {
	width: 100%;
}

.atomel-wl-products .atomel-wl-table tbody tr {
	transition: background-color 0.2s ease;
}

.atomel-wl-products .atomel-wl-col-thumb img {
	display: block;
	border-radius: 4px;
}

.atomel-wl-products .atomel-wl-col-name a {
	text-decoration: none;
	font-weight: 600;
}

.atomel-wl-products .atomel-wl-col-name a:hover {
	text-decoration: underline;
}

.atomel-wl-products .atomel-wl-col-cart .button {
	display: inline-block;
}
