<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell
}
.bootstrap-touchspin .input-group-btn-vertical&gt;.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-left: -1px;
	position: relative
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	border-top-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	border-bottom-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 9px;
	font-weight: 400
}
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@keyframes progress-bar-stripes {
0% {
background-position:1rem 0
}
to {
background-position:0 0
}
}
@keyframes spinner-border {
to {
transform:rotate(360deg)
}
}
@keyframes spinner-grow {
0% {
transform:scale(0)
}
50% {
opacity:1
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
transform:translate3d(0, 0, 0)
}
40%, 43% {
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
transform:translate3d(0, -30px, 0)
}
70% {
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
transform:translate3d(0, -15px, 0)
}
90% {
transform:translate3d(0, -4px, 0)
}
}
@keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes pulse {
0%, to {
transform:scale3d(1, 1, 1)
}
50% {
transform:scale3d(1.05, 1.05, 1.05)
}
}
@keyframes rubberBand {
0%, to {
transform:scale3d(1, 1, 1)
}
30% {
transform:scale3d(1.25, .75, 1)
}
40% {
transform:scale3d(.75, 1.25, 1)
}
50% {
transform:scale3d(1.15, .85, 1)
}
65% {
transform:scale3d(.95, 1.05, 1)
}
75% {
transform:scale3d(1.05, .95, 1)
}
}
@keyframes shake {
0%, to {
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
transform:translate3d(10px, 0, 0)
}
}
@keyframes headShake {
0%, 50% {
transform:translateX(0)
}
6.5% {
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
transform:translateX(5px) rotateY(7deg)
}
31.5% {
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
transform:translateX(2px) rotateY(3deg)
}
}
@keyframes swing {
20% {
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
transform:rotate3d(0, 0, 1, -5deg)
}
to {
transform:rotate3d(0, 0, 1, 0deg)
}
}
@keyframes tada {
0%, to {
transform:scale3d(1, 1, 1)
}
10%, 20% {
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
}
@keyframes wobble {
0%, to {
transform:none
}
15% {
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
}
@keyframes jello {
0%, 11.1%, to {
transform:none
}
22.2% {
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
transform:skewX(.39062deg) skewY(.39062deg)
}
88.8% {
transform:skewX(-.19531deg) skewY(-.19531deg)
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:scale3d(.3, .3, .3)
}
20% {
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
transform:scale3d(.97, .97, .97)
}
to {
opacity:1;
transform:scale3d(1, 1, 1)
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
transform:translate3d(0, 25px, 0)
}
75% {
transform:translate3d(0, -10px, 0)
}
90% {
transform:translate3d(0, 5px, 0)
}
to {
transform:none
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
transform:translate3d(25px, 0, 0)
}
75% {
transform:translate3d(-10px, 0, 0)
}
90% {
transform:translate3d(5px, 0, 0)
}
to {
transform:none
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
transform:translate3d(-25px, 0, 0)
}
75% {
transform:translate3d(10px, 0, 0)
}
90% {
transform:translate3d(-5px, 0, 0)
}
to {
transform:none
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
transform:translate3d(0, -20px, 0)
}
75% {
transform:translate3d(0, 10px, 0)
}
90% {
transform:translate3d(0, -5px, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
opacity:1
}
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
transform:none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
transform:none
}
}
@keyframes lightSpeedIn {
0% {
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
transform:skewX(20deg);
opacity:1
}
80% {
transform:skewX(-5deg);
opacity:1
}
to {
transform:none;
opacity:1
}
}
@keyframes rotateIn {
0% {
transform-origin:center;
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
transform-origin:center;
transform:none;
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin:left bottom;
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
transform-origin:left bottom;
transform:none;
opacity:1
}
}
@keyframes rotateInDownRight {
0% {
transform-origin:right bottom;
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
transform-origin:right bottom;
transform:none;
opacity:1
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin:left bottom;
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
transform-origin:left bottom;
transform:none;
opacity:1
}
}
@keyframes rotateInUpRight {
0% {
transform-origin:right bottom;
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
transform-origin:right bottom;
transform:none;
opacity:1
}
}
@keyframes rollIn {
0% {
opacity:0;
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity:1;
transform:none
}
}
@keyframes zoomIn {
0% {
opacity:0;
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomInDown {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes slideInDown {
0% {
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInLeft {
0% {
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInRight {
0% {
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInUp {
0% {
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
@keyframes elementor-animation-pulse {
25% {
transform:scale(1.1)
}
75% {
transform:scale(.9)
}
}
@keyframes elementor-animation-pulse-banner {
25% {
transform:scale(1.1)
}
75% {
transform:scale(1)
}
}
@keyframes elementor-animation-pulse-grow {
to {
transform:scale(1.1)
}
}
@keyframes elementor-animation-pulse-shrink {
to {
transform:scale(.9)
}
}
@keyframes elementor-animation-push {
50% {
transform:scale(.8)
}
to {
transform:scale(1)
}
}
@keyframes elementor-animation-pop {
50% {
transform:scale(1.2)
}
}
@keyframes elementor-animation-bob {
0%, to {
transform:translateY(-8px)
}
50% {
transform:translateY(-4px)
}
}
@keyframes elementor-animation-bob-float {
to {
transform:translateY(-8px)
}
}
@keyframes elementor-animation-hang {
0%, to {
transform:translateY(8px)
}
50% {
transform:translateY(4px)
}
}
@keyframes elementor-animation-hang-sink {
to {
transform:translateY(8px)
}
}
@keyframes elementor-animation-wobble-vertical {
16.65% {
transform:translateY(8px)
}
33.3% {
transform:translateY(-6px)
}
49.95% {
transform:translateY(4px)
}
66.6% {
transform:translateY(-2px)
}
83.25% {
transform:translateY(1px)
}
to {
transform:translateY(0)
}
}
@keyframes elementor-animation-wobble-horizontal {
16.65% {
transform:translateX(8px)
}
33.3% {
transform:translateX(-6px)
}
49.95% {
transform:translateX(4px)
}
66.6% {
transform:translateX(-2px)
}
83.25% {
transform:translateX(1px)
}
to {
transform:translateX(0)
}
}
@keyframes elementor-animation-wobble-to-bottom-right {
16.65% {
transform:translate(8px, 8px)
}
33.3% {
transform:translate(-6px, -6px)
}
49.95% {
transform:translate(4px, 4px)
}
66.6% {
transform:translate(-2px, -2px)
}
83.25% {
transform:translate(1px, 1px)
}
to {
transform:translate(0, 0)
}
}
@keyframes elementor-animation-wobble-to-top-right {
16.65% {
transform:translate(8px, -8px)
}
33.3% {
transform:translate(-6px, 6px)
}
49.95% {
transform:translate(4px, -4px)
}
66.6% {
transform:translate(-2px, 2px)
}
83.25% {
transform:translate(1px, -1px)
}
to {
transform:translate(0, 0)
}
}
@keyframes elementor-animation-wobble-top {
16.65% {
transform:skew(-12deg)
}
33.3% {
transform:skew(10deg)
}
49.95% {
transform:skew(-6deg)
}
66.6% {
transform:skew(4deg)
}
83.25% {
transform:skew(-2deg)
}
to {
transform:skew(0deg)
}
}
@keyframes elementor-animation-wobble-bottom {
16.65% {
transform:skew(-12deg)
}
33.3% {
transform:skew(10deg)
}
49.95% {
transform:skew(-6deg)
}
66.6% {
transform:skew(4deg)
}
83.25% {
transform:skew(-2deg)
}
to {
transform:skew(0deg)
}
}
@keyframes elementor-animation-wobble-skew {
16.65% {
transform:skew(-12deg)
}
33.3% {
transform:skew(10deg)
}
49.95% {
transform:skew(-6deg)
}
66.6% {
transform:skew(4deg)
}
83.25% {
transform:skew(-2deg)
}
to {
transform:skew(0deg)
}
}
@keyframes elementor-animation-buzz {
50% {
transform:translateX(3px) rotate(2deg)
}
to {
transform:translateX(-3px) rotate(-2deg)
}
}
@keyframes elementor-animation-buzz-out {
10%, 30% {
transform:translateX(3px) rotate(2deg)
}
20%, 40% {
transform:translateX(-3px) rotate(-2deg)
}
50%, 70% {
transform:translateX(2px) rotate(1deg)
}
60%, 80% {
transform:translateX(-2px) rotate(-1deg)
}
90% {
transform:translateX(1px) rotate(0deg)
}
to {
transform:translateX(-1px) rotate(0deg)
}
}
@keyframes checkbox-bounce {
0%, to {
transform:scale(1)
}
50% {
transform:scale(.8)
}
}
@keyframes slideLeft {
0% {
opacity:0;
transform:translateX(100%)
}
to {
opacity:1;
transform:translateX(0)
}
}
@keyframes slideRight {
0% {
opacity:1;
transform:translateX(0)
}
to {
opacity:0;
transform:translateX(100%)
}
}
@keyframes animSlide {
0% {
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
opacity:1;
transform:translate3d(0, 0, 0)
}
}
@keyframes animSlideDown {
0% {
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
transform:translate3d(0, 0, 0)
}
}
@keyframes loader-1 {
0% {
transform:rotate(0deg)
}
to {
transform:rotate(360deg)
}
}
@keyframes loader-2 {
50% {
background:#3498db
}
}
@keyframes slideDown {
0% {
transform:translateY(-100%)
}
to {
transform:translateY(0)
}
}
:root {
--blue:#2fb5d2;
--indigo:#6610f2;
--purple:#6f42c1;
--pink:#e83e8c;
--red:#ff4c4c;
--orange:#fd7e14;
--yellow:#ffc107;
--green:#28a745;
--teal:#878787;
--cyan:#17a2b8;
--white:#fff;
--gray:#6c757d;
--gray-dark:#343a40;
--primary:#2fb5d2;
--secondary:#6c757d;
--success:#28a745;
--info:#17a2b8;
--warning:#FF9A52;
--danger:#ff4c4c;
--light:#f8f9fa;
--dark:#343a40;
--breakpoint-xs:0;
--breakpoint-sm:576px;
--breakpoint-md:768px;
--breakpoint-lg:992px;
--breakpoint-xl:1200px;
--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*, ::after, ::before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	color: #212529;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(160,160,160,.25)
}
address, dl, hr, ol, ul {
	margin-bottom: 1rem
}
dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin-top: 0
}
abbr[data-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	font-style: normal;
	line-height: inherit
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote, figure {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #2fb5d2;
	text-decoration: none;
	background-color: transparent;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1), color .2s cubic-bezier(.7, 0, .3, 1)
}
a:hover {
	color: #208094
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
samp {
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	display: block;
	font-size: 87.5%;
	color: #212529
}
img, svg {
	vertical-align: middle
}
img {
	border-style: none
}
svg {
	overflow: hidden
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #acaaa6;
	text-align: left;
	caption-side: bottom
}
body#checkout #conditions-to-approve label, th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button:focus {
	outline: 5px auto -webkit-focus-ring-color
}
input, optgroup, select, textarea {
	margin: 0;
	font-size: inherit;
	line-height: inherit
}
button {
	margin: 0;
	line-height: inherit
}
input {
	overflow: visible
}
select {
	text-transform: none
}
[type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	line-height: 1.2;
	color: inherit
}
.h5, .h6 {
	font-weight: 700
}
.h1, h1 {
	font-size: 2.5rem
}
#mobile-header .m-nav-btn&gt;i, .contact-rich .part .icon i {
	font-size: 2rem
}
.h5, h5 {
	font-size: 1.25rem
}
.h6, h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1.2
}
.display-2, .display-3, .display-4 {
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1.2
}
.display-3, .display-4 {
	font-size: 1.5625rem
}
.display-4 {
	font-size: 1.25rem
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014\00A0"
}
.img-fluid, .img-thumbnail, .rte-content img {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code, kbd {
	font-size: 87.5%
}
code {
	color: #e83e8c;
	word-break: break-word
}
a&gt;code, pre code {
	color: inherit
}
kbd {
	padding: .2rem .4rem;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre code {
	font-size: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container, .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.container-fluid {
	width: 100%
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.card&gt;hr, .no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters&gt;.col, .no-gutters&gt;[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-xs-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col-auto {
	position: relative;
	padding-right: 15px;
	padding-left: 15px
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12, .col-xs-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	order: -1
}
.order-last {
	order: 13
}
.order-0 {
	order: 0
}
.order-1 {
	order: 1
}
.order-2 {
	order: 2
}
.order-3 {
	order: 3
}
.order-4 {
	order: 4
}
.order-5 {
	order: 5
}
.order-6 {
	order: 6
}
.order-7 {
	order: 7
}
.order-8 {
	order: 8
}
.order-9 {
	order: 9
}
.order-10 {
	order: 10
}
.order-11 {
	order: 11
}
.order-12 {
	order: 12
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}
.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
	border-top: 2px solid #dee2e6
}
.table .table {
	background-color: #fff
}
.table-sm td, .table-sm th {
	padding: .3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th, .table-dark.table-bordered, .table-responsive&gt;.table-bordered {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}
.table-hover tbody tr:hover {
	background-color: rgba(0,0,0,.075)
}
.table-primary, .table-primary&gt;td, .table-primary&gt;th {
	background-color: #c5eaf2
}
.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #93d9e8
}
.table-hover .table-primary:hover, .table-hover .table-primary:hover&gt;td, .table-hover .table-primary:hover&gt;th {
	background-color: #b0e2ed
}
.table-secondary, .table-secondary&gt;td, .table-secondary&gt;th {
	background-color: #d6d8db
}
.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb
}
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover&gt;td, .table-hover .table-secondary:hover&gt;th {
	background-color: #c8cbcf
}
.table-success, .table-success&gt;td, .table-success&gt;th {
	background-color: #c3e6cb
}
.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e
}
.table-hover .table-success:hover, .table-hover .table-success:hover&gt;td, .table-hover .table-success:hover&gt;th {
	background-color: #b1dfbb
}
.table-info, .table-info&gt;td, .table-info&gt;th {
	background-color: #bee5eb
}
.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda
}
.table-hover .table-info:hover, .table-hover .table-info:hover&gt;td, .table-hover .table-info:hover&gt;th {
	background-color: #abdde5
}
.table-warning, .table-warning&gt;td, .table-warning&gt;th {
	background-color: #ffe3cf
}
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffcaa5
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover&gt;td, .table-hover .table-warning:hover&gt;th {
	background-color: #ffd4b6
}
.table-danger, .table-danger&gt;td, .table-danger&gt;th {
	background-color: #ffcdcd
}
.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ffa2a2
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover&gt;td, .table-hover .table-danger:hover&gt;th {
	background-color: #ffb4b4
}
.table-light, .table-light&gt;td, .table-light&gt;th {
	background-color: #fdfdfe
}
.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc
}
.table-hover .table-light:hover, .table-hover .table-light:hover&gt;td, .table-hover .table-light:hover&gt;th {
	background-color: #ececf6
}
.table-dark&gt;td, .table-dark&gt;th {
	background-color: #c6c8ca
}
.table-dark tbody+tbody {
	border-color: #95999c
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover&gt;td, .table-hover .table-dark:hover&gt;th {
	background-color: #b9bbbe
}
.table-active, .table-active&gt;td, .table-active&gt;th, .table-hover .table-active:hover, .table-hover .table-active:hover&gt;td, .table-hover .table-active:hover&gt;th {
	background-color: rgba(0,0,0,.075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #212529
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #32383e
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255,255,255,.075)
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control::-ms-expand {
background-color:transparent;
border:0
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #98dae9;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(47,181,210,.25)
}
.form-control::-moz-placeholder {
color:#6c757d;
opacity:1
}
.form-control::placeholder {
color:#6c757d;
opacity:1
}
.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
select.form-control:focus::-ms-value {
color:#495057;
background-color:#fff
}
.form-control-file, .form-control-range {
	display: block;
	width: 100%
}
.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: .9375rem;
	line-height: 1.5
}
.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.form-control-lg {
	height: calc(2.40625rem + 2px);
	padding: .5rem 1rem;
	font-size: .9375rem;
	line-height: 1.5;
	border-radius: .3rem
}
#order-confirmation #order-items table tr, select.form-control[multiple], select.form-control[size], textarea.form-control {
	height: auto
}
.form-group, body#checkout #checkout-payment-step {
	margin-bottom: 1rem
}
.form-text {
	display: block;
	margin-top: .25rem
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.form-row&gt;.col, .form-row&gt;[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
	color: #acaaa6
}
.form-check-label {
	margin-bottom: 0
}
.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40,167,69,.9);
	border-radius: 0
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color:#28a745;
padding-right:2.25rem;
background-repeat:no-repeat;
background-position:center right calc(2.25rem/4);
background-size:calc(2.25rem/2) calc(2.25rem/2);
background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e")
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
display:block
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right:2.25rem;
background-position:top calc(2.25rem/4) right calc(2.25rem/4)
}
.custom-select.is-valid, .was-validated .custom-select:valid {
border-color:#28a745;
padding-right:3.4375rem;
background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem
}
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
display:block
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color:#28a745
}
.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
color:#28a745
}
.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
border-color:#28a745
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color:#34ce57;
background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
border-color:#28a745
}
.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
display:block
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color:#28a745;
box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #ff4c4c
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(255,76,76,.9);
	border-radius: 0
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color:#ff4c4c;
padding-right:2.25rem;
background-repeat:no-repeat;
background-position:center right calc(2.25rem/4);
background-size:calc(2.25rem/2) calc(2.25rem/2);
background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff4c4c%27 viewBox=%27-2 -2 7 7%27%3e%3cpath stroke=%27%23d9534f%27 d=%27M0 0l3 3m0-3L0 3%27/%3e%3ccircle r=%27.5%27/%3e%3ccircle cx=%273%27 r=%27.5%27/%3e%3ccircle cy=%273%27 r=%27.5%27/%3e%3ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3e%3c/svg%3E")
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color:#ff4c4c;
box-shadow:0 0 0 .2rem rgba(255,76,76,.25)
}
.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
display:block
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right:2.25rem;
background-position:top calc(2.25rem/4) right calc(2.25rem/4)
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
border-color:#ff4c4c;
padding-right:3.4375rem;
background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff4c4c%27 viewBox=%27-2 -2 7 7%27%3e%3cpath stroke=%27%23d9534f%27 d=%27M0 0l3 3m0-3L0 3%27/%3e%3ccircle r=%27.5%27/%3e%3ccircle cx=%273%27 r=%27.5%27/%3e%3ccircle cy=%273%27 r=%27.5%27/%3e%3ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem
}
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
border-color:#ff4c4c;
box-shadow:0 0 0 .2rem rgba(255,76,76,.25)
}
.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
display:block
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color:#ff4c4c
}
.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
color:#ff4c4c
}
.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
border-color:#ff4c4c
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color:#ff7f7f;
background-color:#ff7f7f
}
.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
box-shadow:0 0 0 .2rem rgba(255,76,76,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color:#ff4c4c
}
.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
border-color:#ff4c4c
}
.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color:#ff4c4c;
box-shadow:0 0 0 .2rem rgba(255,76,76,.25)
}
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}
.form-inline .form-check, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.btn:hover {
	color: #212529;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(47,181,210,.25)
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}
.btn-primary {
	color: #fff;
	background-color: #2fb5d2;
	border-color: #2fb5d2
}
.btn-primary:hover {
	color: #fff;
	background-color: #279bb4;
	border-color: #2592a9
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(78,192,217,.5)
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #2fb5d2;
	border-color: #2fb5d2
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show&gt;.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2592a9;
	border-color: #22899f
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(78,192,217,.5)
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show&gt;.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show&gt;.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}
.btn-info.focus, .btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show&gt;.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-warning {
	color: #212529;
	background-color: #ff9a52;
	border-color: #ff9a52
}
.btn-warning:hover {
	color: #212529;
	background-color: #ff842c;
	border-color: #ff7c1f
}
.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222,136,76,.5)
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ff9a52;
	border-color: #ff9a52
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show&gt;.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #ff7c1f;
	border-color: #ff7512
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222,136,76,.5)
}
.btn-danger {
	color: #fff;
	background-color: #ff4c4c;
	border-color: #ff4c4c
}
.btn-danger:hover {
	color: #fff;
	background-color: #ff2626;
	border-color: #ff1919
}
.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(255,103,103,.5)
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #ff4c4c;
	border-color: #ff4c4c
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show&gt;.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff1919;
	border-color: #ff0c0c
}
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,103,103,.5)
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show&gt;.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}
.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show&gt;.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-outline-primary {
	color: #2fb5d2;
	border-color: #2fb5d2
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #2fb5d2;
	border-color: #2fb5d2
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(47,181,210,.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #2fb5d2;
	background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #2fb5d2;
	border-color: #2fb5d2
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(47,181,210,.5)
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning {
	color: #ff9a52;
	border-color: #ff9a52
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ff9a52;
	border-color: #ff9a52
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255,154,82,.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ff9a52;
	background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ff9a52;
	border-color: #ff9a52
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,154,82,.5)
}
.btn-outline-danger {
	color: #ff4c4c;
	border-color: #ff4c4c
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff4c4c;
	border-color: #ff4c4c
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(255,76,76,.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #ff4c4c;
	background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff4c4c;
	border-color: #ff4c4c
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,76,76,.5)
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show&gt;.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-link {
	font-weight: 400;
	color: #2fb5d2
}
.btn-link:hover {
	color: #208094;
	text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-group-lg&gt;.btn, .btn-lg {
	font-size: .9375rem;
	line-height: 1.5;
	border-radius: .3rem
}
.btn-group-sm&gt;.btn, .btn-sm {
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
#product-modal .easyzoom-modal&gt;a, .btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: .5rem
}
.fade {
	transition: opacity .15s linear
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}
.collapsing, .dropdown, .dropleft, .dropright, .dropup {
	position: relative
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.dropdown-toggle:empty::after, .dropleft .dropdown-toggle:empty::after, .dropright .dropdown-toggle:empty::after, .dropup .dropdown-toggle:empty::after {
	margin-left: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}
.dropright .dropdown-toggle::after, .dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}
.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}
.dropright .dropdown-toggle::after {
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	vertical-align: 0
}
.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	display: none
}
.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
	vertical-align: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}
.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}
.dropdown-item:first-child {
	border-top-left-radius: calc(0 - 1px);
	border-top-right-radius: calc(0 - 1px)
}
.dropdown-item:last-child {
	border-bottom-right-radius: calc(0 - 1px);
	border-bottom-left-radius: calc(0 - 1px)
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
	text-decoration: none;
	background-color: #2fb5d2
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}
.dropdown-menu.show {
	display: block
}
.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}
.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}
.btn-group-vertical&gt;.btn, .btn-group&gt;.btn {
	position: relative;
	flex: 1 1 auto
}
.btn-group-vertical&gt;.btn:hover, .btn-group&gt;.btn:hover {
	z-index: 1
}
.btn-group-vertical&gt;.btn.active, .btn-group-vertical&gt;.btn:active, .btn-group-vertical&gt;.btn:focus, .btn-group&gt;.btn.active, .btn-group&gt;.btn:active, .btn-group&gt;.btn:focus {
	z-index: 1
}
.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
.btn-toolbar .input-group {
	width: auto
}
.btn-group&gt;.btn-group:not(:first-child), .btn-group&gt;.btn:not(:first-child) {
	margin-left: -1px
}
.btn-group&gt;.btn-group:not(:last-child)&gt;.btn, .btn-group&gt;.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group&gt;.btn-group:not(:first-child)&gt;.btn, .btn-group&gt;.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}
.btn-group-sm&gt;.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}
.btn-group-lg&gt;.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}
.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}
.btn-group-vertical&gt;.btn, .btn-group-vertical&gt;.btn-group {
	width: 100%
}
.btn-group-vertical&gt;.btn-group:not(:first-child), .btn-group-vertical&gt;.btn:not(:first-child) {
	margin-top: -1px
}
.btn-group-vertical&gt;.btn-group:not(:last-child)&gt;.btn, .btn-group-vertical&gt;.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical&gt;.btn-group:not(:first-child)&gt;.btn, .btn-group-vertical&gt;.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.btn-group-toggle&gt;.btn, .btn-group-toggle&gt;.btn-group&gt;.btn {
	margin-bottom: 0
}
.btn-group-toggle&gt;.btn input[type=checkbox], .btn-group-toggle&gt;.btn input[type=radio], .btn-group-toggle&gt;.btn-group&gt;.btn input[type=checkbox], .btn-group-toggle&gt;.btn-group&gt;.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}
.input-group&gt;.custom-file, .input-group&gt;.custom-select, .input-group&gt;.form-control, .input-group&gt;.form-control-plaintext {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}
.input-group&gt;.custom-file+.custom-file, .input-group&gt;.custom-file+.custom-select, .input-group&gt;.custom-file+.form-control, .input-group&gt;.custom-select+.custom-file, .input-group&gt;.custom-select+.custom-select, .input-group&gt;.custom-select+.form-control, .input-group&gt;.form-control+.custom-file, .input-group&gt;.form-control+.custom-select, .input-group&gt;.form-control+.form-control, .input-group&gt;.form-control-plaintext+.custom-file, .input-group&gt;.form-control-plaintext+.custom-select, .input-group&gt;.form-control-plaintext+.form-control {
	margin-left: -1px
}
.input-group&gt;.custom-file .custom-file-input:focus~.custom-file-label, .input-group&gt;.custom-select:focus, .input-group&gt;.form-control:focus {
	z-index: 3
}
.input-group&gt;.custom-file .custom-file-input:focus {
	z-index: 4
}
.input-group&gt;.custom-file:not(:last-child) .custom-file-label, .input-group&gt;.custom-file:not(:last-child) .custom-file-label::after, .input-group&gt;.custom-select:not(:last-child), .input-group&gt;.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group&gt;.custom-file:not(:first-child) .custom-file-label, .input-group&gt;.custom-select:not(:first-child), .input-group&gt;.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group&gt;.custom-file {
	display: flex;
	align-items: center
}
.input-group-append, .input-group-prepend {
	display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2
}
.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3
}
.input-group-prepend {
	margin-right: -1px
}
.input-group-append, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}
.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0
}
.input-group-text input[type=checkbox], .input-group-text input[type=radio], body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
	margin-top: 0
}
.input-group-lg&gt;.custom-select, .input-group-lg&gt;.form-control:not(textarea) {
	height: calc(2.40625rem + 2px)
}
.input-group-lg&gt;.custom-select, .input-group-lg&gt;.form-control, .input-group-lg&gt;.input-group-append&gt;.btn, .input-group-lg&gt;.input-group-append&gt;.input-group-text, .input-group-lg&gt;.input-group-prepend&gt;.btn, .input-group-lg&gt;.input-group-prepend&gt;.input-group-text {
	padding: .5rem 1rem;
	font-size: .9375rem;
	line-height: 1.5;
	border-radius: .3rem
}
.input-group-sm&gt;.custom-select, .input-group-sm&gt;.form-control:not(textarea) {
	height: calc(1.8125rem + 2px)
}
.input-group-sm&gt;.custom-select, .input-group-sm&gt;.form-control, .input-group-sm&gt;.input-group-append&gt;.btn, .input-group-sm&gt;.input-group-append&gt;.input-group-text, .input-group-sm&gt;.input-group-prepend&gt;.btn, .input-group-sm&gt;.input-group-prepend&gt;.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.input-group-lg&gt;.custom-select, .input-group-sm&gt;.custom-select {
	padding-right: 1.75rem
}
.input-group&gt;.input-group-append:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle), .input-group&gt;.input-group-append:last-child&gt;.input-group-text:not(:last-child), .input-group&gt;.input-group-append:not(:last-child)&gt;.btn, .input-group&gt;.input-group-append:not(:last-child)&gt;.input-group-text, .input-group&gt;.input-group-prepend&gt;.btn, .input-group&gt;.input-group-prepend&gt;.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group&gt;.input-group-append&gt;.btn, .input-group&gt;.input-group-append&gt;.input-group-text, .input-group&gt;.input-group-prepend:first-child&gt;.btn:not(:first-child), .input-group&gt;.input-group-prepend:first-child&gt;.input-group-text:not(:first-child), .input-group&gt;.input-group-prepend:not(:first-child)&gt;.btn, .input-group&gt;.input-group-prepend:not(:first-child)&gt;.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #2fb5d2;
	background-color: #2fb5d2
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(47,181,210,.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #98dae9
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #c2e9f2;
	border-color: #c2e9f2
}
.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}
.custom-control-label::after, .custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: ""
}
.custom-control-label::before {
	pointer-events: none;
	background-color: #fff;
	border: #adb5bd solid 1px
}
.custom-control-label::after {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #2fb5d2;
	background-color: #2fb5d2
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(47,181,210,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(47,181,210,.5)
}
.custom-radio .custom-control-label::before {
	border-radius: 50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before, .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(47,181,210,.5)
}
.custom-switch {
	padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}
.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	transform: translateX(.75rem)
}
.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-select:focus {
	border-color: #98dae9;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(152,218,233,.5)
}
.custom-select:focus::-ms-value {
color:#495057;
background-color:#fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}
.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}
.custom-select::-ms-expand {
opacity:0
}
.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}
.custom-select-lg {
	height: calc(2.40625rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: .9375rem
}
.custom-file, .custom-file-input {
	position: relative;
	width: 100%;
	height: calc(2.25rem + 2px)
}
.custom-file {
	display: inline-block;
	margin-bottom: 0
}
.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}
.custom-file-input:focus~.custom-file-label {
	border-color: #98dae9;
	box-shadow: 0 0 0 .2rem rgba(47,181,210,.25)
}
.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse)
}
.custom-file-label, .custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057
}
.custom-file-label {
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0
}
.custom-file-label::after {
	bottom: 0;
	z-index: 3;
	display: block;
	height: 2.25rem;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0 0 0
}
.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-range:focus {
	outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(47,181,210,.25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(47,181,210,.25)
}
.custom-range:focus::-ms-thumb {
box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(47,181,210,.25)
}
.custom-range::-moz-focus-outer {
border:0
}
.custom-range::-webkit-slider-thumb {
width:1rem;
height:1rem;
margin-top:-.25rem;
background-color:#2fb5d2;
border:0;
border-radius:1rem;
-webkit-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-appearance:none;
appearance:none
}
.custom-range::-webkit-slider-thumb:active {
background-color:#c2e9f2
}
.custom-range::-webkit-slider-runnable-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-moz-range-thumb {
width:1rem;
height:1rem;
background-color:#2fb5d2;
border:0;
border-radius:1rem;
-moz-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-appearance:none;
appearance:none
}
.custom-range::-moz-range-thumb:active {
background-color:#c2e9f2
}
.custom-range::-moz-range-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:#dee2e6;
border-color:transparent;
border-radius:1rem
}
.custom-range::-ms-thumb {
width:1rem;
height:1rem;
margin-top:0;
margin-right:.2rem;
margin-left:.2rem;
background-color:#2fb5d2;
border:0;
border-radius:1rem;
-ms-transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
appearance:none
}
.custom-range::-ms-thumb:active {
background-color:#c2e9f2
}
.custom-range::-ms-track {
width:100%;
height:.5rem;
color:transparent;
cursor:pointer;
background-color:transparent;
border-color:transparent;
border-width:.5rem
}
.custom-range::-ms-fill-lower {
background-color:#dee2e6;
border-radius:1rem
}
.custom-range::-ms-fill-upper {
margin-right:15px;
background-color:#dee2e6;
border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor:default
}
.custom-range:disabled::-moz-range-thumb {
background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor:default
}
.custom-range:disabled::-ms-thumb {
background-color:#adb5bd
}
.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .dropdown-menu, .nav-tabs .nav-link {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .nav-item.show .nav-link {
	color: #495057
}
.nav-tabs .dropdown-menu {
	margin-top: -1px
}
.nav-pills .nav-link {
	border-radius: 0
}
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
	color: #fff;
	background-color: #2fb5d2
}
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}
.tab-content&gt;.active {
	display: block
}
.navbar {
	position: relative;
	padding: .5rem 1rem
}
.navbar, .navbar&gt;.container, .navbar&gt;.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}
.navbar-brand {
	display: inline-block;
	padding-top: .54688rem;
	padding-bottom: .54688rem;
	margin-right: 1rem;
	font-size: .9375rem;
	line-height: inherit;
	white-space: nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}
.navbar-nav .dropdown-menu {
	position: static;
	float: none
}
.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: .9375rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}
.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand&gt;.container, .navbar-expand&gt;.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand&gt;.container, .navbar-expand&gt;.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-light .navbar-brand {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active&gt;.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show&gt;.nav-link, .navbar-light .navbar-text a {
	color: rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%280,0,0,0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}
.navbar-light .navbar-text {
	color: rgba(0,0,0,.5)
}
.navbar-dark .navbar-brand {
	color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active&gt;.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show&gt;.nav-link, .navbar-dark .navbar-text a {
	color: #fff
}
.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath stroke=%27rgba%28255,255,255,0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5)
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 0
}
.card&gt;.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.card&gt;.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}
.card-title {
	margin-bottom: .75rem
}
.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}
.block-links ul&gt;li:last-child, .card-text:last-child, .rte-content p:last-child {
	margin-bottom: 0
}
.card-link:hover, a:hover {
	text-decoration: none
}
.card-link+.card-link {
	margin-left: 1.25rem
}
.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	color: inherit;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}
.card-header:first-child {
	border-radius: calc(0 - 1px) calc(0 - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}
.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
	border-radius: 0 0 calc(0 - 1px) calc(0 - 1px)
}
.card-header-tabs {
	margin-bottom: -.75rem;
	border-bottom: 0
}
.card-header-pills, .card-header-tabs {
	margin-right: -.625rem;
	margin-left: -.625rem
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}
.card-img {
	width: 100%;
	border-radius: calc(0 - 1px)
}
.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0 - 1px);
	border-top-right-radius: calc(0 - 1px)
}
.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0 - 1px);
	border-bottom-left-radius: calc(0 - 1px)
}
.card-deck, .card-group {
	display: flex;
	flex-direction: column
}
.card-deck .card, .card-group&gt;.card {
	margin-bottom: 15px
}
.card-columns .card {
	margin-bottom: .75rem
}
.accordion .card {
	overflow: hidden
}
.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}
.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion .card .card-header {
	margin-bottom: -1px
}
.breadcrumb, .pagination {
	display: flex;
	list-style: none;
	border-radius: 0
}
.breadcrumb {
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	background-color: #e9ecef
}
#customer-form .custom-checkbox label, .breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}
.breadcrumb-item.active {
	color: #6c757d
}
.pagination {
	padding-left: 0
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #2fb5d2;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover {
	z-index: 2;
	color: #208094;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(47,181,210,.25)
}
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #2fb5d2;
	border-color: #2fb5d2
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}
.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: .9375rem;
	line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0
}
a.badge:focus, a.badge:hover {
	text-decoration: none
}
.badge:empty {
	display: none
}
.btn .badge {
	position: relative;
	top: -1px
}
.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}
.badge-primary {
	color: #fff;
	background-color: #2fb5d2
}
a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #2592a9
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d
}
a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62
}
.badge-success {
	color: #fff;
	background-color: #28a745
}
a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34
}
.badge-info {
	color: #fff;
	background-color: #17a2b8
}
a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b
}
.badge-warning {
	color: #212529;
	background-color: #ff9a52
}
a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #ff7c1f
}
.badge-danger {
	color: #fff;
	background-color: #ff4c4c
}
a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #ff1919
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa
}
a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5
}
.badge-dark {
	color: #fff;
	background-color: #343a40
}
a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124
}
.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}
.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}
.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0
}
.alert-heading {
	color: inherit
}
.alert-link {
	font-weight: 700
}
.alert-dismissible {
	padding-right: 4rem
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}
.alert-primary {
	color: #185e6d;
	background-color: #d5f0f6;
	border-color: #c5eaf2
}
.alert-primary hr {
	border-top-color: #b0e2ed
}
.alert-primary .alert-link {
	color: #0f3a43
}
.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}
.alert-secondary hr {
	border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
	color: #202326
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}
.alert-success hr {
	border-top-color: #b1dfbb
}
.alert-success .alert-link {
	color: #0b2e13
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}
.alert-info hr {
	border-top-color: #abdde5
}
.alert-info .alert-link {
	color: #062c33
}
.alert-warning {
	color: #85502b;
	background-color: #ffebdc;
	border-color: #ffe3cf
}
.alert-warning hr {
	border-top-color: #ffd4b6
}
.alert-danger {
	color: #852828;
	background-color: #ffdbdb;
	border-color: #ffcdcd
}
.alert-danger hr {
	border-top-color: #ffb4b4
}
.alert-danger .alert-link {
	color: #5e1c1c
}
.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}
.alert-light hr {
	border-top-color: #ececf6
}
.alert-light .alert-link {
	color: #686868
}
.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}
.alert-dark hr {
	border-top-color: #b9bbbe
}
.alert-dark .alert-link {
	color: #040505
}
.progress {
	display: flex;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: 0
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #2fb5d2
}
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}
.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite
}
.media {
	display: flex;
	align-items: flex-start
}
.media-body {
	flex: 1
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}
.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}
.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}
.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.list-group-item:focus, .list-group-item:hover {
	z-index: 1;
	text-decoration: none
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #2fb5d2;
	border-color: #2fb5d2
}
.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}
.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px
}
.list-group-flush:first-child .list-group-item:first-child, body#checkout #order-summary-content #order-items table tr:first-child td {
	border-top: 0
}
.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}
.list-group-item-primary {
	color: #185e6d;
	background-color: #c5eaf2
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #185e6d;
	background-color: #b0e2ed
}
.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #185e6d;
	border-color: #185e6d
}
.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}
.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}
.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb
}
.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}
.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}
.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}
.list-group-item-warning {
	color: #85502b;
	background-color: #ffe3cf
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #85502b;
	background-color: #ffd4b6
}
.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #85502b;
	border-color: #85502b
}
.list-group-item-danger {
	color: #852828;
	background-color: #ffcdcd
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #852828;
	background-color: #ffb4b4
}
.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #852828;
	border-color: #852828
}
.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}
.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}
.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}
.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}
.close {
	float: right;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled) {
	cursor: pointer
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
a.close.disabled {
	pointer-events: none
}
.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: .25rem;
	box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0
}
.toast:not(:last-child) {
	margin-bottom: .75rem
}
.toast.showing {
	opacity: 1
}
.toast.show {
	display: block;
	opacity: 1
}
.toast.hide {
	display: none
}
.toast-header {
	display: flex;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255,255,255,.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0,0,0,.05)
}
.toast-body {
	padding: .75rem
}
.modal, .modal-open {
	overflow: hidden
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}
.modal.show .modal-dialog {
	transform: none
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
min-height:calc(100% - (.5rem*2))
}
.modal-dialog-centered::before {
	display: block;
height:calc(100vh - (.5rem*2));
	content: ""
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}
.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem
}
.modal-footer&gt;:not(:first-child) {
	margin-left: .25rem
}
.modal-footer&gt;:not(:last-child) {
	margin-right: .25rem
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.tooltip {
	z-index: 1070;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}
.tooltip.show {
	opacity: .9
}
.tooltip, .tooltip .arrow {
	position: absolute;
	display: block
}
.tooltip .arrow {
	width: .8rem;
	height: .4rem
}
.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #ff4c4c
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #ff4c4c
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #ff4c4c
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #ff4c4c
}
.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #ff4c4c;
	border-radius: 0
}
.popover, .popover .arrow {
	position: absolute;
	display: block
}
.popover {
	top: 0;
	left: 0;
	z-index: 1060;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem
}
.popover .arrow {
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
bottom:calc((.5rem + 1px)*-1)
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}
.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem
}
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
left:calc((.5rem + 1px)*-1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
top:calc((.5rem + 1px)*-1)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
right:calc((.5rem + 1px)*-1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff
}
.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
	display: none
}
.popover-body {
	padding: .5rem .75rem;
	color: #212529
}
.carousel, .carousel-inner {
	position: relative
}
.carousel.pointer-event {
	touch-action: pan-y
}
.carousel-inner {
	width: 100%;
	overflow: hidden
}
.carousel-inner::after, .clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat center center;
	background-size: 100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3e%3c/svg%3e")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}
.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
	width: 1rem;
	height: 1rem
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #2fb5d2!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #2592a9!important
}
.bg-secondary {
	background-color: #6c757d!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62!important
}
.bg-success {
	background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34!important
}
.bg-info {
	background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b!important
}
.bg-warning {
	background-color: #ff9a52!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #ff7c1f!important
}
.bg-danger {
	background-color: #ff4c4c!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #ff1919!important
}
.bg-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-dark {
	background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-right {
	border-right: 1px solid #dee2e6!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-left {
	border-left: 1px solid #dee2e6!important
}
.border-0 {
	border: 0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-right-0 {
	border-right: 0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-left-0 {
	border-left: 0!important
}
.border-primary {
	border-color: #2fb5d2!important
}
.border-secondary {
	border-color: #6c757d!important
}
.border-success {
	border-color: #28a745!important
}
.border-info {
	border-color: #17a2b8!important
}
.border-warning {
	border-color: #ff9a52!important
}
.border-danger {
	border-color: #ff4c4c!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-dark {
	border-color: #343a40!important
}
.border-white {
	border-color: #fff!important
}
.rounded {
	border-radius: 0!important
}
.rounded-right, .rounded-top {
	border-top-right-radius: 0!important
}
.rounded-top {
	border-top-left-radius: 0!important
}
.rounded-right {
	border-bottom-right-radius: 0!important
}
.rounded-bottom, .rounded-left {
	border-bottom-left-radius: 0!important
}
.rounded-bottom {
	border-bottom-right-radius: 0!important
}
.rounded-left {
	border-top-left-radius: 0!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
#_desktop_iqitmegamenu-mobile, .d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: flex!important
}
.d-inline-flex {
	display: inline-flex!important
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive::before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9::before {
	padding-top: 42.85714%
}
.embed-responsive-16by9::before {
	padding-top: 56.25%
}
.embed-responsive-3by4::before {
	padding-top: 133.33333%
}
.embed-responsive-1by1::before {
	padding-top: 100%
}
.flex-row {
	flex-direction: row!important
}
.flex-column {
	flex-direction: column!important
}
.flex-row-reverse {
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	flex-direction: column-reverse!important
}
.flex-wrap {
	flex-wrap: wrap!important
}
.flex-nowrap {
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-fill {
	flex: 1 1 auto!important
}
.flex-grow-0 {
	flex-grow: 0!important
}
.flex-grow-1 {
	flex-grow: 1!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-start {
	justify-content: flex-start!important
}
.justify-content-end {
	justify-content: flex-end!important
}
.justify-content-center {
	justify-content: center!important
}
.justify-content-between {
	justify-content: space-between!important
}
.justify-content-around {
	justify-content: space-around!important
}
.align-items-start {
	align-items: flex-start!important
}
.align-items-end {
	align-items: flex-end!important
}
.align-items-center {
	align-items: center!important
}
.align-items-baseline {
	align-items: baseline!important
}
.align-items-stretch {
	align-items: stretch!important
}
.align-content-start {
	align-content: flex-start!important
}
.align-content-end {
	align-content: flex-end!important
}
.align-content-center {
	align-content: center!important
}
.align-content-between {
	align-content: space-between!important
}
.align-content-around {
	align-content: space-around!important
}
.align-content-stretch {
	align-content: stretch!important
}
.align-self-auto {
	align-self: auto!important
}
.align-self-start {
	align-self: flex-start!important
}
.align-self-end {
	align-self: flex-end!important
}
.align-self-center {
	align-self: center!important
}
.align-self-baseline {
	align-self: baseline!important
}
.align-self-stretch {
	align-self: stretch!important
}
.float-left, .float-xs-left {
	float: left!important
}
.float-right, .float-xs-right {
	float: right!important
}
.float-none, .float-xs-none {
	float: none!important
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: sticky!important
}
.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-top {
	top: 0
}
.fixed-bottom {
	bottom: 0
}
@supports (position:sticky) {
.sticky-top {
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
	box-shadow: none!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.h-auto {
	height: auto!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.min-vw-100 {
	min-width: 100vw!important
}
.min-vh-100 {
	min-height: 100vh!important
}
.vw-100 {
	width: 100vw!important
}
.vh-100 {
	height: 100vh!important
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
	margin: .25rem!important
}
.mt-1, .my-1 {
	margin-top: .25rem!important
}
.mr-1, .mx-1 {
	margin-right: .25rem!important
}
.mb-1, .my-1 {
	margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
	margin-left: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.mt-2, .my-2 {
	margin-top: .5rem!important
}
.mr-2, .mx-2 {
	margin-right: .5rem!important
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
	margin-left: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.mt-5, .my-5 {
	margin-top: 3rem!important
}
.mr-5, .mx-5 {
	margin-right: 3rem!important
}
.mb-5, .my-5 {
	margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
	margin-left: 3rem!important
}
.p-0 {
	padding: 0!important
}
.pt-0, .py-0 {
	padding-top: 0!important
}
.pr-0, .px-0 {
	padding-right: 0!important
}
.pb-0, .py-0 {
	padding-bottom: 0!important
}
.pl-0, .px-0 {
	padding-left: 0!important
}
.p-1 {
	padding: .25rem!important
}
.pt-1, .py-1 {
	padding-top: .25rem!important
}
.pr-1, .px-1 {
	padding-right: .25rem!important
}
.pb-1, .py-1 {
	padding-bottom: .25rem!important
}
.pl-1, .px-1 {
	padding-left: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.pt-2, .py-2 {
	padding-top: .5rem!important
}
.pr-2, .px-2 {
	padding-right: .5rem!important
}
.pb-2, .py-2 {
	padding-bottom: .5rem!important
}
.pl-2, .px-2 {
	padding-left: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.pt-3, .py-3 {
	padding-top: 1rem!important
}
.pr-3, .px-3 {
	padding-right: 1rem!important
}
.pb-3, .py-3 {
	padding-bottom: 1rem!important
}
.pl-3, .px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.pt-5, .py-5 {
	padding-top: 3rem!important
}
.pr-5, .px-5 {
	padding-right: 3rem!important
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important
}
.pl-5, .px-5 {
	padding-left: 3rem!important
}
.m-n1 {
	margin: -.25rem!important
}
.mt-n1, .my-n1 {
	margin-top: -.25rem!important
}
.mr-n1, .mx-n1 {
	margin-right: -.25rem!important
}
.mb-n1, .my-n1 {
	margin-bottom: -.25rem!important
}
.ml-n1, .mx-n1 {
	margin-left: -.25rem!important
}
.m-n2 {
	margin: -.5rem!important
}
.mt-n2, .my-n2 {
	margin-top: -.5rem!important
}
.mr-n2, .mx-n2 {
	margin-right: -.5rem!important
}
.mb-n2, .my-n2 {
	margin-bottom: -.5rem!important
}
.ml-n2, .mx-n2 {
	margin-left: -.5rem!important
}
.m-n3 {
	margin: -1rem!important
}
.mt-n3, .my-n3 {
	margin-top: -1rem!important
}
.mr-n3, .mx-n3 {
	margin-right: -1rem!important
}
.mb-n3, .my-n3 {
	margin-bottom: -1rem!important
}
.ml-n3, .mx-n3 {
	margin-left: -1rem!important
}
.m-n4 {
	margin: -1.5rem!important
}
.mt-n4, .my-n4 {
	margin-top: -1.5rem!important
}
.mr-n4, .mx-n4 {
	margin-right: -1.5rem!important
}
.mb-n4, .my-n4 {
	margin-bottom: -1.5rem!important
}
.ml-n4, .mx-n4 {
	margin-left: -1.5rem!important
}
.m-n5 {
	margin: -3rem!important
}
.mt-n5, .my-n5 {
	margin-top: -3rem!important
}
.mr-n5, .mx-n5 {
	margin-right: -3rem!important
}
.mb-n5, .my-n5 {
	margin-bottom: -3rem!important
}
.ml-n5, .mx-n5 {
	margin-left: -3rem!important
}
.m-auto {
	margin: auto!important
}
.mt-auto, .my-auto {
	margin-top: auto!important
}
.mr-auto, .mx-auto {
	margin-right: auto!important
}
.mb-auto, .my-auto {
	margin-bottom: auto!important
}
.ml-auto, .mx-auto {
	margin-left: auto!important
}
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
.text-justify {
	text-align: justify!important
}
.text-wrap {
	white-space: normal!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.lang-rtl main, .text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bolder!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #2fb5d2!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #208094!important
}
.text-secondary {
	color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #19692c!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #0f6674!important
}
.text-warning {
	color: #ff9a52!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #ff6d06!important
}
.text-danger {
	color: #ff4c4c!important
}
a.text-danger:focus, a.text-danger:hover {
	color: red!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #cbd3da!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #121416!important
}
.text-body {
	color: #212529!important
}
.text-black-50 {
	color: rgba(0,0,0,.5)!important
}
.text-white-50 {
	color: rgba(255,255,255,.5)!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.text-decoration-none {
	text-decoration: none!important
}
.text-reset {
	color: inherit!important
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}
.flash {
	animation-name: flash
}
.pulse {
	animation-name: pulse
}
.rubberBand {
	animation-name: rubberBand
}
.shake {
	animation-name: shake
}
.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}
.swing {
	transform-origin: top center;
	animation-name: swing
}
.tada {
	animation-name: tada
}
.wobble {
	animation-name: wobble
}
.jello {
	animation-name: jello;
	transform-origin: center
}
.bounceIn {
	animation-name: bounceIn
}
.bounceInDown {
	animation-name: bounceInDown
}
.bounceInLeft {
	animation-name: bounceInLeft
}
.bounceInRight {
	animation-name: bounceInRight
}
.bounceInUp {
	animation-name: bounceInUp
}
.fadeIn {
	animation-name: fadeIn
}
.fadeInDown {
	animation-name: fadeInDown
}
.fadeInLeft {
	animation-name: fadeInLeft
}
.fadeInRight {
	animation-name: fadeInRight
}
.fadeInUp {
	animation-name: fadeInUp
}
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}
.rotateIn {
	animation-name: rotateIn
}
.rotateInDownLeft {
	animation-name: rotateInDownLeft
}
.rotateInDownRight {
	animation-name: rotateInDownRight
}
.rotateInUpLeft {
	animation-name: rotateInUpLeft
}
.rotateInUpRight {
	animation-name: rotateInUpRight
}
.rollIn {
	animation-name: rollIn
}
.zoomIn {
	animation-name: zoomIn
}
.zoomInDown {
	animation-name: zoomInDown
}
.zoomInLeft {
	animation-name: zoomInLeft
}
.zoomInRight {
	animation-name: zoomInRight
}
.zoomInUp {
	animation-name: zoomInUp
}
.slideInDown {
	animation-name: slideInDown
}
.slideInLeft {
	animation-name: slideInLeft
}
.slideInRight {
	animation-name: slideInRight
}
.slideInUp {
	animation-name: slideInUp
}
.elementor-animation-grow, .elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}
.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover, .elementor-iqit-banner:hover .elementor-animation-grow {
	transform: scale(1.1)
}
.elementor-iqit-banner .elementor-animation-shrink {
	transform: scale(1.1)
}
.elementor-iqit-banner:hover .elementor-animation-shrink {
	transform: scale(1)
}
.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
	transform: scale(.9)
}
.elementor-iqit-banner:hover .elementor-animation-pulse {
	animation-name: elementor-animation-pulse-banner;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}
.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}
.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover, .elementor-iqit-banner:hover .elementor-animation-pulse-grow {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}
.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover, .elementor-iqit-banner:hover .elementor-animation-pulse-shrink {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}
.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover, .elementor-iqit-banner:hover .elementor-animation-push {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}
.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover, .elementor-iqit-banner:hover .elementor-animation-pop {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}
.elementor-animation-bounce-in, .elementor-animation-bounce-out {
	transition-duration: .5s
}
.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover, .elementor-iqit-banner:hover .elementor-animation-bounce-in {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}
.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover, .elementor-iqit-banner:hover .elementor-animation-bounce-out {
	transform: scale(.8);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}
.elementor-animation-grow-rotate, .elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}
.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover, .elementor-iqit-banner:hover .elementor-animation-rotate {
	transform: rotate(4deg)
}
.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover, .elementor-iqit-banner:hover .elementor-animation-grow-rotate {
	transform: scale(1.1) rotate(4deg)
}
.elementor-animation-float, .elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}
.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover, .elementor-iqit-banner:hover .elementor-animation-float {
	transform: translateY(-8px)
}
.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover, .elementor-iqit-banner:hover .elementor-animation-sink {
	transform: translateY(8px)
}
.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover, .elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover, .elementor-iqit-banner:hover .elementor-animation-bob, .elementor-iqit-banner:hover .elementor-animation-hang {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}
.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover, .elementor-iqit-banner:hover .elementor-animation-hang {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang
}
.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform
}
.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover, .elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover, .elementor-iqit-banner:hover .elementor-animation-skew, .elementor-iqit-banner:hover .elementor-animation-skew-forward {
	transform: skew(-10deg)
}
.elementor-animation-skew-backward, .elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}
.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover, .elementor-iqit-banner:hover .elementor-animation-skew-backward {
	transform: skew(10deg)
}
.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover, .elementor-iqit-banner:hover .elementor-animation-wobble-vertical {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}
.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover, .elementor-iqit-banner:hover .elementor-animation-wobble-horizontal {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}
.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover, .elementor-iqit-banner:hover .elementor-animation-wobble-to-bottom-right {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}
.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover, .elementor-iqit-banner:hover .elementor-animation-wobble-to-top-right {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}
.elementor-animation-wobble-top {
	transform-origin: 0 100%
}
.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover, .elementor-iqit-banner:hover .elementor-animation-wobble-top {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}
.elementor-animation-wobble-bottom {
	transform-origin: 100% 0
}
.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover, .elementor-iqit-banner:hover .elementor-animation-wobble-bottom {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}
.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover, .elementor-iqit-banner:hover .elementor-animation-wobble-skew {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}
.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover, .elementor-iqit-banner:hover .elementor-animation-buzz {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}
.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover, .elementor-iqit-banner:hover .elementor-animation-buzz-out {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}
.elementor-animation-fade-out-20 {
	transition: opacity .3s ease-in-out
}
.elementor-animation-fade-out-20:active, .elementor-animation-fade-out-20:focus, .elementor-animation-fade-out-20:hover, .elementor-iqit-banner:hover .elementor-animation-fade-out-20 {
	opacity: .8!important
}
.h3, .h4, h3, h4 {
	font-size: 1.125rem
}
.h2, h2 {
	font-size: 1.25rem
}
.lang-rtl * {
	/*direction: rtl!important*/
}
body, html {
	height: 100%
}
body {
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.25em
}
.container {
	width: auto
}
.medium-gutters {
	margin-right: -.7rem;
	margin-left: -.7rem
}
.medium-gutters&gt;.col, .medium-gutters&gt;[class*=col-] {
	padding-right: .7rem;
	padding-left: .7rem
}
.small-gutters {
	margin-right: -.5rem;
	margin-left: -.5rem
}
.small-gutters&gt;.col, .small-gutters&gt;[class*=col-] {
	padding-right: .5rem;
	padding-left: .5rem
}
.extra-small-gutters {
	margin-right: -.3rem;
	margin-left: -.3rem
}
.extra-small-gutters&gt;.col, .extra-small-gutters&gt;[class*=col-] {
	padding-right: .3rem;
	padding-left: .3rem
}
.list-small-gutters {
	margin-right: -.4rem;
	margin-left: -.4rem
}
.list-small-gutters&gt;.col, .list-small-gutters&gt;[class*=col-] {
	padding-right: .4rem;
	padding-left: .4rem
}
input:required {
box-shadow:none
}
input::-ms-clear {
display:none
}
input[type=number] {
	-moz-appearance: textfield
}
.product-quantity input[type=number]::-webkit-inner-spin-button, .product-quantity input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
.form-control-select, select {
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
	background-position: calc(100% - 13px) calc(1em + 0px), calc(100% - 8px) calc(1em + 0px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat
}
.custom-select2 {
	position: relative;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}
.custom-select2 .form-control-select, .custom-select2 select {
	background: 0 0!important;
	position: relative;
	z-index: 2
}
.custom-select2:after {
	content: "\f107";
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: .6rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 13px
}
small.label, small.value {
	font-size: .8rem
}
.form-control-label {
	padding-top: .8rem
}
.form-control {
	border: 0;
	height: auto;
	padding: .6rem 1rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	-webkit-appearance: none
}
.form-control:focus {
	box-shadow: none
}
.input-group.focus {
	outline: 0
}
.input-group .form-control:focus {
	outline: 0
}
.input-group .input-group-btn&gt;.btn {
	border: 0;
	box-shadow: none;
	font-weight: 400;
	margin-left: 0;
	padding: .65625rem 1rem;
	text-transform: uppercase
}
.form-control-select {
	height: 2.625rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 2rem
}
.form-control-select::-ms-expand {
display:none
}
select.form-control:not([size]):not([multiple]) {
	height: 2.625rem
}
.form-control-valign {
	padding-top: .5rem
}
.form-control-comment {
	font-size: .8rem;
	opacity: .8;
	padding-top: .4rem;
	padding-bottom: .4rem
}
.form-control-submit.disabled {
	background: #878787;
	color: #fff
}
.form-group.has-error input, .form-group.has-error select {
	outline: .1875rem solid #ff4c4c
}
.form-group.has-error .help-block {
	color: #ff4c4c
}
.group-span-filestyle label, .ms-alphabetical .ms-letter-brands ul, .page-order-detail #order-infos ul, .page-order-detail #order-infos2 ul, body#checkout section.checkout-step hr {
	margin: 0
}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
	background: #2fb5d2;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .875rem;
	padding: .5rem 1rem
}
.bootstrap-touchspin input:focus, a:focus, button:focus {
	outline: 0
}
.bootstrap-touchspin .btn-touchspin {
	background-color: #fff;
	border: 1px solid #ced4da;
	height: calc(2.25rem + 2px)/2.0625rem
}
.bootstrap-touchspin .btn-touchspin:hover {
	background-color: rgba(160,160,160,.25)
}
.bootstrap-touchspin .input-group-btn-vertical {
	width: auto;
	display: block
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	height: 50%
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	height: 50%;
	border-top-color: transparent!important;
	margin-top: 0
}
.bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 1rem;
	left: 6px;
	pointer-events: none
}
.radio-inline {
	margin-right: .8rem
}
.custom-radio {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	margin-right: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.09)
}
.custom-radio input[type=radio] {
	opacity: 0;
	cursor: pointer
}
.custom-radio input[type=radio]:checked+span {
	animation: checkbox-bounce .3s cubic-bezier(.7, 0, .3, 1);
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.custom-radio label, body#checkout section.checkout-step .radio-field label {
	display: inline
}
.custom-checkbox {
	position: relative
}
.custom-checkbox input[type=checkbox] {
	margin-top: 4px;
	width: 16px;
	height: 16px;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	position: absolute
}
.custom-checkbox input[type=checkbox]+span {
	margin-right: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.09);
	text-align: center
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked {
	display: none;
	position: absolute;
	top: 2px;
	left: 1px;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 10px
}
.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
	animation: checkbox-bounce .3s cubic-bezier(.7, 0, .3, 1);
	display: block
}
.custom-checkbox label {
	text-align: left;
	display: inline
}
.input-color {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 1.5rem;
	width: 1.5rem
}
.input-container {
	position: relative
}
.input-radio {
	position: absolute;
	top: 0;
	cursor: pointer;
	opacity: 0;
	min-height: 1.5rem;
	min-width: 1.5rem;
	width: 100%;
	height: 100%;
	padding: 0 .4rem
}
.input-radio+span {
	padding: 2px 6px;
	line-height: calc(1.5rem - 4px)
}
.custom-checkbox input[type=checkbox]+span:not(.color), .custom-radio {
	border: 1px solid rgba(160,160,160,.25)
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
	padding: 0 4px;
	border: 2px solid rgba(160,160,160,.25);
	line-height: calc(1.5rem - 4px)
}
.color, .custom-checkbox input[type=checkbox]+span.color, .radio-label {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	outline: 1px solid rgba(160,160,160,.25);
	cursor: pointer;
	background-size: contain;
	text-align: center;
	line-height: 1.8rem;
	margin-right: 2px
}
.color.active, .color:hover, .custom-checkbox input[type=checkbox]+span.color.active, .custom-checkbox input[type=checkbox]+span.color:hover, .facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color, .radio-label.active, .radio-label:hover {
	border: 2px solid rgba(160,160,160,.25)
}
.radio-label {
	width: auto;
	height: auto;
	min-height: 1.5rem;
	min-width: 1.5rem
}
.btn, button {
	cursor: pointer
}
button {
	border-radius: 0;
	-webkit-appearance: none;
	font: inherit;
	overflow: visible;
	text-transform: none;
	padding: 0
}
.btn {
	padding: .5rem 1.25rem
}
.btn:focus {
	box-shadow: none
}
.btn[disabled] {
	cursor: no-drop
}
.btn-primary:not(.btn-iconic) i, .btn-secondary:not(.btn-iconic) i {
	margin-right: .5em
}
.btn-group-lg&gt;.btn, .btn-lg {
	border-radius: 0;
	padding: 1rem 1.5rem;
	font-size: inherit
}
.btn-group-sm&gt;.btn, .btn-sm {
	padding: .25rem .5rem;
	border-radius: 0
}
.btn-group-sm&gt;.btn i, .btn-sm i {
	margin-right: 0!important;
	vertical-align: middle
}
.btn.disabled, .btn.disabled:hover, .btn:disabled {
	opacity: .5;
	cursor: not-allowed
}
.btn-warning {
	transition: all .4s ease-in-out
}
.block-title {
	position: relative
}
#left-column .block, #right-column .block {
	margin-bottom: 2rem
}
#footer .block {
	padding-bottom: 1rem
}
.block-links ul&gt;li {
	margin-bottom: .4rem
}
.block-links li&gt;ul {
	margin-top: .4rem
}
.block-links ul&gt;li a {
	display: inline-block;
	position: relative;
	padding-left: 12px
}
.block-links ul&gt;li a:before {
	content: "\f105";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	font: 14px/1 FontAwesome;
	line-height: inherit;
	font-size: 13px;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}
.block-links ul&gt;li a:hover:before {
	left: 3px
}
#header .header-nav .left-nav&gt;div&gt;ul, #header .header-nav .right-nav&gt;div&gt;ul, .block-links-inline ul {
	display: inherit
}
.block-links-inline ul&gt;li {
	display: inline-block
}
#header .header-nav .left-nav&gt;div:after, #header .header-nav .right-nav&gt;div:after, .block-links-inline ul&gt;li:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 1.5em;
	width: 1px;
	margin-left: .5rem;
	margin-right: .5rem;
	background-color: currentColor;
	opacity: .2
}
#header .header-nav .left-nav&gt;div:last-child:after, #header .header-nav .right-nav&gt;div:last-child:after, .block-links-inline ul&gt;li:last-child:after {
	display: none
}
.social-links._topbar {
	vertical-align: middle
}
.social-links&gt;li {
	display: inline-block;
	padding: 0 .2em 0 0
}
.social-links&gt;li:last-child {
	padding-right: 0
}
.social-links&gt;li.facebook&gt;a, .social-links&gt;li.facebook&gt;a:hover {
	color: #3b5998!important
}
.social-links&gt;li.twitter&gt;a, .social-links&gt;li.twitter&gt;a:hover {
	color: #23c3fd!important
}
.social-links&gt;li.instagram&gt;a, .social-links&gt;li.instagram&gt;a:hover {
	color: #517fa3!important
}
.social-links&gt;li.google&gt;a, .social-links&gt;li.google&gt;a:hover {
	color: #c73e2e!important
}
.social-links&gt;li.pinterest&gt;a, .social-links&gt;li.pinterest&gt;a:hover {
	color: #cb2027!important
}
.social-links&gt;li.youtube&gt;a, .social-links&gt;li.youtube&gt;a:hover {
	color: #e82a34!important
}
.social-links&gt;li.vimeo&gt;a, .social-links&gt;li.vimeo&gt;a:hover {
	color: #85c6fc!important
}
.ps-emailsubscription-block .input-subscription {
	background: 0 0;
	border: 0
}
.ps-emailsubscription-block .btn-subscribe {
	background: 0 0;
	border: 0;
	box-shadow: none;
	outline: 0;
	padding: 0 1rem
}
.psgdpr_consent_checkbox_span {
	min-width: 16px
}
html {
	scroll-behavior: smooth
}
ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}
button, input, optgroup, select, textarea {
	font-family: inherit
}
p {
	margin-bottom: .8rem
}
.rte-content ol, .rte-content ul {
	list-style-type: disc;
	padding: .6rem .6rem .6rem 2rem
}
.rte-content ol {
	list-style-type: decimal
}
.close {
	font-size: 2.1rem
}
.page-title {
	position: relative
}
.dropdown-menu {
	font-size: inherit
}
.h4 {
	font-weight: 700
}
.card {
	background: 0 0;
	border: 1px solid rgba(160,160,160,.25)
}
.text-muted {
	font-size: .8rem;
	color: currentColor!important;
	opacity: .8;
	line-height: 1.2em
}
.text-default {
	font-size: 1rem
}
.text-faded {
	opacity: .8
}
.done {
	display: inline-block;
	margin-right: .5rem
}
.definition-list dl, .product-features&gt;dl.data-sheet {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap
}
.definition-list dl dt {
	font-weight: 400
}
.definition-list dl dd, .definition-list dl dt {
	box-flex: 0;
	-moz-flex: 0 0 45%;
	flex: 0 0 45%;
	background: rgba(204,204,204,.15);
	padding: .625rem;
	margin: .125rem
}
.help-block {
	margin-top: .5rem
}
.alert-warning .material-icons {
	color: #ff9a52;
	font-size: 2rem;
	margin-right: .5rem;
	padding-top: .2rem
}
.alert-warning .alert-text {
	font-size: .9375rem;
	padding-top: .5rem
}
.alert-warning .alert-link {
	border-radius: 2px;
	border-width: 2px;
	margin-left: .5rem;
	padding: .2rem 1rem;
	font-weight: 600;
	font-size: .8125rem;
	color: #6c868e
}
.alert-warning ul li:last-child .alert-link {
	color: #fff
}
.alert-warning .warning-buttons {
	margin-top: .2rem
}
.alert-danger a:link:not(.btn), .alert-danger a:visited:not(.btn) {
	color: #a94442!important;
	text-decoration: underline
}
.alert-danger a:hover:not(.btn) {
	color: #561c1b!important;
	text-decoration: none
}
.grey-background {
	background: rgba(204,204,204,.15)
}
.cursor-pointer {
	cursor: pointer
}
.table-striped tbody tr:nth-of-type(odd) {
	background: rgba(204,204,204,.15)
}
.thead-default th {
	background-color: rgba(204,204,204,.4)
}
.nav-tabs {
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.nav-tabs .nav-item {
	margin-right: 1.5rem
}
.nav-tabs .nav-item:last-child {
	margin-right: 0
}
.nav-tabs .nav-link {
	border: 0;
	opacity: .4;
	padding: 0 0 .5em;
	font-size: 1.2rem;
	color: inherit;
	cursor: pointer
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	color: inherit;
	border: 0;
	opacity: 1;
	border-bottom: 1px solid red
}
.nav-tabs .nav-link.active {
	color: inherit;
	background: 0 0;
	opacity: 1;
	border-bottom: 1px solid red
}
.tab-content&gt;.tab-pane {
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden
}
.tab-content&gt;.tab-pane.active {
	height: auto;
	overflow: visible;
	visibility: visible
}
.ps-alert-error {
	margin-bottom: 0
}
.ps-alert-error .item {
	background-color: #ff4c4c
}
.ps-alert-error .item, .ps-alert-success .item {
	align-items: center;
	border: 2px #ff4c4c solid;
	display: flex;
	margin-bottom: 1rem
}
.ps-alert-error .item i, .ps-alert-success .item i {
	border: 15px #ff4c4c solid;
	display: flex
}
.ps-alert-error .item i svg {
	background-color: #ff4c4c;
	width: 24px;
	height: 24px
}
.ps-alert-success .item i svg {
	width: 24px;
	height: 24px
}
.ps-alert-error .item p, .ps-alert-success .item p {
	background-color: #fff;
	margin: 0;
	padding: 18px 20px;
	width: 100%
}
.ps-alert-success {
	padding: .25rem .25rem 2.75rem
}
.ps-alert-success .item, .ps-alert-success .item i {
	border-color: #4cbb6c
}
.ps-alert-success .item, .ps-alert-success .item i svg {
	background-color: #4cbb6c
}
#manufacturer-description-wrapper&gt;.card {
	border: 0
}
.btn-brands-more {
	display: none
}
.btn-brands-more.collapsed {
	display: block
}
.ms-alphabetical .ms-letter-selector {
	border-bottom: 1px solid rgba(160,160,160,.25);
	padding-bottom: .625rem
}
.ms-alphabetical .ms-letter-selector&gt;.ms-l-sep {
	padding: 0 .25rem;
	opacity: .4
}
.ms-alphabetical .ms-letter-list {
	border-bottom: 1px solid rgba(160,160,160,.25);
	padding: 1rem 0
}
.ms-alphabetical .ms-letter-list:last-child {
	border-bottom: none
}
.ms-alphabetical .ms-letter-list&gt;.ms-letter {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2rem;
	margin-bottom: 1rem
}
.ms-grid .brand {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center
}
.ms-grid .brand-img {
	display: block
}
.dropdown .expand-more {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.dropdown .active {
	max-height: 200px;
	overflow-y: hidden;
	visibility: visible
}
.dropdown select {
	-moz-appearance: none;
	border: 0;
	outline: 0;
	color: #414141;
	background: #fff
}
.dropdown-menu-custom {
	display: block;
	border: 0!important;
	padding: 0;
	float: none;
	position: static;
	min-width: 0;
	height: 0;
	width: 0;
	margin: 0;
	background: 0 0!important
}
:not(.dropdown-menu-custom).dropdown-menu {
	padding: 0;
	margin: 0;
	display: block;
	min-width: 100%;
	transform-origin: top;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	opacity: 0;
	visibility: hidden;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	-webkit-transition: all .2s cubic-bezier(.7, 0, .3, 1)
}
.show&gt;:not(.dropdown-menu-custom).dropdown-menu {
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible
}
.dropdown-item {
	padding: .5em .8em
}
.dropdown-item.current {
	font-weight: 700
}
.dropdown-item:focus, .dropdown-item:hover {
	background: 0 0;
	text-decoration: none
}
.dropdown-item.active, .dropdown-item:active {
	color: inherit
}
.modal-backdrop {
	background-color: rgba(0,0,0,.5)
}
.modal {
	z-index: 999996
}
.modal-backdrop {
	z-index: 999992
}
.modal-backdrop.backdrop-second {
	z-index: 999989
}
.modal-dialog {
	max-width: 700px;
	margin: 90px auto;
	padding: 1rem;
	left: 0;
	right: 0
}
.modal-backdrop.show, body#checkout section.checkout-step.-current, body#checkout section.checkout-step:hover {
	opacity: 1
}
.modal-content {
	border-radius: 0;
	border: 0;
	transform: scale(.8);
	opacity: 0;
	transition: all .3s
}
.modal-open .modal {
	padding: 0!important
}
.modal.fade .modal-dialog {
	transform: translateY(0)
}
.modal.show .modal-content {
	transform: scale(1);
	opacity: 1
}
.modal-title {
	font-size: 1.5rem
}
.col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
	position: absolute;
	left: 0;
	top: initial;
	z-index: 1000;
	width: 100%;
	transform-origin: top;
	animation-fill-mode: forwards;
	-webkit-transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	-webkit-transition: all .2s cubic-bezier(.7, 0, .3, 1)
}
.col-mobile-menu-dropdown.show #_mobile_iqitmegamenu-mobile {
	transform: scale(1);
	opacity: 1;
	visibility: visible
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
	height: 100vh;
	position: fixed;
	z-index: 5005;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transform: translate3d(-115%, 0, 0);
	transition: transform .4s;
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	width: 300px
}
.col-mobile-menu-push.show #_mobile_iqitmegamenu-mobile {
	transform: translate3d(0, 0, 0)
}
.col-mobile-menu-push.show #mobile_menu_click_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}
.col-mobile-menu-push #iqitmegamenu-mobile {
	min-height: 100%
}
#mobile-header-sticky.stuck .col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
	max-height: 94vh;
	overflow-x: hidden;
	height: auto
}
.mobile-menu, .search-widget form {
	position: relative
}
.mobile-menu__header {
	visibility: hidden;
	opacity: 0;
	transition: visibility .3s ease, opacity .3s ease
}
.mobile-menu__header--active {
	visibility: visible;
	opacity: 1
}
.mobile-menu li&gt;.mobile-menu__submenu--accordion {
	padding-left: 1rem
}
.mobile-menu__footer {
	display: flex
}
.mobile-menu__content {
	overflow-x: hidden;
	overflow-y: auto
}
.mobile-menu__content::-webkit-scrollbar {
width:6px
}
.mobile-menu__content::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.25)
}
.mobile-menu__close-icon, .mobile-menu__links-list-li--active&gt;.mobile-menu__subcat-expander&gt;.mobile-menu__subcat-expander-icon-down, .mobile-menu__tab--active&gt;span&gt;.mobile-menu__expand-icon {
	display: none!important
}
.mobile-menu--active .mobile-menu__scroller {
	overflow: hidden
}
.mobile-menu__close, .mobile-menu__title {
	font-size: 1.5rem
}
.mobile-menu__back-btn {
	font-size: 2rem;
	border: 0;
	background: 0;
	text-align: left;
	display: flex;
	align-items: center;
	line-height: 1
}
.mobile-menu__tab {
	font-size: 1rem;
	line-height: 1.4em
}
.mobile-menu__tab--active&gt;span&gt;.mobile-menu__close-icon {
	display: block!important
}
#blockcart-content .cart-products&gt;li:last-child, .mobile-menu__tab:last-child, .my-account-page-content-wrapper .my-account-side-links&gt;a:last-child {
	border-bottom: none
}
.mobile-menu__arrow {
	padding-left: 20px;
	display: block
}
.mobile-menu__tab-icon {
	margin-right: 5px
}
#blockcart-content .cart-title hr, #order-items table, #pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input, .mobile-menu__tab-row-break {
	width: 100%
}
.mobile-menu__link {
	display: block;
	transition: opacity .3s ease;
	width: 70%;
	line-height: 1.2em
}
.mobile-menu__link:hover {
	text-decoration: none
}
.mobile-menu__legend {
	position: relative;
	top: -.75rem;
	display: inline-block;
	padding: .2em .55em
}
.mobile-menu__submenu--panel {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 900;
	line-height: 1.5;
	font-size: 1rem;
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff
}
.mobile-menu__submenu--panel::-webkit-scrollbar {
width:6px
}
.mobile-menu__submenu--panel::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.25)
}
.mobile-menu__submenu--accordion {
	width: 100%;
	display: none
}
.mobile-menu__links-list-li--active&gt;.mobile-menu__links-list--lvl-hidden, .mobile-menu__submenu--active {
	display: block
}
.mobile-menu__submenu--prev {
	overflow: hidden
}
.mobile-menu__column-title {
	display: inline-block;
	font-size: 1.25rem;
	text-transform: uppercase
}
.mobile-menu__links-list--lvl-hidden {
	padding: 1rem 0 0 1rem;
	display: none
}
.mobile-menu__links-list-li--active&gt;.mobile-menu__subcat-expander&gt;.mobile-menu__subcat-expander-icon-up {
	display: inline-block!important
}
.mobile-menu__subcat-expander-icon-up {
	display: none!important
}
.mobile-menu__links-link-parent {
	display: inline-block;
	position: relative;
	padding-right: 1rem;
	white-space: nowrap
}
.mobile-menu__category-image {
	display: block;
	margin-bottom: 1rem
}
.mobile-menu__banner-image-desc, .mobile-menu__language-currency--active .mobile-menu__language-currency-dropdown {
	display: block
}
.mobile-menu__language-currency-dropdown {
	display: none
}
.mm-panel__header {
	display: flex;
	justify-content: space-between
}
.mm-panel__body {
	overflow: hidden;
	padding: 0
}
.mm-panel__bottom-bar {
	display: flex;
	justify-content: space-between
}
.ns-box {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 999999;
	max-width: 380px;
	background: #2fb4d1;
	color: #fff;
	padding: 1rem;
	transition: all .3s ease;
	min-width: 250px
}
.ns-box.ns-show {
	visibility: visible;
	opacity: 1
}
.ns-box, .ns-box.ns-hide {
	visibility: hidden;
	opacity: 0
}
.ns-effect-thumbslider .ns-box-inner {
	overflow: hidden
}
.ns-effect-thumbslider .ns-thumb-wrap {
	float: left;
	width: 80px
}
.ns-effect-thumbslider .ns-thumb {
	z-index: 2;
	position: relative
}
.ns-effect-thumbslider .ns-content {
	padding-left: 1rem
}
.ns-text-only .ns-content, body#checkout #order-summary-content .order-confirmation-table td {
	padding: 0
}
.ns-effect-thumbslider.ns-hide .ns-content, .ns-effect-thumbslider.ns-show .ns-content {
	animation-name: animSlide;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(.7, 0, .3, 1)
}
.ns-effect-thumbslider.ns-show .ns-content {
	animation-delay: .5s
}
.ns-effect-thumbslider.ns-hide .ns-content {
	animation-direction: reverse;
	animation-delay: .3s
}
.ns-effect-thumbslider.ns-hide .ns-delivery, .ns-effect-thumbslider.ns-show .ns-delivery {
	animation-name: animSlideDown;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(.7, 0, .3, 1)
}
.ns-effect-thumbslider.ns-show .ns-delivery {
	animation-delay: .5s
}
.ns-effect-thumbslider.ns-hide .ns-delivery {
	animation-direction: reverse;
	animation-delay: .3s
}
.ns-effect-thumbslider.ns-hide .ns-thumb, .ns-effect-thumbslider.ns-show .ns-thumb {
	animation-name: bounceIn;
	animation-duration: .5s;
	animation-timing-function: linear;
	animation-fill-mode: both
}
.ns-effect-thumbslider.ns-hide .ns-thumb {
	animation-direction: reverse;
	animation-delay: .3s
}
.ns-box-danger {
	background-color: #f2dede!important;
	color: #a94442!important
}
.search-widget .form-search-control {
	padding: .8rem 2rem .8rem 1rem
}
.search-widget .search-btn {
	position: absolute;
	right: 0;
	height: 100%;
	z-index: 4;
	background: 0 0;
	cursor: pointer;
	border: 0;
	padding: 0 1em
}
#header-search-btn .dropdown-search {
	padding: 1.5rem;
	min-width: 350px;
	max-width: 400px;
	right: 0;
	left: auto
}
#header-search-btn .fullscreen-search {
	min-height: 100vh;
	visibility: hidden;
	opacity: 0;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center!important;
	transition: all .3s cubic-bezier(.7, 0, .3, 1)
}
#header-search-btn .fullscreen-search #search_widget {
	margin: 0 auto;
	width: 80%;
	z-index: 2;
	position: relative;
	transform: scale(.8);
	opacity: 0;
	transition: all .3s cubic-bezier(.7, 0, .3, 1)
}
#header-search-btn .fullscreen-search #fullscreen-search-backdrop {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#header-search-btn .fullscreen-search .form-search-control {
	font-size: 1.5rem;
	padding: 1.7rem 1.5rem
}
#header-search-btn .fullscreen-search .search-btn {
	font-size: 1.5rem
}
#header-search-btn .fullscreen-search .autocomplete-suggestions {
	position: static;
	max-height: 450px
}
#header-search-btn .fullscreen-search .autocomplete-suggestion img {
	margin-right: 1rem;
	max-width: 80px
}
#header-search-btn.show .fullscreen-search {
	visibility: visible;
	opacity: 1
}
#header-search-btn.show #search_widget {
	transform: scale(1);
	opacity: 1
}
.autocomplete-suggestions {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	width: 100%;
	top: 100%;
	position: absolute;
	display: none;
	z-index: 999999;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box
}
.autocomplete-suggestion {
	padding: .6rem;
	position: relative;
	white-space: initial;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	color: #333
}
.autocomplete-suggestion b {
	font-weight: 400;
	color: #1f8dd6
}
.autocomplete-suggestion img {
	margin-right: .6rem;
	max-width: 60px
}
.autocomplete-suggestion .product-price, body#checkout section.checkout-step.-current .content {
	display: block
}
.autocomplete-suggestion-show-all {
	text-align: center;
	font-weight: 700;
	padding: 1rem;
	background: rgba(204,204,204,.15);
	border-top: solid 1px rgba(105,105,105,.13)
}
body#checkout section.checkout-step {
	border: 1px rgba(160,160,160,.25) solid;
	padding: 1.4rem;
	opacity: .5
}
body#checkout section.checkout-step .step-title {
	cursor: pointer;
	margin-bottom: 0
}
body#checkout section.checkout-step .content {
	padding: 0 1rem
}
body#checkout section.checkout-step .step-edit {
	font-weight: 400
}
body#checkout section.checkout-step .not-allowed {
	cursor: not-allowed;
	opacity: .5
}
body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit, body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit, body#checkout section.checkout-step.-reachable.-complete .content {
	display: none
}
body#checkout section.checkout-step.-current .step-title {
	border-bottom: 1px solid rgba(160,160,160,.25);
	margin-bottom: 1rem;
	margin-left: -1.4rem;
	margin-right: -1.4rem;
	padding: 0 1.4rem 1.4rem
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number, body#checkout section.checkout-step.-reachable.-complete h1 .done {
	display: inline-block
}
.js-payment-binary.disabled .accept-cgv, body#checkout section.checkout-step.-current.-reachable.-complete .content {
	display: block
}
body#checkout section.checkout-step.-unreachable .step-title {
	cursor: default
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
	cursor: pointer;
	display: block;
	float: right
}
body#checkout section.checkout-step .default-input {
	min-width: 40%
}
body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
	min-width: 60%
}
#order-confirmation #registration-form, body#checkout section.checkout-step .radio-field {
	margin-top: 2rem
}
body#checkout section.checkout-step .checkbox-field div {
	margin-top: 3.75rem
}
body#checkout section.checkout-step .select-field div {
	background: rgba(160,160,160,.25);
	padding: .625rem 3.125rem
}
.page-order table thead th, .page-order-detail #order-products.return td.qty .select select, body#checkout section.checkout-step .form-footer {
	text-align: center
}
body#checkout section.checkout-step #conditions-to-approve {
	padding-top: 1rem
}
.page-order-detail .messages .message&gt;div, body#checkout section.checkout-step .payment-options .payment-option {
	margin-bottom: .5rem
}
body#checkout section.checkout-step .payment-options .payment-option label {
	vertical-align: middle;
	margin: 0;
	max-width: 85%
}
body#checkout section.checkout-step .step-number {
	display: inline-block
}
body#checkout section.checkout-step .address-selector {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap
}
body#checkout section.checkout-step .address-item {
	border: rgba(160,160,160,.25) 1px solid;
	box-flex: 0;
	-moz-flex: 0 0 49%;
	flex: 0 0 49%;
	margin-bottom: .5rem
}
body#checkout section.checkout-step .address-alias {
	display: inline-block;
	font-weight: 600
}
body#checkout section.checkout-step .address {
	font-weight: 400;
	padding: 1rem
}
body#checkout section.checkout-step .radio-block {
	padding: .8rem 1rem;
	text-align: left;
	margin: 0
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
	display: inline-block;
	margin: 0 .4rem
}
body#checkout section.checkout-step .address-footer {
	text-align: center;
	padding: .625rem
}
body#checkout #order-summary-content #order-items h3.h3, body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses, body#checkout section.checkout-step .add-address {
	margin-top: 1.25rem
}
body#checkout section.checkout-step .add-address a i {
	font-size: .9375rem
}
body#checkout section.checkout-step .delivery-option {
	background: rgba(204,204,204,.15);
	padding: 1rem .8rem;
	margin-bottom: 1rem;
	align-items: center!important;
	margin-left: 0;
	margin-right: 0
}
body#checkout section.checkout-step .delivery-option&gt;label {
	text-align: inherit;
	margin: 0
}
body#checkout section.checkout-step .delivery-option&gt;label&gt;.row, body#checkout section.checkout-step .delivery-option&gt;label&gt;.row&gt;div:first-child&gt;.row {
	align-items: center!important
}
body#checkout section.checkout-step .delivery-option&gt;label&gt;.row {
	margin-right: -.5rem;
	margin-left: -.5rem
}
body#checkout section.checkout-step .delivery-option&gt;label&gt;.row&gt;.col {
	padding-right: .5rem;
	padding-left: .5rem
}
body#checkout section.checkout-step .delivery-option&gt;label&gt;.row&gt;div:last-child {
	text-align: right;
	float: right
}
body#checkout section.checkout-step .delivery-option&gt;label&gt;.row&gt;div:first-child img {
	margin: 0 .8rem 0 0
}
body#checkout section.checkout-step .delivery-option .carrier-delay {
	font-size: .8rem;
	line-height: 1.2em
}
body#checkout section.checkout-step .carrier-logo img {
	max-width: 100px
}
body#checkout section.checkout-step #personal-information-step-login {
	background: rgba(204,204,204,.15);
	padding: 1.5rem;
	margin-bottom: 1.5rem
}
body#checkout section.checkout-step .forgot-password {
	text-align: center;
	margin-bottom: 1rem
}
body#checkout .additional-information {
	font-size: .875rem;
	margin-left: 2.875rem;
	margin-top: 1.25rem
}
body#checkout #conditions-to-approve a:link {
	text-decoration: underline
}
body#checkout .cancel-address {
	margin: .8rem;
	display: block;
	text-decoration: underline
}
.product-pack article, body#checkout #cart-summary-product-list .cart-summary-product {
	border-bottom: 1px solid rgba(160,160,160,.25);
	padding: .5rem 0
}
body#checkout #cart-summary-product-list .cart-summary-product:last-child {
	border: 0
}
body#checkout #cart-summary-product-list .media-left {
	max-width: 40px
}
body#checkout .cart-summary-totals .iqitfreedeliverycount {
	margin: 1rem 0 0
}
body#checkout #order-summary-content {
	padding: 1rem;
	background: rgba(204,204,204,.15);
	margin-top: 1.5rem
}
body#checkout #order-summary-content h4.black {
	border-bottom: 1px solid rgba(160,160,160,.25);
	padding-bottom: .6rem
}
body#checkout #order-summary-content h5.h5 {
	margin-top: .6rem;
	margin-bottom: 1rem
}
.sitemap .block-links li&gt;ul, body#checkout #order-summary-content h5.addresshead {
	margin-top: .2rem
}
body#checkout #order-summary-content .noshadow {
	box-shadow: none
}
#order-details ul, body#checkout #gift_message, body#checkout #order-summary-content .address-block {
	margin-bottom: 1rem
}
body#checkout #order-summary-content #order-items {
	border-right: 0
}
body#checkout #order-summary-content .order-confirmation-table, body#checkout #order-summary-content .summary-selected-carrier {
	padding: 1rem;
	border: rgba(160,160,160,.25) 1px solid;
	border-radius: 0
}
body#checkout #order-summary-content .summary-selected-carrier {
	margin-bottom: .75rem
}
body#checkout #order-summary-content .step-edit {
	display: inline
}
body#checkout #order-summary-content .step-edit:hover {
	cursor: pointer
}
.modal-terms, .page-addresses .address .address-body {
	padding: 1rem
}
#order-items table tr {
	height: 2rem
}
#order-items table tr td:last-child {
	text-align: right
}
#order-items .order-line {
	margin-top: 1rem
}
#order-items .image img {
	width: 100%;
	margin-bottom: 1rem
}
#order-items .details, #order-items .qty {
	margin-bottom: 1rem
}
#order-items .details .customizations {
	margin-top: .625rem
}
#order-items .totals {
	font-size: 1.3rem
}
#order-confirmation .mail-sent-info {
	padding: 1rem;
	background: rgba(204,204,204,.15);
	margin-bottom: 1.5rem
}
#order-confirmation #content-hook_order_confirmation {
	padding: 1rem 0
}
#order-confirmation .order-confirmation-title-payment {
	border-right: 1px solid rgba(160,160,160,.25)
}
.bold, .page-addresses .address .address-body h4, .page-order-detail .order-items .order-item .desc .name {
	font-weight: 700
}
#products #facets-loader-icon, .js-payment-binary {
	display: none
}
.js-payment-binary .accept-cgv {
	margin-top: 10px;
	display: none
}
.js-payment-binary.disabled {
	opacity: .6;
	cursor: not-allowed
}
.js-payment-binary.disabled::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none
}
#ps_checkout-hosted-fields-form .col-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
#ps_checkout-hosted-fields-form .ps_checkout-info-wrapper {
	display: inline!important
}
.ps_checkout-button {
	margin-top: 10px
}
.page-addresses .address .address-footer a span, .table-labeled td, .table-labeled th {
	vertical-align: middle
}
.table-labeled .label {
	font-size: inherit;
	padding: .25rem .375rem;
	margin: .125rem;
	color: #fff;
	display: inline-block
}
.page-order .table {
	margin-bottom: 0
}
.page-order table td, .page-order table th {
	padding: .5rem
}
#customer-form .custom-checkbox {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex
}
#customer-form .custom-checkbox span {
	flex: none
}
#customer-form .custom-checkbox em {
	font-size: .8rem;
	opacity: .8
}
#authentication .tooltip.tooltip-bottom {
	padding: 0;
	margin: 0
}
#authentication .radio-inline, #identity .radio-inline {
	padding: 0
}
#authentication .radio-inline .custom-radio, #identity .radio-inline .custom-radio {
	margin-right: 0
}
.my-account-page-content-wrapper, .page-authentication #content, .page-customer-account #content {
	border: 1px solid rgba(160,160,160,.25);
	padding: 1rem;
	margin: 0 auto
}
.my-account-page-content-wrapper .my-account-side-links {
	border-right: 1px solid rgba(160,160,160,.25)
}
.my-account-page-content-wrapper .my-account-side-links&gt;a {
	display: block;
	width: 100%;
	max-width: 100%;
	flex: 0;
	border-bottom: 1px solid rgba(160,160,160,.25);
	padding: .6rem
}
.page-customer-account #content .order-actions a {
	padding: 0 .125rem
}
.page-customer-account #content .forgot-password {
	text-align: center;
	font-size: .875rem;
	margin-top: 1rem;
	padding-bottom: .9375rem
}
.page-customer-account #content .no-account {
	text-align: center;
	font-size: 1rem
}
.page-addresses .address {
	border: 1px solid rgba(160,160,160,.25);
	margin-bottom: 1.875rem
}
.page-addresses .address .address-body address {
	min-height: 9rem
}
.page-addresses .address .address-footer {
	border-top: 1px solid rgba(160,160,160,.25);
	padding: .5rem 1rem
}
.page-addresses .address .address-footer a {
	margin-right: .5rem
}
.page-addresses .addresses-footer {
	margin: 0 .9375rem
}
.page-addresses .addresses-footer a span {
	vertical-align: middle;
	margin-top: .5rem
}
.page-order-detail .box {
	border: 1px solid rgba(160,160,160,.25);
	padding: 1rem;
	margin-bottom: 1rem
}
.page-order-detail #order-history .history-lines .history-line {
	padding: .5rem 0;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.page-order-detail #order-history .history-lines .history-line:last-child {
	border-bottom: 0
}
.page-order-detail #order-history .history-lines .history-line .label {
	display: inline-block;
	margin: .25rem 0;
	color: #fff;
	padding: .25rem .375rem
}
.page-order-detail .addresses h4 {
	font-size: 1rem;
	font-weight: 700
}
.page-order-detail #order-products.return {
	margin-bottom: 1rem
}
.page-order-detail #order-products.return th.head-checkbox {
	width: 30px
}
.page-order-detail #order-products.return td {
	padding: 1.375rem .75rem
}
.page-order-detail #order-products.return td.qty {
	min-width: 125px
}
.page-order-detail #order-products.return td.qty .current {
	width: 30%;
	float: left;
	text-align: right;
	padding-right: .5rem
}
.page-order-detail #order-products.return td.qty .select {
	width: 70%;
	float: left;
	margin: -.625rem 0;
	padding-left: .25rem
}
.page-order-detail .order-items {
	padding: 0!important
}
.page-order-detail .order-items .order-item {
	padding: 1rem 1rem 0;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.page-order-detail .order-items .order-item .checkbox {
	width: 30px;
	float: left;
	padding: 0 .9375rem
}
.page-order-detail .order-items .order-item .content {
	width: calc(100% - 30px);
	float: left;
	padding: 0 .9375rem
}
.page-order-detail .order-items .order-item .desc, .page-order-detail .order-items .order-item .qty {
	margin-bottom: 1rem
}
.page-order-detail .order-items .order-item .qty .q, .page-order-detail .order-items .order-item .qty .s {
	margin-bottom: .25rem
}
.page-order-detail .messages .message {
	margin-top: .5rem;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.page-order-detail .messages .message:last-child {
	border-bottom: 0
}
#order-return-infos .customization, .page-order-detail .customization {
	margin-top: .75rem
}
#order-return-infos .thead-default th {
	color: #414141
}
#history .orders {
	margin: 0 -1rem
}
#history .orders .order {
	padding: .75rem 1rem;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
#history .orders .order a h3 {
	color: #878787
}
#history .orders .order .label {
	display: inline-block;
	margin: .25rem 0;
	padding: .25rem .375rem;
	color: #fff;
	border-radius: 3px
}
#history .orders .order:last-child {
	border-bottom: 0
}
#module-psgdpr-gdpr .psgdprinfo17 {
	overflow: hidden
}
.login-form {
	margin-top: 15px
}
.renew-password {
	margin-left: 10px
}
.renew-password .email {
	padding-bottom: 30px
}
.renew-password [type=submit] {
	margin-left: 50px
}
.progress {
	background: red;
	height: .4rem
}
.progress-bar {
	height: 100%;
	transition: .25s ease-out
}
#products .products {
	transition: opacity .3s ease
}
#products.-facets-loading #facets-loader-icon {
	display: block;
	position: absolute;
	z-index: 10;
	padding-top: .5rem
}
#products.-facets-loading .products {
	opacity: .4
}
#products #infinity-loader-icon {
	text-align: center;
	padding: 3rem 2rem;
	display: none
}
#products.-infinity-loading #infinity-loader-icon {
	display: block
}
.product-miniature {
	transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, outline .3s ease
}
.product-miniature .iqitreviews-nb {
	display: none
}
.product-miniature-small {
	position: relative
}
.product-miniature-small .product-description {
	padding-top: .8rem;
	padding-bottom: .8rem
}
.product-miniature-small .product-title {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .4rem
}
.product-miniature-small .iqitreviews-simple {
	font-size: .8rem;
	line-height: .8rem;
	margin-bottom: .2rem
}
.product-miniature-small .regular-price {
	text-decoration: line-through
}
.product-miniature-small .product-add-cart, .product-miniature-small .product-price-and-shipping {
	display: inline-block
}
.product-miniature-small .btn-add-to-cart-small {
	border: 0;
	background: 0 0;
	cursor: pointer;
	color: currentColor
}
.product-miniature-small:hover {
	z-index: 2
}
.product-miniature-small-grid {
	text-align: center
}
.product-miniature-small-grid .product-thumbnail img {
	margin: 0 auto
}
.product-miniature-grid .product-functional-buttons {
	padding: .2rem .4rem;
	font-size: 0;
	line-height: 0;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1), transform .2s cubic-bezier(.7, 0, .3, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	min-width: 100px;
	text-align: center
}
.product-miniature-grid .product-functional-buttons a {
	display: inline-block;
	padding: .4rem
}
.product-miniature-grid .product-functional-buttons i {
	font-size: 1.2rem
}
.product-miniature-grid .product-functional-buttons-bottom {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .5rem;
	transform: translate(-50%, 50%);
	opacity: 0
}
.product-miniature-grid .product-availability {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: .5rem;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1), transform .2s cubic-bezier(.7, 0, .3, 1)
}
.product-miniature-grid .input-group-add-cart {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}
.product-miniature-grid .input-group-add-cart .input-group {
	width: auto;
	margin-right: 5px
}
.block-categories li, .product-miniature-default, .product-miniature-default .thumbnail-container {
	position: relative
}
.product-miniature-default .product-thumbnail {
	text-align: center;
	display: block;
	position: relative
}
.product-miniature-default .product-thumbnail img {
	display: block;
	margin: 0 auto
}
.product-miniature-default .product-flags {
	left: 0;
	top: 0
}
.product-miniature-default li.product-flag {
	margin-top: .3rem;
	text-align: left
}
.product-miniature-default li.product-flag:first-child {
	margin-top: 0
}
.product-miniature-default .product-add-cart .input-group-add-cart {
	flex-wrap: nowrap
}
.product-miniature-default .product-add-cart .input-qty {
	max-width: 50px;
	min-width: 25px;
	text-align: center;
	padding: 0 .2em;
	-moz-appearance: textfield
}
.product-miniature-default .product-add-cart .input-qty::-webkit-inner-spin-button, .product-miniature-default .product-add-cart .input-qty::-webkit-outer-spin-button {
margin:0;
-webkit-appearance:none
}
.product-miniature-default .product-title {
	margin: 0;
	padding: 0
}
.product-miniature-default .price-countdown {
	font-size: .8rem;
	margin-top: .4rem;
	margin-bottom: .2rem;
	white-space: nowrap
}
.lang-rtl ol, .lang-rtl ul, .product-miniature-default .price-countdown .price-countdown-title {
	padding-right: 0
}
.product-miniature-default .price-countdown .time-txt {
	display: none
}
.product-miniature-default .variant-links .color {
	width: 1rem;
	height: 1rem;
	border: 1px solid rgba(161,161,161,.25);
	outline: 0;
	background-repeat: no-repeat
}
.product-miniature-default .regular-price {
	text-decoration: line-through
}
.product-miniature-default:hover {
	z-index: 2
}
.products.swiper-container .swiper-slide:not(.swiper-slide-visible) .product-miniature {
	box-shadow: none
}
.products-grid .product-miniature-default {
	height: 100%
}
.products-grid .product-miniature-default .product-description {
	padding-top: .8rem
}
.products-grid .product-miniature-default .product-category-name {
	padding-bottom: .2rem
}
.products-grid .product-miniature-default .product-brand, .products-grid .product-miniature-default .product-reference {
	margin-top: -.2rem
}
.products-grid .product-miniature-default .iqitreviews-simple, .products-grid .product-miniature-default .product-brand, .products-grid .product-miniature-default .product-reference, .products-grid .product-miniature-default .product-title {
	margin-bottom: .4rem
}
.products-grid .product-miniature-default .product-available {
	display: none
}
.products-grid .product-miniature-default .product-functional-buttons a:hover {
	opacity: .6
}
.products-grid .product-miniature-layout-1 .product-price-and-shipping, .products-grid .product-miniature-layout-1 .products-variants, .products-grid .product-miniature-layout-3 .product-price-and-shipping, .products-grid .product-miniature-layout-3 .products-variants {
	padding-bottom: .4rem
}
#search_filters .facet&gt;ul, #search_filters_brands .facet&gt;ul, #search_filters_suppliers .facet&gt;ul, .products-grid .product-miniature-layout-1 .product-description-short, .products-grid .product-miniature-layout-3 .product-description-short {
	padding-bottom: .5rem
}
#stores .page-stores .store-item-container .divide-left th, .products-grid .product-miniature-layout-2 .product-miniature-right {
	text-align: right
}
.products-grid .product-miniature-layout-2 .regular-price {
	display: block
}
.products-grid .product-miniature-layout-2 .product-add-cart {
	padding-top: .6rem
}
.products-grid .product-miniature-layout-2 .variant-links .color {
	width: .8rem;
	height: .8rem
}
.products-grid .product-miniature-layout-2 .product-description-short {
	padding-top: .4rem
}
.products-grid .product-miniature-layout-2 .price-countdown-wrapper {
	text-align: center;
	margin-bottom: .5rem
}
.products-grid .product-miniature-layout-2 .price-countdown {
	margin-top: 0;
	display: block
}
.products-grid .product-miniature-layout-2 .btn-product-list {
	white-space: normal
}
.products-grid .product-miniature-layout-2 .iqitreviews-simple {
	font-size: .8rem
}
.products-grid .product-miniature-layout-3 {
	text-align: center
}
.products-grid .product-miniature-layout-3 .input-group-add-cart {
	justify-content: center;
	flex-wrap: nowrap
}
.products-grid .product-miniature-layout-3 .product-thumbnail, .products-grid .product-miniature-layout-3 .thumbnail-container {
	position: static
}
.products-grid .product-miniature-layout-3 .product-description {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(0,0,0,.78);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.products-grid .product-miniature-layout-3 .product-overlay-link {
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0
}
#facets_search_center_dropdown #search_filter_controls, .products-grid .product-miniature-layout-3 .product-description-short {
	display: none!important
}
.products-grid .product-miniature-layout-3 .product-flags {
	transition: opacity .3s ease
}
.products-grid .product-miniature-layout-3 .product-add-cart .btn-product-list, .products-grid .product-miniature-layout-3 .product-add-cart form, .products-grid .product-miniature-layout-3 .product-functional-buttons-links, .products-grid .product-miniature-layout-3 .variant-links {
	display: inline-block;
	position: relative;
	z-index: 2
}
.products-grid .product-miniature-layout-3 .product-functional-buttons {
	background: 0 0!important
}
.products-grid .product-miniature-layout-3 .iqitreviews-simple {
	font-size: .8rem
}
.products-grid .product-miniature-layout-3 .product-add-cart {
	margin: .4rem 0
}
.products-grid .product-miniature-layout-3:hover .product-flags {
	opacity: 0
}
.products-grid .product-miniature-layout-3:hover .product-description {
	opacity: 1
}
.products-grid .product-miniature-layout-3:hover .product-description-inner {
	transform: translateY(0)
}
.product-miniature-list-row {
	margin: 0;
	padding: 1.4rem .7rem
}
.product-miniature-list .product-price {
	font-size: 1.5rem
}
.product-miniature-list .product-brand, .product-miniature-list .product-reference, .product-miniature-list .product-title {
	margin-bottom: .4rem
}
.product-miniature-list .product-description-short {
	margin: .6rem 0
}
.product-miniature-list .product-price-and-shipping {
	margin-bottom: 1rem
}
#active-search-filters, .product-miniature-list .product-functional-buttons {
	margin-top: 1rem
}
.product-miniature-list .product-functional-buttons .product-functional-buttons-links&gt;a {
	padding-right: .6rem
}
.product-miniature-list .input-group-add-cart .bootstrap-touchspin {
	margin-bottom: 10px
}
.lazy-product-image.product-thumbnail-first {
	opacity: .3;
	transition: opacity .3s ease;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;utf8,&lt;svg width=\"18\" height=\"18\" viewBox=\"0 0 38 38\" xmlns=\"http://www.w3.org/2000/svg\" stroke=\"%23000\"&gt; &lt;g fill=\"none\" fill-rule=\"evenodd\"&gt; &lt;g transform=\"translate%281 1%29\" stroke-width=\"2\"&gt; &lt;circle stroke-opacity=\".5\" cx=\"18\" cy=\"18\" r=\"18\"/&gt; &lt;path d=\"M36 18c0-9.94-8.06-18-18-18\"&gt; &lt;animateTransform attributeName=\"transform\" type=\"rotate\" from=\"0 18 18\" to=\"360 18 18\" dur=\"1s\" repeatCount=\"indefinite\"/&gt; &lt;/path&gt; &lt;/g&gt; &lt;/g&gt; &lt;/svg&gt;")
}
.lazy-product-image.loaded {
	background-image: none;
	opacity: 1
}
.category-image {
	position: relative;
	overflow: hidden
}
.category-image .category-description {
	margin-left: 2rem;
	position: absolute
}
.category-description, .category-image {
	margin-bottom: 2rem
}
.product-list-subcategories {
	text-align: center;
	margin-bottom: 2rem
}
.product-list-subcategories .subcategory-image {
	margin-bottom: .3rem
}
.product-images img:hover, .product-list-subcategories .subcategory-image:hover {
	opacity: .8
}
.products-selection {
	margin: 1rem 0;
	padding: .8rem 0;
	border-top: 1px solid rgba(160,160,160,.25);
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.products-selection .view-switcher {
	font-size: 18px
}
.products-selection .view-switcher a {
	cursor: pointer;
	opacity: .5
}
#product-modal #thumbnails .product-images.swiper-container-initialized, .products-selection .view-switcher a.current, .products-selection .view-switcher a:hover {
	opacity: 1
}
.products-selection .showing {
	margin-right: .5rem
}
.products-selection .form-control {
	padding: .2rem .8rem
}
.products-selection .products-nb-per-page .dropdown-menu, .products-selection .products-sort-nb-dropdown .dropdown-menu {
	right: 0;
	left: auto
}
.products-selection .products-sort-nb-dropdown {
	display: inline-block
}
.select-title .select-title-name {
	max-width: 100px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	vertical-align: bottom
}
.cart-grid-right hr, .pagination-wrapper .pagination {
	margin: 0
}
.pagination-wrapper-bottom {
	border-top: 1px solid rgba(160,160,160,.25);
	margin-top: 1rem;
	padding-top: 1rem
}
.pagination {
	justify-content: center;
	margin-top: 1rem
}
.block-categories ul&gt;li, .pagination .page-list {
	margin-bottom: 0
}
.pagination .page-list li {
	display: inline-block;
	border: 1px solid rgba(160,160,160,.25);
	margin: 0 .05rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}
.pagination .page-list li.spacer {
	border: 0
}
.pagination .page-list a {
	display: block;
	padding: .4rem .8rem
}
.block-categories li ul {
	margin-left: .5rem;
	font-size: .9em
}
.block-categories .collapse-icons {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	cursor: pointer
}
.block-categories .collapse-icons .remove, .block-categories .collapse-icons[aria-expanded=true] .add {
	display: none
}
.block-categories .collapse-icons[aria-expanded=true] .remove {
	display: block
}
#products .products-select {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	-o-align-items: baseline;
	align-items: baseline;
	-ms-flex-align: baseline;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
	padding-top: 1rem
}
#search_filters .facet:first-child, #search_filters_brands .facet:first-child, #search_filters_suppliers .facet:first-child {
	padding: 0
}
#search_filters .facet .collapse, #search_filters_brands .facet .collapse, #search_filters_suppliers .facet .collapse {
	display: block
}
#search_filters .facet .facet-type-radio, #search_filters .facet&gt;.facet-type-checkbox, #search_filters_brands .facet .facet-type-radio, #search_filters_brands .facet&gt;.facet-type-checkbox, #search_filters_suppliers .facet .facet-type-radio, #search_filters_suppliers .facet&gt;.facet-type-checkbox {
	max-height: 300px;
	overflow-x: auto
}
#search_filters .facet .facet-label, #search_filters_brands .facet .facet-label, #search_filters_suppliers .facet .facet-label {
	margin-bottom: .3rem
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
	font-size: .9375rem
}
#search_filters .facet_color, #search_filters_brands .facet_color, #search_filters_suppliers .facet_color {
	padding-left: 1px;
	padding-right: 1px
}
#search_filters .facet_color&gt;li, #search_filters_brands .facet_color&gt;li, #search_filters_suppliers .facet_color&gt;li {
	display: inline-block;
	position: relative;
	margin-bottom: .5rem
}
#search_filters .facet_color&gt;li .magnitude, #search_filters_brands .facet_color&gt;li .magnitude, #search_filters_suppliers .facet_color&gt;li .magnitude {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff
}
#search_filters .dropdown-menu-facet, #search_filters_brands .dropdown-menu-facet, #search_filters_suppliers .dropdown-menu-facet {
	padding: 1rem;
	white-space: nowrap;
	min-width: 200px
}
#search_filters .dropdown-menu-facet::-webkit-scrollbar, #search_filters_brands .dropdown-menu-facet::-webkit-scrollbar, #search_filters_suppliers .dropdown-menu-facet::-webkit-scrollbar, .ps-shoppingcart.dropdown #blockcart-content .cart-products::-webkit-scrollbar {
width:6px
}
#search_filters .dropdown-menu-facet::-webkit-scrollbar-thumb, #search_filters_brands .dropdown-menu-facet::-webkit-scrollbar-thumb, #search_filters_suppliers .dropdown-menu-facet::-webkit-scrollbar-thumb, .ps-shoppingcart.dropdown #blockcart-content .cart-products::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.25)
}
#search_filters .facet-title-dropdown, #search_filters_brands .facet-title-dropdown, #search_filters_suppliers .facet-title-dropdown {
	cursor: pointer
}
#search_filters.dropdown-search-filters .facet, #search_filters_brands.dropdown-search-filters .facet, #search_filters_suppliers.dropdown-search-filters .facet {
	padding: 0
}
#search_filters.dropdown-search-filters .facet-dropdown, #search_filters_brands.dropdown-search-filters .facet-dropdown, #search_filters_suppliers.dropdown-search-filters .facet-dropdown {
	display: inline-block
}
#search_filters.dropdown-search-filters .drop-icon, #search_filters_brands.dropdown-search-filters .drop-icon, #search_filters_suppliers.dropdown-search-filters .drop-icon {
	float: none;
	position: static
}
.facet-dropdown .drop-icon {
	float: right;
	top: 2px;
	position: relative
}
.facet-dropdown .dropdown-menu {
	max-height: 300px;
	overflow-x: auto
}
.active_filters .active-filter-title {
	display: inline-block;
	vertical-align: middle;
	margin-right: .5rem
}
.active_filters .filter-blocks {
	display: inline-block;
	font-size: 0;
	vertical-align: middle
}
.active_filters .filter-block {
	display: inline-block;
	margin-right: .2rem;
	margin-bottom: .2rem;
	margin-top: .2rem
}
.active_filters .filter-block-all {
	margin-left: .3rem;
	padding-left: .5rem;
	border-left: 1px solid rgba(160,160,160,.25)
}
#facets_search_center {
	padding: 1rem 1rem 0;
	margin-bottom: 1rem;
	background: rgba(204,204,204,.15);
	display: none
}
#facets_search_center #search_filters {
	margin-right: -15px;
	margin-left: -15px;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap
}
#facets_search_center #search_filters .facet {
	position: relative;
	min-height: 1px;
	padding: 0 15px 1rem;
	width: 25%;
	min-width: 160px
}
#facets_search_center #search_filter_controls {
	display: none!important
}
#facets_search_center.show {
	display: block
}
.product-cover .expander {
	cursor: pointer;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: .6rem;
	z-index: 22
}
.product-cover .expander&gt;span {
	background: #fff
}
.product-cover img {
	display: block;
	margin: 0 auto;
	cursor: -moz-grab
}
.product-cover, .product-cover .product-lmage-large {
	position: relative
}
#product-images-thumbs.swiper-container-vertical:hover .swiper-button-arrow, .product-cover:hover .swiper-button-next, .product-cover:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible
}
.product-images {
	margin: 0 -.5rem
}
.product-images .thumb-container {
	padding: 0 .5rem
}
.product-images img {
	cursor: pointer
}
.images-container {
	margin-bottom: 1.5rem
}
#product-modal #thumbnails .swiper-container .swiper-button-arrow, .images-container .swiper-button-next, .images-container .swiper-button-prev {
	opacity: 0;
	visibility: hidden
}
.images-container .swiper-button-disabled {
	opacity: 0!important;
	visibility: hidden!important
}
.images-container-left .col-left-product-thumbs .mask {
	height: 100%;
	overflow: hidden
}
#product-images-thumbs.swiper-container-vertical {
	margin-right: 1rem;
	position: absolute;
	height: calc(100% + 1.25rem);
	top: -.5rem;
	overflow: hidden
}
#product-images-thumbs.swiper-container-vertical .thumb-container {
	padding: .5rem 0;
	height: 100%
}
#product-images-thumbs.swiper-container-vertical .img-fluid {
	height: 100%;
	width: auto
}
#product-images-thumbs.swiper-container-vertical .swiper-button-arrow {
	transform: translateY(0);
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 2rem;
	padding: 0
}
#product-images-thumbs.swiper-container-vertical .swiper-button-arrow:before {
	font-size: 2rem;
	line-height: 2rem
}
#product-images-thumbs.swiper-container-vertical .swiper-button-prev {
	top: -20px
}
#product-images-thumbs.swiper-container-vertical .swiper-button-prev:after {
	content: "\F106"
}
#product-images-thumbs.swiper-container-vertical .swiper-button-next {
	top: auto;
	bottom: -20px
}
#product-images-thumbs.swiper-container-vertical .swiper-button-next:after {
	content: "\F107"
}
#product-images-thumbs.swiper-container-vertical:hover .swiper-button-prev {
	top: 1rem
}
#product-images-thumbs.swiper-container-vertical:hover .swiper-button-next {
	bottom: 1rem
}
#product-images-thumbs.swiper-container-horizontal {
	margin: 0 -.5rem
}
#product-images-thumbs.swiper-container-horizontal .thumb-container {
	padding: 0 .5rem
}
#product-images-thumbs.swiper-container-horizontal:hover .swiper-button-arrow, #product-modal #thumbnails .swiper-container.swiper-container-initialized .swiper-button-arrow {
	opacity: 1;
	visibility: visible
}
.images-container-bottom .product-cover {
	margin-bottom: 1rem
}
#product-modal .modal-dialog {
	max-width: 1000px;
	margin: auto;
	position: absolute
}
#product-modal.fade .modal-dialog {
	top: 50%;
	transform: translateY(-50%)
}
#product-modal .modal-header {
	z-index: 2
}
#product-modal .modal-content {
	height: 100%
}
#product-modal .modal-body {
	padding: 0
}
#product-modal .easyzoom-modal {
	text-align: center
}
#product-modal .product-cover-modal {
	width: auto;
	margin: 0 auto;
	max-height: calc(100vh - 200px)
}
#product-modal .easyzoom-flyout {
	z-index: 1
}
#product-modal .easyzoom-flyout img {
	left: 0
}
#product-modal #thumbnails .product-images {
	opacity: 0;
	margin: .2rem -.1rem;
	transition: opacity .15s
}
#product-modal #thumbnails .swiper-button-disabled {
	opacity: 0!important;
	visibility: hidden!important
}
.easyzoom {
	position: relative;
	display: block
}
.easyzoom-flyout, .easyzoom-product {
	position: absolute;
	width: 100%;
	height: 100%
}
.easyzoom-flyout {
	overflow: hidden;
	background: #fff;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.7, 0, .3, 1)
}
.easyzoom-flyout:hover, .touch-device .easyzoom-flyout {
	opacity: 1
}
.easyzoom-notice {
	display: none!important
}
.product-flags {
	position: absolute;
	top: .5rem;
	z-index: 2;
	left: 1rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}
li.product-flag {
	display: table;
	background: #2fb5d2;
	padding: .3125rem .4375rem;
	color: #fff;
	margin-top: .5rem;
	z-index: 2;
	line-height: 1.1em
}
li.product-flag:after {
	content: "";
	display: block
}
.product-cover:hover .product-flags {
	opacity: 0;
	visibility: hidden
}
#main .images-container .js-qv-mask {
	white-space: nowrap;
	overflow: hidden
}
.product_header_container {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.product_header_container .iqitreviews-simple {
	display: inline-block;
	margin: 0 1rem .8rem 0
}
.product_header_container .iqitreviews-rating {
	font-size: 1.1rem;
	vertical-align: middle;
	margin-right: .3rem
}
.product_header_container #product-availability, .product_p_price_container #product-availability {
	margin-bottom: .8rem;
	vertical-align: text-top
}
.product_header_container .product-price, .product_p_price_container .product-price {
	line-height: 1em
}
#content-wrapper .product_header_container .page-title {
	margin-bottom: .8rem;
	border: 0;
	padding: 0;
	text-align: inherit;
	width: auto
}
#content-wrapper .product_header_container .page-title span {
	margin: 0;
	width: 100%
}
#content-wrapper .product_header_container .page-title:after, #content-wrapper .product_header_container .page-title:before {
	display: none
}
.product_p_price_container {
	margin-top: 1rem;
	border-top: 1px solid rgba(160,160,160,.25);
	padding-top: 1rem;
	padding-bottom: .5rem
}
#footer-container-main.footer-style-inline&gt;div&gt;.row, .iqit-accordion .title a, .tax-shipping-delivery-label .delivery-information {
	display: block
}
.product-manufacturer img {
	max-width: 200px
}
.product-manufacturer-next {
	z-index: 2;
	position: relative
}
.product-manufacturer-next img {
	max-width: 140px
}
.product-info-row {
	margin-bottom: 3rem
}
.product-prices .badge {
	vertical-align: text-top
}
.product-discount .regular-price {
	text-decoration: line-through;
	padding: 0 .2rem
}
.product-unit-price {
	margin-bottom: 0
}
.product-quantity&gt;.col {
	margin-bottom: .8rem
}
.product-quantity .qty {
	width: 80px;
	height: 100%
}
.product-quantity .add-to-cart:disabled {
	cursor: not-allowed;
	opacity: .05
}
.product-quantity .qty .input-group {
	height: 100%
}
.product-quantity input[type=number] {
	-moz-appearance: textfield
}
#main.-combinations-loading .col-product-image {
	pointer-events: none
}
.product-variants&gt;.product-variants-item {
	margin: .5rem 0
}
.product-variants&gt;.product-variants-item .custom-select2 {
	display: inline-block;
	min-width: 6rem;
	max-width: 14rem
}
.product-variants&gt;.product-variants-item ul li {
	margin-right: .5rem;
	margin-bottom: .5rem
}
.product-variants&gt;.product-variants-item .color {
	margin-left: 0;
	margin-top: 0
}
.product-variants .form-control-label {
	padding-bottom: .5rem;
	display: block;
	font-weight: 700
}
.product-variants .color, .product-variants .input-color {
	width: 2rem;
	height: 2rem;
	line-height: 2rem
}
.product-variants .input-radio, .product-variants .radio-label {
	min-width: 2rem;
	min-height: 2rem;
	line-height: 2rem
}
.product-variants .input-radio+span {
	line-height: calc(2rem - 4px)
}
.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
	border: 2px solid #414141;
	line-height: calc(2em - 4px)
}
#product-details .label {
	font-weight: 700;
	margin-bottom: .2rem
}
.product-features {
	margin-top: 1rem
}
.product-features&gt;dl.data-sheet dd.value, .product-features&gt;dl.data-sheet dt.name {
	box-flex: 1;
	-moz-flex: 1 0 40%;
	flex: 1 0 40%;
	font-weight: 400;
	padding-bottom: .5rem;
	word-break: break-word;
	border-bottom: 1px solid rgba(160,160,160,.25);
	margin-bottom: .5rem
}
.product-features&gt;dl.data-sheet dt.name {
	font-weight: 700
}
.product-customization, .product-pack {
	border: 1px solid rgba(160,160,160,.25);
	margin: 1rem 0;
	padding: 1rem
}
.product-customization .product-customization-item {
	margin: 1rem 0
}
.product-customization small {
	opacity: .6;
	margin-top: .2rem
}
#product-accessories-sidebar .product-miniature {
	border: 0!important;
	outline: 0!important;
	box-shadow: none!important
}
#product-accessories-sidebar:not(.swiper-container-initialized) .swiper-wrapper {
	grid-auto-rows: 0;
	display: grid;
	overflow: hidden;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(5, 1fr)
}
.product-pack article:last-child {
	border: 0;
	padding-bottom: 0
}
.product-pack .pack-product-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	justify-content: space-around
}
.product-pack .pack-product-container .pack-product-name {
	box-flex: 0;
	-moz-flex: 0 0 50%;
	flex: 0 0 50%
}
.product-pack .pack-product-container .pack-product-thumb {
	max-width: 70px
}
.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	align-items: center
}
.product-additional-info {
	border-top: 1px solid rgba(160,160,160,.25);
	padding-top: 1rem
}
#stores .page-stores .store-item-footer li, .iqitproducttags, .social-sharing {
	margin-bottom: .5rem
}
.social-sharing li {
	display: inline-block;
	padding: 0 .3rem
}
.iqitproducttags li {
	padding: 0 .2rem
}
.product-tabs {
	margin-bottom: 3rem;
	margin-top: 3rem
}
.product-sidebar .block {
	padding: 0;
	margin-bottom: 2rem
}
.add-to-cart.processing-add .spinner-icon, .iqitproducttags li {
	display: inline-block
}
.add-to-cart .spinner-icon, .add-to-cart.processing-add .bag-icon {
	display: none
}
.product-description .rte-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.iqit-accordion .card {
	border: 0
}
.iqit-accordion .title {
	font-weight: 700;
	padding: .6rem 0
}
#block-reassurance li, .iqit-accordion .content, .iqit-accordion .title {
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.iqit-accordion .content .rte-content {
	padding: 1rem 0
}
#main #product-preloader, .iqit-accordion .angle-down, .iqit-accordion .collapsed .angle-up {
	display: none
}
.iqit-accordion .angle-down, .iqit-accordion .angle-up {
	line-height: 1.5rem
}
.iqit-accordion .collapsed .angle-down {
	display: inline-block
}
.iqit-accordion .tab-content {
	padding: 1.5rem 0
}
.iqit-accordion .nav-tabs {
	margin-bottom: 0
}
.iqit-accordion .nav-tabs .nav-link {
	padding: 1.5rem;
	background: rgba(204,204,204,.15);
	margin-bottom: 1px;
	opacity: 1
}
.iqit-accordion .lazy-product-image.product-thumbnail-first {
	opacity: 1
}
#product-infos-accordion-mobile {
	margin-bottom: 4rem
}
.loader-wrapper {
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.loader-1 {
	border: .4em solid rgba(52,152,219,.3);
	border-top: .4em solid #3498db;
	border-radius: 50%;
	width: 3em;
	height: 3em;
	animation: loader-1 2s linear infinite
}
.loader-2 {
	position: relative;
	width: .5em;
	height: 2.5em;
	background: rgba(52,152,219,.3);
	animation: pulse 750ms infinite;
	animation-delay: 250ms
}
.loader-2:after, .loader-2:before {
	content: '';
	position: absolute;
	display: block;
	width: .5em;
	height: 1.5em;
	background: rgba(52,152,219,.3);
	top: 50%;
	transform: translateY(-50%);
	animation: loader-2 750ms infinite
}
.loader-2:before {
	left: -.75em
}
.loader-2:after {
	left: .75em;
	animation-delay: 500ms
}
.cart-grid {
	margin-bottom: 1rem
}
.cart-items {
	margin-bottom: 3rem
}
.cart-item-header {
	font-weight: 700;
	text-align: center;
	border-top: 1px solid rgba(160,160,160,.25)
}
.cart-item, .cart-item-header {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.cart-item .product-image {
	max-width: 125px
}
.cart-item .bootstrap-touchspin input, .cart-item .product-line-grid-right {
	text-align: center
}
.cart-item .product-line-info-secondary {
	line-height: 1
}
.cart-item .bootstrap-touchspin {
	max-width: 75px;
	margin: 0 auto;
	min-height: 40px
}
.block-promo .promo-code .alert-danger {
	display: none
}
.block-promo .cart-voucher-area {
	padding: 1rem;
	background: rgba(204,204,204,.15)
}
.block-promo .promo-highlighted {
	margin: .3rem 0 0
}
.block-promo .voucher-icon {
	padding-left: 0;
	padding-right: .8rem;
	cursor: default
}
.cart-grid-right .cart-summary {
	margin-bottom: 1rem
}
#notifications ul, .cart-grid-right .promo-discounts {
	margin-bottom: 0
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
	text-decoration: underline;
	cursor: pointer
}
.cart-grid-right .iqitfreedeliverycount {
	margin: 1rem 0 0
}
.cart-summary-line {
	clear: both
}
.cart-summary-line::after {
	display: block;
	clear: both;
	content: ""
}
.cart-summary-line .value {
	float: right
}
.cart-summary-line.cart-total {
	font-weight: 700;
	font-size: 1.5rem
}
#blockcart-content {
	padding: 1rem;
	text-align: left;
	max-width: 100%;
	width: 340px
}
#blockcart-content .cart-title .close {
	margin-top: .4rem
}
#blockcart-content .cart-products&gt;li {
	padding-bottom: .875rem;
	border-bottom: 1px solid #acaaa6;
	margin-bottom: .875rem
}
#blockcart-content .cart-products .col-info {
	padding-left: 1rem
}
#blockcart-content .block-cart-product-quantity-gift {
	background: inherit
}
#blockcart-content .cart-subtotals {
	padding: .875rem 0;
	border-top: 1px solid #acaaa6
}
#blockcart-content .cart-totals {
	font-size: 1.5rem;
	line-height: 1.2em;
	padding: .875rem 0;
	border-top: 2px solid #acaaa6
}
#blockcart-content a:not(.btn):hover {
	opacity: .8
}
.ps-shoppingcart #blockcart {
	display: inline-block;
	position: relative
}
.ps-shoppingcart .cart-toogle {
	cursor: pointer;
	display: inline-block
}
.ps-shoppingcart .cart-products-count-btn {
	display: none;
	text-align: center;
	line-height: 15px;
	border-radius: 30px;
	min-width: 16px;
	height: 16px;
	font-size: .8rem;
	position: absolute;
	top: -4px;
	right: -4px;
	padding: 1px 5px
}
.ps-shoppingcart.col-mobile-btn-cart .cart-products-count-btn {
	display: inline-block
}
#sticky-cart-wrapper .info-wrapper, .ps-shoppingcart.dropdown #blockcart-content .cart-title, .ps-shoppingcart.header-cart-btn-w .cart-toggle-details {
	display: none!important
}
#mobile-header .col-mobile-logo a, .ps-shoppingcart.header-cart-btn-w .cart-products-count-btn {
	display: inline-block
}
.ps-shoppingcart.dropdown #blockcart-content {
	transform-origin: top;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	opacity: 0;
	visibility: hidden;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	right: 0;
	min-width: 320px;
	z-index: 1000;
	position: absolute
}
.ps-shoppingcart.dropdown #blockcart-content .cart-products {
	max-height: 380px;
	overflow-x: hidden;
	overflow-y: auto
}
.ps-shoppingcart.dropdown .show #blockcart-content {
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible
}
.ps-shoppingcart.side-cart #blockcart-content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	flex-direction: column;
	height: 100vh;
	position: fixed;
	z-index: 5005;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transform: translate3d(115%, 0, 0);
	transition: transform .4s;
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	padding-bottom: 50px
}
.ps-shoppingcart.side-cart .show #blockcart-content {
	transform: translate3d(0, 0, 0)
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products {
	flex: 1 1 auto;
	overflow-y: auto;
	min-height: 0
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar {
width:6px
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.25)
}
#header .header-custom-html p:last-child, .iqitfreedeliverycount p:last-child, .sitemap .block-links ul&gt;li:last-child {
	margin-bottom: 0
}
#sticky-cart-wrapper {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%)
}
#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
	right: -1rem;
	min-width: 340px
}
#blockcart-modal .modal-dialog {
	max-width: 960px;
	width: 100%
}
#blockcart-modal .col-info {
	padding-left: 1rem
}
#blockcart-modal .crossselling-products-modal {
	border-top: 1px solid rgba(161,161,161,.25);
	padding-top: 1.2rem;
	margin-top: 1rem
}
#blockcart-modal .crossselling-products-modal-title {
	text-align: center;
	font-size: 1.2rem;
	padding: .5rem
}
#mobile-header .ps-shoppingcart.side-cart #blockcart-content {
	padding-bottom: 120px
}
#block-reassurance {
	margin-bottom: 1rem
}
#block-reassurance img {
	width: 1.5625rem;
	margin-right: .625rem
}
#block-reassurance li:last-child {
	border: 0
}
#block-reassurance li .block-reassurance-item {
	padding: .8rem 1rem
}
.quickview.quickview-second-modal {
	z-index: 999990
}
.quickview .modal-dialog {
	max-width: 1024px
}
.quickview .modal-content {
	min-height: 450px;
	border: 0
}
.quickview .modal-body {
	min-height: 380px;
	padding: 0
}
.quickview .images-container-left .row&gt;.col-left-product-thumbs, .quickview .layer {
	display: none
}
.quickview .images-container {
	margin: 0
}
.quickview .images-container .expander, .quickview .mask {
	display: none!important
}
.quickview .images-container-bottom .product-cover {
	margin: 0
}
.quickview .images-container-left .row&gt;.col-left-product-cover {
	flex: 100%;
	max-width: 100%
}
.quickview .quickview-info {
	padding: 2rem 2rem 1rem;
	max-height: 620px;
	overflow-y: auto
}
.quickview button.close {
	position: absolute;
	right: 18px;
	top: 12px;
	font-size: 2.7rem;
	cursor: pointer;
	z-index: 3
}
.quickview .js-quickview-np-btn {
	position: absolute;
	top: 50%;
	z-index: 22;
	display: block;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 3rem;
	line-height: 3rem;
	opacity: .8;
	transition: opacity .2s cubic-bezier(.7, 0, .3, 1)
}
.quickview .js-quickview-np-btn:hover {
	opacity: 1
}
.quickview #js-quickview-prev-btn {
	left: -3.5rem;
	padding: .8rem 1rem .8rem .8rem
}
.quickview #js-quickview-next-btn {
	right: -3.5rem;
	padding: .8rem .8rem .8rem 1rem
}
#stores .page-stores .store-item {
	border-bottom: 1px solid rgba(160,160,160,.25)
}
#stores .page-stores .store-item:last-child {
	border-bottom: none
}
#stores .page-stores .store-picture img {
	max-width: 100%
}
#stores .page-stores .store-item-container, #stores .page-stores .store-item-footer {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: distribute;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute
}
#stores .page-stores .store-item-container {
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 2rem 0
}
#stores .page-stores .store-item-container ul {
	margin-bottom: 0;
	font-size: .9375rem
}
#stores .page-stores .store-item-container .divide-left {
	border-left: rgba(160,160,160,.25) 1px solid
}
#stores .page-stores .store-item-container .divide-left tr {
	height: 1.5625rem
}
#stores .page-stores .store-item-container .divide-left td {
	padding-left: .375rem
}
#stores .page-stores .store-item-container .store-description, .block-iqitcontactpage .part .icon i {
	font-size: 1rem
}
#stores .page-stores .store-item-footer {
	margin-top: .5rem;
	padding-top: .5rem
}
#stores .page-stores .store-item-footer.divide-top {
	border-top: rgba(160,160,160,.25) 1px solid
}
#stores .page-stores .store-item-footer div:first-child {
	box-flex: 0;
	-moz-flex: 0 0 65%;
	flex: 0 0 65%
}
#stores .page-stores .store-item-footer i.material-icons {
	margin-right: .5rem;
	font-size: 1rem
}
#language_selector .lang-flag {
	max-width: 20px
}
#checkout-header, #header .header-nav {
	position: relative
}
#header {
	z-index: 100
}
#header .header-btn-w {
	padding: 0 .5rem
}
#header .header-btn-w .header-btn {
	text-align: center;
	display: block;
	cursor: pointer
}
#header .header-btn-w .header-btn&gt;.icon {
	display: inline-block;
	position: relative
}
#header .header-btn-w .header-btn .title {
	white-space: nowrap;
	margin-top: .5rem;
	display: block
}
#header .col-header-menu, #header .col-header-menu .cbp-hrsub-narrow {
	position: static
}
#header .desktop-header-style-1 .col-header-center .search-widget, #header .desktop-header-style-2 .col-header-center .search-widget {
	margin: 0 auto
}
#header .desktop-header-style-1 #user_info {
	margin-top: .6rem
}
#header .desktop-header-style-1 .header-custom-html, #header .desktop-header-style-2 .header-custom-html {
	margin-bottom: .8rem
}
#header .desktop-header-style-5 #user_info, #header .desktop-header-style-5 .search-widget {
	margin-top: .5rem
}
#header .desktop-header-style-5 #user_info {
	text-align: right
}
#header .desktop-header-style-5 #ps-shoppingcart #blockcart {
	display: block;
	text-align: right
}
#desktop-header-container, #header {
	position: relative
}
#mobile-header {
	display: none
}
#mobile-header .row-mobile-header {
	margin-left: -.625rem;
	margin-right: -.625rem
}
#mobile-header .row-mobile-buttons {
	margin-left: -15px;
	margin-right: -15px
}
#mobile-header .col-mobile-logo {
	padding: 0 .625rem
}
#mobile-header .col-mobile-btn-menu, #mobile-header .col-mobile-btn-search {
	position: static
}
#mobile-header .dropdown-mobile {
	padding: 1rem
}
#mobile-header .mobile-bag-icon {
	position: relative
}
#mobile-header .m-nav-btn {
	display: inline-block;
	text-align: center;
	background: 0 0;
	border: 0;
	outline: 0;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	cursor: pointer;
	padding: .375rem .625rem
}
#mobile-header .m-nav-btn&gt;span {
	display: block;
	margin-top: .5rem
}
#mobile-header.mobile-header-style-3 .m-nav-btn {
	display: block;
	width: 100%
}
#mobile-header.mobile-header-style-3 .row-mobile-buttons&gt;.col-auto {
	flex-basis: 0;
	flex-grow: 1
}
#desktop-header.stuck-header, #iqitmegamenu-wrapper.stuck-menu, #mobile-header-sticky.stuck-down {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000
}
#iqitmegamenu-wrapper.stuck-menu #iqitmegamenu-horizontal {
	background: 0 0
}
#iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
	padding-right: 15px;
	padding-left: 15px
}
#footer-container-main.footer-style-inline .block-iqitcontactpage hr, #footer-container-main.footer-style-inline&gt;div&gt;.row .block-links ul&gt;li a:before, #iqitmegamenu-wrapper.stuck-menu .cbp-legend-main {
	display: none
}
#iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper {
	z-index: 5005
}
#mobile-header-sticky.stuck-up.visible-stuck-up {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000
}
#mobile-header-sticky.stuck-up.visible-stuck-up-scroll {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000;
	transform: translateY(-100%);
	transition: transform .1s ease-in-out;
	will-change: transform
}
#mobile-header-sticky.stuck-up.visible-stuck-up.visible-stuck-up-scroll {
	transform: translateY(0);
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: .1s;
	-webkit-animation-duration: .1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out
}
#footer .footer-style-1 .social-links&gt;li {
	padding-bottom: 1rem
}
#footer .footer-style-3 .block-newsletter, #footer-container-main.footer-style-4, #footer-copyrights._footer-copyrights-2 {
	text-align: center
}
#footer .footer-style-3 .block-newsletter&gt;h5 {
	display: inline-block;
	margin: 1rem;
	vertical-align: top
}
#footer .footer-style-3 .block-newsletter .ps-emailsubscription-block {
	display: inline-block;
	min-width: 270px
}
#footer-container-first, #footer-copyrights {
	padding: 1rem 0
}
#footer-container-first .ps-emailsubscription-block .input-subscription {
	padding-top: 1rem;
	padding-bottom: 1rem
}
#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module, #footer-container-main.footer-style-1 .ps-emailsubscription-block .ps-emailsubscription-conditions {
	max-width: 240px
}
#footer-container-main.footer-style-inline .block-toggle {
	margin-bottom: .4rem
}
#footer-container-main.footer-style-inline&gt;div&gt;.row .block-title {
	margin: 0;
	margin-right: 1rem
}
#footer-container-main.footer-style-inline&gt;div&gt;.row .block-content {
	vertical-align: top
}
#footer-container-main.footer-style-inline .contact-rich .part, #footer-container-main.footer-style-inline&gt;div&gt;.row .block-content, #footer-container-main.footer-style-inline&gt;div&gt;.row .block-links ul&gt;li, #footer-container-main.footer-style-inline&gt;div&gt;.row .block-title {
	display: inline-block
}
#footer-container-main.footer-style-inline&gt;div&gt;.row .block-links ul&gt;li a {
	padding: 0 1rem 0 0
}
#footer-container-main.footer-style-inline .contact-rich&gt;strong {
	vertical-align: top;
	margin: 0
}
#footer-container-main.footer-style-4 .block-iqithtmlandbanners-html .block-content {
	margin-top: .5rem
}
#footer-container-main.footer-style-5 .block-title {
	max-width: 10rem
}
#footer-container-main.footer-style-5 .block-content {
	width: calc(100% - 12rem)
}
#footer-copyrights._footer-copyrights-2 .copyright-img, #footer-copyrights._footer-copyrights-2 .copyright-txt {
	margin-bottom: .8rem
}
#footer-copyrights .copyright-txt&gt;p:last-child {
	margin: 0
}
.contact-rich {
	word-wrap: break-word
}
.contact-rich&gt;strong {
	margin-bottom: .5rem;
	display: inline-block
}
.contact-rich .part {
	height: auto;
	overflow: hidden
}
.contact-rich .part .icon {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	width: 3rem
}
.contact-rich .part .data {
	width: auto;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block
}
.contact-page-info {
	border-right: 1px solid rgba(160,160,160,.25)
}
.block-iqitcontactpage hr {
	margin: .3rem 0
}
.block-iqitcontactpage .part .icon {
	min-width: 1rem;
	margin-right: .3rem;
	width: auto
}
#pagenotfound #main .page-header, #products #main .page-header {
	margin: 2rem 0 3rem
}
#pagenotfound #main .page-content, #products #main .page-content {
	margin-bottom: 10rem
}
#pagenotfound .page-not-found .search-widget, #products .page-not-found .search-widget {
	padding: 0
}
.customization-modal .modal-content {
	border-radius: 0;
	border: 1px solid rgba(160,160,160,.25)
}
.customization-modal .modal-content .modal-body {
	padding-top: 0
}
.customization-modal .modal-content .modal-body .product-customization-line {
	padding-bottom: .9375rem;
	padding-top: .9375rem;
	border-bottom: 1px solid rgba(160,160,160,.25)
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
	font-weight: 700;
	text-align: right
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
	padding-bottom: 0;
	border-bottom: 0
}
.sitemap ul.nested {
	margin-left: 20px
}
.sitemap ul li {
	font-size: .9rem
}
.sitemap .block-links ul&gt;li {
	margin-bottom: .2rem
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1
}
.swiper-container-vertical&gt;.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left
}
.swiper-container-horizontal.swiper-container-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}
.swiper-container-horizontal&gt;.swiper-pagination-progressbar, .swiper-container-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical&gt;.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-blue {
--swiper-pagination-color:#2fb5d2
}
.swiper-pagination-indigo {
--swiper-pagination-color:#6610f2
}
.swiper-pagination-purple {
--swiper-pagination-color:#6f42c1
}
.swiper-pagination-pink {
--swiper-pagination-color:#e83e8c
}
.swiper-pagination-red {
--swiper-pagination-color:#ff4c4c
}
.swiper-pagination-orange {
--swiper-pagination-color:#fd7e14
}
.swiper-pagination-yellow {
--swiper-pagination-color:#ffc107
}
.swiper-pagination-green {
--swiper-pagination-color:#28a745
}
.swiper-pagination-teal {
--swiper-pagination-color:#878787
}
.swiper-pagination-cyan {
--swiper-pagination-color:#17a2b8
}
.swiper-pagination-white {
--swiper-pagination-color:#fff
}
.swiper-pagination-gray {
--swiper-pagination-color:#6c757d
}
.swiper-pagination-gray-dark {
--swiper-pagination-color:#343a40
}
.swiper-pagination-lock {
	display: none
}
.swiper-dots-outside {
	position: static;
	padding: 10px 0;
	min-height: 40px
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	padding: 1rem .7rem;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .7;
	transition: all .2s cubic-bezier(.7, 0, .3, 1)
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .2;
	cursor: auto
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: FontAwesome;
	font-size: 36px;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: "\F104"
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: "\F105"
}
.swiper-button-lock {
	display: none
}
.lang-rtl #back-to-top, .lang-rtl #sticky-cart-wrapper, .swiper-button-inner-prev, .swiper-container-rtl .swiper-button-inner-next {
	left: 1rem;
	right: auto
}
.swiper-button-inner-next, .swiper-container-rtl .swiper-button-inner-prev {
	right: 1rem;
	left: auto
}
.swiper-arrows-inside .swiper-button-prev, .swiper-arrows-inside.swiper-container-rtl .swiper-button-next {
	left: 20px;
	right: auto
}
.swiper-arrows-inside .swiper-button-prev:after, .swiper-arrows-inside.swiper-container-rtl .swiper-button-next:after {
	content: "\F104"
}
.swiper-arrows-inside .swiper-button-next, .swiper-arrows-inside.swiper-container-rtl .swiper-button-prev {
	right: 20px;
	left: auto
}
.swiper-arrows-inside .swiper-button-next:after, .swiper-arrows-inside.swiper-container-rtl .swiper-button-prev:after {
	content: "\F105"
}
.swiper-arrows-above .swiper-button {
	top: 0;
	padding: 0;
	width: 1.8rem;
	height: 1.8rem;
	transform: none
}
.swiper-arrows-above .swiper-button:after {
	font-size: 1.2rem;
	line-height: .8rem
}
.swiper-arrows-above .swiper-button-prev {
	left: auto;
	right: 2rem
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-container-vertical&gt;.swiper-wrapper {
	flex-direction: column
}
.swiper-slide, .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-wrapper {
	z-index: 1;
	display: flex;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow&gt;.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-multirow-column&gt;.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}
.swiper-container-free-mode&gt;.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	flex-shrink: 0
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-container-css-mode&gt;.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-container-css-mode&gt;.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-container-css-mode&gt;.swiper-wrapper&gt;.swiper-slide {
	scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode&gt;.swiper-wrapper {
	scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode&gt;.swiper-wrapper {
	scroll-snap-type: y mandatory
}
.products.swiper-container, .swiper-default-carousel, .swiper-overflow-wrapper .swiper-container, .swiper-overflow-wrapper .swiper-wrapper-wrapper {
	overflow: visible
}
.swiper-container-wrapper {
	overflow: hidden
}
.swiper-pagination-product {
	position: static;
	min-height: 20px
}
.swiper-cls-fix:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: 1fr;
	grid-auto-rows: 0;
	display: grid;
	overflow: hidden
}
.desktop-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(1, 1fr)
}
.desktop-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(2, 1fr)
}
.desktop-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(3, 1fr)
}
.desktop-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(4, 1fr)
}
.desktop-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(5, 1fr)
}
.desktop-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(6, 1fr)
}
.desktop-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(7, 1fr)
}
.desktop-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(8, 1fr)
}
.desktop-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(9, 1fr)
}
.desktop-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(10, 1fr)
}
.desktop-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(11, 1fr)
}
.desktop-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(12, 1fr)
}
.swiper-cls-row-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(1, 1fr)
}
.swiper-cls-row-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(2, 1fr)
}
.swiper-cls-row-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(3, 1fr)
}
.swiper-cls-row-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(4, 1fr)
}
.swiper-cls-row-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(5, 1fr)
}
.swiper-cls-row-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(6, 1fr)
}
.swiper-cls-row-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(7, 1fr)
}
.swiper-cls-row-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(8, 1fr)
}
.swiper-cls-row-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(9, 1fr)
}
.swiper-cls-row-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(10, 1fr)
}
.swiper-cls-row-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(11, 1fr)
}
.swiper-cls-row-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-rows: repeat(12, 1fr)
}
.lang-rtl .block-links ul&gt;li a {
	padding-left: auto;
	padding-right: 12px
}
.lang-rtl .block-links ul&gt;li a:before {
	left: auto;
	right: 0;
	content: "\F104"
}
.lang-rtl .block-categories .collapse-icons {
	left: 0;
	right: auto
}
.lang-rtl #blockcart-content, .lang-rtl #blockcart-modal, .lang-rtl .custom-checkbox label, .lang-rtl .dropdown-menu {
	text-align: right
}
.lang-rtl .product-miniature-default .product-flags {
	left: auto;
	right: 0
}
.lang-rtl .products-selection .products-sort-nb-dropdown .dropdown-menu {
	right: auto;
	left: 0
}
.lang-rtl .float-right, .lang-rtl .float-xs-right {
	float: left!important
}
.lang-rtl .float-left, .lang-rtl .float-xs-left {
	float: right!important
}
.lang-rtl .text-right {
	text-align: left!important
}
.lang-rtl .text-left {
	text-align: right!important
}
.lang-rtl .btn-primary:not(.btn-iconic) i, .lang-rtl .btn-secondary:not(.btn-iconic) i {
	margin-right: 0;
	margin-left: .5em
}
.lang-rtl .ps-shoppingcart.dropdown #blockcart-content, .lang-rtl .search-widget .search-btn {
	left: 0;
	right: auto
}
.lang-rtl .search-widget .form-search-control {
	padding-right: 1rem;
	padding-left: 2rem
}
.lang-rtl .custom-select2:after {
	left: .6rem;
	right: auto
}
.lang-rtl .nav-tabs .nav-item {
	margin-left: 1.5rem;
	margin-right: 0
}
.lang-rtl .close {
	float: left
}
.lang-rtl .modal-header .close {
	margin: -1rem auto -1rem -1rem
}
.lang-rtl .product-variants&gt;.product-variants-item ul li {
	margin-right: 0;
	margin-left: .5rem
}
.lang-rtl .product-variants&gt;.product-variants-item {
	margin-right: 0;
	margin-left: 1rem
}
.lang-rtl #blockcart-content .cart-products .col-info, .lang-rtl #blockcart-modal .col-info {
	padding-right: 1rem;
	padding-left: 0
}
.lang-rtl .mr-2, .lang-rtl .mx-2 {
	margin-left: .5rem!important
}
.lang-rtl .block-promo .voucher-icon {
	padding-right: 0;
	padding-left: .8rem
}
.lang-rtl .cart-summary-line .value, body#checkout.lang-rtl section.checkout-step.-reachable.-complete h1 .step-edit {
	float: left
}
.lang-rtl #customer-form .custom-checkbox label {
	padding-left: 0;
	padding-right: .5rem
}
.lang-rtl .radio-inline {
	margin-left: .8rem;
	margin-right: 0
}
.lang-rtl .social-links&gt;li {
	padding: 0 0 0 .2em
}
.lang-rtl .social-links&gt;li:last-child {
	padding-right: .2em
}
.lang-rtl .quickview .modal-body {
	text-align: right
}
.lang-rtl .cbp-hrmenu ul.cbp-hrsub-level2 {
	right: 100%;
	left: auto
}
.lang-rtl .simpleblog-post-item .post-read-more .fa-chevron-right:before {
	content: "\f053"
}
.lang-rtl .simpleblog__post .pagination .fa-angle-right:before {
	content: "\f104"
}
.lang-rtl .simpleblog__post .pagination .fa-angle-left:before {
	content: "\f105"
}
.lang-rtl .ps-shoppingcart .cart-products-count-btn {
	left: -4px;
	right: auto
}
.lang-rtl .ps-shoppingcart.side-cart #blockcart-content {
	right: auto;
	left: 0;
	transform: translate3d(-115%, 0, 0)
}
.lang-rtl .ps-shoppingcart.side-cart .show #blockcart-content {
	transform: translateZ(0)
}
.lang-rtl #product-modal #thumbnails .swiper-button-next, .lang-rtl .images-container-bottom .product-images:hover .swiper-button-next, .lang-rtl .product-cover:hover .swiper-button-next {
	right: auto;
	left: 1rem
}
.lang-rtl #product-modal #thumbnails .swiper-button-prev, .lang-rtl .images-container-bottom .product-images:hover .swiper-button-prev, .lang-rtl .product-cover:hover .swiper-button-prev {
	right: 1rem;
	left: auto
}
.lang-rtl .product-miniature-grid .input-group-add-cart .input-group {
	margin-right: 0;
	margin-left: 5px
}
.lang-rtl #iqitcompare-floating {
	left: 100px;
	right: auto
}
.popover {
	font-family: inherit
}
#wrapper .breadcrumb {
	background: 0 0;
	padding: 0;
	display: block
}
#wrapper .breadcrumb[data-depth="1"] {
	display: none
}
#wrapper .breadcrumb ol {
	padding-left: 0;
	margin-bottom: 0
}
#wrapper .breadcrumb li {
	display: inline
}
#wrapper .breadcrumb li::after {
	content: "/";
	opacity: .4;
	margin: .3em
}
#wrapper .breadcrumb li:last-child::after {
	content: ""
}
#wrapper .breadcrumb a:hover {
	opacity: .8
}
#wrapper .breadcrumb #iqitproductsnav {
	font-size: 1.5rem
}
#main .page-content {
	margin-bottom: 1.5625rem
}
#main .page-content h6 {
	margin-bottom: 1.125rem
}
.block-section {
	margin-bottom: 3rem;
	clear: both
}
.section-title {
	position: relative
}
#back-to-top {
	border: 0;
	cursor: pointer;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	transition: all .2s cubic-bezier(.7, 0, .3, 1);
	font-size: 2rem;
	outline: 0;
	z-index: 120
}
#back-to-top.-back-to-top-visible {
	opacity: 1;
	visibility: visible
}
#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #fff
}
#_mobile_blockcart-content.dropdown-menu, #_mobile_iqitmegamenu-mobile.dropdown-menu {
	border: 0!important;
	background: 0 0!important
}
.card-block {
	flex: 1 1 auto;
	padding: 1.25rem
}
.hidden-xl-down, .hidden-xs-up {
	display: none!important
}
.flex-first {
	order: -1
}
.flex-last {
	order: 1
}
.input-group .form-control, .input-group-addon, .input-group-btn {
	-js-display: flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.input-group-addon, .input-group-btn {
	white-space: nowrap;
	vertical-align: middle
}
.input-group-btn {
	position: relative;
	font-size: 0
}
.input-group-btn&gt;.btn {
	position: relative;
	flex: 1
}
.pull-0 {
	right: auto
}
.pull-1 {
	right: 8.33333%
}
.pull-2 {
	right: 16.66667%
}
.pull-3 {
	right: 25%
}
.pull-4 {
	right: 33.33333%
}
.pull-5 {
	right: 41.66667%
}
.pull-6 {
	right: 50%
}
.pull-7 {
	right: 58.33333%
}
.pull-8 {
	right: 66.66667%
}
.pull-9 {
	right: 75%
}
.pull-10 {
	right: 83.33333%
}
.pull-11 {
	right: 91.66667%
}
.pull-12 {
	right: 100%
}
.push-0 {
	left: auto
}
.push-1 {
	left: 8.33333%
}
.push-2 {
	left: 16.66667%
}
.push-3 {
	left: 25%
}
.push-4 {
	left: 33.33333%
}
.push-5 {
	left: 41.66667%
}
.push-6 {
	left: 50%
}
.push-7 {
	left: 58.33333%
}
.push-8 {
	left: 66.66667%
}
.push-9 {
	left: 75%
}
.push-10 {
	left: 83.33333%
}
.push-11 {
	left: 91.66667%
}
.push-12 {
	left: 100%
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus, .show&gt;.btn-secondary.dropdown-toggle:focus {
	box-shadow: none
}
.col-15, .col-lg-15, .col-md-15, .col-sm-15, .col-xl-15 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-15 {
	flex: 0 0 20%;
	max-width: 20%
}

@media (min-width:576px) {
.container {
	max-width: 540px
}
.col-sm-auto {
	max-width: 100%
}
.order-sm-first {
	order: -1
}
.order-sm-last {
	order: 13
}
.order-sm-0 {
	order: 0
}
.order-sm-1 {
	order: 1
}
.order-sm-2 {
	order: 2
}
.order-sm-3 {
	order: 3
}
.order-sm-4 {
	order: 4
}
.order-sm-5 {
	order: 5
}
.order-sm-6 {
	order: 6
}
.order-sm-7 {
	order: 7
}
.order-sm-8 {
	order: 8
}
.order-sm-9 {
	order: 9
}
.order-sm-10 {
	order: 10
}
.order-sm-11 {
	order: 11
}
.order-sm-12 {
	order: 12
}
.form-inline .form-group, .form-inline label {
	display: flex;
	align-items: center;
	margin-bottom: 0
}
.form-inline label {
	justify-content: center
}
.form-inline .form-group {
	flex: 0 0 auto;
	flex-flow: row wrap
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-inline .form-control-plaintext {
	display: inline-block
}
.form-inline .custom-select, .form-inline .input-group {
	width: auto
}
.form-inline .form-check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding-left: 0
}
.form-inline .form-check-input {
	position: relative;
	margin-top: 0;
	margin-right: .25rem;
	margin-left: 0
}
.form-inline .custom-control {
	align-items: center;
	justify-content: center
}
.form-inline .custom-control-label {
	margin-bottom: 0
}
.dropdown-menu-sm-right {
	right: 0;
	left: auto
}
.dropdown-menu-sm-left {
	right: auto;
	left: 0
}
.navbar-expand-sm {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
	flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-sm&gt;.container, .navbar-expand-sm&gt;.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
	display: none
}
.card-deck {
	margin-right: -15px;
	margin-left: -15px
}
.card-deck .card {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
	margin-left: 15px
}
.card-deck, .card-group {
	flex-flow: row wrap
}
.card-deck .card, .card-group&gt;.card {
	flex: 1 0 0%;
	margin-bottom: 0
}
.card-group&gt;.card+.card {
	margin-left: 0;
	border-left: 0
}
.card-group&gt;.card:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.card-group&gt;.card:first-child .card-header, .card-group&gt;.card:first-child .card-img-top {
	border-top-right-radius: 0
}
.card-group&gt;.card:first-child .card-footer, .card-group&gt;.card:first-child .card-img-bottom {
	border-bottom-right-radius: 0
}
.card-group&gt;.card:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.card-group&gt;.card:last-child .card-header, .card-group&gt;.card:last-child .card-img-top {
	border-top-left-radius: 0
}
.card-group&gt;.card:last-child .card-footer, .card-group&gt;.card:last-child .card-img-bottom {
	border-bottom-left-radius: 0
}
.card-group&gt;.card:only-child {
	border-radius: 0
}
.card-group&gt;.card:only-child .card-header, .card-group&gt;.card:only-child .card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.card-group&gt;.card:only-child .card-footer, .card-group&gt;.card:only-child .card-img-bottom {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child), .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
	border-radius: 0
}
.card-columns {
	-moz-column-count: 3;
	column-count: 3;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1
}
.card-columns .card {
	display: inline-block;
	width: 100%
}
.jumbotron {
	padding: 4rem 2rem
}
.modal-dialog {
	max-width: 500px;
	margin: 1.75rem auto
}
.modal-dialog-centered {
min-height:calc(100% - (1.75rem*2))
}
.modal-dialog-centered::before {
height:calc(100vh - (1.75rem*2))
}
.modal-sm {
	max-width: 300px
}
.d-sm-none {
	display: none!important
}
.d-sm-inline {
	display: inline!important
}
.d-sm-inline-block {
	display: inline-block!important
}
.d-sm-block {
	display: block!important
}
.d-sm-table {
	display: table!important
}
.d-sm-table-row {
	display: table-row!important
}
.d-sm-table-cell {
	display: table-cell!important
}
.d-sm-flex {
	display: flex!important
}
.d-sm-inline-flex {
	display: inline-flex!important
}
.flex-sm-row {
	flex-direction: row!important
}
.flex-sm-column {
	flex-direction: column!important
}
.flex-sm-row-reverse {
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	flex-direction: column-reverse!important
}
.flex-sm-wrap {
	flex-wrap: wrap!important
}
.flex-sm-nowrap {
	flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
	flex: 1 1 auto!important
}
.flex-sm-grow-0 {
	flex-grow: 0!important
}
.flex-sm-grow-1 {
	flex-grow: 1!important
}
.flex-sm-shrink-0 {
	flex-shrink: 0!important
}
.flex-sm-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-sm-start {
	justify-content: flex-start!important
}
.justify-content-sm-end {
	justify-content: flex-end!important
}
.justify-content-sm-center {
	justify-content: center!important
}
.justify-content-sm-between {
	justify-content: space-between!important
}
.justify-content-sm-around {
	justify-content: space-around!important
}
.align-items-sm-start {
	align-items: flex-start!important
}
.align-items-sm-end {
	align-items: flex-end!important
}
.align-items-sm-center {
	align-items: center!important
}
.align-items-sm-baseline {
	align-items: baseline!important
}
.align-items-sm-stretch {
	align-items: stretch!important
}
.align-content-sm-start {
	align-content: flex-start!important
}
.align-content-sm-end {
	align-content: flex-end!important
}
.align-content-sm-center {
	align-content: center!important
}
.align-content-sm-between {
	align-content: space-between!important
}
.align-content-sm-around {
	align-content: space-around!important
}
.align-content-sm-stretch {
	align-content: stretch!important
}
.align-self-sm-auto {
	align-self: auto!important
}
.align-self-sm-start {
	align-self: flex-start!important
}
.align-self-sm-end {
	align-self: flex-end!important
}
.align-self-sm-center {
	align-self: center!important
}
.align-self-sm-baseline {
	align-self: baseline!important
}
.align-self-sm-stretch {
	align-self: stretch!important
}
.float-sm-left {
	float: left!important
}
.float-sm-right {
	float: right!important
}
.float-sm-none {
	float: none!important
}
.m-sm-0 {
	margin: 0!important
}
.mt-sm-0, .my-sm-0 {
	margin-top: 0!important
}
.mr-sm-0, .mx-sm-0 {
	margin-right: 0!important
}
.mb-sm-0, .my-sm-0 {
	margin-bottom: 0!important
}
.ml-sm-0, .mx-sm-0 {
	margin-left: 0!important
}
.m-sm-1 {
	margin: .25rem!important
}
.mt-sm-1, .my-sm-1 {
	margin-top: .25rem!important
}
.mr-sm-1, .mx-sm-1 {
	margin-right: .25rem!important
}
.mb-sm-1, .my-sm-1 {
	margin-bottom: .25rem!important
}
.ml-sm-1, .mx-sm-1 {
	margin-left: .25rem!important
}
.m-sm-2 {
	margin: .5rem!important
}
.mt-sm-2, .my-sm-2 {
	margin-top: .5rem!important
}
.mr-sm-2, .mx-sm-2 {
	margin-right: .5rem!important
}
.mb-sm-2, .my-sm-2 {
	margin-bottom: .5rem!important
}
.ml-sm-2, .mx-sm-2 {
	margin-left: .5rem!important
}
.m-sm-3 {
	margin: 1rem!important
}
.mt-sm-3, .my-sm-3 {
	margin-top: 1rem!important
}
.mr-sm-3, .mx-sm-3 {
	margin-right: 1rem!important
}
.mb-sm-3, .my-sm-3 {
	margin-bottom: 1rem!important
}
.ml-sm-3, .mx-sm-3 {
	margin-left: 1rem!important
}
.m-sm-4 {
	margin: 1.5rem!important
}
.mt-sm-4, .my-sm-4 {
	margin-top: 1.5rem!important
}
.mr-sm-4, .mx-sm-4 {
	margin-right: 1.5rem!important
}
.mb-sm-4, .my-sm-4 {
	margin-bottom: 1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
	margin-left: 1.5rem!important
}
.m-sm-5 {
	margin: 3rem!important
}
.mt-sm-5, .my-sm-5 {
	margin-top: 3rem!important
}
.mr-sm-5, .mx-sm-5 {
	margin-right: 3rem!important
}
.mb-sm-5, .my-sm-5 {
	margin-bottom: 3rem!important
}
.ml-sm-5, .mx-sm-5 {
	margin-left: 3rem!important
}
.p-sm-0 {
	padding: 0!important
}
.pt-sm-0, .py-sm-0 {
	padding-top: 0!important
}
.pr-sm-0, .px-sm-0 {
	padding-right: 0!important
}
.pb-sm-0, .py-sm-0 {
	padding-bottom: 0!important
}
.pl-sm-0, .px-sm-0 {
	padding-left: 0!important
}
.p-sm-1 {
	padding: .25rem!important
}
.pt-sm-1, .py-sm-1 {
	padding-top: .25rem!important
}
.pr-sm-1, .px-sm-1 {
	padding-right: .25rem!important
}
.pb-sm-1, .py-sm-1 {
	padding-bottom: .25rem!important
}
.pl-sm-1, .px-sm-1 {
	padding-left: .25rem!important
}
.p-sm-2 {
	padding: .5rem!important
}
.pt-sm-2, .py-sm-2 {
	padding-top: .5rem!important
}
.pr-sm-2, .px-sm-2 {
	padding-right: .5rem!important
}
.pb-sm-2, .py-sm-2 {
	padding-bottom: .5rem!important
}
.pl-sm-2, .px-sm-2 {
	padding-left: .5rem!important
}
.p-sm-3 {
	padding: 1rem!important
}
.pt-sm-3, .py-sm-3 {
	padding-top: 1rem!important
}
.pr-sm-3, .px-sm-3 {
	padding-right: 1rem!important
}
.pb-sm-3, .py-sm-3 {
	padding-bottom: 1rem!important
}
.pl-sm-3, .px-sm-3 {
	padding-left: 1rem!important
}
.p-sm-4 {
	padding: 1.5rem!important
}
.pt-sm-4, .py-sm-4 {
	padding-top: 1.5rem!important
}
.pr-sm-4, .px-sm-4 {
	padding-right: 1.5rem!important
}
.pb-sm-4, .py-sm-4 {
	padding-bottom: 1.5rem!important
}
.pl-sm-4, .px-sm-4 {
	padding-left: 1.5rem!important
}
.p-sm-5 {
	padding: 3rem!important
}
.pt-sm-5, .py-sm-5 {
	padding-top: 3rem!important
}
.pr-sm-5, .px-sm-5 {
	padding-right: 3rem!important
}
.pb-sm-5, .py-sm-5 {
	padding-bottom: 3rem!important
}
.pl-sm-5, .px-sm-5 {
	padding-left: 3rem!important
}
.m-sm-n1 {
	margin: -.25rem!important
}
.mt-sm-n1, .my-sm-n1 {
	margin-top: -.25rem!important
}
.mr-sm-n1, .mx-sm-n1 {
	margin-right: -.25rem!important
}
.mb-sm-n1, .my-sm-n1 {
	margin-bottom: -.25rem!important
}
.ml-sm-n1, .mx-sm-n1 {
	margin-left: -.25rem!important
}
.m-sm-n2 {
	margin: -.5rem!important
}
.mt-sm-n2, .my-sm-n2 {
	margin-top: -.5rem!important
}
.mr-sm-n2, .mx-sm-n2 {
	margin-right: -.5rem!important
}
.mb-sm-n2, .my-sm-n2 {
	margin-bottom: -.5rem!important
}
.ml-sm-n2, .mx-sm-n2 {
	margin-left: -.5rem!important
}
.m-sm-n3 {
	margin: -1rem!important
}
.mt-sm-n3, .my-sm-n3 {
	margin-top: -1rem!important
}
.mr-sm-n3, .mx-sm-n3 {
	margin-right: -1rem!important
}
.mb-sm-n3, .my-sm-n3 {
	margin-bottom: -1rem!important
}
.ml-sm-n3, .mx-sm-n3 {
	margin-left: -1rem!important
}
.m-sm-n4 {
	margin: -1.5rem!important
}
.mt-sm-n4, .my-sm-n4 {
	margin-top: -1.5rem!important
}
.mr-sm-n4, .mx-sm-n4 {
	margin-right: -1.5rem!important
}
.mb-sm-n4, .my-sm-n4 {
	margin-bottom: -1.5rem!important
}
.ml-sm-n4, .mx-sm-n4 {
	margin-left: -1.5rem!important
}
.m-sm-n5 {
	margin: -3rem!important
}
.mt-sm-n5, .my-sm-n5 {
	margin-top: -3rem!important
}
.mr-sm-n5, .mx-sm-n5 {
	margin-right: -3rem!important
}
.mb-sm-n5, .my-sm-n5 {
	margin-bottom: -3rem!important
}
.ml-sm-n5, .mx-sm-n5 {
	margin-left: -3rem!important
}
.m-sm-auto {
	margin: auto!important
}
.mt-sm-auto, .my-sm-auto {
	margin-top: auto!important
}
.mr-sm-auto, .mx-sm-auto {
	margin-right: auto!important
}
.mb-sm-auto, .my-sm-auto {
	margin-bottom: auto!important
}
.ml-sm-auto, .mx-sm-auto {
	margin-left: auto!important
}
.text-sm-left {
	text-align: left!important
}
.text-sm-right {
	text-align: right!important
}
.text-sm-center {
	text-align: center!important
}
.hidden-sm-up {
	display: none!important
}
.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto
}
.col-sm-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-sm-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-sm-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-sm-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.pull-sm-0 {
	right: auto
}
.pull-sm-1 {
	right: 8.33333%
}
.pull-sm-2 {
	right: 16.66667%
}
.pull-sm-3 {
	right: 25%
}
.pull-sm-4 {
	right: 33.33333%
}
.pull-sm-5 {
	right: 41.66667%
}
.pull-sm-6 {
	right: 50%
}
.pull-sm-7 {
	right: 58.33333%
}
.pull-sm-8 {
	right: 66.66667%
}
.pull-sm-9 {
	right: 75%
}
.pull-sm-10 {
	right: 83.33333%
}
.pull-sm-11 {
	right: 91.66667%
}
.pull-sm-12 {
	right: 100%
}
.push-sm-0 {
	left: auto
}
.push-sm-1 {
	left: 8.33333%
}
.push-sm-2 {
	left: 16.66667%
}
.push-sm-3 {
	left: 25%
}
.push-sm-4 {
	left: 33.33333%
}
.push-sm-5 {
	left: 41.66667%
}
.push-sm-6 {
	left: 50%
}
.push-sm-7 {
	left: 58.33333%
}
.push-sm-8 {
	left: 66.66667%
}
.push-sm-9 {
	left: 75%
}
.push-sm-10 {
	left: 83.33333%
}
.push-sm-11 {
	left: 91.66667%
}
.push-sm-12 {
	left: 100%
}
.offset-sm-0 {
	margin-left: 0
}
.offset-sm-1 {
	margin-left: 8.33333%
}
.offset-sm-2 {
	margin-left: 16.66667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.33333%
}
.offset-sm-5 {
	margin-left: 41.66667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.33333%
}
.offset-sm-8 {
	margin-left: 66.66667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.33333%
}
.offset-sm-11 {
	margin-left: 91.66667%
}
}

@media (min-width:768px) {
.container {
	max-width: 720px
}
.col-md-auto {
	max-width: 100%
}
.order-md-first {
	order: -1
}
.order-md-last {
	order: 13
}
.order-md-0 {
	order: 0
}
.order-md-1 {
	order: 1
}
.order-md-2 {
	order: 2
}
.order-md-3 {
	order: 3
}
.order-md-4 {
	order: 4
}
.order-md-5 {
	order: 5
}
.order-md-6 {
	order: 6
}
.order-md-7 {
	order: 7
}
.order-md-8 {
	order: 8
}
.order-md-9 {
	order: 9
}
.order-md-10 {
	order: 10
}
.order-md-11 {
	order: 11
}
.order-md-12 {
	order: 12
}
.dropdown-menu-md-right {
	right: 0;
	left: auto
}
.dropdown-menu-md-left {
	right: auto;
	left: 0
}
.navbar-expand-md {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
	flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-md&gt;.container, .navbar-expand-md&gt;.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
	display: none
}
.d-md-none {
	display: none!important
}
.d-md-inline {
	display: inline!important
}
.d-md-inline-block {
	display: inline-block!important
}
.d-md-block {
	display: block!important
}
.d-md-table {
	display: table!important
}
.d-md-table-row {
	display: table-row!important
}
.d-md-table-cell {
	display: table-cell!important
}
.d-md-flex {
	display: flex!important
}
.d-md-inline-flex {
	display: inline-flex!important
}
.flex-md-row {
	flex-direction: row!important
}
.flex-md-column {
	flex-direction: column!important
}
.flex-md-row-reverse {
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-md-fill {
	flex: 1 1 auto!important
}
.flex-md-grow-0 {
	flex-grow: 0!important
}
.flex-md-grow-1 {
	flex-grow: 1!important
}
.flex-md-shrink-0 {
	flex-shrink: 0!important
}
.flex-md-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-md-start {
	justify-content: flex-start!important
}
.justify-content-md-end {
	justify-content: flex-end!important
}
.justify-content-md-center {
	justify-content: center!important
}
.justify-content-md-between {
	justify-content: space-between!important
}
.justify-content-md-around {
	justify-content: space-around!important
}
.align-items-md-start {
	align-items: flex-start!important
}
.align-items-md-end {
	align-items: flex-end!important
}
.align-items-md-center {
	align-items: center!important
}
.align-items-md-baseline {
	align-items: baseline!important
}
.align-items-md-stretch {
	align-items: stretch!important
}
.align-content-md-start {
	align-content: flex-start!important
}
.align-content-md-end {
	align-content: flex-end!important
}
.align-content-md-center {
	align-content: center!important
}
.align-content-md-between {
	align-content: space-between!important
}
.align-content-md-around {
	align-content: space-around!important
}
.align-content-md-stretch {
	align-content: stretch!important
}
.align-self-md-auto {
	align-self: auto!important
}
.align-self-md-start {
	align-self: flex-start!important
}
.align-self-md-end {
	align-self: flex-end!important
}
.align-self-md-center {
	align-self: center!important
}
.align-self-md-baseline {
	align-self: baseline!important
}
.align-self-md-stretch {
	align-self: stretch!important
}
.float-md-left {
	float: left!important
}
.float-md-right {
	float: right!important
}
.float-md-none {
	float: none!important
}
.m-md-0 {
	margin: 0!important
}
.mt-md-0, .my-md-0 {
	margin-top: 0!important
}
.mr-md-0, .mx-md-0 {
	margin-right: 0!important
}
.mb-md-0, .my-md-0 {
	margin-bottom: 0!important
}
.ml-md-0, .mx-md-0 {
	margin-left: 0!important
}
.m-md-1 {
	margin: .25rem!important
}
.mt-md-1, .my-md-1 {
	margin-top: .25rem!important
}
.mr-md-1, .mx-md-1 {
	margin-right: .25rem!important
}
.mb-md-1, .my-md-1 {
	margin-bottom: .25rem!important
}
.ml-md-1, .mx-md-1 {
	margin-left: .25rem!important
}
.m-md-2 {
	margin: .5rem!important
}
.mt-md-2, .my-md-2 {
	margin-top: .5rem!important
}
.mr-md-2, .mx-md-2 {
	margin-right: .5rem!important
}
.mb-md-2, .my-md-2 {
	margin-bottom: .5rem!important
}
.ml-md-2, .mx-md-2 {
	margin-left: .5rem!important
}
.m-md-3 {
	margin: 1rem!important
}
.mt-md-3, .my-md-3 {
	margin-top: 1rem!important
}
.mr-md-3, .mx-md-3 {
	margin-right: 1rem!important
}
.mb-md-3, .my-md-3 {
	margin-bottom: 1rem!important
}
.ml-md-3, .mx-md-3 {
	margin-left: 1rem!important
}
.m-md-4 {
	margin: 1.5rem!important
}
.mt-md-4, .my-md-4 {
	margin-top: 1.5rem!important
}
.mr-md-4, .mx-md-4 {
	margin-right: 1.5rem!important
}
.mb-md-4, .my-md-4 {
	margin-bottom: 1.5rem!important
}
.ml-md-4, .mx-md-4 {
	margin-left: 1.5rem!important
}
.m-md-5 {
	margin: 3rem!important
}
.mt-md-5, .my-md-5 {
	margin-top: 3rem!important
}
.mr-md-5, .mx-md-5 {
	margin-right: 3rem!important
}
.mb-md-5, .my-md-5 {
	margin-bottom: 3rem!important
}
.ml-md-5, .mx-md-5 {
	margin-left: 3rem!important
}
.p-md-0 {
	padding: 0!important
}
.pt-md-0, .py-md-0 {
	padding-top: 0!important
}
.pr-md-0, .px-md-0 {
	padding-right: 0!important
}
.pb-md-0, .py-md-0 {
	padding-bottom: 0!important
}
.pl-md-0, .px-md-0 {
	padding-left: 0!important
}
.p-md-1 {
	padding: .25rem!important
}
.pt-md-1, .py-md-1 {
	padding-top: .25rem!important
}
.pr-md-1, .px-md-1 {
	padding-right: .25rem!important
}
.pb-md-1, .py-md-1 {
	padding-bottom: .25rem!important
}
.pl-md-1, .px-md-1 {
	padding-left: .25rem!important
}
.p-md-2 {
	padding: .5rem!important
}
.pt-md-2, .py-md-2 {
	padding-top: .5rem!important
}
.pr-md-2, .px-md-2 {
	padding-right: .5rem!important
}
.pb-md-2, .py-md-2 {
	padding-bottom: .5rem!important
}
.pl-md-2, .px-md-2 {
	padding-left: .5rem!important
}
.p-md-3 {
	padding: 1rem!important
}
.pt-md-3, .py-md-3 {
	padding-top: 1rem!important
}
.pr-md-3, .px-md-3 {
	padding-right: 1rem!important
}
.pb-md-3, .py-md-3 {
	padding-bottom: 1rem!important
}
.pl-md-3, .px-md-3 {
	padding-left: 1rem!important
}
.p-md-4 {
	padding: 1.5rem!important
}
.pt-md-4, .py-md-4 {
	padding-top: 1.5rem!important
}
.pr-md-4, .px-md-4 {
	padding-right: 1.5rem!important
}
.pb-md-4, .py-md-4 {
	padding-bottom: 1.5rem!important
}
.pl-md-4, .px-md-4 {
	padding-left: 1.5rem!important
}
.p-md-5 {
	padding: 3rem!important
}
.pt-md-5, .py-md-5 {
	padding-top: 3rem!important
}
.pr-md-5, .px-md-5 {
	padding-right: 3rem!important
}
.pb-md-5, .py-md-5 {
	padding-bottom: 3rem!important
}
.pl-md-5, .px-md-5 {
	padding-left: 3rem!important
}
.m-md-n1 {
	margin: -.25rem!important
}
.mt-md-n1, .my-md-n1 {
	margin-top: -.25rem!important
}
.mr-md-n1, .mx-md-n1 {
	margin-right: -.25rem!important
}
.mb-md-n1, .my-md-n1 {
	margin-bottom: -.25rem!important
}
.ml-md-n1, .mx-md-n1 {
	margin-left: -.25rem!important
}
.m-md-n2 {
	margin: -.5rem!important
}
.mt-md-n2, .my-md-n2 {
	margin-top: -.5rem!important
}
.mr-md-n2, .mx-md-n2 {
	margin-right: -.5rem!important
}
.mb-md-n2, .my-md-n2 {
	margin-bottom: -.5rem!important
}
.ml-md-n2, .mx-md-n2 {
	margin-left: -.5rem!important
}
.m-md-n3 {
	margin: -1rem!important
}
.mt-md-n3, .my-md-n3 {
	margin-top: -1rem!important
}
.mr-md-n3, .mx-md-n3 {
	margin-right: -1rem!important
}
.mb-md-n3, .my-md-n3 {
	margin-bottom: -1rem!important
}
.ml-md-n3, .mx-md-n3 {
	margin-left: -1rem!important
}
.m-md-n4 {
	margin: -1.5rem!important
}
.mt-md-n4, .my-md-n4 {
	margin-top: -1.5rem!important
}
.mr-md-n4, .mx-md-n4 {
	margin-right: -1.5rem!important
}
.mb-md-n4, .my-md-n4 {
	margin-bottom: -1.5rem!important
}
.ml-md-n4, .mx-md-n4 {
	margin-left: -1.5rem!important
}
.m-md-n5 {
	margin: -3rem!important
}
.mt-md-n5, .my-md-n5 {
	margin-top: -3rem!important
}
.mr-md-n5, .mx-md-n5 {
	margin-right: -3rem!important
}
.mb-md-n5, .my-md-n5 {
	margin-bottom: -3rem!important
}
.ml-md-n5, .mx-md-n5 {
	margin-left: -3rem!important
}
.m-md-auto {
	margin: auto!important
}
.mt-md-auto, .my-md-auto {
	margin-top: auto!important
}
.mr-md-auto, .mx-md-auto {
	margin-right: auto!important
}
.mb-md-auto, .my-md-auto {
	margin-bottom: auto!important
}
.ml-md-auto, .mx-md-auto {
	margin-left: auto!important
}
.text-md-left {
	text-align: left!important
}
.text-md-right {
	text-align: right!important
}
.text-md-center {
	text-align: center!important
}
.lang-rtl .push-md-2 {
	right: 16.66667%;
	left: auto
}
.hidden-md-up {
	display: none!important
}
.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto
}
.col-md-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-md-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-md-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-md-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-md-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.pull-md-0 {
	right: auto
}
.pull-md-1 {
	right: 8.33333%
}
.pull-md-2 {
	right: 16.66667%
}
.pull-md-3 {
	right: 25%
}
.pull-md-4 {
	right: 33.33333%
}
.pull-md-5 {
	right: 41.66667%
}
.pull-md-6 {
	right: 50%
}
.pull-md-7 {
	right: 58.33333%
}
.pull-md-8 {
	right: 66.66667%
}
.pull-md-9 {
	right: 75%
}
.pull-md-10 {
	right: 83.33333%
}
.pull-md-11 {
	right: 91.66667%
}
.pull-md-12 {
	right: 100%
}
.push-md-0 {
	left: auto
}
.push-md-1 {
	left: 8.33333%
}
.push-md-2 {
	left: 16.66667%
}
.push-md-3 {
	left: 25%
}
.push-md-4 {
	left: 33.33333%
}
.push-md-5 {
	left: 41.66667%
}
.push-md-6 {
	left: 50%
}
.push-md-7 {
	left: 58.33333%
}
.push-md-8 {
	left: 66.66667%
}
.push-md-9 {
	left: 75%
}
.push-md-10 {
	left: 83.33333%
}
.push-md-11 {
	left: 91.66667%
}
.push-md-12 {
	left: 100%
}
.offset-md-0 {
	margin-left: 0
}
.offset-md-1 {
	margin-left: 8.33333%
}
.offset-md-2 {
	margin-left: 16.66667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.33333%
}
.offset-md-5 {
	margin-left: 41.66667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.33333%
}
.offset-md-8 {
	margin-left: 66.66667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.33333%
}
.offset-md-11 {
	margin-left: 91.66667%
}
}

@media (min-width:992px) {
.container {
	max-width: 960px
}
.col-lg-auto {
	max-width: 100%
}
.order-lg-first {
	order: -1
}
.order-lg-last {
	order: 13
}
.order-lg-0 {
	order: 0
}
.order-lg-1 {
	order: 1
}
.order-lg-2 {
	order: 2
}
.order-lg-3 {
	order: 3
}
.order-lg-4 {
	order: 4
}
.order-lg-5 {
	order: 5
}
.order-lg-6 {
	order: 6
}
.order-lg-7 {
	order: 7
}
.order-lg-8 {
	order: 8
}
.order-lg-9 {
	order: 9
}
.order-lg-10 {
	order: 10
}
.order-lg-11 {
	order: 11
}
.order-lg-12 {
	order: 12
}
.dropdown-menu-lg-right, .lang-rtl #header.desktop-header-style-w-6 #header-search-btn .dropdown-search, .lang-rtl #header.desktop-header-style-w-6 #ps-shoppingcart.dropdown #blockcart-content, .lang-rtl #header.desktop-header-style-w-7 #header-search-btn .dropdown-search, .lang-rtl #header.desktop-header-style-w-7 #ps-shoppingcart.dropdown #blockcart-content {
	right: 0;
	left: auto
}
.dropdown-menu-lg-left {
	right: auto;
	left: 0
}
.navbar-expand-lg {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
	flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-lg&gt;.container, .navbar-expand-lg&gt;.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
.modal-lg, .modal-xl {
	max-width: 800px
}
.d-lg-none {
	display: none!important
}
.d-lg-inline {
	display: inline!important
}
.d-lg-inline-block {
	display: inline-block!important
}
.d-lg-block {
	display: block!important
}
.d-lg-table {
	display: table!important
}
.d-lg-table-row {
	display: table-row!important
}
.d-lg-table-cell {
	display: table-cell!important
}
.d-lg-flex {
	display: flex!important
}
.d-lg-inline-flex {
	display: inline-flex!important
}
.flex-lg-row {
	flex-direction: row!important
}
.flex-lg-column {
	flex-direction: column!important
}
.flex-lg-row-reverse {
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	flex-direction: column-reverse!important
}
.flex-lg-wrap {
	flex-wrap: wrap!important
}
.flex-lg-nowrap {
	flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
	flex: 1 1 auto!important
}
.flex-lg-grow-0 {
	flex-grow: 0!important
}
.flex-lg-grow-1 {
	flex-grow: 1!important
}
.flex-lg-shrink-0 {
	flex-shrink: 0!important
}
.flex-lg-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-lg-start {
	justify-content: flex-start!important
}
.justify-content-lg-end {
	justify-content: flex-end!important
}
.justify-content-lg-center {
	justify-content: center!important
}
.justify-content-lg-between {
	justify-content: space-between!important
}
.justify-content-lg-around {
	justify-content: space-around!important
}
.align-items-lg-start {
	align-items: flex-start!important
}
.align-items-lg-end {
	align-items: flex-end!important
}
.align-items-lg-center {
	align-items: center!important
}
.align-items-lg-baseline {
	align-items: baseline!important
}
.align-items-lg-stretch {
	align-items: stretch!important
}
.align-content-lg-start {
	align-content: flex-start!important
}
.align-content-lg-end {
	align-content: flex-end!important
}
.align-content-lg-center {
	align-content: center!important
}
.align-content-lg-between {
	align-content: space-between!important
}
.align-content-lg-around {
	align-content: space-around!important
}
.align-content-lg-stretch {
	align-content: stretch!important
}
.align-self-lg-auto {
	align-self: auto!important
}
.align-self-lg-start {
	align-self: flex-start!important
}
.align-self-lg-end {
	align-self: flex-end!important
}
.align-self-lg-center {
	align-self: center!important
}
.align-self-lg-baseline {
	align-self: baseline!important
}
.align-self-lg-stretch {
	align-self: stretch!important
}
.float-lg-left {
	float: left!important
}
.float-lg-right {
	float: right!important
}
.float-lg-none {
	float: none!important
}
.m-lg-0 {
	margin: 0!important
}
.mt-lg-0, .my-lg-0 {
	margin-top: 0!important
}
.mr-lg-0, .mx-lg-0 {
	margin-right: 0!important
}
.mb-lg-0, .my-lg-0 {
	margin-bottom: 0!important
}
.ml-lg-0, .mx-lg-0 {
	margin-left: 0!important
}
.m-lg-1 {
	margin: .25rem!important
}
.mt-lg-1, .my-lg-1 {
	margin-top: .25rem!important
}
.mr-lg-1, .mx-lg-1 {
	margin-right: .25rem!important
}
.mb-lg-1, .my-lg-1 {
	margin-bottom: .25rem!important
}
.ml-lg-1, .mx-lg-1 {
	margin-left: .25rem!important
}
.m-lg-2 {
	margin: .5rem!important
}
.mt-lg-2, .my-lg-2 {
	margin-top: .5rem!important
}
.mr-lg-2, .mx-lg-2 {
	margin-right: .5rem!important
}
.mb-lg-2, .my-lg-2 {
	margin-bottom: .5rem!important
}
.ml-lg-2, .mx-lg-2 {
	margin-left: .5rem!important
}
.m-lg-3 {
	margin: 1rem!important
}
.mt-lg-3, .my-lg-3 {
	margin-top: 1rem!important
}
.mr-lg-3, .mx-lg-3 {
	margin-right: 1rem!important
}
.mb-lg-3, .my-lg-3 {
	margin-bottom: 1rem!important
}
.ml-lg-3, .mx-lg-3 {
	margin-left: 1rem!important
}
.m-lg-4 {
	margin: 1.5rem!important
}
.mt-lg-4, .my-lg-4 {
	margin-top: 1.5rem!important
}
.mr-lg-4, .mx-lg-4 {
	margin-right: 1.5rem!important
}
.mb-lg-4, .my-lg-4 {
	margin-bottom: 1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
	margin-left: 1.5rem!important
}
.m-lg-5 {
	margin: 3rem!important
}
.mt-lg-5, .my-lg-5 {
	margin-top: 3rem!important
}
.mr-lg-5, .mx-lg-5 {
	margin-right: 3rem!important
}
.mb-lg-5, .my-lg-5 {
	margin-bottom: 3rem!important
}
.ml-lg-5, .mx-lg-5 {
	margin-left: 3rem!important
}
.p-lg-0 {
	padding: 0!important
}
.pt-lg-0, .py-lg-0 {
	padding-top: 0!important
}
.pr-lg-0, .px-lg-0 {
	padding-right: 0!important
}
.pb-lg-0, .py-lg-0 {
	padding-bottom: 0!important
}
.pl-lg-0, .px-lg-0 {
	padding-left: 0!important
}
.p-lg-1 {
	padding: .25rem!important
}
.pt-lg-1, .py-lg-1 {
	padding-top: .25rem!important
}
.pr-lg-1, .px-lg-1 {
	padding-right: .25rem!important
}
.pb-lg-1, .py-lg-1 {
	padding-bottom: .25rem!important
}
.pl-lg-1, .px-lg-1 {
	padding-left: .25rem!important
}
.p-lg-2 {
	padding: .5rem!important
}
.pt-lg-2, .py-lg-2 {
	padding-top: .5rem!important
}
.pr-lg-2, .px-lg-2 {
	padding-right: .5rem!important
}
.pb-lg-2, .py-lg-2 {
	padding-bottom: .5rem!important
}
.pl-lg-2, .px-lg-2 {
	padding-left: .5rem!important
}
.p-lg-3 {
	padding: 1rem!important
}
.pt-lg-3, .py-lg-3 {
	padding-top: 1rem!important
}
.pr-lg-3, .px-lg-3 {
	padding-right: 1rem!important
}
.pb-lg-3, .py-lg-3 {
	padding-bottom: 1rem!important
}
.pl-lg-3, .px-lg-3 {
	padding-left: 1rem!important
}
.p-lg-4 {
	padding: 1.5rem!important
}
.pt-lg-4, .py-lg-4 {
	padding-top: 1.5rem!important
}
.pr-lg-4, .px-lg-4 {
	padding-right: 1.5rem!important
}
.pb-lg-4, .py-lg-4 {
	padding-bottom: 1.5rem!important
}
.pl-lg-4, .px-lg-4 {
	padding-left: 1.5rem!important
}
.p-lg-5 {
	padding: 3rem!important
}
.pt-lg-5, .py-lg-5 {
	padding-top: 3rem!important
}
.pr-lg-5, .px-lg-5 {
	padding-right: 3rem!important
}
.pb-lg-5, .py-lg-5 {
	padding-bottom: 3rem!important
}
.pl-lg-5, .px-lg-5 {
	padding-left: 3rem!important
}
.m-lg-n1 {
	margin: -.25rem!important
}
.mt-lg-n1, .my-lg-n1 {
	margin-top: -.25rem!important
}
.mr-lg-n1, .mx-lg-n1 {
	margin-right: -.25rem!important
}
.mb-lg-n1, .my-lg-n1 {
	margin-bottom: -.25rem!important
}
.ml-lg-n1, .mx-lg-n1 {
	margin-left: -.25rem!important
}
.m-lg-n2 {
	margin: -.5rem!important
}
.mt-lg-n2, .my-lg-n2 {
	margin-top: -.5rem!important
}
.mr-lg-n2, .mx-lg-n2 {
	margin-right: -.5rem!important
}
.mb-lg-n2, .my-lg-n2 {
	margin-bottom: -.5rem!important
}
.ml-lg-n2, .mx-lg-n2 {
	margin-left: -.5rem!important
}
.m-lg-n3 {
	margin: -1rem!important
}
.mt-lg-n3, .my-lg-n3 {
	margin-top: -1rem!important
}
.mr-lg-n3, .mx-lg-n3 {
	margin-right: -1rem!important
}
.mb-lg-n3, .my-lg-n3 {
	margin-bottom: -1rem!important
}
.ml-lg-n3, .mx-lg-n3 {
	margin-left: -1rem!important
}
.m-lg-n4 {
	margin: -1.5rem!important
}
.mt-lg-n4, .my-lg-n4 {
	margin-top: -1.5rem!important
}
.mr-lg-n4, .mx-lg-n4 {
	margin-right: -1.5rem!important
}
.mb-lg-n4, .my-lg-n4 {
	margin-bottom: -1.5rem!important
}
.ml-lg-n4, .mx-lg-n4 {
	margin-left: -1.5rem!important
}
.m-lg-n5 {
	margin: -3rem!important
}
.mt-lg-n5, .my-lg-n5 {
	margin-top: -3rem!important
}
.mr-lg-n5, .mx-lg-n5 {
	margin-right: -3rem!important
}
.mb-lg-n5, .my-lg-n5 {
	margin-bottom: -3rem!important
}
.ml-lg-n5, .mx-lg-n5 {
	margin-left: -3rem!important
}
.m-lg-auto {
	margin: auto!important
}
.mt-lg-auto, .my-lg-auto {
	margin-top: auto!important
}
.mr-lg-auto, .mx-lg-auto {
	margin-right: auto!important
}
.mb-lg-auto, .my-lg-auto {
	margin-bottom: auto!important
}
.ml-lg-auto, .mx-lg-auto {
	margin-left: auto!important
}
.text-lg-left {
	text-align: left!important
}
.text-lg-right {
	text-align: right!important
}
.text-lg-center {
	text-align: center!important
}
#header.desktop-header-style-w-6, #header.desktop-header-style-w-7 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5002;
	width: 280px;
	min-height: 100vh
}
#header.desktop-header-style-w-6 .header-nav .left-nav, #header.desktop-header-style-w-6 .header-nav .right-nav, #header.desktop-header-style-w-7 .header-nav .left-nav, #header.desktop-header-style-w-7 .header-nav .right-nav {
	flex-basis: 100%
}
#header.desktop-header-style-w-6 .col-header-center, #header.desktop-header-style-w-6 .col-header-left, #header.desktop-header-style-w-7 .col-header-center, #header.desktop-header-style-w-7 .col-header-left {
	margin-bottom: 1.5rem
}
#header.desktop-header-style-w-6 #header-search-btn .dropdown-search, #header.desktop-header-style-w-6 #ps-shoppingcart.dropdown #blockcart-content, #header.desktop-header-style-w-7 #header-search-btn .dropdown-search, #header.desktop-header-style-w-7 #ps-shoppingcart.dropdown #blockcart-content {
	left: 0;
	right: auto
}
#header.desktop-header-style-w-6 .header-custom-html, #header.desktop-header-style-w-7 .header-custom-html {
	margin-bottom: .6rem
}
#header.desktop-header-style-w-6 .cbp-vertical-title, #header.desktop-header-style-w-7 .cbp-vertical-title, .hidden-lg-up {
	display: none!important
}
#header.desktop-header-style-w-6 #cbp-hrmenu1, #header.desktop-header-style-w-7 #cbp-hrmenu1 {
	margin: 2rem 0
}
#header.desktop-header-style-w-7 #user_info {
	margin-top: .6rem;
	padding-left: 1rem
}
#header.desktop-header-style-w-7 #search_widget {
	margin-top: 1rem;
	width: 100%
}
.body-desktop-header-style-w-6&gt;main, .body-desktop-header-style-w-7&gt;main {
	padding-left: 280px
}
.lang-rtl #header.desktop-header-style-w-6, .lang-rtl #header.desktop-header-style-w-7 {
	left: auto;
	right: 0
}
.body-desktop-header-style-w-6.lang-rtl&gt;main, .body-desktop-header-style-w-7.lang-rtl&gt;main {
	padding-left: 0;
	padding-right: 280px
}
.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto
}
.col-lg-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-lg-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-lg-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-lg-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-lg-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.pull-lg-0 {
	right: auto
}
.pull-lg-1 {
	right: 8.33333%
}
.pull-lg-2 {
	right: 16.66667%
}
.pull-lg-3 {
	right: 25%
}
.pull-lg-4 {
	right: 33.33333%
}
.pull-lg-5 {
	right: 41.66667%
}
.pull-lg-6 {
	right: 50%
}
.pull-lg-7 {
	right: 58.33333%
}
.pull-lg-8 {
	right: 66.66667%
}
.pull-lg-9 {
	right: 75%
}
.pull-lg-10 {
	right: 83.33333%
}
.pull-lg-11 {
	right: 91.66667%
}
.pull-lg-12 {
	right: 100%
}
.push-lg-0 {
	left: auto
}
.push-lg-1 {
	left: 8.33333%
}
.push-lg-2 {
	left: 16.66667%
}
.push-lg-3 {
	left: 25%
}
.push-lg-4 {
	left: 33.33333%
}
.push-lg-5 {
	left: 41.66667%
}
.push-lg-6 {
	left: 50%
}
.push-lg-7 {
	left: 58.33333%
}
.push-lg-8 {
	left: 66.66667%
}
.push-lg-9 {
	left: 75%
}
.push-lg-10 {
	left: 83.33333%
}
.push-lg-11 {
	left: 91.66667%
}
.push-lg-12 {
	left: 100%
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.33333%
}
.offset-lg-2 {
	margin-left: 16.66667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.33333%
}
.offset-lg-5 {
	margin-left: 41.66667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.33333%
}
.offset-lg-8 {
	margin-left: 66.66667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.33333%
}
.offset-lg-11 {
	margin-left: 91.66667%
}
}

@media (min-width:1200px) {
.container {
	max-width: 1140px
}
.col-xl-auto {
	max-width: 100%
}
.order-xl-first {
	order: -1
}
.order-xl-last {
	order: 13
}
.order-xl-0 {
	order: 0
}
.order-xl-1 {
	order: 1
}
.order-xl-2 {
	order: 2
}
.order-xl-3 {
	order: 3
}
.order-xl-4 {
	order: 4
}
.order-xl-5 {
	order: 5
}
.order-xl-6 {
	order: 6
}
.order-xl-7 {
	order: 7
}
.order-xl-8 {
	order: 8
}
.order-xl-9 {
	order: 9
}
.order-xl-10 {
	order: 10
}
.order-xl-11 {
	order: 11
}
.order-xl-12 {
	order: 12
}
.offset-xl-0 {
	margin-left: 0
}
.offset-xl-1 {
	margin-left: 8.33333%
}
.offset-xl-2 {
	margin-left: 16.66667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.33333%
}
.offset-xl-5 {
	margin-left: 41.66667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.33333%
}
.offset-xl-8 {
	margin-left: 66.66667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.33333%
}
.offset-xl-11 {
	margin-left: 91.66667%
}
.dropdown-menu-xl-right {
	right: 0;
	left: auto
}
.dropdown-menu-xl-left {
	right: auto;
	left: 0
}
.navbar-expand-xl {
	flex-flow: row nowrap;
	justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
	flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand-xl&gt;.container, .navbar-expand-xl&gt;.container-fluid {
	flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
	display: none
}
.modal-xl {
	max-width: 1140px
}
.d-xl-none {
	display: none!important
}
.d-xl-inline {
	display: inline!important
}
.d-xl-inline-block {
	display: inline-block!important
}
.d-xl-block {
	display: block!important
}
.d-xl-table {
	display: table!important
}
.d-xl-table-row {
	display: table-row!important
}
.d-xl-table-cell {
	display: table-cell!important
}
.d-xl-flex {
	display: flex!important
}
.d-xl-inline-flex {
	display: inline-flex!important
}
.flex-xl-row {
	flex-direction: row!important
}
.flex-xl-column {
	flex-direction: column!important
}
.flex-xl-row-reverse {
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
	flex: 1 1 auto!important
}
.flex-xl-grow-0 {
	flex-grow: 0!important
}
.flex-xl-grow-1 {
	flex-grow: 1!important
}
.flex-xl-shrink-0 {
	flex-shrink: 0!important
}
.flex-xl-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-xl-start {
	justify-content: flex-start!important
}
.justify-content-xl-end {
	justify-content: flex-end!important
}
.justify-content-xl-center {
	justify-content: center!important
}
.justify-content-xl-between {
	justify-content: space-between!important
}
.justify-content-xl-around {
	justify-content: space-around!important
}
.align-items-xl-start {
	align-items: flex-start!important
}
.align-items-xl-end {
	align-items: flex-end!important
}
.align-items-xl-center {
	align-items: center!important
}
.align-items-xl-baseline {
	align-items: baseline!important
}
.align-items-xl-stretch {
	align-items: stretch!important
}
.align-content-xl-start {
	align-content: flex-start!important
}
.align-content-xl-end {
	align-content: flex-end!important
}
.align-content-xl-center {
	align-content: center!important
}
.align-content-xl-between {
	align-content: space-between!important
}
.align-content-xl-around {
	align-content: space-around!important
}
.align-content-xl-stretch {
	align-content: stretch!important
}
.align-self-xl-auto {
	align-self: auto!important
}
.align-self-xl-start {
	align-self: flex-start!important
}
.align-self-xl-end {
	align-self: flex-end!important
}
.align-self-xl-center {
	align-self: center!important
}
.align-self-xl-baseline {
	align-self: baseline!important
}
.align-self-xl-stretch {
	align-self: stretch!important
}
.float-xl-left {
	float: left!important
}
.float-xl-right {
	float: right!important
}
.float-xl-none {
	float: none!important
}
.m-xl-0 {
	margin: 0!important
}
.mt-xl-0, .my-xl-0 {
	margin-top: 0!important
}
.mr-xl-0, .mx-xl-0 {
	margin-right: 0!important
}
.mb-xl-0, .my-xl-0 {
	margin-bottom: 0!important
}
.ml-xl-0, .mx-xl-0 {
	margin-left: 0!important
}
.m-xl-1 {
	margin: .25rem!important
}
.mt-xl-1, .my-xl-1 {
	margin-top: .25rem!important
}
.mr-xl-1, .mx-xl-1 {
	margin-right: .25rem!important
}
.mb-xl-1, .my-xl-1 {
	margin-bottom: .25rem!important
}
.ml-xl-1, .mx-xl-1 {
	margin-left: .25rem!important
}
.m-xl-2 {
	margin: .5rem!important
}
.mt-xl-2, .my-xl-2 {
	margin-top: .5rem!important
}
.mr-xl-2, .mx-xl-2 {
	margin-right: .5rem!important
}
.mb-xl-2, .my-xl-2 {
	margin-bottom: .5rem!important
}
.ml-xl-2, .mx-xl-2 {
	margin-left: .5rem!important
}
.m-xl-3 {
	margin: 1rem!important
}
.mt-xl-3, .my-xl-3 {
	margin-top: 1rem!important
}
.mr-xl-3, .mx-xl-3 {
	margin-right: 1rem!important
}
.mb-xl-3, .my-xl-3 {
	margin-bottom: 1rem!important
}
.ml-xl-3, .mx-xl-3 {
	margin-left: 1rem!important
}
.m-xl-4 {
	margin: 1.5rem!important
}
.mt-xl-4, .my-xl-4 {
	margin-top: 1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
	margin-right: 1.5rem!important
}
.mb-xl-4, .my-xl-4 {
	margin-bottom: 1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
	margin-left: 1.5rem!important
}
.m-xl-5 {
	margin: 3rem!important
}
.mt-xl-5, .my-xl-5 {
	margin-top: 3rem!important
}
.mr-xl-5, .mx-xl-5 {
	margin-right: 3rem!important
}
.mb-xl-5, .my-xl-5 {
	margin-bottom: 3rem!important
}
.ml-xl-5, .mx-xl-5 {
	margin-left: 3rem!important
}
.p-xl-0 {
	padding: 0!important
}
.pt-xl-0, .py-xl-0 {
	padding-top: 0!important
}
.pr-xl-0, .px-xl-0 {
	padding-right: 0!important
}
.pb-xl-0, .py-xl-0 {
	padding-bottom: 0!important
}
.pl-xl-0, .px-xl-0 {
	padding-left: 0!important
}
.p-xl-1 {
	padding: .25rem!important
}
.pt-xl-1, .py-xl-1 {
	padding-top: .25rem!important
}
.pr-xl-1, .px-xl-1 {
	padding-right: .25rem!important
}
.pb-xl-1, .py-xl-1 {
	padding-bottom: .25rem!important
}
.pl-xl-1, .px-xl-1 {
	padding-left: .25rem!important
}
.p-xl-2 {
	padding: .5rem!important
}
.pt-xl-2, .py-xl-2 {
	padding-top: .5rem!important
}
.pr-xl-2, .px-xl-2 {
	padding-right: .5rem!important
}
.pb-xl-2, .py-xl-2 {
	padding-bottom: .5rem!important
}
.pl-xl-2, .px-xl-2 {
	padding-left: .5rem!important
}
.p-xl-3 {
	padding: 1rem!important
}
.pt-xl-3, .py-xl-3 {
	padding-top: 1rem!important
}
.pr-xl-3, .px-xl-3 {
	padding-right: 1rem!important
}
.pb-xl-3, .py-xl-3 {
	padding-bottom: 1rem!important
}
.pl-xl-3, .px-xl-3 {
	padding-left: 1rem!important
}
.p-xl-4 {
	padding: 1.5rem!important
}
.pt-xl-4, .py-xl-4 {
	padding-top: 1.5rem!important
}
.pr-xl-4, .px-xl-4 {
	padding-right: 1.5rem!important
}
.pb-xl-4, .py-xl-4 {
	padding-bottom: 1.5rem!important
}
.pl-xl-4, .px-xl-4 {
	padding-left: 1.5rem!important
}
.p-xl-5 {
	padding: 3rem!important
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem!important
}
.pr-xl-5, .px-xl-5 {
	padding-right: 3rem!important
}
.pb-xl-5, .py-xl-5 {
	padding-bottom: 3rem!important
}
.pl-xl-5, .px-xl-5 {
	padding-left: 3rem!important
}
.m-xl-n1 {
	margin: -.25rem!important
}
.mt-xl-n1, .my-xl-n1 {
	margin-top: -.25rem!important
}
.mr-xl-n1, .mx-xl-n1 {
	margin-right: -.25rem!important
}
.mb-xl-n1, .my-xl-n1 {
	margin-bottom: -.25rem!important
}
.ml-xl-n1, .mx-xl-n1 {
	margin-left: -.25rem!important
}
.m-xl-n2 {
	margin: -.5rem!important
}
.mt-xl-n2, .my-xl-n2 {
	margin-top: -.5rem!important
}
.mr-xl-n2, .mx-xl-n2 {
	margin-right: -.5rem!important
}
.mb-xl-n2, .my-xl-n2 {
	margin-bottom: -.5rem!important
}
.ml-xl-n2, .mx-xl-n2 {
	margin-left: -.5rem!important
}
.m-xl-n3 {
	margin: -1rem!important
}
.mt-xl-n3, .my-xl-n3 {
	margin-top: -1rem!important
}
.mr-xl-n3, .mx-xl-n3 {
	margin-right: -1rem!important
}
.mb-xl-n3, .my-xl-n3 {
	margin-bottom: -1rem!important
}
.ml-xl-n3, .mx-xl-n3 {
	margin-left: -1rem!important
}
.m-xl-n4 {
	margin: -1.5rem!important
}
.mt-xl-n4, .my-xl-n4 {
	margin-top: -1.5rem!important
}
.mr-xl-n4, .mx-xl-n4 {
	margin-right: -1.5rem!important
}
.mb-xl-n4, .my-xl-n4 {
	margin-bottom: -1.5rem!important
}
.ml-xl-n4, .mx-xl-n4 {
	margin-left: -1.5rem!important
}
.m-xl-n5 {
	margin: -3rem!important
}
.mt-xl-n5, .my-xl-n5 {
	margin-top: -3rem!important
}
.mr-xl-n5, .mx-xl-n5 {
	margin-right: -3rem!important
}
.mb-xl-n5, .my-xl-n5 {
	margin-bottom: -3rem!important
}
.ml-xl-n5, .mx-xl-n5 {
	margin-left: -3rem!important
}
.m-xl-auto {
	margin: auto!important
}
.mt-xl-auto, .my-xl-auto {
	margin-top: auto!important
}
.mr-xl-auto, .mx-xl-auto {
	margin-right: auto!important
}
.mb-xl-auto, .my-xl-auto {
	margin-bottom: auto!important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left: auto!important
}
.text-xl-left {
	text-align: left!important
}
.text-xl-right {
	text-align: right!important
}
.text-xl-center {
	text-align: center!important
}
.hidden-xl-up {
	display: none!important
}
.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto
}
.col-xl-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-xl-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-xl-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-xl-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-xl-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.pull-xl-0 {
	right: auto
}
.pull-xl-1 {
	right: 8.33333%
}
.pull-xl-2 {
	right: 16.66667%
}
.pull-xl-3 {
	right: 25%
}
.pull-xl-4 {
	right: 33.33333%
}
.pull-xl-5 {
	right: 41.66667%
}
.pull-xl-6 {
	right: 50%
}
.pull-xl-7 {
	right: 58.33333%
}
.pull-xl-8 {
	right: 66.66667%
}
.pull-xl-9 {
	right: 75%
}
.pull-xl-10 {
	right: 83.33333%
}
.pull-xl-11 {
	right: 91.66667%
}
.pull-xl-12 {
	right: 100%
}
.push-xl-0 {
	left: auto
}
.push-xl-1 {
	left: 8.33333%
}
.push-xl-2 {
	left: 16.66667%
}
.push-xl-3 {
	left: 25%
}
.push-xl-4 {
	left: 33.33333%
}
.push-xl-5 {
	left: 41.66667%
}
.push-xl-6 {
	left: 50%
}
.push-xl-7 {
	left: 58.33333%
}
.push-xl-8 {
	left: 66.66667%
}
.push-xl-9 {
	left: 75%
}
.push-xl-10 {
	left: 83.33333%
}
.push-xl-11 {
	left: 91.66667%
}
.push-xl-12 {
	left: 100%
}
.col-xl-15 {
	flex: 0 0 20%;
	max-width: 20%
}
}

@media (max-width:575.98px) {
.table-responsive-sm {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-sm&gt;.table-bordered {
	border: 0
}
.navbar-expand-sm&gt;.container, .navbar-expand-sm&gt;.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.modal-dialog {
	padding: 0;
	margin: 0
}
.modal-content {
	min-height: 100vh
}
body#checkout section.checkout-step .content {
	padding: .9375rem 0
}
body#checkout section.checkout-step .delivery-option&gt;label&gt;.row {
	margin: 0
}
body#checkout section.checkout-step .delivery-option-2 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.delivery-option&gt;.col-sm-1:first-child {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
	padding: 5px
}
.delivery-option-2&gt;.row&gt;.col-sm-5 {
	flex: 0 0 100%;
	max-width: 100%
}
.delivery-option-2&gt;.row&gt;.col-sm-4 {
	flex: 0 0 60%;
	max-width: 60%;
	padding-left: 0;
	padding-top: 8px
}
.delivery-option-2&gt;.row&gt;.col-sm-3 {
	flex: 0 0 40%;
	max-width: 40%;
	padding: 8px 0 0
}
#payment-confirmation button {
	font-size: .875rem
}
#payment-confirmation button.btn {
	white-space: normal
}
.my-account-page-content-wrapper .my-account-side-links {
	border-right: none;
	border-bottom: 1px solid rgba(160,160,160,.25);
	padding-bottom: 1rem;
	margin-bottom: 1.6rem;
	margin-right: 3px;
	margin-left: 3px
}
.product-miniature-list .col-buy, .product-miniature-list .col-description {
	padding-top: 1rem
}
.product-quantity .qty {
	width: 100%;
	height: 100%
}
.product-add-to-cart .add-to-cart, .product-add-to-cart .btn-iconic {
	width: 100%
}
.product-tabs .nav-tabs {
	flex-direction: column
}
.product-tabs .nav-tabs .nav-item {
	margin: 0 0 .5rem
}
#stores .page-stores .store-item-container, #stores .page-stores .store-item-footer {
	display: block
}
#stores .page-stores .store-item-container .divide-left {
	border-left: none
}
#stores .page-stores .store-item-container .store-description a, #stores .page-stores .store-item-container .store-description address, #stores .page-stores .store-item-footer li {
	margin-bottom: .5rem
}
#stores .page-stores .store-item-footer.divide-top {
	border-top: rgba(160,160,160,.25) 1px solid
}
#stores .page-stores .store-item-footer .card-block {
	padding: .75rem .75rem 0
}
#mobile-header .m-nav-btn&gt;i {
	font-size: 1.5rem
}
.footer-style-2 .block-newsletter {
	margin-bottom: 1rem
}
.footer-style-2 .block-social-links {
	text-align: center!important
}
#footer-container-main.footer-style-inline .block-content {
	display: block;
	width: 100%;
	margin-top: 1rem
}
._footer-copyrights-1 .copyright-img {
	margin-bottom: 1rem;
	text-align: center!important
}
._footer-copyrights-1 .copyright-txt {
	text-align: center!important
}
.hidden-xs-down {
	display: none!important
}
}

@media (max-width:767.98px) {
.table-responsive-md {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-md&gt;.table-bordered {
	border: 0
}
.navbar-expand-md&gt;.container, .navbar-expand-md&gt;.container-fluid {
	padding-right: 0;
	padding-left: 0
}
#left-column {
	order: 0;
	/*margin-top: 2rem*/
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
	float: none;
	margin-top: .5rem
}
#order-items {
	border-right: 0;
	margin-top: 2rem
}
#order-items hr {
	border-top-color: rgba(160,160,160,.25)
}
#order-details {
	border-top: 1px solid rgba(160,160,160,.25);
	padding-top: 2rem;
	margin-top: 1rem
}
#left-column #search_filter_controls, #right-column #search_filter_controls {
	text-align: center;
	margin-bottom: 1rem
}
#left-column #search_filter_controls button, #right-column #search_filter_controls button {
	margin: 0 .5rem
}
#left-column #search_filters, #right-column #search_filters {
	margin-bottom: 0;
	box-shadow: none;
	padding: 1rem 0 0
}
#left-column.-only-facet-search&gt;:not(#facets_search_wrapper), #right-column.-only-facet-search&gt;:not(#facets_search_wrapper) {
	display: none
}
#search_filter_toggler {
	width: 100%
}
#left-column #facets_search_wrapper {
	display: none
}
#left-column.-only-facet-search #facets_search_wrapper {
	display: block
}
#product-modal .modal-dialog {
	min-height: 100%;
	padding: 0
}
#product-modal .modal-content {
	min-height: 100%;
	position: absolute;
	left: 0;
	right: 0
}
#product-modal .modal-body, #product-modal .modal-body .easyzoom {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex
}
#product-modal .modal-body {
	flex-direction: column
}
#product-modal .modal-body .easyzoom {
	flex: 1;
	align-items: center
}
#stores .page-stores, section.checkout-step {
	width: 100%
}
#stores .page-stores .store-item-container {
	padding: 1rem 0
}
#wrapper {
	margin-bottom: 0!important
}
#footer {
	z-index: 1!important;
	position: static!important
}
.contact-page-info {
	border-right: none;
	border-bottom: 1px solid rgba(160,160,160,.25);
	margin-bottom: 2rem
}
.mobile-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(1, 1fr)
}
.mobile-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(2, 1fr)
}
.mobile-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(3, 1fr)
}
.mobile-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(4, 1fr)
}
.mobile-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(5, 1fr)
}
.mobile-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(6, 1fr)
}
.mobile-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(7, 1fr)
}
.mobile-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(8, 1fr)
}
.mobile-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(9, 1fr)
}
.mobile-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(10, 1fr)
}
.mobile-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(11, 1fr)
}
.mobile-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(12, 1fr)
}
#checkout-cart-summary {
	float: none;
	width: 100%;
	margin-top: 1rem
}
.default-input {
	min-width: 100%
}
label {
	clear: both
}
.hidden-sm-down {
	display: none!important
}
}

@media (max-width:991.98px) {
.table-responsive-lg {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-lg&gt;.table-bordered {
	border: 0
}
.navbar-expand-lg&gt;.container, .navbar-expand-lg&gt;.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.done {
	margin: 0;
	padding: 0
}
body#checkout section.checkout-step .address-item {
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1
}
.delivery-option {
	margin: auto
}
.condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
	text-align: left
}
#order-confirmation #registration-form {
	width: 100%
}
.easyzoom-flyout {
	opacity: 1
}
#desktop-header, .easyzoom-product, .sticky-desktop-wrapper {
	display: none
}
#mobile-header {
	display: block
}
.tablet-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(1, 1fr)
}
.tablet-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(2, 1fr)
}
.tablet-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(3, 1fr)
}
.tablet-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(4, 1fr)
}
.tablet-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(5, 1fr)
}
.tablet-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(6, 1fr)
}
.tablet-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(7, 1fr)
}
.tablet-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(8, 1fr)
}
.tablet-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(9, 1fr)
}
.tablet-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(10, 1fr)
}
.tablet-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(11, 1fr)
}
.tablet-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
	grid-template-columns: repeat(12, 1fr)
}
.container {
	max-width: 100%
}
.hidden-md-down {
	display: none!important
}
}

@media (max-width:1199.98px) {
.table-responsive-xl {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive-xl&gt;.table-bordered {
	border: 0
}
.navbar-expand-xl&gt;.container, .navbar-expand-xl&gt;.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.hidden-lg-down {
	display: none!important
}
}

@media screen and (prefers-reduced-motion:reduce) {
.btn, .collapsing, .custom-switch .custom-control-label::after, .fade, .form-control {
	transition: none
}
.custom-range::-webkit-slider-thumb {
-webkit-transition:none;
transition:none
}
.custom-range::-moz-range-thumb {
-moz-transition:none;
transition:none
}
.custom-range::-ms-thumb {
-ms-transition:none;
transition:none
}
.btn-warning, .carousel-control-next, .carousel-control-prev, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right, .carousel-indicators li, .carousel-item, .custom-control-label::before, .custom-file-label, .custom-select, .modal.fade .modal-dialog, .progress-bar {
	transition: none
}
}

@media print {
.d-print-none {
	display: none!important
}
.d-print-inline {
	display: inline!important
}
.d-print-inline-block {
	display: inline-block!important
}
.d-print-block {
	display: block!important
}
.d-print-table {
	display: table!important
}
.d-print-table-row {
	display: table-row!important
}
.d-print-table-cell {
	display: table-cell!important
}
.d-print-flex {
	display: flex!important
}
.d-print-inline-flex {
	display: inline-flex!important
}
*, ::after, ::before {
	text-shadow: none!important;
	box-shadow: none!important
}
a:not(.btn) {
	text-decoration: underline
}
abbr[title]::after {
	content: " (" attr(title) ")"
}
pre {
	white-space: pre-wrap!important
}
blockquote, pre {
	border: 1px solid #adb5bd
}
thead {
	display: table-header-group
}
blockquote, img, pre, tr {
	page-break-inside: avoid
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
@page {
	size: a3
}
.container, body {
	min-width: 992px!important
}
.navbar {
	display: none
}
.badge {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6!important
}
.table-dark {
	color: inherit
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #dee2e6
}
.table .thead-dark th {
	color: inherit;
	border-color: #dee2e6
}
}

@media (hover:hover) {
.product-miniature-grid:hover .product-functional-buttons-bottom {
	transform: translate(-50%, 0);
	opacity: 1
}
.product-miniature-grid:hover .product-availability {
	transform: translate(-50%, 1rem);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
}

@media (max-width:700px) {
#facets_search_center #search_filters .facet {
	width: 33%
}
}

@media (max-width:530px) {
#facets_search_center #search_filters .facet {
	width: 50%
}
}

@media (max-width:362px) {
#facets_search_center #search_filters .facet {
	width: 100%
}
}

@media screen and (max-width:768px) {
.images-container-d-leftd .product-cover {
	margin-bottom: 1rem
}
}

@media screen and (max-height:770px) {
.ps-shoppingcart.dropdown #blockcart-content .cart-products {
	max-height: 245px
}
}

@media screen and (max-width:400px) {
.ps-shoppingcart.dropdown {
	position: static
}
.ps-shoppingcart.dropdown #blockcart-content {
	min-width: 92vw;
	max-width: 92vw;
	right: 2vw;
	left: 2vw;
	margin: auto
}
}

@media (max-width:1100px) {
.quickview .js-quickview-np-btn {
	display: none
}
}

@media (min-width:576px) and (max-width:767.98px) {
.col-sm-15 {
	flex: 0 0 20%;
	max-width: 20%
}
}

@media (min-width:768px) and (max-width:991.98px) {
.col-md-15 {
	flex: 0 0 20%;
	max-width: 20%
}
}

@media (min-width:992px) and (max-width:1199.98px) {
.col-lg-15 {
	flex: 0 0 20%;
	max-width: 20%
}
}
/*# sourceMappingURL=..\css\theme.css.map*/
.fa, .far, .fas {
    font-family: FontAwesome !important;
}
/* Amar - ajout du code ci-dessous pour masquer l'e-mail */
/* Masquer le champ de saisie */
/*#mobile_email, 
.supercheckout-extra-wrap input[name="supercheckout_mobile_email"], 
input#input-email, 
input[name="supercheckout_email"],
input[name="email"],
input[id="email"] {
    display: none !important;
}*/

/* Masquer le label associÃ© */
/*#mobile_email + label, 
label[for="input-email"], 
label[for="supercheckout_email"],
label[for="email"],
label[for="mobile_email"],
label[for="email"] {
    display: none !important;
}*/

</pre></body></html>