/** More images button START **/
/* - DP - */
.designPlus .productgrid .has-more-images {
	position: absolute;
	left: 12px;
	top: 45px;
	z-index: 2;
	color: var(--wishlist-active-color);
}
.productgrid .has-more-images span {
	display: block;
	width: 28px;
	height:28px;
	text-align: center;
}
.productgrid .has-more-images svg {
	width: 20px;
	font-size: 2em;
}
/* - QS - */
.image + .flags > div.has-more-images {
	color: var(--wishlist-active-color);
	padding: .5em;
	left: 0;
	top: 40px;
	display: table;
}
/** More images button END **/