.product-listing-row,
.new-product-listing-row {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.product-listing-product-container,
.new-product-listing-product-container {
  float: left;
  margin: 5px auto;
  vertical-align: middle;
  min-height: 220px;
}

.product-listing-product-name,
.new-product-listing-product-name {
  font-size: 14px;
  padding: 4px 5px;
  text-align: center;
}

.product-listing-product-price,
.new-product-listing-product-price {
  font-weight: bold;
  vertical-align: bottom;
}

.product-listing-product-image .additional-images,
.new-product-listing-product-image .additional-images {
  display: none;
}

.product-listing-product-image A,
.new-product-listing-product-image A {
  transition: opacity 0.2s linear;
}

.product-listing-product-image A IMG,
.new-product-listing-product-image A IMG {
  transition: bottom 0.2s linear;
}

.product-listing-product-options,
.new-product-listing-product-options {
  text-align: center;
  min-height: 25px;
  vertical-align: middle;
  margin: 5px 0 2px 0;
}

.product-listing-product-options-list,
.new-product-listing-product-options-list {
  list-style: none;
  display: inline-block;
}

/* .product-listing-product-options-list-option, */
/* .new-product-listing-product-options-list-option { */
  /* float: left; */
  /* margin: 0 1px; */
/* } */

.index-swatches{
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 5px;
    grid-column-gap: 3px;
    width: 100%;
    justify-content: flex-start;
    padding-left: 11px;
    padding-right: 11px;
}