/**
 * SUMOshop Commodity lister v?.? CUSTOM
 * Snippets: 367
 * 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-body {
	overflow: auto;
}

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

#commodity-lister-left .filterlinks>form>.filterlink-container {
	width: calc(1200px * 1/6);
}

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

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

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

#commodity-lister-info-image img {
	width: 100%;
}

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

#commodity-lister-2ndimage-link span {
	transition: 200ms all;	
}

#commodity-lister-2ndimage-description-2nd {
	opacity: 0.5;
}

#commodity-lister-2ndimage-link.active #commodity-lister-2ndimage-description-1st {
	opacity: 0.5;
}

#commodity-lister-2ndimage-link.active #commodity-lister-2ndimage-description-2nd {
	opacity: 1;
}

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

	#commodity-lister-info-image, #commodity-lister-info-headline, #commodity-lister-info-body {
		width: calc(100% - 5px * 2);
		width: calc(100% - var(--basic-margin) * 2);
		max-width: none;
	}

	#commodity-lister-info-image img {
		width: 100%;
	}

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

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

	#commodity-lister-info-image img {
		position: static;
		transform: none;
	}

}