/**
 * SUMOshop Commodity lister v?.?
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
#commodity-lister-list {
	clear: both;
}

#commodity-lister-left, #commodity-lister-right {
	clear: both;
	position: relative;
	width: 100%;
}

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

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

#commodity-lister-left .filterlinks {
	width: auto;
}

#commodity-lister-left .filterlinks>form>div {
	width: calc(1200px * 1/4);
	width: calc(var(--basic-full) * 1/4);
}

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

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

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

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

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

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

@media only screen and (max-width: 1200px) {

}

@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;
	}

}