.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;
}

.tfcl-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;
}

.tfcl-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-listing-img {
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}

.compare-listing-body .tfcl-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-listing-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-listing-remove i {
    position: relative;
    font-size: 14px;
}
.compare-listing-hidden {
    display: none;
}

/* compare table */

.tfcl-compare-table th.title-list-check {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: flex-start;
}

.tfcl-compare-table td {
    text-align: left;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.tfcl-compare-table .icon-img {
    margin-right: 30px;
    max-width: 24px;
}

.tfcl-compare-table .listing-title {
    color: #26232A;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.tfcl-compare-table th,
.tfcl-compare-table tr,
.tfcl-compare-table td {
    border: unset;
}

.tfcl-compare-table td:not(:last-child) {
    border-right: 1px solid #F3F3F3;
}

.tfcl-compare-table tr:not(:last-child) td {
    border-bottom: 1px solid #F3F3F3;
}

.tfcl-compare-table td {
    padding: 20px;
}

.tfcl-compare-table .compare-tables tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.tfcl-compare-table .listing-image-wrap img {
    object-fit: cover;
    border-radius: 7px 7px 0px 0px;
}

.tfcl-compare-table th {
    padding: 12px;
}

.tfcl-compare-table .listing-image-wrap {
    margin-bottom: 10px;
}

.tfcl-compare-table .listing-image-wrap {
    position: relative;
}

.tfcl-compare-table .compare-listing-remove {
    border-radius: 5px;
    height: 39px;
    width: 45px;
    background: var(--theme-primary-color);
    padding: 5px 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 12px;
    left: 12px;
}

.tfcl-compare-table .compare-listing-remove span {
    margin-right: 24px;
    visibility: hidden;
    opacity: 0;
    -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;
}

.tfcl-compare-table .listing-image-wrap .compare-listing-remove:hover {
    width: 110px;
    background: #fff;
    color: var(--theme-primary-color);
    border-radius: 18px;
}

.tfcl-compare-table .listing-image-wrap  .compare-listing-remove:hover span {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
}

.tfcl-compare-table .listing-image-wrap .compare-listing-remove:hover span {
    color: #000000;
    transition-delay: 0;
}

.tfcl-compare-table .compare-listing-remove i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.compare-price span:not(:last-child) {
    margin-right: 10px;
}

.compare-price .empty-sale-price .sale-price,
.compare-price .empty-regular-price .regular-price {
    display: none;
}

.compare-price .inner {
    color: var(--theme-primary-color);
    text-decoration: none;
}

.compare-price .group-price:not(.empty-sale-price) .regular-price {
    text-decoration: line-through;
    color: #B2B3B4;
}