.feature-container {

}
.feature-product-image-container {
    height: 175px;
}
img.product-image-thumbnail {

    max-height: 170px;

}
.feature-group-container {

}
.product-container {
    width: 200px;

}
.feature-group-name-container, .feature-group-product-row {

    font-weight: bold;
    font-size: 1.1em;
    padding: 2px;
    height: 32px;
    background-color: ghostwhite;

}
.feature-cell {
    height: 32px;
}
.feature-value {
    overflow: auto;
}
.feature-compare-row {

    height: 39px;
    padding: 2px;

}
.thumbnail-column {
    height: 450px;
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: #858585 #ffffff;

}
.thumbnail-column::-webkit-scrollbar {
    width: 12px;

}

.thumbnail-column::-webkit-scrollbar-track {
    background: #ffffff;
}

.thumbnail-column::-webkit-scrollbar-thumb {
    background-color: #858585;
    border-radius: 5px;
    border: 3px solid #ffffff;
}

.thumbnail-container {
    padding: 3px;
    margin: 4px;
    border: 1px solid silver;
    cursor: pointer;
    width: 60px;
    height: 75px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.thumbnail-container:hover {

    border: 1px solid black;
}
.products-container {

    border: 1px solid silver;
    background: rgb(172,172,172);
    background: radial-gradient(circle, rgba(172,172,172,1) 0%, rgba(255,255,255,0) 60%);
}
.product-container {

    min-width: 250px;
    height: 400px;
    float: left;
    border: 1px solid silver;
    background-color: white;
    margin: 5px;
    display: flex;
    flex-direction: column;

}
.product-image-container {

    padding: 5px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;

}
.product-name-container {
    text-align: center;
    height: 45px;
    vertical-align: middle;
    width: 100%;

}
.product-name {

}

.product-table {
    height: 100%;
}

.product-top-toolbar {

    padding: 5px;
    background: rgb(232,232,232);
    background: linear-gradient(0deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);

}
.product-highlights-container {

    height: 55px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;

}
.product-info-pricing {

    padding: 10px;
    text-align: center;

}
.product-compare-container {
    text-align: center;
    padding: 2px;
    background-color: ghostwhite;
}
.compare-window-container {
    bottom: 100px;
    position: fixed;
    height: 25px;
    width: 100%;
    text-align: center;
    display: none;

}
.compare-button-container {
    min-width: 350px;
}
#txtCompareNumber {

    font-weight: bold;
    font-size: 1.2em;
    padding: 4px;

}