/**
 * 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, #commodity-lister-right {
	clear: both;
	position: relative;
	width: 100%;
}

#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) * var(--basic-columnwidth));
}

#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 img {
	width: 100%;
}

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

@media only screen and (max-width: 600px) {
	#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 li {
		width: calc(50% - 10px * 2);
		width: calc(50% - var(--basic-margin) * 2);
	}
}