
@charset "UTF-8";

/*
Override variable defaults
==================================================
This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap.

Because of the !default flags, theme variable overrides have to be declared beforehand.
https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults
*/

/*
 * Abstract: Variables, Mixins, Functions
 * -------------------------------------- */

/*
 * Variables
 * ---------------------------- */

/*
 * Theme
 * ----- */
.cms-image-container.is-standard.teaser-layout-centered button.btn-outline-primary, .cms-image-container.is-standard.teaser-layout-centered button.btn-light {
	display: none;
}

h2.white-text, .cms-block-featured-product .cms-element-product-box .white-text.product-price, .white-text.finish-header, p.white-text {
	color: #fff;
}

.four-image-grid.img-hover .col-md-4, .four-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .four-image-grid.img-hover .checkout-aside, .three-image-grid.img-hover .col-md-4, .three-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .three-image-grid.img-hover .checkout-aside {
	margin-top: 15px;
	margin-bottom: 15px;
}

.four-image-grid.img-hover .col-md-4 img, .four-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img, .is-act-checkoutregisterpage .checkout .four-image-grid.img-hover .checkout-aside img, .three-image-grid.img-hover .col-md-4 img, .three-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img, .is-act-checkoutregisterpage .checkout .three-image-grid.img-hover .checkout-aside img {
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
	transition: -ms-transform .8s ease-in-out;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	-webkit-transition: -webkit-transform .8s ease-in-out;
}

.four-image-grid.img-hover .col-md-4 img:hover, .four-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img:hover, .is-act-checkoutregisterpage .checkout .four-image-grid.img-hover .checkout-aside img:hover, .three-image-grid.img-hover .col-md-4 img:hover, .three-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img:hover, .is-act-checkoutregisterpage .checkout .three-image-grid.img-hover .checkout-aside img:hover {
	-ms-transform: translatey(-20px);
	-webkit-transform: translatey(-20px);
	transform: translatey(-20px);
}

.four-image-grid img, .three-image-grid img {
	width: 200px;
	height: 200px;
}

.four-image-grid {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	margin-top: -3rem;
}

.three-image-grid {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	margin-left: 8%;
	padding-bottom: 2rem;
}

.three-image-grid .col-md-4 .cms-element-image, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-aside .cms-element-image, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-aside .cms-element-image {
	-ms-flex-pack: center;
	justify-content: center;
}

.three-image-grid .col-md-4:first-child .cms-element-image, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-image, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-aside:first-child .cms-element-image {
	-ms-flex-pack: end;
	justify-content: end;
}

.three-image-grid .col-md-4:last-child .cms-element-image, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-aside:last-child .cms-element-image, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-aside:last-child .cms-element-image {
	-ms-flex-pack: start;
	justify-content: start;
}

.three-image-grid .boxed {
	padding: 0;
	margin: 0;
}

.three-image-grid .row, .three-image-grid .account-content, .three-image-grid .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .three-image-grid .checkout-container, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-container, .three-image-grid .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .three-image-grid .checkout-container, .three-image-grid .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .three-image-grid .checkout-container, .three-image-grid .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .three-image-grid .checkout-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.three-column:first-child {
	margin-left: 16%;
}

.three-column:last-child {
	margin-right: 16%;
}

/* Hide the New Customer option for Representative */
.account .account-aside-list-group a[title="New Customer"] {
	display: none;
}

/*
 * Bootstrap
 * --------- */

/*
Basic styles
==================================================
Contains the imports to all basic styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern
*/

/*
 * Variables, Mixins, Functions
 * ---------------------------- */

/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/4.3/getting-started/theming/#variable-defaults
*/

/*
Skin variables
==================================================
Contains the imports to all variables that the Shopware skin uses.
*/

/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/4.3/getting-started/theming/#variable-defaults
*/

/*
Custom variables
==================================================
Contains custom non bootstrap variables.
*/

/*
@deprecated tag:v6.5.0 - Alias `vendorBootstrap` will be removed.

Alias is used to import Bootstrap v5 if feature flag v6.5.0.0 is active.
Package `bootstrap5` will be renamed to `bootstrap` and replace Bootstrap v4.
Replace `~vendorBootstrap` with `~vendor/bootstrap`
*/

/*
Custom variables
==================================================
Contains custom non bootstrap variables.
*/

/* mixin for multiline */

/*
Helper function to check for active feature flags.
==================================================
The `$sw-features` variable contains a SCSS map of the current feature config.
The variable is injected automatically via ThemeCompiler.php and webpack.config.js.

Example:
@if feature('FEATURE_NEXT_1234') {
    // ...
}
*/

/*
 * Skin variables
 * ---------- */

/*
 * Vendors
 * ------- */

/*
Bootstrap
==================================================
Import of bootstrap vendor.

https://getbootstrap.com/docs/4.3/getting-started/introduction/

@deprecated tag:v6.5.0 - Alias `vendorBootstrap` will be removed.

Alias is used to import Bootstrap v5 if feature flag v6.5.0.0 is active.
Package `bootstrap5` will be renamed to `bootstrap` and replace Bootstrap v4.
Replace `~vendorBootstrap` with `~vendor/bootstrap`
*/

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #396db4;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #d42627;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #50b13e;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #8b908c;
	--gray-dark: #626862;
	--black: #383838;
	--green-light: #5bc947;
	--gray-200: #f1f1f1;
	--gray-300: #ebebeb;
	--gray-400: #dedede;
	--gray-light: #ccc;
	--secondary: #396db4;
	--primary: #50b13e;
	--primary: #50b13e;
	--secondary: #396db4;
	--success: #50b13e;
	--info: #26b6cf;
	--warning: #ffbd5d;
	--danger: #d42627;
	--light: #ccc;
	--dark: #626862;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: "proxima-nova", sans-serif;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.5;
	color: #383838;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, h4, .card .card-title, .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .card .agent-customer-headline, .product-detail-related-resources-content .product-box .product-name, .checkout-aside-product-header, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #50b13e;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #36782a;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre, code, kbd, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #798490;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1200px) {
	legend {
		font-size: calc(1.275rem + .3vw);
	}
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, h4, .card .card-title, .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .card .agent-customer-headline, .product-detail-related-resources-content .product-box .product-name, .checkout-aside-product-header, h5, h6, .h1, .h2, .h3, .h4, .dropdown-header.account-menu-header, .h5, .h6 {
	margin-bottom: .5rem;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #383838;
}

h1, .h1 {
	font-size: 5rem;
}

@media (max-width: 1200px) {
	h1, .h1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, .h2 {
	font-size: 3.125rem;
}

@media (max-width: 1200px) {
	h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, .h2 {
		font-size: calc(1.4375rem + 2.25vw);
	}
}

h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, .h3 {
	font-size: 1.875rem;
}

@media (max-width: 1200px) {
	h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, .h3 {
		font-size: calc(1.3125rem + .75vw);
	}
}

h4, .card .card-title, .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .card .agent-customer-headline, .product-detail-related-resources-content .product-box .product-name, .checkout-aside-product-header, .h4, .dropdown-header.account-menu-header {
	font-size: 1.25rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: .875rem;
}

.lead {
	font-size: 1.1725rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

small, .small {
	font-size: 80%;
	font-weight: 400;
}

mark, .mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.1725rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #798490;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #798490;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	-ms-word-break: break-word;
	word-break: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 3px;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	-ms-word-break: normal;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container, .cms-section .boxed, .cms-block-featured-product > .cms-block-container, .is-ctl-product .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-text-on-image .cms-block-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container, .cms-section .boxed, .cms-block-featured-product > .cms-block-container, .is-ctl-product .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-text-on-image .cms-block-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .cms-section .boxed, .cms-block-featured-product > .cms-block-container, .is-ctl-product .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-text-on-image .cms-block-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .cms-section .boxed, .cms-block-featured-product > .cms-block-container, .is-ctl-product .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-text-on-image .cms-block-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .cms-section .boxed, .cms-block-featured-product > .cms-block-container, .is-ctl-product .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-text-on-image .cms-block-container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.row, .account-content, .is-act-cartpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .is-act-confirmpage .checkout .no-gutters > .checkout-aside, .is-ctl-accountorder .checkout .no-gutters > .checkout-aside, .is-act-finishpage .checkout .no-gutters > .checkout-aside, .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .col-sm-7, .is-act-finishpage .checkout .checkout-additional, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside, .col-md-5, .is-act-cartpage .checkout .checkout-aside, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .account-content .account-content-aside, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, .col-lg-9, .account-content .account-content-main, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5, .is-act-finishpage .checkout .checkout-aside {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-md-5, .is-act-cartpage .checkout .checkout-aside {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
		margin-left: 50%;
	}
	
	.offset-md-7, .is-act-cartpage .checkout .checkout-aside {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-lg-3, .account-content .account-content-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4, .is-act-cartpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-lg-9, .account-content .account-content-main {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0, .is-act-cartpage .checkout .checkout-aside {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-additional {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	
	.col-xl-2, .account-content .account-content-aside {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4, .is-act-cartpage .checkout .checkout-aside {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7, .account-content .account-content-main {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1, .account-content .account-content-main {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #383838;
}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dedede;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dedede;
}

.table tbody + tbody {
	border-top: 2px solid #dedede;
}

.table-sm th, .table-sm td {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dedede;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #dedede;
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
	color: #383838;
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #cee9c9;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #a4d69b;
}

.table-hover .table-primary:hover {
	background-color: #bee2b7;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #bee2b7;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #c8d6ea;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #98b3d8;
}

.table-hover .table-secondary:hover {
	background-color: #b6c8e3;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #b6c8e3;
}

.table-success, .table-success > th, .table-success > td {
	background-color: #cee9c9;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #a4d69b;
}

.table-hover .table-success:hover {
	background-color: #bee2b7;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #bee2b7;
}

.table-info, .table-info > th, .table-info > td {
	background-color: #c2ebf2;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #8ed9e6;
}

.table-hover .table-info:hover {
	background-color: #ade4ee;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #ade4ee;
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #ffedd2;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #ffddab;
}

.table-hover .table-warning:hover {
	background-color: #ffe3b9;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #ffe3b9;
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f3c2c3;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #e98e8f;
}

.table-hover .table-danger:hover {
	background-color: #efadae;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #efadae;
}

.table-light, .table-light > th, .table-light > td {
	background-color: #f1f1f1;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
	border-color: #e4e4e4;
}

.table-hover .table-light:hover {
	background-color: #e4e4e4;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #e4e4e4;
}

.table-dark, .table-dark > th, .table-dark > td {
	background-color: #d3d5d3;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
	border-color: #adb0ad;
}

.table-hover .table-dark:hover {
	background-color: #c6c9c6;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #c6c9c6;
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #626862;
	border-color: #757c75;
}

.table .thead-light th {
	color: #495057;
	background-color: #f1f1f1;
	border-color: #dedede;
}

.table-dark {
	color: #fff;
	background-color: #626862;
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #757c75;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 16px + 2px);
	padding: 8px 20px;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.5;
	color: #626862;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border-radius: 50px;
	-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #626862;
	background-color: #fff;
	border-color: #50b13e;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.form-control::-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
	color: #ccc;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #f1f1f1;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #626862;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(8px + 1px);
	padding-bottom: calc(8px + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .75rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
	line-height: 1.5;
	color: #383838;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 50px;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 50px;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col, .is-act-confirmpage .checkout .form-row > .checkout-aside, .is-ctl-accountorder .checkout .form-row > .checkout-aside, .is-act-finishpage .checkout .form-row > .checkout-aside, .form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
	color: #798490;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #50b13e;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(80, 177, 62, .9);
	border-radius: 3px;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #50b13e;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #50b13e;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #50b13e;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #50b13e;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #50b13e;
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #50b13e;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #50b13e;
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #6dc65c;
	background-color: #6dc65c;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #50b13e;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #50b13e;
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #50b13e;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #d42627;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(212, 38, 39, .9);
	border-radius: 3px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #d42627;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	border-color: #d42627;
	box-shadow: 0 0 0 .2rem rgba(212, 38, 39, .25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #d42627;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #d42627;
	box-shadow: 0 0 0 .2rem rgba(212, 38, 39, .25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #d42627;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #d42627;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #d42627;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #df4e4f;
	background-color: #df4e4f;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(212, 38, 39, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #d42627;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #d42627;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #d42627;
	box-shadow: 0 0 0 .2rem rgba(212, 38, 39, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .input-group, .form-inline .custom-select {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn, .main-navigation-link {
	display: inline-block;
	font-weight: 400;
	color: #383838;
	text-align: center;
	vertical-align: middle;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 2px 12px;
	font-size: 1.125rem;
	line-height: 34px;
	border-radius: 50px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn, .main-navigation-link {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover, .main-navigation-link:hover {
	color: #383838;
	text-decoration: none;
}

.btn:focus, .main-navigation-link:focus, .btn.focus, .focus.main-navigation-link {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.btn.disabled, .disabled.main-navigation-link, .btn:disabled, .main-navigation-link:disabled {
	opacity: .65;
}

a.btn.disabled, a.disabled.main-navigation-link, fieldset:disabled a.btn, fieldset:disabled a.main-navigation-link {
	pointer-events: none;
}

.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed) {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-primary:hover, .address-editor-select:not(.collapsed):hover, .address-editor-edit:not(.collapsed):hover, .address-editor-create:not(.collapsed):hover {
	color: #fff;
	background-color: #439534;
	border-color: #3f8b31;
}

.btn-primary:focus, .address-editor-select:not(.collapsed):focus, .address-editor-edit:not(.collapsed):focus, .address-editor-create:not(.collapsed):focus, .btn-primary.focus, .focus.address-editor-select:not(.collapsed), .focus.address-editor-edit:not(.collapsed), .focus.address-editor-create:not(.collapsed) {
	box-shadow: 0 0 0 .2rem rgba(106, 189, 91, .5);
}

.btn-primary.disabled, .disabled.address-editor-select:not(.collapsed), .disabled.address-editor-edit:not(.collapsed), .disabled.address-editor-create:not(.collapsed), .btn-primary:disabled, .address-editor-select:not(.collapsed):disabled, .address-editor-edit:not(.collapsed):disabled, .address-editor-create:not(.collapsed):disabled {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-primary:not(:disabled):not(.disabled):active, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled), .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled), .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.address-editor-select:not(.collapsed), .show > .dropdown-toggle.address-editor-edit:not(.collapsed), .show > .dropdown-toggle.address-editor-create:not(.collapsed) {
	color: #fff;
	background-color: #3f8b31;
	border-color: #3b822d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active:focus, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled):focus, .active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.address-editor-select:not(.collapsed):focus, .show > .dropdown-toggle.address-editor-edit:not(.collapsed):focus, .show > .dropdown-toggle.address-editor-create:not(.collapsed):focus {
	box-shadow: 0 0 0 .2rem rgba(106, 189, 91, .5);
}

.btn-secondary, .maxia-tax-switch-radio .btn:active, .maxia-tax-switch-radio .main-navigation-link:active, .maxia-tax-switch-radio input:checked + .btn, .maxia-tax-switch-radio input:checked + .main-navigation-link, .main-navigation-link {
	color: #fff;
	background-color: #396db4;
	border-color: #396db4;
}

.btn-secondary:hover, .maxia-tax-switch-radio .btn:active:hover, .maxia-tax-switch-radio .main-navigation-link:active:hover, .maxia-tax-switch-radio input:checked + .btn:hover, .maxia-tax-switch-radio input:checked + .main-navigation-link:hover, .main-navigation-link:hover {
	color: #fff;
	background-color: #305b97;
	border-color: #2d568d;
}

.btn-secondary:focus, .maxia-tax-switch-radio .btn:active:focus, .maxia-tax-switch-radio .main-navigation-link:active:focus, .maxia-tax-switch-radio input:checked + .btn:focus, .maxia-tax-switch-radio input:checked + .main-navigation-link:focus, .main-navigation-link:focus, .btn-secondary.focus, .maxia-tax-switch-radio .focus.btn:active, .maxia-tax-switch-radio .focus.main-navigation-link:active, .maxia-tax-switch-radio input:checked + .focus.btn, .maxia-tax-switch-radio input:checked + .focus.main-navigation-link, .focus.main-navigation-link {
	box-shadow: 0 0 0 .2rem rgba(87, 131, 191, .5);
}

.btn-secondary.disabled, .maxia-tax-switch-radio .disabled.btn:active, .maxia-tax-switch-radio .disabled.main-navigation-link:active, .maxia-tax-switch-radio input:checked + .disabled.btn, .maxia-tax-switch-radio input:checked + .disabled.main-navigation-link, .disabled.main-navigation-link, .btn-secondary:disabled, .maxia-tax-switch-radio .btn:active:disabled, .maxia-tax-switch-radio .main-navigation-link:active:disabled, .maxia-tax-switch-radio input:checked + .btn:disabled, .maxia-tax-switch-radio input:checked + .main-navigation-link:disabled, .main-navigation-link:disabled {
	color: #fff;
	background-color: #396db4;
	border-color: #396db4;
}

.btn-secondary:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):active, .main-navigation-link:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .maxia-tax-switch-radio .active.btn:active:not(.disabled):not(:disabled), .maxia-tax-switch-radio .active.main-navigation-link:active:not(.disabled):not(:disabled), .maxia-tax-switch-radio input:checked + .active.btn:not(.disabled):not(:disabled), .maxia-tax-switch-radio input:checked + .active.main-navigation-link:not(.disabled):not(:disabled), .active.main-navigation-link:not(.disabled):not(:disabled), .show > .btn-secondary.dropdown-toggle, .maxia-tax-switch-radio .show > .dropdown-toggle.btn:active, .maxia-tax-switch-radio .show > .dropdown-toggle.main-navigation-link:active, .maxia-tax-switch-radio input.show + .dropdown-toggle.btn, .maxia-tax-switch-radio input.show + .dropdown-toggle.main-navigation-link, .show > .dropdown-toggle.main-navigation-link {
	color: #fff;
	background-color: #2d568d;
	border-color: #2a5084;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled):focus, .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled):focus, .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):active:focus, .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):active:focus, .main-navigation-link:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .maxia-tax-switch-radio .active.btn:active:not(.disabled):not(:disabled):focus, .maxia-tax-switch-radio .active.main-navigation-link:active:not(.disabled):not(:disabled):focus, .maxia-tax-switch-radio input:checked + .active.btn:not(.disabled):not(:disabled):focus, .maxia-tax-switch-radio input:checked + .active.main-navigation-link:not(.disabled):not(:disabled):focus, .active.main-navigation-link:not(.disabled):not(:disabled):focus, .show > .btn-secondary.dropdown-toggle:focus, .maxia-tax-switch-radio .show > .dropdown-toggle.btn:active:focus, .maxia-tax-switch-radio .show > .dropdown-toggle.main-navigation-link:active:focus, .maxia-tax-switch-radio input.show + .dropdown-toggle.btn:focus, .maxia-tax-switch-radio input.show + .dropdown-toggle.main-navigation-link:focus, .show > .dropdown-toggle.main-navigation-link:focus {
	box-shadow: 0 0 0 .2rem rgba(87, 131, 191, .5);
}

.btn-success {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-success:hover {
	color: #fff;
	background-color: #439534;
	border-color: #3f8b31;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(106, 189, 91, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3f8b31;
	border-color: #3b822d;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(106, 189, 91, .5);
}

.btn-info {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-info:hover {
	color: #fff;
	background-color: #209aaf;
	border-color: #1e90a4;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(71, 193, 214, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #1e90a4;
	border-color: #1c8799;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(71, 193, 214, .5);
}

.btn-warning {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-warning:hover {
	color: #212529;
	background-color: #ffad37;
	border-color: #ffa82a;
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 166, 85, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffa82a;
	border-color: #ffa31d;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 166, 85, .5);
}

.btn-danger {
	color: #fff;
	background-color: #d42627;
	border-color: #d42627;
}

.btn-danger:hover {
	color: #fff;
	background-color: #b42021;
	border-color: #a91e1f;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(218, 71, 71, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #d42627;
	border-color: #d42627;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #a91e1f;
	border-color: #9e1c1d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(218, 71, 71, .5);
}

.btn-light {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-light:hover {
	color: #212529;
	background-color: #b9b9b9;
	border-color: #b3b3b3;
}

.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(178, 179, 180, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #b3b3b3;
	border-color: #acacac;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(178, 179, 180, .5);
}

.btn-dark {
	color: #fff;
	background-color: #626862;
	border-color: #626862;
}

.btn-dark:hover {
	color: #fff;
	background-color: #4f544f;
	border-color: #494e49;
}

.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(122, 127, 122, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #626862;
	border-color: #626862;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #494e49;
	border-color: #434743;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(122, 127, 122, .5);
}

.btn-outline-primary, .btn-light {
	color: #50b13e;
	border-color: #50b13e;
}

.btn-outline-primary:hover, .btn-light:hover {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-outline-primary:focus, .btn-light:focus, .btn-outline-primary.focus, .focus.btn-light {
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .5);
}

.btn-outline-primary.disabled, .disabled.btn-light, .btn-outline-primary:disabled, .btn-light:disabled {
	color: #50b13e;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .active.btn-light:not(.disabled):not(:disabled), .show > .btn-outline-primary.dropdown-toggle, .show > .dropdown-toggle.btn-light {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .active.btn-light:not(.disabled):not(:disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .5);
}

.btn-outline-secondary {
	color: #396db4;
	border-color: #396db4;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #396db4;
	border-color: #396db4;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(57, 109, 180, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #396db4;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #396db4;
	border-color: #396db4;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(57, 109, 180, .5);
}

.btn-outline-success {
	color: #50b13e;
	border-color: #50b13e;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #50b13e;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .5);
}

.btn-outline-info {
	color: #26b6cf;
	border-color: #26b6cf;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 182, 207, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #26b6cf;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #26b6cf;
	border-color: #26b6cf;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 182, 207, .5);
}

.btn-outline-warning {
	color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 189, 93, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffbd5d;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbd5d;
	border-color: #ffbd5d;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 189, 93, .5);
}

.btn-outline-danger {
	color: #d42627;
	border-color: #d42627;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #d42627;
	border-color: #d42627;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(212, 38, 39, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #d42627;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #d42627;
	border-color: #d42627;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(212, 38, 39, .5);
}

.btn-outline-light {
	color: #ccc;
	border-color: #ccc;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #ccc;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #ccc;
	border-color: #ccc;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

.btn-outline-dark {
	color: #626862;
	border-color: #626862;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #626862;
	border-color: #626862;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(98, 104, 98, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #626862;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #626862;
	border-color: #626862;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(98, 104, 98, .5);
}

.btn-link {
	font-weight: 400;
	color: #50b13e;
	text-decoration: none;
}

.btn-link:hover {
	color: #36782a;
	text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: none;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #798490;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .main-navigation-link, .btn-buy {
	padding: 2px 12px;
	font-size: 1rem;
	line-height: 38px;
	border-radius: 50px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .main-navigation-link, .wishlist-item-row .btn, .wishlist-item-row .main-navigation-link, #employeeBudgets .btn, #employeeBudgets .main-navigation-link, .account-netzp-quickbuy-main .btn, .account-netzp-quickbuy-main .main-navigation-link, .customer-document-actions-buttons .btn, .customer-document-actions-buttons .main-navigation-link {
	padding: 2px 12px;
	font-size: .875rem;
	line-height: 30px;
	border-radius: 50px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: .5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}

.dropup, .dropright, .dropdown, .dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: .938rem;
	color: #383838;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #f1f1f1;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #ccc;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #50b13e;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #798490;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .75rem;
	color: #798490;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn, .btn-group > .main-navigation-link, .btn-group-vertical > .btn, .btn-group-vertical > .main-navigation-link {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group > .main-navigation-link:hover, .btn-group-vertical > .btn:hover, .btn-group-vertical > .main-navigation-link:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .main-navigation-link:focus, .btn-group > .btn:active, .btn-group > .main-navigation-link:active, .btn-group > .btn.active, .btn-group > .active.main-navigation-link, .btn-group-vertical > .btn:focus, .btn-group-vertical > .main-navigation-link:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .main-navigation-link:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.main-navigation-link {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .main-navigation-link:not(:first-child), .btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .main-navigation-link:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn-group:not(:last-child) > .main-navigation-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .main-navigation-link:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn-group:not(:first-child) > .main-navigation-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .main-navigation-link + .dropdown-toggle-split, .wishlist-item-row .btn + .dropdown-toggle-split, .wishlist-item-row .main-navigation-link + .dropdown-toggle-split, #employeeBudgets .btn + .dropdown-toggle-split, #employeeBudgets .main-navigation-link + .dropdown-toggle-split, .account-netzp-quickbuy-main .btn + .dropdown-toggle-split, .account-netzp-quickbuy-main .main-navigation-link + .dropdown-toggle-split, .customer-document-actions-buttons .btn + .dropdown-toggle-split, .customer-document-actions-buttons .main-navigation-link + .dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .main-navigation-link + .dropdown-toggle-split, .btn-buy + .dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .main-navigation-link, .btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .main-navigation-link:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .main-navigation-link:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:last-child) > .main-navigation-link {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .main-navigation-link:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child) > .main-navigation-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .main-navigation-link, .btn-group-toggle > .btn-group > .btn, .btn-group-toggle > .btn-group > .main-navigation-link {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .main-navigation-link input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .main-navigation-link input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .main-navigation-link input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .main-navigation-link input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.input-group-prepend .btn, .input-group-prepend .main-navigation-link, .input-group-append .btn, .input-group-append .main-navigation-link {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .main-navigation-link:focus, .input-group-append .btn:focus, .input-group-append .main-navigation-link:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .main-navigation-link + .btn, .input-group-prepend .btn + .main-navigation-link, .input-group-prepend .main-navigation-link + .main-navigation-link, .input-group-prepend .btn + .input-group-text, .input-group-prepend .main-navigation-link + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .main-navigation-link, .input-group-append .btn + .btn, .input-group-append .main-navigation-link + .btn, .input-group-append .btn + .main-navigation-link, .input-group-append .main-navigation-link + .main-navigation-link, .input-group-append .btn + .input-group-text, .input-group-append .main-navigation-link + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .main-navigation-link {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.5;
	color: #626862;
	text-align: center;
	white-space: nowrap;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 50px;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .main-navigation-link, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .main-navigation-link {
	padding: .5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 50px;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .main-navigation-link, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .main-navigation-link {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 50px;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
	padding-right: 2.25rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .main-navigation-link, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .main-navigation-link, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .main-navigation-link:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .main-navigation-link, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .main-navigation-link, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .main-navigation-link:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.407rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #50b13e;
	background-color: #50b13e;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #50b13e;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #798490;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #f1f1f1;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .2035rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .2035rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #50b13e;
	background-color: #50b13e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(80, 177, 62, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(80, 177, 62, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(80, 177, 62, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.2035rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: -ms-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-transition: -webkit-transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-ms-transform: translateX(.75rem);
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(80, 177, 62, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 16px + 2px);
	padding: 8px 2.25rem 8px 1.25rem;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.5;
	color: #626862;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23626862\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #50b13e;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.custom-select:focus::-ms-value {
	color: #626862;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1.25rem;
	background-image: none;
}

.custom-select:disabled {
	color: #798490;
	background-color: #f1f1f1;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .75rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 16px + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 16px + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #50b13e;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.custom-file-input:disabled ~ .custom-file-label {
	background-color: #f1f1f1;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 16px + 2px);
	padding: 8px 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #626862;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50px;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 16px);
	padding: 8px 20px;
	line-height: 1.5;
	color: #626862;
	content: "Browse";
	background-color: #f1f1f1;
	border-left: inherit;
	border-radius: 0 50px 50px 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #50b13e;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #c1e7ba;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #ebebeb;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #50b13e;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #c1e7ba;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #ebebeb;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #50b13e;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #c1e7ba;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #ebebeb;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #ebebeb;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		-webkit-transition: none;
		transition: none;
	}
}

.nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #798490;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #ebebeb;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #f1f1f1 #f1f1f1 #ebebeb;
}

.nav-tabs .nav-link.disabled {
	color: #798490;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #ebebeb #ebebeb #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 3px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #50b13e;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar > .container, .cms-section .navbar > .boxed, .cms-block-featured-product.navbar > .cms-block-container, .is-ctl-product .navbar > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar > .checkout-container, .cms-block-text-on-image .navbar > .cms-block-container, .navbar > .container-fluid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .4535rem;
	padding-bottom: .4535rem;
	margin-right: 1rem;
	font-size: 1rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 50px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container, .cms-section .navbar-expand-sm > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-sm > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-sm > .cms-block-container, .navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm > .container, .cms-section .navbar-expand-sm > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-sm > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-sm > .cms-block-container, .navbar-expand-sm > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container, .cms-section .navbar-expand-md > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-md > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-md > .cms-block-container, .navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md > .container, .cms-section .navbar-expand-md > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-md > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-md > .cms-block-container, .navbar-expand-md > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container, .cms-section .navbar-expand-lg > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-lg > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-lg > .cms-block-container, .navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg > .container, .cms-section .navbar-expand-lg > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-lg > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-lg > .cms-block-container, .navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container, .cms-section .navbar-expand-xl > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-xl > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-xl > .cms-block-container, .navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl > .container, .cms-section .navbar-expand-xl > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand-xl > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand-xl > .cms-block-container, .navbar-expand-xl > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container, .cms-section .navbar-expand > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand > .cms-block-container, .navbar-expand > .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand > .container, .cms-section .navbar-expand > .boxed, .cms-block-featured-product.navbar-expand > .cms-block-container, .is-ctl-product .navbar-expand > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .row, .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.navbar-expand > .checkout-container, .cms-block-text-on-image .navbar-expand > .cms-block-container, .navbar-expand > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	border: 1px solid transparent;
	border-radius: 3px;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title, .is-act-customerlist .agent-customer-headline {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid transparent;
}

.card-header:first-child {
	border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid transparent;
}

.card-footer:last-child {
	border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(3px - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(3px - 1px);
	border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(3px - 1px);
	border-bottom-left-radius: calc(3px - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	
	.card-deck .card {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 20px;
		margin-bottom: 0;
		margin-left: 20px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	
	.card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	
	.card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion > .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #798490;
	content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #798490;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 3px;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: 0;
	line-height: 1;
	color: #383838;
	background-color: #ebebeb;
	border: 0 solid #396db4;
}

.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #396db4;
	border-color: #396db4;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.page-item.disabled .page-link {
	color: #798490;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #ebebeb;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 3px;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		-webkit-transition: none;
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge, .main-navigation-link .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #50b13e;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #3f8b31;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .5);
}

.badge-secondary {
	color: #fff;
	background-color: #396db4;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #2d568d;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(57, 109, 180, .5);
}

.badge-success {
	color: #fff;
	background-color: #50b13e;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #3f8b31;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .5);
}

.badge-info {
	color: #fff;
	background-color: #26b6cf;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #1e90a4;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(38, 182, 207, .5);
}

.badge-warning {
	color: #212529;
	background-color: #ffbd5d;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #ffa82a;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 189, 93, .5);
}

.badge-danger {
	color: #fff;
	background-color: #d42627;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #a91e1f;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(212, 38, 39, .5);
}

.badge-light {
	color: #212529;
	background-color: #ccc;
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #b3b3b3;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

.badge-dark {
	color: #fff;
	background-color: #626862;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #494e49;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(98, 104, 98, .5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #f1f1f1;
	border-radius: 3px;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 3px;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3.907rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #2a5c20;
	background-color: #dcefd8;
	border-color: #cee9c9;
}

.alert-primary hr {
	border-top-color: #bee2b7;
}

.alert-primary .alert-link {
	color: #193613;
}

.alert-secondary {
	color: #1e395e;
	background-color: #d7e2f0;
	border-color: #c8d6ea;
}

.alert-secondary hr {
	border-top-color: #b6c8e3;
}

.alert-secondary .alert-link {
	color: #122237;
}

.alert-success {
	color: #2a5c20;
	background-color: #dcefd8;
	border-color: #cee9c9;
}

.alert-success hr {
	border-top-color: #bee2b7;
}

.alert-success .alert-link {
	color: #193613;
}

.alert-info {
	color: #145f6c;
	background-color: #d4f0f5;
	border-color: #c2ebf2;
}

.alert-info hr {
	border-top-color: #ade4ee;
}

.alert-info .alert-link {
	color: #0c3941;
}

.alert-warning {
	color: #856230;
	background-color: #fff2df;
	border-color: #ffedd2;
}

.alert-warning hr {
	border-top-color: #ffe3b9;
}

.alert-warning .alert-link {
	color: #604622;
}

.alert-danger {
	color: #6e1414;
	background-color: #f6d4d4;
	border-color: #f3c2c3;
}

.alert-danger hr {
	border-top-color: #efadae;
}

.alert-danger .alert-link {
	color: #430c0c;
}

.alert-light {
	color: #6a6a6a;
	background-color: whitesmoke;
	border-color: #f1f1f1;
}

.alert-light hr {
	border-top-color: #e4e4e4;
}

.alert-light .alert-link {
	color: #515151;
}

.alert-dark {
	color: #333633;
	background-color: #e0e1e0;
	border-color: #d3d5d3;
}

.alert-dark hr {
	border-top-color: #c6c9c6;
}

.alert-dark .alert-link {
	color: #1a1c1a;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .7035rem;
	background-color: #f1f1f1;
	border-radius: 3px;
}

.progress-bar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #50b13e;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		-webkit-transition: none;
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #ccc;
}

.list-group-item-action:active {
	color: #383838;
	background-color: #f1f1f1;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #798490;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 0;
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group-item-primary {
	color: #2a5c20;
	background-color: #cee9c9;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #2a5c20;
	background-color: #bee2b7;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #2a5c20;
	border-color: #2a5c20;
}

.list-group-item-secondary {
	color: #1e395e;
	background-color: #c8d6ea;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #1e395e;
	background-color: #b6c8e3;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #1e395e;
	border-color: #1e395e;
}

.list-group-item-success {
	color: #2a5c20;
	background-color: #cee9c9;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #2a5c20;
	background-color: #bee2b7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #2a5c20;
	border-color: #2a5c20;
}

.list-group-item-info {
	color: #145f6c;
	background-color: #c2ebf2;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #145f6c;
	background-color: #ade4ee;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #145f6c;
	border-color: #145f6c;
}

.list-group-item-warning {
	color: #856230;
	background-color: #ffedd2;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #856230;
	background-color: #ffe3b9;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856230;
	border-color: #856230;
}

.list-group-item-danger {
	color: #6e1414;
	background-color: #f3c2c3;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #6e1414;
	background-color: #efadae;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #6e1414;
	border-color: #6e1414;
}

.list-group-item-light {
	color: #6a6a6a;
	background-color: #f1f1f1;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #6a6a6a;
	background-color: #e4e4e4;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #6a6a6a;
	border-color: #6a6a6a;
}

.list-group-item-dark {
	color: #333633;
	background-color: #d3d5d3;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #333633;
	background-color: #c6c9c6;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #333633;
	border-color: #333633;
}

.close {
	float: right;
	font-size: 1.407rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

@media (max-width: 1200px) {
	.close {
		font-size: calc(1.2657rem + .1884vw);
	}
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #798490;
	background-color: rgba(255, 255, 255, .85);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -ms-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transition: -webkit-transform .3s ease-out;
	-ms-transform: translate(0, -50px);
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		transition: none;
	}
}

.modal.show .modal-dialog {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 10px;
	border-bottom: 1px solid #dedede;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modal-header .close {
	padding: 10px 10px;
	margin: -10px -10px -10px auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dedede;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .address-editor-modal .modal-dialog, .quickview-modal .modal-dialog, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .75rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 3px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	-ms-word-break: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .75rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 3px;
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: .5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc(( .5rem + 1px ) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: 3px 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc(( .5rem + 1px ) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: 3px 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: .938rem;
	color: #383838;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(3px - 1px);
	border-top-right-radius: calc(3px - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #383838;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -ms-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-transition: -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0s .6s opacity;
	transition: 0s .6s opacity;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border, .loader {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #50b13e !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #3f8b31 !important;
}

.bg-secondary {
	background-color: #396db4 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #2d568d !important;
}

.bg-success {
	background-color: #50b13e !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #3f8b31 !important;
}

.bg-info {
	background-color: #26b6cf !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #1e90a4 !important;
}

.bg-warning {
	background-color: #ffbd5d !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #ffa82a !important;
}

.bg-danger {
	background-color: #d42627 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #a91e1f !important;
}

.bg-light, .order-detail-table-footer {
	background-color: #ccc !important;
}

a.bg-light:hover, a.order-detail-table-footer:hover, a.bg-light:focus, a.order-detail-table-footer:focus, button.bg-light:hover, button.order-detail-table-footer:hover, button.bg-light:focus, button.order-detail-table-footer:focus {
	background-color: #b3b3b3 !important;
}

.bg-dark {
	background-color: #626862 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #494e49 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dedede !important;
}

.border-top {
	border-top: 1px solid #dedede !important;
}

.border-right {
	border-right: 1px solid #dedede !important;
}

.border-bottom {
	border-bottom: 1px solid #dedede !important;
}

.border-left {
	border-left: 1px solid #dedede !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #50b13e !important;
}

.border-secondary {
	border-color: #396db4 !important;
}

.border-success {
	border-color: #50b13e !important;
}

.border-info {
	border-color: #26b6cf !important;
}

.border-warning {
	border-color: #ffbd5d !important;
}

.border-danger {
	border-color: #d42627 !important;
}

.border-light {
	border-color: #ccc !important;
}

.border-dark {
	border-color: #626862 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 3px !important;
}

.rounded {
	border-radius: 3px !important;
}

.rounded-top {
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}

.rounded-right {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.rounded-left {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.rounded-lg {
	border-radius: 3px !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

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

.d-none, .is-act-checkoutregisterpage .checkout .checkout-aside {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block, .is-act-checkoutregisterpage .checkout .checkout-aside {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none, .b2blogin-table .table-d-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block, .b2blogin-table .table-d-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: -webkit-inline-flex !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column, .b2blogin-table.table-flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top, .offcanvas .offcanvas-footer {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1, .my-1 {
	margin-top: .25rem !important;
}

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

.pr-1, .px-1 {
	padding-right: .25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

.pr-2, .px-2 {
	padding-right: .5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0, .b2blogin-table .table-m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .b2blogin-table .table-mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .b2blogin-table .table-mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .b2blogin-table .table-mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .b2blogin-table .table-ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1, .b2blogin-table .table-m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .b2blogin-table .table-mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .b2blogin-table .table-mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .b2blogin-table .table-mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .b2blogin-table .table-ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2, .b2blogin-table .table-m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .b2blogin-table .table-mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .b2blogin-table .table-mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .b2blogin-table .table-mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .b2blogin-table .table-ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3, .b2blogin-table .table-m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .b2blogin-table .table-mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .b2blogin-table .table-mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .b2blogin-table .table-mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .b2blogin-table .table-ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4, .b2blogin-table .table-m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .b2blogin-table .table-mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .b2blogin-table .table-mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .b2blogin-table .table-mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .b2blogin-table .table-ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0, .b2blogin-table .table-p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .b2blogin-table .table-pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .b2blogin-table .table-pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .b2blogin-table .table-pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .b2blogin-table .table-pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1, .b2blogin-table .table-p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .b2blogin-table .table-pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .b2blogin-table .table-pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .b2blogin-table .table-pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .b2blogin-table .table-pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2, .b2blogin-table .table-p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .b2blogin-table .table-pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .b2blogin-table .table-pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .b2blogin-table .table-pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .b2blogin-table .table-pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3, .b2blogin-table .table-p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .b2blogin-table .table-pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .b2blogin-table .table-pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .b2blogin-table .table-pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .b2blogin-table .table-pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4, .b2blogin-table .table-p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .b2blogin-table .table-pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .b2blogin-table .table-pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .b2blogin-table .table-pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .b2blogin-table .table-pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto, .b2blogin-table .table-m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .b2blogin-table .table-mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .b2blogin-table .table-mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .b2blogin-table .table-mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .b2blogin-table .table-ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary, .loader {
	color: #50b13e !important;
}

a.text-primary:hover, a.loader:hover, a.text-primary:focus, a.loader:focus {
	color: #36782a !important;
}

.text-secondary {
	color: #396db4 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #274a7a !important;
}

.text-success {
	color: #50b13e !important;
}

a.text-success:hover, a.text-success:focus {
	color: #36782a !important;
}

.text-info {
	color: #26b6cf !important;
}

a.text-info:hover, a.text-info:focus {
	color: #1a7d8e !important;
}

.text-warning {
	color: #ffbd5d !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #ff9e11 !important;
}

.text-danger {
	color: #d42627 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #931a1b !important;
}

.text-light {
	color: #ccc !important;
}

a.text-light:hover, a.text-light:focus {
	color: #a6a6a6 !important;
}

.text-dark {
	color: #626862 !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #3d413d !important;
}

.text-body {
	color: #383838 !important;
}

.text-muted {
	color: #798490 !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	-ms-word-break: break-word !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*, *::before, *::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	p, h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header {
		orphans: 3;
		widows: 3;
	}
	
	h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	body {
		min-width: 992px !important;
	}
	
	.container, .cms-section .boxed, .cms-block-featured-product > .cms-block-container, .is-ctl-product .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-text-on-image .cms-block-container {
		min-width: 992px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered th, .table-bordered td {
		border: 1px solid #ebebeb !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
		border-color: #dedede;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #dedede;
	}
}

/*
Tiny slider
==================================================
Import of Tiny slider vendor.

https://github.com/ganlanyuan/tiny-slider
*/
.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}

.tns-slider > .tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: -ms-transform 0s, opacity 0s;
	-webkit-transition: -webkit-transform 0s, opacity 0s;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: -ms-transform 0s, opacity 0s;
	-moz-transition: -webkit-transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: -ms-transform 0s, opacity 0s;
	transition: -webkit-transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery > .tns-moving {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-normal, .tns-fadeOut {
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.3333333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: "";
	display: table;
	clear: both;
}

.tns-t-ct > div {
	width: 1.4285714286%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

/*
Datepicker
==================================================
Import of flatpickr vendor.

https://flatpickr.js.org/getting-started/
*/
.flatpickr-calendar {
	background: transparent;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999;
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
	left: auto;
	right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
	left: 50%;
	right: 50%;
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
	bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
	top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}

.flatpickr-calendar:focus {
	outline: 0;
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block;
}

.flatpickr-months {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 34px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
	position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	/*
      /*rtl:begin:ignore*/
	left: 0;
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	/*
      /*rtl:begin:ignore*/
	right: 0;
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
	fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
	-webkit-transition: fill .1s;
	transition: fill .1s;
	fill: inherit;
}

.numInputWrapper {
	position: relative;
	height: auto;
}

.numInputWrapper input, .numInputWrapper span {
	display: inline-block;
}

.numInputWrapper input {
	width: 100%;
}

.numInputWrapper input::-ms-clear {
	display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%;
}

.numInputWrapper span.arrowDown {
	top: 50%;
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%;
}

.numInputWrapper span svg {
	width: inherit;
	height: auto;
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
	opacity: 1;
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 7.48px 0 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch \0;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9);
}

.flatpickr-current-month input.cur-year {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: transparent;
	pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0;
}

.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: transparent;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
	padding: 1px 0 0 0;
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 307.875px;
}

.flatpickr-days:focus {
	outline: 0;
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dayContainer + .dayContainer {
	-webkit-box-shadow: -1px 0 0 #e6e6e6;
	box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	border-radius: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6;
}

.flatpickr-day.today {
	border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #569ff7;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
	-webkit-box-shadow: -10px 0 0 #569ff7;
	box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px;
}

.flatpickr-day.inRange {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
	color: rgba(57, 57, 57, .3);
	background: transparent;
	border-color: transparent;
	cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
	border-radius: 0;
	-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
	visibility: hidden;
}

.rangeMode .flatpickr-day {
	margin-top: 1px;
}

.flatpickr-weekwrapper {
	float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	-webkit-box-shadow: 1px 0 0 #e6e6e6;
	box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: transparent;
	cursor: default;
	border: none;
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both;
}

.flatpickr-time .numInputWrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}

.flatpickr-time input {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
	font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
	font-weight: 400;
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: bold;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
	background: #eee;
}

.flatpickr-input[readonly] {
	cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/*
 * Base stuff
 * ---------- */

/*
Base
==================================================
Contains global base styles for all pages
*/
html {}

html.no-scroll {
	position: relative;
	overflow: hidden;
}

html::before {
	position: absolute;
	top: -100%;
	font-size: 0;
}

@media (max-width: 575.98px) {
	html::before {
		content: "xs";
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	html::before {
		content: "sm";
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	html::before {
		content: "md";
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	html::before {
		content: "lg";
	}
}

@media (min-width: 1200px) {
	html::before {
		content: "xl";
	}
}

html .sw-text-editor-table .sw-text-editor-table__col {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
}

html .sw-text-editor-table .sw-text-editor-table__col-selector {
	display: none;
}

html .sw-text-editor-table__head td {
	background: #f1f1f1;
}

/*
Reboot
==================================================
Reboot styles using only element selectors.

https://getbootstrap.com/docs/4.3/content/reboot/
*/
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

/*
IE11 fixes
==================================================
Contains specific browser fixes which are only applied in IE.

@deprecated tag:v6.5.0 - Bootstrap v5 will discontinue IE11 support. _ie11-fixes.scss will be removed.
@see https://getbootstrap.com/docs/5.0/migration/#browser-support
*/
html.is-ie .input-group-append .icon {
	display: block;
}

html.is-ie .input-group-append svg {
	top: 0;
	vertical-align: auto;
}

html.is-ie .cart-item-row .cart-item-quantity {
	z-index: 1;
}

html.is-ie .product-image-wrapper {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

html.is-ie .product-image-link {
	display: block;
}

html.is-ie .product-image {
	margin: auto;
}

/*
 * Components
 * ---------- */

/*
Alert
==============================================
Custom styling for bootstrap alert component.

https://getbootstrap.com/docs/4.3/components/alerts/
*/
.alert-has-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.alert-has-icon .alert-content-container {
	padding-left: 1rem;
}

.alert-list {
	padding-left: 20px;
	margin-bottom: 0;
}

/*
Card
==============================================
Custom styling for bootstrap card component.

https://getbootstrap.com/docs/4.3/components/card/
*/
.card-title, .is-act-customerlist .agent-customer-headline {
	color: #383838;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

.card-col {
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.card-col .card {
	width: 100%;
}

.card-col .card-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-actions {
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: auto;
}

/*
Sidebar category navigation
==============================================
Styling for category navigation component.
*/
.category-navigation {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

.category-navigation.level-0 > .category-navigation-entry {
	border-bottom: 1px solid #dedede;
}

.category-navigation.level-0 {
	padding-left: 0;
	font-size: 16px;
}

.category-navigation.level-1 {
	font-size: 14px;
}

.category-navigation.level-2 {
	font-size: 12px;
}

.category-navigation-entry {
	margin: 0;
	padding: 0;
}

.category-navigation-link {
	display: block;
	padding: 8px 20px;
	font-weight: 400;
	color: #383838;
}

.category-navigation-link:hover {
	text-decoration: none;
}

.category-navigation-link.is-active {
	color: #50b13e;
	font-weight: 700;
}

.category-navigation-link.in-path {
	font-weight: 700;
}

/*
Backdrop
==============================================
Custom styling for backdrop used by bootstrap modal und custom offcanvas component.

https://getbootstrap.com/docs/4.0/components/modal/#options
*/
.modal-backdrop {
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
}

.modal-backdrop.modal-backdrop-open {
	opacity: 1;
}

.modal-backdrop > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

.offcanvas-backdrop.show {
	opacity: 1;
}

/*
Base slider
==============================================
Styling for base slider component.
Contains minimal styling for a slider with arrow and/or dot navigation.
based on: https://github.com/ganlanyuan/tiny-slider
*/
.base-slider {
	position: relative;
	overflow: hidden;
}

.base-slider .tns-nav, .base-slider .base-slider-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 10px 0;
}

.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
	background-color: #ebebeb;
	border: 0;
	height: 8px;
	width: 8px;
	padding: 8px;
	border-radius: 50%;
	margin: 0 8px;
}

.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
	background-color: #798490;
}

.base-slider .tns-nav .base-slider-dot:focus, .base-slider .tns-nav button:focus, .base-slider .base-slider-dots .base-slider-dot:focus, .base-slider .base-slider-dots button:focus {
	outline: none;
}

.base-slider.has-dots-outside {
	margin-bottom: 35px;
}

.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
	bottom: auto;
}

.base-slider.has-nav-outside {
	padding-left: 25px;
	padding-right: 25px;
}

.base-slider .tns-ovh {
	overflow: visible;
}

.base-slider-controls {
	margin-bottom: 0;
}

.base-slider-controls-prev, .base-slider-controls-next {
	display: block;
	width: 30px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #798490;
	background: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, .5);
	line-height: 68px;
	opacity: .5;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease;
	cursor: pointer;
	padding: 0;
}

.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
	border-color: rgba(80, 177, 62, .5);
	color: #50b13e;
	opacity: 1;
}

.base-slider-controls-prev.is-nav-prev-outside, .base-slider-controls-prev.is-nav-next-outside, .base-slider-controls-next.is-nav-prev-outside, .base-slider-controls-next.is-nav-next-outside {
	border: 0;
	background-color: rgba(255, 255, 255, .8);
}

.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
	opacity: .2;
	cursor: default;
}

.base-slider-controls-prev {
	border-radius: 0 3px 3px 0;
}

.base-slider-controls-prev.is-nav-prev-outside {
	border-radius: 3px 0 0 3px;
}

.base-slider-controls-next {
	border-radius: 3px 0 0 3px;
}

.base-slider-controls-next.is-nav-next-outside {
	border-radius: 0 3px 3px 0;
}

@media (min-width: 768px) {
	.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
		margin: 0 5px;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .base-slider-dots.hide-dots {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.base-slider .tns-nav, .base-slider .base-slider-dots {
		width: 55%;
		text-align: center;
	}
	
	.base-slider .tns-nav.hide-dots, .base-slider .tns-nav.hide-dots-mobile, .base-slider .base-slider-dots.hide-dots, .base-slider .base-slider-dots.hide-dots-mobile {
		display: none;
	}
}

/*
Image slider
==============================================
Styling for image slider component.
Displays images in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.image-slider-container {
	position: relative;
	height: 100%;
}

.image-slider-container .image-slider-image {
	display: block;
	width: 100%;
}

.image-slider-container .image-slider-item {
	display: -ms-grid;
	display: grid;
	max-width: 100%;
	position: relative;
}

.image-slider-container .image-slider-item.is-not-first {
	display: none;
}

.image-slider-container .image-slider-item.is-cover {
	height: 100%;
}

.image-slider-container .image-slider-item.is-cover .image-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.image-slider-container .image-slider-link {
	display: block;
}

.js-slider-initialized .image-slider-item.is-not-first {
	display: block;
}

.image-slider-controls-prev.is-nav-prev-inside {
	left: 0;
}

.image-slider-controls-prev.is-nav-prev-outside {
	left: -15px;
}

.image-slider-controls-next.is-nav-next-inside {
	right: 0;
}

.image-slider-controls-next.is-nav-next-outside {
	right: -15px;
}

@media (min-width: 768px) {
	.image-slider-controls-prev.is-nav-prev-outside {
		left: -5px;
	}
	
	.image-slider-controls-next.is-nav-next-outside {
		right: -5px;
	}
}

/*
Product slider
==============================================
Styling for product slider component.
Displays product-boxes in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.product-slider.has-border {
	border: 1px solid #dedede;
	border-radius: 3px;
}

.product-slider.has-border {
	padding: 25px;
}

.product-slider.has-nav {
	padding-left: 20px;
	padding-right: 20px;
}

.product-slider.has-border.has-nav {
	padding-left: 40px;
	padding-right: 40px;
}

.product-slider-container {
	padding-bottom: 1px;
}

.product-slider-controls-prev, .product-slider-controls-next {
	border: 0;
	background: none;
}

.product-slider-controls-prev {
	left: -10px;
}

.product-slider-controls-prev.has-border {
	left: 0;
}

.product-slider-controls-next {
	right: -10px;
}

.product-slider-controls-next.has-border {
	right: 0;
}

/*
Gallery slider
==============================================
Styling for gallery slider component.
Displays images in a slider gallery with thumbnail navigation.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.gallery-slider {
	width: 99.9%;
}

.gallery-slider-row {
	margin-bottom: 1rem;
}

.gallery-slider-row.is-loading {
	height: 430px;
	overflow: hidden;
}

.gallery-slider-row.is-single-image {
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-single-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-container {
	position: relative;
	height: 100%;
}

.gallery-slider-container .gallery-slider-image {
	display: block;
}

.gallery-slider-item, .gallery-slider-single-image {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: default;
	display: block;
	height: 100%;
	max-width: 100%;
}

.gallery-slider-item.is-cover, .gallery-slider-item.is-contain, .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
	height: 100%;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
}

.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	width: 100%;
	height: 100%;
}

.gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
	margin: auto;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.gallery-slider-controls-prev {
	left: 0;
}

.gallery-slider-controls-prev.is-nav-prev-outside {
	left: -10px;
}

.gallery-slider-controls-next {
	right: 0;
}

.gallery-slider-controls-next.is-nav-next-outside {
	right: -10px;
}

.gallery-slider-thumbnails-container {
	position: relative;
}

.gallery-slider-thumbnails-container .tns-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-thumbnails-container.is-underneath .tns-inner {
	display: block;
}

.gallery-slider-thumbnails-container.is-underneath .tns-outer {
	margin: 0 30px;
}

.gallery-slider-thumbnails-container.hide-thumbs {
	display: none;
}

.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
	border: 0;
	background: none;
	height: 30px;
	width: 65px;
	line-height: normal;
}

.gallery-slider-thumbnails-col.is-left {
	padding-right: 0;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
	top: -30px;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	bottom: -20px;
	top: auto;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
	left: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	right: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
	-ms-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

.gallery-slider-modal-controls {
	z-index: 10;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
	left: 0;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
	right: 0;
}

.gallery-slider-thumbnails.is-underneath {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 1rem;
}

.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
	width: auto;
}

.gallery-slider-thumbnails-item {
	cursor: pointer;
	height: 75px;
	width: 75px;
}

.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
	border-color: #50b13e;
}

.gallery-slider-thumbnails-item-inner {
	border: 1px solid #dedede;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	padding: .25rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gallery-slider-thumbnails-image, .gallery-slider-image {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-height: 100%;
	max-width: 100%;
}

.gallery-slider-thumbnails-controls {
	display: none;
	margin: 0;
}

@media (max-width: 575.98px) {
	.gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
		min-height: 225px !important;
	}
}

@media (max-width: 767.98px) {
	.gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
		min-height: 225px !important;
	}
}

@media (min-width: 768px) {
	.gallery-slider-row {
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.gallery-slider-thumbnails-controls {
		display: block;
	}
	
	.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
		margin-bottom: 0 !important;
		padding-bottom: 10px;
	}
}

/*
Magnifier
==============================================
Styling for magnifier component.
Displays a lens over a single image or gallery slider and shows the magnified version of the image.
*/
.magnifier-overlay, .magnifier-zoom-image {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	opacity: 0;
	-webkit-animation: magnifyLensFade .5s forwards;
	animation: magnifyLensFade .5s forwards;
	pointer-events: none;
	z-index: 1100;
}

.magnifier-overlay {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	position: absolute;
	background: rgba(255, 255, 255, .4);
	border: 1px solid #dedede;
}

.magnifier-zoom-image {
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0;
	left: 0;
}

@-webkit-keyframes magnifyLensFade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes magnifyLensFade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/*
Zoom modal
==============================================
Styling for zoom modal component.
Displays a single image or a gallery slider in a zoom modal with zoom functions.
*/
.zoom-modal-wrapper {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.modal.zoom-modal {
	overflow: hidden;
}

.modal.zoom-modal .zoom-modal-actions, .modal.zoom-modal .modal-close, .modal.zoom-modal .btn-close {
	position: absolute;
	top: 0;
	opacity: 1;
	z-index: 1051;
	margin: 15px;
}

.modal.zoom-modal .zoom-modal-actions {
	left: 0;
}

.modal.zoom-modal .modal-close, .modal.zoom-modal .btn-close {
	right: 0;
}

.modal.zoom-modal .modal-dialog .modal-content, .modal.zoom-modal .modal-dialog .modal-body {
	padding: 0;
	overflow: hidden;
}

.modal.zoom-modal .modal-footer {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 1rem;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	margin: 0 30px;
}

.modal.zoom-modal .gallery-slider {
	top: 0;
	bottom: 0;
	position: absolute;
	height: auto;
	width: 100%;
}

.modal.zoom-modal .gallery-slider-thumbnails {
	margin: 0 auto;
}

.modal.zoom-modal .gallery-slider-controls-next {
	right: 0;
}

.modal.zoom-modal .gallery-slider-controls-prev {
	left: 0;
}

.modal.zoom-modal .gallery-slider-thumbnails-item {
	width: auto;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-next {
	right: -30px;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-prev {
	left: -30px;
}

.modal.zoom-modal .image-zoom-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.modal.zoom-modal .image-zoom-container > * {
	position: relative;
}

.modal.zoom-modal .image-zoom-btn.disabled {
	opacity: .3;
}

@media (min-width: 768px) {
	.modal.zoom-modal .gallery-slider {
		bottom: 100px;
	}
	
	.modal.zoom-modal .modal-footer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

/*
Offcanvas
==============================================
Move page content like the navigation menu in a sliding offcanvas menu.
The sliding direction can be left or right.

@see https://getbootstrap.com/docs/5.1/components/offcanvas
*/
.offcanvas {
	z-index: 1050;
	background: #fff;
	height: 100%;
	width: 90%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	-webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
	transition: all .45s cubic-bezier(.3, 0, .15, 1);
}

.offcanvas.is-left {
	left: 0;
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.offcanvas.is-left .offcanvas-close {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas.is-right {
	right: 0;
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.offcanvas.is-open {
	-ms-transform: translateX(0) !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.offcanvas.is-bottom {
	bottom: 0;
	top: auto;
	height: 90%;
	width: 100%;
	border-radius: 8px 8px 0 0;
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.offcanvas.is-bottom .offcanvas-close {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 0;
	padding: 0;
}

.offcanvas.offcanvas-start .offcanvas-close {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas.offcanvas-bottom {
	border-radius: 8px 8px 0 0;
	height: 90%;
}

.offcanvas.is-fullwidth {
	width: 100%;
}

.offcanvas .offcanvas-header {
	padding: 1rem 20px;
	background-color: #fff;
}

.offcanvas .offcanvas-header .offcanvas-title {
	font-size: 24px;
	font-weight: 700;
}

.offcanvas .offcanvas-footer {
	bottom: 0;
	top: auto;
}

.offcanvas .offcanvas-close {
	width: 100%;
	border-radius: 0;
	font-weight: 400;
	padding: .5rem 1rem;
	text-align: left;
}

.offcanvas .offcanvas-close:focus {
	box-shadow: none;
}

.offcanvas .offcanvas-close, .offcanvas .offcanvas-close .icon {
	color: #798490;
}

.offcanvas > .loader, .offcanvas .offcanvas-content-container > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

.offcanvas .offcanvas-content-container, .offcanvas .offcanvas-body {
	padding: 20px;
	width: 100%;
}

@media (min-width: 576px) {
	.offcanvas {
		width: auto;
	}
	
	.offcanvas .offcanvas-content-container {
		width: 400px;
	}
}

/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
	height: 100%;
}

.product-variant-characteristics {
	min-height: 3em;
}

.product-variant-characteristics .product-variant-characteristics-text {
	overflow: hidden;
	line-height: 1.5em;
	height: 3em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	max-width: 95%;
	display: block;
	/* stylelint-disable */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* stylelint-enable */
	line-clamp: 2;
	text-overflow: ellipsis;
	font-size: .75rem;
}

.product-variant-characteristics .product-variant-characteristics-option {
	font-weight: 700;
}

.product-image-wrapper {
	height: 200px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	margin-bottom: 15px;
	position: relative;
}

.product-image-link {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-image-link.is-cover {
	-ms-flex-align: start;
	align-items: flex-start;
}

.product-image {
	display: block;
	max-width: 100%;
	max-height: 200px;
}

.product-image.is-standard, .product-image.is-cover, .product-image.is-contain {
	width: 100%;
	height: 100%;
}

.product-image.is-cover {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.product-image.is-contain {
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.product-image.is-standard {
	object-fit: scale-down;
	font-family: "object-fit: scale-down;";
}

.product-image-placeholder {
	max-width: 180px;
	height: 100%;
}

.product-rating {
	margin-bottom: 10px;
	height: 25px;
}

/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
.product-name {
	color: #383838;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	height: 44px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.product-name:hover {
	color: var(--text-color-brand-primary);
	text-decoration: none;
}

.product-description {
	height: 54px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
.product-price-info {
	margin-top: 10px;
}

.product-price-info .product-advanced-list-price-wrapper {
	font-weight: 400;
}

.product-price-unit {
	height: 36px;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}

.product-unit-label {
	font-weight: 700;
}

.product-cheapest-price {
	min-height: 20px;
	font-size: .75rem;
	line-height: 20px;
	margin-bottom: 32px;
}

.product-cheapest-price .product-cheapest-price-price {
	font-weight: 700;
}

.product-cheapest-price.with-regulation-price, .product-cheapest-price.with-list-price {
	margin-bottom: 6px;
}

.product-cheapest-price.with-from-price {
	margin-bottom: 5px;
}

.product-price {
	color: #383838;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	overflow: hidden;
}

.product-price.with-list-price {
	color: #e52427;
}

.product-price .list-price {
	color: #383838;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.product-price .list-price .list-price-price {
	text-decoration: line-through;
}

.product-price .regulation-price {
	color: #383838;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
	padding-left: 0;
}

.product-price .list-price-no-line-through .list-price-price {
	text-decoration: none;
}

.product-price .strikeprice-text {
	color: #383838;
	font-weight: 400;
	padding-left: 5px;
	font-size: 12px;
}

.product-action {
	margin-top: 20px;
}

.product-badges {
	position: absolute;
	top: 30px;
	left: -1px;
	z-index: 10;
}

.product-badges .badge {
	padding: 0 8px;
	height: 32px;
	margin: 0 0 8px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	border-radius: 0 3px 3px 0;
	border-color: transparent;
	font-size: 18px;
	letter-spacing: 0;
}

.product-box.box-image .product-image-wrapper {
	height: 332px;
}

.product-box.box-image .product-image {
	max-height: 332px;
}

.product-box.box-image .product-image.is-standard {
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.product-price-wrapper {
	font-size: 18px;
}

/*
Loader
==============================================
Defines the loader icon
*/

/*
Element loader
==============================================
Element loader can be applied to any element.
*/
.has-element-loader {
	z-index: 15;
	pointer-events: none;
	position: relative;
}

.element-loader-backdrop {
	opacity: 0;
	-webkit-transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	transition: opacity .45s cubic-bezier(.3, 0, .15, 1), visibility .45s linear;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0 11px 7px rgba(255, 255, 255, .5);
	z-index: 15;
}

.element-loader-backdrop.element-loader-backdrop-open {
	opacity: 1;
}

.element-loader-backdrop > .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
}

/*
Skeleton screen
==============================================
Skeleton screen for reloading product-listing with subtle shimmer effect
*/
@-webkit-keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

/*
Skeleton screen
==============================================
Skeleton screen for reloading product-listing with subtle shimmer effect
*/
@keyframes skeletonShimmer {
	0% {
		background-position: -500px 0;
	}
	
	100% {
		background-position: 500px 0;
	}
}

.has-element-loader .cms-element-product-listing .product-badges, .has-element-loader .cms-element-product-listing .product-image-link, .has-element-loader .cms-element-product-listing .product-review-rating {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-image-wrapper, .has-element-loader .cms-element-product-listing .product-rating, .has-element-loader .cms-element-product-listing .product-name, .has-element-loader .cms-element-product-listing .product-variant-characteristics, .has-element-loader .cms-element-product-listing .product-description, .has-element-loader .cms-element-product-listing .product-price-unit, .has-element-loader .cms-element-product-listing .product-cheapest-price-price, .has-element-loader .cms-element-product-listing .product-price {
	border-radius: 3px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #ebebeb 8%, #ccc 18%, #ebebeb 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-rating {
	width: 50%;
}

.has-element-loader .cms-element-product-listing .product-name {
	width: 75%;
}

.has-element-loader .cms-element-product-listing .product-price {
	width: 35%;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
	border-radius: 3px;
	color: transparent;
	-webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
	background: linear-gradient(to right, #ebebeb 8%, #ccc 18%, #ebebeb 28%);
	background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
	display: none;
}

.has-element-loader .cms-element-product-listing .product-variant-characteristics-text, .has-element-loader .cms-element-product-listing .product-wishlist-remove {
	display: none;
}

/*
Modal
==============================================
Custom styling for bootstrap modal component.

https://getbootstrap.com/docs/4.3/components/modal/
*/
.modal .modal-header.only-close {
	border-bottom-color: transparent;
}

.modal .modal-close:focus {
	outline: 0;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	overflow-y: scroll;
	box-shadow: none;
}

.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content, .modal.is-fullscreen .modal-header, .modal.is-fullscreen .modal-body, .modal.is-fullscreen .modal-footer {
	border-radius: 0;
}

/*
Language flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.

inspired by: https://github.com/dhanishgajjar/css-flags

en-GB: we need to use svg for en-GB, cause it's smaller than the CSS-Version
*/

/**
 * @deprecated tag:v6.5.0 - Will be replaced by solution of NEXT-22712
 */
.language-flag {
	display: inline-block;
	height: 12px;
	width: 16px;
	border: 1px solid #adb5bd;
	margin-top: 1px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.language-flag.country-de {
	background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}

.language-flag.country-gb, .language-flag.language-gb.language-flag {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}

/*
Icons
==============================================
Basic styling for icon component plus helper classes for sizing and colors.
Credit: https://github.com/FortAwesome/Font-Awesome
*/
.icon {
	width: 22px;
	height: 22px;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: inherit;
	overflow: visible;
	color: #878787;
}

.icon > svg {
	width: 100%;
	height: 100%;
	top: .25em;
	position: relative;
	fill: currentColor;
}

.icon > svg path, .icon > svg use {
	fill: currentColor;
}

.icon-primary {
	color: var(--text-color-brand-primary);
}

.icon-secondary {
	color: #396db4;
}

.icon-success {
	color: #50b13e;
}

.icon-info {
	color: #26b6cf;
}

.icon-warning {
	color: #ffbd5d;
}

.icon-danger {
	color: #d42627;
}

.icon-light {
	color: #f1f1f1;
}

.icon-dark {
	color: #626862;
}

.icon-review {
	color: #fedc70;
}

.icon-fluid {
	width: 100%;
	height: 100%;
}

.icon-lg {
	width: 29.3333333333px;
	height: 29.3333333333px;
}

.icon-sm, .navigation-offcanvas-link-icon .loader {
	width: 19.25px;
	height: 19.25px;
}

.icon-xs {
	width: 16.5px;
	height: 16.5px;
}

.icon-1x {
	width: 22px;
	height: 22px;
}

.icon-2x {
	width: 44px;
	height: 44px;
}

.icon-3x {
	width: 66px;
	height: 66px;
}

.icon-4x {
	width: 88px;
	height: 88px;
}

.icon-5x {
	width: 110px;
	height: 110px;
}

.icon-6x {
	width: 132px;
	height: 132px;
}

.icon-7x {
	width: 154px;
	height: 154px;
}

.icon-8x {
	width: 176px;
	height: 176px;
}

.icon-9x {
	width: 198px;
	height: 198px;
}

.icon-10x {
	width: 220px;
	height: 220px;
}

.icon-rotate-90 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.icon-rotate-180 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon-rotate-270 svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.icon-flip-horizontal svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.icon-flip-vertical svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.icon-flip-both svg, .icon-flip-horizontal.icon-flip-vertical svg {
	-webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(-1, -1);
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .icon-rotate-90 svg, :root .icon-rotate-180 svg, :root .icon-rotate-270 svg, :root .icon-flip-horizontal svg, :root .icon-flip-vertical svg, :root .icon-flip-both svg {
	-webkit-filter: none;
	filter: none;
}

.alert-primary .icon {
	color: #50b13e;
}

.alert-secondary .icon {
	color: #396db4;
}

.alert-success .icon {
	color: #50b13e;
}

.alert-info .icon {
	color: #26b6cf;
}

.alert-warning .icon {
	color: #ffbd5d;
}

.alert-danger .icon {
	color: #d42627;
}

.alert-light .icon {
	color: #ccc;
}

.alert-dark .icon {
	color: #626862;
}

.btn-primary .icon, .address-editor-select:not(.collapsed) .icon, .address-editor-edit:not(.collapsed) .icon, .address-editor-create:not(.collapsed) .icon {
	color: #fff;
}

.btn-secondary .icon, .maxia-tax-switch-radio .btn:active .icon, .maxia-tax-switch-radio .main-navigation-link:active .icon, .maxia-tax-switch-radio input:checked + .btn .icon, .maxia-tax-switch-radio input:checked + .main-navigation-link .icon, .main-navigation-link .icon {
	color: #fff;
}

.btn-success .icon {
	color: #fff;
}

.btn-info .icon {
	color: #fff;
}

.btn-warning .icon {
	color: #212529;
}

.btn-danger .icon {
	color: #fff;
}

.btn-light .icon {
	color: #212529;
}

.btn-dark .icon {
	color: #fff;
}

.btn .icon > svg, .main-navigation-link .icon > svg {
	top: 6px;
}

.pagination .icon {
	width: 13px;
	height: 13px;
}

.pagination .icon > svg {
	top: 2px;
}

.is-left .offcanvas-close svg, .offcanvas-start .offcanvas-close svg {
	top: 0;
}

.is-right .offcanvas-close svg {
	top: .3rem;
}

.navigation-offcanvas-link-icon .icon > svg {
	top: 0;
}

/*
Pagination
==============================================
Custom styling for bootstrap pagination component.

https://getbootstrap.com/docs/4.3/components/pagination/

@deprecated tag:v6.5.0 - Appearance of the pagination will be changed. Borders around pagination items will be removed.
*/
.pagination {
	margin-bottom: 0;
}

.pagination .page-item.disabled .page-link {
	cursor: default;
	opacity: 1;
	background: #f1f1f1;
	color: #ebebeb;
}

.pagination .page-item.disabled a {
	color: #ebebeb;
}

.pagination .page-item.active a {
	color: #fff;
}

.pagination .page-link {
	cursor: pointer;
	margin-bottom: 0;
}

/*
CMS sections
==============================================
General styling for cms sections
*/
.cms-section {
	overflow: hidden;
}

.cms-section.bg-image {
	background-repeat: no-repeat;
	background-position: 50%;
}

.cms-section .cms-section-sidebar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 767.98px) {
	.cms-section-sidebar-mobile-wrap {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
		display: none;
	}
}

/*
CMS blocks
==============================================
General styling for cms blocks and
specific styling for elements dependent on their parent block
*/
.cms-block {
	overflow: hidden;
}

.cms-block.bg-image {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
}

.cms-block .cms-block-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: none;
	font-family: "object-fit: none;";
}

.cms-block .cms-block-background.media-mode--contain {
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.cms-block .cms-block-background.media-mode--cover {
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.cms-block .cms-block-container .cms-block-container-row {
	-ms-flex-direction: row;
	flex-direction: row;
}

.cms-block-center-text .cms-element-text {
	padding: 30px;
}

.cms-block-image-three-cover .row, .cms-block-image-three-cover .account-content, .cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container {
	margin: 0;
}

.cms-block-image-three-cover [class^=col-] {
	padding: 0;
}

.cms-block-image-text-bubble .cms-element-image .cms-image-container, .cms-block-image-bubble-row .cms-element-image .cms-image-container {
	height: 300px;
	width: 300px;
	margin: auto;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
}

.cms-block-image-highlight-row .cms-element-image {
	border: 12px solid #fff;
}

.cms-block-image-text-bubble .cms-element-text, .cms-block-image-text-row .cms-element-text {
	padding-top: 20px;
}

.cms-block-image-text-gallery .image-text-gallery-card {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.cms-block-image-text-gallery .cms-element-text {
	padding: 20px;
}

.cms-block-text-on-image .cms-element-text {
	padding: 30px;
	-ms-flex-align: center;
	align-items: center;
	min-height: 240px;
}

.cms-block-image-text-cover .cms-element-text {
	padding-top: 30px;
}

.cms-block-image-simple-grid .left-top {
	margin-bottom: 40px;
}

.cms-block-image-simple-grid .right {
	height: 100%;
}

@media (min-width: 992px) {
	.cms-block-container .cms-block-container-row.has--sidebar {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.cms-block-container .cms-block-container-row.has--sidebar > div {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.cms-block-image-text-gallery .cms-row > :not(:last-child), .cms-block-image-two-column .cms-row > :not(:last-child), .cms-block-image-three-column .cms-row > :not(:last-child), .cms-block-image-four-column .cms-row > :not(:last-child), .cms-block-image-bubble-row .cms-row > :not(:last-child), .cms-block-image-highlight-row .cms-row > :not(:last-child) {
		margin-bottom: 40px;
	}
	
	.cms-block-image-text .cms-row > :first-child, .cms-block-image-text-cover .cms-row > :first-child {
		margin-bottom: 40px;
	}
	
	.cms-block-image-simple-grid .left-bottom {
		margin-bottom: 40px;
	}
}

.cms-block-sidebar-filter {
	overflow: visible;
}

.cms-block-sidebar-filter .col-12 {
	position: initial;
}

.cms-element-product-name {
	display: inline-block;
}

.cms-element-manufacturer-logo .cms-image-link {
	height: 100%;
}

.cms-element-manufacturer-logo .cms-image-container.is-standard img {
	max-width: 200px;
	max-height: 70px;
}

/*
CMS elements
==============================================
General styling for cms elements
*/
.cms-element-image {
	position: relative;
	height: 100%;
}

.cms-element-image .cms-image {
	display: block;
	max-width: 100%;
}

.cms-element-image .cms-image-container {
	display: block;
	max-width: 100%;
	position: relative;
}

.cms-element-image .cms-image-container.is-cover {
	object-fit: contain;
	font-family: "object-fit: contain;";
	height: 100%;
}

.cms-element-image .cms-image-container.is-cover .cms-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-stretch .cms-image {
	width: 100%;
}

.cms-element-image .cms-image-link {
	display: block;
}

.cms-element-youtube-video {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-youtube-video.is--streched {
	height: 100%;
}

.cms-element-youtube-video::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: calc(( 9 / 16 ) * 100%);
}

.cms-element-youtube-video__video, .cms-element-youtube-video__placeholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 none;
}

.cms-element-youtube-video__placeholder img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-youtube-video__backdrop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.cms-element-youtube-video__backdrop > div {
	background: rgba(255, 255, 255, .5);
	padding: 1rem;
}

.cms-element-vimeo-video {
	position: relative;
	width: 100%;
}

.cms-element-vimeo-video::before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.cms-element-vimeo-video__video, .cms-element-vimeo-video__placeholder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 none;
}

.cms-element-vimeo-video__placeholder img {
	object-fit: cover;
	font-family: "object-fit: cover;";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cms-element-vimeo-video__backdrop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.cms-element-vimeo-video__backdrop > div {
	background: rgba(255, 255, 255, .5);
	padding: 1rem;
}

.cms-element-product-listing .cms-listing-col {
	margin-bottom: 1.5rem;
}

.cms-element-product-listing-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.cms-element-product-listing-actions .sorting {
	margin-left: auto;
}

.cms-element-buy-box, .cms-element-product-box {
	width: 100%;
}

.cms-element-product-slider .cms-element-title, .cms-element-recently-viewed-product-slider .cms-element-title {
	font-size: 1rem;
	font-weight: 700;
	color: #383838;
}

.cms-element-product-slider.has-border .cms-element-title, .has-border.cms-element-recently-viewed-product-slider .cms-element-title {
	margin-top: .5rem;
}

.cms-element-text, .cms-element-image, .cms-element-product-box, .cms-element-buy-box, .cms-element-product-slider, .cms-element-recently-viewed-product-slider, .cms-element-image-slider, .cms-element-product-description-reviews, .cms-element-image-gallery {
	-ms-word-break: break-word;
	word-break: break-word;
}

.cms-element-text.has-vertical-alignment, .cms-element-image.has-vertical-alignment, .cms-element-product-box.has-vertical-alignment, .cms-element-buy-box.has-vertical-alignment, .cms-element-product-slider.has-vertical-alignment, .has-vertical-alignment.cms-element-recently-viewed-product-slider, .cms-element-image-slider.has-vertical-alignment, .cms-element-product-description-reviews.has-vertical-alignment, .cms-element-image-gallery.has-vertical-alignment {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay {
	display: none;
}

@media (max-width: 991.98px) {
	.cms-element-product-listing-actions {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.cms-element-product-listing-actions .sorting {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
}

div.card-tabs .cms-card-header {
	padding-left: 0;
	padding-right: 0;
}

.confirm-message {
	padding: 10% 20%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.confirm-message div.alert {
	margin-top: 1em;
}

.confirm-alert {
	padding: 1em 1em 3em;
}

@media (max-width: 767.98px) {
	.confirm-message {
		padding: 10% 0;
	}
}

/*
Form
==============================================
Custom styling for bootstrap forms.

https://getbootstrap.com/docs/4.3/components/forms/
*/
.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation {
	color: inherit;
}

.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation::before {
	border-color: inherit;
}

.required-fields {
	margin-bottom: 1rem;
}

.forms-boolean {
	display: block;
	border: 1px solid #dedede;
	padding: 0 36px;
	margin: 12px 0;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}

.forms-boolean.is-active {
	border-color: #50b13e;
}

.forms-boolean:hover {
	border-color: #50b13e;
	color: #50b13e;
}

.forms-boolean-label {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.forms-boolean-label::before, .forms-boolean-label::after {
	top: 11px;
}

/*
Address editor
==============================================
Custom styling for an address modal which allows the user to create and edit addresses.

based on: https://getbootstrap.com/docs/4.3/components/modal/
*/
.address-editor-select, .address-editor-edit, .address-editor-create {
	cursor: pointer;
}

.address-editor-select {
	margin-bottom: 1rem;
}

.address-editor-list-wrapper, .address-editor-create-address-wrapper {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.address-editor-card {
	padding-top: 1rem;
}

.address-editor-card:not(:last-child) {
	padding-bottom: 1rem;
	border-bottom: 1px solid #dedede;
}

@media (min-width: 768px) {
	.address-editor-select {
		margin-bottom: 0;
	}
}

.sorting {
	display: inline-block;
	width: 260px;
}

/*
Delivery status
==============================================
Shows the delivery status for products e.g. on detail page.
*/
.delivery-status-indicator {
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	height: 10px;
	line-height: 10px;
	margin-right: 5px;
	position: relative;
	width: 10px;
}

.quickview-minimal-top, .quickview-minimal-image {
	margin-bottom: 1rem;
}

.quickview-minimal-product-manufacturer-logo {
	width: 100%;
}

@media (min-width: 768px) {
	.quickview-minimal-top {
		margin-bottom: 1.5rem;
	}
}

/*
Payment method
==============================================
Custom styling for payment form used e.g. on account and checkout pages.
*/
.payment-method-description > p {
	color: #dedede;
}

.payment-method-image {
	max-height: 24px;
	max-width: 100%;
	margin-right: .25rem;
	margin-left: .25rem;
	float: right;
}

/*
Shipping method
==============================================
Custom styling for shipping form used e.g. on account and checkout pages.
*/
.shipping-method-description > p {
	color: #dedede;
}

.shipping-method-image {
	max-height: 24px;
	max-width: 100%;
	margin-right: .25rem;
	margin-left: .25rem;
	float: right;
}

/*
Filter panel
==============================================
Styling for filter panel component.
This file contains the generic styling for all filter items.
*/
.filter-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 8px;
}

.icon.icon-filter-panel-item-toggle {
	margin-left: 8px;
}

.icon.icon-filter-panel-item-toggle > svg {
	top: 4px;
}

.filter-panel-items-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-bottom: 8px;
	width: 100%;
}

.filter-panel-item {
	margin-right: 12px;
	margin-bottom: 12px;
}

.filter-panel-item .filter-panel-item-toggle {
	border: 1px solid #dedede;
	font-weight: 400;
}

.filter-panel-item.show .filter-panel-item-toggle {
	color: #50b13e;
	border-color: #50b13e;
}

.filter-panel-item.show .icon-filter-panel-item-toggle svg {
	color: #50b13e;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-toggle.show {
	color: #50b13e;
	border-color: #50b13e;
}

.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
	color: #50b13e;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-panel-item-dropdown {
	min-width: 240px;
	max-height: 200px;
	overflow: auto;
	padding: 13px 0;
}

.filter-panel-submit {
	height: 40px;
	margin-bottom: 12px;
	border: 1px solid #50b13e;
	background-color: #fff;
	color: #626862;
}

.filter-active {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 35px 2px 14px;
	border-radius: 50px;
	height: 32px;
	line-height: 26px;
	border: 1px solid #dedede;
	margin-right: 6px;
	margin-bottom: 8px;
	vertical-align: top;
	position: relative;
	max-width: 245px;
}

.filter-active-preview {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #dedede;
	margin-right: 8px;
	background-position: center center;
	background-size: cover;
	vertical-align: text-bottom;
}

.filter-active-remove {
	padding: 0 12px;
	margin: 0;
	line-height: 1;
	border: 0 none;
	font-weight: 700;
	color: #626862;
	font-size: 16px;
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	bottom: 0;
	width: 35px;
	text-align: left;
}

.filter-active-remove:focus {
	outline: none;
}

.filter-active-remove:hover {
	color: #50b13e;
}

.btn.filter-reset-all, .filter-reset-all.main-navigation-link {
	display: inline-block;
	border-radius: 50px;
	height: 32px;
	line-height: 26px;
	font-weight: 400;
	vertical-align: top;
	margin-right: 8px;
}

.is--sidebar .filter-panel, .is--sidebar .filter-panel-items-container {
	display: block;
}

.is--sidebar .filter-panel-item-dropdown {
	min-width: 100%;
	border: 1px solid #50b13e;
	border-top: 0;
	border-radius: 0 0 4px 4px;
}

.is--sidebar .filter-panel-item {
	margin-right: 0;
	width: 100%;
}

.is--sidebar .filter-panel-item-toggle {
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
	color: #50b13e;
	border-color: #50b13e;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0 none;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg {
	color: #50b13e;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.is--sidebar .icon-filter-panel-item-toggle {
	margin-left: auto;
}

.is--sidebar .icon-filter-panel-item-toggle > svg {
	top: 0;
}

.is-loading .filter-panel-item-toggle, .is-loading .filter-active, .is-loading .filter-reset-all, .is-loading .filter-boolean, .is-loading .filter-panel-submit {
	pointer-events: none;
	opacity: .6;
}

.btn.filter-panel-wrapper-toggle, .filter-panel-wrapper-toggle.main-navigation-link {
	display: none;
	width: 100%;
	border: 1px solid #50b13e;
	padding: 6px;
}

.btn.filter-panel-wrapper-toggle:hover, .filter-panel-wrapper-toggle.main-navigation-link:hover {
	background-color: #f1f1f1;
}

.filter-panel-offcanvas-only {
	display: none;
}

.filter-panel-offcanvas-header {
	height: 80px;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	display: none;
}

.filter-panel-offcanvas-title {
	margin-bottom: 0;
	font-size: 1.875rem;
	font-weight: 700;
	color: #383838;
}

.filter-panel-offcanvas-close {
	cursor: pointer;
	margin-left: auto;
}

@media (max-width: 991.98px) {
	.btn.filter-panel-wrapper-toggle, .filter-panel-wrapper-toggle.main-navigation-link {
		display: block;
	}
	
	.filter-panel-wrapper {
		display: none;
	}
}

.offcanvas-filter {
	overflow: hidden;
}

.offcanvas-filter .filter-panel-offcanvas-close {
	display: block;
}

.offcanvas-filter .filter-panel {
	height: calc(100% - 80px);
	overflow-y: auto;
	width: 100%;
	padding: 0 25px 25px;
}

.offcanvas-filter .filter-panel-offcanvas-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.offcanvas-filter .filter-panel-offcanvas-only {
	display: inherit;
}

/*
Filter multi select
==============================================
Styling for multi select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-multi-select .filter-panel-item-toggle.disabled {
	cursor: default;
}

.filter-multi-select-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-multi-select-list-item {
	padding: 5px 15px;
}

.filter-multi-select-list-item.disabled {
	opacity: .3;
}

.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
	cursor: default;
}

.filter-multi-select-item-label {
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
}

.filter-multi-select-count {
	margin-left: 3px;
}

/*
Filter property select
==============================================
Styling for property select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-property-select-list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-property-select-preview {
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #dedede;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 90 90\'%3E%3Cpath fill=\'%23cdd5db\' d=\'M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z\'/%3E%3C/svg%3E");
	background-position: center center;
	background-size: cover;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter-property-select-preview-checkmark {
	width: 20px;
	height: 20px;
	background-color: #798490;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 50%;
	top: -4px;
	right: -4px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.filter-property-select-preview-checkmark .icon {
	width: 10px;
	height: 10px;
	color: #fff;
}

.filter-property-select-preview-checkmark .icon svg {
	top: 0;
}

.filter-property-select-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
}

.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/*
Filter boolean
==============================================
Styling for boolean filter item.
This filter item should only be used inside a filter panel.
*/
.filter-boolean {
	display: inline-block;
	border: 1px solid #dedede;
	padding-left: 12px;
	padding-right: 12px;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}

.filter-boolean.is-active {
	border-color: #50b13e;
}

.filter-boolean:hover {
	border-color: #50b13e;
	color: #50b13e;
}

.filter-boolean.disabled {
	cursor: default;
	background: #eee;
	border-color: #eee;
}

.filter-boolean.disabled .filter-boolean-label {
	color: #ebebeb;
	cursor: default;
}

.filter-boolean-label {
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	width: 100%;
}

.filter-boolean-label::before, .filter-boolean-label::after {
	top: 11px;
}

/*
Filter range
==============================================
Styling for range filter item.
This filter item should only be used inside a filter panel.
*/
.filter-range-dropdown {
	padding: 0;
	overflow: hidden;
}

.filter-range-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 16px;
}

.filter-range-error {
	padding: 0 16px 16px;
	font-size: 13px;
	color: #d42627;
}

.filter-range-min, .filter-range-max {
	width: calc(50% - 14px);
	margin-bottom: 0;
	font-size: 11px;
	position: relative;
}

.min-input, .max-input {
	margin-bottom: 0;
	height: 28px;
	padding: 6px 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.min-input::-webkit-inner-spin-button, .min-input::-webkit-outer-spin-button, .max-input::-webkit-inner-spin-button, .max-input::-webkit-outer-spin-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

/* @deprecated tag:v6.5.0 - `filter-range-currency-symbol` will be removed, use `filter-range-unit` instead */
.filter-range-currency-symbol, .filter-range-unit {
	position: absolute;
	bottom: 1px;
	right: 1px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding: 0 10px;
	background-color: #fff;
	border-radius: 3px;
}

.filter-range-divider {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: 700;
}

/*
Filter rating select
==============================================
Styling for rating select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-rating-select-radio {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	opacity: 0;
}

.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	opacity: 1;
}

.filter-rating-select-item-label {
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.filter-rating-select-item-label .product-review-rating {
	margin-right: 8px;
	display: inline-block;
	margin-top: 3px;
}

.filter-rating-select-item-label:hover .icon-review {
	color: #fed03d;
}

.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
	color: #50b13e;
	font-weight: 700;
}

.filter-rating-select-list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	margin-left: 16px;
}

.filter-rating-select-list-item .filter-rating-select-item-label {
	margin-bottom: 5px;
}

.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
	margin-bottom: 0;
}

.filter-rating-select-list-item.disabled {
	opacity: .3;
}

.filter-rating-select-list-item.disabled .icon-review {
	color: #ebebeb;
}

.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
	cursor: default;
}

.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text {
	color: #383838;
	font-weight: 400;
}

.filter-rating-select-item-checkmark {
	width: 20px;
	height: 20px;
	background-color: #798490;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 50%;
	top: -8px;
	left: -8px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
	-ms-transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.filter-rating-select-item-checkmark .icon {
	width: 10px;
	height: 10px;
	color: #fff;
}

.filter-rating-select-item-checkmark .icon svg {
	top: 0;
}

.filter-multi-select-rating .filter-panel-item-dropdown {
	padding-bottom: 6px;
}

.swag-ellipsis-total-span, .swag-ellipsis-span {
	-ms-word-break: break-word;
	word-break: break-word;
}

.product-feature-list-list {
	list-style: none;
	padding-left: unset;
}

.product-feature-feature {
	font-size: .75rem;
}

.product-feature-value {
	font-weight: 700;
}

/*
Notification dot
==============================================
Styling for notification dot component.
*/
.notification-dot {
	background-color: #ebebeb;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
}

.notification-dot.notification-dot-primary {
	background-color: #50b13e;
}

.notification-dot.notification-dot-secondary {
	background-color: #396db4;
}

.notification-dot.notification-dot-success {
	background-color: #50b13e;
}

.notification-dot.notification-dot-danger {
	background-color: #d42627;
}

.notification-dot.notification-dot-warning {
	background-color: #ffbd5d;
}

.notification-dot.notification-dot-info {
	background-color: #26b6cf;
}

.notification-dot.notification-dot-light {
	background-color: #ccc;
}

.notification-dot.notification-dot-dark {
	background-color: #626862;
}

/*
Product box for wishlist
==============================================
Styling for productbox component.
*/
.product-wishlist {
	margin-top: 10px;
}

.product-wishlist .icon-wishlist {
	width: 20px;
	height: 20px;
}

.product-wishlist .icon-wishlist svg {
	top: 0;
}

.product-wishlist-not-added .icon-wishlist-added, .product-wishlist-not-added .text-wishlist-remove {
	display: none;
}

.product-wishlist-not-added .icon-wishlist-not-added, .product-wishlist-not-added .text-wishlist-not-added {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-not-added .icon-wishlist-not-added {
	-webkit-animation: pulse .5s alternate;
	animation: pulse .5s alternate;
}

.product-wishlist-added .icon-wishlist-added, .product-wishlist-added .text-wishlist-remove {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-added .icon-wishlist-added {
	-webkit-animation: pulse .5s alternate;
	animation: pulse .5s alternate;
}

.product-wishlist-added .icon-wishlist-not-added, .product-wishlist-added .text-wishlist-not-added {
	display: none;
}

.product-wishlist-action-circle {
	height: 40px;
	width: 40px;
	background: #f9f9f9;
	border-radius: 50%;
	border-style: none;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: 10px;
}

.product-wishlist-action-circle::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120%;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
}

.product-wishlist-action-circle:focus {
	outline: none;
}

.product-wishlist-action {
	background: transparent;
	border-style: none;
	padding: 0;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-action:focus {
	outline: none;
}

.product-wishlist-btn {
	height: 40px;
	width: 40px;
}

.product-wishlist-btn-remove {
	z-index: 10;
	position: absolute;
	background: #ccc;
	border-radius: 50%;
	border-style: none;
	right: 25px;
	top: 25px;
	padding: 0;
}

.product-wishlist-btn-remove:focus {
	outline: none;
}

.product-wishlist .icon-wishlist {
	width: 20px;
	height: 20px;
}

.product-wishlist .icon-wishlist svg {
	top: 0;
}

.product-wishlist .icon-wishlist-remove {
	color: #626862;
}

.product-wishlist-btn-content {
	text-decoration: underline;
}

.product-wishlist-btn-content-md {
	margin-left: 8px;
	font-size: 14px;
}

.product-wishlist-btn-content-sm {
	margin-left: 6px;
	font-size: 12px;
}

.product-wishlist-btn-content-disabled {
	display: none;
}

.product-wishlist-btn-content-active {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.product-wishlist-info {}

.product-wishlist-info-item {
	min-height: 2em;
	font-size: .75rem;
}

.product-wishlist-info-text {
	font-weight: 700;
}

.product-wishlist-info-manufacturer {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-wishlist-info .product-variant-characteristics-text {
	text-transform: capitalize;
}

@-webkit-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes pulse {
	0% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		-ms-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	100% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.swag-fade-container-shrinked {
	height: 3em;
}

.swag-fade-container-collapsed {
	height: auto;
}

.swag-fade-container {
	position: relative;
	overflow: hidden;
}

.swag-fading-link-more, .swag-fading-link-less {
	color: #50b13e;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.5em;
	height: 1.5em;
}

.swag-fading-link-more {
	background: linear-gradient(90deg, transparent, #ccc 60%);
}

.swag-fade-link-hidden {
	display: none;
}

.basic-captcha-content-image {
	width: 85%;
}

.basic-captcha-content-image img {
	border: 1px solid #dedede;
	border-radius: 3px;
	width: 100%;
}

.basic-captcha-content-code {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.25em;
	max-width: 440px;
}

.basic-captcha-content-refresh-icon {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 42px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	border-color: #dedede;
}

.basic-captcha-content-refresh-icon.btn .icon > svg, .basic-captcha-content-refresh-icon.main-navigation-link .icon > svg {
	top: 0;
}

.basic-captcha-content-refresh-icon:hover {
	cursor: pointer;
	border-color: #50b13e;
	background-color: #fff;
}

.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
	color: #50b13e;
}

.line-item {
	margin-bottom: 1rem;
}

.line-item.is-discount .line-item-total-price {
	color: #50b13e;
}

.line-item-info {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

@media (min-width: 768px) {
	.line-item-info {
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
}

.line-item-details {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-details {
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-details {
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}

.line-item-quantity {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-quantity {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-quantity {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-quantity-label {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

@media (min-width: 576px) {
	.line-item-quantity-label {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.line-item-quantity-select-wrapper {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

@media (min-width: 576px) {
	.line-item-quantity-select-wrapper {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.line-item-unit-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-unit-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-unit-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-tax-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-tax-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-tax-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-total-price {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.line-item-total-price {
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

@media (min-width: 768px) {
	.line-item-total-price {
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
}

.line-item-remove {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

@media (min-width: 768px) {
	.line-item-remove {
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
}

.is-offcanvas .line-item-info {
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.is-offcanvas .line-item-details {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-quantity {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-quantity-label {
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.is-offcanvas .line-item-quantity-select-wrapper {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.is-offcanvas .line-item-unit-price {
	display: none;
}

.is-offcanvas .line-item-tax-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-total-price {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.is-offcanvas .line-item-remove {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.is-offcanvas .line-item-details-container {
	padding-left: 0;
}

@media (min-width: 768px) {
	.no-remove-button .line-item-info {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.line-item.is-order {
	margin-left: 20px;
	margin-right: 20px;
}

.line-item.is-order .line-item-children .line-item {
	margin-left: 0;
	margin-right: 0;
}

.line-item-info, .line-item-details, .line-item-quantity, .line-item-unit-price, .line-item-total-price, .line-item-tax-price, .line-item-remove {
	padding-right: .25rem;
	padding-left: .25rem;
}

.line-item-discount-icon, .line-item-icon {
	text-align: center;
	height: 100%;
}

.line-item-discount-icon .icon, .line-item-icon .icon {
	height: 100%;
}

.line-item-discount-icon .icon > svg, .line-item-icon .icon > svg {
	top: 0;
}

.line-item-discount .line-item-icon .icon, .line-item-promotion .line-item-icon .icon {
	color: #50b13e;
}

.line-item-container .line-item-icon .icon {
	color: #396db4;
}

.line-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}

.line-item-nested-icon .icon > svg {
	top: 0;
}

.line-item-info {
	-ms-flex-order: 1;
	order: 1;
}

.line-item-quantity {
	-ms-flex-order: 3;
	order: 3;
}

.line-item-unit-price, .line-item-tax-price {
	-ms-flex-order: 4;
	order: 4;
}

.line-item-total-price {
	-ms-flex-order: 5;
	order: 5;
}

.line-item-remove {
	-ms-flex-order: 2;
	order: 2;
	text-align: right;
}

.line-item-img-container {
	text-align: center;
	width: 70px;
}

.line-item-img-link {
	display: block;
}

.line-item-img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.line-item-info {
	margin-bottom: 1rem;
}

.line-item-total-price {
	font-weight: 700;
}

.line-item-unit-price, .line-item-total-price, .line-item-tax-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
	font-weight: 700;
	margin-bottom: .5rem;
}

.line-item-quantity-row {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
}

.line-item-quantity {
	margin-bottom: .5rem;
}

.line-item-details {
	padding-top: 8px;
}

.line-item-details-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.line-item-details-characteristics .line-item-details-characteristics-option {
	font-weight: 700;
}

.line-item-variants {
	margin-bottom: .5rem;
}

.line-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.line-item-variants-properties-name {
	margin-right: .5rem;
}

@media (min-width: 576px) {
	.is-default .line-item-quantity-container, .is-order .line-item-quantity-container {
		width: 70px;
		margin-left: auto;
	}
	
	.is-default .line-item-quantity-row, .is-order .line-item-quantity-row {
		-ms-flex-align: normal;
		align-items: normal;
		margin-bottom: 0;
	}
	
	.is-default .line-item-quantity, .is-order .line-item-quantity {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
		text-align: right;
	}
	
	.is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
		-ms-flex-pack: normal;
		justify-content: normal;
		display: block;
	}
}

@media (min-width: 768px) {
	.is-default .line-item-info, .is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-default .line-item-remove, .is-order .line-item-info, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price, .is-order .line-item-remove {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.is-default .line-item-info, .is-order .line-item-info {
		margin-bottom: 0;
	}
	
	.is-default .line-item-quantity-label, .is-default .line-item-unit-price-label, .is-default .line-item-total-price-label, .is-default .line-item-tax-price-label, .is-order .line-item-quantity-label, .is-order .line-item-unit-price-label, .is-order .line-item-total-price-label, .is-order .line-item-tax-price-label {
		display: none;
	}
}

.line-item-children {
	background-color: #ccc;
	font-size: .75rem;
	width: 100%;
	padding: 10px 20px;
	-ms-flex-order: 10;
	order: 10;
	margin-top: 10px;
	-ms-flex-negative: initial;
	flex-shrink: initial;
}

.line-item-children .line-item-children-elements {
	padding: 12px 0 0;
}

.line-item-children .line-item-headline {
	padding: 0;
	font-weight: 600;
}

.line-item-children .line-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.line-item-children .line-item-change-button:focus {
	outline: none;
}

.line-item-children .line-item-collapse {
	margin: 0;
}

.line-item-children .line-item-collapse-container, .line-item-children .line-item-child-label {
	padding: 0;
}

.line-item-children .line-item-child-label {
	position: relative;
}

.line-item-children .line-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.line-item-children .line-item-collapse-button, .line-item-children .line-item-child-remove-icon {
	background-color: transparent;
	border-style: none;
}

.line-item-children .line-item-collapse-button:focus, .line-item-children .line-item-child-remove-icon:focus {
	outline: none;
}

.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.line-item-children .line-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.line-item-children .line-item-children-element > .nesting-level-0 {
	list-style: none;
}

.line-item-children .line-item-children-element:last-child, .line-item-children .line-item-children-element-divider:last-child {
	border-style: none;
}

.line-item-children .line-item-child-label-bullet {
	display: list-item;
}

.line-item-children .line-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.line-item-children .line-item-child-remove-icon-container {
	padding: 0;
	text-align: right;
}

.line-item-children .line-item-children-element-divider {
	border-top: 1px solid #dedede;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.line-item-children.nesting-level-1 {
		margin-left: 96px;
	}
}

@media (min-width: 992px) {
	.line-item-children.nesting-level-1 {
		margin-left: 4px;
	}
}

@media (min-width: 1200px) {
	.line-item-children.nesting-level-1 {
		margin-left: 96px;
	}
}

.is-offcanvas .line-item-children {
	margin-left: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.line-item-children {
	font-size: .75rem;
}

.line-item-children.nesting-level-2 {
	background-color: #c3c3c3;
}

.line-item-children.nesting-level-3 {
	background-color: #bebebe;
}

.line-item-children .line-item-details-container {
	padding-left: 0;
}

.line-item-children .line-item-headline-text {
	font-weight: normal;
}

.line-item-children .line-item-collapse {
	-ms-flex-align: center;
	align-items: center;
}

.line-item {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}

.line-item:last-child {
	border-bottom: 0;
}

.line-item-nested-icon {
	background-color: #798490;
}

.line-item-img {
	padding: .25rem;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.line-item-ordernumber {
	margin-bottom: .5rem;
	font-size: .75rem;
}

.line-item-delivery-date {
	font-size: .75rem;
}

.line-item-variants {
	font-size: .75rem;
}

.line-item-variants-properties-name {
	font-weight: 700;
}

.line-item-label {
	color: #383838;
	font-weight: 700;
}

a.line-item-label:hover {
	color: #50b13e;
	text-decoration: none;
}

.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
	color: #626862;
}

@media (min-width: 768px) {
	.line-item-details-container {
		padding-left: 1rem;
	}
}

.line-item-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.line-item-characteristics .line-item-characteristics-option {
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.hidden-mobile {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hidden-tablet {
		display: none;
	}
}

@media (min-width: 992px) {
	.hidden-desktop {
		display: none;
	}
}

/*
 * Layout-related sections
 * ----------------------- */

/*
Container
==============================================
Additional styling for bootstrap container layout.

https://getbootstrap.com/docs/4.3/layout/overview/
*/
.container, .cms-section .boxed, .cms-block-featured-product > .cms-block-container, .is-ctl-product .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-text-on-image .cms-block-container {
	max-width: 1400px;
}

.container-main {
	padding: 20px 0;
	min-height: 200px;
}

@media (min-width: 1200px) {
	.container-main {
		min-height: 700px;
	}
}

/*
Top bar
==================================================
Contains styles for the top bar located at the top of the page.
The top bar contains the language switcher, the currency switcher and the service menu.
*/
.top-bar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 10px;
}

.top-bar-nav-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
}

.top-bar-nav-item:last-child {
	margin-right: 0;
}

.top-bar-nav-text {
	display: none;
}

.top-bar-list-label {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.top-bar-list-radio {
	position: absolute;
	clip: rect(0 0 0 0);
	pointer-events: none;
}

.top-bar-list-icon {
	margin-right: .5rem;
}

@media (min-width: 768px) {
	.top-bar-nav-text {
		display: inline;
	}
}

/*
Header
==================================================
Contains custom styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-row {
	padding: .5rem 0;
}

.header-logo-col {
	margin: 1rem 0;
}

.header-logo-main {
	text-align: center;
	display: block;
}

.header-logo-main-link {
	width: 100%;
}

.header-logo-picture {
	display: block;
	max-width: 300px;
	margin: auto;
}

.header-search {
	margin: .5rem 0;
}

.header-search-form {
	position: relative;
}

.header-search-btn .loader ~ .header-search-icon {
	display: none;
}

.header-cart-total {
	display: none;
}

.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
	position: absolute;
	right: -.25rem;
}

@media (min-width: 576px) {
	.header-row {
		padding-bottom: 1rem;
	}
	
	.header-logo-col {
		padding-bottom: .5rem;
	}
	
	.header-search-col .collapse:not(.show) {
		display: block;
	}
	
	.header-search {
		max-width: 400px;
		margin: auto;
	}
	
	.header-cart-total {
		display: inline-block;
		margin-left: .5rem;
	}
}

@media (min-width: 992px) {
	.header-logo-col {
		margin: 0;
	}
}

/*
Header minimal
==================================================
Contains custom styles for the minimal header which is used on checkout pages.
*/
.header-minimal {
	background: #fff;
	border-bottom: 1px solid var(--text-color-brand-primary);
}

.header-minimal.fixed-top {
	position: static;
}

.header-minimal-row {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.header-minimal-contact {
	display: none;
}

.header-minimal-back-to-shop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-minimal-back-to-shop-button {
	color: #383838;
}

.header-minimal-logo {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .25rem;
}

.header-minimal-home {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.header-minimal-home-btn {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 768px) {
	.header-minimal-contact {
		display: block;
	}
	
	.header-minimal-logo, .header-minimal-switch {
		margin-bottom: 0;
	}
}

/*
Footer
==================================================
Contains custom styles for the footer located at the bottom of the page.
*/
.footer-column-content-inner {
	padding-bottom: 1rem;
}

.footer-column-headline {
	padding: .5rem 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-column-headline .footer-minus-icon {
	display: none;
}

.footer-column-headline.show .footer-plus-icon {
	display: none;
}

.footer-column-headline.show .footer-minus-icon {
	display: block;
}

.footer-column-toggle {
	pointer-events: none;
}

.footer-link-item {
	padding: .5rem 0;
}

.footer-bottom {
	padding: 1rem;
}

.footer-bottom > .container, .cms-section .footer-bottom > .boxed, .cms-block-featured-product.footer-bottom > .cms-block-container, .is-ctl-product .footer-bottom > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .row, .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .cms-block-text-on-image .footer-bottom > .cms-block-container {
	padding: 0;
}

.footer-vat, .footer-copyright, .footer-service-menu-list {
	text-align: center;
}

.footer-service-menu-list {
	padding: 1rem 0;
}

.footer-service-menu-list:empty {
	padding: 0;
	margin: 0;
}

.footer-service-menu-item {
	display: inline-block;
}

.footer-service-menu-link {
	padding: 5px 0;
	display: inline-block;
}

.footer-logos {
	padding: 1rem;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-logo {
	margin-right: 1.5rem;
	margin-bottom: .5rem;
}

.footer-logo:last-child {
	margin-right: 0;
}

.footer-logo-image {
	max-height: 35px;
	max-width: 100px;
}

@media (min-width: 768px) {
	.footer-columns {
		padding-bottom: 20px;
	}
	
	.footer-column-headline {
		padding: 3rem 0 .5rem 0;
	}
	
	.footer-column-toggle {
		display: none;
	}
	
	.footer-column-content.collapse {
		display: block;
	}
}

/*
Main navigation
==============================================
Custom styling for main navigation on larger screens.

Based on bootstrap nav:
https://getbootstrap.com/docs/4.3/components/navs/
*/
.main-navigation {
	display: none;
}

@media (min-width: 992px) {
	.main-navigation {
		display: inherit;
	}
}

/*
Navigation flyout
==============================================
Custom styling for navigation flyout which opens on hover over the main navigation.
*/
.navigation-flyouts {
	position: absolute;
	z-index: 750;
	height: 0;
	width: 100%;
}

.navigation-flyout {
	width: 100%;
	box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	height: 0;
}

.navigation-flyout.is-open {
	pointer-events: all;
	opacity: 1;
	height: auto;
}

.navigation-flyout-content {
	padding-bottom: 60px;
}

.navigation-flyout-close {
	padding: 10px 0 10px 10px;
	cursor: pointer;
}

.navigation-flyout-teaser-image-container {
	display: block;
	max-width: 100%;
	height: 250px;
}

.navigation-flyout-teaser-image {
	object-fit: cover;
	font-family: "object-fit: cover;";
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

/*
Navigation offcanvas
==============================================
Custom styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas {
	overflow-x: hidden;
}

.navigation-offcanvas .offcanvas-content-container, .navigation-offcanvas .offcanvas-body {
	padding: 0;
}

.navigation-offcanvas-container {
	position: relative;
}

.navigation-offcanvas-overlay.has-transition {
	-webkit-transition: left .5s ease-in;
	transition: left .5s ease-in;
}

.navigation-offcanvas-placeholder, .navigation-offcanvas-overlay {
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.navigation-offcanvas-actions .top-bar-nav-item {
	padding: 0 1rem;
}

.navigation-offcanvas-actions .top-bar-nav-name {
	display: inline;
}

.navigation-offcanvas-headline {
	padding: 20px 1rem 1rem;
}

.navigation-offcanvas-link-icon {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.navigation-offcanvas-link {
	-webkit-transition: color .45s cubic-bezier(.3, 0, .15, 1);
	transition: color .45s cubic-bezier(.3, 0, .15, 1);
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.navigation-offcanvas-link {
		-webkit-transition: none;
		transition: none;
	}
}

.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-back-link {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon, .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
	margin-right: .5rem;
}

/*
Offcanvas cart
==============================================
Extends the basic offcanvas component with additional cart styles.
*/
.offcanvas-cart .alert {
	margin-top: 1rem;
}

.offcanvas-cart .cart-item {
	padding: 1rem 0;
	position: relative;
}

.offcanvas-cart .cart-item.is-empty {
	padding-top: 0;
	border-bottom: 0;
}

.offcanvas-cart .cart-item.is-nested, .offcanvas-cart .cart-item.is-child {
	padding-left: 1rem;
}

.offcanvas-cart .cart-item.is-nested .cart-item-img {
	background: none;
	border: 0;
}

.offcanvas-cart .cart-item.is-discount .cart-item-price {
	color: #50b13e;
}

.offcanvas-cart .cart-item-img {
	height: 75px;
	width: 75px;
}

.offcanvas-cart .cart-item-img-link {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.offcanvas-cart .cart-item-img-link .cart-item-img-source {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.offcanvas-cart .cart-item-details {
	margin-bottom: 1rem;
	-ms-word-break: break-word;
	word-break: break-word;
}

.offcanvas-cart .cart-item-details-container .cart-item-details {
	margin-right: 58px;
}

.offcanvas-cart .cart-item-children {
	margin-left: 4px;
	margin-right: 4px;
	width: 100%;
}

.offcanvas-cart .cart-item-remove {
	position: absolute;
	right: 0;
}

.offcanvas-cart .cart-quantity-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
}

.offcanvas-cart .cart-item-price {
	font-weight: 700;
	margin-left: 1rem;
	text-align: right;
}

.offcanvas-cart .cart-item-price .cart-item-reference-price {
	color: #6b6b6b;
	display: inline-block;
	line-height: .85rem;
}

.offcanvas-cart-items, .offcanvas-summary {
	margin: 1rem 0;
}

.offcanvas-summary-list {
	margin-bottom: 0;
}

.offcanvas-cart-promotion-form {
	margin-bottom: 1rem;
}

.offcanvas-summary .js-toggle-shipping-selection {
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
}

.offcanvas-summary .offcanvas-shipping-preference {
	-webkit-transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
	transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
	max-height: 100px;
	height: auto;
	visibility: visible;
	opacity: 1;
}

.offcanvas-summary .offcanvas-shipping-preference--hidden {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	margin: 0 !important;
}

.offcanvas-summary .summary-value, .offcanvas-summary .shipping-value {
	text-align: right;
}

@media (max-width: 575.98px) {
	.cart-offcanvas .cart-item-price {
		-ms-flex-order: 4;
		order: 4;
	}
}

/*
Account menu
==================================================
Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.
*/
.account-menu-header {
	border-bottom: 1px solid #dedede;
	font-size: .938rem;
	font-weight: 700;
	padding: .5rem 0;
	color: #383838;
}

.account-menu-register {
	text-align: center;
}

.account-menu-login {
	padding: 1rem 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: .25rem;
}

.account-menu-login-button {
	width: 100%;
	margin-bottom: .5rem;
}

.account-menu-dropdown {
	padding: .5rem 1rem;
	min-width: 200px;
}

.account-menu-offcanvas .account-menu-inner, .account-menu-dropdown .account-menu-inner {
	border: 0;
}

.account-menu-offcanvas .account-aside-item, .account-menu-dropdown .account-aside-item {
	padding: .5rem 0;
}

.account-menu-offcanvas .account-aside-footer, .account-menu-dropdown .account-aside-footer {
	background: none;
	padding: .25rem 0;
}

@media (min-width: 576px) {
	.account-menu .offcanvas-close {
		display: none;
	}
	
	.account-menu .offcanvas-body {
		padding: 0;
	}
}

/*
Search suggest
==================================================
Contains styles for the search suggest popover in the shop header.
*/
.search-suggest-container {
	position: absolute;
	top: 55px;
	left: 0;
	list-style: none;
	touch-action: manipulation;
	background: #fff;
	padding: 1rem;
	border: 1px solid #dedede;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 10px 25px -15px #000;
}

.search-suggest-container::after {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 12px;
	height: 12px;
	top: -7px;
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	left: 48%;
	border: 1px solid #dedede;
	border-top: 0 none;
	border-right: 0 none;
}

.search-suggest-product.is-active .search-suggest-product-link {
	color: #50b13e;
}

.search-suggest-product-link:hover, .search-suggest-total-link:hover {
	text-decoration: none;
}

.search-suggest-product-link {
	display: block;
	padding: .5rem 0;
}

.search-suggest-product-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-suggest-product-price {
	text-align: right;
}

.search-suggest-product-list-price, .search-suggest-product-reference-price {
	color: #798490;
	text-align: right;
	display: block;
}

.search-suggest-product-image-container {
	width: 35px;
	height: 35px;
	margin: 0 .5rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-suggest-product-image {
	max-width: 35px;
	max-height: 35px;
	display: block;
}

.search-suggest-total {
	padding: .5rem;
}

.search-suggest-no-result {
	text-align: center;
}

@media (min-width: 768px) {
	.search-suggest-container {
		width: 500px;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*
Cookie permission
==============================================
Shows a cookie permission alert at the bottom of the page.
*/
.cookie-permission-container {
	display: none;
	border-top: 1px solid #dedede;
	background: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	padding: .5rem;
	font-size: .75rem;
	z-index: 1100;
}

.cookie-permission-content {
	margin-bottom: .5rem;
}

.cookie-permission-content a {
	display: inline-block;
}

.cookie-permission-actions {
	gap: .5rem;
}

@media (min-width: 768px) {
	.cookie-permission-content {
		text-align: left;
		margin-bottom: 0;
	}
}

/*
    Cookie configuration
    ==============================================
    Offcanvas containing a list of cookies which need to be manually selected by the user.
*/
.offcanvas-cookie-description, .offcanvas-cookie-list {
	margin-bottom: 32px;
	border-bottom: 1px solid #dedede;
}

.offcanvas-cookie-list {
	padding-bottom: 32px;
}

.offcanvas-cookie-group {
	margin: 12px 0;
}

.offcanvas-cookie-group input ~ label {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.offcanvas-cookie-group input:not([disabled]) ~ label {
	cursor: pointer;
}

.offcanvas-cookie-entries {
	position: relative;
}

.offcanvas-cookie-entries .icon {
	position: absolute;
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	top: -4px;
	right: 0;
	cursor: pointer;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.offcanvas-cookie-entries svg {
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	transition: -ms-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
}

.offcanvas-cookie-entries > p, .offcanvas-cookie-entries .offcanvas-cookie-entry {
	padding: 0 8px 0 24px;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease, padding-top .3s ease;
	transition: opacity .3s ease, padding-top .3s ease;
	margin: 0;
	visibility: hidden;
	overflow: hidden;
}

.offcanvas-cookie-entries > p > p, .offcanvas-cookie-entries .offcanvas-cookie-entry > p {
	margin: 8px 0;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry {
	margin-left: 24px;
	overflow: visible;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control, .offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
	min-height: unset;
}

.offcanvas-cookie-entries--active svg {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.offcanvas-cookie-entries--active > p, .offcanvas-cookie-entries--active .offcanvas-cookie-entry {
	height: auto;
	opacity: 1;
	padding-top: 8px;
	visibility: visible;
}

/*
Scroll up
==============================================
Shows a scroll up button at the bottom right of the page.
*/
.scroll-up-button {
	bottom: 1.5rem;
	cursor: pointer;
	opacity: 0;
	position: fixed;
	right: 1.5rem;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .45s cubic-bezier(.3, 0, .15, 1);
	transition: .45s cubic-bezier(.3, 0, .15, 1);
	visibility: hidden;
	z-index: 700;
}

.scroll-up-button.is-visible {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
}

.grecaptcha-v2-container iframe.has-error {
	border: 1px solid #dc3545;
	border-radius: 3px;
}

/*
 * Page-specific styles
 * -------------------- */
.product-detail-headline {
	margin-bottom: 3rem;
}

.product-detail-content {
	margin-bottom: 1.5rem;
}

.product-detail-content .product-breadcrumb {
	padding: 0;
	margin: 1rem 0;
}

.product-detail-name-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-detail-name-container .product-detail-variant-characteristics {
	padding-left: .5rem;
	font-size: 1rem;
	font-weight: 700;
	color: #adb5bd;
}

.product-detail-buy {
	margin-bottom: 1rem;
}

.product-detail-price {
	font-size: 1.75rem;
}

@media (max-width: 1200px) {
	.product-detail-price {
		font-size: calc(1.3rem + .6vw);
	}
}

.product-detail-price-unit {
	font-size: .75rem;
}

.product-detail-tax {
	font-size: .938rem;
}

.product-detail-delivery-information {
	margin-bottom: 1.5rem;
}

.product-detail-form-container {
	margin-bottom: 1rem;
}

.product-detail-ordernumber-container {
	margin-bottom: 1rem;
}

.product-block-prices-grid thead {
	background-color: #ccc;
}

.product-block-prices-grid th {
	font-weight: 400;
}

.product-block-prices-grid td {
	font-weight: 700;
}

.product-block-prices-grid .product-block-prices-cell {
	border: 0 none;
	padding: 10px 0 10px 16px;
	line-height: 20px;
}

.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
	font-weight: 400;
	font-size: .75rem;
	line-height: 22px;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row {
	border-top: 1px solid #f1f1f1;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type {
	border-top: 0 none;
}

.product-detail-configurator-group {
	margin-bottom: 1rem;
}

.product-detail-configurator-group-title {
	font-weight: 700;
	margin-bottom: .5rem;
}

.product-detail-configurator-options {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
}

.product-detail-configurator-option {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: .5rem;
}

.product-detail-configurator-option-input {
	display: none;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label {
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #626862;
	border-radius: 3px;
	box-shadow: inset 3px 3px 0 #fff, inset -3px -3px 0 #fff;
	background-color: #fff;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	min-width: 60px;
	opacity: .35;
	padding: 3px;
	-webkit-transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1);
	transition: border-color .45s cubic-bezier(.3, 0, .15, 1), background-color .45s cubic-bezier(.3, 0, .15, 1);
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
	box-shadow: none;
	height: auto;
	padding: 5px 10px;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label {
	opacity: 1;
	border: 1px solid #dedede;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label {
	border: 1px solid #50b13e;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text {
	background-color: #50b13e;
	color: #fff;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:focus, .product-detail-configurator-option-input + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input + .product-detail-configurator-option-label:focus {
	border: 1px solid #50b13e;
}

.product-detail-configurator-option-image {
	height: 100%;
}

.product-detail-tabs-content {
	display: none;
}

.product-detail-tabs-content .offcanvas-body {
	overflow: initial;
	padding: 0;
}

.product-detail-description-text {
	margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
	.product-detail-tabs-content {
		display: block;
	}
	
	.product-detail-tabs .offcanvas-close, .product-detail-tab-navigation-icon, .product-detail-tab-preview {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	.product-detail-tab-preview {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.product-detail-review-widget {
	margin-bottom: 1rem;
	z-index: 1;
}

.product-detail-reviews {
	margin-bottom: 1rem;
}

.product-detail-reviews .icon svg {
	top: 2px;
}

.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
	display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
	display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
	display: block;
}

.product-review-rating {
	margin-right: 1rem;
}

.product-detail-review-item-points {
	margin-bottom: .5rem;
}

.product-detail-review-item-content {
	-ms-word-break: break-word;
	word-break: break-word;
}

.product-detail-review-form-radio {
	display: none;
}

.product-detail-review-form-rating-input {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.product-review-point svg {
	top: 0;
}

.product-review-point, .point-container {
	display: inline-block;
	position: relative;
}

.point-rating {
	display: block;
	top: 0;
	left: 0;
}

.point-rating.point-blank .icon {
	color: #f1f1f1;
}

.point-partial {
	position: absolute;
}

.product-detail-review-form-rating-text {
	margin-left: .5rem;
	margin-bottom: 0;
}

.product-detail-review-form-star {
	margin-right: 10px;
}

.product-detail-review-login .login-card .card-body {
	padding-top: 0;
}

.product-detail-review-language {
	margin-bottom: 1rem;
}

.product-detail-review-sortby-label {
	margin-right: .25rem;
}

.product-detail-review-cancel {
	margin-right: 5px;
}

.offcanvas .product-detail-review-widget {
	position: static;
}

.offcanvas .product-detail-review-form-rating-input .product-review-point {
	margin-right: .5rem;
}

@media (min-width: 768px) {
	.product-detail-review-widget {
		margin-bottom: 0;
	}
	
	.product-detail-review-sortby-form {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.product-detail-review-language {
		margin-bottom: 0;
	}
	
	.product-detail-review-item-points {
		padding-right: 0;
		margin-bottom: 0;
	}
	
	.product-detail-review-item-title {
		padding-left: 0;
	}
	
	.product-detail-review-form-star {
		margin-right: 5px;
	}
}

.account-recover-password-info {
	margin-bottom: 1rem;
}

.account-guest-auth-info {
	margin-bottom: 1rem;
}

.account-welcome {
	padding-top: 1rem;
	margin-bottom: 1.5rem;
}

.account-breadcrumb {
	margin-bottom: 1.5rem;
}

.account-item-children {
	background-color: #ccc;
	-ms-flex-order: 10;
	order: 10;
	margin: 12px 0;
	padding: 16px;
}

.account-item-children .nesting-level-1 {
	margin-left: 27px;
}

.account-item-children .nesting-level-2 {
	margin-left: 45px;
}

.account-item-children .nesting-level-3 {
	margin-left: 63px;
}

.account-item-children .nesting-level-4 {
	margin-left: 81px;
}

.account-item-children .nesting-level-5 {
	margin-left: 99px;
}

.account-item-children .nesting-level-6 {
	margin-left: 117px;
}

.account-item-children .nesting-level-7 {
	margin-left: 135px;
}

.account-item-children .nesting-level-8 {
	margin-left: 153px;
}

.account-item-children .nesting-level-9 {
	margin-left: 171px;
}

.account-item-children .nesting-level-10 {
	margin-left: 189px;
}

.account-item-children .account-item-children-elements {
	padding: 12px 0 0;
}

.account-item-children .account-item-headline {
	padding: 0;
	font-weight: 600;
}

.account-item-children .account-item-collapse {
	margin: 0;
}

.account-item-children .account-item-collapse-container, .account-item-children .account-item-child-label {
	padding: 0;
}

.account-item-children .account-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.account-item-children .account-item-collapse-button {
	background-color: transparent;
	border-style: none;
}

.account-item-children .account-item-collapse-button:focus {
	outline: none;
}

.account-item-children .account-item-collapse-button > .account-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.account-item-children .account-item-collapse-button.collapsed > .account-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.account-item-children .account-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.account-item-children .account-item-children-element > .nesting-level-0 {
	list-style: none;
}

.account-item-children .account-item-children-element:last-child {
	border-style: none;
}

.account-item-children .account-item-child-label-bullet {
	display: list-item;
}

.account-item-children .account-item-children-element-divider:last-child {
	display: none;
}

.account-item-children .account-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.account-item-children .account-item-children-element-divider {
	border-top: 1px solid #dedede;
	margin: 1rem 0;
}

@media (max-width: 991.98px) {
	.account-content-aside {
		display: none;
	}
}

@media (min-width: 1200px) {
	.account-item-children {
		margin: 0 30px 12px 96px;
	}
}

.account .account-aside-list-group {
	-ms-flex-direction: row;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
}

.account-aside {
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.account-aside {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.account .account-aside-list-group {
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: visible;
	}
}

.account-overview-card {
	margin-bottom: 3rem;
}

.register-personal {
	margin-bottom: 1rem;
}

.register-address {
	margin-bottom: 3rem;
}

.register-different-shipping {
	margin-bottom: 1rem;
}

.register-shipping {
	padding-top: 1.5rem;
}

.register-form .privacy-notice {
	margin-bottom: 1rem;
}

.login-card {
	margin-bottom: 1rem;
}

.login-advantages {
	display: none;
}

.login-password-recover {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.login-advantages {
		display: block;
	}
}

.address-card-title {
	margin-bottom: 1.5rem;
}

.address-actions-defaults {
	margin-bottom: .5rem;
}

.address-list {
	padding-top: 1.5rem;
}

.address-card {
	margin-bottom: 2.5rem;
}

.address-action-set-default {
	line-height: 1.5rem;
}

.address-action-delete {
	margin-left: .5rem;
}

.address-action-create {
	margin-bottom: 1.5rem;
}

.account-profile-personal {
	margin-bottom: 3rem;
}

.account-profile-credentials {
	margin-bottom: 1.5rem;
}

.order-table {
	margin-bottom: 1.5rem;
	border: 1px solid #dedede;
	position: relative;
}

.order-table .order-item-detail {
	border-top: 0 none;
}

.order-table .order-detail-content {
	border-top: 1px solid #dedede;
	padding: 0;
	box-shadow: none;
}

.order-table-header {
	display: none;
}

.order-table-header :first-child {
	position: relative;
}

.order-hide-btn .order-hide-btn-text {
	display: block;
}

.order-hide-btn .order-view-btn-text {
	display: none;
}

.order-hide-btn.collapsed .order-hide-btn-text {
	display: none;
}

.order-hide-btn.collapsed .order-view-btn-text {
	display: block;
}

.order-table-header:last-of-type, .order-wrapper:last-of-type {
	border-bottom: 0;
}

.order-table-header, .order-item-header {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.order-table-header, .order-item-header {
	padding-left: 20px;
	padding-right: 20px;
}

.order-table-header-heading, .order-table-header-order-status, .order-table-header-context-menu {
	display: inline-block;
}

.order-table-header-heading {
	max-width: 290px;
}

.order-table-header-order-status {
	font-weight: 700;
}

.order-table-header-context-menu-wrapper {
	position: absolute;
	top: .5rem;
	right: .5rem;
}

.order-table-header-context-menu-wrapper, .order-table-header-heading {
	margin-top: .5rem;
}

.order-table-header-context-menu {
	float: right;
	border: 1px solid #dedede;
	border-radius: 3px;
	width: 35px;
	height: 35px;
	padding: 0;
}

.order-table-header-context-menu::after {
	display: none;
}

.order-table-header-context-menu .icon {
	position: relative;
	margin: 5px;
}

.order-table-header-context-menu .icon > svg {
	color: #383838;
	position: absolute;
	top: 0;
	left: 0;
}

.order-table-header-context-menu-content {
	padding-left: 10px;
	padding-right: 10px;
}

.order-table-header-context-menu-content-link {
	display: block;
	border: 0 none;
	padding: 0;
	width: 100%;
	color: #383838;
	background: none;
	cursor: pointer;
	text-align: left;
}

.order-table-header-context-menu-content-link:hover {
	text-decoration: none;
	color: #50b13e;
}

.order-table-header-context-menu-content-link:active {
	outline: none;
}

.order-table-header-order-number {
	display: block;
	font-weight: 400;
	margin-bottom: 1.5rem;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.order-table-header-order-number .order-table-header-label {
	display: inline;
}

.order-table-header-order-table-body, .order-table-header-order-table-header {
	padding-left: 0;
	padding-right: 0;
}

.order-table-header-order-table-body {
	border-top: 1px solid #dedede;
	font-weight: 400;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"] {
	margin-top: 10px;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-table-header-order-table-header {
	font-weight: 700;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"] {
	margin-bottom: 10px;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-table-header-order-table {
	width: 100%;
}

.order-table-header-label {
	display: none;
}

.payment-control input, .payment-control label {
	cursor: pointer;
}

.order-item {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.order-item-actions {
	text-align: center;
}

.order-item-label {
	float: left;
	width: 50%;
}

.order-item-value {
	width: 50%;
}

.order-table-header-context-menu-indicator {
	position: absolute;
	top: -3px;
	right: 7px;
}

.order-item-status-badge {}

.order-item-status-badge.order-item-status-badge-open, .order-item-status-badge.order-item-status-badge-in_progress {
	background-color: #26b6cf;
	color: #fff;
}

.order-item-status-badge.order-item-status-badge-completed {
	background-color: #50b13e;
	color: #fff;
}

.order-item-status-badge.order-item-status-badge-failed, .order-item-status-badge.order-item-status-badge-cancelled {
	background-color: #d42627;
	color: #fff;
}

.order-item-status-badge .icon {
	color: currentColor;
}

.order-item-status-badge .icon svg {
	top: 5px;
}

@media (min-width: 768px) {
	.order-table-header {
		display: block;
	}
	
	.order-table-header, .order-item-header {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.order-item {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.order-item-actions {
		text-align: right;
	}
}

@media (max-width: 575.98px) {
	.order-table-header-order-table-header {
		display: none;
	}
	
	.order-table-header-order-table-body {
		border-top: 0;
	}
	
	.order-table-header-label {
		display: inline;
	}
	
	.order-table-header-order-number {
		margin-bottom: 0;
	}
	
	.order-table-header-label {
		display: block;
		float: left;
		width: 50%;
	}
	
	.order-table-body-value {
		width: 50%;
	}
	
	.order-table-header-order-status {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	
	.order-table-header-context-menu-wrapper {
		top: .5rem;
		right: 1rem;
	}
	
	.order-table-header-context-menu-indicator {
		top: -3px;
		right: -3px;
	}
}

.edit-order {
	padding-top: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.edit-order-container {
	max-width: 895px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.edit-order-tos-checkbox, .edit-order-tos-label {
	cursor: pointer;
}

.edit-order-cancel-order-modal-toggle-btn {
	margin-top: 1rem;
}

.edit-order-checkout-aside {
	width: 50%;
	margin-left: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 991.98px) {
	.edit-order {
		padding-top: 0;
	}
	
	.edit-order-checkout-aside {
		width: 100%;
		margin-left: 0;
	}
}

.order-detail-content {
	border-top: 1px solid #dedede;
}

.order-detail-content-header {
	display: none;
}

.document-detail-content-header {
	display: block;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: .5rem;
}

.download-detail-content-header {
	display: block;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: .5rem;
}

.order-detail-content-header, .order-item-detail-footer {
	padding-left: 10px;
	padding-right: 10px;
}

.order-detail-content-body.has-element-loader {
	min-height: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.order-detail-content-body .element-loader-backdrop {
	box-shadow: none;
}

.order-detail-content-header, .order-detail-content-row {
	margin-right: 20px;
	margin-left: 20px;
}

.order-detail-content-row {
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.order-detail-content-row .document-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.order-detail-content-row .order-item:last-of-type, .order-detail-content-row .document-item:last-of-type {
	padding-right: 0;
}

.order-detail-content-row .order-item:first-of-type, .order-detail-content-row .document-item:first-of-type {
	padding-left: 0;
}

.order-detail-content-row .download-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

.order-detail-content-row .download-item:last-of-type {
	padding-right: 0;
}

.order-detail-content-row .download-item:first-of-type {
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.order-item, .document-item {
		padding-left: 0;
		padding-right: 0;
	}
}

.order-item-detail-list-item {
	margin-bottom: 1rem;
}

.order-item-detail-list-item-divider {
	border-top: 1px solid #dedede;
	margin: 1rem 20px;
}

.order-item-detail-list-item.is-nested, .order-item-detail-list-item.is-child {
	border-left: 3px solid #dedede;
	border-bottom-color: transparent;
	margin: 0 -10px;
	padding: 0 10px;
}

.order-item-detail-list-item:last-of-type .order-detail-content-row {
	border-bottom: 0 none;
}

.order-item-detail-list-item.is-discount .cart-item-total-price {
	color: #50b13e;
}

.order-item-discount-icon {
	text-align: center;
}

.order-item-total {
	font-weight: 700;
}

.order-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 50px;
	height: 50px;
}

.order-item-nested-icon .icon > svg {
	top: 0;
}

.order-item-reorder {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.order-item-detail-footer {
	padding: 1rem;
}

.order-item-detail-footer dl dt.col, .order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside, .is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside, .is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside, .is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl dt[class*="col-"] {
	margin-bottom: .5rem;
	padding-right: .5rem;
}

.order-item-detail-labels {
	margin-bottom: 0;
}

.order-item-detail-labels-value {
	font-weight: 400;
}

.order-detail-content-header {
	padding-left: 0;
	padding-right: 0;
}

.order-item-detail-summary, .order-item-detail-summary dd:last-child {
	margin-bottom: 0;
}

.order-detail-comment {
	border-top: 0;
	display: block;
	padding-top: 0;
	padding-bottom: 1rem;
}

.card-title.order-detail-comment-title, .is-act-customerlist .order-detail-comment-title.agent-customer-headline {
	margin-bottom: 0;
	padding: 1rem;
}

.order-detail-comment-body {
	padding: 1rem;
}

.order-detail-comment-value {
	margin-bottom: 0;
}

.order-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.order-item-variants-properties-name {
	margin-right: .5rem;
}

.order-detail-form {
	float: right;
}

.document-item-view-file {
	text-align: right;
}

.download-item-download-file {
	text-align: right;
}

.order-download-row {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@media (min-width: 768px) {
	.order-detail-content-header {
		display: block;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	.order-item-label {
		display: none;
	}
	
	.order-detail-content-header {
		border-bottom: 1px solid #ebebeb;
	}
	
	.order-detail-content {
		border-top: 0;
	}
	
	.order-header-price, .order-item-price, .order-header-total, .order-item-total, .order-header-actions {
		text-align: right;
	}
	
	.order-header-quantity, .order-item-quantity {
		text-align: center;
	}
	
	.order-item-reorder {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.order-item-detail-summary dt, .order-item-detail-summary dd {
		text-align: right;
	}
	
	.document-item-view-file-icon-btn {
		display: none;
	}
	
	.download-item-view-file-icon-btn {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.document-header-date {
		display: none;
	}
	
	.document-item-view-file-text-btn {
		display: none;
	}
	
	.download-header-date {
		display: none;
	}
	
	.download-item-view-file-text-btn {
		display: none;
	}
}

.checkout-container {
	margin-bottom: 1.5rem;
}

.checkout-product-table {
	margin-bottom: 1.5rem;
}

.checkout-confirm-tos-checkbox, .checkout-confirm-tos-label {
	cursor: pointer;
}

.is-ctl-checkout .footer-minimal .footer-service-menu-list, .is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list {
	display: block;
}

.checkout-aside-summary-label {
	font-weight: 400;
}

.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
	font-weight: 400;
	font-size: .938rem;
}

.checkout-aside-summary-total {
	font-size: 1rem;
	font-weight: 700;
	padding-top: 13px;
	border-top: 1px solid #dedede;
	margin-top: 5px;
}

.checkout-aside-summary-total-rounded {
	font-size: 1rem;
	font-weight: 700;
}

.checkout-aside-summary-label.summary-net, .checkout-aside-summary-value.summary-net {
	margin-top: 10px;
}

.checkout-aside-summary-header {
	margin-bottom: 20px;
}

.checkout-aside-summary-total {
	font-size: 1rem;
	font-weight: 700;
}

.checkout-aside-summary-value {
	text-align: right;
}

.checkout-aside-product-header {
	margin-bottom: 1.5rem;
}

.checkout-aside-item {
	margin-bottom: 1rem;
}

.checkout-aside-item .checkout-aside-item-title {
	font-weight: 700;
	margin-bottom: .25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics {
	margin-bottom: .25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics .checkout-aside-item-characteristics-option {
	font-weight: 700;
}

.checkout-aside-item .checkout-aside-item-link-quantity {
	margin-bottom: .25rem;
}

.checkout-aside-item-price {
	font-weight: 700;
	text-align: right;
}

.checkout-aside-action {
	margin-top: 1rem;
}

.checkout-aside-add-code {
	margin-top: 1rem;
}

.cart-aside-item-children {
	background-color: #ccc;
	width: 100%;
	margin-top: .5rem;
	padding: 16px 16px 10px;
	-ms-flex-order: 10;
	order: 10;
}

.cart-aside-item-children .nesting-level-1 {
	margin-left: 27px;
}

.cart-aside-item-children .nesting-level-2 {
	margin-left: 45px;
}

.cart-aside-item-children .nesting-level-3 {
	margin-left: 63px;
}

.cart-aside-item-children .nesting-level-4 {
	margin-left: 81px;
}

.cart-aside-item-children .nesting-level-5 {
	margin-left: 99px;
}

.cart-aside-item-children .nesting-level-6 {
	margin-left: 117px;
}

.cart-aside-item-children .nesting-level-7 {
	margin-left: 135px;
}

.cart-aside-item-children .nesting-level-8 {
	margin-left: 153px;
}

.cart-aside-item-children .nesting-level-9 {
	margin-left: 171px;
}

.cart-aside-item-children .nesting-level-10 {
	margin-left: 189px;
}

.cart-aside-item-children .cart-aside-item-children-elements {
	padding: 12px 0 0;
}

.cart-aside-item-children .cart-aside-item-headline {
	padding: 0;
	font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-change-button:focus {
	outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse {
	margin: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-container, .cart-aside-item-children .cart-aside-item-child-label {
	padding: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.cart-aside-item-children .cart-aside-item-collapse-button {
	background-color: transparent;
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button:focus {
	outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button > .cart-aside-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cart-aside-item-children .cart-aside-item-collapse-button.collapsed > .cart-aside-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cart-aside-item-children .cart-aside-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.cart-aside-item-children .cart-aside-item-children-element > .nesting-level-0 {
	list-style: none;
}

.cart-aside-item-children .cart-aside-item-children-element:last-child, .cart-aside-item-children .cart-aside-item-children-element-divider:last-child {
	border-style: none;
}

.cart-aside-item-children .cart-aside-item-child-label-bullet {
	display: list-item;
}

.cart-aside-item-children .cart-aside-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-children-element-divider {
	border-top: 1px solid #dedede;
	margin: 1rem 0;
}

.is-act-cartpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

.is-act-cartpage .checkout .checkout-aside-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}

.cart-main-header {
	margin-bottom: 1.5rem;
}

.cart-table-header {
	display: none;
}

.cart-header-unit-price, .cart-header-total-price, .cart-header-tax-price {
	text-align: right;
}

.cart-header-row, .cart-item-row, .line-item-row {
	margin-right: -.25rem;
	margin-left: -.25rem;
}

.cart-header-row > .col, .is-act-confirmpage .checkout .cart-header-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-header-row > .checkout-aside, .is-act-finishpage .checkout .cart-header-row > .checkout-aside, .cart-header-row > [class*="col-"], .cart-item-row > .col, .is-act-confirmpage .checkout .cart-item-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-item-row > .checkout-aside, .is-act-finishpage .checkout .cart-item-row > .checkout-aside, .cart-item-row > [class*="col-"], .line-item-row > .col, .is-act-confirmpage .checkout .line-item-row > .checkout-aside, .is-ctl-accountorder .checkout .line-item-row > .checkout-aside, .is-act-finishpage .checkout .line-item-row > .checkout-aside, .line-item-row > [class*="col-"] {
	padding-right: .25rem;
	padding-left: .25rem;
}

.cart-add-product-container {
	margin-bottom: 1rem;
}

.cart-shipping-costs-container {
	-ms-flex-item-align: center;
	align-self: center;
}

.cart-shipping-costs-btn {
	padding-left: 0;
	margin: 1px 0;
}

@media (min-width: 768px) {
	.cart-table-header {
		display: block;
	}
	
	.cart-add-product {
		max-width: 250px;
	}
	
	.cart-add-product-container {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.cart-table-header {
		display: block;
	}
}

.cart-item {
	margin-bottom: 1rem;
}

.cart-item.is-nested, .cart-item.is-child {
	border-left: 3px solid #dedede;
	border-bottom-color: transparent;
	padding-left: 1rem;
}

.cart-item.is-child {
	padding-right: 1rem;
}

.cart-item.is-discount .cart-item-total-price {
	color: #50b13e;
}

.cart-item-discount-icon {
	text-align: center;
	height: 100%;
}

.cart-item-discount-icon .icon {
	height: 100%;
}

.cart-item-discount-icon .icon > svg {
	top: 0;
}

.cart-item-nested-icon {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}

.cart-item-nested-icon .icon > svg {
	top: 0;
}

.cart-item-info {
	-ms-flex-order: 1;
	order: 1;
}

.cart-item-quantity {
	-ms-flex-order: 3;
	order: 3;
}

.cart-item-unit-price, .cart-item-tax-price {
	-ms-flex-order: 4;
	order: 4;
}

.cart-item-total-price {
	margin-left: auto;
	-ms-flex-order: 5;
	order: 5;
}

.cart-item-remove {
	-ms-flex-order: 2;
	order: 2;
	text-align: right;
}

.cart-item-img-container {
	text-align: center;
	width: 70px;
}

.cart-item-img-link {
	display: block;
}

.cart-item-img {
	width: 100%;
	height: 70px;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.cart-item-info {
	margin-bottom: 1rem;
}

.cart-item-total-price {
	font-weight: 700;
}

.cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
	font-weight: 700;
	margin-bottom: .5rem;
}

.cart-item-quantity-row {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
}

.cart-item-quantity {
	margin-bottom: .5rem;
}

.cart-item-details {
	padding-top: 8px;
}

.cart-item-details-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.cart-item-details-characteristics .cart-item-details-characteristics-option {
	font-weight: 700;
}

.cart-item-variants {
	margin-bottom: .5rem;
}

.cart-item-variants-properties {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cart-item-variants-properties-name {
	margin-right: .5rem;
}

@media (min-width: 576px) {
	.cart-item-quantity-container {
		width: 70px;
		margin-left: auto;
	}
	
	.cart-item-quantity-row {
		-ms-flex-align: normal;
		align-items: normal;
		margin-bottom: 0;
	}
	
	.cart-item-quantity {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.cart-item-quantity, .cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
		text-align: right;
	}
	
	.cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price {
		-ms-flex-pack: normal;
		justify-content: normal;
		display: block;
	}
}

@media (min-width: 768px) {
	.cart-item {}
	
	.cart-item.is-nested, .cart-item.is-child {
		padding-left: 0;
		padding-right: 0;
	}
	
	.cart-item.is-nested .cart-item-info, .cart-item.is-child .cart-item-info {
		padding-left: 1rem;
	}
	
	.cart-item-info, .cart-item-quantity, .cart-item-unit-price, .cart-item-total-price, .cart-item-tax-price, .cart-item-remove {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.cart-item-info {
		margin-bottom: 0;
	}
	
	.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
		display: none;
	}
}

.cart-item-children {
	background-color: #ccc;
	width: 100%;
	margin: 0 4px;
	padding: 16px 16px 10px;
	-ms-flex-order: 10;
	order: 10;
}

.cart-item-children .nesting-level-1 {
	margin-left: 27px;
}

.cart-item-children .nesting-level-2 {
	margin-left: 45px;
}

.cart-item-children .nesting-level-3 {
	margin-left: 63px;
}

.cart-item-children .nesting-level-4 {
	margin-left: 81px;
}

.cart-item-children .nesting-level-5 {
	margin-left: 99px;
}

.cart-item-children .nesting-level-6 {
	margin-left: 117px;
}

.cart-item-children .nesting-level-7 {
	margin-left: 135px;
}

.cart-item-children .nesting-level-8 {
	margin-left: 153px;
}

.cart-item-children .nesting-level-9 {
	margin-left: 171px;
}

.cart-item-children .nesting-level-10 {
	margin-left: 189px;
}

.cart-item-children .cart-item-children-elements {
	padding: 0;
}

.cart-item-children .cart-item-children-elements > .cart-item-children-element:first-of-type {
	padding: 20px 4px 0;
}

.cart-item-children .cart-item-headline {
	padding: 0;
	font-weight: 600;
}

.cart-item-children .cart-item-change-button {
	width: fit-content;
	margin: 0 12px;
	font-size: 12px;
	text-decoration: underline;
	background-color: transparent;
	border-style: none;
}

.cart-item-children .cart-item-change-button:focus {
	outline: none;
}

.cart-item-children .cart-item-collapse {
	margin: 0;
}

.cart-item-children .cart-item-collapse-container, .cart-item-children .cart-item-child-label {
	padding: 0;
}

.cart-item-children .cart-item-collapse-icon-container {
	padding: 0;
	text-align: right;
}

.cart-item-children .cart-item-collapse-button, .cart-item-children .cart-item-child-remove-icon {
	background-color: transparent;
	border-style: none;
}

.cart-item-children .cart-item-collapse-button:focus, .cart-item-children .cart-item-child-remove-icon:focus {
	outline: none;
}

.cart-item-children .cart-item-collapse-button > .cart-item-collapse-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.cart-item-children .cart-item-collapse-button.collapsed > .cart-item-collapse-icon {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.cart-item-children .cart-item-children-element {
	margin: 0;
	padding: 8px 4px 0;
}

.cart-item-children .cart-item-children-element > .nesting-level-0 {
	list-style: none;
}

.cart-item-children .cart-item-children-element:last-child, .cart-item-children .cart-item-children-element-divider:last-child {
	border-style: none;
}

.cart-item-children .cart-item-child-label-bullet {
	display: list-item;
}

.cart-item-children .cart-item-child-total-price {
	padding: 0;
	text-align: right;
	font-weight: 600;
}

.cart-item-children .cart-item-child-remove-icon-container {
	padding: 0;
	text-align: right;
}

.cart-item-children .cart-item-children-element-divider {
	border-top: 1px solid #dedede;
	margin: 1rem 0;
}

@media (min-width: 768px) {
	.cart-item-children {
		margin-left: 96px;
	}
}

@media (min-width: 992px) {
	.cart-item-children {
		margin-left: 4px;
	}
}

@media (min-width: 1200px) {
	.cart-item-children {
		margin-left: 96px;
	}
}

.is-act-checkoutregisterpage .checkout {
	padding-top: 70px;
}

.is-act-checkoutregisterpage .checkout .checkout-main {
	margin-bottom: 1.5rem;
}

.register-guest-control {
	margin-bottom: 1rem;
}

.register-login-collapse-toogle {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.is-act-checkoutregisterpage .checkout .checkout-main {
		margin-bottom: 0;
	}
}

.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout {
	padding-top: 70px;
}

.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset {
	margin-left: 0;
}

.confirm-main-header, .confirm-tos, .confirm-address, .confirm-payment-shipping, .confirm-payment, .confirm-product {
	margin-bottom: 1.5rem;
}

.confirm-payment-current, .confirm-shipping-current {
	margin-bottom: 3rem;
}

.confirm-payment-current.is-invalid, .confirm-shipping-current.is-invalid {
	color: #d42627;
}

.confirm-method-tooltip {
	margin-left: .25rem;
}

.payment-method-label, .shipping-method-label {
	width: 100%;
}

.payment-method-label .payment-method-description, .payment-method-label .shipping-method-description, .shipping-method-label .payment-method-description, .shipping-method-label .shipping-method-description {
	width: 66%;
}

.confirm-checkout-collapse-trigger {
	text-underline: #50b13e;
}

.confirm-checkout-collapse-trigger:hover {
	cursor: pointer;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron {
	height: 1.375rem;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron > svg {
	color: #50b13e;
	transition: -ms-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
}

.is-act-finishpage .checkout {
	padding-top: 70px;
}

.is-act-finishpage .checkout .checkout-additional {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.is-act-finishpage .checkout .checkout-aside-no-offset {
	margin-left: 0;
}

.finish-content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6rem;
}

.finish-ordernumber {
	font-size: 1rem;
	font-weight: 700;
}

.finish-teaser {
	text-align: center;
}

.finish-header {
	margin-bottom: 1.5rem;
	text-align: center;
}

.finish-ordernumber {
	text-align: center;
}

.finish-order-subtitle {
	text-align: center;
}

.finish-change-payment-wrapper {
	text-align: center;
}

.finish-action {
	text-align: center;
	margin-bottom: 3rem;
}

.finish-info {
	margin-bottom: 3rem;
}

.breadcrumb.cms-breadcrumb {
	padding-left: 20px;
	padding-right: 20px;
}

.contact-headline {
	margin-bottom: 1.5rem;
}

.contact-content {
	margin: 0 auto;
}

.newsletter-headline {
	margin-bottom: 1rem;
}

.newsletter-content {
	margin: 0 auto;
}

.search-page .filter-panel-wrapper-toggle {
	margin-bottom: 1rem;
}

.search-headline {
	text-align: center;
	margin-bottom: 1.5rem;
}

.wishlist-headline {
	margin: 0;
	height: 155px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlist-listing-col {
	margin-top: 86px;
}

.wishlist-listing-col .wishlist-listing-empty {
	height: 250px;
	width: 100%;
}

.wishlist-listing-col .wishlist-listing-header {
	font-weight: bold;
	color: #383838;
}

.wishlist-listing-col .wishlist-listing-description {
	font-size: 14px;
	line-height: 20px;
}

@media (min-width: 768px) {
	.wishlist-listing-header {
		margin-top: 53px;
		font-size: 36px;
		line-height: 40px;
	}
	
	.wishlist-listing-empty {
		max-height: 200px;
	}
}

@media (max-width: 767.98px) {
	.wishlist-listing-empty {
		max-height: 120px;
	}
	
	.wishlist-listing-header {
		margin-top: 48px;
		font-size: 23px;
		line-height: 34px;
	}
}

/*
Shopware skin
==================================================
Contains the imports to all Shopware skin styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern
*/

/*
 * Vendors
 * ------- */

/*
Inter typeface family
==================================================
Import of Inter font vendor.

https://rsms.me/inter/
*/
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: fallback;
	src: url("../assets/font/Inter-Regular.woff2") format("woff2"), url("../assets/font/Inter-Regular.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 400;
	font-display: fallback;
	src: url("../assets/font/Inter-Italic.woff2") format("woff2"), url("../assets/font/Inter-Italic.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: fallback;
	src: url("../assets/font/Inter-SemiBold.woff2") format("woff2"), url("../assets/font/Inter-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 600;
	font-display: fallback;
	src: url("../assets/font/Inter-SemiBoldItalic.woff2") format("woff2"), url("../assets/font/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: fallback;
	src: url("../assets/font/Inter-Bold.woff2") format("woff2"), url("../assets/font/Inter-Bold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: italic;
	font-weight: 700;
	font-display: fallback;
	src: url("../assets/font/Inter-BoldItalic.woff2") format("woff2"), url("../assets/font/Inter-BoldItalic.woff") format("woff");
}

body {
	-moz-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
	-webkit-font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
	font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
}

/*
 * Variables, Mixins, Functions
 * ---------------------------- */

/*
 * Base stuff
 * ---------- */

/*
Base
==================================================
Contains global base styles for all pages
*/
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 100vh;
	-ms-flex-direction: column;
	flex-direction: column;
}

main {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/*
Typography
==============================================
Custom styling for bootstrap typography.

https://getbootstrap.com/docs/4.3/content/typography/
*/
h1, h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, h4, .card .card-title, .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .card .agent-customer-headline, .product-detail-related-resources-content .product-box .product-name, .checkout-aside-product-header, h5, h6, .h1, .h2, .h3, .h4, .dropdown-header.account-menu-header, .h5, .h6 {
	margin-bottom: 10px;
}

h1, .h1 {
	line-height: 40px;
}

h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, .h2 {
	line-height: 34px;
}

h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, .h3 {
	line-height: 33px;
}

h4, .card .card-title, .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .card .agent-customer-headline, .product-detail-related-resources-content .product-box .product-name, .checkout-aside-product-header, .h4, .dropdown-header.account-menu-header {
	line-height: 24px;
}

h5, .h5 {
	line-height: 21px;
}

h6, .h6 {
	line-height: 20px;
}

/*
 * Components
 * ---------- */

/*
Alert
==============================================
Custom skin styling for bootstrap alert component.

https://getbootstrap.com/docs/4.3/components/alerts/
*/
.alert {
	padding: 0;
	border: 0;
}

.alert .icon {
	margin: .5rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.alert .icon svg {
	top: 0;
}

.alert-has-icon {
	-ms-flex-align: normal;
	align-items: normal;
}

.alert-content-container {
	padding: .5rem;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.alert-primary {
	background-color: #50b13e;
}

.alert-primary .alert-content-container {
	background-color: #dcefd8;
	color: #50b13e;
}

.alert-primary .icon {
	color: #fff;
}

.alert-secondary {
	background-color: #396db4;
}

.alert-secondary .alert-content-container {
	background-color: #d7e2f0;
	color: #396db4;
}

.alert-secondary .icon {
	color: #fff;
}

.alert-success {
	background-color: #50b13e;
}

.alert-success .alert-content-container {
	background-color: #dcefd8;
	color: #50b13e;
}

.alert-success .icon {
	color: #fff;
}

.alert-info {
	background-color: #26b6cf;
}

.alert-info .alert-content-container {
	background-color: #d4f0f5;
	color: #26b6cf;
}

.alert-info .icon {
	color: #fff;
}

.alert-warning {
	background-color: #ffbd5d;
}

.alert-warning .alert-content-container {
	background-color: #fff2df;
	color: #ffbd5d;
}

.alert-warning .icon {
	color: #fff;
}

.alert-danger {
	background-color: #d42627;
}

.alert-danger .alert-content-container {
	background-color: #f6d4d4;
	color: #d42627;
}

.alert-danger .icon {
	color: #fff;
}

.alert-light {
	background-color: #ccc;
}

.alert-light .alert-content-container {
	background-color: whitesmoke;
	color: #ccc;
}

.alert-light .icon {
	color: #fff;
}

.alert-dark {
	background-color: #626862;
}

.alert-dark .alert-content-container {
	background-color: #e0e1e0;
	color: #626862;
}

.alert-dark .icon {
	color: #fff;
}

/*
Badge
==============================================
Custom skin styling for bootstrap badge component.

https://getbootstrap.com/docs/4.3/components/badge/
*/
.badge {
	border: 0;
	border-radius: 50px;
	box-sizing: content-box;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	min-width: 10px;
	padding: 0 5px;
}

.badge-lg {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

/*
Breadcrumb
==============================================
Custom skin styling for bootstrap breadcrumb component.

https://getbootstrap.com/docs/4.3/components/breadcrumb/
*/
.breadcrumb {
	padding: .75rem 0;
}

.breadcrumb svg {
	height: .938rem;
	width: auto;
	top: 3px;
}

.breadcrumb .breadcrumb-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.breadcrumb .breadcrumb-placeholder {
	margin: 0 .5rem;
}

.breadcrumb a {
	color: #383838;
	font-size: .938rem;
}

.breadcrumb a:hover {
	color: #50b13e;
	text-decoration: none;
}

.breadcrumb a.is-active {
	color: #50b13e;
	font-weight: bolder;
}

/*
Button
==============================================
Custom skin styling for bootstrap button component.

https://getbootstrap.com/docs/4.3/components/buttons/
*/
.btn, .main-navigation-link {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-buy {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-buy:hover {
	color: #fff;
	background-color: #439534;
	border-color: #3f8b31;
}

.btn-buy:focus, .btn-buy.focus {
	box-shadow: 0 0 0 .2rem rgba(106, 189, 91, .5);
}

.btn-buy.disabled, .btn-buy:disabled {
	color: #fff;
	background-color: #50b13e;
	border-color: #50b13e;
}

.btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active, .show > .btn-buy.dropdown-toggle {
	color: #fff;
	background-color: #3f8b31;
	border-color: #3b822d;
}

.btn-buy:not(:disabled):not(.disabled):active:focus, .btn-buy:not(:disabled):not(.disabled).active:focus, .show > .btn-buy.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(106, 189, 91, .5);
}

.btn.disabled, .disabled.main-navigation-link, .btn:disabled, .main-navigation-link:disabled, .btn-buy.disabled, .btn-buy:disabled {
	opacity: 1;
	background: #eee;
	border-color: #eee;
	color: #ebebeb;
}

.btn-link.disabled, .btn-link:disabled {
	border: 0 none;
	background: transparent;
}

/*
Card
==============================================
Custom skin styling for bootstrap card component.

https://getbootstrap.com/docs/4.3/components/card/
*/
.card-title, .is-act-customerlist .agent-customer-headline {
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

.card-body {
	padding: 0;
}

/*
Custom Select
==============================================
Custom skin styling for bootstrap custom select menu.

https://getbootstrap.com/docs/4.3/components/forms/#select-menu
*/
.custom-select {
	cursor: pointer;
}

.custom-select:invalid {
	color: #ccc;
}

.custom-select:hover {
	border-color: #50b13e;
	color: #50b13e;
}

/*
Form
==============================================
Custom skin styling for bootstrap forms.

https://getbootstrap.com/docs/4.3/components/forms/
*/
.form-label {
	margin-bottom: 3px;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {}

.form-control:focus {
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #ccc;
}

/*
Modal
==============================================
Custom skin styling for bootstrap modal component.

https://getbootstrap.com/docs/4.3/components/modal/
*/
.modal-content {
	border: 0;
	box-shadow: 0 43px 43px -6px rgba(0, 0, 0, .2);
}

.modal-content .modal-title {
	margin: 0;
	line-height: 1.5;
}

/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
	border-color: #dedede;
	background-color: #fff;
}

.product-box .card-body {
	padding: 1rem;
}

.product-name {
	font-weight: 600;
}

.product-price {
	color: #50b13e;
}

/*
Tab Menu
==============================================
Custom skin styling for bootstrap card with included tab navigation.

https://getbootstrap.com/docs/4.3/components/card/#navigation
*/
.card-tabs {
	border: 0;
}

.card-tabs .card-header {
	background: none;
	padding-left: 10px;
	padding-right: 10px;
}

.card-tabs .nav-item {
	margin-right: 10px;
}

.card-tabs .nav-link {
	border: 0;
	border-bottom: 2px solid #dedede;
	border-radius: 0;
	color: #383838;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

.card-tabs .nav-link:hover {
	border-color: #50b13e;
	color: #50b13e;
}

.card-tabs .nav-link.active {
	border-color: #50b13e;
	color: #626862;
}

.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
	background-image: none;
}

.card-tabs .nav-link:hover {
	background-color: #ccc;
}

.card-tabs .nav-link .product-cross-selling-tab-navigation {
	padding: 0;
}

.card-tabs .card-body {
	padding-top: 30px;
}

/*
CMS blocks
==============================================
Skin styling for cms blocks and
specific skin styling for elements dependent on their parent block
*/
.cms-block-text-hero .cms-element-text hr {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #e9edf0;
}

/*
CMS elements
==============================================
Skin styling for cms elements
*/
.cms-element-product-listing .cms-listing-row {
	margin-right: -15px;
	margin-left: -15px;
}

.cms-element-product-listing .cms-listing-col {
	padding-right: 15px;
	padding-left: 15px;
}

.cms-element-product-listing .cms-listing-col {
	margin-bottom: 30px;
}

.cms-element-text blockquote {
	font-size: 1rem;
	font-style: italic;
	line-height: 24px;
	margin-top: 16px;
	margin-left: 20px;
	position: relative;
}

.cms-element-text blockquote::before {
	content: "\"";
	font-size: 40px;
	line-height: 16px;
	color: #9aa7be;
	position: absolute;
	top: 10px;
	left: -24px;
}

.quickview-minimal-product-name {
	color: #383838;
}

.quickview-minimal-product-name:hover {
	text-decoration: none;
}

.quickview-minimal-product-number {
	font-size: .75rem;
}

.quickview-minimal-footer-heading {
	border-bottom: 1px solid #dedede;
}

.pagination .page-link {
	line-height: 1.5;
}

/*
 * Layout-related sections
 * ----------------------- */

/*
Top bar
==================================================
Contains skin styles for the top bar located at the top of the page.
The top bar contains e.g. the language switcher, the currency switcher and the service menu.
*/
.top-bar-nav-btn.btn, .top-bar-nav-btn.main-navigation-link {
	color: #383838;
	font-weight: 400;
	padding: 0;
	border: 0 none;
}

.top-bar-nav-btn.btn:hover, .top-bar-nav-btn.main-navigation-link:hover, .top-bar-nav-btn.btn:hover .icon, .top-bar-nav-btn.main-navigation-link:hover .icon {
	color: #50b13e;
}

.top-bar-nav-btn.btn:focus, .top-bar-nav-btn.main-navigation-link:focus {
	box-shadow: none;
}

.dropdown.show .top-bar-nav-btn, .dropdown.show .top-bar-nav-btn .icon {
	color: #50b13e;
}

.top-bar-list-item {
	color: #383838;
}

.top-bar-list-item.is-checked {
	color: #50b13e;
}

.top-bar-list-item:hover {
	color: #50b13e;
	background: transparent;
	text-decoration: none;
}

.top-bar-list-item:hover .top-bar-list-label {
	cursor: pointer;
}

/*
Header
==================================================
Contains custom skin styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-search-btn {
	background: #fff;
	border: 1px solid #ccc;
	border-left: 0;
}

.header-search-btn:hover .icon {
	color: #50b13e;
}

.header-search-btn:focus {
	box-shadow: none;
}

.header-search-btn.btn:disabled, .header-search-btn.main-navigation-link:disabled {
	background: #fff;
	border-color: #dedede;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header-search-input {
	border-right: 0;
}

.header-search-input:focus, .header-search-input:focus ~ .input-group-append .header-search-btn {
	border-color: #50b13e;
}

.header-actions-btn, .header-actions-btn:active, .header-actions-btn:hover {
	background: none;
	border: 0 none;
}

.header-actions-btn:hover, .header-actions-btn:hover .icon {
	color: #50b13e;
}

.header-actions-btn:focus {
	box-shadow: none;
}

.header-cart-total {
	color: #50b13e;
	font-size: 1rem;
}

@media (min-width: 576px) {
	.header-cart-badge {
		display: none;
	}
}

/*
Footer
==================================================
Contains custom skin styles for the footer located at the bottom of the page.
*/
.footer-main {
	border-top: 1px solid #dedede;
}

.footer-column {
	border-bottom: 1px solid #dedede;
}

.footer-column-headline {
	color: #50b13e;
	font-size: 1rem;
	font-weight: 700;
}

.footer-link, .footer-contact-hotline a {
	color: #383838;
}

.footer-link:hover, .footer-contact-hotline a:hover {
	color: #50b13e;
	text-decoration: none;
}

.footer-contact-hotline a {
	display: block;
	margin: 1rem 0 .5rem;
	font-size: 1rem;
	font-weight: 700;
}

.footer-bottom {
	background: #ccc;
}

.footer-service-menu-item {
	padding-right: 1rem;
	font-weight: 700;
}

.footer-service-menu-item:last-child {
	padding-right: 0;
}

.footer-service-menu-link {
	color: inherit;
}

@media (min-width: 768px) {
	.footer-column {
		border: 0;
	}
	
	.footer-link-item {
		padding: 2px 0;
	}
}

/*
Main navigation
==============================================
Custom styling for main navigation on larger screens.

Based on bootstrap nav:
https://getbootstrap.com/docs/4.3/components/navs/
*/
.main-navigation-menu {
	font-size: 1rem;
}

@media (min-width: 768px) {
	.main-navigation-link {
		color: #383838;
		padding-left: 0;
		padding-right: 32px;
	}
	
	.main-navigation-link .main-navigation-link-text {
		border-bottom: 2px solid transparent;
		padding-bottom: 3px;
	}
	
	.main-navigation-link:hover, .main-navigation-link.is-open {
		color: #50b13e;
	}
	
	.main-navigation-link.active {
		color: #626862;
		font-weight: 700;
	}
	
	.main-navigation-link.active .main-navigation-link-text {
		border-color: #50b13e;
	}
}

/*
Navigation flyout
==============================================
Custom skin styling for navigation flyout which opens on hover over the main navigation.
*/
.navigation-flyout-categories:not(.is-level-0) {
	margin-left: 20px;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
	margin-bottom: 30px;
	position: relative;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
	border-left: 1px solid #dedede;
	content: "";
	height: 100%;
	left: 15px;
	position: absolute;
	top: 0;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-3:nth-child(4n+1), .navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-4:nth-child(3n+1) {
	border-left: 0;
}

.navigation-flyout-link {
	-webkit-transition: padding .25s cubic-bezier(0, .77, .33, 1);
	transition: padding .25s cubic-bezier(0, .77, .33, 1);
	color: #626862;
	font-size: 1rem;
	margin: 0 1rem;
	padding: .25rem 0;
}

@media (prefers-reduced-motion: reduce) {
	.navigation-flyout-link {
		-webkit-transition: none;
		transition: none;
	}
}

.navigation-flyout-link.is-level-0 {
	font-weight: 700;
}

.navigation-flyout-link.is-level-2 {
	font-size: .938rem;
	padding: .125rem 0;
}

.navigation-flyout-link:hover {
	color: #50b13e;
	padding-left: 5px;
}

.navigation-flyout-link.active {
	color: #50b13e;
	font-weight: 700;
}

.navigation-flyout-bar {
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
}

.navigation-flyout-category-link {
	font-weight: 700;
	font-size: 1rem;
}

/*
Navigation offcanvas
==============================================
Custom skin styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas-headline {
	font-weight: 700;
	color: #396db4;
}

.navigation-offcanvas-list-item {
	background-color: #fff;
	border-top: 1px solid #ebebeb;
}

.navigation-offcanvas-list-item:last-child {
	border-bottom: 1px solid #ebebeb;
}

.navigation-offcanvas-link {
	color: #383838;
}

.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
	color: #50b13e;
}

.navigation-offcanvas-link.is-back-link {
	border-top: 1px solid #ebebeb;
	font-weight: 700;
	color: #396db4;
}

.navigation-offcanvas-link.is-current-category {
	color: #50b13e;
	font-weight: 700;
}

/*
Offcanvas cart
==============================================
Custom skin styling for the cart offcanvas.
*/
.offcanvas-cart-header-count {
	color: #798490;
	font-weight: 700;
}

.offcanvas-cart-tax {
	color: #798490;
}

/*
Search suggest
==================================================
Contains custom skin styles for the search suggest popover in the shop header.
*/
.search-suggest-product {
	border-bottom: 1px solid #dedede;
}

.search-suggest-product:last-child {
	border-bottom: 0;
}

.search-suggest-product-link {
	color: #383838;
}

.search-suggest-product-link:hover {
	color: #50b13e;
}

/*
 * Page-specific styles
 * -------------------- */
.product-detail-name {
	color: #383838;
}

.product-detail-manufacturer-logo {
	max-width: 200px;
	max-height: 70px;
}

.product-detail-price {
	color: #50b13e;
	margin-bottom: 0;
	font-weight: 700;
	vertical-align: middle;
}

.product-detail-price.with-list-price {
	color: #d42627;
	display: inline-block;
}

.product-detail-price.with-regulation-price {
	display: inline-block;
}

.product-detail-price.with-advanced-list-price {
	color: #d42627;
	font-size: .938rem;
	display: inline-block;
}

.product-detail-price.with-advanced-list-price {
	color: #e52427;
	font-size: .938rem;
	display: inline-block;
}

.list-price-badge {
	display: inline-block;
	background: #d42627;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	margin-bottom: 8px;
	margin-left: 5px;
	margin-right: 6px;
}

.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
	color: #383838;
	font-weight: 400;
	font-size: 12px;
	display: inline-block;
	height: 26px;
	vertical-align: bottom;
}

@media (max-width: 991.98px) {
	.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
		height: 22px;
	}
}

.product-detail-regulation-price-wrapper .list-price-price, .product-detail-list-price-wrapper .list-price-price {
	text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper, .product-detail-advanced-list-price-wrapper {
	color: #383838;
	font-weight: 400;
	font-size: 12px;
	vertical-align: bottom;
	display: block;
	padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper .list-price-price, .product-detail-advanced-list-price-wrapper .list-price-price {
	text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper.with-list-price, .product-detail-advanced-list-price-wrapper.with-list-price {
	padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price, .product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
	text-decoration: none;
}

@media (min-width: 576px) {
	.product-detail-advanced-list-price-wrapper {
		display: inline-block;
		padding-left: 8px;
	}
}

@media (min-width: 992px) {
	.product-detail-advanced-list-price-wrapper {
		display: block;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.product-detail-advanced-list-price-wrapper {
		display: inline-block;
		padding-left: 8px;
	}
}

.product-detail-ordernumber-label {
	font-weight: 700;
}

.product-detail-quantity-select {
	height: 100%;
}

.product-detail-tabs {
	margin-bottom: 1.5rem;
}

.product-detail-tabs .product-detail-tab-navigation {
	padding: 0;
}

.product-detail-tab-navigation-list {
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 5px;
}

.product-detail-properties-table th, .product-detail-properties-table td {
	border: 0;
}

.product-detail-tab-preview {
	font-weight: 400;
	margin-top: .5rem;
}

.product-detail-tab-preview-more {
	color: #50b13e;
	font-weight: 700;
}

@media (max-width: 575.98px) {
	.product-detail-tabs .product-detail-tab-navigation-link {
		background: none;
		border: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-weight: 700;
		word-wrap: normal;
	}
}

@media (min-width: 576px) {
	.product-detail-tabs {
		margin-bottom: 0;
	}
	
	.product-detail-tab-navigation-list {
		border: 0;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 0;
	}
}

.product-detail-review-widget {
	top: 20px;
}

.product-detail-review-progressbar-container {
	height: 14px;
	margin-top: 4px;
}

.product-detail-review-progressbar-bar {
	background-color: #fedc70;
}

.product-detail-review-item {
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}

.product-detail-review-item-date {
	color: #798490;
}

.product-detail-review-item-verify {
	text-align: right;
}

.product-detail-review-item-likebox {
	text-align: right;
}

.product-detail-review-form-star.is-active .icon {
	color: #fedc70;
}

.product-detail-review-form-star .icon:hover {
	cursor: pointer;
}

@media (min-width: 768px) {
	.product-detail-review-rating {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.product-detail-review-form-footer {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.product-detail-review-form-footer .product-detail-review-form-actions {
		margin-left: auto;
	}
}

@media (max-width: 575.98px) {
	.product-detail-cross-selling .product-detail-tabs-content {
		display: block;
	}
	
	.product-detail-cross-selling .product-cross-selling-tab-navigation {
		display: none;
	}
	
	.product-detail-cross-selling .tab-pane {
		margin-top: 1.5rem;
		display: block;
		opacity: 1;
	}
	
	.product-detail-cross-selling .tab-pane .cms-element-title {
		display: block;
	}
	
	.product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
		margin: 0;
	}
}

.product-detail-cross-selling .card {
	margin-top: 1.5rem;
}

.product-detail-cross-selling .cms-element-title {
	display: none;
}

.account-aside-header {
	background: none;
	color: #383838;
	font-weight: 700;
}

.account-aside-item {
	border: 0;
}

.account-aside-item.is-active {
	color: #50b13e;
	background: #fff;
	font-weight: 700;
}

.account-aside-item:hover {
	color: #50b13e;
	background: #fff;
}

.account-aside-footer {
	background: none;
	margin-top: 1px;
	border-top: 1px solid #dedede;
}

.account-aside-btn {
	line-height: normal;
	padding: 3px 0;
}

.account-guest-abort {
	border-top: 0;
}

@media (min-width: 768px) {
	.register-submit {
		text-align: right;
	}
}

.address-action-set-default {
	padding-left: 0;
	text-align: left;
}

.account-profile-mail-label {
	font-weight: 700;
}

.account-profile-change {
	font-weight: 700;
	font-size: .75rem;
}

.order-item-status-badge {
	margin: 10px 0;
}

@media (max-width: 575.98px) {
	.order-item-status-badge {
		margin-top: 0;
	}
}

.order-table-header .row, .order-table-header .account-content, .order-table-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-table-header .checkout-container, .order-table-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-table-header .checkout-container, .order-table-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-table-header .checkout-container, .order-item-header .row, .order-item-header .account-content, .order-item-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-item-header .checkout-container, .order-item-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-item-header .checkout-container, .order-item-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-item-header .checkout-container, .order-detail-content-header .row, .order-detail-content-header .account-content, .order-detail-content-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-detail-content-header .checkout-container {
	margin-right: 0;
	margin-left: 0;
}

.order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 575.98px) {
	.order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.order-table-header {
	font-weight: 700;
}

.order-item-header .row > .order-table-header-heading, .order-item-header .account-content > .order-table-header-heading, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-heading, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .row > .order-table-header-order-number, .order-item-header .account-content > .order-table-header-order-number, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-order-number, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-order-number {
	padding-right: 0;
	padding-left: 0;
}

.order-item-name {
	color: #626862;
}

.order-detail-content-header {
	margin-top: 1rem;
	font-weight: 700;
}

.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type {
	padding-left: 0;
}

.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type {
	padding-right: 0;
}

.order-item-product-name {
	color: #383838;
}

.order-item-product-name:hover {
	color: #50b13e;
	text-decoration: none;
}

.order-item-product-name strong {
	font-weight: 700;
}

@media (min-width: 768px) {
	.order-item-product-image .product-image-link {
		-ms-flex-pack: normal;
		justify-content: normal;
	}
	
	.order-item-product-image img {
		max-width: 100px;
	}
}

.order-item-number-value {
	font-weight: 700;
}

.order-pseudo-price-value {
	text-decoration: line-through;
}

.order-item-detail-list-item {
	margin: 0;
}

.order-item-detail-list-item.is-child {
	background-color: #ccc;
}

.order-item-nested-icon {
	background-color: #798490;
}

.order-item-detail-footer {
	background-color: #ccc;
}

.order-item-detail-summary dd {
	font-weight: 700;
}

.order-price-unit {
	font-size: .75rem;
}

.order-item-variants {
	font-size: .75rem;
}

.order-item-variants-properties-name {
	font-weight: 700;
}

.checkout-aside-summary {
	background-color: #ccc;
}

.checkout-aside-summary, .checkout-aside-products {
	padding: 1rem;
}

@media (max-width: 767.98px) {
	.cart-table {
		border: 0;
	}
	
	.cart-table-body {
		padding: 0;
	}
}

.cart-item {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}

.cart-item.is-child {
	background-color: #ccc;
}

.cart-item-nested-icon {
	background-color: #798490;
}

.cart-item-img {
	padding: .25rem;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.cart-item-ordernumber {
	margin-bottom: .5rem;
	font-size: .75rem;
}

.cart-item-variants {
	font-size: .75rem;
}

.cart-item-variants-properties-name {
	font-weight: 700;
}

.cart-item-label {
	color: #383838;
	font-weight: 700;
}

a.cart-item-label:hover {
	color: #50b13e;
	text-decoration: none;
}

.cart-item-quantity-label, .cart-item-unit-price-label, .cart-item-total-price-label, .cart-item-tax-price-label {
	color: #626862;
}

@media (min-width: 768px) {
	.cart-item {
		padding: 10px 0;
	}
	
	.cart-item-details-container {
		padding-left: 1rem;
	}
}

.cart-item-characteristics {
	margin: .5rem 0;
	font-size: .75rem;
}

.cart-item-characteristics .cart-item-characteristics-option {
	font-weight: 700;
}

.contact-action {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.newsletter-action {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-row .maxia-tax-switch-col {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

/* Dropdown */
.header-row .maxia-tax-switch-dropdown {
	margin-top: 2px;
	margin-right: 9px;
}

header .maxia-tax-switch-inactive-label {
	display: none;
}

/* Checkbox */
.top-bar-nav .maxia-tax-switch-checkbox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	padding: 0 16px;
}

.header-row .maxia-tax-switch-checkbox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 12px;
}

/* Radio */
.top-bar-nav .maxia-tax-switch-radio {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 16px;
}

@media screen and (max-width: 375px) {
	.top-bar-nav .maxia-tax-switch-radio {
		padding: 0 8px;
	}
}

header.header-main .header-row .header-actions-col .btn.maxia-tax-switch-radio-button, header.header-main .header-row .header-actions-col .maxia-tax-switch-radio-button.main-navigation-link {
	padding: 2px 10px;
}

@media screen and (max-width: 375px) {
	header.header-main .header-row .header-actions-col .btn.maxia-tax-switch-radio-button, header.header-main .header-row .header-actions-col .maxia-tax-switch-radio-button.main-navigation-link {
		padding: 2px 8px;
	}
}

.header-row .maxia-tax-switch-radio {
	padding: 0 10px;
}

.navigation-offcanvas .maxia-tax-switch-checkbox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 10px;
}

.navigation-offcanvas .maxia-tax-switch-radio {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding-left: 15px;
	padding-right: 10px;
}

#maxiaTaxSwitchModal .maxia-tax-switch-link {
	text-align: center;
}

.maxia-tax-switch-modal-description {
	margin-bottom: 20px;
}

.maxia-tax-switch-modal-choose {
	font-weight: bold;
	margin-bottom: 20px;
}

.maxia-tax-switch-modal-options {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.maxia-tax-switch-modal-options .maxia-tax-switch-form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1;
}

.maxia-tax-switch-modal-options .btn, .maxia-tax-switch-modal-options .main-navigation-link {
	vertical-align: middle;
	display: block;
	-ms-flex: 1;
	flex: 1;
	line-height: 45px;
}

.maxia-tax-switch-modal-options > div:first-child, .maxia-tax-switch-modal-options > form:first-child {
	margin-bottom: 5px;
}

.maxia-tax-switch-modal-options .prices-hint {
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
}

@media (min-width: 768px) {
	.maxia-tax-switch-modal-options {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.maxia-tax-switch-modal-options > div:first-child, .maxia-tax-switch-modal-options form:first-child {
		margin-right: 5px;
		margin-bottom: 0;
	}
	
	.maxia-tax-switch-modal-options > div:last-child, .maxia-tax-switch-modal-options form:last-child {
		margin-left: 5px;
	}
}

.maxia-tax-switch-checkbox {
	position: relative;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.maxia-tax-switch-checkbox, .maxia-tax-switch-checkbox label {
	cursor: pointer;
}

.maxia-tax-switch-checkbox .maxia-tax-switch-inactive-label {
	font-size: .75rem;
}

.maxia-tax-switch-checkbox .custom-switch {
	text-align: right;
}

.maxia-tax-switch-checkbox .custom-control-label {
	vertical-align: middle;
}

.maxia-tax-switch-link.is-input-overlay {
	color: transparent;
	background-color: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	outline: 0;
	width: 100%;
	height: 100%;
}

.maxia-tax-switch-radio {
	position: relative;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.maxia-tax-switch-radio input {
	display: none;
}

.maxia-tax-switch-radio label {
	margin-bottom: 0;
}

.maxia-tax-switch-radio .btn, .maxia-tax-switch-radio .main-navigation-link {
	height: 28px;
	line-height: 22px;
	font-size: 12px;
	border-radius: 0 15px 15px 0;
	cursor: pointer;
}

.maxia-tax-switch-radio .btn:hover, .maxia-tax-switch-radio .main-navigation-link:hover {
	background: inherit;
	color: inherit;
}

.maxia-tax-switch-radio input:first-child + .btn, .maxia-tax-switch-radio input:first-child + .main-navigation-link {
	border-radius: 15px 0 0 15px;
}

.maxia-tax-switch-radio.reverse .btn.gross-button, .maxia-tax-switch-radio.reverse .gross-button.main-navigation-link, .maxia-tax-switch-radio.reverse input:first-child + .btn.gross-button, .maxia-tax-switch-radio.reverse input:first-child + .gross-button.main-navigation-link {
	-ms-flex-order: 2;
	order: 2;
	border-radius: 0 15px 15px 0;
}

.maxia-tax-switch-radio.reverse .btn.net-button, .maxia-tax-switch-radio.reverse .net-button.main-navigation-link {
	-ms-flex-order: 1;
	order: 1;
	border-radius: 15px 0 0 15px;
}

button.top-bar-list-item.maxia-tax-switch-link {
	outline: 0;
}

.product-detail-buy .maxia-tax-switch {
	float: right;
	margin-top: -5px;
	margin-left: 18px;
}

.product-detail-delivery-information {
	clear: right;
}

.cms-element-recently-viewed-product-slider .product-slider-container {
	padding-left: 2px;
}

.box-recently-viewed .product-price-unit {
	height: auto;
}

.b2blogin-box, .b2blogin-table {
	-moz-column-gap: 5%;
	-webkit-column-gap: 5%;
	column-gap: 5%;
}

.b2blogin-box .row, .b2blogin-box .account-content, .b2blogin-box .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-box .checkout-container, .b2blogin-table .row, .b2blogin-table .account-content, .b2blogin-table .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .checkout-container {
	width: 100%;
}

.b2blogin-box .col .row, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .row, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .account-content, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-box .is-act-confirmpage .checkout .checkout-aside .checkout-container, .is-act-confirmpage .checkout .b2blogin-box .checkout-aside .row, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .row, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .account-content, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .is-ctl-accountorder .checkout .b2blogin-box .checkout-aside .row, .b2blogin-box .is-act-finishpage .checkout .checkout-aside .row, .b2blogin-box .is-act-finishpage .checkout .checkout-aside .account-content, .b2blogin-box .is-act-finishpage .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-box .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-finishpage .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-box .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-finishpage .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-box .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-finishpage .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-box .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-box .is-act-finishpage .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-box .is-act-finishpage .checkout .checkout-aside .checkout-container, .is-act-finishpage .checkout .b2blogin-box .checkout-aside .row, .b2blogin-box .col .account-content, .b2blogin-box .col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-box .col .checkout-container, .b2blogin-box .col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-box .col .checkout-container, .b2blogin-box .col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-box .col .checkout-container, .b2blogin-box .col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-box .col .checkout-container, .b2blogin-box .col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-box .col .checkout-container, .b2blogin-table .col .row, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .row, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .account-content, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .checkout-aside .row, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .row, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .account-content, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .checkout-aside .row, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .row, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .account-content, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .is-act-finishpage .checkout .b2blogin-table .checkout-aside .row, .b2blogin-table .col .account-content, .b2blogin-table .col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .col .checkout-container {
	width: 100%;
}

.b2blogin-box .col p, .b2blogin-box .is-act-confirmpage .checkout .checkout-aside p, .is-act-confirmpage .checkout .b2blogin-box .checkout-aside p, .b2blogin-box .is-ctl-accountorder .checkout .checkout-aside p, .is-ctl-accountorder .checkout .b2blogin-box .checkout-aside p, .b2blogin-box .is-act-finishpage .checkout .checkout-aside p, .is-act-finishpage .checkout .b2blogin-box .checkout-aside p, .b2blogin-table .col p, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside p, .is-act-confirmpage .checkout .b2blogin-table .checkout-aside p, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside p, .is-ctl-accountorder .checkout .b2blogin-table .checkout-aside p, .b2blogin-table .is-act-finishpage .checkout .checkout-aside p, .is-act-finishpage .checkout .b2blogin-table .checkout-aside p {
	overflow-wrap: anywhere;
}

@media (min-width: 576px) {
	.b2blogin-box .row, .b2blogin-box .account-content, .b2blogin-box .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-box .checkout-container, .b2blogin-box .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-box .checkout-container, .b2blogin-table .row, .b2blogin-table .account-content, .b2blogin-table .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .checkout-container {
		width: 51.5%;
	}
}

.b2blogin-box .b2blogin-table-head {
	display: none;
}

@media (min-width: 1200px) {
	.b2blogin-table .table-col-xl-1 {
		max-width: calc(100% / 1);
		-ms-flex-preferred-size: calc(100% / 1);
		flex-basis: calc(100% / 1);
	}
	
	.b2blogin-table .table-col-xl-2 {
		max-width: calc(100% / 2);
		-ms-flex-preferred-size: calc(100% / 2);
		flex-basis: calc(100% / 2);
	}
	
	.b2blogin-table .table-col-xl-3 {
		max-width: calc(100% / 3);
		-ms-flex-preferred-size: calc(100% / 3);
		flex-basis: calc(100% / 3);
	}
	
	.b2blogin-table .table-col-xl-4 {
		max-width: calc(100% / 4);
		-ms-flex-preferred-size: calc(100% / 4);
		flex-basis: calc(100% / 4);
	}
	
	.b2blogin-table .table-col-xl-5 {
		max-width: calc(100% / 5);
		-ms-flex-preferred-size: calc(100% / 5);
		flex-basis: calc(100% / 5);
	}
	
	.b2blogin-table .table-col-xl-6 {
		max-width: calc(100% / 6);
		-ms-flex-preferred-size: calc(100% / 6);
		flex-basis: calc(100% / 6);
	}
	
	.b2blogin-table .table-col-xl-7 {
		max-width: calc(100% / 7);
		-ms-flex-preferred-size: calc(100% / 7);
		flex-basis: calc(100% / 7);
	}
	
	.b2blogin-table .table-col-xl-8 {
		max-width: calc(100% / 8);
		-ms-flex-preferred-size: calc(100% / 8);
		flex-basis: calc(100% / 8);
	}
	
	.b2blogin-table .table-col-xl-9 {
		max-width: calc(100% / 9);
		-ms-flex-preferred-size: calc(100% / 9);
		flex-basis: calc(100% / 9);
	}
	
	.b2blogin-table .table-col-xl-10 {
		max-width: calc(100% / 10);
		-ms-flex-preferred-size: calc(100% / 10);
		flex-basis: calc(100% / 10);
	}
	
	.b2blogin-table .table-col-xl-11 {
		max-width: calc(100% / 11);
		-ms-flex-preferred-size: calc(100% / 11);
		flex-basis: calc(100% / 11);
	}
	
	.b2blogin-table .row, .b2blogin-table .account-content, .b2blogin-table .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .checkout-container {
		width: auto;
	}
	
	.b2blogin-table .row:not(.b2blogin-table-head), .b2blogin-table .account-content:not(.b2blogin-table-head), .b2blogin-table .is-act-cartpage .checkout .checkout-container:not(.b2blogin-table-head), .is-act-cartpage .checkout .b2blogin-table .checkout-container:not(.b2blogin-table-head), .b2blogin-table .is-act-checkoutregisterpage .checkout .checkout-container:not(.b2blogin-table-head), .is-act-checkoutregisterpage .checkout .b2blogin-table .checkout-container:not(.b2blogin-table-head), .b2blogin-table .is-act-confirmpage .checkout .checkout-container:not(.b2blogin-table-head), .is-act-confirmpage .checkout .b2blogin-table .checkout-container:not(.b2blogin-table-head), .b2blogin-table .is-ctl-accountorder .checkout .checkout-container:not(.b2blogin-table-head), .is-ctl-accountorder .checkout .b2blogin-table .checkout-container:not(.b2blogin-table-head), .b2blogin-table .is-act-finishpage .checkout .checkout-container:not(.b2blogin-table-head), .is-act-finishpage .checkout .b2blogin-table .checkout-container:not(.b2blogin-table-head) {
		border-bottom: 1px solid #50b13e;
	}
	
	.b2blogin-table .col p:before, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside p:before, .is-act-confirmpage .checkout .b2blogin-table .checkout-aside p:before, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside p:before, .is-ctl-accountorder .checkout .b2blogin-table .checkout-aside p:before, .b2blogin-table .is-act-finishpage .checkout .checkout-aside p:before, .is-act-finishpage .checkout .b2blogin-table .checkout-aside p:before {
		content: "";
		margin-right: 0;
	}
	
	.b2blogin-table .col .row, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .row, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .account-content, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .is-act-confirmpage .checkout .checkout-aside .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .checkout-aside .row, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .row, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .account-content, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .is-ctl-accountorder .checkout .checkout-aside .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .checkout-aside .row, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .row, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .account-content, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .b2blogin-table .is-act-finishpage .checkout .checkout-aside .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .is-act-finishpage .checkout .checkout-aside .checkout-container, .is-act-finishpage .checkout .b2blogin-table .checkout-aside .row, .b2blogin-table .col .account-content, .b2blogin-table .col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .b2blogin-table .col .checkout-container, .b2blogin-table .col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .b2blogin-table .col .checkout-container {
		width: auto;
	}
}

.b2blogin-table .b2blogin-table-head {
	display: none;
}

@media (min-width: 1200px) {
	.b2blogin-table .b2blogin-table-head {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.employee-list {
	padding-top: 1.5rem;
}

.dropdown-toggle::after {
	transition: -ms-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	-webkit-transition: -webkit-transform 1s ease;
}

.dropdown-toggle[aria-expanded="true"]::after {
	-ms-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.js-field-toggle-address-field.d-none, .is-act-checkoutregisterpage .checkout .js-field-toggle-address-field.checkout-aside {
	/* overwrite explizit d-none style to display as disabled checkboxes */
	display: inherit !important;
}

.order-item-status-badge.order-item-status-badge-approval_refused {
	background-color: #d42627;
	color: #fff;
}

.order-item-status-badge.order-item-status-badge-approval_requested {
	background-color: #ffbd5d;
	color: #fff;
}

.order-request-table-header-heading {
	max-width: 350px;
}

.cms-element-custom-form .not-resizable textarea {
	resize: none;
}

.swag-cms-extensions-quickview-modal {
	padding-right: 0;
}

.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1051;
}

.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button button.close {
	font-size: 2rem;
	font-weight: 300;
}

.swag-cms-extensions-quickview-modal .modal-content {
	margin: 0 1.8rem;
	border-radius: 3px;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none;
}

.swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .loader {
	margin: 3rem;
}

.swag-cms-extensions-quickview-modal .modal-body {
	padding: unset;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.swag-cms-extensions-quickview-modal .quickview-loading-indicator {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.swag-cms-extensions-quickview-container {
	padding: 1rem;
	overflow: hidden;
	overflow-y: auto;
	max-height: 95vh;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline {
	padding-right: 3rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
	display: none;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
	display: block;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content {
	margin-top: 1.5rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
	margin-bottom: .5rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
	padding: 0;
	margin: 0;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form form {
	margin-bottom: .75rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-container {
	margin-left: 0;
	margin-right: 0;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
	position: fixed;
	opacity: 1;
	background: #fff;
	width: 1.8rem;
	height: 80%;
	top: 10%;
	right: 0;
	border-radius: 3px;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
	width: 29.3333333333px;
	height: 29.3333333333px;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
	color: #798490;
}

@media (min-width: 1200px) {
	#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
		background: none;
		width: 5rem;
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
		width: 5rem;
		height: 5rem;
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
		color: #ccc;
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-prev {
		left: calc(32vw - 25rem);
	}
	
	#swag-cms-extensions-quickview-carousel .carousel-control-next {
		right: calc(32vw - 25rem);
	}
}

@media (min-width: 992px) {
	#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
		height: 33%;
		top: 33%;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
		display: block;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
		display: none;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
		padding-top: 1rem;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
		width: 3rem;
		height: 50%;
		top: 25%;
	}
}

@media (min-width: 768px) {
	.swag-cms-extensions-quickview-close-button {
		display: none;
	}
	
	.swag-cms-extensions-quickview-container {
		padding: 3rem;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline {
		padding-right: unset;
	}
	
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
		margin-bottom: unset;
	}
	
	.swag-cms-extensions-quickview-modal .modal-content {
		border-radius: unset;
	}
}

@media (min-width: 576px) {
	.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
		text-align: right;
	}
}

.scroll-navigation-sidebar {
	position: fixed;
	width: 36px;
	right: 20px;
	bottom: 20px;
	padding: 26px 9px;
	border-radius: 50px;
	z-index: 800;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.scroll-navigation-sidebar a, .scroll-navigation-sidebar a:hover {
	text-decoration: none;
	color: #383838;
}

.scroll-navigation-sidebar button {
	border: none;
	background-color: transparent;
	padding: 0;
}

.scroll-navigation-sidebar-close, .scroll-navigation-sidebar-list {
	display: none;
}

.scroll-navigation-sidebar-mobile-menu {
	position: absolute;
	display: block;
	height: 50px;
	width: 154px;
	right: 0;
	bottom: 2px;
	border-radius: 12px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
}

.scroll-navigation-sidebar-mobile-button {
	display: inline-block;
	padding: 13px 8px;
}

.scroll-navigation-sidebar-mobile-button:first-child {
	height: 50px;
	padding-left: 16px;
	padding-right: 16px;
	border-right: 1px solid #f1f1f1;
}

.scroll-navigation-sidebar-mobile-button:nth-child(2) {
	padding-left: 16px;
}

.scroll-navigation-sidebar-mobile-button:last-child {
	padding-right: 16px;
}

.scroll-navigation-sidebar-mobile-button-icon {
	position: relative;
	top: -3px;
}

.scroll-navigation-sidebar-mobile-button-icon > span {
	color: #383838;
}

.scroll-navigation-sidebar.list--visible {
	left: 39px;
	width: auto;
	padding-right: 0;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
	display: none;
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close {
	position: absolute;
	display: block;
	top: 9px;
	right: 9px;
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: auto;
	max-height: 300px;
	padding: 0 12px;
	line-height: 0;
	overflow-y: auto;
	-ms-flex-direction: column;
	flex-direction: column;
}

.scroll-navigation-sidebar-entry {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 20px;
	padding: 22px 9px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.scroll-navigation-sidebar-entry-line {
	position: relative;
	display: block;
	height: 44px;
	margin-right: -5px;
	margin-bottom: -44px;
	border-right: 2px solid #383838;
}

.scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
	border-right: 1px solid transparent;
}

.scroll-navigation-sidebar-entry-bullet {
	display: block;
	height: 8px;
	width: 8px;
	margin-left: 1px;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border-radius: 50%;
	background-color: #383838;
	z-index: 6;
}

.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-bullet {
	background-color: #50b13e;
	-ms-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
}

.scroll-navigation-sidebar-entry-label {
	width: 100%;
	left: 26px;
	padding: 22px;
	margin-left: -5px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-label {
	color: #50b13e;
	font-weight: 600;
}

.scroll-navigation-anchor {
	position: relative;
}

.scroll-up-button {
	display: block;
	left: 1.5rem;
	right: auto;
}

@media (min-width: 576px) {
	.scroll-navigation-sidebar.list--visible {
		left: auto;
		width: 422px;
	}
}

@media (min-width: 1200px) {
	.scroll-navigation-sidebar {
		top: 50%;
		left: 39px;
		right: auto;
		bottom: auto;
		padding: 0;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	}
	
	.scroll-navigation-sidebar.list--visible {
		left: 39px;
		width: 36px;
		border-radius: 50px;
	}
	
	.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close, .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
		display: none;
	}
	
	.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
		padding: 12px;
	}
	
	.scroll-navigation-sidebar-close, .scroll-navigation-sidebar-mobile-menu {
		display: none;
	}
	
	.scroll-navigation-sidebar-list {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		height: auto;
		width: 77px;
		padding: 12px;
		margin-left: -4px;
		line-height: 0;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.scroll-navigation-sidebar-entry {
		width: 64px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	
	.scroll-navigation-sidebar-entry-bullet {
		margin-left: 0;
	}
	
	.scroll-navigation-sidebar-entry-label {
		opacity: 0;
		padding: 14px;
		border-radius: 3px;
	}
	
	.scroll-navigation-sidebar-entry-line {
		height: 32px;
		margin-bottom: -32px;
		pointer-events: none;
	}
	
	.scroll-navigation-sidebar-entry:hover {
		width: auto;
		margin-right: auto;
	}
	
	.scroll-navigation-sidebar-entry:hover > .scroll-navigation-sidebar-entry-label {
		opacity: 1;
		width: auto;
		margin-left: 12px;
		background-color: #fff;
		box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, .15);
		pointer-events: none;
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	
	.scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
		border-right: 2px solid transparent;
	}
	
	.scroll-up-button {
		left: auto;
		right: 1.5rem;
	}
}

.agent-menu {
	border-bottom: 1px solid #dedede;
}

.agent-customers-table-head {
	display: none;
}

.is-act-customerlist .card-actions {
	margin-top: 10px;
}

.is-act-customerlist .agent-customer-headline {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.is-act-customerlist .is--table .card-actions {
		margin-top: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.is-act-customerlist .is--table .card-actions .btn, .is-act-customerlist .is--table .card-actions .main-navigation-link {
		padding: 2px 12px;
		font-size: .875rem;
		line-height: 20px;
		border-radius: 50px;
		white-space: normal;
	}
	
	.is-act-customerlist .is--table .agent-customers-list-row {
		margin-left: 0;
	}
	
	.is-act-customerlist .is--table .card {
		border: none;
	}
	
	.is-act-customerlist .is--table .agent-customers-card {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border-bottom: 1px solid #dedede;
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
		margin: 0;
	}
	
	.is-act-customerlist .is--table .agent-customers-card:first-child {
		border-top: 1px solid #dedede;
	}
	
	.is-act-customerlist .is--table .agent-customers-card:nth-child(even) {
		background-color: #f9f9f9;
	}
	
	.is-act-customerlist .is--table .agent-customer-data {
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-right: 1px solid #dedede;
		padding-right: 5px;
		padding-left: 5px;
		min-height: 25px;
	}
	
	.is-act-customerlist .is--table .agent-customer-data:last-child {
		border-right: none;
	}
	
	.is-act-customerlist .is--table .agent-customer {
		width: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-1 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-1 .agent-customer-data {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-2 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-2 .agent-customer-data {
		width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-3 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-3 .agent-customer-data {
		width: 33.3333333333%;
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-4 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-4 .agent-customer-data {
		width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-5 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-5 .agent-customer-data {
		width: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-6 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-6 .agent-customer-data {
		width: 16.6666666667%;
		-ms-flex-preferred-size: 16.6666666667%;
		flex-basis: 16.6666666667%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-7 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-7 .agent-customer-data {
		width: 14.2857142857%;
		-ms-flex-preferred-size: 14.2857142857%;
		flex-basis: 14.2857142857%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-8 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-8 .agent-customer-data {
		width: 12.5%;
		-ms-flex-preferred-size: 12.5%;
		flex-basis: 12.5%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-9 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-9 .agent-customer-data {
		width: 11.1111111111%;
		-ms-flex-preferred-size: 11.1111111111%;
		flex-basis: 11.1111111111%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-10 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-10 .agent-customer-data {
		width: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-11 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-11 .agent-customer-data {
		width: 9.0909090909%;
		-ms-flex-preferred-size: 9.0909090909%;
		flex-basis: 9.0909090909%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-12 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-12 .agent-customer-data {
		width: 8.3333333333%;
		-ms-flex-preferred-size: 8.3333333333%;
		flex-basis: 8.3333333333%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-13 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-13 .agent-customer-data {
		width: 7.6923076923%;
		-ms-flex-preferred-size: 7.6923076923%;
		flex-basis: 7.6923076923%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-14 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-14 .agent-customer-data {
		width: 7.1428571429%;
		-ms-flex-preferred-size: 7.1428571429%;
		flex-basis: 7.1428571429%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-15 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-15 .agent-customer-data {
		width: 6.6666666667%;
		-ms-flex-preferred-size: 6.6666666667%;
		flex-basis: 6.6666666667%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-16 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-16 .agent-customer-data {
		width: 6.25%;
		-ms-flex-preferred-size: 6.25%;
		flex-basis: 6.25%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-17 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-17 .agent-customer-data {
		width: 5.8823529412%;
		-ms-flex-preferred-size: 5.8823529412%;
		flex-basis: 5.8823529412%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-18 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-18 .agent-customer-data {
		width: 5.5555555556%;
		-ms-flex-preferred-size: 5.5555555556%;
		flex-basis: 5.5555555556%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-19 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customer .agent-customer-cols-19 .agent-customer-data {
		width: 5.2631578947%;
		-ms-flex-preferred-size: 5.2631578947%;
		flex-basis: 5.2631578947%;
	}
	
	.is-act-customerlist .is--table .agent-customer-actions {
		width: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
		border-left: 1px solid #dedede;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head {
		display: block;
		background-color: #f1f1f1;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-1 .agent-customer-data {
		width: 80%;
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-1 .agent-customer-data:last-child {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-2 .agent-customer-data {
		width: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-2 .agent-customer-data:last-child {
		width: 60%;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-3 .agent-customer-data {
		width: 26.6666666667%;
		-ms-flex-preferred-size: 26.6666666667%;
		flex-basis: 26.6666666667%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-3 .agent-customer-data:last-child {
		width: 46.6666666667%;
		-ms-flex-preferred-size: 46.6666666667%;
		flex-basis: 46.6666666667%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-4 .agent-customer-data {
		width: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-4 .agent-customer-data:last-child {
		width: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-5 .agent-customer-data {
		width: 16%;
		-ms-flex-preferred-size: 16%;
		flex-basis: 16%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-5 .agent-customer-data:last-child {
		width: 36%;
		-ms-flex-preferred-size: 36%;
		flex-basis: 36%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-6 .agent-customer-data {
		width: 13.3333333333%;
		-ms-flex-preferred-size: 13.3333333333%;
		flex-basis: 13.3333333333%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-6 .agent-customer-data:last-child {
		width: 33.3333333333%;
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-7 .agent-customer-data {
		width: 11.4285714286%;
		-ms-flex-preferred-size: 11.4285714286%;
		flex-basis: 11.4285714286%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-7 .agent-customer-data:last-child {
		width: 31.4285714286%;
		-ms-flex-preferred-size: 31.4285714286%;
		flex-basis: 31.4285714286%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-8 .agent-customer-data {
		width: 10%;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-8 .agent-customer-data:last-child {
		width: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-9 .agent-customer-data {
		width: 8.8888888889%;
		-ms-flex-preferred-size: 8.8888888889%;
		flex-basis: 8.8888888889%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-9 .agent-customer-data:last-child {
		width: 28.8888888889%;
		-ms-flex-preferred-size: 28.8888888889%;
		flex-basis: 28.8888888889%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-10 .agent-customer-data {
		width: 8%;
		-ms-flex-preferred-size: 8%;
		flex-basis: 8%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-10 .agent-customer-data:last-child {
		width: 28%;
		-ms-flex-preferred-size: 28%;
		flex-basis: 28%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-11 .agent-customer-data {
		width: 7.2727272727%;
		-ms-flex-preferred-size: 7.2727272727%;
		flex-basis: 7.2727272727%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-11 .agent-customer-data:last-child {
		width: 27.2727272727%;
		-ms-flex-preferred-size: 27.2727272727%;
		flex-basis: 27.2727272727%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-12 .agent-customer-data {
		width: 6.6666666667%;
		-ms-flex-preferred-size: 6.6666666667%;
		flex-basis: 6.6666666667%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-12 .agent-customer-data:last-child {
		width: 26.6666666667%;
		-ms-flex-preferred-size: 26.6666666667%;
		flex-basis: 26.6666666667%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-13 .agent-customer-data {
		width: 6.1538461538%;
		-ms-flex-preferred-size: 6.1538461538%;
		flex-basis: 6.1538461538%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-13 .agent-customer-data:last-child {
		width: 26.1538461538%;
		-ms-flex-preferred-size: 26.1538461538%;
		flex-basis: 26.1538461538%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-14 .agent-customer-data {
		width: 5.7142857143%;
		-ms-flex-preferred-size: 5.7142857143%;
		flex-basis: 5.7142857143%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-14 .agent-customer-data:last-child {
		width: 25.7142857143%;
		-ms-flex-preferred-size: 25.7142857143%;
		flex-basis: 25.7142857143%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-15 .agent-customer-data {
		width: 5.3333333333%;
		-ms-flex-preferred-size: 5.3333333333%;
		flex-basis: 5.3333333333%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-15 .agent-customer-data:last-child {
		width: 25.3333333333%;
		-ms-flex-preferred-size: 25.3333333333%;
		flex-basis: 25.3333333333%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-16 .agent-customer-data {
		width: 5%;
		-ms-flex-preferred-size: 5%;
		flex-basis: 5%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-16 .agent-customer-data:last-child {
		width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-17 .agent-customer-data {
		width: 4.7058823529%;
		-ms-flex-preferred-size: 4.7058823529%;
		flex-basis: 4.7058823529%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-17 .agent-customer-data:last-child {
		width: 24.7058823529%;
		-ms-flex-preferred-size: 24.7058823529%;
		flex-basis: 24.7058823529%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-18 .agent-customer-data {
		width: 4.4444444444%;
		-ms-flex-preferred-size: 4.4444444444%;
		flex-basis: 4.4444444444%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-18 .agent-customer-data:last-child {
		width: 24.4444444444%;
		-ms-flex-preferred-size: 24.4444444444%;
		flex-basis: 24.4444444444%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-19 .agent-customer-data {
		width: 4.2105263158%;
		-ms-flex-preferred-size: 4.2105263158%;
		flex-basis: 4.2105263158%;
	}
	
	.is-act-customerlist .is--table .agent-customers-table-head .agent-customer .agent-customer-cols-19 .agent-customer-data:last-child {
		width: 24.2105263158%;
		-ms-flex-preferred-size: 24.2105263158%;
		flex-basis: 24.2105263158%;
	}
	
	.is-act-customerlist .is--table .agent-customer-headline {
		font: inherit;
	}
	
	.is-act-customerlist .is--table .agent-customer-address-divider {
		display: none;
	}
}

@media (min-width: 1200px) {
	.is-act-customerlist .account-content .account-content-main {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
}

.agent-employees-table-head {
	display: none;
}

@media (min-width: 992px) {
	.is-act-customerlist .is--table .agent-employees-list {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border-top: 1px solid #dedede;
	}
	
	.is-act-customerlist .is--table .agent-employees-card {
		width: 100%;
		max-width: calc(100% - 20px);
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		border-bottom: 1px solid #dedede;
		margin: 0;
		margin-left: 20px;
	}
	
	.is-act-customerlist .is--table .agent-employees-card:first-child {
		border-top: 1px solid #dedede;
	}
	
	.is-act-customerlist .is--table .agent-employees-card:last-child {
		border-bottom: none;
	}
	
	.is-act-customerlist .is--table .agent-employee {
		width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-data {
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-right: 1px solid #dedede;
		padding-right: 5px;
		padding-left: 5px;
		min-height: 25px;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-data:last-child {
		border-right: none;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-data:first-child {
		border-left: 1px solid #dedede;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-1 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-1 .agent-employee-data {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-2 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-2 .agent-employee-data {
		width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-3 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-3 .agent-employee-data {
		width: 33.3333333333%;
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-4 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-4 .agent-employee-data {
		width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-5 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-5 .agent-employee-data {
		width: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-6 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-6 .agent-employee-data {
		width: 16.6666666667%;
		-ms-flex-preferred-size: 16.6666666667%;
		flex-basis: 16.6666666667%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-7 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-7 .agent-employee-data {
		width: 14.2857142857%;
		-ms-flex-preferred-size: 14.2857142857%;
		flex-basis: 14.2857142857%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-8 {
		height: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employee .agent-employee-cols-8 .agent-employee-data {
		width: 12.5%;
		-ms-flex-preferred-size: 12.5%;
		flex-basis: 12.5%;
	}
	
	.is-act-customerlist .is--table .agent-employee-actions {
		width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%;
		border-left: 1px solid #dedede;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head {
		display: block;
		background-color: #f1f1f1;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-1 .agent-employee-data {
		width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-1 .agent-employee-data:last-child {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-2 .agent-employee-data {
		width: 37.5%;
		-ms-flex-preferred-size: 37.5%;
		flex-basis: 37.5%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-2 .agent-employee-data:last-child {
		width: 62.5%;
		-ms-flex-preferred-size: 62.5%;
		flex-basis: 62.5%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-3 .agent-employee-data {
		width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-3 .agent-employee-data:last-child {
		width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-4 .agent-employee-data {
		width: 18.75%;
		-ms-flex-preferred-size: 18.75%;
		flex-basis: 18.75%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-4 .agent-employee-data:last-child {
		width: 43.75%;
		-ms-flex-preferred-size: 43.75%;
		flex-basis: 43.75%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-5 .agent-employee-data {
		width: 15%;
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-5 .agent-employee-data:last-child {
		width: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-6 .agent-employee-data {
		width: 12.5%;
		-ms-flex-preferred-size: 12.5%;
		flex-basis: 12.5%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-6 .agent-employee-data:last-child {
		width: 37.5%;
		-ms-flex-preferred-size: 37.5%;
		flex-basis: 37.5%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-7 .agent-employee-data {
		width: 10.7142857143%;
		-ms-flex-preferred-size: 10.7142857143%;
		flex-basis: 10.7142857143%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-7 .agent-employee-data:last-child {
		width: 35.7142857143%;
		-ms-flex-preferred-size: 35.7142857143%;
		flex-basis: 35.7142857143%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-8 .agent-employee-data {
		width: 9.375%;
		-ms-flex-preferred-size: 9.375%;
		flex-basis: 9.375%;
	}
	
	.is-act-customerlist .is--table .agent-employees-table-head .agent-employee .agent-employee-cols-8 .agent-employee-data:last-child {
		width: 34.375%;
		-ms-flex-preferred-size: 34.375%;
		flex-basis: 34.375%;
	}
}

.payment-method-label {
	width: 100%;
}

.stripe-shopware-payment-digital-wallets-errors--hidden {
	display: none;
}

.stripe-shopware-payment-payment-method-description {
	min-height: 40px;
	/* = height of logos */
	width: 100% !important;
}

.stripe-shopware-payment-payment-method-description p {
	margin-right: 150px;
}

.stripe-shopware-payment-payment-method-description:after {
	content: "";
	display: table;
	clear: both;
}

.stripe-shopware-payment-payment-method-description .custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.stripe-shopware-payment-payment-method-description .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.stripe-shopware-payment-payment-method-description .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.stripe-shopware-payment-payment-method-description .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.stripe-shopware-payment-payment-method-description .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.stripe-shopware-payment-payment-method-description .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.stripe-shopware-payment-card-selection {
	clear: both;
}

.stripe-shopware-payment-card-selection__card-cvc {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.stripe-shopware-payment-card-selection__card-cvc-input {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 8px;
}

.stripe-shopware-payment-card-selection__card-cvc-info-button {
	-ms-flex-positive: 0;
	flex-grow: 0;
	position: relative;
	top: 30px;
}

.stripe-shopware-payment-card-cvc-info.fade {
	background: rgba(0, 0, 0, .5);
}

.stripe-shopware-payment-card-cvc-info .modal-header {
	border-bottom: none;
}

.stripe-shopware-payment-card-cvc-info .modal-body {
	padding: 0 2rem 2rem;
}

.stripe-shopware-payment-card-cvc-info__header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.stripe-shopware-payment-card-cvc-info__schematic {
	margin: 1rem 0;
	width: 100%;
}

.stripe-shopware-payment-card-cvc-info__infotext {
	margin-top: 8px;
}

.stripe-shopware-payment-provider-logos {
	float: right;
	margin-left: 10px;
}

.stripe-shopware-payment-provider-logo {
	margin-right: 10px;
	width: 40px;
}

.mandate-button {
	margin-top: 8px;
}

.stripe-shopware-payment-sepa-bank-account-selection {
	clear: both;
}

.account-netzp-quickbuy .sort-active {
	color: red;
}

.account-netzp-quickbuy .netzp-quickbuy-productnumber {
	word-wrap: break-word;
	max-width: 150px;
}

.account-netzp-quickbuy .netzp-quickbuy-productname {
	float: left;
	margin-right: .5rem;
}

.account-netzp-quickbuy .netzp-quickbuy-productimage {
	max-width: 100px;
}

.account-netzp-quickbuy .product-price-unit:empty {
	display: none;
}

.account-netzp-quickbuy .netzp-quickbuy-quantity {
	width: 50px;
	text-align: right;
}

.hero-slider {
	position: relative;
	overflow: hidden;
}

.hero-slider-btn {
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
}

.hero-slider-btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(80, 177, 62, .25);
}

.hero-slider .hero-slider-slide {
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity: 0;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.hero-slider .hero-slider-slide.active {
	pointer-events: initial;
	opacity: 1;
}

.hero-slider .hero-slider-slide.active button, .hero-slider .hero-slider-slide.active a {
	pointer-events: initial;
}

.hero-slider .hero-slider-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-slider .hero-slider-image.hs-image-lazy {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
}

.hero-slider .hero-slider-image.hs-image-lazy.hs-image-loaded {
	opacity: 1;
}

.hero-slider .hero-slider-cta-container.hs-t-align-center {
	text-align: center;
}

.hero-slider .hero-slider-cta-container.hs-t-align-left {
	text-align: left;
}

.hero-slider .hero-slider-cta-container.hs-t-align-right {
	text-align: right;
}

.hero-slider .hero-slider-content-container {
	pointer-events: none;
	font-size: .75rem;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding: 4rem 3rem 5rem 3rem;
	width: 100%;
	height: 100%;
	white-space: normal;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.hero-slider .hero-slider-content-container.hs-horizontal-align-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.hero-slider .hero-slider-content-container.hs-horizontal-align-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hero-slider .hero-slider-content-container.hs-horizontal-align-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .hero-slider-content-container.hs-vertical-align-top {
	-ms-flex-align: start;
	align-items: flex-start;
}

.hero-slider .hero-slider-content-container.hs-vertical-align-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.hero-slider .hero-slider-content-container.hs-vertical-align-center {
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-content-container {
		font-size: .938rem;
		padding: 6rem 5rem 7rem 5rem;
	}
}

.hero-slider .hero-slider-description {
	padding: 1rem;
}

.hero-slider .hero-slider-description button, .hero-slider .hero-slider-description a {
	pointer-events: none;
}

.hero-slider .hero-slider-description.hs-t-align-center {
	text-align: center;
}

.hero-slider .hero-slider-description.hs-t-align-left {
	text-align: left;
}

.hero-slider .hero-slider-description.hs-t-align-right {
	text-align: right;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-description {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.hero-slider .hero-slider-description {
		max-width: 33.33%;
	}
}

.hero-slider .hero-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100%;
}

.hero-slider .hero-slider-slide-link {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-slider .hero-slider-content-before {
	font-family: inherit;
	margin-bottom: .4em;
}

.hero-slider .hero-slider-headline {
	font-size: 2.2rem;
	line-height: 1;
	display: block;
	width: 100%;
	color: inherit;
	float: left;
	font-family: inherit;
	margin-bottom: .75em;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-headline {
		font-size: 3rem;
	}
}

.hero-slider .hero-slider-content-after {
	margin-bottom: 2em;
}

.hero-slider .hero-slider-scroll-overlay {
	pointer-events: none;
	position: absolute;
	bottom: 1.5rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.hero-slider .hero-slider-scroll-overlay.hs-horizontal-align-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.hero-slider .hero-slider-scroll-overlay.hs-horizontal-align-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hero-slider .hero-slider-scroll-overlay.hs-horizontal-align-center {
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-scroll-overlay {
		bottom: 2.5rem;
	}
}

.hero-slider .hero-slider-scroll-icon {
	text-align: center;
	font-size: 1.2rem;
	color: #383838;
	background: white;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	margin: 0 2rem;
}

.hero-slider .hero-slider-scroll-icon.hs-interactive {
	pointer-events: all;
	cursor: pointer;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-scroll-icon {
		font-size: 1.4rem;
		width: 3.5rem;
		height: 3.5rem;
	}
}

.hero-slider .hero-slider-scroll-icon > .icon {
	color: inherit;
}

.hero-slider .hero-slider-menu {
	position: absolute;
	right: 1rem;
	bottom: 1.5rem;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.hero-slider .hero-slider-menu.hs-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
}

.hero-slider .hero-slider-menu.hs-vertical .hero-slider-menu-item {
	margin-bottom: .4rem;
	margin-right: 0;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-menu {
		bottom: 2.5rem;
		right: 2rem;
	}
}

.hero-slider .hero-slider-menu-item {
	box-sizing: border-box;
	display: inline-block;
	margin-right: .4rem;
	width: 1.4rem;
	height: 1.4rem;
	border: 2px solid white;
	border-radius: 100%;
	background-size: cover;
	position: relative;
}

@media (min-width: 576px) {
	.hero-slider .hero-slider-menu-item {
		width: 2rem;
		height: 2rem;
	}
}

.hero-slider .hero-slider-menu-item:after {
	content: "";
	position: absolute;
	background: white;
	width: 70%;
	height: 70%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	opacity: 0;
}

.hero-slider .hero-slider-menu-item:not(.active) {
	cursor: pointer;
}

.hero-slider .hero-slider-menu-item:last-child {
	margin: 0;
}

.hero-slider .hero-slider-menu-item:hover, .hero-slider .hero-slider-menu-item:focus {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hero-slider .hero-slider-menu-item.active {
	pointer-events: none;
}

.hero-slider .hero-slider-menu-item.active:after {
	opacity: 1;
}

.hero-slider .hero-slider-navigation-btn {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: white;
	opacity: 1;
	width: 1.8rem;
	height: 2.2rem;
	color: #383838;
}

@media (min-width: 576px) {
	.hero-slider .hero-slider-navigation-btn {
		width: 2.5rem;
		height: 2.5rem;
	}
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-navigation-btn {
		width: 3rem;
		height: 3rem;
	}
}

.hero-slider .hero-slider-navigation-btn.disabled {
	background: white;
	opacity: .2;
	cursor: default;
}

.hero-slider .hero-slider-navigation-btn-left {
	left: 0;
}

.hero-slider .hero-slider-navigation-btn-right {
	right: 0;
}

.hero-slider .hero-slider-navigation-btn > .icon {
	color: inherit;
}

.hero-slider .hero-slider-thumbnails {
	display: none;
}

@media (min-width: 576px) {
	.hero-slider .hero-slider-thumbnails-landscape {
		display: inline;
	}
}

@media (max-width: 575.98px) {
	.hero-slider .hero-slider-thumbnails-portrait {
		display: inline;
	}
}

.hero-slider .hero-slider-slide-container {
	height: 100%;
	width: 100%;
}

.hero-slider.hero-slider-mode-slide .hero-slider-slide-container {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	will-change: -ms-transform;
	will-change: -webkit-transform;
	will-change: transform;
	font-size: 0;
}

.hero-slider.hero-slider-mode-slide .hero-slider-slide {
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.hero-slider.hero-slider-mode-blend .hero-slider-slide-container {
	position: relative;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.hero-slider.hero-slider-mode-blend .hero-slider-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-slider.hero-slider-mode-blend .hero-slider-slide.active {
	z-index: 1;
}

.hero-slider .hs-custom-icon {
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: .25em;
}

.hero-slider.hs-dragged {
	cursor: grabbing;
}

.hero-slider.hs-dragged a {
	cursor: grabbing;
}

@media screen {
	/*
        Pointer-Events Fix:
        Some users experience issues with overlaying buttons and links,
        this fix aims to remove interaction issues in most cases
    */
	.hero-slider .hero-slider-slide:not(.active) {
		pointer-events: none !important;
	}
	
	.hero-slider .hero-slider-slide:not(.active) .hero-slider-description {
		pointer-events: none !important;
	}
	
	.hero-slider .hero-slider-slide.active .hero-slider-description {
		pointer-events: initial !important;
	}
}

.neno-category-slider--wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.neno-category-slider--wrapper {
		margin-bottom: 0;
	}
}

.neno-category-slider--controls.vertical-centered {
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.neno-category-slider--controls.bottom {
	position: absolute;
	width: 100%;
	text-align: center;
}

.neno-category-slider--controls.bottom.centered {
	text-align: center;
}

.neno-category-slider--controls.bottom.left {
	text-align: left;
}

@media (max-width: 767px) {
	.neno-category-slider--controls.bottom {
		bottom: 0;
		padding: 1rem 1rem;
	}
}

@media (min-width: 768px) {
	.neno-category-slider--controls.bottom {
		bottom: 10px;
		padding: 1rem 3.25rem;
	}
}

.neno-category-slider--controls-btn {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-category-slider--controls-btn .icon {
	color: white;
}

.neno-category-slider--controls-btn.prev {
	margin-right: .75rem;
}

.neno-category-slider--controls-btn.next {
	margin-left: .75rem;
}

.neno-category-slider--controls-btn:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-category-slider--controls-btn-centered {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-category-slider--controls-btn-centered .icon {
	color: white;
}

.neno-category-slider--controls-btn-centered.prev {
	float: left;
	margin-left: .5rem;
}

.neno-category-slider--controls-btn-centered.next {
	float: right;
	margin-right: .5rem;
}

.neno-category-slider--controls-btn-centered:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-category-slider--nav {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -2.5rem;
}

@media (min-width: 768px) {
	.neno-category-slider--nav {
		bottom: 26px;
		right: 26px;
		width: auto;
		text-align: initial;
	}
}

.neno-category-slider--nav-btn {
	position: relative;
}

.neno-category-slider--nav-btn:focus {
	outline: none;
}

.neno-category-slider--nav-btn.point {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
	margin-right: .25rem;
	border: none;
}

.neno-category-slider--nav-btn.dot {
	background: none;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 100%;
	margin-right: .25rem;
}

.neno-category-slider--nav-btn.dot.tns-nav-active:after {
	opacity: 1;
}

.neno-category-slider--nav-btn.dot:after {
	content: "";
	position: absolute;
	width: 70%;
	height: 70%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	opacity: 0;
}

.neno-category-slider--nav-btn.bar {
	width: 2.25rem;
	height: .65rem;
	background: none;
	margin-right: .45rem;
	border-radius: 10%;
}

.neno-category-slider--nav-btn.bar.tns-nav-active:after {
	opacity: 1;
}

.neno-category-slider--nav-btn.bar:after {
	content: "";
	position: absolute;
	width: 90%;
	height: 60%;
	top: 50%;
	left: 50%;
	border-radius: 10%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.neno-category-slider--item {
	color: white;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.neno-category-slider--item.tns-slide-active .neno-category-slider--item-content {
	opacity: 1;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .5s ease-out, -ms-transform .5s ease-out;
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	-webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-category-slider--item-content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	opacity: 0;
	-ms-transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	transition: opacity .5s ease-out, -ms-transform .5s ease-out;
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	-webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	z-index: 1;
}

@media (max-width: 767px) {
	.neno-category-slider--item-content {
		padding: .5rem;
	}
	
	.neno-category-slider--item-content.align-mobile-left {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.neno-category-slider--item-content.align-mobile-right {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.neno-category-slider--item-content.align-mobile-centered {
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.neno-category-slider--item-content {
		padding: 4rem;
	}
	
	.neno-category-slider--item-content.align-desktop-left {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.neno-category-slider--item-content.align-desktop-right {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.neno-category-slider--item-content.align-desktop-centered {
		-ms-flex-align: center;
		align-items: center;
	}
}

.neno-category-slider--item-image-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-category-slider--item-img {
	width: 100%;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-category-slider--name {
	margin: 0;
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.neno-category-slider--name {
		font-size: 1.75rem;
		line-height: 2.5rem;
		display: none;
	}
	
	.neno-category-slider--name.show-mobile {
		display: block;
	}
}

@media (min-width: 768px) {
	.neno-category-slider--name {
		font-size: 2.5rem;
		line-height: 4.25rem;
		display: none;
	}
	
	.neno-category-slider--name.show-desktop {
		display: block;
	}
}

.neno-category-slider--description {
	max-width: 600px;
	margin: 0;
}

@media (max-width: 767px) {
	.neno-category-slider--description {
		font-size: 1rem;
		display: none;
	}
	
	.neno-category-slider--description.show-mobile {
		display: block;
	}
	
	.neno-category-slider--description.align-mobile-left {
		text-align: left;
	}
	
	.neno-category-slider--description.align-mobile-right {
		text-align: right;
	}
	
	.neno-category-slider--description.align-mobile-centered {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.neno-category-slider--description {
		font-size: 1.2rem;
		display: none;
	}
	
	.neno-category-slider--description.show-desktop {
		display: block;
	}
	
	.neno-category-slider--description.align-desktop-left {
		text-align: left;
	}
	
	.neno-category-slider--description.align-desktop-right {
		text-align: right;
	}
	
	.neno-category-slider--description.align-desktop-centered {
		text-align: center;
	}
}

.neno-category-slider--btn {
	padding: .5rem 1rem;
	border-radius: 2px;
}

@media (max-width: 767px) {
	.neno-category-slider--btn {
		margin-top: .5rem;
		display: none;
	}
	
	.neno-category-slider--btn.show-mobile {
		display: block;
	}
}

@media (min-width: 768px) {
	.neno-category-slider--btn {
		margin-top: 2rem;
		display: none;
	}
	
	.neno-category-slider--btn.show-desktop {
		display: block;
	}
}

.neno-category-slider--btn:hover {
	text-decoration: none;
}

.neno-category-slider--btn:focus {
	outline: none;
}

.neno-category-card-slider--wrapper {
	width: 100%;
	position: relative;
}

.neno-category-card-slider--card-body {
	border-radius: 4px;
	box-shadow: 0 1px 30px 0 rgba(124, 124, 124, .3);
	-webkit-box-shadow: 0 1px 30px 0 rgba(124, 124, 124, .3);
	margin: 1rem 0;
}

.neno-category-card-slider--card-img {
	overflow: hidden;
	position: relative;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	padding-top: 60%;
}

.neno-category-card-slider--card-img img {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	object-position: center center;
}

.neno-category-card-slider--card-info {
	padding: 1.5rem 1rem;
	position: relative;
	overflow: hidden;
}

@media (max-width: 480px) {
	.neno-category-card-slider--card-info.align-mobile-left {
		text-align: left;
	}
	
	.neno-category-card-slider--card-info.align-mobile-right {
		text-align: right;
	}
	
	.neno-category-card-slider--card-info.align-mobile-centered {
		text-align: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-category-card-slider--card-info.align-tablet-left {
		text-align: left;
	}
	
	.neno-category-card-slider--card-info.align-tablet-right {
		text-align: right;
	}
	
	.neno-category-card-slider--card-info.align-tablet-centered {
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-category-card-slider--card-info.align-tablet-landscape-left {
		text-align: left;
	}
	
	.neno-category-card-slider--card-info.align-tablet-landscape-right {
		text-align: right;
	}
	
	.neno-category-card-slider--card-info.align-tablet-landscape-centered {
		text-align: center;
	}
}

@media (min-width: 1280px) {
	.neno-category-card-slider--card-info.align-desktop-left {
		text-align: left;
	}
	
	.neno-category-card-slider--card-info.align-desktop-right {
		text-align: right;
	}
	
	.neno-category-card-slider--card-info.align-desktop-centered {
		text-align: center;
	}
}

.neno-category-card-slider--name {
	font-size: 1.25rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-category-card-slider--name:hover {
	text-decoration: none;
}

@media (max-width: 480px) {
	.neno-category-card-slider--name {
		display: none;
	}
	
	.neno-category-card-slider--name.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-category-card-slider--name {
		display: none;
	}
	
	.neno-category-card-slider--name.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-category-card-slider--name {
		display: none;
	}
	
	.neno-category-card-slider--name.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-category-card-slider--name {
		display: none;
	}
	
	.neno-category-card-slider--name.show-desktop {
		display: block;
	}
}

.neno-category-card-slider--description {
	margin-bottom: 1rem;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@media (max-width: 480px) {
	.neno-category-card-slider--description {
		display: none;
	}
	
	.neno-category-card-slider--description.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-category-card-slider--description {
		display: none;
	}
	
	.neno-category-card-slider--description.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-category-card-slider--description {
		display: none;
	}
	
	.neno-category-card-slider--description.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-category-card-slider--description {
		display: none;
	}
	
	.neno-category-card-slider--description.show-desktop {
		display: block;
	}
}

.neno-category-card-slider--btn {
	padding: .125rem .75rem;
	border-radius: 2px;
	font-size: .875rem;
	line-height: 2.125rem;
	font-weight: initial;
	position: absolute;
	bottom: 2rem;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-category-card-slider--btn:hover {
	text-decoration: none;
}

@media (max-width: 480px) {
	.neno-category-card-slider--btn {
		display: none;
	}
	
	.neno-category-card-slider--btn.show-mobile {
		display: block;
	}
	
	.neno-category-card-slider--btn.align-mobile-left {
		left: 1rem;
	}
	
	.neno-category-card-slider--btn.align-mobile-right {
		right: 1rem;
	}
	
	.neno-category-card-slider--btn.align-mobile-centered {
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-category-card-slider--btn {
		display: none;
	}
	
	.neno-category-card-slider--btn.show-tablet {
		display: block;
	}
	
	.neno-category-card-slider--btn.align-tablet-left {
		left: 1rem;
	}
	
	.neno-category-card-slider--btn.align-tablet-right {
		right: 1rem;
	}
	
	.neno-category-card-slider--btn.align-tablet-centered {
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-category-card-slider--btn {
		display: none;
	}
	
	.neno-category-card-slider--btn.show-tablet-landscape {
		display: block;
	}
	
	.neno-category-card-slider--btn.align-tablet-landscape-left {
		left: 1rem;
	}
	
	.neno-category-card-slider--btn.align-tablet-landscape-right {
		right: 1rem;
	}
	
	.neno-category-card-slider--btn.align-tablet-landscape-centered {
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media (min-width: 1280px) {
	.neno-category-card-slider--btn {
		display: none;
	}
	
	.neno-category-card-slider--btn.show-desktop {
		display: block;
	}
	
	.neno-category-card-slider--btn.align-desktop-left {
		left: 1rem;
	}
	
	.neno-category-card-slider--btn.align-desktop-right {
		right: 1rem;
	}
	
	.neno-category-card-slider--btn.align-desktop-centered {
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.neno-category-card-slider--controls {
	width: 100%;
	margin-top: .5rem;
	padding: 1rem 3.25rem;
}

.neno-category-card-slider--controls.centered {
	text-align: center;
}

.neno-category-card-slider--controls.left {
	text-align: left;
}

.neno-category-card-slider--controls-btn {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-category-card-slider--controls-btn.prev {
	margin-right: .75rem;
}

.neno-category-card-slider--controls-btn.next {
	margin-left: .75rem;
}

.neno-category-card-slider--controls-btn:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-category-card-slider--controls-btn-centered {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-category-card-slider--controls-btn-centered .icon {
	color: white;
}

.neno-category-card-slider--controls-btn-centered-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.neno-category-card-slider--controls-btn-centered-wrapper.prev {
	left: 0;
	margin-left: .5rem;
}

.neno-category-card-slider--controls-btn-centered-wrapper.next {
	right: 0;
	margin-right: .5rem;
}

.neno-category-card-slider--controls-btn-centered:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-product-detail-slider--wrapper {
	width: 100%;
	position: relative;
}

.neno-product-detail-slider--controls {
	position: absolute;
	bottom: 14px;
}

@media (min-width: 769px) {
	.neno-product-detail-slider--controls {
		bottom: 52px;
	}
}

.neno-product-detail-slider--controls.align-left {
	left: 16px;
}

@media (min-width: 769px) {
	.neno-product-detail-slider--controls.align-left {
		left: 52px;
	}
}

.neno-product-detail-slider--controls.align-center {
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.neno-product-detail-slider--controls-btn {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-product-detail-slider--controls-btn.prev {
	margin-right: .75rem;
}

.neno-product-detail-slider--controls-btn.next {
	margin-left: .75rem;
}

.neno-product-detail-slider--controls-btn:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-product-detail-slider--controls-btn-centered {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-product-detail-slider--controls-btn-centered .icon {
	color: white;
}

.neno-product-detail-slider--controls-btn-centered-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.neno-product-detail-slider--controls-btn-centered-wrapper.prev {
	left: 0;
	margin-left: .5rem;
}

.neno-product-detail-slider--controls-btn-centered-wrapper.next {
	right: 0;
	margin-right: .5rem;
}

.neno-product-detail-slider--controls-btn-centered:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-product-detail-slider--item.tns-slide-active .neno-product-detail-slider--item-content-inner {
	opacity: 1;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .5s ease-out, -ms-transform .5s ease-out;
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	-webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-product-detail-slider--item.tns-slide-active .neno-product-detail-slider--atc-btn {
	opacity: 1;
	-webkit-transition: opacity 1.25s ease-out;
	transition: opacity 1.25s ease-out;
}

.neno-product-detail-slider--item.tns-slide-active .neno-product-detail-slider--item-img img {
	opacity: 1;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

@media (max-width: 768px) {
	.neno-product-detail-slider--item {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}

@media (min-width: 769px) {
	.neno-product-detail-slider--item {
		background-image: none !important;
	}
}

.neno-product-detail-slider--item-img {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	display: none;
}

@media (min-width: 769px) {
	.neno-product-detail-slider--item-img {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

.neno-product-detail-slider--item-img.contain img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.neno-product-detail-slider--item-img.cover img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.neno-product-detail-slider--item-img.fill img {
	object-fit: fill;
	width: 100%;
	height: 100%;
}

.neno-product-detail-slider--item-img.center {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.neno-product-detail-slider--item-img.center img {
	width: 50%;
}

.neno-product-detail-slider--item-img img {
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-product-detail-slider--item-content {
	width: 100%;
	height: 100%;
	float: right;
	position: relative;
}

@media (min-width: 769px) {
	.neno-product-detail-slider--item-content {
		width: 50%;
	}
	
	.neno-product-detail-slider--item-content.full {
		width: 100%;
	}
}

.neno-product-detail-slider--item-content-inner {
	width: 100%;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	opacity: 0;
	-ms-transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	transition: opacity .5s ease-out, -ms-transform .5s ease-out;
	transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
	transition: opacity .5s ease-out, transform .5s ease-out;
	-webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
}

@media (max-width: 480px) {
	.neno-product-detail-slider--item-content-inner {
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	
	.neno-product-detail-slider--item-content-inner.controls-bottom {
		padding: 1rem 1.5rem 3.5rem 1.5rem;
	}
	
	.neno-product-detail-slider--item-content-inner.align-mobile-left {
		text-align: left;
	}
	
	.neno-product-detail-slider--item-content-inner.align-mobile-right {
		text-align: right;
	}
	
	.neno-product-detail-slider--item-content-inner.align-mobile-centered {
		text-align: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-detail-slider--item-content-inner {
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	
	.neno-product-detail-slider--item-content-inner.controls-bottom {
		padding: 1rem 1.5rem 3.5rem 1.5rem;
	}
	
	.neno-product-detail-slider--item-content-inner.align-tablet-left {
		text-align: left;
	}
	
	.neno-product-detail-slider--item-content-inner.align-tablet-right {
		text-align: right;
	}
	
	.neno-product-detail-slider--item-content-inner.align-tablet-centered {
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-detail-slider--item-content-inner {
		padding: 4rem;
	}
	
	.neno-product-detail-slider--item-content-inner.align-tablet-landscape-left {
		text-align: left;
	}
	
	.neno-product-detail-slider--item-content-inner.align-tablet-landscape-right {
		text-align: right;
	}
	
	.neno-product-detail-slider--item-content-inner.align-tablet-landscape-centered {
		text-align: center;
	}
}

@media (min-width: 1280px) {
	.neno-product-detail-slider--item-content-inner {
		padding: 4rem;
	}
	
	.neno-product-detail-slider--item-content-inner.align-desktop-left {
		text-align: left;
	}
	
	.neno-product-detail-slider--item-content-inner.align-desktop-right {
		text-align: right;
	}
	
	.neno-product-detail-slider--item-content-inner.align-desktop-centered {
		text-align: center;
	}
}

.neno-product-detail-slider--name {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 3.25rem;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-product-detail-slider--name:hover {
	text-decoration: none;
}

@media (max-width: 480px) {
	.neno-product-detail-slider--name {
		display: none;
	}
	
	.neno-product-detail-slider--name.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-detail-slider--name {
		display: none;
	}
	
	.neno-product-detail-slider--name.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-detail-slider--name {
		display: none;
	}
	
	.neno-product-detail-slider--name.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-detail-slider--name {
		display: none;
	}
	
	.neno-product-detail-slider--name.show-desktop {
		display: block;
	}
}

.neno-product-detail-slider--rating {
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.neno-product-detail-slider--rating {
		display: none;
	}
	
	.neno-product-detail-slider--rating.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-detail-slider--rating {
		display: none;
	}
	
	.neno-product-detail-slider--rating.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-detail-slider--rating {
		display: none;
	}
	
	.neno-product-detail-slider--rating.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-detail-slider--rating {
		display: none;
	}
	
	.neno-product-detail-slider--rating.show-desktop {
		display: block;
	}
}

.neno-product-detail-slider--desc {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	margin: 0;
}

@media (max-width: 480px) {
	.neno-product-detail-slider--desc {
		display: none;
	}
	
	.neno-product-detail-slider--desc.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-detail-slider--desc {
		display: none;
	}
	
	.neno-product-detail-slider--desc.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-detail-slider--desc {
		display: none;
	}
	
	.neno-product-detail-slider--desc.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-detail-slider--desc {
		display: none;
	}
	
	.neno-product-detail-slider--desc.show-desktop {
		display: block;
	}
}

.neno-product-detail-slider--variants-container {
	margin: 1rem 0;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 480px) {
	.neno-product-detail-slider--variants-container {
		display: none;
	}
	
	.neno-product-detail-slider--variants-container.show-mobile {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-detail-slider--variants-container.align-mobile-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-detail-slider--variants-container.align-mobile-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-detail-slider--variants-container.align-mobile-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-detail-slider--variants-container {
		display: none;
	}
	
	.neno-product-detail-slider--variants-container.show-tablet {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-detail-slider--variants-container.align-tablet-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-detail-slider--variants-container.align-tablet-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-detail-slider--variants-container.align-tablet-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-detail-slider--variants-container {
		display: none;
	}
	
	.neno-product-detail-slider--variants-container.show-tablet-landscape {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-detail-slider--variants-container.align-tablet-landscape-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-detail-slider--variants-container.align-tablet-landscape-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-detail-slider--variants-container.align-tablet-landscape-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1280px) {
	.neno-product-detail-slider--variants-container {
		display: none;
	}
	
	.neno-product-detail-slider--variants-container.show-desktop {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-detail-slider--variants-container.align-desktop-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-detail-slider--variants-container.align-desktop-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-detail-slider--variants-container.align-desktop-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.neno-product-detail-slider--variant {
	padding: .125rem .75rem;
	line-height: 2.125rem;
	font-size: .875rem;
	margin-left: .5rem;
	margin-right: .5rem;
	border: 1px solid darkgrey;
	border-radius: .125rem;
}

.neno-product-detail-slider--variant p {
	margin: 0;
}

.neno-product-detail-slider--variant .value {
	font-weight: 600;
}

.neno-product-detail-slider--variant:first-child {
	margin-left: 0;
}

.neno-product-detail-slider--price {
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.neno-product-detail-slider--price {
		display: none;
	}
	
	.neno-product-detail-slider--price.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-detail-slider--price {
		display: none;
	}
	
	.neno-product-detail-slider--price.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-detail-slider--price {
		display: none;
	}
	
	.neno-product-detail-slider--price.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-detail-slider--price {
		display: none;
	}
	
	.neno-product-detail-slider--price.show-desktop {
		display: block;
	}
}

@media (max-width: 480px) {
	.neno-product-detail-slider--action.mobile {
		display: none;
	}
	
	.neno-product-detail-slider--action.mobile.show-mobile {
		display: block;
	}
	
	.neno-product-detail-slider--action.mobile.align-mobile-left .product-action .btn-buy, .neno-product-detail-slider--action.mobile.align-mobile-left .product-action .btn-light {
		float: left;
	}
	
	.neno-product-detail-slider--action.mobile.align-mobile-right .product-action .btn-buy, .neno-product-detail-slider--action.mobile.align-mobile-right .product-action .btn-light {
		float: right;
	}
	
	.neno-product-detail-slider--action.mobile.align-mobile-centered .product-action .btn-buy, .neno-product-detail-slider--action.mobile.align-mobile-centered .product-action .btn-light {
		margin: 0 auto;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-detail-slider--action.mobile {
		display: none;
	}
	
	.neno-product-detail-slider--action.mobile.show-tablet {
		display: block;
	}
	
	.neno-product-detail-slider--action.mobile.align-tablet-left .product-action .btn-buy, .neno-product-detail-slider--action.mobile.align-tablet-left .product-action .btn-light {
		float: left;
	}
	
	.neno-product-detail-slider--action.mobile.align-tablet-right .product-action .btn-buy, .neno-product-detail-slider--action.mobile.align-tablet-right .product-action .btn-light {
		float: right;
	}
	
	.neno-product-detail-slider--action.mobile.align-tablet-centered .product-action .btn-buy, .neno-product-detail-slider--action.mobile.align-tablet-centered .product-action .btn-light {
		margin: 0 auto;
	}
}

@media (min-width: 769px) {
	.neno-product-detail-slider--action.mobile {
		display: none !important;
	}
}

.neno-product-detail-slider--action.desktop {
	position: absolute;
	bottom: 52px;
	z-index: 2;
}

@media (max-width: 768px) {
	.neno-product-detail-slider--action.desktop {
		display: none !important;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-detail-slider--action.desktop {
		display: none;
	}
	
	.neno-product-detail-slider--action.desktop.show-tablet-landscape {
		display: block;
	}
	
	.neno-product-detail-slider--action.desktop.align-tablet-landscape-left {
		left: 64px;
	}
	
	.neno-product-detail-slider--action.desktop.align-tablet-landscape-right {
		right: 64px;
	}
	
	.neno-product-detail-slider--action.desktop.align-tablet-landscape-centered {
		position: absolute;
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media (min-width: 1280px) {
	.neno-product-detail-slider--action.desktop {
		display: none;
	}
	
	.neno-product-detail-slider--action.desktop.show-desktop {
		display: block;
	}
	
	.neno-product-detail-slider--action.desktop.align-desktop-left {
		left: 64px;
	}
	
	.neno-product-detail-slider--action.desktop.align-desktop-right {
		right: 64px;
	}
	
	.neno-product-detail-slider--action.desktop.align-desktop-centered {
		position: absolute;
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.neno-product-detail-slider--action .product-action .btn-buy {
	padding: .125rem .75rem;
	background: none;
	border-radius: 2px;
	font-size: .875rem;
	line-height: 2.125rem;
	font-weight: initial;
	width: auto;
}

.neno-product-detail-slider--action .product-action .btn-light {
	padding: .125rem .75rem;
	background: none;
	border-radius: 2px;
	font-size: .875rem;
	line-height: 2.125rem;
	font-weight: initial;
	color: white;
	width: auto;
}

.neno-product-card-slider--wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.neno-product-card-slider--wrapper {
		margin-bottom: 0;
	}
}

.neno-product-card-slider--card {
	background: none;
}

.neno-product-card-slider--card-body {
	border-radius: 4px;
	box-shadow: 0 1px 30px 0 rgba(124, 124, 124, .3);
	-webkit-box-shadow: 0 1px 30px 0 rgba(124, 124, 124, .3);
	margin: 1rem 0;
}

.neno-product-card-slider--card-img {
	overflow: hidden;
	position: relative;
}

.neno-product-card-slider--card-img img {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	object-position: center center;
}

.neno-product-card-slider--card-info {
	padding: 1.5rem 1rem;
	position: relative;
}

@media (max-width: 480px) {
	.neno-product-card-slider--card-info.align-mobile-left {
		text-align: left;
	}
	
	.neno-product-card-slider--card-info.align-mobile-right {
		text-align: right;
	}
	
	.neno-product-card-slider--card-info.align-mobile-centered {
		text-align: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-card-slider--card-info.align-tablet-left {
		text-align: left;
	}
	
	.neno-product-card-slider--card-info.align-tablet-right {
		text-align: right;
	}
	
	.neno-product-card-slider--card-info.align-tablet-centered {
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-card-slider--card-info.align-tablet-landscape-left {
		text-align: left;
	}
	
	.neno-product-card-slider--card-info.align-tablet-landscape-right {
		text-align: right;
	}
	
	.neno-product-card-slider--card-info.align-tablet-landscape-centered {
		text-align: center;
	}
}

@media (min-width: 1280px) {
	.neno-product-card-slider--card-info.align-desktop-left {
		text-align: left;
	}
	
	.neno-product-card-slider--card-info.align-desktop-right {
		text-align: right;
	}
	
	.neno-product-card-slider--card-info.align-desktop-centered {
		text-align: center;
	}
}

.neno-product-card-slider--name {
	font-size: 1.25rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-product-card-slider--name:hover {
	text-decoration: none;
}

@media (max-width: 480px) {
	.neno-product-card-slider--name {
		display: none;
	}
	
	.neno-product-card-slider--name.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-card-slider--name {
		display: none;
	}
	
	.neno-product-card-slider--name.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-card-slider--name {
		display: none;
	}
	
	.neno-product-card-slider--name.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-card-slider--name {
		display: none;
	}
	
	.neno-product-card-slider--name.show-desktop {
		display: block;
	}
}

.neno-product-card-slider--rating {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.neno-product-card-slider--rating {
		display: none;
	}
	
	.neno-product-card-slider--rating.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-card-slider--rating {
		display: none;
	}
	
	.neno-product-card-slider--rating.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-card-slider--rating {
		display: none;
	}
	
	.neno-product-card-slider--rating.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-card-slider--rating {
		display: none;
	}
	
	.neno-product-card-slider--rating.show-desktop {
		display: block;
	}
}

.neno-product-card-slider--description {
	margin-bottom: 1rem;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@media (max-width: 480px) {
	.neno-product-card-slider--description {
		display: none;
	}
	
	.neno-product-card-slider--description.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-card-slider--description {
		display: none;
	}
	
	.neno-product-card-slider--description.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-card-slider--description {
		display: none;
	}
	
	.neno-product-card-slider--description.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-card-slider--description {
		display: none;
	}
	
	.neno-product-card-slider--description.show-desktop {
		display: block;
	}
}

.neno-product-card-slider--variants-container {
	margin-bottom: .5rem;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 480px) {
	.neno-product-card-slider--variants-container {
		display: none;
	}
	
	.neno-product-card-slider--variants-container.show-mobile {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-card-slider--variants-container.align-mobile-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-card-slider--variants-container.align-mobile-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-card-slider--variants-container.align-mobile-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-card-slider--variants-container {
		display: none;
	}
	
	.neno-product-card-slider--variants-container.show-tablet {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-card-slider--variants-container.align-tablet-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-card-slider--variants-container.align-tablet-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-card-slider--variants-container.align-tablet-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-card-slider--variants-container {
		display: none;
	}
	
	.neno-product-card-slider--variants-container.show-tablet-landscape {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-card-slider--variants-container.align-tablet-landscape-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-card-slider--variants-container.align-tablet-landscape-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-card-slider--variants-container.align-tablet-landscape-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1280px) {
	.neno-product-card-slider--variants-container {
		display: none;
	}
	
	.neno-product-card-slider--variants-container.show-desktop {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.neno-product-card-slider--variants-container.align-desktop-left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.neno-product-card-slider--variants-container.align-desktop-right {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.neno-product-card-slider--variants-container.align-desktop-centered {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.neno-product-card-slider--variant {
	padding: .125rem .5rem;
	line-height: 2.125rem;
	font-size: .875rem;
	margin-left: .25rem;
	margin-right: .25rem;
}

.neno-product-card-slider--variant p {
	margin: 0;
}

.neno-product-card-slider--variant .value {
	font-weight: 600;
}

.neno-product-card-slider--variant:first-child {
	margin-left: 0;
}

@media (max-width: 480px) {
	.neno-product-card-slider--price {
		display: none;
	}
	
	.neno-product-card-slider--price.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-card-slider--price {
		display: none;
	}
	
	.neno-product-card-slider--price.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-card-slider--price {
		display: none;
	}
	
	.neno-product-card-slider--price.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-card-slider--price {
		display: none;
	}
	
	.neno-product-card-slider--price.show-desktop {
		display: block;
	}
}

.neno-product-card-slider--action {
	position: absolute;
	bottom: 2rem;
	left: 1rem;
	right: 1rem;
}

@media (max-width: 480px) {
	.neno-product-card-slider--action {
		display: none;
	}
	
	.neno-product-card-slider--action.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-product-card-slider--action {
		display: none;
	}
	
	.neno-product-card-slider--action.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-product-card-slider--action {
		display: none;
	}
	
	.neno-product-card-slider--action.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-product-card-slider--action {
		display: none;
	}
	
	.neno-product-card-slider--action.show-desktop {
		display: block;
	}
}

.neno-product-card-slider--controls {
	width: 100%;
	margin-top: .5rem;
	padding: 1rem 3.25rem;
}

.neno-product-card-slider--controls.centered {
	text-align: center;
}

.neno-product-card-slider--controls.left {
	text-align: left;
}

.neno-product-card-slider--controls-btn {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-product-card-slider--controls-btn.prev {
	margin-right: .75rem;
}

.neno-product-card-slider--controls-btn.next {
	margin-left: .75rem;
}

.neno-product-card-slider--controls-btn:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-product-card-slider--controls-btn-centered {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
}

.neno-product-card-slider--controls-btn-centered .icon {
	color: white;
}

.neno-product-card-slider--controls-btn-centered-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.neno-product-card-slider--controls-btn-centered-wrapper.prev {
	left: 0;
	margin-left: .5rem;
}

.neno-product-card-slider--controls-btn-centered-wrapper.next {
	right: 0;
	margin-right: .5rem;
}

.neno-reviews-slider--wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.neno-reviews-slider--wrapper {
		margin-bottom: 0;
	}
}

.neno-reviews-slider--item-body {
	background: #f6f6f6;
	padding: 1rem;
	height: 16rem;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 1rem 0;
	border-radius: 2px;
	box-shadow: 0 1px 30px 0 rgba(124, 124, 124, .3);
	-webkit-box-shadow: 0 1px 30px 0 rgba(124, 124, 124, .3);
}

@media (max-width: 480px) {
	.neno-reviews-slider--item-body.align-mobile-left {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.neno-reviews-slider--item-body.align-mobile-right {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.neno-reviews-slider--item-body.align-mobile-centered {
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-reviews-slider--item-body.align-tablet-left {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.neno-reviews-slider--item-body.align-tablet-right {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.neno-reviews-slider--item-body.align-tablet-centered {
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-reviews-slider--item-body.align-tablet-landscape-left {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.neno-reviews-slider--item-body.align-tablet-landscape-right {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.neno-reviews-slider--item-body.align-tablet-landscape-centered {
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1280px) {
	.neno-reviews-slider--item-body.align-desktop-left {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.neno-reviews-slider--item-body.align-desktop-right {
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.neno-reviews-slider--item-body.align-desktop-centered {
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.neno-reviews-slider--title {
		display: none;
	}
	
	.neno-reviews-slider--title.show-mobile {
		display: block;
	}
	
	.neno-reviews-slider--title.align-mobile-left {
		text-align: left;
	}
	
	.neno-reviews-slider--title.align-mobile-right {
		text-align: right;
	}
	
	.neno-reviews-slider--title.align-mobile-centered {
		text-align: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-reviews-slider--title {
		display: none;
	}
	
	.neno-reviews-slider--title.show-tablet {
		display: block;
	}
	
	.neno-reviews-slider--title.align-tablet-left {
		text-align: left;
	}
	
	.neno-reviews-slider--title.align-tablet-right {
		text-align: right;
	}
	
	.neno-reviews-slider--title.align-tablet-centered {
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-reviews-slider--title {
		display: none;
	}
	
	.neno-reviews-slider--title.show-tablet-landscape {
		display: block;
	}
	
	.neno-reviews-slider--title.align-tablet-landscape-left {
		text-align: left;
	}
	
	.neno-reviews-slider--title.align-tablet-landscape-right {
		text-align: right;
	}
	
	.neno-reviews-slider--title.align-tablet-landscape-centered {
		text-align: center;
	}
}

@media (min-width: 1280px) {
	.neno-reviews-slider--title {
		display: none;
	}
	
	.neno-reviews-slider--title.show-desktop {
		display: block;
	}
	
	.neno-reviews-slider--title.align-desktop-left {
		text-align: left;
	}
	
	.neno-reviews-slider--title.align-desktop-right {
		text-align: right;
	}
	
	.neno-reviews-slider--title.align-desktop-centered {
		text-align: center;
	}
}

.neno-reviews-slider--content {
	min-height: 5.25rem;
}

@media (max-width: 480px) {
	.neno-reviews-slider--content {
		display: none;
	}
	
	.neno-reviews-slider--content.show-mobile {
		display: block;
	}
	
	.neno-reviews-slider--content.align-mobile-left {
		text-align: left;
	}
	
	.neno-reviews-slider--content.align-mobile-right {
		text-align: right;
	}
	
	.neno-reviews-slider--content.align-mobile-centered {
		text-align: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-reviews-slider--content {
		display: none;
	}
	
	.neno-reviews-slider--content.show-tablet {
		display: block;
	}
	
	.neno-reviews-slider--content.align-tablet-left {
		text-align: left;
	}
	
	.neno-reviews-slider--content.align-tablet-right {
		text-align: right;
	}
	
	.neno-reviews-slider--content.align-tablet-centered {
		text-align: center;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-reviews-slider--content {
		display: none;
	}
	
	.neno-reviews-slider--content.show-tablet-landscape {
		display: block;
	}
	
	.neno-reviews-slider--content.align-tablet-landscape-left {
		text-align: left;
	}
	
	.neno-reviews-slider--content.align-tablet-landscape-right {
		text-align: right;
	}
	
	.neno-reviews-slider--content.align-tablet-landscape-centered {
		text-align: center;
	}
}

@media (min-width: 1280px) {
	.neno-reviews-slider--content {
		display: none;
	}
	
	.neno-reviews-slider--content.show-desktop {
		display: block;
	}
	
	.neno-reviews-slider--content.align-desktop-left {
		text-align: left;
	}
	
	.neno-reviews-slider--content.align-desktop-right {
		text-align: right;
	}
	
	.neno-reviews-slider--content.align-desktop-centered {
		text-align: center;
	}
}

.neno-reviews-slider--name {
	font-style: italic;
	font-weight: 600;
}

@media (max-width: 480px) {
	.neno-reviews-slider--name {
		display: none;
	}
	
	.neno-reviews-slider--name.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-reviews-slider--name {
		display: none;
	}
	
	.neno-reviews-slider--name.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-reviews-slider--name {
		display: none;
	}
	
	.neno-reviews-slider--name.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-reviews-slider--name {
		display: none;
	}
	
	.neno-reviews-slider--name.show-desktop {
		display: block;
	}
}

@media (max-width: 480px) {
	.neno-reviews-slider--rating {
		display: none;
	}
	
	.neno-reviews-slider--rating.show-mobile {
		display: block;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.neno-reviews-slider--rating {
		display: none;
	}
	
	.neno-reviews-slider--rating.show-tablet {
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	.neno-reviews-slider--rating {
		display: none;
	}
	
	.neno-reviews-slider--rating.show-tablet-landscape {
		display: block;
	}
}

@media (min-width: 1280px) {
	.neno-reviews-slider--rating {
		display: none;
	}
	
	.neno-reviews-slider--rating.show-desktop {
		display: block;
	}
}

.neno-reviews-slider--controls {
	width: 100%;
	margin-top: .5rem;
	padding: 1rem 3.25rem;
	text-align: center;
}

.neno-reviews-slider--controls.centered {
	text-align: center;
}

.neno-reviews-slider--controls.left {
	text-align: left;
}

.neno-reviews-slider--controls-btn {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-reviews-slider--controls-btn.prev {
	margin-right: .75rem;
}

.neno-reviews-slider--controls-btn.next {
	margin-left: .75rem;
}

.neno-reviews-slider--controls-btn:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-reviews-slider--controls-btn-centered {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-reviews-slider--controls-btn-centered .icon {
	color: white;
}

.neno-reviews-slider--controls-btn-centered-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.neno-reviews-slider--controls-btn-centered-wrapper.prev {
	left: 0;
	margin-left: .5rem;
}

.neno-reviews-slider--controls-btn-centered-wrapper.next {
	right: 0;
	margin-right: .5rem;
}

.neno-reviews-slider--controls-btn-centered:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-manufacturer-slider--wrapper {
	width: 100%;
	position: relative;
}

.neno-manufacturer-slider--item-body {
	margin: 1rem 0;
}

.neno-manufacturer-slider--img {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 120px;
}

.neno-manufacturer-slider--img img {
	width: 100px;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-manufacturer-slider--img:hover img {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-manufacturer-slider--name {
	text-align: center;
	margin-top: .5rem;
	margin-bottom: 0;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.neno-manufacturer-slider--name-link:hover {
	text-decoration: none;
}

.neno-manufacturer-slider--controls {
	width: 100%;
	margin-top: .5rem;
	padding: 1rem 3.25rem;
	text-align: center;
}

.neno-manufacturer-slider--controls.centered {
	text-align: center;
}

.neno-manufacturer-slider--controls.left {
	text-align: left;
}

.neno-manufacturer-slider--controls-btn {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-manufacturer-slider--controls-btn.prev {
	margin-right: .75rem;
}

.neno-manufacturer-slider--controls-btn.next {
	margin-left: .75rem;
}

.neno-manufacturer-slider--controls-btn:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-manufacturer-slider--controls-btn-centered {
	width: 2rem;
	height: 2rem;
	background: none;
	border: none;
	padding: 0;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.neno-manufacturer-slider--controls-btn-centered .icon {
	color: white;
}

.neno-manufacturer-slider--controls-btn-centered-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.neno-manufacturer-slider--controls-btn-centered-wrapper.prev {
	left: 0;
	margin-left: .5rem;
}

.neno-manufacturer-slider--controls-btn-centered-wrapper.next {
	right: 0;
	margin-right: .5rem;
}

.neno-manufacturer-slider--controls-btn-centered:hover {
	-ms-transform: scale(1.25, 1.25);
	-webkit-transform: scale(1.25, 1.25);
	transform: scale(1.25, 1.25);
	transition: -ms-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transition: -webkit-transform .5s;
}

.search-suggest {
	position: absolute;
	z-index: 1000;
	box-shadow: 0 10px 25px -15px #000;
}

.search-suggest .megasearch--container {
	float: left;
	width: 100%;
	background-color: #fff;
}

.search-suggest .megasearch--container #categories {
	float: left;
	width: 40%;
}

.search-suggest .megasearch--container #suppliers {
	float: left;
	clear: left;
	width: 40%;
}

.search-suggest .megasearch--container #categories .entry--name, .search-suggest .megasearch--container #suppliers .entry--name {
	width: 100%;
}

.search-suggest .megasearch--container #products {
	float: right;
	width: 60%;
	padding-left: 20px;
}

.search-suggest .megasearch--container .megasearch--title {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	text-align: center;
	background-color: #396db4;
	color: #fff;
}

.search-suggest .megasearch--container .search-suggest-no-result {
	box-shadow: none;
	border-radius: 0;
}

.search-suggest .megasearch--container .search-suggest-container {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	box-shadow: none;
	z-index: auto;
}

.search-suggest .megasearch--container .search-suggest-container::after {
	display: none;
}

.search-suggest .megasearch--container #products .search-suggest-container, .search-suggest .megasearch--container #suppliers .search-suggest-container {
	margin-bottom: 0;
}

@media screen and (min-width: 1201px) {
	.search-suggest {
		width: 1000px;
		left: 0;
		margin-left: 0;
		-ms-transform: translateX(-25%);
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.search-suggest {
		width: 700px;
		left: 0;
		-ms-transform: translateX(-15%);
		-webkit-transform: translateX(-15%);
		transform: translateX(-15%);
	}
}

@media screen and (max-width: 767px) {
	.search-suggest {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	.search-suggest .megasearch--container #categories, .search-suggest .megasearch--container #suppliers, .search-suggest .megasearch--container #products {
		float: none;
		clear: none;
		width: 100%;
		padding: 0;
	}
	
	.search-suggest .megasearch--container #categories .search-suggest-container {
		margin-bottom: 0;
	}
}

.wishlist-header-btn .wishlist-count {
	position: absolute;
	top: 0px;
	right: -.25rem;
}

.wishlist-header-btn .wishlist-header-name {
	display: none;
}

.wishlist-listing-badges {
	position: absolute;
	top: -4px;
	right: -7px;
	z-index: 10;
}

.wishlist-listing-badges .wishlist-heart-badge {
	padding: 0 8px;
	height: 32px;
	margin: 0 0 8px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	border-radius: 0 3px 3px 0;
	border-color: transparent;
	font-size: 18px;
	letter-spacing: 0;
	box-sizing: content-box;
	min-width: 10px;
}

.wishlist-listing-badges .wishlist-heart-badge:hover, .wishlist-listing-badges .wishlist-heart-badge:hover .icon {
	color: #50b13e;
}

.wishlist-listing-badges .wishlist-heart-badge span.noticed-on-wishlist .icon {
	color: #50b13e;
}

.container--wishlist-content .public-wishlist-title {
	line-height: 20px;
}

.container--wishlist-content .product-small-details {
	font-size: .75rem;
}

.container--wishlist-content .product-detail-list-price-wrapper {
	height: auto;
}

#prems-wishlist [aria-expanded="true"] .icon-arrow-circle-down, #prems-wishlist [aria-expanded="false"] .icon-arrow-circle-up {
	display: none;
}

#prems-wishlist .container--button-new-wishlist {
	text-align: right;
}

#prems-wishlist .wishlist--head {
	width: 100%;
	display: table;
}

#prems-wishlist .wishlist--head .wishlist--head-title {
	vertical-align: top;
	display: table-cell;
	width: 80%;
	overflow: hidden;
}

#prems-wishlist .wishlist--head .wishlist-visibility {
	vertical-align: top;
	display: table-cell;
	width: 3%;
	overflow: hidden;
}

#prems-wishlist .wishlist--head .icons--up-down {
	display: table-cell;
	width: 10%;
	overflow: hidden;
	text-align: right;
}

#prems-wishlist .wishlist--share-options {
	word-wrap: break-word;
}

#prems-wishlist .wishlist--share-options .cart--share-container .share-link-container .share-link-inputfield {
	width: 600px;
}

@media screen and (max-width: 55.75em) {
	#prems-wishlist .wishlist--share-options .cart--share-container .share-link-container .share-link-inputfield {
		width: 200px;
	}
}

#prems-wishlist .wishlist-product-option {
	font-weight: normal;
}

#prems-wishlist .wishlist-hide-btn .wishlist-hide-btn-text {
	display: block;
}

#prems-wishlist .wishlist-hide-btn .wishlist-view-btn-text {
	display: none;
}

#prems-wishlist .wishlist-hide-btn.collapsed .wishlist-hide-btn-text {
	display: none;
}

#prems-wishlist .wishlist-hide-btn.collapsed .wishlist-view-btn-text {
	display: block;
}

.is-ctl-wishlist.is-act-detail .wishlist-owner--text {
	font-size: 12px;
}

.wishlist-modal--inner a:not([href]):not([tabindex]) {
	color: #fff;
}

.wishlist-modal--inner .text-add-wishlist-name {
	font-size: 16px;
}

.wishlist-modal--inner .input-add-wishlist-name {
	font-size: 16px;
	margin-bottom: 10px;
	border-color: transparent;
	width: 300px;
}

.wishlist-modal--inner .add-wishlist-actions .save-name {
	margin-right: 10px;
}

.wishlist-modal--inner .inner--info-text {
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 20px;
}

.wishlist-modal--inner .inner--info-text.grey-out {
	opacity: .7;
}

.wishlist-modal--inner .inner--info-text .wishlist-product-thumb {
	width: 100px;
	margin-right: 16px;
	float: left;
}

.wishlist-modal--inner .inner--info-text .wishlist-product-title {
	margin-bottom: 10px;
}

.wishlist-modal--inner .inner--info-text .product-cheapest-price, .wishlist-modal--inner .inner--info-text .product-price-unit {
	display: none;
}

.wishlist-modal--inner .inner--info-text .product-price {
	margin-top: 0;
	font-weight: normal;
	font-size: 14px;
}

.wishlist-modal--inner .current-wishlists--item {
	padding: 8px;
}

.wishlist-modal--inner .current-wishlists--item:hover {
	background-color: #50b13e;
	color: #fff;
}

.wishlist-modal--inner .current-wishlists--item .cart-item--label {
	margin-bottom: 0;
}

.wishlist-modal--button {
	cursor: pointer;
}

[data-wishlist-quantity-as-textfield="true"] {
	width: 100px;
}

/*
Override variable defaults
==================================================
This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap.

Because of the !default flags, theme variable overrides have to be declared beforehand.
https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults
*/

/*
 * Abstract: Variables, Mixins, Functions
 * -------------------------------------- */

/*
 * Mixins
 * ---------------------------- */

/*
 * Variables
 * ---------------------------- */

/*
 * Theme
 * ----- */

/*
 * Bootstrap
 * --------- */

/*
 * Vendors
 * ------- */

/*
 * Overrides: Theme, Bootstrap
 * --------------------------- */

/*
Override variable defaults
==================================================
This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap.

Because of the !default flags, theme variable overrides have to be declared beforehand.
https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults
*/

/*
 * Abstract: Variables, Mixins, Functions
 * -------------------------------------- */

/*
 * Mixins
 * ---------------------------- */

/*
 * Variables
 * ---------------------------- */

/*
 * Theme
 * ----- */

/*
 * Bootstrap
 * --------- */

/*
 * Base stuff
 * ---------- */
html {
	scroll-behavior: smooth;
}

.is--fullwidth {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.is--full-centered {
	height: 50vh;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5%;
}

@media (min-width: 768px) {
	.is--full-centered {
		padding: 0 20%;
	}
}

.img-centered .cms-image-container {
	text-align: center;
}

.img-centered .cms-image-container img {
	display: inline-block;
}

.is--default-block {
	padding: 20px 0;
}

@media (min-width: 768px) {
	.is--default-block {
		padding: 35px 0;
	}
}

@media (min-width: 992px) {
	.is--default-block {
		padding: 70px 0;
	}
}

.container-main {
	padding-top: 0;
}

.cl-black {
	color: #2a2d2a !important;
}

.cl-blue {
	color: #396db4 !important;
}

.cl-green {
	color: #50b13e !important;
}

.cl-green-light {
	color: #5bc947 !important;
}

.cl-gray-200 {
	color: #f1f1f1 !important;
}

.cl-gray-300 {
	color: #ebebeb !important;
}

.cl-gray-400 {
	color: #dedede !important;
}

.cl-gray {
	color: #8b908c !important;
}

.cl-gray-dark {
	color: #626862 !important;
}

.cl-gray-light {
	color: #ccc !important;
}

.cl-red {
	color: #d42627 !important;
}

.cl-white {
	color: #fff !important;
}

.cl-secondary {
	color: #396db4 !important;
}

.cl-primary {
	color: #50b13e !important;
}

.bg-cl-black {
	background-color: #2a2d2a !important;
}

.bg-cl-blue {
	background-color: #396db4 !important;
}

.bg-cl-green {
	background-color: #50b13e !important;
}

.bg-cl-green-light {
	background-color: #5bc947 !important;
}

.bg-cl-gray-200 {
	background-color: #f1f1f1 !important;
}

.bg-cl-gray-300 {
	background-color: #ebebeb !important;
}

.bg-cl-gray-400 {
	background-color: #dedede !important;
}

.bg-cl-gray {
	background-color: #8b908c !important;
}

.bg-cl-gray-dark {
	background-color: #626862 !important;
}

.bg-cl-gray-light {
	background-color: #ccc !important;
}

.bg-cl-red {
	background-color: #d42627 !important;
}

.bg-cl-white {
	background-color: #fff !important;
}

.bg-cl-secondary {
	background-color: #396db4 !important;
}

.bg-cl-primary {
	background-color: #50b13e !important;
}

/* Museo - Light */
@font-face {
	font-family: "Museo";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(""), url("/bundles/chespacktheme/assets/font/museo/museo_300/Museo300-Regular-webfont.woff2") format("woff2");
}

/* Montserrat - Regular */
@font-face {
	font-family: "Museo";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(""), url("/bundles/chespacktheme/assets/font/museo/museo_500/Museo500-Regular-webfont.woff2") format("woff2");
}

/* Montserrat - Bold */
@font-face {
	font-family: "Museo";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(""), url("/bundles/chespacktheme/assets/font/museo/museo_700/Museo700-Regular-webfont.woff2") format("woff2");
}

h1, .h1 {
	color: #396db4;
	line-height: 1.2;
}

h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, .h2 {
	line-height: 1.2;
}

h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, .h3 {
	line-height: 1.2;
}

h4, .card .card-title, .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .card .agent-customer-headline, .product-detail-related-resources-content .product-box .product-name, .checkout-aside-product-header, .h4, .dropdown-header.account-menu-header {
	line-height: 1.5;
	margin-bottom: 16px;
}

h5, .h5 {
	line-height: 1.5;
}

@media (max-width: 991.98px) {
	h1, .h1, h2, .cms-block-featured-product .cms-element-product-box .product-price, .account-content .account-content-main h1, .finish-header, .h2, h3, .product-detail-review-login .card-title, .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-review-login .agent-customer-headline, .wishlist--head-title, .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .search-suggest .megasearch--container .megasearch--title, .checkout-aside-summary-header, .h3, h4, .card .card-title, .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .card .agent-customer-headline, .product-detail-related-resources-content .product-box .product-name, .checkout-aside-product-header, .h4, .dropdown-header.account-menu-header, h5, .h5 {
		line-height: 1.4;
	}
}

a {
	font-weight: 500;
}

a .icon {
	color: #50b13e;
}

a:active .icon, a:hover .icon {
	color: #36782a;
}

.text-large {
	font-size: 18px;
}

/*
 * Blocks
 * ---------- */
.cms-element-category-listing {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 60px;
	max-width: 1880px;
	margin: 0 auto;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-category-listing-item {
	position: relative;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
	overflow: hidden;
	width: 350px;
	height: 350px;
}

@media (min-width: 576px) {
	.cms-element-category-listing-item {
		width: 310px;
		height: 310px;
	}
}

@media (min-width: 768px) {
	.cms-element-category-listing-item {
		width: 360px;
		height: 360px;
	}
}

@media (min-width: 1200px) {
	.cms-element-category-listing-item {
		width: 450px;
		height: 450px;
	}
}

.cms-element-category-listing-item .stretched-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.cms-element-category-listing-item:active, .cms-element-category-listing-item:hover {
	cursor: pointer;
}

.cms-element-category-listing-item:active .cms-element-category-listing-item-image, .cms-element-category-listing-item:hover .cms-element-category-listing-item-image {
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.cms-element-category-listing-item-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cms-element-category-listing-item-image-placeholder {
	width: 100%;
	height: 100%;
	padding: 30px;
}

.cms-element-category-listing-item-title {
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-color: rgba(80, 177, 62, .8);
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	padding: 0 32px;
	margin: 0;
	text-align: center;
	height: 90px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-element-category-listing-item-title span {
	display: inline-block;
}

.cms-element-category-listing-item-title span::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cdefs%3E%3Cpath id=\'icons-default-arrow-head-right-a\' d=\'m11.5 7.9142 10.2929 10.293c.3905.3904 1.0237.3904 1.4142 0 .3905-.3906.3905-1.0238 0-1.4143l-11-11c-.3905-.3905-1.0237-.3905-1.4142 0l-11 11c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0L11.5 7.9142z\'%3E%3C/path%3E%3C/defs%3E%3Cuse fill=\'%23FFFFFFFF\' fill-rule=\'evenodd\' transform=\'rotate(90 11.5 12)\' xlink:href=\'%23icons-default-arrow-head-right-a\'%3E%3C/use%3E%3C/svg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	margin-top: 6px;
	position: absolute;
}

.google-map {
	border: none;
	height: 450px;
	width: 100%;
}

.cms-block-featured-product {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	margin-top: -10px;
	background: transparent linear-gradient(180deg, #fff 0%, #ebebeb 100%) 0 0 no-repeat padding-box;
}

@media (min-width: 992px) {
	.cms-block-featured-product {
		min-height: 600px;
	}
}

.cms-block-featured-product > .cms-block-container {
	height: 100%;
}

.cms-block-featured-product > .cms-block-container > .cms-block-container-row {
	height: 100%;
}

@media (max-width: 991.98px) {
	.cms-block-featured-product > .cms-block-container > .cms-block-container-row > div:nth-child(1) {
		-ms-flex-order: 3;
		order: 3;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: none;
	}
	
	.cms-block-featured-product > .cms-block-container > .cms-block-container-row > div:nth-child(2) {
		-ms-flex-order: 1;
		order: 1;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: none;
	}
	
	.cms-block-featured-product > .cms-block-container > .cms-block-container-row > div:nth-child(3) {
		-ms-flex-order: 2;
		order: 2;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: none;
	}
	
	.cms-block-featured-product > .cms-block-container > .cms-block-container-row button {
		height: 60px;
	}
}

@media (max-width: 575.98px) {
	.cms-block-featured-product > .cms-block-container > .cms-block-container-row > div:nth-child(2) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.cms-block-featured-product > .cms-block-container > .cms-block-container-row > div:nth-child(3) {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.cms-block-featured-product .cms-element-product-box .container, .cms-block-featured-product .cms-element-product-box .cms-section .boxed, .cms-section .cms-block-featured-product .cms-element-product-box .boxed, .cms-block-featured-product .cms-element-product-box > .cms-block-container, .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-main, .is-ctl-product .cms-block-featured-product .cms-element-product-box .product-detail-main, .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-tabs-wrapper > .row, .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-tabs-wrapper > .account-content, .cms-block-featured-product .cms-element-product-box .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-featured-product .cms-element-product-box .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-featured-product .cms-element-product-box .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-featured-product .cms-element-product-box .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .cms-block-featured-product .cms-element-product-box .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .cms-block-featured-product .cms-element-product-box .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .cms-block-featured-product .cms-element-product-box .product-detail-tabs-wrapper > .row, .cms-block-featured-product .cms-element-product-box .cms-block-text-on-image .cms-block-container, .cms-block-text-on-image .cms-block-featured-product .cms-element-product-box .cms-block-container {
	padding: 0;
}

.cms-block-featured-product .cms-element-product-box .product-price-info {
	margin: 0 0 32px;
}

.cms-block-featured-product .cms-element-product-box .product-price-unit, .cms-block-featured-product .cms-element-product-box .product-variant-characteristics {
	display: none;
}

.cms-block-featured-product .cms-element-product-box .product-price {
	color: #50b13e;
}

.cms-block-featured-product .cms-element-product-box .product-short-description {
	margin-bottom: 32px;
}

.cms-block-featured-product .cms-element-product-box .product-short-description ul {
	padding-left: 24px;
	list-style: none;
	list-style-position: inside;
	margin-bottom: 8px;
}

.cms-block-featured-product .cms-element-product-box .product-short-description ul li::before {
	content: "•";
	color: #50b13e;
	font-weight: bold;
	display: inline-block;
	width: 16px;
	margin-left: -24px;
}

.cms-block-featured-product .cms-element-product-box .product-short-description ul li {
	font-size: 20px;
}

.cms-block-featured-product .cms-element-product-box .product-short-description ul p {
	display: none;
}

.cms-block-featured-product .product-info {
	padding: 32px 0 0;
}

@media (min-width: 768px) {
	.cms-block-featured-product .product-info {
		padding: 70px 0 0;
	}
}

.cms-block-featured-product .product-info-left .btn, .cms-block-featured-product .product-info-left .main-navigation-link {
	border: none;
	padding-left: 1px;
	color: #396db4;
	font-weight: 500;
}

.cms-block-featured-product .product-info-left .btn .icon, .cms-block-featured-product .product-info-left .main-navigation-link .icon {
	color: #396db4;
	width: 12px;
	height: 12px;
}

.cms-block-featured-product .product-info-left .btn .icon svg, .cms-block-featured-product .product-info-left .main-navigation-link .icon svg {
	top: 0;
}

.cms-block-featured-product .product-info-left .btn:active, .cms-block-featured-product .product-info-left .main-navigation-link:active, .cms-block-featured-product .product-info-left .btn:hover, .cms-block-featured-product .product-info-left .main-navigation-link:hover {
	color: #2d568d;
}

.cms-block-featured-product .product-image-wrapper {
	height: 100%;
}

.cms-block-featured-product .product-image-wrapper img {
	object-fit: contain;
}

@media (min-width: 992px) {
	.cms-block-featured-product .product-image-wrapper img {
		min-height: 600px;
	}
}

.cms-block-featured-product .product-action a, .cms-block-featured-product .product-action button {
	margin-bottom: 16px;
}

.cms-block-featured-products {
	overflow: visible;
	padding: 32px 0;
}

@media (min-width: 768px) {
	.cms-block-featured-products {
		padding: 70px 0 0;
	}
}

.cms-block-featured-products h3, .cms-block-featured-products .product-detail-review-login .card-title, .cms-block-featured-products .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-featured-products .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-block-featured-products .card-title, .cms-block-featured-products .wishlist--head-title, .cms-block-featured-products .cms-element-form:not(.form-newsletter) .card .card-title, .cms-block-featured-products .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-featured-products .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-block-featured-products .card-title, .cms-block-featured-products .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-block-featured-products .megasearch--title, .cms-block-featured-products .checkout-aside-summary-header {
	width: 100%;
	margin-bottom: 26px;
}

.cms-block-featured-products .product-detail-tab-navigation {
	margin-bottom: 35px;
}

.cms-block-featured-products .product-detail-tab-navigation-list {
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-block-featured-products .product-detail-tab-navigation-list .nav-item {
	height: 30px;
	margin-left: 8px;
	margin-right: 8px;
}

.cms-block-featured-products .product-detail-tab-navigation-list .nav-item:nth-of-type(3) {
	display: none;
}

.cms-block-featured-products .product-detail-tab-navigation-list .nav-link {
	border-radius: 50px;
	border: 1px solid #8b908c;
	height: 30px;
	padding: 4px 24px;
	text-transform: uppercase;
}

.cms-block-featured-products .product-detail-tab-navigation-list .nav-link:active, .cms-block-featured-products .product-detail-tab-navigation-list .nav-link:hover {
	background-color: #f1f1f1;
	color: #8b908c;
}

.cms-block-featured-products .product-detail-tab-navigation-list .nav-link.active {
	background-color: #50b13e;
	border-color: #50b13e;
	color: #fff;
}

.cms-block-featured-products .product-detail-tabs-content {
	display: block;
	margin: 0 -40px;
	min-height: 410px;
}

.cms-block-featured-products .product-slider.has-nav {
	padding-left: 50px;
	padding-right: 50px;
}

@media (min-width: 1200px) {
	.cms-block-featured-products .product-slider.has-nav {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.cms-block-featured-products .product-slider-controls-prev, .cms-block-featured-products .product-slider-controls-next {
	opacity: 1;
}

.cms-block-featured-products .product-slider-controls-prev .icon, .cms-block-featured-products .product-slider-controls-next .icon {
	color: #50b13e;
	width: 36px !important;
	height: 36px !important;
}

.cms-block-featured-products .product-slider-controls-prev .icon svg, .cms-block-featured-products .product-slider-controls-next .icon svg {
	stroke: #50b13e !important;
	stroke-width: 1px !important;
}

.cms-block-featured-products .product-slider-controls-prev {
	left: 14px;
}

@media (min-width: 1200px) {
	.cms-block-featured-products .product-slider-controls-prev {
		left: 2px;
	}
}

.cms-block-featured-products .product-slider-controls-next {
	right: 20px;
}

@media (min-width: 1200px) {
	.cms-block-featured-products .product-slider-controls-next {
		right: 6px;
	}
}

.cms-block-featured-products .tab-content > .tab-pane {
	display: block;
}

.cms-block-featured-products .fade:not(.show) {
	height: 0;
}

.cms-block-featured-products .nav-tabs {
	border: none;
}

.cms-block-featured-products .nav-tabs.product-detail-tab-navigation-list {
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 767.98px) {
	.cms-block-featured-products .nav-tabs.product-detail-tab-navigation-list .nav-item {
		margin-right: 8px;
	}
	
	.cms-block-featured-products .nav-tabs.product-detail-tab-navigation-list .nav-item:last-child {
		margin-right: 0;
	}
	
	.cms-block-featured-products .nav-tabs.product-detail-tab-navigation-list .nav-item .nav-link {
		padding: 4px 12px;
	}
}

.cms-block-image-two-column {
	padding: 70px 0;
	z-index: 99;
	position: relative;
}

.cms-block-neno-category-card-slider {
	max-width: 1880px;
	margin: 0 auto;
	overflow: visible;
}

@media (max-width: 1199.98px) {
	.cms-block-neno-category-card-slider .tns-outer {
		padding: 0 30px !important;
	}
}

.neno-category-card-slider--card-body {
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
	margin: 10px 0;
	overflow: hidden;
	position: relative;
	height: 300px;
}

.neno-category-card-slider--card-body .stretched-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.neno-category-card-slider--card-body:hover {
	cursor: pointer;
}

.neno-category-card-slider--card-body:hover .neno-category-card-slider--card-img {
	-ms-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.neno-category-card-slider--card-body .neno-category-card-slider--card-img {
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.neno-category-card-slider--card-body .neno-category-card-slider--card-img .icon-placeholder {
	padding: 50px;
	object-fit: cover;
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	-o-object-position: center center;
	object-position: center center;
}

.neno-category-card-slider--card-body .neno-category-card-slider--name {
	position: absolute;
	bottom: 0;
	z-index: 1;
	background-color: rgba(80, 177, 62, .8);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	padding: 0 32px;
	margin: 0;
	text-align: center;
	height: 90px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
}

.neno-category-card-slider--card-body .neno-category-card-slider--name span {
	display: inline-block;
}

.neno-category-card-slider--card-body .neno-category-card-slider--name span::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cdefs%3E%3Cpath id=\'icons-default-arrow-head-right-a\' d=\'m11.5 7.9142 10.2929 10.293c.3905.3904 1.0237.3904 1.4142 0 .3905-.3906.3905-1.0238 0-1.4143l-11-11c-.3905-.3905-1.0237-.3905-1.4142 0l-11 11c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0L11.5 7.9142z\'%3E%3C/path%3E%3C/defs%3E%3Cuse fill=\'%23FFFFFFFF\' fill-rule=\'evenodd\' transform=\'rotate(90 11.5 12)\' xlink:href=\'%23icons-default-arrow-head-right-a\'%3E%3C/use%3E%3C/svg%3E");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 16px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	margin-top: 6px;
	position: absolute;
}

.neno-category-card-slider--card-body .neno-category-card-slider--name span::after {
	margin-top: 3px;
}

@media (min-width: 1200px) {
	.neno-category-card-slider--card-body .neno-category-card-slider--name {
		font-size: 25px;
	}
	
	.neno-category-card-slider--card-body .neno-category-card-slider--name span::after {
		margin-top: 8px;
	}
}

.neno-category-card-slider--controls-btn-centered-wrapper {
	background-color: #fff;
}

.neno-category-card-slider--controls-btn-centered-wrapper.prev {
	left: 8px;
}

@media (min-width: 1200px) {
	.neno-category-card-slider--controls-btn-centered-wrapper.prev {
		left: -16px;
	}
}

.neno-category-card-slider--controls-btn-centered-wrapper.next {
	right: 8px;
}

@media (min-width: 1200px) {
	.neno-category-card-slider--controls-btn-centered-wrapper.next {
		right: -16px;
	}
}

.cms-block-recently-viewed-product-slider, .cms-element-recently-viewed-product-slider {
	margin-bottom: 50px;
	overflow: visible;
}

.cms-block-recently-viewed-product-slider .cms-block-container-row, .cms-element-recently-viewed-product-slider .cms-block-container-row {
	overflow: hidden;
}

.cms-block-recently-viewed-product-slider .cms-element-title, .cms-element-recently-viewed-product-slider .cms-element-title {
	font-size: 20px;
	font-weight: 500;
	color: #626862;
	text-transform: capitalize;
}

.cms-block-recently-viewed-product-slider .product-slider.has-nav, .cms-element-recently-viewed-product-slider .product-slider.has-nav {
	padding: 0;
	overflow: visible;
}

.cms-block-recently-viewed-product-slider .tns-outer, .cms-element-recently-viewed-product-slider .tns-outer {
	border: 1px solid #ebebeb;
	border-width: 1px 0;
}

.cms-block-recently-viewed-product-slider .product-slider-item .product-box, .cms-element-recently-viewed-product-slider .product-slider-item .product-box {
	border: none;
	border-radius: 0;
}

.cms-block-recently-viewed-product-slider .product-slider-item .product-image-wrapper, .cms-element-recently-viewed-product-slider .product-slider-item .product-image-wrapper {
	padding: 16px 16px 0;
}

.cms-block-recently-viewed-product-slider .product-slider-item .product-name, .cms-element-recently-viewed-product-slider .product-slider-item .product-name {
	font-size: 15px;
	padding: 0;
	height: 70px;
	margin-bottom: 16px;
}

.cms-block-recently-viewed-product-slider .product-slider-controls-prev, .cms-element-recently-viewed-product-slider .product-slider-controls-prev {
	left: -26px;
}

.cms-block-recently-viewed-product-slider .product-slider-controls-next, .cms-element-recently-viewed-product-slider .product-slider-controls-next {
	right: -26px;
}

.recently-viewed-product-bar {
	display: none;
}

.cms-block-text-slider {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	background-color: #50b13e;
	background-image: url("/bundles/chespacktheme/assets/images/bg-heart.svg");
	background-repeat: repeat-x;
	background-position: center center;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 70px;
	min-height: 460px;
	font-size: 25px;
	text-align: center;
	overflow: visible;
}

.cms-block-text-slider .cms-block-container {
	max-width: 100vw;
	position: relative;
}

@media (min-width: 1880px) {
	.cms-block-text-slider .cms-block-container {
		max-width: 1880px;
	}
}

.cms-block-text-slider .cms-block-container::before, .cms-block-text-slider .cms-block-container::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'180\' height=\'146.93\' viewBox=\'0 0 180 146.93\'%3E%3Cpath id=\'_66-quote-mark\' data-name=\'66-quote-mark\' d=\'M26.9,47.068a71.927,71.927,0,0,1,9.218-24.4q7.041-11.917,20.06-26.023L28.523-25.041Q5.206-1.725-4.55,21.315T-14.309,72.55v49.34H61.6V47.068Zm104.1,0a71.979,71.979,0,0,1,9.215-24.4q7.041-11.917,20.062-26.023L132.618-25.041Q109.3-1.725,99.546,21.315T89.787,72.55v49.34h75.9V47.068Z\' transform=\'translate(14.309 25.041)\' fill=\'%235bc947\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 60px;
	position: absolute;
}

@media (min-width: 768px) {
	.cms-block-text-slider .cms-block-container::before, .cms-block-text-slider .cms-block-container::after {
		width: 120px;
		height: 120px;
		background-size: 120px;
	}
}

@media (min-width: 1200px) {
	.cms-block-text-slider .cms-block-container::before, .cms-block-text-slider .cms-block-container::after {
		width: 180px;
		height: 180px;
		background-size: 180px;
	}
}

.cms-block-text-slider .cms-block-container::before {
	left: 15px;
	top: -15px;
}

@media (min-width: 768px) {
	.cms-block-text-slider .cms-block-container::before {
		left: 30px;
		top: -32px;
	}
}

@media (min-width: 1200px) {
	.cms-block-text-slider .cms-block-container::before {
		left: 60px;
	}
}

.cms-block-text-slider .cms-block-container::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'180\' height=\'146.93\' viewBox=\'0 0 180 146.93\'%3E%3Cpath id=\'_99-quote-mark\' data-name=\'99-quote-mark\' d=\'M26.9,47.068a71.927,71.927,0,0,1,9.218-24.4q7.041-11.917,20.06-26.023L28.523-25.041Q5.206-1.725-4.55,21.315T-14.309,72.55v49.34H61.6V47.068Zm104.1,0a71.979,71.979,0,0,1,9.215-24.4q7.041-11.917,20.062-26.023L132.618-25.041Q109.3-1.725,99.546,21.315T89.787,72.55v49.34h75.9V47.068Z\' transform=\'translate(165.691 121.889) rotate(180)\' fill=\'%235bc947\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	right: 15px;
	bottom: -25px;
}

@media (min-width: 768px) {
	.cms-block-text-slider .cms-block-container::after {
		right: 30px;
		bottom: -50px;
	}
}

@media (min-width: 1200px) {
	.cms-block-text-slider .cms-block-container::after {
		right: 60px;
		bottom: -64px;
	}
}

.cms-block-text-slider .cms-block-container-row {
	min-height: 460px;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding: 32px 0;
}

.cms-block-text-slider .cms-element-text {
	text-align: center;
}

.cms-block-text-slider .cms-element-text h1, .cms-block-text-slider .cms-element-text h2, .cms-block-text-slider .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-slider .cms-element-text .product-price, .cms-block-text-slider .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-slider .cms-element-text h1, .cms-block-text-slider .cms-element-text .finish-header, .cms-block-text-slider .cms-element-text h3, .cms-block-text-slider .cms-element-text .product-detail-review-login .card-title, .cms-block-text-slider .cms-element-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider .cms-element-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-block-text-slider .cms-element-text .card-title, .cms-block-text-slider .cms-element-text .wishlist--head-title, .cms-block-text-slider .cms-element-text .cms-element-form:not(.form-newsletter) .card .card-title, .cms-block-text-slider .cms-element-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider .cms-element-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-block-text-slider .cms-element-text .card-title, .cms-block-text-slider .cms-element-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-block-text-slider .cms-element-text .megasearch--title, .cms-block-text-slider .cms-element-text .checkout-aside-summary-header, .cms-block-text-slider .cms-element-text h4, .cms-block-text-slider .cms-element-text .card .card-title, .cms-block-text-slider .cms-element-text .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider .cms-element-text .card .agent-customer-headline, .card .cms-block-text-slider .cms-element-text .card-title, .cms-block-text-slider .cms-element-text .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .cms-block-text-slider .cms-element-text .product-name, .cms-block-text-slider .cms-element-text .checkout-aside-product-header, .cms-block-text-slider .cms-element-text h5, .cms-block-text-slider .cms-element-text h6 {
	color: #fff;
}

.cms-block-text-slider .testimonials-slider-item-wrapper p {
	font-size: 25px;
}

.cms-block-text-slider .testimonials-slider-item {
	padding: 0 40px;
}

@media (min-width: 1200px) {
	.cms-block-text-slider .testimonials-slider-item {
		padding: 0 80px;
	}
}

@media (min-width: 1880px) {
	.cms-block-text-slider .testimonials-slider-item {
		padding: 0 220px;
	}
}

.cms-block-text-slider .testimonials-slider-item-author {
	font-weight: 500;
	text-transform: uppercase;
}

.cms-block-text-slider .testimonials-slider-item-author {
	margin: 0;
}

.cms-block-text-slider .testimonials-slider-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.cms-block-text-slider .testimonials-slider-controls-container button {
	opacity: 1;
}

.cms-block-text-slider .testimonials-slider-controls-container button .icon {
	color: #fff;
	width: 32px;
	height: 32px;
}

.cms-block-text-slider .testimonials-slider-controls-container button .icon svg {
	stroke: #fff;
	stroke-width: 1px;
}

.cms-block-text-slider .testimonials-slider-controls-container .base-slider-controls-prev {
	margin-left: 12px;
}

.cms-block-text-slider .testimonials-slider-controls-container .base-slider-controls-next {
	margin-right: 12px;
}

/*
 * Components
 * ---------- */
.breadcrumb .breadcrumb-link {
	font-weight: 300;
}

.breadcrumb .breadcrumb-link.is-active {
	font-weight: 500;
}

.btn, .main-navigation-link {
	border-width: 3px;
	text-transform: uppercase;
}

.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed), .btn-secondary, .maxia-tax-switch-radio .btn:active, .maxia-tax-switch-radio .main-navigation-link:active, .maxia-tax-switch-radio input:checked + .btn, .maxia-tax-switch-radio input:checked + .main-navigation-link, .main-navigation-link {
	color: #fff;
	font-weight: 500;
	padding: 10px 50px;
}

.btn-primary:focus, .address-editor-select:not(.collapsed):focus, .address-editor-edit:not(.collapsed):focus, .address-editor-create:not(.collapsed):focus, .btn-secondary:focus, .maxia-tax-switch-radio .btn:active:focus, .maxia-tax-switch-radio .main-navigation-link:active:focus, .maxia-tax-switch-radio input:checked + .btn:focus, .maxia-tax-switch-radio input:checked + .main-navigation-link:focus, .main-navigation-link:focus {
	box-shadow: none;
}

.btn-secondary:not(.btn-buy):not(.begin-checkout-btn) .icon, .maxia-tax-switch-radio .btn:active:not(.btn-buy):not(.begin-checkout-btn) .icon, .maxia-tax-switch-radio .main-navigation-link:active:not(.btn-buy):not(.begin-checkout-btn) .icon, .maxia-tax-switch-radio input:checked + .btn:not(.btn-buy):not(.begin-checkout-btn) .icon, .maxia-tax-switch-radio input:checked + .main-navigation-link:not(.btn-buy):not(.begin-checkout-btn) .icon, .main-navigation-link:not(.btn-buy):not(.begin-checkout-btn) .icon {
	width: 16px;
	margin-left: 6px;
	display: inline-block;
}

.btn-secondary:not(.btn-buy):not(.begin-checkout-btn) .icon svg, .maxia-tax-switch-radio .btn:active:not(.btn-buy):not(.begin-checkout-btn) .icon svg, .maxia-tax-switch-radio .main-navigation-link:active:not(.btn-buy):not(.begin-checkout-btn) .icon svg, .maxia-tax-switch-radio input:checked + .btn:not(.btn-buy):not(.begin-checkout-btn) .icon svg, .maxia-tax-switch-radio input:checked + .main-navigation-link:not(.btn-buy):not(.begin-checkout-btn) .icon svg, .main-navigation-link:not(.btn-buy):not(.begin-checkout-btn) .icon svg {
	top: -2px;
}

.btn-secondary:not(.btn-buy):not(.begin-checkout-btn) .icon.icon-checkmark, .maxia-tax-switch-radio .btn:active:not(.btn-buy):not(.begin-checkout-btn) .icon.icon-checkmark, .maxia-tax-switch-radio .main-navigation-link:active:not(.btn-buy):not(.begin-checkout-btn) .icon.icon-checkmark, .maxia-tax-switch-radio input:checked + .btn:not(.btn-buy):not(.begin-checkout-btn) .icon.icon-checkmark, .maxia-tax-switch-radio input:checked + .main-navigation-link:not(.btn-buy):not(.begin-checkout-btn) .icon.icon-checkmark, .main-navigation-link:not(.btn-buy):not(.begin-checkout-btn) .icon.icon-checkmark {
	margin-left: 2px;
}

.btn:focus, .main-navigation-link:focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):hover, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):hover, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):hover, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active, .address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active, .address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active {
	background-color: #3f8b31;
}

.btn-primary:disabled, .address-editor-select:not(.collapsed):disabled, .address-editor-edit:not(.collapsed):disabled, .address-editor-create:not(.collapsed):disabled {
	color: #fff;
}

.btn-secondary, .maxia-tax-switch-radio .btn:active, .maxia-tax-switch-radio .main-navigation-link:active, .maxia-tax-switch-radio input:checked + .btn, .maxia-tax-switch-radio input:checked + .main-navigation-link, .main-navigation-link {
	color: #396db4;
	text-transform: uppercase;
}

.btn-secondary:not(:disabled):not(.disabled), .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled), .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled), .main-navigation-link:not(:disabled):not(.disabled) {
	background-color: #396db4;
	color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):hover, .main-navigation-link:not(:disabled):not(.disabled):hover, .btn-secondary:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):active, .main-navigation-link:not(:disabled):not(.disabled):active {
	background-color: #2d568d;
	border-color: #2d568d;
	color: #fff;
}

.btn-outline, .btn-outline-danger, .btn-outline-secondary {
	padding: 10px 50px;
	text-transform: uppercase;
}

.btn-outline .icon, .btn-outline-danger .icon, .btn-outline-secondary .icon {
	width: 16px;
	margin-left: 6px;
	display: inline-block;
}

.btn-outline .icon svg, .btn-outline-danger .icon svg, .btn-outline-secondary .icon svg {
	top: -2px;
}

.btn-outline-primary .icon, .btn-light .icon {
	color: #50b13e;
}

.btn-outline-primary:active .icon, .btn-light:active .icon, .btn-outline-primary:hover .icon, .btn-light:hover .icon {
	color: #fff;
}

.btn-white {
	background-color: #fff;
	border: 2px solid #dedede;
	font-size: .938rem;
	font-weight: 300;
	padding: 6px 50px;
	text-transform: capitalize;
}

.btn-white .icon {
	color: #50b13e;
	width: 12px;
	margin-right: 4px;
	display: inline-block;
}

.btn-white .icon svg {
	top: -2px;
}

.btn-white:active, .btn-white:hover {
	border-color: #c5c5c5;
	color: #717772;
}

.btn-light {
	background: none;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-page-side-right {
	top: calc(50% - 43px);
	height: 86px;
	position: fixed;
	right: 0;
	z-index: 9;
	padding: 24px 4px !important;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.btn-sm:not(.cart-item-remove-button), .btn-group-sm > .btn:not(.cart-item-remove-button), .btn-group-sm > .main-navigation-link:not(.cart-item-remove-button), .wishlist-item-row .btn:not(.cart-item-remove-button), .wishlist-item-row .main-navigation-link:not(.cart-item-remove-button), #employeeBudgets .btn:not(.cart-item-remove-button), #employeeBudgets .main-navigation-link:not(.cart-item-remove-button), .account-netzp-quickbuy-main .btn:not(.cart-item-remove-button), .account-netzp-quickbuy-main .main-navigation-link:not(.cart-item-remove-button), .customer-document-actions-buttons .btn:not(.cart-item-remove-button), .customer-document-actions-buttons .main-navigation-link:not(.cart-item-remove-button) {
	height: 40.5px;
	padding: 2px 24px;
}

@media (max-width: 991.98px) {
	.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed), .btn-secondary, .maxia-tax-switch-radio .btn:active, .maxia-tax-switch-radio .main-navigation-link:active, .maxia-tax-switch-radio input:checked + .btn, .maxia-tax-switch-radio input:checked + .main-navigation-link, .main-navigation-link {
		padding: 6px 24px;
	}
}

@media (min-width: 768px) {
	.btn-page-side-right {
		top: calc(50% - 67px);
		height: 134px;
		padding: 48px 4px !important;
	}
}

.filter-panel {
	display: block;
	margin: 0 !important;
	padding: 60px 0;
}

.filter-panel-items-container {
	margin-bottom: 0;
	-ms-flex-line-pack: inherit;
	align-content: inherit;
	width: auto;
}

.filter-panel-item {
	border-right: 1px solid #dedede;
	margin: 0;
	max-height: 170px;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.filter-panel-item:nth-child(3n + 3) {
		border: none;
	}
}

@media (min-width: 992px) {
	.filter-panel-item:nth-child(4n + 4) {
		border: none;
	}
}

.filter-panel-item > div {
	max-height: 140px;
	overflow-y: auto;
}

.filter-panel-item .filter-panel-item-toggle {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	color: #50b13e;
	text-transform: none;
	padding: 0;
	border: none;
	border-radius: 0;
}

.filter-panel-item .filter-panel-item-toggle.disabled {
	background: none;
}

.filter-panel-item .filter-panel-item-dropdown {
	padding-top: 0;
}

.filter-panel-item .filter-panel-item-dropdown li {
	padding: 2px 15px 2px 0;
}

.filter-panel-item .filter-panel-item-dropdown label {
	font-size: 16px;
	padding: 0 4px 1px;
}

.filter-panel-item .filter-range-container {
	padding: 0 0 20px;
}

.filter-panel-item .filter-range-container label {
	padding: 0;
	font-size: 10px;
	font-weight: 500;
}

.filter-panel-item .filter-range-container input {
	border-radius: 8px;
	padding-left: 24px;
}

.filter-panel-item .filter-range-container .filter-range-currency-symbol {
	right: auto;
	left: 4px;
	color: #ccc;
	padding-left: 4px;
	padding-right: 2px;
}

.filter-boolean {
	border-width: 0 1px 0 0;
	padding: 0 20px;
}

.filter-boolean label {
	font-size: 16px;
	padding: 0 4px 1px;
}

.filter-boolean:active, .filter-boolean:hover {
	border-color: #dedede;
	color: #8b908c;
}

.filter-boolean.disabled {
	background: none;
	border-color: #dedede;
}

.filter-panel-active-container {
	padding-top: 32px;
}

.btn.filter-reset-all, .filter-reset-all.main-navigation-link {
	line-height: 1;
}

.form-label {
	display: none;
}

.form-control:focus {
	box-shadow: none !important;
}

.custom-control-label::before {
	border-color: #ccc;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #ccc;
}

.custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	background: #50b13e !important;
	border-color: #50b13e !important;
}

.custom-select {
	padding-right: 48px;
	background: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'14px\' height=\'9px\' viewBox=\'0 0 14 9\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3EB207C2F3-9D97-4A33-8619-E409D768AA63%3C/title%3E%3Cg id=\'Artwork\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'Category-Page\' transform=\'translate(-1581.000000, -744.000000)\' fill=\'%23CCCCCC\' fill-rule=\'nonzero\'%3E%3Cg id=\'Sort-By\' transform=\'translate(1325.000000, 726.000000)\'%3E%3Cpath d=\'M263.265608,26.3031351 L269.809354,19.7593885 C269.956205,19.6125078 269.956205,19.3750206 269.809354,19.2281398 L269.190581,18.6093974 C269.043731,18.4625166 268.806213,18.4625166 268.659333,18.6093974 L262.999983,24.256265 L257.340634,18.6093974 C257.193753,18.4625166 256.956236,18.4625166 256.809385,18.6093974 L256.190612,19.2281398 C256.043762,19.3750206 256.043762,19.6125078 256.190612,19.7593885 L262.734359,26.3031351 C262.88124,26.4500159 263.118727,26.4500159 263.265608,26.3031351 Z\' id=\'Dropdown\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 1.5rem center/.5rem .625rem;
	background-size: 14px;
}

.custom-select:focus {
	box-shadow: none;
}

.custom-select:active, .custom-select:hover {
	color: #2a2d2a;
}

.custom-select.custom-select-sm {
	background: url("data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'14px\' height=\'9px\' viewBox=\'0 0 14 9\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3EB207C2F3-9D97-4A33-8619-E409D768AA63%3C/title%3E%3Cg id=\'Artwork\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'Category-Page\' transform=\'translate(-1581.000000, -744.000000)\' fill=\'%23CCCCCC\' fill-rule=\'nonzero\'%3E%3Cg id=\'Sort-By\' transform=\'translate(1325.000000, 726.000000)\'%3E%3Cpath d=\'M263.265608,26.3031351 L269.809354,19.7593885 C269.956205,19.6125078 269.956205,19.3750206 269.809354,19.2281398 L269.190581,18.6093974 C269.043731,18.4625166 268.806213,18.4625166 268.659333,18.6093974 L262.999983,24.256265 L257.340634,18.6093974 C257.193753,18.4625166 256.956236,18.4625166 256.809385,18.6093974 L256.190612,19.2281398 C256.043762,19.3750206 256.043762,19.6125078 256.190612,19.7593885 L262.734359,26.3031351 C262.88124,26.4500159 263.118727,26.4500159 263.265608,26.3031351 Z\' id=\'Dropdown\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 1rem center/.5rem .625rem;
	padding-right: 32px;
	padding-left: 12px;
}

.form-row > [class*=col-] {
	margin-bottom: 10px;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 5px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-size: 10px;
}

textarea.form-control {
	border-radius: 25px;
}

.gallery-slider .base-slider-controls-prev:hover, .gallery-slider .base-slider-controls-next:hover {
	border: none;
}

.gallery-slider-thumbnails-col.is-underneath {
	margin-bottom: 62px;
}

.gallery-slider-thumbnails-item {
	height: 190px;
}

.gallery-slider-thumbnails-item-inner {
	border: none;
	border-radius: 0;
}

.gallery-slider-thumbnails-image {
	width: 100%;
	max-width: none;
}

.hamburger {
	padding: 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	height: 40px;
}

.hamburger:focus {
	outline: none;
}

.hamburger.is-active .hamburger-inner {
	background-color: #396db4;
}

.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	background-color: #396db4;
}

.hamburger-box {
	width: 26px;
	height: 32px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 26px;
	height: 4px;
	background-color: #396db4;
	position: absolute;
	transition-property: -ms-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -9px;
}

.hamburger-inner::after {
	bottom: -9px;
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: .075s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top .075s .12s ease;
	transition: top .075s .12s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom .075s .12s ease, -ms-transform .075s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transition: top .075s ease;
	transition: top .075s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom .075s ease, -ms-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--minus[aria-expanded="true"] .hamburger-inner::before {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.hamburger--minus .hamburger-inner::before {
	top: 0;
}

.hamburger--minus .hamburger-box {
	width: 10px;
}

.hamburger--minus .hamburger-inner, .hamburger--minus .hamburger-inner::before {
	width: 10px;
	background-color: #8b908c;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out;
}

.hamburger--minus .hamburger-inner::after {
	display: none;
}

.hamburger--minus[aria-expanded="false"] .hamburger-inner::before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

.hero-slider {
	height: 770px !important;
	margin-bottom: 20px;
}

.hero-slider .hero-slider-image {
	max-width: 1920px;
}

.hero-slider .hero-slider-content-container {
	max-width: 1360px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: 0 !important;
}

.hero-slider .hero-slider-description {
	padding: 50px 0 50px 50px;
}

@media (min-width: 768px) {
	.hero-slider .hero-slider-description {
		min-width: 500px;
	}
}

@media (min-width: 1200px) {
	.hero-slider .hero-slider-description {
		padding: 16px;
	}
}

.hero-slider .hero-slider-headline {
	margin-bottom: 10px !important;
}

.hero-slider .hero-slider-content-after {
	margin-bottom: 20px !important;
}

.hero-slider .hero-slider-navigation-btn {
	width: 50px;
	height: 50px;
}

.hero-slider .hero-slider-navigation-btn:focus {
	box-shadow: none;
}

.hero-slider .hero-slider-navigation-btn .icon {
	width: 50px;
	height: 50px;
}

.hero-slider .hero-slider-menu.hs-horizontal {
	background-color: #2a2d2a;
	border-radius: 50px;
	padding: 10px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: fit-content;
}

.hero-slider .hero-slider-menu.hs-horizontal button {
	border: none !important;
	width: 10px;
	height: 10px;
}

.hero-slider .hero-slider-menu.hs-horizontal button.active {
	border: none !important;
}

.hero-slider .hero-slider-menu.hs-horizontal button::after {
	width: 100%;
	height: 100%;
}

.icon-pdf {
	opacity: .6;
}

.icon-arrow-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 16px 0;
	border-color: transparent #fff transparent transparent;
}

.header-infobar {
	background: #396db4;
	color: #fff;
}

.header-infobar a {
	color: #fff;
	margin-right: 30px;
}

.header-infobar a:active, .header-infobar a:hover {
	color: #e6e6e6;
}

.header-infobar-item {
	line-height: 1.4;
}

@media (max-width: 991.98px) {
	.header-infobar-item {
		text-align: center;
	}
}

.manager-content {
	background-color: #50b13e;
	border-radius: 25px;
	color: #fff;
	margin: 50px 0;
	padding: 20px;
	text-align: center;
}

.manager-content h4, .manager-content .card .card-title, .manager-content .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .manager-content .card .agent-customer-headline, .card .manager-content .card-title, .manager-content .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .manager-content .product-name, .manager-content .checkout-aside-product-header, .manager-content a {
	color: #fff;
}

.manager-content h4, .manager-content .card .card-title, .manager-content .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .manager-content .card .agent-customer-headline, .card .manager-content .card-title, .manager-content .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .manager-content .product-name, .manager-content .checkout-aside-product-header {
	margin-bottom: 4px;
}

.manager-content.manager-content-with-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 110px;
}

.manager-content .manager-content-image {
	border-radius: 50%;
	margin-top: -95px;
	height: 150px;
	width: 150px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.manager-content .manager-content-image img {
	height: 100%;
	border-radius: 50%;
}

.modal-header, .modal-body {
	padding: 30px;
}

.modal-body {
	padding-top: 0;
}

.modal-body .btn, .modal-body .main-navigation-link {
	padding: 2px 32px;
}

@media (max-width: 991.98px) {
	.modal-body.js-pseudo-modal-template-content-element .cms-element-form:not(.form-newsletter) {
		padding: 0 20px 20px;
	}
}

.videos-modal .modal-dialog {
	max-width: 95%;
}

@media (min-width: 768px) {
	.videos-modal .modal-dialog {
		max-width: 750px;
	}
}

.form-newsletter {
	padding: 0 20px;
}

.form-newsletter h3, .form-newsletter .product-detail-review-login .card-title, .form-newsletter .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .form-newsletter .product-detail-review-login .agent-customer-headline, .product-detail-review-login .form-newsletter .card-title, .form-newsletter .wishlist--head-title, .form-newsletter .cms-element-form:not(.form-newsletter) .card .card-title, .form-newsletter .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .form-newsletter .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .form-newsletter .card-title, .form-newsletter .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .form-newsletter .megasearch--title, .form-newsletter .checkout-aside-summary-header {
	margin: 0;
}

.form-newsletter p {
	font-size: 16px;
}

.newsletter-form input {
	border: none;
	height: 70px;
}

.newsletter-form .input-group {
	background-color: #fff;
	border-radius: 50px;
}

@media (max-width: 767.98px) {
	.newsletter-form {
		padding-top: 52px;
	}
}

.btn-newsletter {
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	padding: 15px 40px;
}

.btn-newsletter .icon {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

.btn-newsletter .icon svg {
	top: 1px;
}

@media (max-width: 991.98px) {
	.btn-newsletter {
		padding: 15px;
		width: 70px;
		height: 70px;
	}
	
	.btn-newsletter .btn-newsletter-title {
		display: none;
	}
}

.cms-block-newsletter .confirm-alert {
	padding: 0;
}

.cms-block-newsletter .confirm-alert .alert {
	margin-top: 8px;
}

.offcanvas:not(.cart-offcanvas) .offcanvas-content-container {
	width: 100%;
}

@media (min-width: 576px) {
	.offcanvas:not(.cart-offcanvas) .offcanvas-content-container {
		min-width: 25rem;
	}
}

.offcanvas-close {
	background-color: #f1f1f1;
	border: none;
	text-transform: capitalize;
}

.offcanvas-close .icon {
	width: 16px;
}

.offcanvas-close .icon svg {
	top: 0;
}

.offcanvas-close .icon.icon-arrow-head-left svg {
	top: 4px;
}

.offcanvas-close:active, .offcanvas-close:hover {
	color: #fff;
}

.offcanvas-close:active .icon, .offcanvas-close:hover .icon {
	color: #fff;
}

.offcanvas:not(.cart-offcanvas) .offcanvas-close {
	background: none;
	padding: 16px;
}

.offcanvas:not(.cart-offcanvas) .offcanvas-close .icon {
	color: #396db4;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.offcanvas:not(.cart-offcanvas) .offcanvas-close .icon svg {
	stroke: #396db4;
	stroke-width: 3px;
}

.offcanvas:not(.cart-offcanvas) .offcanvas-close-text {
	display: none;
}

.offcanvas-cart-header {
	border-bottom: 1px solid #dedede;
	margin: 0 0 16px;
	padding: 0 0 8px;
}

.offcanvas-cart-header > div {
	padding: 0;
}

.offcanvas-cart .cart-item-details-container .cart-item-details {
	margin-right: 16px;
	margin-bottom: 0 !important;
	padding: 8px 0;
}

.offcanvas-cart .offcanvas-summary {
	position: relative;
	z-index: 1;
}

.offcanvas-cart .checkout-aside-free-shipping {
	margin-top: -60px;
	margin-bottom: 32px;
}

.offcanvas-cart-items .cart-item, .checkout-product-table .cart-item, .checkout-aside-product-list .cart-item, .confirm-product .cart-item {
	border: 1px solid #dedede;
	border-radius: 25px;
	margin-bottom: 10px;
}

.offcanvas-cart-items .cart-item-img, .checkout-product-table .cart-item-img, .checkout-aside-product-list .cart-item-img, .confirm-product .cart-item-img {
	border: none;
}

.offcanvas-cart-items .cart-item-label, .checkout-product-table .cart-item-label, .checkout-aside-product-list .cart-item-label, .confirm-product .cart-item-label {
	color: #2a2d2a;
	font-size: 12px;
	font-weight: 700;
}

.offcanvas-cart-items .cart-item-remove, .checkout-product-table .cart-item-remove, .checkout-aside-product-list .cart-item-remove, .confirm-product .cart-item-remove {
	padding-right: 20px;
}

.offcanvas-cart-items .cart-item-remove-button, .checkout-product-table .cart-item-remove-button, .checkout-aside-product-list .cart-item-remove-button, .confirm-product .cart-item-remove-button {
	border-radius: 10px;
	border: none;
	background-color: #f1f1f1;
	line-height: 30px;
	padding: 0 9px;
}

.offcanvas-cart-items .cart-item-remove-button .icon, .checkout-product-table .cart-item-remove-button .icon, .checkout-aside-product-list .cart-item-remove-button .icon, .confirm-product .cart-item-remove-button .icon {
	width: 12px;
}

.offcanvas-cart-items .cart-item-remove-button .icon svg, .checkout-product-table .cart-item-remove-button .icon svg, .checkout-aside-product-list .cart-item-remove-button .icon svg, .confirm-product .cart-item-remove-button .icon svg {
	top: 4px;
}

.offcanvas-cart-items .cart-item-characteristics, .checkout-product-table .cart-item-characteristics, .checkout-aside-product-list .cart-item-characteristics, .confirm-product .cart-item-characteristics {
	margin: 0 0 8px;
}

.offcanvas-cart-items .product-feature-list ul, .checkout-product-table .product-feature-list ul, .checkout-aside-product-list .product-feature-list ul, .confirm-product .product-feature-list ul {
	margin: 0;
}

.offcanvas-cart-items .cart-quantity-price, .checkout-product-table .cart-quantity-price, .checkout-aside-product-list .cart-quantity-price, .confirm-product .cart-quantity-price {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: auto;
}

.offcanvas-cart-items .cart-quantity-price .cart-item-quantity, .checkout-product-table .cart-quantity-price .cart-item-quantity, .checkout-aside-product-list .cart-quantity-price .cart-item-quantity, .confirm-product .cart-quantity-price .cart-item-quantity {
	-ms-flex-order: 2;
	order: 2;
	width: 75%;
}

.offcanvas-cart-items .cart-quantity-price .cart-item-price, .checkout-product-table .cart-quantity-price .cart-item-price, .checkout-aside-product-list .cart-quantity-price .cart-item-price, .confirm-product .cart-quantity-price .cart-item-price {
	color: #50b13e;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 10px;
}

.offcanvas-cart-items .cart-item-remove {
	position: relative;
	right: auto;
	margin-left: auto;
	padding-right: 10px;
}

.checkout-product-table .cart-item-label, .checkout-aside-product-list .cart-item-label, .confirm-product .cart-item-label {
	color: #8b908c;
	font-size: .938rem;
}

.cart-item-row > .cart-item-details {
	margin-bottom: 0;
	padding: 0;
}

.offcanvas-summary {
	background-color: #f1f1f1;
	margin: 32px -20px;
	padding: 35px;
}

.offcanvas-cart-tax {
	margin: 0;
	padding-top: 4px;
}

.offcanvas-shipping-preference select {
	margin-top: 0 !important;
}

.offcanvas-cart-promotion-form, .cart-add-promotion, .cart-add-product, .save-cart-as-wishlist {
	margin-bottom: 32px;
}

.offcanvas-cart-promotion-form input, .cart-add-promotion input, .cart-add-product input, .save-cart-as-wishlist input {
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
	margin-right: -20px;
}

.offcanvas-cart-promotion-form input:focus, .cart-add-promotion input:focus, .cart-add-product input:focus, .save-cart-as-wishlist input:focus {
	z-index: 0 !important;
}

.offcanvas-cart-promotion-form button, .cart-add-promotion button, .cart-add-product button, .save-cart-as-wishlist button {
	border-radius: 50px !important;
	padding: 0;
	width: 40px;
	height: 40px;
}

.offcanvas-cart-promotion-form button .icon, .cart-add-promotion button .icon, .cart-add-product button .icon, .save-cart-as-wishlist button .icon {
	width: 14px;
}

.offcanvas-cart-promotion-form button .icon-arrow-circle-right, .cart-add-promotion button .icon-arrow-circle-right, .cart-add-product button .icon-arrow-circle-right, .save-cart-as-wishlist button .icon-arrow-circle-right {
	width: 18px;
	height: 18px;
}

.offcanvas-cart-promotion-form button .icon-arrow-circle-right svg, .cart-add-promotion button .icon-arrow-circle-right svg, .cart-add-product button .icon-arrow-circle-right svg, .save-cart-as-wishlist button .icon-arrow-circle-right svg {
	top: 4px;
}

.offcanvas-cart-promotion-form .btn-secondary:not(:disabled):not(.disabled), .offcanvas-cart-promotion-form .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .offcanvas-cart-promotion-form .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .offcanvas-cart-promotion-form .btn:active:not(:disabled):not(.disabled), .offcanvas-cart-promotion-form .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled), .offcanvas-cart-promotion-form .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled), .maxia-tax-switch-radio .offcanvas-cart-promotion-form input:checked + .btn:not(:disabled):not(.disabled), .offcanvas-cart-promotion-form .main-navigation-link:not(:disabled):not(.disabled), .cart-add-promotion .btn-secondary:not(:disabled):not(.disabled), .cart-add-promotion .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .cart-add-promotion .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .cart-add-promotion .btn:active:not(:disabled):not(.disabled), .cart-add-promotion .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled), .cart-add-promotion .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled), .maxia-tax-switch-radio .cart-add-promotion input:checked + .btn:not(:disabled):not(.disabled), .cart-add-promotion .main-navigation-link:not(:disabled):not(.disabled), .cart-add-product .btn-secondary:not(:disabled):not(.disabled), .cart-add-product .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .cart-add-product .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .cart-add-product .btn:active:not(:disabled):not(.disabled), .cart-add-product .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled), .cart-add-product .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled), .maxia-tax-switch-radio .cart-add-product input:checked + .btn:not(:disabled):not(.disabled), .cart-add-product .main-navigation-link:not(:disabled):not(.disabled), .save-cart-as-wishlist .btn-secondary:not(:disabled):not(.disabled), .save-cart-as-wishlist .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .save-cart-as-wishlist .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .save-cart-as-wishlist .btn:active:not(:disabled):not(.disabled), .save-cart-as-wishlist .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled), .save-cart-as-wishlist .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled), .maxia-tax-switch-radio .save-cart-as-wishlist input:checked + .btn:not(:disabled):not(.disabled), .save-cart-as-wishlist .main-navigation-link:not(:disabled):not(.disabled) {
	background-color: #50b13e;
	border-color: #50b13e;
}

.offcanvas-cart-promotion-form .btn-secondary:not(:disabled):not(.disabled):active, .offcanvas-cart-promotion-form .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .offcanvas-cart-promotion-form .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .offcanvas-cart-promotion-form .btn:active:not(:disabled):not(.disabled), .offcanvas-cart-promotion-form .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):active, .offcanvas-cart-promotion-form .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio .offcanvas-cart-promotion-form input:checked + .btn:not(:disabled):not(.disabled):active, .offcanvas-cart-promotion-form .main-navigation-link:not(:disabled):not(.disabled):active, .offcanvas-cart-promotion-form .btn-secondary:not(:disabled):not(.disabled):hover, .offcanvas-cart-promotion-form .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled):hover, .offcanvas-cart-promotion-form .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .offcanvas-cart-promotion-form .btn:active:not(:disabled):not(.disabled):hover, .offcanvas-cart-promotion-form .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):hover, .offcanvas-cart-promotion-form .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .offcanvas-cart-promotion-form input:checked + .btn:not(:disabled):not(.disabled):hover, .offcanvas-cart-promotion-form .main-navigation-link:not(:disabled):not(.disabled):hover, .cart-add-promotion .btn-secondary:not(:disabled):not(.disabled):active, .cart-add-promotion .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .cart-add-promotion .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .cart-add-promotion .btn:active:not(:disabled):not(.disabled), .cart-add-promotion .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):active, .cart-add-promotion .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio .cart-add-promotion input:checked + .btn:not(:disabled):not(.disabled):active, .cart-add-promotion .main-navigation-link:not(:disabled):not(.disabled):active, .cart-add-promotion .btn-secondary:not(:disabled):not(.disabled):hover, .cart-add-promotion .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled):hover, .cart-add-promotion .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .cart-add-promotion .btn:active:not(:disabled):not(.disabled):hover, .cart-add-promotion .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):hover, .cart-add-promotion .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .cart-add-promotion input:checked + .btn:not(:disabled):not(.disabled):hover, .cart-add-promotion .main-navigation-link:not(:disabled):not(.disabled):hover, .cart-add-product .btn-secondary:not(:disabled):not(.disabled):active, .cart-add-product .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .cart-add-product .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .cart-add-product .btn:active:not(:disabled):not(.disabled), .cart-add-product .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):active, .cart-add-product .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio .cart-add-product input:checked + .btn:not(:disabled):not(.disabled):active, .cart-add-product .main-navigation-link:not(:disabled):not(.disabled):active, .cart-add-product .btn-secondary:not(:disabled):not(.disabled):hover, .cart-add-product .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled):hover, .cart-add-product .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .cart-add-product .btn:active:not(:disabled):not(.disabled):hover, .cart-add-product .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):hover, .cart-add-product .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .cart-add-product input:checked + .btn:not(:disabled):not(.disabled):hover, .cart-add-product .main-navigation-link:not(:disabled):not(.disabled):hover, .save-cart-as-wishlist .btn-secondary:not(:disabled):not(.disabled):active, .save-cart-as-wishlist .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled), .save-cart-as-wishlist .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled), .maxia-tax-switch-radio .save-cart-as-wishlist .btn:active:not(:disabled):not(.disabled), .save-cart-as-wishlist .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):active, .save-cart-as-wishlist .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):active, .maxia-tax-switch-radio .save-cart-as-wishlist input:checked + .btn:not(:disabled):not(.disabled):active, .save-cart-as-wishlist .main-navigation-link:not(:disabled):not(.disabled):active, .save-cart-as-wishlist .btn-secondary:not(:disabled):not(.disabled):hover, .save-cart-as-wishlist .maxia-tax-switch-radio .btn:active:not(:disabled):not(.disabled):hover, .save-cart-as-wishlist .maxia-tax-switch-radio .main-navigation-link:active:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .save-cart-as-wishlist .btn:active:not(:disabled):not(.disabled):hover, .save-cart-as-wishlist .maxia-tax-switch-radio input:checked + .btn:not(:disabled):not(.disabled):hover, .save-cart-as-wishlist .maxia-tax-switch-radio input:checked + .main-navigation-link:not(:disabled):not(.disabled):hover, .maxia-tax-switch-radio .save-cart-as-wishlist input:checked + .btn:not(:disabled):not(.disabled):hover, .save-cart-as-wishlist .main-navigation-link:not(:disabled):not(.disabled):hover {
	background-color: #3f8b31;
	border-color: #3f8b31;
}

.cart-add-product {
	margin-bottom: 0;
}

.offcanvas-cart-actions .btn-block .icon {
	margin-left: 6px;
	width: 20px;
}

.offcanvas-cart-actions .btn-block .icon svg {
	top: 4px;
}

.offcanvas-cart-actions .btn-link {
	font-size: .938rem;
}

.offcanvas-cart-actions .btn-link .icon {
	margin-left: 4px;
	width: 14px;
}

.offcanvas-cart-actions .btn-link .icon svg {
	top: 6px;
}

.cart-item-promotion.is-discount .cart-item-characteristics, .cart-item-promotion.is-discount .cart-quantity-price {
	display: none;
}

.navigation-offcanvas .nav-link.is-home-link, .navigation-offcanvas .navigation-offcanvas-headline {
	display: none;
}

.pagination-nav {
	margin-bottom: 32px;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	border: 1px solid #ebebeb;
	border-width: 1px 0;
}

.pagination .page-item {
	margin: 0 5px;
}

.pagination .page-item .page-link {
	border-radius: 50% !important;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	padding: 0;
	font-size: 16px;
}

.pagination .page-item .page-link .icon {
	width: 18px;
	height: 18px;
}

.pagination .page-item .page-link .icon svg {
	top: 4px;
}

.pagination .page-item .page-link:active .icon, .pagination .page-item .page-link:hover .icon {
	color: #fff;
}

.pagination .page-item.disabled {
	opacity: .75;
}

.pagination .page-item.disabled .page-link .icon {
	color: #dedede;
}

.product-box {
	border-color: #f1f1f1;
	border-radius: 25px;
}

.product-box .card-body {
	padding: 0;
}

.product-box .product-image-wrapper {
	padding: 16px 16px 0;
}

.product-box .product-info {
	text-align: center;
}

.product-box .product-name {
	color: #626862;
	font-weight: 700;
	font-size: 20px;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	height: 80px;
	padding: 0 16px;
}

.product-box .product-price-info {
	margin-top: 0;
	padding: 0 16px;
}

.product-box .product-rating, .product-box .product-price-unit, .product-box .product-cheapest-price {
	display: none;
}

.product-box .product-price {
	font-size: 24px;
}

.product-box .product-action {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 20px -1px -1px;
}

.product-box .product-action .buy-widget {
	width: 100%;
}

.product-box .product-action .btn, .product-box .product-action .main-navigation-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 3px solid #396db4;
	font-size: 16px;
	font-weight: 500;
	text-overflow: initial;
}

.product-box .product-action .btn-buy {
	background: #396db4;
	border-radius: 0 0 0 25px;
}

.product-box .product-action .btn-buy .icon {
	color: #fff;
}

.product-box .product-action .btn-buy:active, .product-box .product-action .btn-buy:hover {
	background-color: #2d568d;
	border-color: #2d568d;
}

.product-box .product-action .btn-buy:focus {
	box-shadow: none;
}

.product-box .product-action .btn-light {
	background: none;
	border-radius: 0 0 25px 0;
	color: #396db4;
	max-width: 110px;
	height: 48px;
}

.product-box .product-action .btn-light .icon {
	color: #396db4;
}

.product-box .product-action .btn-light:active, .product-box .product-action .btn-light:hover {
	background-color: #396db4;
	color: #fff;
}

.product-box .product-action .btn-light:active .icon, .product-box .product-action .btn-light:hover .icon {
	color: #fff;
}

.product-box .product-action .btn-light:not(:disabled):not(.disabled):active {
	border-color: #2d568d;
}

.product-box .product-action .icon {
	margin-left: 8px;
	width: 13px;
}

.product-box .product-action .icon svg {
	top: 0;
}

.product-box .product-action .btn-view {
	max-width: none;
	border-radius: 0 0 25px 25px;
}

.product-badges {
	left: auto;
	right: 1px;
	text-transform: uppercase;
}

.product-badges .badge {
	font-size: 16px;
	font-weight: 500;
}

.qty-replacer {
	height: 78px;
}

.qty-replacer input {
	padding: 4px;
	height: 78px;
	font-size: 30px;
	text-align: center;
}

.qty-replacer input:focus {
	z-index: 1 !important;
}

.qty-replacer .btn, .qty-replacer .main-navigation-link {
	background-color: #50b13e;
	padding: 0;
	min-width: 50px;
}

.qty-replacer .btn .icon, .qty-replacer .main-navigation-link .icon {
	color: #fff;
}

.qty-replacer .input-group-append {
	position: relative;
	z-index: 2;
}

.qty-replacer input::-webkit-outer-spin-button, .qty-replacer input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty-replacer input[type=number] {
	-moz-appearance: textfield;
}

.cart-item-quantity-container .qty-replacer, .cart-item-quantity-row .qty-replacer, .wishlist-item-row .qty-replacer, .wishlist-modal-add-form .qty-replacer {
	height: 32px;
}

.cart-item-quantity-container .qty-replacer input, .cart-item-quantity-row .qty-replacer input, .wishlist-item-row .qty-replacer input, .wishlist-modal-add-form .qty-replacer input {
	height: 32px;
	font-size: 16px;
}

.cart-item-quantity-container .qty-replacer .btn, .cart-item-quantity-container .qty-replacer .main-navigation-link, .cart-item-quantity-row .qty-replacer .btn, .cart-item-quantity-row .qty-replacer .main-navigation-link, .wishlist-item-row .qty-replacer .btn, .wishlist-item-row .qty-replacer .main-navigation-link, .wishlist-modal-add-form .qty-replacer .btn, .wishlist-modal-add-form .qty-replacer .main-navigation-link {
	min-width: 32px !important;
}

.cart-item-quantity-container .qty-replacer .btn .icon, .cart-item-quantity-container .qty-replacer .main-navigation-link .icon, .cart-item-quantity-row .qty-replacer .btn .icon, .cart-item-quantity-row .qty-replacer .main-navigation-link .icon, .wishlist-item-row .qty-replacer .btn .icon, .wishlist-item-row .qty-replacer .main-navigation-link .icon, .wishlist-modal-add-form .qty-replacer .btn .icon, .wishlist-modal-add-form .qty-replacer .main-navigation-link .icon {
	width: 12px;
}

.cart-item-quantity-container .qty-replacer .btn .icon svg, .cart-item-quantity-container .qty-replacer .main-navigation-link .icon svg, .cart-item-quantity-row .qty-replacer .btn .icon svg, .cart-item-quantity-row .qty-replacer .main-navigation-link .icon svg, .wishlist-item-row .qty-replacer .btn .icon svg, .wishlist-item-row .qty-replacer .main-navigation-link .icon svg, .wishlist-modal-add-form .qty-replacer .btn .icon svg, .wishlist-modal-add-form .qty-replacer .main-navigation-link .icon svg {
	top: 2px;
}

.wishlist-modal-add-form .qty-replacer input {
	max-width: 80px;
}

.wishlist-item-row .qty-replacer {
	height: 40.5px;
}

.wishlist-item-row .qty-replacer input {
	height: 40.5px;
}

.wishlist-item-row .qty-replacer .btn, .wishlist-item-row .qty-replacer .main-navigation-link {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlist-item-row .qty-replacer .btn .icon svg, .wishlist-item-row .qty-replacer .main-navigation-link .icon svg {
	top: 0;
}

@media (min-width: 1480px) {
	.product-detail-related-resources {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
	}
}

.product-detail-related-resources-content {
	margin: 0 auto 70px;
	padding-top: 70px;
}

@media (min-width: 1480px) {
	.product-detail-related-resources-content {
		max-width: 1880px;
	}
}

.product-detail-related-resources-content h3, .product-detail-related-resources-content .product-detail-review-login .card-title, .product-detail-related-resources-content .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-related-resources-content .product-detail-review-login .agent-customer-headline, .product-detail-review-login .product-detail-related-resources-content .card-title, .product-detail-related-resources-content .wishlist--head-title, .product-detail-related-resources-content .cms-element-form:not(.form-newsletter) .card .card-title, .product-detail-related-resources-content .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-related-resources-content .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .product-detail-related-resources-content .card-title, .product-detail-related-resources-content .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .product-detail-related-resources-content .megasearch--title, .product-detail-related-resources-content .checkout-aside-summary-header {
	margin-bottom: 40px;
}

.product-detail-related-resources-content .product-slider-container {
	margin: auto;
}

.product-detail-related-resources-content .product-box {
	background-color: #f1f1f1;
	overflow: hidden;
}

.product-detail-related-resources-content .product-box .card-body {
	background-color: #50b13e;
}

.product-detail-related-resources-content .product-box .product-image-wrapper {
	padding: 0;
	margin: 10px;
	border-radius: 25px;
}

.product-detail-related-resources-content .product-box .product-image-wrapper .product-image {
	border-radius: 25px;
}

.product-detail-related-resources-content .product-box .product-info {
	text-align: center;
}

.product-detail-related-resources-content .product-box .product-info .btn-link {
	-ms-flex-line-pack: center;
	align-content: center;
	display: -ms-grid;
	display: grid;
	width: 100%;
	background-color: #396db4;
	height: 50px;
	border-radius: 25px;
	color: white;
	border: none;
	font-size: 20px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.product-detail-related-resources-content .product-box .product-info .btn-link .icon {
	margin-left: 6px;
	width: 12px;
}

.product-detail-related-resources-content .product-box .link-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.product-detail-related-resources-content .product-box .product-category {
	color: #396db4;
}

.product-detail-related-resources-content .product-box .product-name {
	color: white;
	font-size: 24px;
	font-weight: 500;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	padding: 10px 0 0;
	height: 70px;
	line-height: 1.2;
}

.product-detail-related-resources-content .product-box .product-description {
	font-weight: 500;
	margin-bottom: 16px;
}

.product-detail-related-resources-content .has-nav-inside .is-nav-prev-outside {
	left: -26px;
}

.product-detail-related-resources-content .has-nav-inside .is-nav-next-outside {
	right: -26px;
}

/* Related Resources */
.product-detail-related-resources .cms-element-product-slider, .product-detail-related-resources .cms-element-recently-viewed-product-slider {
	margin: 0 75px;
}

.product-detail-section-reviews {
	background-color: #f1f1f1;
	border-bottom: 1px solid #dedede;
	padding: 70px 0;
	margin-bottom: 70px;
}

.product-detail-section-reviews h3, .product-detail-section-reviews .product-detail-review-login .card-title, .product-detail-section-reviews .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-section-reviews .product-detail-review-login .agent-customer-headline, .product-detail-review-login .product-detail-section-reviews .card-title, .product-detail-section-reviews .wishlist--head-title, .product-detail-section-reviews .cms-element-form:not(.form-newsletter) .card .card-title, .product-detail-section-reviews .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-section-reviews .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .product-detail-section-reviews .card-title, .product-detail-section-reviews .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .product-detail-section-reviews .megasearch--title, .product-detail-section-reviews .checkout-aside-summary-header {
	margin-bottom: 20px;
}

@media (max-width: 991.98px) {
	.product-detail-section-reviews {
		padding: 20px 0;
	}
	
	.product-detail-section-reviews #review-tab {
		display: block;
	}
	
	.product-detail-section-reviews #review-tab .product-detail-review {
		padding-top: 0;
	}
	
	.product-detail-section-reviews #review-tab #reviewsSortby, .product-detail-section-reviews #review-tab .product-detail-review-sortby-label {
		margin-bottom: 32px;
	}
	
	.product-detail-section-reviews #review-tab .login-cancel .btn, .product-detail-section-reviews #review-tab .login-cancel .main-navigation-link {
		padding: 6px 24px;
	}
}

.product-detail-review {
	padding-top: 50px;
}

.product-detail-review-rating {
	margin-bottom: 8px;
}

.product-detail-review-rating .h2 {
	margin-bottom: 4px;
}

.product-detail-review-title {
	font-weight: 300;
}

.product-detail-review-teaser-btn {
	font-weight: 300;
	text-transform: capitalize;
	border: 1px solid #dedede;
	white-space: nowrap;
}

.product-detail-review-teaser-btn .icon {
	color: #396db4;
	width: 24px;
	margin-right: 8px;
}

.product-detail-review-teaser-btn:active, .product-detail-review-teaser-btn:hover {
	color: #717772;
}

#review-list .alert {
	margin-top: 16px;
}

.product-detail-review-sortby .custom-select {
	background-color: #fff;
}

.product-detail-review-login .login-password-recover {
	margin-left: 20px;
}

.product-detail-review-form-footer {
	display: block;
}

.product-detail-review-form-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.product-detail-review-form-actions .btn-review-submit {
	margin-right: 5px;
}

.product-detail-review-form-actions .product-detail-review-cancel {
	-ms-flex-order: 2;
	order: 2;
}

.icon-review {
	color: #50b13e;
}

.point-rating .icon {
	width: 20px;
	height: 20px;
}

.point-rating.point-blank .icon, .point-rating .icon-light {
	color: #dedede;
}

.product-detail-review-info .point-rating .icon {
	color: #396db4;
	width: 24px;
	height: 24px;
}

.product-detail-review-item-info .point-rating .icon, .product-detail-review-filter .point-rating .icon {
	width: 16px;
	height: 16px;
}

.product-detail-review-form-star.is-active .icon {
	color: #50b13e;
}

.js-review-filter {
	margin-bottom: 32px;
}

.product-detail-review-filter {
	margin-bottom: 10px;
}

.product-detail-review-filter label .product-review-rating {
	padding-top: 3px;
}

.product-detail-review-progressbar-container {
	background-color: #fff;
	border-radius: 10px;
	height: 18px;
	margin-top: 2px;
}

.product-detail-review-progressbar-bar {
	background-color: #50b13e;
}

.product-detail-review-item {
	padding-bottom: 32px;
	margin-bottom: 50px;
}

.product-detail-review-item-date {
	font-size: 16px;
	font-weight: 500;
}

.product-detail-review-item-points {
	padding-top: 3px;
}

@media (min-width: 768px) {
	.product-detail-review-item-points {
		padding-right: 16px;
	}
}

.product-detail-review-item-comment .blockquote {
	padding-left: 32px;
	font-style: italic;
}

.no-reviews {
	margin-top: -8px;
}

.no-reviews .product-detail-review-actions {
	display: none;
}

#employeePrivileges th {
	position: relative;
}

#employeePrivileges th svg {
	width: 12px;
	fill: #50b13e;
	vertical-align: top !important;
}

#employeePrivileges th span {
	visibility: hidden;
	width: 350px;
	background-color: #fff;
	color: #396db4;
	text-align: center;
	border: 2px solid #50b13e;
	border-radius: 6px;
	padding: 20px;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	right: 20%;
	top: 5%;
	margin-top: 5%;
}

#employeePrivileges th:hover span {
	visibility: visible;
	opacity: 1;
}

.top-bar {
	background-color: #2a2d2a;
	color: #fff;
	height: auto;
}

@media (min-width: 768px) {
	.top-bar {
		height: 35px;
	}
}

@media (min-width: 768px) {
	.top-bar > .container > .row, .cms-section .top-bar > .boxed > .row, .cms-section .top-bar > .boxed > .account-content, .cms-section .is-act-cartpage .checkout .top-bar > .boxed > .checkout-container, .is-act-cartpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-act-checkoutregisterpage .checkout .top-bar > .boxed > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-act-confirmpage .checkout .top-bar > .boxed > .checkout-container, .is-act-confirmpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-ctl-accountorder .checkout .top-bar > .boxed > .checkout-container, .is-ctl-accountorder .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-act-finishpage .checkout .top-bar > .boxed > .checkout-container, .is-act-finishpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-block-featured-product.top-bar > .cms-block-container > .row, .cms-block-featured-product.top-bar > .cms-block-container > .account-content, .is-act-cartpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-act-confirmpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-ctl-accountorder .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-act-finishpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-ctl-product .top-bar > .product-detail-main > .row, .is-ctl-product .top-bar > .product-detail-main > .account-content, .is-ctl-product .is-act-cartpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .top-bar > .product-detail-main > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .row, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .row, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-cartpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-confirmpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-ctl-accountorder .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-finishpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .cms-block-text-on-image .top-bar > .cms-block-container > .row, .cms-block-text-on-image .top-bar > .cms-block-container > .account-content, .cms-block-text-on-image .is-act-cartpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-act-checkoutregisterpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-act-confirmpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-confirmpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-ctl-accountorder .checkout .top-bar > .cms-block-container > .checkout-container, .is-ctl-accountorder .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-act-finishpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-finishpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .top-bar > .container > .account-content, .is-act-cartpage .checkout .top-bar > .container > .checkout-container, .is-act-cartpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-act-checkoutregisterpage .checkout .top-bar > .container > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-act-confirmpage .checkout .top-bar > .container > .checkout-container, .is-act-confirmpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-ctl-accountorder .checkout .top-bar > .container > .checkout-container, .is-ctl-accountorder .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-act-finishpage .checkout .top-bar > .container > .checkout-container, .is-act-finishpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container {
		height: 35px;
	}
}

@media (min-width: 992px) {
	.top-bar > .container > .row, .cms-section .top-bar > .boxed > .row, .cms-section .top-bar > .boxed > .account-content, .cms-section .is-act-cartpage .checkout .top-bar > .boxed > .checkout-container, .is-act-cartpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-act-checkoutregisterpage .checkout .top-bar > .boxed > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-act-confirmpage .checkout .top-bar > .boxed > .checkout-container, .is-act-confirmpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-ctl-accountorder .checkout .top-bar > .boxed > .checkout-container, .is-ctl-accountorder .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-section .is-act-finishpage .checkout .top-bar > .boxed > .checkout-container, .is-act-finishpage .checkout .cms-section .top-bar > .boxed > .checkout-container, .cms-block-featured-product.top-bar > .cms-block-container > .row, .cms-block-featured-product.top-bar > .cms-block-container > .account-content, .is-act-cartpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-act-confirmpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-ctl-accountorder .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-act-finishpage .checkout .cms-block-featured-product.top-bar > .cms-block-container > .checkout-container, .is-ctl-product .top-bar > .product-detail-main > .row, .is-ctl-product .top-bar > .product-detail-main > .account-content, .is-ctl-product .is-act-cartpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .top-bar > .product-detail-main > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .top-bar > .product-detail-main > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .top-bar > .product-detail-main > .checkout-container, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .row, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .row, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .account-content > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-cartpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-confirmpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-ctl-accountorder .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .account-content, .is-ctl-product .is-act-finishpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .row, .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .row > .checkout-container, .cms-block-text-on-image .top-bar > .cms-block-container > .row, .cms-block-text-on-image .top-bar > .cms-block-container > .account-content, .cms-block-text-on-image .is-act-cartpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-act-checkoutregisterpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-act-confirmpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-confirmpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-ctl-accountorder .checkout .top-bar > .cms-block-container > .checkout-container, .is-ctl-accountorder .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .cms-block-text-on-image .is-act-finishpage .checkout .top-bar > .cms-block-container > .checkout-container, .is-act-finishpage .checkout .cms-block-text-on-image .top-bar > .cms-block-container > .checkout-container, .top-bar > .container > .account-content, .is-act-cartpage .checkout .top-bar > .container > .checkout-container, .is-act-cartpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-act-checkoutregisterpage .checkout .top-bar > .container > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-act-confirmpage .checkout .top-bar > .container > .checkout-container, .is-act-confirmpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-ctl-accountorder .checkout .top-bar > .container > .checkout-container, .is-ctl-accountorder .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container, .is-act-finishpage .checkout .top-bar > .container > .checkout-container, .is-act-finishpage .checkout .cms-block-featured-product > .top-bar > .cms-block-container > .checkout-container, .is-act-cartpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-confirmpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-accountorder .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.top-bar > .checkout-container > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .top-bar > .row > .checkout-container {
		height: auto;
	}
}

.top-bar-contact {
	height: 100%;
	padding: 6px 0;
}

.top-bar-contact a {
	color: #fff;
	margin-right: 30px;
}

.top-bar-contact a:active, .top-bar-contact a:hover {
	color: #e6e6e6;
}

@media (max-width: 767.98px) {
	.top-bar-contact a {
		font-size: 10px;
	}
}

@media (max-width: 767.98px) {
	.top-bar-contact {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 10px;
	}
}

.top-bar-link {
	border-radius: 0;
	font-size: .938rem;
	line-height: 28px;
	padding: 0 27px;
	text-transform: capitalize;
	display: none;
}

@media (min-width: 768px) {
	.top-bar-link {
		display: block;
		padding: 0 12px;
	}
}

@media (min-width: 992px) {
	.top-bar-link {
		padding: 0 27px;
	}
}

@media (max-width: 767.98px) {
	.top-bar-nav-item {
		font-size: 10px;
		margin-right: 0;
	}
}

.vat-switcher label {
	cursor: pointer;
}

.vat-switcher .custom-control-input:valid:checked ~ .custom-control-label::before {
	background: #396db4 !important;
	border-color: #396db4 !important;
}

@media (max-width: 767.98px) {
	.vat-switcher .custom-control-input:valid:checked ~ .custom-control-label::before {
		left: -34px;
		top: 0;
	}
}

@media (max-width: 767.98px) {
	.vat-switcher.custom-switch .custom-control-label::before {
		left: -34px;
		top: 0;
	}
}

@media (max-width: 767.98px) {
	.vat-switcher.custom-switch .custom-control-label::after, .vat-switcher .custom-control-input:valid:checked ~ .custom-control-label::after {
		left: -32px;
		top: 2px;
	}
}

@media (max-width: 767.98px) {
	.vat-switcher {
		font-size: 10px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
}

.vat-switcher-label {
	margin-right: 40px;
}

.container--wishlist-content {
	padding: 32px 0;
}

#prems-wishlist {
	padding: 32px 0;
}

#prems-wishlist .container--button-new-wishlist {
	padding-top: 16px;
	margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#prems-wishlist .container--button-new-wishlist {
		margin-left: -20px;
	}
}

#prems-wishlist .wishlist--head .wishlist-visibility {
	padding-top: 2px;
	width: 10%;
}

@media (min-width: 576px) {
	#prems-wishlist .wishlist--head .wishlist-visibility {
		padding-top: 4px;
		width: 5%;
	}
}

@media (min-width: 768px) {
	#prems-wishlist .wishlist--head .wishlist-visibility {
		width: 3%;
	}
}

@media (max-width: 991.98px) {
	#prems-wishlist .wishlist--share-options .cart--share-container .share-link-container .share-link-inputfield {
		width: 480px;
	}
}

@media (max-width: 767.98px) {
	#prems-wishlist .wishlist--share-options .cart--share-container .share-link-container .share-link-inputfield {
		width: 420px;
	}
}

@media (max-width: 575.98px) {
	#prems-wishlist .wishlist--share-options .cart--share-container .share-link-container .share-link-inputfield {
		width: 180px;
	}
}

.wishlist-listing-badges {
	top: 2px;
	right: 2px;
}

.wishlist-modal--button {
	border-radius: 0;
	margin-left: -1px;
	margin-bottom: -3px;
	text-transform: none;
	width: calc(100% + 2px);
}

.wishlist-modal--button + .product-action {
	margin-top: 0;
}

.wishlist-modal--inner .current-wishlists--item:hover {
	cursor: pointer;
}

.wishlist-modal--inner .current-wishlists--item label {
	cursor: pointer;
}

.add-new-wishlist-container a:active, .add-new-wishlist-container a:hover, .existing-wishlist-container a:active, .existing-wishlist-container a:hover {
	cursor: pointer;
}

.product-detail-related-products .product-slider-item .wishlist-listing-badges {
	right: auto;
	left: 4px;
	top: 4px;
}

.product-detail-media .wishlist-heart-badge {
	position: absolute;
	top: 12px;
	left: -4px;
	border-radius: 50%;
	border: 2px solid #c5c5c5;
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.product-detail-media .wishlist-heart-badge .icon {
	display: block;
}

.product-detail-media .wishlist-heart-badge .icon svg {
	top: -2px;
}

.product-detail-media .wishlist-heart-badge:hover {
	border-color: #50b13e;
}

.product-detail-media .wishlist-heart-badge:hover .icon {
	color: #50b13e;
}

.product-detail-media .wishlist-modal--button-pdp {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.wishlist-listing-badges .wishlist-heart-badge {
	color: #8b908c;
}

.wishlist-detail-content-body .cart-header-row {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.wishlist-detail-content-body .cart-header-row > [class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

.wishlist-item-row .btn-number {
	padding: 2px 16px !important;
}

.wishlist-item-row .wishlist-item-delete {
	padding: 2px !important;
}

.wishlist-item-row .product-small-details {
	color: #50b13e;
	font-size: .938rem;
	font-weight: 700;
	padding: 4px 0;
}

@media (max-width: 575.98px) {
	.wishlist-table-actions-wrapper {
		padding-right: 4px;
	}
}

@media (max-width: 767.98px) {
	.wishlist-table-actions-wrapper {
		margin-bottom: 16px;
	}
}

.wishlist-table-actions {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.wishlist-table-actions-config {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 12px;
}

.wishlist-table-actions-config .btn, .wishlist-table-actions-config .main-navigation-link {
	min-width: 40px;
	padding: 2px !important;
}

.wishlist-table-actions-config .wishlist-modal--button svg {
	top: 5px;
}

.wishlist-add-product-container .cart-add-product {
	min-width: 260px;
}

.share-link-inputfield {
	border: 1px solid #dedede;
	border-radius: 25px;
	padding: 4px 16px;
}

.wishlist-modal--inner {
	padding-top: 30px;
}

.icon-move-file:hover, .icon-arrow-circle-down:hover, .icon-arrow-circle-up:hover {
	cursor: pointer;
}

.wishlist-modal--button .icon {
	color: #c5c5c5;
}

.row.mb-5.pt-3.pb-3.border.row-eq-height, .mb-5.pt-3.pb-3.border.row-eq-height.account-content, .is-act-cartpage .checkout .mb-5.pt-3.pb-3.border.row-eq-height.checkout-container, .is-act-checkoutregisterpage .checkout .mb-5.pt-3.pb-3.border.row-eq-height.checkout-container, .is-act-confirmpage .checkout .mb-5.pt-3.pb-3.border.row-eq-height.checkout-container, .is-ctl-accountorder .checkout .mb-5.pt-3.pb-3.border.row-eq-height.checkout-container, .is-act-finishpage .checkout .mb-5.pt-3.pb-3.border.row-eq-height.checkout-container {
	border-radius: 25px;
}

.wishlist-hide-btn {
	margin-top: 16px;
}

/*
 * Elements
 * ---------- */
.cms-element-form:not(.form-newsletter) {
	padding: 50px;
}

@media (min-width: 992px) {
	.cms-element-form:not(.form-newsletter) {
		padding: 50px 100px;
	}
}

/*
 * Layout-related sections
 * ----------------------- */
.flashbags .alert {
	margin-top: 16px;
}

.cookie-permission-container .btn, .cookie-permission-container .main-navigation-link {
	padding: 6px 25px;
}

@media (max-width: 767.98px) {
	.cookie-permission-container .btn, .cookie-permission-container .main-navigation-link {
		width: 100%;
	}
	
	.cookie-permission-button {
		display: block;
		margin-bottom: 8px;
	}
	
	.js-cookie-configuration-button {
		display: block;
		margin-bottom: 7px;
	}
}

.footer-main {
	background-color: #2a2d2a;
	border: 0;
	position: relative;
}

.footer-wrapper {
	overflow: hidden;
}

.footer-top .footer-column-content {
	padding: 52px 16px 16px;
	text-align: center;
}

.footer-middle {
	color: #fff;
	margin-top: -2px;
	position: relative;
}

.footer-middle > .container, .cms-section .footer-middle > .boxed, .cms-block-featured-product.footer-middle > .cms-block-container, .is-ctl-product .footer-middle > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .row, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .cms-block-text-on-image .footer-middle > .cms-block-container {
	padding-top: 64px;
	padding-bottom: 0;
}

.footer-middle a {
	color: #fff;
	font-weight: 300;
}

.footer-middle a:active, .footer-middle a:hover {
	color: #e6e6e6;
}

.footer-middle::after {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	bottom: -40px;
	right: -40px;
	z-index: 1;
	background: url("/bundles/chespacktheme/assets/images/bg-CH.svg") no-repeat;
	background-size: cover;
	-ms-transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
	transform: rotate(345deg);
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: .05;
}

#footerColumns {
	position: relative;
	z-index: 2;
}

#footerColumns .footer-column-headline {
	-ms-flex-pack: center;
	justify-content: center;
}

#footerColumns .footer-column {
	border: none;
	text-align: center;
}

#footerColumns .footer-column:last-child .footer-column-content-inner {
	padding-bottom: 32px;
}

.footer-column-headline {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding-top: 0;
}

.is-certificate {
	display: block;
}

.is-certificate img {
	height: 50px;
	margin-bottom: 12px;
}

.footer-contacts a {
	color: #50b13e;
}

.footer-contacts a:active, .footer-contacts a:hover {
	color: #6dc65c;
}

.footer-payment-logos {
	padding: 12px 0 24px;
	margin-bottom: 10px;
	border-bottom: 1px solid #494e49;
	width: 100%;
	text-align: center;
}

.footer-payment-logos img {
	background-color: #fff;
	padding: 5px;
	height: 32px;
}

.footer-copyright-wrapper {
	border: 1px solid #494e49;
	border-width: 1px 0 0;
	padding: 18px 0;
	position: relative;
	z-index: 2;
}

.footer-bottom {
	background-color: #626862;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}

.footer-bottom > .container, .cms-section .footer-bottom > .boxed, .cms-block-featured-product.footer-bottom > .cms-block-container, .is-ctl-product .footer-bottom > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .row, .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-bottom > .checkout-container, .cms-block-text-on-image .footer-bottom > .cms-block-container {
	padding: 0 20px;
}

.footer-bottom ul, .footer-bottom p {
	margin: 0;
	padding: 0;
}

.footer-bottom ul a {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
}

.footer-bottom ul a:active, .footer-bottom ul a:hover {
	color: #e6e6e6;
}

.footer-bottom ul a::after {
	content: "";
	display: inline-block;
	height: 18px;
	border-right: 1px solid #7b827b;
	padding-left: 14px;
	margin-bottom: -5px;
}

.footer-bottom ul li:last-child a::after {
	display: none;
}

.footer-bottom p a:active, .footer-bottom p a:hover {
	color: #6dc65c;
}

.footer-waves {
	background-color: #ebebeb;
	background-image: url("/bundles/chespacktheme/assets/images/bg-footer-drawing.svg"), url("/bundles/chespacktheme/assets/images/bg-footer-dark.svg"), url("/bundles/chespacktheme/assets/images/bg-footer-curve-dark.svg"), url("/bundles/chespacktheme/assets/images/bg-footer-curve-mid.svg"), url("/bundles/chespacktheme/assets/images/bg-footer-curve-light.svg");
	background-position: center center, center 180px, center 80px, center 40px, center 30px;
	background-repeat: no-repeat, repeat-x, repeat-x, repeat-x, repeat-x;
	height: 360px;
}

.chat-widget-button {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 16px;
	z-index: 9;
}

.chat-widget-button img {
	max-width: 160px;
}

.footer-logo {
	margin-right: 0;
}

@media (min-width: 768px) {
	.footer-top .footer-column-content {
		padding: 52px 16px 16px;
		text-align: left;
	}
	
	.footer-payment-logos {
		padding: 0;
		margin-bottom: 0;
		border-bottom: none;
		width: auto;
		text-align: right;
	}
	
	.footer-copyright-wrapper {
		border-width: 1px 0;
	}
	
	.footer-bottom ul a {
		font-size: 14px;
		font-weight: 500;
	}
	
	.footer-middle::after {
		width: 500px;
		height: 500px;
		right: -60px;
	}
	
	.footer-middle > .container, .cms-section .footer-middle > .boxed, .cms-block-featured-product.footer-middle > .cms-block-container, .is-ctl-product .footer-middle > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .row, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .cms-block-text-on-image .footer-middle > .cms-block-container {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

@media (min-width: 1200px) {
	.footer-top .footer-column-content {
		padding: 60px 0 16px;
	}
	
	.footer-bottom ul a {
		font-size: 14px;
		font-weight: 500;
	}
	
	.footer-middle::after {
		width: 800px;
		height: 800px;
		right: -80px;
	}
	
	#footerColumns .footer-column-headline {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#footerColumns .footer-column {
		text-align: left;
	}
	
	#footerColumns .footer-column:last-child .footer-column-content-inner {
		padding-bottom: 10px;
	}
}

.header-main {
	background-color: #fff;
}

.header-row {
	padding: 22px 0;
}

@media (max-width: 767.98px) {
	.header-row {
		padding: 0;
	}
}

.header-row .menu-button {
	color: #396db4;
	font-size: 14px;
	font-weight: 500;
}

.header-row .menu-button > span {
	line-height: 1;
}

.header-row .menu-button button {
	padding-left: 0;
}

.header-logo-col {
	padding-bottom: 0;
}

@media (max-width: 767.98px) {
	.header-logo-col {
		padding: 0;
	}
}

.header-logo-picture {
	max-width: none;
}

.header-logo-main-img {
	height: 100%;
}

@media (max-width: 767.98px) {
	.header-logo-main-img {
		height: 40px;
	}
}

@media (min-width: 992px) {
	.header-logo-main-img {
		height: 75px;
	}
}

@media (max-width: 767.98px) {
	.header-actions-col {
		padding-right: 12px;
	}
}

.header-actions-col .header-actions-btn {
	padding: 2px 6px;
}

@media (max-width: 767.98px) {
	.header-actions-col .header-actions-btn {
		border: none;
	}
	
	.header-actions-col .header-actions-btn .icon {
		width: 24px;
		height: 24px;
	}
}

.header-actions-col .icon {
	color: #396db4;
	width: 30px;
	height: 30px;
}

.header-actions-col .header-cart-total {
	color: #8b908c;
	font-size: .938rem;
	font-weight: 500;
	margin-right: 10px;
	text-transform: none;
}

.offcanvas-content-menu {
	background-color: #f1f1f1;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.content-menu-panel {
	min-width: 360px;
	padding: 40px 20px 20px;
}

.offcanvas-content-menu-panel-header .icon {
	color: #396db4;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.offcanvas-content-menu-panel-header .icon svg {
	stroke: #396db4;
	stroke-width: 3px;
}

.offcanvas-content-menu-list .offcanvas-content-menu-link {
	color: #626862;
	font-size: 22px;
	font-weight: 500;
}

.offcanvas-content-menu-list .offcanvas-content-menu-link.active, .offcanvas-content-menu-list .offcanvas-content-menu-link:active, .offcanvas-content-menu-list .offcanvas-content-menu-link:hover {
	color: #396db4;
}

.offcanvas-content-menu-list ul li {
	padding-left: 16px;
}

.offcanvas-content-menu-list ul li:last-child {
	margin-bottom: 16px;
}

.offcanvas-content-menu-list ul .offcanvas-content-menu-link {
	font-size: .938rem;
	padding: 4px 16px;
}

.account-menu-dropdown {
	border: none;
	border-radius: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
	min-width: 320px;
	padding: 30px;
	top: 34px !important;
	position: relative;
}

.account-menu-dropdown::before {
	content: "";
	height: 7px;
	width: 100%;
	position: absolute;
	top: -7px;
	left: 0;
	background: inherit;
	z-index: 2;
}

.login-form-title {
	font-size: 18px;
}

.dropdown-header.account-menu-header {
	color: #50b13e;
	padding-top: 0;
}

.account-aside-footer .btn, .account-aside-footer .main-navigation-link {
	border-radius: 0;
}

.header-search {
	width: 100%;
	max-width: none;
}

.header-search input {
	height: 50px;
}

@media (max-width: 767.98px) {
	.header-search {
		margin: 8px 0;
	}
}

.account-aside-btn .icon {
	width: 16px;
}

.account-aside-btn .icon svg {
	top: 8px;
}

@media (max-width: 767.98px) {
	.nav-main-toggle .nav-main-toggle-btn {
		border: 2px solid #fff;
		border-width: 2px 0;
		border-radius: 0 !important;
		margin-top: 2px;
		padding: 0;
	}
	
	.nav-main-toggle .nav-main-toggle-btn .main-navigation-link {
		border-radius: 0 !important;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.header-row {
		height: 120px;
	}
}

.nav-main {
	background-color: #50b13e;
	padding: 2px 0 0;
}

@media (min-width: 768px) {
	.nav-main {
		padding: 20px 0;
	}
}

.main-navigation {
	display: block;
}

.main-navigation > .container, .cms-section .main-navigation > .boxed, .cms-block-featured-product.main-navigation > .cms-block-container, .is-ctl-product .main-navigation > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.main-navigation > .row, .is-ctl-product .product-detail-tabs-wrapper.main-navigation > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.main-navigation > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.main-navigation > .checkout-container, .cms-block-text-on-image .main-navigation > .cms-block-container {
	padding: 0;
}

@media (min-width: 576px) {
	.main-navigation {
		width: 260px;
	}
}

@media (min-width: 768px) {
	.main-navigation {
		width: 320px;
	}
}

.main-navigation-link {
	padding: 6px 40px 2px;
	text-align: left;
	text-transform: capitalize;
	width: 320px;
}

.main-navigation-link:hover {
	cursor: pointer;
}

.main-navigation-link span::after {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23FFFFFF\' viewBox=\'0 0 320 512\'%3E%3Cpath d=\'M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z\'/%3E%3C/svg%3E") no-repeat center bottom;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 0 -2px 12px;
}

.main-navigation-link .main-navigation-link-text {
	padding-bottom: 0;
}

.header-search {
	background-color: #fff;
	border-radius: 50px;
	border: none;
	height: 50px;
}

.header-search-input {
	border: none;
	height: 50px;
}

.header-search-input:focus {
	border: none;
	outline: none;
	z-index: auto !important;
}

.header-search-col {
	width: 100%;
}

@media (min-width: 768px) {
	.header-search-col {
		margin-left: -110px;
	}
}

.header-search-btn {
	background-color: #396db4;
	border-color: #396db4;
	border-radius: 50px !important;
	border: 3px solid #396db4 !important;
	width: 50px;
	height: 50px;
	padding: 0;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-search-btn .icon {
	color: #fff;
}

.navigation-flyouts {
	background-color: #fff;
	left: 0;
	width: 100vw;
}

.navigation-flyout {
	background: linear-gradient(90deg, #2a2d2a 50%, #fff 50%);
	top: 20px;
}

.navigation-flyout.is-open .navigation-flyout-content {
	position: relative;
}

.navigation-flyout.is-open .navigation-flyout-content::before {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 14px;
	height: 14px;
	top: -6px;
	content: "";
	display: block;
	position: absolute;
	background: #2a2d2a;
	left: 178px;
	border: .0625rem solid #2a2d2a;
	border-top: 0 none;
	border-right: 0 none;
	z-index: 2;
}

.navigation-flyout-content {
	padding: 0;
}

.navigation-flyout-categories-sub {
	display: inline-block;
	padding: 40px 0 40px 105px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: calc(100% - 20px);
	height: 100%;
}

@media (min-width: 768px) {
	.navigation-flyout-categories-sub {
		overflow-y: auto;
	}
}

.navigation-flyout-categories-sub.d-block {
	visibility: visible;
}

.navigation-flyout-categories-sub h3, .navigation-flyout-categories-sub .product-detail-review-login .card-title, .navigation-flyout-categories-sub .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .navigation-flyout-categories-sub .product-detail-review-login .agent-customer-headline, .product-detail-review-login .navigation-flyout-categories-sub .card-title, .navigation-flyout-categories-sub .wishlist--head-title, .navigation-flyout-categories-sub .cms-element-form:not(.form-newsletter) .card .card-title, .navigation-flyout-categories-sub .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .navigation-flyout-categories-sub .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .navigation-flyout-categories-sub .card-title, .navigation-flyout-categories-sub .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .navigation-flyout-categories-sub .megasearch--title, .navigation-flyout-categories-sub .checkout-aside-summary-header {
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 24px;
}

.navigation-flyout-categories-sub .navigation-flyout-categories {
	margin: 0;
}

.navigation-flyout-categories-sub .navigation-flyout-categories .navigation-flyout-col .nav-item {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 8px 0;
}

.navigation-flyout-categories-sub .navigation-flyout-categories .navigation-flyout-col .nav-item:active, .navigation-flyout-categories-sub .navigation-flyout-categories .navigation-flyout-col .nav-item:hover, .navigation-flyout-categories-sub .navigation-flyout-categories .navigation-flyout-col .nav-item.active {
	color: #396db4;
	padding-left: 0;
}

@media (max-width: 991.98px) {
	.navigation-flyout-categories-sub {
		padding-left: 40px;
	}
}

@media (max-width: 1199.98px) {
	.navigation-flyout-categories-sub {
		padding-left: 60px;
	}
}

.categories-col-left {
	padding-top: 32px;
}

.categories-col-left .navigation-flyout-link {
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-weight: 500;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	margin: 6px 6px 6px 2px;
	text-transform: capitalize;
}

.categories-col-left .navigation-flyout-link .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #fff;
	width: 16px;
	height: 16px;
}

.categories-col-left .navigation-flyout-link .icon svg {
	top: 0;
}

.categories-col-left .navigation-flyout-link:active, .categories-col-left .navigation-flyout-link:hover, .categories-col-left .navigation-flyout-link.active {
	color: #50b13e;
	padding-left: 0;
}

.categories-col-left .navigation-flyout-link:active .icon, .categories-col-left .navigation-flyout-link:hover .icon, .categories-col-left .navigation-flyout-link.active .icon {
	color: #50b13e;
}

.categories-col-right {
	padding: 0 20px 0 0;
	overflow: hidden;
}

.categories-resources-links h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.categories-resources-links a {
	border: none;
	border-radius: 0;
	color: #8b908c;
	font-weight: 500;
	padding: 0;
}

.categories-resources-links a:active, .categories-resources-links a:hover {
	color: #396db4;
}

.brands-logos img {
	max-height: 75px;
}

.navigation-offcanvas-container {
	padding: 0 32px;
}

.navigation-offcanvas-container .navigation-offcanvas-link {
	border: none;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 0;
}

.navigation-offcanvas-container .navigation-offcanvas-link.is-back-link {
	border-bottom: 1px solid #dedede;
	border-top: none;
	color: #8b908c;
	padding-bottom: 20px;
}

.navigation-offcanvas-container .navigation-offcanvas-link.is-back-link .icon {
	color: #8b908c;
	margin-left: -8px;
}

.navigation-offcanvas-container .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
	margin-right: 0;
}

.navigation-offcanvas-container .navigation-offcanvas-link .icon {
	width: 32px;
	height: 32px;
}

.navigation-offcanvas-container .navigation-offcanvas-link .icon svg {
	stroke: #fff !important;
	stroke-width: 1px !important;
}

.navigation-offcanvas-container .navigation-offcanvas-link .icon.icon-arrow-medium-right {
	margin-right: -10px;
}

.navigation-offcanvas-container .navigation-offcanvas-link.is-current-category {
	color: #396db4;
}

.navigation-offcanvas-container .navigation-offcanvas-link:not(.is-back-link) {
	height: 43px;
}

.navigation-offcanvas-container .navigation-offcanvas-list-item {
	border: none;
}

.navigation-offcanvas-placeholder, .navigation-offcanvas-overlay {
	padding: 0 32px;
}

.navigation-offcanvas-placeholder .navigation-offcanvas-list, .navigation-offcanvas-overlay .navigation-offcanvas-list, .navigation-offcanvas-overlay-content .navigation-offcanvas-list {
	padding-top: 12px;
}

.scroll-up-button {
	right: 24px;
	left: auto;
}

.scroll-up-button .btn, .scroll-up-button .main-navigation-link {
	padding: 5px 12px;
	width: 50px;
}

.header-search-form {
	position: relative;
}

.search-suggest {
	position: absolute;
	top: 55px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	width: calc(100% - 50px);
	left: 25px;
	height: 500px;
	overflow-y: scroll;
}

.search-suggest::before {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: .75rem;
	height: .75rem;
	top: -.4375rem;
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	left: 48%;
	border: .0625rem solid #dedede;
	border-top: 0 none;
	border-right: 0 none;
}

.search-suggest .megasearch--container {
	padding: 16px;
}

.search-suggest .megasearch--container #products {
	float: left;
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.search-suggest .megasearch--container #products {
		padding-right: 20px;
	}
}

.search-suggest .megasearch--container #categories {
	float: right;
}

.search-suggest .megasearch--container #suppliers {
	float: right;
	clear: none;
}

.search-suggest .megasearch--container .megasearch--title {
	background-color: initial;
	color: #8b908c;
	padding: 16px 16px 0;
	text-align: left;
}

.search-suggest .megasearch--container .search-suggest-no-result {
	text-align: left;
}

.search-suggest .search-suggest-container {
	border: none;
}

@media (min-width: 1350px) {
	.search-suggest {
		height: unset;
		overflow-y: unset;
	}
}

.search-suggest-product-name {
	white-space: normal;
}

.search-suggest-total-count {
	text-align: center;
}

@media (min-width: 768px) {
	.search-suggest-total-count {
		text-align: left;
	}
}

/*
 * Page-specific styles
 * -------------------- */
.contact-page .cms-block-image-simple-grid {
	border-radius: 25px;
	background-color: #f1f1f1;
	margin-bottom: 50px;
}

.contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-aside:first-child, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-aside:first-child, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-additional:first-child, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-aside:first-child {
	background-color: #50b13e;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	color: #fff;
	padding: 50px 50px 50px 70px;
}

.contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .product-detail-review-login .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .product-detail-review-login .agent-customer-headline, .product-detail-review-login .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .wishlist--head-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .megasearch--title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .checkout-aside-summary-header, .is-act-confirmpage .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-aside:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .product-detail-review-login .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .product-detail-review-login .agent-customer-headline, .product-detail-review-login .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .wishlist--head-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .megasearch--title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .checkout-aside-summary-header, .is-ctl-accountorder .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-aside:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .product-detail-review-login .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .product-detail-review-login .agent-customer-headline, .product-detail-review-login .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .wishlist--head-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-form:not(.form-newsletter) .card .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .megasearch--title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .checkout-aside-summary-header, .is-act-finishpage .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-additional:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .product-detail-review-login .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .product-detail-review-login .agent-customer-headline, .product-detail-review-login .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .wishlist--head-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .megasearch--title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .checkout-aside-summary-header, .is-act-finishpage .checkout .contact-page .cms-block-image-simple-grid .cms-block-container-row .checkout-aside:first-child h3, .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .product-detail-review-login .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .product-detail-review-login .agent-customer-headline, .product-detail-review-login .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .wishlist--head-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .cms-element-form:not(.form-newsletter) .card .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .card-title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .megasearch--title, .contact-page .cms-block-image-simple-grid .cms-block-container-row .col-md-6:first-child .checkout-aside-summary-header {
	color: #fff;
}

.contact-page .cms-section-default {
	position: relative;
}

.contact-page .cms-section-default:after {
	content: "";
	display: block;
	width: 170px;
	height: 360px;
	position: absolute;
	bottom: -30px;
	right: -85px;
	background-image: url("/bundles/chespacktheme/assets/images/charlie-pointing.png");
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 991.98px) {
	.contact-page .left-top {
		margin: 0;
	}
}

.contact-page .left-bottom {
	display: none;
}

.contact-page-address-wrapper {
	padding: 10px 0;
}

.contact-page-address-wrapper .contact-page-address {
	padding: 5px 3px;
}

.contact-page-address-wrapper .contact-page-address .icon {
	margin-bottom: auto;
}

.contact-page-address-wrapper .btn, .contact-page-address-wrapper .main-navigation-link, .contact-page-address-wrapper .contact-page-address-content {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	padding-left: 5px;
}

@media (max-width: 991.98px) {
	.contact-page-address-wrapper .btn, .contact-page-address-wrapper .main-navigation-link, .contact-page-address-wrapper .contact-page-address-content {
		padding-left: 8px;
	}
}

@media (max-width: 767.98px) {
	.contact-page-address-wrapper .btn, .contact-page-address-wrapper .main-navigation-link, .contact-page-address-wrapper .contact-page-address-content {
		font-size: 16px;
		padding-left: 4px;
	}
}

.contact-page-address-wrapper .btn:active, .contact-page-address-wrapper .main-navigation-link:active, .contact-page-address-wrapper .btn:hover, .contact-page-address-wrapper .main-navigation-link:hover {
	color: #f2f2f2;
}

.contact-page-address-wrapper .btn:active .icon, .contact-page-address-wrapper .main-navigation-link:active .icon, .contact-page-address-wrapper .btn:hover .icon, .contact-page-address-wrapper .main-navigation-link:hover .icon {
	color: #f2f2f2;
}

.contact-page-address-wrapper .icon {
	color: #fff;
	width: 24px;
	margin-right: 16px;
}

.google-map {
	border-radius: 25px;
}

.is-act-home .container-main {
	padding-top: 0;
}

.is-act-home .breadcrumb {
	display: none;
}

.is-act-loginpage .container-main {
	padding-top: 0;
	padding-bottom: 70px;
}

.page-title {
	background: transparent linear-gradient(185deg, #fff 0%, #f1f1f1 100%) 0% 0% no-repeat padding-box;
	min-height: 120px;
}

@media (min-width: 768px) {
	.page-title {
		min-height: 200px;
	}
}

.page-title h1 {
	color: #396db4;
}

.register-login-tab-navigation-wrapper {
	padding-top: 50px;
	position: relative;
}

.register-login-tab-navigation-wrapper::after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	background-color: #626862;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	bottom: 0;
}

.register-login-tabs {
	display: block;
	width: 100%;
}

.register-login-tabs .login-card-wrapper {
	background-color: #f1f1f1;
	border-radius: 25px;
	padding: 50px;
}

.register-login-tabs .login-card-wrapper .card-body {
	padding: 0;
}

.register-login-tabs .login-password-recover {
	padding-top: 4px;
}

.register-login-tabs .login-card {
	margin-bottom: 32px;
}

.register-login-tabs .card-body {
	padding-top: 50px;
}

.register-login-tabs .tab-pane.active {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.card-tabs .card-header.register-login-tab-navigation {
	padding: 0 20px;
	border: none;
}

#register-login-tabs {
	border: none;
	position: relative;
	z-index: 1;
}

#register-login-tabs li.nav-item {
	margin-bottom: 0;
	margin-right: 10px;
}

@media (min-width: 576px) {
	#register-login-tabs li.nav-item {
		margin-right: 20px;
	}
}

#register-login-tabs a.nav-link {
	border-radius: 25px 25px 0 0;
	background-color: #50b13e;
	border: 1px solid #50b13e;
	border-bottom: 1px solid #626862;
	color: #fff;
	font-size: .938rem;
	font-weight: 700;
	padding: 14px 16px;
}

@media (min-width: 576px) {
	#register-login-tabs a.nav-link {
		font-size: 20px;
		padding: 14px 40px;
	}
}

@media (min-width: 768px) {
	#register-login-tabs a.nav-link {
		font-size: 20px;
		padding: 14px 68px;
	}
}

#register-login-tabs a.nav-link.active {
	background-color: #fff;
	border: 1px solid #626862;
	border-width: 1px 1px 0 1px;
	border-bottom: 1px solid #fff;
	color: #8b908c;
}

#register-login-tabs a.nav-link:not(.active):active, #register-login-tabs a.nav-link:not(.active):hover {
	background-color: #3f8b31;
}

.login-card .card-title small, .login-card .is-act-customerlist .agent-customer-headline small, .is-act-customerlist .login-card .agent-customer-headline small, .register-card .card-title small, .register-card .is-act-customerlist .agent-customer-headline small, .is-act-customerlist .register-card .agent-customer-headline small {
	font-size: 12px;
	margin-top: 8px;
}

.login-advantages ul {
	padding-left: 24px;
	list-style: none;
	list-style-position: inside;
}

.login-advantages ul li::before {
	content: "•";
	color: #50b13e;
	font-weight: bold;
	display: inline-block;
	width: 16px;
	margin-left: -24px;
}

.login-submit .icon, .register-submit .icon {
	margin-left: 6px;
	width: 20px;
}

.login-submit .icon svg, .register-submit .icon svg {
	top: 4px;
}

#register-tab-pane .message {
	background-color: #50b13e;
	border-radius: 25px;
	color: #fff;
	padding: 20px;
}

.register-card .card-body {
	padding: 0;
}

.privacy-notice {
	margin: 0 !important;
}

.privacy-notice strong {
	font-weight: 700;
}

.data-protection-information label {
	font-size: 12px;
}

.page-title-account {
	margin-bottom: 50px;
}

.account-content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.account-content .account-content-aside {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: none;
	width: 25%;
}

@media (max-width: 991.98px) {
	.account-content .account-content-aside {
		display: block;
		width: 100%;
	}
	
	.account-content .account-content-aside .account-menu-inner {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 20px;
		border-bottom: 1px solid #dedede;
		margin-bottom: 20px;
	}
	
	.account-content .account-content-aside .account-menu-inner .account-aside-wrapper {
		width: 40%;
	}
	
	.account-content .account-content-aside .account-menu-inner .account-aside-list-group {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.account-content .account-content-aside .account-menu-inner .manager-content {
		width: 40%;
	}
}

@media (max-width: 575.98px) {
	.account-content .account-content-aside .account-menu-inner .account-aside-wrapper {
		width: 50%;
	}
	
	.account-content .account-content-aside .account-menu-inner .manager-content {
		width: 45%;
		font-size: 75%;
	}
	
	.account-content .account-content-aside .account-menu-inner .manager-content .manager-content-image {
		width: 75px;
		height: 75px;
		margin-top: -55px;
	}
	
	.account-content .account-content-aside .account-menu-inner .manager-content h4, .account-content .account-content-aside .account-menu-inner .manager-content .card .card-title, .account-content .account-content-aside .account-menu-inner .manager-content .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .account-content .account-content-aside .account-menu-inner .manager-content .card .agent-customer-headline, .card .account-content .account-content-aside .account-menu-inner .manager-content .card-title, .account-content .account-content-aside .account-menu-inner .manager-content .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .account-content .account-content-aside .account-menu-inner .manager-content .product-name, .account-content .account-content-aside .account-menu-inner .manager-content .checkout-aside-product-header {
		font-size: 15px;
	}
}

.account-content .account-content-main {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: none;
	width: 75%;
	margin: 0;
}

@media (min-width: 992px) {
	.account-content .account-content-main {
		padding-left: 105px;
	}
}

.account-content .account-content-main .account-welcome {
	padding-top: 0;
}

.account-content .account-content-main .js-newsletter-wrapper {
	padding-top: 10px;
}

.account-aside-header {
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 12px;
}

.account-aside-item {
	font-size: 18px;
	font-weight: 300;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cdefs%3E%3Cpath id=\'icons-default-arrow-head-right-a\' d=\'m11.5 7.9142 10.2929 10.293c.3905.3904 1.0237.3904 1.4142 0 .3905-.3906.3905-1.0238 0-1.4143l-11-11c-.3905-.3905-1.0237-.3905-1.4142 0l-11 11c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0L11.5 7.9142z\'%3E%3C/path%3E%3C/defs%3E%3Cuse fill=\'%23626862\' fill-rule=\'evenodd\' transform=\'rotate(90 11.5 12)\' xlink:href=\'%23icons-default-arrow-head-right-a\'%3E%3C/use%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 16px;
}

.account-aside-item:active, .account-aside-item:hover, .account-aside-item.is-active {
	color: #50b13e;
	font-weight: 500;
	background-color: transparent;
	background: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\'%3E%3Cdefs%3E%3Cpath id=\'icons-default-arrow-head-right-a\' d=\'m11.5 7.9142 10.2929 10.293c.3905.3904 1.0237.3904 1.4142 0 .3905-.3906.3905-1.0238 0-1.4143l-11-11c-.3905-.3905-1.0237-.3905-1.4142 0l-11 11c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0L11.5 7.9142z\'%3E%3C/path%3E%3C/defs%3E%3Cuse fill=\'%2350B13E\' fill-rule=\'evenodd\' transform=\'rotate(90 11.5 12)\' xlink:href=\'%23icons-default-arrow-head-right-a\'%3E%3C/use%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 16px;
}

.account-aside-item:focus {
	background-color: transparent;
}

.account-aside-footer {
	padding-left: 0;
	padding-right: 0;
}

.account-aside-btn .icon svg {
	top: 4px;
}

.header-account-menu .icon {
	color: #50b13e;
}

.header-account-menu .icon svg {
	top: 8px;
}

.header-account-menu .manager-content {
	display: none;
}

.btn.order-table-header-context-menu, .order-table-header-context-menu.main-navigation-link {
	background-color: #fff;
	border-width: 1px;
}

.employee-actions-buttons .btn, .employee-actions-buttons .main-navigation-link {
	margin-right: 16px;
	margin-bottom: 16px;
}

#settingsAccordion {
	padding-top: 32px;
}

.setting-privileges, .setting-budgets {
	margin-bottom: 32px;
}

#employeePrivileges {
	overflow-x: auto;
}

#employeePrivileges th {
	border-top: none;
}

#employeePrivileges th, #employeePrivileges tbody tr td {
	text-align: center;
}

#employeePrivileges tbody tr td:first-child {
	text-align: left;
}

#employeeBudgets {
	overflow-x: auto;
}

#employeeBudgets th {
	border-top: none;
}

#employeeBudgets td {
	vertical-align: middle;
}

.account-employee-budget-form input[type="number"] {
	margin-right: -40px;
}

.account-employee-budget-form input[type="text"] {
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

.account-employee-budget-form #budgetcurrencyId {
	background-color: #fff;
	z-index: 1;
}

.account-employee-budget-form #budgetaccountingPeriodStartReset {
	height: 40.5px;
	padding: 0 16px;
}

.account-netzp-quickbuy-main .btn, .account-netzp-quickbuy-main .main-navigation-link {
	height: 40.5px;
	padding-top: 0;
	padding-bottom: 0;
}

.account-netzp-quickbuy-table thead th {
	border: none;
}

.account-netzp-quickbuy-table thead th .icon {
	color: #626862;
	width: 12px;
	height: 12px;
	margin-left: 4px;
}

.account-netzp-quickbuy-table thead th .icon svg {
	top: 2px;
}

.account-netzp-quickbuy-table .sort-active + .icon {
	color: #50b13e;
}

.account-netzp-quickbuy-table tbody tr td {
	vertical-align: middle;
}

.account-netzp-quickbuy-table .netzp-quickbuy-productname-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.account-netzp-quickbuy-table .netzp-quickbuy-productname {
	width: 100px;
	text-align: center;
}

.account-netzp-quickbuy-table .product-price-info {
	margin: 0;
}

.account-netzp-quickbuy-table .product-price-info .product-price-unit, .account-netzp-quickbuy-table .product-price-info .product-cheapest-price {
	display: none;
}

.account-netzp-quickbuy-table .netzp-quickbuy-quantity {
	border-radius: 0;
	border: 1px solid #dedede;
	text-align: center;
	outline: none;
}

.account-netzp-quickbuy-table .netzp-quickbuy-quantity:focus-visible {
	outline: none;
}

/*
 *  Customer Document Styling
 */
.docFieldLabel {
	font-weight: bold;
}

.customerDocument .invoiceDetail {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
}

.customerDocument .invoiceDetail div {
	width: 50%;
}

@media (max-width: 767.98px) {
	.customerDocument {
		margin-bottom: 8px;
	}
}

.customer-document-list .list-group-item {
	padding-left: 0;
	padding-right: 0;
}

.customer-document-actions-buttons > div {
	margin-left: auto;
}

.account-recover-password-form {
	padding: 32px 0;
}

@media (min-width: 768px) {
	.account-recover-password-form {
		padding: 70px 0;
	}
}

.account-recover-password-form .form-label {
	display: block;
}

.agent-menu {
	margin-bottom: 32px;
}

.category-landing-page-header {
	background-position: center;
}

.category-landing-page-header .breadcrumb {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

.category-landing-page-header .cms-section-default {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.category-landing-page-header .cms-section-default {
		height: 455px;
	}
}

.category-landing-page-header p {
	margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
	.category-landing-page-header h1 {
		font-size: 50px;
		line-height: 1.2;
	}
}

@media (max-width: 575.98px) {
	.category-landing-page-header {
		background-position-y: bottom !important;
		background-position-x: 470px;
		background-size: 220%;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.category-landing-page-header {
		background-position-y: bottom !important;
		background-size: 125%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.category-landing-page-header {
		background-position-x: 1260px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.category-landing-page-header {
		background-position-x: 1600px;
	}
}

@media (max-width: 767.98px) {
	.category-landing-page-header h1 {
		font-size: 32px;
		line-height: 1.2;
	}
	
	.category-landing-page-header p {
		font-size: 75%;
		margin-bottom: 32px !important;
	}
	
	.category-landing-page-header .breadcrumb {
		margin-bottom: 8px !important;
		padding-top: 8px;
	}
}

@media (min-width: 768px) {
	.category-landing-page-header {
		min-height: 455px;
	}
}

.category-landing-page-header .cms-block-image-text {
	width: 100%;
}

.category-landing-page-products {
	display: none;
}

.cms-block-sidebar-filter-content {
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767.98px) {
	.cms-block-sidebar-filter-content {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 20px 0;
	}
	
	.cms-block-sidebar-filter-content div.sorting {
		margin: 0 0 8px 0;
		width: 100% !important;
	}
	
	.cms-block-sidebar-filter-content div.sorting select {
		width: 100%;
	}
	
	.cms-block-sidebar-filter-content .products-counter {
		margin-bottom: 8px;
	}
	
	.cms-block-sidebar-filter-content .cms-element-sidebar-filter-actions {
		margin: 0;
		width: 100%;
	}
	
	.cms-block-sidebar-filter-content .cms-element-sidebar-filter-actions .filter-actions-btn {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.cms-block-sidebar-filter-content {
		height: 84px;
	}
}

.cms-element-sidebar-filter {
	background-color: #f1f1f1;
	border-bottom: 3px solid #50b13e;
}

.products-counter {
	font-size: 16px;
	font-weight: 500;
}

.products-counter-length {
	font-weight: 700;
}

div.sorting {
	margin-right: 24px;
}

select.sorting {
	background-color: #73c165;
	border: none;
	color: #fff;
	font-weight: 500;
	height: 50px;
}

select.sorting:active, select.sorting:hover {
	color: #fff;
}

.custom-select-wrap {
	position: relative;
	width: 290px !important;
}

.custom-select-wrap label {
	color: #fff;
	font-weight: 500;
	margin: 0;
	padding: 1px 0 0 22px;
	position: absolute;
	left: 0;
	line-height: 48px;
	z-index: 1;
}

.custom-select-wrap .custom-select {
	padding-left: 85px;
	width: 290px;
}

.filter-actions-btn {
	background-color: #f1f1f1;
	text-transform: capitalize;
	padding: 2px 10px 32px 20px;
	border: none;
	border-radius: 25px 25px 0 0;
	color: #50b13e;
	font-size: 16px;
	font-weight: 500;
	min-width: 295px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -24px;
}

.filter-actions-btn:active, .filter-actions-btn:focus {
	outline: none;
}

.filter-actions-btn .hamburger-box {
	width: 14px;
}

.filter-actions-btn .hamburger-inner, .filter-actions-btn .hamburger-inner::before {
	width: 14px;
	height: 3px;
	background-color: #50b13e;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out;
}

.filter-actions-btn[aria-expanded="true"] .hamburger-inner::before {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.filter-actions-btn[aria-expanded="false"] .hamburger-inner::before {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

.cms-element-product-listing {
	padding: 50px 0;
}

.cms-element-product-listing .alert {
	margin-top: 32px;
}

.cms-element-product-listing-actions {
	display: none;
}

@media (max-width: 1199.98px) {
	.filter-panel-wrapper {
		display: block;
	}
}

.cart-item-quantity-container {
	width: 100%;
}

@media (max-width: 767.98px) {
	.is-ctl-checkout .checkout-product-table .cart-item-quantity, .is-ctl-checkout .checkout-product-table .cart-item-unit-price, .is-ctl-checkout .checkout-product-table .cart-item-tax-price, .is-ctl-checkout .checkout-product-table .cart-item-total-price, .is-ctl-checkout .confirm-product .cart-item-quantity, .is-ctl-checkout .confirm-product .cart-item-unit-price, .is-ctl-checkout .confirm-product .cart-item-tax-price, .is-ctl-checkout .confirm-product .cart-item-total-price {
		font-size: .938rem;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 767.98px) {
	.is-ctl-checkout .checkout-product-table .cart-item-unit-price, .is-ctl-checkout .confirm-product .cart-item-unit-price {
		font-weight: 500;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.is-ctl-checkout .checkout-product-table .cart-item-quantity-label, .is-ctl-checkout .confirm-product .cart-item-quantity-label {
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.is-ctl-checkout .checkout-product-table .cart-item-promotion .cart-item-info, .is-ctl-checkout .confirm-product .cart-item-promotion .cart-item-info {
		margin-bottom: 0;
	}
	
	.is-ctl-checkout .checkout-product-table .cart-item-promotion .cart-item-quantity, .is-ctl-checkout .checkout-product-table .cart-item-promotion .cart-item-tax-price, .is-ctl-checkout .checkout-product-table .cart-item-promotion .cart-item-total-price, .is-ctl-checkout .confirm-product .cart-item-promotion .cart-item-quantity, .is-ctl-checkout .confirm-product .cart-item-promotion .cart-item-tax-price, .is-ctl-checkout .confirm-product .cart-item-promotion .cart-item-total-price {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.is-act-confirmpage .checkout-container > .container > .row > .col-8, .is-act-confirmpage .cms-section .checkout-container > .boxed > .row > .col-8, .is-act-confirmpage .cms-section .checkout-container > .boxed > .account-content > .col-8, .is-act-confirmpage .cms-section .is-act-cartpage .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .cms-section .is-act-checkoutregisterpage .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .cms-section .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .cms-section .is-ctl-accountorder .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .cms-section .is-act-finishpage .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .cms-section .is-act-confirmpage .checkout-container > .boxed > .row > .col-8, .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .row > .col-8, .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .account-content > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .cms-block-featured-product > .checkout-container > .cms-block-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .row > .col-8, .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .checkout-container > .product-detail-main > .row > .col-8, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .row > .col-8, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .row > .col-8, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-8, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .account-content > .col-8, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .product-detail-tabs-wrapper > .checkout-container > .row > .row > .col-8, .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .row > .col-8, .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .account-content > .col-8, .is-act-confirmpage .cms-block-text-on-image .is-act-cartpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .cms-block-text-on-image .is-act-checkoutregisterpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .cms-block-text-on-image .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .cms-block-text-on-image .is-ctl-accountorder .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .cms-block-text-on-image .is-act-finishpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .cms-block-text-on-image .is-act-confirmpage .checkout-container > .cms-block-container > .row > .col-8, .is-act-confirmpage .checkout-container > .container > .account-content > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .cms-section .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-act-cartpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .cms-block-text-on-image .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .cms-section .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .cms-block-text-on-image .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .checkout .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .cms-section .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .cms-block-text-on-image .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-8, .cms-section .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .boxed > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-cartpage .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-accountorder .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-8, .is-ctl-product .is-act-confirmpage .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-8, .is-act-confirmpage .is-act-finishpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-8, .cms-block-text-on-image .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-8, .is-act-finishpage .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-8, .is-act-confirmpage .checkout-container > .container > .row > .col-4, .is-act-confirmpage .cms-section .checkout-container > .boxed > .row > .col-4, .is-act-confirmpage .cms-section .checkout-container > .boxed > .account-content > .col-4, .is-act-confirmpage .cms-section .is-act-cartpage .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .cms-section .is-act-checkoutregisterpage .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .cms-section .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .cms-section .is-ctl-accountorder .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .cms-section .is-act-finishpage .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .cms-section .is-act-confirmpage .checkout-container > .boxed > .row > .col-4, .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .row > .col-4, .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .account-content > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .cms-block-featured-product.checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .cms-block-featured-product > .checkout-container > .cms-block-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .row > .col-4, .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .checkout-container > .product-detail-main > .row > .col-4, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .row > .col-4, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .row > .col-4, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .row > .col-4, .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .account-content > .col-4, .is-act-confirmpage .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .product-detail-tabs-wrapper > .checkout-container > .row > .row > .col-4, .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .row > .col-4, .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .account-content > .col-4, .is-act-confirmpage .cms-block-text-on-image .is-act-cartpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .cms-block-text-on-image .is-act-checkoutregisterpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .cms-block-text-on-image .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .cms-block-text-on-image .is-ctl-accountorder .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .cms-block-text-on-image .is-act-finishpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .cms-block-text-on-image .is-act-confirmpage .checkout-container > .cms-block-container > .row > .col-4, .is-act-confirmpage .checkout-container > .container > .account-content > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .cms-section .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-act-cartpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .cms-block-text-on-image .is-act-confirmpage .is-act-cartpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .cms-section .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-act-checkoutregisterpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .cms-block-text-on-image .is-act-confirmpage .is-act-checkoutregisterpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .checkout .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .cms-section .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-ctl-accountorder .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .cms-block-text-on-image .is-act-confirmpage .is-ctl-accountorder .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .cms-section .checkout-container > .boxed > .checkout-container > .col-4, .cms-section .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .boxed > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .cms-block-featured-product > .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .product-detail-main > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .account-content > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-cartpage .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .checkout .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-accountorder .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.checkout-container > .checkout-container > .checkout-container > .col-4, .is-ctl-product .is-act-confirmpage .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container > .row > .checkout-container > .col-4, .is-act-confirmpage .is-act-finishpage .checkout .cms-block-text-on-image .checkout-container > .cms-block-container > .checkout-container > .col-4, .cms-block-text-on-image .is-act-confirmpage .is-act-finishpage .checkout .checkout-container > .cms-block-container > .checkout-container > .col-4, .is-act-finishpage .checkout .is-act-confirmpage .checkout-container > .container > .checkout-container > .col-4 {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		max-width: none;
		width: 100%;
	}
}

.checkout-container .page-title {
	margin-bottom: 50px;
}

.cart-table-header {
	font-size: 12px;
	font-weight: 300;
}

.cart-table-header .cart-header-info {
	visibility: hidden;
}

.cart-table-header .cart-header-quantity, .cart-table-header .cart-header-unit-price, .cart-table-header .cart-header-total-price {
	text-align: center;
}

.cart-item-product .cart-item-row, .cart-item-promotion .cart-item-row {
	-ms-flex-align: center;
	align-items: center;
}

.cart-item-product .cart-item-info-img, .cart-item-promotion .cart-item-info-img {
	padding: 0 16px;
}

.cart-item-product .cart-item-quantity, .cart-item-promotion .cart-item-quantity {
	margin: 0;
}

.cart-item-product .cart-item-unit-price, .cart-item-product .cart-item-total-price, .cart-item-promotion .cart-item-unit-price, .cart-item-promotion .cart-item-total-price {
	color: #50b13e;
	font-size: 20px;
	text-align: center;
}

.cart-shipping-costs-btn .icon svg {
	top: 4px;
}

.checkout-aside-summary {
	background-color: #f1f1f1;
	border-radius: 25px;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.checkout-aside-summary-total {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 0;
}

.checkout-aside-summary-list {
	margin: 0;
}

.cart-add-promotion {
	margin: 0;
}

.checkout-aside-action {
	margin-top: 24px;
}

.begin-checkout-btn .icon svg {
	top: 4px;
}

.begin-checkout-btn:active .icon, .begin-checkout-btn:hover .icon {
	color: #fff;
}

.begin-checkout-btn.disabled {
	color: #dedede;
}

.begin-checkout-btn.disabled .icon {
	color: #dedede;
}

.checkout-aside-free-shipping {
	background-color: #50b13e;
	border-radius: 25px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
	padding: 32px 20px 8px;
	margin-top: -28px;
}

.checkout-aside-free-shipping p {
	margin: 0;
	text-align: center;
}

.is-act-checkoutregisterpage .container-main {
	padding: 0 0 70px;
}

.is-act-checkoutregisterpage .checkout {
	padding: 0;
}

.is-act-checkoutregisterpage .checkout .checkout-aside {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
	margin-left: 0;
}

.register-login-collapse-toogle {
	background-color: #ebebeb;
	border-radius: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.register-login-collapse-toogle .icon-avatar {
	color: #fff;
}

.register-login-collapse-toogle .icon-avatar svg {
	top: 2px;
}

.register-login-collapse-toogle .login-collapse-toggle {
	color: #8b908c;
	font-weight: 300;
}

.register-login-collapse-toogle .login-collapse-toggle span {
	color: #396db4;
}

.register-login-collapse-toogle .btn-icon {
	background-color: #dedede;
	border-radius: 25px;
	display: inline-block;
	padding: 8px;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.checkout-aside-products {
	padding: 20px 0;
}

.checkout-aside-item {
	-ms-flex-align: center;
	align-items: center;
}

.checkout-aside-item-link-price {
	color: #50b13e;
	font-weight: 700;
}

.is-act-confirmpage .container-main {
	padding: 0 0 70px;
}

.is-act-confirmpage .checkout {
	padding: 0;
}

.is-act-confirmpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-additional {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	max-width: none;
	width: 100%;
}

.is-act-confirmpage .checkout .checkout-aside {
	padding: 0;
}

.is-act-confirmpage .checkout .checkout-additional {
	margin: 0 0 50px 0;
}

.is-act-confirmpage .checkout .checkout-additional textarea {
	min-height: 150px;
}

.is-act-confirmpage .confirm-tos {
	margin-bottom: 40px;
}

.is-act-confirmpage .confirm-tos, .is-act-confirmpage .confirm-address .checkout-card {
	background-color: #f1f1f1;
	border-radius: 25px;
	padding: 30px;
}

.is-act-confirmpage .confirm-tos .btn, .is-act-confirmpage .confirm-tos .main-navigation-link, .is-act-confirmpage .confirm-address .checkout-card .btn, .is-act-confirmpage .confirm-address .checkout-card .main-navigation-link {
	background: none;
	border: 2px solid #50b13e;
	color: #50b13e;
	font-size: 12px;
	font-weight: 300;
	padding: 2px 24px;
	line-height: 24px;
	height: 32px;
}

.is-act-confirmpage .confirm-tos .btn:active, .is-act-confirmpage .confirm-tos .main-navigation-link:active, .is-act-confirmpage .confirm-tos .btn:hover, .is-act-confirmpage .confirm-tos .main-navigation-link:hover, .is-act-confirmpage .confirm-address .checkout-card .btn:active, .is-act-confirmpage .confirm-address .checkout-card .main-navigation-link:active, .is-act-confirmpage .confirm-address .checkout-card .btn:hover, .is-act-confirmpage .confirm-address .checkout-card .main-navigation-link:hover {
	border-color: #6dc65c;
	color: #6dc65c;
}

.is-act-confirmpage .confirm-tos .btn .icon, .is-act-confirmpage .confirm-tos .main-navigation-link .icon, .is-act-confirmpage .confirm-address .checkout-card .btn .icon, .is-act-confirmpage .confirm-address .checkout-card .main-navigation-link .icon {
	color: #50b13e;
	width: 12px;
	height: 12px;
}

.is-act-confirmpage .confirm-tos .btn .icon svg, .is-act-confirmpage .confirm-tos .main-navigation-link .icon svg, .is-act-confirmpage .confirm-address .checkout-card .btn .icon svg, .is-act-confirmpage .confirm-address .checkout-card .main-navigation-link .icon svg {
	top: 2px;
}

.is-act-confirmpage .confirm-payment-shipping {
	margin: 0;
}

.is-act-confirmpage .confirm-payment-shipping .confirm-payment {
	margin: 0;
}

.payment-method-description > p {
	color: #bfc2c0;
}

.address-form-actions .btn, .address-form-actions .main-navigation-link {
	min-width: 220px;
}

@media (max-width: 575.98px) {
	.cart--login-text + .btn, .cart--login-text + .main-navigation-link {
		white-space: normal;
		line-height: 1.4;
	}
}

.is--neti-next-orderfields {
	padding-top: 20px;
}

.is--neti-next-orderfields label {
	display: inline-block;
}

/* Customer Comment Plugin
 * -----------------------
 * Purchase Order Filed on Checkout
 */
.checkout-container section h3, .checkout-container section .product-detail-review-login .card-title, .checkout-container section .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .checkout-container section .product-detail-review-login .agent-customer-headline, .product-detail-review-login .checkout-container section .card-title, .checkout-container section .wishlist--head-title, .checkout-container section .cms-element-form:not(.form-newsletter) .card .card-title, .checkout-container section .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .checkout-container section .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .checkout-container section .card-title, .checkout-container section .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .checkout-container section .megasearch--title, .checkout-container section .checkout-aside-summary-header {
	display: none !important;
}

.checkout-container section {
	border-radius: 20px;
	position: relative;
	margin-left: 20px;
	width: 25%;
}

.is-act-finishpage .checkout-container {
	margin: 0 !important;
	padding-bottom: 50px;
}

.is-act-finishpage .checkout-container > .checkout-card {
	width: 100%;
}

.is-act-finishpage .checkout-product-table {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 20px;
	margin-left: -20px;
}

.is-act-finishpage .checkout-aside {
	padding: 0 20px;
	margin: 0 -20px 0 0 !important;
}

.is-act-finishpage .checkout-aside-free-shipping {
	display: none !important;
}

.is-act-finishpage .cart-item-quantity {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

@media (max-width: 575.98px) {
	.is-act-finishpage .cart-item-quantity {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
}

@media (max-width: 767.98px) {
	.is-act-finishpage .checkout-product-table {
		margin-right: -20px;
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.is-act-finishpage .checkout-aside-container {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
}

.is-act-finishpage .checkout .checkout-additional {
	margin-left: 0;
	margin-top: 0;
}

@media (min-width: 992px) {
	.is-act-finishpage .checkout .checkout-additional {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.is-act-finishpage .checkout .checkout-aside {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.finish-header {
	color: #396db4;
}

.finish-info {
	margin: 0 -20px 50px !important;
	width: calc(100% + 40px);
}

.is--neti-next-orderfields.is--finishwrap .is--label {
	font-weight: 700;
}

.is-ctl-product .container-main {
	padding-top: 4px;
}

.is-ctl-product .breadcrumb {
	margin-bottom: 4px;
}

.is-ctl-product .product-detail .product-detail-headline {
	margin-bottom: 0;
}

.is-ctl-product .product-detail h1 {
	font-size: 50px;
}

.is-ctl-product .product-detail-content {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	margin-bottom: 70px;
}

@media (min-width: 992px) {
	.is-ctl-product .product-detail-content {
		background: linear-gradient(90deg, #fff 50%, #f1f1f1 50%);
	}
}

.is-ctl-product .product-detail-main {
	position: relative;
}

.is-ctl-product .product-detail-main::before, .is-ctl-product .product-detail-main::after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	background-color: #dedede;
	z-index: 1;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
}

.is-ctl-product .product-detail-main::after {
	bottom: 0;
}

.is-ctl-product .product-detail-main .product-detail-buy {
	margin-bottom: 0;
}

.is-ctl-product .product-detail-main > .product-detail-buy {
	padding: 50px 0 50px 85px;
}

@media (max-width: 991.98px) {
	.is-ctl-product .product-detail-main > .product-detail-buy {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
		padding: 16px;
	}
}

@media (max-width: 767.98px) {
	.is-ctl-product .product-detail-main > .product-detail-buy h1, .is-ctl-product .product-detail-main > .product-detail-buy .product-detail-price {
		font-size: 32px;
		line-height: 1.2;
	}
	
	.is-ctl-product .product-detail-main > .product-detail-buy input, .is-ctl-product .product-detail-main > .product-detail-buy button {
		height: 40.5px;
		padding: 2px 24px;
		line-height: 30px;
		font-size: 24px;
	}
	
	.is-ctl-product .product-detail-main > .product-detail-buy input .icon, .is-ctl-product .product-detail-main > .product-detail-buy button .icon {
		width: 18px;
		height: 18px;
	}
	
	.is-ctl-product .product-detail-main > .product-detail-buy input .icon-plus svg, .is-ctl-product .product-detail-main > .product-detail-buy input .icon-minus svg, .is-ctl-product .product-detail-main > .product-detail-buy button .icon-plus svg, .is-ctl-product .product-detail-main > .product-detail-buy button .icon-minus svg {
		top: 2px;
	}
	
	.is-ctl-product .product-detail-main > .product-detail-buy .qty-replacer {
		height: 40.5px;
	}
}

.is-ctl-product .manufacturer-wrapper {
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	margin: 0 20px 25px;
}

.is-ctl-product .manufacturer-wrapper .btn-white {
	border: none;
	font-size: 11px;
	line-height: 1;
	height: 26px;
	padding: 2px 12px;
}

.is-ctl-product .manufacturer-wrapper .btn-white .icon {
	margin-left: 4px;
	width: 16px;
}

.is-ctl-product .manufacturer-wrapper .btn-white .icon svg {
	top: 0;
}

.is-ctl-product .product-detail-manufacturer img {
	max-height: 40px;
}

.is-ctl-product .product-detail-name-container {
	display: block;
}

.is-ctl-product .product-detail-ordernumber-container {
	font-size: 20px;
	text-transform: uppercase;
}

.is-ctl-product .product-detail-ordernumber-label {
	font-weight: 300;
}

.is-ctl-product .product-detail-tax-container {
	display: none;
}

.is-ctl-product .product-detail-price {
	font-size: 50px;
}

.is-ctl-product .product-detail-form-container, .is-ctl-product .product-detail-stock-information {
	margin-bottom: 16px;
}

.is-ctl-product .product-detail-stock-information .icon {
	width: 40px;
	height: 40px;
	margin-right: 12px;
}

.is-ctl-product .product-detail-stock-information .icon svg {
	top: 0;
}

.is-ctl-product .product-detail-stock-information .h3 {
	margin: 0;
}

.is-ctl-product .product-detail-list-price-wrapper {
	vertical-align: middle;
}

.is-ctl-product .product-detail-description-coshh {
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.is-ctl-product .product-detail-description-coshh .btn-white .icon {
	color: #396db4;
}

.is-ctl-product .product-detail-description-text ul {
	padding-left: 24px;
	list-style: none;
	list-style-position: inside;
}

.is-ctl-product .product-detail-description-text ul li::before {
	content: "•";
	color: #50b13e;
	font-weight: bold;
	display: inline-block;
	width: 24px;
	margin-left: -24px;
}

.is-ctl-product .product-detail-tabs h3, .is-ctl-product .product-detail-tabs .product-detail-review-login .card-title, .is-ctl-product .product-detail-tabs .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .is-ctl-product .product-detail-tabs .product-detail-review-login .agent-customer-headline, .product-detail-review-login .is-ctl-product .product-detail-tabs .card-title, .is-ctl-product .product-detail-tabs .wishlist--head-title, .is-ctl-product .product-detail-tabs .cms-element-form:not(.form-newsletter) .card .card-title, .is-ctl-product .product-detail-tabs .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .is-ctl-product .product-detail-tabs .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .is-ctl-product .product-detail-tabs .card-title, .is-ctl-product .product-detail-tabs .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .is-ctl-product .product-detail-tabs .megasearch--title, .is-ctl-product .product-detail-tabs .checkout-aside-summary-header {
	margin-bottom: 20px;
}

.is-ctl-product .product-detail-tabs .offcanvas-close {
	display: none;
}

.is-ctl-product .product-detail-tabs-wrapper {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}

.is-ctl-product .product-detail-tabs-wrapper > .row, .is-ctl-product .product-detail-tabs-wrapper > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container {
	padding: 0;
	position: relative;
}

.is-ctl-product .product-detail-tabs-wrapper > .row::after, .is-ctl-product .product-detail-tabs-wrapper > .account-content::after, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .checkout-container::after, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container::after, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .checkout-container::after, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container::after, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .checkout-container::after, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container::after, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .checkout-container::after, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container::after, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .checkout-container::after, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .checkout-container::after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	background-color: #dedede;
	z-index: 1;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	bottom: 0;
}

.is-ctl-product .buy-widget-container .product-detail-quantity-select {
	background-color: #fff;
	border: 2px solid #396db4;
	border-radius: 50px 0 0 50px;
	font-size: 30px;
	padding-left: 32px;
}

.is-ctl-product .buy-widget-container .btn-buy {
	border-color: #396db4;
	font-size: 30px;
	padding: 17px 50px;
}

.is-ctl-product .buy-widget-container .btn-buy .icon {
	margin-left: 4px;
}

.is-ctl-product .buy-widget-container .btn-buy .icon svg {
	top: 0;
}

.is-ctl-product .product-detail-media .gallery-slider-col {
	padding-left: 0;
}

.is-ctl-product .modal-dialog {
	max-width: 800px;
}

.product-detail-reviews-social {
	border: 1px solid #dedede;
	border-width: 1px 0;
	padding: 15px 0;
	margin-bottom: 32px;
}

.product-detail-reviews-social .product-detail-reviews {
	margin: 0;
}

.product-detail-reviews-social .product-review-rating {
	margin-right: 4px;
}

.product-detail-reviews-social .product-review-rating .icon {
	width: 20px;
	height: 20px;
}

.product-detail-reviews-social .product-detail-reviews-link {
	color: #8b908c;
	font-weight: 300;
	text-decoration: underline;
}

.product-detail-reviews-social .product-detail-reviews-link:active, .product-detail-reviews-social .product-detail-reviews-link:hover {
	color: #717772;
}

.product-detail-reviews-social .product-detail-social .btn, .product-detail-reviews-social .product-detail-social .main-navigation-link {
	border-radius: 0;
	margin: 0 2px;
	padding: 0;
	line-height: 1;
}

.product-detail-reviews-social .product-detail-social .btn:first-child .icon, .product-detail-reviews-social .product-detail-social .main-navigation-link:first-child .icon {
	width: 18px;
	height: 18px;
}

.product-detail-reviews-social .product-detail-social .icon {
	color: #626862;
	width: 20px;
}

.product-detail-reviews-social .product-detail-social .icon svg {
	top: 0;
}

.product-detail-short-description ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-detail-short-description ul li {
	position: relative;
}

.product-detail-short-description ul li::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'%3E%3Cpath fill=\'%2350B13E\' d=\'M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	margin: 0 8px 0 0;
}

.product-detail-related-products {
	padding-left: 85px;
	padding-bottom: 70px;
}

@media (max-width: 991.98px) {
	.product-detail-related-products {
		padding: 0 20px;
	}
}

.product-detail-related-products h3, .product-detail-related-products .product-detail-review-login .card-title, .product-detail-related-products .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-related-products .product-detail-review-login .agent-customer-headline, .product-detail-review-login .product-detail-related-products .card-title, .product-detail-related-products .wishlist--head-title, .product-detail-related-products .cms-element-form:not(.form-newsletter) .card .card-title, .product-detail-related-products .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .product-detail-related-products .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .product-detail-related-products .card-title, .product-detail-related-products .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .product-detail-related-products .megasearch--title, .product-detail-related-products .checkout-aside-summary-header {
	margin-bottom: 20px;
}

.product-detail-related-products .product-slider-item {
	margin-bottom: 20px;
}

.product-detail-related-products .product-slider-item .card-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 991.98px) {
	.product-detail-related-products .product-slider-item .card-body {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.product-detail-related-products .product-slider-item .product-image-wrapper {
	border-right: 1px solid #f1f1f1;
	padding: 25px;
	margin: 0;
	min-width: 210px;
}

.product-detail-related-products .product-slider-item .product-info {
	padding-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 1px;
}

.product-detail-related-products .product-slider-item .product-info .product-name {
	min-height: 80px;
	padding-left: 28px;
	padding-right: 28px;
}

.product-detail-related-products .product-slider-item .product-info .product-price-info {
	margin-top: auto;
	padding-left: 28px;
	padding-right: 28px;
}

.product-detail-related-products .product-slider-item .product-info .product-action .btn-view {
	border-radius: 0 0 25px 0;
}

@media (max-width: 991.98px) {
	.product-detail-related-products .product-slider-item .product-info .product-action .btn-view {
		border-radius: 0 0 25px 25px;
	}
}

.product-detail-related-products .product-slider-item .product-info .product-action .btn-buy {
	border-radius: 0;
}

@media (max-width: 991.98px) {
	.product-detail-related-products .product-slider-item .product-info .product-action .btn-buy {
		border-radius: 0 0 0 25px;
	}
}

.product-detail-related-products .product-slider-controls-container {
	display: none;
}

@media (max-width: 991.98px) {
	.is-ctl-product .content-main {
		overflow: hidden;
	}
	
	.product-detail-related-products .product-slider-item .product-image-wrapper {
		border: none;
	}
}

.product-detail-properties-table th, .product-detail-properties-table td {
	width: 50%;
}

/*
 * Vendors
 * ------- */

/*
 * Overrides: Theme, Bootstrap
 * --------------------------- */

/*
Override variable defaults
==================================================
This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap.

Because of the !default flags, theme variable overrides have to be declared beforehand.
https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults
*/

/*
 * Abstract: Variables, Mixins, Functions
 * -------------------------------------- */

/*
 * Variables
 * ---------------------------- */

/*
 * Theme
 * ----- */
.cms-image-container.is-standard.teaser-layout-centered button.btn-outline-primary, .cms-image-container.is-standard.teaser-layout-centered button.btn-light {
	display: none;
}

h2.white-text, .cms-block-featured-product .cms-element-product-box .white-text.product-price, .white-text.finish-header, p.white-text {
	color: #fff;
}

.four-image-grid.img-hover .col-md-4, .four-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .four-image-grid.img-hover .checkout-aside, .three-image-grid.img-hover .col-md-4, .three-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .three-image-grid.img-hover .checkout-aside {
	margin-top: 15px;
	margin-bottom: 15px;
}

.four-image-grid.img-hover .col-md-4 img, .four-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img, .is-act-checkoutregisterpage .checkout .four-image-grid.img-hover .checkout-aside img, .three-image-grid.img-hover .col-md-4 img, .three-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img, .is-act-checkoutregisterpage .checkout .three-image-grid.img-hover .checkout-aside img {
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
	transition: -ms-transform .8s ease-in-out;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	-webkit-transition: -webkit-transform .8s ease-in-out;
}

.four-image-grid.img-hover .col-md-4 img:hover, .four-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img:hover, .is-act-checkoutregisterpage .checkout .four-image-grid.img-hover .checkout-aside img:hover, .three-image-grid.img-hover .col-md-4 img:hover, .three-image-grid.img-hover .is-act-checkoutregisterpage .checkout .checkout-aside img:hover, .is-act-checkoutregisterpage .checkout .three-image-grid.img-hover .checkout-aside img:hover {
	-ms-transform: translatey(-20px);
	-webkit-transform: translatey(-20px);
	transform: translatey(-20px);
}

.four-image-grid img, .three-image-grid img {
	width: 200px;
	height: 200px;
}

.four-image-grid {
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	margin-top: -3rem;
}

.three-image-grid {
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	margin-left: 8%;
	padding-bottom: 2rem;
}

.three-image-grid .col-md-4 .cms-element-image, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-aside .cms-element-image, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-aside .cms-element-image {
	-ms-flex-pack: center;
	justify-content: center;
}

.three-image-grid .col-md-4:first-child .cms-element-image, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-aside:first-child .cms-element-image, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-aside:first-child .cms-element-image {
	-ms-flex-pack: end;
	justify-content: end;
}

.three-image-grid .col-md-4:last-child .cms-element-image, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-aside:last-child .cms-element-image, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-aside:last-child .cms-element-image {
	-ms-flex-pack: start;
	justify-content: start;
}

.three-image-grid .boxed {
	padding: 0;
	margin: 0;
}

.three-image-grid .row, .three-image-grid .account-content, .three-image-grid .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .three-image-grid .checkout-container, .three-image-grid .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .three-image-grid .checkout-container, .three-image-grid .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .three-image-grid .checkout-container, .three-image-grid .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .three-image-grid .checkout-container, .three-image-grid .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .three-image-grid .checkout-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.three-column:first-child {
	margin-left: 16%;
}

.three-column:last-child {
	margin-right: 16%;
}

/* Hide the New Customer option for Representative */
.account .account-aside-list-group a[title="New Customer"] {
	display: none;
}

/*
 * Bootstrap
 * --------- */

/*
 * Base stuff
 * ---------- */

/*
 * Blocks
 * ---------- */
.cms-block-team-list h1 {
	font-size: 53px;
}

.cms-block-team-list .team-list {
	display: -ms-grid;
	display: grid;
	grid-gap: 32px;
	grid-template-columns: 1fr;
	padding: 32px 0;
}

@media (min-width: 576px) {
	.cms-block-team-list .team-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.cms-block-team-list .team-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.cms-block-team-list .team-list-item-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 1200px) {
	.cms-block-team-list .team-list-item-wrap {
		margin-bottom: 50px;
	}
}

.cms-block-team-list .team-list-item {
	position: relative;
}

.cms-block-team-list .team-list-item:hover .team-list-item-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cms-block-team-list .team-list-item-text {
	display: none;
	color: #fff;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cms-block-team-list .team-list-item-text img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.cms-block-team-list .team-list-item-name, .cms-block-team-list .team-list-item-position, .cms-block-team-list .team-list-item-email {
	font-size: 32px;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.cms-block-team-list .team-list-item-name {
	font-weight: bold;
	line-height: 1.4;
}

.cms-block-team-list .team-list-item-position {
	font-size: 40px;
}

.cms-block-team-list .team-list-item-email {
	font-size: 22px;
}

.cms-block-team-list .team-list-item-email a {
	color: #fff;
}

.cms-block-team-list .team-list-item-email a:hover {
	color: #396db4;
}

.cms-block-text-on-image {
	min-height: 320px;
}

@media (min-width: 768px) {
	.cms-block-text-on-image {
		height: 480px;
	}
}

@media (min-width: 1200px) {
	.cms-block-text-on-image {
		height: 610px;
	}
}

@media (min-width: 768px) {
	.cms-block-text-on-image.hero-banner-large {
		height: 480px;
	}
}

@media (min-width: 1200px) {
	.cms-block-text-on-image.hero-banner-large {
		height: 690px;
	}
}

.cms-block-text-on-image .cms-block-container {
	height: 100%;
}

.cms-block-text-on-image .cms-block-container-row {
	height: 100%;
}

.cms-block-text-on-image .cms-element-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	line-height: 1.4;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

@media (min-width: 992px) {
	.cms-block-text-on-image .cms-element-text {
		max-width: 60%;
	}
}

.cms-block-text-on-image .cms-element-text h2, .cms-block-text-on-image .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-on-image .cms-element-text .product-price, .cms-block-text-on-image .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-on-image .cms-element-text h1, .cms-block-text-on-image .cms-element-text .finish-header {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
	.cms-block-text-on-image .cms-element-text h2, .cms-block-text-on-image .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-on-image .cms-element-text .product-price, .cms-block-text-on-image .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-on-image .cms-element-text h1, .cms-block-text-on-image .cms-element-text .finish-header {
		font-size: 60px;
	}
}

.cms-block-text-on-image .cms-element-text p {
	font-size: 20px;
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.cms-block-text-on-image .cms-element-text p {
		font-size: 24px;
	}
}

.cms-block-text-on-image .cms-element-text .btn, .cms-block-text-on-image .cms-element-text .main-navigation-link {
	border-radius: 0 25px 0 25px;
	font-size: 20px;
	text-transform: none;
}

.cms-block-text-on-image .cms-element-text:has(p) h2, .cms-block-text-on-image .cms-element-text:has(p) .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-on-image .cms-element-text:has(p) .product-price, .cms-block-text-on-image .cms-element-text:has(p) .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-on-image .cms-element-text:has(p) h1, .cms-block-text-on-image .cms-element-text:has(p) .finish-header {
	margin-bottom: 16px;
}

.cms-block-text-on-image .cms-element-text.hero-banner-40 {
	max-width: 40%;
}

.cms-block-text-on-image.hero-banner-large .cms-element-text h2, .cms-block-text-on-image.hero-banner-large .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-on-image.hero-banner-large .cms-element-text .product-price, .cms-block-text-on-image.hero-banner-large .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-on-image.hero-banner-large .cms-element-text h1, .cms-block-text-on-image.hero-banner-large .cms-element-text .finish-header {
	font-size: 32px;
}

@media (min-width: 768px) {
	.cms-block-text-on-image.hero-banner-large .cms-element-text h2, .cms-block-text-on-image.hero-banner-large .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-on-image.hero-banner-large .cms-element-text .product-price, .cms-block-text-on-image.hero-banner-large .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-on-image.hero-banner-large .cms-element-text h1, .cms-block-text-on-image.hero-banner-large .cms-element-text .finish-header {
		font-size: 50px;
	}
}

.cms-block-text-on-image.vertical-top .cms-element-text {
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 20px;
}

@media (min-width: 992px) {
	.cms-block-text-on-image.vertical-top .cms-element-text {
		padding-top: 100px;
	}
}

.cms-block-text-on-image:has(.cms-image-link-overlay):hover a:not(.btn) {
	text-decoration: underline;
}

.cms-block-text-slider {
	background-image: none;
	margin-bottom: 0;
	min-height: unset;
	padding-bottom: 0;
	text-align: left;
}

@media (min-width: 768px) {
	.cms-block-text-slider {
		padding-bottom: 50px;
	}
}

.cms-block-text-slider::after {
	content: "";
	position: absolute;
	z-index: 1;
	background: url("/bundles/chespacktheme/assets/images/bg-CH.svg") no-repeat;
	background-size: cover;
	-ms-transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
	transform: rotate(345deg);
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: .05;
	width: 800px;
	height: 800px;
	right: auto;
	top: -160px;
	bottom: auto;
	left: 80px;
}

@media (min-width: 768px) {
	.cms-block-text-slider::after {
		left: -435px;
	}
}

@media (min-width: 992px) {
	.cms-block-text-slider::after {
		left: -435px;
	}
}

@media (min-width: 1880px) {
	.cms-block-text-slider::after {
		left: 80px;
	}
}

.cms-block-text-slider .cms-block-container::before, .cms-block-text-slider .cms-block-container::after {
	display: none;
}

.cms-block-text-slider .cms-block-container-row {
	min-height: unset;
}

.cms-block-text-slider .cms-element-text {
	text-align: left;
	padding: 0 40px;
}

.cms-block-text-slider .cms-element-text h2, .cms-block-text-slider .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-slider .cms-element-text .product-price, .cms-block-text-slider .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-slider .cms-element-text h1, .cms-block-text-slider .cms-element-text .finish-header {
	font-size: 32px;
}

@media (min-width: 768px) {
	.cms-block-text-slider .cms-element-text h2, .cms-block-text-slider .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-slider .cms-element-text .product-price, .cms-block-text-slider .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-slider .cms-element-text h1, .cms-block-text-slider .cms-element-text .finish-header {
		font-size: 46px;
	}
}

.cms-block-text-slider .testimonials-slider-item-wrapper p {
	font-size: 16px;
}

@media (min-width: 768px) {
	.cms-block-text-slider .testimonials-slider-item-wrapper p {
		font-size: 20px;
	}
}

.cms-block-text-slider .cms-element-text {
	padding: 0 20px;
}

@media (min-width: 768px) {
	.cms-block-text-slider .cms-element-text {
		padding: 0 40px;
	}
}

@media (min-width: 1200px) {
	.cms-block-text-slider .cms-element-text {
		padding: 0 80px;
	}
}

@media (min-width: 1880px) {
	.cms-block-text-slider .cms-element-text {
		padding: 0 260px;
	}
}

.cms-block-text-slider .testimonials-slider-item {
	padding: 0;
}

@media (min-width: 1200px) {
	.cms-block-text-slider .testimonials-slider-item {
		padding: 0 50px;
	}
}

@media (min-width: 1880px) {
	.cms-block-text-slider .testimonials-slider-item {
		padding: 0 220px;
	}
}

.cms-block-text-slider .testimonials-slider-item-author {
	display: none;
}

.cms-block-text-slider .testimonials-slider-item-text {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0;
	padding: 32px 0;
}

.cms-block-text-slider .testimonials-slider-item-text::before {
	content: "“";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: -16px 10px 0 0;
}

@media (min-width: 768px) {
	.cms-block-text-slider .testimonials-slider-item-text::before {
		margin: -32px 10px 0 0;
	}
}

.cms-block-text-slider .testimonials-slider-item-text::after {
	content: "”";
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin: 0 0 -50px 10px;
}

@media (min-width: 768px) {
	.cms-block-text-slider .testimonials-slider-item-text::after {
		margin: 0 0 -20px 10px;
	}
}

.cms-block-text-slider .testimonials-slider-item-text::before, .cms-block-text-slider .testimonials-slider-item-text::after {
	display: block;
	font-size: 75px;
	font-weight: 700;
	height: 80px;
	line-height: 1;
}

@media (min-width: 768px) {
	.cms-block-text-slider .testimonials-slider-item-text::before, .cms-block-text-slider .testimonials-slider-item-text::after {
		font-size: 150px;
	}
}

@media (min-width: 1880px) {
	.cms-element-testimonials {
		padding: 0 12px;
	}
}

.cms-element-testimonials-text-large .testimonials-slider-item-text {
	font-size: 34px !important;
	line-height: 48px;
}

/*
 * Components
 * ---------- */
.form-newsletter {
	padding: 0;
}

@media (max-width: 991.98px) {
	.form-newsletter {
		text-align: left;
	}
	
	.form-newsletter form {
		padding-bottom: 32px;
		padding-top: 0;
	}
}

.form-newsletter h3, .form-newsletter .product-detail-review-login .card-title, .form-newsletter .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .form-newsletter .product-detail-review-login .agent-customer-headline, .product-detail-review-login .form-newsletter .card-title, .form-newsletter .wishlist--head-title, .form-newsletter .cms-element-form:not(.form-newsletter) .card .card-title, .form-newsletter .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .form-newsletter .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .form-newsletter .card-title, .form-newsletter .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .form-newsletter .megasearch--title, .form-newsletter .checkout-aside-summary-header {
	color: #50b13e !important;
	font-weight: 400;
	padding: 0 !important;
}

.form-newsletter h3 + p, .form-newsletter .product-detail-review-login .card-title + p, .form-newsletter .product-detail-review-login .is-act-customerlist .agent-customer-headline + p, .is-act-customerlist .form-newsletter .product-detail-review-login .agent-customer-headline + p, .product-detail-review-login .form-newsletter .card-title + p, .form-newsletter .wishlist--head-title + p, .form-newsletter .cms-element-form:not(.form-newsletter) .card .card-title + p, .form-newsletter .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline + p, .is-act-customerlist .form-newsletter .cms-element-form:not(.form-newsletter) .card .agent-customer-headline + p, .cms-element-form:not(.form-newsletter) .card .form-newsletter .card-title + p, .form-newsletter .search-suggest .megasearch--container .megasearch--title + p, .search-suggest .megasearch--container .form-newsletter .megasearch--title + p, .form-newsletter .checkout-aside-summary-header + p {
	color: #fff !important;
	font-size: 18px;
	margin-bottom: 16px !important;
}

.form-newsletter .input-group {
	background: none;
	height: 54px;
}

.form-newsletter input {
	background: none;
	border: 1px solid #dedede;
	border-right: 0;
	border-radius: 0;
	height: 100%;
	margin-right: -32px;
	padding-right: 48px;
}

.form-newsletter input:focus {
	background: none;
}

.form-newsletter .newsletter-submit {
	height: 100%;
}

.form-newsletter button {
	border-radius: 0 25px 0 25px !important;
	font-size: 24px;
	line-height: 1;
	padding: 2px 20px;
	position: relative;
	text-transform: none;
}

@media (max-width: 991.98px) {
	.form-newsletter button {
		height: 100%;
	}
}

.form-newsletter .data-protection-information {
	color: #8b908c;
	font-size: 13px;
	padding-top: 8px;
}

/*
 * Elements
 * ---------- */
.cms-element-cta-teaser {
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.cms-element-cta-teaser {
		padding-bottom: 0;
	}
}

.cms-element-cta-teaser .cms-image-link {
	background-color: lightgrey;
	height: 100%;
}

.cms-element-cta-teaser .cms-image-link:active, .cms-element-cta-teaser .cms-image-link:hover {
	background-color: #c6c6c6;
	text-decoration: none;
}

.cms-element-cta-teaser .cms-image-link .cms-cta-teaser-link-text {
	color: black;
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text {
	padding: 13px;
}

@media (min-width: 768px) {
	.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text {
		padding: 16px 20px;
	}
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text h2, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-price, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .account-content .account-content-main h1, .account-content .account-content-main .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text h1, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .finish-header {
	margin: 0 0 4px 0;
}

@media (max-width: 991.98px) {
	.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text h2, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-price, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .account-content .account-content-main h1, .account-content .account-content-main .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text h1, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .finish-header {
		font-size: 18px;
		line-height: 22px;
	}
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text p {
	margin: 0;
	padding-top: 6px;
}

@media (max-width: 991.98px) {
	.cms-element-cta-teaser .teaser-layout-portrait {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.cms-element-cta-teaser .teaser-layout-portrait .cms-image {
		max-width: 30%;
		object-fit: cover;
	}
	
	.cms-element-cta-teaser .teaser-layout-portrait .btn, .cms-element-cta-teaser .teaser-layout-portrait .main-navigation-link {
		font-size: 12px;
	}
}

.cms-element-cta-teaser .teaser-layout-landscape {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

@media (max-width: 575.98px) {
	.cms-element-cta-teaser .teaser-layout-landscape {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.cms-element-cta-teaser .teaser-layout-landscape .cms-image {
	-ms-flex-order: 2;
	order: 2;
	width: 60%;
	object-fit: cover;
}

@media (max-width: 767.98px) {
	.cms-element-cta-teaser .teaser-layout-landscape .cms-image {
		width: 100%;
	}
}

.cms-element-cta-teaser .teaser-layout-landscape .cms-cta-teaser-link-text {
	-ms-flex-order: 1;
	order: 1;
	padding: 24px;
}

@media (max-width: 575.98px) {
	.cms-element-cta-teaser .teaser-layout-landscape .cms-cta-teaser-link-text {
		padding: 10px 16px 16px;
	}
}

.cms-element-cta-teaser .cms-image-link {
	background-color: transparent;
}

.cms-element-cta-teaser .cms-image-link:hover {
	background-color: transparent;
}

.cms-element-cta-teaser:has(.cms-image-link-overlay):hover a:not(.btn) {
	text-decoration: underline;
}

.cms-image-link-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.cta-teaser-listing-item-primary, .cta-teaser-listing-item-secondary {
	border-radius: 0 50px 0 50px;
	color: #fff;
	margin-bottom: 40px;
	padding: 7px 32px;
}

@media (min-width: 768px) {
	.cta-teaser-listing-item-primary, .cta-teaser-listing-item-secondary {
		padding: 7px 63px;
	}
}

.cta-teaser-listing-item-primary .cms-block-container-row, .cta-teaser-listing-item-secondary .cms-block-container-row {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.cta-teaser-listing-item-primary .cms-block-container-row, .cta-teaser-listing-item-secondary .cms-block-container-row {
		grid-template-columns: 3fr 1fr;
	}
}

.cta-teaser-listing-item-primary .cms-block-container-row > [class*="col-"], .cta-teaser-listing-item-secondary .cms-block-container-row > [class*="col-"] {
	max-width: unset;
}

@media (max-width: 767.98px) {
	.cta-teaser-listing-item-primary .cms-block-container-row > [class*="col-"]:first-child, .cta-teaser-listing-item-secondary .cms-block-container-row > [class*="col-"]:first-child {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.cta-teaser-listing-item-primary .cms-block-container-row > [class*="col-"] .cms-image, .cta-teaser-listing-item-secondary .cms-block-container-row > [class*="col-"] .cms-image {
		padding-top: 20px;
	}
}

.cta-teaser-listing-item-primary .cms-element-text, .cta-teaser-listing-item-secondary .cms-element-text {
	padding-top: 19px;
	padding-bottom: 19px;
}

.cta-teaser-listing-item-primary h2, .cta-teaser-listing-item-primary .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-listing-item-primary .product-price, .cta-teaser-listing-item-primary .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-listing-item-primary h1, .cta-teaser-listing-item-primary .finish-header, .cta-teaser-listing-item-secondary h2, .cta-teaser-listing-item-secondary .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-listing-item-secondary .product-price, .cta-teaser-listing-item-secondary .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-listing-item-secondary h1, .cta-teaser-listing-item-secondary .finish-header {
	color: #fff;
}

.cta-teaser-listing-item-primary p, .cta-teaser-listing-item-secondary p {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
}

.cta-teaser-listing-item-primary img, .cta-teaser-listing-item-secondary img {
	margin: 0 auto;
}

.cta-teaser-listing-item-primary .cms-element-image.has-vertical-alignment, .cta-teaser-listing-item-secondary .cms-element-image.has-vertical-alignment {
	-ms-flex-pack: center;
	justify-content: center;
}

.cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg, .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg {
	border-radius: 0;
	color: #383838;
	margin-bottom: 40px;
	padding: 0;
}

.cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg h2, .cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg .product-price, .cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg h1, .cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg .finish-header, .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg h2, .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg .product-price, .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg h1, .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg .finish-header {
	color: #396db4;
}

.cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg p, .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg p {
	color: #383838;
}

.cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg .cms-block-container-row > [class*="col-"]:last-child .cms-image-container, .cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg .cms-block-container-row > [class*="col-"]:last-child .cms-image-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0 80px 0 80px;
	padding: 24px 10px;
	width: 240px;
	height: 240px;
}

.cta-teaser-listing-item-primary:not(.cta-teaser-listing-item-no-bg) {
	background-color: #50b13e;
}

.cta-teaser-listing-item-primary.cta-teaser-listing-item-no-bg .cms-block-container-row > [class*="col-"]:last-child .cms-image-container {
	background-color: #50b13e;
}

.cta-teaser-listing-item-secondary:not(.cta-teaser-listing-item-no-bg) {
	background-color: #396db4;
}

.cta-teaser-listing-item-secondary.cta-teaser-listing-item-no-bg .cms-block-container-row > [class*="col-"]:last-child .cms-image-container {
	background-color: #396db4;
}

.cta-teaser-text-left-image-right-cols-1-2, .cta-teaser-text-left-image-right-cols-2-1 {
	margin-bottom: 40px;
}

.cta-teaser-text-left-image-right-cols-1-2 .cms-block-container-row, .cta-teaser-text-left-image-right-cols-2-1 .cms-block-container-row {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.cta-teaser-text-left-image-right-cols-1-2 .cms-block-container-row, .cta-teaser-text-left-image-right-cols-2-1 .cms-block-container-row {
		grid-template-columns: 50% 50%;
	}
}

@media (min-width: 992px) {
	.cta-teaser-text-left-image-right-cols-1-2 .cms-block-container-row, .cta-teaser-text-left-image-right-cols-2-1 .cms-block-container-row {
		grid-template-columns: 40% 60%;
	}
}

.cta-teaser-text-left-image-right-cols-1-2 .cms-block-container-row > [class*="col-"], .cta-teaser-text-left-image-right-cols-2-1 .cms-block-container-row > [class*="col-"] {
	max-width: unset;
}

.cta-teaser-text-left-image-right-cols-1-2 h2, .cta-teaser-text-left-image-right-cols-1-2 .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-text-left-image-right-cols-1-2 .product-price, .cta-teaser-text-left-image-right-cols-1-2 .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-text-left-image-right-cols-1-2 h1, .cta-teaser-text-left-image-right-cols-1-2 .finish-header, .cta-teaser-text-left-image-right-cols-2-1 h2, .cta-teaser-text-left-image-right-cols-2-1 .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-text-left-image-right-cols-2-1 .product-price, .cta-teaser-text-left-image-right-cols-2-1 .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-text-left-image-right-cols-2-1 h1, .cta-teaser-text-left-image-right-cols-2-1 .finish-header {
	color: #396db4;
	font-size: 53px;
	font-weight: bold;
	line-height: 53px;
	margin-bottom: 32px;
}

.cta-teaser-text-left-image-right-cols-1-2 p, .cta-teaser-text-left-image-right-cols-2-1 p {
	font-size: 20px;
	line-height: 23px;
}

.cta-teaser-text-left-image-right-cols-1-2 img, .cta-teaser-text-left-image-right-cols-2-1 img {
	border-radius: 0 50px 0 50px;
	min-height: 320px;
	object-fit: cover;
}

.cta-teaser-text-left-image-right-cols-2-1 .cms-block-container-row {
	grid-template-columns: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.cta-teaser-text-left-image-right-cols-2-1 .cms-block-container-row {
		grid-template-columns: 50% 50%;
	}
}

@media (min-width: 992px) {
	.cta-teaser-text-left-image-right-cols-2-1 .cms-block-container-row {
		grid-template-columns: 60% 40%;
	}
}

.cta-teaser-text-left-image-right-cols-2-1 img {
	border-radius: 0 50px 0 50px;
}

@media (max-width: 767.98px) {
	.cta-teaser-text-left-image-right-cols-1-2 > .cms-block-container > .cms-block-container-row > div:first-child {
		-ms-flex-order: 2;
		order: 2;
	}
}

.cta-teaser-transparent-image {
	margin-bottom: 32px;
}

@media (min-width: 992px) {
	.cta-teaser-transparent-image {
		margin-bottom: 56px;
	}
}

.section-wider .cta-teaser-transparent-image {
	max-width: 1880px;
	margin: 0 auto 32px auto;
	overflow: visible;
}

@media (min-width: 1200px) {
	.section-wider .cta-teaser-transparent-image {
		margin-bottom: 56px;
		max-height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.cta-teaser-transparent-image .cms-block-container > .cms-block-container-row > [class*="col-"] {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 1199.98px) {
	.cta-teaser-transparent-image .cms-block-text-on-image {
		height: auto;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (min-width: 992px) {
	.cta-teaser-transparent-image .cms-block-text-on-image {
		max-height: 300px;
	}
	
	.cta-teaser-transparent-image .cms-block-text-on-image.hero-banner-large {
		max-height: 300px;
	}
}

.cta-teaser-transparent-image .hero-banner-large {
	border-radius: 0 50px 0 50px;
}

.cta-teaser-transparent-image .cms-element-hero-banner {
	height: 100%;
}

.cta-teaser-transparent-image img {
	opacity: .73;
}

.cta-teaser-transparent-image .cms-element-text {
	max-width: 100%;
	padding: 12px 20px;
}

@media (min-width: 992px) {
	.cta-teaser-transparent-image .cms-element-text {
		max-width: 65%;
		padding: 23px 46px;
	}
}

.cta-teaser-transparent-image .cms-element-text h2, .cta-teaser-transparent-image .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-transparent-image .cms-element-text .product-price, .cta-teaser-transparent-image .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-transparent-image .cms-element-text h1, .cta-teaser-transparent-image .cms-element-text .finish-header {
	color: #fff;
	font-size: 32px;
	text-shadow: none;
}

@media (min-width: 992px) {
	.cta-teaser-transparent-image .cms-element-text h2, .cta-teaser-transparent-image .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-transparent-image .cms-element-text .product-price, .cta-teaser-transparent-image .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-transparent-image .cms-element-text h1, .cta-teaser-transparent-image .cms-element-text .finish-header {
		font-size: 50px;
	}
}

.cta-teaser-transparent-image .cms-element-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.cta-teaser-transparent-image .cms-element-text p {
		font-size: 20px;
	}
}

.cta-teaser-transparent-image .cms-element-text a {
	color: #fff;
}

.cta-teaser-transparent-image .cms-element-text a:hover {
	text-decoration: underline;
}

.cta-teaser-transparent-image .cms-element-text:has(p) h2, .cta-teaser-transparent-image .cms-element-text:has(p) .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-transparent-image .cms-element-text:has(p) .product-price, .cta-teaser-transparent-image .cms-element-text:has(p) .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-transparent-image .cms-element-text:has(p) h1, .cta-teaser-transparent-image .cms-element-text:has(p) .finish-header {
	margin-bottom: 16px;
}

.cta-teaser-transparent-image .cms-element-text:has(.btn) h2, .cta-teaser-transparent-image .cms-element-text:has(.main-navigation-link) h2, .cta-teaser-transparent-image .cms-element-text:has(.btn) .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-transparent-image .cms-element-text:has(.btn) .product-price, .cta-teaser-transparent-image .cms-element-text:has(.btn) .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-transparent-image .cms-element-text:has(.btn) h1, .cta-teaser-transparent-image .cms-element-text:has(.btn) .finish-header, .cta-teaser-transparent-image .cms-element-text:has(.main-navigation-link) .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cta-teaser-transparent-image .cms-element-text:has(.main-navigation-link) .product-price, .cta-teaser-transparent-image .cms-element-text:has(.main-navigation-link) .account-content .account-content-main h1, .account-content .account-content-main .cta-teaser-transparent-image .cms-element-text:has(.main-navigation-link) h1, .cta-teaser-transparent-image .cms-element-text:has(.main-navigation-link) .finish-header, .cta-teaser-transparent-image .cms-element-text:has(.btn) p, .cta-teaser-transparent-image .cms-element-text:has(.main-navigation-link) p {
	margin-bottom: 16px;
}

.cta-teaser-transparent-image .cms-block-container > .cms-block-container-row > [class*="col-"]:first-child .cms-element-text {
	margin-left: auto;
}

.cms-element-cta-teaser-layout-landscape {
	padding-bottom: 20px;
}

@media (max-width: 991.98px) {
	.teaser-layout-landscape {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
}

.teaser-layout-landscape img {
	margin-left: auto;
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	max-width: 55%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.teaser-layout-landscape img {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.teaser-layout-landscape img {
		-ms-flex-order: 2;
		order: 2;
	}
}

.teaser-layout-landscape .cms-cta-teaser-link-text {
	background-color: #396db4;
	border-radius: 0 50px 0 0;
	color: #fff;
	display: -ms-grid;
	display: grid;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 20px !important;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.teaser-layout-landscape .cms-cta-teaser-link-text {
		border-radius: 0 187px 0 0;
		max-width: 100%;
		padding: 20px 40px !important;
	}
}

@media (min-width: 992px) {
	.teaser-layout-landscape .cms-cta-teaser-link-text {
		max-width: 55%;
		padding: 40px 63px !important;
		position: absolute;
	}
}

.teaser-layout-landscape .cms-cta-teaser-link-text h2, .teaser-layout-landscape .cms-cta-teaser-link-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .teaser-layout-landscape .cms-cta-teaser-link-text .product-price, .teaser-layout-landscape .cms-cta-teaser-link-text .account-content .account-content-main h1, .account-content .account-content-main .teaser-layout-landscape .cms-cta-teaser-link-text h1, .teaser-layout-landscape .cms-cta-teaser-link-text .finish-header {
	font-size: 32px;
	color: #fff;
}

@media (min-width: 768px) {
	.teaser-layout-landscape .cms-cta-teaser-link-text h2, .teaser-layout-landscape .cms-cta-teaser-link-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .teaser-layout-landscape .cms-cta-teaser-link-text .product-price, .teaser-layout-landscape .cms-cta-teaser-link-text .account-content .account-content-main h1, .account-content .account-content-main .teaser-layout-landscape .cms-cta-teaser-link-text h1, .teaser-layout-landscape .cms-cta-teaser-link-text .finish-header {
		font-size: 46px;
	}
}

.teaser-layout-landscape .cms-cta-teaser-link-text p {
	color: #fff;
	font-size: 16px;
	line-height: 27px;
}

.teaser-layout-landscape .cms-cta-teaser-link-text p:has(a) {
	margin: 0;
}

@media (min-width: 768px) {
	.teaser-layout-landscape .cms-cta-teaser-link-text p {
		font-size: 20px;
	}
}

.teaser-layout-landscape .cms-cta-teaser-link-text a {
	color: #fff;
	font-weight: bold;
}

.teaser-layout-landscape .cms-cta-teaser-link-text a:hover {
	text-decoration: underline;
}

.cta-teaser-landscape-cols-2-3 .cms-block-container > .cms-block-container-row > [class*="col-"]:first-child {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.cta-teaser-landscape-cols-2-3 .cms-block-container > .cms-block-container-row > [class*="col-"]:first-child {
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		max-width: 45%;
		padding-right: 10px;
	}
}

.cta-teaser-landscape-cols-2-3 .cms-block-container > .cms-block-container-row > [class*="col-"]:last-child {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.cta-teaser-landscape-cols-2-3 .cms-block-container > .cms-block-container-row > [class*="col-"]:last-child {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
		padding-left: 10px;
	}
}

.cta-teaser-landscape-cols-2-3 .teaser-layout-landscape {
	max-height: none;
}

@media (min-width: 768px) {
	.cta-teaser-landscape-cols-2-3 .teaser-layout-landscape {
		max-height: 390px;
		overflow: hidden;
	}
}

.cta-teaser-landscape-cols-2-3 .teaser-layout-landscape img {
	max-width: 100%;
	width: 100% !important;
}

.cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text {
	background-color: #50b13e;
	border-radius: 0 50px 0 0;
	bottom: 0;
	height: auto;
	padding: 20px !important;
	width: 100%;
}

.cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text h3, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .product-detail-review-login .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .wishlist--head-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .megasearch--title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .checkout-aside-summary-header {
	color: #fff;
	font-size: 27px;
}

@media (max-width: 991.98px) {
	.cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text h3, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .product-detail-review-login .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .wishlist--head-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .card-title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .megasearch--title, .cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text .checkout-aside-summary-header {
		line-height: 1.1;
	}
}

@media (min-width: 992px) {
	.cta-teaser-landscape-cols-2-3 .teaser-layout-landscape .cms-cta-teaser-link-text {
		padding: 32px 37px !important;
		width: 50%;
	}
}

.cta-teaser-landscape-cols-2-3-reverse .cms-block-container > .cms-block-container-row > [class*="col-"]:first-child {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 767.98px) {
	.cta-teaser-landscape-cols-2-3-reverse .cms-block-container > .cms-block-container-row > [class*="col-"]:first-child .cms-element-cta-teaser {
		padding-bottom: 0;
	}
}

@media (min-width: 768px) {
	.cta-teaser-landscape-cols-2-3-reverse .cms-block-container > .cms-block-container-row > [class*="col-"]:first-child {
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
	}
}

.cta-teaser-landscape-cols-2-3-reverse .cms-block-container > .cms-block-container-row > [class*="col-"]:last-child {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.cta-teaser-landscape-cols-2-3-reverse .cms-block-container > .cms-block-container-row > [class*="col-"]:last-child {
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
		max-width: 35%;
	}
}

.cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image {
	border-radius: 0 0 0 50px;
	height: 100%;
	max-width: none;
	padding: 40px !important;
	width: 100%;
}

@media (min-width: 768px) {
	.cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image {
		border-radius: 0 132px 0 0;
		padding: 20px 40px !important;
	}
}

@media (min-width: 992px) {
	.cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image {
		border-radius: 0 132px 0 0;
		padding: 32px 87px !important;
	}
}

.cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image h3, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .product-detail-review-login .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .wishlist--head-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .megasearch--title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .checkout-aside-summary-header, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image p {
	color: #fff;
	font-size: 32px;
	line-height: 1;
}

@media (min-width: 992px) {
	.cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image h3, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .product-detail-review-login .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .wishlist--head-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .card-title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .megasearch--title, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image .checkout-aside-summary-header, .cms-element-cta-teaser .cms-cta-teaser-link-text.no-bg-image p {
		font-size: 45px;
	}
}

.cms-element-cta-teaser .icon {
	color: #fff;
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
	-ms-transform: scaleX(65%);
	-webkit-transform: scaleX(65%);
	transform: scaleX(65%);
}

@media (min-width: 768px) {
	.cms-element-cta-teaser .icon {
		right: 0;
		width: 87px;
		height: 87px;
		-ms-transform: scaleX(65%);
		-webkit-transform: scaleX(65%);
		transform: scaleX(65%);
	}
}

@media (min-width: 992px) {
	.cms-element-cta-teaser .icon {
		right: 16px;
	}
}

.cms-element-cta-teaser .icon svg {
	top: 0;
}

@media (max-width: 991.98px) {
	.cms-block-container > .cms-block-container-row > [class*="col-"]:has(.cms-element-cta-teaser-layout-portrait):first-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.cms-block-container > .cms-block-container-row > [class*="col-"]:has(.cms-element-cta-teaser-layout-portrait):first-child .cms-cta-teaser-link-text {
		border-radius: 50px 0 0 0 !important;
	}
}

@media (min-width: 768px) {
	.cms-block-container > .cms-block-container-row > [class*="col-"]:has(.cms-element-cta-teaser-layout-portrait):first-child {
		padding-right: 16px;
	}
}

@media (max-width: 991.98px) {
	.cms-block-container > .cms-block-container-row > [class*="col-"]:has(.cms-element-cta-teaser-layout-portrait):last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.cms-block-container > .cms-block-container-row > [class*="col-"]:has(.cms-element-cta-teaser-layout-portrait):last-child .cms-cta-teaser-link-text {
		border-radius: 0 50px 0 0 !important;
	}
}

@media (min-width: 768px) {
	.cms-block-container > .cms-block-container-row > [class*="col-"]:has(.cms-element-cta-teaser-layout-portrait):last-child {
		padding-left: 16px;
	}
}

.cms-element-cta-teaser {
	padding-bottom: 20px;
}

.cms-element-cta-teaser .teaser-layout-portrait {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
}

.cms-element-cta-teaser .teaser-layout-portrait img {
	margin-top: auto;
	max-height: 270px;
	object-fit: cover;
}

@media (max-width: 991.98px) {
	.cms-element-cta-teaser .teaser-layout-portrait img {
		max-width: 100% !important;
	}
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text {
	height: 100%;
	padding: 20px;
}

@media (min-width: 768px) {
	.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text {
		padding: 68px 80px;
	}
}

@media (min-width: 992px) {
	.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text {
		padding: 68px 80px;
	}
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text h3, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-detail-review-login .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .wishlist--head-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .megasearch--title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .checkout-aside-summary-header {
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text h3, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-detail-review-login .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .wishlist--head-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .card-title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .megasearch--title, .cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text .checkout-aside-summary-header {
		font-size: 46px;
	}
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text p {
	color: #fff;
	font-size: 16px;
	line-height: 1.1;
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text p:has(a) {
	margin: 0;
}

@media (min-width: 768px) {
	.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text p {
		font-size: 20px;
		line-height: 27px;
	}
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text a {
	color: #fff;
	font-weight: bold;
}

.cms-element-cta-teaser .teaser-layout-portrait .cms-cta-teaser-link-text a:hover {
	text-decoration: underline;
}

.cms-element-cta-teaser .teaser-layout-portrait .icon {
	display: none;
}

@media (max-width: 1199.98px) {
	.cta-teaser-listing .col-md-4, .cta-teaser-listing .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .cta-teaser-listing .checkout-aside {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575.98px) {
	.cta-teaser-listing .col-md-4, .cta-teaser-listing .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .cta-teaser-listing .checkout-aside {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.cms-element-cta-teaser-layout-centered {
	padding-bottom: 20px;
	min-height: 160px;
}

@media (min-width: 768px) {
	.cms-element-cta-teaser-layout-centered {
		min-height: 420px;
		padding-bottom: 40px;
	}
}

.cms-element-cta-teaser-layout-centered:has(.cms-image-link-overlay):hover .cms-cta-teaser-link-text {
	background-color: rgba(80, 177, 62, .86);
}

.cms-element-cta-teaser-layout-centered:has(.cms-image-link-overlay):hover a {
	text-decoration: none;
}

.teaser-layout-centered {
	border-radius: 0 80px 0 80px;
	overflow: hidden;
}

.teaser-layout-centered img {
	height: 100%;
	object-fit: cover;
}

.teaser-layout-centered .cms-cta-teaser-link-text {
	background-color: rgba(56, 56, 56, .9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.teaser-layout-centered .cms-cta-teaser-link-text:hover {
	background-color: rgba(80, 177, 62, .86);
}

.teaser-layout-centered .cms-cta-teaser-link-text h3, .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .teaser-layout-centered .cms-cta-teaser-link-text .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .wishlist--head-title, .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .teaser-layout-centered .cms-cta-teaser-link-text .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .teaser-layout-centered .cms-cta-teaser-link-text .megasearch--title, .teaser-layout-centered .cms-cta-teaser-link-text .checkout-aside-summary-header {
	color: #fff;
	font-size: 24px;
}

@media (max-width: 991.98px) {
	.teaser-layout-centered .cms-cta-teaser-link-text h3, .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .teaser-layout-centered .cms-cta-teaser-link-text .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .wishlist--head-title, .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .teaser-layout-centered .cms-cta-teaser-link-text .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .teaser-layout-centered .cms-cta-teaser-link-text .megasearch--title, .teaser-layout-centered .cms-cta-teaser-link-text .checkout-aside-summary-header {
		line-height: 1.1;
	}
}

@media (min-width: 768px) {
	.teaser-layout-centered .cms-cta-teaser-link-text h3, .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .teaser-layout-centered .cms-cta-teaser-link-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .teaser-layout-centered .cms-cta-teaser-link-text .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .wishlist--head-title, .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .teaser-layout-centered .cms-cta-teaser-link-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .teaser-layout-centered .cms-cta-teaser-link-text .card-title, .teaser-layout-centered .cms-cta-teaser-link-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .teaser-layout-centered .cms-cta-teaser-link-text .megasearch--title, .teaser-layout-centered .cms-cta-teaser-link-text .checkout-aside-summary-header {
		font-size: 38px;
	}
}

.teaser-layout-centered .cms-cta-teaser-link-text p {
	color: #fff;
}

.hero-slider {
	margin-bottom: 32px;
}

@media (min-width: 768px) {
	.hero-slider {
		margin-bottom: 56px;
	}
}

.hero-slider:has(.cms-block-hero-banner) {
	height: 600px !important;
}

@media (min-width: 1200px) {
	.hero-slider:has(.cms-block-hero-banner) {
		height: 690px !important;
	}
}

.hero-slider .hero-slider-menu.hs-horizontal {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

.hero-slider .hero-slider-menu.hs-horizontal button {
	background-color: transparent;
	border: 3px solid #50b13e !important;
	width: 20px;
	height: 20px;
}

.hero-slider .hero-slider-menu.hs-horizontal button:focus, .hero-slider .hero-slider-menu.hs-horizontal button:hover, .hero-slider .hero-slider-menu.hs-horizontal button.active {
	background-color: #50b13e;
	border: 3px solid #50b13e !important;
	box-shadow: none;
	width: 20px;
	height: 20px;
	-ms-transform: unset;
	-webkit-transform: unset;
	transform: unset;
}

.hero-slider .hero-slider-menu.hs-horizontal button::after {
	display: none;
}

.cms-block-hero-banner {
	margin-bottom: 32px;
}

@media (min-width: 992px) {
	.cms-block-hero-banner {
		margin-bottom: 50px;
	}
}

.cms-block-hero-banner .hero-slider-image {
	max-width: none !important;
	width: 100% !important;
}

.cms-block-hero-banner .cms-element-hero-banner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

@media (max-width: 1199.98px) {
	.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-1 {
		padding-left: 80px;
		padding-right: 80px;
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-1 {
		padding-left: 32px;
		padding-right: 32px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-1 {
		-ms-flex: 1 0 60%;
		flex: 1 0 60%;
	}
}

.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-1 .cms-element-text {
	margin-left: auto;
	padding: 1rem 1rem 1rem 1rem;
}

@media (min-width: 1200px) {
	.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-1 .cms-element-text {
		padding: 1rem 40px 1rem 10%;
		width: 100%;
	}
}

.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 {
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
}

.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .col-12 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text {
	border-radius: 0 0 0 50px;
	background-color: rgba(56, 56, 56, .73);
	height: auto;
	padding: 32px;
}

.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text h2, .cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text .product-price, .cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text h1, .cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text .finish-header {
	font-size: 40px;
}

.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text p {
	font-size: 20px;
}

.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 .cms-element-text-inner {
	width: 544px;
}

@media (max-width: 1199.98px) {
	.cms-block-hero-banner .cms-element-hero-banner .hero-banner-info-2 {
		display: none;
	}
}

.cms-block-hero-banner .cms-element-text {
	max-width: unset;
	min-height: unset;
}

.cms-block-hero-banner .cms-element-text h2, .cms-block-hero-banner .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-hero-banner .cms-element-text .product-price, .cms-block-hero-banner .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-hero-banner .cms-element-text h1, .cms-block-hero-banner .cms-element-text .finish-header {
	text-shadow: none;
}

.cms-block-hero-banner .cms-element-text h2, .cms-block-hero-banner .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-hero-banner .cms-element-text .product-price, .cms-block-hero-banner .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-hero-banner .cms-element-text h1, .cms-block-hero-banner .cms-element-text .finish-header, .cms-block-hero-banner .cms-element-text p {
	color: #fff;
}

.cms-block-hero-banner .cms-element-text p:has(a) {
	margin: 0;
}

.cms-block-hero-banner .cms-element-text .btn, .cms-block-hero-banner .cms-element-text .main-navigation-link {
	font-size: 20px;
}

@media (max-width: 991.98px) {
	.hero-slider-slide-container .cms-block-hero-banner {
		height: 100%;
	}
	
	.hero-slider-slide-container .cms-block-hero-banner > .cms-block-container {
		height: 100%;
	}
	
	.hero-slider-slide-container .cms-block-hero-banner > .cms-block-container > .cms-block-container-row {
		height: 100%;
	}
	
	.hero-slider-slide-container .cms-block-hero-banner > .cms-block-container > .cms-block-container-row > .col-12 > .cms-block {
		height: 100%;
	}
}

/*
 * Layout-related sections
 * ----------------------- */
@media (min-width: 576px) {
	#footerColumns .footer-column {
		text-align: left;
	}
}

@media (min-width: 576px) {
	#footerColumns .footer-column-headline {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.footer-middle a {
	font-weight: 400;
}

.footer-middle::after {
	bottom: -240px;
	right: -210px;
}

.footer-middle > .container, .cms-section .footer-middle > .boxed, .cms-block-featured-product.footer-middle > .cms-block-container, .is-ctl-product .footer-middle > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .row, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .cms-block-text-on-image .footer-middle > .cms-block-container {
	padding-bottom: 0;
	padding-top: 32px;
}

@media (min-width: 768px) {
	.footer-middle > .container, .cms-section .footer-middle > .boxed, .cms-block-featured-product.footer-middle > .cms-block-container, .is-ctl-product .footer-middle > .product-detail-main, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .row, .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .account-content, .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper.footer-middle > .checkout-container, .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper.footer-middle > .checkout-container, .cms-block-text-on-image .footer-middle > .cms-block-container {
		padding-top: 64px;
	}
}

.footer-middle .footer-columns {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.footer-logo-main-img {
		height: 75px;
	}
}

.footer-column__chat-cta {
	position: absolute;
	top: 0;
	right: 0;
}

.footer-column:nth-child(2) {
	padding-top: 32px;
}

@media (min-width: 576px) {
	.footer-column:nth-child(2) {
		padding-top: 109px;
	}
}

.footer-column-content.container:has(.cms-block-newsletter), .cms-section .footer-column-content.boxed:has(.cms-block-newsletter), .cms-block-featured-product > .footer-column-content.cms-block-container:has(.cms-block-newsletter), .is-ctl-product .footer-column-content.product-detail-main:has(.cms-block-newsletter), .is-ctl-product .product-detail-tabs-wrapper > .footer-column-content.row:has(.cms-block-newsletter), .is-ctl-product .product-detail-tabs-wrapper > .footer-column-content.account-content:has(.cms-block-newsletter), .is-ctl-product .is-act-cartpage .checkout .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-act-cartpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-ctl-product .is-act-checkoutregisterpage .checkout .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-act-checkoutregisterpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-ctl-product .is-act-confirmpage .checkout .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-act-confirmpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-ctl-product .is-ctl-accountorder .checkout .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-ctl-accountorder .checkout .is-ctl-product .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-ctl-product .is-act-finishpage .checkout .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .is-act-finishpage .checkout .is-ctl-product .product-detail-tabs-wrapper > .footer-column-content.checkout-container:has(.cms-block-newsletter), .cms-block-text-on-image .footer-column-content.cms-block-container:has(.cms-block-newsletter) {
	padding: 0;
}

.footer-column-headline {
	color: #50b13e;
	font-size: .938rem;
	font-weight: 400;
	padding: 0;
}

.footer-contacts .footer-column-headline {
	padding-top: 26px;
}

.footer-bottom {
	background-color: transparent;
	border-top: 1px solid #979797;
	color: #50b13e;
	padding: 6px 0 20px;
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.footer-bottom {
		padding: 6px 0;
	}
}

.footer-bottom a {
	color: #50b13e;
}

.footer-bottom a:hover {
	color: #7ecd6f;
}

.footer-bottom ul.footer-service-menu-list {
	padding: 0 0 8px;
}

.footer-bottom ul.footer-service-menu-list a {
	color: #50b13e;
	font-weight: 400;
}

.footer-bottom ul.footer-service-menu-list a:hover {
	color: #7ecd6f;
}

.footer-bottom ul.footer-service-menu-list a::after {
	border-color: #50b13e;
}

@media (min-width: 768px) {
	.footer-bottom ul.footer-service-menu-list {
		margin-right: auto;
		padding: 0 32px;
	}
}

.footer-contacts {
	margin-bottom: 12px;
}

.footer-social .btn, .footer-social .main-navigation-link {
	border: none;
	padding: 2px 10px;
}

.footer-social .btn .icon, .footer-social .main-navigation-link .icon {
	width: 20px;
	height: 20px;
}

.footer-social .btn:first-child, .footer-social .main-navigation-link:first-child {
	margin-left: 0;
	padding-left: 0;
}

.footer-social .btn:nth-child(2) .icon, .footer-social .main-navigation-link:nth-child(2) .icon {
	width: 18px;
	height: 18px;
}

.footer-social .btn:nth-child(2) .icon svg, .footer-social .main-navigation-link:nth-child(2) .icon svg {
	top: 4px;
}

.footer-copyright-wrapper {
	border: none;
	padding: 18px 0 4px;
}

@media (min-width: 768px) {
	.footer-copyright-wrapper {
		padding: 18px 0;
	}
}

.is-certificate {
	margin-bottom: 24px;
}

.is-certificate img {
	margin: 0;
}

.is-certificate:not(:last-child) {
	margin-right: 16px;
}

.remove-text-shaddow h1, .remove-text-shaddow h2, .remove-text-shaddow .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .remove-text-shaddow .product-price, .remove-text-shaddow .account-content .account-content-main h1, .account-content .account-content-main .remove-text-shaddow h1, .remove-text-shaddow .finish-header, .remove-text-shaddow h3, .remove-text-shaddow .product-detail-review-login .card-title, .remove-text-shaddow .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .remove-text-shaddow .product-detail-review-login .agent-customer-headline, .product-detail-review-login .remove-text-shaddow .card-title, .remove-text-shaddow .wishlist--head-title, .remove-text-shaddow .cms-element-form:not(.form-newsletter) .card .card-title, .remove-text-shaddow .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .remove-text-shaddow .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .remove-text-shaddow .card-title, .remove-text-shaddow .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .remove-text-shaddow .megasearch--title, .remove-text-shaddow .checkout-aside-summary-header, .remove-text-shaddow h4, .remove-text-shaddow .card .card-title, .remove-text-shaddow .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .remove-text-shaddow .card .agent-customer-headline, .card .remove-text-shaddow .card-title, .remove-text-shaddow .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .remove-text-shaddow .product-name, .remove-text-shaddow .checkout-aside-product-header, .remove-text-shaddow h5, .remove-text-shaddow h6 {
	text-shadow: none !important;
}

.team-tweak .team-list-item-position {
	font-size: 25px;
	margin-top: 5px;
	display: block;
	width: 100%;
	text-align: center;
}

.team-tweak .team-list-item-email {
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
	display: block;
	width: 100%;
	text-align: center;
}

.partner-area {
	min-height: auto !important;
	height: auto !important;
	padding: 2rem 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.partner-area h2, .partner-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .partner-area .product-price, .partner-area .account-content .account-content-main h1, .account-content .account-content-main .partner-area h1, .partner-area .finish-header {
		font-size: 26px;
		text-align: center;
		margin: 1rem 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.partner-area h2, .partner-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .partner-area .product-price, .partner-area .account-content .account-content-main h1, .account-content .account-content-main .partner-area h1, .partner-area .finish-header {
		font-size: 26px;
		text-align: center;
		margin: 1rem 0;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.partner-area p {
		font-size: 18px;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.partner-area p {
		font-size: 18px;
		text-align: center;
	}
}

.section-blue-area {
	background: #396db4;
}

.section-blue-area h1, .section-blue-area h2, .section-blue-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-blue-area .product-price, .section-blue-area .account-content .account-content-main h1, .account-content .account-content-main .section-blue-area h1, .section-blue-area .finish-header, .section-blue-area h3, .section-blue-area .product-detail-review-login .card-title, .section-blue-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-blue-area .card-title, .section-blue-area .wishlist--head-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-blue-area .card-title, .section-blue-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-blue-area .megasearch--title, .section-blue-area .checkout-aside-summary-header, .section-blue-area h4, .section-blue-area .card .card-title, .section-blue-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .card .agent-customer-headline, .card .section-blue-area .card-title, .section-blue-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-blue-area .product-name, .section-blue-area .checkout-aside-product-header, .section-blue-area h5, .section-blue-area h6, .section-blue-area p {
	color: #fff !important;
}

.section-green-area {
	background: #50b13d;
}

.section-green-area h1, .section-green-area h2, .section-green-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-green-area .product-price, .section-green-area .account-content .account-content-main h1, .account-content .account-content-main .section-green-area h1, .section-green-area .finish-header, .section-green-area h3, .section-green-area .product-detail-review-login .card-title, .section-green-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-green-area .card-title, .section-green-area .wishlist--head-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-green-area .card-title, .section-green-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-green-area .megasearch--title, .section-green-area .checkout-aside-summary-header, .section-green-area h4, .section-green-area .card .card-title, .section-green-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .card .agent-customer-headline, .card .section-green-area .card-title, .section-green-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-green-area .product-name, .section-green-area .checkout-aside-product-header, .section-green-area h5, .section-green-area h6, .section-green-area p {
	color: #fff !important;
}

.img-hover .cms-block-container {
	padding-bottom: 20px !important;
}

.padding-0 .col-12 {
	padding: 0 !important;
}

.content-area, .section-blue-area, .section-green-area {
	padding: 2rem 0;
}

.content-area h2, .content-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .content-area .product-price, .content-area .account-content .account-content-main h1, .account-content .account-content-main .content-area h1, .content-area .finish-header, .section-blue-area h2, .section-blue-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-blue-area .product-price, .section-blue-area .account-content .account-content-main h1, .account-content .account-content-main .section-blue-area h1, .section-blue-area .finish-header, .section-green-area h2, .section-green-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-green-area .product-price, .section-green-area .account-content .account-content-main h1, .account-content .account-content-main .section-green-area h1, .section-green-area .finish-header {
	font-size: 45px;
	color: #396db4;
	font-weight: 700;
	margin: 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.content-area h2, .content-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .content-area .product-price, .content-area .account-content .account-content-main h1, .account-content .account-content-main .content-area h1, .content-area .finish-header, .section-blue-area h2, .section-blue-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-blue-area .product-price, .section-blue-area .account-content .account-content-main h1, .account-content .account-content-main .section-blue-area h1, .section-blue-area .finish-header, .section-green-area h2, .section-green-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-green-area .product-price, .section-green-area .account-content .account-content-main h1, .account-content .account-content-main .section-green-area h1, .section-green-area .finish-header {
		font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.content-area h2, .content-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .content-area .product-price, .content-area .account-content .account-content-main h1, .account-content .account-content-main .content-area h1, .content-area .finish-header, .section-blue-area h2, .section-blue-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-blue-area .product-price, .section-blue-area .account-content .account-content-main h1, .account-content .account-content-main .section-blue-area h1, .section-blue-area .finish-header, .section-green-area h2, .section-green-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .section-green-area .product-price, .section-green-area .account-content .account-content-main h1, .account-content .account-content-main .section-green-area h1, .section-green-area .finish-header {
		font-size: 30px;
	}
}

.content-area h2 span, .content-area .cms-block-featured-product .cms-element-product-box .product-price span, .cms-block-featured-product .cms-element-product-box .content-area .product-price span, .content-area .account-content .account-content-main h1 span, .account-content .account-content-main .content-area h1 span, .content-area .finish-header span, .section-blue-area h2 span, .section-blue-area .cms-block-featured-product .cms-element-product-box .product-price span, .cms-block-featured-product .cms-element-product-box .section-blue-area .product-price span, .section-blue-area .account-content .account-content-main h1 span, .account-content .account-content-main .section-blue-area h1 span, .section-blue-area .finish-header span, .section-green-area h2 span, .section-green-area .cms-block-featured-product .cms-element-product-box .product-price span, .cms-block-featured-product .cms-element-product-box .section-green-area .product-price span, .section-green-area .account-content .account-content-main h1 span, .account-content .account-content-main .section-green-area h1 span, .section-green-area .finish-header span {
	font-weight: 700 !important;
}

.content-area h3, .content-area .product-detail-review-login .card-title, .content-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .content-area .card-title, .content-area .wishlist--head-title, .content-area .cms-element-form:not(.form-newsletter) .card .card-title, .content-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .content-area .card-title, .content-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .content-area .megasearch--title, .content-area .checkout-aside-summary-header, .content-area h4, .content-area .card .card-title, .content-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .card .agent-customer-headline, .card .content-area .card-title, .content-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .content-area .product-name, .content-area .checkout-aside-product-header, .content-area h5, .content-area h6, .section-blue-area h3, .section-blue-area .product-detail-review-login .card-title, .section-blue-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-blue-area .card-title, .section-blue-area .wishlist--head-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-blue-area .card-title, .section-blue-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-blue-area .megasearch--title, .section-blue-area .checkout-aside-summary-header, .section-blue-area h4, .section-blue-area .card .card-title, .section-blue-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .card .agent-customer-headline, .card .section-blue-area .card-title, .section-blue-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-blue-area .product-name, .section-blue-area .checkout-aside-product-header, .section-blue-area h5, .section-blue-area h6, .section-green-area h3, .section-green-area .product-detail-review-login .card-title, .section-green-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-green-area .card-title, .section-green-area .wishlist--head-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-green-area .card-title, .section-green-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-green-area .megasearch--title, .section-green-area .checkout-aside-summary-header, .section-green-area h4, .section-green-area .card .card-title, .section-green-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .card .agent-customer-headline, .card .section-green-area .card-title, .section-green-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-green-area .product-name, .section-green-area .checkout-aside-product-header, .section-green-area h5, .section-green-area h6 {
	font-size: 35px;
	color: #383838;
	font-weight: 700;
}

@media (max-width: 818px) and (min-width: 0px) {
	.content-area h3, .content-area .product-detail-review-login .card-title, .content-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .content-area .card-title, .content-area .wishlist--head-title, .content-area .cms-element-form:not(.form-newsletter) .card .card-title, .content-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .content-area .card-title, .content-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .content-area .megasearch--title, .content-area .checkout-aside-summary-header, .content-area h4, .content-area .card .card-title, .content-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .card .agent-customer-headline, .card .content-area .card-title, .content-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .content-area .product-name, .content-area .checkout-aside-product-header, .content-area h5, .content-area h6, .section-blue-area h3, .section-blue-area .product-detail-review-login .card-title, .section-blue-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-blue-area .card-title, .section-blue-area .wishlist--head-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-blue-area .card-title, .section-blue-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-blue-area .megasearch--title, .section-blue-area .checkout-aside-summary-header, .section-blue-area h4, .section-blue-area .card .card-title, .section-blue-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .card .agent-customer-headline, .card .section-blue-area .card-title, .section-blue-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-blue-area .product-name, .section-blue-area .checkout-aside-product-header, .section-blue-area h5, .section-blue-area h6, .section-green-area h3, .section-green-area .product-detail-review-login .card-title, .section-green-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-green-area .card-title, .section-green-area .wishlist--head-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-green-area .card-title, .section-green-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-green-area .megasearch--title, .section-green-area .checkout-aside-summary-header, .section-green-area h4, .section-green-area .card .card-title, .section-green-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .card .agent-customer-headline, .card .section-green-area .card-title, .section-green-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-green-area .product-name, .section-green-area .checkout-aside-product-header, .section-green-area h5, .section-green-area h6 {
		font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.content-area h3, .content-area .product-detail-review-login .card-title, .content-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .content-area .card-title, .content-area .wishlist--head-title, .content-area .cms-element-form:not(.form-newsletter) .card .card-title, .content-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .content-area .card-title, .content-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .content-area .megasearch--title, .content-area .checkout-aside-summary-header, .content-area h4, .content-area .card .card-title, .content-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .content-area .card .agent-customer-headline, .card .content-area .card-title, .content-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .content-area .product-name, .content-area .checkout-aside-product-header, .content-area h5, .content-area h6, .section-blue-area h3, .section-blue-area .product-detail-review-login .card-title, .section-blue-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-blue-area .card-title, .section-blue-area .wishlist--head-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-blue-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-blue-area .card-title, .section-blue-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-blue-area .megasearch--title, .section-blue-area .checkout-aside-summary-header, .section-blue-area h4, .section-blue-area .card .card-title, .section-blue-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-blue-area .card .agent-customer-headline, .card .section-blue-area .card-title, .section-blue-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-blue-area .product-name, .section-blue-area .checkout-aside-product-header, .section-blue-area h5, .section-blue-area h6, .section-green-area h3, .section-green-area .product-detail-review-login .card-title, .section-green-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .section-green-area .card-title, .section-green-area .wishlist--head-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .card-title, .section-green-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .section-green-area .card-title, .section-green-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .section-green-area .megasearch--title, .section-green-area .checkout-aside-summary-header, .section-green-area h4, .section-green-area .card .card-title, .section-green-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .section-green-area .card .agent-customer-headline, .card .section-green-area .card-title, .section-green-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .section-green-area .product-name, .section-green-area .checkout-aside-product-header, .section-green-area h5, .section-green-area h6 {
		font-size: 24px;
	}
}

.content-area h3 span, .content-area .product-detail-review-login .card-title span, .content-area .product-detail-review-login .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .content-area .product-detail-review-login .agent-customer-headline span, .product-detail-review-login .content-area .card-title span, .content-area .wishlist--head-title span, .content-area .cms-element-form:not(.form-newsletter) .card .card-title span, .content-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .content-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline span, .cms-element-form:not(.form-newsletter) .card .content-area .card-title span, .content-area .search-suggest .megasearch--container .megasearch--title span, .search-suggest .megasearch--container .content-area .megasearch--title span, .content-area .checkout-aside-summary-header span, .content-area h4 span, .content-area .card .card-title span, .content-area .card .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .content-area .card .agent-customer-headline span, .card .content-area .card-title span, .content-area .product-detail-related-resources-content .product-box .product-name span, .product-detail-related-resources-content .product-box .content-area .product-name span, .content-area .checkout-aside-product-header span, .content-area h5 span, .content-area h6 span, .section-blue-area h3 span, .section-blue-area .product-detail-review-login .card-title span, .section-blue-area .product-detail-review-login .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .section-blue-area .product-detail-review-login .agent-customer-headline span, .product-detail-review-login .section-blue-area .card-title span, .section-blue-area .wishlist--head-title span, .section-blue-area .cms-element-form:not(.form-newsletter) .card .card-title span, .section-blue-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .section-blue-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline span, .cms-element-form:not(.form-newsletter) .card .section-blue-area .card-title span, .section-blue-area .search-suggest .megasearch--container .megasearch--title span, .search-suggest .megasearch--container .section-blue-area .megasearch--title span, .section-blue-area .checkout-aside-summary-header span, .section-blue-area h4 span, .section-blue-area .card .card-title span, .section-blue-area .card .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .section-blue-area .card .agent-customer-headline span, .card .section-blue-area .card-title span, .section-blue-area .product-detail-related-resources-content .product-box .product-name span, .product-detail-related-resources-content .product-box .section-blue-area .product-name span, .section-blue-area .checkout-aside-product-header span, .section-blue-area h5 span, .section-blue-area h6 span, .section-green-area h3 span, .section-green-area .product-detail-review-login .card-title span, .section-green-area .product-detail-review-login .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .section-green-area .product-detail-review-login .agent-customer-headline span, .product-detail-review-login .section-green-area .card-title span, .section-green-area .wishlist--head-title span, .section-green-area .cms-element-form:not(.form-newsletter) .card .card-title span, .section-green-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .section-green-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline span, .cms-element-form:not(.form-newsletter) .card .section-green-area .card-title span, .section-green-area .search-suggest .megasearch--container .megasearch--title span, .search-suggest .megasearch--container .section-green-area .megasearch--title span, .section-green-area .checkout-aside-summary-header span, .section-green-area h4 span, .section-green-area .card .card-title span, .section-green-area .card .is-act-customerlist .agent-customer-headline span, .is-act-customerlist .section-green-area .card .agent-customer-headline span, .card .section-green-area .card-title span, .section-green-area .product-detail-related-resources-content .product-box .product-name span, .product-detail-related-resources-content .product-box .section-green-area .product-name span, .section-green-area .checkout-aside-product-header span, .section-green-area h5 span, .section-green-area h6 span {
	font-weight: 700 !important;
}

.content-area p, .section-blue-area p, .section-green-area p {
	color: #383838;
	font-size: 20px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.content-area p, .section-blue-area p, .section-green-area p {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.content-area p, .section-blue-area p, .section-green-area p {
		font-size: 18px;
	}
}

.content-area .col-md-6, .content-area .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .content-area .checkout-aside, .content-area .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .content-area .checkout-aside, .content-area .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .content-area .checkout-additional, .content-area .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .content-area .checkout-aside, .section-blue-area .col-md-6, .section-blue-area .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .section-blue-area .checkout-aside, .section-blue-area .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .section-blue-area .checkout-aside, .section-blue-area .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .section-blue-area .checkout-additional, .section-blue-area .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .section-blue-area .checkout-aside, .section-green-area .col-md-6, .section-green-area .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .section-green-area .checkout-aside, .section-green-area .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .section-green-area .checkout-aside, .section-green-area .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .section-green-area .checkout-additional, .section-green-area .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .section-green-area .checkout-aside {
	margin-top: auto;
	margin-bottom: auto;
}

.content-area .col-md-6 img, .content-area .is-act-confirmpage .checkout .checkout-aside img, .is-act-confirmpage .checkout .content-area .checkout-aside img, .content-area .is-ctl-accountorder .checkout .checkout-aside img, .is-ctl-accountorder .checkout .content-area .checkout-aside img, .content-area .is-act-finishpage .checkout .checkout-additional img, .is-act-finishpage .checkout .content-area .checkout-additional img, .content-area .is-act-finishpage .checkout .checkout-aside img, .is-act-finishpage .checkout .content-area .checkout-aside img, .section-blue-area .col-md-6 img, .section-blue-area .is-act-confirmpage .checkout .checkout-aside img, .is-act-confirmpage .checkout .section-blue-area .checkout-aside img, .section-blue-area .is-ctl-accountorder .checkout .checkout-aside img, .is-ctl-accountorder .checkout .section-blue-area .checkout-aside img, .section-blue-area .is-act-finishpage .checkout .checkout-additional img, .is-act-finishpage .checkout .section-blue-area .checkout-additional img, .section-blue-area .is-act-finishpage .checkout .checkout-aside img, .is-act-finishpage .checkout .section-blue-area .checkout-aside img, .section-green-area .col-md-6 img, .section-green-area .is-act-confirmpage .checkout .checkout-aside img, .is-act-confirmpage .checkout .section-green-area .checkout-aside img, .section-green-area .is-ctl-accountorder .checkout .checkout-aside img, .is-ctl-accountorder .checkout .section-green-area .checkout-aside img, .section-green-area .is-act-finishpage .checkout .checkout-additional img, .is-act-finishpage .checkout .section-green-area .checkout-additional img, .section-green-area .is-act-finishpage .checkout .checkout-aside img, .is-act-finishpage .checkout .section-green-area .checkout-aside img {
	border-radius: 0 187px 0 0;
}

@media (max-width: 818px) and (min-width: 0px) {
	.content-area .col-md-3, .section-blue-area .col-md-3, .section-green-area .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.content-area .col-md-3, .section-blue-area .col-md-3, .section-green-area .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.content-area .col-md-3 .cms-element-image, .section-blue-area .col-md-3 .cms-element-image, .section-green-area .col-md-3 .cms-element-image {
	-ms-flex-pack: center;
	justify-content: center;
}

.content-area .col-md-3 .cms-element-image img, .section-blue-area .col-md-3 .cms-element-image img, .section-green-area .col-md-3 .cms-element-image img {
	width: auto;
	height: 200px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.content-area .col-md-3 .cms-element-image img, .section-blue-area .col-md-3 .cms-element-image img, .section-green-area .col-md-3 .cms-element-image img {
		height: 150px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.content-area .col-md-3 .cms-element-image img, .section-blue-area .col-md-3 .cms-element-image img, .section-green-area .col-md-3 .cms-element-image img {
		height: 150px;
	}
}

.breadcrumb {
	margin-bottom: 0 !important;
}

.container-main {
	padding-bottom: 0 !important;
}

.cms-block-text-slider-area {
	background: #50b13e;
	padding: 2rem 0;
	position: relative;
}

.cms-block-text-slider-area:before {
	content: "";
	position: absolute;
	z-index: 1;
	background: url("/bundles/chespacktheme/assets/images/bg-CH.svg") no-repeat;
	background-size: cover;
	-ms-transform: rotate(345deg);
	-webkit-transform: rotate(345deg);
	transform: rotate(345deg);
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: .05;
	width: 800px;
	height: 800px;
	right: auto;
	left: -435px;
	top: -160px;
	bottom: auto;
}

@media (max-width: 818px) and (min-width: 0px) {
	.cms-block-text-slider-area:before {
		width: 300px;
		height: 300px;
		left: -100px;
		top: -50px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.cms-block-text-slider-area:before {
		width: 300px;
		height: 300px;
		left: -100px;
		top: -50px;
	}
}

.cms-block-text-slider-area .quote-area p {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.cms-block-text-slider-area .quote-area p:before {
	display: block;
	font-weight: 700;
	line-height: 1;
	font-size: 150px;
	margin: -32px 15px 0 0;
	content: "“";
	-ms-flex-item-align: start;
	align-self: flex-start;
}

@media (max-width: 818px) and (min-width: 0px) {
	.cms-block-text-slider-area .quote-area p:before {
		font-size: 120px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.cms-block-text-slider-area .quote-area p:before {
		font-size: 120px;
	}
}

.cms-block-text-slider-area .quote-area p:after {
	display: block;
	font-weight: 700;
	height: 80px;
	line-height: 1;
	font-size: 150px;
	margin: -32px 0 0 15px;
	content: "”";
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (max-width: 818px) and (min-width: 0px) {
	.cms-block-text-slider-area .quote-area p:after {
		font-size: 120px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.cms-block-text-slider-area .quote-area p:after {
		font-size: 120px;
	}
}

.cms-block-text-slider-area h1, .cms-block-text-slider-area h2, .cms-block-text-slider-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-slider-area .product-price, .cms-block-text-slider-area .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-slider-area h1, .cms-block-text-slider-area .finish-header, .cms-block-text-slider-area h3, .cms-block-text-slider-area .product-detail-review-login .card-title, .cms-block-text-slider-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .wishlist--head-title, .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .card-title, .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-block-text-slider-area .megasearch--title, .cms-block-text-slider-area .checkout-aside-summary-header, .cms-block-text-slider-area h4, .cms-block-text-slider-area .card .card-title, .cms-block-text-slider-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .card .agent-customer-headline, .card .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .cms-block-text-slider-area .product-name, .cms-block-text-slider-area .checkout-aside-product-header, .cms-block-text-slider-area h5, .cms-block-text-slider-area h6 {
	font-size: 46px;
	color: #fff;
}

@media (max-width: 818px) and (min-width: 0px) {
	.cms-block-text-slider-area h1, .cms-block-text-slider-area h2, .cms-block-text-slider-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-slider-area .product-price, .cms-block-text-slider-area .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-slider-area h1, .cms-block-text-slider-area .finish-header, .cms-block-text-slider-area h3, .cms-block-text-slider-area .product-detail-review-login .card-title, .cms-block-text-slider-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .wishlist--head-title, .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .card-title, .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-block-text-slider-area .megasearch--title, .cms-block-text-slider-area .checkout-aside-summary-header, .cms-block-text-slider-area h4, .cms-block-text-slider-area .card .card-title, .cms-block-text-slider-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .card .agent-customer-headline, .card .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .cms-block-text-slider-area .product-name, .cms-block-text-slider-area .checkout-aside-product-header, .cms-block-text-slider-area h5, .cms-block-text-slider-area h6 {
		font-size: 30px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.cms-block-text-slider-area h1, .cms-block-text-slider-area h2, .cms-block-text-slider-area .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-text-slider-area .product-price, .cms-block-text-slider-area .account-content .account-content-main h1, .account-content .account-content-main .cms-block-text-slider-area h1, .cms-block-text-slider-area .finish-header, .cms-block-text-slider-area h3, .cms-block-text-slider-area .product-detail-review-login .card-title, .cms-block-text-slider-area .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .product-detail-review-login .agent-customer-headline, .product-detail-review-login .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .wishlist--head-title, .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .card-title, .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .cms-block-text-slider-area .megasearch--title, .cms-block-text-slider-area .checkout-aside-summary-header, .cms-block-text-slider-area h4, .cms-block-text-slider-area .card .card-title, .cms-block-text-slider-area .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .cms-block-text-slider-area .card .agent-customer-headline, .card .cms-block-text-slider-area .card-title, .cms-block-text-slider-area .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .cms-block-text-slider-area .product-name, .cms-block-text-slider-area .checkout-aside-product-header, .cms-block-text-slider-area h5, .cms-block-text-slider-area h6 {
		font-size: 30px;
	}
}

.cms-block-text-slider-area p {
	font-size: 20px;
	color: #fff;
}

@media (max-width: 818px) and (min-width: 0px) {
	.cms-block-text-slider-area p {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.cms-block-text-slider-area p {
		font-size: 18px;
	}
}

a:hover {
	text-decoration: none !important;
}

a:not(.btn) {
	text-decoration: none !important;
}

.cms-block-text-on-image:has(.cms-image-link-overlay):hover a:not(.btn), .cms-element-cta-teaser:has(.cms-image-link-overlay):hover a:not(.btn) {
	text-decoration: none !important;
}

.force-col-pa h3, .force-col-pa .product-detail-review-login .card-title, .force-col-pa .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .force-col-pa .product-detail-review-login .agent-customer-headline, .product-detail-review-login .force-col-pa .card-title, .force-col-pa .wishlist--head-title, .force-col-pa .cms-element-form:not(.form-newsletter) .card .card-title, .force-col-pa .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .force-col-pa .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .force-col-pa .card-title, .force-col-pa .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .force-col-pa .megasearch--title, .force-col-pa .checkout-aside-summary-header, .force-col-pa p {
	color: #fff;
	text-align: center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

.img-hover {
	overflow: visible !important;
}

.img-hover .col-md-3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.img-hover .col-md-3 img {
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
	transition: -ms-transform .8s ease-in-out;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	-webkit-transition: -webkit-transform .8s ease-in-out;
}

.img-hover .col-md-3 img:hover {
	-ms-transform: translatey(-20px);
	-webkit-transform: translatey(-20px);
	transform: translatey(-20px);
}

.cms-element-cta-teaser .teaser-layout-portrait img {
	min-height: 270px;
}

.icon-arrow-head-right {
	display: none !important;
}

.crl-9 .nav-item {
	border-bottom: 2px solid #dedede;
	padding-bottom: .5rem;
}

.crl-9 ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.crl-9 ul li {
	width: 50%;
	padding-right: .5rem;
	margin-bottom: .3rem !important;
}

.crl-9 ul li a {
	word-wrap: break-word;
	white-space: inherit;
	font-style: italic;
	font-weight: 600;
}

.fly-ov {
	max-height: 90vh;
	overflow: auto;
	display: block;
	height: auto;
	min-height: auto;
}

.prod-row, .row-prod {
	margin: 28px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100% !important;
}

.prod-row .row, .prod-row .account-content, .prod-row .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .prod-row .checkout-container, .prod-row .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .prod-row .checkout-container, .prod-row .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .prod-row .checkout-container, .prod-row .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .prod-row .checkout-container, .prod-row .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .prod-row .checkout-container, .row-prod .row, .row-prod .account-content, .row-prod .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .row-prod .checkout-container, .row-prod .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .row-prod .checkout-container, .row-prod .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .row-prod .checkout-container, .row-prod .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .row-prod .checkout-container, .row-prod .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .row-prod .checkout-container {
	-ms-flex-line-pack: baseline;
	align-content: baseline;
}

.prod-row .grid-item, .row-prod .grid-item {
	box-sizing: border-box;
	margin-top: 16px;
	margin-bottom: 0;
	padding: 0 !important;
}

.prod-row .col-area, .row-prod .col-area {
	width: 100%;
	box-sizing: border-box;
}

.prod-row .col-area ul, .row-prod .col-area ul {
	padding: 0 0rem 0 1rem;
	margin: .5rem 0;
}

.prod-row .col-area ul li, .row-prod .col-area ul li {
	margin-bottom: .5rem;
}

.prod-row .col-area ul li a, .row-prod .col-area ul li a {
	color: #383838;
	font-size: 16px;
}

.prod-row .col-area ul li:last-child, .row-prod .col-area ul li:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.cms-block-hero-banner .cms-element-text h2, .cms-block-hero-banner .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-hero-banner .cms-element-text .product-price, .cms-block-hero-banner .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-hero-banner .cms-element-text h1, .cms-block-hero-banner .cms-element-text .finish-header {
		font-size: 40px !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.cms-block-hero-banner .cms-element-text h2, .cms-block-hero-banner .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-block-hero-banner .cms-element-text .product-price, .cms-block-hero-banner .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .cms-block-hero-banner .cms-element-text h1, .cms-block-hero-banner .cms-element-text .finish-header {
		font-size: 32px !important;
	}
}

.header-main {
	/* background-color: $sw-color-brand-primary; */
	position: fixed;
	top: 0;
	z-index: 1010;
	width: 100%;
	padding: 0rem 0;
}

.header-main .header-logo-picture {
	text-align: center;
	margin: 0 auto;
	width: max-content;
}

.header-main .header-logo-col, .header-main .header-actions-col {
	padding: .5rem 0;
}

.header-main .navigation-flyout {
	top: 0rem;
}

.header-main .row, .header-main .account-content, .header-main .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .header-main .checkout-container, .header-main .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .header-main .checkout-container, .header-main .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .header-main .checkout-container, .header-main .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .header-main .checkout-container, .header-main .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .header-main .checkout-container {
	height: auto !important;
}

.header-defualt {
	background-color: #50b13e;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.header-defualt .sml {
	display: none;
}

@media (max-width: 818px) and (min-width: 0px) {
	.header-defualt .sml {
		display: block !important;
	}
}

.header-defualt .lrg {
	display: block;
	height: 65px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.header-defualt .lrg {
		display: none !important;
	}
}

@media (max-width: 818px) and (min-width: 0px) {
	.header-defualt {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
}

.header-home {
	background-color: #50b13e;
}

@media (max-width: 818px) and (min-width: 0px) {
	.header-home {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
}

.header-home .sml {
	display: none;
}

@media (max-width: 818px) and (min-width: 0px) {
	.header-home .sml {
		display: block !important;
	}
}

.header-home .lrg {
	display: block;
	height: 65px;
}

@media (max-width: 818px) and (min-width: 0px) {
	.header-home .lrg {
		display: none !important;
	}
}

.main-navigation-link, .header-main, .trust-pilot-btn img {
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.fixed-top {
	background-color: #50b13e !important;
	padding: 0rem 0;
	position: fixed !important;
}

.fixed-top .header-logo-col, .fixed-top .header-actions-col {
	padding: 0 0;
}

.fixed-top .navigation-flyout {
	top: 0;
}

.fixed-top .trust-pilot-btn img {
	height: 30px;
}

.fixed-top .main-navigation-link {
	font-size: 18px;
}

.fixed-top .sml {
	display: block !important;
}

.fixed-top .lrg {
	display: none !important;
}

@media (max-width: 1199.98px) {
	.header-row {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.header-row {
		height: auto !important;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.header-row {
		height: auto !important;
		padding: 0;
	}
}

.header-logo-main {
	text-align: left;
}

.header-logo-main-img {
	height: 100%;
}

@media (max-width: 767.98px) {
	.header-logo-main-img {
		height: 40px;
	}
}

@media (min-width: 768px) {
	.header-logo-main-img {
		height: 40px;
	}
}

@media (min-width: 992px) {
	.header-logo-main-img {
		height: 55px;
		padding: 8px 0;
	}
}

.header-actions-col > .row, .header-actions-col > .account-content, .is-act-cartpage .checkout .header-actions-col > .checkout-container, .is-act-checkoutregisterpage .checkout .header-actions-col > .checkout-container, .is-act-confirmpage .checkout .header-actions-col > .checkout-container, .is-ctl-accountorder .checkout .header-actions-col > .checkout-container, .is-act-finishpage .checkout .header-actions-col > .checkout-container {
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.header-actions-col .header-actions-btn .icon {
		width: 24px;
		height: 24px;
	}
	
	.header-actions-col .header-actions-btn.search-toggle-btn .icon {
		width: 22px;
		height: 22px;
	}
}

.header-actions-col .header-actions-btn:hover {
	color: #396db4;
}

.header-actions-col .header-actions-btn:hover .icon {
	color: #396db4;
}

.header-actions-col .icon {
	color: #fff;
}

.header-actions-col .icon svg {
	top: 7px;
}

.header-actions-col .header-cart-badge {
	border: 1px solid #fff;
	display: block;
}

.header-actions-col .icon-log-out {
	color: #50b13e;
}

.nav-main-toggle-btn:hover .icon {
	color: #396db4;
}

.header-search-col {
	width: auto;
}

@media (min-width: 768px) {
	.header-search-col {
		margin-left: 0;
	}
}

@media (min-width: 576px) {
	.header-search-col .collapse:not(.show) {
		display: none;
	}
}

#searchCollapse {
	padding: 16px;
}

.account-menu-dropdown.show {
	top: 12px !important;
}

@media only screen and (min-width: 1600px) {
	.account-menu-dropdown.show {
		top: 11px !important;
	}
}

.trust-pilot-btn {
	border: none;
	padding: 0 20px !important;
}

.trust-pilot-btn img {
	height: 25px;
}

@media (max-width: 991.98px) {
	.trust-pilot-btn img {
		margin-top: 4px;
	}
}

@media (min-width: 768px) {
	.trust-pilot-btn img {
		height: 40px;
	}
}

.trust-pilot-dropdown {
	background-color: #396db4;
	margin: 0;
	padding: 10px;
}

.trust-pilot-dropdown::before {
	display: none;
}

.trust-pilot-dropdown.show {
	top: 20px !important;
}

@media (min-width: 768px) {
	.trust-pilot-dropdown.show {
		top: 10px !important;
	}
}

@media (min-width: 992px) {
	.trust-pilot-dropdown.show {
		top: 3px !important;
	}
}

@media only screen and (min-width: 1600px) {
	.trust-pilot-dropdown.show {
		top: 3px !important;
	}
}

.wishlist-count.badge {
	border: 1px solid #fff;
}

.new-home-curve {
	padding: 0px 20px;
}

.new-home-curve .bg-image {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.new-home-curve .bg-image .cms-element-hero-banner {
	margin: auto 0;
}

.new-home-curve .bg-image img {
	border-radius: 0px 100px 0 100px;
	object-position: center top;
}

.new-home-curve .cms-element-text h2, .new-home-curve .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .new-home-curve .cms-element-text .product-price, .new-home-curve .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .new-home-curve .cms-element-text h1, .new-home-curve .cms-element-text .finish-header, .new-home-curve .cms-element-text p {
	color: white;
}

.new-home-curve .cms-element-text h2, .new-home-curve .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .new-home-curve .cms-element-text .product-price, .new-home-curve .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .new-home-curve .cms-element-text h1, .new-home-curve .cms-element-text .finish-header {
	font-size: 2.4rem !important;
}

.new-home-curve .cms-element-text p {
	font-size: 1.3rem !important;
}

.new-home-curve .cms-element-text {
	max-width: 80%;
}

@media (max-width: 818px) and (min-width: 0px) {
	.new-home-curve .col-md-6, .new-home-curve .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .new-home-curve .checkout-aside, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside, .new-home-curve .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .new-home-curve .checkout-additional, .new-home-curve .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .new-home-curve .checkout-aside {
		margin-bottom: 1.5rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.new-home-curve .col-md-6, .new-home-curve .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .new-home-curve .checkout-aside, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside, .new-home-curve .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .new-home-curve .checkout-additional, .new-home-curve .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .new-home-curve .checkout-aside {
		margin-bottom: 1.5rem;
	}
}

.new-home-curve .col-md-6:first-child .col-12, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:first-child .col-12, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:first-child .col-12, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:first-child .col-12, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:first-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-additional:first-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-additional:first-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-aside:first-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-aside:first-child .col-12 {
	-ms-flex-pack: end;
	justify-content: end;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 818px) and (min-width: 0px) {
	.new-home-curve .col-md-6:first-child .col-12, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:first-child .col-12, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:first-child .col-12, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:first-child .col-12, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:first-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-additional:first-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-additional:first-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-aside:first-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-aside:first-child .col-12 {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.new-home-curve .col-md-6:first-child .col-12, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:first-child .col-12, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:first-child .col-12, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:first-child .col-12, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:first-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-additional:first-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-additional:first-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-aside:first-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-aside:first-child .col-12 {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.new-home-curve .col-md-6:first-child .cms-element-text, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:first-child .cms-element-text, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:first-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-additional:first-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-aside:first-child .cms-element-text {
	padding-right: 10%;
}

@media (max-width: 818px) and (min-width: 0px) {
	.new-home-curve .col-md-6:first-child .cms-element-text, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:first-child .cms-element-text, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:first-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-additional:first-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-aside:first-child .cms-element-text {
		padding-right: 0%;
		padding-left: 0%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.new-home-curve .col-md-6:first-child .cms-element-text, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:first-child .cms-element-text, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:first-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-additional:first-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-aside:first-child .cms-element-text {
		padding-right: 0%;
		padding-left: 0%;
	}
}

.new-home-curve .col-md-6:last-child .col-12, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:last-child .col-12, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:last-child .col-12, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:last-child .col-12, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:last-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-additional:last-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-additional:last-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-aside:last-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-aside:last-child .col-12 {
	-ms-flex-pack: start;
	justify-content: start;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 818px) and (min-width: 0px) {
	.new-home-curve .col-md-6:last-child .col-12, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:last-child .col-12, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:last-child .col-12, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:last-child .col-12, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:last-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-additional:last-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-additional:last-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-aside:last-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-aside:last-child .col-12 {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.new-home-curve .col-md-6:last-child .col-12, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:last-child .col-12, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:last-child .col-12, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:last-child .col-12, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:last-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-additional:last-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-additional:last-child .col-12, .new-home-curve .is-act-finishpage .checkout .checkout-aside:last-child .col-12, .is-act-finishpage .checkout .new-home-curve .checkout-aside:last-child .col-12 {
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.new-home-curve .col-md-6:last-child .cms-element-text, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:last-child .cms-element-text, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:last-child .cms-element-text, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:last-child .cms-element-text, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:last-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-additional:last-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-additional:last-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-aside:last-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-aside:last-child .cms-element-text {
	padding-left: 10%;
}

@media (max-width: 818px) and (min-width: 0px) {
	.new-home-curve .col-md-6:last-child .cms-element-text, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:last-child .cms-element-text, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:last-child .cms-element-text, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:last-child .cms-element-text, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:last-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-additional:last-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-additional:last-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-aside:last-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-aside:last-child .cms-element-text {
		padding-right: 0%;
		padding-left: 0%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.new-home-curve .col-md-6:last-child .cms-element-text, .new-home-curve .is-act-confirmpage .checkout .checkout-aside:last-child .cms-element-text, .is-act-confirmpage .checkout .new-home-curve .checkout-aside:last-child .cms-element-text, .new-home-curve .is-ctl-accountorder .checkout .checkout-aside:last-child .cms-element-text, .is-ctl-accountorder .checkout .new-home-curve .checkout-aside:last-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-additional:last-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-additional:last-child .cms-element-text, .new-home-curve .is-act-finishpage .checkout .checkout-aside:last-child .cms-element-text, .is-act-finishpage .checkout .new-home-curve .checkout-aside:last-child .cms-element-text {
		padding-right: 0%;
		padding-left: 0%;
	}
}

.st-a {
	font-size: 1.6rem !important;
	color: #fff;
}

.st-a a {
	color: #50b13e;
}

.hd-st-a a {
	font-size: 1.2rem !important;
	color: #fff !important;
	font-weight: 700;
	margin-right: 1rem;
}

.cta-icons-area img {
	width: auto !important;
	height: 60px !important;
	position: relative !important;
	margin-bottom: 1rem !important;
}

.partner-slider-block {}

.partner-slider-block .slick-slide {
	position: relative;
}

.partner-slider-block .slick-slide:after {
	content: "";
	position: absolute;
	right: -50%;
	top: 50%;
	border: none;
	border-top: 5px dotted #2a5084;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 100%;
	z-index: 9;
}

.partner-slider-block .slick-slide:last-child:after {
	display: none !important;
}

.partner-slider-block .bg {
	background: white;
	border: solid 5px #2a5084;
	border-radius: 50px 50px 0px 50px;
	position: relative;
	text-align: center;
	padding: 2rem 2rem;
	z-index: 10;
}

.partner-slider-block .bg span {
	width: 60px;
	height: 60px;
	background: #2a5084;
	border-radius: 100px;
	position: absolute;
	left: -5%;
	top: 0%;
}

.partner-slider-block .bg span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 60%;
	height: 60%;
	object-fit: contain;
	object-position: center;
}

.partner-slider-block .bg h1, .partner-slider-block .bg h2, .partner-slider-block .bg .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .partner-slider-block .bg .product-price, .partner-slider-block .bg .account-content .account-content-main h1, .account-content .account-content-main .partner-slider-block .bg h1, .partner-slider-block .bg .finish-header, .partner-slider-block .bg h3, .partner-slider-block .bg .product-detail-review-login .card-title, .partner-slider-block .bg .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .partner-slider-block .bg .product-detail-review-login .agent-customer-headline, .product-detail-review-login .partner-slider-block .bg .card-title, .partner-slider-block .bg .wishlist--head-title, .partner-slider-block .bg .cms-element-form:not(.form-newsletter) .card .card-title, .partner-slider-block .bg .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .partner-slider-block .bg .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .partner-slider-block .bg .card-title, .partner-slider-block .bg .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .partner-slider-block .bg .megasearch--title, .partner-slider-block .bg .checkout-aside-summary-header, .partner-slider-block .bg h4, .partner-slider-block .bg .card .card-title, .partner-slider-block .bg .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .partner-slider-block .bg .card .agent-customer-headline, .card .partner-slider-block .bg .card-title, .partner-slider-block .bg .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .partner-slider-block .bg .product-name, .partner-slider-block .bg .checkout-aside-product-header, .partner-slider-block .bg h5, .partner-slider-block .bg h6 {
	color: #2a5084;
	font-weight: 700;
	font-size: 24px;
}

.partner-slider-block .bg p {
	font-size: 18px;
}

.partner-slider-block .bg .btn, .partner-slider-block .bg .main-navigation-link {
	font-size: 16px;
	border-radius: 0 25px 0 25px;
}

.partner-slider-block .slick-list {
	width: 95%;
	margin: 0 auto !important;
}

.partner-slider-block .slick-disabled {
	opacity: .5;
}

.partner-slider-block .slick-next, .partner-slider-block .slick-prev {
	width: 55px;
	height: 55px;
	z-index: 5;
	transition: -ms-transform .6s ease-in-out !important;
	transition: -webkit-transform .6s ease-in-out !important;
	transition: transform .6s ease-in-out !important;
	-webkit-transition: -webkit-transform .6s ease-in-out !important;
}

.partner-slider-block .slick-next:hover, .partner-slider-block .slick-prev:hover {
	-ms-transform: translateY(-10px) translate(0, -50%);
	-webkit-transform: translateY(-10px) translate(0, -50%);
	transform: translateY(-10px) translate(0, -50%);
}

.partner-slider-block .slick-next:before, .partner-slider-block .slick-prev:before {
	font-family: "Font Awesome 6 Pro";
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin-right: 0;
	background: white;
	width: 55px;
	height: 55px;
	border-radius: 100px;
	text-align: center;
	line-height: 30px;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
	opacity: 1;
	color: black;
	font-size: 18px;
	-ms-flex-align: center;
	align-items: center;
}

.partner-slider-block .slick-next {
	right: 0%;
}

.partner-slider-block .slick-prev {
	right: auto;
	left: 0%;
}

.partner-slider-block .slick-dots {
	position: relative;
	bottom: 5% !important;
	margin: 2rem 0rem 0 0rem !important;
}

.partner-slider-block .slick-dots li {
	width: auto !important;
	height: auto !important;
}

.partner-slider-block .slick-dots .slick-active button {
	background: #2a5084 !important;
}

.partner-slider-block .slick-dots button {
	width: 14px !important;
	height: 14px !important;
	background: #999 !important;
	border: none !important;
	border-radius: 100px;
	opacity: 1;
}

.partner-slider-block .slick-dots button:hover {
	opacity: 1;
	cursor: pointer;
}

.partner-slider-block .slick-dots button:before {
	display: none !important;
}

.partner-slider-block .slick-slide {
	margin: 0 20px;
}

.partner-slider-block .slick-list {
	margin: 0 -20px;
}

.item-list-area .cms-element-text h1, .item-list-area .cms-element-text h2, .item-list-area .cms-element-text .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .item-list-area .cms-element-text .product-price, .item-list-area .cms-element-text .account-content .account-content-main h1, .account-content .account-content-main .item-list-area .cms-element-text h1, .item-list-area .cms-element-text .finish-header, .item-list-area .cms-element-text h3, .item-list-area .cms-element-text .product-detail-review-login .card-title, .item-list-area .cms-element-text .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .item-list-area .cms-element-text .product-detail-review-login .agent-customer-headline, .product-detail-review-login .item-list-area .cms-element-text .card-title, .item-list-area .cms-element-text .wishlist--head-title, .item-list-area .cms-element-text .cms-element-form:not(.form-newsletter) .card .card-title, .item-list-area .cms-element-text .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .item-list-area .cms-element-text .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .item-list-area .cms-element-text .card-title, .item-list-area .cms-element-text .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .item-list-area .cms-element-text .megasearch--title, .item-list-area .cms-element-text .checkout-aside-summary-header, .item-list-area .cms-element-text h4, .item-list-area .cms-element-text .card .card-title, .item-list-area .cms-element-text .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .item-list-area .cms-element-text .card .agent-customer-headline, .card .item-list-area .cms-element-text .card-title, .item-list-area .cms-element-text .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .item-list-area .cms-element-text .product-name, .item-list-area .cms-element-text .checkout-aside-product-header, .item-list-area .cms-element-text h5, .item-list-area .cms-element-text h6 {
	color: #2a5084 !important;
}

.item-list-area .cms-element-text p {
	font-size: 20px;
}

.video-area-block h1, .video-area-block h2, .video-area-block .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .video-area-block .product-price, .video-area-block .account-content .account-content-main h1, .account-content .account-content-main .video-area-block h1, .video-area-block .finish-header, .video-area-block h3, .video-area-block .product-detail-review-login .card-title, .video-area-block .product-detail-review-login .is-act-customerlist .agent-customer-headline, .is-act-customerlist .video-area-block .product-detail-review-login .agent-customer-headline, .product-detail-review-login .video-area-block .card-title, .video-area-block .wishlist--head-title, .video-area-block .cms-element-form:not(.form-newsletter) .card .card-title, .video-area-block .cms-element-form:not(.form-newsletter) .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .video-area-block .cms-element-form:not(.form-newsletter) .card .agent-customer-headline, .cms-element-form:not(.form-newsletter) .card .video-area-block .card-title, .video-area-block .search-suggest .megasearch--container .megasearch--title, .search-suggest .megasearch--container .video-area-block .megasearch--title, .video-area-block .checkout-aside-summary-header, .video-area-block h4, .video-area-block .card .card-title, .video-area-block .card .is-act-customerlist .agent-customer-headline, .is-act-customerlist .video-area-block .card .agent-customer-headline, .card .video-area-block .card-title, .video-area-block .product-detail-related-resources-content .product-box .product-name, .product-detail-related-resources-content .product-box .video-area-block .product-name, .video-area-block .checkout-aside-product-header, .video-area-block h5, .video-area-block h6 {
	margin-bottom: 10px !important;
}

.dark-overlay {
	position: relative;
}

.dark-overlay:after {
	content: "";
	background: black;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	z-index: 5;
}

.dark-overlay .cms-block-container {
	position: relative;
	z-index: 15;
}

.container-main:has(.cms-block-text-slider) .breadcrumb {
	display: none !important;
}

.partner-slider-block .slick-slide {
	-ms-transform: scale(.8);
	-webkit-transform: scale(.8);
	transform: scale(.8);
	transition: -ms-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	-webkit-transition: -webkit-transform .3s linear;
}

.partner-slider-block .slick-slide .next-slide {
	display: none !important;
	margin: 0 auto;
}

.partner-slider-block .slick-slide:last-child .next-slide {
	display: none !important;
}

.partner-slider-block .slick-center {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.partner-slider-block .slick-center .next-slide {
	display: block !important;
	margin: 0 auto;
}

.flip-shape .cms-image-container img {
	-ms-flex-order: 1 !important;
	order: 1 !important;
	margin-left: 0 !important;
}

.flip-shape .cms-image-container .cms-cta-teaser-link-text {
	-ms-flex-order: 2 !important;
	order: 2 !important;
	right: 0 !important;
	border-radius: 0 0 0 187px !important;
}

@media (min-width: 576px) {
	.main-navigation {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.main-navigation {
		width: 100%;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation {
		display: none;
	}
}

.main-navigation-menu {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.main-navigation-menu {
		width: 100%;
	}
}

.main-navigation-link {
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 14px 7px;
	width: auto;
}

.main-navigation-link:hover:not(.active) {
	background-color: #396db4 !important;
	border-color: #396db4 !important;
	cursor: pointer;
}

.main-navigation-link span::after {
	display: none;
}

.main-navigation-link:not(:disabled):not(.disabled) {
	background-color: transparent;
}

.main-navigation-link .main-navigation-link-text {
	border: none;
}

.main-navigation-link.active {
	background-color: #396db4 !important;
	border-color: #396db4 !important;
}

.main-navigation-link.active .main-navigation-link-text {
	border: none;
}

.main-navigation-link.active:hover {
	background-color: #2d568d !important;
	border-color: #2d568d !important;
}

.nav-main-toggle-btn .icon {
	color: #fff;
}

.navigation-flyout {
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	top: 0;
}

.navigation-flyout.is-open .navigation-flyout-content::before {
	display: none;
}

.navigation-flyout-content-no-teaser .navigation-flyout-categories .navigation-flyout-col {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.navigation-flyout-bar {
	display: none;
}

.navigation-flyout-categories:not(.row) {
	margin: 0;
	padding: 28px 0;
}

.navigation-flyout-categories.is-level-1 {
	display: none;
}

.navigation-flyout-col {
	margin: 0 !important;
	padding-top: 16px;
	padding-bottom: 16px;
}

.navigation-flyout-col::before {
	display: none;
}

.navigation-flyout-link {
	color: #383838;
	font-size: 20px;
	margin: 0;
}

.navigation-flyout-link:hover {
	padding-left: 0;
}

.navigation-flyout-link .navigation-flyout-link-description {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.navigation-flyout-teaser {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 28px 0;
}

.navigation-flyout-teaser:has(.navigation-flyout-teaser-link) {
	display: block;
}

.navigation-flyout-teaser img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.navigation-flyout-teaser-container {
	margin-bottom: 23px;
}

.navigation-flyout-teaser-cta-1, .navigation-flyout-teaser-cta-2 {
	background-color: #50b13e;
	border-top-right-radius: 50px;
	color: #fff;
	height: 140px;
	margin-bottom: 23px;
	overflow: hidden;
	position: relative;
	width: 400px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navigation-flyout-teaser-cta-1 .icon, .navigation-flyout-teaser-cta-2 .icon {
	color: #fff;
	position: absolute;
	right: -12px;
	width: 72px;
	height: 72px;
	-ms-transform: scaleX(65%);
	-webkit-transform: scaleX(65%);
	transform: scaleX(65%);
}

.navigation-flyout-teaser-cta-1 .icon svg, .navigation-flyout-teaser-cta-2 .icon svg {
	top: 0;
}

.navigation-flyout-teaser-cta-1 .img-wrap, .navigation-flyout-teaser-cta-2 .img-wrap {
	margin-left: auto;
	width: 40%;
	height: 140px;
}

.navigation-flyout-teaser-cta-1:hover, .navigation-flyout-teaser-cta-2:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
}

.navigation-flyout-teaser-texts {
	padding: 0 16px 0 32px;
}

.navigation-flyout-teaser-cta-1 .navigation-flyout-teaser-text {
	line-height: 1.1;
	padding-top: 4px;
}

.navigation-flyout-teaser-cta-2 {
	background-color: #396db4;
}

.navigation-flyout-teaser-cta-2 .navigation-flyout-teaser-texts {
	background-color: #50b13e;
	border-top-right-radius: 25px;
	bottom: 0;
	width: 190px;
	padding: 10px 32px;
	position: absolute;
}

.navigation-flyout-teaser-cta-2 .img-wrap {
	border-right: 16px solid #fff;
	box-sizing: content-box;
	margin-left: 0;
	width: 60%;
}

.navigation-flyout-teaser-cta-2 .navigation-flyout-teaser-text {
	color: #fff;
	line-height: 1;
	margin: 0;
	max-width: 105px;
	padding: 0 10px 0 20px;
}

.navigation-flyout-teaser-link, .navigation-flyout-teaser-title {
	color: #fff;
}

.navigation-flyout-teaser-link {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.navigation-flyout-teaser-link:hover {
	color: #fff;
}

.navigation-flyout-teaser-link:hover .icon {
	color: #fff;
}

.navigation-flyout-teaser-title {
	line-height: 1;
	margin-bottom: 0;
}

.navigation-offcanvas-teasers .navigation-flyout-teaser-cta-1 .navigation-flyout-teaser-texts {
	padding: 0 12px;
}

.navigation-offcanvas-teasers .navigation-flyout-teaser-cta-1 .navigation-flyout-teaser-text {
	line-height: 1.1;
	padding-top: 4px;
}

.navigation-offcanvas-teasers .navigation-flyout-teaser-cta-1, .navigation-offcanvas-teasers .navigation-flyout-teaser-cta-2 {
	width: 100%;
}

.navigation-offcanvas-teasers .navigation-flyout-teaser-cta-1 .icon, .navigation-offcanvas-teasers .navigation-flyout-teaser-cta-2 .icon {
	height: 36px;
	right: -20px;
}

.navigation-offcanvas-teasers .navigation-flyout-teaser-cta-2 .navigation-flyout-teaser-texts {
	padding: 10px 12px;
}

.navigation-offcanvas-teasers .navigation-flyout-teaser-cta-2 .img-wrap {
	border-right-width: 8px;
	width: 62%;
}

.navigation-offcanvas-teasers .navigation-flyout-teaser-cta-2 .navigation-flyout-teaser-text {
	font-size: 16px;
	padding: 0 24px 0 10px;
	-ms-word-break: break-word;
	word-break: break-word;
}

.scroll-up-button button {
	border: 1px solid #fff;
	height: 50px;
}

.scroll-up-button button .icon svg {
	top: 4px;
}

/*
 * Page-specific styles
 * -------------------- */
.container-main:has(.cms-text-page) {
	font-size: 20px;
	padding-bottom: 0;
}

.container-main:has(.cms-text-page) .breadcrumb {
	display: none;
}

.cms-text-page {
	min-height: 800px;
	position: relative;
}

@media (min-width: 1200px) {
	.cms-text-page > .cms-section-default {
		position: relative;
		z-index: 1;
	}
	
	.cms-text-page::before, .cms-text-page::after {
		content: "";
		display: block;
		width: 835px;
		height: 835px;
		position: absolute;
	}
	
	.cms-text-page::before {
		background-image: url("/bundles/chespacktwotheme/assets/images/line-shape.svg");
		background-repeat: no-repeat;
		bottom: -350px;
		left: -450px;
	}
	
	.cms-text-page::after {
		background-image: url("/bundles/chespacktwotheme/assets/images/line-shape.svg");
		background-repeat: no-repeat;
		top: 0;
		right: -450px;
	}
}

.cms-text-page h1, .cms-text-page .h1 {
	font-size: 53px;
	line-height: 1;
}

.cms-text-page .cms-element-text .btn, .cms-text-page .cms-element-text .main-navigation-link {
	border-radius: 0 25px 0 25px;
	text-transform: none;
}

.cms-element-image-centered .cms-element-image .cms-image-container img {
	margin: 0 auto;
}

.cms-element-image-60 .cms-element-image .cms-image-container img {
	margin: 0 auto;
}

@media (min-width: 768px) {
	.cms-element-image-60 .cms-element-image .cms-image-container img {
		max-width: 60%;
	}
}

.cms-block.img-fluid .cms-element-image .cms-image {
	width: 100%;
}

.cms-block.img-multi .cms-element-image .cms-image {
	margin-bottom: 20px;
}

.is-act-home .container-main {
	padding-bottom: 0;
}

.product-detail-buy .maxia-tax-switch-checkbox {
	float: left;
	margin-left: 0;
	padding: 10px 0;
}

.product-detail-buy .maxia-tax-switch-checkbox .custom-switch {
	text-align: left;
}

/*
 * Sections
 * -------------------- */
.cms-element-category-listing.cms-element-case-study {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-gap: 20px;
	padding: 0 0 32px 0;
}

@media (min-width: 576px) {
	.cms-element-category-listing.cms-element-case-study {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 0 50px 0;
	}
}

@media (min-width: 992px) {
	.cms-element-category-listing.cms-element-case-study {
		grid-template-columns: repeat(3, 1fr);
	}
}

.cms-element-case-study .cms-element-category-listing-item {
	background-color: #50b13e;
	border-radius: 0 40px 0 40px;
	color: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	margin: 0;
	box-shadow: none;
}

.cms-element-case-study .cms-element-category-listing-item .cms-image, .cms-element-case-study .cms-element-category-listing-item .cms-element-category-listing-item-image-placeholder {
	height: 300px;
	object-fit: cover;
}

.cms-element-case-study .cms-element-category-listing-item .cms-element-category-listing-info {
	padding: 16px 24px 24px;
	text-align: left;
}

.cms-element-case-study .cms-element-category-listing-item h2, .cms-element-case-study .cms-element-category-listing-item .cms-block-featured-product .cms-element-product-box .product-price, .cms-block-featured-product .cms-element-product-box .cms-element-case-study .cms-element-category-listing-item .product-price, .cms-element-case-study .cms-element-category-listing-item .account-content .account-content-main h1, .account-content .account-content-main .cms-element-case-study .cms-element-category-listing-item h1, .cms-element-case-study .cms-element-category-listing-item .finish-header {
	overflow: hidden;
	line-height: 1.1em;
	height: 3.3em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	max-width: 95%;
	display: block;
	/* stylelint-disable */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* stylelint-enable */
	line-clamp: 3;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	max-width: 100%;
	padding-right: 0;
	text-align: left;
}

.cms-element-case-study .cms-element-category-listing-item p {
	overflow: hidden;
	line-height: 1.1em;
	height: 4.4em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	max-width: 95%;
	display: block;
	/* stylelint-disable */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* stylelint-enable */
	line-clamp: 4;
	text-overflow: ellipsis;
	font-size: 17px;
	max-width: 100%;
	padding-right: 0;
	text-align: left;
}

.cms-element-case-study .cms-element-category-listing-item a {
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
}
