/* Product */
.cmp-product_icon-row{
	display:  flex;
    flex-wrap: wrap;
}
.cmp-product_icon-break{
	width: 100%;
	clear: both;
}
.cmp-product_icon-item{
	margin-bottom: 1rem;
	text-align:center;
	position: relative;
	z-index:1;
	overflow:hidden;
	margin-bottom: 20px;
}
.cmp-product_icon-item-a{
	display: block;
}

.cmp-product_icon-toolbar{
	display:inline-block;
	text-align:center;
	position: relative;
	width: 100%;
	overflow:hidden;
	margin-top: 10px;
}
.cmp-product_icon-ws-add,
.cmp-product_icon-ws-rm{
	position: absolute;
	top: -24px;
}

.cmp-product_icon-icon {
	background-size: cover;
	width: 24px;
	height: 24px;
	display:block;
}
.cmp-product_icon-icon-ws-add{
	background-image: url(/sysModules/obxPrintShop/gfx/icons/wish-list.png);
}
.cmp-product_icon-icon-ws-rm{
	background-image: url(/sysModules/obxPrintShop/gfx/icons/wish-list-remove.png);
}

.cmp-product_icon-item img.lazy {
    height: 160px; 
}

.cmp-product_item-button{
	min-width: 100% !important;
}

