.novatek-static-compare__title {
    margin-bottom: 16px;
    color: #111;
    font-weight: 600
}

.novatek-static-compare__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.novatek-static-compare .compare-table {
    min-width: 960px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.novatek-static-compare .compare-table thead th,
.novatek-static-compare .compare-table tbody th,
.novatek-static-compare .compare-table td {
    vertical-align: top;
    padding: 12px;
    border-bottom: 1px solid #e3e3e3;
    background: #fff
}

.novatek-static-compare .compare-table thead th {
    border-bottom: 2px solid #e3e3e3
}

.novatek-static-compare .compare-table tr:nth-child(even) td {
    background: #f7f7f7
}

.novatek-static-compare .compare-table .is-sticky {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 1px 0 0 0 #e3e3e3;
    width: 160px;
    max-width: 160px;
    white-space: nowrap;
}

.novatek-static-compare .compare-table .col-product {
    width: 25%
}

.novatek-static-compare .cmp-product {
    text-align: left
}

.novatek-static-compare .cmp-product__img img {
    max-width: 140px;
    height: auto;
    display: block;
    margin-bottom: 6px
}

.novatek-static-compare .cmp-product__name {
    display: block;
    font-weight: 600;
    margin: 4px 0;
    line-height: 1.25;
    color: #111;
    text-decoration: none
}

.novatek-static-compare .cmp-product__sku {
    color: #717171;
    font-size: 12px;
    margin-bottom: 4px
}

.novatek-static-compare .cmp-product__price {
    margin: 6px 0
}

.novatek-static-compare .cmp-product__cart {
    margin-top: 6px
}

.novatek-static-compare .cmp-cell {
    position: relative
}

.novatek-static-compare .cmp-cell__content {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    white-space: normal;
    line-height: 1.45;
    max-height: 8.7em
}

.novatek-static-compare .cmp-cell__toggle {
    margin-top: 6px;
    padding: 0;
    background: none;
    border: 0;
    color: #006bb4;
    cursor: pointer;
    display: inline-block
}

.novatek-static-compare .cmp-cell.is-expanded .cmp-cell__content {
    -webkit-line-clamp: initial;
    max-height: none
}
