@charset "UTF-8";
/* CSS Document */

:root {
	--base-accent-01: #dc2520;
	--base-accent-01-alt: #c70c07;
	--base-accent-02: #c70c07;
	--base-accent-02-alt: #9f0903;

	--theme-color-primary: var(--color-accent-01);
	--theme-color-primary-alt: var(--color-accent-01-alt);
	--theme-color-secondary: var(--color-accent-02);
	--theme-color-secondary-alt: var(--color-accent-02-alt);
	--theme-color-white: #ffffff;
	--theme-color-grey-lighter-alt: #f0f0f0;
	--theme-color-grey-lighter: #f6f6f8;
	--theme-color-grey-light: #e1e2e3;
	--theme-color-grey: #6c7276;
	--theme-color-grey-dark: #333b41;
	--theme-color-grey-darker: #242e35;
	--theme-color-black: #13181c;
	--theme-color-dark: var(--theme-color-black);

	--theme-color-info: #1891f2;
	--theme-color-info-dark: #0160ac;
	--theme-color-success: #6abd43;
	--theme-color-success-dark: #009246;
	--theme-color-danger: #dc2520;
	--theme-color-danger-dark: #9f0903;
	--theme-color-warning: #ffa800;
	--theme-color-warning-dark: #de7d00;

	--theme-font-text: "Red Hat Display", sans-serif;
	--theme-font-title: "Red Hat Display", sans-serif;

	--theme-border-radius: .25rem;
}

/* ------------------------------------------------------------------------------- */
/* - BOOTSTRAP OVERRIDES --------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* - typography
------------------------------------------------------------- */
html {
    font-size: 16px;
}
@media screen and (min-width: 992px) {
    html {
        font-size: 18px;
    }
}
body {
    line-height: 1.5;
}

b, strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}
a:focus, a:hover {
	text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.3;
	text-transform: none;
}
.h1, h1 {
    font-size: 1.5rem;
    font-size: 1.25rem;
}
.h2, h2 {
    font-size: 1.125rem;
}
.h3, h3 {
    font-size: 1rem;
}
.h4, h4 {
    font-size: 0.875rem;
}
.h5, h5 {
    font-size: 0.875rem;
}
.h6, h6 {
    font-size: 0.825rem;
}
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}
@media screen and (min-width: 992px) {
	.h1, h1 {
		font-size: 1.5rem;
	}
	.h2, h2 {
		font-size: 1.25rem;
	}
	.h3, h3 {
		font-size: 1.125rem;
	}
	.h4, h4 {
		font-size: 1rem;
	}
	.h5, h5 {
		font-size: 0.875rem;
	}
	.h6, h6 {
		font-size: 0.875rem;
	}
}

hr {
	margin-top: .75rem;
	margin-bottom: .75rem;
	border: 0;
	border-top: 1px solid var(--theme-color-grey-light);
}
hr.dotted { border-top-style: dotted; border-top-width: 3px; }
hr.dashed { border-top-style: dashed; border-top-width: 2px; }

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

.card {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-width: 0;
	padding: 0;
	margin-bottom: 2rem;
}

.close {
	font-size: 2rem;
	font-weight: 300;
	line-height: inherit;
}

/* - useful classes
------------------------------------------------------------- */
.text-lighter { font-weight: 300 !important; }
.text-light { font-weight: 400 !important; }
.text-strong, .text-bold { font-weight: 600 !important; }
.text-xtrong { font-weight: 900; }
.text-italic { font-style: italic !important;}
.text-underline { text-decoration: underline !important; }
.text-spaced { letter-spacing: 0.05em ;}

.text-dark { color: var(--theme-color-black) !important; }
.text-gray, .text-grey { color: var(--theme-color-grey) !important; }
.text-muted { color: var(--theme-color-grey) !important; }
.text-muted a { color: var(--theme-color-grey) !important; text-decoration: underline; }
.text-muted a:focus, .text-muted a:hover { color: var(--theme-color-primary) !important; }
a.text-muted { color: var(--theme-color-grey) !important; }
a.text-muted:hover { color: var(--theme-color-primary) !important; }

.text-shadow {
	text-shadow: 0.02em 0.02em 0.06em rgba(0,0,0,0.1) !important;
}

.text-primary { color: var(--theme-color-primary) !important; }
.text-primary a {
	color: var(--theme-color-primary) !important;
	text-decoration: underline;
}
.text-primary a:focus, .text-primary a:hover { color: var(--theme-color-primary-alt) !important; }
a.text-primary {
	text-decoration: underline;
	background-image: none !important;
	color: var(--theme-color-primary) !important;
}
a.text-primary:hover { color: var(--theme-color-secondary) !important; }

.text-secondary { color: var(--theme-color-secondary-alt) !important; }
.text-secondary a { color: var(--theme-color-secondary-alt) !important; text-decoration: underline; }
.text-secondary a:focus, .text-secondary a:hover { color: var(--theme-color-secondary) !important; }
a.text-secondary {
	text-decoration: underline;
	background-image: none !important;
	color: var(--theme-color-secondary) !important;
}
a.text-secondary:hover { color: var(--theme-color-primary) !important; }

.is-required {
	font-size: 150%;
	line-height: 0;
	vertical-align: middle;
	font-family: "Lucida Console", Monaco, monospace;
	color: var(--theme-color-info);
}

/* - btn
------------------------------------------------------------- */
.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: .125rem;
    -webkit-border-radius: .125rem;
    -moz-border-radius: .125rem;
    -ms-border-radius: .125rem;
    -o-border-radius: .125rem;
    font-size: 0.825rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.0125rem;
    padding: 0.625rem 1.1rem;
    text-decoration: none !important;
    text-transform: none;
    border: 2px solid transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
}
.btn:focus, .btn:hover {
	border-width: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.btn.disabled, .btn:disabled {
    border: 2px solid transparent;
}

.btn-default {
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
	background-color: var(--theme-color-primary-alt);
	border-color: var(--theme-color-primary-alt);
	color: var(--theme-color-white);
}

.btn-primary {
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle,
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
	background-color: var(--theme-color-primary-alt);
	border-color: var(--theme-color-primary-alt);
	color: var(--theme-color-white);
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover, .btn-primary:disabled:hover,
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}

.btn-secondary {
	background-color: var(--theme-color-secondary);
	border-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus,
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle,
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
	background-color: var(--theme-color-secondary-alt);
	border-color: var(--theme-color-secondary-alt);
	color: var(--theme-color-white);
}
.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary.disabled:hover, .btn-secondary:disabled:hover,
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
	background-color: var(--theme-color-secondary);
	border-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
}

.btn-tertiary {
	border-color: var(--theme-color-black);
	background-color: var(--theme-color-black);
	color: var(--theme-color-white);
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary.focus,
.btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle,
.btn-tertiary:active:hover, .btn-tertiary:active:focus, .btn-tertiary:active.focus, .btn-tertiary.active:hover, .btn-tertiary.active:focus, .btn-tertiary.active.focus, .open > .btn-tertiary.dropdown-toggle:hover, .open > .btn-tertiary.dropdown-toggle:focus, .open > .btn-tertiary.dropdown-toggle.focus {
	border-color:var(--theme-color-primary);
	background-color:var(--theme-color-primary);
	color: var(--theme-color-white);
}
.btn-tertiary.disabled, .btn-tertiary:disabled, .btn-tertiary.disabled:hover, .btn-tertiary:disabled:hover,
.btn-tertiary.disabled:focus, .btn-tertiary.disabled.focus, .btn-tertiary:disabled:focus, .btn-tertiary:disabled.focus {
	border-color: var(--theme-color-black);
	background-color: var(--theme-color-black);
	color: var(--theme-color-white);
}

.btn-white {
	border-color: var(--theme-color-white);
	background-color: var(--theme-color-white);
	color: var(--theme-color-black);
}
.btn-white:hover, .btn-white:focus, .btn-white.focus,
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle,
.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
	border-color: var(--theme-color-primary-alt);
	background-color: var(--theme-color-primary-alt);
	color: var(--theme-color-white);
}
.btn-white.disabled, .btn-white:disabled, .btn-white.disabled:hover, .btn-white:disabled:hover,
.btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white:disabled:focus, .btn-white:disabled.focus {
	border-color: var(--theme-color-white);
	background-color: var(--theme-color-white);
	color: var(--theme-color-black);
}

.btn-outline {
	border-color: var(--theme-color-primary);
	background-color: transparent;
	color: var(--theme-color-primary);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline.focus,
.btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle,
.btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus, .open > .btn-outline.dropdown-toggle:hover, .open > .btn-outline.dropdown-toggle:focus, .open > .btn-outline.dropdown-toggle.focus {
	border-color: var(--theme-color-primary);
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
.btn-outline.disabled, .btn-outline:disabled, .btn-outline.disabled:hover, .btn-outline:disabled:hover,
.btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:hover,
.btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline:disabled:focus, .btn-outline:disabled.focus,
.btn-outline[disabled]:focus, .btn-outline[disabled].focus, .btn-outline[disabled]:focus, .btn-outline[disabled].focus {
	border-color: var(--theme-color-primary);
	background-color: transparent;
	color: var(--theme-color-primary);
}

.btn-outline-primary {
	border-color:var(--theme-color-primary);
	background-color: transparent;
	color:var(--theme-color-primary);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus,
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
	border-color: var(--theme-color-primary);
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover,
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
	border-color: var(--theme-color-primary);
	background-color: transparent;
	color: var(--theme-color-primary);
}

.btn-outline-secondary {
	border-color: var(--theme-color-secondary);
	background-color: transparent;
	color: var(--theme-color-secondary);
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus,
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle,
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
	border-color: var(--theme-color-secondary);
	background-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled, .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover,
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
	border-color: var(--theme-color-secondary);
	background-color: transparent;
	color: var(--theme-color-secondary);
}

.btn-outline-tertiary {
	border-color: var(--theme-color-black);
	background-color: transparent;
	color: var(--theme-color-black);
}
.btn-outline-tertiary:hover, .btn-outline-tertiary:focus, .btn-outline-tertiary.focus,
.btn-outline-tertiary:active, .btn-outline-tertiary.active, .open > .btn-outline-tertiary.dropdown-toggle,
.btn-outline-tertiary:active:hover, .btn-outline-tertiary:active:focus, .btn-outline-tertiary:active.focus, .btn-outline-tertiary.active:hover, .btn-outline-tertiary.active:focus, .btn-outline-tertiary.active.focus, .open > .btn-outline-tertiary.dropdown-toggle:hover, .open > .btn-outline-tertiary.dropdown-toggle:focus, .open > .btn-outline-tertiary.dropdown-toggle.focus {
	border-color: var(--theme-color-black);
	background-color: var(--theme-color-black);
	color: var(--theme-color-white);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled, .btn-outline-tertiary.disabled:hover, .btn-outline-tertiary:disabled:hover,
.btn-outline-tertiary.disabled:focus, .btn-outline-tertiary.disabled.focus, .btn-outline-tertiary:disabled:focus, .btn-outline-tertiary:disabled.focus {
	border-color: var(--theme-color-black);
	background-color: transparent;
	color: var(--theme-color-black);
}

.btn-info {
	border-color: var(--theme-color-info);
	background-color: var(--theme-color-info);
	color: var(--theme-color-white);
}
.btn-info:hover, .btn-info:focus, .btn-info.focus,
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle,
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
	border-color: var(--theme-color-info-dark);
	background-color: var(--theme-color-info-dark);
	color: var(--theme-color-white);
}
.btn-info.disabled, .btn-info:disabled, .btn-info.disabled:hover, .btn-info:disabled:hover,
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
	border-color: var(--theme-color-info);
	background-color: var(--theme-color-info);
	color: var(--theme-color-white);
}

.btn-outline-info {
	border-color: var(--theme-color-info);
	background-color: transparent;
	color: var(--theme-color-info);
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus,
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle,
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
	border-color: var(--theme-color-info);
	background-color: var(--theme-color-info);
	color: var(--theme-color-white);
}
.btn-outline-info.disabled, .btn-outline-info:disabled, .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover,
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
	border-color: var(--theme-color-info);
	background-color: transparent;
	color: var(--theme-color-info);
}

.btn-success {
	border-color: var(--theme-color-success);
	background-color: var(--theme-color-success);
	color: var(--theme-color-white);
}
.btn-success:hover, .btn-success:focus, .btn-success.focus,
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle,
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	border-color: var(--theme-color-success);
	background-color: var(--theme-color-success);
	color: var(--theme-color-white);
}
.btn-success.disabled, .btn-success:disabled, .btn-success.disabled:hover, .btn-success:disabled:hover,
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
	border-color: var(--theme-color-success-dark);
	background-color: var(--theme-color-success-dark);
	color: var(--theme-color-white);
}

.btn-outline-success {
	border-color: var(--theme-color-success);
	background-color: transparent;
	color: var(--theme-color-success);
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus,
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle,
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
	border-color: var(--theme-color-success);
	background-color: var(--theme-color-success);
	color: var(--theme-color-white);
}
.btn-outline-success.disabled, .btn-outline-success:disabled, .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover,
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
	border-color: var(--theme-color-success);
	background-color: transparent;
	color: var(--theme-color-success);
}

.btn-warning {
	border-color: var(--theme-color-warning);
	background-color: var(--theme-color-warning);
	color: var(--theme-color-white);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus,
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle,
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
	border-color: var(--theme-color-warning-dark);
	background-color: var(--theme-color-warning-dark);
	color: var(--theme-color-white);
}
.btn-warning.disabled, .btn-warning:disabled, .btn-warning.disabled:hover, .btn-warning:disabled:hover,
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
	border-color: var(--theme-color-warning);
	background-color: var(--theme-color-warning);
	color: var(--theme-color-white);
}

.btn-outline-warning {
	border-color: var(--theme-color-warning);
	background-color: transparent;
	color: var(--theme-color-warning);
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus,
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle,
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
	border-color: var(--theme-color-warning);
	background-color: var(--theme-color-warning);
	color: var(--theme-color-white);
}
.btn-outline-warning.disabled, .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover,
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
	border-color: var(--theme-color-warning);
	background-color: transparent;
	color: var(--theme-color-warning);
}

.btn-danger {
	border-color: var(--theme-color-danger);
	background-color: var(--theme-color-danger);
	color: var(--theme-color-white);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus,
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle,
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
	border-color: var(--theme-color-danger-dark);
	background-color: var(--theme-color-danger-dark);
	color: var(--theme-color-white);
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger:disabled:hover,
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
	border-color: var(--theme-color-danger);
	background-color: var(--theme-color-danger);
	color: var(--theme-color-white);
}

.btn-outline-danger {
	border-color: var(--theme-color-danger);
	background-color: transparent;
	color: var(--theme-color-danger);
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus,
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle,
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
	border-color: var(--theme-color-danger);
	background-color: var(--theme-color-danger);
	color: var(--theme-color-white);
}
.btn-outline-danger.disabled, .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover,
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
	border-color: var(--theme-color-danger);
	background-color: transparent;
	color: var(--theme-color-danger);
}

/* - sizes & disabled - */
.btn-lg, .btn-group-lg > .btn {
	padding: 1.125rem 1.75rem;
}
.btn-sm, .btn-group-sm > .btn {
	font-size: 0.725rem;
    line-height: 1;
	padding: 0.425rem 0.75rem;
}
.btn-xs, .btn-group-xs > .btn {
	font-size: 0.65rem;
    line-height: 1;
	letter-spacing: 0;
	padding: 0.25rem 0.35rem;
}

.btn-rounded {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.btn.disabled, .btn:disabled, .btn.disabled:hover, .btn:disabled:hover {
	cursor: not-allowed;
	opacity: 0.35;
}

/* - tag
------------------------------------------------------------- */
.tag {
	display: inline-block;
	padding: 0.35rem 0.5rem 0.15rem;
	font-size: 0.675rem;
	font-weight: 400;
	line-height: 1rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	border: 2px solid var(--theme-color-primary);
	background-color: var(--theme-color-white);
	color: var(--theme-color-primary);
}
.tag-info {
	border-color: var(--theme-color-info);
	color: var(--theme-color-info);
}
.tag-success {
	border-color: var(--theme-color-success);
	color: var(--theme-color-success);
}
.tag-warning {
	border-color: var(--theme-color-warning);
	color: var(--theme-color-warning);
}
.tag-danger {
	border-color: var(--theme-color-danger);
	color: var(--theme-color-danger);
}

/* - modal
------------------------------------------------------------- */
body .modal-backdrop {
	background-color: var(--theme-color-black);
}
body .modal-backdrop.in, body .modal-backdrop.show {
	opacity: 0.40;
}

.modal-header {
	padding: 15px;
	border-bottom-width: 0;
}
.modal-header .close, .modal-dialog .close {
	width: 30px;
	height: 30px;
	padding: 0;
	margin-right: -.5rem;
	opacity: 1;
	background-size: 20px;
	line-height: 1rem;
}
.modal-header .panel-title {
	font-size: 1rem;
	text-align: center;
	display: block;
	font-weight: 500;
	color: var(--theme-color-black);
}

.modal-title {
	font-size: 1rem;
	line-height: 1.3;
}
h5.modal-title {
	font-weight: normal;
	text-transform: none;
	font-size: 0.925rem;
	letter-spacing: 0;
	padding: 15px;
	color: var(--theme-color-black);
}
h5.modal-title a {
	color: var(--theme-color-black);
	text-decoration: underline;
}
h5.modal-title a:hover, h5.modal-title a:focus {
	color: var(--theme-color-primary);
	text-decoration: underline;
}
.modal-title a > strong { font-weight: 400; }
.modal-content {
	border: 0 solid var(--theme-color-grey-light);
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	background-color: var(--theme-color-white);
}
.modal-footer {
	border-width: 0;
}
.modal-footer .btn {
    margin: 1px;
    min-width: 150px;
}
@media screen and (max-width: 480px) {
	.modal-footer .btn {
		min-width: 120px;
	}
}

/* - tables
------------------------------------------------------------- */
.table td, .table th {
	font-size: 0.875rem;
	padding: 0.5rem;
	border-top: 1px solid var(--theme-color-grey-light);
}
.table tr:last-child th, .table tr:last-child td {
	border-bottom: 1px solid var(--theme-color-grey-light);
}
.table thead th {
	vertical-align: bottom;
	font-size: 0.725rem;
	font-weight: 600;
	border-bottom: 1px solid var(--theme-color-grey-light);
	border-top-width: 0;
}
.table caption {
	padding: 0.5rem;
	font-size: 0.675rem;
	color: var(--theme-color-grey);
}

.thead-default th {
	color: var(--theme-color-black);
	background-color: transparent;
}
.table-bordered { border: 1px solid var(--theme-color-grey-light); }
.table-bordered th, .table-bordered td { border: 1px solid var(--theme-color-grey-light); }
.table-striped tbody tr:nth-of-type(2n) { background-color: rgba(0,0,0,0.035); }
.table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0,0,0,0); }
.table-clean th, .table-clean td { border-top: 0 solid var(--theme-color-white); }
.table-condensed th, .table-condensed td {
	padding: 0.25rem;
	font-size: 0.675rem;
}

.table-gdpr {
	font-size: 0.625rem;
	line-height: 1.3;
	vertical-align: middle;
}
.table-gdpr th, .table-gdpr td {
	padding: 0.5rem;
	text-align: center;
}
.table-gdpr td {
	vertical-align: middle;
}
.table-gdpr .text-left {
	text-align: left;
}

/* - definition-list
------------------------------------------------------------- */
.definition-list dl dd, .definition-list dl dt {
	padding: 0.5rem;
	margin: 0;
	width: 50%;
	-webkit-flex: 0 0 50%;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	float: left;
	background-color: var(--theme-color-grey-lighter);
	border: 1px solid var(--theme-color-white);
}
.definition-list dl dt { border-left-width: 0; }
.definition-list dl dd { border-right-width: 0; }
.definition-list dl dd:nth-of-type(2n), .definition-list dl dt:nth-of-type(2n) {
	background-color: var(--theme-color-grey-lighter-alt);
}

/* - tabs
------------------------------------------------------------- */
.tabs .nav-tabs {
	margin: 0;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	text-align: center;
	border-width: 0px;
}
.tabs .nav-tabs .nav-item {
	margin: 0;
	flex: 1;
}
.tabs .nav-tabs .nav-link {
	padding: .75em .5em;
	font-size: .825rem;
	line-height: 1.5;
	font-weight: 600;
	opacity: 1;
	border: 0 solid var(--theme-color-grey-light);
	background-color: var(--theme-color-grey-light);
	color: var(--theme-color-black);
}
.tabs .nav-tabs .nav-link:hover {
	border-color: var(--theme-color-grey-light);
	background-color: var(--theme-color-grey-light);
	color: var(--theme-color-primary);
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link.active:hover {
	border-color: var(--theme-color-grey-lighter);
	background-color: var(--theme-color-grey-lighter);
	color: var(--theme-color-primary);
}

.tabs .tab-content {
	padding: 1.25rem;
	border-radius: 0 0 .5rem .5rem;
	-webkit-border-radius: 0 0 .5rem .5rem;
	-moz-border-radius: 0 0 .5rem .5rem;
	-ms-border-radius: 0 0 .5rem .5rem;
	-o-border-radius: 0 0 .5rem .5rem;
	background-color: var(--theme-color-grey-lighter);
}
.tabs .tab-content .tab-pane {
	font-size: 0.825rem;
}

@media screen and (min-width: 320px) {
	.tabs .nav-tabs .nav-item + .nav-item {
		border-left: 0 solid var(--theme-color-white);
	}
	.tabs .nav-tabs .nav-item:first-child .nav-link {
		border-radius: .5rem 0 0 0;
		-webkit-border-radius: .5rem 0 0 0;
		-moz-border-radius: .5rem 0 0 0;
		-ms-border-radius: .5rem 0 0 0;
		-o-border-radius: .5rem 0 0 0;
	}
	.tabs .nav-tabs .nav-item:last-child .nav-link {
		border-radius: 0 .5rem 0 0;
		-webkit-border-radius: 0 .5rem 0 0;
		-moz-border-radius: 0 .5rem 0 0;
		-ms-border-radius: 0 .5rem 0 0;
		-o-border-radius: 0 .5rem 0 0;
	}
	.tabs .nav-tabs .nav-item:first-child:last-child .nav-link {
		border-radius: .5rem .5rem 0 0;
		-webkit-border-radius: .5rem .5rem 0 0;
		-moz-border-radius: .5rem .5rem 0 0;
		-ms-border-radius: .5rem .5rem 0 0;
		-o-border-radius: .5rem .5rem 0 0;
	}
	.tabs .nav-tabs .nav-link {
		font-size: .85rem;
		letter-spacing: .025rem;
	}
	.tabs .tab-content {
		padding: 1.5rem;
	}
}
@media screen and (max-width: 319px) {
	.tabs .nav-tabs {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.tabs .nav-tabs .nav-item {
		width: 100%;
		flex-basis: 100%;
	}
	.tabs .nav-tabs .nav-item + .nav-item {
		border-width: 0px;
	}
	.tabs .nav-tabs .nav-item:first-child .nav-link {
		border-radius: .5rem .5rem 0 0;
		-webkit-border-radius: .5rem .5rem 0 0;
		-moz-border-radius: .5rem .5rem 0 0;
		-ms-border-radius: .5rem .5rem 0 0;
		-o-border-radius: .5rem .5rem 0 0;
	}
	.tabs .nav-tabs .nav-item:last-child .nav-link {
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
}

/* - alerts
------------------------------------------------------------- */
/* Widget Alert */
.alert {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 0.875rem;
	padding: 1.125rem;
	border: 2px solid transparent;
}
.alert > *:last-child {
	margin-bottom: 0;
}

.alert-success {
	background-color: transparent;
	border-color: var(--theme-color-success);
	color: var(--theme-color-grey-dark);
}
.alert-success hr {
	border-top-color: var(--theme-color-success-dark);
}
.alert-success .alert-link {
	color: var(--theme-color-success-dark);
}

.alert-info {
	background-color: transparent;
	border-color: var(--theme-color-info);
	color: var(--theme-color-grey-dark);
}
.alert-info hr {
	border-top-color: var(--theme-color-info-dark);
}
.alert-info .alert-link {
	color: var(--theme-color-info-dark);
}

.alert-warning {
	background-color: transparent;
	border-color: var(--theme-color-warning);
	color: var(--theme-color-grey-dark);
}
.alert-warning hr {
	border-top-color: var(--theme-color-warning-dark);
}
.alert-warning .alert-link {
	color: var(--theme-color-warning-dark);
}

.alert-danger {
	background-color: transparent;
	border-color: var(--theme-color-danger);
	color: var(--theme-color-grey-dark);
}
.alert-danger hr {
	border-top-color: var(--theme-color-danger-dark);
}
.alert-danger .alert-link {
	color: var(--theme-color-danger-dark);
}

body .alert::before {
	font-weight: 300;
	font-size: 20px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.alert.alert-success:before { color: var(--theme-color-success); }
.alert.alert-info:before { color: var(--theme-color-info); }
.alert.alert-warning:before { color: var(--theme-color-warning); }
.alert.alert-danger:before { color: var(--theme-color-danger); }

/* - forms
------------------------------------------------------------- */
.form-control {
	font-size: 0.875rem;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border: 2px solid var(--theme-color-grey-lighter);
	background-color: var(--theme-color-grey-lighter);
	color: var(--theme-color-black);
}
.form-control:focus {
	outline: none;
	background-color: var(--theme-color-white);
	border-color: var(--theme-color-black);
	color: var(--theme-color-black);
}
.form-control:disabled, .form-control[readonly] {
	border-color: var(--theme-color-grey-lighter);
	background-color: var(--theme-color-grey-lighter);
	color: var(--theme-color-grey);
	cursor: not-allowed;
	opacity: 1;
}
.form-control-select {
	padding-right: 1.5rem
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: .5;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	opacity: .5;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	opacity: .5;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	opacity: .5;
}

label, .label, .form-control-label, .col-form-label {
	display: inline-block;
	text-align: inherit;
	font-size: 0.775rem;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
label, .label {
	margin-bottom: 0;
}
.form-control-label .form-control {
	display: block;
	margin-top: 0;
}

.form-control-comment {
	display: inline-block;
	font-size: 0.675rem;
	line-height: 1.3;
	opacity: 1;
	color: var(--theme-color-grey);
}

/* - input-group - */
.input-group.focus {
	border-width: 0;
	outline: none;
}
.input-group .input-group-btn > .btn {
	font-size: 0.65rem;
	line-height: 20px;
	padding: 20px 15px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0.05rem;
	border-radius: 0 .125rem .125rem 0;
	-webkit-border-radius: 0 .125rem .125rem 0;
	-moz-border-radius: 0 .125rem .125rem 0;
	-ms-border-radius: 0 .125rem .125rem 0;
	-o-border-radius: 0 .125rem .125rem 0;
	border-top-right-radius: .125rem;
	border-bottom-right-radius: .125rem;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group > .form-control[type="password"]:not(:last-child), .input-group > .form-control.js-visible-password:not(:last-child) {
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	padding-right: 3rem;
}
.input-group > .form-control[type="password"] + .input-group-append, .input-group > .form-control.js-visible-password + .input-group-append {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	min-width: 3rem;
	z-index: 4;
}
.input-group > .form-control[type="password"] + .input-group-append > .btn, .input-group > .form-control.js-visible-password + .input-group-append > .btn {
	background-color: transparent !important;
	border-color: transparent !important;
	color: var(--theme-color-black);
}
.input-group > .form-control.js-visible-password + .input-group-append > .btn i {
	font-size: 1.1rem;
	opacity: 0.5;
}
.input-group > .form-control.js-visible-password + .input-group-append > .btn i.fa-eye {
	opacity: 1;
}

/* - group-span-filestyle - */
.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}

/* - custom-checkbox - */
.custom-checkbox input[type=checkbox] {
	margin-top: 0;
	width: 1.125rem;
	height: 1.125rem;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	position: absolute
}
.custom-checkbox input[type=checkbox] + span {
	margin-right: .5rem;
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
}
.custom-checkbox input[type="checkbox"] + span:not(.color) {
	border-width: 2px;
	border-radius: 2px;
	box-shadow: none;
	border-color: var(--theme-color-grey-light);
	background-color: var(--theme-color-white);
	color: var(--theme-color-primary);
}
.custom-checkbox input[type="checkbox"]:checked + span:not(.color) {
	border-color: var(--theme-color-grey);
}
.custom-checkbox input[type=checkbox] + span .checkbox-checked {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 0.925rem;
}
.custom-checkbox label {
	text-align: left;
	display: inline;
	margin-top: 0.125rem;
	margin-bottom: 0.125rem;
}

/* - bootstrap-touchspin - */
.bootstrap-touchspin .form-control.input-qty,
.bootstrap-touchspin .form-control.js-cart-line-product-quantity,
.bootstrap-touchspin .form-control[name="qty"] {
	border-radius: .125rem .125rem 0 0;
	-webkit-border-radius: .125rem .125rem 0 0;
	-moz-border-radius: .125rem .125rem 0 0;
	-ms-border-radius: .125rem .125rem 0 0;
	-o-border-radius: .125rem .125rem 0 0;
	text-align: center;
	background-color: var(--theme-color-white);
	color: var(--theme-color-black);
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	padding: 5px 10px;
	margin-left: -2px;
	border-width: 2px;
	background-color: var(--theme-color-white);
}
.bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
	background-color: var(--theme-color-grey-lighter-alt);
	color: var(--theme-color-black);
}
.bootstrap-touchspin .input-group-btn-vertical i {
	font-size: .5rem;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0 .125rem 0 0;
	-webkit-border-radius: 0 .125rem 0 0;
	-moz-border-radius: 0 .125rem 0 0;
	-ms-border-radius: 0 .125rem 0 0;
	-o-border-radius: 0 .125rem 0 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0 0 .125rem 0;
	-webkit-border-radius: 0 0 .125rem 0;
	-moz-border-radius: 0 0 .125rem 0;
	-ms-border-radius: 0 0 .125rem 0;
	-o-border-radius: 0 0 .125rem 0;
}

/* - badge
------------------------------------------------------------- */
.badge {
	font-size: .675rem;
	line-height: 1;
	font-weight: 600;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	border: 1px solid transparent;
	background-color: transparent;
	color: var(--theme-color-black);
}
.badge-primary {
    border-color: var(--theme-color-primary);
}
.badge-primary i {
    color: var(--theme-color-primary);
}
a.badge-primary:focus, a.badge-primary:hover {
    color: var(--theme-color-primary-alt);
}
.badge-secondary {
    border-color: var(--theme-color-secondary-alt);
}
.badge-secondary i {
    color: var(--theme-color-secondary-alt);
}
a.badge-secondary:focus, a.badge-secondary:hover {
    color: var(--theme-color-secondary);
}
.badge-success {
    border-color: var(--theme-color-success);
}
.badge-success i {
    color: var(--theme-color-success);
}
a.badge-success:focus, a.badge-success:hover {
    color: var(--theme-color-success-dark);
}
.badge-info {
    border-color: var(--theme-color-info);
}
.badge-info i {
    color: var(--theme-color-info);
}
a.badge-info:focus, a.badge-info:hover {
    color: var(--theme-color-info-dark);
}
.badge-warning {
    border-color: var(--theme-color-warning);
}
.badge-warning i {
    color: var(--theme-color-warning);
}
a.badge-warning:focus, a.badge-warning:hover {
    color: var(--theme-color-warning-dark);
}
.badge-danger {
    border-color: var(--theme-color-danger);
}
.badge-danger i {
    color: var(--theme-color-danger);
}
a.badge-danger:focus, a.badge-danger:hover {
    color: var(--theme-color-danger-dark);
}
.badge-light {
    border-color: var(--theme-color-grey-lighter);
}
.badge-light i {
    color: var(--theme-color-grey-lighter);
}
a.badge-light:focus, a.badge-light:hover {
    color: var(--theme-color-grey-light);
}
.badge-dark {
    border-color: var(--theme-color-grey-dark);
}
.badge-dark i {
    color: var(--theme-color-grey-dark);
}
a.badge-dark:focus, a.badge-dark:hover {
    color: var(--theme-color-black);
}

.badge i {
	font-size: 90%;
	margin-right: .125rem;
}

/* ------------------------------------------------------------------------------- */
/* - THEME STRUCTURE ------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* - header
------------------------------------------------------------- */

#header, #header .header-top {
	background-color: var(--theme-color-primary);
}

/* sticky header */
#iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
	padding-right: 5rem;
	padding-left: 5rem;
}

/* desktop-header - structure */
#desktop-header-container > .row > .col-header-left,
#desktop-header-container > .row > .col-header-right {
	flex-basis: 30%;
}
#desktop-header-container > .row > .col-header-center {
	display: flex;
	align-items: center;
    padding: 0;
	flex-basis: 20%;
	justify-content: center;
}
#desktop-header-container > .row > .col-header-right > .row {
	flex-wrap: nowrap;
}

/* desktop_logo */
#desktop_logo {
	width: 10rem;
}
#desktop_logo .logo {
	width: 9rem;
}

#desktop-header .header-btn-w {
	padding: .25rem;
	margin: .25rem;
}
#desktop-header .header-btn {
	cursor: pointer;
    color: var(--theme-color-white);
}
#desktop-header .header-btn:hover, #desktop-header .header-btn.header-user-btn[aria-expanded="true"], #desktop-header .blockcart.cart-preview.show .header-btn {
    color: var(--theme-color-white);
}
#desktop-header .header-btn svg {
    width: 30px;
}
#desktop-header .header-btn svg > * {
	stroke: currentColor;
	stroke-width: 1.6;
}

/* mobile-header */
#mobile-header .row-mobile-header {
	margin-left: -.35rem;
	margin-right: -.35rem;
}

#mobile-header .sticky-mobile-wrapper, #mobile-header .sticky-mobile-wrapper > .mobile-header-sticky {
	height: 80px !important;
}
#mobile-header .mobile-main-bar {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#mobile-header .col-mobile-logo {
	padding: 0 .35rem;
}
#mobile-header .col-mobile-logo .logo {
    width: 8rem;
	max-width: 100%;
}

#mobile-header .m-nav-btn {
	position: relative;
	padding: .5rem;
    margin: .5rem;
}
#mobile-header .m-nav-btn svg {
    width: 30px;
    height: auto;
    color: var(--theme-color-white);
}
#mobile-header .m-nav-btn svg > * {
    stroke: currentColor;
    stroke-width: 1.6;
}
#mobile-header .m-nav-btn svg#icon_menu_mobile > * {
    stroke-width: 2;
}

@media screen and (max-width: 575px) {
	#mobile-header .sticky-mobile-wrapper, #mobile-header .sticky-mobile-wrapper > .mobile-header-sticky {
		height: 60px !important;
	}

	#mobile-header .col-mobile-logo .logo {
		width: 7rem;
	}
    #mobile-header .m-nav-btn {
        padding: .25rem 0;
        margin: .25rem .35rem;
    }
    #mobile-header .m-nav-btn svg {
        width: 28px;
    }
}
@media screen and (max-width: 319px) {
    #mobile-header .m-nav-btn {
        margin: .25rem .2rem;
    }
    #mobile-header .m-nav-btn svg {
        width: 24px;
    }
}

/* - footer
------------------------------------------------------------- */
#footer {
	margin-top: 2rem;
	font-size: .925rem;
	line-height: 1.2;
	background-color: var(--theme-color-grey-lighter);
}
#footer .row-copyright {
	border-top: 1px solid rgba(0,0,0,0.125);
}

/* .block-social-links */
#footer .block-social-links .elementor-social-icon {
	font-size: 1.125rem;
	background-color: var(--theme-color-white);
	color: var(--theme-color-primary);
}
#footer .block-social-links .elementor-social-icon:hover {
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
#footer .block-social-links .elementor-social-icon .fa-facebook-f {
	transform: scale(85%);
}
#footer .block-social-links .elementor-social-icon .fa-facebook-f::before {
	content: "\f39e";
}

/* .block-menu-links */
#footer .block-menu-links .elementor-icon-list-item {
	margin-bottom: 1.25em;
}
#footer .block-menu-links .elementor-icon-list-item a {
	display: block;
	font-size: .875rem;
	color: var(--theme-color-black);
}
#footer .block-menu-links .elementor-icon-list-item a:hover {
	color: var(--theme-color-primary);
}


/* ------------------------------------------------------------------------------- */
/* - ELEMENTS -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* - page-title & section-title
------------------------------------------------------------- */
#content-wrapper .page-title, #content-wrapper .section-title {
	font-weight: 500;
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

#wrapper .block-title {
	font-size: 0.925rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}
#wrapper .block-title a {
	color: var(--theme-color-black);
}
#wrapper .block-title a:hover {
	color: var(--theme-color-primary);
}

/* - sidebar & grid override
------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	#left-column .block, #right-column .block {
		border-width: 0 !important;
		padding: 1rem 1.5rem;
		border-radius: .125rem;
		-webkit-border-radius: .125rem;
		-moz-border-radius: .125rem;
		-ms-border-radius: .125rem;
		-o-border-radius: .125rem;
		background-color: var(--theme-color-white);
		box-shadow: 2px 2px 12px rgba(0,0,0,0.05);
}
}
@media screen and (max-width: 767px) {
	#left-column {
		margin-top: 1rem;
	}
}
@media screen and (min-width: 1200px) {
	#inner-wrapper > .row {
		margin-right: -30px;
		margin-left: -30px;
	}
	#inner-wrapper > .row > #content-wrapper {
		padding-right: 30px;
		padding-left: 30px;
	}
	#inner-wrapper > .row > #left-column, #inner-wrapper > .row > #right-column {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/* - dropdown-menu
------------------------------------------------------------- */
.dropdown-menu, .autocomplete-suggestions {
	border-width: 0;
    background-color: var(--theme-color-white);
}
.dropdown-menu .dropdown-item:last-child,
.autocomplete-suggestions .dropdown-item {
	border-bottom-width: 0;
}
.dropdown-menu .dropdown-item:focus,
.autocomplete-suggestions .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.autocomplete-suggestions .dropdown-item:hover {
	background: transparent;
    color: var(--theme-color-primary);
}

/* - back-to-top
------------------------------------------------------------- */
#back-to-top {
	bottom: .5rem;
	right: .5rem;
	border-radius: 50%;
	font-size: 1.5em;
	z-index: 5004;
}
#back-to-top i {
	position: relative;
	top: -0.075em;
}

/* - notifications
------------------------------------------------------------- */
#notifications .alert {
	margin-bottom: 1rem;
}
#notifications .alert:first-child {
	margin-top: 1rem;
}

/* - breadcrumb
------------------------------------------------------------- */
#wrapper .breadcrumb[data-depth="1"] {
	display: none !important;
}

#wrapper .breadcrumb {
	position: relative;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.25rem;
	font-weight: 500;
	font-size: 0.675rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: var(--theme-color-black);
}
#wrapper .breadcrumb ol {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#wrapper .breadcrumb li::after {
	margin: 0.125rem;
	opacity: 0.25;
}
#wrapper .breadcrumb li a {
	color: var(--theme-color-black);
}
#wrapper .breadcrumb li a:hover {
	opacity: 1;
	color: var(--theme-color-primary);
}
#wrapper .breadcrumb li:last-child a, #wrapper .breadcrumb li:last-child span {
	font-weight: 600;
	cursor: default;
	pointer-events: none;
	color: var(--theme-color-black);
}
#wrapper .breadcrumb li:last-child a:hover {
	color: var(--theme-color-black);
}

@media screen and (min-width: 768px) {
	#wrapper .breadcrumb {
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
		margin-bottom: 1rem;
		letter-spacing: 0.07em;
	}
	#wrapper .breadcrumb::after {
		content: '';
		width: 120vw;
		height: 1px;
		left: 50%;
		margin-left: -60vw;
		position: absolute;
		bottom: 0;
		backface-visibility: 0;
		-webkit-backface-visibility: 0;
		pointer-events: none;
		border-bottom: 1px solid var(--theme-color-grey-light);
	}
	#wrapper .breadcrumb li::after {
		margin: 0.75rem;
	}
}

/* - pagination
------------------------------------------------------------- */
#wrapper .pagination {
	margin: 2.5rem 0;
	padding: 0;
}
#wrapper .pagination .page-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrapper .pagination .page-list li {
	border-width: 0;
	margin: 0.125rem;
}
#wrapper .pagination .page-list li a {
	display: block;
	text-align: center;
	min-width: 2.3rem;
	padding: 0.65rem;
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 500;
	border-radius: 0.125rem;
	-webkit-border-radius: 0.125rem;
	-moz-border-radius: 0.125rem;
	-ms-border-radius: 0.125rem;
	-o-border-radius: 0.125rem;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	background-color: var(--theme-color-grey-lighter);
	color: var(--theme-color-black);
}
#wrapper .pagination .page-list li a.next, #wrapper .pagination .page-list li a.previous {
	font-size: 0;
	display: flex;
	justify-content: center;
}
#wrapper .pagination .page-list li a i, #wrapper .pagination .page-list li a i {
	font-size: 0.925rem;
	line-height: inherit;
}
#wrapper .pagination .page-list li.current a, #wrapper .pagination .page-list li a:hover, #wrapper .pagination .page-list li a:focus {
    font-weight: 600;
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}

/* - swiper-pagination
------------------------------------------------------------- */
.swiper-button, .swiper-button-prev, .swiper-button-next {
	opacity: 0.7;
	padding: 0;
	margin-top: -1.5rem;
	text-align: center;
	width: 3rem;
	height: 3rem;
	line-height: 1;
	border-radius: 50%;
	background-color: var(--theme-color-white);
	color: var(--theme-color-grey);
}
.swiper-button.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0 !important;
}

.swiper-container .swiper-button,
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	opacity: 0;
}
.swiper-container:hover .swiper-button:not(:hover),
.swiper-container:hover .swiper-button-prev:not(:hover),
.swiper-container:hover .swiper-button-next:not(:hover) {
	opacity: 0.7;
}
.swiper-button:hover, .swiper-button-prev:hover, .swiper-button-next:hover {
	opacity: 1;
	color: var(--theme-color-primary);
}

.swiper-button::after, .swiper-button-prev::after, .swiper-button-next::after {
	font-size: 1.25rem;
	line-height: 1;
}
.swiper-button.swiper-button-next { right: 0.5rem; }
.swiper-button.swiper-button-prev { left: 0.5rem; }

/* - elementor swiper-pagination - */
.custom-carousel .elementor-swiper-button {
	font-size: .75rem;
	font-weight: 300;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: var(--secondary-color);
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 12;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.125);
	background-color: var(--theme-color-white);
}
.custom-carousel .elementor-swiper-button:hover {
	color: var(--primary-color);
}
.custom-carousel:hover .elementor-swiper-button {
	opacity: 1;
}
.custom-carousel .elementor-swiper-button-prev { left: 2px }
.custom-carousel .elementor-swiper-button-next { right: 2px }

/* bullets */
.swiper-pagination.swiper-pagination-bullets {
	bottom: 0.5rem;
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0.25rem;
	width: .6rem;
	height: .6rem;
	opacity: 1;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem;
	-ms-border-radius: .4rem;
	-o-border-radius: .4rem;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: var(--theme-color-grey-light);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
	opacity: 1;
	background-color: var(--theme-color-primary);
}
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: var(--theme-color-primary);
	width: 1.5rem;
}

@media screen and (max-width: 991px) {
	.elementor-swiper-slider .swiper-button {
		display: none !important;
	}
}

/* - block-links
------------------------------------------------------------- */
.block-links ul > li a::before {
	top: .25rem;
}

/* - footer_links
------------------------------------------------------------- */
.page-footer, .footer_links, .footer_link {
	text-align: center;
	margin: 0;
}
.page-customer-account .page-footer, .page-customer-account .footer_links, .page-customer-account .footer_link {
	margin: 2rem 0;
}
.footer_links li, .footer_link li {
	float: none !important;
}
.page-footer a, .footer_links li a, .footer_link li a {
	min-width: 10rem;
	text-align: center;
}
.page-footer .account-link, .page-footer li a, .footer_links li a, .footer_link li a {
	display: inline-block;
	margin: .5rem;
	min-width: 8rem;
	padding: 0.35rem;
	font-size: 0.825rem;
	font-weight: 600;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	text-transform: none;
	text-decoration: none;
	border: 2px solid var(--theme-color-black);
	background-color: var(--theme-color-white);
	color: var(--theme-color-black) !important;
}
.page-footer .account-link:hover, .page-footer li a:hover, .footer_links li a:hover, .footer_link li a:hover,
.page-footer .account-link:focus, .page-footer li a:focus, .footer_links li a:focus, .footer_link li a:focus {
	border: 2px solid var(--theme-color-black);
	background-color: var(--theme-color-black);
	color: var(--theme-color-white) !important;
}
.page-footer .account-link span, .page-footer li a span, .footer_links li a span, .footer_link li a span {
	font-size: inherit;
	vertical-align: inherit;
}
.page-footer .account-link i, .page-footer li a i, .footer_links li a i, .footer_link li a i {
	display: none;
}

/* ------------------------------------------------------------------------------- */
/* - PAGES ----------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* - contact
------------------------------------------------------------- */
#contact #left-column {
	display: none !important;
}
#contact #content-wrapper {
	float: none;
	width: 100%;
	clear: both;
}

/* #contact #content-wrapper > #main {
	max-width: 680px;
	margin-right: auto;
	margin-left: auto;
} */

.contact-form form {
	position: relative;
	float: none;
	width: 100%;
}

#contact .contact-form .form-group {
	margin-bottom: 1.5rem;
	float: none;
}
#contact .contact-form .form-group.row {
	margin-right: 0;
	margin-left: 0;
}
#contact .contact-form .form-group > * {
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
#contact .contact-form .form-group > .form-control-label {
	padding-bottom: 5px;
}
#contact .contact-form .form-footer .btn {
	width: 100%;
	padding: 1.25rem 0.75rem;
	font-size: 0.925rem;
}

@media screen and (min-width: 768px) {
	#contact .contact-content {
		display: flex;
		align-items: flex-start;
	}
}
@media screen and (min-width: 992px) {
	#contact .contact-content {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/* - 404
------------------------------------------------------------- */
#pagenotfound #main {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#pagenotfound #main #content p {
	font-size: 0.825rem;
}

/* - -------------------------------------------------------- */
/* - AUTHENTICATION & ACCOUNT ------------------------------- */
/* - -------------------------------------------------------- */

/* - user account menu
------------------------------------------------------------- */

#content.my-account-page-content-wrapper {
	border-width: 0;
	padding: 0;
	font-size: 0.825rem;
	color: var(--theme-color-black);
}
#content.my-account-page-content-wrapper > .row > div {
	border-width: 0;
	margin-bottom: 1.5rem;
}
/* #content.my-account-page-content-wrapper > .row > div.my-account-page-content {
	padding: 2rem;
	border: 1px solid var(--theme-color-grey-light);
} */
@media screen and (max-width: 767px) {
	#content.my-account-page-content-wrapper > .row > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#content.my-account-page-content-wrapper > .row > div.my-account-side-links {
		order: 2;
	}
}
@media screen and (min-width: 1200px) {
	#content.my-account-page-content-wrapper > .row {
		margin-right: -3rem;
		margin-left: -3rem;
	}
	#content.my-account-page-content-wrapper > .row > div {
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

/* my-account-side-links */
#content.my-account-page-content-wrapper .my-account-side-links > a {
	padding: .75rem 1rem;
	font-weight: 500;
	border: 1px solid var(--theme-color-grey-light);
	border-bottom-width: 0;
	color: var(--theme-color-black);
}
#content.my-account-page-content-wrapper .my-account-side-links > a:last-child {
	border-bottom: 1px solid var(--theme-color-grey-light);
}
#content.my-account-page-content-wrapper .my-account-side-links > a:hover {
	color: var(--theme-color-primary);
}

#content.my-account-page-content-wrapper .my-account-side-links > a#order-slips-link,
#content.my-account-page-content-wrapper .my-account-side-links > a#psgdpr-link {
	display: none;
}

#content.my-account-page-content-wrapper .my-account-side-links > a i {
	position: relative;
	margin-right: 0.25rem;
	opacity: 0.2;
	font-size: 110%;
	top: 1px;
	display: none;
}
#content.my-account-page-content-wrapper .my-account-side-links > a i.fa-sign-out {
	display: inline;
}
#content.my-account-page-content-wrapper .my-account-side-links > a i.fa-sign-out::before {
	content: "\f023";
}

/* - register-form / customer-form
------------------------------------------------------------- */
.register-form > p:first-child a {
	font-weight: 600;
	color: var(--theme-color-primary);
}

#login-form .form-control-label,
#customer-form .form-control-label {
	margin-bottom: 0.25em;
}
#login-form .form-footer .btn,
#customer-form .form-footer .btn {
	width: 100%;
	padding: 1.25rem 0.75rem;
	font-size: 0.925rem;
}

#login-form .form-group > label,
#login-form .form-group > .col-form-label,
#login-form .form-group > div,
#customer-form .form-group > label,
#customer-form .form-group > .col-form-label,
#customer-form .form-group > div {
	display: block;
	width: 100%;
}

#customer-form .form-group {
	-ms-flex-align: flex-start !important;
	align-items: flex-start !important;
}
#customer-form .form-group > .form-control-comment {
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
}


/* - -------------------------------------------------------- */
/* - PRODUCT-LIST CONTROLLERS ------------------------------- */
/* - -------------------------------------------------------- */

/* - force content fullwidth - */
.page-prices-drop #left-column,
.page-new-products #left-column,
.page-best-sales #left-column {
    display: none;
}
.page-prices-drop .container .left-column,
.page-new-products .container .left-column,
.page-best-sales .container .left-column {
	width: 100%;
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

/* - -------------------------------------------------------- */
/* - CATEGORY ----------------------------------------------- */
/* - -------------------------------------------------------- */


/* - -------------------------------------------------------- */
/* - PRODUCT-LIST ------------------------------------------- */
/* - -------------------------------------------------------- */

/* - grid - */
/* - fix theme grid CSS - */
.products.row {
	margin-top: 0;
	margin-bottom: 0;
}
.products.row > .col, .products.row > [class*="col-"] {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 575px) {
	.products.row {
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.products.row > .col, .products.row > [class*="col-"] {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

/* - common- */
.product-price {
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--theme-color-primary-alt);
}
.regular-price {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--theme-color-grey);
}

/* - product-flags - */
.product-flags {
	top: 0.5rem;
	left: 0;
	pointer-events: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.product-flags li.product-flag {
	display: block;
	width: auto;
	width: fit-content;
	border-radius: .125rem;
	-webkit-border-radius: .125rem;
	-moz-border-radius: .125rem;
	-ms-border-radius: .125rem;
	-o-border-radius: .125rem;
	text-align: center;
	margin: 0 .25rem .25rem 0;
	padding: .125rem .25rem;
	font-size: .725rem;
	line-height: 1rem;
	font-weight: 700;
	background-color: var(--theme-color-info);
	color: var(--theme-color-white);
}
.product-flags .product-flag.online-only {
	background-color: var(--theme-color-info);
	color: var(--theme-color-white);
}
.product-flags .product-flag.new {
	font-size: 0.65rem;
	text-transform: uppercase;
	background-color: var(--theme-color-info);
}
.product-flags .product-flag.pack {
	font-size: 0.65rem;
	text-transform: uppercase;
	background-color: var(--theme-color-secondary-alt);
}
.product-flags .product-flag.on-sale {
	background-color: var(--theme-color-success);
}
.product-flags li.product-flag.discount {
	background-color: var(--theme-color-danger);
}
.product-flags li.product-flag.out_of_stock {
	background-color: var(--theme-color-secondary-alt);
    display: none;
}

/* - miniature
------------------------------------------------------------- */
.product-miniature:hover {
	border-radius: var(--theme-border-radius);
	-webkit-border-radius: var(--theme-border-radius);
	-moz-border-radius: var(--theme-border-radius);
	-ms-border-radius: var(--theme-border-radius);
	-o-border-radius: var(--theme-border-radius);
}
@media (hover: hover) {
	.product-miniature:hover {
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
}
.product-miniature .product-thumbnail img {
    aspect-ratio: 1/1;
    height: 100%;
    object-fit: cover;
}

.product-miniature .highlighted-informations {
    display: none;
}

.product-miniature .product-availability {
    display: flex;
    bottom: 0;
	pointer-events: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    opacity: 0.85;
}
@media (hover: hover) {
	.product-miniature-grid:hover .product-availability {
		transform: translateX(-50%);
		opacity: 1;
	}
}
.product-miniature .product-availability .badge {
    display: block;
    margin: 0 !important;
}
.product-miniature .product-availability .badge.product-available {
	background-color: var(--theme-color-success);
}
.product-miniature .product-availability .badge.product-unavailable {
	background-color: var(--theme-color-sand-dark);
}
.product-miniature .product-availability .badge.product-unavailable-allow-oosp {
	background-color: var(--theme-color-warning-dark);
}

.product-miniature .product-description {
	padding-top: 1rem;
}
.product-miniature .product-title {
	margin-bottom: 0.5rem;
	color: var(--theme-color-black);
}
.product-miniature .product-title:hover {
	color: var(--theme-color-primary);
}
.product-miniature .product-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: .925rem;
    font-weight: 500;
	line-height: 1.3;
	color: inherit !important;
}
.product-miniature .product-brand {
	margin-top: 0;
	margin-bottom: .75rem;
	display: none;
}
.product-miniature .product-brand a {
	text-decoration: none;
	font-size: 0.75rem;
	font-weight: 500;
}
.product-miniature .product-reference {
	display: none;
}
.product-miniature .product-reference a {
	font-size: 0.75rem;
	font-weight: 500;
	text-decoration: none;
	color: var(--theme-color-grey);
}
.product-miniature .product-description-short {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.775rem;
	line-height: 1.3;
	color: var(--theme-color-grey);
}

.product-miniature .product-price-and-shipping {
	padding-top: .5rem;
	padding-bottom: .75rem;
	margin: 0;
}
.product-miniature .product-price {
	font-size: 1.125rem;
}

.product-miniature .product-add-cart {
    display: block;
    width: 100%;
}
.product-miniature .product-add-cart .input-group-add-cart {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: flex;
	width: 20rem;
	max-width: 100%;
	margin-right: auto;
}
.product-miniature .product-add-cart .input-group-add-cart .input-qty {
	display: none !important;
}
.product-miniature .product-add-cart .input-group-add-cart .bootstrap-touchspin {
	width: 6rem;
	height: 3rem;
	margin-right: .25rem;
	margin-bottom: 0;
	display: none;
}
@media screen and (max-width: 319px) {
	.product-miniature .product-add-cart .input-group-add-cart .bootstrap-touchspin {
		display: none;
	}
}
.product-miniature .product-add-cart .input-group-add-cart .bootstrap-touchspin .input-qty {
	text-align: center;
	padding: 0 .1rem;
	border-radius: .125rem 0 0 .125rem;
	-webkit-border-radius: .125rem 0 0 .125rem;
	-moz-border-radius: .125rem 0 0 .125rem;
	-ms-border-radius: .125rem 0 0 .125rem;
	-o-border-radius: .125rem 0 0 .125rem;
}
.product-miniature .product-add-cart .btn-product-list {
	width: 100%;
	padding: .75rem .25rem;
	line-height: 1.1rem;
	font-weight: 800;
	letter-spacing: .05em;
	border-width: 0;
}
.product-miniature .product-add-cart .btn-product-list i {
    display: none;
}

.product-miniature .product-functional-buttons {
	display: none !important;
}

/* .products-grid */
.products-grid .product-miniature-default {
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
	overflow: hidden;
	padding: .5rem;
}

/* .product-miniature-list-row */
.product-miniature-list:hover {
	box-shadow: none !important;
}
.product-miniature-list .col-thumbnail, .product-miniature-list .col-buy, .product-miniature-list .col-description {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 576px) {
	.product-miniature-list-row {
		padding: 1rem 0;
		margin: 0;
		border-bottom: 1px solid var(--theme-color-grey-light);
	}
	.product-miniature-list .col-thumbnail, .product-miniature-list .col-buy, .product-miniature-list .col-description {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.product-miniature-list .col-thumbnail, .product-miniature-list .col-description {
		padding-left: 0;
	}
	.product-miniature-list .col-buy {
		padding-right: 0;
	}
	.product-miniature-list .col-thumbnail .thumbnail-container {
		max-width: 8rem;
		margin-right: auto;
		overflow: hidden;
	}
	.product-miniature-list .col-thumbnail .thumbnail-container .product-flags li.product-flag {
		padding: 0.125rem 0.25rem;
	}
	.product-miniature-list .col-thumbnail .thumbnail-container .product-flags li.product-flag.discount {
		display: none;
	}
	.product-miniature-list .input-group-add-cart .bootstrap-touchspin {
		display: none !important;
	}
}

/* ------------------------------------------------------------------------------- */
/* - MODULES --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */

/* - ps_shoppingcart
------------------------------------------------------------- */
#header #cart-toogle.inactive {
	opacity: 0.25;
	color: var(--theme-color-grey-dark) !important;
	cursor: default;
    pointer-events: none;
}
.ps-shoppingcart .cart-products-count-btn {
	top: -.5rem;
	right: -.75rem;
	font-weight: 600;
	padding: 0;
	height: 1.125rem;
	width: 1.125rem;
	line-height: 1.125rem;
	font-size: .675rem;
}

#mobile-header .m-nav-btn > span#mobile-cart-products-count {
	display: block !important;
	margin: 0;
	top: -.25rem;
	right: -.5rem;
}
@media screen and (min-width: 576px) {
	#mobile-header .m-nav-btn > span#mobile-cart-products-count {
		top: 0;
		right: -.25rem;
	}
}

/* modal */
#blockcart-modal {
	font-size: 0.825rem;
	line-height: 1.3;
	color: var(--theme-color-black);
}

#blockcart-modal .modal-dialog {
	margin: 0 auto;
	width: 680px;
	max-width: 90%;
}

#blockcart-modal .modal-header {
	padding-bottom: 0;
	background-color: transparent;
	text-align: center;
	position: relative;
}
#blockcart-modal .modal-header .modal-title {
	margin-bottom: 0.5rem;
	color: inherit;
	display: block;
	width: 100%;
}
#blockcart-modal .modal-header .modal-title i {
	font-size: 1.25rem;
	display: block;
	text-align: center;
	margin: .5rem auto;
	color: var(--theme-color-success);
}
#blockcart-modal .modal-header .close {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

#blockcart-modal .cart-content {
	padding: 0;
}
#blockcart-modal .cart-content p:not(.cart-products-count) {
	color: inherit;
	font-size: inherit;
	margin-bottom: 0.25rem;
}
#blockcart-modal .cart-content .cart-products-count {
	display: block !important;
}
#blockcart-modal .modal-footer .cart-content-btn {
	display: flex;
	margin: 0;
	gap: 1rem;
	width: 100%;
}
#blockcart-modal .modal-footer .cart-content-btn .btn {
	margin: .5rem 0;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: .0125rem;
	padding: .75rem 1.1rem;
}
#blockcart-modal .modal-footer .cart-content-btn button.btn {
	background-color: var(--theme-color-white);
	border-color: var(--theme-color-black);
	color: var(--theme-color-black);
}
#blockcart-modal .modal-footer .cart-content-btn a.btn {
	background-color:var(--theme-color-primary);
	border-color:var(--theme-color-primary);
	color: var(--theme-color-white);
}
#blockcart-modal .cart-content-btn .btn i {
	display: none;
}

@media screen and (min-width: 992px) {
	#blockcart-modal .modal-footer .cart-content-btn button.btn:hover {
		background-color:var(--theme-color-primary);
		border-color:var(--theme-color-primary);
		color: var(--theme-color-white);
	}
	#blockcart-modal .modal-footer .cart-content-btn a.btn:hover {
		background-color: var(--theme-color-secondary);
		border-color: var(--theme-color-secondary);
		color: var(--theme-color-white);
	}
}
@media screen and (max-width: 991px) {
	#blockcart-modal .modal-body > .row > .col-md-7 {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#blockcart-modal .modal-footer .cart-content-btn {
		gap: 0px;
		display: block;
	}
}

/* - ps_customersignin
------------------------------------------------------------- */
#header-user-btn .dropdown-menu {
    width: 11rem;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    position: absolute;
    top: 100% !important;
    left: auto !important;
    right: 0 !important;
    border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    -ms-border-radius: 0.125rem;
    -o-border-radius: 0.125rem;
    box-shadow: 0px 2px 15px -5px rgba(0,0,0,0.25);
}
#header-user-btn .dropdown-item {
    font-size: 0.825rem;
    font-weight: 500;
    color: var(--theme-color-black) !important;
}
#header-user-btn .dropdown-item:hover {
    color: var(--theme-color-primary) !important;
}


/* - mailalerts
------------------------------------------------------------- */

/* account */
#module-ps_emailalerts-account .alert-item-list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 0;
	border-bottom: 1px solid var(--theme-color-grey-light);
}
#module-ps_emailalerts-account .alert-item-list .item:last-child {
	border-bottom-width: 0;
}
#module-ps_emailalerts-account .alert-item-list .item a.alert-item-name {
	flex-grow: 1;
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.2;
	color: var(--theme-color-black);
}
#module-ps_emailalerts-account .alert-item-list .item a.alert-item-name:hover {
	color: var(--theme-color-primary);
}
#module-ps_emailalerts-account .alert-item-list .item a.alert-item-name img {
	width: 60px;
	margin-right: 1rem;
}
#module-ps_emailalerts-account .alert-item-list .item a.js-remove-email-alert {
	display: inline-block;
	padding: 0.25rem;
	flex-grow: 0;
}
@media screen and (min-width: 992px) {
	#module-ps_emailalerts-account .alert-item-list .item a.alert-item-name {
		font-size: 0.925rem;
	}
	#module-ps_emailalerts-account .alert-item-list .item a.alert-item-name img {
		width: 80px;
	}
}

/* product */
.product-additional-info .js-mailalert {
	margin-bottom: 1.5rem;
}
.product-additional-info .js-mailalert form {
	width: 100%;
}
.product-additional-info .js-mailalert form .psgdpr_consent_message a {
	display: inline !important;
	text-decoration: underline;
}
.product-additional-info .js-mailalert form .btn {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 1rem .25rem;
	border-width: 0;
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
	color: var(--theme-color-white);
	opacity: 1;
}
.product-additional-info .js-mailalert form .btn[disabled="disabled"] {
	cursor: not-allowed;
	opacity: .35;
}
.product-additional-info .js-mailalert .alert {
	width: 100%;
	text-align: center;
}

.js-mailalert .input-group .form-control {
	padding-left: 1.5rem;
	border-color: var(--theme-color-grey-light);
}
.js-mailalert .input-group .input-group-btn {
	min-width: 20%;
}
.js-mailalert .input-group .input-group-btn .btn {
	width: 100%;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 600;
	padding-left: 0.3rem;
	padding-right: 0.35rem;
	justify-content: center;
}

.js-mailalert .gdpr_consent_wrapper {
	margin-top: 0.25rem;
	margin-left: 1rem;
}
.product-additional-info .js-mailalert .btn + .gdpr_consent_wrapper {
	margin-left: 0.25rem;
}

/* - gdpr module
------------------------------------------------------------- */
.psgdpr_consent_message a {
	display: inline !important;
	text-decoration: underline;
}

.page-customer-account .psgdprinfo17 {
	background-color: var(--theme-color-grey-lighter);
}

/* - search
------------------------------------------------------------- */
/* - @ header - */
#desktop-header #search_widget {
	width: 100%;
	position: relative;
}
#desktop-header #search_widget .form-search-control {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    padding: .75rem 2.5rem .75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 0.0125rem;
    font-weight: 500;
    border-color: var(--theme-color-white);
    background-color: var(--theme-color-white);
}
#desktop-header #search_widget .form-search-control:hover,
#desktop-header #search_widget .form-search-control:focus {
	border-color: var(--theme-color-secondary-alt);
	background-color: var(--theme-color-white);
}
#desktop-header #search_widget svg {
	position: absolute;
	width: 1.5rem;
	height: auto;
	margin-top: -0.2rem;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	color: var(--theme-color-grey-dark);
	top: .825rem;
	right: .825rem;
}
#desktop-header #search_widget svg > * {
	stroke: currentColor;
	stroke-width: 1.8;
}

/* mobile */
#bogus-icon-search #icon_search_close {
	position: absolute;
	opacity: 0;
	left: .5rem;
    top: .5rem;
}

/* search results */
.ui-autocomplete.searchbar-autocomplete {
	position: fixed;
	z-index: 9999;
	border-width: 0;
	padding: 0;
	margin: 0;
	min-height: auto;
	overflow: hidden;
	border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	-ms-border-radius: .25rem;
	-o-border-radius: .25rem;
	box-shadow: 3px 3px 10px 0 rgba(0,0,0,.075);
	background-color: var(--theme-color-white);
}
.ui-autocomplete.searchbar-autocomplete .ui-menu-item {
	list-style: none;
	margin: 0;
	background-image: none;
	background-color: var(--theme-color-white);
	color: var(--theme-color-black);
}
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a,
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a.ui-state-focus,
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a.ui-state-active {
	padding: .75rem 1.25rem;
	font-size: .825rem;
	line-height: 1.2;
	border: 0;
	margin: 0;
	background-image: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: flex;
	align-items: center;
	background-color: var(--theme-color-white);
	color: var(--theme-color-black);
	box-shadow: inset 0 -1px 0 var(--theme-color-grey-light);
}
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a > .product {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a:hover,
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a.ui-state-focus,
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a.ui-state-active {
	background-image: none;
	background-color: var(--theme-color-white);
	color:var(--theme-color-primary);
}
.ui-autocomplete.searchbar-autocomplete .ui-menu-item:last-child a {
	box-shadow: none !important;
}
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
	width: 1.75rem;
	margin-right: 10px;
}
.ui-autocomplete.searchbar-autocomplete .ui-menu-item a .separator {
	display: none;
}

@media screen and (max-width: 991.98px) {
	#bogus-icon-search.active #icon_search_open { opacity: 0; }
	#bogus-icon-search.active #icon_search_close { opacity: 1; }

	#desktop-header {
		display: block;
		visibility: hidden;
		height: 0;
		z-index: -100;
	}
	#header #search_widget {
		position: fixed;
		z-index: 1;
		padding: 0;
		margin: 0;
		left: 0;
		top: 100px;
		right: 0;
		display: block;
		min-width: 100%;
		transform-origin: top;
		transition: all .2s cubic-bezier(.7,0,.3,1);
		-webkit-transition: all .2s cubic-bezier(.7,0,.3,1);
		animation-fill-mode: forwards;
		-webkit-transform: scale(1,0);
		opacity: 0;
		visibility: hidden;
		inset: 0 0 auto auto;
		padding: .75rem .5rem;
		background-color: var(--theme-color-primary);
		box-shadow: inset 0 1px var(--theme-color-secondary-alt);
	}
	#header #search_widget.mobile_open {
		transform: scale(1,1) !important;
		opacity: 1;
		visibility: visible;
		top: 80px !important;
	}

	/* fix autocomplete position in mobile & tablet */
	.ui-autocomplete.searchbar-autocomplete {
		left: 0 !important;
		width: 100vw !important;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
}
@media screen and (max-width: 575px) {
	#bogus-icon-search #icon_search_close {
		left: 0;
		top: .25rem;
	}

	#header #search_widget.mobile_open {
		top: 60px !important;
	}

	/* fix autocomplete position in mobile & tablet */
	.ui-autocomplete.searchbar-autocomplete {
		top: 130px !important;
	}
}

/* - iqitmegamenu
------------------------------------------------------------- */
.container-iqitmegamenu {
	padding: 0;
}

.cbp-horizontal > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1080px;
}
.cbp-horizontal > ul > li {
	margin-right: .5rem;
	margin-left: .5rem;
}
.cbp-horizontal > ul > li > a.nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
    text-align: center;
}
.cbp-horizontal > ul > li:first-child > a.nav-link { padding-left: 0; }
.cbp-horizontal > ul > li:last-child > a.nav-link { padding-right: 0; }

.cbp-horizontal > ul > li > a.nav-link,
.cbp-horizontal > ul > li > a.nav-link:focus,
.cbp-horizontal > ul > li > a.nav-link:hover {
	color: var(--theme-color-white);
}

.cbp-horizontal > ul > li > a.nav-link > .cbp-tab-title {
	font-weight: 700;
	font-size: 0.825rem;
	display: inline-flex;
    align-items: center;
}
.cbp-horizontal > ul > li > a.nav-link > .cbp-tab-title > .cbp-mainlink-iicon {
	width: 1.875rem;
	height: auto;
	margin-right: .35rem;
}

@media screen and (min-width: 992px) {
	/* submenus */
	.cbp-hrmenu .cbp-hrsub {
		padding-top: .125rem !important;
		margin-left: -.5rem;
		max-width: 300px;
		font-size: 0.875rem;
		font-weight: 600;
	}
	.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2 {
		padding: .5rem 0;
		border-radius: .25rem;
		-webkit-border-radius: .25rem;
		-moz-border-radius: .25rem;
		-ms-border-radius: .25rem;
		-o-border-radius: .25rem;
		/*box-shadow: 2px 2px 20px 0 rgba(0,0,0,0.075);*/
		box-shadow: none;
	}
	.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
		font-size: 0.875rem;
		font-weight: 500;
		text-transform: none;
	}

	.cbp-hrmenu .cbp-hrsub-inner > .row:last-child, .cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child {
		margin-bottom: 0;
	}
	.cbp-hrmenu .cbp-menu-column, .cbp-hrmenu .cbp-categories-row > div {
		margin-top: 0;
	}

	.cbp-hrmenu .cbp-category-tree {
		display: block;
		margin-bottom: .5rem;
	}
	.cbp-hrmenu .cbp-links li {
		margin: .125rem 0;
		padding-left: 0;
		position: relative;
	}
	.cbp-hrmenu .cbp-links li a {
		display: block;
		padding: .25rem 0;
	}
}
@media screen and (min-width: 1200px) {
    .cbp-horizontal > ul > li {
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .cbp-horizontal > ul > li > a.nav-link > .cbp-tab-title {
        font-size: 0.875rem;
        letter-spacing: 0.0125rem;
    }

	/* submenus */
	.cbp-hrmenu .cbp-hrsub {
        font-size: 0.875rem;
        letter-spacing: 0.0125rem;
	}
	.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
        font-size: 0.875rem;
        letter-spacing: 0.0125rem;
	}
}
@media screen and (min-width: 1440px) {
    .cbp-horizontal > ul > li {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
    .cbp-horizontal > ul > li > a.nav-link > .cbp-tab-title {
        font-size: 0.925rem;
        letter-spacing: 0.025rem;
    }
	.cbp-horizontal > ul > li > a.nav-link > .cbp-tab-title > .cbp-mainlink-iicon {
		width: 2rem;
	}

	/* submenus */
	.cbp-hrmenu .cbp-hrsub {
        font-size: 0.925rem;
	}
	.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
        font-size: 0.925rem;
	}
}

/* - mobile menu - off canvas - */
.col-mobile-menu-push .js-m-nav-btn-menu.show + #mobile_menu_click_overlay {
	background-color: rgba(0,0,0,0.35);
	cursor: pointer;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 5004;
}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
	width: 400px;
	max-width: 85vw;
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile #iqitmegamenu-mobile {
	border-width: 0;
}

#iqitmegamenu-mobile .mobile-menu__header-wrapper {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#iqitmegamenu-mobile .mobile-menu__header-wrapper .mobile-menu__close {
	padding-right: 1em !important;
}

#iqitmegamenu-mobile .mobile-menu__content .mobile-menu__scroller,
#iqitmegamenu-mobile .mobile-menu__content .mobile-menu__submenu--panel {
	padding: 0 !important;
}
#iqitmegamenu-mobile .mobile-menu__content li.mobile-menu__tab a,
#iqitmegamenu-mobile .mobile-menu__content li.mobile-menu__links-list a {
	display: block;
	padding: 1em 3em 1em 1em;
	font-weight: 500;
	text-decoration: none !important;
}
#iqitmegamenu-mobile .mobile-menu__content li.mobile-menu__links-list {
	border-bottom: solid 1px var(--theme-color-grey-light);
}
#iqitmegamenu-mobile .mobile-menu__content .mobile-menu__tab-icon--img {
	display: none;
}
#iqitmegamenu-mobile .mobile-menu__content .mobile-menu__tab--has-submenu .mobile-menu__arrow {
	padding-right: 1em;
}

/* - facet search
------------------------------------------------------------- */
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
	font-size: .775rem;
	font-weight: 500;
	color: var(--theme-color-black);
}

/* - recaptcha
------------------------------------------------------------- */
.form-control[name="captcha"] {
	display: none;
}

.captcha_login label, .captcha_register label, .captcha_contact label {
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.captcha_login label, .captcha_register label {
		width: 16.66666667%;
	}
}

/* - ets_crossell
------------------------------------------------------------- */
body h4.ets_crosssell_title {
	border-bottom-width: 0;
	margin-bottom: 15px;
	text-transform: none;
}
body .ets_crosssell_block article.product-miniature {
	box-shadow: none;
}
body .ets_crosssell_block .product-miniature .product-description-short {
	display: none !important;
}

body .ets_crosssell_list_blocks .tab_content button.slick-arrow {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

@media screen and (max-width: 767px) {
	body .ets_crosssell_block .product-miniature .product-category-name {
		display: none !important;
	}
	body .ets_crosssell_list_blocks .tab_content button.slick-arrow {
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		bottom: -.25rem;
	}

}

/* - blockcart
------------------------------------------------------------- */
#blockcart-content {
	width: 400px;
	max-width: 85%;
	font-size: 0.825rem;
	line-height: 1.3;
}
#blockcart-content .cart-title .close {
	margin: 0;
	opacity: 1;
	line-height: 1;
}

/* slide-cart */
.ps-shoppingcart.side-cart #blockcart-content {
	border-width: 0;
	padding-bottom: 2rem !important;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products {
	margin-right: -1rem;
	padding-right: 1rem;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0;
	border-bottom: 1px solid var(--theme-color-grey-lighter-alt);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .row > .col-3:first-child {
	max-width: 4rem;
}

.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info {
	padding-left: .75rem;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info .pb-1 a {
	display: block;
	font-weight: 500;
	font-size: 0.725rem;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info a {
	color: var(--theme-color-black);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info a:hover {
	color: var(--theme-color-primary);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info .block-cart-product-quantity {
	height: 2.75rem;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info > .row > .col.mr-2 .bootstrap-touchspin .form-control {
	padding: .5rem .25rem;
	text-align: center;
	font-size: 0.825rem;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info > .row > .col.mr-2 .bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 0.825rem;
	top: 0px;
	left: 5px;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info .remove-from-cart {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: var(--theme-color-danger);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info .remove-from-cart i {
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 300;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products > li .col-info .remove-from-cart i::before {
	content: '×';
}

.ps-shoppingcart.side-cart #blockcart-content .cart-subtotals {
	padding: 1rem 0;
	line-height: 1.5;
	font-weight: 500;
	border-top: 1px solid var(--theme-color-grey-light);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-totals {
	font-size: .825rem;
	padding: 1rem 0;
	line-height: 1.5;
	font-weight: 500;
	border-top: 1px solid var(--theme-color-grey-light);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-totals .value {
	font-size: .875rem;
	font-weight: 600;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-buttons .btn {
	padding: 1rem .5rem;
	margin-top: 0.75rem !important;
	margin-bottom: 0 !important;
	font-size: .925rem;
	font-weight: 600;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-buttons .btn.btn-secondary {
	background-color: var(--theme-color-white);
	border-color: var(--theme-color-grey);
	color: var(--theme-color-black);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-buttons .btn.btn-secondary:hover {
	background-color: var(--theme-color-black);
	border-color: var(--theme-color-black);
	color: var(--theme-color-white);
}

/* slide-cart @ sticky menu */
#sticky-cart-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	transform: none;
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 1rem;
}
#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
	top: 0;
	right: 0;
	min-width: 400px;
}

/* - cookieplus
------------------------------------------------------------- */
body #cookiesplus-tab {
	z-index: 12;
	bottom: .5rem;
	left: .5rem;
	font-size: .775rem;
	line-height: 1.1;
	font-weight: 600;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}

body #cookiesplus-modal, body #header #cookiesplus-modal.row, body #cookiesplus-modal-geo {
    font-size: 15px;
	font-weight: 500;
	border-width: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	background-color: var(--theme-color-white);
	color: var(--theme-color-black);
    box-shadow: 0 -1px 10px 0 #acabab4d;
}
body .cookieplus-finality-container, body .cookieplus-finality-container:first-child {
	border-color: var(--theme-color-grey-light);
	background-color: var(--theme-color-white);
}
#cookiesplus-modal .cookiesplus-close, #cookiesplus-modal .cookiesplus-close-and-reject, #cookiesplus-modal .cookiesplus-close-and-save, #cookiesplus-modal-not-available .cookiesplus-close {
	line-height: 1;
}


body #cookiesplus-modal a { color: var(--theme-color-primary); }
body #cookiesplus-modal a:hover { color: var(--theme-color-secondary); }
body #cookiesplus-modal .cookiesplus-text a { text-decoration: underline; }

body #cookiesplus-modal table {
	font-weight: 500;
}
body #cookiesplus-modal td, #cookiesplus-modal th {
	padding: .25rem .5rem;
	text-align: left;
	border-color: var(--theme-color-grey-light);
}
body #cookiesplus-modal th {
	padding-top: .5rem;
	padding-bottom: .5rem;
	text-align: center;
	background-color: transparent;
}
body .cookiesplus-finality-chevron::before {
	border-width: 1px 1px 0 0;
	margin-right: .5rem;
}
body #cookiesplus-modal .cookiesplus-btn {
	margin: .35rem 0;
	padding: .75rem .5rem;
	border-width: 0;
	cursor: pointer;
	clear: both;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	font-size: .875rem !important;
    line-height: 1.2;
	font-weight: 700 !important;
	text-transform: none;
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
body #cookiesplus-modal .cookiesplus-btn span {
	font-size: inherit !important;
	font-weight: inherit !important;
}
body #cookiesplus-modal .cookiesplus-accept {
	font-size: .875rem !important;
	font-weight: 700 !important;
	background: var(--theme-color-primary);
	color: var(--theme-color-white);
}
body #cookiesplus-modal .cookiesplus-accept:hover, body #cookiesplus-modal .cookiesplus-accept:focus {
	background: var(--theme-color-secondary);
	color: var(--theme-color-white);
}

@media screen and (min-width: 1200px) {
    body #cookiesplus-modal, body #header #cookiesplus-modal.row, body #cookiesplus-modal-geo {
        border-radius: .125rem;
        -webkit-border-radius: .125rem;
        -moz-border-radius: .125rem;
        -ms-border-radius: .125rem;
        -o-border-radius: .125rem;
        background: rgb(255 255 255 / .95) !important;
    }
	body #cookiesplus-modal.cookiesplus-bottom-left {
        bottom: 2.5rem;
        left: 2.5rem;
		max-width: 640px;
	}
}
@media screen and (max-width: 1199px) {
	body #cookiesplus-modal.cookiesplus-bottom-left {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	body #cookiesplus-modal, body #header #cookiesplus-modal.row, body #cookiesplus-modal-geo {
        font-size: .775rem;
    }
    body #cookiesplus-modal .cookiesplus-footer-actions {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
	body #cookiesplus-modal .cookiesplus-actions .first-layer > .row {
        display: flex;
    }
	body #cookiesplus-modal .cookiesplus-actions .first-layer > .row > .col-xs-12 {
        width: 33.333%;
    }
	body #cookiesplus-modal #cookiesplus-form > .cookiesplus-info,
    body #cookiesplus-modal #cookiesplus-form > .cookiesplus-finalities,
    body #cookiesplus-modal #cookiesplus-form > .cookiesplus-actions {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 575px) {
	body #cookiesplus-modal .cookiesplus-actions .first-layer > .row {
        flex-direction: column-reverse;
    }
	body #cookiesplus-modal .cookiesplus-actions .first-layer > .row > .col-xs-12 {
        width: 100%;
    }
}

/* - -------------------------------------------------------- */
/* - ELEMENTOR ---------------------------------------------- */
/* - -------------------------------------------------------- */

/* - fix grid
------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.elementor-column.py-0 > .elementor-element-populated {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.elementor-column.pt-0 > .elementor-element-populated {
		padding-top: 0 !important;
	}
	.elementor-column.pb-0 > .elementor-element-populated {
		padding-bottom: 0 !important;
	}
}

/* - creative elements / elementor
------------------------------------------------------------- */

.elementor-element strong {
	font-weight: 700;
}

/* - clear content - */
#content > .elementor {
	clear: both;
}

/* - products-section-title & products-section-subtitle - */
.section-title {
	width: 100%;
	float: none;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 1.5rem;
	/* border-bottom: 1px solid var(--theme-color-grey-light); */
}
.section-title h2.title {
	float: none;
	display: inline-block;
}
.section-title .elementor-heading-title {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
}
/* .section-title .elementor-heading-title::after {
	content: ' ';
	border-bottom: 2px solid var(--theme-color-primary);
	display: block;
	position: absolute;
	bottom: -1px;
	width: 100%;
} */

.section-subtitle {
	margin-top: 0;
	margin-bottom: 0;
	font-size: .75rem;
	line-height: 1.3;
	font-weight: 400;
}
.section-subtitle .elementor-heading-title {
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
}

.section-subtitle + .section-title {
	margin-top: -.75rem;
}

@media screen and (min-width: 768px) {
	.section-title {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.section-subtitle {
		font-size: .875rem;
	}
}

/* - block-text - */
.block-text.text-lead {
	font-size: 1rem;
}

/* - block-category-grid - */
#content .block-category-grid a {
	display: block;
	font-size: .925rem;
	letter-spacing: .025em;
	color: var(--theme-color-black);
}
#content .block-category-grid a:hover {
	color: var(--theme-color-primary);
}

/* - banner-image - */
.banner-image .elementor-image {
	border-radius: var(--theme-border-radius);
	-webkit-border-radius: var(--theme-border-radius);
	-moz-border-radius: var(--theme-border-radius);
	-ms-border-radius: var(--theme-border-radius);
	-o-border-radius: var(--theme-border-radius);
	overflow: hidden;
}
.banner-image .elementor-image .widget-image-caption {
	display: none;
}
.banner-image .elementor-image img {
	border-radius: var(--theme-border-radius);
	-webkit-border-radius: var(--theme-border-radius);
	-moz-border-radius: var(--theme-border-radius);
	-ms-border-radius: var(--theme-border-radius);
	-o-border-radius: var(--theme-border-radius);
}

/* - banner-product - */
@media screen and (max-width: 480px) {
	.banner-grid .elementor-column {
		width: 100% !important;
	}
}

.banner-product .elementor-cta {
	border-radius: var(--theme-border-radius);
	-webkit-border-radius: var(--theme-border-radius);
	-moz-border-radius: var(--theme-border-radius);
	-ms-border-radius: var(--theme-border-radius);
	-o-border-radius: var(--theme-border-radius);
	background-color: var(--theme-color-grey-lighter);
}

.banner-product .elementor-cta-bg-wrapper img.elementor-cta-bg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.banner-product:hover .elementor-cta-bg-wrapper img.elementor-cta-bg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.banner-product .elementor-cta-content {
	min-height: 10rem;
	text-align: left;
	padding: 1rem 1.5rem 1rem 1rem;
	color: var(--theme-color-black);
}
.banner-product .elementor-cta-content > * {
	color: var(--theme-color-black);
}
.banner-product .elementor-cta-content .elementor-content-item:not(:last-child) {
	margin-bottom: 5px;
}
.banner-product .elementor-cta-content .elementor-cta-title {
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 400;
	text-transform: none;
}
.banner-product .elementor-cta-content .elementor-cta-title.ce-display-small { font-size: 1rem; }
.banner-product .elementor-cta-content .elementor-cta-title.ce-display-medium { font-size: 1.125rem; }
.banner-product .elementor-cta-content .elementor-cta-title.ce-display-large { font-size: 1.25rem; }
.banner-product .elementor-cta-content .elementor-cta-title.ce-display-xl { font-size: 1.5rem; }
.banner-product .elementor-cta-content .elementor-cta-title.ce-display-xxl { font-size: 1.75rem; }
.banner-product .elementor-cta-content .elementor-cta-title b {
	display: block;
	font-weight: 600;
}
.banner-product .elementor-cta-content .elementor-cta-description {
	font-size: .75rem;
	line-height: 1.2;
	font-weight: 400;
}
.banner-product .elementor-cta .elementor-cta-content .elementor-button {
	padding: 5px 0;
	border-width: 0;
	color: inherit;
}
.banner-product .elementor-cta .elementor-cta-content .elementor-button .elementor-align-icon-right {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	font-size: .675rem;
	line-height: 1.25rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}

.banner-product .elementor-ribbon-inner {
	font-size: .575rem;
	line-height: 1.9;
	letter-spacing: .05em;
	background-color: var(--theme-color-primary);
}

@media screen and (min-width: 1200px) {
	.banner-product .elementor-cta-content {
		padding: 1.5rem 2.5rem 1.5rem 1.5rem;
	}
}

/* custom carousel */
.custom-carousel {
	margin-right: -10px;
	margin-left: -10px;
}
.elementor-widget-wrap > .elementor-element.custom-carousel {
	width: calc(100% + 20px);
}
.custom-carousel::before {
	/* hides .product border */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	z-index: 10;
	/* background-color: white; */
}

.custom-carousel .swiper-slide {
	height: auto;
}
.custom-carousel .swiper-slide > .js-product-miniature-wrapper {
	height: 100%;
}
.custom-carousel .swiper-slide > .js-product-miniature-wrapper > .product-miniature {
	margin: 1rem;
	padding: .5rem;
	height: 100%;
	height: calc(100% - 2rem);
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.custom-carousel .swiper-slide .product-miniature {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.custom-carousel .swiper-slide .product-miniature .product-price-and-shipping {
	padding-top: 0;
	padding-bottom: .5rem;
	margin: 0;
}
.custom-carousel .swiper-slide .product-miniature .product-title {
	margin-bottom: 0.25rem;
}
.custom-carousel .swiper-slide .product-miniature .product-description {
	padding-top: .25rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.custom-carousel .swiper-slide .product-miniature .product-category-name,
.custom-carousel .swiper-slide .product-miniature .product-description-short {
	display: none;
}
.custom-carousel .swiper-slide .product-miniature .product-price-and-shipping {
	margin-top: auto;
}


/* brands custom carousel */
.custom-carousel.brands-carousel .elementor-image-carousel-caption {
	display: none;
}
.custom-carousel.brands-carousel .swiper-slide .swiper-slide-inner {
	padding-right: .75rem !important;
	padding-left: .75rem !important;
	/* margin-right: -1px; */
	/* border-left: 1px solid var(--theme-color-grey-lighter); */
}
.custom-carousel.brands-carousel .swiper-slide .swiper-slide-inner img {
    /* filter: grayscale(100%); */
	/* -webkit-filter: grayscale(100%); */
    /* opacity: 0.6; */
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.custom-carousel.brands-carousel .swiper-slide:hover .swiper-slide-inner img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
	.custom-carousel.brands-carousel .swiper-slide .swiper-slide-inner {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}
}