.UC193minimal2 a{
	text-decoration: none;
}
.UC193minimal2 .ProductListContainer{
	position: relative;
	z-index: 0;
}
.UC193minimal2 .Item{
	position: relative;
    padding: 10px 10px 20px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.UC193minimal2 .Item:hover{
	background-color: #f5f5f5;
	transform: scale(1.05);
	z-index: 2;
}

.UC193minimal2 .StockTextRow{
	font-size: 10px;
}
.UC193minimal2 .Key,
.UC193minimal2 .Value{
	display: inline-block;
}
.UC193minimal2 .Value{
	font-weight: bold;
}
.UC193minimal2 .Key{
	min-width: 80px;
}
.UC193minimal2 .DetailsRow{
	margin-bottom: 5px;
}
.UC193minimal2 .ItemTitleContainer {
	font-size: 18px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0 20px;
}
.UC193minimal2 .PriceRow{

}
.UC193minimal2 .Price{
	font-size: 15px;
}
.UC193minimal2 .OriginalPrice {
	text-decoration: line-through;
}
.UC193minimal2 .PriceVatTxt{
	font-size: 10px;
}
.UC193minimal2 .Brand{
	padding: 2px 4px;
	line-height: 20px;
	text-align: center;
	color: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 1;
}

.UC193minimal2 .DimensionsInStockContainer{
	display: none;
}
.UC193minimal2 .DimensionsInStockContainer.show {
	display: block;
	position: absolute;
	left: 0; right: 0;
	bottom: 0;
	text-align: center;
	z-index: 1;
	background-color: rgba(255,255,255,.8);
	line-height: 14px;
	padding: 5px 0;
	transform: translateY(100%);
    transition: transform 0.2s ease-in-out;
}
.UC193minimal2 .SingleDimensionProduct:hover .DimensionsInStockContainer{
	transform: translateY(0);
}
.UC193minimal2 .ImageContainer{
	position: relative;
	overflow: hidden;
}
	.uc193-minimal2__flag{
		position: absolute;
		top:10%;  left: 0;
		z-index: 1;
		line-height: 14px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px;
	}
	.UC193minimal2 .Item:hover .WishListBtn{
		opacity: 1;
	}
	.UC193minimal2 .WishListBtn{
		opacity: 0;
		display: block;
		transition: opacity 0.3s ease-in-out;
		position: absolute;
		background-color: rgba(0,0,0,.4);
		color: #fff;
		z-index: 1;
		top:50%; left: 50%;
		border-radius: 50%;
		height: 50px;
		width: 50px;
		margin: -25px -25px;
		font-size: 30px;
		text-align: center;
	}
	.UC193minimal2 .WishListBtn.Remove{
		background-color: green;
	}
	.UC193minimal2 .WishListBtn i{
		line-height: 50px;
	}