.pr-table-compare {
    width: auto;
    min-width: 100%;
    table-layout: fixed;
    background: #fff;
}

.pr-table-compare td {
    min-width: 200px;
    width: 200px;
    vertical-align: middle;
    background: #fff;
}

.pr-table-compare td:first-child {
    min-width: 180px;
    width: 180px;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 1px 0 0 0 #e5e9ef;
}

#product-compare .pr-compare-scroll-track {
    position: relative;
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    margin-left: 180px;
    margin-bottom: 8px;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

#product-compare .pr-compare-scroll-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    min-width: 24px;
    background: #FF8307;
    border-radius: 4px;
    cursor: grab;
    transition: background 0.15s;
    will-change: transform, width;
}

#product-compare .pr-compare-scroll-thumb:hover,
#product-compare .pr-compare-scroll-thumb:active {
    background: #e6730a;
}

#product-compare .pr-compare-scroll-thumb:active {
    cursor: grabbing;
}

#product-compare .pr-compare-scroll-track.is-hidden {
    display: none;
}

#product-compare .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#product-compare .table-responsive::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.pr-table-compare-img img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .pr-table-compare td:first-child {
        min-width: 150px;
        width: 150px;
    }

    #product-compare .pr-compare-scroll-track {
        margin-left: 150px;
    }
}
