/* Bottom View Thumb Alignment */
#mainPdpImgContainer.bottom-view  {
  display: flex !important;
  flex-direction: column !important;
  align-items: center; /* center thumbnails & image horizontally */
}

.bottom-view  .m-pdp-main-img-container {
  order: 1;
  width: 100%;
}

.bottom-view .m-pdp-thumbs-column {
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99999;
}

.bottom-view .m-pdp-thumbs-column .m-pdp-thumbs-column-list .m-pdp-thumbs-column-list-item.active a:after {
	display: none;
}

.bottom-view .m-pdp-thumbs-column .m-pdp-thumbs-column-list .m-pdp-thumbs-column-list-item.active:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fa3c7a;
	margin-bottom: 8px;
}

.bottom-view .m-pdp-thumbs-column .m-pdp-thumbs-column-list .m-pdp-thumbs-column-list-item .m-pdp-thumbs-column-list-item-link {
	outline: 0;
}

.bottom-view .m-pdp-main-img-container {
  max-height : 500px;
 }
 
.bottom-view .m-pdp-thumbs-column .m-pdp-thumbs-column-list {
	margin-top: 0;
}

.bottom-view .m-pdp-thumbs-column .m-pdp-thumbs-column-list .m-pdp-thumbs-column-list-item .m-pdp-thumbs-column-list-item-link img {
    border: none;
}

.bottom-view .m-pdp-thumbs-column-list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0
 } 
 
 .bottom-view .m-pdp-thumbs-column-list {
  display: flex;
  flex-direction: row; 
  justify-content: center; 
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 3em 0;
}