
/* Product */
.cmp-product_cards-row{
	display:  flex;
    flex-wrap: wrap;
}
.cmp-product_cards-break{
	width: 100%;
	clear: both;
}
.cmp-product_cards-item{
	margin-bottom: 1rem;
}
.cmp-product_cards-item-a{
	display: block;
}
.cmp-product_cards-item-a img{
	border:1px solid #393e51;
}
.cmp-product_cards-hidden{
	display:none;
}
.cmp-product_cards-toolbar{
	height:27px; 
	margin-top:-30px;
	padding:3px;
	position: relative;
}
.cmp-product_cards-toolbar-icon {
	background-size: cover;
	width: 24px;
	height: 24px;
	display:inline-block;
}
.cmp-product_cards-toolbar-wishlist{
	background-image: url(/sysModules/obxPrintShop/gfx/icons/wish-list.png);
}
.cmp-product_cards-toolbar-wishlist-remove{
	background-image: url(/sysModules/obxPrintShop/gfx/icons/wish-list-remove.png);
}
.cmp-product_cards-toolbar-logo{
	background-image: url(/sysModules/obxPrintShop/gfx/icons/logo-layout.png);	
}
.cmp-product_cards-toolbar-mask{
	background-image: url(/sysModules/obxPrintShop/gfx/icons/layer-mask.png);
}
.cmp-product_cards-item img.lazy {
    height: 200px; 
}

