#slidesalepop {
	z-index:99;
	height:107px;
	position:fixed;
	bottom:8px;
	left:0px;
	overflow:hidden;
}
.salepop {
	position:relative;
	background:rgba(255,255,255,0.9);
	overflow:hidden;
	height:77px;
	padding:10px 15px 10px 10px;
	margin:20px 10px 0px 10px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,helvetica,arial,sans-serif;
	border-radius:50px;
	box-shadow:0 0 1px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.05),0 8px 50px rgba(0,0,0,.05);
	width:auto;
	min-width: 300px;
	line-height:1.6;
	z-index: 9999;
	font-weight:400;
}
.salepop:hover {
	box-shadow:0 0 0 4px rgba(144,164,174,.2)
}
.salepopname {
	color:#222;
	font-size:12px !important;
	font-weight:700;
}
.salepopname .text-capitalize {
	text-transform: capitalize;
}
.salepopdesc {
	line-height:17px;
	font-size:12px !important;
	color:#738c98;
	margin-bottom:2px;
	margin-top:1px;
}
.salepop .timeago {
	display:block;
	color:#b0bcc1;
	pointer-events:none;
}
.salepop svg.bolt {
	width: 16px; 
	height: 16px; 
	opacity: 1;
	float:left;
	margin-left:-5px;
	margin-top:1px;
}
.fssep:last-child {
	display:none;
}
.salepop a, .salepop a:visited, .salepop a:hover {
	color:rgb(120,37,243);
	text-decoration:none;
}
.salepopspan {
	display:inline-flex;	
	align-items:center;
}
.salepop .profile {	
	margin-right:10px;
	border-radius:50%;
}
.salepop .avatar {
	border:0;
	padding:0;
	width:54px;
	height:54px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	object-fit: cover;
}
.fsicon {
	align-self:middle;
	width:54px;
	height:54px;
	margin-right:10px;
}
.salepopfrom {
	text-transform:none;
}
.salepop .close_window {
	opacity:0;
	transition:all 0.2s;
	position:absolute;
	right:20px;
	font-size:10px;
	text-align:center;
	display:inline-block;
	font-weight:500;
	color:#888;
	height:13px;
	width:13px;
	line-height:10px;
	background:#eee;
	border-radius:50%;
	cursor:pointer;
}
.salepop:hover .close_window {
	opacity: 1;
}