.hit {
	font-weight: bold;
	background: #eee;
}

.pl .navigation {
	float: left;
	width: 250px;
	clear: both;
}

@media (max-width: 750px) {
	.pl .navigation {
		float: none;
		width: 100%;
		clear: none;
	}
}

.pl .navigation button,
.pl .list .bar button {
	color: #000;
	background: #fff;
	text-align: left;
	line-height: inherit;
	font-size: 13px;
	text-transform: none;
	padding: 0;
}

.pl .navigation button::-moz-focus-inner,
.pl .list .bar button::-moz-focus-inner {
	padding: 0;
	border: 0
}

@media (max-width: 750px) {
	.pl .navigation .filter-category,
	.pl .pl_filters_bar {
		margin-top: 10px;
		border: 1px solid var(--border-primary-color);
		border-radius: var(--border-radius);
	}
}

.pl .navigation .filter-category .headline,
.pl .pl_filters_bar .headline {
	display: none;
	text-transform: uppercase;
}

.pl .navigation .filter-category .categories-container ul {
	padding: 0;
	font-size: 14px;
	list-style: none;
}
@media (min-width: 751px) {
	.pl .navigation .filter-category .categories-container ul {
		margin: 0;
	}
}
@media (max-width: 750px) {
	.pl .navigation .filter-category .categories-container ul {
		margin-top: 0;
		margin-bottom: 5px;
	}
}

.pl .navigation .filter-category .categories-container ul li {
	padding: 2px 10px;
}

.pl .navigation .filter-category .headline span.icon-arrow-down-thin,
.pl .pl_filters_bar .headline span.icon-arrow-down-thin {
	transition: all .4s ease;
}

@media (max-width: 750px) {
	.pl .navigation .filter-category .headline,
	.pl .pl_filters_bar .headline {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 11px 10px 11px 10px;
		font-size: 14px;
		color: #000;
		font-weight: 600;
		cursor: pointer;
	}

	.pl .pl_filters_bar .headline {
		width: 100%;
	}

	.pl .navigation .filter-category .headline.expand span.icon-arrow-down-thin,
	.pl .pl_filters_bar .headline.expand span.icon-arrow-down-thin {
		-webkit-transform: rotateX(-180deg);
		-moz-transform: rotateX(-180deg);
		-o-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
		transform: rotateX(-180deg);
	}
}

@media (max-width: 750px) {
	.pl .navigation .filter-category .categories-container {
		display: none;
	}
}

.pl .navigation .filter-category .level-up,
.pl .navigation .filter-category h6 {
	display: block;
	width: 100%;
	padding: 9px 0;
	font-size: 13px;
	color: var(--text-primary-color);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
}

.pl .navigation .filter-category h6 {
	padding: 11px 10px;
}

@media (max-width: 750px) {
	.pl .navigation .filter-category .level-up,
	.pl .navigation .filter-category h6 {
		display: none;
	}
}

.pl .navigation .filter-category .level-up .icon-arrow-up-thin,
.pl .navigation .filter-category .level1 .icon-arrow-down-thin {
	float: right;
	padding-top: 4px;
}

@media (max-width: 750px) {
	.pl .navigation .filter-category .level1 .icon-arrow-down-thin {
		display: none;
	}

	.pl .navigation .filter-category .level-up .icon-arrow-up-thin,
	.pl .navigation .filter-category .level1 .icon-arrow-down-thin {
		-webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg);
		-o-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotate(90deg);
	}
}

.pl .navigation .filter-category .level1 {
	color: var(--text-primary-color);
}
@media (min-width: 751px) {
	.pl .navigation .filter-category .level1 {
		display: block;
		width: 100%;
		line-height: 20px;
	}
}

.pl .navigation .filter-category .level1.sub.levelup {
	text-transform: capitalize;
}

.pl .navigation .filter-category .level1.levelup {
	padding: 2px 10px;
}

.pl .navigation .filter-category .level2 {
	color: var(--text-primary-color);
	line-height: 20px;
}

.pl .navigation .filter-category .level2.levelup,
.pl .navigation .filter-category .level2.levelup.active {
	padding: 5px 10px 5px 20px;
}

.pl .navigation .filter-category .level-up.active,
.pl .navigation .filter-category .level1.active,
.pl .navigation .filter-category .level1.sub,
.pl .navigation .filter-category .level2.active {
	font-weight: 700;
}

.pl .navigation .filter-category .level2.active {
	padding: 5px 10px 5px 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.pl .navigation .filter-category .level-up.inactive,
.pl .navigation .filter-category .level1.inactive,
.pl .navigation .filter-category .level2.inactive {
	color: var(--text-disabled-color);
}

@media (max-width: 750px) {
	.pl .navigation .filter-category .level-up.visible,
	.pl .navigation .filter-category .level1.visible,
	.pl .navigation .filter-category .level2.visible {
		display: block;
	}

	.pl .navigation .filter-category .level-up.visible span.icon-arrow-up-thin {
		-webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg);
		-o-transform: rotateX(90deg);
		-ms-transform: rotateX(90deg);
		transform: rotate(90deg);
	}
}

.pl_filters_bar {
	padding-top: 20px;
}
@media (max-width: 750px) {
	.pl_filters_bar {
		flex-wrap: nowrap;
		margin-left: 0;
		padding-top: 0;
	}
}
@media (max-width: 750px) {
	.pl_filters_bar .filters-container {
		display: none;
		padding: 0 10px 10px 10px;
	}
}

.pl_filters_bar .filters {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px;
}
@media (max-width: 500px) {
	.pl_filters_bar .filters {
		position: unset;
	}
}

.pl_filters_bar .filter {
	position: relative;
}
@media (max-width: 500px) {
	.pl_filters_bar .filter {
		position: unset;
	}
}

@media (max-width: 950px) {
	.pl_filters_bar .filters .pl_sorting,
	.pl_filters_bar .filters .filter {
		width: 32%;
		flex-grow: 1;
		min-width: 150px;
	}
}

.pl_filters_bar .filter-title-container {
	display: flex;
	width: 100%;
	height: 40px;
	gap: 10px;
	justify-content: center;
	align-items: center;
	padding: 8px 10px;
	color: var(--text-primary-color);
	text-transform: uppercase;
	border: 1px solid var(--border-primary-color);
	border-radius: var(--border-radius);
	cursor: pointer;
	text-align: center;
}
@media (max-width: 950px) {
	.pl_filters_bar .filter-title-container {
		gap: unset;
	}
}

.pl_filters_bar .filter h6 {
	width: auto;
	color: var(--text-primary-color);
	text-transform: uppercase;
	padding: 8px 10px;
	border: 1px solid var(--border-secondary-color);
	border-radius: var(--border-radius);
	font-weight: 700;
	font-size: 13px;
	cursor: pointer;
	margin: 0;
}

.pl_filters_bar .filter .icon-arrow-down-thin {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 11px;
	transition: all .4s ease;
}
@media (max-width: 500px) {
	.pl_filters_bar .filter .icon-arrow-down-thin {
		float: right;
		margin-top: 3px;
	}
}

.pl_filters_bar .filter.opened .icon-arrow-down-thin {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.pl_sorting .options .dropdown,
.pl_filters_bar .filter .list-filters-container {
	position: absolute;
	display: none;
	margin: 0;
	padding: 5px 0;
	background: #fff;
	width: 300px;
	clear: both;
	z-index: 999;
	box-shadow: 0px 8px 10px 0px rgba(33, 32, 30, 0.16);
}

.pl_filters_bar .filter .list-filters-container .list-filters {
	overflow: auto;
	max-height: 35vh;
}

.pl_filters_bar .filter.opened .list-filters-container {
	display: block;
}

.pl_filters_bar .filter .list-filters-container.right {
	right: 0;
}
@media (max-width: 500px) {
	.pl_filters_bar .filter .list-filters-container,
	.pl_filters_bar .filter .list-filters-container.right {
		left: 2%;
		width: 96%;
	}
}

.pl_filters_bar .sizes .list-filters-container .size-header {
	padding: 0 0 0 10px;
	margin-top: 17px;
	display: block;
	font-weight: 600;
}

.pl_filters_bar .list-filters-container ul {
	overflow-y: auto;
	list-style: none;
	padding-left: 0;
}

.pl_filters_bar .list-filters-container li {
	padding: 5px 0 5px 10px;
	cursor: pointer;
}

.pl_filters_bar .list-filters-container li div {
	display: block;
}

.pl_filters_bar .list-filters-container ul span {
	display: inline-block;
	vertical-align: middle;
}

.pl_filters_bar .list-filters-container ul li button {
	font-size: 14px;
	line-height: 14px;
}

.pl_filters_bar .filter.color .list-filters-container ul li button {
	width: 100%;
	height: 100%;
}

.pl_filters_bar li .icon-check {
	border: 1px solid var(--border-primary-color);
	border-radius: var(--border-radius);
	width: 20px;
	height: 20px;
	margin-right: 7px;
}

.pl_filters_bar li .icon-check:before {
	display: none;
	font-size: 18px;
}

.pl_filters_bar li .selected .icon-check:before {
	display: inline-block;
}

.pl_filters_bar .color ul {
	display: flex;
	width: 100%;
	padding: 0 10px;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
}

.pl_filters_bar .color li {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	padding: 4px;
}

.pl_filters_bar .color ul div,
.pl_filters_bar .color ul span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius);
}

.pl_filters_bar .color ul span.white {
	border: 2px solid var(--border-primary-color);
}

.pl_filters_bar .color ul div.selected {
	border: 2px solid var(--border-secondary-color);
	padding: 2px;
	background: var(--background-primary-color);
}

.pl_filters_bar .price {
	font-size: 13px;
	font-weight: 400;
}

.pl_filters_bar .price .price-slider-container {
	padding: 20px 10px;
}

.dynamic-content-placeholder {
	display: none;
}

@keyframes fading {
	0% {
		opacity: .1;
	}

	50% {
		opacity: .25;
	}

	100% {
		opacity: .1;
	}
}

.dynamic-content-placeholder .pl_filters_bar .filter,
.dynamic-content-placeholder .pl_number_products,
.dynamic-content-placeholder .bar div,
.dynamic-content-placeholder .pl_products .product {
	background-color: var(--background-placeholder-color);
	opacity: .1;
	animation: fading 2s infinite;
	border-radius: var(--border-placeholder-radius);
}

.dynamic-content-placeholder .pl_filters_bar .filter {
	width: 100px;
	height: 35px;
}
@media (max-width: 750px) {
	.dynamic-content-placeholder .pl_filters_bar .filter {
		display: none;
	}
	.dynamic-content-placeholder .pl_filters_bar .filters {
		height: 30px;
	}
	.dynamic-content-placeholder .pl_filters_bar {
		border: none;
	}
	.dynamic-content-placeholder .pl_filters_bar .filters-container {
		display: block;
		padding: 0;
		background-color: var(--background-placeholder-color);
		opacity: .1;
		animation: fading 2s infinite;
		border-radius: var(--border-placeholder-radius);
	}
}

.pl .list .dynamic-content-placeholder .bar {
	margin-bottom: 20px;
}

.dynamic-content-placeholder .pl_number_products {
	height: 10px;
}

@media (max-width: 750px) {
	.dynamic-content-placeholder .pl_number_products {
		margin: 30px 0 20px 0;
	}
}

.dynamic-content-placeholder .bar div {
	height: 20px;
	width: 150px;
	margin: 0;
}

@media (max-width: 750px) {
	.dynamic-content-placeholder .bar div {
		width: 100px;
	}
}

.dynamic-content-placeholder .pl_products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	grid-auto-flow: dense;
	gap: 10px;
}

@media (max-width:750px) {
	.dynamic-content-placeholder .pl_products {
		padding: 0;
	}
}

.dynamic-content-placeholder .pl_products .product {
	grid-column: span 1;
	grid-row: span 1;
	border-radius: 0;
	height: 300px;
	margin: 0;
	padding: 0;
}

.pl_filters_bar .list-filters-container .buttons {
	display: flex;
	width: 100%;
	padding: 7px 10px 3px 10px;
	border-top: 1px solid var(--border-primary-color);
	justify-content: space-between;
	align-items: center;
}

.pl_filters_bar .reset {
	display: inline;
	cursor: pointer;
}

.pl_filters_bar .reset span {
	vertical-align: middle;
}

.pl_filters_bar .reset button,
.pl_filters_bar .reset span {
	display: none;
}

.pl_filters_bar .reset.show span {
	display: inline-block;
	font-size: 14px;
}

.pl_filters_bar .reset.show button {
	display: block;
}

.pl_filters_bar .reset span.icon-close {
	font-size: 16px;
}

.pl_filters_bar .list-filters-container .save {
	font-size: 13px;
	padding: 5px 10px;
	text-transform: capitalize;
	height: 100%;
}

.pl_filters_bar .list-filters-container .save.disabled,
.pl_filters_bar .list-filters-container .save.disabled:hover {
	background: var(--button-disabled-color);
	color: var(--text-disabled-color);
	cursor: default;
}

.pl .list {
	clear: right;
	margin-left: 250px;
}
.pl .list.auctions {
	clear: right;
	margin-left: 0;
}
@media (max-width: 750px) {
	.pl .list {
		clear: none;
		width: 100%;
		margin: 0;
	}
}

.pl .list>*:first-child {
	margin-top: 0;
	padding-top: 0;
}

.pl .list .seo {
	display: table;
	width: 98%;
	margin: 20px 0 0 2%;
}

@media (max-width: 750px) {
	.pl .list .seo {
		margin: 10px 0 0 0;
	}
}

.pl .list .seo-image {
	display: table-cell;
	width: 30%;
	padding: 0 2% 0 0;
	vertical-align: middle;
}

@media (max-width: 750px) {
	.pl .list .seo-image {
		display: block;
		width: 100%;
		padding: 0;
	}
}

.pl .list .seo-image img {
	width: 100%;
	display: block;
}

.pl .list .seo-text {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
}

@media (max-width: 750px) {
	.pl .list .seo-text {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
}

.pl .list .seo-text *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.pl .list .seo-text *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pl .list .seo-text ul {
	list-style: none;
	padding: 0;
}

.pl .list .seo-text li {
	padding: 0 0 0 18px;
	background: url(/images/header-sprite.png) no-repeat 0 -196px;
	background-size: 10px auto;
}

.pl .list>form,
.pl .list form#pagination {
	float: left;
	width: 100%;
}

.pl .list h1,
.pl .noproducts {
	margin-top: 30px;
	padding: 0px 10px 9px 10px;
	text-align: center;
	font-weight: 500;
	border-bottom: 1px solid var(--border-primary-color);
}

.pl .noproducts {
	padding: 40px 10px 20px 10px;
	color: var(--text-primary-color);
	text-transform: uppercase;
	border-top: 1px solid var(--border-primary-color);
	margin: 50px 0 20px 0;
}

.pl .list.auctions h1 {
	margin-left: 0;
	margin-top: 0;
}
.pl .noproducts h1 {
	margin-bottom: 30px;
}
.pl.search .noproducts h1.headline {
	margin: 0 0 60px 0;
	padding: 30px 0 40px 0;
	border-top: 2px solid var(--background-tertiary-color);
	border-bottom: 2px solid var(--background-tertiary-color);
	text-transform: none;
	font-size: 22px;
	position: relative;
}

.pl.search .noproducts .new-search {
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.pl.search .noproducts .searchtoggle {
	display: inline-block;
	text-transform: none;
	font-size: 16px;
	line-height: 30px;
	padding: 0 30px;
	background-color: #fff;
}

.pl.search .noproducts .searchtoggle > span {
	display: inline-block;
	padding-right: 10px;
}

.pl.search .noproducts .search-tipps {
	text-transform: none;
	font-size: 14px;
	text-align: left;
}

.pl.search .noproducts .search-tipps p {
	font-weight: bold;
	font-size: 16px;
}

.pl.search .noproducts .search-tipps ul {
	list-style: none;
	padding: 0 0 0 20px;
}

.pl.search .noproducts .search-tipps li {
	margin-bottom: 10px;
	font-weight: 400;
	position: relative;
}

.pl.search .noproducts .search-tipps li:before {
	content: "\e909";
	font-family: 'icons';
	font-size: 18px;
	width: 20px;
	display: inline-block;
	position: absolute;
	left: -20px;
	top: -1px;
}

.pl.search .noproducts .content.wrapper {
	padding: 0;
}

.pl.search .noproducts .search-tipps li strong {
	font-weight: 600;
}

@media (max-width: 750px) {
	.pl .list h1 {
		display: none;
	}
	.pl .list.auctions h1 {
		display: block;
	}
	.pl.search .noproducts .search-tipps {
		font-size: 12px;
	}
}

.pl .list.auctions h2 {
	font-weight: 500;
	padding: 20px 0 0 0;
	margin-bottom: 0;
}

.noproducts>img {
	float: left;
	max-width: 49%;
	margin-right: 2%;
	margin-bottom: 50px;
}

@media (max-width: 750px) {
	.noproducts>img {
		display: none;
	}
}

.noproducts .slider-container {
	clear: both;
}

.pl .noproducts .search form {
	position: relative;
}

.noproducts .slider-container {
	margin-top: 50px;
}

@media (max-width: 750px) {
	.noproducts .slider-container {
		margin-top: 20px;
	}
}

.pl .list .teaser {
	margin: 0 0 0 2%;
	position: relative;
}

@media (max-width: 750px) {
	.pl .list .teaser {
		margin: 10px 0 0 0;
	}
}

.pl .list .teaser img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	height: auto;
}

.pl .list .teaser h1 {
	display: block;
	position: absolute;
	width: auto;
	min-width: 40%;
	left: 0;
	top: 60%;
	margin: 0;
	padding: 15px 30px 15px 25px;
	background: var(--background-tertiary-color);
	color: var(--text-secondary-color);
	z-index: 2;
	border: none;
	font-weight: 300;
	font-size: 30px;
	text-align: left;
}

@media (max-width: 1200px) {
	.pl .list .teaser h1 {
		padding: 10px 10px 10px 25px;
		font-size: 25px;
	}
}
@media (max-width: 900px) {
	.pl .list .teaser h1 {
		padding: 7px 10px 7px 15px;
		font-size: 20px;
	}
}
@media (max-width: 750px) {
	.pl .list .teaser h1 {
		display: none;
	}
}

.pl .list .teaser .owl-prev {
	left: -10px;
}

.pl .list .teaser .owl-next {
	right: -10px;
}

.pl .list .bar.search {
	width: 100%;
	float: left;
}

.pl .list .bar {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
	line-height: 21px;
}

@media (max-width: 750px) {
	.pl .list .bar {
		margin: 30px 0 0 0;
		padding: 0;
	}
	.pl .list .bar.afterlist {
		margin: 20px 0 0 0;
	}
}

.pl .list .bar.search .icon-arrow-left-thin,
.pl .list .bar.search .icon-arrow-right-thin {
	margin-top: 4px;
}

.pl_number_products {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid var(--border-primary-color);
	line-height: 0.1em;
	margin: 50px 0 20px 0;
}
@media (max-width: 750px) {
	.pl_number_products {
		width: 100%;
		margin: 50px 0 20px 0;
	}
}

.pl_number_products span {
	background: var(--background-primary-color);
	padding: 0 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.pl_filters_selected {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	color: var(--text-disabled-color);
}
@media (max-width: 750px) {
	.pl_filters_selected {
		width: 100%;
		margin-left: 0;
	}
}

.pl_filters_selected .filter {
	width: auto;
	height: 30px;
	padding: 5px 10px;
	border: 1px solid var(--border-primary-color);
	border-radius: 3px;
	margin: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

.pl_filters_selected .filter:hover {
	border: 1px solid var(--border-secondary-color);
	color: var(--text-primary-color);
}

.pl_filters_selected span {
	line-height: 15px;
}

.pl_filters_selected .icon-close {
	font-size: 16px;
}

.pl_filters_selected .reset.all {
	padding: 5px 10px;
	margin: 0;
	height: 30px;
	line-height: 18px;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.pl_filters_selected .reset.all,
.pl_filters_selected .icon-close {
	color: var(--text-disabled-color);
}

.pl_filters_selected .filter:hover .icon-close,
.pl_filters_selected .reset.all:hover,
.pl_filters_selected .reset.all:hover .icon-close {
	color: var(--text-primary-color);
}

.pl_sorting .options {
	position: relative;
	color: #000;
	background-size: 21px auto;
	cursor: pointer;
}

.pl_sorting .options span {
	display: inline-block;
	vertical-align: middle;
}

.pl_sorting .options>span {
	font-weight: 600;
}

.pl_sorting .options span.icon-arrow-down-thin {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 11px;
	font-weight: 500;
	transition: all .4s ease;
	margin-left: 10px;
}

.pl_sorting.opened .options span.icon-arrow-down-thin {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.pl_sorting .options .dropdown {
	position: absolute;
	visibility: hidden;
	width: 212px;
	padding: 0;
	background: var(--background-primary-color);
	box-shadow: 0 8px 10px 0 rgba(33, 32, 30, 0.16);
	z-index: 1000;
	text-align: left;
	font-size: 14px;
}

.pl_sorting .options .dropdown {
	display: block;
}

.pl_sorting.opened .options .dropdown {
	visibility: visible;
}

.pl_sorting .options .dropdown li {
	display: block;
	width: 100%;
	padding: 5px 10px;
	border-radius: 0;
	color: var(--text-primary-color);
}

.pl_sorting .options .dropdown li button {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.pl_sorting .options .dropdown li:last-child:after {
	border-bottom: 0;
}

@media (max-width: 750px) {
	.pl_sorting .options .dropdown li {
		border-left: none;
		border-right: none;
	}
}

.pl_sorting .options .dropdown li.active,
.pl_sorting .options .dropdown li:hover {
	background: var(--background-tertiary-color);
	color: var(--text-secondary-color);
}

.pl_sorting .options .dropdown li.active,
.pl_sorting .options .dropdown li.active button,
.pl_sorting .options .dropdown li:hover,
.pl_sorting .options .dropdown li:hover button {
	color: var(--text-secondary-color);
}

.pl_pageSize {
	display: block;
	text-align: center;
}

@media (max-width: 450px) {
	.pl_pageSize .title {
		display: none;
	}
}

.pl_pageSize span.separator {
	padding: 0 7px;
}
@media (max-width: 400px) {
	.pl_pageSize span.separator {
		padding: 0;
	}
}

.pl_pageSize .active {
	color: #000;
	font-weight: 700;
}

.pl_pagination {
	display: flex;
	width: 100%;
	justify-content: center;
}
@media (max-width: 750px) {
	.afterlist .pl_pagination {
		width: 100%;
	}
}

.pl_pagination button,
.pl_pagination a,
.pl_pagination span {
	display: inline-block;
}

.pl_pagination .active {
	color: #000;
	font-weight: 600;
}

.pl_pagination .pages {
	float: right;
}
@media (max-width: 750px) {
	.afterlist .pl_pagination .pages {
		display: block;
		float: none;
	}
}

.pl_pagination .pages button,
.pl_pagination .pages a,
.pl_pagination .pages span {
	float: left;
	margin: 0 5px;
}
@media (max-width: 750px) {
	.afterlist .pl_pagination .pages button,
	.afterlist .pl_pagination .pages a,
	.afterlist .pl_pagination .pages span {
		display: inline-block;
		margin: 0 5px;
		vertical-align: middle;
	}
}

.pl_pagination .pages a.prev,
.pl_pagination .pages button.prev {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: text-top;
	width: 21px;
	height: 21px;
	background-size: 21px auto;
}

.pl_pagination .pages a.next,
.pl_pagination .pages button.next {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: text-top;
	width: 21px;
	height: 21px;
	background-size: 21px auto;
	border-radius: 0;
}

.pl .list .sortings-global {
	margin: 30px 0 0 2%;
	background: #f7f7f7;
	padding: 10px 20px;
}

.pl_products {
	float: left;
	width: 100%;
	margin: 25px 0;
	padding: 0;
	display: grid;
	/*grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));*/
	grid-template-columns: repeat(4, minmax(0, 1fr));
	/* Umbrechen, sobald die Box 300 Pixel Breite hat */
	grid-auto-flow: dense;
}
@media (max-width: 1449px) {
	.pl_products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 1149px) {
	.pl_products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.pl_products .product.listview {
	float: none;
	position: relative;
	margin: 10px 1% 0;
	padding: 0 0 10px;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 750px) {
	.pl_products .product.listview {
		margin: 10px 0 0 0;
		padding: 0 0 10px;
		width: 100%;
	}
}

.pl_products .product.listview:after {
	content: "";
	clear: both;
	display: table;
}

.pl_products .product {
	position: relative;
	float: left;
	padding: 20px 0;
	margin: 0;
}
.pl_products .product.pteaser.gcol {
	padding: 0.5% 0;
	margin: 2% 0;
}

.pl_products .product.pteaser .image-box,
.pl_products .product.pteaser .image-box:before {
	margin: 0;
	max-width: inherit;
}

.pl_products .product.pteaser.gcol .image-box,
.pl_products .product.pteaser.gcol .image-box:before {
	margin: 0;
}

.pl_products .product.pteaser.gcol.grow .image-box,
.pl_products .product.pteaser.gcol.grow .image-box:before {
	max-width: 100%;
}

.pl_products .product.big .hover-container{
	width: 90%;
	margin: 0 auto;
}

.pl_products .product.big .image-box {
	max-width: 450px;
}

.pl_products .product.big .hover .image-box {
	max-width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -69%);
}

.pl_products .product.pteaser .image-box .image-filling,
.pl_products .product.pteaser .image-box .image-filling .highlight {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.pl_products .product.pteaser .image-box img {
	top: inherit;
	transform: translateX(-50%);
	width: 100%;
	position: relative;
	height: auto;
}


.pl_products .image-box img {
	height: auto;
}

#after-products,
#first-after-products,
#second-after-products {
	display: none;
	clear: none;
	text-align: center;
}

#after-products img {
	max-width: 100%;
}

#after-products span {
	display: block;
}

.pl_products .product .hover-container {
	display: block;
	border: 1px solid transparent;
}

.pl_products .product .hover-container a {
	position: relative;
	display: block;
}

.pl_products .product .hover-container a:hover {
	color: var(--text-primary-color);
}

.pl_products .product .label.image .label img,
.pl_products .product .hover .color img {
	top: 0;
	transform: none;
}
@media (max-width: 470px) {
	.pl_products .product .label.image .label img,
	.pl_products .product .hover .color img {
		width: 80%;
	}
}

.pl_products .product.listview .label.image .label img {
	width: 100%;
}

.pl_products .product.listview a .image-box {
	width: 35%;
}

.pl_products .product.listview a .image-box:before {
	margin-top: 90%;
}

.pl_products div.product.listview a img,
.pl_products div.product.listview .hover .row .content a.variant img {
	width: 65%;
	margin: auto;
}

.pl_products .product .review.rating {
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-height: 22px;
	gap: 4px;
}

.pl_products .product .review.rating > span {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

.pl_products .product a .price,
.pl_products .product a .member-price,
.pl_products .product .hover .row .content a.variant .price {
	display: block;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	padding: 0;
}

.pl_products .product a .price .itp-text {
	color: var(--text-red);
}

.pl_products .product a .price.has-member-price {
	height: unset;
}

.pl_products .product.listview a .price,
.pl_products .product.listview a .member-price,
.pl_products .product.listview .hover .row .content a.variant .price {
	font-size: 22px;
}
@media (max-width: 750px) {
	.pl_products .product.listview a .price,
	.pl_products .product.listview .hover .row .content a.variant .price {
		font-size: 16px;
	}
}

.pl_products .product a .description,
.pl_products .product .hover .row .content a.variant .description,
.pl_products .product a .bulletpoints,
.pl_products .product .hover .row .content a.variant .bulletpoints {
	display: none;
}

.pl_products .product.listview a .make,
.pl_products .product.listview .hover .row .content a.variant .make,
.pl_products .product.listview a .name,
.pl_products .product.listview .hover .row .content a.variant .name,
.pl_products .product.listview a .description,
.pl_products .product.listview .hover .row .content a.variant .description,
.pl_products .product.listview a .bulletpoints,
.pl_products .product.listview .hover .row .content a.variant .bulletpoints {
	display: block;
	float: right;
	width: 65%;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 10% 0 0;
}

.pl_products .product.listview a .make,
.pl_products .product.listview .hover .row .content a.variant .make {
	height: auto;
	margin: 0;
}

@media (max-width: 750px) {
	.pl_products .product a .make {
		margin-top: 5px;
		font-size: 12px;
		height: 16px;
		line-height: 16px;
	}
	.pl_products .product.listview a .make {
		height: auto;
		margin: 0;
	}
}

.pl_products .product.listview a .description,
.pl_products .product.listview .hover .row .content a.variant .description {
	position: relative;
	height: 80px;
	overflow: hidden;
}

.pl_products .product.listview a .bulletpoints,
.pl_products .product.listview .hover .row .content a.variant .bulletpoints {
	min-height: 60px;
}

.pl_products .product.listview a .description:after,
.pl_products .product.listview .hover .row .content a.variant .description:after {
	content: '';
	display: block;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.pl_products .product.listview a .name,
.pl_products .product.listview .hover .row .content a.variant .name {
	margin: 5px 0 0 0;
	font-size: 18px;
	min-height: 10px;
}
@media (max-width: 750px) {
	.pl_products .product.listview a .name,
	.pl_products .product.listview .hover .row .content a.variant .name {
		margin: 5px 0 0 0;
		font-size: 14px;
	}
	.pl_products .product.listview a .description,
	.pl_products .product.listview .hover .row .content a.variant .description {
		display: none;
	}
}
@media (max-width: 550px) {
	.pl_products .product.listview a .make,
	.pl_products .product.listview .hover .row .content a.variant .make,
	.pl_products .product.listview a .name,
	.pl_products .product.listview .hover .row .content a.variant .name,
	.pl_products .product.listview a .description,
	.pl_products .product.listview .hover .row .content a.variant .description,
	.pl_products .product.listview a .bulletpoints,
	.pl_products .product.listview .hover .row .content a.variant .bulletpoints {
		width: 75%;
		padding: 0 20% 0 0;
	}
	.pl_products .product.listview a .bulletpoints,
	.pl_products .product.listview .hover .row .content a.variant .bulletpoints {
		display: none;
	}
	.pl_products .product.listview a .image-box {
		width: 25%;
	}
}

.pl_products .product.listview a .description ul,
.pl_products .product.listview .hover .row .content a.variant .description ul,
.pl_products .product.listview a .bulletpoints ul,
.pl_products .product.listview .hover .row .content a.variant .bulletpoints ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pl_products .product.listview a .description li,
.pl_products .product.listview .hover .row .content a.variant .description li,
.pl_products .product.listview a .bulletpoints li,
.pl_products .product.listview .hover .row .content a.variant .bulletpoints li {
	padding-left: 18px;
	background: url(/images/header-sprite.png) no-repeat 0 -196px;
	background-size: 10px auto;
	font-size: 13px;
}

.pl_products .product.listview a .price,
.pl_products .product.listview .hover .row .content a.variant .price {
	float: right;
	text-align: right;
	width: 65%;
	height: 55px;
}

.pl_products .product a .price .crossed,
.pl_products .product .hover .row .content a.variant .price .crossed {
	padding: 0;
}

.pl_products .product.listview a .price .crossed,
.pl_products .product.listview .hover .row .content a.variant .price .crossed {
	font-size: 16px;
	line-height: 23px;
}

@media (max-width: 750px) {
	.pl_products .product.listview a .price .crossed,
	.pl_products .product.listview .hover .row .content a.variant .price .crossed {
		font-size: 12px;
	}
}

.pl_products .product a div.sortings {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 11;
	background: rgba(247, 247, 247, 0.8);
	padding: 5px;
	font-size: 11px;
	color: #000;
}

.pl .list .pl_products .product .hover {
	display: table;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 998;
	transition: opacity 0.2s, visibility 0.2s;
}

.pl .list .pl_products .product .hover.visible {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s, visibility 0.5s;
}

.pl_products .product .hover .row {
	display: table-row;
}
@media (max-width: 750px) {
	.pl_products .product .hover .row {
		display: none;
	}
}

.pl_products .product .hover .row .area1,
.pl_products .product .hover .row .area2,
.pl_products .product .hover .row .area3 {
	display: table-cell;
	height: 20px;
	background: #fff;
	min-width: 20px;
}

.pl_products .product .hover .row .color {
	display: table-cell;
	background: #fff;
	vertical-align: top;
	text-align: center;
}

.pl_products .product .hover .row .color a {
	margin: 0 20px;
	padding: 5px 0;
}

.pl_products .product.listview .hover .row .color a {
	overflow: hidden;
}

.pl_products .product .hover .row .color a.more:hover {
	color: #000;
}

.pl_products .product .hover .row .color a img {
	width: 40px;
	max-width: 40px;
}

.pl_products .product .hover .row .content {
	position: relative;
}

.pl_products .product .hover .row .content a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.pl_products .product .hover .row .content a.variant {
	display: none;
	background: #fff;
	padding: 1% 0;
}

.pl_products .product.listview .hover .row .content a.variant {
	position: absolute;
}

.pl_products .product .quick-view_btn {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 9px 0;
	background: rgba(255, 255, 255, 0.9);
	width: 62%;
	font-size: 13px;
	z-index: 2001;
}

.pl_products .product.big .quick-view_btn {
	top: 49%
}

.pl_products .product .empty-text {
	display: none;
}

.pl_products .product.listview .quick-view_btn {
	left: 8%;
	width: 18%;
	top: 35%;
}

.pl_products .product .hover .row .area4 {
	display: table-cell;
	background: #fff;
	width: 20px;
}

.pl_products .product .hover .row .area5,
.pl_products .product .size,
.pl_products .product .hover .row .area6 {
	display: table-cell;
	height: 20px;
	vertical-align: top;
	background: #fff;
}

.pl_products .product .size .basic-price {
	text-align: center;
	height: 30px;
}

.pl_products .product .size {
	text-align: center;
	display: none;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	padding: 0;
	transform: translateY(5px);
	transition: transform .3s ease-in;
	position: absolute;
	left: 0;
	height: auto;
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
	z-index: 11;
}

.pl_products .product .sizes-container {
	display: flex;
	justify-content: center;
	gap: 5px;
	width: 100%;
	flex-wrap: wrap;
}

.pl_products .product .item-link.hidden,
.pl_products .product .sizes-container.hidden,
.pl_products .product .availability-container.hidden {
	display: none;
}

.pl_products .product .size .review.rating {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 10px;
}

.pl_products .product.listview .hover .row .size {
	text-align: center;
	padding: 0 0 10px 0;
}

.pl_products .product .size .color-basic-price {
	padding-bottom: 10px;
}

.pl_products .product .size .available {
	margin: 0;
}

.pl_products .product .size .available.variant,
.pl_products .product .size .basic-price span,
.pl_products .product .size .color-basic-price.hidden,
.pl_products .product .size .review.hidden {
	display: none;
	padding-top: 10px;
}

.pl_products .product .size .basic-price span {
	padding: 0;
}

.pl_products .product .size .sizes {
	display: block;
}

.pl_products .product .size .sizes a {
	display: inline-block;
	margin: 0;
	min-width: 38px;
	height: 30px;
	line-height: 28px;
	padding: 0 5px;
}

.pl_products .nextpage {
	clear: both;
	float: left;
	margin: 30px 30% 0 32%;
	width: 38%;
	font-size: 18px;
	line-height: 24px;
}
@media (max-width: 750px) {
	.pl_products .nextpage {
		margin: 20px 0 0 0;
		width: 100%;
	}
}

.pl .product .image-box {
	float: none;
	overflow: hidden;
	margin: 0;
}

.pl .product [id^='img-slider_'] {
	width: calc(100% - 1px) !important;
	margin: 0 auto;
}

.pl .product [id^='img-slider_'],
.pl .product [id^='img-slider_'] .owl-stage-outer,
.pl .product [id^='img-slider_'] .owl-stage,
.pl .product [id^='img-slider_'] .owl-item,
.pl .product [id^='img-slider_'] .item {
	height: 100%;
}

.pl .product [id^='img-slider_'] .item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.pl .product [id^='img-slider_'] .owl-stage {
	min-width: 100% !important;
	display: flex;
	gap: 1px;
}

.pl .product [id^='img-slider_'] .owl-item img {
	width: auto;
	max-width: 96%;
	height: auto;
	max-height: 100%;
	margin: 0;
	top: unset;
	left: unset;
	transform: unset;
	position: relative;
}

.pl .product [id^='img-slider_'] .owl-dots {
	bottom: -25px !important;
	gap: 5px !important;
	visibility: hidden;
	opacity: 0;
}

@media (min-width: 751px) {
	.pl .product:hover [id^='img-slider_'] .owl-dots:not(.disabled),
	.pl .product a.pushDataLayerOnClick:focus-visible [id^='img-slider_'] .owl-dots:not(.disabled),
	.pl .product a.pushDataLayerOnClick:focus-within [id^='img-slider_'] .owl-dots:not(.disabled) {
		visibility: visible;
		opacity: 1;
	}
}

.pl .product [id^='img-slider_'] .owl-dot {
	width: 8px;
	height: 8px;
}

.pl .product [id^='img-slider_'] .owl-carousel .owl-dots,
.pl .product [id^='img-slider_'] .owl-carousel .owl-dots button.owl-dot {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pl .product [id^='img-slider_'] .owl-carousel .owl-dots button.owl-dot {
	padding: 8px 0 !important;
	margin: 0 !important;
}

.pl .product [id^='img-slider_'] .owl-dots {
	gap: 8px;
}

.pl .product [id^='img-slider_'] .owl-dots .owl-dot span {
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background: #000 !important;
	display: block;
	border-radius: 100%;
}

.pl .product [id^='img-slider_'] .owl-dots .owl-dot.active span {
	opacity: 1;
}

@media (max-width: 750px) {
	.pl .product [id^='img-slider_'] .owl-nav {
		display: none;
	}
}

.pl .product [id^='img-slider_'] .owl-prev,
.pl .product [id^='img-slider_'] .owl-next {
	display: none;
	font-size: 15px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.7);
}

.pl .product [id^='img-slider_'] .owl-prev:before,
.pl .product [id^='img-slider_'] .owl-next:before {
	margin-left: 0;
}

.pl_products .product .top-part-hover {
	width: 100%;
	height: 20px;
	position: absolute;
	opacity: 0;
	display: none;
	padding: 10px;
	top: 0;
	left: 0;
	background: var(--background-primary-color);
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
}

.pl_products .product.big .top-part-hover {
	padding: 20px;
	top: -10px;
}

.pl_products .product .colors {
	display: none;
	position: absolute;
	opacity: 0;
	justify-content: center;
	flex-direction: column;
	gap: 3px;
	padding: 0 2px;
	z-index: 15;
}

@media (min-width: 751px) {
	.pl_products .product:not(.pteaser):hover {
		border-radius: var(--border-radius);
		z-index: 11;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.pl_products .product:hover .top-part-hover,
	.pl_products .product:hover .colors {
		opacity: 1;
		display: block;
	}
	.pl_products .product:hover .colors {
		display: flex;
	}
	.pl .product .image-box:not(.big-product) {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		width: 70%;
	}
	.pl_products .product:hover .quick-view_btn {
		display: block;
	}
	.pl_products .product:hover .size {
		opacity: 1;
		display: block;
		transform: translateY(0);
		padding: 10px 20px 20px 20px;
		box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
	}
	.pl_products .product.big:hover .top-part-hover,
	.pl_products .product.big:hover .size {
		width: 90%;
		left: 5%;
	}
	.pl_products .product:hover div.label {
		z-index: 2001;
	}
	.pl .product:hover .owl-prev,
	.pl .product:hover .owl-next {
		display: block;
	}
	.pl .product:hover .owl-prev {
		left: 0;
		border-radius: 0 20px 20px 0;
	}
	.pl .product:hover .owl-next {
		right: 0;
		border-radius: 20px 0 0 20px;
	}
}

@media (min-width: 751px) and (max-width: 850px) {
	.pl .product .colors img {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 750px) {
	.pl_products .product .quick-view_btn,
	.pl_products .product:hover .quick-view_btn {
		display: none;
	}
}

.qv-content {
	position: relative;
	text-align: center;
}

.qv-content .qv-images {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.qv-images .left-images {
	width: 100px;
	float: left;
}

.qv-images .left-images img {
	width: 75px;
}

.qv-images .left-images a {
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 3px solid #fff;
}

.qv-images .left-images a:first-child {
	margin-top: 0;
}

.qv-images .left-images a.active {
	border-bottom: 3px solid #c1c1c1;
}

.qv-content .name {
	font-size: 24px;
	font-weight: 300;
	color: #000;
	display: block;
}

.qv-content .rating {
	margin-top: 10px;
	line-height: 20px;
	display: flex;
	justify-content: center;
}

.qv-content ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}

.qv-content .description li {
	padding-left: 18px;
	background: url(/images/header-sprite.png) no-repeat 0 -196px;
	background-size: 10px auto;
}

.qv-content .history-price .icon-info-square:hover + .hint {
	bottom: 15px;
}

.qv-content .input-container {
	width: 170px;
	margin: 20px auto 0 auto;
}

.qv-content .selectfield,
.qv-content .selectfield-error {
	width: 100%;
}

.qv-content .selectfield {
	color: #000;
	padding: 13px 16px 12px 10px;
}

.qv-content .selectfield-error {
	color: #c40000;
}

.qv-content .wishlist {
	margin-bottom: 20px;
}

.qv-content .wishlist .wishlistForm {
	padding: 0;
}

.qv-content .wishlist .dropdown-container {
	width: 100%;
	margin: 8px auto;
}

.qv-content .greetingsCard,
.qv-content .print-at-home {
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid var(--border-primary-color);
	border-radius: 4px;
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
}

.qv-content a.more {
	color: var(--text-quinary-color);
	text-decoration: underline;
	display: inline-block;
	margin: 15px 0;
	font-weight: bold;
}

.qv-content form input[type=radio] {
	display: none;
}

.qv-content form .price {
	display: none;
	margin-top: 5px;
	font-size: 24px;
}

.qv-content form .price .crossed {
	font-size: inherit;
	font-weight: 300;
	padding-right: 20px;
}

.qv-content form .price.product {
	display: block;
}

.qv-content span#stockalert-btn span.icon-stockalert {
	font-size: 24px;
	vertical-align: sub;
}

.list .teaser-slider-container {
	max-width: 100%;
}

.qv-content .green-mnky {
	width: 100%;
	max-width: 320px;
	border: 1px solid var(--border-primary-color);
	border-radius: var(--border-radius);
	padding: 0 5px;
	margin: 20px auto;
}

.qv-content .green-mnky-headline {
	width: auto;
	padding: 11px 5px 8px 5px;
	cursor: pointer;
	margin: 0;
	font-family: var(--font-family);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
}

.qv-content .green-mnky-headline .icon-arrow-down-thin {
	font-size: 11px;
	transition: all .4s ease;
}

.qv-content .green-mnky.opened .icon-arrow-down-thin {
	-webkit-transform: rotateX(-180deg);
	-moz-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.qv-content .green-mnky-inputs-container {
	display: none;
}

.qv-content .green-mnky .input-container {
	width: 100%;
	margin: 10px auto 0 auto;
}

@media (max-width: 750px) {
	.qv-content .green-mnky .input-container {
		max-width: 320px;
	}
}

.qv-content .green-mnky.opened .input-container {
	display: block;
}

.qv-content .green-mnky.error {
	border: 1px solid var(--error-color);
	background-color: #fef0f0;
	font-size: 15px;
}

.qv-content .green-mnky select {
	margin-bottom: 10px;
}

.qv-content .green-mnky.error select {
	margin-top: 0;
}

.qv-content .green-mnky select.no-dropdown-icon {
	background: none;
}

.qv-content .green-mnky .textfield~.form-label {
	top: 16px;
	border: none;
}

.qv-content .green-mnky .textfield:focus~.form-label,
.qv-content .green-mnky .textfield.focus~.form-label {
	top: 5px;
}