/* Web site home page specific styles */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.product {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 0 5px 20px 5px;
}
@media (min-width: 992px) {
  .product {
    margin-bottom: 100px;
  }
}
.thumbnail-image {
  display: inherit !important;
}
img[id*="color-select"] {
	width: 34px;
	height: 26px;
	vertical-align: top;
}
.thumb-small-holder {
  width: 34px;
  height: 26px;
  padding: 1px;
  margin-top: 1px;
  margin-left: 1px;
  margin-bottom: 5px;
}
