#index .product-miniature {
    margin-bottom: 1.5rem;
}
#products .products .col-lg-3 {
    margin-bottom: 1.5rem;
}
#products .products .col-lg-4 {
    margin-bottom: 1.5rem;
}
#products .products .col-lg-6 {
    margin-bottom: 1.5rem;
}
#index .thumbnail-container {
    height: 100% !important;
    margin-bottom: 0px;
}
#products .col-lg-3 .thumbnail-container {
    height: 100% !important;
    margin-bottom: 0px;
}
#products .col-lg-4 .thumbnail-container {
    height: 100% !important;
    margin-bottom: 0px;
}
#products .col-lg-6 .thumbnail-container {
    height: 100% !important;
    margin-bottom: 0px;
}
#index .an_productattributes {
    display: flex;
    align-items: flex-end;
    min-height: 120px;
    justify-content: center;
    padding-bottom: .75rem;
}
#products .col-lg-3 .an_productattributes {
    display: flex;
    align-items: flex-end;
    min-height: 120px;
    justify-content: center;
    padding-bottom: .75rem;
}
#products .col-lg-4 .an_productattributes {
    display: flex;
    align-items: flex-end;
    min-height: 120px;
    justify-content: center;
    padding-bottom: .75rem;
}
#products .col-lg-6 .an_productattributes {
    display: flex;
    align-items: flex-end;
    min-height: 120px;
    justify-content: center;
    padding-bottom: .75rem;
}
#index .product-description .product-title {
    margin-left: 8px;
    margin-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#products .col-lg-3 .product-description .product-title {
    margin-left: 8px;
    margin-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#products .col-lg-4 .product-description .product-title {
    margin-left: 8px;
    margin-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#products .col-lg-6 .product-description .product-title {
    margin-left: 8px;
    margin-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 500px) {
    #products .col-lg-6 .an_productattributes {
        min-height: 170px;
    }
    #index .an_productattributes {
        min-height: 170px;
    } 
}