.epl-compare-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-compare-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-cmp-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-cmp-remove {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
    margin: 2px;
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 0;
}

.epl-cmp-has-img img {
    max-height: 100%;
    overflow: hidden;
    margin: 0;
}
.epl-cmp-title, .epl-cmp-type, .epl-cmp-price {
    font-size: 1.3em;
}
.epl-cmp-title {
    min-height: 2.6em;
    display: block;
}
.epl-cmp-price {
    color: #4992bb;
    font-weight: bold;
}
.epl-cmp-type {
    padding-bottom: 2px;
}
.epl-compare-page-link {
    background: #333;
    float: left;
    font-size: 1em;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.epl-compare-page-link > span {
    display: block;
    width: 100%;
}
.epl-compare-page-link a {
    border: medium none !important;
    color: rgb(255, 255, 255);
    display: block;
    margin: 5px 0;
}
.epl-compare-page-link a:hover {
	color: rgb(255, 255, 255);
}
.epl-compare-row-wrap:first-child {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 1em;
}
.epl-compare-row-wrap:nth-child(2n+1) {
    background: rgb(245, 245, 245) none repeat scroll 0 0;
}
.epl-compare-row {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.epl-compare-row:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
.epl-compare-row li {
    box-sizing: border-box;
    color: rgb(119, 123, 124);
    float: left;
    list-style: outside none none;
    padding: 10px;
    /* text-transform: capitalize; */
}
.epl-compare-row-2 .epl-compare-row li {
    width: 50%;
}
.epl-compare-row-3 .epl-compare-row li {
    width: 33.33%;
}
.epl-compare-row-4 .epl-compare-row li {
    width: 25%;
}
.epl-compare-row-5 .epl-compare-row li {
    width: 20%;
}
.epl-compare-row-6 .epl-compare-row li {
    width: 16.67%;
}
.epl-compare-row > li:first-child {
    font-weight: bold;
}
.epl-compare-row > li:first-child, .epl-compare-row > li:last-child {
    padding-left: 10px;
    padding-right: 0;
}
.epl-compare-yes i {
    color: #28a745;
    font-size: 16px;
}
.epl-compare-no i {
    color: #dc3545;
    font-size: 16px;
}
.compare-bed-prices::before {
    background: #ffcc00 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 1px 5px;
    width: 10px;
}
.compare-bed-prices {
    display: inline-block;
    padding: 5px;
}
.epl-compare-button-wrap {
    display: inline-block;
    padding: 0 3px;
}

.compare-bed-prices .bedicon {
    background: rgba(0, 0, 0, 0) url("../img/sprite-bed.svg") no-repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    margin: -3px 0;
    padding: 5px 5px 0;
    width: 15px;
}
.epl-compare-panel-right {
    right: -300px;
}
.epl-compare-grid-wrap .epl-compare-toggle-label {
    background-color: #636363;
    width: 40px;
    height: 40px;
    top: 50%!important;
    left: -40px;
    text-align: center;
    color: #fff;
    border-radius: 4px 0 0 4px;
    border: none;
    position: absolute;
    transition: .2s;
    outline: 0 !important;
}
.epl-compare-toggle-label:hover {
    background-color: #4a4a4a;
}
.epl-compare-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-compare-toggle-label i {
    margin-left: -2px;
}
.epl-compare-icon {
    line-height: 1;
    margin-left: -1px;
    display: inline-block;
    color: #fff;
}
.epl-compare-button .epl-compare-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-compare-icon::before {
    line-height: 28px;
}
.epl-compare-row:hover li {
    color: #fff;
}
.epl-compare-row:hover {
    background: #34353E;
}