.htc-page-container {
    padding: 1vw 7vw;
    width: 100%;
    min-height: 100%;
    background-color: rgb(255, 255, 255);
}

.htc-page-container header {
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    width: 100%;
    background-color: red;
}

.htc-page-container header nav {
    display: flex;
    padding: 2vw 0vw;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.htc-page-container header nav .htc-link-box {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.htc-page-container header nav .htc-link-box a {
    text-decoration: none;
    color: #000;
}

.htc-page-container header nav .htc-link-box h1 {
    font-size: 1.7vw;
    font-weight: 400;
}

.htc-page-container header nav .htc-icon-box i {
    font-size: 1.5vw;
    margin: 0rem 1.2rem;
}

.htc-product-container {
    width: 100%;
}

.htc-product-container h1 {
    font-size: 2.5vw;
    font-weight: 400;
    margin: 2.5rem 0rem 1.5rem 0rem;
}

.htc-product-container span {
    font-size: 1.8vw;
    color: #05A100;
    margin: 1rem;
}

.htc-product-container h2 {
    margin: 0.5rem 1rem;
}

.htc-product-card-pcont {
    display: flex;
    padding: 0.2vw;
    margin-bottom: 3rem;
}

.htc-product-card-pcont .htc-product-card {
    position: relative;
    width: 30%;
    margin: 0rem 0.5rem;
    padding: .7vw;
    border-radius: 10px;
    border: 1px solid #000;
}

.htc-product-card-pcont .htc-product-card .htc-cross-icon {
    position: absolute;
    top: 2%;
    right: 5%;
    font-size: 1.6vw;
}

.htc-rating-star {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: .5rem !important;
    color: #000;
}
.htc-show-diff{
    margin: 0px !important;
}
.htc-highlight-diff {
    margin: 0px !important;
}

.htc-rating-star b {
    font-size: 1.3vw;
    margin: .5rem;
}

.htc-rating-star i {
    color: #FFA318;
}

.htc-product-card-pcont .htc-product-card h3 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

.htc-product-card-pcont .htc-product-card .htc-p-img-cont {
    width: 100%;
    padding: 1vw;
}

.htc-product-card .htc-p-img-cont img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.htc-product-card-pcont .htc-product-card .htc-specs-box {
    padding: 1vw 0vw;
}

.htc-product-card-pcont .htc-product-card .htc-specs-box p {
    margin: 0.5rem;
    font-size: 0.8vw;
    display: inline-block;
    width: 100%;
}

.htc-product-card-pcont .htc-product-card .htc-btn-div {
    display: grid;
    place-items: center;
    padding: 1vw;
    position: absolute;
    bottom: 0;
}

.htc-product-card-pcont .htc-product-card .htc-btn-div a {
    text-decoration: none;
    border-radius: 10px;
    padding: .5vw 3vw;
    background-color: #1E6985;
    color: #ffffff;

}

/*//TODO*/
/* CSS styles for the table */
table {
    width: 100%;
    border-collapse: collapse;
}


.htc-group-heading {
    background-color: #d5f4ff;
    margin: 3rem 0rem;
    /* font-weight: bold; */
}

.htc-feature-col {
    font-weight: 600;
}

.htc-product-list-cont {
    height: 9vw;
    width: 100%;
    padding: .3vw;
    text-align: center;
    /* background-color: red; */
}

.htc-product-list-cont .htc-table-prod-img {
    width: 100%;
    height: 60%;
    /* background-color: white; */
}

.htc-product-list-cont .htc-table-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Responsive styles for tablet screens */
@media (max-width: 950px) {

    .htc-page-container header nav .htc-link-box h1 {
        font-size: 3vw;
    }

    .htc-page-container header nav .htc-link-box a {
        margin-left: 3rem;
    }

    .htc-page-container {
        padding: 2vw;
    }

    .htc-product-container h1 {
        font-size: 4vw;
        margin: 1rem 0rem;
    }

    .htc-product-card-pcont .htc-product-card .htc-specs-box p {
        font-size: 1.5vw;
    }


    .htc-table-container {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .htc-product-list-cont {
        height: 15vw;
    }

    .htc-rating-star b {
        font-size: 2vw;
    }

    .htc-product-card-pcont .htc-product-card .htc-btn-div a {
        border-radius: 5px;
    }

}

/* Responsive styles for mobile screens */
@media (max-width: 600px) {
    .htc-product-card-pcont {
        overflow-x: scroll;
        white-space: nowrap;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .htc-page-container {
        padding: 1vw;
    }

    .htc-product-container h1 {
        font-size: 6vw;
        margin: 1rem 0rem;
    }


    .htc-page-container header nav .htc-link-box a {
        display: none;
    }

    .htc-page-container header nav .htc-link-box h1 {
        font-size: 5vw;
        font-weight: 600;
    }

    .htc-page-container header nav .htc-icon-box i {
        font-size: 5vw;
    }


    .htc-product-card-pcont .htc-product-card {
        width: 70%;
        padding: 1.5vw;
    }

    .htc-product-card-pcont .htc-product-card h3 {
        font-size: 5.2vw;
    }

    .htc-product-card-pcont .htc-product-card .htc-specs-box p {
        font-size: 3vw;
        display: block;
    }

    .htc-rating-star b {
        font-size: 3vw;
        margin: 0rem .3rem;
    }

    .htc-rating-star i {
        font-size: 3vw;
    }


    .htc-product-container h2 {
        font-size: 4vw;
        margin: .5rem;
    }

    .htc-product-container span {
        font-size: 5vw;
        margin: 0rem .5rem;
    }

    .htc-product-card-pcont .htc-product-card .htc-btn-div a {
        font-size: 2.5vw;
        border-radius: 3px;
        padding: 1.5vw 4vw;
        font-size: 4vw;
    }

    .htc-specification-section h2 {
        font-size: 1vw;
    }

    /*TODO*/
    th,
    td {
        font-size: 3.2vw;
        padding: 2vw;
    }


    .htc-product-card-pcont .htc-product-card .htc-cross-icon {
        font-size: 6vw;
    }

    .htc-product-list-cont {
        height: initial;
    }

    .htc-product-list-cont .htc-table-prod-img img {
        width: 60%;
    }
}


.htc-zui-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}


.htc-zui-table thead th {
    padding: 15px 20px;
    text-align: center;
    vertical-align: top;
    min-width: 180px;
}

.htc-zui-table tbody td {
    color: #333;
    font-size: 16px;
    padding: 15px 20px;
    white-space: normal;
    vertical-align: top;
    overflow-wrap: break-word;

}

.htc-zui-wrapper {
    max-width: 1200px;
    position: relative;
}

.htc-zui-scroller {
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: 100%;
}

.htc-zui-table .htc-zui-sticky-col {
    left: 0;
    position: sticky;
    top: auto;
    font-weight: 700;
    min-width: 200px;
    background-color: #FFFFFF;
    box-shadow: inset -15px 0 10px -7px rgba(0, 0, 0, 0.15);
}

.htc-zui-sticky-col.htc-zui-stripe-row {
    background-color: #F3F3F3;
}

.htc-product-img {
    height: auto;
    width: 150px;
}

.htc-product-link {
    color: #0371BD ;
    text-decoration: none;
}

th:not(:first-child),
td:not(:first-child) {
    border-left: 1px solid lightgrey;
}


.htc-fa-check-circle {
    color: #028845;
}

.htc-fa-plus-circle {
    color: #2275D3;
}

.htc-fa-times-circle {
    color: gray;
}

.htc-scroll-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #fdb813;
}

#prev-button,
#next-button {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 50%;
}

#prev-button {
    left: 230px;
    display: none;
}

#next-button {
    right: -25px;
}

.htc-fa-chevron-left,
.htc-fa-chevron-right {
    font-size: 22px;
    padding-right: 0;
}


.htc-average-rating {
    position: relative;
    appearance: none;
    color: transparent;
    width: 100%;
    display: inline-block;
    vertical-align: baseline;
    font-size: 2rem;
}

.htc-average-rating::before {
    content: '★★★★★';
    top: 0;
    color: rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, gold var(--percent), rgba(0, 0, 0, 0.2) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Phone */
@media screen and (max-width: 768px) and (min-width: 320px) {
    .htc-zui-table .htc-zui-sticky-col {
        min-width: 125px;
    }

    .htc-zui-table thead th {
        min-width: 190px;
    }

    .htc-zui-table tbody td {
        font-size: 15px;
    }

    .htc-product-img {
        width: 100px;
        height: auto;
    }

}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .htc-zui-table .htc-zui-sticky-col {
        min-width: 175px;
    }

    .htc-zui-table thead th {
        min-width: 180px;
    }
}

@media screen and (max-width: 1280px) {
    .htc-instruction {
        display: block;
    }
}


.htc-show {
    display: block;
}

.htc-show.htc-hide {
    display: none;
}