/**
 * SUMOshop Commodity lister v1.12 CUSTOM
 * Snippets: 65
 * 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-info {
	height: calc(1440px * 1/4);
	height: calc(var(--basic-full) * var(--basic-columnwidth));
	overflow: hidden;
}

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

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

#commodity-lister-left .filterlinks>form>div {
	width: calc(1440px * 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 {
	float: right;
	width: calc(1440px * 1/4 - 15px * 2);
	width: calc(var(--basic-full) * var(--basic-columnwidth) - var(--basic-margin) * 2);
	height: calc(100% - 15px * 2);
	height: calc(100% - var(--basic-margin) * 2);
	max-width: calc(100vw * 1/4 - 15px * 2);
	max-width: calc(100vw * var(--basic-columnwidth) - var(--basic-margin) * 2);
}

#commodity-lister-info-image img {
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#commodity-lister>.headline, #commodity-lister-info-headline, #commodity-lister-info-body {
	float: left;
	clear: none;
	width: calc(1440px - (1440px * 1/4) - 15px * 2);
	width: calc(var(--basic-full) - (var(--basic-full) * var(--basic-columnwidth)) - var(--basic-margin) * 2);
	max-width: calc(100vw - (100% * 1/4));
	max-width: calc(100vw - (100% * var(--basic-columnwidth)));
}

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

.completionoffer-steps-6>.completionoffer-step {
	width: calc(100% / 6 - 15px * 2);
	width: calc(100% / 6 - var(--basic-margin) * 2);
}

.completionoffer-steps-5>.completionoffer-step {
	width: calc(100% / 5 - 15px * 2);
	width: calc(100% / 5 - var(--basic-margin) * 2);
}

.completionoffer-steps-4>.completionoffer-step {
	width: calc(100% / 4 - 15px * 2);
	width: calc(100% / 4 - var(--basic-margin) * 2);
}

.completionoffer-steps-3>.completionoffer-step {
	width: calc(100% / 3 - 15px * 2);
	width: calc(100% / 3 - var(--basic-margin) * 2);
}

.completionoffer-step {
	display: block;
	float: left;
	margin: 15px;
	margin: var(--basic-margin);
}

.completionoffer-description {
	clear: both;
}

@media only screen and (max-width: 850px) {
	#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% - 15px * 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;
	}

	

}