@charset "UTF-8";
.interactive-image {
  font-family: Arial, sans-serif;
  position: relative;
  z-index: 0;
  caret-color: transparent;
  cursor: default;
}
.interactive-image .unsupported-screen {
  display: none;
  width: 120px;
  margin: 20px auto;
  padding: 20px;
  color: #1d2129;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 13px;
  text-align: center;
}
.interactive-image .unsupported-screen::before {
  content: "Please rotate your device.";
}

.password-strength-feedback {
  margin-bottom: 50px;
}

.container.faq {
  margin-top: 100px;
}

@media screen and (max-width: 320px) {
  .interactive-image {
    background-image: none;
    background-color: white;
    max-width: 320px;
  }
  .interactive-image .unsupported-screen {
    display: block;
  }
}
.interactive-image .hotspot {
  position: absolute;
  z-index: 8;
  width: 50px;
  height: 50px;
  color: white;
  display: none;
  cursor: pointer;
  font-size: 28px;
  text-align: center;
}
.interactive-image .hotspot:hover {
  text-shadow: 0 0 3px white;
}
.interactive-image .item {
  position: absolute;
  z-index: 16;
  background-color: white;
  color: #1d2129;
  min-width: 100px;
  min-height: 60px;
  height: auto;
  display: none;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
.interactive-image .item::after,
.interactive-image .item::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.interactive-image .item::after {
  border-bottom-color: white;
  border-width: 7px;
  margin-left: -7px;
}
.interactive-image .close-button {
  display: block;
  width: 19px;
  height: 17px;
  color: #333;
  position: absolute;
  top: 3px;
  right: 1px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
.icon-envelop::before {
  content: "";
}
.icon-cancel-circle::before {
  content: "";
}
.icon-radio-checked::before {
  content: "";
}
.icon-share2::before {
  content: "";
}
.icon-facebook::before {
  content: "";
}
.icon-twitter::before {
  content: "";
}
.interactive-image .social-share-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  width: 32px;
  height: 32px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
}
.interactive-image .social-share-box.expanded {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  height: 128px;
}
.interactive-image .social-share-box .social-button {
  width: 32px;
  height: 32px;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}
.interactive-image .social-share-box .social-button.mail-colors {
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.interactive-image .social-share-box .share-colors {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.interactive-image .social-share-box .facebook-colors {
  background-color: #1877f2;
  color: white;
}
.interactive-image .social-share-box .twitter-colors {
  background-color: #1da1f2;
  color: #f5f8fa;
}
.interactive-image .social-share-box .mail-colors {
  background-color: #a1adb3;
  color: white;
}
.interactive-image .social-share-box a {
  text-decoration: none;
  display: block;
}
.interactive-image .audio-item {
  max-width: 280px;
  padding: 20px;
  text-align: left;
}
.interactive-image .audio-item .caption {
  display: block;
  margin-top: 14px;
  margin-bottom: -4px;
}
.interactive-image .audio-item audio {
  width: 280px;
  margin-bottom: -4px;
}
.interactive-image .audio-item audio:focus {
  outline: none;
}
.interactive-image .picture-item {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 20px;
}
.interactive-image .picture-item::before {
  content: attr(data-caption);
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
  pointer-events: none;
}
.interactive-image .picture-item.with-caption::before {
  padding: 5px;
}
.interactive-image .picture-item .picture {
  max-width: 210px;
  max-height: 210px;
  margin-bottom: -4px;
}
.interactive-image .provider-item {
  padding: 20px;
}
.interactive-image .provider-item iframe {
  width: 480px;
  height: 270px;
  margin-bottom: -4px;
  border: 0;
}
.interactive-image .text-item {
  padding: 20px;
  max-width: 210px;
}
.interactive-image .text-item .title {
  font-size: 20px;
  width: 100%;
  text-align: left;
  font-family: Lato, Arial, sans-serif;
  font-weight: bold;
  font-variant: small-caps;
  display: inline-block;
  color: #333;
}
.interactive-image .text-item .description {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.interactive-image .text-item .picture {
  max-width: 210px;
  max-height: 210px;
  margin-top: 10px;
}
.interactive-image .text-item a {
  text-decoration: underline;
  color: black;
  display: block;
  margin-top: 10px;
}
.interactive-image .text-item a:visited {
  color: #1d2129;
}
.interactive-image .text-item a:hover {
  color: #1d2129;
}
.interactive-image .text-item a:active {
  color: #1d2129;
}
.interactive-image .video-item {
  max-width: 480px;
  padding: 20px;
  text-align: left;
}
.interactive-image .video-item .caption {
  display: block;
  margin-top: 14px;
  margin-bottom: -4px;
}
.interactive-image .video-item video {
  width: 480px;
  height: 270px;
  margin-bottom: -4px;
  object-fit: cover;
}
.interactive-image .video-item video:focus {
  outline: none;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #798490;
  --gray-dark: #4a545b;
  --primary: #17a2e0;
  --secondary: #464641;
  --success: #61d377;
  --info: #26b6cf;
  --warning: #ffbd5d;
  --danger: #e52427;
  --light: #f9f9f9;
  --dark: #4a545b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-family:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #798490;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #191919;
}
h1,
.h1 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
h2,
.h2 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
h3,
.h3 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #798490;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #798490;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  -ms-word-break: break-word;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  -ms-word-break: normal;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.cms-section .boxed {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .cms-section .boxed {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .cms-section .boxed {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .cms-section .boxed {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .cms-section .boxed {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row,
.account-content,
.is-act-cartpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-confirmpage .checkout .checkout-container,
.is-ctl-accountorder .checkout .checkout-container,
.is-act-finishpage .checkout .checkout-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.is-act-confirmpage .checkout .no-gutters > .checkout-aside,
.is-ctl-accountorder .checkout .no-gutters > .checkout-aside,
.is-act-finishpage .checkout .no-gutters > .checkout-aside,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.is-act-confirmpage .checkout .checkout-aside,
.is-ctl-accountorder .checkout .checkout-aside,
.is-act-finishpage .checkout .checkout-aside,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.is-act-confirmpage .checkout .checkout-additional,
.is-ctl-accountorder .checkout .checkout-additional,
.col-sm-7,
.is-act-finishpage .checkout .checkout-additional,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.is-act-checkoutregisterpage .checkout .checkout-aside,
.col-md-5,
.is-act-cartpage .checkout .checkout-aside,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.account-content .account-content-aside,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.is-act-cartpage .checkout .checkout-main,
.is-act-checkoutregisterpage .checkout .checkout-main,
.is-act-confirmpage .checkout .checkout-main,
.is-ctl-accountorder .checkout .checkout-main,
.is-act-finishpage .checkout .checkout-main,
.col-lg-9,
.account-content .account-content-main,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.col,
.is-act-confirmpage .checkout .checkout-aside,
.is-ctl-accountorder .checkout .checkout-aside,
.is-act-finishpage .checkout .checkout-aside {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6,
  .is-act-confirmpage .checkout .checkout-additional,
  .is-ctl-accountorder .checkout .checkout-additional {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7,
  .is-act-finishpage .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-aside {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5,
  .is-act-finishpage .checkout .checkout-aside {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4,
  .is-act-checkoutregisterpage .checkout .checkout-aside {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5,
  .is-act-cartpage .checkout .checkout-aside {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6,
  .is-act-confirmpage .checkout .checkout-aside,
  .is-ctl-accountorder .checkout .checkout-aside,
  .is-act-finishpage .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-aside {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6,
  .is-act-confirmpage .checkout .checkout-aside,
  .is-ctl-accountorder .checkout .checkout-aside,
  .is-act-finishpage .checkout .checkout-aside {
    margin-left: 50%;
  }
  .offset-md-7,
  .is-act-cartpage .checkout .checkout-aside {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3,
  .account-content .account-content-aside {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4,
  .is-act-cartpage .checkout .checkout-aside,
  .is-act-confirmpage .checkout .checkout-additional,
  .is-ctl-accountorder .checkout .checkout-additional,
  .is-act-confirmpage .checkout .checkout-aside,
  .is-ctl-accountorder .checkout .checkout-aside,
  .is-act-finishpage .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-aside {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8,
  .is-act-cartpage .checkout .checkout-main,
  .is-act-checkoutregisterpage .checkout .checkout-main,
  .is-act-confirmpage .checkout .checkout-main,
  .is-ctl-accountorder .checkout .checkout-main,
  .is-act-finishpage .checkout .checkout-main {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9,
  .account-content .account-content-main {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0,
  .is-act-cartpage .checkout .checkout-aside {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2,
  .is-act-confirmpage .checkout .checkout-main,
  .is-ctl-accountorder .checkout .checkout-main,
  .is-act-confirmpage .checkout .checkout-additional,
  .is-ctl-accountorder .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-main,
  .is-act-finishpage .checkout .checkout-additional {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2,
  .account-content .account-content-aside {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-xl-4,
  .is-act-cartpage .checkout .checkout-aside {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7,
  .account-content .account-content-main {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1,
  .account-content .account-content-main {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #191919;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #bcc1c7;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #bcc1c7;
}
.table tbody + tbody {
  border-top: 2px solid #bcc1c7;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #bcc1c7;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #bcc1c7;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover {
  color: #191919;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bee5f6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #86cfef;
}
.table-hover .table-primary:hover {
  background-color: #a8dcf3;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a8dcf3;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cbcbca;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #9f9f9c;
}
.table-hover .table-secondary:hover {
  background-color: #bebebd;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bebebd;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d3f3d9;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #ade8b8;
}
.table-hover .table-success:hover {
  background-color: #bfeec8;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bfeec8;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c2ebf2;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8ed9e6;
}
.table-hover .table-info:hover {
  background-color: #ade4ee;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #ade4ee;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffedd2;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffddab;
}
.table-hover .table-warning:hover {
  background-color: #ffe3b9;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe3b9;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c2c3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f18d8f;
}
.table-hover .table-danger:hover {
  background-color: #f5abad;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5abad;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc;
}
.table-hover .table-light:hover {
  background-color: #f0f0f0;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cccfd1;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a1a6aa;
}
.table-hover .table-dark:hover {
  background-color: #bfc2c5;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bfc2c5;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #4a545b;
  border-color: #5b6770;
}
.table .thead-light th {
  color: #495057;
  background-color: #eee;
  border-color: #bcc1c7;
}
.table-dark {
  color: #fff;
  background-color: #4a545b;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5b6770;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #191919;
  background-color: #fff;
  border-color: #17a2e0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.form-control::-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #191919;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #191919;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.is-act-confirmpage .checkout .form-row > .checkout-aside,
.is-ctl-accountorder .checkout .form-row > .checkout-aside,
.is-act-finishpage .checkout .form-row > .checkout-aside,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #798490;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #61d377;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(97, 211, 119, 0.9);
  border-radius: 3px;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #61d377;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #61d377;
  box-shadow: 0 0 0 0.2rem rgba(97, 211, 119, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #61d377;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #61d377;
  box-shadow: 0 0 0 0.2rem rgba(97, 211, 119, 0.25);
}
.product-box .product-meta-info > .stock-status.green {
  color: #61d377;
  margin-left: auto;
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #61d377;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #61d377;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #61d377;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #89de99;
  background-color: #89de99;
}
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(97, 211, 119, 0.25);
}
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #61d377;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #61d377;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #61d377;
  box-shadow: 0 0 0 0.2rem rgba(97, 211, 119, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e52427;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 36, 39, 0.9);
  border-radius: 3px;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e52427;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e52427;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e52427;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e52427;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e52427;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e52427;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e52427;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ea5254;
  background-color: #ea5254;
}
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #e52427;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e52427;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e52427;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 94, 0.5);
}
.btn-success {
  color: #212529;
  background-color: #61d377;
  border-color: #61d377;
}
.btn-success:hover {
  color: #fff;
  background-color: #43cb5d;
  border-color: #39c855;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 185, 107, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #61d377;
  border-color: #61d377;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #39c855;
  border-color: #35bf50;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 185, 107, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}
.btn-info:hover {
  color: #fff;
  background-color: #209aaf;
  border-color: #1e90a4;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 193, 214, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1e90a4;
  border-color: #1c8799;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 193, 214, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffad37;
  border-color: #ffa82a;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 166, 85, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffa82a;
  border-color: #ffa31d;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 166, 85, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cb181b;
  border-color: #bf1719;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 69, 71, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bf1719;
  border-color: #b41518;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 69, 71, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-light:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.btn-dark:hover {
  color: #fff;
  background-color: #394146;
  border-color: #333a3f;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 110, 116, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #333a3f;
  border-color: #2d3438;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 110, 116, 0.5);
}
.btn-outline-primary {
  color: #17a2e0;
  border-color: #17a2e0;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #17a2e0;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.5);
}
.btn-outline-secondary {
  color: #464641;
  border-color: #464641;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #464641;
  border-color: #464641;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 70, 65, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #464641;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #464641;
  border-color: #464641;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 70, 65, 0.5);
}
.btn-outline-success {
  color: #61d377;
  border-color: #61d377;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #61d377;
  border-color: #61d377;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 211, 119, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #61d377;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #61d377;
  border-color: #61d377;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 211, 119, 0.5);
}
.btn-outline-info {
  color: #26b6cf;
  border-color: #26b6cf;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 207, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #26b6cf;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 207, 0.5);
}
.btn-outline-warning {
  color: #ffbd5d;
  border-color: #ffbd5d;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 93, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffbd5d;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 93, 0.5);
}
.btn-outline-danger {
  color: #e52427;
  border-color: #e52427;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e52427;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.5);
}
.btn-outline-light {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f9f9f9;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.btn-outline-dark {
  color: #4a545b;
  border-color: #4a545b;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 84, 91, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #4a545b;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 84, 91, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #17a2e0;
  text-decoration: none;
}
.btn-link:hover {
  color: #10709b;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #798490;
  pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 2px 12px;
  font-size: 1rem;
  line-height: 38px;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 12px;
  font-size: 0.875rem;
  line-height: 30px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f9f9f9;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #17a2e0;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #798490;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #798490;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5625rem 0.5625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.5625rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #17a2e0;
  background-color: #17a2e0;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #17a2e0;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #798490;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eee;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #17a2e0;
  background-color: #17a2e0;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(23, 162, 224, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(23, 162, 224, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(23, 162, 224, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition:
    -ms-transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    -webkit-transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-transition:
    -webkit-transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -ms-transform: translateX(0.75rem);
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(23, 162, 224, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1.5625rem 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23191919' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.5625rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #17a2e0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.custom-select:focus::-ms-value {
  color: #191919;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.5625rem;
  background-image: none;
}
.custom-select:disabled {
  color: #798490;
  background-color: #eee;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #17a2e0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eee;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0.5625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #191919;
  background-color: #fff;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.125rem);
  padding: 0.5625rem 0.5625rem;
  line-height: 1.5;
  color: #191919;
  content: "Browse";
  background-color: #eee;
  border-left: inherit;
  border-radius: 0 3px 3px 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.98),
    0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.98),
    0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.98),
    0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #17a2e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b2e2f7;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcc1c7;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #17a2e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b2e2f7;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcc1c7;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #17a2e0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b2e2f7;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #bcc1c7;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #bcc1c7;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #798490;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #bcc1c7;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #eee #eee #bcc1c7;
}
.nav-tabs .nav-link.disabled {
  color: #798490;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.98);
  border-color: #bcc1c7 #bcc1c7 rgba(255, 255, 255, 0.98);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 3px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #17a2e0;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.search-result .tab-content {
  display: none;
}

.search-result .tab-content.active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.cms-section .navbar > .boxed,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .cms-section .navbar-expand-sm > .boxed,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .cms-section .navbar-expand-sm > .boxed,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .cms-section .navbar-expand-md > .boxed,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .cms-section .navbar-expand-md > .boxed,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .cms-section .navbar-expand-lg > .boxed,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .cms-section .navbar-expand-lg > .boxed,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .cms-section .navbar-expand-xl > .boxed,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .cms-section .navbar-expand-xl > .boxed,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.cms-section .navbar-expand > .boxed,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.cms-section .navbar-expand > .boxed,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 3px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.product-box .product-info {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 auto;
}
.product-box .product-rating {
  height: 20px;
  margin: 0 12px 5px;
}
.product-box .product-rating .d-flex {
  align-items: center;
}
.product-box .product-rating .d-flex .card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid transparent;
}
.card-header:first-child {
  border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid transparent;
}
.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(3px - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #798490;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #798490;
}
.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #17a2e0;
  background-color: #fff;
  border: 1px solid #bcc1c7;
}
.page-link:hover {
  z-index: 2;
  color: #10709b;
  text-decoration: none;
  background-color: #eee;
  border-color: #bcc1c7;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.page-item.disabled .page-link {
  color: #798490;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #bcc1c7;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #17a2e0;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #1281b2;
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 224, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #464641;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #2c2c28;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(70, 70, 65, 0.5);
}
.badge-success {
  color: #212529;
  background-color: #61d377;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #39c855;
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(97, 211, 119, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #26b6cf;
}
a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #1e90a4;
}
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 207, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffbd5d;
}
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ffa82a;
}
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 93, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #e52427;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bf1719;
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f9f9f9;
}
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #e0e0e0;
}
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #4a545b;
}
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #333a3f;
}
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 84, 91, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eee;
  border-radius: 3px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #0c5474;
  background-color: #d1ecf9;
  border-color: #bee5f6;
}
.alert-primary hr {
  border-top-color: #a8dcf3;
}
.alert-primary .alert-link {
  color: #073346;
}
.alert-secondary {
  color: #242422;
  background-color: #dadad9;
  border-color: #cbcbca;
}
.alert-secondary hr {
  border-top-color: #bebebd;
}
.alert-secondary .alert-link {
  color: #0a0a09;
}
.alert-success {
  color: #326e3e;
  background-color: #dff6e4;
  border-color: #d3f3d9;
}
.alert-success hr {
  border-top-color: #bfeec8;
}
.alert-success .alert-link {
  color: #224b2a;
}
.alert-info {
  color: #145f6c;
  background-color: #d4f0f5;
  border-color: #c2ebf2;
}
.alert-info hr {
  border-top-color: #ade4ee;
}
.alert-info .alert-link {
  color: #0c3941;
}
.alert-warning {
  color: #856230;
  background-color: #fff2df;
  border-color: #ffedd2;
}
.alert-warning hr {
  border-top-color: #ffe3b9;
}
.alert-warning .alert-link {
  color: #604622;
}
.alert-danger {
  color: #771314;
  background-color: #fad3d4;
  border-color: #f8c2c3;
}
.alert-danger hr {
  border-top-color: #f5abad;
}
.alert-danger .alert-link {
  color: #4b0c0d;
}
.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-light hr {
  border-top-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #262c2f;
  background-color: #dbddde;
  border-color: #cccfd1;
}
.alert-dark hr {
  border-top-color: #bfc2c5;
}
.alert-dark .alert-link {
  color: #0f1213;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #eee;
  border-radius: 3px;
}
.progress-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #17a2e0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f9f9f9;
}
.list-group-item-action:active {
  color: #191919;
  background-color: #eee;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #798490;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #0c5474;
  background-color: #bee5f6;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0c5474;
  background-color: #a8dcf3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0c5474;
  border-color: #0c5474;
}
.list-group-item-secondary {
  color: #242422;
  background-color: #cbcbca;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #242422;
  background-color: #bebebd;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #242422;
  border-color: #242422;
}
.list-group-item-success {
  color: #326e3e;
  background-color: #d3f3d9;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #326e3e;
  background-color: #bfeec8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #326e3e;
  border-color: #326e3e;
}
.list-group-item-info {
  color: #145f6c;
  background-color: #c2ebf2;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #145f6c;
  background-color: #ade4ee;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #145f6c;
  border-color: #145f6c;
}
.list-group-item-warning {
  color: #856230;
  background-color: #ffedd2;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856230;
  background-color: #ffe3b9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856230;
  border-color: #856230;
}
.list-group-item-danger {
  color: #771314;
  background-color: #f8c2c3;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #771314;
  background-color: #f5abad;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #771314;
  border-color: #771314;
}
.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}
.list-group-item-dark {
  color: #262c2f;
  background-color: #cccfd1;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #262c2f;
  background-color: #bfc2c5;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #262c2f;
  border-color: #262c2f;
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #798490;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  -ms-word-break: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  -ms-word-break: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 3px;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 3px 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 3px 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #191919;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #191919;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -ms-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border,
.loader {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.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: #17a2e0 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1281b2 !important;
}
.bg-secondary {
  background-color: #464641 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2c2c28 !important;
}
.bg-success {
  background-color: #61d377 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #39c855 !important;
}
.bg-info {
  background-color: #26b6cf !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1e90a4 !important;
}
.bg-warning {
  background-color: #ffbd5d !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffa82a !important;
}
.bg-danger {
  background-color: #e52427 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bf1719 !important;
}
.bg-light {
  background-color: #f9f9f9 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e0e0e0 !important;
}
.bg-dark {
  background-color: #4a545b !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #333a3f !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #bcc1c7 !important;
}
.border-top {
  border-top: 1px solid #bcc1c7 !important;
}
.border-right {
  border-right: 1px solid #bcc1c7 !important;
}
.border-bottom {
  border-bottom: 1px solid #bcc1c7 !important;
}
.border-left {
  border-left: 1px solid #bcc1c7 !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: #17a2e0 !important;
}
.border-secondary {
  border-color: #464641 !important;
}
.border-success {
  border-color: #61d377 !important;
}
.border-info {
  border-color: #26b6cf !important;
}
.border-warning {
  border-color: #ffbd5d !important;
}
.border-danger {
  border-color: #e52427 !important;
}
.border-light {
  border-color: #f9f9f9 !important;
}
.border-dark {
  border-color: #4a545b !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 3px !important;
}
.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-lg {
  border-radius: 3px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.d-none,
.is-act-checkoutregisterpage .checkout .checkout-aside {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block,
  .is-act-checkoutregisterpage .checkout .checkout-aside {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    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: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top,
  .offcanvas .offcanvas-footer {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.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: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.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-monospace {
  font-family:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary,
.loader {
  color: #17a2e0 !important;
}
a.text-primary:hover,
a.loader:hover,
a.text-primary:focus,
a.loader:focus {
  color: #10709b !important;
}
.text-secondary {
  color: #464641 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1e1e1c !important;
}
.text-success {
  color: #61d377 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #32b54c !important;
}
.text-info {
  color: #26b6cf !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1a7d8e !important;
}
.text-warning {
  color: #ffbd5d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff9e11 !important;
}
.text-danger {
  color: #e52427 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a81416 !important;
}
.text-light {
  color: #f9f9f9 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: lightgray !important;
}
.text-dark {
  color: #4a545b !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #282d31 !important;
}
.text-body {
  color: #191919 !important;
}
.text-muted {
  color: #798490 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  -ms-word-break: break-word !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
  }
}
body {
  min-width: 992px !important;
}
.container,
.cms-section .boxed {
  min-width: 992px !important;
}
.navbar {
  display: none;
}
.badge {
  border: 1px solid #000;
}
.table {
  border-collapse: collapse !important;
}
.table td,
.table th {
  background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #bcc1c7 !important;
}
.table-dark {
  color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #bcc1c7;
}
.table .thead-dark th {
  color: inherit;
  border-color: #bcc1c7;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition:
    -ms-transform 0s,
    opacity 0s;
  -webkit-transition:
    -webkit-transform 0s,
    opacity 0s;
  -webkit-transition:
    transform 0s,
    opacity 0s;
  -moz-transition:
    -ms-transform 0s,
    opacity 0s;
  -moz-transition:
    -webkit-transform 0s,
    opacity 0s;
  -moz-transition:
    transform 0s,
    opacity 0s;
  transition:
    -ms-transform 0s,
    opacity 0s;
  transition:
    -webkit-transform 0s,
    opacity 0s;
  transition:
    transform 0s,
    opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.flatpickr-calendar {
  background: transparent;
  background: #fff;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow:
    -2px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
  box-shadow:
    -2px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  line-height: 1;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow:
    -5px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
  box-shadow:
    -5px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow:
    -5px 0 0 #569ff7,
    5px 0 0 #569ff7;
  box-shadow:
    -5px 0 0 #569ff7,
    5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html {
}
html.no-scroll {
  position: relative;
  overflow: hidden;
}
html::before {
  position: absolute;
  top: -100%;
  font-size: 0;
}
@media (max-width: 575.98px) {
  html::before {
    content: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  html::before {
    content: "xl";
  }
}
html .sw-text-editor-table .sw-text-editor-table__col {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
html .sw-text-editor-table .sw-text-editor-table__col-selector {
  display: none;
}
html .sw-text-editor-table__head td {
  background: #eee;
}
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
html.is-ie .input-group-append .icon {
  display: block;
}
html.is-ie .input-group-append svg {
  top: 0;
  vertical-align: auto;
}
html.is-ie .cart-item-row .cart-item-quantity {
  z-index: 1;
}
html.is-ie .product-image-wrapper {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
html.is-ie .product-image-link {
  display: block;
}
html.is-ie .product-image {
  margin: auto;
}
.alert-has-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.alert-has-icon .alert-content-container {
  padding-left: 1rem;
}
.alert-list {
  padding-left: 20px;
  margin-bottom: 0;
}
.card-title {
  color: #191919;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.card-col {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.card-col .card {
  width: 100%;
}
.card-col .card-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-actions {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto;
}
.category-navigation {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.category-navigation.level-0 > .category-navigation-entry {
  border-bottom: 1px solid #bcc1c7;
}
.category-navigation.level-0 {
  padding-left: 0;
  font-size: 16px;
}
.category-navigation.level-1 {
  font-size: 14px;
}
.category-navigation.level-2 {
  font-size: 12px;
}
.category-navigation-entry {
  margin: 0;
  padding: 0;
}
.category-navigation-link {
  display: block;
  padding: 8px 20px;
  font-weight: 400;
  color: #191919;
}
.category-navigation-link:hover {
  text-decoration: none;
}
.category-navigation-link.is-active {
  color: #17a2e0;
  font-weight: 700;
}
.category-navigation-link.in-path {
  font-weight: 700;
}
.offcanvas-backdrop.show {
  opacity: 1;
}
.base-slider {
  position: relative;
  overflow: hidden;
}
.base-slider .tns-nav,
.base-slider .base-slider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px 0;
}
.base-slider .tns-nav .base-slider-dot,
.base-slider .tns-nav button,
.base-slider .base-slider-dots .base-slider-dot,
.base-slider .base-slider-dots button {
  background-color: #bcc1c7;
  border: 0;
  height: 8px;
  width: 8px;
  padding: 8px;
  border-radius: 50%;
  margin: 0 8px;
}
.base-slider .tns-nav .base-slider-dot:hover,
.base-slider .tns-nav .base-slider-dot.tns-nav-active,
.base-slider .tns-nav button:hover,
.base-slider .tns-nav button.tns-nav-active,
.base-slider .base-slider-dots .base-slider-dot:hover,
.base-slider .base-slider-dots .base-slider-dot.tns-nav-active,
.base-slider .base-slider-dots button:hover,
.base-slider .base-slider-dots button.tns-nav-active {
  background-color: #798490;
}
.base-slider .tns-nav .base-slider-dot:focus,
.base-slider .tns-nav button:focus,
.base-slider .base-slider-dots .base-slider-dot:focus,
.base-slider .base-slider-dots button:focus {
  outline: none;
}
.base-slider.has-dots-outside {
  margin-bottom: 35px;
}
.base-slider.has-dots-outside .tns-nav,
.base-slider.has-dots-outside .base-slider-dots {
  bottom: auto;
}
.base-slider.has-nav-outside {
  padding-left: 25px;
  padding-right: 25px;
}
.base-slider .tns-ovh {
  overflow: visible;
}
.base-slider-controls {
  margin-bottom: 0;
}
.base-slider-controls-prev,
.base-slider-controls-next {
  display: block;
  width: 30px;
  height: 65px;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #798490;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 68px;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  cursor: pointer;
  padding: 0;
}
.base-slider-controls-prev:hover,
.base-slider-controls-next:hover {
  border-color: rgba(23, 162, 224, 0.5);
  color: #17a2e0;
  opacity: 1;
}
.base-slider-controls-prev.is-nav-prev-outside,
.base-slider-controls-prev.is-nav-next-outside,
.base-slider-controls-next.is-nav-prev-outside,
.base-slider-controls-next.is-nav-next-outside {
  border: 0;
  background: none;
}
.base-slider-controls-prev[disabled],
.base-slider-controls-next[disabled] {
  opacity: 0.2;
  cursor: default;
}
.base-slider-controls-prev {
  border-radius: 0 3px 3px 0;
}
.base-slider-controls-next {
  border-radius: 3px 0 0 3px;
}
@media (min-width: 768px) {
  .base-slider .tns-nav .base-slider-dot,
  .base-slider .tns-nav button,
  .base-slider .base-slider-dots .base-slider-dot,
  .base-slider .base-slider-dots button {
    margin: 0 5px;
  }
  .base-slider .tns-nav.hide-dots,
  .base-slider .base-slider-dots.hide-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .base-slider .tns-nav,
  .base-slider .base-slider-dots {
    width: 55%;
    text-align: center;
  }
  .base-slider .tns-nav.hide-dots,
  .base-slider .tns-nav.hide-dots-mobile,
  .base-slider .base-slider-dots.hide-dots,
  .base-slider .base-slider-dots.hide-dots-mobile {
    display: none;
  }
}
.image-slider-container {
  position: relative;
  height: 100%;
}
.image-slider-container .image-slider-image {
  display: block;
  width: 100%;
}
.image-slider-container .image-slider-item {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  position: relative;
}
.image-slider-container .image-slider-item.is-not-first {
  display: none;
}
.image-slider-container .image-slider-item.is-cover {
  height: 100%;
}
.image-slider-container .image-slider-item.is-cover .image-slider-image {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-slider-container .image-slider-link {
  display: block;
}
.js-slider-initialized .image-slider-item.is-not-first {
  display: block;
}
.image-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}
.image-slider-controls-prev.is-nav-prev-outside {
  left: -15px;
}
.image-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.image-slider-controls-next.is-nav-next-outside {
  right: -15px;
}
@media (min-width: 768px) {
  .image-slider-controls-prev.is-nav-prev-outside {
    left: -5px;
  }
  .image-slider-controls-next.is-nav-next-outside {
    right: -5px;
  }
}
.product-slider.has-border {
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}
.product-slider.has-border {
  padding: 25px;
}
.product-slider.has-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.product-slider.has-border.has-nav {
  padding-left: 40px;
  padding-right: 40px;
}
.product-slider-container {
  padding-bottom: 1px;
}
.product-slider-controls-prev,
.product-slider-controls-next {
  border: 0;
  background: none;
}
.product-slider-controls-prev {
  left: -10px;
}
.product-slider-controls-prev.has-border {
  left: 0;
}
.product-slider-controls-next {
  right: -10px;
}
.product-slider-controls-next.has-border {
  right: 0;
}
.gallery-slider {
  width: 99.9%;
}
.gallery-slider-row {
  margin-bottom: 1rem;
}
.gallery-slider-row.is-loading {
  height: 430px;
  overflow: hidden;
}
.gallery-slider-row.is-single-image {
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-slider-single-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-slider-container {
  position: relative;
  height: 100%;
}
.gallery-slider-container .gallery-slider-image {
  display: block;
}
.gallery-slider-item,
.gallery-slider-single-image {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
  display: block;
  height: 100%;
  max-width: 100%;
}
.gallery-slider-item.is-cover,
.gallery-slider-item.is-contain,
.gallery-slider-single-image.is-cover,
.gallery-slider-single-image.is-contain {
  height: 100%;
}
.gallery-slider-item.is-cover .gallery-slider-image,
.gallery-slider-item.is-contain .gallery-slider-image,
.gallery-slider-single-image.is-cover .gallery-slider-image,
.gallery-slider-single-image.is-contain .gallery-slider-image {
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.gallery-slider-item.is-cover .gallery-slider-image,
.gallery-slider-single-image.is-cover .gallery-slider-image {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.gallery-slider-item.is-contain .gallery-slider-image,
.gallery-slider-single-image.is-contain .gallery-slider-image {
  margin: auto;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.gallery-slider-controls-prev {
  left: 0;
}
.gallery-slider-controls-prev.is-nav-prev-outside {
  left: -10px;
}
.gallery-slider-controls-next {
  right: 0;
}
.gallery-slider-controls-next.is-nav-next-outside {
  right: -10px;
}
.gallery-slider-thumbnails-container {
  position: relative;
}
.gallery-slider-thumbnails-container .tns-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-slider-thumbnails-container.is-underneath .tns-inner {
  display: block;
}
.gallery-slider-thumbnails-container.is-underneath .tns-outer {
  margin: 0 30px;
}
.gallery-slider-thumbnails-container.hide-thumbs {
  display: none;
}
.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev,
.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
  border: 0;
  background: none;
  height: 30px;
  width: 65px;
  line-height: normal;
}
.gallery-slider-thumbnails-col.is-left {
  padding-right: 0;
}
.gallery-slider-thumbnails-col.is-left
  .gallery-slider-thumbnails-controls-prev {
  top: -30px;
}
.gallery-slider-thumbnails-col.is-left
  .gallery-slider-thumbnails-controls-next {
  bottom: -20px;
  top: auto;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev,
.gallery-slider-thumbnails-col.is-left
  .gallery-slider-thumbnails-controls-next {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery-slider-thumbnails-col.is-underneath
  .gallery-slider-thumbnails-controls-prev {
  left: -25px;
}
.gallery-slider-thumbnails-col.is-underneath
  .gallery-slider-thumbnails-controls-next {
  right: -25px;
}
.gallery-slider-thumbnails-col.is-underneath
  .gallery-slider-thumbnails-controls-prev,
.gallery-slider-thumbnails-col.is-underneath
  .gallery-slider-thumbnails-controls-next {
  -ms-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.gallery-slider-modal-controls {
  z-index: 10;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
  left: 0;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
  right: 0;
}
.gallery-slider-thumbnails.is-underneath {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
}
.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
  width: auto;
}
.gallery-slider-thumbnails-item {
  cursor: pointer;
  height: 75px;
  width: 75px;
}
.gallery-slider-thumbnails-item.tns-nav-active
  .gallery-slider-thumbnails-item-inner {
  border-color: #17a2e0;
}
.gallery-slider-thumbnails-item-inner {
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-slider-thumbnails-image,
.gallery-slider-image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.gallery-slider-thumbnails-controls {
  display: none;
  margin: 0;
}
@media (max-width: 575.98px) {
  .gallery-slider-item.is-cover,
  .gallery-slider-item.is-contain {
    min-height: 225px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-slider-single-image.is-cover,
  .gallery-slider-single-image.is-contain {
    min-height: 225px !important;
  }
}
@media (min-width: 768px) {
  .gallery-slider-row {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery-slider-thumbnails-controls {
    display: block;
  }
  .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
  }
}
.magnifier-overlay,
.magnifier-zoom-image {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-animation: magnifyLensFade 0.5s forwards;
  animation: magnifyLensFade 0.5s forwards;
  pointer-events: none;
  z-index: 1100;
}
.magnifier-overlay {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #bcc1c7;
}
.magnifier-zoom-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
}
@-webkit-keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-modal-wrapper {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.offcanvas {
  z-index: 1050;
  background: #fff;
  height: 100%;
  width: 90%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.offcanvas.is-left {
  left: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas.is-left .offcanvas-close {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.offcanvas.is-right {
  right: 0;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas.is-open {
  -ms-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.offcanvas.is-bottom {
  bottom: 0;
  top: auto;
  height: 90%;
  width: 100%;
  border-radius: 8px 8px 0 0;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.offcanvas.is-bottom .offcanvas-close {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 0;
  padding: 0;
}
.offcanvas.offcanvas-start .offcanvas-close {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.offcanvas.offcanvas-bottom {
  border-radius: 8px 8px 0 0;
  height: 90%;
}
.offcanvas.is-fullwidth {
  width: 100%;
}
.offcanvas .offcanvas-header {
  padding: 1rem 20px;
  background-color: #fff;
}
.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 24px;
  font-weight: 700;
}
.offcanvas .offcanvas-footer {
  bottom: 0;
  top: auto;
}
.offcanvas .offcanvas-close {
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
}
.offcanvas .offcanvas-close:focus {
  box-shadow: none;
}
.offcanvas .offcanvas-close,
.offcanvas .offcanvas-close .icon {
  color: #798490;
}
.offcanvas > .loader,
.offcanvas .offcanvas-content-container > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
.offcanvas .offcanvas-content-container,
.offcanvas .offcanvas-body {
  padding: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .offcanvas {
    width: auto;
  }
  .offcanvas .offcanvas-content-container {
    width: 400px;
  }
}
.product-box {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.275s box-shadow ease-out;
  transition: 0.275s box-shadow ease-out;
  background: #fff;
}
.product-variant-characteristics {
  min-height: 3em;
}
.product-variant-characteristics .product-variant-characteristics-text {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}
.product-variant-characteristics .product-variant-characteristics-option {
  font-weight: 700;
}
.product-image-wrapper {
  height: 200px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}
.product-image-link {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-image-link.is-cover {
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-image {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
.product-image.is-standard,
.product-image.is-cover,
.product-image.is-contain {
  width: 100%;
  height: 100%;
}
.product-image.is-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.product-image.is-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.product-image.is-standard {
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}
.product-image-placeholder {
  max-width: 180px;
  height: 100%;
}
.product-name {
  color: #191919;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.product-name:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}
.product-price-info {
  margin-top: 10px;
}
.product-price-info .product-advanced-list-price-wrapper {
  font-weight: 400;
}
.product-price-unit {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.product-unit-label {
  font-weight: 700;
}
.product-cheapest-price {
  min-height: 20px;
  font-size: 0.75rem;
  line-height: 20px;
  margin-bottom: 32px;
}
.product-cheapest-price .product-cheapest-price-price {
  font-weight: 700;
}
.product-cheapest-price.with-regulation-price,
.product-cheapest-price.with-list-price {
  margin-bottom: 6px;
}
.product-price {
  color: #191919;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}
.product-price.with-list-price {
  color: #e52427;
}
.product-price .list-price {
  color: #191919;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}
.product-price .list-price .list-price-price {
  text-decoration: line-through;
}
.product-price .regulation-price {
  color: #191919;
  font-weight: 400;
  padding-left: 5px;
  padding-left: 0;
  font-size: 12px;
}
.product-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}
.product-price .strikeprice-text {
  color: #191919;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}

.product-action-b {
  height: 48px;
}
.product-action {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3px 12px;
  display: flex;
  justify-content: end;
  height: 48px;
  align-items: center;
  background: #fafafa;
  border-radius: 0 0 8px 8px;
}
.product-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
}
.product-badges .badge {
  padding: 0 8px;
  height: 32px;
  margin: 0 0 8px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border-color: transparent;
  font-size: 18px;
  letter-spacing: 0;
}
.product-box.box-image .product-image-wrapper {
  height: 332px;
}
.product-box.box-image .product-image {
  max-height: 332px;
}
.product-box.box-image .product-image.is-standard {
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.product-price-wrapper {
  font-size: 18px;
}
.has-element-loader {
  z-index: 15;
  pointer-events: none;
  position: relative;
}
.element-loader-backdrop {
  opacity: 0;
  -webkit-transition:
    opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    visibility 0.45s linear;
  transition:
    opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    visibility 0.45s linear;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 11px 7px rgba(255, 255, 255, 0.5);
  z-index: 15;
}
.element-loader-backdrop.element-loader-backdrop-open {
  opacity: 1;
}
.element-loader-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
@-webkit-keyframes skeletonShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
@keyframes skeletonShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.has-element-loader .cms-element-product-listing .product-badges,
.has-element-loader .cms-element-product-listing .product-image-link,
.has-element-loader .cms-element-product-listing .product-review-rating {
  display: none;
}
.has-element-loader .cms-element-product-listing .product-image-wrapper,
.has-element-loader .cms-element-product-listing .product-rating,
.has-element-loader .cms-element-product-listing .product-name,
.has-element-loader
  .cms-element-product-listing
  .product-variant-characteristics,
.has-element-loader .cms-element-product-listing .product-description,
.has-element-loader .cms-element-product-listing .product-price-unit,
.has-element-loader .cms-element-product-listing .product-cheapest-price-price,
.has-element-loader .cms-element-product-listing .product-price {
  border-radius: 3px;
  color: transparent;
  -webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards
    running;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-rating {
  width: 50%;
}
.has-element-loader .cms-element-product-listing .product-name {
  width: 75%;
}
.has-element-loader .cms-element-product-listing .product-price {
  width: 35%;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
  border-radius: 3px;
  color: transparent;
  -webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards
    running;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
  display: none;
}
.has-element-loader
  .cms-element-product-listing
  .product-variant-characteristics-text,
.has-element-loader .cms-element-product-listing .product-wishlist-remove {
  display: none;
}
.language-flag {
  display: inline-block;
  height: 12px;
  width: 16px;
  border: 1px solid #adb5bd;
  margin-top: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.language-flag.country-de {
  background-image: linear-gradient(
    to bottom,
    #000 33%,
    #d00 33%,
    #d00 66%,
    #ffce00 66%
  );
}
.language-flag.country-en {
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='640' height='480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M-85 0h682v512H-85z'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path='url%28%23a%29' transform='translate%2880%29 scale%28.94%29'%3E%3Cpath fill='%23006' d='M-256 0H768v512H-256z'%2F%3E%3Cpath fill='%23fff' d='M-256 0v57l910 455h114v-57L-141 0h-115zM768 0v57l-909 455h-115v-57L654 0h114z'%2F%3E%3Cpath fill='%23fff' d='M171 0v512h170V0H171zm-427 171v170H768V171H-256z'%2F%3E%3Cpath fill='%23c00' d='M-256 205v102H768V205H-256zM205 0v512h102V0H205zm-461 512L85 341h77l-342 171h-76zm0-512L85 171H9L-256 38V0zm606 171L692 0h76L427 171h-77zm418 341L427 341h76l265 133v38z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.language-flag.country-bs {
  background-size: 150%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI4MDAiIGhlaWdodD0iNDAwIiB2aWV3Qm94PSIwIDAgMTYgOCI+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjgiIGZpbGw9IiMwMDIzOTUiLz48cGF0aCBkPSJtNC4yNCwwaDh2OHoiIGZpbGw9IiNmZWNiMDAiLz48ZyBpZD0iZyI+PHBhdGggZD0iTTIuMzUzMjgzLDAuNTI0ODUyOSAyLjgsLTAuODUgMy4yNDY3MTcsMC41MjQ4NTMgMi4wNzcxOTcsLTAuMzI0ODUzSDMuNTIyODAzeiIgZmlsbD0iI2ZmZiIgaWQ9InMiLz48dXNlIHhsaW5rOmhyZWY9IiNzIiB4PSIxIiB5PSIxIi8+PHVzZSB4bGluazpocmVmPSIjcyIgeD0iMiIgeT0iMiIvPjwvZz48dXNlIHhsaW5rOmhyZWY9IiNnIiB4PSIzIiB5PSIzIi8+PHVzZSB4bGluazpocmVmPSIjZyIgeD0iNiIgeT0iNiIvPjwvc3ZnPgo=");
}
.language-flag.country-cs {
  background-size: 110%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5MDAiIGhlaWdodD0iNjAwIj4NCgk8cmVjdCB3aWR0aD0iOTAwIiBoZWlnaHQ9IjYwMCIgZmlsbD0iI2Q3MTQxYSIvPg0KCTxyZWN0IHdpZHRoPSI5MDAiIGhlaWdodD0iMzAwIiBmaWxsPSIjZmZmIi8+DQoJPHBhdGggZD0iTSA0NTAsMzAwIDAsMCBWIDYwMCB6IiBmaWxsPSIjMTE0NTdlIi8+DQo8L3N2Zz4=");
}
.language-flag.country-da {
  background-size: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM3IDI4Ij48cGF0aCBmaWxsPSIjYzYwYzMwIiBkPSJNMCwwSDM3VjI4SDBaIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAsMTJIMTJWMEgxNlYxMkgzN1YxNkgxNlYyOEgxMlYxNkgwWiIvPjwvc3ZnPg==");
}
.language-flag.country-nl {
  background-image: linear-gradient(
    to bottom,
    #d00 33%,
    #fff 33%,
    #fff 66%,
    #21468b 66%
  );
}
.language-flag.country-fr {
  background-image: linear-gradient(
    to right,
    #21468b 33%,
    #fff 33%,
    #fff 66%,
    #d00 66%
  );
}
.language-flag.country-id {
  background-image: linear-gradient(to bottom, #d00 50%, #fff 50%);
}
.language-flag.country-it {
  background-image: linear-gradient(
    to right,
    #009246 33%,
    #fff 33%,
    #fff 66%,
    #d00 66%
  );
}
.language-flag.country-lv {
  background-image: linear-gradient(
    to bottom,
    #900 40%,
    #fff 40%,
    #fff 60%,
    #900 60%
  );
}
.language-flag.country-pl {
  background-image: linear-gradient(to bottom, #fff 50%, #d00 50%);
}
.language-flag.country-pt {
  background-size: 110%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NDQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI2MDAiIGhlaWdodD0iNDAwIj4NDQo8cmVjdCB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQwMCIgZmlsbD0iI2YwMCIvPg0NCjxyZWN0IHdpZHRoPSIyNDAiIGhlaWdodD0iNDAwIiBmaWxsPSIjMDYwIi8+DQ0KPGcgZmlsbD0iI2ZmMCIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMC41NzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+DQo8cGF0aCBkPSJtMzE4LjI0LDI2Mi4wNGMtMzAuMjEtMC45MS0xNjguNzQtODcuMzgtMTY5LjY5LTEwMS4xNWw3LjY0OTYtMTIuNzU3YzEzLjc0MSwxOS45NjYsMTU1LjM2LDEwNC4wNiwxNjkuMjcsMTAxLjA4bC03LjIyOTksMTIuODIzIi8+DQ0KPHBhdGggZD0ibTE1NC41OSwxNDYuNGMtMi43MTAxLDcuMjkzNywzNi4xNDksMzEuMzE4LDgyLjkwMyw1OS43NTQsNDYuNzUyLDI4LjQzNCw4Ny4wNjUsNDYuMDA2LDkwLjA1Myw0My40ODYsMC4xODI1Ni0wLjMyNTQ0LDEuNDcwMS0yLjU0MDksMS4zNTItMi41MjMyLTAuNTYwMDEsMC44NDQwMi0xLjkyMzQsMS4xMTA0LTQuMDUwNiwwLjQ5NzQxLTEyLjYzMS0zLjY0MzMtNDUuNTc1LTE4Ljc2NS04Ni4zNzQtNDMuNTA2LTQwLjc5OC0yNC43NDMtNzYuMjk0LTQ3LjU0NC04MS44MTEtNTcuMjMyLTAuMzgzNjMtMC42NzExNi0wLjY1NzAyLTEuODk2Mi0wLjYwMTQ2LTIuODQ4N2wtMC4xMzQwNS0wLjAwMi0xLjE3NDcsMi4wNTMyLTAuMTYxMzksMC4zMjE5MWgtMC4wMDA4OHptMTY0LjM2LDExNi4wNGMtMC41MTIzOCwwLjkyOTU3LTEuNDY3NSwwLjk2MDQ0LTMuMjgxNiwwLjc2MTEyLTExLjMtMS4yNTA2LTQ1LjU4OS0xNy45MjUtODYuMTYyLTQyLjIxMy00Ny4yMS0yOC4yNi04Ni4yLTU0LjAxLTgxLjk3LTYwLjc0bDEuMTUwOS0yLjAzNDYsMC4yMjY2NSwwLjA3MDZjLTMuODAzNywxMS40MDUsNzYuOTQ4LDU3LjU3OCw4MS43MDIsNjAuNTIyLDQ2LjcyNCwyOC45NDcsODYuMTE1LDQ1Ljg1MSw4OS42MDEsNDEuNDU4bC0xLjI2ODIsMi4xODF2LTAuMDAyeiIvPg0NCjxwYXRoIGQ9Im0yNDAuMTcsMTY5LjIzYzMwLjIzNy0wLjIzOTAxLDY3LjU1LTQuMTMxOSw4OS4wMjMtMTIuNjlsLTQuNjI2NS03LjUxNjhjLTEyLjY5Miw3LjAyNDctNTAuMjEsMTEuNjQ0LTg0LjY1MiwxMi4zMzUtNDAuNzM2LTAuMzc0ODMtNjkuNDktNC4xNjgxLTgzLjg5Ny0xMy44MzVsLTQuMzY3Miw4LjAwNDVjMjYuNDg0LDExLjIwNyw1My42MjMsMTMuNTg3LDg4LjUyLDEzLjcwMyIvPg0NCjxwYXRoIGQ9Im0zMzAuNDQsMTU2LjcxYy0wLjczOTA0LDEuMTgxOC0xNC43NDMsNi4wMTEzLTM1LjM3Myw5LjU3NTMtMTMuOTg4LDIuMTMyNS0zMi4yMzQsMy45NTU1LTU1LjAwNCwzLjk3NzYtMjEuNjMzLDAuMDIwMy0zOS4zMDUtMS41MTk2LTUyLjY4NC0zLjMzMjktMjEuNjU2LTMuMzk1NS0zMi44MzMtOC4xMjAxLTM2Ljk2NS05Ljc4OTYsMC4zOTUwOS0wLjc4NTgxLDAuNjQ5MDgtMS4zMzcsMS4wMzAxLTIuMDcwOCwxMS44OTUsNC43MzYsMjMuMTI0LDcuNTkxOCwzNi4yNzksOS42MTU4LDEzLjI5MSwxLjgsMzAuNzUsMy4zNjIsNTIuMjc2LDMuMzQxNywyMi42NjQtMC4wMjI5LDQwLjcwOS0xLjk4NDQsNTQuNjE2LTQuMDUzNCwyMS4xNTUtMy40MTIyLDMyLjcxMS03LjgwMzQsMzQuMzM0LTkuODQyNWwxLjQ5NCwyLjU3ODhoLTAuMDAyem0tNC4wNjAzLTcuNjIyNmMtMi4yOTMsMS44NDE1LTEzLjcxOCw1Ljg5MzItMzMuODE5LDkuMTAzNC0xMy40MTUsMS45MjI2LTMwLjQ3MiwzLjY0MzMtNTIuMjY1LDMuNjY0NS0yMC43MDQsMC4wMjAzLTM3LjYxOS0xLjM3NS01MC40ODUtMy4yNDkxLTIwLjQxNC0yLjY2NjEtMzEuMjc5LTcuNDc1NC0zNS4xOTYtOC44Nzc2LDAuMzg5OC0wLjY3MzgxLDAuNzg2NjYtMS4zNDIzLDEuMTk0MS0yLjAxMzUsMy4wNDc5LDEuNTM0NiwxMy41MzMsNS43OTA5LDM0LjIyNiw4LjcyMjQsMTIuNzIsMS44MDM2LDI5LjY2MSwzLjE0NzcsNTAuMjYyLDMuMTI2NSwyMS42OS0wLjAyMjEsMzguNTUzLTEuNzc2Miw1MS44ODMtMy42ODgzLDIwLjIwNS0yLjc3OTksMzEuMDc3LTcuOTQ3MiwzMi43MjgtOS4yNDFsMS40NzI4LDIuNDUwOXYwLjAwMnoiLz4NDQo8cGF0aCBkPSJtMTQwLjg4LDIwNS42NmMxOC41OTgsMTAuMDAzLDU5LjkwNSwxNS4wNDQsOTguOTk0LDE1LjM5MSwzNS41OTEsMC4wNTY0LDgxLjk1OC01LjUwMTYsOTkuMjk3LTE0LjY5bC0wLjQ3NzEyLTEwLjAxMmMtNS40MjQ2LDguNDc3My01NS4xMTMsMTYuNjA5LTk5LjIwNiwxNi4yNzYtNDQuMDkzLTAuMzMyNS04NS4wMzgtNy4xNDI5LTk4LjY4Ny0xNS45NTlsMC4wNzk0LDguOTkxNCIvPg0NCjxwYXRoIGQ9Im0zNDAuMTIsMjA0LjIyLDAuMDAwODgsMi4zODc0Yy0yLjYwNiwzLjExNTktMTguOTQ2LDcuODI1NS0zOS40MzcsMTEuMTQyLTE1LjU5NSwyLjM5MS0zNS45MjcsNC4xOTQ1LTYxLjI2Miw0LjE5NDUtMjQuMDY5LDAtNDMuMjYzLTEuNzE2My01OC4xNDgtNC4wMDE0LTIzLjUyOS0zLjQyNjQtMzguNTc5LTkuNDI2Mi00MS42LTExLjIxN2wwLjAxMzItMi43ODUyYzkuMDc0OCw2LjAzMzQsMzMuNjYxLDEwLjQ0Nyw0MS45MTcsMTEuNzk4LDE0Ljc4OCwyLjI3MDEsMzMuODY4LDMuOTczMiw1Ny44MTcsMy45NzMyLDI1LjIxNiwwLDQ1LjQzNC0xLjc5MTIsNjAuOTMxLTQuMTY2MywxNC43MDEtMi4xMjM3LDM1LjY0NC03LjY0NjUsMzkuNzY3LTExLjMyNGgwLjAwMDg4em0wLjAxLTguNDkyMiwwLjAwMDg4LDIuMzg3NGMtMi42MDYsMy4xMTQyLTE4Ljk0Niw3LjgyMzctMzkuNDM3LDExLjE0LTE1LjU5NSwyLjM5MS0zNS45MjcsNC4xOTQ1LTYxLjI2Miw0LjE5NDUtMjQuMDY5LDAtNDMuMjYzLTEuNzE0NS01OC4xNDgtNC4wMDE0LTIzLjUyOS0zLjQyNDYtMzguNTc5LTkuNDI0NS00MS42LTExLjIxNmwwLjAxMzItMi43ODUyYzkuMDc0OCw2LjAzMjUsMzMuNjYxLDEwLjQ0Nyw0MS45MTcsMTEuNzk2LDE0Ljc4OCwyLjI3MTksMzMuODY4LDMuOTc1OCw1Ny44MTcsMy45NzU4LDI1LjIxNiwwLDQ1LjQzNC0xLjc5MjEsNjAuOTMxLTQuMTY5LDE0LjcwMS0yLjEyMzcsMzUuNjQ0LTcuNjQ2NSwzOS43NjctMTEuMzI0bDAuMDAwODgsMC4wMDJ6Ii8+DQ0KPHBhdGggZD0ibTIzOS43OSwyNjAuMzJjLTQyLjc3Mi0wLjI1NDg5LTc5LjQyMS0xMS42NTktODcuMTYtMTMuNTQ0bDUuNjQzMyw4LjgzNDRjMTMuNjcsNS43NTAzLDQ5LjQyNCwxNC4zMiw4MS45MjcsMTMuMzcxLDMyLjUwNC0wLjk0ODA5LDYwLjkxLTMuNDY2LDgwLjkyOC0xMy4yMTFsNS43ODYyLTkuMTU1NWMtMTMuNjQyLDYuNDI1LTYwLjA2OCwxMy42MzktODcuMTI1LDEzLjcwNSIvPg0NCjxwYXRoIHN0cm9rZS13aWR0aD0iMC41NSIgZD0ibTMyMy4zLDI1My43MmMtMC44NTAxNiwxLjI5OTEtMS43MTcxLDIuNTgyMy0yLjU5NjMsMy44Mjk0LTkuNDQxNywzLjMyOTMtMjQuMzE5LDYuODI0NS0zMC41OTcsNy44NDQtMTIuODI0LDIuNjQyMy0zMi42NjUsNC41OTQtNTAuMjc0LDQuNjAyOS0zNy44OS0wLjU1NDc0LTY4LjkwNS03Ljk3MTktODMuNDk2LTE0LjI5OWwtMS4xNzczLTIuMDI0MSwwLjE5MjI1LTAuMzA0MjcsMS45OTY2LDAuNzc0MzVjMjUuOTQ4LDkuMjgzNCw1NS4wOTEsMTIuOTg3LDgyLjY5OCwxMy42NTIsMTcuNTM4LDAuMDYxNywzNS4wOTUtMi4wMSw0OS4yOTItNC41NDkxLDIxLjc3MS00LjM2MjEsMzAuNTc0LTcuNjUsMzMuMjc1LTkuMTQwNWwwLjY4NzAxLTAuMzg1NDFoLTAuMDAwODh6bTUuMDE3Mi04LjI3NTNjMC4wMjIsMC4wMjU2LDAuMDQ0MSwwLjA1MDMsMC4wNjUzLDAuMDc3Ni0wLjYzNTg1LDEuMDczMy0xLjI5MTEsMi4xNjUyLTEuOTYyMiwzLjI2MjMtNS4wMzU3LDEuOC0xOC43MDIsNS43OTg4LTM4LjY1OSw4LjU4OTMtMTMuMTQ5LDEuNzkxMi0yMS4zMjIsMy41MjYtNDcuNDc5LDQuMDM0LTQ5LjAxNS0xLjI0NzEtODAuNzUtMTAuODMxLTg4LjI4OS0xMy4xOTVsLTEuMTE3NC0yLjE0MzFjMjguNDA2LDcuNDE1NCw1Ny40MjIsMTIuNTkyLDg5LjQwOCwxMy4xMjEsMjMuOTMxLTAuNTA5NzYsMzQuMTEyLTIuMjcxOSw0Ny4xNTItNC4wNDk5LDIzLjI3MS0zLjYxODYsMzQuOTk2LTcuNDQ5OCwzOC41MTUtOC41NTU4LTAuMDQ0MS0wLjA2MzUtMC4wOTYxLTAuMTMwNTMtMC4xNTQzMy0wLjE5OTMybDIuNTIzMS0wLjk0MjgtMC4wMDIsMC4wMDJ6Ii8+DQ0KPHBhdGggZD0ibTMyOC44MywxOTcuNzZjMC4xMzg3MywyOC4xMzctMTQuMjYsNTMuMzg2LTI1Ljg1OCw2NC41MjUtMTYuNDA4LDE1Ljc1OS0zOC4xNjMsMjUuODk2LTYzLjU2OSwyNi4zNjMtMjguMzcsMC41MjExNy01NS4xMi0xNy45NzQtNjIuMjk1LTI2LjA5OS0xNC4wMjgtMTUuODg1LTI1LjQ0OS0zNi4wNTctMjUuODE1LTYzLjI0MywxLjczNzYtMzAuNzA5LDEzLjc5My01Mi4xLDMxLjI2OC02Ni43NjlzNDAuNzQzLTIxLjgxMyw2MC4xMjEtMjEuMzAyYzIyLjM1OCwwLjU5MDAzLDQ4LjQ3NSwxMS41NTgsNjYuNTIxLDMzLjMzMiwxMS44MjMsMTQuMjY2LDE2Ljk0MywyOS43NDgsMTkuNjI3LDUzLjE5M3ptLTg5LjE4Ni05Ni4zNDJjNTQuNDg1LDAsOTkuMjk2LDQ0LjMzOCw5OS4yOTYsOTguNzAzLDAsNTQuMzY0LTQ0LjgxMSw5OC43MDQtOTkuMjk2LDk4LjcwNHMtOTguOTI0LTQ0LjMzOS05OC45MjQtOTguNzA0LDQ0LjQzOS05OC43MDMsOTguOTI0LTk4LjcwMyIvPg0NCjxwYXRoIGQ9Im0yMzkuOTEsMTAxLjA4YzU0LjUzNCwwLDk5LjAxMSw0NC40ODMsOTkuMDExLDk5LjAyMiwwLDU0LjUzOC00NC40NzgsOTkuMDItOTkuMDExLDk5LjAyLTU0LjUzNCwwLTk5LjAxMS00NC40ODEtOTkuMDExLTk5LjAyczQ0LjQ3OC05OS4wMjIsOTkuMDExLTk5LjAyMnptLTk2LjgzMiw5OS4wMjI0YzAsNTMuMjYsNDMuNzM2LDk2Ljg0Miw5Ni44MzIsOTYuODQyLDUzLjA5NywwLDk2LjgzMy00My41ODIsOTYuODMzLTk2Ljg0MiwwLTUzLjI2Mi00My43MzctOTYuODQ0LTk2LjgzMy05Ni44NDRzLTk2LjgzMiw0My41ODQtOTYuODMyLDk2Ljg0NHoiLz4NDQo8cGF0aCBkPSJtMjM5Ljk5LDEwOS4zMWM0OS43MzEsMCw5MC42OTMsNDAuODIxLDkwLjY5Myw5MC43MDQsMCw0OS44ODQtNDAuOTYzLDkwLjcwMy05MC42OTMsOTAuNzAzcy05MC42OTMtNDAuODE5LTkwLjY5My05MC43MDNjMC00OS44ODMsNDAuOTY0LTkwLjcwNCw5MC42OTMtOTAuNzA0em0tODguNTE1LDkwLjcwMzRjMCw0OC42ODUsMzkuOTc5LDg4LjUyNCw4OC41MTUsODguNTI0czg4LjUxNS0zOS44MzksODguNTE1LTg4LjUyNGMwLTQ4LjY4Ni0zOS45NzgtODguNTI1LTg4LjUxNS04OC41MjUtNDguNTM2LDAtODguNTE1LDM5LjgzOS04OC41MTUsODguNTI1eiIvPg0NCjxwYXRoIGQ9Im0yNDMuOTgsMTAwLjY4LTguNDg1NDUsMCwwLjAxLDE5OC45Niw4LjUxNDU1LDB6Ii8+DQ0KPHBhdGggZD0ibTI0My4xMyw5OS41NDZoMi4xNTk4bDAuMDE4NSwyMDEuMjVoLTIuMTYxNmwtMC4wMTU5LTIwMS4yNXptLTguNDIxMywwLjAwMThoMi4xNzY2bDAuMDAzLDIwMS4yNWgtMi4xNzgzdi0yMDEuMjV6Ii8+DQ0KPHBhdGggZD0ibTMzOC45OSwyMDMuOTM1LDAtNy4zNTU0LTUuOTktNS41OC0zNC05LTQ5LTUtNTksMy00MiwxMC04LjQ4LDYuMjgsMCw3LjM1NzJsMjEuNDgtOS42MzcsNTEtOGg0OWwzNiw0LDI1LDZ6Ii8+DQ0KPHBhdGggZD0ibTIzOS45NSwxODQuNzdjMjMuMzgzLTAuMDQzMiw0Ni4wNywyLjIxNTQsNjQuMDY1LDUuNzE5NCwxOC41NjksMy43MTIxLDMxLjYzNyw4LjM1NTYsMzYuMTA1LDEzLjU3MWwtMC4wMDUsMi41ODIzYy01LjM4ODQtNi40OTAyLTIyLjk3My0xMS4yNDgtMzYuNTE4LTEzLjk2OC0xNy44NTgtMy40NzQtNDAuMzkzLTUuNzE2OC02My42NDctNS42NzM2LTI0LjUzOCwwLjA0NTktNDcuMzg3LDIuMzY5OC02NC45ODQsNS44MDMyLTE0LjEyLDIuODAxOS0zMi45NTEsOC4zNjc5LTM1LjMwMiwxMy44NTh2LTIuNjg5YzEuMjkxMS0zLjgwMDMsMTUuMzEzLTkuNDc5MiwzNC45ODQtMTMuNDE3LDE3LjcyOS0zLjQ1NzIsNDAuNjItNS43NDE1LDY1LjMwMi01Ljc4NjR6bTAuMDEtOC40OTIyYzIzLjM4My0wLjA0MjMsNDYuMDcsMi4yMTcyLDY0LjA2NSw1LjcxOTQsMTguNTY5LDMuNzEzOSwzMS42MzcsOC4zNTU2LDM2LjEwNSwxMy41NzFsLTAuMDA1LDIuNTgyM2MtNS4zODg0LTYuNDg4NS0yMi45NzMtMTEuMjQ3LTM2LjUxOC0xMy45NjYtMTcuODU4LTMuNDc1Ny00MC4zOTMtNS43MTg1LTYzLjY0Ny01LjY3MzYtMjQuNTM4LDAuMDQ0MS00Ny4yNzYsMi4zNjk4LTY0Ljg3NSw1LjgwMTQtMTMuNjI2LDIuNTgzMi0zMy4yMjYsOC4zNjk2LTM1LjQxMiwxMy44NnYtMi42OTA4YzEuMjkxMS0zLjc1ODgsMTUuNTk3LTkuNjQxNCwzNC45ODUtMTMuNDE3LDE3LjcyOS0zLjQ1NzIsNDAuNjItNS43Mzk3LDY1LjMwMi01Ljc4NjR6Ii8+DQ0KPHBhdGggZD0ibTIzOS40OCwxMzIuOTZjMzYuODQ5LTAuMTg0MzMsNjguOTksNS4xNTIzLDgzLjY5NSwxMi42ODVsNS4zNjM4LDkuMjc5Yy0xMi43ODEtNi44ODgtNDcuNDU2LTE0LjA1LTg5LjAwNS0xMi45NzktMzMuODU0LDAuMjA4MTQtNzAuMDI3LDMuNzI3MS04OC4xNzYsMTMuNDFsNi40MDM1LTEwLjcwOWMxNC44OTUtNy43MjQxLDUwLjAyMi0xMS42NDMsODEuNzItMTEuNjg0Ii8+DQ0KPHBhdGggZD0ibTIzOS45NywxNDAuNjJjMjEuMDE3LTAuMDU1Niw0MS4zMjUsMS4xMjk4LDU3LjQ3Niw0LjA0MzcsMTUuMDQxLDIuNzk5MywyOS4zODUsNy4wMDA5LDMxLjQzNiw5LjI2MDRsMS41OTAxLDIuODA5OWMtNC45ODgxLTMuMjU3LTE3LjQwMS02Ljg4MzYtMzMuMzM5LTkuOTA2LTE2LjAwNi0zLjAwODMtMzYuMy00LjAwNDktNTcuMi0zLjk1MDItMjMuNzIyLTAuMDgxMS00Mi4xNTIsMS4xNzEyLTU3Ljk2OSwzLjkyOTEtMTYuNzI4LDMuMTMtMjguMzM0LDcuNjAxNS0zMS4xOTcsOS43MjYxbDEuNTU4My0yLjk3MDRjNS41NjMxLTIuODM4MSwxNC4zOS02LjI1OTIsMjkuMjIzLTguOTI5NywxNi4zNTctMi45ODgsMzQuOTgzLTMuODg0MSw1OC40MjMtNC4wMTI4aC0wLjAwMDg4em0tMC4wMDktOC40ODQzYzIwLjExMy0wLjA1MjksMzkuOTcyLDEuMDY4LDU1LjQ1MiwzLjg1MDYsMTIuMjA5LDIuMzc2OCwyNC4yODMsNi4wODcyLDI4LjcwNCw5LjM4OTJsMi4zMjU2LDMuNjk1NGMtMy45NTM2LTQuMzk0Ny0xOC44MzYtOC41NTkzLTMxLjk3NC0xMC44OTItMTUuMzYxLTIuNjQ5NC0zNC4zOTUtMy42OTgtNTQuNTA4LTMuODY1Ni0yMS4xMDgsMC4wNTkxLTQwLjYxNSwxLjM1Mi01NS43NTIsNC4xMDgxLTE0LjQ0MSwyLjc0ODEtMjMuNzYsNi4wMDE2LTI3LjcwMyw4LjU0MjVsMi4wNDUxLTMuMDg2OGM1LjQ0MTQtMi44NjQ2LDE0LjIzMi01LjQ5NTQsMjUuMzAzLTcuNjQ2NSwxNS4yNDktMi43NzY0LDM0Ljg3Ni00LjAzNTgsNTYuMTA4LTQuMDk0OXoiLz4NDQo8cGF0aCBkPSJtMjg5LjE1LDI0MS4yNmMtMTguMjE4LTMuNDAwOC0zNi40NjktMy44OTQ3LTQ5LjIxNy0zLjc0NDctNjEuNDA3LDAuNzE5NjctODEuMjQ0LDEyLjYwOS04My42NjUsMTYuMjA5bC00LjU4OTQtNy40ODE1YzE1LjYzNC0xMS4zMzIsNDkuMDczLTE3LjY4Nyw4OC41ODctMTcuMDM3LDIwLjUxOCwwLjMzNjAyLDM4LjIyNCwxLjY5ODYsNTMuMTE5LDQuNTgzNWwtNC4yMzU4LDcuNDcyNyIvPg0NCjxwYXRoIHN0cm9rZS13aWR0aD0iMC41NSIgZD0ibTIzOS41OCwyMzYuNDZjMTcuMDgyLDAuMjU0ODgsMzMuODQ5LDAuOTYwNDQsNTAuMDMzLDMuOTc4NGwtMS4xNzIsMi4wNjljLTE1LjAzMS0yLjc3NDYtMzEuMDU1LTMuODM2NS00OC44MDMtMy43NS0yMi42NjMtMC4xNzcyNy00NS41ODUsMS45Mzk0LTY1LjU0MSw3LjY2NjgtNi4yOTY4LDEuNzUyNC0xNi43MjEsNS44MDA2LTE3Ljc4NCw5LjE0NThsLTEuMTY1OS0xLjkyMjZjMC4zMzYwMS0xLjk3NzMsNi42MzYzLTYuMDgxLDE4LjQxNC05LjM5MDEsMjIuODU4LTYuNTQ1OCw0NC4yMzktNy42NDkxLDY2LjAxOS03Ljc5OXYwLjAwMnptMC43NzUxOS04LjU5NjNjMTcuNjk4LDAuMzMwNzMsMzUuOTc1LDEuMTQ5Miw1My43NCw0LjY2ODFsLTEuMjIwNiwyLjE1MzdjLTE2LjA0Mi0zLjE4NDctMzEuMzY5LTQuMjQ2Ni01Mi40MTUtNC41NzAyLTIyLjczNSwwLjA0MTQtNDYuODUxLDEuNjYyNS02OC43NzgsOC4wMzcyLTcuMDc5MSwyLjA2Mi0xOS4yOTcsNi41MjAyLTE5LjcwNCwxMC4wNWwtMS4xNjU5LTIuMDY1NWMwLjI2NTQ1LTMuMjA1OSwxMC44NDItNy4zODgsMjAuMzU4LTEwLjE1NiwyMi4wOTYtNi40MjQxLDQ2LjI3NS04LjA3Niw2OS4xODYtOC4xMTc0eiIvPg0NCjxwYXRoIGQ9Ik0zMjcuNTgsMjQ3LjM4LDMyMC4yMDEsMjU4LjgyOSwyOTksMjQwLDI0NCwyMDMsMTgyLDE2OSwxNDkuODEsMTU3Ljk5LDE1Ni42NywxNDUuMjcsMTU5LDE0NGwyMCw1LDY2LDM0LDM4LDI0LDMyLDIzLDEzLDE1eiIvPg0NCjxwYXRoIGQ9Im0xNDguNjUsMTU4LjI5YzUuNjQ2LTMuODI5NCw0Ny4xMzksMTQuNjU1LDkwLjU1NSw0MC44MzQsNDMuMzAxLDI2LjI1NCw4NC42NzcsNTUuOTIxLDgwLjk0Miw2MS40NzNsLTEuMjI4NSwxLjkzMjMtMC41NjM1NCwwLjQ0NDVjMC4xMjA4My0wLjA4NjQsMC43NDM0NS0wLjg0NzU1LTAuMDYwOS0yLjkwNi0xLjg0NDktNi4wNzA0LTMxLjE5NS0yOS40OTEtNzkuODk0LTU4Ljg5NS00Ny40NzUtMjguMzA5LTg3LjA0MS00NS4zNzEtOTAuOTk3LTQwLjQ5NGwxLjI0Ny0yLjM4OTJoLTAuMDAwODl6bTE4MC40NCw4OC45MjdjMy41Ny03LjA1Mi0zNC45MTYtMzYuMDQ0LTgyLjYzMi02NC4yNzItNDguODEzLTI3LjY2Ni04My45OTQtNDMuOTUxLTkwLjQyLTM5LjA5NWwtMS40Mjc4LDIuNTk5MWMtMC4wMTI0LDAuMTQyODcsMC4wNTItMC4xNzcyNywwLjM1MzY0LTAuNDEwMSwxLjE2ODUtMS4wMTk1LDMuMTA1Mi0wLjk1MDc0LDMuOTc5Mi0wLjk2NjYyLDExLjA2NSwwLjE2NTgxLDQyLjY2NywxNC43MDksODcuMDA2LDQwLjEyOCwxOS40MjgsMTEuMzE1LDgyLjA3MSw1MS40OTEsODEuODMyLDYyLjc4OSwwLjAxNjgsMC45NzEwMiwwLjA4MDMsMS4xNzEyLTAuMjg0ODUsMS42NTE5bDEuNTkzNi0yLjQyMzZ2LTAuMDAyeiIvPg0NCjwvZz4NCjxnPg0KPHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjAuNjcwMzciIGQ9Im0xODAuNiwyMTEuMDFjMCwxNi4yNzEsNi42NjI4LDMwLjk4NywxNy40NTcsNDEuNzQyLDEwLjgxNSwxMC43NzgsMjUuNTEyLDE3LjU3OSw0MS44MDksMTcuNTc5LDE2LjM4MSwwLDMxLjI0Ny02LjY1MjUsNDIuMDE2LTE3LjM4OSwxMC43NjktMTAuNzM1LDE3LjQ0My0yNS41NTIsMTcuNDQ2LTQxLjg4aC0wLjAwMnYtNzkuMTg5bC0xMTguNzQtMC4xNDExMSwwLjAxMjMsNzkuMjc4aDAuMDAyeiIvPg0NCjxwYXRoIGZpbGw9IiNmMDAiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIwLjUwNzM0IiBkPSJtMTgyLjgyLDIxMS4xMnYwLjA0NWMwLDE1LjU1Nyw2LjQ0MTQsMjkuNzI0LDE2Ljc3NSw0MC4wMDksMTAuMzU0LDEwLjMwNSwyNC42MTQsMTYuNzEyLDQwLjIxNCwxNi43MTIsMTUuNjgxLDAsMjkuOTEyLTYuMzYwNiw0MC4yMjItMTYuNjI2LDEwLjMwOC0xMC4yNjUsMTYuNjk3LTI0LjQzMywxNi42OTktNDAuMDQ0aC0wLjAwMnYtNzYuODI2bC0xMTMuODQtMC4wMTg1LTAuMDY5Nyw3Ni43NDhtOTEuMDIyLTUzLjc0NywwLjAwNCw0OC44OTEtMC4wNDE0LDUuMTcxN2gwLjAwMDg4YzAsMS4zNjA4LTAuMDgyLDIuOTEyMi0wLjI0MDc2LDQuMjMzMy0wLjkyNTEyLDcuNzI5NC00LjQ4MDEsMTQuNDY3LTkuNzQ1MSwxOS43MDgtNi4xNjM2LDYuMTM1Ny0xNC42NzEsOS45NDEzLTI0LjA0Nyw5Ljk0MTMtOS4zMjcsMC0xNy42MzktMy45Mzc5LTIzLjgyOS0xMC4xLTYuMzQ5Ny02LjMyLTEwLjAzLTE0Ljk4Ni0xMC4wMy0yMy45NDdsLTAuMDEzMi01NC4wMjMsNjcuOTQsMC4xMjI1OSwwLjAwMiwwLjAwMnoiLz4NDQo8ZyBpZD0iY2FzdGxlMyI+DQ0KPGcgaWQ9ImNhc3RsZSIgZmlsbD0iI2ZmMCIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjAuNSI+DQ0KPHBhdGggc3Ryb2tlPSJub25lIiBkPSJtMTkwLjE5LDE1NC40M2MwLjEzNDkzLTUuNTIxLDQuMDUyNC02LjgyOCw0LjA4MDYtNi44NDc0LDAuMDI4Mi0wLjAxODUsNC4yMzE0LDEuNDA3Niw0LjIxNzMsNi44OTg2bC04LjI5NzgtMC4wNTEyIi8+DQ0KPHBhdGggZD0ibTE4Ni44MSwxNDcuNjktMC42ODE3Miw2LjM0NDcsNC4xNDA2LDAuMDA5YzAuMDM5Ny01LjI0OTMsMy45NzM5LTYuMTIyNSw0LjA2OTEtNi4xMDMxLDAuMDg5MS0wLjAwNSwzLjk4ODksMS4xNjA2LDQuMDkyOSw2LjEwMzFoNC4xNTExbC0wLjc0OTYyLTYuMzkzMi0xNS4wMjIsMC4wMzc5djAuMDAyeiIvPg0NCjxwYXRoIGQ9Im0xODUuODUsMTU0LjA2aDE2Ljk0NmMwLjM1NzE3LDAsMC42NDkwOCwwLjM1Mjc3LDAuNjQ5MDgsMC43ODQwNCwwLDAuNDMwMzktMC4yOTE5MSwwLjc4MTQxLTAuNjQ5MDgsMC43ODE0MWgtMTYuOTQ2Yy0wLjM1NzE3LDAtMC42NDkwOC0wLjM1MTAyLTAuNjQ5MDgtMC43ODE0MSwwLTAuNDMxMjcsMC4yOTE5MS0wLjc4NDA0LDAuNjQ5MDgtMC43ODQwNHoiLz4NDQo8cGF0aCBkPSJtMTkyLjAxLDE1NC4wM2MwLjAxODUtMy4zMTI2LDIuMjYyMS00LjI1MDEsMi4yNzM2LTQuMjQ4MywwLjAwMDg4LDAsMi4zNDIzLDAuOTY2NjEsMi4zNjA5LDQuMjQ4M2gtNC42MzQ0Ii8+DQ0KPHBhdGggZD0ibTE4Ni4yMSwxNDUuMDVoMTYuMjQ1YzAuMzQyMTgsMCwwLjYyMjYzLDAuMzE4MzksMC42MjI2MywwLjcwNDY4LDAsMC4zODcxNy0wLjI4MDQ1LDAuNzA0NjctMC42MjI2MywwLjcwNDY3aC0xNi4yNDVjLTAuMzQyMTgsMC0wLjYyMjYzLTAuMzE1NzMtMC42MjI2My0wLjcwNDY3LDAtMC4zODYyOSwwLjI4MDQ1LTAuNzA0NjgsMC42MjI2My0wLjcwNDY4eiIvPg0NCjxwYXRoIGQ9Im0xODYuNTUsMTQ2LjQ3aDE1LjUzOGMwLjMyNzE5LDAsMC41OTUyOSwwLjMxNjYyLDAuNTk1MjksMC43MDM3OSwwLDAuMzg4MDUtMC4yNjgxLDAuNzA0NjctMC41OTUyOSwwLjcwNDY3aC0xNS41MzhjLTAuMzI3MTksMC0wLjU5NTI5LTAuMzE2NjItMC41OTUyOS0wLjcwNDY3LDAtMC4zODcxNywwLjI2ODEtMC43MDM3OSwwLjU5NTI5LTAuNzAzNzl6Ii8+DQ0KPHBhdGggZD0ibTE5MS41NywxMzUuODgsMS4yMjY3LDAuMDAydjAuODcxMzZoMC44OTUxM3YtMC44OTA3NmwxLjI1NjcsMC4wMDR2MC44ODcyM2gwLjg5Nzc4di0wLjg5MDc2aDEuMjU3NmwtMC4wMDIsMi4wMTE3YzAsMC4zMTU3NC0wLjI1Mzk4LDAuNTIwMzUtMC41NDg1NCwwLjUyMDM1aC00LjQxMTNjLTAuMjk2MzMsMC0wLjU2OTcyLTAuMjM3MjQtMC41NzA2LTAuNTI2NTJsLTAuMDAzLTEuOTg3OWgwLjAwMDg4eiIvPg0NCjxwYXRoIGQ9Im0xOTYuMTksMTM4LjU3LDAuMjc2OTEsNi40NTE0LTQuMzAyOC0wLjAxNTksMC4yODQ4Ni02LjQ1MjMsMy43NDEsMC4wMTY4Ii8+DQ0KPHBhdGggaWQ9ImNwMSIgZD0ibTE5MC45NCwxNDEuNTYsMC4xMzE0MSwzLjQ3NzUtNC4xMjU2LDAuMDAyLDAuMTE2NDEtMy40NzkzaDMuODc4Ni0wLjAwMDg5eiIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI2NwMSIgeD0iMTAuNjA5Ii8+DQ0KPHBhdGggaWQ9ImNwMiIgZD0ibTE4Ni4zLDEzOS4wNCwxLjE5OTQsMC4wMDN2MC44NzIyNGgwLjg3NzV2LTAuODkyNTNsMS4yMjk0LDAuMDA0djAuODg5aDAuODc5MjZ2LTAuODkyNTNsMS4yMzAyLDAuMDAyLTAuMDAyLDIuMDExN2MwLDAuMzEzOTgtMC4yNDg3LDAuNTE4NTktMC41MzYyLDAuNTE4NTloLTQuMzE2OWMtMC4yODkyNiwwLTAuNTU4MjQtMC4yMzU0OC0wLjU1OTEzLTAuNTI1NjRsLTAuMDAzLTEuOTg4OGgwLjAwMDg4eiIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI2NwMiIgeD0iMTAuNjA5Ii8+DQ0KPHBhdGggZmlsbD0iIzAwMCIgc3Ryb2tlPSJub25lIiBkPSJtMTkzLjksMTQwLjYxYy0wLjAyNjUtMC42MjcwNiwwLjg3NjYxLTAuNjM0MTEsMC44NjYwMywwdjEuNTM2NGgtMC44NjZ2LTEuNTM2Ii8+DQ0KPHBhdGggaWQ9ImNwMyIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJub25lIiBkPSJtMTg4LjU3LDE0Mi44NGMtMC4wMDMtMC42MDU5LDAuODM2OTMtMC42MTgyNCwwLjgyNjM1LDB2MS4xODcxaC0wLjgyNnYtMS4xODciLz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjcDMiIHg9IjEwLjY0MSIvPg0NCjwvZz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUiIHk9IjQ2LjMxOTgiLz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA0NjA4OTIsLTAuNzA5NTk1ODUsMC43MDk1OTU4NSwwLjcwNDYwODkyLC0zNS4zNDE0NTksMjc1LjEwODk4KSIvPg0NCjwvZz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUiIHg9IjQ1LjcxMzgiLz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNjYXN0bGUzIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSwwLDAsMSw0NzkuNzkxOTUsMCkiLz4NDQo8ZyBpZD0icXVpbmEiIGZpbGw9IiNmZmYiPg0NCjxwYXRoIGZpbGw9IiMwMzkiIGQ9Im0yMzIuNjM2LDIwMi40MDZ2MC4wMDVjMCwyLjIxMTksMC44NDkyNyw0LjIyNzIsMi4yMTE4LDUuNjg5NCwxLjM2NTIsMS40NjY3LDMuMjQ1NCwyLjM3NzcsNS4zMDIsMi4zNzc3LDIuMDY3MiwwLDMuOTQzOS0wLjkwNDg3LDUuMzAyOS0yLjM2NTQsMS4zNTgxLTEuNDU4NywyLjIwMjEtMy40NzIxOSwyLjIwMjEtNS42OTN2LTEwLjc2OGwtMTQuOTkyLTAuMDEyMy0wLjAyNzMsMTAuNzY2Ii8+DQ0KPGNpcmNsZSBjeD0iMjM2LjA3NCIgY3k9IjE5NS43MzUiIHI9IjEuNDg2Ii8+DQo8Y2lyY2xlIGN4PSIyNDQuMzkyIiBjeT0iMTk1Ljc0MiIgcj0iMS40ODYiLz4NCjxjaXJjbGUgY3g9IjI0MC4yMjUiIGN5PSIxOTkuNzM1IiByPSIxLjQ4NiIvPg0KPGNpcmNsZSBjeD0iMjM2LjA3NCIgY3k9IjIwMy45MTYiIHI9IjEuNDg2Ii8+DQo8Y2lyY2xlIGN4PSIyNDQuMzgzIiBjeT0iMjAzLjkwNSIgcj0iMS40ODYiLz4NCjwvZz4NDQo8dXNlIHhsaW5rOmhyZWY9IiNxdWluYSIgeT0iLTI2LjAxNiIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI3F1aW5hIiB4PSItMjAuNzk5Ii8+DQ0KPHVzZSB4bGluazpocmVmPSIjcXVpbmEiIHg9IjIwLjc0NSIvPg0NCjx1c2UgeGxpbms6aHJlZj0iI3F1aW5hIiB5PSIyNS43ODQiLz4NDQo8L2c+DQo8L3N2Zz4=");
}
.language-flag.country-ru {
  background: linear-gradient(
    to bottom,
    #fff 33.3%,
    #21468b 33.3%,
    #21468b 66.6%,
    #d00 66.6%
  );
}
.language-flag.country-es {
  background-size: 100% 100%;
  background-image: linear-gradient(
    to bottom,
    #d00 25%,
    #ffce00 25%,
    #ffce00 75%,
    #d00 75%
  );
}
.language-flag.country-sv {
  background-size: 115%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDEwIj48cGF0aCBmaWxsPSIjMDA2YWE3IiBkPSJNMCwwSDE2VjEwSDBaIi8+PHBhdGggZmlsbD0iI2ZlY2MwMCIgZD0iTTAsNEg1VjBIN1Y0SDE2VjZIN1YxMEg1VjZIMFoiLz48L3N2Zz4=");
}
.icon {
  width: 22px;
  height: 22px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: inherit;
  overflow: visible;
  color: #878787;
}
.icon > svg {
  width: 100%;
  height: 100%;
  top: 0.25em;
  position: relative;
  fill: currentColor;
}
.icon > svg path,
.icon > svg use {
  fill: currentColor;
}
.icon-primary {
  color: var(--text-color-brand-primary);
}
.icon-secondary {
  color: #464641;
}
.icon-success {
  color: #61d377;
}
.icon-info {
  color: #26b6cf;
}
.icon-warning {
  color: #ffbd5d;
}
.icon-danger {
  color: #e52427;
}
.icon-light {
  color: #eee;
}
.icon-dark {
  color: #4a545b;
}
.icon-review {
  color: #fedc70;
}
.icon-fluid {
  width: 100%;
  height: 100%;
}
.icon-lg {
  width: 29.3333333333px;
  height: 29.3333333333px;
}
.icon-sm,
.navigation-offcanvas-link-icon .loader {
  width: 19.25px;
  height: 19.25px;
}
.icon-xs {
  width: 16.5px;
  height: 16.5px;
}
.icon-1x {
  width: 22px;
  height: 22px;
}
.icon-2x {
  width: 44px;
  height: 44px;
}
.icon-3x {
  width: 66px;
  height: 66px;
}
.icon-4x {
  width: 88px;
  height: 88px;
}
.icon-5x {
  width: 110px;
  height: 110px;
}
.icon-6x {
  width: 132px;
  height: 132px;
}
.icon-7x {
  width: 154px;
  height: 154px;
}
.icon-8x {
  width: 176px;
  height: 176px;
}
.icon-9x {
  width: 198px;
  height: 198px;
}
.icon-10x {
  width: 220px;
  height: 220px;
}
.icon-rotate-90 svg {
  -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 svg {
  -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 svg {
  -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal svg {
  -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical svg {
  -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-flip-both svg,
.icon-flip-horizontal.icon-flip-vertical svg {
  -webkit-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .icon-rotate-90 svg,
:root .icon-rotate-180 svg,
:root .icon-rotate-270 svg,
:root .icon-flip-horizontal svg,
:root .icon-flip-vertical svg,
:root .icon-flip-both svg {
  -webkit-filter: none;
  filter: none;
}
.alert-primary .icon {
  color: #17a2e0;
}
.alert-secondary .icon {
  color: #464641;
}
.alert-success .icon {
  color: #61d377;
}
.alert-info .icon {
  color: #26b6cf;
}
.alert-warning .icon {
  color: #ffbd5d;
}
.alert-danger .icon {
  color: #e52427;
}
.alert-light .icon {
  color: #f9f9f9;
}
.alert-dark .icon {
  color: #4a545b;
}
.btn-primary .icon,
.address-editor-select:not(.collapsed) .icon,
.address-editor-edit:not(.collapsed) .icon,
.address-editor-create:not(.collapsed) .icon {
  color: #fff;
}
.btn-secondary .icon {
  color: #fff;
}
.btn-success .icon {
  color: #212529;
}
.btn-info .icon {
  color: #fff;
}
.btn-warning .icon {
  color: #212529;
}
.btn-danger .icon {
  color: #fff;
}
.btn-light .icon {
  color: #212529;
}
.btn-dark .icon {
  color: #fff;
}
.btn .icon > svg {
  top: 6px;
}
.pagination .icon {
  width: 13px;
  height: 13px;
}
.pagination .icon > svg {
  top: 2px;
}
.is-left .offcanvas-close svg,
.offcanvas-start .offcanvas-close svg {
  top: 0;
}
.is-right .offcanvas-close svg {
  top: 0.3rem;
}
.navigation-offcanvas-link-icon .icon > svg {
  top: 0;
}
.pagination {
  margin-bottom: 0;
}
.pagination .page-item.disabled .page-link {
  cursor: default;
  opacity: 1;
  background: #eee;
  color: #bcc1c7;
}
.pagination .page-item.disabled a {
  color: #bcc1c7;
}
.pagination .page-item.active a {
  color: #fff;
}
.pagination .page-link {
  cursor: pointer;
  margin-bottom: 0;
}
.cms-section {
  overflow: hidden;
}
.cms-section.bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-section .cms-section-sidebar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767.98px) {
  .cms-section-sidebar-mobile-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
    display: none;
  }
}
.cms-block {
  overflow: hidden;
}
.cms-block.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-block .cms-block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
  font-family: "object-fit: none;";
}
.cms-block .cms-block-background.media-mode--contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.cms-block .cms-block-background.media-mode--cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.cms-block .cms-block-container .cms-block-container-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.cms-block-center-text .cms-element-text {
  padding: 30px;
}
.cms-block-image-three-cover .row,
.cms-block-image-three-cover .account-content,
.cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .cms-block-image-three-cover
  .checkout-container,
.cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container {
  margin: 0;
}
.cms-block-image-three-cover [class^="col-"] {
  padding: 0;
}
.cms-block-image-text-bubble .cms-element-image .cms-image-container,
.cms-block-image-bubble-row .cms-element-image .cms-image-container {
  height: 300px;
  width: 300px;
  margin: auto;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.cms-block-image-highlight-row .cms-element-image {
  border: 12px solid #fff;
}
.cms-block-image-text-bubble .cms-element-text,
.cms-block-image-text-row .cms-element-text {
  padding-top: 20px;
}
.cms-block-image-text-gallery .image-text-gallery-card {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.cms-block-image-text-gallery .cms-element-text {
  padding: 20px;
}
.cms-block-text-on-image .cms-element-text {
  padding: 30px;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px;
}
.cms-block-image-text-cover .cms-element-text {
  padding-top: 30px;
}
.cms-block-image-simple-grid .left-top {
  margin-bottom: 40px;
}
.cms-block-image-simple-grid .right {
  height: 100%;
}
@media (min-width: 992px) {
  .cms-block-container .cms-block-container-row.has--sidebar {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-block-container .cms-block-container-row.has--sidebar > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cms-block-image-text-gallery .cms-row > :not(:last-child),
  .cms-block-image-two-column .cms-row > :not(:last-child),
  .cms-block-image-three-column .cms-row > :not(:last-child),
  .cms-block-image-four-column .cms-row > :not(:last-child),
  .cms-block-image-bubble-row .cms-row > :not(:last-child),
  .cms-block-image-highlight-row .cms-row > :not(:last-child) {
    margin-bottom: 40px;
  }
  .cms-block-image-text .cms-row > :first-child,
  .cms-block-image-text-cover .cms-row > :first-child {
    margin-bottom: 40px;
  }
  .cms-block-image-simple-grid .left-bottom {
    margin-bottom: 40px;
  }
}
.cms-block-sidebar-filter {
  overflow: visible;
}
.cms-block-sidebar-filter .col-12 {
  position: initial;
}
.cms-element-product-name {
  display: inline-block;
}
.cms-element-manufacturer-logo .cms-image-link {
  height: 100%;
}
.cms-element-manufacturer-logo .cms-image-container.is-standard img {
  max-width: 200px;
  max-height: 70px;
}
.cms-element-image {
  position: relative;
  height: 100%;
}
.cms-element-image .cms-image {
  display: block;
  max-width: 100%;
}
.cms-element-image .cms-image-container {
  display: block;
  max-width: 100%;
  position: relative;
}
.cms-element-image .cms-image-container.is-cover {
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 100%;
}
.cms-element-image .cms-image-container.is-cover .cms-image {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-image .cms-image-container.is-cover .cms-image,
.cms-element-image .cms-image-container.is-stretch .cms-image {
  width: 100%;
}
.cms-element-image .cms-image-link {
  display: block;
}
.cms-element-youtube-video {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cms-element-youtube-video.is--streched {
  height: 100%;
}
.cms-element-youtube-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((9 / 16) * 100%);
}
.cms-element-youtube-video__video,
.cms-element-youtube-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.cms-element-youtube-video__placeholder img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-youtube-video__backdrop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cms-element-youtube-video__backdrop > div {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.cms-element-vimeo-video {
  position: relative;
  width: 100%;
}
.cms-element-vimeo-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cms-element-vimeo-video__video,
.cms-element-vimeo-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.cms-element-vimeo-video__placeholder img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-vimeo-video__backdrop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cms-element-vimeo-video__backdrop > div {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.cms-element-product-listing .cms-listing-col {
  margin-bottom: 1.5rem;
}
.cms-element-product-listing-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cms-element-product-listing-actions .sorting {
  margin-left: auto;
}
.cms-element-buy-box,
.cms-element-product-box {
  width: 100%;
}
.cms-element-product-slider .cms-element-title {
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
}
.cms-element-product-slider.has-border .cms-element-title {
  margin-top: 0.5rem;
}
.cms-element-text,
.cms-element-image,
.cms-element-product-box,
.cms-element-buy-box,
.cms-element-product-slider,
.cms-element-image-slider,
.cms-element-product-description-reviews,
.cms-element-image-gallery {
  -ms-word-break: break-word;
  word-break: break-word;
}
.cms-element-text.has-vertical-alignment,
.cms-element-image.has-vertical-alignment,
.cms-element-product-box.has-vertical-alignment,
.cms-element-buy-box.has-vertical-alignment,
.cms-element-product-slider.has-vertical-alignment,
.cms-element-image-slider.has-vertical-alignment,
.cms-element-product-description-reviews.has-vertical-alignment,
.cms-element-image-gallery.has-vertical-alignment {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.cms-element-image-gallery
  .js-magnifier-zoom-image-container
  .magnifier-overlay {
  display: none;
}
@media (max-width: 991.98px) {
  .cms-element-product-listing-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cms-element-product-listing-actions .sorting {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
div.card-tabs .cms-card-header {
  padding-left: 0;
  padding-right: 0;
}
.confirm-message {
  padding: 10% 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.confirm-message div.alert {
  margin-top: 1em;
}
.confirm-alert {
  padding: 1em 1em 3em;
}
@media (max-width: 767.98px) {
  .confirm-message {
    padding: 10% 0;
  }
}
.was-validated
  .custom-control-input:valid
  ~ .custom-control-label.no-validation {
  color: inherit;
}
.was-validated
  .custom-control-input:valid
  ~ .custom-control-label.no-validation::before {
  border-color: inherit;
}
.required-fields {
  margin-bottom: 1rem;
}
.forms-boolean {
  display: block;
  border: 1px solid #bcc1c7;
  padding: 0 36px;
  margin: 12px 0;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.forms-boolean.is-active {
  border-color: #17a2e0;
}
.forms-boolean:hover {
  border-color: #17a2e0;
  color: #17a2e0;
}
.forms-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
.forms-boolean-label::before,
.forms-boolean-label::after {
  top: 11px;
}
.address-editor-select,
.address-editor-edit,
.address-editor-create {
  cursor: pointer;
}
.address-editor-select {
  margin-bottom: 1rem;
}
.address-editor-list-wrapper,
.address-editor-create-address-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.address-editor-card {
  padding-top: 1rem;
}
.address-editor-card:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #bcc1c7;
}
@media (min-width: 768px) {
  .address-editor-select {
    margin-bottom: 0;
  }
}
.sorting {
  display: inline-block;
  width: 260px;
}
.delivery-status-indicator {
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  margin-right: 5px;
  position: relative;
  width: 10px;
}
.quickview-minimal-top,
.quickview-minimal-image {
  margin-bottom: 1rem;
}
.quickview-minimal-product-manufacturer-logo {
  width: 100%;
}
@media (min-width: 768px) {
  .quickview-minimal-top {
    margin-bottom: 1.5rem;
  }
}
.payment-method-description > p {
  color: #bcc1c7;
}
.payment-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
.shipping-method-description > p {
  color: #bcc1c7;
}
.shipping-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
.filter-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 8px;
}
.icon.icon-filter-panel-item-toggle {
  margin-left: 8px;
}
.icon.icon-filter-panel-item-toggle > svg {
  top: 4px;
}
.filter-panel-items-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.filter-panel-item {
  margin-right: 12px;
  margin-bottom: 12px;
}
.filter-panel-item .filter-panel-item-toggle {
  border: 1px solid #bcc1c7;
  font-weight: 400;
}
.filter-panel-item.show .filter-panel-item-toggle {
  color: #17a2e0;
  border-color: #17a2e0;
}
.filter-panel-item.show .icon-filter-panel-item-toggle svg {
  color: #17a2e0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-panel-item-dropdown {
  min-width: 240px;
  max-height: 200px;
  overflow: auto;
  padding: 13px 0;
}
.filter-panel-submit {
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #17a2e0;
  background-color: #fff;
  color: #4a545b;
}
.filter-active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 35px 2px 14px;
  border-radius: 50px;
  height: 32px;
  line-height: 26px;
  border: 1px solid #bcc1c7;
  margin-right: 6px;
  margin-bottom: 8px;
  vertical-align: top;
  position: relative;
  max-width: 245px;
}
.filter-active-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #bcc1c7;
  margin-right: 8px;
  background-position: center center;
  background-size: cover;
  vertical-align: text-bottom;
}
.filter-active-remove {
  padding: 0 12px;
  margin: 0;
  line-height: 1;
  border: 0 none;
  font-weight: 700;
  color: #4a545b;
  font-size: 16px;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  bottom: 0;
  width: 35px;
  text-align: left;
}
.filter-active-remove:focus {
  outline: none;
}
.filter-active-remove:hover {
  color: #17a2e0;
}
.btn.filter-reset-all {
  display: inline-block;
  border-radius: 50px;
  height: 32px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: top;
  margin-right: 8px;
}
.is--sidebar .filter-panel,
.is--sidebar .filter-panel-items-container {
  display: block;
}
.is--sidebar .filter-panel-item-dropdown {
  min-width: 100%;
  border: 1px solid #17a2e0;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.is--sidebar .filter-panel-item {
  margin-right: 0;
  width: 100%;
}
.is--sidebar .filter-panel-item-toggle {
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
  color: #17a2e0;
  border-color: #17a2e0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0 none;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg {
  color: #17a2e0;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.is--sidebar .icon-filter-panel-item-toggle {
  margin-left: auto;
}
.is--sidebar .icon-filter-panel-item-toggle > svg {
  top: 0;
}
.is-loading .filter-panel-item-toggle,
.is-loading .filter-active,
.is-loading .filter-reset-all,
.is-loading .filter-boolean,
.is-loading .filter-panel-submit {
  pointer-events: none;
  opacity: 0.6;
}
.btn.filter-panel-wrapper-toggle {
  display: none;
  width: 100%;
  border: 1px solid #17a2e0;
  padding: 6px;
}
.btn.filter-panel-wrapper-toggle:hover {
  background-color: #eee;
}
.filter-panel-offcanvas-only {
  display: none;
}
.filter-panel-offcanvas-header {
  height: 80px;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  display: none;
}
.filter-panel-offcanvas-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #191919;
}
.filter-panel-offcanvas-close {
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .btn.filter-panel-wrapper-toggle {
    display: block;
  }
  .filter-panel-wrapper {
    display: none;
  }
}
.offcanvas-filter {
  overflow: hidden;
}
.offcanvas-filter .filter-panel-offcanvas-close {
  display: block;
}
.offcanvas-filter .filter-panel {
  height: calc(100% - 80px);
  overflow-y: auto;
  width: 100%;
  padding: 0 25px 25px;
}
.offcanvas-filter .filter-panel-offcanvas-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.offcanvas-filter .filter-panel-offcanvas-only {
  display: inherit;
}
.filter-multi-select .filter-panel-item-toggle.disabled {
  cursor: default;
}
.filter-multi-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-multi-select-list-item {
  padding: 5px 15px;
}
.filter-multi-select-list-item.disabled {
  opacity: 0.3;
}
.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
  cursor: default;
}
.filter-multi-select-item-label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}
.filter-multi-select-count {
  margin-left: 3px;
}
.filter-property-select-list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.filter-property-select-preview {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #bcc1c7;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath fill='%23cdd5db' d='M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filter-property-select-preview-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.filter-property-select-preview-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}
.filter-property-select-preview-checkmark .icon svg {
  top: 0;
}
.filter-property-select-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.filter-property-select-checkbox:checked
  ~ .filter-property-select-preview-checkmark {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.filter-boolean {
  display: inline-block;
  border: 1px solid #bcc1c7;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.filter-boolean.is-active {
  border-color: #17a2e0;
}
.filter-boolean:hover {
  border-color: #17a2e0;
  color: #17a2e0;
}
.filter-boolean.disabled {
  cursor: default;
  background: #eee;
  border-color: #eee;
}
.filter-boolean.disabled .filter-boolean-label {
  color: #bcc1c7;
  cursor: default;
}
.filter-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
.filter-boolean-label::before,
.filter-boolean-label::after {
  top: 11px;
}
.filter-range-dropdown {
  padding: 0;
  overflow: hidden;
}
.filter-range-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 16px;
}
.filter-range-error {
  padding: 0 16px 16px;
  font-size: 13px;
  color: #e52427;
}
.filter-range-min,
.filter-range-max {
  width: calc(50% - 14px);
  margin-bottom: 0;
  font-size: 11px;
  position: relative;
}
.min-input,
.max-input {
  margin-bottom: 0;
  height: 28px;
  padding: 6px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.min-input::-webkit-inner-spin-button,
.min-input::-webkit-outer-spin-button,
.max-input::-webkit-inner-spin-button,
.max-input::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.filter-range-currency-symbol,
.filter-range-unit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 3px;
}
.filter-range-divider {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}
.filter-rating-select-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
}
.filter-rating-select-item-label {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.filter-rating-select-item-label .product-review-rating {
  margin-right: 8px;
  display: inline-block;
  margin-top: 3px;
}
.filter-rating-select-item-label:hover .icon-review {
  color: #fed03d;
}
.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
  color: #17a2e0;
  font-weight: 700;
}
.filter-rating-select-list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-left: 16px;
}
.filter-rating-select-list-item .filter-rating-select-item-label {
  margin-bottom: 5px;
}
.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
  margin-bottom: 0;
}
.filter-rating-select-list-item.disabled {
  opacity: 0.3;
}
.filter-rating-select-list-item.disabled .icon-review {
  color: #bcc1c7;
}
.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
  cursor: default;
}
.filter-rating-select-list-item.disabled:hover
  .filter-rating-select-item-label-text {
  color: #191919;
  font-weight: 400;
}
.filter-rating-select-item-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.filter-rating-select-item-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}
.filter-rating-select-item-checkmark .icon svg {
  top: 0;
}
.filter-multi-select-rating .filter-panel-item-dropdown {
  padding-bottom: 6px;
}
.swag-ellipsis-total-span,
.swag-ellipsis-span {
  -ms-word-break: break-word;
  word-break: break-word;
}
.product-feature-list-list {
  list-style: none;
  padding-left: unset;
}
.product-feature-feature {
  font-size: 0.75rem;
}
.product-feature-value {
  font-weight: 700;
}
.notification-dot {
  background-color: #bcc1c7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.notification-dot.notification-dot-primary {
  background-color: #17a2e0;
}
.notification-dot.notification-dot-secondary {
  background-color: #464641;
}
.notification-dot.notification-dot-success {
  background-color: #61d377;
}
.notification-dot.notification-dot-danger {
  background-color: #e52427;
}
.notification-dot.notification-dot-warning {
  background-color: #ffbd5d;
}
.notification-dot.notification-dot-info {
  background-color: #26b6cf;
}
.notification-dot.notification-dot-light {
  background-color: #f9f9f9;
}
.notification-dot.notification-dot-dark {
  background-color: #4a545b;
}
.product-wishlist {
  margin-top: 10px;
}
.product-wishlist .icon-wishlist {
  width: 20px;
  height: 20px;
}
.product-wishlist .icon-wishlist svg {
  top: 0;
}
.product-wishlist-not-added .icon-wishlist-added,
.product-wishlist-not-added .text-wishlist-remove {
  display: none;
}
.product-wishlist-not-added .icon-wishlist-not-added,
.product-wishlist-not-added .text-wishlist-not-added {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.product-wishlist-not-added .icon-wishlist-not-added {
  -webkit-animation: pulse 0.5s alternate;
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-added,
.product-wishlist-added .text-wishlist-remove {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.product-wishlist-added .icon-wishlist-added {
  -webkit-animation: pulse 0.5s alternate;
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-not-added,
.product-wishlist-added .text-wishlist-not-added {
  display: none;
}
.product-wishlist-action-circle {
  height: 40px;
  width: 40px;
  background: #f9f9f9;
  border-radius: 50%;
  border-style: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 10px;
}
.product-wishlist-action-circle::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}
.product-wishlist-action-circle:focus {
  outline: none;
}
.product-wishlist-action {
  background: transparent;
  border-style: none;
  padding: 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.product-wishlist-action:focus {
  outline: none;
}
.product-wishlist-btn {
  height: 40px;
  width: 40px;
}
.product-wishlist-btn-remove {
  z-index: 10;
  position: absolute;
  background: #f9f9f9;
  border-radius: 50%;
  border-style: none;
  right: 25px;
  top: 25px;
  padding: 0;
}
.product-wishlist-btn-remove:focus {
  outline: none;
}
.product-wishlist .icon-wishlist {
  width: 20px;
  height: 20px;
}
.product-wishlist .icon-wishlist svg {
  top: 0;
}
.product-wishlist .icon-wishlist-remove {
  color: #4a545b;
}
.product-wishlist-btn-content {
  text-decoration: underline;
}
.product-wishlist-btn-content-md {
  margin-left: 8px;
  font-size: 14px;
}
.product-wishlist-btn-content-sm {
  margin-left: 6px;
  font-size: 12px;
}
.product-wishlist-btn-content-disabled {
  display: none;
}
.product-wishlist-btn-content-active {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.product-wishlist-info {
}
.product-wishlist-info-item {
  min-height: 2em;
  font-size: 0.75rem;
}
.product-wishlist-info-text {
  font-weight: 700;
}
.product-wishlist-info-manufacturer {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wishlist-info .product-variant-characteristics-text {
  text-transform: capitalize;
}
@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.swag-fade-container-shrinked {
  height: 3em;
}
.swag-fade-container-collapsed {
  height: auto;
}
.swag-fade-container {
  position: relative;
  overflow: hidden;
}
.swag-fading-link-more,
.swag-fading-link-less {
  color: #17a2e0;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5em;
  height: 1.5em;
}
.swag-fading-link-more {
  background: linear-gradient(90deg, transparent, #f9f9f9 60%);
}
.swag-fade-link-hidden {
  display: none;
}
.basic-captcha-content-image {
  width: 85%;
}
.basic-captcha-content-image img {
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  width: 100%;
}
.basic-captcha-content-code {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25em;
  max-width: 440px;
}
.basic-captcha-content-refresh-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 42px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-color: #bcc1c7;
}
.basic-captcha-content-refresh-icon.btn .icon > svg {
  top: 0;
}
.basic-captcha-content-refresh-icon:hover {
  cursor: pointer;
  border-color: #17a2e0;
  background-color: #fff;
}
.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
  color: #17a2e0;
}
.line-item {
  margin-bottom: 1rem;
}
.line-item.is-discount .line-item-total-price {
  color: #61d377;
}
.line-item-info {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media (min-width: 768px) {
  .line-item-info {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.line-item-details {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .line-item-details {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .line-item-details {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.line-item-quantity {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .line-item-quantity {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .line-item-quantity {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.line-item-quantity-label {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (min-width: 576px) {
  .line-item-quantity-label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.line-item-quantity-select-wrapper {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 576px) {
  .line-item-quantity-select-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.line-item-unit-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .line-item-unit-price {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.line-item-tax-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .line-item-tax-price {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .line-item-tax-price {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.line-item-total-price {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .line-item-total-price {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .line-item-total-price {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.line-item-remove {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (min-width: 768px) {
  .line-item-remove {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
.is-offcanvas .line-item-info {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.is-offcanvas .line-item-details {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.is-offcanvas .line-item-quantity {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.is-offcanvas .line-item-quantity-label {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.is-offcanvas .line-item-quantity-select-wrapper {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.is-offcanvas .line-item-unit-price {
  display: none;
}
.is-offcanvas .line-item-tax-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.is-offcanvas .line-item-total-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.is-offcanvas .line-item-remove {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.is-offcanvas .line-item-details-container {
  padding-left: 0;
}
@media (min-width: 768px) {
  .no-remove-button .line-item-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.line-item.is-order {
  margin-left: 20px;
  margin-right: 20px;
}
.line-item.is-order .line-item-children .line-item {
  margin-left: 0;
  margin-right: 0;
}
.line-item-info,
.line-item-details,
.line-item-quantity,
.line-item-unit-price,
.line-item-total-price,
.line-item-tax-price,
.line-item-remove {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.line-item-discount-icon,
.line-item-icon {
  text-align: center;
  height: 100%;
}
.line-item-discount-icon .icon,
.line-item-icon .icon {
  height: 100%;
}
.line-item-discount-icon .icon > svg,
.line-item-icon .icon > svg {
  top: 0;
}
.line-item-discount .line-item-icon .icon,
.line-item-promotion .line-item-icon .icon {
  color: #61d377;
}
.line-item-container .line-item-icon .icon {
  color: #464641;
}
.line-item-nested-icon {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}
.line-item-nested-icon .icon > svg {
  top: 0;
}
.line-item-info {
  -ms-flex-order: 1;
  order: 1;
}
.line-item-quantity {
  -ms-flex-order: 3;
  order: 3;
}
.line-item-unit-price,
.line-item-tax-price {
  -ms-flex-order: 4;
  order: 4;
}
.line-item-total-price {
  -ms-flex-order: 5;
  order: 5;
}
.line-item-remove {
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}
.line-item-img-container {
  text-align: center;
  width: 70px;
}
.line-item-img-link {
  display: block;
}
.line-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.line-item-info {
  margin-bottom: 1rem;
}
.line-item-total-price {
  font-weight: 700;
}
.line-item-unit-price,
.line-item-total-price,
.line-item-tax-price {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.line-item-quantity-label,
.line-item-unit-price-label,
.line-item-total-price-label,
.line-item-tax-price-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.line-item-quantity-row {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.line-item-quantity {
  margin-bottom: 0.5rem;
}
.line-item-details {
  padding-top: 8px;
}
.line-item-details-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}
.line-item-details-characteristics .line-item-details-characteristics-option {
  font-weight: 700;
}
.line-item-variants {
  margin-bottom: 0.5rem;
}
.line-item-variants-properties {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.line-item-variants-properties-name {
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .is-default .line-item-quantity-container,
  .is-order .line-item-quantity-container {
    width: 70px;
    margin-left: auto;
  }
  .is-default .line-item-quantity-row,
  .is-order .line-item-quantity-row {
    -ms-flex-align: normal;
    align-items: normal;
    margin-bottom: 0;
  }
  .is-default .line-item-quantity,
  .is-order .line-item-quantity {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .is-default .line-item-quantity,
  .is-default .line-item-unit-price,
  .is-default .line-item-total-price,
  .is-default .line-item-tax-price,
  .is-order .line-item-quantity,
  .is-order .line-item-unit-price,
  .is-order .line-item-total-price,
  .is-order .line-item-tax-price {
    text-align: right;
  }
  .is-default .line-item-unit-price,
  .is-default .line-item-total-price,
  .is-default .line-item-tax-price,
  .is-order .line-item-unit-price,
  .is-order .line-item-total-price,
  .is-order .line-item-tax-price {
    -ms-flex-pack: normal;
    justify-content: normal;
    display: block;
  }
}
@media (min-width: 768px) {
  .is-default .line-item-info,
  .is-default .line-item-quantity,
  .is-default .line-item-unit-price,
  .is-default .line-item-total-price,
  .is-default .line-item-tax-price,
  .is-default .line-item-remove,
  .is-order .line-item-info,
  .is-order .line-item-quantity,
  .is-order .line-item-unit-price,
  .is-order .line-item-total-price,
  .is-order .line-item-tax-price,
  .is-order .line-item-remove {
    -ms-flex-order: 0;
    order: 0;
  }
  .is-default .line-item-info,
  .is-order .line-item-info {
    margin-bottom: 0;
  }
  .is-default .line-item-quantity-label,
  .is-default .line-item-unit-price-label,
  .is-default .line-item-total-price-label,
  .is-default .line-item-tax-price-label,
  .is-order .line-item-quantity-label,
  .is-order .line-item-unit-price-label,
  .is-order .line-item-total-price-label,
  .is-order .line-item-tax-price-label {
    display: none;
  }
}
.line-item-children {
  background-color: #f9f9f9;
  font-size: 0.75rem;
  width: 100%;
  padding: 10px 20px;
  -ms-flex-order: 10;
  order: 10;
  margin-top: 10px;
  -ms-flex-negative: initial;
  flex-shrink: initial;
}
.line-item-children .line-item-children-elements {
  padding: 12px 0 0;
}
.line-item-children .line-item-headline {
  padding: 0;
  font-weight: 600;
}
.line-item-children .line-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-change-button:focus {
  outline: none;
}
.line-item-children .line-item-collapse {
  margin: 0;
}
.line-item-children .line-item-collapse-container,
.line-item-children .line-item-child-label {
  padding: 0;
}
.line-item-children .line-item-child-label {
  position: relative;
}
.line-item-children .line-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-collapse-button,
.line-item-children .line-item-child-remove-icon {
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-collapse-button:focus,
.line-item-children .line-item-child-remove-icon:focus {
  outline: none;
}
.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.line-item-children
  .line-item-collapse-button.collapsed
  > .line-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.line-item-children .line-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.line-item-children .line-item-children-element > .nesting-level-0 {
  list-style: none;
}
.line-item-children .line-item-children-element:last-child,
.line-item-children .line-item-children-element-divider:last-child {
  border-style: none;
}
.line-item-children .line-item-child-label-bullet {
  display: list-item;
}
.line-item-children .line-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.line-item-children .line-item-child-remove-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
@media (min-width: 992px) {
  .line-item-children.nesting-level-1 {
    margin-left: 4px;
  }
}
@media (min-width: 1200px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
.is-offcanvas .line-item-children {
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.line-item-children {
  font-size: 0.75rem;
}
.line-item-children.nesting-level-2 {
  background-color: #f0f0f0;
}
.line-item-children.nesting-level-3 {
  background-color: #ebebeb;
}
.line-item-children .line-item-details-container {
  padding-left: 0;
}
.line-item-children .line-item-headline-text {
  font-weight: normal;
}
.line-item-children .line-item-collapse {
  -ms-flex-align: center;
  align-items: center;
}
.line-item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #bcc1c7;
}
.line-item:last-child {
  border-bottom: 0;
}
.line-item-nested-icon {
  background-color: #798490;
}
.line-item-img {
  padding: 0.25rem;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}
.line-item-ordernumber {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.line-item-delivery-date {
  font-size: 0.75rem;
}
.line-item-variants {
  font-size: 0.75rem;
}
.line-item-variants-properties-name {
  font-weight: 700;
}
.line-item-label {
  color: #191919;
  font-weight: 700;
}
a.line-item-label:hover {
  color: #17a2e0;
  text-decoration: none;
}
.line-item-quantity-label,
.line-item-unit-price-label,
.line-item-total-price-label,
.line-item-tax-price-label {
  color: #4a545b;
}
@media (min-width: 768px) {
  .line-item-details-container {
    padding-left: 1rem;
  }
}
.line-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}
.line-item-characteristics .line-item-characteristics-option {
  font-weight: 700;
}
.container,
.cms-section .boxed {
  max-width: 1400px;
}
.container-main {
  padding: 80px 0 20px 0;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 700px;
  }
}
.top-bar-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 10px;
}
.top-bar-nav-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
}
.top-bar-nav-item:last-child {
  margin-right: 0;
}
.top-bar-nav-text {
  display: none;
}
.top-bar-list-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.top-bar-list-radio {
  position: absolute;
  clip: rect(0 0 0 0);
  pointer-events: none;
}
.top-bar-list-icon {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .top-bar-nav-text {
    display: inline;
  }
}
.header-row {
  padding: 17px 0;
}
.header-logo-col {
  margin: 1rem 0;
}
.header-logo-main {
  text-align: center;
  display: block;
}
.header-logo-main-link {
  width: 100%;
}
.header-logo-picture {
  display: block;
  max-width: 300px;
  margin: auto;
}
.header-search {
  margin: 0.5rem 0;
}
.header-search-form {
  position: relative;
}
.header-search-btn .loader ~ .header-search-icon {
  display: none;
}
.header-cart-total {
  display: none;
}
.header-cart .header-cart-badge,
.header-wishlist .header-wishlist-badge {
  position: absolute;
  right: -0.25rem;
}
@media (min-width: 576px) {
  .header-row {
    padding-bottom: 1rem;
  }
  .header-logo-col {
    padding-bottom: 0.5rem;
  }
  .header-search-col .collapse:not(.show) {
    display: block;
  }
  .header-search {
    max-width: 400px;
    margin: auto;
  }
  .header-cart-total {
    display: inline-block;
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .header-logo-col {
    margin: 0;
  }
}
.header-minimal {
  background: #fff;
  border-bottom: 1px solid var(--text-color-brand-primary);
}
.header-minimal.fixed-top {
  position: static;
}
.header-minimal-row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header-minimal-contact {
  display: none;
}
.header-minimal-back-to-shop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-minimal-back-to-shop-button {
  color: #191919;
}
.header-minimal-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.25rem;
}
.header-minimal-home {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.header-minimal-home-btn {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .header-minimal-contact {
    display: block;
  }
  .header-minimal-logo,
  .header-minimal-switch {
    margin-bottom: 0;
  }
}
.footer-column-content-inner {
  padding-bottom: 1rem;
}
.footer-column-headline {
  padding: 0.5rem 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-column-headline .footer-minus-icon {
  display: none;
}
.footer-column-headline.show .footer-plus-icon {
  display: none;
}
.footer-column-headline.show .footer-minus-icon {
  display: block;
}
.footer-column-toggle {
  pointer-events: none;
}
.footer-link-item {
  padding: 0.5rem 0;
}
.footer-bottom {
  padding: 1rem;
}
.footer-bottom > .container,
.cms-section .footer-bottom > .boxed {
  padding: 0;
}
.footer-vat,
.footer-copyright,
.footer-service-menu-list {
  text-align: center;
}
.footer-service-menu-list {
  padding: 1rem 0;
}
.footer-service-menu-list:empty {
  padding: 0;
  margin: 0;
}
.footer-service-menu-item {
  display: inline-block;
}
.footer-service-menu-link {
  padding: 5px 0;
  display: inline-block;
}
.footer-logos {
  padding: 1rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-logo {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.footer-logo:last-child {
  margin-right: 0;
}
.footer-logo-image {
  max-height: 35px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .footer-columns {
    padding-bottom: 20px;
  }
  .footer-column-headline {
    padding: 3rem 0 0.5rem 0;
  }
  .footer-column-toggle {
    display: none;
  }
  .footer-column-content.collapse {
    display: block;
  }
}
.main-navigation {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation {
    display: inherit;
  }
}
.navigation-flyouts {
  position: absolute;
  z-index: 750;
  height: 0;
  width: 100%;
}
.navigation-flyout {
  width: 100%;
  box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  height: 0;
}
.navigation-flyout.is-open {
  pointer-events: all;
  opacity: 1;
  height: auto;
}
.navigation-flyout-content {
  padding-bottom: 60px;
}
.navigation-flyout-close {
  padding: 10px 0 10px 10px;
  cursor: pointer;
}
.navigation-flyout-teaser-image-container {
  display: block;
  max-width: 100%;
  height: 250px;
}
.navigation-flyout-teaser-image {
  object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.navigation-offcanvas {
  overflow-x: hidden;
}
.navigation-offcanvas .offcanvas-content-container,
.navigation-offcanvas .offcanvas-body {
  padding: 0;
}
.navigation-offcanvas-container {
  position: relative;
}
.navigation-offcanvas-overlay.has-transition {
  -webkit-transition: left 0.5s ease-in;
  transition: left 0.5s ease-in;
}
.navigation-offcanvas-placeholder,
.navigation-offcanvas-overlay {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation-offcanvas-actions .top-bar-nav-item {
  padding: 0 1rem;
}
.navigation-offcanvas-actions .top-bar-nav-name {
  display: inline;
}
.navigation-offcanvas-headline {
  padding: 20px 1rem 1rem;
}
.navigation-offcanvas-link-icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.navigation-offcanvas-link {
  -webkit-transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-offcanvas-link {
    -webkit-transition: none;
    transition: none;
  }
}
.navigation-offcanvas-link.is-home-link,
.navigation-offcanvas-link.is-back-link {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon,
.navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
  margin-right: 0.5rem;
}
.offcanvas-cart .alert {
  margin-top: 1rem;
}
.offcanvas-cart .cart-item {
  padding: 1rem 0;
  position: relative;
}
.offcanvas-cart .cart-item.is-empty {
  padding-top: 0;
  border-bottom: 0;
}
.offcanvas-cart .cart-item.is-nested,
.offcanvas-cart .cart-item.is-child {
  padding-left: 1rem;
}
.offcanvas-cart .cart-item.is-nested .cart-item-img {
  background: none;
  border: 0;
}
.offcanvas-cart .cart-item.is-discount .cart-item-price {
  color: #61d377;
}
.offcanvas-cart .cart-item-img {
  height: 75px;
  width: 75px;
}
.offcanvas-cart .cart-item-img-link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.offcanvas-cart .cart-item-img-link .cart-item-img-source {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.offcanvas-cart .cart-item-details {
  margin-bottom: 1rem;
  -ms-word-break: break-word;
  word-break: break-word;
}
.offcanvas-cart .cart-item-details-container .cart-item-details {
  margin-right: 58px;
}
.offcanvas-cart .cart-item-children {
  margin-left: 4px;
  margin-right: 4px;
  width: 100%;
}
.offcanvas-cart .cart-item-remove {
  position: absolute;
  right: 0;
}
.offcanvas-cart .cart-quantity-price {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}
.offcanvas-cart .cart-item-price {
  font-weight: 700;
  margin-left: 1rem;
  text-align: right;
}
.offcanvas-cart .cart-item-price .cart-item-reference-price {
  color: #4c4c4c;
  display: inline-block;
  line-height: 0.85rem;
}
.offcanvas-cart-items,
.offcanvas-summary {
  margin: 1rem 0;
}
.offcanvas-summary-list {
  margin-bottom: 0;
}
.offcanvas-cart-promotion-form {
  margin-bottom: 1rem;
}
.offcanvas-summary .js-toggle-shipping-selection {
  text-decoration: underline;
  font-size: 90%;
  cursor: pointer;
}
.offcanvas-summary .offcanvas-shipping-preference {
  -webkit-transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    margin 0.3s ease;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    margin 0.3s ease;
  max-height: 100px;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.offcanvas-summary .offcanvas-shipping-preference--hidden {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0 !important;
}
.offcanvas-summary .summary-value,
.offcanvas-summary .shipping-value {
  text-align: right;
}
@media (max-width: 575.98px) {
  .cart-offcanvas .cart-item-price {
    -ms-flex-order: 4;
    order: 4;
  }
}
.account-menu-header {
  border-bottom: 1px solid #bcc1c7;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0;
  color: #191919;
}
.account-menu-register {
  text-align: center;
}
.account-menu-login {
  padding: 1rem 0;
  border-bottom: 1px solid #bcc1c7;
  margin-bottom: 0.25rem;
}
.account-menu-login-button {
  width: 100%;
  margin-bottom: 0.5rem;
}
/* .account-menu-dropdown {
  padding: 0.5rem 1rem;
  min-width: 200px;
} */
.account-menu-offcanvas .account-menu-inner,
.account-menu-dropdown .account-menu-inner {
  border: 0;
}
.account-menu-offcanvas .account-aside-item,
.account-menu-dropdown .account-aside-item {
  padding: 0.5rem 0;
}
.account-menu-offcanvas .account-aside-footer,
.account-menu-dropdown .account-aside-footer {
  background: none;
  padding: 0.25rem 0;
}
@media (min-width: 576px) {
  .account-menu .offcanvas-close {
    display: none;
  }
  .account-menu .offcanvas-body {
    padding: 0;
  }
}
.search-suggest-container {
  position: absolute;
  top: 55px;
  left: 0;
  list-style: none;
  touch-action: manipulation;
  background: #fff;
  padding: 1rem;
  border: 1px solid #bcc1c7;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 25px -15px #000;
}
.search-suggest-container::after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #bcc1c7;
  border-top: 0 none;
  border-right: 0 none;
}
.search-suggest-product.is-active .search-suggest-product-link {
  color: #17a2e0;
}
.search-suggest-product-link:hover,
.search-suggest-total-link:hover {
  text-decoration: none;
}
.search-suggest-product-link {
  display: block;
  padding: 0.5rem 0;
}
.search-suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-product-price {
  text-align: right;
}
.search-suggest-product-list-price,
.search-suggest-product-reference-price {
  color: #798490;
  text-align: right;
  display: block;
}
.search-suggest-product-image-container {
  width: 35px;
  height: 35px;
  margin: 0 0.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-suggest-product-image {
  max-width: 35px;
  max-height: 35px;
  display: block;
}
.search-suggest-total {
  padding: 0.5rem;
}
.search-suggest-no-result {
  text-align: center;
}
@media (min-width: 768px) {
  .search-suggest-container {
    width: 500px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cookie-permission-container {
  display: none;
  border-top: 1px solid #bcc1c7;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.75rem;
  z-index: 1100;
}
.cookie-permission-content {
  margin-bottom: 0.5rem;
}
.cookie-permission-content a {
  display: inline-block;
}
@media (min-width: 768px) {
  .cookie-permission-content {
    text-align: left;
    margin-bottom: 0;
  }
}
.offcanvas-cookie-description,
.offcanvas-cookie-list {
  margin-bottom: 32px;
  border-bottom: 1px solid #bcc1c7;
}
.offcanvas-cookie-list {
  padding-bottom: 32px;
}
.offcanvas-cookie-group {
  margin: 12px 0;
}
.offcanvas-cookie-group input ~ label {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.offcanvas-cookie-group input:not([disabled]) ~ label {
  cursor: pointer;
}
.offcanvas-cookie-entries {
  position: relative;
}
.offcanvas-cookie-entries .icon {
  position: absolute;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: -4px;
  right: 0;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.offcanvas-cookie-entries svg {
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
.offcanvas-cookie-entries > p,
.offcanvas-cookie-entries .offcanvas-cookie-entry {
  padding: 0 8px 0 24px;
  height: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s ease,
    padding-top 0.3s ease;
  transition:
    opacity 0.3s ease,
    padding-top 0.3s ease;
  margin: 0;
  visibility: hidden;
  overflow: hidden;
}
.offcanvas-cookie-entries > p > p,
.offcanvas-cookie-entries .offcanvas-cookie-entry > p {
  margin: 8px 0;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry {
  margin-left: 24px;
  overflow: visible;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control,
.offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
  min-height: unset;
}
.offcanvas-cookie-entries--active svg {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.offcanvas-cookie-entries--active > p,
.offcanvas-cookie-entries--active .offcanvas-cookie-entry {
  height: auto;
  opacity: 1;
  padding-top: 8px;
  visibility: visible;
}
.scroll-up-button {
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: 1.5rem;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  visibility: hidden;
  z-index: 700;
}
.scroll-up-button.is-visible {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.grecaptcha-v2-container iframe.has-error {
  border: 1px solid #dc3545;
  border-radius: 3px;
}
.product-detail-headline {
  margin-bottom: 3rem;
}
.product-detail-content {
  margin-bottom: 1.5rem;
}
.product-detail-content .product-breadcrumb {
  padding: 0;
  margin: 1rem 0;
}
.product-detail-name-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail-name-container .product-detail-variant-characteristics {
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #adb5bd;
}
.product-detail-buy {
  margin-bottom: 1rem;
}
.product-detail-price {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  .product-detail-price {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.product-detail-price-unit {
  font-size: 0.75rem;
}
.product-detail-tax {
  font-size: 0.875rem;
}
.product-detail-delivery-information {
  margin-bottom: 1.5rem;
}
.product-detail-form-container {
  margin-bottom: 1rem;
}
.product-detail-ordernumber-container {
  margin-bottom: 1rem;
}
.product-block-prices-grid thead {
  background-color: #f9f9f9;
}
.product-block-prices-grid th {
  font-weight: 400;
}
.product-block-prices-grid td {
  font-weight: 700;
}
.product-block-prices-grid .product-block-prices-cell {
  border: 0 none;
  padding: 10px 0 10px 16px;
  line-height: 20px;
}
.product-block-prices-grid
  .product-block-prices-cell.product-block-prices-cell-thin {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 22px;
}
.product-block-prices-grid
  .product-block-prices-body
  .product-block-prices-row {
  border-top: 1px solid #eee;
}
.product-block-prices-grid
  .product-block-prices-body
  .product-block-prices-row:first-of-type {
  border-top: 0 none;
}
.product-detail-configurator-group {
  margin-bottom: 1rem;
}
.product-detail-configurator-group-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product-detail-configurator-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-detail-configurator-option {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 0.5rem;
}
.product-detail-configurator-option-input {
  display: none;
}
.product-detail-configurator-option-input
  + .product-detail-configurator-option-label {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #4a545b;
  border-radius: 3px;
  box-shadow:
    inset 3px 3px 0 #fff,
    inset -3px -3px 0 #fff;
  background-color: #fff;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  min-width: 60px;
  opacity: 0.35;
  padding: 3px;
  -webkit-transition:
    border-color 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    background-color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition:
    border-color 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    background-color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.product-detail-configurator-option-input
  + .product-detail-configurator-option-label.is-display-text {
  box-shadow: none;
  height: auto;
  padding: 5px 10px;
}
.product-detail-configurator-option-input.is-combinable
  + .product-detail-configurator-option-label {
  opacity: 1;
  border: 1px solid #bcc1c7;
}
.product-detail-configurator-option-input:checked
  + .product-detail-configurator-option-label {
  border: 1px solid #17a2e0;
}
.product-detail-configurator-option-input:checked
  + .product-detail-configurator-option-label.is-display-text {
  background-color: #17a2e0;
  color: #fff;
}
.product-detail-configurator-option-input.is-combinable
  + .product-detail-configurator-option-label:hover,
.product-detail-configurator-option-input.is-combinable
  + .product-detail-configurator-option-label:active,
.product-detail-configurator-option-input.is-combinable
  + .product-detail-configurator-option-label:focus,
.product-detail-configurator-option-input
  + .product-detail-configurator-option-label:hover,
.product-detail-configurator-option-input
  + .product-detail-configurator-option-label:active,
.product-detail-configurator-option-input
  + .product-detail-configurator-option-label:focus {
  border: 1px solid #17a2e0;
}
.product-detail-configurator-option-image {
  height: 100%;
}
.product-detail-tabs-content {
  display: none;
}
.product-detail-tabs-content .offcanvas-body {
  overflow: initial;
  padding: 0;
}
.product-detail-description-text {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .product-detail-tabs-content {
    display: block;
  }
  .product-detail-tabs .offcanvas-close,
  .product-detail-tab-navigation-icon,
  .product-detail-tab-preview {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .product-detail-tab-preview {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.product-detail-review-widget {
  margin-bottom: 1rem;
  z-index: 1;
}
.product-detail-reviews {
  margin-bottom: 1rem;
}
.product-detail-reviews .icon svg {
  top: 2px;
}
.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
  display: block;
}
.product-review-rating {
  margin-right: 1rem;
}
.product-detail-review-item-points {
  margin-bottom: 0.5rem;
}
.product-detail-review-item-content {
  -ms-word-break: break-word;
  word-break: break-word;
}
.product-detail-review-form-radio {
  display: none;
}
.product-detail-review-form-rating-input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.product-review-point svg {
  top: 0;
}
.product-review-point,
.point-container {
  display: inline-block;
  position: relative;
}
.point-rating {
  display: block;
  top: 0;
  left: 0;
}
.point-rating.point-blank .icon {
  color: #eee;
}
.point-partial {
  position: absolute;
}
.product-detail-review-form-rating-text {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.product-detail-review-form-star {
  margin-right: 10px;
}
.product-detail-review-login .login-card .card-body {
  padding-top: 0;
}
.product-detail-review-language {
  margin-bottom: 1rem;
}
.product-detail-review-sortby-label {
  margin-right: 0.25rem;
}
.product-detail-review-cancel {
  margin-right: 5px;
}
.offcanvas .product-detail-review-widget {
  position: static;
}
.offcanvas .product-detail-review-form-rating-input .product-review-point {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .product-detail-review-widget {
    margin-bottom: 0;
  }
  .product-detail-review-sortby-form {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .product-detail-review-language {
    margin-bottom: 0;
  }
  .product-detail-review-item-points {
    padding-right: 0;
    margin-bottom: 0;
  }
  .product-detail-review-item-title {
    padding-left: 0;
  }
  .product-detail-review-form-star {
    margin-right: 5px;
  }
}
.account-recover-password-info {
  margin-bottom: 1rem;
}
.account-guest-auth-info {
  margin-bottom: 1rem;
}
.account-welcome {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.account-breadcrumb {
  margin-bottom: 1.5rem;
}
.account-item-children {
  background-color: #f9f9f9;
  -ms-flex-order: 10;
  order: 10;
  margin: 12px 0;
  padding: 16px;
}
.account-item-children .nesting-level-1 {
  margin-left: 27px;
}
.account-item-children .nesting-level-2 {
  margin-left: 45px;
}
.account-item-children .nesting-level-3 {
  margin-left: 63px;
}
.account-item-children .nesting-level-4 {
  margin-left: 81px;
}
.account-item-children .nesting-level-5 {
  margin-left: 99px;
}
.account-item-children .nesting-level-6 {
  margin-left: 117px;
}
.account-item-children .nesting-level-7 {
  margin-left: 135px;
}
.account-item-children .nesting-level-8 {
  margin-left: 153px;
}
.account-item-children .nesting-level-9 {
  margin-left: 171px;
}
.account-item-children .nesting-level-10 {
  margin-left: 189px;
}
.account-item-children .account-item-children-elements {
  padding: 12px 0 0;
}
.account-item-children .account-item-headline {
  padding: 0;
  font-weight: 600;
}
.account-item-children .account-item-collapse {
  margin: 0;
}
.account-item-children .account-item-collapse-container,
.account-item-children .account-item-child-label {
  padding: 0;
}
.account-item-children .account-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.account-item-children .account-item-collapse-button {
  background-color: transparent;
  border-style: none;
}
.account-item-children .account-item-collapse-button:focus {
  outline: none;
}
.account-item-children
  .account-item-collapse-button
  > .account-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.account-item-children
  .account-item-collapse-button.collapsed
  > .account-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.account-item-children .account-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.account-item-children .account-item-children-element > .nesting-level-0 {
  list-style: none;
}
.account-item-children .account-item-children-element:last-child {
  border-style: none;
}
.account-item-children .account-item-child-label-bullet {
  display: list-item;
}
.account-item-children .account-item-children-element-divider:last-child {
  display: none;
}
.account-item-children .account-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.account-item-children .account-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}
@media (max-width: 991.98px) {
  .account-content-aside {
    display: none;
  }
}
@media (min-width: 1200px) {
  .account-item-children {
    margin: 0 30px 12px 96px;
  }
}
.account .account-aside-list-group {
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
}
.account-aside {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .account-aside {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .account .account-aside-list-group {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
  }
}
.account-overview-card {
  margin-bottom: 3rem;
}
.register-personal {
  margin-bottom: 1rem;
}
.register-address {
  margin-bottom: 3rem;
}
.register-different-shipping {
  margin-bottom: 1rem;
}
.register-shipping {
  padding-top: 1.5rem;
}
.register-form .privacy-notice {
  margin-bottom: 1rem;
}
.login-card {
  margin-bottom: 1rem;
}
.login-advantages {
  display: none;
}
.login-password-recover {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .login-advantages {
    display: block;
  }
}
.address-card-title {
  margin-bottom: 1.5rem;
}
.address-actions-defaults {
  margin-bottom: 0.5rem;
}
.address-list {
  padding-top: 1.5rem;
}
.address-card {
  margin-bottom: 2.5rem;
}
.address-action-set-default {
  line-height: 1.5rem;
}
.address-action-delete {
  margin-left: 0.5rem;
}
.address-action-create {
  margin-bottom: 1.5rem;
}
.account-profile-personal {
  margin-bottom: 3rem;
}
.account-profile-credentials {
  margin-bottom: 1.5rem;
}
.order-table {
  margin-bottom: 1.5rem;
  border: 1px solid #bcc1c7;
  position: relative;
}
.order-table .order-item-detail {
  border-top: 0 none;
}
.order-table .order-detail-content {
  border-top: 1px solid #bcc1c7;
  padding: 0;
  box-shadow: none;
}
.order-table-header {
  display: none;
}
.order-table-header :first-child {
  position: relative;
}
.order-hide-btn .order-hide-btn-text {
  display: block;
}
.order-hide-btn .order-view-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-hide-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-view-btn-text {
  display: block;
}
.order-table-header:last-of-type,
.order-wrapper:last-of-type {
  border-bottom: 0;
}
.order-table-header,
.order-item-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-table-header,
.order-item-header {
  padding-left: 20px;
  padding-right: 20px;
}
.order-table-header-heading,
.order-table-header-order-status,
.order-table-header-context-menu {
  display: inline-block;
}
.order-table-header-heading {
  max-width: 290px;
}
.order-table-header-order-status {
  font-weight: 700;
}
.order-table-header-context-menu-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.order-table-header-context-menu-wrapper,
.order-table-header-heading {
  margin-top: 0.5rem;
}
.order-table-header-context-menu {
  float: right;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.order-table-header-context-menu::after {
  display: none;
}
.order-table-header-context-menu .icon {
  position: relative;
  margin: 5px;
}
.order-table-header-context-menu .icon > svg {
  color: #191919;
  position: absolute;
  top: 0;
  left: 0;
}
.order-table-header-context-menu-content {
  padding-left: 10px;
  padding-right: 10px;
}
.order-table-header-context-menu-content-link {
  display: block;
  border: 0 none;
  padding: 0;
  width: 100%;
  color: #191919;
  background: none;
  cursor: pointer;
  text-align: left;
}
.order-table-header-context-menu-content-link:hover {
  text-decoration: none;
  color: #17a2e0;
}
.order-table-header-context-menu-content-link:active {
  outline: none;
}
.order-table-header-order-number {
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-number .order-table-header-label {
  display: inline;
}
.order-table-header-order-table-body,
.order-table-header-order-table-header {
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-table-body {
  border-top: 1px solid #bcc1c7;
  font-weight: 400;
}
.order-table-header-order-table-body
  .order-table-header-order-table-body-cell[class*="col-"] {
  margin-top: 10px;
}
.order-table-header-order-table-body
  .order-table-header-order-table-body-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-body
  .order-table-header-order-table-body-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table-header {
  font-weight: 700;
}
.order-table-header-order-table-header
  .order-table-header-order-table-header-cell[class*="col-"] {
  margin-bottom: 10px;
}
.order-table-header-order-table-header
  .order-table-header-order-table-header-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-header
  .order-table-header-order-table-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table {
  width: 100%;
}
.order-table-header-label {
  display: none;
}
.payment-control input,
.payment-control label {
  cursor: pointer;
}
.order-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-actions {
  text-align: center;
}
.order-item-label {
  float: left;
  width: 50%;
}
.order-item-value {
  width: 50%;
}
.order-table-header-context-menu-indicator {
  position: absolute;
  top: -3px;
  right: 7px;
}
.order-item-status-badge {
}
.order-item-status-badge.order-item-status-badge-open,
.order-item-status-badge.order-item-status-badge-in_progress {
  background-color: #26b6cf;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-completed {
  background-color: #61d377;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-failed,
.order-item-status-badge.order-item-status-badge-cancelled {
  background-color: #e52427;
  color: #fff;
}
.order-item-status-badge .icon {
  color: currentColor;
}
.order-item-status-badge .icon svg {
  top: 5px;
}
@media (min-width: 768px) {
  .order-table-header {
    display: block;
  }
  .order-table-header,
  .order-item-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .order-item-actions {
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .order-table-header-order-table-header {
    display: none;
  }
  .order-table-header-order-table-body {
    border-top: 0;
  }
  .order-table-header-label {
    display: inline;
  }
  .order-table-header-order-number {
    margin-bottom: 0;
  }
  .order-table-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .order-table-body-value {
    width: 50%;
  }
  .order-table-header-order-status {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .order-table-header-context-menu-wrapper {
    top: 0.5rem;
    right: 1rem;
  }
  .order-table-header-context-menu-indicator {
    top: -3px;
    right: -3px;
  }
}
.edit-order {
  padding-top: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.edit-order-container {
  max-width: 895px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.edit-order-tos-checkbox,
.edit-order-tos-label {
  cursor: pointer;
}
.edit-order-cancel-order-modal-toggle-btn {
  margin-top: 1rem;
}
.edit-order-checkout-aside {
  width: 50%;
  margin-left: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .edit-order {
    padding-top: 0;
  }
  .edit-order-checkout-aside {
    width: 100%;
    margin-left: 0;
  }
}
.order-detail-content {
  border-top: 1px solid #bcc1c7;
}
.order-detail-content-header {
  display: none;
}
.document-detail-content-header {
  display: block;
  border-bottom: 1px solid #bcc1c7;
  padding-bottom: 0.5rem;
}
.order-detail-content-header,
.order-item-detail-footer {
  padding-left: 10px;
  padding-right: 10px;
}
.order-detail-content-body.has-element-loader {
  min-height: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.order-detail-content-body .element-loader-backdrop {
  box-shadow: none;
}
.order-detail-content-header,
.order-detail-content-row {
  margin-right: 20px;
  margin-left: 20px;
}
.order-detail-content-row {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.order-detail-content-row .document-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.order-detail-content-row .order-item:last-of-type,
.order-detail-content-row .document-item:last-of-type {
  padding-right: 0;
}
.order-detail-content-row .order-item:first-of-type,
.order-detail-content-row .document-item:first-of-type {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .order-item,
  .document-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.order-item-detail-list-item {
  margin-bottom: 1rem;
}
.order-item-detail-list-item-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 20px;
}
.order-item-detail-list-item.is-nested,
.order-item-detail-list-item.is-child {
  border-left: 3px solid #bcc1c7;
  border-bottom-color: transparent;
  margin: 0 -10px;
  padding: 0 10px;
}
.order-item-detail-list-item:last-of-type .order-detail-content-row {
  border-bottom: 0 none;
}
.order-item-detail-list-item.is-discount .cart-item-total-price {
  color: #61d377;
}
.order-item-discount-icon {
  text-align: center;
}
.order-item-total {
  font-weight: 700;
}
.order-item-nested-icon {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.order-item-nested-icon .icon > svg {
  top: 0;
}
.order-item-reorder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.order-item-detail-footer {
  padding: 1rem;
}
.order-item-detail-footer dl dt.col,
.order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside,
.is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside,
.is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside,
.is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl dt[class*="col-"] {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.order-item-detail-labels {
  margin-bottom: 0;
}
.order-item-detail-labels-value {
  font-weight: 400;
}
.order-detail-content-header {
  padding-left: 0;
  padding-right: 0;
}
.order-item-detail-summary,
.order-item-detail-summary dd:last-child {
  margin-bottom: 0;
}
.order-detail-comment {
  border-top: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 1rem;
}
.card-title.order-detail-comment-title {
  margin-bottom: 0;
  padding: 1rem;
}
.order-detail-comment-body {
  padding: 1rem;
}
.order-detail-comment-value {
  margin-bottom: 0;
}
.order-item-variants-properties {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.order-item-variants-properties-name {
  margin-right: 0.5rem;
}
.order-detail-form {
  float: right;
}
.document-item-view-file {
  text-align: right;
}
@media (min-width: 768px) {
  .order-detail-content-header {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order-item-label {
    display: none;
  }
  .order-detail-content-header {
    border-bottom: 1px solid #bcc1c7;
  }
  .order-detail-content {
    border-top: 0;
  }
  .order-header-price,
  .order-item-price,
  .order-header-total,
  .order-item-total,
  .order-header-actions {
    text-align: right;
  }
  .order-header-quantity,
  .order-item-quantity {
    text-align: center;
  }
  .order-item-reorder {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .order-item-detail-summary dt,
  .order-item-detail-summary dd {
    text-align: right;
  }
  .document-item-view-file-icon-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .document-header-date {
    display: none;
  }
  .document-item-view-file-text-btn {
    display: none;
  }
}
.checkout-container {
  margin-bottom: 1.5rem;
}
.checkout-product-table {
  margin-bottom: 1.5rem;
}
.checkout-confirm-tos-checkbox,
.checkout-confirm-tos-label {
  cursor: pointer;
}
.is-ctl-checkout .footer-minimal .footer-service-menu-list,
.is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list {
  display: block;
}
.checkout-aside-summary-label {
  font-weight: 400;
}
.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
  font-weight: 400;
  font-size: 0.875rem;
}
.checkout-aside-summary-total {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 13px;
  border-top: 1px solid #bcc1c7;
  margin-top: 5px;
}
.checkout-aside-summary-total-rounded {
  font-size: 1rem;
  font-weight: 700;
}
.checkout-aside-summary-label.summary-net,
.checkout-aside-summary-value.summary-net {
  margin-top: 10px;
}
.checkout-aside-summary-header {
  margin-bottom: 20px;
}
.checkout-aside-summary-total {
  font-size: 1rem;
  font-weight: 700;
}
.checkout-aside-summary-value {
  text-align: right;
}
.checkout-aside-product-header {
  margin-bottom: 1.5rem;
}
.checkout-aside-item {
  margin-bottom: 1rem;
}
.checkout-aside-item .checkout-aside-item-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.checkout-aside-item .checkout-aside-item-characteristics {
  margin-bottom: 0.25rem;
}
.checkout-aside-item
  .checkout-aside-item-characteristics
  .checkout-aside-item-characteristics-option {
  font-weight: 700;
}
.checkout-aside-item .checkout-aside-item-link-quantity {
  margin-bottom: 0.25rem;
}
.checkout-aside-item-price {
  font-weight: 700;
  text-align: right;
}
.checkout-aside-action {
  margin-top: 1rem;
}
.checkout-aside-add-code {
  margin-top: 1rem;
}
.cart-aside-item-children {
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 0.5rem;
  padding: 16px 16px 10px;
  -ms-flex-order: 10;
  order: 10;
}
.cart-aside-item-children .nesting-level-1 {
  margin-left: 27px;
}
.cart-aside-item-children .nesting-level-2 {
  margin-left: 45px;
}
.cart-aside-item-children .nesting-level-3 {
  margin-left: 63px;
}
.cart-aside-item-children .nesting-level-4 {
  margin-left: 81px;
}
.cart-aside-item-children .nesting-level-5 {
  margin-left: 99px;
}
.cart-aside-item-children .nesting-level-6 {
  margin-left: 117px;
}
.cart-aside-item-children .nesting-level-7 {
  margin-left: 135px;
}
.cart-aside-item-children .nesting-level-8 {
  margin-left: 153px;
}
.cart-aside-item-children .nesting-level-9 {
  margin-left: 171px;
}
.cart-aside-item-children .nesting-level-10 {
  margin-left: 189px;
}
.cart-aside-item-children .cart-aside-item-children-elements {
  padding: 12px 0 0;
}
.cart-aside-item-children .cart-aside-item-headline {
  padding: 0;
  font-weight: 600;
}
.cart-aside-item-children .cart-aside-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}
.cart-aside-item-children .cart-aside-item-change-button:focus {
  outline: none;
}
.cart-aside-item-children .cart-aside-item-collapse {
  margin: 0;
}
.cart-aside-item-children .cart-aside-item-collapse-container,
.cart-aside-item-children .cart-aside-item-child-label {
  padding: 0;
}
.cart-aside-item-children .cart-aside-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.cart-aside-item-children .cart-aside-item-collapse-button {
  background-color: transparent;
  border-style: none;
}
.cart-aside-item-children .cart-aside-item-collapse-button:focus {
  outline: none;
}
.cart-aside-item-children
  .cart-aside-item-collapse-button
  > .cart-aside-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cart-aside-item-children
  .cart-aside-item-collapse-button.collapsed
  > .cart-aside-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cart-aside-item-children .cart-aside-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.cart-aside-item-children .cart-aside-item-children-element > .nesting-level-0 {
  list-style: none;
}
.cart-aside-item-children .cart-aside-item-children-element:last-child,
.cart-aside-item-children .cart-aside-item-children-element-divider:last-child {
  border-style: none;
}
.cart-aside-item-children .cart-aside-item-child-label-bullet {
  display: list-item;
}
.cart-aside-item-children .cart-aside-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.cart-aside-item-children .cart-aside-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}
.is-act-cartpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
.is-act-cartpage .checkout .checkout-aside-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.cart-main-header {
  margin-bottom: 1.5rem;
}
.cart-table-header {
  display: none;
}
.cart-header-unit-price,
.cart-header-total-price,
.cart-header-tax-price {
  text-align: right;
}
.cart-header-row,
.cart-item-row,
.line-item-row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.cart-header-row > .col,
.is-act-confirmpage .checkout .cart-header-row > .checkout-aside,
.is-ctl-accountorder .checkout .cart-header-row > .checkout-aside,
.is-act-finishpage .checkout .cart-header-row > .checkout-aside,
.cart-header-row > [class*="col-"],
.cart-item-row > .col,
.is-act-confirmpage .checkout .cart-item-row > .checkout-aside,
.is-ctl-accountorder .checkout .cart-item-row > .checkout-aside,
.is-act-finishpage .checkout .cart-item-row > .checkout-aside,
.cart-item-row > [class*="col-"],
.line-item-row > .col,
.is-act-confirmpage .checkout .line-item-row > .checkout-aside,
.is-ctl-accountorder .checkout .line-item-row > .checkout-aside,
.is-act-finishpage .checkout .line-item-row > .checkout-aside,
.line-item-row > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.cart-add-product-container {
  margin-bottom: 1rem;
}
.cart-shipping-costs-container {
  -ms-flex-item-align: center;
  align-self: center;
}
.cart-shipping-costs-btn {
  padding-left: 0;
  margin: 1px 0;
}
@media (min-width: 768px) {
  .cart-table-header {
    display: block;
  }
  .cart-add-product {
    max-width: 250px;
  }
  .cart-add-product-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-table-header {
    display: block;
  }
}
.cart-item {
  margin-bottom: 1rem;
}
.cart-item.is-nested,
.cart-item.is-child {
  border-left: 3px solid #bcc1c7;
  border-bottom-color: transparent;
  padding-left: 1rem;
}
.cart-item.is-child {
  padding-right: 1rem;
}
.cart-item.is-discount .cart-item-total-price {
  color: #61d377;
}
.cart-item-discount-icon {
  text-align: center;
  height: 100%;
}
.cart-item-discount-icon .icon {
  height: 100%;
}
.cart-item-discount-icon .icon > svg {
  top: 0;
}
.cart-item-nested-icon {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}
.cart-item-nested-icon .icon > svg {
  top: 0;
}
.cart-item-info {
  -ms-flex-order: 1;
  order: 1;
}
.cart-item-quantity {
  -ms-flex-order: 3;
  order: 3;
}
.cart-item-unit-price,
.cart-item-tax-price {
  -ms-flex-order: 4;
  order: 4;
}
.cart-item-total-price {
  margin-left: auto;
  -ms-flex-order: 5;
  order: 5;
}
.cart-item-remove {
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}
.cart-item-img-container {
  text-align: center;
  width: 70px;
}
.cart-item-img-link {
  display: block;
}
.cart-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.cart-item-info {
  margin-bottom: 1rem;
}
.cart-item-total-price {
  font-weight: 700;
}
.cart-item-unit-price,
.cart-item-total-price,
.cart-item-tax-price {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-item-quantity-label,
.cart-item-unit-price-label,
.cart-item-total-price-label,
.cart-item-tax-price-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cart-item-quantity-row {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cart-item-quantity {
  margin-bottom: 0.5rem;
}
.cart-item-details {
  padding-top: 8px;
}
.cart-item-details-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}
.cart-item-details-characteristics .cart-item-details-characteristics-option {
  font-weight: 700;
}
.cart-item-variants {
  margin-bottom: 0.5rem;
}
.cart-item-variants-properties {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-item-variants-properties-name {
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .cart-item-quantity-container {
    width: 70px;
    margin-left: auto;
  }
  .cart-item-quantity-row {
    -ms-flex-align: normal;
    align-items: normal;
    margin-bottom: 0;
  }
  .cart-item-quantity {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .cart-item-quantity,
  .cart-item-unit-price,
  .cart-item-total-price,
  .cart-item-tax-price {
    text-align: right;
  }
  .cart-item-unit-price,
  .cart-item-total-price,
  .cart-item-tax-price {
    -ms-flex-pack: normal;
    justify-content: normal;
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-item {
  }
  .cart-item.is-nested,
  .cart-item.is-child {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-item.is-nested .cart-item-info,
  .cart-item.is-child .cart-item-info {
    padding-left: 1rem;
  }
  .cart-item-info,
  .cart-item-quantity,
  .cart-item-unit-price,
  .cart-item-total-price,
  .cart-item-tax-price,
  .cart-item-remove {
    -ms-flex-order: 0;
    order: 0;
  }
  .cart-item-info {
    margin-bottom: 0;
  }
  .cart-item-quantity-label,
  .cart-item-unit-price-label,
  .cart-item-total-price-label,
  .cart-item-tax-price-label {
    display: none;
  }
}
.cart-item-children {
  background-color: #f9f9f9;
  width: 100%;
  margin: 0 4px;
  padding: 16px 16px 10px;
  -ms-flex-order: 10;
  order: 10;
}
.cart-item-children .nesting-level-1 {
  margin-left: 27px;
}
.cart-item-children .nesting-level-2 {
  margin-left: 45px;
}
.cart-item-children .nesting-level-3 {
  margin-left: 63px;
}
.cart-item-children .nesting-level-4 {
  margin-left: 81px;
}
.cart-item-children .nesting-level-5 {
  margin-left: 99px;
}
.cart-item-children .nesting-level-6 {
  margin-left: 117px;
}
.cart-item-children .nesting-level-7 {
  margin-left: 135px;
}
.cart-item-children .nesting-level-8 {
  margin-left: 153px;
}
.cart-item-children .nesting-level-9 {
  margin-left: 171px;
}
.cart-item-children .nesting-level-10 {
  margin-left: 189px;
}
.cart-item-children .cart-item-children-elements {
  padding: 0;
}
.cart-item-children
  .cart-item-children-elements
  > .cart-item-children-element:first-of-type {
  padding: 20px 4px 0;
}
.cart-item-children .cart-item-headline {
  padding: 0;
  font-weight: 600;
}
.cart-item-children .cart-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}
.cart-item-children .cart-item-change-button:focus {
  outline: none;
}
.cart-item-children .cart-item-collapse {
  margin: 0;
}
.cart-item-children .cart-item-collapse-container,
.cart-item-children .cart-item-child-label {
  padding: 0;
}
.cart-item-children .cart-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.cart-item-children .cart-item-collapse-button,
.cart-item-children .cart-item-child-remove-icon {
  background-color: transparent;
  border-style: none;
}
.cart-item-children .cart-item-collapse-button:focus,
.cart-item-children .cart-item-child-remove-icon:focus {
  outline: none;
}
.cart-item-children .cart-item-collapse-button > .cart-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cart-item-children
  .cart-item-collapse-button.collapsed
  > .cart-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cart-item-children .cart-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.cart-item-children .cart-item-children-element > .nesting-level-0 {
  list-style: none;
}
.cart-item-children .cart-item-children-element:last-child,
.cart-item-children .cart-item-children-element-divider:last-child {
  border-style: none;
}
.cart-item-children .cart-item-child-label-bullet {
  display: list-item;
}
.cart-item-children .cart-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.cart-item-children .cart-item-child-remove-icon-container {
  padding: 0;
  text-align: right;
}
.cart-item-children .cart-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .cart-item-children {
    margin-left: 96px;
  }
}
@media (min-width: 992px) {
  .cart-item-children {
    margin-left: 4px;
  }
}
@media (min-width: 1200px) {
  .cart-item-children {
    margin-left: 96px;
  }
}
.is-act-checkoutregisterpage .checkout {
  padding-top: 70px;
}
.is-act-checkoutregisterpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
.register-guest-control {
  margin-bottom: 1rem;
}
.register-login-collapse-toogle {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-main {
    margin-bottom: 0;
  }
}
.is-act-confirmpage .checkout,
.is-ctl-accountorder .checkout {
  padding-top: 70px;
}
.is-act-confirmpage .checkout .checkout-additional,
.is-ctl-accountorder .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-act-confirmpage .checkout .checkout-aside-no-offset,
.is-ctl-accountorder .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.confirm-main-header,
.confirm-tos,
.confirm-address,
.confirm-payment-shipping,
.confirm-payment,
.confirm-product {
  margin-bottom: 1.5rem;
}
.confirm-payment-current,
.confirm-shipping-current {
  margin-bottom: 3rem;
}
.confirm-payment-current.is-invalid,
.confirm-shipping-current.is-invalid {
  color: #e52427;
}
.confirm-method-tooltip {
  margin-left: 0.25rem;
}
.payment-method-label,
.shipping-method-label {
  width: 100%;
}
.payment-method-label .payment-method-description,
.payment-method-label .shipping-method-description,
.shipping-method-label .payment-method-description,
.shipping-method-label .shipping-method-description {
  width: 66%;
}
.confirm-checkout-collapse-trigger {
  text-underline: #17a2e0;
}
.confirm-checkout-collapse-trigger:hover {
  cursor: pointer;
}
.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron {
  height: 1.375rem;
}
.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron > svg {
  color: #17a2e0;
  transition: -ms-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.is-act-finishpage .checkout {
  padding-top: 70px;
}
.is-act-finishpage .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-act-finishpage .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.finish-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.finish-ordernumber {
  font-size: 1rem;
  font-weight: 700;
}
.finish-teaser {
  text-align: center;
}
.finish-header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.finish-ordernumber {
  text-align: center;
}
.finish-order-subtitle {
  text-align: center;
}
.finish-change-payment-wrapper {
  text-align: center;
}
.finish-action {
  text-align: center;
  margin-bottom: 3rem;
}
.finish-info {
  margin-bottom: 3rem;
}
.breadcrumb.cms-breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-headline {
  margin-bottom: 1.5rem;
}
.contact-content {
  margin: 0 auto;
}
.newsletter-headline {
  margin-bottom: 1rem;
}
.newsletter-content {
  margin: 0 auto;
}
.search-page .filter-panel-wrapper-toggle {
  margin-bottom: 1rem;
}
.search-headline {
  text-align: center;
  margin-bottom: 1.5rem;
}
.wishlist-headline {
  margin: 0;
  height: 155px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wishlist-listing-col {
  margin-top: 86px;
}
.wishlist-listing-col .wishlist-listing-empty {
  height: 250px;
  width: 100%;
}
.wishlist-listing-col .wishlist-listing-header {
  font-weight: bold;
  color: #191919;
}
.wishlist-listing-col .wishlist-listing-description {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .wishlist-listing-header {
    margin-top: 53px;
    font-size: 36px;
    line-height: 40px;
  }
  .wishlist-listing-empty {
    max-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .wishlist-listing-empty {
    max-height: 120px;
  }
  .wishlist-listing-header {
    margin-top: 48px;
    font-size: 23px;
    line-height: 34px;
  }
}
@font-face {
  font-family: "Roboto Condensed";
  src:
    local("Roboto Condensed"),
    local("RobotoCondensed-Regular"),
    url("/themes/stadler/fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("/themes/stadler/fonts/RobotoCondensed-Regular.woff") format("woff"),
    url("/themes/stadler/fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src:
    local("Roboto Condensed Bold"),
    local("RobotoCondensed-Bold"),
    url("/themes/stadler/fonts/RobotoCondensed-Bold.woff2") format("woff2"),
    url("/themes/stadler/fonts/RobotoCondensed-Bold.woff") format("woff"),
    url("/themes/stadler/fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src:
    url("/themes/stadler/fonts/icomoon.ttf?pdzcdo") format("truetype"),
    url("/themes/stadler/fonts/icomoon.woff?pdzcdo") format("woff"),
    url("/themes/stadler/fonts/icomoon.svg?pdzcdo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="iconm-"],
.footer-nav-link:before,
.delivery-status-indicator:before,
.image-pin .pin-trigger:before,
.sorting:after,
.product-detail-review-content .sort-select:after,
[class*=" iconm-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconm-cart-shopping-filled:before {
  content: "\e92b";
}
.iconm-account-filled:before {
  content: "\e92a";
}
.iconm-account:before {
  content: "\e929";
}
.iconm-movie:before {
  content: "";
}
.iconm-download:before {
  content: "";
}
.iconm-comment:before {
  content: "";
}
.iconm-carets:before {
  content: "";
}
.iconm-calendar:before {
  content: "";
}
.iconm-circle-check:before,
.icon-cancel-circle::before {
  content: "\e901";
}
.iconm-circle-exclamation:before {
  content: "";
}
.iconm-heart-filled:before {
  content: "";
}
.iconm-spinner:before {
  content: "";
}
.iconm-star-half-stroke:before {
  content: "";
}
.iconm-star-filled:before {
  content: "\e908";
}
.iconm-circle-play:before {
  content: "";
}
.iconm-envelope-regular:before {
  content: "\e90a";
}
.iconm-minus:before {
  content: "";
}
.iconm-phone:before {
  content: "\e90c";
}
.iconm-plus:before,
.iconm-cross:before {
  content: "\e90d";
  display: inline-block;
}
.iconm-cross:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.iconm-star-empty:before {
  content: "\e90e";
}
.iconm-arrow-right:before,
.iconm-arrow-left:before {
  content: "\e90f";
  display: inline-block;
}
.iconm-arrow-left:before {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.iconm-arrow-up-arrow-down:before,
.iconm-arrow-right-arrow-left:before {
  content: "";
  display: inline-block;
}
.iconm-arrow-right-arrow-left:before {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.iconm-cart-shopping:before {
  content: "\e911";
}
.iconm-check:before {
  content: "";
}
.iconm-chevron-down:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.iconm-envelope-light:before {
  content: "\e914";
}
.iconm-file-pdf:before {
  content: "\e907";
}
.iconm-file-word:before {
  content: "\e915";
}
.iconm-heart:before {
  content: "\e916";
}
.iconm-light-switch:before {
  content: "\e917";
}
.iconm-magnifying-glass:before {
  content: "\e918";
}
.iconm-map-location:before {
  content: "\e919";
}
.iconm-paper-plane:before {
  content: "\e91a";
}
.iconm-sliders:before {
  content: "\e91b";
}
.iconm-star-empty2:before {
  content: "\e923";
}
.iconm-thumbs-up:before {
  content: "\e91c";
}
.iconm-user-large:before {
  content: "\e91d";
}
.iconm-facebook:before {
  content: "\e91e";
}
.iconm-instagram:before {
  content: "\e91f";
}
.iconm-linkedin:before {
  content: "\e920";
}
.iconm-pinterest:before {
  content: "\e921";
}
.iconm-twitter:before {
  content: "\e922";
}
.iconm-youtube:before {
  content: "\e906";
}
html {
  font-size: 17px;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
}
h1,
.h1 {
  font-size: 33px;
  line-height: 38px;
}
h2 {
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 30px;
}
h3 {
  font-size: 23px;
  font-weight: 400;
  color: #b2b2b2;
  margin: 0;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 20px;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.download-link {
  color: inherit;
  font-weight: 700;
}
input:focus {
  outline: none;
}
select,
input,
option {
  color: #191919 !important;
}
select ::-ms-input-placeholder,
select ::-moz-placeholder,
select ::-webkit-input-placeholder,
select ::placeholder,
input ::-ms-input-placeholder,
input ::-moz-placeholder,
input ::-webkit-input-placeholder,
input ::placeholder,
option ::-ms-input-placeholder,
option ::-moz-placeholder,
option ::-webkit-input-placeholder,
option ::placeholder {
  color: #b4b4af !important;
}
select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
option::-webkit-input-placeholder {
  color: #b4b4af !important;
}
select:-moz-placeholder,
input:-moz-placeholder,
option:-moz-placeholder {
  color: #b4b4af !important;
}
select::-moz-placeholder,
input::-moz-placeholder,
option::-moz-placeholder {
  color: #b4b4af !important;
}
select:-ms-input-placeholder,
input:-ms-input-placeholder,
option:-ms-input-placeholder {
  color: #b4b4af !important;
}
.breadcrumb-link:hover {
  color: #191919 !important;
}
.base-slider-controls-prev:hover,
.base-slider-controls-next:hover {
  border: none !important;
}
.base-slider-controls-prev:focus-visible,
.base-slider-controls-next:focus-visible {
  -webkit-appearance: none !important;
}
.h1-as-h2 {
  font-size: 24px !important;
  margin-bottom: 25px !important;
  line-height: 30px !important;
}
.h2-as-h1 {
  font-size: 33px !important;
  line-height: 38px !important;
  margin-bottom: 0.5rem !important;
}
br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container,
.cms-section .boxed,
body {
  min-width: 1px !important;
}
.justify-content-evenly {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.container-fluid {
  padding: 0;
}
.justify-content-right {
  -ms-flex-pack: right;
  justify-content: right;
}
.cms-block-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .cms-block-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cms-element-text > div:not(:first-child) > a {
  margin-top: 15px;
}
.md-pt-main .cms-section.headerImage:first-child {
  margin-top: -20px;
}
.product-image {
  -ms-transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}
.product-name-cat {
  display: none;
}
.scroll-up-container {
  display: none;
}
.icon-group {
  display: -ms-grid;
  display: grid;
}
.icon-group > i {
  grid-row: 1;
  grid-column: 1;
}
img {
  max-width: 100%;
}
.full-width-escape {
  width: 100vw;
  margin-right: -20px;
  margin-left: -20px;
}
.video-cookie-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-cookie-fallback > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.video-cookie-fallback > div a {
  font-weight: 700;
  color: inherit !important;
}
.video-cookie-fallback > div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .container,
  .cms-section .boxed {
    max-width: 71.25rem;
  }
}
@media screen and (min-width: 768px) {
  .full-width-escape {
    width: auto;
    margin-left: calc((100vw - 680px - var(--scrollbar-width, 0px)) / -2);
    margin-right: calc((100vw - 680px - var(--scrollbar-width, 0px)) / -2);
  }
}
@media screen and (min-width: 992px) {
  .full-width-escape {
    margin-left: calc((100vw - 960px - var(--scrollbar-width, 0px)) / -2);
    margin-right: calc((100vw - 960px - var(--scrollbar-width, 0px)) / -2);
  }
}
@media screen and (min-width: 1200px) {
  .full-width-escape {
    margin-left: calc((100vw - 1172px - var(--scrollbar-width, 0px)) / -2);
    margin-right: calc((100vw - 1172px - var(--scrollbar-width, 0px)) / -2);
  }
}
@media screen and (max-width: 767px) {
  .cms-block-image-tex {
    margin-bottom: 15px;
  }
  .cms-block-image-tex .cms-block-image-text-cover .cms-row > :first-child {
    margin-bottom: 20px;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: -ms-transform, height;
  transition-property: -webkit-transform, height;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.header-main {
  position: fixed;
  top: 0;
  width: 100%;
  /* box-shadow: 0 3px 36px rgba(0, 0, 0, 0.16); */
  background: #fff;
}
@media (max-width: 300px) {
  .header-main .header-logo-main-link .header-logo-picture {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .header-main .input-group {
    margin-top: 30px;
  }
}
.header-main .input-group .header-search-btn {
  padding-right: 20px;
}
.header-main .input-group .header-search-btn div.loader + span i {
  display: none;
}
.header-main .input-group .header-search-icon {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .header-mobile-logo {
    margin: 0 5px;
  }
}
@media (min-width: 320px) and (max-width: 991px) and (min-width: 400px) {
  .header-mobile-logo {
    margin: 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 991px) and (min-width: 400px) and (min-width: 450px) {
  .header-mobile-logo {
    margin: 0 12vw;
  }
}
@media (min-width: 320px) and (max-width: 991px) and (min-width: 400px) and (min-width: 450px) and (min-width: 576px) {
  .header-mobile-logo {
    margin: 0 20vw;
  }
}

.badge {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 11px;
  line-height: 0;
  height: 15px;
  min-width: 15px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #464641;
}
.badge:empty {
  display: none;
}
.header-wishlist .header-wishlist-badge {
  right: 1px;
}
.location-banner {
  background-color: #f7f5f5;
}
.location-message {
  min-height: 80px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.location-message .ipstack-locator .col,
.location-message
  .ipstack-locator
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .location-message
  .ipstack-locator
  .checkout-aside,
.location-message
  .ipstack-locator
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .location-message
  .ipstack-locator
  .checkout-aside,
.location-message .ipstack-locator .is-act-finishpage .checkout .checkout-aside,
.is-act-finishpage
  .checkout
  .location-message
  .ipstack-locator
  .checkout-aside {
  -ms-flex-item-align: center;
  align-self: center;
}
.location-message .ipstack-locator i {
  margin-left: 20px !important;
}
.location-message .ipstack-locator i img {
  height: 20px;
  width: 20px;
  margin-top: 2px;
}
.location-message .ipstack-locator #ipstack-close {
  margin-left: 25px;
  width: 50px;
  background-color: #b4b4af;
  color: white;
}
.location-message .ipstack-locator #ipstack-close .icon-x {
  color: white;
  width: 1rem;
  height: 1rem;
  margin: auto;
}
.location-message #ipstack-close {
  margin-left: 10px;
}
.location-message #ipstack-close .icon > svg {
  top: 0px;
}
.header-main.hidden,
.nav-main.hidden {
  top: -200px;
}
.header-main.hidden.down,
.nav-main.hidden.down {
  top: -250px;
}
body {
  margin-top: 196px;
}
body.down {
  margin-top: 220px;
}
@media screen and (max-width: 991px) {
  .header-main.hidden {
    top: -100px;
  }
  .container-main {
    padding-top: 0;
  }
  body {
    margin-top: 121px;
  }
  body.down {
    margin-top: 152px;
  }
  .header-row {
    padding-bottom: 15px;
  }
  .header-search-col .collapse:not(.show) {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-actions-col > .row > div,
  .header-actions-col > .account-content > div,
  .is-act-cartpage .checkout .header-actions-col > .checkout-container > div,
  .is-act-checkoutregisterpage
    .checkout
    .header-actions-col
    > .checkout-container
    > div,
  .is-act-confirmpage .checkout .header-actions-col > .checkout-container > div,
  .is-ctl-accountorder
    .checkout
    .header-actions-col
    > .checkout-container
    > div,
  .is-act-finishpage .checkout .header-actions-col > .checkout-container > div {
    -ms-flex-order: 2;
    order: 2;
  }
  .header-actions-col > .row > .col-auto:nth-child(3),
  .header-actions-col > .account-content > .col-auto:nth-child(3),
  .is-act-cartpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(3),
  .is-act-checkoutregisterpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(3),
  .is-act-confirmpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(3),
  .is-ctl-accountorder
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(3),
  .is-act-finishpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
  .header-actions-col .col-auto ~ .col-auto {
    margin-left: 0;
  }
  .header-actions-col .col-auto + .col-auto {
    margin-left: 10px;
  }
}
@media (min-width: 320px) {
  .header-actions-col > .row > .col-auto:nth-child(1),
  .header-actions-col > .account-content > .col-auto:nth-child(1),
  .is-act-cartpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(1),
  .is-act-checkoutregisterpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(1),
  .is-act-confirmpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(1),
  .is-ctl-accountorder
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(1),
  .is-act-finishpage
    .checkout
    .header-actions-col
    > .checkout-container
    > .col-auto:nth-child(1) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .location-message .ipstack-locator {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-message .ipstack-locator .row.float-right,
  .location-message .ipstack-locator .float-right.account-content,
  .location-message
    .ipstack-locator
    .is-act-cartpage
    .checkout
    .float-right.checkout-container,
  .is-act-cartpage
    .checkout
    .location-message
    .ipstack-locator
    .float-right.checkout-container,
  .location-message
    .ipstack-locator
    .is-act-checkoutregisterpage
    .checkout
    .float-right.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .location-message
    .ipstack-locator
    .float-right.checkout-container,
  .location-message
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .float-right.checkout-container,
  .is-act-confirmpage
    .checkout
    .location-message
    .ipstack-locator
    .float-right.checkout-container,
  .location-message
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .float-right.checkout-container,
  .is-ctl-accountorder
    .checkout
    .location-message
    .ipstack-locator
    .float-right.checkout-container,
  .location-message
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .float-right.checkout-container,
  .is-act-finishpage
    .checkout
    .location-message
    .ipstack-locator
    .float-right.checkout-container {
    float: left !important;
  }
  .location-message .ipstack-locator .col,
  .location-message
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    .location-message
    .ipstack-locator
    .checkout-aside,
  .location-message
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .location-message
    .ipstack-locator
    .checkout-aside,
  .location-message
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    .location-message
    .ipstack-locator
    .checkout-aside {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 577px) {
  .header-logo-col {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .ipstack-locator .row.float-right,
  .ipstack-locator .float-right.account-content,
  .ipstack-locator .is-act-cartpage .checkout .float-right.checkout-container,
  .is-act-cartpage .checkout .ipstack-locator .float-right.checkout-container,
  .ipstack-locator
    .is-act-checkoutregisterpage
    .checkout
    .float-right.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .float-right.checkout-container,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .float-right.checkout-container,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .float-right.checkout-container,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .float-right.checkout-container,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .float-right.checkout-container,
  .ipstack-locator .is-act-finishpage .checkout .float-right.checkout-container,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .float-right.checkout-container {
    width: 100%;
  }
  .ipstack-locator .col:last-child,
  .ipstack-locator .is-act-confirmpage .checkout .checkout-aside:last-child,
  .is-act-confirmpage .checkout .ipstack-locator .checkout-aside:last-child,
  .ipstack-locator .is-ctl-accountorder .checkout .checkout-aside:last-child,
  .is-ctl-accountorder .checkout .ipstack-locator .checkout-aside:last-child,
  .ipstack-locator .is-act-finishpage .checkout .checkout-aside:last-child,
  .is-act-finishpage .checkout .ipstack-locator .checkout-aside:last-child {
    padding: 0px;
  }
  .ipstack-locator .col:last-child .row,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .row,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .account-content,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .row,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .account-content,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row,
  .ipstack-locator .is-act-finishpage .checkout .checkout-aside:last-child .row,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .account-content,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container,
  .is-act-finishpage .checkout .ipstack-locator .checkout-aside:last-child .row,
  .ipstack-locator .col:last-child .account-content,
  .ipstack-locator
    .col:last-child
    .is-act-cartpage
    .checkout
    .checkout-container,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container,
  .ipstack-locator
    .col:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container,
  .ipstack-locator
    .col:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container,
  .ipstack-locator
    .col:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container,
  .ipstack-locator
    .col:last-child
    .is-act-finishpage
    .checkout
    .checkout-container,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container {
    margin: 0px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .ipstack-locator .col:last-child .row form,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .row
    form,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .account-content
    form,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row
    form,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .row
    form,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .account-content
    form,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row
    form,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .row
    form,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .account-content
    form,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row
    form,
  .ipstack-locator .col:last-child .account-content form,
  .ipstack-locator
    .col:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form,
  .ipstack-locator
    .col:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form,
  .ipstack-locator
    .col:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form,
  .ipstack-locator
    .col:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form,
  .ipstack-locator
    .col:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form {
    width: 75%;
  }
  .ipstack-locator .col:last-child .row form button,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .row
    form
    button,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .account-content
    form
    button,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form
    button,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row
    form
    button,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .row
    form
    button,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .account-content
    form
    button,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form
    button,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row
    form
    button,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .row
    form
    button,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .account-content
    form
    button,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form
    button,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    .checkout-container
    form
    button,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .checkout-aside:last-child
    .row
    form
    button,
  .ipstack-locator .col:last-child .account-content form button,
  .ipstack-locator
    .col:last-child
    .is-act-cartpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-cartpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .col:last-child
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-checkoutregisterpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .col:last-child
    .is-act-confirmpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-confirmpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .col:last-child
    .is-ctl-accountorder
    .checkout
    .checkout-container
    form
    button,
  .is-ctl-accountorder
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form
    button,
  .ipstack-locator
    .col:last-child
    .is-act-finishpage
    .checkout
    .checkout-container
    form
    button,
  .is-act-finishpage
    .checkout
    .ipstack-locator
    .col:last-child
    .checkout-container
    form
    button {
    width: 100%;
  }
  .ipstack-locator #ipstack-close {
    margin: 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .header-cart .header-cart-badge {
    right: 1px;
  }
}
.header-actions-btn .icon-group {
  width: 19px;
  height: 19px;
}
.header-actions-btn .icon-group i {
  opacity: 1;
  width: 19px;
  height: 19px;
}
.header-actions-btn .icon-group i.hover {
  opacity: 0;
}
.header-actions-btn:hover .icon-group i {
  opacity: 0;
}
.header-actions-btn:hover .icon-group i.hover {
  opacity: 1;
}
.header-wishlist-icon:hover i.iconm-heart {
  -webkit-filter: drop-shadow(0 0 1px #bf4b4b);
  filter: drop-shadow(0 0 1px #bf4b4b);
  color: red;
}
.header-search-form > .input-group {
  border-radius: 6px;
  -webkit-transition: border 0.275s ease-out;
  transition: border 0.275s ease-out;
  border: 1px solid #b4b4af;
}
.header-search-form .header-search-input {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 6px;
  background-color: transparent;
}
.header-search-form .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.search-suggest-container {
  border: none;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  padding: 1rem 0 0;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.08);
}
.search-suggest-container:after {
  border: none;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.08);
}
.search-suggest-container .search-result-total {
  width: 100%;
  padding: 0 1rem 8px;
}
.search-suggest-container .search-result-total button {
  color: #464641;
  width: auto;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 14px;
  padding: 0;
  text-align: left;
  display: inline-block;
}
.search-suggest-container .search-result-total button:focus {
  box-shadow: none;
}
.search-suggest-container .search-result-total button:hover {
  font-weight: 700;
}
.search-suggest-container .search-result-total button i {
  margin-left: 0;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
.search-suggest-container .search-result-total p {
  float: right;
  font-size: 14px;
  top: 7px;
  position: relative;
  color: #b4b4af;
}
.search-suggest-container a {
  color: #191919;
}
.search-suggest-container a .search-product {
  border-bottom: 1px solid #e3e3e3;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 5px 0 5px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-suggest-container a .search-product div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.search-suggest-container a .search-product img {
  width: 38px;
  object-fit: cover;
  object-position: center;
  padding-right: 5px;
}
.search-suggest-container a .search-product .price {
  float: right;
  padding-left: 10px;
}
.search-suggest-container a .search-product p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 17px;
}
.search-suggest-container a .search-product p.suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.search-suggest-container .search-suggest-hover {
  width: 100%;
  padding: 0 1rem;
}
.search-suggest-container .search-suggest-hover:hover {
  background-color: #f7f5f5;
}
.search-suggest-container .search-suggest-hover:hover a {
  text-decoration: none;
}
.header-search {
  max-width: 600px;
  padding: 0 15px;
}
.header-search .input-group:focus-within {
  -webkit-transition: border 0.275s ease-out;
  transition: border 0.275s ease-out;
  border: solid 1px black;
}
.header-search .input-group input,
.header-search .input-group button,
.header-search .input-group .input-group-append {
  -webkit-transition: none;
  transition: none;
}
.header-search .input-group .header-search-btn {
  border-left: none !important;
  box-shadow: none !important;
  -webkit-transition: none;
  transition: none;
  border-radius: 3px !important;
}
.header-search .input-group .input-group-append:focus {
  box-shadow: none !important;
}
.header-search .header-search-input {
  padding-left: 20px;
  font-weight: 400;
}
.header-search .header-search-input::-webkit-input-placeholder {
  color: #b4b4af;
  font-weight: 400;
}
.header-search .header-search-input::-moz-placeholder {
  color: #b4b4af;
}
.header-search .header-search-input::-ms-placeholder {
  color: #b4b4af;
  font-weight: 400;
}
.header-search .header-search-input::-ms-input-placeholder,
.header-search .header-search-input::-moz-placeholder,
.header-search .header-search-input::-webkit-input-placeholder,
.header-search .header-search-input::placeholder {
  color: #b4b4af;
  font-weight: 400;
}
.header-search .header-search-input:focus {
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .footer-meta-nav {
    position: relative;
    left: 28px;
  }
}
@media (max-width: 768px) {
  .footer-meta-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nav-main,
.navigation-offcanvas-container {
  background: #f7f5f5;
}
.nav-main .box-shadow,
.navigation-offcanvas-container .box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.nav-link.active {
  font-weight: 700;
}
.nav-main .nav-link,
.navigation-offcanvas-container .nav-link {
  position: relative;
  padding: 15px 0;
  margin-right: 25px;
}
.nav-main .nav-link.active:after,
.navigation-offcanvas-container .nav-link.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  background: none;
  border-bottom: 2px solid #707070;
}
@media screen and (min-width: 1200px) {
  .nav-main .nav-link,
  .navigation-offcanvas-container .nav-link {
    margin-right: 55px;
  }
}
@media screen and (min-width: 1400px) {
  .nav-main .nav-link,
  .navigation-offcanvas-container .nav-link {
    margin-right: 65px;
  }
}
.nav-main .nav-link:last-child,
.navigation-offcanvas-container .nav-link:last-child {
  margin-right: 0;
}
.nav-main .nav-link.main-navigation-link,
.navigation-offcanvas-container .nav-link.main-navigation-link {
  cursor: pointer;
}
.nav-main .nav-link.main-navigation-link:hover,
.nav-main .nav-link.main-navigation-link:hover .main-navigation-link-text,
.nav-main .nav-link.main-navigation-link .main-navigation-link-text:hover,
.navigation-offcanvas-container .nav-link.main-navigation-link:hover,
.navigation-offcanvas-container
  .nav-link.main-navigation-link:hover
  .main-navigation-link-text,
.navigation-offcanvas-container
  .nav-link.main-navigation-link
  .main-navigation-link-text:hover {
  color: #191919;
}
.nav-main .nav-link.main-navigation-link.active,
.navigation-offcanvas-container .nav-link.main-navigation-link.active {
  color: #191919;
}
.nav-main .nav-link.main-navigation-link.is-open,
.navigation-offcanvas-container .nav-link.main-navigation-link.is-open {
  color: #191919;
  font-weight: 700;
}
.nav-main .navigation-flyout-category-link .nav-link:hover,
.navigation-offcanvas-container
  .navigation-flyout-category-link
  .nav-link:hover {
  color: #191919;
}
.nav-main .navigation-flyout-category-link .nav-link .product-nav-link,
.navigation-offcanvas-container
  .navigation-flyout-category-link
  .nav-link
  .product-nav-link {
  font-size: 17px;
  font-weight: bold;
}
.nav-main .navigation-flyout-category-link .nav-link .product-nav-link i,
.navigation-offcanvas-container
  .navigation-flyout-category-link
  .nav-link
  .product-nav-link
  i {
  position: relative;
  top: 2px;
}
.nav-main
  .navigation-flyout-col
  .main-navigation-link-can-active.active
  .navigation-flyout-col-link,
.navigation-offcanvas-container
  .navigation-flyout-col
  .main-navigation-link-can-active.active
  .navigation-flyout-col-link {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.nav-main .navigation-flyout-col .navigation-flyout-col-link,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-col-link {
  background-color: #fafafa;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  border-radius: 8px;
  padding: 0 30px;
  transition-duration: 0.5s;
}
.nav-main .navigation-flyout-col .navigation-flyout-col-link:hover,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-col-link:hover {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition-duration: 0.5s;
}
.nav-main .navigation-flyout-col .navigation-flyout-col-link:after,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-col-link:after {
  display: none;
}
.nav-main .navigation-flyout-col .navigation-flyout-col-link img,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-col-link
  img {
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
.nav-main .navigation-flyout-col .navigation-flyout-col-link h4,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-col-link
  h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.nav-main .navigation-flyout-col .navigation-flyout-link,
.navigation-offcanvas-container .navigation-flyout-col .navigation-flyout-link {
  margin-right: 0;
}
.nav-main .navigation-flyout-col .navigation-flyout-link:after,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-link:after {
  display: none;
}
.nav-main
  .navigation-flyout-col
  .navigation-flyout-link.navigation-flyout-link-default,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-link.navigation-flyout-link-default {
  padding: 20px 0;
}
.nav-main
  .navigation-flyout-col
  .navigation-flyout-link.navigation-flyout-link-default:hover
  .navigation-flyout-link-default-display,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-link.navigation-flyout-link-default:hover
  .navigation-flyout-link-default-display {
  font-weight: 700;
  color: #191919;
  border-color: #000;
  transition-duration: 0.5s;
  padding-left: 12px;
}
.nav-main
  .navigation-flyout-col
  .navigation-flyout-link.navigation-flyout-link-default
  .navigation-flyout-link-default-display,
.navigation-offcanvas-container
  .navigation-flyout-col
  .navigation-flyout-link.navigation-flyout-link-default
  .navigation-flyout-link-default-display {
  border-left: 1px solid #b4b4af;
  padding: 5px 0 5px 8px;
  color: #191919;
  transition-duration: 0.5s;
}
.navigation-offcanvas-container .offcanvas-products-back {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 10px;
}
.navigation-offcanvas-container .offcanvas-products-back a {
  color: #464641;
  font-size: 14px;
  padding: 12px 0;
}
.navigation-offcanvas-container .offcanvas-products-back a i.special-padding {
  padding-left: 5px;
}
.navigation-offcanvas-container .row.product-family,
.navigation-offcanvas-container .product-family.account-content,
.navigation-offcanvas-container
  .is-act-cartpage
  .checkout
  .product-family.checkout-container,
.is-act-cartpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-act-checkoutregisterpage
  .checkout
  .product-family.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-act-confirmpage
  .checkout
  .product-family.checkout-container,
.is-act-confirmpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-ctl-accountorder
  .checkout
  .product-family.checkout-container,
.is-ctl-accountorder
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-act-finishpage
  .checkout
  .product-family.checkout-container,
.is-act-finishpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container {
  margin: 0;
}
.navigation-offcanvas-container .row.product-family h2,
.navigation-offcanvas-container .product-family.account-content h2,
.navigation-offcanvas-container
  .is-act-cartpage
  .checkout
  .product-family.checkout-container
  h2,
.is-act-cartpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container
  h2,
.navigation-offcanvas-container
  .is-act-checkoutregisterpage
  .checkout
  .product-family.checkout-container
  h2,
.is-act-checkoutregisterpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container
  h2,
.navigation-offcanvas-container
  .is-act-confirmpage
  .checkout
  .product-family.checkout-container
  h2,
.is-act-confirmpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container
  h2,
.navigation-offcanvas-container
  .is-ctl-accountorder
  .checkout
  .product-family.checkout-container
  h2,
.is-ctl-accountorder
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container
  h2,
.navigation-offcanvas-container
  .is-act-finishpage
  .checkout
  .product-family.checkout-container
  h2,
.is-act-finishpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container
  h2 {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin: 10px 0;
}
.account-recover-password-back {
  margin-right: 20px;
}
.header-minimal .header-minimal-row span.header-wishlist-icon,
.header-minimal .header-minimal-row .badge.header-wishlist-badge {
  display: none;
}
.footer-main .crt-widget {
  padding-bottom: 0;
}
.footer-main a:hover {
  color: #191919 !important;
}
.footer-main .crt-carousel-pane {
  padding-left: 7px;
}
.footer-benefits {
  margin-bottom: 5px;
}
.footer-benefit {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #191919;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.footer-benefit > svg {
  -ms-flex: none;
  flex: none;
  margin-right: 16px;
  fill: #b4b4af;
}
.footer-gallery {
  overflow: hidden;
}
.footer-gallery .swiper-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  will-change: -ms-transform;
  will-change: -webkit-transform;
  will-change: transform;
  transition-timing-function: linear;
}
.footer-gallery .swiper-slide {
  -ms-flex: 0 0 168px;
  flex: 0 0 168px;
  padding: 4px;
}
.footer-gallery .swiper-slide img {
  width: 100%;
}
.footer-logo-group {
  margin-bottom: 15px;
}
.footer-logo-group > .row,
.footer-logo-group > .account-content,
.is-act-cartpage .checkout .footer-logo-group > .checkout-container,
.is-act-checkoutregisterpage .checkout .footer-logo-group > .checkout-container,
.is-act-confirmpage .checkout .footer-logo-group > .checkout-container,
.is-ctl-accountorder .checkout .footer-logo-group > .checkout-container,
.is-act-finishpage .checkout .footer-logo-group > .checkout-container {
  margin: 0 -3px;
}
.footer-logo {
  margin: 0 0 7px;
  padding: 0 3px;
}
.footer-logo-image {
  width: 100%;
  max-width: none;
  max-height: none;
  border-radius: 5px;
}
.footer-nav-link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  margin-bottom: 10px;
}
.footer-nav-link span {
  font-size: 14px !important;
}
.footer-nav-link:before {
  content: "\e90f";
  position: absolute;
  top: 50%;
  font-size: 16px;
  pointer-events: none;
  opacity: 0;
  -ms-transform: translate(-150%, -50%);
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
  transition:
    -ms-transform 0.375s ease-out,
    opacity 0.375s ease-out;
  transition:
    -webkit-transform 0.375s ease-out,
    opacity 0.375s ease-out;
  transition:
    transform 0.375s ease-out,
    opacity 0.375s ease-out;
  -webkit-transition:
    -webkit-transform 0.375s ease-out,
    opacity 0.375s ease-out;
}
.footer-nav-link:hover {
  text-decoration: none;
}
.footer-nav-link:hover:before {
  opacity: 1;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer-nav-link:hover:hover > span {
  -ms-transform: translateX(22px);
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}
.footer-nav-link > span {
  transition: -ms-transform 0.375s ease-out;
  transition: -webkit-transform 0.375s ease-out;
  transition: transform 0.375s ease-out;
  -webkit-transition: -webkit-transform 0.375s ease-out;
}
.footer-bottom-wrapper {
  padding-top: 48px;
  margin-top: -6px;
  background: #f8f9fa;
}
.footer-bottom {
  margin-top: 25px;
}
.bottom-wrapper {
  font-size: 14px;
  color: #b4b4af;
  padding-bottom: 20px;
}
.bottom-wrapper .footer-socials > a,
.bottom-wrapper .footer-meta-nav > a {
  color: inherit;
}
.bottom-wrapper .copyright > nav a {
  white-space: nowrap;
}
.bottom-wrapper .copyright > span {
  margin-right: 12px;
  white-space: nowrap;
}
.footer-columns h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-socials > a {
  font-size: 20px;
}
.footer-socials > a + a {
  margin-left: 35px;
}
.footer-socials > a > .iconm-instagram {
  font-size: 21px;
}
.footer-socials > a > .iconm-youtube {
  font-size: 22px;
}
.footer-meta-nav > a {
  margin-left: 10px;
}
.footer-meta-nav > a:after {
  content: "|";
  margin-left: 10px;
}
.footer-meta-nav > a:first-child {
  margin-left: 0;
}
.footer-meta-nav > a:last-child:after {
  display: none;
}
.footer-contact-hotline a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  color: inherit;
}
.footer-contact-hotline a:first-of-type {
  margin-top: 20px;
}
.footer-contact-hotline a i {
  margin-right: 5px;
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
@media screen and (max-width: 991px) {
  .footer-columns > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer-contact-hotline {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom {
    padding: 15px 0 0;
    margin-top: 5px;
  }
  .footer-bottom .copyright {
    -ms-flex-order: 1;
    order: 1;
    font-size: 12px;
    margin-top: 20px;
  }
  .footer-bottom .copyright > span {
    margin-right: 0;
  }
  .footer-bottom .copyright > span:after {
    content: "|";
    margin: 0 10px;
  }
  .footer-bottom .top-bar-language {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-main .footerColumns {
    overflow: hidden;
  }
  .footer-main .crt-carousel-pane {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-columns {
    font-size: 13px;
  }
  .footer-columns > div:last-child {
    margin-bottom: 10px;
  }
  .footer-columns h4 {
    font-size: 15px;
  }
  .footer-columns a {
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .footer-benefit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-benefit > svg {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-meta-nav > a {
    font-size: inherit;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-hotline {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .footer-contact-hotline a:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  .footer-contact-hotline {
    grid-column-gap: 20px;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    column-gap: 18px;
  }
}
@media (max-width: 329px) {
  .footer-contact-hotline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
  }
}
.footer-main .footer-nav-link,
.footer-main .footer-contact-hotline,
.footer-main .col-md-6.col-lg-3.col-xl-auto,
.footer-main .is-act-confirmpage .checkout .col-lg-3.col-xl-auto.checkout-aside,
.footer-main
  .is-act-confirmpage
  .checkout
  .account-content
  .col-xl-auto.checkout-aside.account-content-aside,
.account-content
  .footer-main
  .is-act-confirmpage
  .checkout
  .col-xl-auto.checkout-aside.account-content-aside,
.is-act-confirmpage .checkout .footer-main .col-lg-3.col-xl-auto.checkout-aside,
.footer-main
  .is-ctl-accountorder
  .checkout
  .col-lg-3.col-xl-auto.checkout-aside,
.footer-main
  .is-ctl-accountorder
  .checkout
  .account-content
  .col-xl-auto.checkout-aside.account-content-aside,
.account-content
  .footer-main
  .is-ctl-accountorder
  .checkout
  .col-xl-auto.checkout-aside.account-content-aside,
.is-ctl-accountorder
  .checkout
  .footer-main
  .col-lg-3.col-xl-auto.checkout-aside,
.footer-main
  .is-act-finishpage
  .checkout
  .col-lg-3.col-xl-auto.checkout-additional,
.footer-main
  .is-act-finishpage
  .checkout
  .account-content
  .col-xl-auto.checkout-additional.account-content-aside,
.account-content
  .footer-main
  .is-act-finishpage
  .checkout
  .col-xl-auto.checkout-additional.account-content-aside,
.is-act-finishpage
  .checkout
  .footer-main
  .col-lg-3.col-xl-auto.checkout-additional,
.footer-main .is-act-finishpage .checkout .col-lg-3.col-xl-auto.checkout-aside,
.footer-main
  .is-act-finishpage
  .checkout
  .account-content
  .col-xl-auto.checkout-aside.account-content-aside,
.account-content
  .footer-main
  .is-act-finishpage
  .checkout
  .col-xl-auto.checkout-aside.account-content-aside,
.is-act-finishpage .checkout .footer-main .col-lg-3.col-xl-auto.checkout-aside,
.footer-main .account-content .col-md-6.col-xl-auto.account-content-aside,
.footer-main
  .account-content
  .is-act-confirmpage
  .checkout
  .col-xl-auto.account-content-aside.checkout-aside,
.is-act-confirmpage
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-aside,
.footer-main
  .account-content
  .is-ctl-accountorder
  .checkout
  .col-xl-auto.account-content-aside.checkout-aside,
.is-ctl-accountorder
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-aside,
.footer-main
  .account-content
  .is-act-finishpage
  .checkout
  .col-xl-auto.account-content-aside.checkout-additional,
.is-act-finishpage
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-additional,
.footer-main
  .account-content
  .is-act-finishpage
  .checkout
  .col-xl-auto.account-content-aside.checkout-aside,
.is-act-finishpage
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-aside,
.account-content .footer-main .col-md-6.col-xl-auto.account-content-aside {
  font-size: 14px !important;
}
.footer-main .footer-nav-link span,
.footer-main .footer-contact-hotline span,
.footer-main .col-md-6.col-lg-3.col-xl-auto span,
.footer-main
  .is-act-confirmpage
  .checkout
  .col-lg-3.col-xl-auto.checkout-aside
  span,
.footer-main
  .is-act-confirmpage
  .checkout
  .account-content
  .col-xl-auto.checkout-aside.account-content-aside
  span,
.account-content
  .footer-main
  .is-act-confirmpage
  .checkout
  .col-xl-auto.checkout-aside.account-content-aside
  span,
.is-act-confirmpage
  .checkout
  .footer-main
  .col-lg-3.col-xl-auto.checkout-aside
  span,
.footer-main
  .is-ctl-accountorder
  .checkout
  .col-lg-3.col-xl-auto.checkout-aside
  span,
.footer-main
  .is-ctl-accountorder
  .checkout
  .account-content
  .col-xl-auto.checkout-aside.account-content-aside
  span,
.account-content
  .footer-main
  .is-ctl-accountorder
  .checkout
  .col-xl-auto.checkout-aside.account-content-aside
  span,
.is-ctl-accountorder
  .checkout
  .footer-main
  .col-lg-3.col-xl-auto.checkout-aside
  span,
.footer-main
  .is-act-finishpage
  .checkout
  .col-lg-3.col-xl-auto.checkout-additional
  span,
.footer-main
  .is-act-finishpage
  .checkout
  .account-content
  .col-xl-auto.checkout-additional.account-content-aside
  span,
.account-content
  .footer-main
  .is-act-finishpage
  .checkout
  .col-xl-auto.checkout-additional.account-content-aside
  span,
.is-act-finishpage
  .checkout
  .footer-main
  .col-lg-3.col-xl-auto.checkout-additional
  span,
.footer-main
  .is-act-finishpage
  .checkout
  .col-lg-3.col-xl-auto.checkout-aside
  span,
.footer-main
  .is-act-finishpage
  .checkout
  .account-content
  .col-xl-auto.checkout-aside.account-content-aside
  span,
.account-content
  .footer-main
  .is-act-finishpage
  .checkout
  .col-xl-auto.checkout-aside.account-content-aside
  span,
.is-act-finishpage
  .checkout
  .footer-main
  .col-lg-3.col-xl-auto.checkout-aside
  span,
.footer-main .account-content .col-md-6.col-xl-auto.account-content-aside span,
.footer-main
  .account-content
  .is-act-confirmpage
  .checkout
  .col-xl-auto.account-content-aside.checkout-aside
  span,
.is-act-confirmpage
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-aside
  span,
.footer-main
  .account-content
  .is-ctl-accountorder
  .checkout
  .col-xl-auto.account-content-aside.checkout-aside
  span,
.is-ctl-accountorder
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-aside
  span,
.footer-main
  .account-content
  .is-act-finishpage
  .checkout
  .col-xl-auto.account-content-aside.checkout-additional
  span,
.is-act-finishpage
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-additional
  span,
.footer-main
  .account-content
  .is-act-finishpage
  .checkout
  .col-xl-auto.account-content-aside.checkout-aside
  span,
.is-act-finishpage
  .checkout
  .footer-main
  .account-content
  .col-xl-auto.account-content-aside.checkout-aside
  span,
.account-content .footer-main .col-md-6.col-xl-auto.account-content-aside span {
  font-size: 14px !important;
}
@media (max-width: 300px) {
  .footer-agb-wrapper {
    padding: 0;
    max-width: fit-content;
  }
  .footer-agb-wrapper .footer-meta-nav {
    max-width: 100%;
    display: block !important;
  }
}
@media (min-width: 330px) and (max-width: 991px) {
  .col-330-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.mw-fc {
  min-width: fit-content;
}
.newsletter {
  position: relative;
  margin-bottom: 70px;
}
.newsletter > picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.newsletter > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.newsletter-box {
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}
.newsletter-box h2 {
  margin-bottom: 12px;
}
.newsletter-box p {
  margin-bottom: 0;
}
.newsletter-box .input-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 5px;
  margin-bottom: 12px;
  padding-right: 20px;
}
.newsletter-box .form-control {
  height: auto;
  padding: 12px 0 12px 20px;
  font-size: 1rem;
  line-height: 1.47;
  border: 0;
}
.newsletter-box .form-control:focus {
  box-shadow: none !important;
}
.newsletter-box .input-group-append {
  padding-left: 20px;
}
.newsletter-box .btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .newsletter-box {
    padding-top: 35px;
  }
  .newsletter-box p:last-child {
    margin-bottom: 20px;
  }
}
.account-overview-newsletter .newsletter-alerts {
  -webkit-animation: fadeout 0.25s ease-out 3s 1 normal forwards;
  animation: fadeout 0.25s ease-out 3s 1 normal forwards;
}
.account-overview-newsletter .newsletter-alerts .alert {
  width: fit-content;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .account-overview-newsletter .newsletter-alerts .alert {
    width: 100%;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    height: 55px;
  }
  99% {
    opacity: 0;
    height: 55px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    height: 55px;
  }
  99% {
    opacity: 0;
    height: 55px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
#CookiebotWidget {
  display: none;
}

.cookie-wrapper {
  border-radius: 8px;
  padding: 20px;
}
.cookie-wrapper .cookie-groups-list {
  box-shadow: 15px 0 15px -10px rgba(0, 0, 0, 0.1);
  width: 30%;
  min-height: 400px;
  margin-left: -10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .cookie-wrapper .cookie-groups-list {
    margin-left: -20px;
  }
}
.cookie-wrapper .cookie-groups-list .cookie-groups-list-item {
  cursor: pointer;
}
.cookie-wrapper .cookie-groups-list .cookie-groups-list-item h2 {
  padding: 20px;
  font-size: 20px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.cookie-wrapper .cookie-groups-list .cookie-groups-list-item h2.selected,
.cookie-wrapper .cookie-groups-list .cookie-groups-list-item h2:hover {
  background-color: #eaeaea;
}
.cookie-wrapper .cookie-groups-detail-list {
  display: block;
  padding-right: 30px;
  position: absolute;
  top: 10%;
  left: 30%;
  height: 90%;
  overflow: auto;
  width: 70%;
}
.cookie-wrapper .cookie-groups-detail-list .cookie-groups-detail-item {
  display: none;
  position: relative;
  width: 100%;
}
.cookie-wrapper .cookie-groups-detail-list .cookie-groups-detail-item.show {
  display: block;
}
.cookie-wrapper
  .cookie-groups-detail-list
  .cookie-groups-detail-item
  .cookie-group-detail-label {
  position: absolute;
  top: -10px;
  right: 0;
}
.cookie-wrapper
  .cookie-groups-detail-list
  .cookie-groups-detail-item
  .cookies-table {
  width: 100%;
  padding-top: 20px;
}
.cookie-wrapper
  .cookie-groups-detail-list
  .cookie-groups-detail-item
  .cookies-table
  .cookie-name,
.cookie-wrapper
  .cookie-groups-detail-list
  .cookie-groups-detail-item
  .cookies-table
  .cookie-provider {
  width: 25%;
}
.cookie-wrapper
  .cookie-groups-detail-list
  .cookie-groups-detail-item
  .cookies-table
  .cookie-purpose {
  width: 50%;
}
.cookie-wrapper .cookie-window {
  position: relative;
}
.cookie-wrapper .cookie-window.detail-window {
  margin-bottom: 20px;
}
.cookie-wrapper .cookie-window.hidden {
  display: none;
}
.cookie-wrapper .cookie-window .close-details {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.cookie-wrapper .cookie-window .close-details i {
  font-size: 30px;
}
.cookie-wrapper p {
  margin-bottom: 0;
}
.cookie-wrapper .cookie-groups {
  border-bottom: 1px solid #b4b4af;
  border-top: 1px solid #b4b4af;
  margin: 15px 0;
}
.cookie-wrapper .cookie-groups #cookieConsentSettingButton i {
  margin-left: 0;
}
.cookie-wrapper #cookieConsentSettingButton {
  max-width: 200px;
  padding: 0;
  border: none;
  display: inline-block;
  cursor: pointer;
}
.cookie-wrapper .cookie-consent-permission-button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cookie-wrapper .cookie-consent-permission-button button {
  width: 100%;
}
.cookie-wrapper
  .cookie-consent-permission-button
  button#cookieConsentAcceptButton {
  background-color: #b4b4af;
}
@media (max-width: 767px) {
  .cookie-wrapper
    .cookie-consent-permission-button
    button#cookieConsentAcceptButton {
    margin-bottom: 20px;
  }
}
.cookie-wrapper
  .cookie-consent-permission-button
  button#cookieConsentAcceptAllButton {
  background-color: #464641;
}
.cookie-wrapper .default-groups-list {
  display: none;
}
@media (min-width: 992px) {
  .cookie-wrapper .default-groups-list {
    display: block;
  }
}
.cookie-wrapper .second-groups-list {
  margin-top: 45px;
  display: block;
}
@media (min-width: 992px) {
  .cookie-wrapper .second-groups-list {
    display: none;
  }
}
.cookie-wrapper .second-groups-list .card button {
  outline: none;
}
.cookie-wrapper .second-groups-list .card button h2 {
  margin-bottom: 0;
}
.cookie-wrapper .second-groups-list .card-body {
  padding: 0 40px 20px;
}
.cookie-wrapper .cookie-group-label {
  display: inline-block;
  position: relative;
}
.cookie-wrapper .cookie-group-label label,
.cookie-wrapper .cookie-group-label input {
  display: inline-block;
}
.cookie-wrapper .cookie-group-label input {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-wrapper .cookie-group-label input + label:after {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 0 !important;
  width: 15px !important;
  height: 15px !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-wrapper .cookie-group-label input:checked + label:after {
  -ms-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  background: #b4b4af;
  border-radius: 5px;
}
.cookie-wrapper .cookie-group-label label {
  padding: 15px 0 15px 25px;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.cookie-wrapper .cookie-group-label label.is-functional {
  cursor: not-allowed;
}
.cookie-wrapper .cookie-group-label label:before {
  transition:
    -ms-transform 0.225s ease-out,
    opacity 0.225s ease-out;
  transition:
    -webkit-transform 0.225s ease-out,
    opacity 0.225s ease-out;
  transition:
    transform 0.225s ease-out,
    opacity 0.225s ease-out;
  -webkit-transition:
    -webkit-transform 0.225s ease-out,
    opacity 0.225s ease-out;
  z-index: 0;
  content: "";
  position: absolute;
  top: 50% !important;
  left: 0 !important;
  width: 15px !important;
  height: 15px !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 5px;
}
.is-ctl-navigation.is-act-index .cms-block-image-text {
  position: relative;
  margin-bottom: 30px;
}
.is-ctl-navigation.is-act-index .cms-block-image-text > .cms-block-container {
  padding-top: 0 !important;
}
.is-ctl-navigation.is-act-index .cms-block-image-text img {
  border-radius: 8px;
}
.is-ctl-navigation.is-act-index .cms-block-image-text .col-md-6:first-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-confirmpage
  .checkout
  .checkout-aside:first-child,
.is-act-confirmpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:first-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-ctl-accountorder
  .checkout
  .checkout-aside:first-child,
.is-ctl-accountorder
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:first-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-finishpage
  .checkout
  .checkout-additional:first-child,
.is-act-finishpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-additional:first-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-finishpage
  .checkout
  .checkout-aside:first-child,
.is-act-finishpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:first-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.is-ctl-navigation.is-act-index .cms-block-image-text .col-md-6:last-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-confirmpage
  .checkout
  .checkout-aside:last-child,
.is-act-confirmpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:last-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-ctl-accountorder
  .checkout
  .checkout-aside:last-child,
.is-ctl-accountorder
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:last-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-finishpage
  .checkout
  .checkout-additional:last-child,
.is-act-finishpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-additional:last-child,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-finishpage
  .checkout
  .checkout-aside:last-child,
.is-act-finishpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:last-child {
  position: absolute;
  top: 47%;
  left: 10%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.is-ctl-navigation.is-act-index .cms-block-image-text .col-md-6:last-child h2,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-confirmpage
  .checkout
  .checkout-aside:last-child
  h2,
.is-act-confirmpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:last-child
  h2,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-ctl-accountorder
  .checkout
  .checkout-aside:last-child
  h2,
.is-ctl-accountorder
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:last-child
  h2,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-finishpage
  .checkout
  .checkout-additional:last-child
  h2,
.is-act-finishpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-additional:last-child
  h2,
.is-ctl-navigation.is-act-index
  .cms-block-image-text
  .is-act-finishpage
  .checkout
  .checkout-aside:last-child
  h2,
.is-act-finishpage
  .checkout
  .is-ctl-navigation.is-act-index
  .cms-block-image-text
  .checkout-aside:last-child
  h2 {
  font-size: 35px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .is-ctl-navigation.is-act-index .cms-block-image-text .cms-image-container {
    min-height: 120px !important;
  }
  .is-ctl-navigation.is-act-index .cms-block-image-text .col-md-6:last-child,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-aside:last-child,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-aside:last-child,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-act-finishpage
    .checkout
    .checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-additional:last-child,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-aside:last-child {
    left: 5%;
    max-width: 90%;
  }
  .is-ctl-navigation.is-act-index .cms-block-image-text .col-md-6:last-child h2,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-act-confirmpage
    .checkout
    .checkout-aside:last-child
    h2,
  .is-act-confirmpage
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-aside:last-child
    h2,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-ctl-accountorder
    .checkout
    .checkout-aside:last-child
    h2,
  .is-ctl-accountorder
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-aside:last-child
    h2,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-act-finishpage
    .checkout
    .checkout-additional:last-child
    h2,
  .is-act-finishpage
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-additional:last-child
    h2,
  .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .is-act-finishpage
    .checkout
    .checkout-aside:last-child
    h2,
  .is-act-finishpage
    .checkout
    .is-ctl-navigation.is-act-index
    .cms-block-image-text
    .checkout-aside:last-child
    h2 {
    font-size: 22px;
  }
}
.cms-block-product-listing {
  overflow: visible;
}
.cms-block-product-listing > .cms-block-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cms-block-product-listing .cms-listing-col {
  margin-bottom: 60px;
}
.cms-element-product-listing-actions {
  margin-bottom: 55px;
}
.cms-element-product-listing-actions > .col-md-auto {
  margin-left: auto;
}
.cms-element-product-listing-actions > .col-md-auto:nth-last-child(2) {
  display: none;
  margin: 0 10% 0 auto;
}
.cms-element-product-listing-actions
  > .col-md-auto:nth-last-child(2):nth-last-child(2)
  > .pagination-nav {
  margin-bottom: 0;
}
.cms-element-product-listing {
  position: relative;
}
.has-element-loader .cms-element-product-listing .product-meta-info,
.has-element-loader .cms-element-product-listing .product-rating span.d-flex {
  display: none !important;
}
.has-element-loader .cms-element-product-listing .product-name,
.has-element-loader .cms-element-product-listing .product-price {
  width: auto;
}
.has-element-loader .cms-element-product-listing .product-price {
  background: none;
  -webkit-animation: none;
  animation: none;
}
.product-compare-row .product-info {
  -ms-flex: initial;
  flex: initial;
}
.offcanvas-cart .cart-item {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 10px;
}
.offcanvas-cart .cart-item {
  padding: 0;
}
.offcanvas-cart-header div {
  font-size: 28px;
}
.compare-item-remove {
  margin: auto 0;
}
.offcanvas-cart-actions a {
  -ms-flex-pack: center;
  justify-content: center;
  background: #464641;
}
.offcanvas-cart-actions a:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.offcanvas-cart .cart-item-img {
  height: 100%;
}
.btn.compare-item-remove-button {
  padding: 4px;
  background-color: #e3e3e3;
  float: right;
}
.btn.compare-item-remove-button svg {
  top: 0;
}
.btn.compare-item-remove-button svg path {
  fill: #b4b4af;
}
.img-fluid.cart-item-img-source,
.offcanvas-cart .cart-item-img-link .cart-item-img-source {
  height: 75px;
  width: auto;
}
.cart-item-img-source {
  margin: auto 0;
  padding-left: 5px;
}
.offcanvas-cart .cart-item-details-container .cart-item-details {
  margin-right: 5px;
}
.offcanvas-cart .cart-item-details {
  margin-bottom: 0;
}
.cart-item-name-text {
  font-weight: 700;
}
.cart-item-row {
  padding: 5px 15px 5px 10px;
}
.cart-item-category-text {
  font-weight: 400;
  font-size: 14px;
  color: #b4b4af;
}
.offcanvas-content-container .bottom {
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 90%;
  text-align: center;
  border-top: 1px solid #b4b4af;
}
.offcanvas-content-container .bottom .remove-all {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  color: #464641;
  display: inline-block;
}
.offcanvas-content-container .bottom svg {
  top: 2px;
}
.card-body-minimal {
  -webkit-transition: 0.275s box-shadow ease-out;
  transition: 0.275s box-shadow ease-out;
  z-index: 1;
}
.card-body {
  padding: 1.25rem;
}
.product-box .card-body {
  padding: 0;
}
.card-body-minimal:hover {
  box-shadow: 0 0.3125rem 2rem rgba(0, 0, 0, 0.2);
}
.card-body-minimal:hover .product-info i {
  opacity: 1;
}
.card-body-minimal .product-info .product-name:hover {
  color: #191919;
}
.card-body-minimal .product-info:hover {
  text-decoration: none;
}
.card-body-minimal .product-info > .product-name-price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
}
.card-body-minimal .product-info i {
  opacity: 0;
  -webkit-transition: 0.275s opacity ease-out;
  transition: 0.275s opacity ease-out;
  color: #191919;
}
@media (max-width: 991px) {
  .card-body-minimal .product-info i {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .cms-block-product-listing .cms-listing-col {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .cms-element-product-listing-wrapper.special-listing {
    margin-top: -100px;
  }
}
.product-action-basket .icon-group .iconm-cart-shopping-filled {
  color: #17a2e0;
  opacity: 0;
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
.product-action-basket .icon-group .iconm-cart-shopping {
  color: #17a2e0;
  opacity: 1;
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
.product-action-basket:hover .icon-group .iconm-cart-shopping-filled {
  color: #17a2e0;
  opacity: 1;
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
.product-action-basket:hover .icon-group .iconm-cart-shopping {
  color: #17a2e0;
  opacity: 0;
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
.img-rounded img {
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .product-compare-products .product-name-price .iconm-arrow-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
button {
  border: 0;
  padding: 0 10px;
  background: none;
}
.btn:hover > .iconm-arrow-right {
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.btn:hover > .iconm-star-empty:after {
  opacity: 1;
}
.btn:hover > .iconm-paper-plane {
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn > i {
  font-size: 16px;
  transition: -ms-transform 0.275s ease-out;
  transition: -webkit-transform 0.275s ease-out;
  transition: transform 0.275s ease-out;
  -webkit-transition: -webkit-transform 0.275s ease-out;
}
.btn > .iconm-star-empty {
  display: -ms-grid;
  display: grid;
}
.btn > .iconm-star-empty:before,
.btn > .iconm-star-empty:after {
  grid-row: 1;
  grid-column: 1;
}
.btn > .iconm-star-empty:after {
  content: "\e908";
  opacity: 0;
  -webkit-transition: opacity 0.275s ease-out;
  transition: opacity 0.275s ease-out;
}
.form-control-placeholder.form-control + .input-group-append svg {
  width: 22px;
  height: 22px;
}
.form-control-placeholder.form-control:placeholder-shown
  + .input-group-append
  .show-placeholder,
.form-control-placeholder.form-control:placeholder-shown
  + .input-group-append
  .icon-show-placeholder {
  display: none;
}
.form-control-placeholder.form-control:placeholder-shown
  + .input-group-append
  .hidden-placeholder {
  display: block;
}
.form-control-placeholder.form-control:not(:placeholder-shown)
  + .input-group-append
  .show-placeholder,
.form-control-placeholder.form-control:not(:placeholder-shown)
  + .input-group-append
  .icon-show-placeholder {
  display: block;
}
.form-control-placeholder.form-control:not(:placeholder-shown)
  + .input-group-append
  .hidden-placeholder {
  display: none;
}
.btn-light,
.btn-ghost,
.btn-secondary {
  background: #fff;
  border-color: #464641;
  color: #191919;
}
.btn-light svg,
.btn-light span svg,
.btn-ghost svg,
.btn-ghost span svg,
.btn-secondary svg,
.btn-secondary span svg {
  color: #191919;
  top: 0 !important;
}
.btn-light:hover,
.btn-ghost:hover,
.btn-secondary:hover {
  background: #464641 !important;
  border-color: #464641 !important;
  color: #fff !important;
  fill: currentColor;
}
.btn-light:hover svg,
.btn-light:hover span svg,
.btn-ghost:hover svg,
.btn-ghost:hover span svg,
.btn-secondary:hover svg,
.btn-secondary:hover span svg {
  color: #fff !important;
  fill: currentColor;
}
.btn-light:focus,
.btn-ghost:focus,
.btn-secondary:focus {
  box-shadow: 0 0 0.2rem rgba(227, 227, 227, 0.5);
  background: #464641 !important;
  border-color: #464641 !important;
  color: #fff !important;
  fill: currentColor;
}
.btn-light:focus svg,
.btn-ghost:focus svg,
.btn-secondary:focus svg {
  color: #fff !important;
  fill: currentColor;
}
.btn-light:active,
.btn-ghost:active,
.btn-secondary:active {
  fill: currentColor;
  background: #464641 !important;
  color: #fff !important;
  box-shadow: 0 0 0.2rem rgba(227, 227, 227, 0.5) !important;
  border-color: initial !important;
}
.btn-light:active svg,
.btn-ghost:active svg,
.btn-secondary:active svg {
  color: #fff !important;
  fill: currentColor;
}
.btn-grey {
  background: #b4b4af;
  border-color: #b4b4af;
  color: #fff;
}
.btn-grey:hover {
  background: #9b9b95;
  color: #fff;
}
.btn-grey:focus {
  box-shadow: 0 0 0.2rem rgba(180, 180, 175, 0.5) !important;
  color: #fff;
}
.btn-grey:active {
  background: #cacaca !important;
  box-shadow: 0 0 0.2rem rgba(180, 180, 175, 0.5) !important;
  color: #fff !important;
  border-color: initial !important;
}
.is-added-to-compare i {
  color: #17a2e0;
}
.btn-compare i {
  margin: 0;
}
.borderless {
  border: none;
}
.btn-buy {
  color: #fff;
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.btn-buy:hover {
  background: #1591c9;
  color: #fff;
  border-color: #17a2e0 !important;
}
.btn-buy:focus {
  box-shadow: 0 0 0.2rem rgba(23, 162, 224, 0.25) !important;
}
.btn-buy:active {
  background: #1591c9 !important;
  box-shadow: 0 0 0.2rem rgba(23, 162, 224, 0.5) !important;
  color: #fff !important;
  border-color: initial !important;
}
input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05) !important;
  border-color: initial !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #464641;
  background-color: #464641;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(25, 25, 25, 0.1);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #191919;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.custom-select:focus {
  border-color: #191919;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 25, 25, 0.1);
}
.filter-panel-item.show .filter-panel-item-toggle {
  color: #464641;
  border-color: #464641;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}
.filter-panel-item.show .icon-filter-panel-item-toggle svg {
  color: #878787;
  fill: #878787;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #464641;
  border-color: #464641;
}
.page-link:hover {
  color: white;
  fill: white;
  background-color: #c5c5c1;
  border-color: #c5c5c1;
}
.page-link:hover .icon > svg {
  color: white;
  fill: white;
}
.checkout-aside-action .btn-primary,
.checkout-aside-action .address-editor-select:not(.collapsed),
.checkout-aside-action .address-editor-edit:not(.collapsed),
.checkout-aside-action .address-editor-create:not(.collapsed) {
  color: #fff;
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.checkout-aside-action .btn-primary:hover,
.checkout-aside-action .address-editor-select:not(.collapsed):hover,
.checkout-aside-action .address-editor-edit:not(.collapsed):hover,
.checkout-aside-action .address-editor-create:not(.collapsed):hover {
  background: #1591c9;
  color: #fff;
  border-color: #17a2e0;
}
.checkout-aside-action .btn-primary:focus,
.checkout-aside-action .address-editor-select:not(.collapsed):focus,
.checkout-aside-action .address-editor-edit:not(.collapsed):focus,
.checkout-aside-action .address-editor-create:not(.collapsed):focus {
  box-shadow: 0 0 0.2rem rgba(23, 162, 224, 0.5);
}
.checkout-aside-action .btn-primary:active,
.checkout-aside-action .address-editor-select:not(.collapsed):active,
.checkout-aside-action .address-editor-edit:not(.collapsed):active,
.checkout-aside-action .address-editor-create:not(.collapsed):active {
  background: #1591c9 !important;
  box-shadow: 0 0 0.2rem rgba(23, 162, 224, 0.5) !important;
  color: #fff !important;
  border-color: initial !important;
}
.cms-page .btn.btn-primary.btn-sm,
.cms-page .btn.btn-sm.address-editor-select:not(.collapsed),
.cms-page .btn-group-sm > .btn.address-editor-select:not(.collapsed),
.cms-page .btn.btn-sm.address-editor-edit:not(.collapsed),
.cms-page .btn-group-sm > .btn.address-editor-edit:not(.collapsed),
.cms-page .btn.btn-sm.address-editor-create:not(.collapsed),
.cms-page .btn-group-sm > .btn.address-editor-create:not(.collapsed),
.cms-page .btn-group-sm > .btn.btn-primary {
  background: #b4b4af;
  border-color: #b4b4af;
  color: #fff;
}
.cms-page .btn.btn-primary.btn-sm:hover,
.cms-page .btn.btn-sm.address-editor-select:not(.collapsed):hover,
.cms-page .btn-group-sm > .btn.address-editor-select:not(.collapsed):hover,
.cms-page .btn.btn-sm.address-editor-edit:not(.collapsed):hover,
.cms-page .btn-group-sm > .btn.address-editor-edit:not(.collapsed):hover,
.cms-page .btn.btn-sm.address-editor-create:not(.collapsed):hover,
.cms-page .btn-group-sm > .btn.address-editor-create:not(.collapsed):hover,
.cms-page .btn-group-sm > .btn.btn-primary:hover {
  background: #9b9b95;
  color: #fff;
}
.cms-page .btn.btn-primary.btn-sm:focus,
.cms-page .btn.btn-sm.address-editor-select:not(.collapsed):focus,
.cms-page .btn-group-sm > .btn.address-editor-select:not(.collapsed):focus,
.cms-page .btn.btn-sm.address-editor-edit:not(.collapsed):focus,
.cms-page .btn-group-sm > .btn.address-editor-edit:not(.collapsed):focus,
.cms-page .btn.btn-sm.address-editor-create:not(.collapsed):focus,
.cms-page .btn-group-sm > .btn.address-editor-create:not(.collapsed):focus,
.cms-page .btn-group-sm > .btn.btn-primary:focus {
  box-shadow: 0 0 0.2rem rgba(180, 180, 175, 0.5);
  color: #fff;
}
.cms-page .btn.btn-primary.btn-sm:active,
.cms-page .btn.btn-sm.address-editor-select:not(.collapsed):active,
.cms-page .btn-group-sm > .btn.address-editor-select:not(.collapsed):active,
.cms-page .btn.btn-sm.address-editor-edit:not(.collapsed):active,
.cms-page .btn-group-sm > .btn.address-editor-edit:not(.collapsed):active,
.cms-page .btn.btn-sm.address-editor-create:not(.collapsed):active,
.cms-page .btn-group-sm > .btn.address-editor-create:not(.collapsed):active,
.cms-page .btn-group-sm > .btn.btn-primary:active {
  background: #cacaca !important;
  box-shadow: 0 0 0.2rem rgba(180, 180, 175, 0.5) !important;
  color: #fff !important;
  border-color: initial !important;
}
.cms-page .other-primary .btn.btn-primary.btn-sm,
.cms-page .other-primary .btn.btn-sm.address-editor-select:not(.collapsed),
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-select:not(.collapsed),
.cms-page .other-primary .btn.btn-sm.address-editor-edit:not(.collapsed),
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-edit:not(.collapsed),
.cms-page .other-primary .btn.btn-sm.address-editor-create:not(.collapsed),
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-create:not(.collapsed),
.cms-page .other-primary .btn-group-sm > .btn.btn-primary {
  background: #464641;
  border-color: #464641;
  color: #fff;
}
.cms-page .other-primary .btn.btn-primary.btn-sm:hover,
.cms-page
  .other-primary
  .btn.btn-sm.address-editor-select:not(.collapsed):hover,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-select:not(.collapsed):hover,
.cms-page .other-primary .btn.btn-sm.address-editor-edit:not(.collapsed):hover,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-edit:not(.collapsed):hover,
.cms-page
  .other-primary
  .btn.btn-sm.address-editor-create:not(.collapsed):hover,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-create:not(.collapsed):hover,
.cms-page .other-primary .btn-group-sm > .btn.btn-primary:hover {
  background: #2c2c28;
  color: #fff;
}
.cms-page .other-primary .btn.btn-primary.btn-sm:focus,
.cms-page
  .other-primary
  .btn.btn-sm.address-editor-select:not(.collapsed):focus,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-select:not(.collapsed):focus,
.cms-page .other-primary .btn.btn-sm.address-editor-edit:not(.collapsed):focus,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-edit:not(.collapsed):focus,
.cms-page
  .other-primary
  .btn.btn-sm.address-editor-create:not(.collapsed):focus,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-create:not(.collapsed):focus,
.cms-page .other-primary .btn-group-sm > .btn.btn-primary:focus {
  box-shadow: none;
  background: #2c2c28;
  color: #fff;
}
.cms-page .other-primary .btn.btn-primary.btn-sm:active,
.cms-page
  .other-primary
  .btn.btn-sm.address-editor-select:not(.collapsed):active,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-select:not(.collapsed):active,
.cms-page .other-primary .btn.btn-sm.address-editor-edit:not(.collapsed):active,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-edit:not(.collapsed):active,
.cms-page
  .other-primary
  .btn.btn-sm.address-editor-create:not(.collapsed):active,
.cms-page
  .other-primary
  .btn-group-sm
  > .btn.address-editor-create:not(.collapsed):active,
.cms-page .other-primary .btn-group-sm > .btn.btn-primary:active {
  background: #2c2c28;
  box-shadow: none;
  color: #fff !important;
  border-color: initial !important;
}
.cms-page .btn.btn-secondary.btn-sm,
.cms-page .btn-group-sm > .btn.btn-secondary {
  background: #fff;
  border: none;
  color: #191919;
  box-shadow: 0.0125rem 0.125rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.cms-page .btn.btn-secondary.btn-sm:hover,
.cms-page .btn-group-sm > .btn.btn-secondary:hover {
  background: #e6e6e6;
  border: none;
  color: #191919;
}
.cms-page .btn.btn-secondary.btn-sm:focus,
.cms-page .btn-group-sm > .btn.btn-secondary:focus {
  box-shadow: 0.0125rem 0.125rem 1rem rgba(0, 0, 0, 0.25);
  background: #e6e6e6;
  color: #191919;
  border: none;
}
.cms-page .btn.btn-secondary.btn-sm:active,
.cms-page .btn-group-sm > .btn.btn-secondary:active {
  box-shadow: 0.0125rem 0.125rem 1rem rgba(0, 0, 0, 0.25);
  background: #e6e6e6;
  color: #191919;
  border: none;
}
.accordion button {
  color: #191919;
}
ul {
  padding-left: 18px;
}
.delivery-information {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.delivery-information.delivery-available {
  color: #61d377;
}
.delivery-information.delivery-soldout,
.delivery-information.delivery-not-available {
  color: #e52427;
}
.delivery-information.delivery-preorder,
.delivery-information.delivery-restock {
  color: #ffbd5d;
}
.delivery-status-indicator {
  height: auto;
  width: auto;
  border-radius: 0;
  line-height: 1;
}
.delivery-status-indicator.bg-success {
  background: none !important;
}
.delivery-status-indicator.bg-success:before {
  content: "";
}
.delivery-status-indicator.bg-info,
.delivery-status-indicator.bg-danger,
.delivery-status-indicator.bg-warning {
  background: none !important;
}
.delivery-status-indicator.bg-info:before,
.delivery-status-indicator.bg-danger:before,
.delivery-status-indicator.bg-warning:before {
  content: "";
}
.image-pin {
  position: relative;
}
.image-pin img {
  width: 100%;
}
.image-pin .pin-trigger {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 19px;
  border-radius: 50%;
  color: #fff;
  background: rgba(59, 59, 59, 0.6);
}
.image-pin .pin-trigger:before {
  content: "\e90d";
}
.image-pin .pin > div[data-tippy-root] {
  pointer-events: none;
}
.image-pin .pin > div[data-tippy-root] .image-pin-content {
  pointer-events: all;
}
.image-pin .pin > .image-pin-content {
  display: none;
}
.image-pin-content {
  border-radius: 5px;
  padding: 12px 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
  min-width: 150px;
  max-width: 200px;
  cursor: pointer;
  -ms-transform: translateY(calc(50% + 30px));
  -webkit-transform: translateY(calc(50% + 30px));
  transform: translateY(calc(50% + 30px));
}
.tippy-box[data-placement="bottom"] .image-pin-content {
  -ms-transform: translateY(calc(-50% - 30px));
  -webkit-transform: translateY(calc(-50% - 30px));
  transform: translateY(calc(-50% - 30px));
}
.image-pin-content > h4 {
  margin: 0 0 2px;
}
.image-pin-content > h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px;
  color: #b4b4af;
}
.image-pin-content > p:last-child {
  margin-bottom: 0;
}
.image-pin-content .price {
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.image-pin-content a {
  color: inherit;
}
.image-pin-content .iconm-arrow-right {
  display: block;
  font-size: 26px;
  margin-bottom: -5px;
}
.deconstructed-slider .swiper-button-prev,
.deconstructed-slider .swiper-button-next {
  z-index: 16;
}
.deconstructed-slider a {
  z-index: 20;
}
.cms-block .pin-trigger {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teaser-group {
  margin-top: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}
.teaser-item {
  position: relative;
  margin-bottom: 30px;
}
.teaser-item:hover {
  text-decoration: none;
}
.teaser-item:hover:hover picture {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.teaser-item-image {
  overflow: hidden;
  overflow: clip;
  will-change: -ms-transform;
  will-change: -webkit-transform;
  will-change: transform;
  border-radius: 15px;
}
.teaser-item-image picture {
  display: block;
  border-radius: inherit;
  transition: -ms-transform 0.425s ease-out;
  transition: -webkit-transform 0.425s ease-out;
  transition: transform 0.425s ease-out;
  -webkit-transition: -webkit-transform 0.425s ease-out;
}
.teaser-item-image img {
  width: 100%;
  border-radius: inherit;
}
.teaser-item-title {
  position: absolute;
  top: 50%;
  padding: 20px 45px;
  color: #fff;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 300px;
}
@media screen and (min-width: 992px) {
  .teaser-group {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 992px) {
  .teaser-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .teaser-group {
    margin-bottom: 5px;
  }
}
.offcanvas.is-fullwidth {
  width: calc(100% - 50px);
  will-change: -ms-transform;
  will-change: -webkit-transform;
  will-change: transform;
}
.checkout.checkout-page .alert,
.cart-offcanvas .alert {
  background-color: #464641;
  border-color: #464641;
  color: #fff;
  border-radius: 8px;
}
.checkout.checkout-page .alert i,
.cart-offcanvas .alert i {
  color: #b4b4af;
}
.cart-offcanvas .offcanvas-close {
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 20px;
  border: 0;
  color: #464641;
  background: #e3e3e3;
}
.cart-offcanvas .offcanvas-close > i {
  margin-right: 5px;
  margin-left: 0;
}
.cart-offcanvas .offcanvas-cart-header {
  margin-bottom: 15px;
}
.cart-offcanvas .offcanvas-cart-header-count {
  font-size: 14px;
}
.cart-offcanvas .alert {
  margin-bottom: 40px;
}
.cart-offcanvas .cart-item {
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 20px;
  border-bottom: 1px solid #b4b4af;
}
.cart-offcanvas .cart-item-price {
  font-weight: 400;
}
.cart-offcanvas .cart-item-row {
  padding: 0;
}
.cart-offcanvas .cart-item-img-link {
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart-offcanvas .cart-item-img-link > .cart-item-img-source {
  height: auto;
  margin: 0;
}
.cart-offcanvas .cart-item-details {
  padding-top: 0;
}
.cart-offcanvas .cart-item-details a {
  color: inherit;
}
.cart-offcanvas .cart-item-details a:hover {
  text-decoration: none;
  color: #464641;
}
.cart-offcanvas .cart-item-remove-button {
  border: 0;
  width: 30px;
  height: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.cart-offcanvas .cart-item-remove-button:hover {
  color: #fff;
  background: #e52427;
}
.cart-offcanvas .cart-item-remove-button > i {
  margin: 0;
}
.offcanvas-summary {
  margin-bottom: 10px;
}
.offcanvas-summary-list {
  margin-bottom: 3px;
}
.offcanvas-cart-tax {
  color: #b4b4af;
  margin-bottom: 25px;
}
.offcanvas-cart-promotion-form {
  margin-bottom: 28px;
}
.offcanvas-cart-promotion-form .input-group {
  border-radius: 5px;
  border: 1px solid #b4b4af;
}
.offcanvas-cart-promotion-form .form-control {
  height: auto;
  border: 0;
  border-radius: 5px 0 0 5px !important;
  font-size: 17px;
  line-height: 1.75;
}
.offcanvas-cart-promotion-form .input-group-append .btn {
  border: 0;
  color: #191919;
  background: none;
}
.cart-offcanvas .offcanvas-cart-actions a:not(.begin-checkout-btn) {
  border-color: transparent;
  font-weight: 700;
  background: none;
  color: inherit;
}
.cart-offcanvas .offcanvas-cart-actions a:not(.begin-checkout-btn):hover {
  color: #191919;
  border-color: #464641;
}
.navigation-offcanvas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
  overflow: hidden;
}
.offcanvas-header-actions {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 15px 20px 20px;
  margin-bottom: 25px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  z-index: 7;
}
.offcanvas-header-actions > .search-toggle {
  display: none;
}
.offcanvas-header-actions > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 28px;
}
.offcanvas-header-actions > .search-toggle {
  margin-left: auto;
}
.offcanvas-header-actions > .account-menu {
  margin-right: auto;
  margin-left: 0;
}
.offcanvas-header-actions > .account-menu > .dropdown {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.offcanvas-header-actions .btn {
  position: relative;
  padding: 0;
  border-radius: 0;
  line-height: 1;
  font-size: 18px;
}
.offcanvas-header-actions .btn i {
  margin-left: 0;
}
.offcanvas-header-actions .badge {
  position: absolute;
  top: -5px;
  right: -8px;
  color: #fff;
}
.offcanvas-header-actions .account-menu-btn {
  font-size: 13px;
}
.offcanvas-header-actions .account-menu-btn > i {
  margin-right: 8px;
  font-size: 18px;
}
.navigation-close {
  position: fixed;
  top: 32px;
  left: 100%;
  width: auto !important;
  font-size: 24px;
  border: 0;
  background: none;
  color: #fff !important;
}
.navigation-offcanvas-content-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.navigation-offcanvas-content-wrapper .offcanvas-content-container {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 1;
}
.navigation-offcanvas-container {
  position: static;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  background: none;
}
.navigation-offcanvas-container .row.product-family,
.navigation-offcanvas-container .product-family.account-content,
.navigation-offcanvas-container
  .is-act-cartpage
  .checkout
  .product-family.checkout-container,
.is-act-cartpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-act-checkoutregisterpage
  .checkout
  .product-family.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-act-confirmpage
  .checkout
  .product-family.checkout-container,
.is-act-confirmpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-ctl-accountorder
  .checkout
  .product-family.checkout-container,
.is-ctl-accountorder
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container,
.navigation-offcanvas-container
  .is-act-finishpage
  .checkout
  .product-family.checkout-container,
.is-act-finishpage
  .checkout
  .navigation-offcanvas-container
  .product-family.checkout-container {
  margin-top: 15px;
  margin-bottom: 100px;
}
.navigation-offcanvas-overlay-content {
  grid-row: 1;
  grid-column: 1;
}
.navigation-offcanvas-overlay-content:nth-last-child(3) {
  display: none;
}
.navigation-offcanvas-placeholder {
  position: relative;
  grid-row: 1;
  grid-column: 1;
  background: #fff;
  min-height: 1px !important;
}
.navigation-offcanvas-overlay {
  position: absolute;
  top: -25px;
  left: 0 !important;
  grid-row: 1;
  grid-column: 1;
  padding-top: 35px;
  height: calc(100vh - 90px);
  min-height: 1px !important;
  overflow: hidden;
  visibility: hidden;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition:
    visibility 0.275s ease-out,
    -ms-transform 0.275s ease-out !important;
  transition:
    visibility 0.275s ease-out,
    -webkit-transform 0.275s ease-out !important;
  transition:
    visibility 0.275s ease-out,
    transform 0.275s ease-out !important;
  -webkit-transition:
    visibility 0.275s ease-out,
    -webkit-transform 0.275s ease-out !important;
  background: #fff;
}
.navigation-offcanvas-overlay[style*="left: 0%;"] {
  overflow: visible;
  visibility: visible;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.navigation-offcanvas-overlay .offcanvas-products-back {
  margin-top: -10px;
}
.navigation-offcanvas-overlay
  .navigation-flyout-col
  .navigation-flyout-col-link {
  box-shadow: none;
  padding: 0 24px;
}
.navigation-offcanvas-overlay
  .navigation-flyout-col
  .navigation-flyout-col-link
  > img {
  margin-left: 10px;
}
.navigation-offcanvas-headline {
  display: none !important;
}
.navigation-offcanvas-list {
  padding: 0 20px 30px;
}
.navigation-offcanvas-list .nav-link {
  font-size: 17px;
  color: #464641;
  padding: 15px 0;
}
.navigation-offcanvas-list .nav-link:hover {
  font-weight: 700;
}
.navigation-offcanvas-list .nav-link:hover:hover > i {
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.navigation-offcanvas-list .nav-link > i {
  font-size: 16px;
  color: #b4b4af;
  transition: -ms-transform 0.275s ease-out;
  transition: -webkit-transform 0.275s ease-out;
  transition: transform 0.275s ease-out;
  -webkit-transition: -webkit-transform 0.275s ease-out;
}
.navigation-offcanvas-list-sub-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.navigation-offcanvas-list-sub-header > .nav-link {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0;
  color: #464641;
}
.navigation-offcanvas-list-sub-header
  .is-home-link.navigation-offcanvas-link
  > i,
.navigation-offcanvas-list-sub-header
  .is-current-category.navigation-offcanvas-link
  > i {
  margin-left: 8px;
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.navigation-offcanvas-category-link i {
  margin-left: 8px;
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.navigation-offcanvas-footer {
  padding: 30px 20px 40px;
}
.navigation-offcanvas-contact {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 40px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  color: #464641;
}
.navigation-offcanvas-contact:hover {
  text-decoration: none;
}
.navigation-offcanvas-contact > i {
  font-size: 20px;
}
.navigation-offcanvas-footer .top-bar-nav-text {
  display: block;
}
.sorting {
  position: relative;
  width: auto;
  min-width: 260px;
}
.sorting:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 19px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sorting .custom-select {
  font-size: 17px;
  height: 47px;
  padding-left: 17px;
  background: none;
  margin: 0;
  border-color: #191919;
  -webkit-transition: background 0.225s ease-out;
  transition: background 0.225s ease-out;
  cursor: pointer;
}
.sorting .custom-select:hover {
  background: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .sorting .custom-select {
    border: 0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
}
.custom-select-default > i {
  pointer-events: none;
}
.base-slider {
  overflow: visible !important;
}
.base-slider .tns-inner {
  overflow: hidden !important;
}
.cms-block-container .base-slider .tns-inner {
  padding: 35px 0px;
}
.cms-block-container .cms-element-product-slider .tns-inner {
  padding: 35px 15px;
}
.cms-block-container .base-slider.gallery-slider.has-dots-outside .tns-nav {
  display: none;
}
.cms-block-container .base-slider.gallery-slider.has-dots-outside .tns-inner {
  padding-bottom: 0px;
}
.filter-panel-item {
  margin-right: 20px;
  transition-duration: 0.5s;
}
.filter-panel-item.filter-multi-select[data-filter-multi-select-options*='"name":"tags"'] {
  display: none;
}
.filter-panel-item.filter-multi-select,
.filter-panel-item.filter-range {
  position: relative !important;
}
.filter-panel-item.filter-multi-select .filter-multi-select-dropdown,
.filter-panel-item.filter-range .filter-multi-select-dropdown {
  min-width: 100% !important;
}
.filter-panel-item.filter-multi-select
  .filter-multi-select-dropdown
  .product-review-rating,
.filter-panel-item.filter-range
  .filter-multi-select-dropdown
  .product-review-rating {
  color: #17a2e0;
  white-space: nowrap;
}
.filter-panel-item.filter-multi-select
  .filter-multi-select-dropdown
  .product-review-rating
  + .filter-rating-select-item-label-text,
.filter-panel-item.filter-range
  .filter-multi-select-dropdown
  .product-review-rating
  + .filter-rating-select-item-label-text {
  white-space: nowrap;
  padding-right: 16px;
}
.filter-panel-item.filter-multi-select .filter-multi-select-dropdown,
.filter-panel-item.filter-multi-select .filter-range-dropdown,
.filter-panel-item.filter-range .filter-multi-select-dropdown,
.filter-panel-item.filter-range .filter-range-dropdown {
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  position: absolute !important;
  top: 50px !important;
}
.filter-panel-item.filter-multi-select.show button i,
.filter-panel-item.filter-range.show button i {
  transition-duration: 0.5s;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-panel-item .filter-panel-item-toggle {
  -webkit-transition: background 0.225s ease-out;
  transition: background 0.225s ease-out;
}
.filter-panel-item .filter-panel-item-toggle:hover {
  background: #f2f2f2;
}
.filter-title-product-overview {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-align: center;
  align-items: center;
}
.filter-title-product-overview h4 {
  color: #b4b4af;
  margin-top: 10px;
  margin-left: 5px;
  font-weight: 400;
}
.filter-panel-wrapper.special-filter .filter-panel {
  max-width: 75%;
}
.offcanvas.offcanvas-filter {
  width: 100%;
  padding-bottom: 45px;
}
.offcanvas.offcanvas-filter .filter-panel {
  padding: 0 25px !important;
}
.offcanvas.offcanvas-filter .filter-panel-items-container {
  display: -ms-grid;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.offcanvas.offcanvas-filter .filter-panel-item-toggle {
  width: 100%;
}
.filter-panel-offcanvas-close {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvas.offcanvas-filter .filter-panel-items-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .offcanvas.offcanvas-filter .filter-panel-items-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 991px) {
  .cms-element-sidebar-filter {
    position: relative;
    margin-bottom: 5px;
  }
  .cms-element-sidebar-filter .filter-panel-wrapper-toggle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0;
    padding: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .cms-element-sidebar-filter .filter-panel-wrapper-toggle span {
    font-size: 18px;
  }
}
.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
  color: #191919 !important;
}
.filter-range {
  position: relative !important;
}
.filter-range .filter-range-dropdown {
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  position: absolute !important;
  top: 50px !important;
}
.breadcrumb {
  padding-left: 0;
  -ms-flex-align: center;
  align-items: center;
  color: #b4b4af;
}
.breadcrumb-link {
  color: inherit;
  font-size: 14px;
}
.breadcrumb-link.is-active {
  font-weight: 700;
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.breadcrumb i {
  font-size: 8px;
  margin: 0 5px;
}
.page-back {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
}
.page-back > a {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  margin-bottom: 10px;
}
.page-back > a > i {
  margin-right: 5px;
}
.accordion {
  margin-bottom: 50px;
}
.accordion .card {
  margin-bottom: 15px;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none;
  font-size: 18px;
}
.accordion .card-header > button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  padding: 12px 20px 12px 18px;
}
.accordion .card-header > button.collapsed > i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .card-header > button > i {
  margin-left: 30px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -ms-transform 0.225s ease-in-out;
  transition: -webkit-transform 0.225s ease-in-out;
  transition: transform 0.225s ease-in-out;
  -webkit-transition: -webkit-transform 0.225s ease-in-out;
}
.faq-copy-link-window {
  display: none;
  position: fixed;
}
.faq-copy-link-window.show {
  display: block;
  border-radius: 8px;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #fff;
  cursor: pointer;
}
.faq-copy-link-window.show:hover {
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.2);
}
.image-card {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.275s box-shadow ease-out;
  transition: 0.275s box-shadow ease-out;
}
.image-card:hover {
  box-shadow: 0 0.3125rem 2rem rgba(0, 0, 0, 0.2);
}
.image-card img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.image-card-text {
  padding: 12px 14px;
}
.page-item + .page-item {
  margin-left: 12px;
}
.page-link {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  color: #191919;
  -webkit-transition: background 0.225s ease-out;
  transition: background 0.225s ease-out;
}
.pagination-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
}
.pagination-nav .page-item.page-first,
.pagination-nav .page-item.page-last {
  display: none;
}
.pagination-nav .page-item.disabled {
  box-shadow: none;
}
.fullsize-banner {
  position: relative;
  margin-bottom: 50px;
}
.fullsize-banner .swiper-slide {
  position: relative;
  height: calc(100vh - 8.1rem);
  max-height: 1000px;
}
.fullsize-banner .slider-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #e3e3e3;
  z-index: 1;
}
.fullsize-banner .slider-progress-bar {
  height: 100%;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #464641;
}
.fullsize-banner .scroll-down-info {
  position: absolute;
  bottom: 4px;
  left: 50%;
  color: #b4b4af;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.fullsize-banner .scroll-icon-wrapper {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.fullsize-banner .scroll-icon-wrapper div {
  width: 25px;
}
.fullsize-banner .scroll-icon-wrapper div.scroll-down {
  margin: 0;
}
.fullsize-banner-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.fullsize-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullsize-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fullsize-banner-content.light.light h2 {
  color: #fff;
}
.fullsize-banner-content.light.light h3 {
  color: #eaeaea;
}
.fullsize-banner-content .banner-content {
  padding: 15px 25px 30px;
  border-radius: 15px;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.55);
}
.fullsize-banner-content h2 {
  line-height: 1.2;
  font-size: 50px;
  margin-bottom: 5px;
}
.fullsize-banner-content h3 {
  margin-bottom: 30px;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .fullsize-banner .swiper-slide {
    height: calc(100vh - 5rem);
  }
}
@media screen and (max-width: 767px) {
  .fullsize-banner .swiper-slide {
    height: calc(100vh - 6rem);
  }
  .fullsize-banner .slider-progress {
    top: 0;
    bottom: auto;
  }
  .fullsize-banner .scroll-down-info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fullsize-banner-content {
    height: 100%;
  }
  .fullsize-banner-content > .row,
  .fullsize-banner-content > .account-content,
  .is-act-cartpage .checkout .fullsize-banner-content > .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .fullsize-banner-content
    > .checkout-container,
  .is-act-confirmpage .checkout .fullsize-banner-content > .checkout-container,
  .is-ctl-accountorder .checkout .fullsize-banner-content > .checkout-container,
  .is-act-finishpage .checkout .fullsize-banner-content > .checkout-container {
    height: 100%;
  }
  .fullsize-banner-content .banner-content {
    -ms-flex-order: 1;
    order: 1;
    margin: 100px 20px 40px;
  }
  .fullsize-banner-content .banner-content:only-child {
    margin-bottom: auto;
  }
  .fullsize-banner-content h2 {
    font-size: 36px;
  }
  .fullsize-banner-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banner-content-image {
    text-align: center;
    margin-top: 100px;
  }
  .banner-content-image img {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .fullsize-banner-content > .row,
  .fullsize-banner-content > .account-content,
  .is-act-cartpage .checkout .fullsize-banner-content > .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .fullsize-banner-content
    > .checkout-container,
  .is-act-confirmpage .checkout .fullsize-banner-content > .checkout-container,
  .is-ctl-accountorder .checkout .fullsize-banner-content > .checkout-container,
  .is-act-finishpage .checkout .fullsize-banner-content > .checkout-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .banner-content-image {
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
}
.nav-tabs,
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 4px solid #fafafa;
}
.nav-link {
  position: relative;
  padding: 5px 20px;
  color: #191919;
}
.nav-link.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 4px;
  border-radius: 5px;
  background: currentColor;
}
.saved-amount-detail-top {
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #e34040;
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.saved-amount-detail-top > p {
  color: #fff;
  width: fit-content;
  font-weight: 700;
  margin-bottom: 0;
}
.product-detail-price {
  margin-bottom: 0;
  right: inherit !important;
}
.product-detail-price-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: end;
}
.saved-amount-detail-price,
.saved-amount-card-price {
  font-size: 14px;
  color: #5f5f5f;
  width: fit-content;
  white-space: nowrap;
}
.saved-amount-card-price {
  font-size: 13px;
  width: 100%;
  text-align: end;
  margin-bottom: 0;
  margin-top: -5px;
}
/*.product-box .product-price-wrapper .product-price{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:end;}*/

.saved-amount-card-bottom {
  width: fit-content;
  background-color: #e34040;
  padding: 5px;
  border-radius: 5px;
}
.saved-amount-card-bottom > p {
  color: #fff;
  width: fit-content;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wifi-text-image .cms-element-image {
    margin-bottom: 30px;
  }
  .wifi-text-image .cms-element-image .cms-image-container img {
    width: 100% !important;
    max-width: 400px;
    max-height: 400px;
    height: auto !important;
    position: relative !important;
    left: 50% !important;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .wifi-text-image .cms-element-text {
    padding-top: 0 !important;
    margin-bottom: 100px;
  }
  .wifi-text-image .cms-element-text .cms-element-alignment {
    width: 100%;
  }
}
.cms-element-image-gallery .gallery-slider-thumbnails-item {
  display: none;
}
.cms-block-text-three-column .cms-element-text {
  padding-bottom: 30px;
}
.gallery-card-4 .cms-element-text {
  margin-top: 20px;
}
.image-rounded .cms-element-image img {
  border-radius: 8px;
}
.full-width-mobile ~ .cms-block-product-three-column {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .full-width-mobile ~ .cms-block-product-three-column .card-col {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .full-width-mobile {
    overflow: visible;
  }
  .full-width-mobile .cms-image-container {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
    margin-top: -20px;
    min-height: 250px !important;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .full-width-mobile .cms-image-container {
    min-height: 200px !important;
  }
}
.cms-element-image .cms-image {
  width: 100%;
}
@media (max-width: 991px) {
  .cms-block-text-two-column .cms-block-container-row > div,
  .cms-block-two-elements-40-60-block .cms-block-container-row > div,
  .cms-block-two-elements-60-40-block .cms-block-container-row > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .column-block-4 .cms-element-image .cms-image-container {
    min-height: 0 !important;
  }
  .column-block-4 .cms-element-image .cms-image-container img {
    position: inherit !important;
    min-height: 150px;
  }
}
@media (min-width: 992px) {
  .product-sorting-show-top {
    margin-top: -100px;
  }
}
.hide-category-name .image-card-text-bottom .text-muted:last-child {
  display: none;
}
.cms-section {
  overflow: visible !important;
}
.cms-section .cms-block-container .base-slider .tns-inner {
  padding-bottom: 35px !important;
}
.image-position-top-special img {
  object-position: center 10%;
}
.cms-element-youtube-video {
  overflow: hidden;
  border-radius: 10px;
}
.cms-block-faq-block {
  overflow: visible;
}
.cms-image-container {
  overflow: hidden;
  border-radius: 8px;
}
.cms-image-container.cms-image-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cms-block.room-static-styling .col-md-6,
  .cms-block.room-static-styling .is-act-confirmpage .checkout .checkout-aside,
  .is-act-confirmpage .checkout .cms-block.room-static-styling .checkout-aside,
  .cms-block.room-static-styling .is-ctl-accountorder .checkout .checkout-aside,
  .is-ctl-accountorder .checkout .cms-block.room-static-styling .checkout-aside,
  .cms-block.room-static-styling
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    .cms-block.room-static-styling
    .checkout-additional,
  .cms-block.room-static-styling .is-act-finishpage .checkout .checkout-aside,
  .is-act-finishpage .checkout .cms-block.room-static-styling .checkout-aside {
    margin-bottom: 0;
  }
  .cms-block.room-static-styling .col-md-6 .cms-element-image img,
  .cms-block.room-static-styling
    .is-act-confirmpage
    .checkout
    .checkout-aside
    .cms-element-image
    img,
  .is-act-confirmpage
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-image
    img,
  .cms-block.room-static-styling
    .is-ctl-accountorder
    .checkout
    .checkout-aside
    .cms-element-image
    img,
  .is-ctl-accountorder
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-image
    img,
  .cms-block.room-static-styling
    .is-act-finishpage
    .checkout
    .checkout-additional
    .cms-element-image
    img,
  .is-act-finishpage
    .checkout
    .cms-block.room-static-styling
    .checkout-additional
    .cms-element-image
    img,
  .cms-block.room-static-styling
    .is-act-finishpage
    .checkout
    .checkout-aside
    .cms-element-image
    img,
  .is-act-finishpage
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-image
    img {
    width: 100%;
    padding-bottom: 10px;
  }
  .cms-block.room-static-styling .col-md-6 .cms-element-text,
  .cms-block.room-static-styling
    .is-act-confirmpage
    .checkout
    .checkout-aside
    .cms-element-text,
  .is-act-confirmpage
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-text,
  .cms-block.room-static-styling
    .is-ctl-accountorder
    .checkout
    .checkout-aside
    .cms-element-text,
  .is-ctl-accountorder
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-text,
  .cms-block.room-static-styling
    .is-act-finishpage
    .checkout
    .checkout-additional
    .cms-element-text,
  .is-act-finishpage
    .checkout
    .cms-block.room-static-styling
    .checkout-additional
    .cms-element-text,
  .cms-block.room-static-styling
    .is-act-finishpage
    .checkout
    .checkout-aside
    .cms-element-text,
  .is-act-finishpage
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-text {
    padding-top: 10px;
    margin-bottom: 50px;
    height: auto;
  }
  .cms-block.room-static-styling .col-md-6 .cms-element-text h2,
  .cms-block.room-static-styling
    .is-act-confirmpage
    .checkout
    .checkout-aside
    .cms-element-text
    h2,
  .is-act-confirmpage
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-text
    h2,
  .cms-block.room-static-styling
    .is-ctl-accountorder
    .checkout
    .checkout-aside
    .cms-element-text
    h2,
  .is-ctl-accountorder
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-text
    h2,
  .cms-block.room-static-styling
    .is-act-finishpage
    .checkout
    .checkout-additional
    .cms-element-text
    h2,
  .is-act-finishpage
    .checkout
    .cms-block.room-static-styling
    .checkout-additional
    .cms-element-text
    h2,
  .cms-block.room-static-styling
    .is-act-finishpage
    .checkout
    .checkout-aside
    .cms-element-text
    h2,
  .is-act-finishpage
    .checkout
    .cms-block.room-static-styling
    .checkout-aside
    .cms-element-text
    h2 {
    margin-bottom: 18px;
  }
}
.cms-block-netzp-blog6-block {
  margin-top: -20px;
}
.designer-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 0 66px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.275s box-shadow ease-out;
  transition: 0.275s box-shadow ease-out;
}
.designer-box:hover {
  box-shadow: 0 0 66px rgba(0, 0, 0, 0.2);
}
.designer-group > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.designer-box-image {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: -30px 0 0 10px;
}
.designer-box-image img {
  max-height: 300px;
}
.designer-box-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  width: 65%;
}
.designer-box-text > h2 {
  font-weight: 400;
  margin: auto 0 12px;
}
.designer-box-text > a {
  color: inherit;
  margin-bottom: auto;
}
.designer-box-text > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.designer-box-text > a:hover {
  text-decoration: none;
}
.designer-box-logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.designer-box-logos > img {
  max-width: 55px;
  max-height: 40px;
}
@media screen and (max-width: 991px) {
  .designer-box-image {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .designer-box-text {
    padding: 30px 20px 20px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .product-slider-container.designer-group {
    width: auto;
    margin: 0 -20px 30px;
  }
  .product-slider-container.designer-group > .designer-slider {
    margin-top: 0;
  }
  .product-slider-container.designer-group > .designer-slider .swiper-slide {
    padding: 45px 20px;
  }
  .product-slider-container.designer-group .swiper-pagination {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .designer-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .designer-box-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .designer-box-logos {
    gap: 6px;
    margin-top: 25px;
  }
  .designer-box-logos > img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .designer-group .designer-slider {
    overflow: visible;
  }
  .designer-group .designer-slider > .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto !important;
    margin-right: -10px;
    margin-left: -10px;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .designer-group .designer-slider .swiper-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: none;
    padding: 0 10px;
  }
  .designer-group .swiper-pagination {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .happy-face-wrapper {
    padding-right: 40px;
  }
}
.happy-face-wrapper .happy-faces {
  margin-bottom: 100px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.happy-face-wrapper .happy-faces .box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .happy-face-wrapper .happy-faces {
    height: 775px;
  }
}
.happy-face-wrapper .happy-faces .happy-face-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  .happy-face-wrapper .happy-faces .happy-face-text {
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
.happy-face-wrapper .happy-faces .happy-face-text h3,
.happy-face-wrapper .happy-faces .happy-face-text h2 {
  text-align: center;
}
.happy-face-wrapper .happy-faces .happy-face-image {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .happy-face-wrapper .happy-faces .happy-face-image {
    margin-bottom: 0;
    position: absolute;
    padding: 0;
  }
  .happy-face-wrapper .happy-faces .happy-face-image.image-1 {
    top: 75px;
    left: 70px;
  }
  .happy-face-wrapper .happy-faces .happy-face-image.image-2 {
    top: 0;
    right: 0;
  }
  .happy-face-wrapper .happy-faces .happy-face-image.image-3 {
    bottom: 100px;
    left: -25px;
  }
  .happy-face-wrapper .happy-faces .happy-face-image.image-3 div {
    float: right;
    width: 80%;
  }
  .happy-face-wrapper .happy-faces .happy-face-image.image-4 {
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .happy-face-wrapper .happy-faces .happy-face-image.image-5 {
    bottom: 150px;
    right: 80px;
  }
  .happy-face-wrapper .happy-faces .happy-face-image.image-5 div {
    width: 110%;
  }
}
.happy-face-wrapper .happy-faces .happy-face-image div {
  border-radius: 8px;
  overflow: hidden;
}
.happy-face-wrapper .happy-faces .happy-face-image div p {
  font-size: 21px;
  margin-bottom: 0;
  padding: 10px;
  background-color: #fff;
}
.happy-face-wrapper .happy-faces .happy-face-image div img {
  width: 100%;
}
.product-slider-container,
.blog-slider-container {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.product-slider-container .swiper,
.blog-slider-container .swiper {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .product-slider-container .swiper,
  .blog-slider-container .swiper {
    padding-top: 50px;
  }
}
.product-slider-container .swiper-button-prev,
.product-slider-container .swiper-button-next,
.blog-slider-container .swiper-button-prev,
.blog-slider-container .swiper-button-next {
  padding: 8px 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.5375rem -0.1125rem rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.225s ease-out;
  transition: background 0.225s ease-out;
}

.product-slider-container .swiper-button-prev {
  position: absolute;
  left: -50px;
}

.product-slider-container .swiper-button-next {
  position: absolute;
  right: -50px;
}

.product-slider-container .swiper-button-prev:hover,
.product-slider-container .swiper-button-next:hover,
.blog-slider-container .swiper-button-prev:hover,
.blog-slider-container .swiper-button-next:hover {
  background: #f7f7f7;
  cursor: pointer;
}
.product-slider-container .swiper-button-prev i,
.product-slider-container .swiper-button-next i,
.blog-slider-container .swiper-button-prev i,
.blog-slider-container .swiper-button-next i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  color: #b4b4af;
  transition: -ms-transform 0.275s ease-out;
  transition: -webkit-transform 0.275s ease-out;
  transition: transform 0.275s ease-out;
  -webkit-transition: -webkit-transform 0.275s ease-out;
}
.product-slider-container .swiper-button-prev:hover > i,
.blog-slider-container .swiper-button-prev:hover > i {
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.product-slider-container .swiper-button-next:hover > i,
.blog-slider-container .swiper-button-next:hover > i {
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product-slider-container .product-slider-controll-container,
.blog-slider-container .product-slider-controll-container {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.iconm-chevron-down:before,
.iconm-chevron-right:before {
  content: "\e913";
  display: inline-block;
}
.product-slider-container .swiper-pagination,
.blog-slider-container .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-slider-container .swiper-pagination-bullet,
.blog-slider-container .swiper-pagination-bullet {
  cursor: pointer;
  margin: 10px 3px 0;
  height: 8px;
  width: 8px;
  border: solid #707070 1px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition:
    background 0.275s ease-out,
    width 0.275s ease-out;
  transition:
    background 0.275s ease-out,
    width 0.275s ease-out;
}
.product-slider-container .swiper-pagination-bullet-active,
.blog-slider-container .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 5px;
  background-color: #707070;
}
.product-slider-container .swiper-slide,
.blog-slider-container .swiper-slide {
  padding: 25px 15px;
}
@media (max-width: 767px) {
  .product-slider-container .deconstructed-slider-image-col {
    margin-top: 15px;
  }
}
.product-slider-container .deconstructed-slider .swiper-pagination {
  position: static;
  margin-bottom: 10px;
}
.product-slider-container .deconstructed-slider h2 {
  margin-bottom: 12px;
}
.product-slider-container .deconstructed-slider .btn {
  margin-top: 25px;
}
.product-slider-awards {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin: -10px 0 20px;
}
@media screen and (min-width: 992px) {
  .product-slider-awards {
    padding-left: 25%;
  }
}
.product-slider-awards > .award {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  border-radius: 8px;
  max-width: 90px;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.08);
  background: #fff;
  transition: -ms-transform 0.225s ease-in-out;
  transition: -webkit-transform 0.225s ease-in-out;
  transition: transform 0.225s ease-in-out;
  -webkit-transition: -webkit-transform 0.225s ease-in-out;
}
.product-slider-awards > .award:hover {
  z-index: 900;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition: -ms-transform 0.225s ease-in-out;
  transition: -webkit-transform 0.225s ease-in-out;
  transition: transform 0.225s ease-in-out;
  -webkit-transition: -webkit-transform 0.225s ease-in-out;
}
.product-slider-awards > .award:hover:hover img {
  z-index: 950;
}
.product-slider-awards > .award img {
  max-height: 48px;
}
@media (max-width: 767px) {
  .product-slider-container {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
  }
  .product-slider-container .swiper {
    width: 100%;
    max-width: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .product-slider-container .product-slider-controll-container {
    display: none;
  }
  .product-slider-awards {
    margin: -10px 0 5px;
  }
}
#storelocator {
  overflow: hidden;
}
.profile-main-loader {
  display: none;
}
.storelocator-container.is-loading {
  pointer-events: none;
}
.storelocator-container.is-loading .storelocator-innter-container {
  -webkit-filter: opacity(0.4);
  filter: opacity(0.4);
}
.storelocator-container.is-loading .profile-main-loader {
  left: 50% !important;
  position: fixed !important;
  top: 50% !important;
  width: 25px;
  z-index: 9000 !important;
  display: block;
}
.storelocator-container.is-loading .profile-main-loader .customloader {
  position: relative;
  margin: 0px auto;
  width: 150px;
  height: 150px;
}
.storelocator-container.is-loading .profile-main-loader .customloader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.storelocator-container.is-loading .circular-loader {
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.storelocator-container.is-loading .loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation:
    dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  animation:
    dash 1.5s ease-in-out infinite,
    color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.storelocator-container {
  margin: 50px 0px 150px 0px;
  width: 100%;
  max-width: 100%;
}
.storelocator-container .storelocator-innter-container {
  height: 41.25rem;
}
.storelocator-container .row.no-gutters,
.storelocator-container .no-gutters.account-content,
.storelocator-container
  .is-act-cartpage
  .checkout
  .no-gutters.checkout-container,
.is-act-cartpage
  .checkout
  .storelocator-container
  .no-gutters.checkout-container,
.storelocator-container
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .storelocator-container
  .no-gutters.checkout-container,
.storelocator-container
  .is-act-confirmpage
  .checkout
  .no-gutters.checkout-container,
.is-act-confirmpage
  .checkout
  .storelocator-container
  .no-gutters.checkout-container,
.storelocator-container
  .is-ctl-accountorder
  .checkout
  .no-gutters.checkout-container,
.is-ctl-accountorder
  .checkout
  .storelocator-container
  .no-gutters.checkout-container,
.storelocator-container
  .is-act-finishpage
  .checkout
  .no-gutters.checkout-container,
.is-act-finishpage
  .checkout
  .storelocator-container
  .no-gutters.checkout-container {
  margin: 5px 0px;
}
.storelocator-container .custom-select-default {
  width: 48%;
  position: relative;
}
.storelocator-container .custom-select-default .modal-input-info-text {
  color: #b4b4af;
  font-size: 14px;
  height: 20px;
  padding: 2px 5px;
  background-color: white;
  position: absolute;
  left: 12px;
  top: -12px;
  display: block;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: lighter;
}
.storelocator-container
  .custom-select-default
  .modal-input-info-text:first-child {
  z-index: 3;
}
.storelocator-container .custom-select-default input {
  outline: none;
  width: 100%;
  height: 58px;
  background-color: white;
  border-radius: 5px;
  border: solid 1px #464641;
  color: #2b2b28;
  padding: 0.5rem 0.9375rem;
  padding-top: 0.5rem;
}
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.storelocator-container i {
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
}
.storelocator-container .custom-select-default i {
  top: 22px;
}
.storelocator-container .icon-storelocator-pin-map {
  top: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 5px;
  padding: 15px;
}
.storelocator-container .icon-storelocator-pin-map img {
  height: 18px;
  width: 18px;
}
.storelocator-container .contact-open-card {
  padding: 6px 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #fff;
  border-radius: 25px;
  width: 135px;
  font-size: 16px;
  color: #000;
  box-shadow: 2px 2px 15px -5px rgba(0, 0, 0, 0.4);
}
.storelocator-container .contact-open-card:hover {
  cursor: pointer;
  text-decoration: none;
  text-underline: none;
  background-color: #ebebeb;
}
.storelocator-container .contact-open-card i {
  float: right;
  margin-right: 3px;
  position: relative;
  top: 3px;
  right: 0px;
}
#storelocator-sidebar-accordion .locator-card-body {
  height: 0px;
  opacity: 0;
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
#storelocator-sidebar-accordion .show-merchants {
  height: 75px;
  opacity: 1;
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
#storelocator-sidebar-accordion .card-body,
#storelocator-sidebar-accordion .no-merchant-card {
  padding: 0px;
}
#storelocator-sidebar-accordion .card-body .locator-card-inner-body,
#storelocator-sidebar-accordion .no-merchant-card .locator-card-inner-body {
  padding: 20px 0px;
  margin: 0px 20px;
}
#storelocator-sidebar-accordion .card-body a,
#storelocator-sidebar-accordion .no-merchant-card a {
  text-decoration: none;
  text-underline: none;
}
#storelocator-sidebar-accordion .card-body a:hover,
#storelocator-sidebar-accordion .no-merchant-card a:hover {
  text-decoration: none;
  text-underline: none;
}
#storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center,
#storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content,
#storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-cartpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center,
#storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-cartpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container {
  min-height: 75px;
  max-height: 75px;
  border-bottom: 1px solid #e3e3e3;
}
#storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center
  .col,
#storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content
  .col,
#storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.account-content
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-cartpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center
  .checkout-aside,
#storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .card-body
  .row.no-gutters.justify-content-between.align-items-center
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.account-content
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-cartpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-cartpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-confirmpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-ctl-accountorder
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .is-act-finishpage
  .checkout
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .no-gutters.justify-content-between.align-items-center.checkout-container
  .col,
#storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center
  .checkout-aside,
#storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  #storelocator-sidebar-accordion
  .no-merchant-card
  .row.no-gutters.justify-content-between.align-items-center
  .checkout-aside {
  padding: 0px;
}
#storelocator-sidebar-accordion .card-body .merchant-name p,
#storelocator-sidebar-accordion .no-merchant-card .merchant-name p {
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding-left: 40px;
}
#storelocator-sidebar-accordion .card-body .merchant-name img,
#storelocator-sidebar-accordion .no-merchant-card .merchant-name img {
  height: 25px;
  width: 25px;
  float: left;
}
#storelocator-sidebar-accordion .card-body .merchant-logo img,
#storelocator-sidebar-accordion .no-merchant-card .merchant-logo img {
  max-width: 70px;
  height: auto;
  height: 40px;
  width: auto;
  float: right;
}
#storelocator-sidebar-accordion .card-body .showmore-storelocations :hover,
#storelocator-sidebar-accordion
  .no-merchant-card
  .showmore-storelocations
  :hover {
  cursor: pointer;
}
#storelocator-sidebar-accordion .card-body .showmore-storelocations p,
#storelocator-sidebar-accordion .no-merchant-card .showmore-storelocations p {
  color: #464641;
  font-size: 18px;
  margin: 0px;
}
#storelocator-sidebar-accordion .card-body .showmore-storelocations i,
#storelocator-sidebar-accordion .no-merchant-card .showmore-storelocations i {
  position: inherit;
  display: initial;
  padding-right: 10px;
}
#storelocator-sidebar-accordion .card-body .showmore-storelocations i :before,
#storelocator-sidebar-accordion
  .no-merchant-card
  .showmore-storelocations
  i
  :before {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 2px;
}
#storelocator-sidebar-accordion .card-body .showmore-storelocations,
#storelocator-sidebar-accordion .no-merchant-card .showmore-storelocations {
  padding-top: 20px;
  padding-bottom: 20px;
}
#storelocator-sidebar-accordion .card-body .showmore-storelocations p,
#storelocator-sidebar-accordion .no-merchant-card .showmore-storelocations p {
  margin: 0px;
}
#storelocator-sidebar-accordion .no-storelocations {
  padding-top: 20px;
  padding-bottom: 20px;
}
#storelocator-sidebar-accordion .no-storelocations p {
  margin: 0px;
}
#storelocator-sidebar-accordion .card-body:hover {
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .row.no-gutters.sidebar-row,
  .no-gutters.sidebar-row.account-content,
  .is-act-cartpage .checkout .no-gutters.sidebar-row.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .no-gutters.sidebar-row.checkout-container,
  .is-act-confirmpage .checkout .no-gutters.sidebar-row.checkout-container,
  .is-ctl-accountorder .checkout .no-gutters.sidebar-row.checkout-container,
  .is-act-finishpage .checkout .no-gutters.sidebar-row.checkout-container {
    margin-top: 10px;
    height: 80%;
    max-height: 80%;
  }
  .row.no-gutters.sidebar-row .col-12.col-lg-7,
  .no-gutters.sidebar-row.account-content .col-12.col-lg-7,
  .is-act-cartpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-7,
  .is-act-checkoutregisterpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-7,
  .is-act-confirmpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-7,
  .is-ctl-accountorder
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-7,
  .is-act-finishpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-7,
  .row.no-gutters.sidebar-row .col-12.col-lg-5,
  .no-gutters.sidebar-row.account-content .col-12.col-lg-5,
  .is-act-cartpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-5,
  .is-act-checkoutregisterpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-5,
  .is-act-confirmpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-5,
  .is-ctl-accountorder
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-5,
  .is-act-finishpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    .col-12.col-lg-5 {
    padding-top: 10px;
  }
  .row.no-gutters.sidebar-row > .col-12.col-lg-5,
  .no-gutters.sidebar-row.account-content > .col-12.col-lg-5,
  .is-act-cartpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5,
  .is-act-checkoutregisterpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5,
  .is-act-confirmpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5,
  .is-ctl-accountorder
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5,
  .is-act-finishpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5 {
    height: 100%;
    padding-right: 0px;
    overflow-y: auto;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .row.no-gutters.sidebar-row > .col-12.col-lg-5 ::-webkit-scrollbar,
  .no-gutters.sidebar-row.account-content
    > .col-12.col-lg-5
    ::-webkit-scrollbar,
  .is-act-cartpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5
    ::-webkit-scrollbar,
  .is-act-checkoutregisterpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5
    ::-webkit-scrollbar,
  .is-act-confirmpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5
    ::-webkit-scrollbar,
  .is-ctl-accountorder
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5
    ::-webkit-scrollbar,
  .is-act-finishpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5
    ::-webkit-scrollbar {
    display: none;
  }
  .row.no-gutters.sidebar-row > .col-12.col-lg-5::-webkit-scrollbar,
  .no-gutters.sidebar-row.account-content > .col-12.col-lg-5::-webkit-scrollbar,
  .is-act-cartpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5::-webkit-scrollbar,
  .is-act-checkoutregisterpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5::-webkit-scrollbar,
  .is-act-confirmpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5::-webkit-scrollbar,
  .is-ctl-accountorder
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5::-webkit-scrollbar,
  .is-act-finishpage
    .checkout
    .no-gutters.sidebar-row.checkout-container
    > .col-12.col-lg-5::-webkit-scrollbar {
    display: none;
  }
}
.storelocator-map {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-top: 0.3125rem;
}
.storelocator-map #map {
  height: 100%;
  border-radius: 8px;
  width: 100%;
}
.accordion {
  margin-bottom: 0px;
}
.accordion .card {
  box-shadow: 0.0125rem 0.125rem 1rem rgba(0, 0, 0, 0.15);
}
.storelocator-side-bar {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
  padding-top: 5px;
  width: 100%;
}
.storelocator-side-bar .card {
  border-radius: 8px !important;
}
.storelocator-side-bar .card button {
  color: #2b2b28;
  font-size: 18px;
}
.storelocator-innter-container {
  height: auto;
}
.storelocator-innter-container .row.no-gutters.sidebar-row,
.storelocator-innter-container .no-gutters.sidebar-row.account-content,
.storelocator-innter-container
  .is-act-cartpage
  .checkout
  .no-gutters.sidebar-row.checkout-container,
.is-act-cartpage
  .checkout
  .storelocator-innter-container
  .no-gutters.sidebar-row.checkout-container,
.storelocator-innter-container
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.sidebar-row.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .storelocator-innter-container
  .no-gutters.sidebar-row.checkout-container,
.storelocator-innter-container
  .is-act-confirmpage
  .checkout
  .no-gutters.sidebar-row.checkout-container,
.is-act-confirmpage
  .checkout
  .storelocator-innter-container
  .no-gutters.sidebar-row.checkout-container,
.storelocator-innter-container
  .is-ctl-accountorder
  .checkout
  .no-gutters.sidebar-row.checkout-container,
.is-ctl-accountorder
  .checkout
  .storelocator-innter-container
  .no-gutters.sidebar-row.checkout-container,
.storelocator-innter-container
  .is-act-finishpage
  .checkout
  .no-gutters.sidebar-row.checkout-container,
.is-act-finishpage
  .checkout
  .storelocator-innter-container
  .no-gutters.sidebar-row.checkout-container {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 992px) {
  #storelocator .storelocator-map {
    height: 550px;
  }
  #storelocator .storelocator-side-bar {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
  }
  #storelocator .storelocator-container {
    margin: 25px 0px 50px 0px;
  }
  #storelocator .storelocator-header-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  #storelocator .custom-select-default {
    margin-top: 10px;
  }
  #storelocator .custom-select-default {
    width: 100%;
    margin: 10px 0px;
  }
}
.storelocator-map .firstHeading {
  font-size: 1.4375rem;
  font-weight: 400;
  color: #2b2b28;
  margin-bottom: 10px;
}
.storelocator-map .bodyContent p {
  margin-bottom: 5px;
}
.storelocator-map .bodyContent a {
  margin-top: 5px;
}
@media (max-width: 576px) {
  #storelocator .storelocator-header-row {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #storelocator .storelocator-header-row .iconm-plus {
    top: 1rem;
    right: 1rem;
  }
}
#storelocator .customSelect {
  position: relative;
  line-height: 1.45;
}
#storelocator .customSelect .custom-select-opener {
  height: 3.4375rem;
  border-radius: 5px;
  border: solid 1px #464641;
  padding-top: 17px;
}
#storelocator .customSelect .custom-select-opener:before {
  display: none;
}
#storelocator .customSelect.is-open {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
#storelocator .customSelect.is-open .custom-select-panel {
  overflow-y: auto;
}
#storelocator .customSelect.is-disabled {
  opacity: 0.333;
}
#storelocator .customSelect select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#storelocator .iconm-chevron-right {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -ms-transform 0.225s ease-in-out;
  transition: -webkit-transform 0.225s ease-in-out;
  transition: transform 0.225s ease-in-out;
  -webkit-transition: -webkit-transform 0.225s ease-in-out;
}
#storelocator .is-open + i {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -ms-transform 0.225s ease-in-out;
  transition: -webkit-transform 0.225s ease-in-out;
  transition: transform 0.225s ease-in-out;
  -webkit-transition: -webkit-transform 0.225s ease-in-out;
}
#storelocator .custom-select-opener > span {
  display: block;
  width: 95%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#storelocator .custom-select-opener,
#storelocator .selectr-selected {
  padding: 9px 18px;
  line-height: 1.4;
  display: block;
  border: 1px solid #464641;
  border-color: #464641;
  cursor: pointer;
  width: 100%;
  padding-right: 40px;
}
#storelocator .is-open .custom-select-opener,
#storelocator .is-open .selectr-selected {
  border-radius: 5px 5px 0 0;
}
#storelocator .custom-select-opener:before,
#storelocator .selectr-selected:before {
  absolute: top 50% right 14px;
  content: ">";
  font-size: 24px;
  font-weight: 800;
  color: #999;
  line-height: 1;
  transition: -ms-transform 0.225s ease-out;
  transition: -webkit-transform 0.225s ease-out;
  transition: transform 0.225s ease-out;
  -webkit-transition: -webkit-transform 0.225s ease-out;
  -ms-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#storelocator .is-mobile .customSelect select {
  visibility: visible;
  opacity: 0;
  width: 100%;
}
#storelocator .custom-select-panel {
  position: absolute;
  top: 90%;
  max-height: 0;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  min-width: 100%;
  background: #fff;
  z-index: 1;
}
#storelocator .is-open .custom-select-panel {
  border-top: 1px solid #464641;
  border-top-color: #464641;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#storelocator .custom-select-option {
  padding: 11px 15px;
  cursor: pointer;
}
#storelocator .custom-select-option.has-focus {
  color: white;
  background-color: #666;
}
#storelocator .custom-select-option.is-disabled {
  color: rgba(0, 0, 0, 0.32) !important;
  background: rgba(0, 0, 0, 0.08) !important;
  pointer-events: none;
}
#storelocator .custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}
#storelocator .custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
}
.location-loader {
  display: none;
  position: absolute;
  right: -55px;
  top: 4px;
  border: 8px solid #dfdfdf;
  border-top: 8px solid #464641;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.location-loader.show {
  display: block;
}
.languages-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.languages-menu .dropdown-toggle {
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  width: 23px;
  height: 23px;
  min-height: 1px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.languages-menu .dropdown-toggle:after {
  display: none;
}
.language-flag {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}
.language-flag.country-ch {
  background-size: 12px;
  background-position: center;
  background-image: url("/themes/stadler/img/ch.svg");
}
.language-flag.country-global {
  background-size: 12px;
  background-position: center;
  background-image: url("/themes/stadler/img/globe.svg");
}
.language-flag.country-en,
.language-flag.country-de {
  background-size: 14px;
  background-position: center;
}
.card-body-wishlist-link {
  height: 265px;
}
.card-body-wishlist-link:hover {
  text-decoration: none;
}
.wishlist-page .cms-listing-col.col-sm-6.col-lg-4.col-xl-3,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-lg-4.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-act-cartpage
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-act-finishpage
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-act-finishpage
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .cms-listing-col.col-lg-4.col-xl-3.checkout-additional,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-lg-4.col-xl-3.checkout-additional,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-act-cartpage
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-act-finishpage
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-act-finishpage
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional.checkout-aside,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .cms-listing-col.col-lg-4.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-cartpage
  .checkout
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside,
.wishlist-page
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-act-cartpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.wishlist-page
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-act-cartpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-act-cartpage
  .checkout
  .wishlist-page
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-sm-6.col-xl-3.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .cms-listing-col.col-sm-6.col-xl-3.checkout-additional,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-sm-6.col-xl-3.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .cms-listing-col.col-sm-6.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.wishlist-page
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.wishlist-page
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside,
.wishlist-page
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-sm-6.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-additional,
.is-act-finishpage
  .checkout
  .wishlist-page
  .cms-listing-col.col-sm-6.col-xl-3.checkout-additional,
.wishlist-page
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside,
.wishlist-page
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-act-confirmpage
  .checkout
  .wishlist-page
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.wishlist-page
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-ctl-accountorder
  .checkout
  .wishlist-page
  .is-act-finishpage
  .checkout
  .cms-listing-col.col-xl-3.checkout-aside.checkout-additional,
.is-act-finishpage
  .checkout
  .wishlist-page
  .cms-listing-col.col-sm-6.col-xl-3.checkout-aside {
  margin-top: 30px;
}
.card-body-wishlist {
  border-radius: 8px;
  height: 100%;
  position: relative;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
  cursor: pointer;
}
.card-body-wishlist:hover {
  transition-duration: 0.5s;
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}
.card-body-wishlist .wishlist-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px;
}
.card-body-wishlist .wishlist-image img {
  height: 100%;
  margin-top: -30px;
}
.card-body-wishlist .wishlist-details {
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.card-body-wishlist .wishlist-details p {
  color: #000;
}
.card-body-wishlist .wishlist-to-product {
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464641;
  padding: 10px 20px;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card-body-wishlist .wishlist-to-product:focus {
  outline: none;
}
.remove-product-wishlist {
  position: absolute;
  height: 100%;
  width: 100%;
}
.remove-product-wishlist .product-wishlist-btn-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 30px;
  width: 30px;
}
.remove-product-wishlist .product-wishlist-btn-remove i {
  margin: 0;
}
.alert i {
  font-size: 28px;
}
.alert-success {
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #4dce74;
}
.lazyload-wrapper {
  position: relative;
  display: block;
  background: no-repeat center/cover transparent;
}
@supports (color: var(--dark)) {
  .lazyload-wrapper {
    padding-top: 0 !important;
  }
  .lazyload-wrapper:before {
    content: "";
    display: block;
    padding-top: var(--aspect-padding);
  }
}
.lazyload-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  min-height: 1px !important;
  max-height: none !important;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.375s ease-out;
  transition: opacity 0.375s ease-out;
}
.lazyload-wrapper img.lazyloaded {
  opacity: 1;
}
.container-main .cms-breadcrumb {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  height: 40px;
  width: 40px;
}
.home-product-families {
  margin-bottom: 115px;
}
.home-product-families .swiper-button-prev,
.home-product-families .swiper-button-next {
  display: none;
}
@media (max-width: 767px) {
  .home-product-families .swiper-button-prev,
  .home-product-families .swiper-button-next {
    position: absolute;
    z-index: 999;
    top: 40%;
  }
}
.home-product-families .swiper-button-next {
  right: 0;
}

.product-families-pagination {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  font-size: 16px;
  margin-bottom: 35px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.product-families-pagination::-webkit-scrollbar {
  height: 20px;
}

.product-families-pagination::-webkit-scrollbar-track {
  background-color: #b2b2b2;
}

.product-families-pagination::-webkit-scrollbar-thumb {
  background-color: black;
}

.product-families-pagination .tabbg {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #464641;
}
.product-families-pagination .pagination-item,
.product-families-pagination .swiper-pagination-bullet {
  position: relative;
  -ms-flex: none;
  flex: none;
  cursor: pointer;
  width: auto;
  padding: 4px 10px;
  font-weight: 700;
  color: #b4b4af;
  border-bottom: 2px solid #b4b4af;
}
.product-families-pagination .pagination-item:hover,
.product-families-pagination .swiper-pagination-bullet:hover,
.product-families-pagination .pagination-item:focus,
.product-families-pagination .swiper-pagination-bullet:focus {
  color: #464641;
}
.product-families-pagination .pagination-item:focus,
.product-families-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.product-families-pagination
  .pagination-item:focus:not(.swiper-pagination-bullet-active):not(
    :hover
  ):after,
.product-families-pagination
  .swiper-pagination-bullet:focus:not(.swiper-pagination-bullet-active):not(
    :hover
  ):after {
  content: "";
  position: absolute;
  right: 17%;
  left: 17%;
  bottom: -3px;
  height: 2px;
  background: currentColor;
}
.product-families-pagination .pagination-item:first-child,
.product-families-pagination .swiper-pagination-bullet:first-child {
  margin-left: auto;
}
.product-families-pagination .pagination-item:last-child,
.product-families-pagination .swiper-pagination-bullet:last-child {
  margin-right: auto;
}
.product-families-pagination .pagination-item.active,
.product-families-pagination .swiper-pagination-bullet.active,
.product-families-pagination .pagination-item.swiper-pagination-bullet-active,
.product-families-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #464641;
}
.product-families-content-slider {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1800px;
  width: 100%;
}
.product-families-content-slider .container,
.product-families-content-slider .cms-section .boxed,
.cms-section .product-families-content-slider .boxed {
  margin-top: -35px;
}
.product-families-content-slider .container .btn,
.product-families-content-slider .cms-section .boxed .btn,
.cms-section .product-families-content-slider .boxed .btn {
  margin-bottom: 12px;
}
.product-families-content-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  max-height: 80vh;
  overflow: hidden;
}
.product-families-content-image picture {
  -ms-flex: 1;
  flex: 1;
}
.product-families-content-image img {
  height: 100%;
}
.product-families-pagination {
  margin-bottom: 20px;
}
.product-families-content-slider .swiper-controls {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.product-families-content-slider .swiper-button-prev,
.product-families-content-slider .swiper-button-next {
  padding: 4px 10px;
  box-shadow: 0 0.125rem 0.5375rem -0.1125rem rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-transition: background 0.225s ease-out;
  transition: background 0.225s ease-out;
}
.product-families-content-slider .swiper-button-prev:hover,
.product-families-content-slider .swiper-button-next:hover {
  cursor: pointer;
  background: #f7f7f7;
}
.product-families-content-slider .swiper-button-prev i,
.product-families-content-slider .swiper-button-next i {
  line-height: inherit;
  font-size: 18px;
  color: #b4b4af;
}
.product-families-content-slider .swiper-button-prev {
  border-radius: 0 5px 5px 0;
}
.blog-slider-container .swiper-button-prev i:before,
.product-slider-container .swiper-button-prev i:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
.product-families-content-slider .swiper-button-next {
  border-radius: 5px 0 0 5px;
}
.family-img {
  width: 100%;
}
.home-product-topsellers-title {
  margin-bottom: 50px;
}
.home-product-topsellers-title p {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-product-topsellers-title > h2 {
  margin-bottom: 0;
}
.home-product-topsellers-title a {
  color: inherit;
  font-size: 14px;
}
.home-product-topsellers-title a span {
  font-size: 16px !important;
}
.home-concept {
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
  overflow: hidden;
}
.home-concept > .home-concept-image,
.home-concept > .home-concept-text {
  grid-row: 1;
  grid-column: 1;
}
.home-concept video {
  width: 100%;
}
.home-service {
  margin-bottom: 100px;
}
.home-service .home-service-image.crop-image {
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
.home-service-title {
  margin-bottom: 10px;
}
.home-service-image {
  margin-bottom: 30px;
}
.home-service-image picture,
.home-service-image img {
  border-radius: 8px;
}
.home-service-cards-wrapper {
  margin-right: -9px;
  margin-left: -9px;
}
.home-service-cards-wrapper > div {
  padding-right: 9px;
  padding-left: 9px;
}
.home-service-card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 70px 30px 20px;
  border-radius: 8px;
  margin-bottom: 18px;
  color: inherit;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.275s box-shadow ease-out;
  transition: 0.275s box-shadow ease-out;
}
.home-service-card:hover {
  color: inherit;
  text-decoration: none;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.16);
}
.home-service-card > img {
  position: absolute;
  top: 50%;
  right: 20px;
  max-width: 30px;
  max-height: 30px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-team-favorites {
  margin-bottom: 80px;
}
.home-team-favorites .btn {
  width: 100%;
}
.home-team-favorites-title > h2 {
  margin-bottom: 0;
}
.team-slider-container {
  margin-bottom: 20px;
  margin-top: -30px;
}
.team-slider-container > .swiper {
  overflow: clip;
  overflow-clip-margin: 30px;
  margin-top: 0;
}
.home-team-member-favorite > a {
  display: block;
  color: inherit;
}
.home-team-member-favorite > a:hover {
  color: inherit;
  text-decoration: none;
}
.home-team-member-favorite
  > a:hover:hover
  .home-team-member-favorite-image:before {
  box-shadow: 0 0 66px rgba(0, 0, 0, 0.2);
}
.home-team-member-favorite-image {
  position: relative;
  margin-bottom: 12px;
}
.home-team-member-favorite-image:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  border-radius: 8px;
  box-shadow: 0 0 66px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.275s box-shadow ease-out;
  transition: 0.275s box-shadow ease-out;
  background: #fff;
}
.home-team-member-favorite-image > img,
.home-team-member-favorite-image > picture {
  position: relative;
}
.home-team-member-favorite-text {
  position: relative;
}
.home-team-member-favorite-text > h3,
.home-team-member-favorite-text > h4 {
  font-size: 20px;
}
.home-team-member-favorite-text > h4 {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .product-families-content-slider {
    min-width: 768px !important;
  }
}
@media screen and (min-width: 992px) {
  .product-families-content-slider {
    width: 80vw;
    min-width: 992px;
  }
}
@media screen and (min-width: 1200px) {
  .product-families-content-slider {
    min-width: 1200px !important;
  }
}
@media screen and (max-width: 991px) {
  .home-team-member-favorite-text > h3 {
    font-size: 21px;
  }
  .home-team-member-favorite-text > h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .product-families-content-slider {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .product-families-pagination .swiper-pagination-bullet {
    font-size: 18px;
  }
  .product-families-pagination .tabbg {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-product-families {
    margin-bottom: 50px;
  }
  .home-product-topsellers .cms-listing-row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .home-product-topsellers .cms-listing-col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-product-topsellers .product-image-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .home-product-topsellers .product-name-price {
    height: auto;
    margin-bottom: 10px;
  }
  .home-product-topsellers .product-name-price .product-name {
    font-size: 16px;
  }
  .home-product-topsellers .product-name-cat {
    display: block;
    font-weight: 400;
    color: #b4b4af;
  }
  .home-product-topsellers .product-action,
  .home-product-topsellers .product-rating,
  .home-product-topsellers .product-price-info {
    display: none;
  }
  .product-slider-container .deconstructed-slider {
    margin-top: 0;
  }
  .product-slider-container .deconstructed-slider .swiper-slide {
    position: relative;
    padding-bottom: 70px;
  }
  .home-designer-title > h2 {
    margin-bottom: 0;
  }
  .home-team-favorites .btn {
    width: 100%;
  }
  .home-concept {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-families-content-slider .container,
  .product-families-content-slider .cms-section .boxed,
  .cms-section .product-families-content-slider .boxed {
    margin-top: -20px;
  }
  .product-families-content-slider .f-w-img img {
    width: 100%;
  }
  .product-families-content-slider .swiper-controls {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product-families-content-image {
    height: 300px;
  }
  .product-families-content-image picture {
    height: 100%;
  }
  .product-families-content-image img {
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .deconstructed-slider-image-col {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .deconstructed-slider-text-col {
    position: static;
    text-align: center;
    margin-bottom: 10px;
  }
  .deconstructed-slider-text-col .btn {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .team-slider-container {
    width: auto;
    margin-right: -20px;
    margin-left: -20px;
  }
  .team-slider-container > .swiper {
    overflow-clip-margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .team-slider-container {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-concept-text {
    text-align: left;
  }
  .home-concept-text h2 {
    margin-bottom: 15px;
  }
  .home-concept-text .btn {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .home-team-favorites .swiper-slide {
    width: 60%;
  }
}
body {
  position: relative;
}
.placeholder-div-404 {
  height: 50vw;
}
@media (max-width: 767px) {
  .placeholder-div-404 {
    height: 65vw;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .placeholder-div-404 {
    height: 100vw;
  }
}
.page-404-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 50%;
}
.page-404-video-wrapper .page-404-video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  max-height: 100%;
  min-height: 250px;
}
.page-404-video-wrapper a {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-404-video-wrapper a {
    bottom: 0;
    -ms-transform: translateY(140%) translateX(-50%);
    -webkit-transform: translateY(140%) translateX(-50%);
    transform: translateY(140%) translateX(-50%);
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  .page-404-video-wrapper a {
    -ms-transform: translateY(180%) translateX(-50%);
    -webkit-transform: translateY(180%) translateX(-50%);
    transform: translateY(180%) translateX(-50%);
    width: 90%;
  }
}
.container-main.md-pt-main {
  padding-top: 20px;
}
.header-fullsize-desktop.hidden,
.header-fullsize-mobile.hidden {
  display: none;
}
.swiper-team-home {
  padding-top: 0;
}
@media screen and (min-width: 1399px) {
  .swiper-team-home.swiper {
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .slider-blogs-home {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
.product-detail-media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-detail-media-icons {
  margin-left: auto;
}
.product-detail-media-icons > img {
  cursor: pointer;
}
.product-detail-media-icons > img + img {
  margin-left: 30px;
}
.product-detail-media .gallery-slider-row {
  margin-top: 20px;
}
.product-detail-category {
  margin-bottom: 10px;
}
.product-detail-category > a {
  color: inherit;
  text-decoration: underline;
}
.buy-container-shipping-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
  color: #61d377;
}
.buy-container-shipping-info > p {
  margin-bottom: 0;
}
.buy-container-shipping-info > i {
  margin-right: 5px;
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.product-detail-media {
  padding-top: 30px;
}
.product-detail-media .base-slider-dots {
  bottom: -50px;
}
.product-detail-media .base-slider-dots .base-slider-dot {
  margin: 0 3px;
  height: 8px;
  width: 8px;
  padding: 0;
  border: solid #707070 1px;
  border-radius: 3px;
  background: none;
  -webkit-transition:
    background 0.275s ease-out,
    width 0.275s ease-out;
  transition:
    background 0.275s ease-out,
    width 0.275s ease-out;
}
.product-detail-media .base-slider-dots .tns-nav-active {
  width: 20px;
  background: #707070;
}
.product-detail-media .model-viewer-360 .embed-responsive::before {
  padding-top: 75%;
}
.product-detail-reviews {
  color: #17a2e0;
  margin-bottom: 0;
}
.product-detail-review-highlight .product-detail-reviews-link {
  font-size: 17px;
  color: #b4b4af;
}
.product-detail-review-highlight .product-detail-reviews-link:hover {
  text-decoration: none;
}
.product-detail-buy .product-detail-reviews {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-detail-buy .product-review-rating {
  font-size: 13px;
  margin-right: 5px;
}
.product-detail-buy .product-detail-reviews-link {
  font-size: 12px;
  color: #b4b4af;
}
.product-detail-buy .product-detail-reviews-link:hover {
  text-decoration: none;
}
.product-detail-buy .product-detail-reviews-link .product-detail-reviews-stars {
  margin-right: -5px;
}
.product-detail-buy .magnifier-zoom-image {
  background: #fff;
  z-index: 1;
}
.product-detail-buy .magnifier-zoom-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  background: #fff;
  width: 10px;
  height: 60px;
}
.product-detail-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-detail-name {
  margin-bottom: 0;
}
.product-detail-subname {
  color: #b4b4af;
}
.product-detail-price {
  font-size: 20px;
  margin-top: 5px;
}
.product-detail-form-container {
  padding-bottom: 10px;
}
.product-storelocator-bar {
  margin-top: 40px;
  font-size: 14px;
  margin-bottom: 60px;
  padding: 12px 20px;
  font-weight: 300;
  text-align: center;
  background: #e3e3e3;
  color: #464641;
}
.product-storelocator-bar > a {
  font-weight: 400;
  text-decoration: underline;
  color: inherit;
  font-size: 14px;
}
#serviceAccordion button {
  color: #191919;
}
#serviceAccordion .card-body a {
  color: #191919;
  font-weight: 700;
}
#serviceAccordion .card-body a:hover {
  color: #191919;
  text-decoration: underline;
}
#serviceAccordion ul {
  padding: 0px;
}
#serviceAccordion li {
  list-style: none;
  margin-bottom: 12px;
}
#serviceAccordion li a span {
  color: #b4b4af;
}
#serviceAccordion li i {
  margin-right: 5px;
  font-size: 25px;
  position: relative;
  top: 3px;
}
.product-detail-tab-navigation-link:hover {
  color: #292929;
}
.product-detail-properties-table th,
.product-detail-properties-table span,
.product-detail-properties-table td {
  font-size: 1rem !important;
}
.magnifier-zoom-image {
  max-width: 300px;
  max-height: 300px;
}
.product-detail-tabs .moreless {
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.product-detail-tabs .moreless i {
  margin-right: 5px;
}
.product-detail-tabs .moreless:hover {
  text-decoration: underline;
  cursor: pointer;
}
.product-detail-tabs .truncate .truncate-text.trunc-prev {
  opacity: 1;
  height: 100%;
}
.product-detail-tabs .truncate .truncate-text.trunc-next {
  height: 0px;
  opacity: 0;
}
.product-detail-tabs .truncate .moreless.less {
  display: none;
}
.product-detail-tabs .truncate .moreless.more {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-detail-tabs .truncate.show .moreless.more {
  display: none;
}
.product-detail-tabs .truncate.show .moreless.less {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-detail-tabs .truncate.show .truncate-text.trunc-prev {
  opacity: 0;
  height: 0px;
}
.product-detail-tabs .truncate.show .truncate-text.trunc-next {
  height: 100%;
  opacity: 1;
}
.product-detail-bullets {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.product-detail-description .product-detail-bullets {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.product-detail-bullet-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding-right: 15px;
  margin-bottom: 10px;
}
.product-detail-bullet-item svg {
  fill: #b4b4af;
  width: auto;
  height: 25px;
}
.product-detail-description .product-detail-bullet-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 22px;
}
.product-detail-description
  .product-detail-description
  .product-detail-bullet-item
  svg {
  fill: #b4b4af;
  height: 24px;
  width: auto;
}
.product-detail-bullet-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  max-width: 30px;
  min-width: 30px;
  margin-right: 15px;
}
.product-detail-bullet-icon svg path {
  fill: #b4b4af;
}
@-webkit-keyframes beat {
  0%,
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -ms-transform: scale(1.22, 1.25);
    -webkit-transform: scale(1.22, 1.25);
    transform: scale(1.22, 1.25);
  }
}
@keyframes beat {
  0%,
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -ms-transform: scale(1.22, 1.25);
    -webkit-transform: scale(1.22, 1.25);
    transform: scale(1.22, 1.25);
  }
}
.product-detail-configurator-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail-configurator-group-title {
  font-weight: 400;
  margin-right: 40px;
}
.product-detail-configurator-option {
  margin-right: 20px;
}
.product-detail-configurator-option-input
  + .product-detail-configurator-option-label {
  border: 0 !important;
  border-radius: 3px;
  width: 48px;
  height: 48px;
  min-width: 1px;
  padding: 5px;
}
.product-detail-configurator-option-label:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.product-detail-configurator-option-input:checked
  + .product-detail-configurator-option-label {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.product-wishlist {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-top: 0;
}
.product-detail-form-container .product-wishlist {
  margin-left: 15px;
}
.product-wishlist button {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  border-radius: 5px;
  color: #b4b4af;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-detail-form-container button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.product-wishlist button:hover,
.product-wishlist button.product-wishlist-added {
  color: #bf4b4b;
}
.product-wishlist button:hover i:first-child,
.product-wishlist button.product-wishlist-added i:first-child {
  -webkit-filter: drop-shadow(0 0 1px #bf4b4b);
  filter: drop-shadow(0 0 1px #bf4b4b);
}
.product-wishlist button.product-wishlist-added .icon-group {
  -webkit-animation: beat 0.75s ease-in-out;
  animation: beat 0.75s ease-in-out;
}
.product-wishlist
  button.product-wishlist-added
  .icon-group
  .iconm-heart-filled {
  opacity: 1;
}
.product-wishlist .iconm-heart-filled {
  opacity: 0;
}
.product-action-basket > a:hover {
  text-decoration: none;
}
.product-action-basket > a:hover i:after {
  opacity: 1;
}
.product-action-basket > a i {
  position: relative;
}
.product-action-basket > a i:after {
  content: "";
  position: absolute;
  top: 16%;
  left: 56%;
  width: 80%;
  height: 40%;
  -webkit-clip-path: polygon(15% 100%, 85% 100%, 100% 0, 0 0);
  clip-path: polygon(15% 100%, 85% 100%, 100% 0, 0 0);
  background: currentColor;
  opacity: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.275s ease-out;
  transition: opacity 0.275s ease-out;
}
.product-detail-tabs {
  margin: 50px 0;
}
.product-detail-tabs .card {
  border: 0;
}
.product-detail-tabs .card-header {
  padding: 0;
  border: 0;
  background: none;
}
.product-detail-tabs.product-detail-cross-selling .nav-tabs {
  border: 0;
}
.product-detail-awards {
  margin-top: 40px;
}
.product-detail-awards-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 9px;
  gap: 9px;
  text-align: center;
  margin: 15px 0 40px;
}
.product-detail-awards-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.product-detail-awards-item img {
  max-height: 64px;
}
.product-detail-accessoires {
  margin: 70px 0 100px;
}
.product-detail-accessoires > h4 {
  margin-bottom: 35px;
}
.product-detail-review-highlight {
  margin-bottom: 100px;
  padding: 50px 0;
  background: #f7f5f5;
}
.product-detail-review-highlight h2 {
  margin-bottom: 15px;
}
.product-detail-review-highlight .product-review-rating {
  margin-right: 0;
}
.product-detail-review-highlight .btn {
  margin-right: 15px;
}
.product-detail-reviews-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 30px 0 20px;
}
.product-detail-reviews-list .product-review-rating {
  color: #17a2e0;
  margin-bottom: 10px;
}
.product-detail-reviews-list-item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 25px 25px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #191919;
  background: #fff;
}
.product-detail-reviews-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: 0 13px 69px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.product-detail-reviews-list-item + .product-detail-reviews-list-item {
  margin-left: 12px;
}
.product-detail-reviews-list-item > small {
  margin-top: auto;
  color: #b4b4af;
}
.zoom-modal-actions .btn .icon > svg {
  top: 0px !important;
}
@media screen and (max-width: 991px) {
  .buy-container-shipping-info {
    -ms-flex-order: 1;
    order: 1;
    margin: 15px 0 0;
  }
  .product-storelocator-bar {
    font-size: 13px;
  }
  .product-storelocator-bar a {
    font-size: 13px;
  }
  .product-detail-media .base-slider-dots {
    bottom: -20px;
    width: auto;
  }
  .is-ctl-product .award-and-bulletpoints {
    margin-top: 25px;
    -ms-flex-order: 1;
    order: 1;
  }
  .is-ctl-product .container-main {
    padding-top: 0px;
  }
  .is-ctl-product .product-detail-category-mobile {
    display: block;
    position: absolute;
    padding: 0px 20px;
    margin-top: 10px;
  }
  .is-ctl-product .product-detail-category-mobile a {
    color: #191919;
    text-decoration: underline;
  }
  .is-ctl-product .product-detail-category-mobile a:hover {
    color: #191919;
  }
  .is-ctl-product .product-detail-category {
    display: none;
  }
  .is-ctl-product .breadcrumb {
    display: none;
  }
  .is-ctl-product .product-detail-media-icons {
    -ms-flex-order: -1;
    order: -1;
  }
  .product-detail {
    margin-bottom: 25px;
  }
  .product-detail-tabs-content {
    display: block;
  }
  .product-detail-tabs-content .nav-link span {
    font-size: 18px;
  }
  .product-detail-tabs-content .offcanvas-close {
    display: none;
  }
  .product-detail-review-highlight.no-reviews {
    text-align: center;
  }
  .product-detail-review-highlight img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-designer-description p {
    display: none;
  }
  .product-detail-media {
    padding-top: 15px;
  }
  .product-detail-media .gallery-slider-row.is-loading {
    height: 18rem;
  }
  .product-detail-media .gallery-slider-row.js-slider-initialized {
    height: auto;
    overflow: visible;
  }
  .product-detail-media .base-slider-dots {
    bottom: -10px;
    width: auto;
  }
  .product-detail-media-icons {
    margin-bottom: 12px;
  }
  .product-detail-media-icons > img {
    max-width: 26px;
  }
  .product-detail-media-icons > img + img {
    margin-left: 15px;
  }
  .product-detail-buy {
    margin-bottom: 0;
  }
  .product-detail-buy > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-storelocator-bar {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .product-detail-review-highlight {
    margin-bottom: 60px;
  }
  .product-detail-review-highlight .product-detail-reviews-list {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-detail-review-highlight .btn {
    width: 100%;
  }
  .product-detail-review-highlight .btn + .btn {
    margin-top: 12px;
  }
  .product-detail-faq + .product-detail-designer {
    margin-top: 0;
  }
  .product-detail-designer {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-category {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-info {
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e3e3e3;
  }
  .product-detail-info .product-detail-title {
    margin-top: 10px;
  }
  .product-detail-info .product-detail-price {
    position: absolute;
    right: 15px;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-configurator-group-title {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-delivery-information {
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-form-container {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-reviews-list-item + .product-detail-reviews-list-item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-designer-description {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-cross-selling {
    margin-bottom: 70px;
  }
  .product-detail-cross-selling .swiper-pagination.swiper-pagination-clickable {
    bottom: -30px;
  }
}
.product-detail-configurator-option-label {
  padding: 8px !important;
  width: auto !important;
}
.product-detail-reviews-stars {
  color: #17a2e0;
}
.special-black-color-h3 {
  color: #191919;
  font-weight: 700;
}
.product-detail-review-content .product-review-rating {
  font-size: 18px;
  margin-right: 10px;
  color: #17a2e0;
}
.product-detail-review-content .review-product-preview {
  margin-top: 20px;
}
.product-detail-review-content .review-product-preview h4 {
  margin-bottom: 3px;
}
.product-detail-review-content .review-product-preview h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #b4b4af;
}
.product-detail-review-content .review-product-preview .product-detail-price {
  font-size: 15px;
  margin: 0;
}
.product-detail-review-content
  .review-product-preview
  .product-detail-review-teaser {
  margin-top: 30px;
}
.product-detail-review-content .gallery-slider-row.is-loading {
  height: auto;
  margin-bottom: 30px;
}
.product-detail-review-content .gallery-slider-item,
.product-detail-review-content .gallery-slider-single-image {
  min-height: 1px !important;
}
.product-detail-review-content .product-detail-review-teaser .btn {
  width: 100%;
}
.product-detail-review-content .product-detail-review-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-detail-review-content
  .product-detail-review-info
  .product-detail-review-rating {
  text-align: right;
}
.product-detail-review-content
  .product-detail-review-info
  .product-review-rating {
  display: block;
  margin: 0;
}
.product-detail-review-content
  .review-filter-form
  .product-detail-review-filter {
  margin-bottom: 20px;
}
.product-detail-review-content
  .review-filter-form
  .product-detail-review-share {
  width: 50px;
  padding-left: 0;
}
.product-detail-review-content .review-filter-form .progress,
.product-detail-review-content .review-filter-form .progress-bar {
  height: 12px;
  border-radius: 10px;
}
.product-detail-review-content .review-filter-form .progress {
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.product-detail-review-content .product-detail-review-language,
.product-detail-review-content .product-detail-review-sortby {
  margin-bottom: 20px;
}
.product-detail-review-content .product-detail-review-language > h2 {
  margin-bottom: 0;
}
.product-detail-review-content .reviews-count {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin-left: 8px;
  color: #b4b4af;
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.product-detail-review-content .sort-select {
  position: relative;
  border: 1px solid #464641;
  border-radius: 5px;
}
.product-detail-review-content .sort-select:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.product-detail-review-content .sort-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: inherit;
  padding: 12px 50px 12px 15px;
}
.product-detail-review-content .product-detail-review-main {
  margin: 70px 0 200px;
}
.product-detail-review-content #review-form,
.product-detail-review-content .product-detail-review-list {
  margin-bottom: 80px;
}
.product-detail-review-content .product-detail-review-item {
  box-shadow: 0 13px 69px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 25px 25px 5px;
  background: #fff;
}
.product-detail-review-content .product-detail-review-item-points,
.product-detail-review-content .product-detail-review-item-date {
  margin-bottom: 12px;
}
.product-detail-review-content .product-detail-review-item-date > p {
  margin-bottom: 0;
  color: #b4b4af;
}
.product-detail-review-content .product-detail-review-form-star {
  margin-bottom: 0;
  cursor: pointer;
  color: #17a2e0;
}
.product-detail-review-content
  .product-detail-review-form-star.is-active
  .iconm-star-empty:before {
  content: "";
}
.product-detail-review-content .product-review-actions {
  margin-left: -8px;
  margin-right: -8px;
}
.product-detail-review-content .product-review-actions > div {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail-review-content .review-product-preview {
    margin-bottom: 50px;
  }
  .product-detail-review-content #review-form,
  .product-detail-review-content .product-detail-review-list {
    margin-bottom: 60px;
  }
  .product-detail-review-content .product-detail-review-main {
    margin: 40px 0 190px;
  }
}
.form-control-recaptcha.form-control {
  width: fit-content;
  height: 100px;
  border: none;
}
.form-control-recaptcha.form-control .g-recaptcha {
  margin-left: -10px;
}
.form-control-recaptcha.form-control.is-invalid .g-recaptcha {
  padding: 5px;
  border: #e52427 1px solid !important;
}
.custom-control.custom-checkbox {
  color: inherit !important;
}
.product-detail-review-form
  .custom-control-input:valid
  ~ .custom-control-label {
  color: #191919 !important;
}
.product-detail-review-form
  .was-validated
  .custom-control-input:valid
  ~ .custom-control-label::before,
.product-detail-review-form
  .custom-control-input.is-valid
  ~ .custom-control-label::before {
  color: #191919 !important;
  border-color: #191919 !important;
}
.product-detail-review-form .was-validated .form-control:valid,
.product-detail-review-form .form-control.is-valid {
  color: #191919 !important;
  border-color: #191919 !important;
}
.blockquote-footer::before {
  content: none !important;
}
.product-detail-review-item-comment {
  background: #e2e2e2;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 38px;
  margin-top: 30px;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .product-detail-review-item-comment {
    margin-left: 80px;
  }
}
@media screen and (max-width: 576px) {
  .product-detail-review-item-comment {
    margin-left: 30px;
  }
}
@media screen and (max-width: 350px) {
  .product-detail-review-item-comment {
    margin-left: 0px;
  }
}
.product-detail-review-item-comment .stadlerform-name {
  position: relative;
}
.product-detail-review-item-comment .stadlerform-name svg {
  z-index: 2;
}
.product-detail-review-item-comment .stadlerform-name .triangleTop {
  z-index: 1;
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  top: -32px;
  background: #e2e2e2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
}
.product-detail-review-item-comment .review-answer-date {
  font-size: 14px;
  color: #b4b4af;
}
@media screen and (max-width: 525px) {
  .product-detail-review-item-comment .review-answer-date {
    position: relative;
    top: -13px;
    width: 100%;
  }
}
.cookieconsent-blog-video {
  overflow: hidden;
  border-radius: 6px;
}
.blog-card.image-card {
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  overflow: visible;
}
.blog-card.image-card h5 {
  margin-bottom: -15px;
  font-size: 22px;
  line-height: 28px;
}
.blog-card.image-card a {
  color: #191919;
  font-size: 18px;
}
.blog-card.image-card img {
  height: 150px;
  object-fit: cover;
  -ms-transform: scale(1.005);
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}
.blog-card.image-card .card-body {
  padding: 15px !important;
  padding-bottom: 5px !important;
}
.blog-card.image-card .image-card-text-bottom {
  margin: 0px;
  margin-top: 10px;
  padding-top: 3px;
  border-top: solid 1px #b4b4af;
}
.blog-card.image-card .image-card-text-bottom .text-muted {
  color: #b4b4af !important;
}
.blog-card.image-card .image-card-text-bottom p {
  color: #b4b4af !important;
  margin-bottom: 0px;
  font-size: 14px;
}
.cms-block-netzp-blog6-block {
  overflow: visible !important;
}
.netzp-blog6-post .card {
  border: none;
}
.netzp-blog6-post .card img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.netzp-blog6-post .blog-slider-container .swiper-horizontal {
  margin-top: -50px;
}
.netzp-blog6-list {
  margin-bottom: 180px;
}
.netzp-blog6-list .filter-reset-all {
  padding: 2px 15px;
}
.netzp-blog6-list .filter-panel-active-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  left: 7px;
}
.netzp-blog6-list .cms-element-product-listing-wrapper {
  margin-top: 35px;
}
.netzp-blog6-list .filter-panel {
  display: block;
}
.netzp-blog6-list .blog-card-container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 0.75rem;
}
@media (max-width: 976px) {
  .filter-panel-items-container .filter-panel-item {
    margin: 5px 0px;
    width: 100%;
  }
  .filter-panel {
    margin: 0px;
    padding: 0px !important;
  }
}
@media (max-width: 560px) {
  .netzp-blog6-list {
    margin-bottom: 100px;
  }
}
.blog-detail-header-image img {
  max-height: 400px;
  object-fit: cover;
}
.filter-panel-active-container .filter-reset-all {
  padding: 3px 15px;
}
.blog-overview {
  margin-top: 50px;
}
.blog-overview .blog-filter-col {
  -ms-flex-item-align: center;
  align-self: center;
}
.blog-overview .justify-content-between .col-md-7 {
  -ms-flex-item-align: center;
  align-self: center;
}
.blog-overview .filter-panel-item {
  margin-bottom: 0px;
}
.blog-overview .filter-multi-select {
  margin-right: 0px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .blog-overview {
    margin-top: 25px;
  }
  .blog-overview .justify-content-center-md {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .blog-overview .justify-content-center-md .col,
  .blog-overview
    .justify-content-center-md
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    .blog-overview
    .justify-content-center-md
    .checkout-aside,
  .blog-overview
    .justify-content-center-md
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .blog-overview
    .justify-content-center-md
    .checkout-aside,
  .blog-overview
    .justify-content-center-md
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    .blog-overview
    .justify-content-center-md
    .checkout-aside {
    text-align: center;
    width: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
@media (max-width: 350px) {
  .blog-overview .filter-multi-select {
    width: 100%;
    margin-left: 0px;
  }
  .blog-overview .filter-multi-select button {
    width: 100%;
  }
}
.blog-overview .blog-overview-items {
  padding: 5px;
  margin-bottom: 100px;
}
.blog-overview .blog-overview-items .row .col,
.blog-overview .blog-overview-items .account-content .col,
.blog-overview
  .blog-overview-items
  .account-content
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .account-content
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .account-content
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .account-content
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .account-content
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .account-content
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-cartpage
  .checkout
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-act-cartpage
  .checkout
  .checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-cartpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-cartpage
  .checkout
  .checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-cartpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-cartpage
  .checkout
  .checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-cartpage
  .checkout
  .checkout-container
  .checkout-aside,
.is-act-cartpage
  .checkout
  .blog-overview
  .blog-overview-items
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .blog-overview
  .blog-overview-items
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-act-confirmpage
  .checkout
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-act-confirmpage
  .checkout
  .checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-confirmpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-confirmpage
  .checkout
  .checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-confirmpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-confirmpage
  .checkout
  .checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-confirmpage
  .checkout
  .checkout-container
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-act-finishpage
  .checkout
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .is-act-finishpage
  .checkout
  .checkout-container
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-finishpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-finishpage
  .checkout
  .checkout-container
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-finishpage
  .checkout
  .checkout-container
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .is-act-finishpage
  .checkout
  .checkout-container
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .is-act-finishpage
  .checkout
  .checkout-container
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .checkout-container
  .col,
.blog-overview
  .blog-overview-items
  .row
  .is-act-confirmpage
  .checkout
  .checkout-aside,
.is-act-confirmpage
  .checkout
  .blog-overview
  .blog-overview-items
  .row
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .row
  .is-ctl-accountorder
  .checkout
  .checkout-aside,
.is-ctl-accountorder
  .checkout
  .blog-overview
  .blog-overview-items
  .row
  .checkout-aside,
.blog-overview
  .blog-overview-items
  .row
  .is-act-finishpage
  .checkout
  .checkout-aside,
.is-act-finishpage
  .checkout
  .blog-overview
  .blog-overview-items
  .row
  .checkout-aside {
  max-width: 100%;
  width: 330px;
  min-width: 14.5125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .blog-overview .blog-overview-items .col,
  .blog-overview
    .blog-overview-items
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    .blog-overview
    .blog-overview-items
    .checkout-aside,
  .blog-overview
    .blog-overview-items
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .blog-overview
    .blog-overview-items
    .checkout-aside,
  .blog-overview
    .blog-overview-items
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    .blog-overview
    .blog-overview-items
    .checkout-aside {
    -ms-flex: 100%;
    flex: 100%;
  }
}
.blog-details-content .blog-details-content-section a,
.blog-details-content .blog-details-starter-section a {
  color: #191919 !important;
}
.blog-details-content .blog-details-content-section a.btn-primary,
.blog-details-content
  .blog-details-content-section
  a.address-editor-select:not(.collapsed),
.blog-details-content
  .blog-details-content-section
  a.address-editor-edit:not(.collapsed),
.blog-details-content
  .blog-details-content-section
  a.address-editor-create:not(.collapsed),
.blog-details-content .blog-details-starter-section a.btn-primary,
.blog-details-content
  .blog-details-starter-section
  a.address-editor-select:not(.collapsed),
.blog-details-content
  .blog-details-starter-section
  a.address-editor-edit:not(.collapsed),
.blog-details-content
  .blog-details-starter-section
  a.address-editor-create:not(.collapsed) {
  color: #fff !important;
}
.blog-details-content .blog-details-content-section a:hover,
.blog-details-content .blog-details-starter-section a:hover {
  color: #191919 !important;
}
.blog-details-content .blog-details-content-section a:hover.btn-primary,
.blog-details-content
  .blog-details-content-section
  a.address-editor-select:not(.collapsed):hover,
.blog-details-content
  .blog-details-content-section
  a.address-editor-edit:not(.collapsed):hover,
.blog-details-content
  .blog-details-content-section
  a.address-editor-create:not(.collapsed):hover,
.blog-details-content .blog-details-starter-section a:hover.btn-primary,
.blog-details-content
  .blog-details-starter-section
  a.address-editor-select:not(.collapsed):hover,
.blog-details-content
  .blog-details-starter-section
  a.address-editor-edit:not(.collapsed):hover,
.blog-details-content
  .blog-details-starter-section
  a.address-editor-create:not(.collapsed):hover {
  color: #fff !important;
}
@media (max-width: 992px) {
  .netzp-blog6-list .cms-element-product-listing-wrapper {
    margin-top: 0px;
  }
}
.blog-details {
  margin-bottom: 150px;
}
.blog-details
  + .product-slider-outer-container
  .product-slider-controll-container {
  top: 60%;
}
.blog-details .blog-details-content-section .responsive-blog-image {
  margin-top: 15px;
  margin-bottom: 35px;
}
.blog-details .blog-details-content-section .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px 0px;
}
.blog-details .blog-details-content-section img {
  border-radius: 8px;
  object-fit: cover;
}
.blog-details .blog-details-content-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.blog-details .blog-detail-header-image {
  margin-bottom: 17px;
}
.blog-details .blog-detail-header-image img {
  width: 100%;
  border-radius: 8px;
}
.blog-details .blog-details-header-text {
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  margin-bottom: 25px;
}
.blog-details .blog-details-header-text p {
  color: #b4b4af;
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-details .blog-details-starter-section h1 {
  color: #191919;
}
.blog-details .blog-details-starter-section p {
  margin-bottom: 0px;
  font-size: 21px;
  color: #191919;
}
.blog-details .blog-details-content-section .btn.btn-primary,
.blog-details
  .blog-details-content-section
  .btn.address-editor-select:not(.collapsed),
.blog-details
  .blog-details-content-section
  .btn.address-editor-edit:not(.collapsed),
.blog-details
  .blog-details-content-section
  .btn.address-editor-create:not(.collapsed) {
  color: #fff;
  background: #464646;
  border-color: #464646;
}
.blog-details .blog-details-content-section .btn.btn-primary:hover,
.blog-details
  .blog-details-content-section
  .btn.address-editor-select:not(.collapsed):hover,
.blog-details
  .blog-details-content-section
  .btn.address-editor-edit:not(.collapsed):hover,
.blog-details
  .blog-details-content-section
  .btn.address-editor-create:not(.collapsed):hover {
  color: #fff;
  background: #2d2d2d;
}
.blog-details .blog-details-content-section .post-sub-title {
  margin-top: 25px;
  color: #191919;
  font-size: 20px;
  margin-bottom: 3px;
  font-weight: bold;
}
.blog-details .blog-details-content-section p {
  font-size: 17px;
  color: #191919;
}
.blog-details .blog-details-content-section .btn {
  margin-top: 25px;
}
.blog-details .blog-details-recommendation-products a {
  margin-bottom: 0px;
  font-size: 17px;
  color: #191919;
}
@media (max-width: 567px) {
  .blog-details .blog-details-content-section .btn {
    width: 100%;
  }
}
.blog-slider-container {
  margin-bottom: 100px;
  margin-top: -25px;
}
.blog-slider-container .swiper {
  margin-top: -5px;
}
.blog-slider-container > .row.justify-content-center,
.blog-slider-container > .justify-content-center.account-content,
.is-act-cartpage
  .checkout
  .blog-slider-container
  > .justify-content-center.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .blog-slider-container
  > .justify-content-center.checkout-container,
.is-act-confirmpage
  .checkout
  .blog-slider-container
  > .justify-content-center.checkout-container,
.is-ctl-accountorder
  .checkout
  .blog-slider-container
  > .justify-content-center.checkout-container,
.is-act-finishpage
  .checkout
  .blog-slider-container
  > .justify-content-center.checkout-container {
  position: relative;
  width: 100%;
}
.blog-slider-container .row.justify-content-center,
.blog-slider-container .justify-content-center.account-content,
.blog-slider-container
  .is-act-cartpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-cartpage
  .checkout
  .blog-slider-container
  .justify-content-center.checkout-container,
.blog-slider-container
  .is-act-checkoutregisterpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .blog-slider-container
  .justify-content-center.checkout-container,
.blog-slider-container
  .is-act-confirmpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-confirmpage
  .checkout
  .blog-slider-container
  .justify-content-center.checkout-container,
.blog-slider-container
  .is-ctl-accountorder
  .checkout
  .justify-content-center.checkout-container,
.is-ctl-accountorder
  .checkout
  .blog-slider-container
  .justify-content-center.checkout-container,
.blog-slider-container
  .is-act-finishpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-finishpage
  .checkout
  .blog-slider-container
  .justify-content-center.checkout-container {
  position: relative;
  width: 100%;
}
.blog-slider-container .swiper-slide {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px 15px;
}
.blog-slider-container .blog-slider-controll-container {
  width: 97%;
  position: absolute;
  top: 61%;
}
.blog-slider-container .image-card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.blog-slider-container .image-card img {
  width: 100%;
  object-fit: cover;
  max-height: 140px !important;
}
.blog-slider-container .image-card-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.blog-slider-container .image-card-text > h5 {
  margin-bottom: 15px;
}
.blog-slider-container a {
  margin-top: auto;
  font-size: 14px;
  color: #2b2b28;
}
.blog-slider-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-slider-container a:hover {
  text-decoration: none;
}
.blog-slider-container a i {
  margin-right: 5px;
}
.product-slider-outer-container {
  margin-bottom: 100px;
  margin-top: 50px;
}
.product-slider-outer-container a {
  color: #191919;
}
@media (max-width: 991px) {
  .blog-slider-container h5 {
    font-size: 21px;
  }
  .blog-slider-container a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .blog-slider-container {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .blog-slider-container h2 {
    margin-bottom: 5px;
  }
  .blog-slider-container .swiper {
    width: 100%;
    max-width: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .blog-slider-container .swiper-slide {
    width: 80%;
  }
  .blog-slider-container .blog-slider-controll-container {
    display: none;
  }
  .product-slider-outer-container {
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .blog-details {
    margin-bottom: 50px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 20px 0px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.blog-card-paceholder {
  height: 150px;
  background-color: #b4b4af;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.netzp-blog6-list .filter-active,
.netzp-blog6-list .filter-reset-all {
  min-height: 40px;
  max-height: 40px;
  font-size: 17px;
  height: 40px !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.netzp-blog6-list .filter-active-remove {
  color: transparent;
}
.netzp-blog6-list .filter-active-remove i {
  color: #464641;
}
.netzp-blog6-list .filter-active-remove i:hover {
  color: #111110;
}
.netzp-blog6-list .is-activ-hover {
  background-color: #d7d7d7;
}
@media screen and (max-width: 992px) {
  .netzp-blog6-list .cms-element-sidebar-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .netzp-blog6-list .cms-element-sidebar-filter > .row.justify-content-between,
  .netzp-blog6-list
    .cms-element-sidebar-filter
    > .justify-content-between.account-content,
  .netzp-blog6-list
    .is-act-cartpage
    .checkout
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .is-act-cartpage
    .checkout
    .netzp-blog6-list
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .netzp-blog6-list
    .is-act-checkoutregisterpage
    .checkout
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .netzp-blog6-list
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .netzp-blog6-list
    .is-act-confirmpage
    .checkout
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .is-act-confirmpage
    .checkout
    .netzp-blog6-list
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .netzp-blog6-list
    .is-ctl-accountorder
    .checkout
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .is-ctl-accountorder
    .checkout
    .netzp-blog6-list
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .netzp-blog6-list
    .is-act-finishpage
    .checkout
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container,
  .is-act-finishpage
    .checkout
    .netzp-blog6-list
    .cms-element-sidebar-filter
    > .justify-content-between.checkout-container {
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .netzp-blog6-list .header-actions-btn {
    height: 50px;
    -ms-flex-order: 0;
    order: 0;
  }
  .netzp-blog6-list .header-actions-btn .icon-sliders-horizontal svg {
    top: 0px !important;
  }
  .netzp-blog6-list .filter-multi-select-count {
    display: none;
  }
}
.filter-reset-all:focus {
  box-shadow: none;
}
.blog-overview-title {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-overview-title h1 {
  margin-bottom: 0 !important;
}
.blog-overview-title + .filter-panel-wrapper {
  margin-top: 20px;
}
.newsletter-show.show {
  display: none;
}
#mce-success-response {
  color: white !important;
}
.newsletter-image {
  height: 1000px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}
@media (max-width: 992px) {
  .newsletter-image {
    max-width: 100vw;
    max-height: 56.25vw;
  }
}
@media (min-width: 992px) {
  .newsletter-image {
    float: right;
    max-width: 720px;
  }
}
.newsletter-form-wrapper {
  margin-left: 25px;
  margin-top: 20px;
}
.newsletter-form-wrapper * {
  font-family: "Roboto Condensed", sans-serif;
}
.newsletter-form-wrapper input {
  outline: none;
}
.newsletter-form-wrapper select {
  -webkit-appearance: none;
}
.newsletter-form-wrapper h6 {
  font-size: 24px;
  color: #b4b4af;
  font-weight: 400;
  margin-bottom: 0;
}
.newsletter-form-wrapper h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 0;
}
.newsletter-form-wrapper .newsletter-description {
  max-width: 380px;
  color: #2b2b2b;
  margin-bottom: 0;
  font-size: 18px;
}
.newsletter-form-wrapper .newsletter-info {
  color: #2b2b28;
  font-size: 14px;
  width: 95%;
  max-width: 440px;
  margin: 0;
  padding: 0 0 20px;
}
.newsletter-form-wrapper .newsletter-title-text {
  padding-left: 3%;
}
.newsletter-form-wrapper .mc-field-group.input-group ul li label:before,
.newsletter-form-wrapper .mc-field-group.input-group ul li label:after {
  margin-top: 3px;
}
.newsletter-form-wrapper .mc-field-group.input-group ul li label p {
  margin-left: 15px;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 3px;
}
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:checked,
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:checked
  + label,
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:not(:checked)
  + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #464641;
}
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:checked
  + label:before,
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #464641;
  border-radius: 100%;
  background: #fff;
}
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:checked
  + label:after,
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #464641;
  position: absolute;
  top: 2px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.newsletter-form-wrapper
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.newsletter-form-wrapper .mc-field-group label i.iconm-chevron-down {
  position: absolute;
  top: 38px;
  color: #191919;
  right: 20px;
}
#mce-responses {
  display: none;
  padding: 15px 0 !important;
  border-radius: 8px !important;
  margin-bottom: 5px !important;
  color: white;
  max-width: 95%;
}
#mce-responses ~ div button#mc-embedded-subscribe:disabled {
  color: #798490;
  cursor: not-allowed;
  pointer-events: none;
}
#mce-responses.success-responce {
  background-color: #4dce74;
  display: block;
}
#mce-responses.error-responce {
  background-color: red;
  display: block;
}
#mce-responses.error-responce .iconm-circle-check {
  display: none;
}
.career-container {
  text-align: center;
  margin-top: 25px;
}
.career-container h3 {
  font-size: 24px;
  color: #b4b4af;
  font-weight: 400;
  margin-bottom: 0;
}
.career-container h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
}
.career-container .career-jobs {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
}
.career-container .career-jobs .career-job {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.career-container .career-jobs .career-job .job-info {
  text-align: left;
}
.career-container .career-jobs .career-job .job-info .job-info-text {
  height: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
}
.career-container .career-jobs .career-job .job-info .job-info-text h5 {
  margin: 0;
  font-size: 20px;
}
.career-container .career-jobs .career-job .job-info .job-info-extra {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.career-container .career-jobs .career-job .job-info .job-info-extra p {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  font-size: 17px;
}
.career-container
  .career-jobs
  .career-job
  .job-info
  .job-info-extra
  .job-info-date {
  padding-right: 15px;
}
.career-container .career-jobs .career-job .job-info .job-info-extra svg {
  top: 0;
}
.career-container .career-jobs .career-job .job-info .job-info-extra svg path {
  fill: #191919;
}
.career-container .career-jobs .career-job .job-download .job-download-button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.career-container
  .career-jobs
  .career-job
  .job-download
  .job-download-button
  a {
  width: 100%;
}
.career-container
  .career-jobs
  .career-job
  .job-download
  .job-download-button
  a
  button {
  height: 80%;
  width: 95%;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #464641;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  text-align: left;
  -ms-flex-align: end;
  align-items: end;
}
.career-container
  .career-jobs
  .career-job
  .job-download
  .job-download-button
  a
  button
  i {
  float: right;
  margin: 0 auto;
  padding-top: 5px;
}
.career-container
  .career-jobs
  .career-job
  .job-download
  .job-download-button
  a
  button:hover {
  background-color: #2c2c2c;
}
.career-description .career-description-image-big {
  width: 100%;
}
.career-description .career-description-image-small {
  width: 75%;
  margin-left: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.career-description .career-description-text {
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 1025px) {
  .career-description .career-description-text {
    margin-top: 10px;
  }
}
.imageDB-wrapper {
  margin-top: 25px;
}
.imageDB-wrapper .box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.imageDB-wrapper .contact-methods a {
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 18px;
  color: #000;
}
.imageDB-wrapper .contact-methods a.centered-method {
  margin: 18px 0;
}
.imageDB-wrapper .contact-methods a i {
  float: right;
  position: relative;
  top: 5px;
  color: #b4b4af;
}
.imageDB-wrapper .imageDB-contact {
  margin-top: 75px;
  margin-bottom: 75px;
}
.imageDB-wrapper .imageDB-contact .imageDB-contact-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.imageDB-wrapper .imageDB-contact .imageDB-contact-text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #b4b4af;
  max-width: 250px;
}
@media (max-width: 991px) {
  .imageDB-wrapper .imageDB-contact .imageDB-contact-text p {
    display: none;
  }
}
@media (max-width: 767px) {
  .imageDB-wrapper .imageDB-title {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .imageDB-wrapper .imageDB-title .imageDB-link-else .imageDB-button {
    display: none;
  }
}
.imageDB-wrapper .imageDB-title .imageDB-button {
  width: 100%;
  padding: 13px 15px;
  background-color: #464641;
  color: #fff;
  text-align: left;
  border-radius: 8px;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 50px;
}
@media (min-width: 768px) {
  .imageDB-wrapper .imageDB-title .imageDB-button {
    display: none;
  }
}
.imageDB-wrapper .imageDB-title .imageDB-button i {
  float: right;
  position: relative;
  top: 6px;
}
.imageDB-wrapper .imageDB-title .imageDB-button:hover {
  background-color: #2c2c2c;
}
.imageDB-wrapper .imageDB-title .imageDB-title-text {
  margin-top: 50px;
}
.imageDB-wrapper
  .imageDB-title
  .imageDB-title-text
  .imageDB-link-desktop
  button {
  display: block;
  max-width: 60%;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 767px) {
  .imageDB-wrapper .imageDB-title .imageDB-title-text .imageDB-link-desktop {
    display: none;
  }
}
.imageDB-wrapper .imageDB-title .imageDB-title-text p {
  font-size: 17px;
}
@media (max-width: 991px) {
  .imageDB-wrapper .imageDB-title .imageDB-title-text p {
    max-width: 500px;
  }
}
.imageDB-wrapper .imageDB-title .imageDB-title-text a {
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-decoration: underline;
}
.imageDB-wrapper .imageDB-title .imageDB-title-text a:hover {
  color: black;
}
.imageDB-wrapper .imageDB-title img {
  width: 100%;
}
@media (min-width: 992px) {
  .imageDB-wrapper .imageDB-title img {
    margin: 20px 0 -20px -30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imageDB-wrapper .imageDB-title img {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .imageDB-wrapper .imageDB-title img {
    margin-top: 30px;
  }
}
.imageDB-wrapper .imageDB-mediaMessage-wrapper h2 {
  max-width: 100%;
}
.imageDB-wrapper
  .imageDB-mediaMessage-wrapper
  .blog-slider-container
  .image-card-text {
  height: auto;
  padding: 12px 0;
}
.imageDB-wrapper
  .imageDB-mediaMessage-wrapper
  .blog-slider-container
  .image-card-text
  h5 {
  margin-left: 12px;
}
.imageDB-wrapper .imageDB-mediaMessage-wrapper .blog-slider-controll-container {
  top: 50% !important;
}
.comparison-table .table-bordered {
  border: none !important;
}
.comparison-table .table-bordered th,
.comparison-table .table-bordered td {
  border: none !important;
}
.history-container #max-width-300 {
  max-width: 300px;
}
@media (min-width: 768px) {
  .history-container .product-birth-year {
    margin-top: 50px;
  }
}
.history-container .product-birth-year .birthyear-product-link:hover {
  text-decoration: none;
}
.history-container
  .product-birth-year
  .birthyear-product-link:hover
  .birthyear-product {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.history-container
  .product-birth-year
  .birthyear-product-link:hover
  .birthyear-product
  i {
  opacity: 1;
  transition-duration: 0.5s;
}
.history-container .product-birth-year .birthyear-product {
  position: relative;
  margin-top: 100px;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.history-container .product-birth-year .birthyear-product img {
  margin-top: -60px;
}
.history-container .product-birth-year .birthyear-product h3,
.history-container .product-birth-year .birthyear-product h2 {
  text-align: center;
  margin-bottom: 0;
}
.history-container .product-birth-year .birthyear-product i {
  opacity: 0;
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #464641;
  transition-duration: 0.5s;
}
@media (max-width: 767px) {
  .history-container .history-title img {
    display: none;
  }
}
.history-container .history-header-image {
  margin-bottom: 30px;
}
.history-container .history-header-image img {
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  min-height: 420px;
}
.history-container .no-gutters {
  padding: 0px;
}
.history-container .history-title-text {
  margin-top: 20px;
}
.history-container .history-title-text h2 {
  margin-bottom: 0;
  margin-top: 20px;
}
.history-container .history-title-text p {
  margin-bottom: 20px;
}
.history-container .history-title-text p.about-stadler-form {
  margin-bottom: 40px;
}
.history-container #history-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.history-container #history-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.history-container #history-video-wrapper {
  padding: 0 0px;
  margin-bottom: 75px;
  -ms-flex-pack: center;
  justify-content: center;
}
.history-container #history-video-wrapper:hover #history-play-video i:before {
  color: #dcdcdc;
}
.history-container .container-fluid {
  background-color: #d4d2d5;
}
.history-container .historys {
  padding: 20px !important;
  margin-bottom: 20px;
}
.history-container .historys > .row.row-padding-left-right,
.history-container .historys > .row-padding-left-right.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container {
  padding: 20px !important;
}
.history-container .historys > .row.row-padding-left-right > .row.col-md-5,
.history-container
  .historys
  > .row-padding-left-right.account-content
  > .row.col-md-5,
.history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.account-content,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.account-content,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.account-content,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.account-content,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5,
.history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .row.checkout-aside {
  margin-left: auto;
}
.history-container
  .historys
  > .row.row-padding-left-right
  > .row.col-md-5.history-second,
.history-container
  .historys
  > .row-padding-left-right.account-content
  > .row.col-md-5.history-second,
.history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.account-content
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.account-content
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.account-content,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.account-content,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.account-content,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.account-content,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .historys
  > .row-padding-left-right.checkout-container
  > .row.col-md-5.history-second,
.history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.account-content.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.account-content.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-container.checkout-aside,
.is-act-finishpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .col-md-5.history-second.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row-padding-left-right.checkout-container
  > .row.history-second.checkout-aside,
.history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.account-content,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.is-act-confirmpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.is-ctl-accountorder
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.history-container
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.is-act-finishpage
  .checkout
  .history-container
  .is-act-cartpage
  .checkout
  .historys
  > .row.row-padding-left-right
  > .history-second.checkout-aside.checkout-container,
.is-act-cartpage
  .checkout
  .history-container
  .historys
  > .row.row-padding-left-right
  > .row.history-second.checkout-aside {
  margin-left: 0;
  margin-right: auto;
}
.history-container .historys .history-text {
  max-width: 95%;
}

.js-cart-line-product-quantity.form-control {
  border: none !important;
  text-align: center;
  width: 60px !important;
}

#cart_summary .qty {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cart_summary .qty .input-group.bootstrap-touchspin {
  width: unset !important;
}

#cart_summary .input-group-btn-vertical {
  display: none;
}

@media (max-width: 767px) {
  .history-container .historys .history-text {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.history-container .historys .history-text .history-image {
  /* position: relative;
  width: 100%;
  padding-bottom: 100%; */
  margin-bottom: 10px;
}
/* .history-container .historys .history-text .history-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
} */
.history-container .historys .history-text .history-image img.image-pos-top {
  object-position: center top;
}
.history-container .historys .history-text .history-image img.image-pos-bottom {
  object-position: center bottom;
}
.history-container .historys .history-text h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .history-container .historys .history-text h2 {
    max-width: 75%;
  }
}
@media (min-width: 752px) {
  .history-container .history-second {
    margin-top: 150px;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.history-container .continue-to {
  margin-bottom: 200px;
  margin-top: 50px;
}
.history-container .continue-to .continue-to-design {
  background-color: #464641;
  color: #fff;
}
.history-container .continue-to .continue-to-design:hover {
  background-color: #2c2c2c;
}
.history-container .continue-to .continue-to-award:hover {
  background-color: #ddd;
}
.history-container .continue-to .continue-to-award {
  border: 1px solid #464641;
}
@media (min-width: 992px) {
  .col-lg-3-c {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.special-history-point-image-position img {
  object-position: 30% 20% !important;
}
.header-image-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 65vh;
  overflow: hidden;
}
.header-image-wrapper > picture {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.scroll-down {
  border: 2px solid #b4b4af;
  border-radius: 20px;
  bottom: 0px;
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  width: 25px;
  margin-top: 20px;
}
.scroll-down-chevron .iconm-chevron-right {
  margin-top: -8px;
  width: 100%;
  -ms-transform: scaleX(1.25);
  -webkit-transform: scaleX(1.25);
  transform: scaleX(1.25);
}
.scroll-down-chevron .iconm-chevron-right:before {
  color: #b4b4af;
  display: block;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 22px;
  margin-left: 1px;
}
.cms-block-text-scroll-anim {
  margin: 50px 0px;
}
.team-header-image {
  margin-top: -20px;
  max-height: 58vh;
  min-height: 200px;
  object-fit: cover;
}
@media (min-width: 2561px) {
  .team-header-image {
    max-height: 1200px;
  }
}
.scroll-down::before {
  -webkit-animation: scrollDownAnimation 2s infinite;
  animation: scrollDownAnimation 2s infinite;
  border-radius: 100%;
  border-radius: 12px;
  content: "";
  border: 0.2rem solid #b4b4af;
  background-color: #b4b4af;
  height: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 5px;
}
.scroll-down-arrow {
  border-top: 15px solid white;
  background-color: #b4b4af;
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 45px;
  width: 3px;
  border-radius: 12px;
}
.scroll-down-arrow::before {
  top: -27px;
  color: #b4b4af;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 55px;
  left: 7px;
  font-size: 24px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 3px;
  border-radius: 12px;
}
@-webkit-keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDownAnimation {
  0% {
    opacity: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    opacity: 0;
  }
}
.team-page a {
  -webkit-appearance: none !important;
}
.team-page .team-member-img-hover {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.team-page .team-member-collabse > div {
  width: 100%;
}
.team-page .team-member-img-nohover {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.team-page .member-show .team-member-img-hover {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.team-page .member-show .team-member-img-nohover {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.team-page .team-blog-slider-container .col-md-10 {
  max-width: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.team-page .team-blog-slider-container .blog-slider-controll-container {
  width: 106%;
}
.team-page > .container,
.cms-section .team-page > .boxed {
  margin-bottom: 150px;
}
.team-page .container-fluid img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-page .team-member-header-text div {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px 0 0;
}
.team-page .team-member-header-text h3 {
  color: #191919;
}
.team-page .team-member-header-text p {
  color: #b4b4af;
  font-size: 17px;
  margin-bottom: 2px;
}
.team-page .container .text-center.justify-content-center,
.team-page .cms-section .boxed .text-center.justify-content-center,
.cms-section .team-page .boxed .text-center.justify-content-center {
  margin-top: 50px;
  margin-bottom: 80px;
}
.team-page .team-member-img .team-member-img-nohover,
.team-page .team-member-img .team-member-img-hover {
  position: absolute;
  bottom: -30px;
  right: -60px;
}
.team-page .team-member-img .team-member-img-nohover img,
.team-page .team-member-img .team-member-img-hover img {
  width: 200px;
  height: auto;
  max-width: 200px;
}
.team-page .team-member {
  position: relative;
  padding: 30px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0.125rem 2.0375rem -1.0125rem rgba(0, 0, 0, 0.4);
}
.team-page .team-member-container {
  margin-top: 100px;
  margin-bottom: 20px;
}
.team-page .accordion {
  margin-bottom: 0px;
}
.team-page .card-header {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 4px 0.9125rem -0.075rem rgba(0, 0, 0, 0.3);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.team-page .card-header i {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-page .card-header .iconm-minus {
  opacity: 0;
}
.team-page .card-header .iconm-plus {
  opacity: 1;
}
.team-page .card-header > a {
  height: 100%;
  width: 100%;
  font-size: 24px;
  color: #b4b4af;
}
.team-page .card-header > a:not(.collapsed) .iconm-minus {
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 1;
}
.team-page .card-header > a:not(.collapsed) .iconm-plus {
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 0;
}
.team-page .card-body {
  padding-top: 20px;
}
.team-page .card-body p {
  margin: 25px 0px;
}
.team-page .card-body .member-info {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 0 0.8125rem 0.025rem rgba(0, 0, 0, 0.1);
}
.team-page .card-body .member-info a {
  color: #191919;
  font-size: 16px;
}
.team-page .card-body .member-info:hover {
  background: #f7f7f7;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.team-page .card-body .member-info i {
  font-size: 1.35rem;
  color: #b4b4af;
}
.team-page .card-body .member-info img {
  height: 90%;
}
.team-page .card-body .btn {
  width: 100%;
  padding: 15px;
  height: 55px;
}
@media (max-width: 1400px) {
  .team-blog-slider-container .col-md-10 {
    max-width: 80% !important;
    -ms-flex: 80% !important;
    flex: 80% !important;
  }
  .team-blog-slider-container .blog-slider-controll-container {
    width: 90% !important;
  }
}
@media (max-width: 991px) {
  .team-header-image {
    min-height: 10rem;
  }
  .team-page .team-member-img .team-member-img-nohover,
  .team-page .team-member-img .team-member-img-hover {
    right: -40px;
  }
  .team-page .team-member-img .team-member-img-nohover img,
  .team-page .team-member-img .team-member-img-hover img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .scroll-down,
  .scroll-down-chevron {
    display: none;
  }
  .team-blog-slider-container > .row.justify-content-center,
  .team-blog-slider-container > .justify-content-center.account-content,
  .is-act-cartpage
    .checkout
    .team-blog-slider-container
    > .justify-content-center.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .team-blog-slider-container
    > .justify-content-center.checkout-container,
  .is-act-confirmpage
    .checkout
    .team-blog-slider-container
    > .justify-content-center.checkout-container,
  .is-ctl-accountorder
    .checkout
    .team-blog-slider-container
    > .justify-content-center.checkout-container,
  .is-act-finishpage
    .checkout
    .team-blog-slider-container
    > .justify-content-center.checkout-container {
    margin: 0px;
    padding: 0px;
  }
  .team-blog-slider-container .col-md-10 {
    max-width: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .team-page .team-member-img .team-member-img-nohover img,
  .team-page .team-member-img .team-member-img-hover img {
    width: 140px;
    max-width: 140px;
  }
  .team-page .container .text-center.justify-content-center,
  .team-page .cms-section .boxed .text-center.justify-content-center,
  .cms-section .team-page .boxed .text-center.justify-content-center {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.designer-header-image {
  margin-bottom: 30px;
}
.designer-header-image img {
  width: 100%;
  max-height: 750px;
  min-height: 200px;
  object-fit: cover;
  object-position: center 20%;
}
.designer-wrapper .box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.designer-wrapper .box-shadow.hover:hover {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}
.designer-wrapper .designer-title {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.designer-wrapper .designer-name-list {
  margin-bottom: 75px;
}
.designer-wrapper .designer-name-list a:hover {
  text-decoration: none;
}
.designer-wrapper .designer-name-list a .designer-name-list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid #e3e3e3;
}
.designer-wrapper .designer-name-list a .designer-name-list-item p {
  padding: 10px 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 17px;
}
.designer-wrapper .designer-name-list a .designer-name-list-item i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.designer-wrapper .designer-name-list a .designer-name-list-item i:before {
  color: #191919;
}
.designer-wrapper .designer-list .product-detail-award {
  margin-bottom: 100px;
}
.designer-wrapper .designer-list .card-header {
  padding: 0 10px;
}
.designer-wrapper .designer-list .designer-list-item {
  margin-top: 140px;
  border-radius: 8px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .designer-wrapper .designer-list .designer-list-item {
    margin-top: 30px;
  }
}
.designer-wrapper .designer-list .designer-list-item img {
  position: absolute;
  bottom: 0;
  left: 17%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 120%;
  max-height: 400px;
  min-height: 150px;
}
@media (max-width: 991px) {
  .designer-wrapper .designer-list .designer-list-item img {
    left: auto;
    right: -30px;
    height: 200px;
    top: -100px;
  }
}
@media (max-width: 420px) {
  .designer-wrapper .designer-list .designer-list-item img {
    right: -50px;
    height: 150px;
    top: -50px;
  }
}
@media (min-width: 992px) {
  .designer-wrapper .designer-list .designer-list-item {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  }
}
.designer-wrapper .designer-list .designer-list-item .designer-name {
  border-radius: 8px;
  padding-left: 34%;
  padding-top: 20px;
}
.designer-wrapper .designer-list .designer-list-item .designer-name h2 {
  font-weight: 400;
}
@media (max-width: 991px) {
  .designer-wrapper .designer-list .designer-list-item .designer-name h2 {
    margin-right: 150px;
  }
}
@media (max-width: 420px) {
  .designer-wrapper .designer-list .designer-list-item .designer-name h2 {
    margin-right: 90px;
  }
}
@media (max-width: 991px) {
  .designer-wrapper .designer-list .designer-list-item .designer-name {
    height: 100px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
    padding: 20px 0 20px 20px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.designer-wrapper .designer-list .designer-list-item .designer-description {
  padding: 0 100px 20px 34%;
}
.designer-wrapper .designer-list .designer-list-item .designer-description p {
  margin: 0;
}
@media (max-width: 991px) {
  .designer-wrapper .designer-list .designer-list-item .designer-description {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .designer-wrapper .designer-list {
    padding: 0 2%;
  }
}
.designer-wrapper .designer-list .awards-title,
.designer-wrapper .designer-list .product-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .designer-wrapper .designer-list .awards-title,
  .designer-wrapper .designer-list .product-title {
    display: none;
  }
}
.designer-wrapper .designer-list .awards-title p,
.designer-wrapper .designer-list .product-title p {
  margin-bottom: 0;
  font-size: 20px;
  color: #b4b4af;
}
.designer-wrapper .designer-list .awards-title p strong,
.designer-wrapper .designer-list .product-title p strong {
  color: #191919;
}
.designer-wrapper .designer-list .awards-title + .product-detail-award .card {
  padding: 0.5rem 1rem !important;
  height: 100%;
}
.designer-wrapper .designer-list .product-title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.designer-wrapper .designer-list .designer-awards-text {
  margin-top: 75px;
}
.designer-wrapper .designer-list .designer-award {
  padding: 20px 5px;
  overflow: hidden;
  border-radius: 8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -ms-flex-pack: center;
  justify-content: center;
}
.designer-wrapper .designer-list .designer-products-wrapper {
  padding: 0 10px;
}
.designer-wrapper .designer-list .designer-product {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: -10px;
}
.designer-wrapper .designer-list .designer-product .product-name {
  overflow: visible;
}
.designer-wrapper
  .designer-list
  .designer-product
  .product-box
  .product-image-wrapper {
  margin: -30px 0 0;
}
@media (max-width: 400px) {
  .designer-wrapper
    .designer-list
    .designer-product
    .product-box
    .product-image-wrapper {
    margin-top: -10px;
  }
}
.designer-wrapper .accordion {
  width: 100%;
}
.designer-wrapper .accordion > .card {
  box-shadow: none;
}
.designer-wrapper .accordion .card {
  overflow: inherit;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .designer-wrapper .accordion .card {
    margin-top: 0;
  }
}
.designer-wrapper .accordion .card .card-body.row,
.designer-wrapper .accordion .card .card-body.account-content,
.designer-wrapper
  .accordion
  .card
  .is-act-cartpage
  .checkout
  .card-body.checkout-container,
.is-act-cartpage
  .checkout
  .designer-wrapper
  .accordion
  .card
  .card-body.checkout-container,
.designer-wrapper
  .accordion
  .card
  .is-act-checkoutregisterpage
  .checkout
  .card-body.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .designer-wrapper
  .accordion
  .card
  .card-body.checkout-container,
.designer-wrapper
  .accordion
  .card
  .is-act-confirmpage
  .checkout
  .card-body.checkout-container,
.is-act-confirmpage
  .checkout
  .designer-wrapper
  .accordion
  .card
  .card-body.checkout-container,
.designer-wrapper
  .accordion
  .card
  .is-ctl-accountorder
  .checkout
  .card-body.checkout-container,
.is-ctl-accountorder
  .checkout
  .designer-wrapper
  .accordion
  .card
  .card-body.checkout-container,
.designer-wrapper
  .accordion
  .card
  .is-act-finishpage
  .checkout
  .card-body.checkout-container,
.is-act-finishpage
  .checkout
  .designer-wrapper
  .accordion
  .card
  .card-body.checkout-container {
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 992px) {
  .designer-wrapper .accordion .card .card-header {
    display: none;
  }
}
.designer-wrapper .accordion .card .card-header button p {
  margin-bottom: 0;
  font-size: 18px;
}
.designer-wrapper .m-b-100 {
  margin-bottom: 100px;
}
.contact-container {
  padding-top: 50px !important;
}
.contact-container input,
.contact-container textarea,
.contact-container select {
  outline: 0 !important;
}
.contact-container .contact-person-title {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .contact-container {
    margin-top: 20px;
  }
  .contact-container .contact-person-title {
    margin-bottom: 20px;
  }
  .contact-container .support-left-tab .text-center {
    margin-bottom: 20px;
  }
}
.contact-container .support-left-tab a {
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-container .card-header button a {
  font-weight: 400 !important;
}
.contact-container .contact-support-title,
.contact-container .contact-form {
  margin-bottom: 35px;
}
.contact-container .contact-support-title h3,
.contact-container .contact-form h3 {
  font-weight: 400;
  font-size: 24px;
  color: #b2b2b2;
  margin: 0px;
  padding: 0px;
}
.contact-container .contact-shadow-btn {
  width: 100%;
  padding: 10px 25px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #191919;
  background: white;
  border-radius: 8px;
  height: 50px;
  font-size: 18px;
}
.contact-container .contact-shadow-btn i,
.contact-container .contact-shadow-btn img {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.275s ease-out;
  transition: all 0.275s ease-out;
}
.contact-container .contact-shadow-btn img {
  height: 25px;
  width: auto;
}
.contact-container .contact-shadow-btn:hover {
  text-decoration: none;
  color: initial;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.18) !important;
}
.contact-container .contact-shadow-btn:hover i,
.contact-container .contact-shadow-btn:hover img {
  left: 10px;
  -webkit-transition: all 0.275s ease-out;
  transition: all 0.275s ease-out;
}
.contact-container .contact-shadow-btn i {
  color: #b4b4af;
  fill: #b4b4af;
  font-size: 20px;
}
.contact-container .form-success {
  background-color: #4dce74;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}
.contact-container .form-success .no-margin {
  margin: 0;
}
.contact-container .form-success .form-success-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contact-container .form-success .form-success-title {
  margin-bottom: 5px;
}
.contact-container .form-success .iconm-circle-check {
  font-size: 40px;
}
.contact-container .box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.contact-container .hide-message {
  display: none;
}
.contact-container h3 {
  font-size: 24px;
  padding-bottom: 5px;
}
.contact-container h4 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0;
}
.contact-container .contact-top {
  margin-bottom: 100px;
}
.contact-container .contact-top .contact-title,
.contact-container .contact-support-type-wrapper .contact-title {
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-container .contact-top .contact-title p,
.contact-container .contact-support-type-wrapper .contact-title p {
  font-size: 16px;
  color: #b4b4af;
}
@media (max-width: 991px) {
  .contact-container .contact-top .contact-title,
  .contact-container .contact-support-type-wrapper .contact-title {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .contact-container .contact-top .contact-title p,
  .contact-container .contact-support-type-wrapper .contact-title p {
    display: none;
  }
}
.contact-container .contact-top .contact-methods a,
.contact-container .contact-support-type-wrapper .contact-methods a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  color: #000;
}
.contact-container .contact-top .contact-methods a i,
.contact-container .contact-top .contact-methods a img,
.contact-container .contact-support-type-wrapper .contact-methods a i,
.contact-container .contact-support-type-wrapper .contact-methods a img {
  float: right;
  position: relative;
  top: 0px;
}
.contact-container .contact-people {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (max-width: 776px) {
  .contact-container .contact-people h2 {
    text-align: center;
  }
}
.contact-container .contact-people .contact-person-wrapper {
  margin-top: 60px;
}
.contact-container .contact-people .person {
  padding: 30px 0 30px 20px;
  border-radius: 8px;
  width: 100%;
}
.contact-container .contact-people .person img {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 165%;
  width: auto;
}
.contact-container #map {
  width: 100%;
  border: none;
  border-radius: 8px;
  min-height: 300px;
  box-sizing: border-box;
}
.contact-container #map .contact-marker {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 768px) {
  .contact-container #map {
    aspect-ratio: 2.1145833333;
  }
}
.contact-container .place-card.place-card-large {
  display: none;
}
.contact-container .map-wrapper {
  position: relative;
  margin-bottom: 75px;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .contact-container .map-wrapper {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.contact-container .map-wrapper .google-map-wrapper {
  position: relative;
}
.contact-container .map-wrapper .contact-open-card {
  padding: 6px 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  border-radius: 25px;
  width: 135px;
  font-size: 16px;
  color: #000;
}
.contact-container .map-wrapper .contact-open-card i {
  float: right;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.contact-container .map-wrapper .contact-office-times {
  margin-top: 30px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .contact-container .map-wrapper .contact-office-times {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px;
    margin-top: 0;
    width: 300px;
  }
}
.contact-container .map-wrapper .contact-office-times .row *,
.contact-container .map-wrapper .contact-office-times .account-content *,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-cartpage
  .checkout
  .checkout-container
  *,
.is-act-cartpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  *,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  *,
.is-act-checkoutregisterpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  *,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-confirmpage
  .checkout
  .checkout-container
  *,
.is-act-confirmpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  *,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-ctl-accountorder
  .checkout
  .checkout-container
  *,
.is-ctl-accountorder
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  *,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-finishpage
  .checkout
  .checkout-container
  *,
.is-act-finishpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  * {
  font-size: 18px;
}
@media (min-width: 768px) {
  .contact-container .map-wrapper .contact-office-times .row,
  .contact-container .map-wrapper .contact-office-times .account-content,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-cartpage
    .checkout
    .checkout-container,
  .is-act-cartpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-confirmpage
    .checkout
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-ctl-accountorder
    .checkout
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-finishpage
    .checkout
    .checkout-container,
  .is-act-finishpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container {
    padding: 0;
    font-size: 18px;
  }
  .contact-container
    .map-wrapper
    .contact-office-times
    .row
    .contact-office-times-title,
  .contact-container
    .map-wrapper
    .contact-office-times
    .account-content
    .contact-office-times-title,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-cartpage
    .checkout
    .checkout-container
    .contact-office-times-title,
  .is-act-cartpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container
    .contact-office-times-title,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    .contact-office-times-title,
  .is-act-checkoutregisterpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container
    .contact-office-times-title,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-confirmpage
    .checkout
    .checkout-container
    .contact-office-times-title,
  .is-act-confirmpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container
    .contact-office-times-title,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-ctl-accountorder
    .checkout
    .checkout-container
    .contact-office-times-title,
  .is-ctl-accountorder
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container
    .contact-office-times-title,
  .contact-container
    .map-wrapper
    .contact-office-times
    .is-act-finishpage
    .checkout
    .checkout-container
    .contact-office-times-title,
  .is-act-finishpage
    .checkout
    .contact-container
    .map-wrapper
    .contact-office-times
    .checkout-container
    .contact-office-times-title {
    font-size: 20px !important;
  }
}
.contact-container
  .map-wrapper
  .contact-office-times
  .row
  .contact-office-times-title,
.contact-container
  .map-wrapper
  .contact-office-times
  .account-content
  .contact-office-times-title,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-cartpage
  .checkout
  .checkout-container
  .contact-office-times-title,
.is-act-cartpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  .contact-office-times-title,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .contact-office-times-title,
.is-act-checkoutregisterpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  .contact-office-times-title,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-confirmpage
  .checkout
  .checkout-container
  .contact-office-times-title,
.is-act-confirmpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  .contact-office-times-title,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-ctl-accountorder
  .checkout
  .checkout-container
  .contact-office-times-title,
.is-ctl-accountorder
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  .contact-office-times-title,
.contact-container
  .map-wrapper
  .contact-office-times
  .is-act-finishpage
  .checkout
  .checkout-container
  .contact-office-times-title,
.is-act-finishpage
  .checkout
  .contact-container
  .map-wrapper
  .contact-office-times
  .checkout-container
  .contact-office-times-title {
  padding-bottom: 10px;
}
.contact-container .map-wrapper .contact-office-times .contact-time-mo {
  padding-bottom: 35px;
}
.contact-container .map-wrapper .contact-office-times .contact-time-fr {
  padding-top: 5px;
}
.contact-container .map-wrapper .contact-office-times .contact-time-mo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 225%;
  background: #e3e3e3;
}
@media (min-width: 768px) {
  .contact-container .map-wrapper .contact-office-times .contact-time-mo:after {
    left: 10%;
    width: 220%;
  }
}
.contact-container .map-wrapper .contact-office-times .contact-time {
  text-align: right;
}
.contact-container .contact-form {
  margin-top: 75px;
}
.contact-container .contact-form > .row,
.contact-container .contact-form > .account-content,
.contact-container
  .is-act-cartpage
  .checkout
  .contact-form
  > .checkout-container,
.is-act-cartpage
  .checkout
  .contact-container
  .contact-form
  > .checkout-container,
.contact-container
  .is-act-checkoutregisterpage
  .checkout
  .contact-form
  > .checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .contact-container
  .contact-form
  > .checkout-container,
.contact-container
  .is-act-confirmpage
  .checkout
  .contact-form
  > .checkout-container,
.is-act-confirmpage
  .checkout
  .contact-container
  .contact-form
  > .checkout-container,
.contact-container
  .is-ctl-accountorder
  .checkout
  .contact-form
  > .checkout-container,
.is-ctl-accountorder
  .checkout
  .contact-container
  .contact-form
  > .checkout-container,
.contact-container
  .is-act-finishpage
  .checkout
  .contact-form
  > .checkout-container,
.is-act-finishpage
  .checkout
  .contact-container
  .contact-form
  > .checkout-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.contact-form-form .btn.btn-primary,
.contact-form-form .btn.address-editor-select:not(.collapsed),
.contact-form-form .btn.address-editor-edit:not(.collapsed),
.contact-form-form .btn.address-editor-create:not(.collapsed) {
  height: 50px;
}
.contact-form-form .btn.btn-primary:disabled,
.contact-form-form .btn.address-editor-select:not(.collapsed):disabled,
.contact-form-form .btn.address-editor-edit:not(.collapsed):disabled,
.contact-form-form .btn.address-editor-create:not(.collapsed):disabled {
  background-color: #9b9b9b;
}
.contact-form-form .indicates-required {
  color: #b4b4af;
  font-size: 14px;
  text-align: end;
}
.contact-form-form .indicates-required div {
  text-align: left;
}
.contact-form-form .form-input label {
  background-color: #fff;
  color: #b4b4af;
  font-size: 14px;
  position: relative;
  top: 19px;
  left: 27px;
  padding: 0 3px;
}
.contact-form-form .form-input ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.contact-form-form .form-input ul li {
  padding: 0 10px;
  margin-top: 10px;
}
.contact-form-form .form-input ul li label {
  color: #000;
  left: 0;
  top: -1px;
  margin-bottom: 0;
}
.contact-form-form .form-input ul li input {
  width: auto;
}
.contact-form-form .form-input select,
.contact-form-form .form-input input,
.contact-form-form .form-input textarea,
.contact-form-form .form-input button {
  width: 100%;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #cecece;
  resize: none;
}
.contact-form-form .form-input select:focus,
.contact-form-form .form-input input:focus,
.contact-form-form .form-input textarea:focus,
.contact-form-form .form-input button:focus {
  outline: none;
}
.contact-form-form .form-input select {
  background-color: white !important;
  -webkit-appearance: none;
  height: 50px;
}
.contact-form-form .form-input [type="radio"]:checked,
.contact-form-form .form-input [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact-form-form .form-input [type="radio"]:checked + label,
.contact-form-form .form-input [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #464641;
}
.contact-form-form .form-input [type="radio"]:checked + label:before,
.contact-form-form .form-input [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #464641;
  border-radius: 100%;
  background: #fff;
}
.contact-form-form .form-input [type="radio"]:checked + label:after,
.contact-form-form .form-input [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #464641;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-form-form .form-input [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.contact-form-form .form-input [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.contact-form-form .radio-input label {
  left: 5px;
}
.contact-form-form .radio-input label .form-input label {
  font-size: 17px;
}
.contact-container .contact-support {
  margin-top: 40px;
}
.contact-container .contact-support > .row,
.contact-container .contact-support > .account-content,
.contact-container
  .is-act-cartpage
  .checkout
  .contact-support
  > .checkout-container,
.is-act-cartpage
  .checkout
  .contact-container
  .contact-support
  > .checkout-container,
.contact-container
  .is-act-checkoutregisterpage
  .checkout
  .contact-support
  > .checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .contact-container
  .contact-support
  > .checkout-container,
.contact-container
  .is-act-confirmpage
  .checkout
  .contact-support
  > .checkout-container,
.is-act-confirmpage
  .checkout
  .contact-container
  .contact-support
  > .checkout-container,
.contact-container
  .is-ctl-accountorder
  .checkout
  .contact-support
  > .checkout-container,
.is-ctl-accountorder
  .checkout
  .contact-container
  .contact-support
  > .checkout-container,
.contact-container
  .is-act-finishpage
  .checkout
  .contact-support
  > .checkout-container,
.is-act-finishpage
  .checkout
  .contact-container
  .contact-support
  > .checkout-container {
  margin-right: -8px;
  margin-left: -8px;
}
.contact-container .contact-support-type-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .contact-container .contact-support-type-wrapper a {
    font-size: 18px !important;
  }
}
.contact-container .accordion .card {
  margin-bottom: 0;
  margin-top: 0px;
  box-shadow: none;
  overflow: visible;
}
.contact-container .accordion .card button {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  padding: 15px;
}
.contact-container .accordion .card button .open-chat {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contact-container .accordion .card button .open-chat img {
  position: absolute;
  right: 15px;
}
.contact-container .accordion .card .card-body .contact-method-type-wrapper {
  padding: 0 5px;
  margin-bottom: 20px;
}
.contact-container
  .accordion
  .card
  .card-body
  .contact-method-type-wrapper
  .contact-method-type {
  border-radius: 8px;
  height: 100%;
  padding: 10px;
}
.contact-container .accordion .card .card-body .contact-method-type-wrapper a {
  color: #191919 !important;
}
.contact-container
  .accordion
  .card
  .card-body
  .contact-method-type-wrapper
  a:hover {
  color: #191919 !important;
}
.contact-container .accordion .card .card-body .contact-method-type-wrapper p {
  margin-bottom: 0;
  color: #191919 !important;
}
.privacy-notice a {
  color: #191919;
  text-decoration: underline;
}
.privacy-notice a:hover {
  color: #191919;
}
.form-input-select > .iconm-chevron-down {
  position: absolute;
  right: 40px;
  bottom: 17px;
}
#form input.error,
#form textarea.error {
  border-color: #e52427;
}
#form input.valid,
#form textarea.valid {
  border-color: #191919;
}
#form.hide {
  display: none;
}
.product-manuals {
  padding-top: 1px !important;
}
.product-manuals .product-manual-title {
  margin-top: 50px;
  margin-bottom: 100px;
}
.product-manuals .product-manual-title * {
  width: 100%;
  text-align: center;
}
.product-manuals .product-manual-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 50px;
}
.product-manuals .product-manual-wrapper .box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.product-manuals .product-manual-wrapper a:hover {
  text-decoration: none;
}
.product-manuals .product-manual-wrapper .product-manual {
  height: 170px;
  padding: 0 20px;
  border-radius: 8px;
  transition-duration: 0.5s;
}
.product-manuals .product-manual-wrapper .product-manual:hover {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
  -ms-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.product-manuals
  .product-manual-wrapper
  .product-manual:hover
  .product-manual-text
  i {
  left: 10px;
  transition-duration: 0.5s;
  visibility: visible;
}
.product-manuals .product-manual-wrapper .product-manual .product-manual-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-manuals .product-manual-wrapper .product-manual .product-manual-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0;
  height: 68px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: end;
}
.product-manuals
  .product-manual-wrapper
  .product-manual
  .product-manual-text
  i {
  visibility: hidden;
  position: relative;
  transition-duration: 0.25s;
  left: 5px;
}
.product-manuals
  .product-manual-wrapper
  .product-manual
  .product-manual-text
  i:before {
  color: #191919;
}
.product-manuals
  .product-manual-wrapper
  .product-manual
  .product-manual-text
  h5 {
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0;
}
.product-manuals .product-manual-wrapper .product-manual img {
  height: 130px;
  object-fit: cover;
  object-position: center;
  margin-top: -30px;
}
.product-manuals .link-to-other-manuals {
  margin: 100px 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.product-manuals .link-to-other-manuals button,
.product-manuals .link-to-other-manuals h2 {
  margin: 10px auto;
}
.product-manuals .link-to-other-manuals a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-manuals .link-to-other-manuals h4 {
  max-width: 700px;
  text-align: center;
}
.product-manuals .link-to-other-manuals button {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .product-manuals .link-to-other-manuals {
    margin: 35px 0 50px;
  }
}
.search-result {
  margin-bottom: 50px;
}
.search-result .search-headline {
  padding-top: 30px;
  font-weight: 400;
}
.search-result .box-shadow {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.search-result ul.nav-tabs {
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.search-result ul.nav-tabs li {
  margin: 0 10px;
  cursor: pointer;
}
.product-category-page {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
.search-result ul.nav-tabs li a {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #b4b4af;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
  border-radius: 4px;
}
.search-result ul.nav-tabs li a .total-found-search {
  border-radius: 50%;
  position: absolute;
  background-color: #b4b4af;
  color: #fff;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-result ul.nav-tabs li a .total-found-search p {
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
}
.search-result ul.nav-tabs li .nav-link.active .total-found-search p {
  color: #000;
}
.search-result ul.nav-tabs li a:hover {
  color: #000;
}
.search-result ul.nav-tabs li .nav-link.active {
  background-color: #464641;
  color: #fff;
}
.search-result ul.nav-tabs li a:after {
  width: 0;
}
.search-result ul.nav-tabs li a.active {
  background-color: #464641;
  color: #fff;
}
.search-result ul.nav-tabs li a.active .total-found-search {
  background-color: #fff;
  color: #464641;
}
.servicepackage-container {
  padding-top: 1px !important;
}
.servicepackage-container .titleText {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 75px;
}
.servicepackage-container .titleText div {
  max-width: 800px;
}
.servicepackage-container .titleText div h2 {
  text-align: center;
  margin-bottom: 10px;
}
.servicepackage-container .titleText div p {
  text-align: center;
}
.servicepackage-container .service-packages {
  margin-bottom: 40px;
}
.servicepackage-container .service-packages a:hover {
  text-decoration: none;
}
.servicepackage-container .service-packages .service-package {
  transition-duration: 0.5s;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 60px;
}
.servicepackage-container .service-packages .service-package:hover {
  transition-duration: 0.5s;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.servicepackage-container
  .service-packages
  .service-package
  .service-package-image {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.servicepackage-container
  .service-packages
  .service-package
  .service-package-image
  img {
  margin-top: -60px;
  max-height: 200px;
}
.servicepackage-container .service-packages .service-package h4 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .servicepackage-container .service-packages .service-package {
    height: 80px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-align: center;
    align-items: center;
  }
  .servicepackage-container
    .service-packages
    .service-package
    .service-package-image {
    min-width: 100px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: fit-content;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 30%;
  }
  .servicepackage-container
    .service-packages
    .service-package
    .service-package-image
    img {
    margin-top: 0;
    max-height: 100px;
  }
  .servicepackage-container .service-packages .service-package h4 {
    max-width: 70%;
  }
}
@media (max-width: 400px) {
  .servicepackage-container
    .service-packages
    .service-package
    .service-package-image {
    right: -10px;
  }
}
.servicepackage-container .service-packages-details {
  margin-bottom: 75px;
}
.servicepackage-container .service-packages-details .service-package-detail {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .servicepackage-container
    .service-packages-details
    .service-package-detail
    .reverse-row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-image
  img {
  margin-top: 15%;
}
@media (max-width: 991px) {
  .servicepackage-container
    .service-packages-details
    .service-package-detail
    .service-package-detail-image {
    margin-top: 0;
  }
  .servicepackage-container
    .service-packages-details
    .service-package-detail
    .service-package-detail-image
    img {
    margin-top: 0;
  }
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-info {
  margin-bottom: 10px;
  margin-top: 20px;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  h2 {
  margin-bottom: 0;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  h4 {
  margin-bottom: 15px;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  ul {
  margin-top: 15px;
  list-style-type: none;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  ul
  li {
  margin-bottom: 15px;
  position: relative;
  margin-left: -15px;
  max-width: 400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  ul
  li
  i {
  color: #b4b4af;
  position: relative;
  top: 5px;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  ul
  li
  p {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  left: 5px;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .price-display {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .price-display
  p {
  margin-bottom: 0;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .price-display
  p.special-color {
  color: #b4b4af;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .price-display.overall-price {
  border-top: 1px solid #b4b4af;
  border-bottom: 3px double #b4b4af;
  padding: 5px 0;
  margin-top: 6px;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .price-display.overall-price
  p {
  font-weight: 700;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  form {
  width: 45%;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  a {
  width: 50%;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  a:hover {
  text-decoration: none;
}
@media (max-width: 500px) {
  .servicepackage-container
    .service-packages-details
    .service-package-detail
    .service-package-detail-details
    .service-package-detail-details-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .servicepackage-container
    .service-packages-details
    .service-package-detail
    .service-package-detail-details
    .service-package-detail-details-buttons
    form,
  .servicepackage-container
    .service-packages-details
    .service-package-detail
    .service-package-detail-details
    .service-package-detail-details-buttons
    a {
    width: 100%;
  }
  .servicepackage-container
    .service-packages-details
    .service-package-detail
    .service-package-detail-details
    .service-package-detail-details-buttons
    form {
    margin-bottom: 15px;
  }
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  .add-cart-button,
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  .to-product-button {
  padding: 15px 10px;
  border-radius: 8px;
  width: 100%;
  text-align: left;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  .add-cart-button
  i,
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  .to-product-button
  i {
  float: right;
  position: relative;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  .to-product-button {
  background-color: #fff;
  border: 1px solid #464641;
  color: #464641;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  .to-product-button
  p {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.servicepackage-container
  .service-packages-details
  .service-package-detail
  .service-package-detail-details
  .service-package-detail-details-buttons
  .to-product-button
  i {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .cms-block-gallery-buybox
    .product-detail-price-container
    .product-detail-price {
    right: 20px !important;
  }
}
.cms-page .container-main {
  margin: 5px;
}
.accordion button {
  outline: none;
}
.product-overview-reasons h1,
.product-overview-duefte h1,
.product-overview-other h1,
.category-overview-technic-alt h1,
.product-overview-anchors h1,
.product-overview-compare h1,
.product-overview-faq h1,
.happy-face-wrapper h1,
#product-overview-product-slider h1,
.product-overview-productslist h1,
.product-overview-roommates h1,
.product-overview-support h1,
.product-overview-tipps h1,
.product-overview-video h1 {
  font-size: 33px;
  font-weight: bold;
  line-height: 38px;
  color: #191919;
}
@media screen and (max-width: 767px) {
  .product-overview-reasons p,
  .product-overview-duefte p,
  .product-overview-other p,
  .category-overview-technic-alt p,
  .product-overview-anchors p,
  .product-overview-compare p,
  .product-overview-faq p,
  .happy-face-wrapper p,
  #product-overview-product-slider p,
  .product-overview-productslist p,
  .product-overview-roommates p,
  .product-overview-support p,
  .product-overview-tipps p,
  .product-overview-video p {
    font-size: 18px;
    line-height: 25px;
  }
}
.product-overview-reasons h2,
.product-overview-duefte h2,
.product-overview-other h2,
.category-overview-technic-alt h2,
.product-overview-anchors h2,
.product-overview-compare h2,
.product-overview-faq h2,
.happy-face-wrapper h2,
#product-overview-product-slider h2,
.product-overview-productslist h2,
.product-overview-roommates h2,
.product-overview-support h2,
.product-overview-tipps h2,
.product-overview-video h2 {
  font-size: 24px;
  line-height: 30px;
  color: #191919;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-overview-reasons h2.roommates-text-aroma,
.product-overview-duefte h2.roommates-text-aroma,
.product-overview-other h2.roommates-text-aroma,
.category-overview-technic-alt h2.roommates-text-aroma,
.product-overview-anchors h2.roommates-text-aroma,
.product-overview-compare h2.roommates-text-aroma,
.product-overview-faq h2.roommates-text-aroma,
.happy-face-wrapper h2.roommates-text-aroma,
#product-overview-product-slider h2.roommates-text-aroma,
.product-overview-productslist h2.roommates-text-aroma,
.product-overview-roommates h2.roommates-text-aroma,
.product-overview-support h2.roommates-text-aroma,
.product-overview-tipps h2.roommates-text-aroma,
.product-overview-video h2.roommates-text-aroma {
  margin-bottom: 0;
}
.product-overview-reasons h2.roommates-title,
.product-overview-duefte h2.roommates-title,
.product-overview-other h2.roommates-title,
.category-overview-technic-alt h2.roommates-title,
.product-overview-anchors h2.roommates-title,
.product-overview-compare h2.roommates-title,
.product-overview-faq h2.roommates-title,
.happy-face-wrapper h2.roommates-title,
#product-overview-product-slider h2.roommates-title,
.product-overview-productslist h2.roommates-title,
.product-overview-roommates h2.roommates-title,
.product-overview-support h2.roommates-title,
.product-overview-tipps h2.roommates-title,
.product-overview-video h2.roommates-title {
  margin-top: 75px;
  font-size: 33px;
}
.product-overview-reasons .h2-as-h1,
.product-overview-duefte .h2-as-h1,
.product-overview-other .h2-as-h1,
.category-overview-technic-alt .h2-as-h1,
.product-overview-anchors .h2-as-h1,
.product-overview-compare .h2-as-h1,
.product-overview-faq .h2-as-h1,
.happy-face-wrapper .h2-as-h1,
#product-overview-product-slider .h2-as-h1,
.product-overview-productslist .h2-as-h1,
.product-overview-roommates .h2-as-h1,
.product-overview-support .h2-as-h1,
.product-overview-tipps .h2-as-h1,
.product-overview-video .h2-as-h1 {
  margin-bottom: 10px !important;
}
.product-overview-reasons .image-pin-content h2,
.product-overview-duefte .image-pin-content h2,
.product-overview-other .image-pin-content h2,
.category-overview-technic-alt .image-pin-content h2,
.product-overview-anchors .image-pin-content h2,
.product-overview-compare .image-pin-content h2,
.product-overview-faq .image-pin-content h2,
.happy-face-wrapper .image-pin-content h2,
#product-overview-product-slider .image-pin-content h2,
.product-overview-productslist .image-pin-content h2,
.product-overview-roommates .image-pin-content h2,
.product-overview-support .image-pin-content h2,
.product-overview-tipps .image-pin-content h2,
.product-overview-video .image-pin-content h2 {
  margin-bottom: 0;
}
.product-overview-reasons .image-pin-content p,
.product-overview-duefte .image-pin-content p,
.product-overview-other .image-pin-content p,
.category-overview-technic-alt .image-pin-content p,
.product-overview-anchors .image-pin-content p,
.product-overview-compare .image-pin-content p,
.product-overview-faq .image-pin-content p,
.happy-face-wrapper .image-pin-content p,
#product-overview-product-slider .image-pin-content p,
.product-overview-productslist .image-pin-content p,
.product-overview-roommates .image-pin-content p,
.product-overview-support .image-pin-content p,
.product-overview-tipps .image-pin-content p,
.product-overview-video .image-pin-content p {
  padding: 0 !important;
  margin: 0 !important;
}
.product-overview-reasons h3,
.product-overview-duefte h3,
.product-overview-other h3,
.category-overview-technic-alt h3,
.product-overview-anchors h3,
.product-overview-compare h3,
.product-overview-faq h3,
.happy-face-wrapper h3,
#product-overview-product-slider h3,
.product-overview-productslist h3,
.product-overview-roommates h3,
.product-overview-support h3,
.product-overview-tipps h3,
.product-overview-video h3 {
  font-size: 20px;
  font-weight: bold;
  color: #191919;
  line-height: 24px;
}
.product-overview-reasons .accordion button,
.product-overview-duefte .accordion button,
.product-overview-other .accordion button,
.category-overview-technic-alt .accordion button,
.product-overview-anchors .accordion button,
.product-overview-compare .accordion button,
.product-overview-faq .accordion button,
.happy-face-wrapper .accordion button,
#product-overview-product-slider .accordion button,
.product-overview-productslist .accordion button,
.product-overview-roommates .accordion button,
.product-overview-support .accordion button,
.product-overview-tipps .accordion button,
.product-overview-video .accordion button {
  font-weight: 700;
}
.product-overview-reasons .light-header-title,
.product-overview-duefte .light-header-title,
.product-overview-other .light-header-title,
.category-overview-technic-alt .light-header-title,
.product-overview-anchors .light-header-title,
.product-overview-compare .light-header-title,
.product-overview-faq .light-header-title,
.happy-face-wrapper .light-header-title,
#product-overview-product-slider .light-header-title,
.product-overview-productslist .light-header-title,
.product-overview-roommates .light-header-title,
.product-overview-support .light-header-title,
.product-overview-tipps .light-header-title,
.product-overview-video .light-header-title {
  font-size: 24px;
  line-height: 30px;
  color: #b2b2b2;
  margin: 0px;
  font-weight: 400;
}
.product-overview-reasons .aroma-table h3,
.product-overview-duefte .aroma-table h3,
.product-overview-other .aroma-table h3,
.category-overview-technic-alt .aroma-table h3,
.product-overview-anchors .aroma-table h3,
.product-overview-compare .aroma-table h3,
.product-overview-faq .aroma-table h3,
.happy-face-wrapper .aroma-table h3,
#product-overview-product-slider .aroma-table h3,
.product-overview-productslist .aroma-table h3,
.product-overview-roommates .aroma-table h3,
.product-overview-support .aroma-table h3,
.product-overview-tipps .aroma-table h3,
.product-overview-video .aroma-table h3 {
  margin-bottom: 10px;
}
#product-overview-headerimage {
  max-height: 550px;
}
#product-overview-headerimage .header-video video {
  max-height: 550px;
  object-fit: cover;
  width: 100%;
  object-position: center center;
}
@media (min-width: 425px) {
  #product-overview-headerimage .header-video video {
    min-height: 310px;
  }
}
@media (min-width: 767px) {
  #product-overview-headerimage .headerimage {
    object-fit: cover;
    max-height: 550px;
    overflow: hidden;
    text-align-last: center;
  }
  #product-overview-headerimage .headerimage img {
    width: auto;
    height: auto;
    max-height: 550px;
  }
}
#category-overview-compare-alt h3 {
  font-size: 20px;
  font-weight: bold;
  color: #191919;
  line-height: 24px;
}
#category-overview-compare-alt h2 {
  font-size: 33px;
  line-height: 30px;
  color: #191919;
  margin-bottom: 10px;
  font-weight: bold;
}
.accordion .card {
  border-radius: 8px !important;
}
.accordion button {
  text-align: left;
}
.product-overview-product-slider .image-pin-content p {
  margin: 0px !important;
  height: 200px;
  width: auto;
  border-radius: 8px;
}
.lp-inner-section a {
  text-decoration: underline;
  color: #191919;
}
.product-overview-reasons .lp-section {
  height: 100vh;
}
@media (min-width: 767px) {
  .product-overview-reasons .lp-section .accordion-problem {
    position: relative;
    right: 0px;
    overflow-y: auto;
    height: 62vh;
    padding: 15px;
  }
}
.product-overview-reasons .lp-section .reason-title {
  font-size: 33px;
}
.product-overview-reasons .lp-section h1 {
  font-size: 33px;
  font-weight: bold;
  color: #191919;
  margin-bottom: 25px;
}
.product-overview-reasons .lp-section ul {
  padding-left: 25px;
}
.product-overview-reasons .lp-section ul li {
  height: 35px;
  font-size: 17px;
  color: #191919;
}
.product-overview-reasons .lp-section ul li::marker {
  color: #b4b4af;
  font-size: 1.4em;
}
.product-overview-reasons .lp-section .lp-inner-section {
  height: 100%;
  width: 100%;
  padding: 25px 0px;
  position: relative;
  overflow: hidden;
}
.product-overview-reasons .lp-section .lp-inner-section > .container,
.product-overview-reasons .lp-section .cms-section .lp-inner-section > .boxed,
.cms-section .product-overview-reasons .lp-section .lp-inner-section > .boxed {
  position: absolute;
  top: 50%;
  right: 50%;
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.product-overview-reasons .lp-section-product-1 {
  background-color: #f7f5f5;
}
.product-overview-reasons .lp-section-product-1 .link-watch-video-for {
  text-decoration: none;
}
.product-overview-reasons
  .lp-section-product-1
  .link-watch-video-for
  .button-watch-video-for {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .col-12.checkout-additional:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.account-content
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-additional:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-cartpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .is-act-cartpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-additional:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .is-act-checkoutregisterpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-additional:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-confirmpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-additional:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-ctl-accountorder
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-additional:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .is-act-finishpage
    .checkout
    .no-gutters.justify-content-between.checkout-container
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .no-gutters.justify-content-between.checkout-container
    .col-12.col-md-6:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:first-child,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .col-12.checkout-aside:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .col-12.checkout-additional:first-child,
  .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:first-child,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-1
    .row.no-gutters.justify-content-between
    .col-12.checkout-aside:first-child {
    padding-right: 20px;
  }
}
.product-overview-reasons .lp-section-product-2 {
  background-color: #d5d6d1;
}
.product-overview-reasons .lp-section-product-2 .col-12.col-md-7 img {
  width: 100%;
  height: auto;
}
.product-overview-reasons .lp-section-product-2 .col-12.col-md-4,
.product-overview-reasons
  .lp-section-product-2
  .is-act-checkoutregisterpage
  .checkout
  .col-12.checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .lp-section-product-2
  .col-12.checkout-aside {
  -ms-flex-item-align: center;
  align-self: center;
}
.product-overview-reasons .lp-section-product-3 {
  background-color: white;
}
.product-overview-reasons .lp-section-product-3 .row.no-gutters.grid-elm,
.product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.account-content,
.product-overview-reasons
  .lp-section-product-3
  .is-act-cartpage
  .checkout
  .no-gutters.grid-elm.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container,
.product-overview-reasons
  .lp-section-product-3
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.grid-elm.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container,
.product-overview-reasons
  .lp-section-product-3
  .is-act-confirmpage
  .checkout
  .no-gutters.grid-elm.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container,
.product-overview-reasons
  .lp-section-product-3
  .is-ctl-accountorder
  .checkout
  .no-gutters.grid-elm.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container,
.product-overview-reasons
  .lp-section-product-3
  .is-act-finishpage
  .checkout
  .no-gutters.grid-elm.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 150px);
  gap: 20px;
}
.product-overview-reasons .lp-section-product-3 .row.no-gutters.grid-elm img,
.product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.account-content
  img,
.product-overview-reasons
  .lp-section-product-3
  .is-act-cartpage
  .checkout
  .no-gutters.grid-elm.checkout-container
  img,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container
  img,
.product-overview-reasons
  .lp-section-product-3
  .is-act-checkoutregisterpage
  .checkout
  .no-gutters.grid-elm.checkout-container
  img,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container
  img,
.product-overview-reasons
  .lp-section-product-3
  .is-act-confirmpage
  .checkout
  .no-gutters.grid-elm.checkout-container
  img,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container
  img,
.product-overview-reasons
  .lp-section-product-3
  .is-ctl-accountorder
  .checkout
  .no-gutters.grid-elm.checkout-container
  img,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container
  img,
.product-overview-reasons
  .lp-section-product-3
  .is-act-finishpage
  .checkout
  .no-gutters.grid-elm.checkout-container
  img,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .lp-section-product-3
  .no-gutters.grid-elm.checkout-container
  img {
  height: 65px;
  margin-bottom: 20px;
  width: auto;
}
@media (max-width: 992px) {
  .product-overview-reasons .lp-section-product-3 .row.no-gutters.grid-elm,
  .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.account-content,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-cartpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-cartpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-confirmpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-ctl-accountorder
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-finishpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 150px);
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .product-overview-reasons .lp-section-product-3 .row.no-gutters.grid-elm,
  .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.account-content,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-cartpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-cartpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-checkoutregisterpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-confirmpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-confirmpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-ctl-accountorder
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-ctl-accountorder
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container,
  .product-overview-reasons
    .lp-section-product-3
    .is-act-finishpage
    .checkout
    .no-gutters.grid-elm.checkout-container,
  .is-act-finishpage
    .checkout
    .product-overview-reasons
    .lp-section-product-3
    .no-gutters.grid-elm.checkout-container {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 125px);
    gap: 10px;
  }
  .product-overview-reasons .lp-section-product-3 img {
    width: auto;
    height: auto;
    max-height: 240px;
  }
  .product-overview-reasons .lp-section-product-3 .section-img-full img {
    max-height: 100%;
  }
}
.product-overview-reasons .product-overview-reasons-navheader {
  position: relative;
  z-index: 500;
}
.product-overview-reasons .product-overview-reasons-navheader > .container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner {
  background-color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 50px;
  box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.06);
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  > .row.justify-content-around,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.account-content,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  > .justify-content-around.checkout-container {
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  p,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  p {
  margin: 0px;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .filler-header-nav {
  width: 1px;
  background-color: #b4b4af;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn {
  cursor: pointer;
  transition-duration: 0.5s;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn:hover
  p {
  color: #191919;
  transition-duration: 0.5s;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn
  p {
  font-weight: bold;
  color: #b4b4af;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active {
  cursor: pointer;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  .product-overview-reasons-navhead-inner
  .product-overview-nav-btn-active
  p {
  color: #191919;
}
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .row.justify-content-center
  > .col-12.col-md-9,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  > .col-12.col-md-9,
.cms-section
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .boxed
  > .row.justify-content-center
  > .col-12.col-md-9,
.product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.account-content
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-cartpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.cms-section
  .product-overview-reasons
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.cms-section
  .product-overview-reasons
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-confirmpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.cms-section
  .product-overview-reasons
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.cms-section
  .product-overview-reasons
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .is-act-finishpage
  .checkout
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.cms-section
  .product-overview-reasons
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .product-overview-reasons-navheader
  > .container
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.account-content
  > .col-12.col-md-9,
.product-overview-reasons
  .cms-section
  .is-act-cartpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-cartpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .cms-section
  .is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .cms-section
  .is-act-confirmpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-confirmpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .cms-section
  .is-ctl-accountorder
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-ctl-accountorder
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.product-overview-reasons
  .cms-section
  .is-act-finishpage
  .checkout
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9,
.is-act-finishpage
  .checkout
  .product-overview-reasons
  .cms-section
  .product-overview-reasons-navheader
  > .boxed
  > .justify-content-center.checkout-container
  > .col-12.col-md-9 {
  -ms-flex-item-align: center;
  align-self: center;
}
.product-overview-reasons .sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.is-mobile .lp-section {
  height: auto;
}
.is-mobile .lp-section .lp-inner-section {
  overflow: auto;
  padding: 80px 0px;
}
.is-mobile .lp-section .lp-inner-section .container,
.is-mobile .lp-section .lp-inner-section .cms-section .boxed,
.cms-section .is-mobile .lp-section .lp-inner-section .boxed {
  position: inherit;
  top: auto;
  right: auto;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.is-mobile .lp-section-product-1 .lp-inner-section {
  padding-top: 125px;
}
.product-overview-other .product-info .product-name {
  overflow: visible;
  margin-top: auto;
}
.product-overview-other .product-info .product-name.product-name-price {
  margin-top: 0;
}
.product-overview-other .product-info .product-name i {
  margin-top: auto;
}
.product-overview-other .aroma-deffuser-title {
  text-align: center;
  margin-bottom: 60px;
}
.product-overview-other .row.justify-content-center,
.product-overview-other .justify-content-center.account-content,
.product-overview-other
  .is-act-cartpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-cartpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container,
.product-overview-other
  .is-act-checkoutregisterpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container,
.product-overview-other
  .is-act-confirmpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-confirmpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container,
.product-overview-other
  .is-ctl-accountorder
  .checkout
  .justify-content-center.checkout-container,
.is-ctl-accountorder
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container,
.product-overview-other
  .is-act-finishpage
  .checkout
  .justify-content-center.checkout-container,
.is-act-finishpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .product-overview-other .row.justify-content-center,
  .product-overview-other .justify-content-center.account-content,
  .product-overview-other
    .is-act-cartpage
    .checkout
    .justify-content-center.checkout-container,
  .is-act-cartpage
    .checkout
    .product-overview-other
    .justify-content-center.checkout-container,
  .product-overview-other
    .is-act-checkoutregisterpage
    .checkout
    .justify-content-center.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .product-overview-other
    .justify-content-center.checkout-container,
  .product-overview-other
    .is-act-confirmpage
    .checkout
    .justify-content-center.checkout-container,
  .is-act-confirmpage
    .checkout
    .product-overview-other
    .justify-content-center.checkout-container,
  .product-overview-other
    .is-ctl-accountorder
    .checkout
    .justify-content-center.checkout-container,
  .is-ctl-accountorder
    .checkout
    .product-overview-other
    .justify-content-center.checkout-container,
  .product-overview-other
    .is-act-finishpage
    .checkout
    .justify-content-center.checkout-container,
  .is-act-finishpage
    .checkout
    .product-overview-other
    .justify-content-center.checkout-container {
    margin-bottom: 25px;
  }
}
.product-overview-other .row.justify-content-center .text-md-center h1,
.product-overview-other
  .justify-content-center.account-content
  .text-md-center
  h1,
.product-overview-other
  .is-act-cartpage
  .checkout
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.is-act-cartpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.product-overview-other
  .is-act-checkoutregisterpage
  .checkout
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.is-act-checkoutregisterpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.product-overview-other
  .is-act-confirmpage
  .checkout
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.is-act-confirmpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.product-overview-other
  .is-ctl-accountorder
  .checkout
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.is-ctl-accountorder
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.product-overview-other
  .is-act-finishpage
  .checkout
  .justify-content-center.checkout-container
  .text-md-center
  h1,
.is-act-finishpage
  .checkout
  .product-overview-other
  .justify-content-center.checkout-container
  .text-md-center
  h1 {
  margin-bottom: 25px;
}
.lp-section-product-1 picture,
.lp-section-product-1 img,
.lp-section-product-2 picture,
.lp-section-product-2 img,
.lp-section-product-3 picture,
.lp-section-product-3 img {
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.lp-section-product-1 img,
.lp-section-product-2 img,
.lp-section-product-3 img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
}
.product-overview-productslist
  .other-category-products
  .cms-listing-col:only-child,
.product-overview-other .other-category-products .cms-listing-col:only-child {
  margin-left: auto;
  margin-right: auto;
}
.product-overview-productslist
  .other-category-products
  .cms-listing-col:nth-child(2):nth-last-child(1),
.product-overview-other
  .other-category-products
  .cms-listing-col:nth-child(2):nth-last-child(1) {
  margin-right: auto;
}
.product-overview-productslist
  .other-category-products
  .cms-listing-col:nth-child(1):nth-last-child(2),
.product-overview-other
  .other-category-products
  .cms-listing-col:nth-child(1):nth-last-child(2) {
  margin-left: auto;
}
.product-overview-productslist
  .other-category-products
  .cms-listing-col:nth-child(3):nth-last-child(1),
.product-overview-other
  .other-category-products
  .cms-listing-col:nth-child(3):nth-last-child(1) {
  margin-right: auto;
}
.product-overview-productslist
  .other-category-products
  .cms-listing-col:nth-child(1):nth-last-child(3),
.product-overview-other
  .other-category-products
  .cms-listing-col:nth-child(1):nth-last-child(3) {
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .product-overview-productslist .other-category-products .cms-listing-col,
  .product-overview-other .other-category-products .cms-listing-col {
    padding: 15px;
    margin-bottom: 1rem !important;
  }
  .product-overview-productslist
    .other-category-products
    .cms-listing-col
    .product-name-price,
  .product-overview-other
    .other-category-products
    .cms-listing-col
    .product-name-price {
    width: 85%;
    -ms-flex-item-align: start !important;
    align-self: start !important;
  }
  .product-overview-productslist
    .other-category-products
    .cms-listing-col
    .product-name-price
    .product-name,
  .product-overview-productslist
    .other-category-products
    .cms-listing-col
    .product-name-price
    i,
  .product-overview-productslist
    .other-category-products
    .cms-listing-col
    .product-name-price
    .product-price-info,
  .product-overview-other
    .other-category-products
    .cms-listing-col
    .product-name-price
    .product-name,
  .product-overview-other
    .other-category-products
    .cms-listing-col
    .product-name-price
    i,
  .product-overview-other
    .other-category-products
    .cms-listing-col
    .product-name-price
    .product-price-info {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .product-overview-productslist
    .other-category-products
    .cms-listing-col
    .product-image-wrapper
    img,
  .product-overview-other
    .other-category-products
    .cms-listing-col
    .product-image-wrapper
    img {
    min-width: 150px;
  }
}
@media (min-width: 1200px) {
  .product-overview-productslist .other-category-products-medium,
  .product-overview-other .other-category-products-medium {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .product-overview-productslist .other-category-products-small,
  .product-overview-other .other-category-products-small {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-overview-reasons {
  margin-top: 125px;
  margin-bottom: 125px;
}
.product-overview-reasons .other-category-products {
  margin-top: 100px;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-overview-reasons h1 {
  font-size: 33px;
  font-weight: bold;
  color: #191919;
}
.product-overview-anchors {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-overview-anchors .anchor {
  padding: 0px 15px;
  margin: 15px 0px;
  border-bottom: solid 1px #e3e3e3;
}
.product-overview-anchors .anchor i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #b4b4af;
  color: #b4b4af;
}
.product-overview-anchors .anchor:hover {
  cursor: pointer;
}
.product-overview-anchors .anchor:hover i {
  fill: #191919;
  color: #191919;
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
}
.product-box .product-image-wrapper {
  position: static;
  height: auto;
  min-height: 105px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: -20px 50px 20px;
}
.product-overview-compare .product-box .product-image-wrapper {
  height: 4.5rem;
}
.product-overview-compare .compare-rightside .h2-as-h1.lg-show {
  margin-bottom: 30px !important;
}
.product-overview-compare .compare-rightside .col-12.col-lg-10 {
  padding-left: 0px;
}
.product-overview-compare .product-image-wrapper {
  margin-bottom: 5px;
}
.product-overview-compare .compare-rightside .lg-show {
  max-width: 320px;
}
.product-overview-compare .compare-rightside .lg-show.custom-color {
  color: #b4b4af;
}
.product-overview-compare .compare-rightside .col-12.col-md-10 {
  padding: 0px;
}
.product-overview-compare .compare-rightside .btn {
  width: 100%;
  margin-bottom: 20px;
}
.product-overview-compare .compare-rightside .btn i {
  float: right;
}
.product-overview-compare .compare-rightside h1 {
  font-size: 33px;
  color: #191919;
  font-weight: bold;
  margin-bottom: 30px;
}
#product-overview-happyface {
  padding-top: 75px;
  margin-bottom: 50px;
}
#product-overview-happyface .happy-face-text .col-12 h2:last-child {
  font-size: 30px !important;
  line-height: 38px !important;
}
@media (min-width: 992px) {
  #product-overview-happyface .happy-faces-6 .image-1 {
    top: 45px;
  }
  #product-overview-happyface .happy-faces-6 .image-2 {
    top: -30px;
  }
  #product-overview-happyface .happy-faces-6 .image-4 {
    bottom: -60px;
  }
  #product-overview-happyface .happy-faces-6 .images-5,
  #product-overview-happyface .happy-faces-6 .image-3 {
    bottom: 90px;
  }
  #product-overview-happyface .happy-faces-6 .image-6 {
    left: 362px;
    top: -25px;
  }
  #product-overview-happyface .happy-faces-6 .image-3 {
    bottom: 8.25rem;
    left: -1.5625rem;
  }
  #product-overview-happyface .happy-faces-5 .image-2 {
    right: -10px;
    max-width: 40%;
  }
  #product-overview-happyface .happy-faces-5 .image-5 {
    bottom: unset;
    right: unset;
    left: 395px;
    top: -25px;
    max-width: 20%;
  }
  #product-overview-happyface .happy-faces-5 .image-4 {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    right: 75px;
    bottom: -50px;
    left: unset;
  }
  #product-overview-happyface .happy-faces-5 .image-3 {
    bottom: 50px;
    left: 3.4375rem;
  }
  #product-overview-happyface .happy-faces-4 .image-1 {
    top: 1.6875rem;
    max-width: 30%;
    left: 10.375rem;
  }
  #product-overview-happyface .happy-faces-4 .image-3 {
    max-width: 40%;
    bottom: 60px;
    left: -4.5625rem;
  }
  #product-overview-happyface .happy-faces-4 .image-5 {
    bottom: -70px;
    right: 7rem;
    max-width: 40%;
  }
}
#product-overview-compare {
  padding-top: 75px;
  padding-bottom: 75px;
}
#product-overview-tipps {
  padding-top: 50px;
  padding-bottom: 50px;
}
#product-overview-tipps .card-body-with-link a {
  color: inherit;
  font-weight: 700;
}
#product-overview-tipps,
#product-overview-faq {
  margin-top: 75px;
  margin-bottom: 100px;
}
#product-overview-tipps .card,
#product-overview-faq .card {
  border-radius: 8px !important;
}
#product-overview-tipps h1,
#product-overview-faq h1 {
  font-size: 33px;
  color: #191919;
  font-weight: bold;
  margin-bottom: 30px;
}
#product-overview-tipps .h2-as-h1,
#product-overview-faq .h2-as-h1 {
  margin-bottom: 30px !important;
}
.lp-section-product-3 {
  box-shadow: 0px 20px 40px -6px rgba(70, 70, 65, 0.06);
}
.small-img-accordion {
  width: 50%;
}
@media screen and (max-width: 567px) {
  .small-img-accordion {
    width: 100% !important;
  }
}
.accordion-problem .card-body .card-body {
  padding: 0px;
  padding-top: 15px;
}
#product-overview-video {
  background-color: #464641;
  padding-bottom: 40px;
  margin-top: 200px;
  margin-bottom: 25px;
}
#product-overview-video #video {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.36);
}
#product-overview-video h1,
#product-overview-video h2,
#product-overview-video p {
  color: #fff;
}
#product-overview-video .video-row {
  margin-bottom: -7rem;
}
#product-overview-video #video-wrapper {
  position: relative;
  top: -8.8125rem;
}
#product-overview-video #video-wrapper #play-video {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 7px);
  height: -moz-calc(100% - 7px);
  height: calc(100% - 7px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
#product-overview-video #video-wrapper #play-video i:before {
  color: #fcfcfc;
  font-size: 100px;
}
#product-overview-video #video-wrapper #play-video.hidden {
  display: none;
}
.product-overview-productslist {
  margin-top: 75px;
  margin-bottom: 75px;
}
.product-overview-support {
  margin-top: 125px;
  margin-bottom: 125px;
}
.product-overview-support .support-left-tab p {
  color: #b4b4af;
  font-size: 16px;
}
.product-overview-support .support-right-tab a {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 3.125rem;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 0px 0px 10px #bfbfbf;
  margin-bottom: 17px;
  color: #191919;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  place-content: space-between;
  transition-duration: 0.5s;
}
.product-overview-support .support-right-tab a:hover {
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.54);
  transition-duration: 0.5s;
}
.product-overview-support .support-right-tab a:hover i {
  margin-right: 15px;
  transition-duration: 0.5s;
}
.product-overview-support .support-right-tab i {
  float: right;
  color: #b4b4af;
  margin-right: 25px;
  font-size: 22px;
  transition-duration: 0.5s;
}
.product-overview-compare .lg-hide {
  display: none;
}
@media (max-width: 992px) {
  #product-overview-happyface {
    padding-top: 75px;
  }
  .product-overview-compare .lg-hide {
    display: block !important;
  }
  .product-overview-compare .lg-show {
    display: none;
  }
  .product-overview-compare .product-compare-row {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: -15px;
  }
  .product-overview-compare .compare-rightside .col-12.col-lg-10 {
    padding: 0px;
  }
  .product-overview-compare .compare-rightside.text-center {
    margin-bottom: 50px;
  }
  #product-overview-happyface .happy-faces {
    margin-bottom: 0px;
  }
  #product-overview-happyface .happy-faces .col-12 {
    padding: 0px;
  }
}
#product-overview-blog {
  margin-bottom: 50px;
}
#product-overview-blog .blog-card-container {
  width: 100% !important;
  -ms-flex: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}
#product-overview-blog .blog-card-container .blog-card {
  min-height: 400px !important;
}
.product-overview-headerimage {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
}
.product-overview-headerimage .box-shadow {
  box-shadow: 0 0.775rem 2.175rem rgba(0, 0, 0, 0.13);
}
.product-overview-headerimage > picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-overview-headerimage > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.product-overview-headerimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-overview-headerimage img.product-overview-headerimage-object-pos {
  height: 600px;
  object-position: 50% 30%;
}
@media (max-width: 576px) {
  .product-overview-reasons .lp-section li {
    height: 30px !important;
    font-size: 17px;
    color: #191919;
  }
  .product-compare-row {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    margin-bottom: 0px !important;
  }
  .product-compare-row .product-compare-products {
    width: 45% !important;
    padding: 10px !important;
    margin: 8px !important;
  }
  .product-compare-row .product-compare-products .minimal-card-body {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1) !important;
  }
  .product-overview-support {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .product-overview-productslist {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #product-overview-tipps,
  #product-overview-faq {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  #product-overview-compare {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .product-overview-headerimage {
    margin-bottom: 25px;
  }
  .product-overview-reasons {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .product-overview-reasons .mb-5 {
    margin-bottom: 1rem !important;
  }
  .product-overview-reasons .col-6.cms-listing-col {
    padding: 10px;
  }
  .product-overview-reasons .col-6.cms-listing-col .product-image-wrapper {
    margin: -1.875rem 1.425rem 1.25rem;
    margin-bottom: 0px;
  }
  a {
    font-size: 16px;
  }
  .product-overview-anchors .anchor {
    margin-bottom: 5px;
  }
  .product-overview-anchors .anchor p {
    width: 74%;
  }
  .product-overview-anchors .anchor i {
    width: 0px !important;
    height: 15px !important;
    margin: 0px !important;
  }
  .product-overview-compare .product-compare-products {
    width: 43% !important;
  }
  .product-overview-compare .card-body {
    padding: 0px 15px;
  }
  .product-overview-compare .card-body .product-image-wrapper {
    margin: 0px;
  }
  .product-overview-compare .card-body .product-image-wrapper img {
    width: 100px !important;
  }
  #product-overview-video h1 {
    font-size: 27px;
  }
  .product-overview-support .support-right-tab > div {
    margin: 20px 0px;
  }
}
.product-overview-compare .product-compare-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.product-overview-compare .product-compare-row .product-compare-products {
  height: 200px;
}
.product-overview-compare .product-compare-products {
  width: 40%;
  margin: 0px 10px;
}
.product-overview-compare .card-body .product-image-wrapper img {
  width: 125px !important;
}
#product-overview-product-slider .h2-as-h1 {
  margin-bottom: 15px !important;
}
#product-overview-product-slider .technic-slider-btn-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  #product-overview-product-slider .technic-slider-btn-desktop {
    display: none;
  }
  #product-overview-product-slider .technic-slider-btn-mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #product-overview-product-slider .row.align-items-center .col-lg-4,
  #product-overview-product-slider
    .align-items-center.account-content
    .col-lg-4,
  #product-overview-product-slider
    .align-items-center.account-content
    .is-act-cartpage
    .checkout
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .align-items-center.account-content
    .checkout-aside,
  #product-overview-product-slider
    .align-items-center.account-content
    .is-act-confirmpage
    .checkout
    .checkout-additional,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .align-items-center.account-content
    .checkout-additional,
  #product-overview-product-slider
    .align-items-center.account-content
    .is-ctl-accountorder
    .checkout
    .checkout-additional,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .align-items-center.account-content
    .checkout-additional,
  #product-overview-product-slider
    .align-items-center.account-content
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .align-items-center.account-content
    .checkout-aside,
  #product-overview-product-slider
    .align-items-center.account-content
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .align-items-center.account-content
    .checkout-aside,
  #product-overview-product-slider
    .align-items-center.account-content
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .align-items-center.account-content
    .checkout-additional,
  #product-overview-product-slider
    .align-items-center.account-content
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .align-items-center.account-content
    .checkout-aside,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-cartpage
    .checkout
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-additional,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-additional,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-cartpage
    .checkout
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-additional,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-additional,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    #product-overview-product-slider
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-cartpage
    .checkout
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-additional,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-additional,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-cartpage
    .checkout
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-additional,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-additional,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-cartpage
    .checkout
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-additional,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-additional,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .checkout-additional,
  #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .align-items-center.checkout-container
    .col-lg-4,
  #product-overview-product-slider
    .row.align-items-center
    .is-act-cartpage
    .checkout
    .checkout-aside,
  .is-act-cartpage
    .checkout
    #product-overview-product-slider
    .row.align-items-center
    .checkout-aside,
  #product-overview-product-slider
    .row.align-items-center
    .is-act-confirmpage
    .checkout
    .checkout-additional,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .row.align-items-center
    .checkout-additional,
  #product-overview-product-slider
    .row.align-items-center
    .is-ctl-accountorder
    .checkout
    .checkout-additional,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .row.align-items-center
    .checkout-additional,
  #product-overview-product-slider
    .row.align-items-center
    .is-act-confirmpage
    .checkout
    .checkout-aside,
  .is-act-confirmpage
    .checkout
    #product-overview-product-slider
    .row.align-items-center
    .checkout-aside,
  #product-overview-product-slider
    .row.align-items-center
    .is-ctl-accountorder
    .checkout
    .checkout-aside,
  .is-ctl-accountorder
    .checkout
    #product-overview-product-slider
    .row.align-items-center
    .checkout-aside,
  #product-overview-product-slider
    .row.align-items-center
    .is-act-finishpage
    .checkout
    .checkout-additional,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .row.align-items-center
    .checkout-additional,
  #product-overview-product-slider
    .row.align-items-center
    .is-act-finishpage
    .checkout
    .checkout-aside,
  .is-act-finishpage
    .checkout
    #product-overview-product-slider
    .row.align-items-center
    .checkout-aside {
    -ms-flex-order: -1;
    order: -1;
  }
}
#product-overview-product-slider .image-pin-content p {
  margin: 0px !important;
}
#product-overview-product-slider .image-pin-content .category-text {
  color: #b4b4af;
}
.product-overview-roommates .image-pin {
  padding: 15px 0px;
}
.product-overview-roommates .image-pin picture,
.product-overview-roommates .image-pin img {
  border-radius: 8px;
}
.product-overview-roommates .image-pin-content p {
  margin: 0px;
}
.product-overview-roommates .image-pin-content .category-text {
  color: #b4b4af;
}
@media (max-width: 752px) {
  .product-overview-roommates .image-pin .pin.small button {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
}
@media (max-width: 752px) {
  .product-overview-duefte .duefte-table {
    overflow: hidden;
  }
  .product-overview-duefte .duefte-table .table-header {
    font-size: 20px;
  }
  .product-overview-duefte .duefte-table .table-row {
    font-size: 14px;
  }
  .product-overview-duefte .duefte-table .table-row h3 {
    font-size: 18px;
  }
}
.product-overview-faq .faq-page-title {
  padding: 0 50px;
}
.product-overview-faq .faq-page-title p a {
  color: #191919;
  font-weight: 700;
}
.product-overview-faq .faq-page-title p a:hover {
  text-decoration: none;
}
.product-overview-faq .video-container-wrapper,
.product-overview-faq .responsive-image,
.faq-accordion .video-container-wrapper,
.faq-accordion .responsive-image {
  max-width: 500px;
}
.product-overview-faq .responsive-image,
.faq-accordion .responsive-image {
  max-width: 33.45rem;
  padding: 20px;
}
.product-overview-faq img,
.product-overview-faq iframe,
.faq-accordion img,
.faq-accordion iframe {
  border-radius: 8px;
}
.product-overview-faq .p-3,
.faq-accordion .p-3 {
  padding-top: 0px !important;
}
.product-overview-faq .video-container,
.faq-accordion .video-container {
  margin-bottom: 0px;
}
.faq-accordion .responsive-image {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .faq-accordion .responsive-image {
    padding: 0;
    max-width: 100%;
  }
}
.netzp-blog6-override .blog-slider-controll-container {
  top: 50%;
}
.lp-inner-section.reason-title-container.reason-title {
  font-size: 33px;
}
.duft-special-color a {
  color: #b2b2b2;
  font-size: 14px;
}
.product-overview-duefte .trc-header {
  font-size: 1rem;
  margin-bottom: 0;
}
.background-video-loop {
  width: 100%;
}
.background-video-loop video {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  position: absolute;
}
@media (max-width: 992px) {
  .product-overview-headerimage-object-pos {
    height: auto !important;
  }
}
#product-overview-roommates2 .pin-mobile {
  display: none;
}
@media screen and (max-width: 425px) {
  #product-overview-roommates2 .pin-mobile {
    display: block;
  }
  #product-overview-roommates2 .pin-desktop {
    display: none;
  }
}
.lp-inner-section img.image-background-problemsolution-element {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .md-direction-revert {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.video-iframe-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
}
.video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.category-overview-technic-alt img {
  border-radius: 8px;
}
.category-overview-technic-alt .image-bottom {
  object-fit: cover;
  width: 100%;
}
.product-overview-reasons .smaller-image {
  width: 80% !important;
}
@media screen and (max-width: 767px) {
  .product-overview-reasons .smaller-image {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .product-overview-reasons .hl-lp-l-text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-overview-reasons .hl-lp-l-text picture {
    -ms-flex-order: -1;
    order: -1;
  }
}
.category-overview-technic-alt .image-bottom img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #category-overview-compare-alt
    .row.align-items-center
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .align-items-center.account-content
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .align-items-center.account-content
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .align-items-center.account-content
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .align-items-center.account-content
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .align-items-center.account-content
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .align-items-center.account-content
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .align-items-center.account-content
    .col-12.checkout-additional:last-child,
  #category-overview-compare-alt
    .align-items-center.account-content
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .align-items-center.account-content
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-additional:last-child,
  #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-cartpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  .is-act-cartpage
    .checkout
    #category-overview-compare-alt
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-additional:last-child,
  #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-checkoutregisterpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  .is-act-checkoutregisterpage
    .checkout
    #category-overview-compare-alt
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-additional:last-child,
  #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-confirmpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-additional:last-child,
  #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-ctl-accountorder
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-additional:last-child,
  #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .is-act-finishpage
    .checkout
    .align-items-center.checkout-container
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .align-items-center.checkout-container
    .col-12.col-md-6:last-child,
  #category-overview-compare-alt
    .row.align-items-center
    .is-act-confirmpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-confirmpage
    .checkout
    #category-overview-compare-alt
    .row.align-items-center
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .row.align-items-center
    .is-ctl-accountorder
    .checkout
    .col-12.checkout-aside:last-child,
  .is-ctl-accountorder
    .checkout
    #category-overview-compare-alt
    .row.align-items-center
    .col-12.checkout-aside:last-child,
  #category-overview-compare-alt
    .row.align-items-center
    .is-act-finishpage
    .checkout
    .col-12.checkout-additional:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .row.align-items-center
    .col-12.checkout-additional:last-child,
  #category-overview-compare-alt
    .row.align-items-center
    .is-act-finishpage
    .checkout
    .col-12.checkout-aside:last-child,
  .is-act-finishpage
    .checkout
    #category-overview-compare-alt
    .row.align-items-center
    .col-12.checkout-aside:last-child {
    -ms-flex-order: -1;
    order: -1;
  }
}
#category-overview-compare-alt picture {
  border-radius: 8px;
  margin-bottom: 10px;
}
#category-overview-compare-alt picture img {
  border-radius: inherit;
}
.product-overview-duefte .img-row-radius picture,
.product-overview-duefte .img-row-radius img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .duefte-table-desktop {
    display: none;
  }
}
.duefte-table-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .duefte-table-mobile {
    display: block;
  }
}
.duefte-table-mobile p {
  font-size: 15px;
  margin: 0px;
}
.duefte-table-mobile button {
  padding: 12px !important;
  font-size: 20px;
}
.duefte-table-mobile .card-body {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.duefte-table-mobile h3 {
  font-size: 18px !important;
}
.duefte-table-mobile .col-6 {
  padding: 12px;
}
@media screen and (max-width: 576px) {
  .lp-inner-section img {
    width: 100% !important;
  }
}
@media (max-width: 400px) {
  .col-400-special {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 350px;
  }
}
.special-product-overview-image {
  max-width: 130%;
  width: 130%;
  border-radius: 8px;
}
.no-shadow-problem-solution .col img,
.no-shadow-problem-solution .is-act-confirmpage .checkout .checkout-aside img,
.is-act-confirmpage .checkout .no-shadow-problem-solution .checkout-aside img,
.no-shadow-problem-solution .is-ctl-accountorder .checkout .checkout-aside img,
.is-ctl-accountorder .checkout .no-shadow-problem-solution .checkout-aside img,
.no-shadow-problem-solution .is-act-finishpage .checkout .checkout-aside img,
.is-act-finishpage .checkout .no-shadow-problem-solution .checkout-aside img {
  box-shadow: none;
  border-radius: 0;
}
table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 50px;
}
table tr:nth-child(odd) > td,
table tr:nth-child(odd) > th {
  background: #fff;
}
+ .accordion-card-body table tr:nth-child(odd) > td,
+ .accordion-card-body table tr:nth-child(odd) > th {
  background-color: beige;
}
table > thead + tbody > tr:nth-child(odd) > td {
  background: none;
}
+ .accordion-card-body table > thead + tbody > tr:nth-child(odd) > td {
  background: #fff;
}
table > thead + tbody > tr:nth-child(even) > td {
  background: #fff;
}
+ .accordion-card-body table > thead + tbody > tr:nth-child(even) > td {
  background-color: beige;
}
table th,
table td {
  padding: 7px 8px 9px;
  border-left: 0;
  border-right: 0;
}
table thead tr th {
  font-size: 22px;
}
table tbody tr {
  border-top: solid 1px #b2b2b2;
}
table tbody tr :first-child {
  border: none;
}
table tbody tr td:first-child {
  padding-right: 20px;
}
table.trc-header tr > td:first-child {
  font-weight: 700;
}
.mobile-table .table-group {
  margin-bottom: 24px;
  border-top: solid 1px grey;
}
.mobile-table .table-header,
.mobile-table .table-cell {
  padding: 8px;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}
.mobile-table .table-header {
  font-size: 22px;
}
.mobile-table .table-header,
.mobile-table .table-cell:nth-last-child(2) {
  font-weight: 700;
  background: #fff;
}
.mobile-table .table-header,
.mobile-table .table-row {
  margin-bottom: 4px;
}
.mobile-table .table-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.mobile-table .table-cell {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
@media (max-width: 839px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 840px) {
  .hidden-md-up {
    display: none !important;
  }
}
.dropdown-menu.show.account-menu-dropdown .divider-row {
  height: 1px;
  margin: 0px 20px;
  background-color: #d7d7d7;
}
.dropdown-menu.show.account-menu-dropdown .btn {
  min-height: 45px;
}
.dropdown-menu.show.account-menu-dropdown .account-menu-inner a {
  text-decoration: none;
}
.offcanvas-content-container .account-menu .btn {
  padding: 10px 15px;
}
.account-register,
.is-act-checkoutregisterpage,
.account-recover-password {
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .account-register .login-card .login-password-recover,
  .is-act-checkoutregisterpage .login-card .login-password-recover,
  .account-recover-password .login-card .login-password-recover {
    text-align: right;
  }
}
.account-register .login-advantages,
.is-act-checkoutregisterpage .login-advantages,
.account-recover-password .login-advantages {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .account-register .login-advantages,
  .is-act-checkoutregisterpage .login-advantages,
  .account-recover-password .login-advantages {
    margin-top: 25px;
  }
}
.account-register .btn.btn-primary,
.account-register .btn.address-editor-select:not(.collapsed),
.account-register .btn.address-editor-edit:not(.collapsed),
.account-register .btn.address-editor-create:not(.collapsed),
.is-act-checkoutregisterpage .btn.btn-primary,
.is-act-checkoutregisterpage .btn.address-editor-select:not(.collapsed),
.is-act-checkoutregisterpage .btn.address-editor-edit:not(.collapsed),
.is-act-checkoutregisterpage .btn.address-editor-create:not(.collapsed),
.account-recover-password .btn.btn-primary,
.account-recover-password .btn.address-editor-select:not(.collapsed),
.account-recover-password .btn.address-editor-edit:not(.collapsed),
.account-recover-password .btn.address-editor-create:not(.collapsed) {
  min-height: 50px;
}
.account-register .register-required-info,
.is-act-checkoutregisterpage .register-required-info,
.account-recover-password .register-required-info {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .account-register .register-required-info,
  .is-act-checkoutregisterpage .register-required-info,
  .account-recover-password .register-required-info {
    font-size: 14px;
  }
}
.account-register .data-protection-information a,
.is-act-checkoutregisterpage .data-protection-information a,
.account-recover-password .data-protection-information a {
  color: #191919;
  text-decoration: underline;
}
.account-register .login-password-recover a,
.is-act-checkoutregisterpage .login-password-recover a,
.account-recover-password .login-password-recover a {
  color: #191919;
  text-decoration: underline;
}
.account-register .card-body,
.is-act-checkoutregisterpage .card-body,
.account-recover-password .card-body {
  padding: 0px;
  margin-top: 20px;
}
.account-register .form-group,
.is-act-checkoutregisterpage .form-group,
.account-recover-password .form-group {
  height: 100%;
  margin-top: 20px;
}
.account-register .form-group .form-label,
.is-act-checkoutregisterpage .form-group .form-label,
.account-recover-password .form-group .form-label {
  position: absolute;
  top: -13px;
  margin-left: 20px;
  background-color: #fff;
  padding: 0px 5px;
  color: #b4b4af;
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.account-register .form-group input,
.is-act-checkoutregisterpage .form-group input,
.account-recover-password .form-group input {
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  border: solid 1px #b4b4af;
}
.account-register .form-group .custom-select,
.is-act-checkoutregisterpage .form-group .custom-select,
.account-recover-password .form-group .custom-select {
  padding-left: 15px;
  height: 50px;
  font-size: 16px;
  border: solid 1px #b4b4af;
}
.account-register .form-group input:not(:placeholder-shown),
.is-act-checkoutregisterpage .form-group input:not(:placeholder-shown),
.account-recover-password .form-group input:not(:placeholder-shown) {
  border-color: #464641;
}
.account-register .form-group input:required:invalid:not(:placeholder-shown),
.is-act-checkoutregisterpage
  .form-group
  input:required:invalid:not(:placeholder-shown),
.account-recover-password
  .form-group
  input:required:invalid:not(:placeholder-shown) {
  border-color: #e52427;
}
.account-register .form-group select,
.is-act-checkoutregisterpage .form-group select,
.account-recover-password .form-group select {
  border-color: #464641;
}
.account-register .card-title,
.is-act-checkoutregisterpage .card-title,
.account-recover-password .card-title {
  font-size: 20px;
}
.account-register .login-submit button,
.is-act-checkoutregisterpage .login-submit button,
.account-recover-password .login-submit button {
  width: 100%;
}
.account-register .register-submit button,
.is-act-checkoutregisterpage .register-submit button,
.account-recover-password .register-submit button {
  width: 50%;
}
@media (max-width: 992px) {
  .account-register .login-submit button,
  .account-register .register-submit button,
  .is-act-checkoutregisterpage .login-submit button,
  .is-act-checkoutregisterpage .register-submit button,
  .account-recover-password .login-submit button,
  .account-recover-password .register-submit button {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .account-register .login-submit button,
  .account-register .register-submit button,
  .is-act-checkoutregisterpage .login-submit button,
  .is-act-checkoutregisterpage .register-submit button,
  .account-recover-password .login-submit button,
  .account-recover-password .register-submit button {
    width: 100%;
  }
}
.account-reset-password-form.card {
  padding-top: 20px;
}
.account-reset-password-form.card .card-body {
  padding-left: 0px;
  padding-right: 0px;
}
.account-register .register-required-info {
  margin-top: 10px;
}
.account-recover-password {
  margin-top: 2rem;
}
@media screen and (max-width: 992px) {
  .account-recover-password {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 567px) {
  .account-recover-password .card-title {
    margin: 0px;
  }
  .account-recover-password .card-body {
    margin-top: 10px;
  }
  .account-recover-password .account-recover-password-form-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .account-recover-password .account-recover-password-form-actions .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.account-recover-password .form-group {
  margin-top: 1.75rem;
  position: relative;
}
.account-menu-offcanvas .btn-light {
  background-color: #e3e3e3;
  border: none;
}
.account-menu-offcanvas .login-card-popup .card-body {
  padding: 0px;
}
.account-menu-offcanvas .login-card-popup .card-body .login-password-recover a {
  color: #191919 !important;
  text-decoration: underline;
  font-size: 14px !important;
}
.account-menu-offcanvas .account-menu-header {
  border: none;
}
.account-menu-offcanvas .account-menu-header p {
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
}
.account-menu-offcanvas .bold.pb-2 {
  margin: 0px !important;
  font-weight: bold;
  font-size: 18px;
}
.account-menu-offcanvas .btn {
  min-height: 50px;
}
.account-menu-offcanvas .divider-row {
  height: 1px;
  background-color: black;
  margin: 0px 0px;
}
.account-menu-offcanvas .login-card {
  margin: 0px;
}
.account-menu-offcanvas .mt-3 {
  margin: 0px !important;
}
.header-account-menu {
  overflow: hidden;
}
.header-account-menu .btn {
  min-height: 50px;
}
.account-aside .card-header.account-aside-header {
  font-size: 20px;
  font-weight: bold;
}
.account-content-main .accordion .card {
  box-shadow: none !important;
}
.account-content-main .custom-control {
  padding-left: 0px;
}
.account-content-main .custom-radio [type="radio"]:checked,
.account-content-main .custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.account-content-main .custom-radio [type="radio"]:checked + label,
.account-content-main .custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #464641;
}
.account-content-main .custom-radio [type="radio"]:checked + label:before,
.account-content-main
  .custom-radio
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #464641;
  border-radius: 100%;
  background: #fff;
}
.account-content-main .custom-radio [type="radio"]:checked + label:after,
.account-content-main .custom-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #464641;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account-content-main .custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.account-content-main .custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.account-content-main .custom-control.custom-checkbox {
  padding-left: 25px !important;
}
.account-content-main .payment-method-label {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
}
.account-content-main .payment-method-label .payment-method-image {
  max-height: 75px !important;
  width: auto !important;
}
.account-content-main .account-payment-card .btn {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .account-content-main .account-payment-card .btn {
    width: 100%;
  }
}
.custom-control-label.shipping-method-label::before {
  top: 0.16rem;
}
.order-table-header-context-menu-wrapper
  .order-table-header-context-menu-indicator {
  display: none;
}
.order-wrapper .order-table-header-order-table-body .order-hide-btn {
  margin-top: -13px;
}
.is-ctl-accountprofile .account-overview-card .badge,
.account-content-main .account-overview-card .badge {
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  font-weight: 200;
}
.is-ctl-accountprofile .order-table-header-order-status,
.account-content-main .order-table-header-order-status {
  margin-top: 10px;
}
.is-ctl-accountprofile .order-table-header-order-status > span,
.account-content-main .order-table-header-order-status > span {
  padding: 10px;
  background-color: #464641;
  color: white;
  border-color: #464641;
}
.is-ctl-accountprofile .order-table-header-order-status > a,
.account-content-main .order-table-header-order-status > a {
  padding: 10px;
  background-color: #464641;
  color: white;
  border-color: #464641;
}
.is-ctl-accountprofile .order-table-header-order-status > a > span,
.account-content-main .order-table-header-order-status > a > span {
  padding: 0;
}
.is-ctl-accountprofile .order-table-header-order-status > a > span > svg,
.account-content-main .order-table-header-order-status > a > span > svg {
  top: 0px;
}
.is-ctl-accountprofile .order-table-header-order-status .badge-danger,
.account-content-main .order-table-header-order-status .badge-danger {
  background-color: #17a2e0;
  border-color: #17a2e0;
}
.is-ctl-accountprofile .order-table-header-order-status .badge-danger:hover,
.account-content-main .order-table-header-order-status .badge-danger:hover {
  background-color: #1591c9;
  border-color: #1591c9;
}
.is-ctl-accountprofile
  .order-table-header-order-status
  .order-item-status-badge-cancelled,
.account-content-main
  .order-table-header-order-status
  .order-item-status-badge-cancelled {
  background-color: red;
  border-color: red;
}
.is-ctl-accountprofile
  .order-table-header-order-status
  .order-item-status-badge-in_progress,
.account-content-main
  .order-table-header-order-status
  .order-item-status-badge-in_progress {
  background-color: orange;
  border-color: orange;
}
.is-ctl-accountprofile
  .order-table-header-order-status
  .order-item-status-badge-completed,
.account-content-main
  .order-table-header-order-status
  .order-item-status-badge-completed {
  background-color: #4dce74;
  border-color: #4dce74;
}
.is-ctl-accountprofile .order-detail-content-body a,
.account-content-main .order-detail-content-body a {
  color: #191919;
}
.is-ctl-accountprofile .custom-control-label::after,
.account-content-main .custom-control-label::after {
  position: absolute;
  top: 2px;
  left: -25 px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.account-menu-no-sign-a {
  display: inline-block;
  padding: 15px;
  line-height: 1;
  font-size: 1rem;
  border: 2px solid transparent;
}
.delivery-option-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.delivery-option {
  padding: 15px 0;
  border-bottom: 1px solid #aaa;
}
.payment-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 992px) {
  .account.account-content .account-content-main {
    margin: 0px;
    max-width: 78%;
    -ms-flex: 78%;
    flex: 78%;
  }
  #guest-tracking .account.account-content .account-content-main {
    margin: 0px;
    max-width: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  .account.account-content .account-content-aside {
    max-width: 20%;
    -ms-flex: 20%;
    flex: 20%;
  }
  .account.account-content .account-menu-inner {
    padding: 0px;
  }
  .account.account-content .account-aside .account-menu-inner a {
    padding: 0.75rem 0.5rem;
  }
  .account.account-content .card-body {
    padding: 0px;
  }
  .account.account-content .card-title {
    font-size: 20px;
  }
  .account.account-content .card-footer {
    padding: 0px;
    margin-top: 5px;
    background-color: transparent;
  }
  .account.account-content .card-footer .icon > svg {
    top: 0px;
  }
}
.account.account-content .card-actions a {
  width: 50%;
}
@media (max-width: 992px) {
  .account.account-content .card-actions a {
    width: 100%;
  }
  .account.account-content .card-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .account.account-content .account-overview-card {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #b4b4af;
  }
  .account.account-content .account-overview-newsletter {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .account.account-content .order-table-header-context-menu-wrapper {
    right: 0px;
  }
}
.account-orders-main .name-value,
.container-main .name-value {
  color: #191919;
}
.account-orders-main .order-table-header-context-menu,
.container-main .order-table-header-context-menu {
  padding: 0px;
}
.account-orders-main .order-table-header-heading,
.container-main .order-table-header-heading {
  padding-left: 0px;
}
.account-orders-main .order-table-header-context-menu-content a,
.container-main .order-table-header-context-menu-content a {
  padding: 5px 0px;
}
.account-orders-main .order-table-header-context-menu-content-link,
.container-main .order-table-header-context-menu-content-link {
  padding: 5px 0px;
}
.account-orders-main .order-table-header-context-menu-content-link:hover,
.container-main .order-table-header-context-menu-content-link:hover {
  color: initial;
}
.account-orders-main .order-table,
.container-main .order-table {
  border: none;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding: 1rem;
}
.account-orders-main .order-table-header-order-table-body,
.container-main .order-table-header-order-table-body {
  border: none;
}
.account-orders-main .account-orders-overview h3,
.container-main .account-orders-overview h3 {
  padding: 0px;
  margin-bottom: 5px;
}
.account-orders-main .order-table-header-context-menu-wrapper,
.container-main .order-table-header-context-menu-wrapper {
  right: 38px;
}
@media (max-width: 767px) {
  .account-orders-main .order-table,
  .container-main .order-table {
    padding: 0rem;
  }
  .account-orders-main .order-detail-content,
  .container-main .order-detail-content {
    margin-right: 0px;
  }
  .account-orders-main .order-table-header-order-table-body-cell,
  .container-main .order-table-header-order-table-body-cell {
    padding-left: 0px;
  }
  .account-orders-main .order-table-header-order-table-body-cell button,
  .container-main .order-table-header-order-table-body-cell button {
    width: 100%;
  }
  .account-orders-main .order-item-header .row.flex-wrap .col-12.col-sm,
  .account-orders-main
    .order-item-header
    .flex-wrap.account-content
    .col-12.col-sm,
  .account-orders-main
    .order-item-header
    .is-act-cartpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-cartpage
    .checkout
    .account-orders-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .account-orders-main
    .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-checkoutregisterpage
    .checkout
    .account-orders-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .account-orders-main
    .order-item-header
    .is-act-confirmpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-confirmpage
    .checkout
    .account-orders-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .account-orders-main
    .order-item-header
    .is-ctl-accountorder
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-ctl-accountorder
    .checkout
    .account-orders-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .account-orders-main
    .order-item-header
    .is-act-finishpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-finishpage
    .checkout
    .account-orders-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .container-main .order-item-header .row.flex-wrap .col-12.col-sm,
  .container-main .order-item-header .flex-wrap.account-content .col-12.col-sm,
  .container-main
    .order-item-header
    .is-act-cartpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-cartpage
    .checkout
    .container-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .container-main
    .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-checkoutregisterpage
    .checkout
    .container-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .container-main
    .order-item-header
    .is-act-confirmpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-confirmpage
    .checkout
    .container-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .container-main
    .order-item-header
    .is-ctl-accountorder
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-ctl-accountorder
    .checkout
    .container-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .container-main
    .order-item-header
    .is-act-finishpage
    .checkout
    .flex-wrap.checkout-container
    .col-12.col-sm,
  .is-act-finishpage
    .checkout
    .container-main
    .order-item-header
    .flex-wrap.checkout-container
    .col-12.col-sm {
    padding: 0px;
  }
}
.order-item-status-badge {
  border-radius: 8px !important;
}
.checkout-confirm-tos-checkbox:after,
.custom-control-label.payment-method-label:after {
  background: no-repeat 48%/50% 55%;
}
@media (max-width: 575px) {
  .order-table-header-order-number {
    padding-right: 62px;
  }
}
.account-aside-item.is-active {
  font-weight: 700;
}
#billingAddressAddressCountryState,
#billingAddressAddressCountryState + label {
  display: none;
}
.is-act-cartpage .confirm-tos,
.is-act-checkoutregisterpage .confirm-tos {
  display: none;
}
.is-act-cartpage .checkout-aside-add-code .input-group-append,
.is-act-cartpage .checkout-aside-add-code input,
.is-act-checkoutregisterpage .checkout-aside-add-code .input-group-append,
.is-act-checkoutregisterpage .checkout-aside-add-code input {
  height: 40px;
}
.is-act-confirmpage,
.is-act-checkoutregisterpage {
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  .is-act-confirmpage,
  .is-act-checkoutregisterpage {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .is-act-confirmpage .row.header-row.header-minimal-row,
  .is-act-confirmpage .header-row.header-minimal-row.account-content,
  .is-act-confirmpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-cartpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container,
  .is-act-confirmpage
    .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container,
  .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-confirmpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-ctl-accountorder
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container,
  .is-act-confirmpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-finishpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container,
  .is-act-checkoutregisterpage .row.header-row.header-minimal-row,
  .is-act-checkoutregisterpage .header-row.header-minimal-row.account-content,
  .is-act-checkoutregisterpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-cartpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-checkoutregisterpage
    .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-confirmpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container,
  .is-act-checkoutregisterpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-ctl-accountorder
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container,
  .is-act-checkoutregisterpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container,
  .is-act-finishpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .is-act-confirmpage .row.header-row.header-minimal-row .header-minimal-logo,
  .is-act-confirmpage
    .header-row.header-minimal-row.account-content
    .header-minimal-logo,
  .is-act-confirmpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-cartpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-confirmpage
    .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-confirmpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-ctl-accountorder
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-confirmpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-finishpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .row.header-row.header-minimal-row
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .header-row.header-minimal-row.account-content
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-cartpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-confirmpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-ctl-accountorder
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-checkoutregisterpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo,
  .is-act-finishpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-logo {
    width: 100%;
    max-width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .is-act-confirmpage
    .row.header-row.header-minimal-row
    .header-minimal-back-to-shop,
  .is-act-confirmpage
    .header-row.header-minimal-row.account-content
    .header-minimal-back-to-shop,
  .is-act-confirmpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-cartpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-confirmpage
    .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-confirmpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-ctl-accountorder
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-confirmpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-finishpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .row.header-row.header-minimal-row
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .header-row.header-minimal-row.account-content
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-cartpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-confirmpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-ctl-accountorder
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-checkoutregisterpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop,
  .is-act-finishpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop {
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .is-act-confirmpage
    .row.header-row.header-minimal-row
    .header-minimal-back-to-shop
    .btn,
  .is-act-confirmpage
    .header-row.header-minimal-row.account-content
    .header-minimal-back-to-shop
    .btn,
  .is-act-confirmpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-cartpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-confirmpage
    .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-confirmpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-ctl-accountorder
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-confirmpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-finishpage
    .checkout
    .is-act-confirmpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .row.header-row.header-minimal-row
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .header-row.header-minimal-row.account-content
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .is-act-cartpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-cartpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .is-act-confirmpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-confirmpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .is-ctl-accountorder
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-ctl-accountorder
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-checkoutregisterpage
    .is-act-finishpage
    .checkout
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn,
  .is-act-finishpage
    .checkout
    .is-act-checkoutregisterpage
    .header-row.header-minimal-row.checkout-container
    .header-minimal-back-to-shop
    .btn {
    width: 100%;
  }
}
.is-act-confirmpage .payment-method-label,
.is-act-checkoutregisterpage .payment-method-label {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
}
.is-act-confirmpage .payment-method-label .payment-method-image,
.is-act-checkoutregisterpage .payment-method-label .payment-method-image {
  max-height: 75px !important;
  width: auto !important;
  max-width: 110px;
}
.is-act-confirmpage
  .payment-method-label
  .payment-method-image[alt*="PostFinance Card"],
.is-act-checkoutregisterpage
  .payment-method-label
  .payment-method-image[alt*="PostFinance Card"] {
  max-width: 90px;
  margin-right: 10px;
}
.is-act-confirmpage .shipping-method-image,
.is-act-checkoutregisterpage .shipping-method-image {
  max-height: 75px;
}
.checkout-container .revocation-notice a,
.checkout-container .checkout-confirm-tos-label a {
  color: #191919;
}
.checkout-container .icon.icon-checkmark svg {
  color: #191919;
  fill: #191919;
}
.checkout-container .cart-item-details-container a {
  color: #191919;
}
.checkout-container .btn .icon > svg {
  top: 0px;
}
.checkout-container .cart-item-remove-button {
  width: fit-content;
  height: fit-content;
  padding: 0.55rem;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  max-width: 40px;
}
.checkout-container .cart-header-unit-price,
.checkout-container .cart-header-total-price {
  padding-right: 10px;
}
.checkout-container .card-body {
  padding: 0px;
}
.checkout-container .cart-item-label {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.checkout-container .row.cart-item-row.main-cart-row,
.checkout-container .cart-item-row.main-cart-row.account-content,
.checkout-container
  .is-act-cartpage
  .checkout
  .cart-item-row.main-cart-row.checkout-container,
.is-act-cartpage
  .checkout
  .checkout-container
  .cart-item-row.main-cart-row.checkout-container,
.checkout-container
  .is-act-checkoutregisterpage
  .checkout
  .cart-item-row.main-cart-row.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .checkout-container
  .cart-item-row.main-cart-row.checkout-container,
.checkout-container
  .is-act-confirmpage
  .checkout
  .cart-item-row.main-cart-row.checkout-container,
.is-act-confirmpage
  .checkout
  .checkout-container
  .cart-item-row.main-cart-row.checkout-container,
.checkout-container
  .is-ctl-accountorder
  .checkout
  .cart-item-row.main-cart-row.checkout-container,
.is-ctl-accountorder
  .checkout
  .checkout-container
  .cart-item-row.main-cart-row.checkout-container,
.checkout-container
  .is-act-finishpage
  .checkout
  .cart-item-row.main-cart-row.checkout-container,
.is-act-finishpage
  .checkout
  .checkout-container
  .cart-item-row.main-cart-row.checkout-container {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #bcc1c7;
}
.checkout-container .cart-item-details-characteristics {
  -ms-flex-order: 5;
  order: 5;
  font-size: 1rem;
  padding: 5px 5px 5px 92px;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .checkout-container .cart-item-details-characteristics {
    margin-top: -130px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .checkout-container .cart-item-details-characteristics {
    margin-top: -180px;
    padding-left: 87px;
  }
}
.checkout-container .product-wishlist {
  position: absolute;
  left: -110px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-container .cart-header-row {
  font-size: 20px;
}
.checkout-page .checkout-container .checkout-main {
  margin: 0px;
  -ms-flex: 100%;
  flex: 100%;
  width: 100%;
  max-width: 100%;
}
.checkout-page .checkout-container .checkout-aside {
  -ms-flex: 100%;
  flex: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0px;
}
@media (max-width: 576px) {
  .checkout-page {
    padding-top: 0px;
  }
  .checkout-page .btn {
    width: 100%;
  }
  .checkout-page .card-body {
    padding-top: 10px;
  }
  .checkout-page .payment-method-description,
  .checkout-page .shipping-method-description {
    margin: 0px;
  }
  .checkout-page .cart-item-remove {
    margin-top: 20px;
  }
  .checkout-page .checkout-aside {
    padding: 0px !important;
  }
  .checkout-page .cart-item-row {
    padding: 5px;
    padding-bottom: 10px;
  }
  .checkout-page .product-wishlist {
    left: -6.575rem;
  }
}
.confirm-tos a {
  text-decoration: underline;
}
.is-act-checkoutregisterpage .content-main .container,
.is-act-checkoutregisterpage .content-main .cms-section .boxed,
.cms-section .is-act-checkoutregisterpage .content-main .boxed {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.is-act-checkoutregisterpage .content-main .container-main {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media screen and (max-width: 992px) {
  .is-act-checkoutregisterpage .content-main .container-main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.is-act-checkoutregisterpage .bottom-row-checkout .col-12.col-md-6,
.is-act-checkoutregisterpage
  .bottom-row-checkout
  .is-act-confirmpage
  .checkout
  .col-12.checkout-aside,
.is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .bottom-row-checkout
  .col-12.checkout-aside,
.is-act-checkoutregisterpage
  .bottom-row-checkout
  .is-ctl-accountorder
  .checkout
  .col-12.checkout-aside,
.is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .bottom-row-checkout
  .col-12.checkout-aside,
.is-act-checkoutregisterpage
  .bottom-row-checkout
  .is-act-finishpage
  .checkout
  .col-12.checkout-additional,
.is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .bottom-row-checkout
  .col-12.checkout-additional,
.is-act-checkoutregisterpage
  .bottom-row-checkout
  .is-act-finishpage
  .checkout
  .col-12.checkout-aside,
.is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .bottom-row-checkout
  .col-12.checkout-aside {
  width: 100%;
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}
.is-act-checkoutregisterpage .checkout-aside {
  padding: 0px !important;
  margin-top: 20px !important;
  display: block !important;
}
.is-act-checkoutregisterpage .login-card {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid grey;
}
.is-act-checkoutregisterpage .login-form-description {
  display: none;
}
.registration-h3 {
  font-size: 20px;
}
.register-form a {
  color: #17a2e0;
}
.login-form h3 {
  margin-bottom: 20px;
}
.is-act-checkoutregisterpage .login-password-recover {
  margin-top: -10px;
  margin-bottom: 25px;
}
.is-act-checkoutregisterpage .login-password-recover a {
  text-decoration: underline;
}
.is-act-checkoutregisterpage .register-personal {
  margin: 0px;
}
.is-act-checkoutregisterpage .register-address {
  margin-bottom: 10px;
}
.is-act-checkoutregisterpage .checkout-aside {
  margin-top: 40px !important;
}
.checkout-header-h2 {
  font-size: 24px;
  margin-bottom: -10px;
  margin-top: 30px;
}
.is-act-finishpage .confirm-tos {
  display: none;
}
#confirmFormSubmit:disabled {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#confirmFormSubmit {
  -ms-flex-pack: center;
  justify-content: center;
}
body.no-scroll-fullscreen {
  overflow: hidden;
}
.full-screen-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.full-screen-loader.unhide {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.full-screen-loader .loader-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.full-screen-loader .loader-wrapper .loader {
  border: 8px solid #b2b2b2;
  border-top: 8px solid #464641;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-animation: spin-loader-fullscreen 2s linear infinite;
  animation: spin-loader-fullscreen 2s linear infinite;
  margin-bottom: 20px;
}
.full-screen-loader .loader-wrapper h2 {
  color: #fff;
}
@-webkit-keyframes spin-loader-fullscreen {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-loader-fullscreen {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
form.cart-item-quantity-container {
  min-width: 60px;
}
.confirm-product {
  position: relative;
  margin-top: 30px;
}
.confirm-product .confirm-product-background {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  height: 110%;
  position: absolute;
  width: 110%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.checkout-product-table .cart-item-row.main-cart-row .cart-item-quantity,
.confirm-product .cart-item-row.main-cart-row .cart-item-quantity {
  margin-top: 5px;
}
.checkout-product-table .cart-item-row.main-cart-row .cart-item-unit-price,
.checkout-product-table .cart-item-row.main-cart-row .cart-item-total-price,
.checkout-product-table .cart-item-row.main-cart-row .cart-item-tax-price,
.confirm-product .cart-item-row.main-cart-row .cart-item-unit-price,
.confirm-product .cart-item-row.main-cart-row .cart-item-total-price,
.confirm-product .cart-item-row.main-cart-row .cart-item-tax-price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
  padding-top: 15px;
}
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-unit-price
  .cart-item-tax-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-unit-price
  .cart-item-total-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-unit-price
  .cart-item-unit-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-total-price
  .cart-item-tax-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-total-price
  .cart-item-total-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-total-price
  .cart-item-unit-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-tax-price
  .cart-item-tax-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-tax-price
  .cart-item-total-price-label,
.checkout-product-table
  .cart-item-row.main-cart-row
  .cart-item-tax-price
  .cart-item-unit-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-unit-price
  .cart-item-tax-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-unit-price
  .cart-item-total-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-unit-price
  .cart-item-unit-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-total-price
  .cart-item-tax-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-total-price
  .cart-item-total-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-total-price
  .cart-item-unit-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-tax-price
  .cart-item-tax-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-tax-price
  .cart-item-total-price-label,
.confirm-product
  .cart-item-row.main-cart-row
  .cart-item-tax-price
  .cart-item-unit-price-label {
  margin-right: 5px;
}
.checkout-product-table .cart-item-row.main-cart-row .cart-item-remove > form,
.confirm-product .cart-item-row.main-cart-row .cart-item-remove > form {
  padding-top: 8px;
}
.cart-main-header {
  margin-top: 30px;
}
.award-title {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .product-detail-award .col-md-3-c,
  .product-detail-product .col-md-3-c {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
  }
  .product-detail-award .award-certificate,
  .product-detail-product .award-certificate {
    margin-bottom: 200px;
  }
}
.product-detail-award .award-certificate,
.product-detail-product .award-certificate {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .product-detail-award .award-certificate,
  .product-detail-product .award-certificate {
    margin-bottom: 50px;
  }
}
.product-detail-award .award-card,
.product-detail-product .award-card {
  padding: 15px;
}
.product-detail-award .award-card .card-body,
.product-detail-product .award-card .card-body {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail-award .award-card .card-body img,
.product-detail-product .award-card .card-body img {
  max-height: 100px;
  width: auto;
}
@media (max-width: 576px) {
  .product-detail-award .award-card .card-body img,
  .product-detail-product .award-card .card-body img {
    max-height: 120px;
  }
}
.product-detail-award .product-detail-award-title p,
.product-detail-product .product-detail-award-title p {
  margin-bottom: 0px;
  font-size: 20px;
}
.product-detail-award .product-detail-award-title p label,
.product-detail-product .product-detail-award-title p label {
  color: #b4b4af;
}
@media (min-width: 1200px) {
  .award-certificate {
    margin-bottom: 200px;
  }
}
.award-certificate {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .award-certificate {
    margin-bottom: 50px;
  }
}
.sw-cms-el-config-olai-products-wrapper > .row.w-100,
.sw-cms-el-config-olai-products-wrapper > .w-100.account-content,
.is-act-cartpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .w-100.checkout-container,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .w-100.checkout-container,
.is-act-confirmpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .w-100.checkout-container,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .w-100.checkout-container,
.is-act-finishpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .w-100.checkout-container {
  margin: 0;
}
.sw-cms-el-config-olai-products-wrapper .col-8 > h2 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.sw-cms-el-config-olai-products-wrapper > .row .cms-product-list-item,
.sw-cms-el-config-olai-products-wrapper
  > .account-content
  .cms-product-list-item,
.is-act-cartpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .checkout-container
  .cms-product-list-item,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .checkout-container
  .cms-product-list-item,
.is-act-confirmpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .checkout-container
  .cms-product-list-item,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .checkout-container
  .cms-product-list-item,
.is-act-finishpage
  .checkout
  .sw-cms-el-config-olai-products-wrapper
  > .checkout-container
  .cms-product-list-item {
  margin-bottom: 30px;
}
.sw-cms-el-text-links-wrapper {
  margin: 30px 0 70px;
}
.sw-cms-el-text-links-wrapper > .row[data-direction="true"],
.sw-cms-el-text-links-wrapper > .account-content[data-direction="true"],
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"],
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"],
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"],
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"],
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"],
.sw-cms-el-text-links-wrapper > .row[data-direction="1"],
.sw-cms-el-text-links-wrapper > .account-content[data-direction="1"],
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"],
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"],
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"],
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"],
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"] {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sw-cms-el-text-links-wrapper > .row[data-direction="true"] > .col-12.texts,
.sw-cms-el-text-links-wrapper
  > .account-content[data-direction="true"]
  > .col-12.texts,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"]
  > .col-12.texts,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"]
  > .col-12.texts,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"]
  > .col-12.texts,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"]
  > .col-12.texts,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="true"]
  > .col-12.texts,
.sw-cms-el-text-links-wrapper > .row[data-direction="1"] > .col-12.texts,
.sw-cms-el-text-links-wrapper
  > .account-content[data-direction="1"]
  > .col-12.texts,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"]
  > .col-12.texts,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"]
  > .col-12.texts,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"]
  > .col-12.texts,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"]
  > .col-12.texts,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container[data-direction="1"]
  > .col-12.texts {
  -ms-flex-align: end;
  align-items: end;
}
.sw-cms-el-text-links-wrapper > .row > .col-12,
.sw-cms-el-text-links-wrapper > .account-content > .col-12,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12 {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.texts h2,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.texts h2,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.sw-cms-el-text-links-wrapper > .row > .col-12.texts h3,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.texts h3,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.sw-cms-el-text-links-wrapper > .row > .col-12.texts p,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.texts p,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p {
  max-width: 80%;
  width: 80%;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.texts h2,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.texts h2,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h2 {
  font-size: 33px;
  margin-bottom: 10px;
  color: #191919;
  font-weight: bold;
  line-height: 38px;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.texts h3,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.texts h3,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  h3 {
  font-size: 24px;
  line-height: 30px;
  color: #b2b2b2;
  margin: 0;
  font-weight: 400;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.texts p,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.texts p,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.texts
  p {
  color: #b4b4af;
  font-size: 16px;
  margin: 0;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.links > .link,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.links > .link,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link {
  transition-duration: 0.5s;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.links > .link:hover,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.links > .link:hover,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.18) !important;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.links > .link:hover i,
.sw-cms-el-text-links-wrapper
  > .account-content
  > .col-12.links
  > .link:hover
  i,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover
  i,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover
  i,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover
  i,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover
  i,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:hover
  i {
  left: 10px;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.links > .link:last-child,
.sw-cms-el-text-links-wrapper
  > .account-content
  > .col-12.links
  > .link:last-child,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:last-child,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:last-child,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:last-child,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:last-child,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link:last-child {
  margin-bottom: 0;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.links > .link p,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.links > .link p,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  p,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  p,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  p,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  p,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  p {
  font-size: 18px;
  margin-bottom: 0;
}
.sw-cms-el-text-links-wrapper > .row > .col-12.links > .link i,
.sw-cms-el-text-links-wrapper > .account-content > .col-12.links > .link i,
.is-act-cartpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  i,
.is-act-checkoutregisterpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  i,
.is-act-confirmpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  i,
.is-ctl-accountorder
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  i,
.is-act-finishpage
  .checkout
  .sw-cms-el-text-links-wrapper
  > .checkout-container
  > .col-12.links
  > .link
  i {
  position: relative;
  left: 0px;
  transition-duration: 0.5s;
  max-height: 20px;
  font-size: 20px;
  width: auto;
  color: #b4b4af;
  fill: #b4b4af;
}
@media (max-width: 767px) {
  .sw-cms-el-text-links-wrapper .row,
  .sw-cms-el-text-links-wrapper .account-content,
  .sw-cms-el-text-links-wrapper .is-act-cartpage .checkout .checkout-container,
  .is-act-cartpage .checkout .sw-cms-el-text-links-wrapper .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-act-confirmpage
    .checkout
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-ctl-accountorder
    .checkout
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-act-finishpage
    .checkout
    .checkout-container,
  .is-act-finishpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sw-cms-el-text-links-wrapper .row > .col-12.texts,
  .sw-cms-el-text-links-wrapper .account-content > .col-12.texts,
  .sw-cms-el-text-links-wrapper
    .is-act-cartpage
    .checkout
    .checkout-container
    > .col-12.texts,
  .is-act-cartpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container
    > .col-12.texts,
  .sw-cms-el-text-links-wrapper
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .col-12.texts,
  .is-act-checkoutregisterpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container
    > .col-12.texts,
  .sw-cms-el-text-links-wrapper
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .col-12.texts,
  .is-act-confirmpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container
    > .col-12.texts,
  .sw-cms-el-text-links-wrapper
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .col-12.texts,
  .is-ctl-accountorder
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container
    > .col-12.texts,
  .sw-cms-el-text-links-wrapper
    .is-act-finishpage
    .checkout
    .checkout-container
    > .col-12.texts,
  .is-act-finishpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container
    > .col-12.texts {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .sw-cms-el-text-links-wrapper .row,
  .sw-cms-el-text-links-wrapper .account-content,
  .sw-cms-el-text-links-wrapper .is-act-cartpage .checkout .checkout-container,
  .is-act-cartpage .checkout .sw-cms-el-text-links-wrapper .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container,
  .is-act-checkoutregisterpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-act-confirmpage
    .checkout
    .checkout-container,
  .is-act-confirmpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-ctl-accountorder
    .checkout
    .checkout-container,
  .is-ctl-accountorder
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container,
  .sw-cms-el-text-links-wrapper
    .is-act-finishpage
    .checkout
    .checkout-container,
  .is-act-finishpage
    .checkout
    .sw-cms-el-text-links-wrapper
    .checkout-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.sw-cms-el-happy-faces-wrapper {
  width: 100%;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper .center-child {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper .center-child h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper .center-child h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 360px;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper > .image {
  border-radius: 8px;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  z-index: 3;
  width: 100%;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper > .image > img {
  max-width: 100%;
  width: 100%;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper > .image > div {
  padding: 10px;
  background-color: #fff;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper > .image > div > p {
  font-size: 21px;
  margin-bottom: 0;
  background-color: #fff;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper > .image.image5,
.sw-cms-el-happy-faces-wrapper .image-wrapper > .image.image6 {
  display: none;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper.images-5 .image5 {
  display: block;
}
.sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image5,
.sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image6 {
  display: block;
}
@media (min-width: 992px) {
  .sw-cms-el-happy-faces-wrapper {
    margin-bottom: 100px;
    height: 775px;
    position: relative;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper {
    height: 100%;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper .center-child {
    height: 100%;
    width: 100%;
    position: absolute;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper .image {
    -ms-flex: none;
    flex: none;
    max-width: 500px;
    position: absolute;
    margin-bottom: 0;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper .image.image1 {
    max-width: 350px;
    top: 1.8875rem;
    left: 9rem;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper .image.image2 {
    max-width: 480px;
    top: 0;
    right: 0;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper .image.image3 {
    max-width: 375px;
    bottom: 60px;
    z-index: 2;
    left: 0;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper .image.image4 {
    max-width: 500px;
    bottom: -50px;
    right: 4.8rem;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-5 .image1,
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image1 {
    max-width: 390px;
    top: 75px;
    left: 40px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-5 .image2,
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image2 {
    max-width: 250px;
    top: -25px;
    right: auto;
    left: 375px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-5 .image3,
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image3 {
    max-width: 470px;
    bottom: auto;
    left: auto;
    top: 0;
    right: -30px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-5 .image4 {
    max-width: 310px;
    bottom: 50px;
    right: auto;
    left: 120px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-5 .image5 {
    max-width: 490px;
    right: 45px;
    bottom: -50px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image1 {
    top: 40px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image2 {
    max-width: 295px;
    left: 340px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image3 {
    max-width: 480px;
    right: -10px;
    top: -20px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image4 {
    max-width: 310px;
    bottom: 120px;
    right: auto;
    left: 40px;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image5 {
    max-width: 490px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -60px;
    z-index: 1;
  }
  .sw-cms-el-happy-faces-wrapper .image-wrapper.images-6 .image6 {
    max-width: 320px;
    right: 40px;
    bottom: 150px;
  }
}
.sw-cms-el-accordion-list {
  width: 100%;
}
.sw-cms-el-accordion-list a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.sw-cms-el-accordion-list .card .card-header button {
  font-weight: bold;
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper.bottom {
  margin-top: 30px;
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper.top {
  margin-bottom: 30px;
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper > div.background {
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper > p {
  position: absolute;
  width: 100%;
  color: white !important;
  top: 50%;
  left: 50%;
  text-align: center;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper > p > a {
  color: white !important;
}
.sw-cms-el-accordion-list .card .card-body .iframe-wrapper > p > a:hover {
  text-decoration: underline;
}
.sw-cms-el-table-of-contents {
  width: 100%;
}
.sw-cms-el-table-of-contents .cms-page-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sw-cms-el-table-of-contents .cms-page-list .cms-list-item {
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}
.sw-cms-el-table-of-contents .cms-page-list .cms-list-item:hover i {
  color: #191919;
}
.sw-cms-el-table-of-contents .cms-page-list .cms-list-item i {
  color: #b4b4af;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cms-block-table-block {
  overflow: visible !important;
}
.cms-block-headerimage-box-block {
  margin-top: -20px;
}
.cms-block-headerimage-box-block #product-overview-headerimage {
  max-height: 600px;
}
.sw-cms-el-product-family {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sw-cms-el-product-family .product-family-image-placeholder {
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #9f9f9f;
}
.sw-cms-el-product-family .pin button {
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sw-cms-el-product-family .pin .image-pin-content h2 {
  margin-bottom: 0;
}
.sw-cms-el-product-family .pin .image-pin-content p {
  margin-bottom: 0;
}
.product-family-block-4 {
  margin: 0 !important;
}
.product-family-block-4 > div {
  padding: 0 10px;
}
.product-family-text-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.product-family-text-block > div {
  margin-bottom: 1.5rem;
}
.cms-block-olai-one-element {
  overflow: visible;
}
.cms-block-happy-faces-block,
.cms-block-map-block,
.cms-block-quick-links-block,
.cms-block-cookie-block,
.cms-block-banner-block,
.cms-block-product-categorys-germany-block,
.cms-block-product-categorys-block,
.cms-block-text-with-background-block,
.cms-block-team-list-block,
.cms-block-teaser-item-block,
.cms-block-two-elements-60-40-block,
.cms-block-two-elements-40-60-block,
.cms-block-olai-one-element,
.cms-block-accordion-list-block,
.cms-block-product-family-block,
.cms-block-product-pin-block,
.cms-block-product-family-block-text,
.cms-block-product-family-block-4,
.cms-block-newsletter-block,
.cms-block-table-of-contents-block,
.cms-block-popular-roommates-block,
.cms-block-service-block {
  overflow: visible !important;
}
.cms-block-happy-faces-block .cms-block-container,
.cms-block-map-block .cms-block-container,
.cms-block-quick-links-block .cms-block-container,
.cms-block-cookie-block .cms-block-container,
.cms-block-banner-block .cms-block-container,
.cms-block-product-categorys-germany-block .cms-block-container,
.cms-block-product-categorys-block .cms-block-container,
.cms-block-text-with-background-block .cms-block-container,
.cms-block-team-list-block .cms-block-container,
.cms-block-teaser-item-block .cms-block-container,
.cms-block-two-elements-60-40-block .cms-block-container,
.cms-block-two-elements-40-60-block .cms-block-container,
.cms-block-olai-one-element .cms-block-container,
.cms-block-accordion-list-block .cms-block-container,
.cms-block-product-family-block .cms-block-container,
.cms-block-product-pin-block .cms-block-container,
.cms-block-product-family-block-text .cms-block-container,
.cms-block-product-family-block-4 .cms-block-container,
.cms-block-newsletter-block .cms-block-container,
.cms-block-table-of-contents-block .cms-block-container,
.cms-block-popular-roommates-block .cms-block-container,
.cms-block-service-block .cms-block-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.cms-block-happy-faces-block .cms-block-container-row,
.cms-block-map-block .cms-block-container-row,
.cms-block-quick-links-block .cms-block-container-row,
.cms-block-cookie-block .cms-block-container-row,
.cms-block-banner-block .cms-block-container-row,
.cms-block-product-categorys-germany-block .cms-block-container-row,
.cms-block-product-categorys-block .cms-block-container-row,
.cms-block-text-with-background-block .cms-block-container-row,
.cms-block-team-list-block .cms-block-container-row,
.cms-block-teaser-item-block .cms-block-container-row,
.cms-block-two-elements-60-40-block .cms-block-container-row,
.cms-block-two-elements-40-60-block .cms-block-container-row,
.cms-block-olai-one-element .cms-block-container-row,
.cms-block-accordion-list-block .cms-block-container-row,
.cms-block-product-family-block .cms-block-container-row,
.cms-block-product-pin-block .cms-block-container-row,
.cms-block-product-family-block-text .cms-block-container-row,
.cms-block-product-family-block-4 .cms-block-container-row,
.cms-block-newsletter-block .cms-block-container-row,
.cms-block-table-of-contents-block .cms-block-container-row,
.cms-block-popular-roommates-block .cms-block-container-row,
.cms-block-service-block .cms-block-container-row {
  display: block !important;
  width: 100%;
}
.cms-block-cookie-block .cms-block-container-row {
  width: 100%;
  margin: 0;
}
.cms-block.cms-block-product-three-column {
  overflow: visible;
}
.cms-block-text-links-block,
.cms-block-accordion-list-block {
  overflow: visible;
}
.cms-block-hero-slider-block {
  overflow: visible !important;
}
.cms-block-hero-slider-block .cms-block-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.cms-block-hero-slider-block .cms-block-container-row {
  display: block !important;
  width: 100%;
}
@media (min-width: 1150px) {
  .col-lg-5-row {
    -ms-flex: 20%;
    flex: 20%;
  }
}
.col-lg-5-row .cms-element-image .cms-image-container {
  height: 180px !important;
  min-height: 180px !important;
  width: 180px;
  margin: 0 auto;
}
.col-lg-5-row .cms-element-image .cms-image-container img {
  background-size: cover;
  background-position: center center;
}
.cms-block-gallery-buybox .gallery-slider-single-image img {
  width: 100%;
}
.cms-block-two-elements-60-40-block .sw-cms-el-accordion-list .row > div,
.cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .account-content
  > div,
.cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .is-act-cartpage
  .checkout
  .checkout-container
  > div,
.is-act-cartpage
  .checkout
  .cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > div,
.is-act-checkoutregisterpage
  .checkout
  .cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .is-act-confirmpage
  .checkout
  .checkout-container
  > div,
.is-act-confirmpage
  .checkout
  .cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > div,
.is-ctl-accountorder
  .checkout
  .cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .is-act-finishpage
  .checkout
  .checkout-container
  > div,
.is-act-finishpage
  .checkout
  .cms-block-two-elements-60-40-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-40-60-block .sw-cms-el-accordion-list .row > div,
.cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .account-content
  > div,
.cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .is-act-cartpage
  .checkout
  .checkout-container
  > div,
.is-act-cartpage
  .checkout
  .cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > div,
.is-act-checkoutregisterpage
  .checkout
  .cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .is-act-confirmpage
  .checkout
  .checkout-container
  > div,
.is-act-confirmpage
  .checkout
  .cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > div,
.is-ctl-accountorder
  .checkout
  .cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div,
.cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .is-act-finishpage
  .checkout
  .checkout-container
  > div,
.is-act-finishpage
  .checkout
  .cms-block-two-elements-40-60-block
  .sw-cms-el-accordion-list
  .checkout-container
  > div {
  max-width: 100%;
  -ms-flex: none;
  flex: none;
}
.cms-block-two-elements-60-40-block .cms-block-container-row {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cms-block-two-elements-60-40-block .cms-block-container-row > div {
  width: 57.5%;
  max-width: 600px;
}
.cms-block-two-elements-60-40-block .cms-block-container-row > div:last-child {
  width: 37.5%;
  margin-left: 5%;
}
@media (max-width: 991px) {
  .cms-block-two-elements-60-40-block .cms-block-container-row {
    display: block !important;
  }
  .cms-block-two-elements-60-40-block .cms-block-container-row > div {
    width: 100% !important;
  }
  .cms-block-two-elements-60-40-block
    .cms-block-container-row
    > div:last-child {
    margin-left: 0;
  }
}
.cms-block-two-elements-40-60-block .cms-block-container-row {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cms-block-two-elements-40-60-block .cms-block-container-row > div {
  width: 37.5%;
}
.cms-block-two-elements-40-60-block .cms-block-container-row > div:last-child {
  width: 57.5%;
  max-width: 600px;
  margin-left: 5%;
}
@media (max-width: 991px) {
  .cms-block-two-elements-40-60-block .cms-block-container-row {
    display: block !important;
  }
  .cms-block-two-elements-40-60-block .cms-block-container-row > div {
    width: 100% !important;
  }
  .cms-block-two-elements-40-60-block
    .cms-block-container-row
    > div:last-child {
    margin-left: 0;
  }
}
.cms-block-banner-block .cms-block-container,
.cms-block-teaser-item-block .cms-block-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cms-block-teaser-item-block .cms-block-container .cms-block-container-row {
  width: 100%;
}
@media (min-width: 992px) {
  .cms-block-teaser-item-block .cms-block-container .cms-block-container-row {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}
.cms-section {
  position: relative;
}
.cms-section .section-background-video {
  width: 100%;
  height: 100%;
}
.cms-section .section-background-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cms-section .section-background-video + div {
  position: relative;
}
.sw-el-teaser-item {
  width: 100%;
  padding: 0;
}
.sw-el-teaser-item > a {
  display: block;
  padding: 0;
}
.sw-el-teaser-item img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .sw-el-teaser-item {
    width: 50%;
  }
  .sw-el-teaser-item:first-child {
    padding-right: 20px;
  }
  .sw-el-teaser-item:last-child {
    padding-left: 20px;
  }
}
.sw-el-teaser-item h3 {
  max-width: 250px;
}
.cms-element-text ul {
  padding-left: 0;
}
.cms-element-text ul li {
  height: 35px;
  font-size: 17px;
  color: #191919;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.cms-element-text ul li:before {
  content: " ";
  margin-right: 10px;
  background: #b4b4af;
  height: 8px;
  width: 8px;
  margin-top: 2px;
  border-radius: 50%;
}
.cms-block-container-row .contact-support {
  margin-top: 0;
}
.cms-block-container-row .contact-people {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cms-block-container-row .contact-container {
  padding-top: 0 !important;
}
body.blackweek {
  margin-top: 0;
  background: #000;
  background: radial-gradient(ellipse at center 40%, #3b3b3b 0%, black 80%);
}
body.blackweek main h1,
body.blackweek main h2,
body.blackweek main h4,
body.blackweek main .blackweek-shine,
body.blackweek main span,
body.blackweek header h1,
body.blackweek header h2,
body.blackweek header h4,
body.blackweek header .blackweek-shine,
body.blackweek header span,
body.blackweek footer h1,
body.blackweek footer h2,
body.blackweek footer h4,
body.blackweek footer .blackweek-shine,
body.blackweek footer span {
  color: #fff;
}
body.blackweek main h1,
body.blackweek header h1,
body.blackweek footer h1 {
  padding-bottom: 20px;
}
body.blackweek .text-red {
  color: #ff1600;
}
body.blackweek .saved-amount-card-bottom {
  background-color: #ff1600 !important;
}
body.blackweek .header-main {
  background: transparent;
  box-shadow: 0;
  box-shadow: none;
  position: static;
  padding-top: 0 !important;
}
body.blackweek .blackweek-red {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ff1600;
  text-transform: uppercase;
  width: fit-content;
  color: #191919;
  margin: 0 auto;
  padding: 30px 15px 10px;
  font-size: 30px;
  font-weight: 700;
  border-radius: 0 0 8px 8px;
  letter-spacing: 8px;
  box-shadow: 0 0 6px #fd1500;
  border: 1px solid #ff1600;
}
body.blackweek .cart-button-top-wrapper {
  position: relative;
  top: 0;
}
body.blackweek .cart-button-top-wrapper .cart-button-top {
  text-decoration: none !important;
  position: absolute;
  bottom: 20px;
  right: 60px;
}
body.blackweek .cart-button-top-wrapper .cart-button-top > div {
  height: 50px;
  width: 50px;
  background: #f10000;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px #fd1500;
}
body.blackweek .cart-button-top-wrapper .cart-button-top i {
  color: #fff !important;
  border-color: #fff !important;
  position: absolute;
}
body.blackweek .blackweek-shine {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: fit-content;
  margin: 50px auto;
  font-size: 75px;
  letter-spacing: -3px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  font-weight: 700;
  -ms-transform: scaleY(1.4);
  -webkit-transform: scaleY(1.4);
  transform: scaleY(1.4);
}
body.blackweek footer *:before,
body.blackweek footer p {
  color: #fff;
}
body.blackweek footer span.top-bar-nav-text {
  color: #191919;
}
body.blackweek footer .footer-meta-nav span.mw-fc {
  color: #b4b4af;
}
body.blackweek footer .footer-meta-nav a {
  color: rgba(180, 180, 175, 0.5);
}
body.blackweek footer .footer-meta-nav a:hover {
  color: rgba(180, 180, 175, 0.5) !important;
}
body.blackweek footer .footer-bottom-wrapper {
  background: transparent;
}
body.blackweek.blackweek-static *:before,
body.blackweek.blackweek-static p {
  color: #fff;
}
body.blackweek.blackweek-static .countdown {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
body.blackweek.blackweek-static .countdown .countdown-time-wrapper {
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
}
body.blackweek.blackweek-static .countdown .countdown-time-wrapper > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  padding: 15px 0;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #5d5d5d;
  border-radius: 8px;
  box-shadow: inset 0px 3px 12px black;
}
body.blackweek.blackweek-static .countdown .countdown-time-wrapper > div p {
  font-size: 16px;
  margin-bottom: 0;
  color: #ff1600;
}
body.blackweek.blackweek-static
  .countdown
  .countdown-time-wrapper
  > div
  p.countdown-time {
  font-size: 65px;
  min-height: 65px;
  color: #fff;
  line-height: 65px;
  font-weight: bold;
}
body.blackweek.blackweek-static .countdown .point-between {
  width: 11px;
  height: 11px;
  background: #ff1600;
  border-radius: 50%;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper {
  margin-top: 20px;
  margin-bottom: 75px;
  height: fit-content;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper p {
  color: #fff;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper #mc_embed_signup {
  color: #fff;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper a {
  color: #fff;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper a:hover {
  color: #c8c8c8;
  text-decoration: none;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper a > svg {
  height: 15px;
  width: 15px;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper a > svg path {
  fill: #ff1600;
}
body.blackweek.blackweek-static .blackweek-newsletter-wrapper > div {
  background-color: #1f1f1f;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-left {
  padding: 30px;
  z-index: 2;
  width: 45%;
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.8);
  border-radius: 8px 0 0 8px;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right {
  width: 55%;
  border: 1px solid #5d5d5d;
  border-left: none;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0 8px 8px 0;
  margin: 0;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  #mc-embedded-subscribe-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:checked
  + label:after {
  background: #fff;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:not(:checked)
  + label:before,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group.input-group
  ul
  li
  [type="radio"]:checked
  + label:before {
  background: transparent;
  border-color: #fff;
}
@media (max-width: 350px) {
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-right
    .mc-field-group
    .col-4 {
    width: fit-content !important;
    max-width: fit-content !important;
    margin-right: 20px;
  }
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select {
  border-color: #fff !important;
  color: #fff !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input:focus,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select:focus {
  box-shadow: none !important;
  border-width: 2px !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input.mce_inline_error,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select.mce_inline_error {
  border-color: #ff1600 !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input
  ::-ms-input-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input
  ::-moz-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input
  ::-webkit-input-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input
  ::placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select
  ::-ms-input-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select
  ::-moz-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select
  ::-webkit-input-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select
  ::placeholder {
  color: #707070 !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input::-webkit-input-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select::-webkit-input-placeholder {
  color: #707070 !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input:-moz-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select:-moz-placeholder {
  color: #707070 !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input::-moz-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select::-moz-placeholder {
  color: #707070 !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  input:-ms-input-placeholder,
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .mc-field-group
  select:-ms-input-placeholder {
  color: #707070 !important;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  .newsletter-info {
  color: #b4b4af;
}
body.blackweek.blackweek-static
  .blackweek-newsletter-wrapper
  .blackweek-newsletter-right
  #mc_embed_signup_scroll {
  width: 440px;
  margin-left: 20px;
}
@media (max-width: 1119px) {
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-right
    #mc_embed_signup_scroll {
    width: 350px;
  }
}
@media (max-width: 991px) {
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-right
    #mc_embed_signup_scroll {
    margin-left: 0;
    width: 100%;
    max-width: 440px;
  }
}
body.blackweek.blackweek-dynamic h2 {
  font-size: 33px;
  margin-bottom: 0.5rem;
}
body.blackweek.blackweek-dynamic .btn.btn-primary,
body.blackweek.blackweek-dynamic .btn.address-editor-select:not(.collapsed),
body.blackweek.blackweek-dynamic .btn.address-editor-edit:not(.collapsed),
body.blackweek.blackweek-dynamic .btn.address-editor-create:not(.collapsed) {
  background-color: #ff1600 !important;
  border-color: #ff1600 !important;
}
body.blackweek.blackweek-dynamic .btn.btn-primary:hover,
body.blackweek.blackweek-dynamic
  .btn.address-editor-select:not(.collapsed):hover,
body.blackweek.blackweek-dynamic .btn.address-editor-edit:not(.collapsed):hover,
body.blackweek.blackweek-dynamic
  .btn.address-editor-create:not(.collapsed):hover {
  background-color: #d63c2d !important;
  border-color: #d63c2d !important;
}
body.blackweek.blackweek-dynamic .btn.btn-primary:focus,
body.blackweek.blackweek-dynamic
  .btn.address-editor-select:not(.collapsed):focus,
body.blackweek.blackweek-dynamic .btn.address-editor-edit:not(.collapsed):focus,
body.blackweek.blackweek-dynamic
  .btn.address-editor-create:not(.collapsed):focus {
  background-color: #ff1600;
  border-color: #ff1600;
}
body.blackweek.blackweek-dynamic .btn.btn-primary:active,
body.blackweek.blackweek-dynamic
  .btn.address-editor-select:not(.collapsed):active,
body.blackweek.blackweek-dynamic
  .btn.address-editor-edit:not(.collapsed):active,
body.blackweek.blackweek-dynamic
  .btn.address-editor-create:not(.collapsed):active {
  background-color: #ff1600 !important;
  border-color: #ff1600 !important;
}
body.blackweek.blackweek-dynamic .cms-section .cms-section-default {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.blackweek.blackweek-dynamic
  .cms-section:last-child
  .cms-block-text:last-child {
  margin-top: 100px;
  margin-bottom: 40px;
}
body.blackweek.blackweek-dynamic .cms-section:last-child .cms-section-default {
  border-bottom: none;
}
body.blackweek.blackweek-dynamic .cms-block-product-three-column {
  margin-bottom: 30px;
}
body.blackweek.blackweek-dynamic .product-wishlist .icon-group,
body.blackweek.blackweek-dynamic .product-rating {
  display: none;
}
body.blackweek.blackweek-dynamic .cms-element-buy-box .cms-element-alignment {
  width: 100%;
  max-width: 320px;
}
body.blackweek.blackweek-dynamic .product-box {
  background: #1e1e1e;
  border: 1px solid #2e2e2e;
}
body.blackweek.blackweek-dynamic .product-box .product-meta-info {
  display: none;
}
body.blackweek.blackweek-dynamic .product-box .product-action {
  background: #2e2e2e;
}
body.blackweek.blackweek-dynamic .product-box .product-action button i {
  color: #ff1600;
  border-color: #ff1600;
}
body.blackweek.blackweek-dynamic .product-box .product-name-cat {
  display: block;
  position: absolute;
  font-size: 12px;
}
body.blackweek.blackweek-dynamic .product-box .product-name-title {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
body.blackweek.blackweek-dynamic .product-box div,
body.blackweek.blackweek-dynamic .product-box p {
  color: #fff;
}
body.blackweek.blackweek-dynamic .product-box .saved-amount-card-price {
  color: #b4b4af;
}
body.blackweek.blackweek-dynamic .cms-element-text div,
body.blackweek.blackweek-dynamic .cms-element-text p {
  color: #b4b4af;
}
body.blackweek.blackweek-dynamic .product-detail-price-container {
  -ms-flex-align: start;
  align-items: start;
}
body.blackweek.blackweek-dynamic
  .product-detail-price-container
  .product-detail-price {
  color: #fff;
  position: static !important;
}
body.blackweek.blackweek-dynamic
  .product-detail-price-container
  .saved-amount-detail-price {
  color: #b4b4af;
  margin-bottom: 0;
}
body.blackweek.blackweek-dynamic .product-detail-form-container {
  margin-top: 20px;
}
body.blackweek.blackweek-dynamic .product-bundle-list p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}
body.blackweek.blackweek-dynamic .product-detail-info {
  margin-bottom: 0;
}
body.blackweek.blackweek-dynamic .product-detail-name {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body.blackweek.blackweek-static .blackweek-newsletter-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
  }
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-left,
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-right {
    width: 80%;
  }
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-left {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 0 0;
  }
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-right {
    box-shadow: 5px 0 40px rgba(0, 0, 0, 0.1);
    border-top: none;
    border-left: 1px solid #5d5d5d;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 991px) and (max-width: 450px) {
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-left,
  body.blackweek.blackweek-static
    .blackweek-newsletter-wrapper
    .blackweek-newsletter-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.blackweek .cart-button-top-wrapper {
    height: 30px;
  }
  body.blackweek .cart-button-top-wrapper .cart-button-top {
    bottom: 0px;
  }
  body.blackweek.blackweek-dynamic .cms-block-product-three-column {
    margin-bottom: 0;
  }
  body.blackweek.blackweek-dynamic
    .cms-block-product-three-column
    .cms-block-container {
    padding-bottom: 0 !important;
  }
  body.blackweek.blackweek-dynamic
    .cms-block-product-three-column
    .cms-block-container-row {
    max-width: 400px;
    margin: 0 auto;
  }
  body.blackweek.blackweek-dynamic
    .cms-block-product-three-column
    .cms-block-container-row
    .cms-element-product-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 530px) {
  body.blackweek .blackweek-shine {
    font-size: 55px;
  }
  body.blackweek.blackweek-static .countdown .countdown-time-wrapper > div {
    width: 80px;
  }
  body.blackweek.blackweek-static .countdown .countdown-time-wrapper > div p {
    font-size: 16px;
  }
  body.blackweek.blackweek-static
    .countdown
    .countdown-time-wrapper
    > div
    p.countdown-time {
    font-size: 42px;
    min-height: 42px;
    line-height: 42px;
  }
  body.blackweek.blackweek-static .countdown .point-between {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 390px) {
  body.blackweek.blackweek-static .countdown .point-between.hide-mobile,
  body.blackweek.blackweek-static
    .countdown
    .countdown-time-wrapper.hide-mobile {
    display: none;
  }
}
@media (max-width: 330px) {
  body.blackweek .g-recaptcha {
    -ms-transform: scale(0.8) translateX(-40px);
    -webkit-transform: scale(0.8) translateX(-40px);
    transform: scale(0.8) translateX(-40px);
  }
}
@media (max-width: 300px) {
  body.blackweek .blackweek-red {
    font-size: 25px;
  }
}
.product-get-notified-form-container
  .get-notified-widget-container
  > .col-lg-6 {
  -ms-flex: none !important;
  flex: none !important;
  width: fit-content;
  margin-top: 0 !important;
}
.product-get-notified-form-container
  .get-notified-widget-container
  > .col
  input,
.product-get-notified-form-container
  .is-act-confirmpage
  .checkout
  .get-notified-widget-container
  > .checkout-aside
  input,
.is-act-confirmpage
  .checkout
  .product-get-notified-form-container
  .get-notified-widget-container
  > .checkout-aside
  input,
.product-get-notified-form-container
  .is-ctl-accountorder
  .checkout
  .get-notified-widget-container
  > .checkout-aside
  input,
.is-ctl-accountorder
  .checkout
  .product-get-notified-form-container
  .get-notified-widget-container
  > .checkout-aside
  input,
.product-get-notified-form-container
  .is-act-finishpage
  .checkout
  .get-notified-widget-container
  > .checkout-aside
  input,
.is-act-finishpage
  .checkout
  .product-get-notified-form-container
  .get-notified-widget-container
  > .checkout-aside
  input {
  height: 100%;
}
.product-get-notified-form-container
  .get-notified-widget-container
  .btn-notify {
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .product-get-notified-form-container .get-notified-widget-container > .col,
  .product-get-notified-form-container
    .is-act-confirmpage
    .checkout
    .get-notified-widget-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .product-get-notified-form-container
    .get-notified-widget-container
    > .checkout-aside,
  .product-get-notified-form-container
    .is-ctl-accountorder
    .checkout
    .get-notified-widget-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .product-get-notified-form-container
    .get-notified-widget-container
    > .checkout-aside,
  .product-get-notified-form-container
    .is-act-finishpage
    .checkout
    .get-notified-widget-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .product-get-notified-form-container
    .get-notified-widget-container
    > .checkout-aside {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
  }
  .product-get-notified-form-container
    .get-notified-widget-container
    > .col-lg-6 {
    width: 100%;
  }
  .product-get-notified-form-container
    .get-notified-widget-container
    > .col-lg-6
    button {
    width: 100%;
    max-width: none;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.product-get-notified-form-container .message-out-of-stock {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.product-get-notified-form-container
  .message-out-of-stock
  i.iconm-circle-exclamation {
  color: #e52427;
}
.product-get-notified-form-container .message-out-of-stock p {
  color: #e52427;
  margin-bottom: 0px;
  font-size: 14px;
  margin-left: 5px;
}
.product-get-notified-form-container form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}
.product-get-notified-form-container form .get-notified-widget-container {
  -ms-flex-order: 2;
  order: 2;
}
.product-get-notified-form-container form #message-container {
  -ms-flex-order: 1;
  order: 1;
  background: #6aca7d;
  padding: 1.5rem 1.25rem;
}
.product-get-notified-form-container form #message-container .icon-blocked {
  display: none;
}
.product-get-notified-form-container
  form
  #message-container
  .icon-checkmark-circle {
  color: #fff;
  height: 22px;
  min-width: 22px;
}
.product-get-notified-form-container
  form
  #message-container
  .icon-checkmark-circle
  > svg {
  top: 0;
}
.product-get-notified-form-container form #message-container.alert-danger {
  color: #771314;
}
.product-get-notified-form-container
  form
  #message-container.alert-danger
  .icon-checkmark-circle {
  display: none;
}
.product-get-notified-form-container
  form
  #message-container.alert-danger
  .icon-blocked {
  display: none;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.product-get-notified-form-container
  form
  #message-container.alert-danger
  .icon-blocked
  > svg {
  top: 0;
}

#index-newsletter-btn-register {
  margin-bottom: 12px;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: #b4b4af;
}

.navigation-pipe {
  padding: 0 5px;
}

.wifi-container {
  padding: 20px 200px 20px 200px;
}

.wifi-container-2 {
  padding: 20px 100px 20px 100px;
}

.wifi-grid-container {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 50px;
}

.swiper-button-next::after {
  content: none !important;
}

.swiper-button-prev::after {
  content: none !important;
}

.page-heading-instru {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}

.mobile-category-section-faq,
.mcs-body-faq {
  display: none;
}

.mcs-head-faq {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.mcs-body-faq {
  height: 375px;
  border-top: 1px solid #b0b0ac;
  padding: 0 20px;
}

.mcs-body-faq ul {
  list-style: none;
  padding: 0;
}

.mcs-body-faq li {
  padding: 10px 0;
  border-bottom: 1px solid #b4b4af;
}

.mcs-body-faq li:last-of-type {
  border-bottom: none;
}

.mcs-body-faq a {
  font-size: 14px;
  color: #000;
}

.arrow-down-faq {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #b4b4af;
}

.content-gk {
  padding: 20px 5% 80px 5%;
}

.page-heading-gk {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}

.advsm-map {
  max-width: 1500px !important;
  height: 522px !important;
}

.advsm-container {
  padding: 20px 0 40px 0;
}

.cm-swiper {
  margin: 0 auto;
  max-width: 1500px !important;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  transform: translateX(0);
}

.section-faq {
  margin-bottom: 100px;
  padding: 0 10px;
}

.page-heading-faq {
  max-width: 1470px;
  margin: 0 auto;
  text-align: center;
  padding: 64px;
}

.page-heading-faq h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

.page-heading-faq p {
  font-size: 18px;
  line-height: 175%;
}

.search-section-faq {
  max-width: 800px;
  margin: 0 auto;
}

.search-section-faq form {
  position: relative;
  display: flex;
}

.search-section-faq input {
  font-size: 18px;
  width: 100%;
  border: 1px solid #b4b4af;
  border-radius: 8px;
  padding: 27px 18px;
}

.ico-search-faq {
  background-color: #fff !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 15px !important;
}

.main-section-faq {
  max-width: 1710px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0 auto;
}

.categories-section-faq {
  flex-basis: 25%;
}

.category-container {
  border: 1px solid #b4b4af;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.category-card-faq {
  padding: 30px 0;
  border-bottom: 1px solid #b4b4af;
}

.category-card-faq:last-of-type {
  border: none;
}

.category-card-faq a {
  font-size: 18px;
  color: #b0b0ac;
  text-decoration: none;
  transition: 0.2s;
}

.category-card-faq a:hover {
  color: #000;
}

.result-section-faq {
  flex-basis: 66%;
}

.result-section-products-faq {
  display: grid;
  grid-template-columns: 250px 250px 250px 250px;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 50px;
}

.result-section-products-faq a {
  color: black;
  text-decoration: none;
}

.product-card-faq {
  position: relative;
  width: 250px;
  height: 160px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 10%);
  transition: 0.2s;
}

.product-card-faq:hover {
  box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 25%);
}

.product-img-faq {
  top: 10px;
  position: absolute;
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-top: -30px;
}

.product-name-faq {
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.faq-card {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 15%);
  cursor: pointer;
  height: auto;
  user-select: none;
}

.faq-card-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.faq-card-question > span {
  font-size: 16px;
}

.faq-card-answer {
  overflow: hidden;
}

.faq-card-answer span {
  line-height: 150%;
  font-size: 16px;
}

.faq-card-answer ul {
  list-style: disc;
}

.faq-card-answer a {
  color: #17a2e0;
}

.faq-card-answer a:hover {
  color: #10709b;
  text-decoration: underline;
}

.span-chevron {
  position: absolute;
  top: 5px;
  right: 0;
}

.products-section-instru {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.4%;
  row-gap: 40px;
  margin-bottom: 100px;
}

.product-card-instru {
  position: relative;
  flex-basis: 13%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 10%);
  height: 150px;
  border-radius: 8px;
  transition: 0.2s;
  color: #000;
}

.product-card-instru img {
  width: 100px;
  height: 120px;
  object-fit: contain;
  margin-top: -30px;
}

.product-card-instru p {
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 15px;
  margin: 0;
}

.product-card-instru span {
  display: none;
  position: absolute;
  bottom: 7.5px;
  right: 20px;
}

.review-section-btns-po {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 10px;
}

.product-card-instru:hover {
  text-decoration: none;
  color: #000;
  scale: 1.01;
  box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 25%);
}

.page-heading-do {
  padding: 20px;
  text-align: center;
  max-width: 1200px;
}

.page-heading-do h1 {
  font-size: 24px;
  margin-bottom: 25px;
}

.products-section-do {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6.6666%;
  row-gap: 100px;
  margin-bottom: 100px;
}

.product-card-do {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 20%;
}

.product-card-do img {
  height: 150px;
  margin-bottom: 20px;
  object-fit: contain;
}

.product-card-do a:hover {
  background-color: #191919;
  text-decoration: none;
}

.product-section-left-img-div-po {
  margin-top: 10px !important;
  display: flex;
}

.product-section-left-img-div-po img {
  width: 120px;
}

.main-section-po {
  margin-top: 100px;
}

.comments-section-po {
  display: flex;
  flex-direction: column;
}

#review-form {
  display: flex;
  flex-direction: column;
}

#review-form input,
textarea {
  padding: 7.5px;
}

.review-section-po input,
textarea {
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}

.comment-card-po {
  margin: 10px 0 14px 0;
  padding: 25px 25px 5px;
  box-shadow: 0 13px 69px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.comment-card-head-po {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.comment-card-head-po span {
  font-size: 13.6px;
  color: #b4bbcb;
}

.comment-card-res-po {
  position: relative;
  margin: 20px 0 24px 100px;
  padding: 25px;
  background-color: #e2e2e2;
  border-radius: 8px;
}

.comment-card-res-po p {
  margin: 0;
}

.comment-card-figure-po {
  position: absolute;
  top: -8px;
  background-color: #e2e2e2;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-radius: 3px;
}

.review-header-po {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.comments-heading-po {
  display: flex;
  align-items: end;
  margin-bottom: 40px;
}

.comments-heading-po h2 {
  font-size: 33px;
  margin: 0 8px 0 0;
}

.comments-heading-po span {
  color: #b4b4af;
}

.product-detail-review-form-star {
  margin: 0;
  color: #17a2e0;
}

.ics-po {
  cursor: pointer;
}

.product-section-po {
  display: flex;
}

.product-section-left-po {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-basis: 50%;
  height: 100%;
}

.product-section-right-po {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  height: 100%;
}

.product-section-right-heading-po {
  display: flex;
  justify-content: space-between;
}

.product-section-right-grade-po {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-section-right-grade-po span {
  width: 30%;
}

.product-section-right-grade-po span:last-of-type {
  font-size: 14px;
  text-align: right;
  width: 15%;
}

.product-review-rating-div {
  display: flex;
  align-items: center;
}

.product-review-rating {
  margin-right: 10px;
}

.product-review-point {
  color: #17a2e0;
}

.review-bar-bk-po {
  z-index: 0;
  position: relative;
  width: 55%;
  height: 12px;
  background-color: #eeeeee;
  border-radius: 10px;
}

.review-bar-progress-po {
  z-index: 1;
  position: absolute;
  background-color: #17a2e0;
  height: 12px;
  border-radius: 10px;
}

.iconm-star-filled,
.iconm-star-empty,
.iconm-star-half-stroke {
  font-size: 18px;
}

.product-section-right-grades-div-po {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 10px;
}

.product-section-right-grades-div-po span:last-of-type {
  font-size: 14px;
}

.product-section-container-po {
  width: 85%;
}

.header-search-mobile {
  margin: 0 auto !important;
  display: none;
  padding-bottom: 15px;
}

.header-search-mobile .input-group {
  margin-top: 20px !important;
}

.qr-container {
  display: flex;
  column-gap: 2%;
  margin-bottom: 50px;
}

.qr-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47%;
  margin-bottom: 15px;
}

.qr-img {
  width: 50%;
}

.wifi-faq {
  margin: 0 auto;
  max-width: 66.6666666667%;
}

.carousel-container,
.carousel-container-3 {
  position: relative;
  overflow-x: hidden;
}

.carousel-container-3 {
  z-index: 10;
}

.carousel-slide,
.carousel-slide-3 {
  width: 100%;
  display: flex;
}

.carousel-slide img,
.carousel-slide-3 .slide {
  margin: 0 auto;
  flex: 0 0 auto;
}

.div-dots {
  display: flex;
  margin-bottom: 10px;
}

.div-dots button {
  cursor: pointer;
  border: none;
  background-color: #ccc;
  padding: 10px;
  margin-right: 10px;
  border-radius: 50px;
}

.base-slider-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px 0;
}

.base-slider-dot,
.base-slider-dot-3 {
  margin: 0 3px;
  height: 8px;
  width: 8px;
  padding: 0;
  border: solid #707070 1px;
  border-radius: 3px;
  background: none;
  transition: 0.2s;
}

.product-disable-drag {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.base-slider-dot:hover {
  background: #707070;
}

.base-slider-dot:focus,
.base-slider-dot-3:focus {
  outline: none;
}

.tns-nav-active,
.tns-nav-active-3 {
  width: 20px;
  background: #707070;
}

.product-main-card {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.product-main-card-images {
  display: flex;
  position: relative;
  margin-top: -60px;
}

.product-main-card-content {
  width: 45%;
  min-height: 600px;
}

.product-addtc-div {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.product-p-qty,
.product-addtc-btn {
  width: 46%;
}

#oosHook {
  border-bottom: 1px solid #e3e3e3;
}

.product-ava-none {
  margin-top: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  gap: 10px;
}

.review-img {
  width: 360px;
  height: 270px;
  object-fit: contain;
}

.recommendation-product-a {
  font-size: 20px;
  color: #191919;
  font-weight: bold;
}

.recommendation-product-a:hover {
  color: #191919;
  text-decoration: none;
}

.recommandation-product-price-span {
  font-size: 15px;
}

.product-image-wrapper {
  margin: -20px 50px 0px;
}

.blog_description {
  margin-bottom: 150px !important;
}

.discover-product-a-sp {
  color: #191919;
}

.discover-product-a-sp:hover {
  color: #191919 !important;
  text-decoration: underline !important;
}

.warning_inline {
  font-size: 16px;
  color: #e85c41;
}

.success_inline {
  font-size: 16px;
  color: #198754;
}

.content_prices clearfix {
  width: 20%;
}

.container.best-sales #products .products {
  grid-template-columns: repeat(4, 1fr);
}

#products .products @media (max-width: 997px) {
  .product-ava-none {
    flex-direction: column;
    align-items: start;
  }

  .product-ava-none input:first-of-type {
    margin-bottom: 10px;
  }

  .product-ava-none > * {
    width: 100% !important;
  }

  .product-main-card {
    flex-direction: column;
    row-gap: 20px;
  }

  .product-main-card-content {
    width: 100%;
    padding: 0 20px;
  }

  .product-addtc-div {
    align-items: start;
    flex-direction: column;
  }

  .product-p-qty {
    display: flex;
    flex-direction: column;
  }

  .product-p-qty span input {
    width: 100%;
  }

  .product-p-qty,
  .product-addtc-btn {
    width: 100%;
  }

  .socialsharing_product {
    display: flex;
    flex-direction: column;
  }

  .product-main-card-images {
    margin-top: 0;
  }

  #product-360 {
    position: absolute;
    right: 30px;
  }

  #image-block {
    text-align: center;
  }

  #thumbs_list {
    width: 75% !important;
    max-width: none !important;
  }
}

@media (max-width: 768px) {
  .advsm-map {
    height: auto !important;
  }
  .advsm-main {
    height: 500px !important;
  }

  #search-page-nav-tabs {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-template-rows: 55px;
    column-gap: 4%;
  }

  #search-page-nav-tabs li {
    margin: 0 !important;
  }

  #search-page-nav-tabs li a {
    line-height: 20px;
  }
}

@media (min-width: 1144px) and (max-width: 1510px) {
  .result-section-products-faq {
    grid-template-columns: 250px 250px 250px;
    grid-template-rows: 200px;
  }
}

@media (min-width: 700px) and (max-width: 1143px) {
  .result-section-products-faq {
    grid-template-columns: 250px 250px;
    grid-template-rows: 200px 200px;
  }

  .category-card-faq a {
    font-size: 14px;
  }
}

@media (max-width: 699px) {
  .result-section-products-faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-category-section-faq {
    display: block;
    margin: 0 10px 20px 10px;
    border: 1px solid #b4b4af;
    border-radius: 2px;
  }

  .categories-section-faq {
    display: none;
  }

  .result-section-faq {
    flex-basis: 100%;
  }

  .search-section-faq input {
    padding: 14px;
  }

  .product-card-faq {
    width: 100%;
  }

  .result-section-products-faq a {
    width: 45%;
  }

  .cart_navigation {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .product-card-instru {
    flex-basis: 20%;
  }

  .products-section-instru {
    column-gap: 6.66666%;
  }
}

@media (min-width: 768px) {
  .swiper-pagination-designer {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-card-instru {
    flex-basis: 28%;
  }

  .products-section-instru {
    column-gap: 8%;
  }

  .product-section-po {
    flex-direction: column;
  }

  .product-section-right-po {
    margin-top: 50px;
  }

  .product-section-container-po {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ybc-blog-wrapper-body {
    flex: none;
    max-width: 100%;
  }

  .product-card-instru {
    flex-basis: 45%;
  }

  .products-section-instru {
    column-gap: 10%;
  }

  .product-section-po {
    flex-direction: column;
  }

  .product-section-right-grade-po {
    position: relative;
    flex-direction: column;
    align-items: start;
  }

  .product-section-right-grade-po span:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-section-right-grade-po span:last-of-type {
    position: absolute;
    position: absolute;
    bottom: 6px;
    right: 0;
  }

  .review-bar-bk-po {
    width: 85%;
  }

  .product-section-right-po {
    margin-top: 50px;
  }

  .comment-card-head-po {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }

  .product-section-container-po {
    width: 100%;
  }

  .main-section-po {
    margin-top: 50px;
  }

  .qr-container {
    flex-direction: column;
  }

  .qr-div {
    width: 100%;
  }

  .qr-img {
    display: none;
    /* max-width: 400px;
        max-height: 400px;
        height: auto !important;  */
  }

  .wifi-faq {
    max-width: 100%;
  }

  .wifi-grid-container {
    grid-template-columns: 100%;
  }

  .product-detail-reviews-list {
    flex-direction: column;
  }

  #contact-map {
    height: 300px !important;
  }

  .contact-office-times {
    margin-top: 30px !important;
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
  }

  #gmOMPin {
    bottom: 124px !important;
    left: 10px !important;
  }

  .contact-time {
    text-align: end;
  }
}

.nav-main {
  background-color: #cbb771;
}

@media (max-width: 991px) {
  .products-section-do {
    padding: 0;
    column-gap: 10%;
  }

  .product-card-do {
    flex-basis: 45%;
  }

  .pencil-banner-stadler,
  .base-slider-dots {
    display: none;
  }

  .pencil-banner-stadler-mobile {
    display: flex !important;
    justify-content: center;
  }

  .review-img {
    margin-bottom: 20px;
  }

  .reviews-div-content-center {
    text-align: center;
  }

  .product-card-review-btn:first-of-type {
    margin-bottom: 12px;
  }

  .product-card-review-btn {
    width: 100%;
  }

  #video360 {
    bottom: -40px !important;
    right: 10px !important;
  }

  .nav-main {
    display: none;
  }

  .account-menu-dropdown {
    width: 250px !important;
    left: 0px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .container-main {
    padding-top: 91px;
  }

  .slider-progress {
    height: 0 !important;
  }
}

@media (max-width: 575px) {
  .container-main {
    padding-top: 84px;
  }

  #cart_summary .cart_unit {
    display: none;
  }

  #cart_summary tbody td:nth-child(3) {
    display: none;
  }

  #cart_summary tbody td:nth-child(4) {
    font-size: 16px;
  }
}

.product-miniature .product-description .product-rating {
  height: 21px;
}

.product-slider-container-in {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.promotional-message {
  color: #61d377;
}

#old_price {
  font-size: 16px;
}

#our_price_display {
  font-size: 18px;
}

#contact-map {
  height: 530px;
  width: 100%;
  border-radius: 8px;
}

.contact-office-times {
  box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 20px;
  margin-top: 0;
  width: 300px;
  z-index: 1;
  border-radius: 8px;
}

.contact-office-times-title {
  font-size: 18px;
  padding: 0 20px 10px;
}

.contact-time-mo,
.contact-time {
  font-size: 18px;
}

#gmOMPin {
  padding: 6px 13px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #fff;
  border-radius: 25px;
  width: 150px;
  font-size: 16px;
  color: #000;
  box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
}

#gmOMPin:hover {
  text-decoration: none;
}

#gmOMPin div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#gmIPin {
  display: none;
  position: relative;
  box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
  background-color: #fff;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px 8px 8px;
  margin-top: 0;
  z-index: 1;
  border-radius: 8px;
}

#gmIPin span {
  font-size: 15px;
  font-weight: bold;
}

.price-tag {
  background-color: #4285f4;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285f4;
}

[class$="api-load-alpha-banner"] {
  display: none;
}

.cms-block-netzp-blog6-block {
  margin-top: 0px;
}
*/ .product-slider-controls-next {
  top: 57% !important;
  right: 30px !important;
}

.product-slider-controls-prev {
  top: 57% !important;
  left: 30px !important;
}

.swiper-slide-pp {
  width: 33.33%;
  display: flex;
  flex-shrink: 0;
  padding: 40px 20px;
}

.card-pp {
  width: 100%;
  box-shadow: 0 3px 18px rgb(0 0 0 / 10%) !important;
}

.designer-box {
  box-shadow: 0 3px 18px rgb(0 0 0 / 10%) !important;
}

.search-toggle .search-toggle-btn i {
  margin-left: 0;
}

@media (max-width: 427px) {
  .designer-box {
    min-height: 247px;
  }
}

@media (max-width: 1200px) {
  .swiper-slide-pp {
    display: flex;
    flex-shrink: 0;
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .product-slider-controls-next {
    top: 50% !important;
    /* right: -25px !important; */
    right: -15px !important;
    z-index: 2;
  }

  .product-slider-controls-prev {
    top: 50% !important;
    /* left: -25px !important; */
    left: -15px !important;
    z-index: 2;
  }

  #pencil-banner-content *:not(:first-of-type) {
    display: none;
  }
}

.homeslider-slide-description {
  font-size: 23px;
  font-weight: 400;
  color: #b2b2b2;
  margin: 20px 0;
}

@media (max-width: 600px) {
  .swiper-slide-pp {
    padding: 40px 40px;
  }

  #navigation-menu-mobile {
    max-width: none !important;
    width: 90% !important;
  }

  .homeslider-slide-description {
    font-size: 20px;
  }

  .td-cart-product-name {
    display: flex;
    flex-direction: column;
    padding-right: 10px !important;
  }

  .payMethodEnable,
  .payMethodDisable {
    width: 48% !important;
    margin: 1% !important;
  }

  #product-360 {
    bottom: -55.5px;
    right: 10px;
  }

  #thumbs_list {
    max-width: 416px !important;
    width: calc(100% - 40px) !important;
    margin-left: 0 !important;
  }

  #bigpic {
    width: 320px !important;
    height: 320px !important;
  }

  .cart_discount_name .cdn-info {
    margin-right: 0px !important;
  }
}

#navigation-menu-mobile-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

#navigation-menu-mobile {
  width: 400px;
  display: flex;
  flex-direction: column;
  z-index: 1050;
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
}

.nav-menu-mobile-header {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 40px 15px 20px 20px;
  margin-bottom: 25px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  z-index: 7;
}

.header-wishlist-btn-mobile,
.header-cart-btn-mobile {
  padding: 0 !important;
  margin-left: 28px !important;
}

.account-menu-mobile {
  display: flex;
  align-items: center;
}

.mobile-nav-ul {
  position: relative;
  padding: 0;
  list-style: none;
}

button.mobile-nav-a:focus,
button.mobile-nav-a:focus:hover {
  outline: none;
}

.mobile-nav-a {
  cursor: pointer;
  color: #464641;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.mobile-nav-a-p-allp {
  cursor: pointer;
  color: #464641;
  font-size: 14px;
}

.mobile-nav-a-p-allp:hover {
  color: #464641;
  text-decoration: none;
}

.mobile-nav-a:hover {
  color: #464641;
  font-weight: bold;
  text-decoration: none;
}

.mobile-nav-a:hover span {
  color: #464641;
  transition: 0.2s;
}

.mobile-nav-a i {
  transition: 0.4s;
}

.mobile-nav-a:hover i {
  margin-right: -5px;
}

.mobile-nav-a i {
  color: #b4b4af;
}

.mobile-nav-p-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.mobile-nav-p-div {
  margin: 30px 0;
  display: flex;
  box-shadow: none;
  padding: 0 24px;
  background-color: #fafafa;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  border-radius: 8px;
  transition-duration: 0.5s;
}

.mobile-nav-p-div h4 {
  font-size: 16px;
  margin: 0 !important;
}

.mobile-nav-p-section:hover {
  text-decoration: none;
}

.mobile-nav-p-div:hover {
  /* transform: scale(1.01); */
  box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
}

#nav-menu-mobile-footer {
  margin-top: 400px;
  padding: 30px 20px 40px;
}

.mobile-nav-cat-section {
  display: none;
  top: 0;
  position: absolute;
  width: 100%;
  left: 600px;
  background: white;
  z-index: 9999;
  height: calc(100vh - 150px);
}

#nav-menu-mobile-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 1;
}

#nav-menu-mobile-body-div {
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

#mobile-nav-main-section {
  position: absolute;
  width: 100%;
}

#newsletter-submit-btn {
  transition: all 0.23s ease-in-out 0s;
}

#newsletter-submit-btn:hover {
  background-color: #2c2c2c;
}

.pagination-nav {
  margin-bottom: 0 !important;
}

.gk-slide {
  display: flex;
  justify-content: center;
}

.gk-slide a img {
  width: 160px !important;
}

#description-href,
#technical-data-href,
#reviews-href {
  display: block;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 20px;
  color: #b4b4af;
}

.product-desc-href-active {
  color: #495057 !important;
}

.product-desc-href-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 4px;
  border-radius: 5px;
  background: currentColor;
}

.gm-ui-hover-effect:focus {
  outline: none !important;
}

#pencil-banner-content a {
  color: black;
}

.search-product-h1 {
  margin-bottom: 40px;
}

.total-found-search {
  width: 25px !important;
  height: 25px !important;
  top: 7.5px !important;
}

.total-found-search p {
  font-size: 14px !important;
}

.cart_navigation {
  display: flex;
  justify-content: space-between;
}

.gm-style-iw {
  width: 300px !important;
  max-width: none !important;
  min-width: none !important;
  border-radius: 4px !important;
}

.gm-style-iw .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.gm-style-iw .gm-ui-hover-effect span {
  width: 16px !important;
  height: 16px !important;
}

.advsm-info-title {
  margin-bottom: 0 !important;
}

.advsm-info-address,
.advsm-info-title,
.advsm-info-website,
.advsm-info-phone {
  text-align: center !important;
  font-size: 14px !important;
}

.advsm-info-phone span a {
  font-size: 14px !important;
}

#image-block {
  text-align: center;
}

#bigpic {
  cursor: pointer;
  width: 520px;
  height: 520px;
  object-fit: scale-down;
}

.search-result .nav-tabs {
  padding-bottom: 100px !important;
}

.page-link-active {
  background-color: #464641;
  color: #fff;
}

#index-newsletter-img {
  z-index: -1;
  min-height: 640px !important;
  object-fit: cover;
}
.product-name-h1 {
  font-size: 28px;
}

#our_price_display {
  font-size: 24px;
  font-weight: bold;
}

#unit_price_display {
  color: #777;
  font-size: 14px;
  margin-left: 6px;
}

.account_creation {
  background: #fff !important;
}

.account_creation label {
  width: auto !important;
}

.register-input {
  max-width: none !important;
}

#days,
#months,
#years {
  border-radius: 3px !important;
  border: 1px #aaa solid !important;
}

.account-menu-header {
  display: flex;
}

#products-tab-nav,
#blog-posts-tab-nav,
#notice-tab-nav,
#cms-tab-nav {
  border-radius: 4px !important;
}

.account-register {
  display: flex;
  flex-direction: column;
}

.rw-advancedstoremaps-map {
  /* min-height: 537px;*/
}

.alert i {
  font-size: 17px;
}

@media (max-width: 1026px) {
  .contact-support .justify-content-center {
    display: flex;
    flex-direction: column;
  }

  .contact-support-type-wrapper {
    max-width: 100%;
    flex: none;
  }
}

@media (max-width: 575px) {
  #product_list {
    padding: 0 20px !important;
  }
}

.footer-socials {
  display: flex;
  align-items: center;
}

.footer-socials a {
  display: flex;
}

.search-h4-cms {
  text-decoration: underline;
  margin: 0 !important;
}

.chevron-left-search::before {
  transform: rotate(0deg);
}

.chevron-left-search {
  margin-right: 10px;
}

.cart_quantity_down:hover {
  text-decoration: none !important;
}

.product-name-title.one-word-title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.navigation-flyout-col-link p {
  margin-bottom: 0;
  font-weight: bold;
  color: #191919;
}
a.mobile-nav-p-section {
  color: #191919;
  font-weight: 600;
}
.mobile-nav-p-div {
  transition: all 0.2s ease-in-out;
}
.mobile-nav-p-div:hover {
  scale: 1.01;
}
.mobile-nav-p-div p {
  margin: 0;
}
/* .mobile-nav-p-div:hover p {
    font-size: 1.01rem;
} */
/* .mobile-nav-p-div:hover picture {
    transform: scale(1.01);
} */
#podsumowanie td#total_discount {
  text-align: right;
}
.seo-home-text {
  padding-bottom: 80px;
  padding-top: 20px;
}
.seo-home-text h2 {
  margin-bottom: 50px;
}
.seo-home-text p {
  text-align: justify;
}

.cart_discount {
  position: relative;
}

.cart_discount_price {
  position: absolute;
  right: 10px;
}

.cart_discount_name .cdn-info {
  font-weight: normal;
  margin-right: 20px;
}

.product-price .actual_price {
  font-weight: bold;
}

.ip-h1 {
  margin-bottom: 50px;
  font-size: 24px;
}

.ipn-h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px !important;
}

.iptb-h3,
.ippn-h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}

.iptb-h4,
.ipn-h3 {
  font-size: 23px;
  font-weight: 400;
  color: #b2b2b2;
  margin: 0;
}

.ipn-h3 {
  margin-bottom: -6px !important;
}

.ip-oniwiu {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.2;
}

#cart_summary td.cart-u + td {
  padding: 0;
}

#pencil-banner {
  height: 60px;
  overflow: hidden;
  transition: height 0.35s ease;
}

#pencil-banner.hide {
  height: 0;
}

#pencil-banner a {
  color: #000;
}

#pencil-banner-content {
  height: inherit;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#pencil-banner-content a {
  color: black;
}

#pencil-banner-content * {
  margin: 0;
}

.how-reviews-work-p {
  cursor: pointer;
  color: #17a2e0;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .delivery-table-info {
    width: 100% !important;
  }
}

/* @media (max-width: 1199px) { */
/* Homepage products */
.watch-product-families .product-families-pagination .pagination-item:focus,
.watch-product-families .product-families-pagination .pagination-item:hover,
.watch-product-families
  .product-families-pagination
  .swiper-pagination-bullet:focus,
.watch-product-families
  .product-families-pagination
  .swiper-pagination-bullet:hover {
  color: #b4b4af;
}

.watch-product-families .product-families-pagination .pagination-item.active,
.watch-product-families
  .product-families-pagination
  .pagination-item.swiper-pagination-bullet-active,
.watch-product-families
  .product-families-pagination
  .swiper-pagination-bullet.active,
.watch-product-families
  .product-families-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #464641 !important;
}
/* } */

@media (max-width: 520px) {
  .sc-cp-mobile {
    height: 320px !important;
  }

  .sc-cp-mobile .product-name-title {
    font-size: 16px !important;
  }
}

.payment_module .cashondeliverypaczkomat span > span {
  font-size: 80%;
}
.payment_module .cashondeliverypaczkomat span > span:before {
  content: "\A";
  display: block;
}

.service-request-form-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

.service-request-form-div label {
  margin: 0;
}

.service-request-section {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 20px 40px 20px;
}

.service-request-form-2-col {
  display: flex;
  gap: 10px;
  align-items: center;
}

.service-request-form-input {
  border-radius: 6px;
  border: 1px solid #aaa;
}

#service-request-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-request-form-div-pt {
  margin: 0 !important;
}

.service-request-form-div input[type="file"] {
  border: none !important;
}

#search_filters {
  margin-top: 50px;
  padding: 0;
}

.facet {
  appearance: none;
  border: 1px solid #bcc1c7;
  border-radius: 5px;
  height: unset !important;
  margin: 5px 0px;
  padding: 15px 15px 15px 15px !important;
  font-size: 16px;
  line-height: 1.75;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.facet-ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 55px;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  width: 258px;
  max-height: 200px;
  overflow: auto;
  padding: 13px 5px;
  z-index: 10;
  background-color: #fff;
}

.facet-ul.open {
  display: block;
}

.facet-ul ul {
  padding: 0 !important;
  margin: 0 !important;
}

#search_filters .facet {
  position: relative;
  width: 258px;
  margin: 10px 0 !important;
  cursor: pointer;
  user-select: none;
}

#search_filters .facet .facet-title {
  font-weight: normal;
  overflow: unset !important;
  text-overflow: unset !important;
  white-space: unset !important;
  margin-bottom: 0 !important;
}

#search_filters .facet .facet-label {
  display: flex;
  gap: 6px;
  text-align: unset !important;
  width: auto !important;
}

#search_filters .facet .facet-label a {
  font-size: 14px;
  width: auto !important;
  margin: 0 !important;
  white-space: unset !important;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: unset !important;
  margin: 0 !important;
}

#search_filters .facet .facet-title {
  width: 100% !important;
}
.product-description .product-rating span.d-flex {
  font-size: 13px;
  color: #b4b4af;
}
.product-miniature .thumbnail-container .product-meta-info,
.product-box .product-meta-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
}

.product-miniature
  .thumbnail-container
  .product-meta-info
  > .stock-status.green {
  color: #61d377;
  margin-left: auto;
}

.page-content {
  margin-bottom: 20px;
}

.page-content.page-cms {
  padding-top: 20px;
}

.account-menu-dropdown {
  border: none;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 20px #d7d7d7;
  width: 332px;
}

.account-menu-header {
  box-shadow: 0 5px 8px -3px #bfbfbf;
  border: none;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 20px 18px;
}

.account-menu-dropdown p.bold {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}

.account-menu-dropdown .account-menu-links {
  padding: 10px 20px;
}

.account-menu-dropdown .card {
  margin-bottom: 0;
}

.account-aside-item:hover {
  font-weight: 700;
}

.account-aside-footer .btn {
  color: #fff !important;
}

#_desktop_cart .header a {
  display: flex;
}

#footer #footerColumns a:hover {
  text-decoration: underline;
}

.footer-contact-hotline span {
  font-size: 14px;
}

.iconm-tiktok:before {
  content: "\e900";
}

#promo-code #discount_name {
  width: 100%;
}

#add-promo-code-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  border: none;
}

.footer-socials a:hover {
  text-decoration: none !important;
}

#place-order-btn.disabled {
  color: #999 !important;
}

.np-a:hover {
  text-decoration: underline;
}

.header-desktop {
  max-width: 71.25rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.header-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

#cart_block {
  position: relative;
}

#show-cart-btn {
  padding: 15px;
}

#show-cart-btn .iconm-cart-shopping-filled.hover {
  color: #fff;
}

#show-cart-btn:hover .iconm-cart-shopping-filled.hover {
  color: #000;
}

.btn > i {
  margin-left: 20px;
}

#cart_block .block_content {
  display: none;
  position: absolute;
  right: 0;
  top: 59px;
  background-color: #fff;
  width: 400px;
  padding: 30px 14px 12px 14px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 9999;
}

#cart_block .block_content.active {
  display: block;
}

#cart_block .block_content h3 {
  font-weight: 600;
  color: #000;
}

#cart_block #cart_block_list .headers {
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid #e3e3e3;
}

#cart_block #cart_block_list dl {
  max-height: 400px;
  overflow-y: auto;
}

#cart_block #cart_block_list .header-product {
  width: 50%;
  font-weight: 600;
}

#cart_block #cart_block_list .header-qty,
#cart_block #cart_block_list .header-total {
  width: 25%;
  font-weight: 600;
}

#cart_block #cart_block_list .header-total {
  display: flex;
  justify-content: end;
}

#cart_block #cart_block_list .product-info {
  display: flex;
}

#cart_block #cart_block_list .product-info-name {
  width: 50%;
}

#cart_block #cart_block_list dt a {
  font-size: 15px;
  color: #000 !important;
}

#cart_block #cart_block_list .product-info-qty,
#cart_block #cart_block_list .product-info-price {
  width: 25%;
  display: flex;
  align-items: end;
}

#cart_block .quantity-formated,
#cart_block .price,
#cart_block .reference {
  font-size: 15px;
}

#cart_block #cart_block_list .product-info-price {
  justify-content: end;
}

#cart_block #cart-buttons {
  display: flex;
  gap: 10px;
}

#cart_continue_btn {
  flex: 1;
  visibility: hidden;
  padding: 4px 16px;
  font-size: 16px;
  border: 1px solid #17a2e0;
  color: #17a2e0;
  border-radius: 5px;
  line-height: 1;
}

#cart_block #cart-buttons #button_order_cart {
  display: block !important;
  padding: 4px 16px !important;
  font-size: 16px;
  background-color: #17a2e0;
  width: 50%;
  text-align: center;
  transition: 0.15s ease-in-out;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
}

#cart_block #cart-buttons #button_order_cart:hover {
  background: #1591c9;
}

#cart_block #cart_block_list dt,
#cart_block #cart-prices {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 4px !important;
}

#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
  float: right;
}

.product-actions .product-add-to-cart,
.product-additional-info.js-product-additional-info {
  padding: 10px 0;
}

.product-detail-award .award-card {
  height: 150px;
}

#close-search-filter_mobile {
  display: none;
  font-size: 36px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#show-mobile-filters-btn {
  display: none;
  align-items: center;
  justify-content: space-between;
  border: none;
  padding: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 100%;
  border-radius: 3px;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

#show-mobile-filters-btn:hover {
  background-color: #eee;
}

#conditions-to-approve ul {
  list-style: none;
}

@media (max-width: 991px) {
  #search_filters .facet {
    margin: 0 !important;
  }

  #show-mobile-filters-btn {
    display: flex;
  }

  #cart_block .block_content {
    width: 100%;
    position: fixed;
    top: 118px;
  }

  #cart_continue_btn {
    visibility: visible;
  }

  #header {
    box-shadow: 0 3px 36px rgba(0, 0, 0, 0.16);
  }

  .category-filter-section {
    display: none;
    position: fixed;
    background: #fff;
    top: 121px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
  }

  #search_filters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    padding-bottom: 300px;
  }

  #_desktop_search_filters_clear_all {
    width: 100%;
  }

  #close-search-filter_mobile {
    display: block;
  }
}

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

  .header-mobile {
    display: flex;
  }
}

@media (max-width: 576px) {
  #products .products,
  .featured-products .products,
  .product-accessories .products,
  #products.prices-drop .products {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  #products .products,
  .featured-products .products,
  .product-accessories .products,
  #products.prices-drop .products {
    grid-template-columns: 1fr 1fr !important;
  }
}

.products-sort-order .dropdown-menu {
  width: 260px;
  border: 1px solid #000;
  background-color: #fff;
}

.products-sort-order .select-title {
  border: 1px solid #000;
}

.form-group.poledodatkowe2 {
  margin-left: 20px;
}