.is-blogpage {
    --relatedImage: 120px;
    --side: 406px;
}

.slide-feature-sidebar .related-product-image {
    width: 52px;
    height: 52px;
}

.slide-feature-sidebar .icon-addtocart {
    right: 0;
}

#blogpage {
    padding-right: 32px;
}

.sidebar-feature .headline {
    font-size: 16px
}

@media (min-width: 1181px) {
    .sidebar-feature {
        max-height: none;
        overflow: unset;
    }
}

.related-category-link {
    text-align: center;
    margin: 20px 0px;
}

.related-category-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.readmore-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}

.readmore-link {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 8px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 8px;
    line-height: 20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    transition: none
}

.readmore-link:hover {
    color: var(--white);
    background-color: var(--primary);
}

#compare-product-box-tbl table tr td:not(:first-child) {
    width: 180px;
    min-width: 180px;
}

#compare-product-box-tbl {
    width: 100%;
    max-height: 60vh;
    overflow: auto;
    scrollbar-width: auto;
}

#compare-product-box-tbl::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

#compare-product-box-tbl::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background-color: #c1c1c1
}

#compare-product-box-tbl::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 4px;
    background-color: #d1d1d1
}

#compare-product-box-tbl::-webkit-scrollbar-track {
    padding: 6px
}

#compare-product-box-tbl table tr td:first-child {
    min-width: 200px;
    position: sticky;
    left: 0;
    background: #f3f6f9;
    z-index: 1;
    box-shadow: 7px 0 7px rgba(105, 101, 101, .15);
}

#compare-product-box-tbl table {
    position: relative;
    border: 0;
}


#compare-product-box-tbl td {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 16px;
}

#compare-product-box-tbl tr:first-child td {
    background: #f3f6f9;
    font-weight: 600;
}

#compare-product-box-tbl tbody {
    border: 0;
}

#compare-product-box-tbl .compare-product-long-text {
    min-width: 200px;
    white-space: normal;
    max-width: 200px;
}

#compare-product-box-tbl table tr:first-child,
#compare-product-box-tbl-no-fix table tr:first-child {
    position: sticky;
    top: 0;
    z-index: 9;
}

#compare-product-box-tbl-no-fix table tr td:not(:first-child) {
    width: 180px;
    min-width: 180px;
}

#compare-product-box-tbl-no-fix {
    width: 100%;
    max-height: 60vh;
    overflow: auto;
    scrollbar-width: auto;
}

#compare-product-box-tbl-no-fix::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

#compare-product-box-tbl-no-fix::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background-color: #c1c1c1
}

#compare-product-box-tbl-no-fix::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 4px;
    background-color: #d1d1d1
}

#compare-product-box-tbl-no-fix::-webkit-scrollbar-track {
    padding: 6px
}

#compare-product-box-tbl-no-fix table tr td:first-child {
    min-width: 180px;
    background: #f3f6f9;
    z-index: 1;
}

#compare-product-box-tbl-no-fix table {
    position: relative;
    border: 0;
}


#compare-product-box-tbl-no-fix td {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 16px;
}

#compare-product-box-tbl-no-fix tr:first-child td {
    background: #f3f6f9;
    font-weight: 600;
}

#compare-product-box-tbl-no-fix tbody {
    border: 0;
}

#compare-product-box-tbl-no-fix .compare-product-long-text {
    min-width: 200px;
    white-space: normal;
    max-width: 200px;
}
