@CHARSET "UTF-8";

.eco-cart-summary-min-price-not-reached .x-grid-cell-inner
{
	background-color: yellow;
}

.eco-catalog-view-item.eco-catalog-view-tile
{
	background-color: #d6d4d4;
}

.eco-catalog-view-item.eco-catalog-childview-tile
{
	background-color: var(--bkg);
	background-image: url(img/poly.png);
   background-position: 50% 50%;
}

.dip-catalog-category-imgcell
{
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	height: 260px;
	margin: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.dip-catalog-view-tile-imgcell
{
	text-align: center;	
	vertical-align: top;
	overflow: hidden;
	height: 150px;
	margin: 5px 5px;
	background-position: center 0px;
	background-repeat: no-repeat;
	background-size: contain;
}

.dip-artdata-img
{
	background-color: #d6d4d4;
}

.eco-catalog-image-zoom
{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.dip-catalog-category-title
{
	padding-top: 10px;
}

.eco-catalog-artdetails td,
.eco-catalog-artprice-summary td
{
	white-space: nowrap;
}

.eco-catalog-tile-avail
{
	color: transparent;
}

.eco-catalog-view-tile-desc {
    font-size: 12px;
    line-height: 14px;
    text-overflow: ellipsis;
}

.eco-catalog-tile-avail.green
{
	color: #00c800;
}