.productActive{
  border-bottom: 1px solid #BA1414;
}
.productInactive {
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.smallProductContainer img{
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 6px;
}
#product-itemContainer-ShowMore {
  display: none;
}
@media screen and (max-width:992px) {
  #viewMoreButton {
    width: 100%;
  }
}
.colorCode {
  font-size: 10px;
  text-align: center;
  margin-top: 3px;
}