.wl-sales-notification {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.wl-sales-notification .notification {
	display: none;
	overflow: hidden;
	border-radius: 60px 10px 10px 60px;
	padding: 11px;
	border: 1px solid #ccc;
}
.wl-sales-notification .notifications-wrapper .notifications .notification .image,
.wl-sales-notification .notifications-wrapper .notifications .notification .item_details{
	float: left;
}
.wl-sales-notification .notification .image{
	width: 60px;
	height: 60px;
}
.wl-sales-notification .notification .image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.wl-sales-notification .notification .item_details{
	margin-left: 10px;
	font-size: 13px;
}
.wl-sales-notification .notification .item_details p{
	margin-bottom: 0;
}
.wl-sales-notification.left {
	left: 0;
}
.wl-sales-notification.right {
	right: 0;
}
.elementor-widget-sales-notification {
	margin-bottom: 0px !important;
}