* {
	box-sizing: border-box;
}

.klaro .cookie-modal {
	z-index: 9999 !important;
}

img {
	border: 0;
	outline: 0;
	max-width: 100%;
}

:root {
	--font-family: 'HSV Sans Regular', sans-serif;
	--font-family-headline: 'HSVSlab1 Bold', sans-serif;
	--font-family-subline: 'HSVSlab1 Regular', sans-serif;
	--font-family-introduction: 'HSV Sans Medium', sans-serif;
	--font-family-subheading: 'HSV Sans Regular', sans-serif;
	--font-family-distinction: 'HSV Sans Light', sans-serif;

	--background-body-color: #f6f6f6 ;
	--background-primary-color: #fff;
	--background-secondary-color: #000;
	--background-tertiary-color: #005aaa;
	--background-quaternary-color: #f5f5f5;
	--background-quinary-color: #003264;
	--background-placeholder-color: #444;
	--background-footer-top-color: #F6F6F6;
	--background-footer-bottom-color: #005aaa;

	--border-primary-color: #dadada;
	--border-secondary-color: #fff;
	--border-tertiary-color: #21201e;
	--border-quaternary-color: #005aaa;
	--border-quinary-color: rgba(255,255,255,0.2);
	--border-senary-color: #000;

	--border-radius: 3px;
	--border-placeholder-radius: 100px;

	--button-primary-color: #005aaa;
	--button-secondary-color: #000;
	--button-tertiary-color: #4d4d4b;
	--button-quaternary-color: #003264;
	--button-disabled-color: #f6f6f6;
	--button-negative-text-color: #777;
	--button-negative-background-color: #dadada;

	--error-color: #c40000;

	--input-color: #777;
	--input-focus-color: #c1c1c1;

	--link-primary-color: #000;

	--mobile-menu-borders-color: rgba(255,255,255,0.2);
	--mobile-menu-arrows-color: #fff;

	--star-active-color: #e6ac41;
	--star-disabled-color: #e5e5e5;

	--text-primary-color: #000;
	--text-secondary-color: #fff;
	--text-tertiary-color: #003264;
	--text-quaternary-color: rgba(255,255,255,0.6);
	--text-quinary-color: #005aaa;
	--text-disabled-color: #a5a5a5;
	--text-red: #c00;
	--text-blue: #005aaa;
	--text-green: #090;

	--underline-primary-color: #fff;
}

body,
div,
a,
form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	line-height: inherit;
	background: var(--background-body-color);
}

body#show_favorite_list {
	background: var(--background-primary-color);
}

html,
body {
	font-family: var(--font-family);
	font-size: 15px;
	font-weight: 400;
	color: var(--text-primary-color);
	-webkit-text-size-adjust: 100%;
}

.skip-to-main-content-link-container {
	position: absolute;
	left: -9999px;
	z-index: 999;
	opacity: 0;
	width: 0;
	height: 0;
	background-color: var(--background-primary-color);
}

.skip-to-main-content-link-container.show {
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	height: 50px;
	width: 100%;
}

.skip-to-main-content-link {
	position: fixed;
	top: 0;
	left: -9999px;
	z-index: 99999;
	opacity: 0;
	width: 0;
	height: 0;
	background-color: var(--background-primary-color);
}

.skip-to-main-content-link:focus-visible {
	border-radius: 0;
}

.skip-to-main-content-link.show {
	display: flex;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	height: 50px;
	width: 100%;
}

select:active,
select.selectfield-error:active {
	outline: none;
}

:focus-visible,
select:focus-visible,
select.selectfield-error:focus-visible {
	outline-color: var(--border-tertiary-color);
	outline-offset: 1px;
}

:focus-visible {
	border-radius: 4px;
}

body#start,
body#product_alert_unsubscribe {
	margin-top: 180px;
}

body#start.has-highlights-header,
body#product_alert_unsubscribe.has-highlights-header,
body#start.has-highlight-countdown,
body#product_alert_unsubscribe.has-highlight-countdown {
	margin-top: 225px;
}

body#start.has-highlights-header.has-highlight-countdown,
body#product_alert_unsubscribe.has-highlights-header.has-highlight-countdown {
	margin-top: 270px;
}

@media (max-width: 900px) {
	body#start,
	body#product_alert_unsubscribe {
		margin-top: 95px;
	}
	body#start.has-highlights-header,
	body#product_alert_unsubscribe.has-highlights-header,
	body#start.has-highlight-countdown,
	body#product_alert_unsubscribe.has-highlight-countdown {
		margin-top: 140px;
	}
	body#start.has-highlights-header.has-highlight-countdown,
	body#product_alert_unsubscribe.has-highlights-header.has-highlight-countdown {
		margin-top: 185px;
	}
}

#product_alert_unsubscribe {
	text-align: center;
}
#product_alert_unsubscribe .unsubscribe-container {
	padding: 10px;
}
#product_alert_unsubscribe .unsubscribe-container .product-image {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
#product_alert_unsubscribe .unsubscribe-container .product-image img {
	height: 300px;
}

/***** HEADINGS *****/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--text-primary-color);
	text-transform: uppercase;
	font-weight: 300;
	font-family: var(--font-family-headline);
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	text-align: center;
}

h3 {
	font-size: 20px;
}

@media(max-width: 750px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
}

button,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea {
	margin: 0;
	border: 0;
	outline: none;
	font-family: var(--font-family);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

/***** BUTTONS *****/
button,
.button,
.negative-btn,
form.sizes span.stockalert {
	margin: 0;
	border: 0;
	outline: none;
	font-family: var(--font-family);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 10px;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	color: var(--text-secondary-color);
	background: var(--button-primary-color);
	cursor: pointer;
	line-height: 24px;
	transition: background-color 0.2s, color 0.2s;
	border-radius: var(--border-radius);
}

button.transparent-btn {
	color: var(--text-primary-color);
	background-color: initial;
	text-transform: initial;
	padding: 0;
}

button:not([class*="disabled"]):not(.add-to-favorite-list-btn):not(.transparent-btn):not(.owl-next):not(.owl-prev):not(.gpay-button):hover,
.pl_filters_bar .button-filter.selected:hover,
.qv-content .print-at-home:hover,
.favorite-list-page #list-buttons .button:hover,
.favorite-list-page .products-container .item.product .input-container .green-mnky:hover,
.favorite-list-page .products-container .item.product .input-container .print-at-home:hover,
.pd .info a.addCart.special-item:hover,
.slider-container a.green-mnky:hover,
.slider-container a.print-at-home:hover,
.slider-container a.special-item:hover,
.cart-mini .flyout .to-cart:hover {
	color: var(--text-secondary-color);
	background: var(--button-quaternary-color);
}

button:focus-visible,
.button:focus-visible,
.negative-btn:focus-visible,
form.sizes span.stockalert:focus-visible,
.pdsAccordion span.stockalert:focus-visible {
	outline: 2px solid var(--border-tertiary-color);
	outline-offset: 2px;
}

button[class*="disabled"],
.button[class*="disabled"] {
	background-color: var(--button-disabled-color);
	color: var(--text-primary-color);
	cursor: default;
}

/* Negative buttons */
.negative-btn {
	display: block;
	color: var(--button-negative-text-color);
	background: var(--background-primary-color);
	border: 1px solid var(--border-primary-color);
}

.negative-btn:hover {
	color: var(--text-primary-color);
	border: 1px solid var(--border-tertiary-color);
}

/***** INPUT + SELECT FIELDS *****/
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea,
.textfield,
.textfield-error,
.textareafield,
.textareafield-error {
	margin: 10px 0;
	font-size: 13px;
	border: 1px solid var(--border-primary-color);
	font-weight: 500;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 15px 10px 5px 10px;
	color: var(--text-primary-color);
	text-align: left;
	border-radius: var(--border-radius);
}

input[type="text"].textfield-error,
input[type="password"].textfield-error,
input[type="submit"].textfield-error,
input[type="image"].textfield-error,
input[type="button"].textfield-error,
textarea.textareafield-error,
.textfield-error,
.textareafield-error,
select.selectfield-error {
	border: 1px solid var(--error-color);
}

input[type="text"]:focus-visible:not(#testtoken):not(.hasDatepicker),
input[type="password"]:focus-visible,
input[type="submit"]:focus-visible,
input[type="image"]:focus-visible,
input[type="button"]:focus-visible,
textarea:focus-visible,
.textfield:focus-visible,
.textfield-error:focus-visible,
.textareafield:focus-visible,
.textareafield-error:focus-visible {
	border: 1px solid transparent;
}

@media (max-width: 750px) {
	input[type="text"],
	input[type="password"],
	input[type="submit"],
	input[type="image"],
	input[type="button"],
	textarea,
	.textfield,
	.textfield-error,
	.textareafield,
	.textareafield-error {
		width: 100%;
	}
}

.print-at-home input,
.print-at-home textarea {
	padding: 10px 10px 5px 10px;
}

.print-at-home .input-container span#character_count {
	display: inline-block;
	width: 25px;
	text-align: center;
}
.print-at-home .input-container span#line_count {
	display: inline-block;
	width: 10px;
	text-align: center;
}

form .input-container {
	position: relative;
}

form .selectfield option,
form .selectfield-error option,
form .selectfield.selected,
form .selectfield-error.selected {
	color: var(--text-primary-color);
}

form .textfield~.form-label,
form .textfield-error~.form-label,
form .selectfield~.form-label,
form .selectfield-error~.form-label,
form .textareafield~.form-label,
form .textareafield-error~.form-label,
.store_inventory .selectfield~.form-label {
	font-size: 13px;
	position: absolute;
	top: 14px;
	left: 10px;
	pointer-events: none;
	padding: 0;
	z-index: 1;
	transition-timing-function: ease-in;
	transition-duration: .125s;
	margin-top: 0;
	width: auto;
	color: var(--input-color);
	text-align: left;
	border:	0;
}

.store_inventory .selectfield~.form-label {
	color: var(--text-primary-color);
	width: 200px;
	height: 30px;
	z-index: 1000;
}

form .textfield-error~.form-label,
form .selectfield-error~.form-label {
	color: var(--error-color);
}

form .textfield-error,
form .selectfield-error,
form .textareafield-error {
	color: var(--error-color);
	background-color: #fef0f0;
}

form .selectfield,
form .selectfield-error {
	color: transparent;
	font-weight: 500;
}

form .textfield:focus~.form-label,
form .textfield.focus~.form-label,
form .textfield-error:focus~.form-label,
form .textfield-error.focus~.form-label,
form .selectfield.selected~.form-label,
.store_inventory .selectfield.selected:not(.hidden)~.form-label,
form .selectfield-error.selected~.form-label,
form .textareafield:focus~.form-label,
form .textareafield.focus~.form-label,
form .textareafield-error:focus~.form-label,
form .textareafield-error.focus~.form-label {
	font-size: 10px;
	font-weight: 400;
	top: 4px;
	color: var(--input-focus-color);
}

.textfield:focus:not(:read-only),
.selectfield:focus:not(:read-only),
.textareafield:focus:not(:read-only),
.textfield-error:focus:not(:read-only),
.selectfield-error:focus:not(:read-only),
.textareafield-error:focus:not(:read-only),
#ownname-input #text-number:focus,
#ownname-input #text-name:focus,
.pd #trikot-data input.flock-number:focus,
.pd #trikot-data input.flock-name:focus,
#personalization-conf-data input:focus {
	outline: auto;
	outline-offset: 0;
}

.textfield:focus:not(:read-only),
.selectfield:focus:not(:read-only),
.textareafield:focus:not(:read-only),
.textfield-error:focus:not(:read-only),
.selectfield-error:focus:not(:read-only),
.textareafield-error:focus:not(:read-only) {
	border: none;
}

form .textfield-error~.form-label,
form .textfield-error:focus~.form-label,
form .textfield-error.focus~.form-label,
form .selectfield-error~.form-label,
form .selectfield-error.selected~.form-label,
form .textareafield-error~.form-label,
form .textareafield-error:focus~.form-label,
form .textareafield-error.focus~.form-label {
	color: var(--error-color);
}

select {
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: var(--font-family);
	font-size: 14px;
	line-height: 1.3em;
	border-radius: 0;
	border: 1px solid var(--border-primary-color);
	border-radius: var(--border-radius);
	padding: 16px 16px 9px 10px;
	background: url(/images/select-bg.png) no-repeat center right #fff;
	background-size: 16px auto;
}

select:focus-visible {
	border: 1px solid transparent;
}

select::-ms-expand {
	filter: alpha(opacity=0);
	opacity: 0;
}

/***** RADIO BUTTONS *****/
.radio input[type='radio']:not(.radio-button-checkout) {
	display: none;
}

.radio input[type='radio']:not(.radio-button-checkout) + label,
.checkout .address-entry .radio input[type='radio']:not(.radio-button-checkout) + label {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/images/checkout-sprite.png) no-repeat 0 0;
	background-size: 100px auto;
}

.radio input[type='radio']:not(.radio-button-checkout):checked + label,
.checkout .address-entry .radio input[type='radio']:not(.radio-button-checkout):checked + label {
	background: url(/images/checkout-sprite.png) no-repeat 0 -100px;
	background-size: 100px auto;
}

/***** CHECKBOX *****/
.checkbox input[type="checkbox"] {
	margin: 0 5px 0 0;
}

.checkbox label {
	clear: both;
	float: none;
	width: inherit;
	margin-top: 0;
	padding: 0;
	color: #777;
	text-align: left;
	font-size: 13px;
	vertical-align: top;
}

/* Error */
.error {
	color: var(--error-color);
	font-size: 14px;
	border-bottom: 1px solid var(--border-primary-color);
}

.error select {
	clear: both;
	margin-top: 20px;
	border: 1px solid var(--error-color);
}

.error strong {
	font-size: 24px;
	font-weight: 400;
}

.error a {
	text-decoration: underline;
}

@media (max-width: 750px) {
	.error strong {
		font-size: 18px;
	}

	.error select {
		margin-top: 5px;
	}
}

input.error::-webkit-input-placeholder {
	color: var(--error-color);
}

input.error:-moz-placeholder {
	color: var(--error-color);
}

input.error:-ms-input-placeholder {
	color: var(--error-color);
}

/***** FORM LABELS *****/
form label {
	margin-top: 20px;
	padding: 7px 25px 0 0;
	text-align: right;
	font-size: 14px;
}

@media (max-width: 750px) {
	form label {
		width: 100%;
		margin-top: 10px;
	}
}

form label.contact-person {
	display: block;
	width: 100%;
	text-align: left;
}

.image-box {
	position: relative;
	width: 100%;
	max-width: 229px;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.image-box:before {
	content: '';
	display: block;
	margin-top: 100%;
}

.image-box img {
	display: block;
	width: inherit;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

/*.image-box img.hoveredview {
	display: none;
}*/

.filling {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

/*****  PRICE *****/
.price {
	font-size: 14px;
	font-weight: 600;
}

.price .crossed {
	font-size: 16px;
	color: var(--text-primary-color);
	text-decoration: line-through;
}

.has-crossed-price {
	color: var(--text-red);
}

.historyprice,
.variant-historyprice {
	margin-bottom: 5px;
}

.historyprice.quick-buy {
	margin: 5px 0 0 0;
}

.historyprice {
	position: relative;
}

.variant-historyprice {
	display: none;
}

.historyprice > span:not(.hint) {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
}

.historyprice span.icon-info-square {
	cursor: pointer;
}

.original-price-list,
.slider-container .item .deposit-price {
	text-align: center;
	height: 20px;
}

.original-price-list > span:not(.hint) {
	color: var(--text-disabled-color);
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}

.red {
	color: var(--text-red);
}

.green{
	color: var(--text-green);
}

/***** PRODUCT LABELS *****/
div.label {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 5px;
	right: 5px;
	z-index: 10;
	cursor: default;
	text-align: right;
}
div.label.left {
	right: unset;
	left: 5px;
	height: 50px;
	justify-content: center;
}

div.pl_products div.label.left,
div.favorite-list-page div.label.left {
	height: auto;
}

div.label.bottom-left,
div.label.bottom-right {
	top: unset;
	bottom: 25px;
}

div.label.bottom-left {
	left: 5px;
	right: unset;
}

div.label span.label {
	display: block;
	text-align: right;
}

div.label span.label span {
	font-weight: 600;
	color: var(--text-secondary-color);
	font-size: 9px;
	text-transform: uppercase;
	background: var(--background-tertiary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 23px;
	margin: 0 0 4px 0;
	white-space: nowrap;
	border-radius: var(--border-radius);
}

div.label span.label.new span {
	background-color: var(--background-primary-color);
	color: var(--text-primary-color);
	border: 1px solid var(--border-senary-color);
}

div.label span.label.sale span {
	color: #fff;
	background: var(--text-red);
	box-shadow: none;
	border: none;
}

div.label span.label.new span,
div.label span.label.sale span {
	width: 54px;
}

div.label span.label.pers span {
	color: var(--text-primary-color);
	background: var(--background-quaternary-color);
	border: none;
}

div.label span.label.sustainability span,
div.label span.label.members span,
div.label span.label.infolable span {
	width: 65px;
}

div.label span.label.variant-label span {
	padding: 0 7px;
}

.info div.label span.label span {
	font-size: 22px;
}

/***** BREADCRUMBS *****/
.breadcrumbs {
	padding: 30px 0 25px 0;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}
@media (max-width: 750px) {
	.breadcrumbs {
		font-size: 14px;
		padding: 20px 0 25px 0;
		height: 36px;
	}
	.breadcrumbs span.notmobile {
		display: none;
	}
}

.breadcrumbs a {
	display: inline-block;
	line-height: 14px;
}
.breadcrumbs a:hover {
	color: #000;
}
.breadcrumbs a.back {
	margin-right: 20px;
	padding: 0 20px 0 0;
	border-right: 1px solid var(--border-tertiary-color);
	background-size: 21px auto;
	font-weight: 700;
}

.breadcrumbs > span {
	display: inline-block;
}

.breadcrumbs > span a {
	font-weight: 500;
	color: var(--text-primary-color);
}
.breadcrumbs > span:last-of-type a {
	font-family: var(--font-family-distinction);
}

a {
	color: var(--text-primary-color);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: var(--text-tertiary-color);
}

a img {
	border: 0;
	vertical-align: top;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

.page-bg-wrapper,
.page-bg-wrapper~* {
	position: relative;
}

.page-bg-wrapper>a {
	display: block;
}

.page-bg-wrapper .page-background {
	height: 1400px;
	width: 100%;
	display: block;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50px);
	z-index: 0;
	text-align: center;
}

.page-bg-wrapper .page-background .page-background-image-wrapper {
	position: relative;
}

.page-bg-wrapper .page-background.left,
.page-bg-wrapper .page-background.right {
	top: 150px;
	transform: none;
	text-align: right;
	min-height: 100%;
	min-width: 305px;
	width: 50%;
	height: 910px;
}

.page-bg-wrapper .page-background.left {
	left: 0;
}

.page-bg-wrapper .page-background.right {
	right: 0;
}

.page-bg-wrapper .page-background.left picture {
	position: absolute;
	right: 650px;
}

.page-bg-wrapper .page-background.right picture {
	position: absolute;
	left: 650px;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.page-bg-wrapper~.wrapper {
	background-color: #fff;
	padding: 50px 15px;
}

@media (max-width: 750px) {
	.wrapper {
		padding: 0 10px;
	}

	.page-bg-wrapper~.wrapper {
		padding: 20px 10px;
	}
}

.fixedindent,
.page-bg-wrapper ~ .wrapper.fixedindent {
	padding-top: 135px;
	padding-bottom: 50px;
}
.fixedindent:not(.lp),
.page-bg-wrapper ~ .wrapper.fixedindent:not(.lp) {
	background-color: var(--background-primary-color);
}
body.has-highlights-header .fixedindent,
body.has-highlight-countdown .fixedindent {
	padding-top: 180px;
}
body.has-highlights-header.has-highlight-countdown .fixedindent {
	padding-top: 230px;
}

@media (max-width: 900px) {
	.fixedindent,
	.page-bg-wrapper ~ .wrapper.fixedindent {
		padding-top: 50px;
	}
	body.has-highlights-header .fixedindent,
	body.has-highlight-countdown .fixedindent {
		padding-top: 95px;
	}
	body.has-highlights-header.has-highlight-countdown .fixedindent {
		padding-top: 140px;
	}
}
@media (max-width: 750px) {
	.fixedindent,
	.page-bg-wrapper~.wrapper.fixedindent {
		margin-top: 40px;
		padding-top: 10px;
		padding-bottom: 0;
	}
	body.has-highlights-header .fixedindent,
	body.has-highlight-countdown .fixedindent {
		padding-top: 40px;
	}
	body.has-highlights-header.has-highlight-countdown .fixedindent {
		padding-top: 70px;
	}
}

.fixedindent-checkout {
	margin-top: 120px;
}
@media (max-width: 1000px) {
	.fixedindent-checkout {
		margin-top: 100px;
	}
}
@media (max-width: 900px) {
	.fixedindent-checkout {
		margin-top: 80px;
	}
}

body.has-highlights-checkout .fixedindent-checkout {
	margin-top: 170px;
}
@media (max-width: 1000px) {
	body.has-highlights-checkout .fixedindent-checkout {
		margin-top: 150px;
	}
}
@media (max-width: 900px) {
	body.has-highlights-checkout .fixedindent-checkout {
		margin-top: 130px;
	}
}
@media (max-width: 750px) {
	body.has-highlights-checkout .fixedindent-checkout {
		margin-top: 110px;
	}
}

.lightbox-bg {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 2150;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.lightbox-bg.open-menu {
	display: block;
	z-index: 2005;
}

.button-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 75px;
	z-index: 2151;
	width: 48px;
	height: 42px;
	border: 1px solid var(--background-primary-color);
	border-radius: var(--border-radius);
	cursor: pointer;
	transform: translateY(-50%);
	background-color: var(--button-tertiary-color);
	opacity: 0.5;
}

.button-top:hover {
	background: var(--button-secondary-color);
}

.button-top:before {
	content: '';
	font-size: 24px;
	margin: 0 auto;
	color: var(--text-secondary-color);
	text-align: center;
	display: block;
	margin-top: 8px;
}

@media (min-width: 750px) {
	.button-top {
		right: 30px;
		width: 58px;
		height: 52px;
	}
	.button-top:before {
		font-size: 30px;
		margin-top: 10px;
	}
}
@media (max-width: 575px) {
	.button-top {
		bottom: 115px;
	}
}

#tooltip {
	position: absolute;
	font-size: 12px;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: auto;
	max-width: 350px;
	background: var(--background-primary-color);
	padding: 15px;
}

.small-tool-tip {
	width: 130px;
}

.tooltip-filial {
	width: 557px;
	padding: 0;
}

.ui-tooltip {
	min-width: 450px;
}

.ui-tooltip span {
	font-family: var(--font-family-text);
	font-size: 14px;
}

.clickarea-mobile img,
.clickarea-desktop img {
	width: 100%;
	height: 100%;
}

.clickarea-mobile {
	display: none;
	cursor: pointer;
}

@media (max-width: 750px) {
	.clickarea-mobile {
		display: block;
	}
}

.clickarea-desktop {
	display: block;
	cursor: pointer;
}

@media (max-width: 750px) {
	.clickarea-desktop {
		display: none;
	}
}

mark {
	background-color: #fff600;
	color: inherit;
}

.next-page-button {
	width: 100%;
	display: block;
	float: left;
}

.next-page-button .nextpage {
	width: 260px;
	display: block;
	margin: 0 auto;
}

.cookies {
	position: fixed;
	width: 100%;
	z-index: 3000;
	padding: 0;
	bottom: 0;
	left: 0;
	background: #000;
	color: var(--text-secondary-color);
	font-size: 13px;
}

.cookies .holder {
	margin: 0 auto;
	padding: 5px 15px 5px 15px;
}

.cookies .text {
	float: left;
	width: 90%;
	color: var(--text-secondary-color);
}

.cookies .text h3 {
	color: var(--text-secondary-color);
}

.cookies .text p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.cookies .text a {
	color: var(--text-secondary-color);
	font-weight: bolder;
	text-decoration: underline;
}

.cookies .button {
	float: right;
	width: 4%;
	height: 15px;
	text-align: right;
	background: url(/images/close-white.png) center center no-repeat;
	background-size: 10px;
	cursor: pointer;
	margin-top: 2px;
}

.cookies .button a {
	color: var(--text-secondary-color);
}

.steps-bar {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
}
@media (max-width: 750px) {
	.steps-bar {
		margin-bottom: 0;
	}
}

.steps-bar > div {
	color: var(--button-negative-background-color);
	text-align: center;
	width: 15%;
	height: 100px;
	z-index: 1;
}
@media (max-width: 750px) {
	.steps-bar > div {
		width: 20%;
	}
}


.steps-bar .line-separator {
	background: var(--button-negative-background-color);
	height: 2px;
	width: 40%;
	margin: 0 5px;
}

.steps-bar .line-separator ~ .line-separator {
	width: 5%;
}

.steps-bar span {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width: 750px) {
	.steps-bar span {
		font-size: 10px;
	}
}

.steps-bar .step-title {
	padding-bottom: 10px;
}

.steps-bar .step-point {
	background: var(--background-body-color);
	position: relative;
	z-index: 2;
	height: 55px;
}
@media (max-width: 750px) {
	.steps-bar .step-point {
		height: 35px;
	}
}

.steps-bar .step-point:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin: -2px 0 0;
	height: 2px;
	width: 100%;
	z-index: -1;
	background-color: var(--button-negative-background-color);
}

.steps-bar .step-point .point {
	background: var(--background-body-color);
	width: 45px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	z-index: 3;
}
@media (max-width: 750px) {
	.steps-bar .step-point .point {
		padding: 4px 0 0 0;
	}
}

.steps-bar .point span {
	width: 35px;
	height: 35px;
	margin: 0 auto;
	border-radius: 50%;
	background: var(--button-negative-background-color);
	position: relative;
}
@media (max-width: 750px) {
	.steps-bar .point span {
		width: 25px;
		height: 25px;
	}
}

.steps-bar .active {
	color: var(--background-tertiary-color);
}

.steps-bar .active .point {
	width: 70px;
	padding: 0;
}
@media (max-width: 750px) {
	.steps-bar .active .point {
		width: 50px;
	}
}

.steps-bar .active .point span {
	width: 55px;
	height: 55px;
	background: var(--background-tertiary-color);
}
@media (max-width: 750px) {
	.steps-bar .active .point span {
		width: 35px;
		height: 35px;
	}
	.steps-bar #last-check.active .point {
		width: 40px;
	}
	.steps-bar #last-check.active .point span {
		margin-right: 0;
	}
}

.steps-bar .icon-check {
	color: var(--text-secondary-color);
	font-size: 12px;
	background: var(--background-secondary-color);
}

.steps-bar .icon-check:before {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 28px;
	transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
	.steps-bar .icon-check:before {
		font-size: 20px;
	}
}

.steps-bar .done {
	color: var(--text-primary-color);
}

.steps-bar .done .point a span:first-child {
	display: none;
}

.steps-bar .done .point span {
	background: var(--background-secondary-color);
	transition: all .5s ease-in;
}

.steps-bar .done .point span:not(.amazon-pay):hover {
	background: var(--background-primary-color);
	border: 1px solid var(--border-tertiary-color);
}

.steps-bar #shop.done .point span:not(.amazon-pay):hover {
	background: var(--background-secondary-color);
	border: none;
}

.steps-bar .done .icon-check:before {
	display: block;
}

.steps-bar .done .point span:not(.amazon-pay):hover:before {
	color: var(--text-primary-color);
}

.steps-bar #shop.done .point span:not(.amazon-pay):hover:before {
	color: var(--text-secondary-color);
}

.steps-bar #shop {
	width: 48%;
	text-align: left;
}
@media (max-width: 750px) {
	.steps-bar #shop {
		width: 25%;
		text-align: left;
	}
}

.steps-bar #shop .point {
	margin-left: 0;
}

.steps-bar #last-check {
	text-align: right;
	width: 10%;
}
@media (max-width: 750px) {
	.steps-bar #last-check {
		width: 15%;
	}
}

.steps-bar #last-check.active .step-title {
	padding-right: 14px;
}
@media (max-width: 750px) {
	.steps-bar #last-check.active .step-title {
		padding-right: 0;
	}
}

.steps-bar #last-check .point {
	margin-right: 0;
}
@media (max-width: 750px) {
	.steps-bar #last-check .point {
		width: 45px;
	}
}

.container-gcat,
.content-gcat {
	position: relative;
}

.container-gcat {
	box-shadow: 0px 0px 0px 2px transparent;
	transition: box-shadow 0.3s;
}

.container-gcat .border-top-over,
.container-gcat .border-right-over,
.container-gcat .border-bottom-over,
.container-gcat .border-left-over {
	position: absolute;
	border: 1px dashed var(--border-tertiary-color);
	z-index: 1000;
}

.container-gcat .border-top-over,
.container-gcat .border-bottom-over {
	height: 2px;
	width: 100%;
	right: 0;
}

.container-gcat .border-right-over,
.container-gcat .border-left-over {
	width: 2px;
	height: 100%;
	top: 0;
}

.container-gcat .border-top-over {
	top: 0;
}

.container-gcat .border-right-over {
	right: 0;
}

.container-gcat .border-bottom-over {
	bottom: 0;
}

.container-gcat .border-left-over {
	left: 0;
}

/* .container-gcat:hover {
	border: 2px dashed #000;
} */

.content-gcat img,
.content-gcat .headline,
.content-gcat .button,
.content-gcat a {
	opacity: 1;
	transition: opacity 0.3s;
}

.content-teaser-carousel-container .content-gcat img {
	width: 100%;
}

.content-gcat:hover img,
.content-gcat:hover .headline,
.content-gcat:hover .button,
.content-gcat:hover a {
	opacity: 1;
}

.product.content-gcat:hover a {
	opacity: 1;
}

.container-gcat:hover .edit-container-gcat a,
.container-gcat:hover .edit-container-gcat a:hover,
.content-gcat:hover .edit-content-gcat a,
.content-gcat:hover .edit-content-gcat a:hover {
	opacity: 1;
	color: var(--text-primary-color);
}

.container-gcat .edit-container-gcat,
.content-gcat .edit-content-gcat {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	border: 2px solid var(--border-tertiary-color);
	background-color: var(--background-primary-color);
	border-radius: var(--border-radius);
	padding: 4px;
	margin: 0;
	width: 40px;
	height: 40px;
	z-index: 2004;
	transition: all 0.3s;
}


.container-gcat:hover .edit-container-gcat,
.content-gcat:hover .edit-content-gcat {
	visibility: visible;
	opacity: 1;
}

.container-gcat .edit-container-gcat {
	right: 10px;
	top: 10px;
}

.content-gcat .edit-content-gcat {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
}

.container-gcat .edit-container-gcat:hover,
.content-gcat .edit-content-gcat:hover {
	border-color: var(--border-quaternary-color);
	box-shadow: 0px 0px 0px 6px var(--text-secondary-color);
}

.container-gcat .edit-container-gcat:hover {
	width: 46px;
	height: 46px;
}

.content-gcat .edit-content-gcat:hover {
	width: 66px;
	height: 66px;
}

.edit-product-content-gcat {
	display: inline-block;
	padding-bottom: 15px;
	font-size: 14px;
	opacity: 0.5;
}

.edit-container-gcat .icon-pencil,
.edit-content-gcat .icon-pencil {
	font-size: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

.edit-content-gcat .icon-pencil {
	font-size: 34px;
	transition: all 0.3s;
}

.edit-container-gcat:hover .icon-pencil,
.edit-content-gcat:hover .icon-pencil {
	color: var(--text-tertiary-color);
}

.edit-product-content-gcat a span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.edit-product-content-gcat .icon-pencil {
	font-size: 16px;
}

.preloader {
	margin: 100px auto;
	display: block;
	clear: both;
	overflow: hidden;
	width: initial!important;
	opacity: 0.3;
}

#lightbox {
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-top: 0;
	z-index: 2200;
	background: #fff;
	box-shadow: 0 0 37px rgba(0, 0, 0, 0.37);
	border-radius: 6px;
	max-width: 1000px;
	max-height: 90vh;
	width: 95%;
	overflow-y: auto;
}

#lightbox .close {
	float: right;
	margin: 20px 20px 0 0;
	line-height: unset;
}

#lightbox .close:hover {
	color: var(--text-tertiary-color);
}

#lightbox .holder {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 20px 20px 20px;
}

#lightbox .holder .preloader {
	margin: 0 auto;
	display: block;
}


@media(max-width:450px) {
	#lightbox .holder h1 {
		font-size: 24px;
	}
}

#lightbox .holder #tilldate-dropdown {
	padding: 10px 0;
}

#lightbox .holder span.disclaimer {
	display: block;
	margin-bottom: 10px;
	color: #999;
}

#lightbox-content-holder > div > form > button.addCart,
form.sizes button#stockalert-btn.stockalert,
#lightbox-content-holder > div > form > a.qvaddtocart.special-item {
	width: 100%;
	display: inline-block;
}

#lightbox-content-holder > div > form > button.addCart,
#lightbox-content-holder > div > form > a.qvaddtocart.special-item {
	margin-top: 20px;
}

#lightbox.staticpage {
	width: 90%;
	max-width: 1200px;
	position: fixed;
	max-height: 95vh;
	overflow: hidden;
	overflow-y: auto;
}

#lightbox.staticpage .fixedindent {
	padding-top: 0;
}

#lightbox.staticpage .breadcrumbs,
#lightbox.staticpage .navigation {
	display: none;
}

.loading-container {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}

.content.wrapper {
	position: relative;
}

.content.wrapper .loading-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

span.button .loading-container,
.slider-container .item button .loading-container,
.products-container .item button .loading-container {
	width: 100%;
	height: 28px;
}

.loading-ring {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.loading-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	margin: 0px;
	border: 4px solid var(--border-primary-color);
	border-radius: 50%;
	animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: var(--border-primary-color) transparent transparent transparent;
}

span.button .loading-ring div,
.slider-container .item button .loading-ring div,
.products-container .item button .loading-ring div {
	width: 30px;
	height: 30px;
	margin: 0;
	border: 4px solid var(--background-primary-color);
	border-color: var(--background-primary-color) transparent transparent transparent;
}

.loading-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.loading-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.loading-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes loading-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media(max-width:450px) {
	.slider-container {
		min-height: 530px;
	}
}

.slider-container .input-container {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:nowrap;
	clear:both;
	padding:4px;
	margin:5px 0;
	overflow:hidden;
	min-height:45px;
	position: unset;
}
.slider-container .input-container .selectfield {
	width:70%;
	padding:12px 16px 12px 10px;
	color:var(--text-primary-color);
}
.slider-container .input-container .selectfield-error {
	color:var(--error-color);
}
.slider-container button[class*="crossselling"],
.slider-container a.green-mnky,
.slider-container a.print-at-home,
.slider-container a.special-item {
	display:flex;
	position: relative;
	justify-content:center;
	align-items:center;
	flex-wrap:nowrap;
	width:100%;
	min-height: 42px;
	padding:7px 10px;
}

.slider-container a.green-mnky .icon-personalize {
	margin: 0;
}

.slider-container button[class*="crossselling"] .text,
.slider-container a.green-mnky .text {
	font-size: 14px;
}
.slider-container button[class*="crossselling"] .text[class*=icon],
.slider-container a.green-mnky .text[class*=icon],
.slider-container a.print-at-home .text[class*=icon] {
	font-size: 28px;
	margin-right: 10px;
}
@media (min-width:800px) and (max-width:900px) {
	.slider-container button[class*="crossselling"] .text,
	.slider-container a.green-mnky .text,
	.slider-container a.print-at-home .text,
	.slider-container a.special-item .text {
		font-size: 11px;
	}
}
@media (min-width:901px) and (max-width:1150px) {
	.slider-container button[class*="crossselling"] .text,
	.slider-container a.green-mnky .text,
	.slider-container a.print-at-home .text,
	.slider-container a.special-item .text {
		font-size: 9px;
	}
}
@media(max-width:900px) {
	.slider-container button[class*="crossselling"] .text[class*=icon],
	.slider-container a.green-mnky .text[class*=icon],
	.slider-container a.print-at-home .text[class*=icon] {
		font-size: 20px;
		padding: 3px 0;
	}
}
.slider-container button[class*="crossselling"].variants {
	width:25%;
	font-size:28px;
}
.slider-container button[class*="crossselling"].variants .text[class*=icon] {
	margin-right:0;
}
@media(max-width:750px) {
	.slider-container button[class*="crossselling"].variants {
		padding: 8px 10px;
	}
}

.slider-container .alert-crossselling {
	margin: 0;
}
.slider-container .alert-crossselling,
.products-container .alert-crossselling {
	background: #33baff;
}
.slider-container .alert-crossselling:hover,
.products-container .alert-crossselling:hover {
	background: #00e1ff;
}

#lightbox-content-holder .select_headline {
	width: 100%;
	font-weight: bold;
	display: block;
}

#lightbox-content-holder div.item-variant-select {
	margin-top: 20px;
}

#lightbox-content-holder div.image {
	width: 100%;
	height: auto;
}

#lightbox-content-holder p a {
	color: var(--text-quinary-color);
}

#lightbox-content-holder select.item-size-select {
	float: right;
	padding: 12px 22px 12px 10px;
}

#greeting-card-lightbox {
	overflow-y: auto;
	overflow-x: hidden;
}

#greeting-card-lightbox img {
	float: none;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}

#greeting-card-lightbox .personal-message-header {
	display: block;
	float: left;
	padding-top: 20px;
}

#greeting-card-lightbox .personal-message-hint-blacklist-words {
	float: left;
}

#greeting-card-lightbox .personal-message {
	float: left;
	width: 100%;
	height: 170px;
	margin: 10px 0 10px 0;
	padding: 5px;
	font-size: 15px;
	text-align: left;
}
#greeting-card-lightbox #greeting-card-description {
	display: block;
	margin-bottom: 30px;
}

#greeting-card-lightbox button.btn {
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 300px;
	height: 45px;
}
@media(max-width:450px) {
	#greeting-card-lightbox button.btn {
		width: 220px;
	}
}

#greeting-card-lightbox button.btn .text {
	line-height: 15px;
}
@media(max-width:450px) {
	#greeting-card-lightbox button.btn .text {
		font-size: 12px;
	}
}

#greeting-card-lightbox button.btn .icon-shopping-cart {
	font-size: 20px;
}

#greeting-card-lightbox button.btn .loading-container {
	width: 30px;
	height: 30px;
}

#greeting-card-lightbox button.btn .loading-ring div {
	width: 30px;
	height: 30px;
	border: 4px solid var(--background-primary-color);
	border-color: var(--background-primary-color) transparent transparent transparent;
}

.seo {
	display: block;
	width: 100%;
	padding-top: 20px;
	position: relative;
}

.seo .seo-title,
.seo .seo-headline {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;;
}

.seo .seo-title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}

.seo .seo-headline {
	font-size: 24px;
	font-weight: 500;
	margin: 40px 0;
}

.seo .seo-text {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	padding-bottom: 20px;
	line-height: 21px;
	column-gap: 5%;
}
@media (max-width: 750px) {
	.seo .seo-text {
		display: block;
		width: 100%;
		column-count: 1!important;
	}
}

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

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

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

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

.seo .seo-image {
	width: 150px;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.seo .seo-image {
		display: block;
		padding: 0;
	}
}

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

.seo .seo-button,
.content-text-container .seo-button {
	text-align: center;
	margin: 20px 0;
}

.seo .seo-button a,
.content-text-container .seo-button a {
	display: inline-block;
	font-size: 18px;
	padding: 12px 30px 10px;
}

div#sticky_element {
	width: 100%;
	padding: 20px;
	background: var(--background-primary-color);
	border-top: 1px solid var(--border-primary-color);
	box-shadow: 0px -6px 10px 0px rgba(33,32,30,0.1);
	position: fixed;
	bottom: 0;
	z-index: 2001;
	display: none;
}
@media (max-width: 650px) {
	div#sticky_element {
		padding: 10px;
	}
}
div#sticky_element .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
}
@media (max-width: 750px) {
	div#sticky_element .wrapper {
		flex-wrap: wrap;
	}
}

div#sticky_element .wrapper .rowline {
	width: 46%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 3px 0;
}
@media (max-width: 750px) {
	div#sticky_element .wrapper .rowline {
		width: 100%;
	}
}

div#sticky_element h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	max-width: 220px;
	text-align: left;
	text-transform: none;
}

div#sticky_element .wrapper .price_container {
	min-width: 40%;
}

div#sticky_element .wrapper .price_container span,
div#sticky_element .wrapper .deposit-price {
	width: 100%;
	display: block;
	text-align: right;
}
div#sticky_element .wrapper .deposit-price {
	font-size: 14px;
}
div#sticky_element .wrapper .price_container span.crossed {
	text-decoration: line-through;
}

div#sticky_element .product_price {
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

div#sticky_element .wrapper #sticky_submit {
	height: 43px;
	width: 170px;
	font-size: 14px;
}
@media (max-width: 330px) {
	div#sticky_element .wrapper #sticky_submit {
		font-size: 12px;
		width: 130px;
	}
}
div#sticky_element .wrapper .rowline button:only-child {
	margin: 0 0 0 auto;
}

span.freeshipping {
	border: 1px solid #797979;
	padding: 0px 6px;
	margin: 5px;
	border-radius: 3px;
	color: #797979;
	display: inline-block;
	font-weight: bold;
	background: #fff;
	line-height: 22px !important;
}

#giftcard-modal {
	padding: 20px 0;
	border-top: 4px solid var(--button-primary-color);;
}

#giftcard-modal p {
	padding-bottom: 20px;
	font-size: 14px;
	font-family: var(--font-family);
}

#giftcard-modal p.subheadline {
	display: none;
}
div#redeemer-checkout,
div.used-giftcard-container {
	position: relative;
	padding: 0 2% 20px 50px;
}
div#redeemer-checkout {
	display: none;
}
@media(max-width: 750px) {
	div#redeemer-checkout,
	div.used-giftcard-container {
		padding: 0 2% 20px 30px;
	}
}

div#redeemer-static {
	position: relative;
}

div#redeemer-checkout .subheadline {
	font-size: 17px;
	font-weight: 700;
}

div#redeemer-checkout span.headline {
	display: inline-block;
	margin: 20px 0;
}

div#redeemer-checkout .loading,
div#redeemer-static .loading {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff91;
}
div#redeemer-container.notvisible {
	display: none;
}

div#usedGiftCard .addmore {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
}

div#redeemer-checkout label,
div#redeemer-static label {
	float: left;
	line-height: 50px;
	width: 100px;
}

div#redeemer-checkout .giftcard-input-section {
	position: relative;
}

div#redeemer-checkout .giftcard,
div#redeemer-static .giftcard {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: space-between;
}

@media screen and (min-width: 701px) {
	div#redeemer-checkout .giftcard {
		height: 60px;
	}
}

div#redeemer-checkout .infotext,
div#redeemer-static .infotext,
div.used-giftcard-container .infotext {
	display: block;
	font-family: var(--font-family);
	font-size: 14px;
	margin: 0;
}

div#redeemer-checkout .infotext > div,
div#redeemer-static .infotext > div {
	border: 2px solid var(--border-quaternary-color);
	padding: 5px 20px;
	margin: 0 0 20px 0;
}

div#redeemer-checkout .giftcard-input,
div#redeemer-static .giftcard-input {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	align-content: space-between;
	width: 100%;
	gap: 10px;
}
@media screen and (max-width: 700px) {
	div#redeemer-checkout .giftcard-input,
	div#redeemer-static .giftcard-input {
		display: block;
		width: 100%;
	}
}

div#redeemer-checkout .giftcard-input .field,
div#redeemer-static .giftcard-input .field {
	margin: 0;
	float: none;
	width: auto;
}
@media screen and (max-width: 700px) {
	div#redeemer-checkout .giftcard-input .field,
	div#redeemer-static .giftcard-input .field {
		margin: 0;
	}
}

div#redeemer-checkout .giftcard-input .field input,
div#redeemer-static .giftcard-input .field input {
	margin: 0;
	cursor: text;
	padding: 15px 10px;
}

div#redeemer-checkout .giftcard-input .field input:focus-visible,
div#redeemer-static .giftcard-input .field input:focus-visible {
	outline-offset: 0;
}
div#redeemer-checkout .giftcard-input .field input:focus,
div#redeemer-static .giftcard-input .field input:focus {
	outline: 2px solid var(--border-tertiary-color);
}

@media screen and (max-width: 700px) {
	div#redeemer-checkout .giftcard-input #checkGiftVoucher,
	div#redeemer-static .giftcard-input #checkGiftVoucher {
		font-size: 12px;
		min-width: 160px;
	}
	div#redeemer-checkout .giftcard-input .field input,
	div#redeemer-static .giftcard-input .field input,
	div#redeemer-checkout .giftcard-input #checkGiftVoucher,
	div#redeemer-static .giftcard-input #checkGiftVoucher {
		margin-top: 5px;
	}
}

div#redeemer-checkout .giftcard-input .field:first-child,
div#redeemer-static .giftcard-input .field:first-child{
	width: 40%;
}

div#redeemer-checkout .giftcard-input .field:nth-child(2),
div#redeemer-static .giftcard-input .field:nth-child(2) {
	max-width: 80px;
}
div#redeemer-checkout .btn-forward,
div#redeemer-static .btn-forward {
	min-width: 170px;
	padding: 0 10px;
	line-height: 45px;
}
div#redeemer-checkout .btn-forward .loading-container,
div#redeemer-static .btn-forward .loading-container {
	width: 45px;
	height: 45px;
}
div#redeemer-checkout .btn-forward .loading-ring div,
div#redeemer-static .btn-forward .loading-ring div {
	width: 35px;
	height: 35px;
}
@media screen and (max-width: 700px) {
	div#redeemer-checkout .giftcard-input .field:first-child,
	div#redeemer-static .giftcard-input .field:first-child{
		min-width: 170px;
	}
	div#redeemer-checkout .giftcard-input .field:nth-child(2),
	div#redeemer-static .giftcard-input .field:nth-child(2) {
		width: 20%;
	}
	div#redeemer-checkout .giftcard-input .field:first-child,
	div#redeemer-static .giftcard-input .field:first-child,
	div#redeemer-checkout .giftcard-input .field:nth-child(2),
	div#redeemer-static .giftcard-input .field:nth-child(2),
	div#redeemer-checkout .giftcard-input .btn-forward,
	div#redeemer-static .giftcard-input .btn-forward {
		display: inline-block;
		vertical-align: middle;
	}
	div#redeemer-checkout .giftcard-input .btn-forward,
	div#redeemer-static .giftcard-input .btn-forward {
		min-width: 100%;
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px) {
	div#redeemer-checkout .giftcard-input .field:first-child,
	div#redeemer-static .giftcard-input .field:first-child,
	div#redeemer-checkout .giftcard-input .field:nth-child(2),
	div#redeemer-static .giftcard-input .field:nth-child(2),
	div#redeemer-checkout .giftcard-input .btn-forward,
	div#redeemer-static .giftcard-input .btn-forward {
		display: block;
	}
	div#redeemer-checkout .giftcard-input .field:first-child,
	div#redeemer-static .giftcard-input .field:first-child,
	div#redeemer-checkout .giftcard-input .field:nth-child(2),
	div#redeemer-static .giftcard-input .field:nth-child(2) {
		width: 100%;
		max-width: 100%;
	}
}

div#redeemer-checkout .giftcard-input .giftcard-img,
div#redeemer-static .giftcard-input .giftcard-img {
	width: 10%;
	display: block;
}
@media screen and (max-width: 700px) {
	div#redeemer-checkout .giftcard-input .giftcard-img,
	div#redeemer-static .giftcard-input .giftcard-img {
		width: 100%;
		float: left;
		margin: 0;
	}
	div#redeemer-checkout .giftcard-input .giftcard-img span,
	div#redeemer-static .giftcard-input .giftcard-img span {
		max-width: 200px;
		margin: 0 auto;
		display: block;
	}
}

div#redeemer-checkout .giftcard-input .giftcard-img img,
div#redeemer-static .giftcard-input .giftcard-img img {
	margin: 15px 0 0 0;
}

div#redeemer-checkout .giftcard-input-section .mandatory.desktop,
div#redeemer-static .giftcard-input-section .mandatory.desktop {
	display: block;
}

div#redeemer-checkout .giftcard-input-section .mandatory.desktop {
	position: absolute;
	top: 80px;
}

div#redeemer-checkout .giftcard-input-section .mandatory.mobile,
div#redeemer-static .giftcard-input-section .mandatory.mobile {
	display: none;
}

div#redeemer-checkout .giftcard-input-section .mandatory.mobile {
	padding-top: 5px;
}
@media screen and (max-width: 700px) {
	div#redeemer-checkout .giftcard-input-section .mandatory.desktop,
	div#redeemer-static .giftcard-input-section .mandatory.desktop {
		display: none;
	}
	div#redeemer-checkout .giftcard-input-section .mandatory.mobile,
	div#redeemer-static .giftcard-input-section .mandatory.mobile {
		display: block;
		padding-top: 5px;
	}
}

.giftcard_link {
	display: inline-block;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: 13px;
	cursor: pointer;
	color: var(--link-primary-color);
	margin: 10px 0;
	padding: 0 30px 0 0;
	text-decoration: underline;
}
@media screen and (max-width: 700px) {
	.giftcard_link {
		padding: 0;
	}
}

div#redeemer-container .giftcard-input-section-error #error {
	margin: 20px 0 10px 0!important;
	border: 4px solid #C00!important;
	padding: 0!important;
}

div#redeemer-container .giftcard-input-section-error #error > div {
	font-family: var(--font-family);
	color: #222!important;
	padding: 10px!important;
	font-size: 14px!important;
	text-transform: uppercase!important;
}

div#redeemer-container .giftcard-input-section-error #error a {
	display: inline;
	padding: 0;
}

div#redeemer-container .giftcard-input-section-error #error span {
	font-family: var(--font-family);
	font-size: 14px!important;
	font-weight: bold;
}

#sp_giftcardresult p {
	border: 2px solid var(--border-quaternary-color);
	padding: 20px;
}

/***** HINTS *****/
form.sizes button.addCart[class*="disabled"] .hint,
.set.expand button.addCart[class*="disabled"] .hint,
.wishlistForm[class*="disabled"] .hint,
#trikot-submit .btn.cart[class*="disabled"] .hint,
.slider-container span[class*="disabled"] .hint,
.slider-container span.hint-minimum-quantity .hint,
#portalLoginForm .input-container .hint {
    opacity: 0;
    transition: opacity .2s;
    display: none;
    position: absolute;
    left: 0;
    bottom: 47px;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
	pointer-events: none;
}

form.sizes .hint:before,
form.sizes .hint.selectforflocks:before,
form.sizes .flock-own-hint:before,
form.sizes .flock-own-hint-blacklist-words:before,
form.sizes .flock-own-hint-number-length:before,
form.sizes .flock-own-hint-name-length:before,
form.sizes .flock-own-product-hint:before,
.personal-message-hint-blacklist-words:before,
.set.expand button.addCart[class*="disabled"] .hint:before,
form.sizes .orderhint:before,
#trikot-submit .btn.cart[class*="disabled"] .hint:before,
.slider-container span[class*="disabled"] .hint:before,
.slider-container span.hint-minimum-quantity .hint:before,
.historyprice .hint:before,
#portalLoginForm .input-container .hint:before {
	content: attr(data-hint);
	background-color: var(--background-primary-color);
	border: 2px solid var(--background-tertiary-color);
	font-size: 13px;
	padding: 13px 15px;
	text-transform: none;
	display: inline-block;
	border-radius: var(--border-radius);
	font-weight: 500;
	width: initial;
	text-align: center;
}

.slider-container .historyprice .hint:before {
	font-size: 11px;
	padding: 10px;
}

form.sizes .hint:after,
form.sizes .hint.selectforflocks:after,
form.sizes .flock-own-hint:after,
form.sizes .flock-own-hint-blacklist-words:after,
form.sizes .flock-own-hint-number-length:after,
form.sizes .flock-own-hint-name-length:after,
form.sizes .flock-own-product-hint:after,
.personal-message-hint-blacklist-words:after,
.set.expand button.addCart[class*="disabled"] .hint:after,
form.sizes .orderhint:after,
#trikot-submit .btn.cart[class*="disabled"] .hint:after,
.slider-container span[class*="disabled"] .hint:after,
.slider-container span.hint-minimum-quantity .hint:after,
.historyprice .hint:after,
#portalLoginForm .input-container .hint:after {
	content: "";
	display: block;
	height: 21px;
	transform: rotate(45deg);
	width: 21px;
	background-color: var(--background-primary-color);
	border: 2px solid var(--background-tertiary-color);
	margin: -12px auto 4px auto;
	border-left: none;
	border-top: 0;
}

.slider-container .historyprice .hint:after {
	height: 16px;
	width: 16px;
	margin-top: -9px;
}

form.sizes .hint,
form.sizes .flock-own-hint,
form.sizes .flock-own-hint-blacklist-words,
form.sizes .flock-own-hint-number-length,
form.sizes .flock-own-hint-name-length,
form.sizes .flock-own-product-hint,
.personal-message-hint-blacklist-words,
#trikot-submit .btn.cart[class*="disabled"] .hint,
.slider-container span[class*="disabled"] .hint,
.slider-container span.hint-minimum-quantity .hint,
#portalLoginForm .input-container .hint {
    display: none;
    border: 0;
    text-align: center;
    padding: 0;
    width: 100%;
}

.historyprice .hint {
	opacity: 0;
	transition: opacity .2s;
	display: none;
	position: absolute;
	bottom: 15px;
	text-align: center !important;
	font-family: var(--font-family);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: normal;
}

.slider-container .historyprice .hint {
	bottom: 18px;
}

.historyprice .hint.start {
	width: auto !important;
	line-height: normal !important;
}

@media (min-width: 751px) {
	.historyprice .hint.desktop {
		width: auto !important;
	}
	.historyprice:not(.quickview-historyprice) .hint.desktop:after {
		margin: -12px auto 4px 50px !important;
	}
}
@media (max-width: 750px) {
	.historyprice .hint {
		bottom: unset;
		top: 0;
		transform: translateY(-100%);
	}
}

form.sizes button.addCart[class*="disabled"]:hover .hint,
.set.expand button.addCart[class*="disabled"]:hover .hint,
.wishlistForm[class*="disabled"] .dropdown-container:hover ~ .hint,
#trikot-submit .btn.cart[class*="disabled"]:hover .hint,
.slider-container span[class*="disabled"]:hover .hint,
.slider-container span.hint-minimum-quantity:hover .hint,
.historyprice .icon-info-square:hover + .hint,
#portalLoginForm .input-container .icon-info-square:hover ~ .hint {
	opacity: 1;
	display: block;
}

#portalLoginForm .input-container .icon-info-square:hover ~ .hint {
	z-index: 1;
}

form.sizes button.addCart.disabled-no-size .hint:before,
.set.expand button.addCart[class*="disabled"] .hint:before,
.wishlistForm.disabled-no-size .hint:before {
	content: attr(data-hint-no-size);
}

form.sizes button.addCart.disabled-flock-own .hint:before,
.wishlistForm.disabled-flock-own .hint:before {
	content: attr(data-hint-flock-own);
}

form.sizes button.addCart.disabled-max-amount .hint:before,
.wishlistForm.disabled-max-amount .hint:before,
#trikot-submit .btn.cart.disabled-max-amount .hint:before,
.slider-container span.disabled-max-amount .hint:before {
	content: attr(data-hint-max-amount);
}

.set.expand button.addCart.disabled-no-set-selected .hint:before {
	content: attr(data-hint-no-set-selected);
}

.slider-container span.hint-minimum-quantity .hint:before {
	color: var(--text-primary-color);
	content: attr(data-hint-minimum-quantity);
}

form.sizes button.addCart.disabled-no-model .hint:before {
	content: attr(data-hint-no-model);
}

.slider-container .cart-crossselling .minimum-order-hint-text {
	display: none;
}

#portalLoginForm .input-container .icon-info-square.postal-code ~ .hint:before {
	content: attr(data-hint-postal-code);
}

#portalLoginForm .input-container .icon-info-square.order-number ~ .hint:before {
	content: attr(data-hint-order-number);
}

.blue {
	color: var(--text-blue);
}

.red {
	color: var(--text-red);
}

.pd .info .extensions ul,
.pdsAccordion ul.accordionItems > li div ul {
	list-style: none;
	padding: 0 20px;
}

.pd .info .extensions li,
.pdsAccordion ul.accordionItems > li div li {
	position: relative;
	padding: 3px 0;
}

.pd .info .extensions li:before,
.pdsAccordion ul.accordionItems > li div li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -16px;
	top: 4px;
	height: 11px;
	width: 11px;
	margin-right: 5px;
	background: url(/images/bulletpoint-icon.png) no-repeat 0 0px;
	background-size: contain;
}

#store-lightbox h1.store {
	text-align: center;
	text-transform: none;
}

#store-lightbox .image-title-container {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	margin: 30px 0 10px 0;
}
@media screen and (max-width: 750px) {
	#store-lightbox .image-title-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
		margin-top: 30px;
	}
}

#store-lightbox h2 {
	text-align: center;
	font-size: 20px;
	margin-top: 0;
}

#store-lightbox div.product-image {
	width: 100px;
}

#store-lightbox div.product-image img {
	width: 100%;
}

#store-lightbox div.sizes {
	width: 100%;
}

#store-lightbox div.availabilities {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

@media (min-width: 751px) {
	#store-lightbox h1.store,
	#store-lightbox h2 {
		text-align: left;
		font-size: 30px;
	}
	#store-lightbox h2 {
		font-size: 25px;
	}
}

#store-lightbox div.availabilities .store-availability {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

#store-lightbox div.availabilities .size {
	text-align: center;
	font-size: 20px;
	font-family: var(--font-family-headline);
}
@media (max-width: 750px) {
	#store-lightbox div.availabilities .size {
		font-size: 15px;
	}
}

#store-lightbox div.availabilities .line {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 750px) {
	#store-lightbox div.availabilities .line {
		height: 25px;
	}
}

#store-lightbox div.availabilities .shop-name {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--background-tertiary-color);
	color: var(--text-secondary-color);
	padding: 15px 30px;
	text-align: center;
	font-size: 20px;
	height: 54px;
	text-transform: uppercase;
	font-family: var(--font-family-headline);
}
@media (max-width: 750px) {
	#store-lightbox div.availabilities .shop-name {
		padding: 10px 20px;
		font-size: 12px;
		height: 35px;
	}
}
#store-lightbox div.availabilities span.status {
	width: 100%;
	font-size: 35px;
}
@media (max-width: 750px) {
	#store-lightbox div.availabilities span.status {
		font-size: 20px;
	}
}

#store-lightbox div.availabilities span.status-green,
#store-lightbox div.availability-color-legend span.status-green {
	color: #7cba1a;
}

#store-lightbox div.availabilities span.status-yellow,
#store-lightbox div.availability-color-legend span.status-yellow {
	color: #fbb714;
}

#store-lightbox div.availabilities span.status-red,
#store-lightbox div.availability-color-legend span.status-red {
	color: #cf0000;
}

#store-lightbox .availability-color-legend,
#store-lightbox .color-legend {
	display: flex;
	justify-content: center;
	align-items: center;
}

#store-lightbox .availability-color-legend {
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px 0;
}
@media (max-width: 750px) {
	#store-lightbox .availability-color-legend {
		gap: 5px;
	}
}

#store-lightbox .color-legend {
	text-transform: uppercase;
	gap: 5px;
}

#store-lightbox .color-legend .text {
	font-family: var(--font-family-introduction);
}
@media (max-width: 750px) {
	#store-lightbox .color-legend .text {
		font-size: 12px;
	}
}

#store-lightbox .availability-color-legend .status {
	font-size: 30px;
}
@media (max-width: 750px) {
	#store-lightbox .availability-color-legend .status {
		font-size: 20px;
	}
}

#store-lightbox div.infotext {
	margin: 20px 0;
}

#store-lightbox div.infotext span.headline {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}

#store-lightbox div.infotext span.text {
	float: left;
	width: 80%;
	padding-right: 2%;
}
@media (max-width: 750px) {
	#store-lightbox div.infotext span.text {
		float: none;
		width: 100%;
	}
}

#store-lightbox div.store-info {
	display: flex;
	justify-content: center;
	align-items: baseline;
	padding: 20px 0;
	gap: 10px;
}

#store-lightbox div.store-info div.store {
	font-size: 18px;
	width: 49%;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media (max-width: 750px) {
	#store-lightbox div.store-info {
		flex-direction: column;
		gap: 10px;
	}
	#store-lightbox div.store-info div.store {
		font-size: 14px;
		width: 100%;
	}
}

#store-lightbox div.store-info div.store b {
	font-family: var(--font-family-headline);
}

#store-lightbox div.store-info div.store h3.store-name {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: none;
	color: var(--text-tertiary-color);
}

#store-lightbox div.store-info div.store .store-opening-hours {
	text-decoration: none;
}

#store-lightbox div#gmap {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#store-lightbox .fan-truck {
	width: 50%;
}

#store-lightbox .fan-truck .fan-truck-image {
	height: auto;
}

.irs--round .irs-handle,
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background: var(--background-tertiary-color);
}

.irs-bar, .irs--round .irs-bar {
    border-top: 1px solid  var(--border-quaternary-color);
    border-bottom: 1px solid  var(--border-quaternary-color);
    background:  var(--background-tertiary-color);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	color: var(--text-quinary-color);
}

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

.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: 97%;
	height: auto;
	max-height: 100%;
	margin: 0;
	top: unset;
	left: unset;
	transform: unset;
	position: relative;
}

.pl .product [id^='img-slider_'] .owl-dots {
	bottom: 0 !important;
	gap: 5px !important;
	visibility: hidden;
	opacity: 0;
}
@media (max-width: 750px) {
	.pl .product [id^='img-slider_'] .owl-dots {
		visibility: visible;
		opacity: 1;
	}
}

@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;
}

.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;
}

@media (max-width: 750px) {
	.pl .product .owl-prev,
	.pl .product .owl-next,
	.pl .product .owl-prev:before,
	.pl .product .owl-next:before {
		display: block;
	}
	.pl .product .owl-prev {
		left: 0;
		border-radius: 0 20px 20px 0;
	}
	.pl .product .owl-next {
		right: 0;
		border-radius: 20px 0 0 20px;
	}
}

@media (min-width: 751px) {
	.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;
	}
}

.clone-trikot-conf-container {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.clone-trikot-conf-container #trikot-preview {
	padding: 0;
	border: none;
}

.clone-trikot-conf-container .label,
.clone-trikot-conf-container .mz-lens,
.clone-trikot-conf-container .mz-nav-controls,
.clone-trikot-conf-container .mz-hint {
	display: none;
}