﻿.product-photos {
  display: flex;
  margin-top: 10px;
}

#productPhotos .product-photo-mini {
  border: 1px solid #CECECE;
  border-radius: 4px;
  width: 75px;
  height: 75px;
  margin-bottom: 8px;
  cursor: pointer;
}

  #productPhotos .product-photo-mini:hover {
    border: 1px solid #0d6efd;
  }

  #productPhotos .product-photo-mini img {
    width: 72px;
    height: 72px;
    object-fit: scale-down;
  }

#mainProductPhoto {
  width: 450px;
  height: 450px;
  cursor: pointer;
}

  #mainProductPhoto img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: scale-down;
  }

.product-row {
  display: flex;
  flex-wrap: wrap;
}
