.epl-fav-button-wrap {
	display: inline-block;
	padding: 0 3px;
}
.epl-fav-button-wrap .fa {
	font-size: 18px;
}
.epl-fav-menu-inner {
	position: relative;
	vertical-align: middle;
}
.epl-fav-counter-circle {
	background: #aaa;
	width: 16px;
	height: 16px;
	text-align: center;
	border-radius: 100%;
	box-sizing: border-box;
	position: absolute;
	top: -6px;
	right: -6px;
	display: block;
	line-height: 0;
}
.epl-fav-counter-menu {
	color: #fff;
	letter-spacing: 0;
	vertical-align: middle;
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.epl-fav-grid-wrap {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    margin: 1em 0;
    padding: 15px;
    border-bottom: 1px solid #ebe9e9;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    width: 300px;
    transition: all .3s ease;
}
.epl-fav-grid {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.epl-fav-added-listing {
    background: rgb(238, 238, 238) none repeat scroll 0 0;
    font-size: 10px;
    margin: 5px;
    overflow: hidden;
    padding: 2px;
    text-align: center;
    position: relative;
    border: 1px solid rgb(221, 221, 221);
    max-width: 124px;
}
.epl-fav-remove {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
    margin: 2px;
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0;
}

.epl-fav-has-img img {
    max-height: 100%;
    overflow: hidden;
    margin: 0;
}
.epl-fav-title, .epl-fav-type, .epl-fav-price {
    font-size: 1.3em;
}
.epl-fav-title {
    min-height: 2.6em;
    display: block;
}
.epl-fav-price {
    color: #4992bb;
    font-weight: bold;
}
.epl-fav-type {
    padding-bottom: 2px;
}
.epl-fav-page-link {
    background: #333;
    float: left;
    font-size: 1em;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.epl-fav-page-link > span {
    display: block;
    width: 100%;
}
.epl-fav-page-link a {
    border: medium none !important;
    color: rgb(255, 255, 255);
    display: block;
    margin: 5px 0;
}
.epl-fav-panel-right {
    right: -300px;
}
.epl-fav-grid-wrap .epl-fav-toggle-label {
    background-color: #636363;
    width: 40px;
    height: 40px;
    top: 62%!important;
    left: -40px;
    text-align: center;
    color: #fff;
    border-radius: 4px 0 0 4px;
    border: none;
    position: absolute;
    transition: .2s;
    outline: 0 !important;
}
.epl-fav-toggle-label:hover {
    background-color: #4a4a4a;
}
.epl-fav-count-label {
    background-color: #333;
    font-size: 11px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    position:absolute;
    display:block;
}
.epl-fav-toggle-label i {
    margin-left: -2px;
}
.epl-fav-icon {
    line-height: 1;
    margin-left: -1px;
    display: inline-block;
    color: #fff;
}
.epl-fav-button .epl-fav-icon{
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.25);
    display: inline-block;
    font-size: 23px;
    border-radius: 4px;
    text-align: center;
}
.epl-fav-icon::before {
    line-height: 28px;
}
.epl-fav-row:hover li {
    color: #fff;
}
.epl-fav-row:hover {
    background: #34353E;
}