/**
 * SUMOshop Sort v?.?
 * Copyright 2018 SUMOshop http://www.sumoshop.dk
 * All rights reserved
 */
.sort {
	float: left;
	margin: calc(10px + 0px);
	margin: calc(var(--basic-margin) + var(--basic-padding));
}

.sort input[type=submit] {
	display: none;
}

.sort-toggle {
	display: none;
}

@media only screen and (max-width: 600px) {
	.sort-toggle {
		display: block;
	}
}