.compare-listing  {
    width: 135px;
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #fff;
    z-index: 1000;
    -webkit-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -moz-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -o-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -ms-transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    transform: translate3d(100%, 0, 0) translateY(-50%) !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.compare-listing.listing-open {
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -moz-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -o-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -ms-transform: translate3d(0, 0, 0) translateY(-50%) !important;
    transform: translate3d(0, 0, 0) translateY(-50%) !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 5px 1px rgba(54, 95, 104, 0.10);
    -moz-box-shadow: 0 0 5px 1px rgba(54, 95, 104, 0.10);
    box-shadow: 0 0 5px 1px rgba(54, 95, 104, 0.10);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tfre-listing-btn {
    padding: 0;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    height: 120px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.tfre-listing-btn i {
    font-size: 18px;
    position: relative;
    left: 0px;
    top: 7px;
}

.compare-listing-header {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.compare-listing-header .title {
    margin: 0;
    line-height: 1;
}

.compare-listing-body {
    padding: 10px 0;
    text-align: center;
}

.compare-thumb-main {
    margin-left: 0;
    margin-right: 0;
}

.compare-thumb-main .compare-thumb {
    position: relative;
    width: 105px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.compare-thumb-main .compare-thumb .compare-property-img {
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}
.compare-listing-body .tfre-compare-properties-button{
    width: 105px;
    padding: 10px;
}
.compare-thumb-main .thumb-inner-empty {
    height: 56px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 2px dashed #eeeeee;
}

.compare-thumb-main .compare-property-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: var(--theme-primary-color);
    border: none;
    padding: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.compare-thumb-main .compare-property-remove i {
    position: relative;
    font-size: 14px;
}
.compare-listing-hidden {
    display: none;
}



/* Compare page 
-------------------------------------------------------------- */

#tfre-compare-properties-listings .tfre-listing-btn i.fa-angle-right::before {
    content: '\e906';
    font-family: 'homelengo';
}

#tfre-compare-properties-listings .tfre-listing-btn i.fa-angle-left::before {
    content: '\e907';
    font-family: 'homelengo';
}

.tfre-compare-table .compare-tables td,
.tfre-compare-table .compare-tables th {
    padding: 1.25rem;
}

.tfre-compare-table .compare-tables tr {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.tfre-compare-table .compare-tables tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.tfre-compare-table .property-image-wrap {
    position: relative;
    margin-bottom: 16px;
}

.tfre-compare-table .property-image-wrap img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 10px;
}

.tfre-compare-table .property-image-wrap a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.tfre-compare-table .property-info {
    font-size: 20px;
}

.tfre-compare-table .compare-features .property-location {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.tfre-compare-table .compare-features .property-location i {
    color: #8E8E93;
}

.tfre-compare-table .compare-tables td {
    font-size: 16px;
}

.tfre-compare-table .compare-tables .title-list-check {
    font-size: 18px;
    font-weight: 600;
    width: 16%;
}

.tfre-compare-table .property-location {
    margin-top: 10px;
}

.tfre-compare-table .compare-features {
    text-align: left;
}

.tfre-compare-table .compare-tables th {
    width: 20%;
}

@media only screen and (max-width: 1200px) {
    .tfre-compare-table .compare-tables {
        width: max-content;
    }
}
