<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-item,.left-sidebar {
	padding-right: 15px;
	padding-left: 15px
}

.product-item,.left-sidebar,.right-products-list {
	position: relative;
	min-height: 1px;
	box-sizing: border-box
}

.right-products-list:before {
	display: table;
	content: " "
}

.left-sidebar *,.right-products-list * {
	box-sizing: border-box
}

.product-item {
	float: left;
	width: 100%;
	height: 289px
}



.product-item .thumbnail {
	height: 200px;
	overflow: hidden
}

.product-item .img-responsive,.product-item .thumbnail &gt; img,.product-item .thumbnail a &gt; img {
	display: block
}

.product-item .thumbnail {
	display: block;
	line-height: 1.42857143;
	background-color: #fff;
	overflow: hidden
}

.product-img-container {
	height: 200px;
	overflow: hidden
}

.product-img-container a {
	display: block;
	padding: 0!important;
	margin: auto;
	overflow: hidden;
	height: 200px
}

.product-item .thumbnail &gt; img,.product-item .thumbnail a &gt; img {
	margin-right: auto;
	margin-left: auto;
	max-height: 100%;
	max-width: 99%;
	display: table-cell;
	vertical-align: bottom;
}

.product-item {
	font-size: 14px;
	text-align: center;
	/* border-bottom: 1px solid #eee; */
	padding-top: 20px;
}

/* @media (min-width: 999px) {
	.product-item {
		border-right: 1px solid #eee;
	}
} */

.product-item a.product-description {
	font-weight: 700
}

.product-item .stock_status {
	white-space: nowrap
}

.product-item .thumbnail .caption {
	padding: 9px;
	color: #333
}

.product-img-container {
	overflow: hidden
}

.product-item-caption {
	margin-top: 5px;
	width: 100%
}

@media (min-width: 700px) and (max-width: 999px) {
	.product-item {
			float: left;
			width: 50%;
			height: 245px
	}
	.product-img-container a {
			width:340px;
	}

	.product-item .thumbnail &gt; img,.product-item .thumbnail a &gt; img {
			max-height: 100%;
			width: auto
	}
}

@media (min-width: 999px) {
	.left-sidebar,.right-products-list {
			float:left
	}

	.left-sidebar {
			width: 20%
	}

	.right-products-list {
			width: 80%
	}

	.product-item {
			float: left;
			width: 33.33333333%
	}
}

@media (min-width: 1800px) {
	.left-sidebar {
			width:12%
	}

	.right-products-list {
			width: 88%
	}

	.home .product-item {
			float: left;
			width: 25%
	}
}

</pre></body></html>