.compares-wrap.visible-scroll::-webkit-scrollbar-track {
    height: 5px;
    background-color: #eeee;
}

.compares-wrap.visible-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #eeee;
    height: 5px;
}

.compares-wrap.visible-scroll::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #cccccc;
}

.compares-wrap::-webkit-scrollbar-track {
    height: 0;
    width: 0;
    background-color: transparent;
}

.compares-wrap::-webkit-scrollbar {
    height: 0;
    width: 0;
    background-color: transparent;
}

.compares-wrap::-webkit-scrollbar-thumb {
    height: 0;
    width: 0;
    background-color: transparent;
}

.compares-wrap {
    overflow: auto;
    cursor: -webkit-grab;
    cursor: grab;
}

.compares-wrap.sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.compares-wrap.visible-scroll {
    overflow: auto;
}

.lsfw-popup__new-scroll.lsfw-popup__new-scroll--50 {
    height: calc(100% - 60px);
    overflow: auto;
}

.compares {
    width: 100%;
    background: #eeeeee;
}

.compares .compares__check::before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #00a551;
    font-size: 16px;
    text-align: center;
    content: "\f058";
}

.compares tr td, .compares tr th {
    width: 215px;
    max-width: 215px;
    min-width: 215px;
    overflow: hidden;
}

.compares-wrap.compares-wrap--loader tr td::before {
    content: '';
    display: block;
    min-height: 33px;
}

.compares-wrap.compares-wrap--loader tr td {
    background-color: #eeeeee;
    margin-top: 5px;
    -webkit-animation: compareLoader 5s infinite;
    animation: compareLoader 5s infinite;
    cursor: initial;
}

@keyframes compareLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #d9d9d9;
    }
    100% {
        background-color: #eeeeee;
    }
}

.compares tr td {
    position: relative;
    color: #475669;
    background-clip: padding-box;
    text-align: center;
    font-size: 13px;
    font-family: 'apercu_pro', sans-serif;
    padding: 7px 11px;
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
}

.compares .compares__rate {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
    width: 50px;
}

.compares .compares__rate.compares__rate--green {
    background-color: #00a551;
}

.compares .compares__rate.compares__rate--red {
    background-color: #e03a3a;
}

.compares .compares__rate.compares__rate--orange {
    background-color: #ff8e41;
}

.compares .compares__rate.compares__rate--grey {
    background-color: #cccccc;
}

.compares .bth__uper-link {
    margin: 5px 0 0 0;
    font-size: 10px;
}

.compares .compares__note.compares__note--full::before {
    display: none;
}

.compares .compares__note.active {
    max-height: none;
}

.compares .compares__note-edit:hover {
    color: #215f86;
}

.compares .compares__note-edit {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #999999;
}

.compares .compares__note {
    max-height: 85px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    line-height: 21px;
}

.compares .compares__uncheck::before {
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #999999;
    font-size: 16px;
    text-align: center;
    content: "\f057";
}

.compares th {
    background-clip: padding-box;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 11px;
    font-family: 'apercu_pro', sans-serif;
    border-bottom: 5px solid #ffffff;
    text-transform: uppercase;
    text-align: center !important;
    border-right: 5px solid #ffffff;
}

.compares-wrap .bg-dark-grey, .compares tbody tr:hover {
    background-color: #dfdfdf !important;
}

.compares .bth__bold-link {
    display: block;
}

.compares .compares__cut {
    max-width: calc(100% - 18px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.compares-ttl {
    font-weight: bold;
    margin: 10px 0;
    font-size: 14px;
    text-align: center;
}

.lsfw-popup__top.bg-tranparent {
    background: transparent !important;
}

@media screen and (max-width: 767px) {
    .compares .bth__img-190 {
        width: 80px;
        height: 60px;
    }

    .lsfw-popup-wrap.p10 .lsfw-popup {
        border-radius: 2px;
    }

    .lsfw-popup-wrap.p10 {
        padding: 10px !important;
    }

    .compares-ttl {
        font-size: 11px;
        text-align: left;
    }

    .compares tr td .fz13 {
        font-size: 10px !important;
    }

    .compares .compares__note {
        font-size: 11px;
        line-height: 16px;
    }

    .compares .compares__cut {
        max-width: none;
        white-space: normal;
        display: inline;
    }

    .compares .compares__rate + .fz11 {
        display: none;
    }

    .compares tr td, .compares tr th {
        width: 115px;
        max-width: 115px;
        min-width: 115px;
        padding: 5px;
        font-size: 11px;
        overflow: hidden;
    }

    .compares-wrap.compares-wrap--loader tr td::before {
        min-height: 25px;
    }
}