#lovethemes-fomo
{
	list-style: none;
	position: fixed;
	margin: 0;
	padding: 0;
	bottom: 25px;
	left: 25px;
	z-index: 99999;
}

#lovethemes-fomo li
{
	display: none;
	background: #ffffff;
	box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.1 );
	border: 1px solid rgba( 0, 0, 0, 0.1 );
	width: 300px;
	padding: 10px;
	border-radius: 5px;
	float: left;
}

#lovethemes-fomo img
{
	border-radius: 2px;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	float: left;
}

#lovethemes-fomo a
{
	border: none!important;
	text-decoration: none!important;
}

#lovethemes-fomo p
{
	line-height: 16px;
	margin: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#lovethemes-fomo p.someone
{
	color: #888888;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
}

#lovethemes-fomo p.product
{
	font-weight: 500;
	font-size: 14px;
}
/**
 * Positioning
 * We're floating left for mobile first.
 *
 * Alignright is floated right in the media
 * queries below.
 */
.lovethemes-alignleft
{
	float: left!important;
}

.lovethemes-alignright
{
	float: left!important;
}

.lovethemes-aligncenter
{
	float: none!important;
	margin: 0 auto;
}

.lovethemes-textleft
{
	text-align: left;
}

.lovethemes-textright
{
	text-align: right;
}

.lovethemes-textcenter
{
	text-align: center;
}
/**
 * iPads (portrait)
 */
@media only screen and (min-width: 767px) {

}
/**
 * iPads (landscape)
 */
@media only screen and (min-width: 1023px) {

}
/**
 * Small Desktops
 */
@media only screen and (min-width: 1278px) {

}
/**
 * Medium Desktops
 */
@media only screen and (min-width: 1678px) {

}
/**
 * Large Desktops
 */
@media only screen and (min-width: 1918px) {

}