<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * SUMOshop Commodity lister v?.?
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
#commodity-lister-list {
	clear: both;
}

#commodity-lister-left {
	clear: both;
	position: relative;
}

#commodity-lister-left {
	float: left;
	width: calc(1200px * 1/5);
}

#commodity-lister-right {
	float: left;
	width: calc(1200px * 4/5);
}

#commodity-lister-info {
	float: left;
	width: calc(100vw - 5px * 2);
	width: calc(var(--basic-full) - var(--basic-margin) * 2);
	max-width: calc(100% - 5px * 2);
	max-width: calc(100% - var(--basic-margin) * 2);
	height: calc(100vw * 1/4);
	height: calc(var(--basic-full) * 1/4);
	margin: 5px;
	margin: var(--basic-margin);
	overflow: hidden;
}

#commodity-lister-body {
	overflow: auto;
}

#commodity-lister-left .filterlinks {
	clear: both;
}

#commodity-lister-left .filterlinks.fixed {
	position: fixed;
	top: 10px;
}

#commodity-lister-left .filterlinks.fixed-bottom {
	position: absolute;
	bottom: 0;
}

#commodity-lister-left .filterlinks&gt;form&gt;div&gt;ul {
	height: auto;
}

#commodity-lister-info-image {
	position: absolute;
	width: 100%;
	margin: 0px
}

#commodity-lister&gt;.headline, #commodity-lister-info-headline, #commodity-lister-info-body {
	position: relative;
	width: calc(100% - 5px * 2);
	width: calc(100% - var(--basic-margin) * 2);
	margin: 5px;
	margin: var(--basic-margin);
}

#commodity-lister-info:after {
	content: "";
	display: block;
	clear: both;
}

@media only screen and (max-width: 100vwpx) {
	#commodity-lister-left {
		width: 100%;
	}

	#commodity-lister-right {
		width: 100%;
	}

	#commodity-lister-right .list-commodity-grid&gt;li {
		width: calc(100% * 1/4 - 5px * 2);
		width: calc(100% * 1/4 - var(--basic-margin) * 2);
	}

	#commodity-lister-right .list-commodity-half&gt;li {
		width: calc(100% * 1/2 - 5px * 2);
		width: calc(100% * 1/2 - var(--basic-margin) * 2);
	}
}

@media only screen and (max-width: 920px) {
	#commodity-lister-left, #commodity-lister-left .filterlinks, #commodity-lister-right {
		width: 100%;
	}

	#commodity-lister-left .filterlinks.fixed, #commodity-lister-left .filterlinks.fixed-bottom {
		position: static;
	}

	#commodity-lister-info {
		height: auto;
	}

	#commodity-lister-right .list-commodity-grid&gt;li {
		width: calc(100% * 1/2 - 5px * 2);
		width: calc(100% * 1/2 - var(--basic-margin) * 2);
	}

	#commodity-lister-right .list-commodity-half&gt;li {
		width: calc(100% - 5px * 2);
		width: calc(100% - var(--basic-margin) * 2);
	}
}</pre></body></html>