:root {
  --colors-focus-primary: #09367e;
  --colors-focus-secondary: #fff;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Poppins" !important;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  overflow-x: hidden !important;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Poppins" !important;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

body {
  font-family: "Poppins" !important;
}

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

a {
  color: var(--color-secondary);
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--color-secondary-hover);
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    width: 739px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition-duration: 0.35s;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  z-index: 1000;
}

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

.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
}

.dropdown-menu>li>a,
.dropdown-menu>li>span {
  clear: both;
  color: #666;
  display: block;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 20px;
  white-space: nowrap;
}

.dropdown-menu>li.dropdown__item--title>span {
  font-weight: 700;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #f5f5f5;
  color: #595959;
  text-decoration: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #337ab7;
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #dadada;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  text-decoration: none;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

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

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

.dropdown-header {
  color: #dadada;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 20px;
  white-space: nowrap;
}

.dropdown-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  border-top: 0;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 2px;
  top: auto;
}

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

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

.tooltip {
  word-wrap: normal;
  display: block;
  filter: alpha(opacity=0);
  font-family: "Poppins" !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 20px;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
}

.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  margin-top: -5px;
  right: 5px;
  top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 5px;
  margin-top: -5px;
  top: 0;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  transition: left 0.6s ease-in-out;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1;
}

@media (-webkit-transform-3d),
(transform-3d) {
  .carousel-inner>.item {
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.6s ease-in-out;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    left: 0;
    transform: translateZ(0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  bottom: 0;
  color: #fff;
  filter: alpha(opacity=50);
  font-size: 20px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 0;
  width: 15%;
}

.carousel-control.left {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, transparent);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  background-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  left: auto;
  right: 0;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  filter: alpha(opacity=90);
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  display: inline-block;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  margin-right: -10px;
  right: 50%;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-family: "Poppins" !important;
  height: 20px;
  line-height: 1;
  width: 20px;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  bottom: 10px;
  left: 50%;
  list-style: none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 60%;
  z-index: 2;
}

.carousel-indicators li {
  background-color: #0009;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

.carousel-indicators .active {
  background-color: #fff;
  height: 12px;
  margin: 0;
  width: 12px;
}

.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container-full-width:after,
.container-full-width:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.clearfix:after,
.container-fluid:after,
.container-full-width:after,
.container:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

/*!
 * jQuery UI CSS Framework @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  border-collapse: collapse;
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  filter: alpha(opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/*!
 * jQuery UI Slider @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  cursor: default;
  height: 1.2em;
  position: absolute;
  touch-action: none;
  width: 1.2em;
  z-index: 2;
}

.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  height: 100px;
  width: 0.8em;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Menu @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}

.ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/*!
 * jQuery UI Autocomplete @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}

/*!
 * jQuery UI Datepicker @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: 0;
  font-weight: 700;
  padding: 0.7em 0.3em;
  text-align: center;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 100%;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-family: "Poppins" !important;
  font-size: 100%;
  height: 18px;
  margin-left: 5px;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  resize: none;
  vertical-align: bottom;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}

.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
  position: absolute;
  right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 0 20px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  left: 0;
  padding: 0 4px;
  position: absolute;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-selection__arrow {
  display: none;
}

@media (min-width: 1440px) {

  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }
}

.hide,
.no-display {
  display: none !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.js-hidden {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  position: absolute;
  transform: scaleY(0) scaleX(0);
  transform-origin: center;
  visibility: hidden;
}

.js-hidden.visible,
.js-hidden.visible-permanent {
  max-height: none;
  max-width: none;
  overflow: visible;
  position: inherit;
  transform: scaleY(1) scaleX(1);
  transform-origin: center;
  transition: all 0.3s ease-out;
  visibility: visible;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.spaced {
  margin-top: 64px;
}

.spaced-small {
  margin-top: 16px;
}

.spaced-smaller {
  margin-top: 8px;
}

.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.show-tooltip {
  cursor: help;
}

.show-tooltip.acronym[data-original-title] {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.show-tooltip.acronym[data-original-title=""] {
  border-bottom: none;
}

.em {
  font-style: italic;
}

.line {
  border-style: solid;
  border-width: 1px 0 0;
  line-height: 1px;
  margin: 16px 0;
}

html {
  height: 100%;
}

body {
  counter-reset: steps top;
  font-weight: 500;
  min-height: 100%;
}

body.user-action-visible {
  overflow: hidden;
}

body.user-action-visible.menu-helper-visible {
  overflow: auto;
}

@media (min-width: 992px) {
  body.user-action-visible {
    overflow: visible;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.h5,
.h6,
h5,
h6 {
  font-size: 14px;
}

p {
  margin: 0 0 8px;
}

.link-like,
a {
  transition: all 0.3s ease-out;
}

.link-like,
.link-like.btn,
.link-like:focus,
.link-like:hover,
a,
a.btn,
a:focus,
a:hover {
  text-decoration: none;
}

.link-like.disabled,
a.disabled {
  cursor: default;
}

img {
  height: auto;
}

iframe,
img {
  max-width: 100%;
}

label.disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

@media (min-width: 992px) {
  .table-md-50 {
    min-width: 50%;
    width: auto !important;
  }
}

.table-th-code {
  width: 21%;
}

.table-th-date {
  width: 12%;
}

.p-final-price-wrapper .price-save>span,
.p-final-price-wrapper .price-standard>span {
  display: inline-block;
}

.p-final-price-wrapper .price-save>span.empty,
.p-final-price-wrapper .price-standard>span.empty {
  visibility: hidden;
}

.price-standard>span {
  text-decoration: line-through;
}

.price-measure .default-variant,
.price-measure .empty {
  visibility: hidden;
}

td>.price-measure .default-variant,
td>.price-measure .empty {
  visibility: visible;
}

#payu_,
.parameter-value {
  display: none;
}

#payu_ .container {
  padding: 0 !important;
  width: auto !important;
}

#checkoutContent #payu_ {
  display: block;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

#categories .expandable>.topic>a>span:before,
#categories .expandable>a>span:before,
#cboxClose:before,
#cboxNext:before,
#cboxPrevious:before,
.add-comment .comment-icon:before,
.add-comment .rating-icon:before,
.advanced-parameter-inner:before,
.banner-category>a .extended-banner-texts .extended-banner-link:after,
.browse-p .p-next:before,
.browse-p .p-prev:before,
.btn.add-to-cart-button:before,
.btn.btn-arrow-down.btn-after:after,
.btn.btn-arrow-down:before,
.btn.btn-arrow-left.btn-after:after,
.btn.btn-arrow-left:before,
.btn.btn-arrow-right.btn-after:after,
.btn.btn-arrow-right:before,
.btn.btn-arrow-up.btn-after:after,
.btn.btn-arrow-up:before,
.btn.btn-cart:before,
.btn.btn-cofidis.btn-after:after,
.btn.btn-cofidis:before,
.btn.btn-login.btn-after:after,
.btn.btn-login:before,
.carousel .extended-banner-texts .extended-banner-link:after,
.carousel-control:before,
.cart-toggle-unselected-options:after,
.cart-widget-product-delete button:before,
.cart-xyDiscount__icon:after,
.cart-xyDiscount__icon:before,
.checkout-box .toggle-contacts:after,
.chevron-after:after,
.close-after:after,
.contact-box ul li>span:before,
.content-inner .votes-wrap.admin-response .vote-wrap .vote-header .vote-pic:before,
.content-inner .votes-wrap.discussion .add-comment:before,
.empty-content-404 h2:after,
.empty-content-category h2:after,
.homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-link:after,
.id--16 .next-step-finish:after,
.id--16 .next-step-forward:after,
.id--9 .next-step-finish:after,
.id--9 .next-step-forward:after,
.image360:after,
.instagram-follow-btn>span:before,
.languagesMenu .languagesMenu__header--actual .caret:before,
.link-icon:before,
.menu-helper:after,
.navigation-buttons a:before,
.navigation-close:before,
.navigation-home-icon:before,
.navigation-tools .dropdown button .caret:before,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link:after,
.p-detail .votes-wrap.admin-response .vote-wrap .vote-header .vote-pic:before,
.p-detail .votes-wrap.discussion .add-comment:before,
.p-thumbnails .thumbnail-next:before,
.p-thumbnails .thumbnail-prev:before,
.pagination-link.next:before,
.pagination-link.prev:before,
.pagination-link.up:before,
.pagination-wrapper .load-products:after,
.popup-widget.search-widget .search-widget-close:before,
.product-slider-holder .product-slider-navigation.navigation-next:before,
.product-slider-holder .product-slider-navigation.navigation-prev:before,
.quantity .decrease:before,
.quantity .increase:before,
.remove-item-placeholder:before,
.remove-item:before,
.search-results .search-results-group-list ul li a:after,
.search-results-group .search-results-group-list ul li a:after,
.search-whisperer-category em:before,
.searchWhisperer__buttonWrapper .btn.searchWhisperer__button:after,
.show-related:after,
.show360image:after,
.shp-icon,
.site-msg .close:before,
.stars a:before,
.stars span:before,
.subcategories li a:before,
.submenu-arrow:after,
.ui-slider-handle:before,
.xyDiscount__icon:after,
.xyDiscount__icon:before,
a.btn.add-to-cart-button:before,
a.btn.btn-arrow-down.btn-after:after,
a.btn.btn-arrow-down:before,
a.btn.btn-arrow-left.btn-after:after,
a.btn.btn-arrow-left:before,
a.btn.btn-arrow-right.btn-after:after,
a.btn.btn-arrow-right:before,
a.btn.btn-arrow-up.btn-after:after,
a.btn.btn-arrow-up:before,
a.btn.btn-cart:before,
a.btn.btn-cofidis.btn-after:after,
a.btn.btn-cofidis:before,
a.btn.btn-login.btn-after:after,
a.btn.btn-login:before,
a.social-icon:before,
input[type="checkbox"]:checked+label:after {
  speak: none;
  display: inline-block;
  font-family: shoptet;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}

.chevron-after:after {
  font-size: 9px;
  margin-left: 0.5ex;
  vertical-align: initial;
}

.chevron-after.chevron-down-after:after {
  content: "\e90e";
}

.chevron-after.chevron-up-after:after {
  content: "\e911";
}

.chevron-after.chevron-left-after:after {
  content: "\e90f";
}

.chevron-after.chevron-right-after:after {
  content: "\e910";
}

.close-after:after {
  content: "\e912";
  font-size: 9px;
  margin-left: 1ex;
  vertical-align: initial;
}

.qrcode {
  border-style: solid;
  border-width: 1px;
}

@media (min-width: 1440px) {
  .container {
    width: 1712px;
  }
}

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

.tab-content>.tab-pane h2:first-child {
  margin-top: 0;
}

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

.fb-messenger-checkbox {
  display: block;
  margin: -5px 0 0 -14px;
}

.order-complete-links,
.reca-number {
  text-align: center;
}

.reca-number {
  margin-bottom: 16px;
}

.more-categories-wrap .more-categories-list,
.more-categories-wrap.unveiled .more-categories-trigger {
  display: none;
}

.more-categories-wrap.unveiled .more-categories-list.visible {
  display: inline;
}

.cart-inner {
  padding: 8px;
}

.cart-heading {
  margin: 0.67em 0;
}

.pr-list-unit {
  display: inline-block;
}

.products-block .img>a:before,
.products-block .p>a:before {
  content: "";
  float: left;
}

#company-info {
  margin-bottom: 16px;
}

.at-share-dock-outer {
  position: relative;
  z-index: 55;
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px 0;
  padding: 0;
}

.footer-links .footer-link {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}

.footer-links .footer-link:first-of-type {
  padding-left: 0;
}

.footer-links .footer-link:last-of-type {
  padding-right: 0;
}

.footer-left .footer-links {
  justify-content: center;
}

@media (min-width: 768px) {
  .footer-left .footer-links {
    justify-content: flex-start;
  }
}

.footer-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-icons .footer-icon {
  align-self: center;
  display: inline-block;
  margin: 8px;
}

.footer-links-icons {
  padding: 24px 16px;
}

.footer-links-icons .footer-links {
  margin-top: 0;
}

.footer-links-icons .footer-icon {
  margin-bottom: 0;
}

.affiliate-banner img {
  height: -moz-fit-content;
  height: fit-content;
}

.recapitulation-shipping-billing-label {
  display: none;
}

#checkoutSidebar {
  position: relative;
  transition: top 0.6s ease-out;
}

.scroll-wrapper {
  overflow: auto;
}

.discussionContainer {
  margin-bottom: 16px;
}

.content-wrapper.container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .content-wrapper.container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-wrapper.container .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .content-wrapper.container .row>div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-wrapper.container .row.cart-row {
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper.container .row.cart-row>div,
  .ordering-process .content-wrapper.container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .content-wrapper-in {
    display: flex;
  }
}

.sidebar-inner {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .content {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sidebar.sidebar-left .sidebar-inner {
    display: none;
  }

  .sidebar.sidebar-left .sidebar-inner.visible {
    display: block;
  }
}

@media (min-width: 768px) {
  .sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    width: 295px;
  }
}

@media (min-width: 992px) {
  .sidebar {
    width: 390px;
  }
}

@media (min-width: 768px) {
  .sidebar-indented .content {
    display: flex;
    flex-wrap: wrap;
  }

  .sidebar-indented .content .category-top {
    width: 100%;
  }

  .sidebar-indented .content .sidebar {
    margin-left: -16px;
    margin-right: 16px;
  }

  .sidebar-indented .category-content-wrapper {
    width: calc(100% - 295px);
  }
}

@media (min-width: 992px) {
  .sidebar-indented .category-content-wrapper {
    width: calc(100% - 390px);
  }
}

#navigation {
  overflow: hidden;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
  #navigation {
    height: 100vh !important;
    padding-bottom: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1000;
  }
}

@media (max-width: 479px) {
  .navigation-window-visible #navigation {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #navigation {
    padding-top: 0;
  }

  .navigation-window-visible #navigation {
    width: 60%;
  }
}

@media (min-width: 768px) {
  #navigation {
    height: 46px;
    left: 0;
    position: relative;
  }

  .submenu-visible #navigation {
    overflow: visible;
  }

  .submenu-visible #navigation.menu-helper-visible {
    overflow: hidden;
  }
}

.menu-helper ul,
.navigation-in ul {
  margin: 0;
  padding: 0;
}

.menu-helper ul li,
.navigation-in ul li {
  display: block;
  list-style: none;
}

.menu-helper ul li a,
.navigation-in ul li a {
  display: block;
}

.menu-helper ul li.appended-category,
.menu-helper>ul>li.ext>ul,
.navigation-in ul li.appended-category,
.navigation-in>ul>li.ext>ul {
  display: none;
}

.submenu-visible .menu-helper>ul>li.ext.exp>ul,
.submenu-visible .navigation-in>ul>li.ext.exp>ul {
  display: block;
}

@media (min-width: 768px) {

  .menu-helper .navigationActions,
  .menu-helper-visible .menu-helper .navigationActions,
  .menu-helper-visible .navigation-in .navigationActions,
  .navigation-in .navigationActions {
    display: none;
  }
}

.navigation-in {
  font-size: 14px;
  line-height: 14px;
}

.navigation-in ul li {
  position: static;
}

.navigation-in ul li a {
  padding: 16px;
  text-decoration: none;
  text-transform: none;
}

.navigation-in ul li a b {
  font-weight: 400;
  text-transform: lowercase;
}

.navigation-in ul li a:hover {
  text-decoration: none;
}

.navigation-in ul.menu-level-2 li a {
  padding-bottom: 8px;
  padding-top: 8px;
}

.navigation-in ul.menu-level-2 li a.navigationActions__link--flag {
  align-items: center;
  display: flex;
  padding-bottom: 3px;
  padding-top: 3px;
}

.navigation-in>ul>li {
  border-top-style: solid;
  border-top-width: 1px;
}

.navigation-in>ul>li:first-child {
  border-top-style: none;
}

@media (max-width: 767px) {
  .navigation-in {
    height: 100vh !important;
    overflow: auto;
    width: 100%;
  }

  .navigation-in .has-third-level ul,
  .navigation-in a.menu-image {
    display: none;
  }

  .navigation-in ul li.appended-category {
    display: block;
  }

  .navigation-in ul.menu-level-2 li a {
    padding-left: 32px;
  }

  .navigation-in>ul:last-child {
    margin-bottom: 24px;
  }

  .navigation-in>ul>li:last-child {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
}

@media (min-width: 768px) {
  .navigation-in {
    left: 0;
    position: absolute;
    top: 0;
    width: 9999em;
  }

  .fitted .navigation-in,
  .submenu-visible .navigation-in {
    width: 100%;
  }

  .navigation-in ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .fitted .navigation-in ul {
    justify-content: flex-start;
  }

  .navigation-in ul li {
    display: block;
  }

  .navigation-in ul li.splitted {
    visibility: hidden;
  }

  .submenu-visible .navigation-in ul li.splitted {
    display: none;
  }

  .navigation-in ul.menu-level-2 {
    border-style: none;
    border-width: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: calc(100% - 8px);
    width: 100%;
    z-index: 1001;
  }

  .navigation-in ul.menu-level-2 li {
    border-top-style: none;
    border-top-width: 0;
    display: block;
  }

  .navigation-in ul.menu-level-2 li:first-child {
    border-top-style: none;
  }

  .navigation-in>ul>li {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-top-style: none;
    border-top-width: 0;
  }

  .navigation-in>ul>li>a {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}

.navigation-in .navigationActions {
  border-top-style: solid;
  border-top-width: 0;
}

.navigation-in .navigationActions__submenu.menu-level-2 li {
  position: relative;
}

.navigation-in .navigationActions__submenu.menu-level-2 li>a {
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 0;
}

.navigation-in .navigationActions__submenu ul:not(:first-of-type) li:first-of-type>a {
  border-top: 1px solid;
}

@media (min-width: 768px) {
  .navigation-in>ul>li {
    border-bottom-style: none;
    border-left-style: solid;
    border-left-width: 1px;
    border-top-style: none;
  }

  .navigation-in>ul>li>a:hover {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .navigation-in>ul>li.ext>ul>li {
    align-items: center;
    display: flex;
    flex-basis: 33.333333%;
    flex-grow: 0;
    flex-shrink: 1;
    min-height: 75px;
    width: 33.333333%;
  }

  .navigation-in>ul>li.ext>ul>li>a {
    font-weight: 700;
    padding: 16px;
    width: 100%;
  }

  .navigation-in>ul>li.ext>ul>li>a.menu-image {
    align-items: center;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    width: 132px;
  }

  .navigation-in>ul>li.ext>ul>li>a img {
    display: block;
    height: auto;
    max-height: 100px;
    max-width: 100px;
  }

  .navigation-in>ul>li.ext>ul>li>a:hover {
    background-color: transparent;
  }

  .navigation-in>ul>li.ext>ul>li>div {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
    line-height: 1.2;
    width: 100%;
  }

  .navigation-in>ul>li.ext>ul>li>div>a {
    font-weight: 700;
    padding: 0;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul {
    display: inline-block;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul>li {
    display: inline-block;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul>li>a {
    display: inline;
    padding: 0;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul>li>a:hover {
    background-color: transparent;
  }

  .navigation-in>ul>li.ext>ul>li.has-third-level>a {
    display: block;
    line-height: 1;
  }

  .navigation-in>ul>li.ext>a>span {
    display: none;
  }

  .navigation-in>ul>li.ext.exp>a {
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .navigation-in>ul>li.ext.exp:first-child>a {
    margin-left: 0;
    padding-left: 16px;
  }

  .navigation-in>ul>li.exp>ul {
    top: 100%;
  }

  .navigation-in>ul>li:first-child {
    border-left-style: none;
  }

  .navigation-in>ul>li:first-child>a:hover {
    margin-left: 0;
    padding-left: 16px;
  }
}

@media (min-width: 1200px) {
  .navigation-in>ul>li.ext>ul>li {
    flex-basis: 25%;
    width: 25%;
  }
}

.submenu-arrow {
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .submenu-arrow {
    padding-right: 1em;
  }
}

.submenu-arrow:after {
  content: "\e90e";
  transition: transform 0.3s ease-out;
}

.submenu-visible li.exp>a .submenu-arrow:after {
  transform: rotate(180deg);
}

.navigation-buttons>a[data-target="cart"] i {
  border-radius: 100%;
  bottom: auto;
  display: block;
  font-size: 11px;
  font-style: normal;
  height: 17px;
  left: 11px;
  line-height: 11px;
  position: absolute;
  right: auto;
  top: 55%;
  width: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .navigation-buttons>a[data-target="navigation"] {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigation-close {
    display: block;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .navigation-close:before {
    content: "\e912";
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    width: 14px;
  }
}

.navigationActions__flagWrapper {
  align-items: center;
  display: inline-flex;
}

.navigationActions__flag-right {
  margin-left: 1ex;
}

.navigationActions__flag-left {
  margin-right: 1ex;
}

@media(min-width: 768px) {
  .navigationActions__submenu__item--active:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
}

.entrance-protection {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 16px;
}

.entrance-protection .entrance-protection-inner {
  flex: 0 1 440px;
  margin: 0 auto;
  padding: 16px;
}

.entrance-protection h1 {
  margin: 0 auto 16px;
  text-align: center;
}

.entrance-protection .box,
.entrance-protection .box.box-sm {
  margin: 0;
  padding: 0;
}

.entrance-protection .site-name {
  margin: 0 auto 16px;
  max-width: 100%;
  padding: 0 32px;
  text-align: center;
}

.entrance-protection .form-group>input {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.entrance-protection .submit-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  .entrance-protection .entrance-protection-inner {
    padding: 32px 16px;
  }

  .entrance-protection .form-group>input,
  .entrance-protection .site-name {
    max-width: 80%;
  }
}

.news-item {
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.next-blog-items .news-item {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 480px) {
  .news-item {
    border-bottom: 0;
    display: flex;
    margin-bottom: 64px;
    padding-bottom: 0;
  }
}

.news-item .image {
  margin-bottom: 16px;
  text-align: center;
}

@media (min-width: 480px) {
  .news-item .image {
    flex: 0 1 auto;
    margin-bottom: 0;
    margin-right: 16px;
    text-align: center;
    text-align: left;
    width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .news-item .image {
    margin-right: 32px;
  }
}

@media (min-width: 1200px) {
  .news-item .image {
    width: 370px;
  }

  .news-item .image img {
    width: 100%;
  }
}

.news-item .image img {
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .news-item .text {
    flex-grow: 1;
    flex: 1;
    flex-direction: column;
  }
}

.news-item .text .title {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 8px;
  text-decoration: none;
}

.news-item .text .title:hover {
  text-decoration: underline;
}

.news-item .text .description {
  line-height: 2.2rem;
}

.news-item .text .description p:last-child {
  margin-bottom: 0;
}

.news-item-detail .text {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news-item-detail .text:after,
.news-item-detail .text:before {
  content: " ";
  display: table;
}

.news-item-detail .text:after {
  clear: both;
}

.news-item-detail .text img {
  max-width: 100%;
}

.news-item-detail .text img[style*="float: left"] {
  margin-bottom: 8px;
  margin-right: 8px;
}

.news-item-detail .text img[style*="float: right"] {
  margin-bottom: 8px;
  margin-left: 8px;
}

.news-item-detail>img {
  margin-bottom: 16px;
}

.news-item-detail .share {
  margin-bottom: 16px;
  min-height: 25px;
}

.news-item-detail .next-prev {
  margin-bottom: 16px;
}

.news-item-widget {
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 8px;
}

.news-item-widget time {
  display: block;
  font-size: 12px;
}

.news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 0;
}

.news-item-widget h5 a {
  display: block;
}

.news-item-widget:last-child {
  border-bottom-style: none;
}

.news-item time,
.news-item-detail time {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 16px;
}

.products-inline {
  width: 100%;
}

.products-inline>div {
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 8px;
  padding-top: 8px;
  width: 100%;
}

.products-inline>div:first-child {
  border-top-style: none;
}

.products-inline>div .p .image {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.products-inline>div .p .image .extra-flags {
  display: none;
}

.products-inline>div .p .p-in {
  line-height: 1.4;
}

.products-inline>div .p .p-in .p-in-in .name {
  display: block;
  height: auto;
}

.products-inline>div .p .p-in .p-in-in .ratings-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.products-inline>div .p .p-in .p-in-in .ratings-wrapper .availability,
.products-inline>div .p .p-in .p-in-in .ratings-wrapper .flags,
.products-inline>div .p .p-in .p-in-in .ratings-wrapper .p-code,
.products-inline>div .p .p-in .p-in-in .ratings-wrapper .stars-wrapper {
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0 5px 0 0;
  width: auto;
}

.products-inline>div .p .p-in .p-in-in .ratings-wrapper .stars-wrapper {
  justify-content: flex-start;
}

.products-inline>div .p .p-in .p-in-in .ratings-wrapper .stars-placeholder {
  display: none;
}

.products-inline>div .p .p-in .p-in-in .ratings-wrapper .flags {
  left: 0;
  position: relative;
  top: 0;
}

.products-inline>div .p .p-in .p-in-in .ratings-wrapper .flags-inline .flag {
  display: inline-block;
  margin: 2px;
  max-width: none;
  opacity: 1;
  width: auto;
}

.products-inline>div .p .p-in .p-in-in .p-desc {
  display: none;
}

.products-inline>div .p .p-in .p-bottom>div .prices .price-save,
.products-inline>div .p .p-in .p-bottom>div .prices .price-standard,
.products-inline>div .p .p-in .p-bottom>div .prices .price-standard-wrapper {
  display: inline-block;
}

.products-inline>div .p .p-in .p-bottom>div .prices .price-standard-wrapper.price-standard-wrapper-placeholder {
  display: none;
}

.products-inline>div .p .p-in .p-bottom>div .p-tools {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: flex-end;
}

.products-inline>div .p .p-in .p-bottom>div .p-tools form {
  display: flex;
  flex-direction: row;
}

.products-inline>div .p .p-in .p-bottom>div .p-tools form .quantity {
  display: block;
}

.products-inline>div .p .p-in .p-bottom>div .p-tools form .quantity input {
  min-width: 100%;
}

.products-inline>div .p .p-in .p-bottom>div .p-tools .btn-cart:before {
  content: "\e921";
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.products-inline>div .p .p-in .p-bottom>div .p-tools .to-cart-text {
  display: none;
}

.products-inline>div .p .price strong {
  font-size: 17px;
}

.products-inline .price-standard-label,
.products-inline .secondary-to-cart-btn {
  display: none;
}

.products-inline.products-top {
  display: flex;
  flex-wrap: wrap;
}

.products-inline.products-top>div {
  border-style: none;
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.products-inline.products-top>div:first-child,
.products-inline.products-top>div:nth-child(2) {
  display: flex;
}

.products-inline.products-top>div.button-wrapper {
  display: none;
}

.products-inline.products-top>div .p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.products-inline.products-top>div .p .p-code,
.products-inline.products-top>div .p .p-desc,
.products-inline.products-top>div .p .price-additional,
.products-inline.products-top>div .p .price-save,
.products-inline.products-top>div .p .price-standard-wrapper,
.products-inline.products-top>div .p .stars-placeholder,
.products-inline.products-top>div .p .stars-wrapper {
  display: none !important;
}

.products-inline.products-top>div .p .image {
  min-height: 70px;
  width: 70px;
}

.products-inline.products-top>div .p .p-in {
  display: block;
  padding-left: 8px;
  width: calc(100% - 70px);
}

.products-inline.products-top>div .p .p-in .p-bottom {
  padding: 0;
}

.products-inline.products-top>div .p .p-in .p-bottom>div {
  align-items: flex-start;
  text-align: left;
}

.products-inline.products-top>div .p .p-in .p-bottom>div>div {
  flex-basis: 100%;
}

.products-inline.products-top>div .p .p-in .p-bottom .availability {
  font-size: 12px;
  margin: 0;
}

.products-inline.products-top>div .p .p-in .p-bottom .prices {
  flex-basis: 100%;
}

@media (min-width: 480px) {
  .products-inline.products-top>div {
    width: 50%;
  }

  .products-inline>div .p .p-in .p-bottom>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 8px;
  }
}

@media (min-width: 992px) {
  .products-inline>div {
    flex: 0 0 auto;
  }

  .products-inline>div .p {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .products-inline>div .p .image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 70px;
  }

  .products-inline>div .p .p-in {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 16px;
    width: calc(100% - 70px);
  }

  .products-inline>div .p .p-in .p-in-in {
    flex-basis: 65%;
    padding-right: 16px;
  }

  .products-inline>div .p .p-in .p-bottom {
    flex-basis: 35%;
  }

  .products-inline>div .p .p-in .p-bottom>div {
    align-items: flex-end;
    flex-direction: column;
    padding-top: 0;
    text-align: right;
  }

  .products-inline>div .p .p-in .p-bottom .p-tools {
    margin-top: 8px;
  }
}

@media (min-width: 1200px) {
  .products-inline.products-top>div {
    display: block;
    width: 33.333333%;
  }

  .products-inline.products-top>div.button-wrapper {
    display: block;
    margin: 0 auto;
    max-width: none;
    text-align: center;
    width: 100%;
  }

  .products-inline:not(.products-top)>div .p .p-in .p-bottom,
  .products-inline:not(.products-top)>div .p .p-in .p-in-in {
    flex-basis: 50%;
  }

  .products-inline:not(.products-top)>div .p .p-in .p-bottom>div {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }

  .products-inline:not(.products-top)>div .p .p-in .p-bottom>div>div {
    flex-basis: 50%;
  }

  .products-inline:not(.products-top)>div .p .p-in .p-bottom>div>div.prices {
    order: 0;
    padding-right: 16px;
  }

  .products-inline.products-inline-image>div .p .image {
    width: 220px;
  }

  .products-inline.products-inline-image>div .p .p-in {
    width: calc(100% - 220px);
  }

  .products-inline.products-inline-image>div .p .p-in .p-in-in .p-desc {
    display: block;
    margin: 8px 0 0;
  }
}

.products-inline .widget-parameter-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.products-inline .widget-parameter-wrapper.justified {
  justify-content: flex-start;
}

.products-inline .widget-parameter-wrapper .widget-parameter-value:first-child a {
  padding-left: 0;
}

@media (min-width: 992px) {
  .products-inline.products-inline-image .widget-parameter-wrapper {
    margin: 16px 0 0;
  }
}

@media print {

  #footer,
  #navigation,
  .add-to-cart,
  .admin-bar,
  .availability-label,
  .banner,
  .banner-category,
  .banner-footer,
  .banner-wrapper,
  .banners-content,
  .box-subscribe,
  .breadcrumbs,
  .btn-cart,
  .carousel,
  .cart-count,
  .category-header,
  .chevron-down-after,
  .choose-variant,
  .content-window,
  .filters,
  .filters-wrapper,
  .link-icon,
  .menu-helper,
  .navigation-buttons,
  .next-prev,
  .no-display,
  .p-details h1,
  .p-intro .p-final-price,
  .p-switcher-wrapper,
  .p-thumbnails-wrapper,
  .pagination,
  .quantity,
  .sb-button,
  .search,
  .shp-tabs-wrapper,
  .sidebar,
  .social-icons,
  .surcharge-list,
  .top-nav,
  .top-navigation-bar,
  .user-action,
  .variant-list,
  [itemprop="aggregateRating"] {
    display: none;
  }

  @page {
    margin: 2cm;
  }

  @page :first {
    margin: 1cm 2cm;
  }

  * {
    background: none !important;
  }

  body {
    background: #fff !important;
    color: #000;
    font: 14pt serif;
    padding: 0;
  }

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

  a,
  dl,
  ol,
  pre,
  table,
  ul {
    page-break-inside: avoid;
  }

  table {
    border-top: 1px solid #ccc;
    font-size: 13pt;
    margin-bottom: 20pt;
  }

  td,
  th {
    border-bottom: 1px solid #ccc;
    text-align: left;
  }

  h1,
  h2,
  h3,
  h4 {
    font-family: "Poppins" !important;
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  iframe,
  ins {
    display: none;
    height: 0 !important;
    line-height: 0pt !important;
    overflow: hidden !important;
    white-space: nowrap;
    width: 0 !important;
  }

  .p-final-price {
    display: block;
    font-size: 16pt;
    margin-top: 1ex;
  }

  #header .site-name {
    border-bottom: 1pt solid #ccc;
  }

  #header .site-name img {
    max-height: 70pt;
    max-width: 100pt;
  }

  .p-details table {
    min-width: 50%;
  }
}

.update-preview-active:after {
  align-items: center;
  bottom: 0;
  box-shadow: inset 0 0 0 4px #ffe91c, inset 0 -22px 0 0 #ffe91c;
  color: #000;
  content: var(--templates-update-management-preview-mode-content);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-end;
  left: 0;
  line-height: 22px;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1100;
}

#colorbox.logistics-modal {
  --logistics-modal-height: calc(100dvh - 20px);
  --logistics-modal-width: 100vw;
  --logistics-modal-max-width: calc(100vw - 20px - var(--scrollbar-width, 0px));
  box-sizing: border-box;
  height: var(--logistics-modal-height) !important;
  left: 10px !important;
  line-height: 0;
  max-height: var(--logistics-modal-height) !important;
  max-width: var(--logistics-modal-max-width) !important;
  position: fixed !important;
  top: 10px !important;
  width: var(--logistics-modal-width) !important;
}

#colorbox.logistics-modal #cboxWrapper {
  height: 100% !important;
  max-width: 100%;
  width: 100% !important;
}

#colorbox.logistics-modal #cboxContent {
  background: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  clear: none;
  float: none !important;
  height: var(--logistics-modal-height) !important;
  margin: 0;
  width: 100% !important;
}

#colorbox.logistics-modal #cboxLoadedContent {
  -webkit-overflow-scrolling: auto;
  border-radius: 0;
  box-sizing: border-box;
  height: 100% !important;
  padding: 0;
  width: 100% !important;
}

#colorbox.logistics-modal #cboxClose,
#colorbox.logistics-modal #cboxLoadingOverlay {
  border-radius: 0;
}

body:has(.new-gen-modal) {
  overflow: hidden;
}

.new-gen-modal {
  background-color: #fff;
  height: var(--logistics-modal-height);
  line-height: normal;
  overflow: hidden;
  position: relative;
}

.new-gen-modal iframe {
  border: none !important;
  height: var(--logistics-modal-height) !important;
  width: 100% !important;
}

.quantity-discounts {
  background: none;
  border-bottom: none;
  border-bottom-color: var(--color-tertiary-hover);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 0;
  padding: 0;
}

.quantity-discounts__headline {
  color: var(--color-tertiary-hover);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
  text-transform: none;
}

.quantity-discounts__item {
  background: #fff;
  border: 1px solid var(--color-tertiary-hover);
  cursor: pointer;
  display: flex;
  gap: 0 10px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 13px 10px;
}

@media (min-width: 480px) {
  .quantity-discounts__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.quantity-discounts__item:first-child {
  border-radius: 8px 8px 0 0;
}

.quantity-discounts__item:last-child {
  border-radius: 0 0 8px 8px;
  margin-bottom: 0;
}

.quantity-discounts__item:hover {
  background: #f3f3f3;
}

.quantity-discounts__item--highlighted {
  background: #fff;
  color: var(--color-tertiary-hover);
  cursor: default;
  font-weight: 700;
  outline: 2px solid;
  outline-color: var(--color-secondary);
  outline-offset: -2px;
}

.quantity-discounts__item--highlighted:hover {
  background: #fff;
}

.quantity-discounts__item+.quantity-discounts__item {
  margin-top: -1px;
}

.quantity-discounts__price-wrapper {
  flex-shrink: 0;
  text-align: right;
}

.quantity-discounts__save {
  margin-right: 11px;
  padding-top: 13px;
  text-align: right;
}

@media (min-width: 480px) {
  .quantity-discounts__save {
    margin-right: 21px;
  }
}

.no-javascript {
  background: #ffffe3;
  padding: 16px;
}

.no-javascript__title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.no-javascript__text {
  font-size: 16px;
  margin-bottom: 12px;
}

.no-javascript__text a {
  color: #3b89ff;
  text-decoration: underline;
}

.no-javascript__text a:focus,
.no-javascript__text a:hover {
  color: #1e61c7;
}

.product-appendix {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) .product-appendix {
  display: block;
  line-height: 1.4;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

:where(h1, .h1) .product-appendix {
  font-size: 24px;
}

:where(h2, .h2) .product-appendix {
  font-size: 20px;
}

:where(h3, .h3) .product-appendix {
  font-size: 20px;
}

:where(h4, .h4) .product-appendix {
  font-size: 14px;
}

:where(h5, .h5) .product-appendix {
  font-size: 14px;
}

:where(h6, .h6) .product-appendix {
  font-size: 14px;
}

:where(.highlight-product) .product-appendix {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:where(.products.products-inline) .p-in-in {
  min-width: 0;
}

:where(.p-gift-name) .product-appendix {
  color: inherit;
}

.skip-link {
  transition: none;
}

.skip-link:focus {
  clip: auto;
  background-color: #f6f6f6;
  border: none;
  border-radius: 3px;
  color: #000;
  font-size: 18px;
  height: auto;
  left: 12px;
  margin: inherit;
  overflow: auto;
  padding: 8px 16px;
  position: relative;
  position: absolute;
  top: 12px;
  width: auto;
  z-index: 9999999;
}

.sizeID {
  display: inline-block;
  vertical-align: middle;
}

.SizeID-button,
.SizeID-button .sb-button {
  height: auto !important;
  width: auto !important;
}

.SizeID-button .sb-button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.SizeID-button .sb-button .sb-label {
  font-size: 14px !important;
  height: auto !important;
  padding-right: 0 !important;
}

.SizeID-button .sb-button .sb-label:after,
.SizeID-button .sb-button .sb-label:before {
  display: none !important;
}

.SizeID-button:hover .sb-button {
  background-color: transparent !important;
  text-decoration: none !important;
}

.sizeID-logo {
  height: 16px;
  vertical-align: text-bottom;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    overflow-y: hidden;
    width: 100%;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }
}

table.table {
  margin-bottom: 16px;
  width: 100%;
}

table.table tbody>tr>td,
table.table tbody>tr>th,
table.table thead>tr>td,
table.table thead>tr>th {
  padding: 0.25rem 0.5rem;
}

table.table.border tbody>tr>td,
table.table.border tbody>tr>th,
table.table.border thead>tr>td,
table.table.border thead>tr>th {
  border-style: solid;
  border-width: 1px;
}

@media (max-width: 767px) {
  table.table.breakable {
    width: 100%;
  }

  table.table.breakable>thead {
    display: none;
  }

  table.table.breakable>tbody>tr>td,
  table.table.breakable>tbody>tr>th {
    display: block;
    text-align: center;
  }

  table.table.breakable>tbody>tr>td {
    font-weight: 700;
    margin-bottom: 8px;
  }

  table.table.breakable>tbody>tr>td.empty {
    display: none;
  }
}

.table-fit-content {
  white-space: nowrap;
  width: 1px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.form-control,
select {
  border-style: solid;
  border-width: 1px;
  transition: all 0.3s ease-out;
}

.form-group {
  position: relative;
}

.form-group select {
  display: block;
  min-width: 217px;
  width: 100%;
}

.form-group td {
  padding: 0.25rem 0.5rem;
}

.form-group:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .form-group select {
    display: inline-block;
    width: auto;
  }

  .form-group select.form-control {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .form-group {
    min-width: 210px;
  }
}

@media (min-width: 480px) {
  .form-group label {
    line-height: 40px;
  }

  .form-group.form-group-wrapped label {
    display: block;
    float: none;
  }

  .form-group.consents,
  .form-group.consents label {
    line-height: normal;
  }
}

.form-group-hasTooltip {
  position: relative;
}

.form-group-hasTooltip .form-control {
  padding-right: 31px;
}

.form-control {
  box-shadow: none;
  display: block;
  height: 40px;
  padding: 8px 16px;
  width: 100%;
}

textarea.form-control {
  height: 140px;
}

.form-control.sm {
  height: 32px;
  padding: 4px 8px;
}

textarea.form-control.sm {
  height: 200px;
}

.form-control.lg {
  height: 60px;
  padding: 16px;
}

.form-control.short {
  width: 100%;
}

input[type="search"].form-control {
  box-sizing: border-box;
}

.form-control.ui-autocomplete-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-control.inline-block {
  display: inline-block;
}

.select2-selection,
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA6CAIAAABNgoyqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHNJREFUeNrs2LsNwDAIRVE7CzAp07AlU4QqRZQUeSgfRfeVIPlINqLwzEwzG49nGS8FGBgYGBgYGBgYGBj4t7C7y90WHBFnp1e9ujde9aF9VRXfeGcLqj5cm62pldn5EZDVLswCAQYGBgYGBgYG/ha8CjAAkdEmwUnCSO4AAAAASUVORK5CYII=);
  background-position: 100%;
  background-repeat: no-repeat;
  line-height: 22px;
  padding: 8px 45px 8px 16px;
}

.select2-selection::-ms-expand,
select.form-control::-ms-expand,
select::-ms-expand {
  display: none;
}

@media (max-width: 767px) {

  .select2-selection,
  select,
  select.form-control {
    max-width: 275px;
  }
}

@media (min-width: 768px) {

  .select2-selection,
  select,
  select.form-control {
    width: 100%;
  }
}

select#billCountryId {
  min-height: fit-content;
  height: 54px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-width: 100% !important;
}

label {
  cursor: pointer;
  min-height: 16px;
}

label.select-label {
  display: block;
  margin-right: 1ex;
}

@media (min-width: 1440px) {
  label.select-label {
    display: inline-block;
  }
}

input[type="checkbox"],
input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: inline-block;
  line-height: 23px;
  margin-right: 12px;
  padding-left: 24px;
  position: relative;
}

input[type="checkbox"]+label:after,
input[type="checkbox"]+label:before,
input[type="radio"]+label:after,
input[type="radio"]+label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  height: 16px;
  left: 0;
  width: 16px;
}

input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
  border-style: solid;
  border-width: 1px;
  height: 8px;
  left: 4px;
  width: 8px;
}

input[type="checkbox"]:disabled+label,
input[type="radio"]:disabled+label {
  cursor: not-allowed;
}

input[type="checkbox"].error-field+label,
input[type="checkbox"].js-error-field+label,
input[type="radio"].error-field+label,
input[type="radio"].js-error-field+label {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  padding: 5px 5px 5px 29px;
  width: auto;
}

input[type="checkbox"].error-field+label:after,
input[type="checkbox"].error-field+label:before,
input[type="checkbox"].js-error-field+label:after,
input[type="checkbox"].js-error-field+label:before,
input[type="radio"].error-field+label:after,
input[type="radio"].error-field+label:before,
input[type="radio"].js-error-field+label:after,
input[type="radio"].js-error-field+label:before {
  left: 5px;
}

input[type="radio"]+label:after,
input[type="radio"]+label:before {
  border-radius: 100%;
}

input[type="checkbox"][name="confirmations[]"] {
  display: block;
  filter: alpha(opacity=0);
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
}

input[type="checkbox"][name="confirmations[]"]+label {
  line-height: 16px;
  margin-right: 0;
  padding-left: 0;
  text-indent: 24px;
}

input[type="checkbox"][name="confirmations[]"]+label:after,
input[type="checkbox"][name="confirmations[]"]+label:before {
  top: 0;
  transform: none;
}

input[type="checkbox"][name="confirmations[]"]+label:after {
  left: 0;
  margin-left: 4px;
  margin-top: 4px;
}

input::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}

input::placeholder {
  color: #b6b6b6;
}

input[type="checkbox"],
input[type="email"],
input[type="radio"],
input[type="search"],
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.required-asterisk:after {
  content: "*";
  padding-left: 0.5ch;
}

.form-control,
input,
select,
textarea {
  font-size: 1.15em;
  outline: 0;
}

@media (min-width: 768px) {

  .form-control,
  input,
  select,
  textarea {
    font-size: inherit;
  }
}

.form-group-tooltip {
  left: calc(100% - 26px);
  position: absolute;
  top: calc(100% - 20px);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .js-error-field+.form-group-tooltip {
    top: 50%;
  }
}

.msg {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  opacity: 0.95;
  padding: 16px 8px;
  transition: opacity 0.3s ease-out;
  width: 100%;
}

.msg.hidden {
  opacity: 0;
}

@media (min-width: 992px) {
  .msg {
    padding: 32px 16px;
  }
}

.msg-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1003;
}

.msg-wrapper .msg {
  position: relative;
}

.error-message,
.notice-message,
.warning-message {
  border: 0;
  font-weight: 400;
  margin-top: 16px;
  padding: 4px 8px 4px 4px;
}

.watchdog-row {
  align-items: center;
  display: flex;
  margin: 0 0 1em;
  min-height: 40px;
}

.watchdog-row #priceUnder {
  margin-right: 15px;
  width: 20%;
}

.watchdog-row .notificationEmail,
.watchdog-row select {
  margin-left: 15px;
  width: 60%;
}

.watchdog-row .disclaimer {
  font-style: italic;
  opacity: 0.8;
}

.watchdog-row #watchdog-reset {
  display: none;
}

.watchdog-messages {
  width: 100%;
}

.watchdog-messages .msg {
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.watchdog-messages .msg .container {
  width: 100%;
}

.watchdog-messages .msg .cancel-action {
  float: right;
  font-weight: 700;
}

.watchdog-action-buttons {
  display: flex;
  flex-wrap: wrap;
}

.watchdog-action-buttons:after,
.watchdog-action-buttons:before {
  content: " ";
  display: table;
}

.watchdog-action-buttons:after {
  clear: both;
}

.watchdog-action-buttons .btn-primary {
  margin-left: auto;
}

.link-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}

.link-icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0 16px;
  padding: 0 32px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.link-icon:before {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1ex;
  text-align: center;
}

@media (max-width: 991px) {
  .link-icon.print {
    display: none;
  }
}

.link-icon.print:before {
  content: "\e928";
}

.link-icon.chat:before {
  content: "\e91e";
}

.link-icon.watchdog:before {
  content: "\e927";
}

.link-icon.share:before {
  content: "\e933";
}

.social-icons {
  margin: 0;
}

a.social-icon {
  border-radius: 50%;
  border-style: none;
  border-width: 0;
  display: inline-block;
  height: 46px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 46px;
}

a.social-icon:before {
  display: block;
  font-size: 24px;
  line-height: 46px;
}

a.social-icon.facebook:before {
  content: "\e900";
}

a.social-icon.twitter:before {
  content: "\e901";
}

a.social-icon.instagram:before {
  content: "\e909";
  font-size: 20px;
}

a.social-icon.youtube:before {
  content: "\e903";
}

a.social-icon.google:before {
  content: "\e902";
  font-size: 20px;
}

a.social-icon.pinterest:before {
  content: "\e904";
  font-size: 20px;
}

a.social-icon.tiktok:before {
  content: "\e940";
}

a.social-icon.whatsapp:before {
  content: "\e946";
}

a.social-icon.messenger:before {
  content: "\e947";
}

a.social-icon:hover {
  text-decoration: none !important;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1002;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  -ms-interpolation-mode: bicubic;
  border: 0;
  display: block;
  float: left;
  height: auto !important;
  margin: auto;
}

.cboxIframe {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#colorbox {
  outline: 0;
  z-index: 11120;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

#cboxContent,
.cboxIframe {
  background: #fff;
}

#cboxError {
  border: 1px solid #ccc;
  padding: 50px;
}

#cboxLoadedContent {
  padding: 1px;
}

#cboxLoadingGraphic:before {
  animation: loader 0.5s linear infinite;
  border-color: #fff #ccc #666 #000;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 1;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  color: #000;
  left: 0;
}

#cboxCurrent,
#cboxTitle {
  position: absolute;
  top: -22px;
}

#cboxCurrent {
  right: 205px;
  text-indent: -9999px;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}

.colorbox-html-content {
  padding: 16px;
}

.site-agreement-buttons {
  text-align: center;
  white-space: nowrap;
}

.colorbox-msg {
  margin: 32px 16px 16px;
}

#cboxCurrent,
#cboxTitle {
  display: none !important;
}

#cboxNext,
#cboxPrevious {
  height: 100%;
  outline: none;
  top: 0;
  width: 50%;
}

#cboxNext:before,
#cboxPrevious:before {
  border-radius: 50%;
  border-style: none;
  border-width: 0;
  font-size: 36px;
  margin-top: -18px;
  position: absolute;
  text-indent: 0;
  top: 50%;
}

#cboxPrevious {
  left: 0;
}

#cboxPrevious:before {
  content: "\e90b";
  left: 10px;
}

#cboxNext {
  right: 0;
}

#cboxNext:before {
  content: "\e90c";
  right: 10px;
}

#cboxClose {
  background-color: #fff !important;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 99;
}

#cboxClose:before {
  content: "\e912";
  font-size: 20px;
  left: 10px;
  line-height: 40px;
  position: absolute;
  text-indent: 0;
  top: 0;
}

ul.poll {
  margin: 0;
  padding: 0;
}

ul.poll li {
  list-style-type: none;
}

ul.poll .poll-result {
  margin-bottom: 8px;
  padding-right: 4rem;
  position: relative;
}

ul.poll .poll-result>div {
  border-left-style: solid;
  border-left-width: 1px;
  height: 1rem;
}

ul.poll .poll-result small {
  display: block;
  line-height: 1rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 3.5rem;
}

ul.payments {
  margin: 0;
  padding: 0;
}

ul.payments:after,
ul.payments:before {
  content: " ";
  display: table;
}

ul.payments:after {
  clear: both;
}

ul.payments li {
  float: left;
  list-style-type: none;
  padding: 0 0.5rem 1rem;
  text-align: center;
  width: 33.333333%;
}

ul.payments li:nth-child(3n + 1) {
  clear: both;
}

div.cart-overview a {
  display: block;
}

.fb_iframe_widget,
.sidebar-inner>.box>span {
  max-width: 100%;
  overflow: hidden;
}

.form-group .fb_iframe_widget {
  display: block;
}

ol.top-products.unified {
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

ol.top-products.unified li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  list-style: none;
  padding: 4px 0;
}

ol.top-products.unified li a {
  text-decoration: none;
}

ol.top-products.unified li a.top-products-content {
  display: block;
  text-align: right;
}

ol.top-products.unified li a.top-products-content:before {
  content: counter(top) ". ";
  counter-increment: top;
}

ol.top-products.unified li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  ol.top-products.unified li.display-image {
    min-height: 80px;
    padding-left: 60px;
    position: relative;
  }

  ol.top-products.unified li.display-image .top-products-image {
    left: 5px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 59px;
  }
}

@media (min-width: 992px) {
  ol.top-products.unified li.display-image {
    padding-left: 90px;
  }

  ol.top-products.unified li.display-image .top-products-image {
    margin-top: -30px;
  }
}

.pagination,
.pagination-loader,
.pagination-top {
  min-width: 33.33%;
}

@media (max-width: 1199px) {

  .pagination,
  .pagination-loader,
  .pagination-top {
    min-width: 100%;
    text-align: center;
  }
}

.pagination-loader {
  margin: 10px 0;
}

.pagination,
.pagination-top {
  font-size: 0;
  line-height: 0;
}

.pagination-top>a,
.pagination-top>strong,
.pagination>a,
.pagination>strong {
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 5px;
  margin-right: 1px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  width: 40px;
}

.pagination-top>strong,
.pagination>strong {
  font-weight: 400;
}

.pagination-link.next:before,
.pagination-link.prev:before,
.pagination-link.up:before {
  font-size: 12px;
}

.pagination-link.prev:before {
  content: "\e90f";
}

.pagination-link.next:before {
  content: "\e910";
}

.pagination-link.up:before {
  content: "\e911";
}

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

.pagination-top {
  text-transform: uppercase;
}

.pagination-top>strong {
  cursor: pointer;
  width: auto;
}

@media (max-width: 1199px) {
  .pagination-top {
    order: 3;
    padding-top: 16px;
  }
}

.pagination-wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
}

.pagination-wrapper .pagination {
  text-align: right;
}

@media (max-width: 1199px) {
  .pagination-wrapper .pagination {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .pagination-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pagination-wrapper .pagination-loader {
    margin-bottom: 16px;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .pagination-wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1199px) {
  .pagination-wrapper .pagination-loader {
    margin: 0;
  }
}

@media (min-width: 321px) and (max-width: 767px) {
  .pagination-wrapper {
    clear: both;
  }
}

.pagination-count {
  padding-top: 16px;
  text-align: center;
  width: 100%;
}

.contact-box {
  border-radius: 0;
  border-style: none;
  border-width: 0;
  min-height: 100px;
  padding: 0 0 0 120px;
  position: relative;
}

.contact-box>img {
  height: auto;
  left: 8px;
  max-width: 76px;
  position: absolute;
  top: 0;
}

.contact-box>strong {
  display: block;
  line-height: 1.1;
  margin-bottom: 4px;
}

.contact-box ul {
  margin: 0;
  padding: 0;
}

.contact-box ul li {
  list-style: none;
  padding-bottom: 4px;
  padding-top: 4px;
  word-break: break-all;
}

.contact-box ul li>span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.contact-box ul li>span:before {
  font-size: 16px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 24px;
}

.contact-box ul li>span.mail:before {
  content: "\e924";
}

.contact-box ul li>span.tel:before {
  content: "\e92c";
}

.contact-box ul li>span.cellphone:before {
  content: "\e92b";
}

.contact-box ul li>span.youtube:before {
  content: "\e903";
  font-size: 18px;
}

.contact-box ul li>span.skype:before {
  content: "\e905";
}

.contact-box ul li>span.facebook:before {
  content: "\e900";
}

.contact-box ul li>span.twitter:before {
  content: "\e901";
}

.contact-box ul li>span.instagram:before {
  content: "\e909";
}

.contact-box ul li>span.tiktok:before {
  content: "\e940";
}

.contact-box ul li>span.whatsapp:before {
  content: "\e946";
}

.contact-box ul li>span.messenger:before {
  content: "\e947";
}

#footer .contact-box {
  border: 0;
  padding: 0;
}

#footer .contact-box>img,
#footer .contact-box>strong {
  display: none;
}

@media (min-width: 768px) and (max-width: 9999em) {
  .contact-box {
    padding: 0;
  }

  .contact-box>img {
    display: none;
  }
}

.contact-box.no-image {
  padding-left: 0;
}

.checkout-box h3 {
  margin-top: 0;
}

.checkout-box .box.box-sm {
  background-color: transparent;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  transform: scale(0);
  transition: all 0.3s ease-out;
  visibility: hidden;
}

.checkout-box .box.box-sm.visible {
  height: auto;
  margin-top: 8px;
  transform: scale(1);
  visibility: visible;
}

@media (max-width: 767px) {
  .checkout-box {
    margin-top: 16px;
  }
}

.quantity-form {
  margin: 0;
}

.quantity-form.error-message {
  padding: 0;
}

.error-message:has(.quantity-form) {
  margin-top: 0;
  padding: 0;
}

.quantity {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  vertical-align: middle;
}

.error-message .quantity {
  border: 1px solid #d63500;
  box-shadow: 0 0 3px #d63500;
}

.quantity input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-style: normal;
  height: 46px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 46px;
}

.quantity input:focus {
  box-shadow: none;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .decrease,
.quantity .increase {
  cursor: pointer;
  height: 46px;
  padding: 0;
  position: absolute;
  width: 24px;
}

.quantity .decrease:before,
.quantity .increase:before {
  font-size: 24px;
  height: 100%;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.quantity .increase {
  border-style: none none none solid;
  border-width: 1px;
  left: auto;
  right: 0;
  top: 0;
}

.quantity .increase:before {
  content: "+";
}

.quantity .decrease {
  border-style: none solid none none;
  border-width: 1px;
  left: 0;
  right: auto;
  top: 0;
}

.quantity .decrease:before {
  content: "-";
}

.p-detail .add-to-cart .quantity {
  border-style: solid;
  border-width: 1px;
}

.quantity .tooltip-inner {
  width: -moz-max-content;
  width: max-content;
}

.quantity .decrease-tooltip,
.quantity .increase-tooltip {
  position: absolute;
  right: auto;
  top: 0;
  width: 24px;
}

.decrease__sign,
.increase__sign {
  display: none;
  font-size: 24px;
}

#categories {
  font-weight: 500;
  position: relative;
}

#categories a:hover {
  text-decoration: none;
}

#categories .expandable>ul {
  display: none;
}

#categories .expandable>.topic>a>span,
#categories .expandable>a>span {
  bottom: auto;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 12px;
  left: 10px;
  line-height: 12px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 14px;
  width: 12px;
  z-index: 1;
}

#categories .expandable>.topic>a>span:before,
#categories .expandable>a>span:before {
  content: "\e918";
  height: 12px;
  line-height: 12px;
  transition: transform 0.3s ease-out;
  width: 12px;
}

#categories .expandable.expanded>.topic>a>span:before,
#categories .expandable.expanded>a>span:before {
  content: "\e919";
  transform: rotate(0deg);
}

#categories .expandable.expanded>ul {
  display: block;
}

#categories .expandable.external>.topic>a>span:before,
#categories .expandable.external>a>span:before {
  transform: rotate(0deg);
}

.categories {
  position: relative;
}

.categories .topic>a {
  padding-left: 32px;
}

.categories ul {
  margin: 0;
  padding: 0;
}

.categories ul a {
  padding-left: 48px;
}

.categories ul a:before {
  content: "";
  display: none;
  font-size: 0;
  height: 0;
  margin-right: 0;
  vertical-align: middle;
  width: 0;
}

.categories ul ul a {
  padding-left: 56px;
}

.categories ul ul ul a {
  padding-left: 64px;
}

.categories ul ul ul ul a {
  padding-left: 72px;
}

.categories ul ul ul ul ul a,
.categories ul ul ul ul ul ul a {
  padding-left: 80px;
}

.categories li {
  list-style-type: none;
  position: relative;
}

.categories a {
  border-bottom-style: none;
  border-bottom-width: 0;
  display: block;
  line-height: 24px;
  padding-bottom: 8px;
  padding-right: 8px;
  padding-top: 8px;
  text-decoration: none;
}

.admin-bar {
  height: 0;
  width: 0;
}

@media (min-width: 992px) {
  .admin-bar {
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 11px;
    height: 25px;
    line-height: 24px;
    position: relative;
    width: 100%;
    z-index: 11112;
  }

  .admin-bar ul {
    margin: 0;
    padding: 0;
  }

  .admin-bar ul li {
    list-style: none;
  }

  .admin-bar ul li a,
  .admin-bar ul li span {
    display: block;
    text-decoration: none;
  }

  .admin-bar .container {
    position: relative;
  }

  .admin-bar .container>ul {
    display: flex;
    justify-content: space-between;
  }

  .admin-bar .container>ul:after,
  .admin-bar .container>ul:before {
    content: " ";
    display: table;
  }

  .admin-bar .container>ul:after {
    clear: both;
  }

  .admin-bar .container>ul li.hover>ul,
  .admin-bar .container>ul li:hover>ul {
    display: block;
  }

  .admin-bar .container>ul>li {
    border-style: solid;
    border-width: 0 1px 0 0;
    display: block;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out;
    white-space: nowrap;
    width: 100%;
  }

  .admin-bar .container>ul>li>a,
  .admin-bar .container>ul>li>span {
    padding: 0 16px;
  }

  .admin-bar .container>ul>li:last-child {
    border-right: 0;
  }

  .admin-bar .container>ul>li ul {
    border-style: solid;
    border-width: 1px;
    display: none;
    position: absolute;
    right: 100%;
    top: -1px;
    width: 100%;
    z-index: 4;
  }

  .admin-bar .container>ul>li ul li {
    position: relative;
    text-align: left;
  }

  .admin-bar .container>ul>li ul li a,
  .admin-bar .container>ul>li ul li span {
    border-style: solid;
    border-width: 0 0 1px;
    line-height: 16px;
    padding: 4px 8px;
    white-space: normal;
  }

  .admin-bar .container>ul>li ul li:last-child {
    border-bottom: 0;
  }

  .admin-bar .container>ul>li>ul {
    right: 0;
    top: 24px;
  }

  .admin-bar .container>a,
  .admin-bar .container>span {
    border-style: solid;
    border-width: 1px 1px 0;
    display: block;
    line-height: 23px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
  }
}

.ui-menu {
  border-style: none solid solid;
  border-width: 1px;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding-bottom: 6px;
  padding-top: 6px;
}

.ui-menu .ui-menu-item {
  list-style: none;
}

.ui-autocomplete {
  max-height: 200px;
  overflow: auto;
}

.ui-autocomplete>li {
  border-top-style: solid;
  border-top-width: 1px;
}

.ui-autocomplete>li:first-child {
  border-top-style: none;
}

.ajax-pending .loader-wrapper:before,
.ajax-pending-element:before,
.loader {
  animation: load 1s linear infinite;
  background-clip: content-box;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  display: block;
  font-size: 0;
  height: 65px;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 65px;
  z-index: 1;
}

.ajax-pending .loader-wrapper:before,
.ajax-pending-element:before {
  content: "";
}

.loader.static {
  border-width: 3px;
  height: 24px;
  margin: 0 auto;
  position: static;
  width: 24px;
}

.ajax-pending .loader-wrapper:after,
.ajax-pending-element:after {
  -webkit-overflow-scrolling: touch;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 0;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.content-modal {
  padding: 8px;
}

.content-modal .row {
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 1200px) {
  .content-modal {
    padding: 16px;
  }

  .content-modal .row {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.cpost-delivery-point-form-wrapper {
  min-height: 330px;
}

.cpost-delivery-point-form-wrapper:not(.has-legend) {
  min-height: 480px;
}

.cpost-delivery-point-form-wrapper:not(.has-legend) .ui-autocomplete {
  max-height: 150px;
}

@media (min-width: 768px) {
  .cpost-delivery-point-form-wrapper:not(.has-legend) {
    min-height: 400px;
  }

  .cpost-delivery-point-form-wrapper:not(.has-legend) .ui-autocomplete {
    max-height: 160px;
  }
}

.cpost-delivery-point-logos {
  min-height: 60px;
}

.cpost-delivery-point-logos img {
  height: 50px;
  margin-right: 16px;
}

.cpost-delivery-point-logos .cpost-logo-doBalikovny {
  padding: 10px 0;
}

.cpost-delivery-point-logos .cpost-logo-naPostu {
  height: 49px;
}

.cpost-delivery-point-logos .cpost-logo-postaPont,
.cpost-delivery-point-logos .cpost-logo-skPost {
  height: 60px;
}

.cpost-delivery-point-submit {
  text-align: right;
}

.cpost-delivery-point-result-legend,
.cpost-delivery-point-result-table-wrap {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 16px;
}

.cpost-delivery-point-result-legend {
  padding-top: 16px;
}

.cpost-delivery-point-result {
  position: relative;
}

.cpost-delivery-point-result table.table {
  margin-bottom: 0;
}

.cpost-delivery-point-result table.table td {
  vertical-align: top;
}

a.cpost-delivery-point-show-opening-hours {
  text-decoration: underline;
}

a.cpost-delivery-point-show-opening-hours:hover {
  text-decoration: none;
}

.cpost-delivery-point-opening-hours {
  display: none;
}

.cpost-delivery-point-opening-hours.active {
  display: table;
}

.pickup-point-opening-hours {
  display: none;
}

.pickup-point-opening-hours.active {
  display: table;
}

a.pickup-point-show-opening-hours {
  text-decoration: underline;
}

a.pickup-point-show-opening-hours:hover {
  text-decoration: none;
}

.pickup-point-point-opening-hours {
  display: none;
}

.pickup-point-point-opening-hours.active {
  display: table;
}

.cpost-delivery-point-symbols img {
  margin-right: 1ex;
}

table.table.cpost-delivery-point-result-table>tbody>tr {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

table.table.cpost-delivery-point-result-table>tbody>tr>td {
  padding-bottom: 8px;
  padding-top: 8px;
}

table.table.cpost-delivery-point-result-table>tbody>tr:last-child {
  border-bottom-style: none;
}

table.table.cpost-delivery-point-result-table>tbody>tr:last-child>td {
  padding-bottom: 0;
}

@media (max-width: 767px) {

  .cpost-choose-button,
  .cpost-delivery-point-choose-post td,
  .cpost-delivery-point-choose-post th,
  .cpost-delivery-point-result-table>tbody>tr,
  .cpost-delivery-point-result-table>tbody>tr>td,
  input[type="submit"].delivery-point-picker {
    display: block;
    width: 100%;
  }

  .cpost-delivery-point-choose-post td {
    padding-top: 3px;
  }

  .cpost-delivery-point-form-wrapper .city,
  .cpost-delivery-point-form-wrapper .zip-code {
    width: 100%;
  }
}

.map iframe {
  width: 100%;
}

.branch-wrap .loader:not(.no-display),
.cpost-delivery-point-form .loader:not(.no-display) {
  display: inline-block;
  vertical-align: middle;
}

.detail-information:not(:empty) {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 16px;
}

.branch-information {
  margin-bottom: 16px;
}

.branch-picker-wrapper {
  align-items: stretch;
  display: flex;
}

@media (max-width: 767px) {
  .branch-picker-wrapper {
    flex-wrap: wrap;
  }
}

.branch-picker-wrapper .loader {
  align-self: center;
  flex-shrink: 0;
}

.branch-saved {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 10px;
  visibility: hidden;
}

.branch-saved.branch-saved-visible {
  visibility: visible;
}

@media (max-width: 767px) {
  .branch-saved {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .branch-saved .btn {
    width: 100%;
  }
}

.gls-parcel-shop-wrapper #gls-parcel-shop-canvas {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #gls-parcel-shop-canvas {
    flex-wrap: nowrap;
    height: 450px;
  }
}

.gls-parcel-shop-wrapper #left-canvas {
  border: 1px solid #777;
  height: 175px;
  order: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #left-canvas {
    height: 100%;
    order: 1;
    width: 25%;
  }
}

.gls-parcel-shop-wrapper #right-canvas {
  height: 300px;
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #right-canvas {
    height: 100%;
    order: 2;
    width: 75%;
  }
}

.gls-parcel-shop-wrapper #searchinput {
  margin-left: 0;
  width: 100%;
}

.gls-parcel-shop-wrapper .gls-parcel-shop-confirm-wrapper {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}

.search-whisperer {
  border-style: solid;
  border-width: 0 1px;
  display: none;
  font-size: 12px;
  line-height: 1.2;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 100;
}

.search-whisperer p {
  margin: 8px 5px;
}

.search-whisperer a:hover {
  background-color: rgba(0, 0, 0, 0.045);
}

.search-whisperer ul {
  margin: 0;
  padding: 0;
}

.search-whisperer ul li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  list-style: none;
}

.search-whisperer ul li a {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.search-whisperer ul li a>img {
  flex-grow: 0;
  flex-shrink: 0;
}

.search-whisperer .p-name {
  margin-bottom: 0.25ex;
}

.search-whisperer .p-info {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
  width: 50%;
}

.search-whisperer .p-info span {
  display: block;
}

.search-whisperer .p-info span span {
  display: inline;
}

.search-whisperer .p-availability-inner,
.search-whisperer .p-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-whisperer .p-availability {
  height: 14px;
  line-height: 1;
  position: relative;
}

.search-whisperer .p-availability .p-availability-inner {
  position: absolute;
}

.search-whisperer .price {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1;
  margin-top: -13px;
  text-align: right;
  width: 100%;
}

.search-whisperer.active {
  display: block;
}

@media (min-width: 768px) {
  .search-whisperer .price {
    font-size: 16px;
    margin-top: -16px;
  }
}

@media (min-width: 1200px) {
  .search-whisperer ul li a {
    align-items: center;
  }

  .search-whisperer .price {
    margin-top: 0;
    width: 100px;
  }
}

.search-whisperer-documents {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.search-whisperer-documents a {
  align-items: center;
  display: flex;
  padding: 5px;
  text-decoration: none;
  width: 100%;
}

.search-whisperer-documents em {
  font-size: 12px;
  padding-right: 1ex;
}

.search-whisperer-category em:before {
  content: "\e936";
  vertical-align: baseline;
}

.search-whisperer-image {
  max-width: 59px;
}

.search-whisperer-empty {
  padding: 5px;
}

.cookie-ag-wrap,
.messages {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.messages {
  z-index: 30000;
}

.cookie-ag-wrap {
  bottom: 0;
  top: auto;
  z-index: 100000001;
}

.cookie-ag-wrap .site-msg {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .cookie-ag-wrap .site-msg {
    opacity: 1;
  }
}

.site-msg {
  font-size: 12px;
  padding: 1ex 1em;
  text-align: center;
}

.site-msg .close {
  cursor: pointer;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
}

.site-msg .close:before {
  content: "\e912";
}

.site-msg.information {
  line-height: 150%;
  text-align: left;
}

.site-msg.information .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.site-msg.information .text {
  padding-right: 20px;
}

.site-msg form {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.site-msg button {
  margin-left: 1ex;
}

@media (min-width: 992px) {
  .site-msg {
    z-index: 10000;
  }
}

.plus-gallery-wrap {
  margin-bottom: 0.5625rem;
  margin-top: 0.5625rem;
  text-align: center;
}

.plus-gallery-item {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  margin: 5px;
  max-width: calc(100% - 10px);
  text-align: center;
  vertical-align: top;
}

.plus-gallery-item img {
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes scale {
  0% {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.rate-wrapper.unveil-wrapper {
  margin-bottom: 32px;
}

.tab-content .rate-wrapper.unveil-wrapper {
  margin-bottom: 16px;
}

.rate-wrapper.unveil-wrapper .rate-wrap {
  display: flex;
}

.rate-wrapper.unveil-wrapper .rate-star-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  justify-content: space-around;
  margin-top: 8px;
}

.rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
  display: block;
  margin-bottom: 4px;
  width: 100%;
}

.rate-wrapper.unveil-wrapper .rate-star-wrap .stars-label {
  line-height: inherit;
}

@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-star-wrap {
    margin-left: 16px;
    margin-top: 0;
  }

  .rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
    margin-bottom: 2px;
  }
}

.rate-wrapper.unveil-wrapper .rate-star {
  align-items: center;
  display: flex;
  margin-right: 8px;
  width: auto;
}

.rate-wrapper.unveil-wrapper .rate-star:after {
  content: "\A";
  white-space: pre;
}

.rate-wrapper.unveil-wrapper .rate-value {
  margin-right: 4px;
}

.rate-wrapper.unveil-wrapper .rate-list {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}

.rate-wrapper.unveil-wrapper .rate-list:last-child {
  margin-bottom: 0;
}

.rate-wrapper.unveil-wrapper .rate-block {
  display: flex;
  flex-grow: 1;
  padding-right: 32px;
}

.rate-wrapper.unveil-wrapper .rate-bar {
  align-items: center;
  animation-duration: 0.5s;
  animation-name: scale;
  animation-timing-function: linear;
  display: flex;
  height: 4px;
  position: relative;
  transform-origin: left;
}

.rate-wrapper.unveil-wrapper .rate-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rate-wrapper.unveil-wrapper .rate-count.active {
  right: -32px;
}

.rate-wrapper.unveil-wrapper .rate-average-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.rate-wrapper.unveil-wrapper .rate-average-inner {
  display: flex;
  flex-direction: column;
}

.rate-wrapper.unveil-wrapper .rate-average-inner+.add-comment {
  margin-top: 24px;
}

@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-average-inner {
    align-items: center;
    flex-direction: row;
  }

  .rate-wrapper.unveil-wrapper .rate-average-inner+.add-comment {
    margin-top: 0;
  }
}

.rate-wrapper.unveil-wrapper .rate-average {
  font-size: 350%;
}

.rate-wrapper.unveil-wrapper .add-comment {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
}

.discussion-wrapper.unveiled .add-comment,
.rate-wrapper.unveiled .add-comment {
  display: none;
}

.discussion-wrapper.unveiled .vote-content .add-comment,
.rate-wrapper.unveiled .vote-content .add-comment {
  display: inline-block;
}

.add-comment {
  cursor: pointer;
  font-weight: 700;
}

.add-comment .rating-icon {
  align-items: baseline;
  display: flex;
}

.add-comment .rating-icon:before {
  content: "\e91d";
  margin-right: 5px;
}

.add-comment .comment-icon:before {
  content: "\e91e";
  margin-right: 8px;
}

.add-comment.btn {
  font-weight: 400;
}

.load-next-wrap {
  margin: 16px 0;
  text-align: center;
}

.stars-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.p-detail .stars-wrapper {
  justify-content: flex-start;
  margin: 0;
}

.p .stars-wrapper,
.stars-placeholder {
  height: 15px;
  margin: 0;
}

.stars-placeholder {
  display: block;
}

.stars {
  display: inline-block;
  flex: 0 0 auto;
  height: 20px;
  margin-right: 4px;
  position: relative;
  width: 130px;
}

.stars a {
  text-decoration: none;
}

.stars a,
.stars span {
  float: left;
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 20px;
}

.stars a:before,
.stars span:before {
  font-size: 20px;
  height: 100%;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

.stars a.star-on:before,
.stars span.star-on:before {
  content: "\e91c";
}

.stars a.star-off:before,
.stars span.star-off:before {
  content: "\e91b";
}

.stars a.star-half:before,
.stars span.star-half:before {
  content: "\e91a";
}

.stars a.is-active,
.stars span.is-active {
  cursor: pointer;
}

.stars-label {
  flex: 0 0 auto;
  line-height: 20px;
}

a.stars-label {
  cursor: pointer;
}

.votes-wrap .votes-wrap {
  margin-top: 24px;
  padding-left: 32px;
}

.content .votes-wrap {
  margin-top: 16px;
}

.content .vote-wrap {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 16px;
}

.vote-wrap {
  font-size: 14px;
  margin-bottom: 16px;
}

.vote-wrap:last-child {
  margin-bottom: 0;
}

.sidebar .vote-wrap:first-child {
  border-top-style: none;
  padding-top: 0;
}

.vote-wrap a,
.vote-wrap a:hover {
  color: var(--color-tertiary-hover);
  text-decoration: none;
}

.vote-wrap a:hover .vote-product-name {
  color: var(--color-secondary);
}

.vote-header {
  align-items: center;
  display: flex;
  line-height: 1.1;
  margin-bottom: 4px;
}

.vote-summary {
  display: block;
  min-width: 0;
  width: 100%;
}

.vote-name,
.vote-product-name,
.vote-title {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}

.vote-name--nowrap,
.vote-product-name--nowrap,
.vote-title--nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vote-name {
  line-height: 1.2;
}

.sidebar .vote-name {
  font-size: 20px;
  margin-bottom: 0;
}

.vote-time {
  font-size: 12px;
}

.vote-pic {
  height: 40px;
  min-width: 56px;
  padding-right: 16px;
  position: relative;
}

.vote-pic img {
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 1439px) {
  .sidebar .vote-pic {
    display: none;
  }
}

.vote-initials {
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 1px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 40px;
  z-index: 0;
}

@media (max-width: 1439px) {
  .sidebar .vote-initials {
    display: none;
  }
}

.vote-rating {
  align-items: center;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vote-delimeter {
  padding-left: 8px;
  padding-right: 8px;
}

.vote-content,
.vote-content .btn {
  margin-top: 8px;
}

.vote-form {
  margin-top: 16px;
}

.discussion-form .form-group,
.vote-form .form-group {
  clear: both;
}

.discussion-form .form-group>.form-control,
.vote-form .form-group>.form-control {
  max-width: none;
  width: 100%;
  resize: none;
}

.compact-form {
  position: relative;
}

.compact-form .form-control {
  padding-right: 70px;
}

.compact-form .form-control.lg {
  padding-right: 95px;
}

.compact-form .btn {
  border-radius: 8px;
  height: 40px;
  padding: 5px 9px 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.compact-form .btn:before {
  margin-right: 0;
}

.compact-form .btn.btn-lg {
  border-radius: 6px;
  height: 60px;
  padding: 10.5px 21px;
}

.compact-form .btn.btn-lg:before {
  font-size: 36px;
}

.p-thumbnails {
  height: 100px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-thumbnails>div {
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  transition: left 0.3s ease-out;
  width: 9999em;
}

.p-thumbnails>div>div {
  display: inline-block;
}

.p-thumbnails>div>div:after,
.p-thumbnails>div>div:before {
  content: " ";
  display: table;
}

.p-thumbnails>div>div:after {
  clear: both;
}

.p-thumbnails a {
  float: left;
  margin-left: -1px;
  max-width: 100%;
  position: relative;
}

.p-thumbnails a img {
  border-style: solid;
  border-width: 1px;
  display: block;
}

.p-thumbnails a:first-child {
  margin-left: 0;
}

.p-thumbnails a.cbox-gal {
  display: none;
}

.p-thumbnails .thumbnail-next,
.p-thumbnails .thumbnail-prev {
  line-height: 1;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: scale(0);
  transition: all 0.3s ease-out;
  z-index: 2;
}

.p-thumbnails .thumbnail-next:before,
.p-thumbnails .thumbnail-prev:before {
  font-size: 20px;
  line-height: 0;
  width: 20px;
}

.p-thumbnails .thumbnail-prev {
  left: 0;
}

.p-thumbnails .thumbnail-prev:before {
  content: "\e90f";
}

.p-thumbnails .thumbnail-next {
  right: 0;
}

.p-thumbnails .thumbnail-next:before {
  content: "\e910";
}

.p-thumbnails.overflow-next .thumbnail-next {
  opacity: 1;
  transform: scale(1);
}

.p-thumbnails.overflow-next:after {
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 50%);
  background-repeat: repeat-x;
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffffff", GradientType=1);
  height: 98px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 40px;
  z-index: 1;
}

.p-thumbnails.overflow-prev .thumbnail-prev {
  opacity: 1;
  transform: scale(1);
}

.p-thumbnails.overflow-prev:before {
  background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
  background-repeat: repeat-x;
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#00ffffff", GradientType=1);
  height: 98px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 40px;
  z-index: 1;
}

.p-thumbnail:before,
.show360image:before {
  background-color: transparent;
  border-radius: 0;
  content: "";
  position: absolute;
  transition: background-color 0.3s ease-out;
}

.p-thumbnails-vertical .p-thumbnail:before,
.p-thumbnails-vertical .show360image:before {
  height: 100%;
  left: 1px;
  width: 2px;
}

.p-thumbnails-horizontal .p-thumbnail:before,
.p-thumbnails-horizontal .show360image:before {
  height: 2px;
  top: 1px;
  width: 100%;
}

.advanced-parameter {
  display: inline-block;
  height: 40px;
  margin: 0 16px 16px 0;
  padding: 0;
  vertical-align: middle;
  width: 40px;
}

.advanced-parameter-inner {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 40px;
  position: relative;
  width: 40px;
}

.advanced-parameter-inner img {
  border-radius: 8px;
  max-height: 100%;
  min-width: 1px;
  width: 100%;
}

.advanced-parameter-inner:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.advanced-parameter-inner.yes-before:before,
.disabled .advanced-parameter-inner:before {
  background-position: 50%;
  background-repeat: no-repeat;
}

.advanced-parameter-inner.yes-before:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODk3MS42IiBoZWlnaHQ9IjE0MzM2LjMiIHZpZXdCb3g9IjAgMCAxNy43ODYgMTMuNDQiPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iZ3JheSIgc3Ryb2tlLXdpZHRoPSIuNiIgZD0ibTE1IC40LTggOC00LTQtMi40IDJMNi43IDEzIDE3LjQgMi43eiIvPjwvc3ZnPg==);
  background-size: 28px;
}

.disabled .advanced-parameter-inner,
.unavailable-option-wrapper .advanced-parameter-inner {
  cursor: not-allowed;
  opacity: 0.25;
}

.disabled .advanced-parameter-inner:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45OTciIGhlaWdodD0iMjAuMDcyIiB2aWV3Qm94PSIwIDAgMC4wMTkgMC4wMTkiPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iZ3JheSIgc3Ryb2tlLXdpZHRoPSIuMDAxIiBkPSJNLjAxNSAwIC4wMDkuMDA3LjAwNC4wMDEgMCAuMDA0bC4wMDUuMDA1LS4wMDUuMDA2LjAwMy4wMDMuMDA1LS4wMDUuMDA2LjAwNS4wMDMtLjAwM0wuMDEyLjAwOS4wMTguMDA0LjAxNSAweiIgY29sb3I9IiMwMDAiIG92ZXJmbG93PSJ2aXNpYmxlIiBzdHlsZT0iaXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsIi8+PC9zdmc+);
  background-size: 20px;
}

.advanced-order {
  text-align: center;
}

.advanced-order .h1 {
  margin-bottom: 25px;
  margin-top: 16px;
  font-size: 36px;
}

.advanced-order .h2 {
  margin-bottom: 16px;
  text-transform: none;
  font-size: 28px !important;
}

.advanced-order .advanced-order-suggestion {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 32px;
  padding-top: 32px;
}

.advanced-order .extras-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.advanced-order .extras-wrap .extra {
  margin: 0 0 16px;
  text-align: left;
  width: 100%;
}

.advanced-order .extras-wrap .extra.step {
  margin: 16px 0 0;
  padding-left: 0;
  text-align: center;
}

.advanced-order .price-range,
.advanced-order .products-related {
  margin-bottom: 0;
}

.advanced-order .p-desc {
  display: none;
}

@media (min-width: 992px) {
  .advanced-order .extras-wrap {
    justify-content: center;
  }

  .advanced-order .extras-wrap .extra {
    flex-shrink: 1;
    margin: 0 16px 16px;
    width: auto;
  }

  .advanced-order .extras-wrap .extra.step {
    flex-shrink: 0;
    margin: 0;
    width: 100%;
  }

  .advanced-order .products>div {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .advanced-order .extras-wrap .extra {
    margin: 16px 16px 0;
  }

  .advanced-order .extras-wrap .extra.step {
    flex-shrink: 1;
    margin: 16px 16px 0;
    width: auto;
  }
}

.advancedOrder__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .advancedOrder__buttons {
    margin-top: 32px;
  }
}

.ao-product {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.ao-name {
  text-align: left;
}

.ao-availability {
  text-align: left;
  font-size: 14px;
}

.ao-image {
  text-align: center;
}

.ao-image,
.ao-name {
  flex: 1 0 100%;
  margin-bottom: 16px;
  min-width: 100%;
}

.ao-price,
.ao-quantity {
  flex: 1 1 50%;
  min-width: 50%;
}

.ao-price {
  text-align: left;
}

.ao-quantity {
  text-align: right;
}

@media (min-width: 768px) {

  .ao-availability,
  .ao-image,
  .ao-name {
    margin-bottom: 0;
  }

  .ao-image {
    flex-basis: 20%;
    min-width: 20%;
  }

  .ao-image img {
    max-height: 100px;
    width: auto;
  }

  .ao-name {
    flex-basis: 40%;
    min-width: 40%;
  }

  .ao-price {
    text-align: right;
  }

  .ao-price,
  .ao-quantity {
    flex-basis: 20%;
    min-width: 20%;
  }

  .ao-quantity {
    padding-left: 16px;
  }
}

.slider-wrapper {
  margin: 0 auto;
  max-width: 650px;
  padding: 0;
}

.slider-header {
  padding-bottom: 16px;
}

.slider-header:after,
.slider-header:before {
  content: " ";
  display: table;
}

.slider-header:after {
  clear: both;
}

.slider-content {
  height: 4px;
  padding: 0 16px;
  position: relative;
}

.slider-content,
.ui-slider-range {
  border-style: none;
  border-width: 0;
}

.ui-slider-horizontal {
  height: 4px;
}

.ui-slider-horizontal .ui-slider-handle,
.ui-slider-horizontal .ui-slider-range {
  z-index: 2;
}

.ui-slider-horizontal .ui-slider-handle {
  border-radius: 5px;
  cursor: pointer;
  height: 32px;
  margin-left: -16px;
  top: -14px;
  width: 32px;
}

.from,
.to {
  width: 50%;
}

.from i,
.to i {
  display: none;
}

.from {
  float: left;
  text-align: left;
}

.to {
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  .filters {
    display: none;
    margin-bottom: 16px;
  }

  .filters.visible {
    display: block;
  }
}

@media (min-width: 768px) {

  #content .filters,
  #footer .filters {
    display: none;
    margin-bottom: 16px;
  }

  #content .filters.visible,
  #footer .filters.visible {
    display: block;
  }

  #content .sidebar .filters {
    display: block;
    margin-bottom: 0;
  }
}

.btn.unveil-button {
  display: none;
}

@media (max-width: 767px) {

  #content .btn.unveil-button,
  #footer .btn.unveil-button {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {

  #content .btn.unveil-button,
  #footer .btn.unveil-button {
    display: inline-block;
  }
}

#content .sidebar .btn.unveil-button {
  display: none;
}

#content .filters-wrapper>div:first-of-type,
#footer .filters-wrapper>div:first-of-type {
  margin-bottom: 16px;
  text-align: center;
}

.content .filter-section-button {
  display: none;
}

.content .sidebar .filter-section-button {
  display: block;
}

.filter-sections {
  padding-left: 8px;
  padding-right: 8px;
}

.filter-section {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: left;
}

.filter-section+.filter-section {
  border-top-style: solid;
  border-top-width: 1px;
}

#footer .filter-section {
  padding-left: 11px;
  padding-right: 11px;
}

.filter-section h4 {
  margin-top: 0;
}

.filter-section h4 .show-tooltip {
  margin-left: 5px;
}

.filter-section label.active {
  font-weight: 700;
}

.filter-section.filter-section-button,
.filter-section:last-child {
  border-top-style: none;
}

.filter-section.filter-section-button {
  padding-top: 0;
  text-align: center;
}

#content .filter-section fieldset div.advanced-filters-wrapper,
#footer .filter-section fieldset div.advanced-filters-wrapper {
  margin-bottom: -5px;
  width: 100%;
}

#content .filter-section fieldset div.advanced-filters-wrapper>div,
#footer .filter-section fieldset div.advanced-filters-wrapper>div {
  float: none;
  padding: 0 5px 5px 0;
  width: auto;
}

@media (min-width: 480px) {

  #content .filter-section:after,
  #content .filter-section:before,
  #footer .filter-section:after,
  #footer .filter-section:before {
    content: " ";
    display: table;
  }

  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }

  #content .filter-section fieldset div,
  #footer .filter-section fieldset div {
    float: left;
    text-align: left;
    width: 50%;
  }

  #content .filter-section fieldset div:nth-child(odd),
  #footer .filter-section fieldset div:nth-child(odd) {
    clear: left;
  }

  #content .filter-section fieldset div label,
  #footer .filter-section fieldset div label {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

@media (min-width: 1200px) {

  #content .filter-section:after,
  #content .filter-section:before,
  #footer .filter-section:after,
  #footer .filter-section:before {
    content: " ";
    display: table;
  }

  #content .filter-section:after,
  #footer .filter-section:after {
    clear: both;
  }

  #content .filter-section fieldset div,
  #footer .filter-section fieldset div {
    text-align: left;
    width: 25%;
  }

  #content .filter-section fieldset div:nth-child(odd),
  #footer .filter-section fieldset div:nth-child(odd) {
    clear: none;
  }

  #content .filter-section fieldset div:nth-child(4n + 1),
  #footer .filter-section fieldset div:nth-child(4n + 1) {
    clear: both;
  }

  #content .filter-section fieldset div label,
  #footer .filter-section fieldset div label {
    padding-bottom: 0;
    padding-top: 0;
  }
}

#content .sidebar .filter-section fieldset div {
  width: 100%;
}

@media (min-width: 480px) {

  #content .filter-section.filter-section-parametric fieldset div:nth-child(odd),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(odd) {
    clear: none;
  }

  #content .filter-section.filter-section-parametric fieldset div:nth-child(2n),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(2n) {
    clear: left;
  }
}

@media (min-width: 1200px) {

  #content .filter-section.filter-section-parametric fieldset div:nth-child(2n),
  #content .filter-section.filter-section-parametric fieldset div:nth-child(4n + 1),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(2n),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(4n + 1) {
    clear: none;
  }

  #content .filter-section.filter-section-parametric fieldset div:nth-child(4n + 2),
  #footer .filter-section.filter-section-parametric fieldset div:nth-child(4n + 2) {
    clear: both;
  }
}

#clear-filters,
.filter-section-button {
  text-transform: uppercase;
}

#clear-filters {
  clear: both;
  margin-bottom: 0;
  text-align: center;
}

#clear-filters .close-after {
  padding-bottom: 10px;
  padding-top: 5px;
}

#category-filter-hover,
.content .sidebar #category-filter-hover {
  display: none;
}

#category-filter-hover.visible,
.content #category-filter-hover,
.content .sidebar #category-filter-hover.visible {
  display: block;
}

#category-filter-hover .filter-section:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}

.param-filter-top {
  text-align: left;
}

.param-filter-top form,
.param-filter-top form fieldset {
  display: block;
}

.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.advanced-filters-wrapper>div {
  flex: 0 0 auto;
  padding-bottom: 16px;
  width: 25%;
}

.advanced-filters-wrapper>div .advanced-parameter {
  margin: 0;
}

.filter-label {
  align-items: center;
  display: flex;
  padding-bottom: 5px;
  padding-top: 5px;
}

.filter-count {
  border-radius: 7px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-left: 1ex;
  padding: 1px 0.75em;
}

.box.box-sm.box-filters {
  padding: 0;
}

.variant-table .table-row {
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6px;
  padding-top: 6px;
}

.variant-table .table-row:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  .variant-table .table-row:first-child {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .variant-table .table-row {
    border-bottom: none;
  }
}

.variant-table .table-row .table-col {
  padding-left: 4px;
  padding-right: 4px;
}

.variant-table .table-row .table-col.variant-name-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .one-column-body .variant-table .table-row .table-col.variant-name-wrapper {
    margin-bottom: 0;
    width: calc(100% - 380px);
  }
}

@media (min-width: 1200px) {
  .multiple-columns-body .variant-table .table-row .table-col.variant-name-wrapper {
    margin-bottom: 0;
    width: calc(100% - 380px);
  }
}

.variant-table .table-row .table-col.cart {
  text-align: right;
}

@media (min-width: 992px) {
  .variant-table .table-row .table-col.standard-price-wrap {
    width: 120px;
  }

  .variant-table .table-row .table-col.price {
    width: 180px;
  }

  .one-column-body .variant-table .table-row .table-col.standard-price-exist {
    width: calc(100% - 500px);
  }

  .one-column-body .variant-table .table-row .table-col.cart {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .multiple-columns-body .variant-table .table-row .table-col.standard-price-exist {
    width: calc(100% - 500px);
  }

  .multiple-columns-body .variant-table .table-row .table-col.cart {
    width: 200px;
  }
}

.variant-image {
  flex-shrink: 0;
  margin-right: 6px;
  position: relative;
  width: 80px;
}

.variant-image>a {
  display: inline-block;
  max-width: 76px;
}

.variant-image .flags {
  left: 0;
  position: absolute;
  top: 0;
}

.variant-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.standard-price-wrap .price-standard {
  font-size: 14px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .variant-price-wrap {
    text-align: right;
  }
}

.variant-price-wrap .price-final {
  font-size: 20px;
  font-weight: 600;
}

.variant-price-wrap .price-additional {
  font-size: 12px;
}

.variant-price-wrap .quantity input {
  width: 32px;
}

.variant-cart .btn-cart {
  font-size: 24px;
  padding: 0 0 0 4px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .variant-cart .btn-cart {
    padding-left: 8px;
  }
}

.eet-message {
  font-size: 80%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}

.price-range {
  border-style: none;
  border-width: 0;
  display: block;
  height: 4px;
  margin-bottom: 8px;
  margin-top: 0;
  max-width: none;
  width: 100%;
}

.price-range>div {
  float: left;
  height: 100%;
}

.price-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
}

.price-wrapper .price,
.price-wrapper .price-label {
  font-weight: 400;
}

.price-wrapper .price-label.price-primary,
.price-wrapper .price.price-primary {
  font-weight: 700;
}

.price-wrapper .price-label {
  flex: 1 1 55%;
  font-size: 14px;
  text-align: left;
}

.price-wrapper .price {
  flex: 1 1 45%;
  font-size: 14px;
  padding-left: 8px;
  text-align: right;
}

.price-wrapper .price.price-primary {
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}

.price-wrapper.simple .price,
.price-wrapper.simple .price-label {
  flex: 1 1 100%;
  text-align: right;
}

.question-tooltip {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 14px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  vertical-align: baseline;
  width: 18px;
}

@media (max-width: 991px) {
  .form-group-tooltip {
    font-size: 16px;
    height: 22px;
    line-height: 20px;
    width: 22px;
  }
}

li.logout {
  list-style: none;
  margin-bottom: 8px;
  width: 100% !important;
  text-align: left !important;
  padding-left: 15px !important;
  margin-top: 0px !important;
}

@media (min-width: 1200px) {
  .client-table-heading {
    display: none;
  }
}

.customer-page .table tr:not(:last-child) {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.customer-page .table thead {
  position: sticky;
  top: 0;
}

.customer-page .table td,
.customer-page .table th {
  line-height: 1.4;
  padding: 8px;
  text-align: left;
}

.customer-page .table td.cell--price,
.customer-page .table th.cell--price {
  text-align: right;
}

@media (min-width: 1200px) {

  .customer-page .table td.cell--actions,
  .customer-page .table th.cell--actions {
    text-align: center;
  }
}

@media (max-width: 1199px) {

  .customer-page .table td.cell--actions .btn.btn-plain,
  .customer-page .table th.cell--actions .btn.btn-plain {
    padding-left: 0;
  }
}

.customer-page .table td.cell--price {
  white-space: nowrap;
}

.customer-page .table .tracking-link {
  display: block;
  max-width: 17ch;
  overflow-wrap: break-word;
}

@media (max-width: 1199px) {
  .customer-page .table .tracking-link {
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.customer-page .table.customer-discussions ul {
  margin: 0;
}

.customer-page .table .star,
.customer-page .table .star:before,
.customer-page .table .stars {
  position: static;
}

@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched {
    display: block;
    width: 100%;
  }

  .customer-page .table-mobile-enriched tbody {
    display: block;
  }

  .customer-page .table-mobile-enriched th,
  .customer-page .table-mobile-enriched thead {
    display: none;
  }

  .customer-page .table-mobile-enriched tr {
    display: block;
    padding: 8px 0;
  }

  .customer-page .table-mobile-enriched td {
    display: flex;
    gap: 0 8px;
    padding: 3px 0;
  }

  .customer-page .table-mobile-enriched td:empty {
    display: none;
  }

  .customer-page .table-mobile-enriched td.cell--price {
    text-align: left;
    white-space: wrap;
  }

  .customer-page .table-mobile-enriched .client-table-heading {
    display: block;
    flex-shrink: 0;
    width: clamp(min(22ch, 45%), 40%, 200px);
  }

  .customer-page .table-mobile-enriched .client-table-heading:after {
    content: ":";
  }

  .customer-page .table-mobile-enriched.customer-discussions .client-table-heading,
  .customer-page .table-mobile-enriched.customer-ratings .client-table-heading {
    width: clamp(min(11ch, 30%), 23%, 135px);
  }

  .customer-page .table-mobile-enriched .cell--rating {
    display: grid;
    grid-template-columns: clamp(min(11ch, 30%), 23%, 135px) auto;
  }

  .customer-page .table-mobile-enriched .cell--rating .product-rating-wrap {
    grid-column: 2/3;
  }
}

.customer-page .table-shipping-addresses {
  min-width: -moz-max-content;
  min-width: max-content;
}

.customer-page .table-shipping-addresses td:not(:last-child) {
  border-right-width: 0;
}

@media (min-width: 1200px) {
  .customer-page .table-shipping-addresses td:not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
  }
}

.customer-page .default-shipping-address {
  color: #1f8b51;
}

.customer-page .table-order-details .p-name__itemLink,
.customer-page .table-order-details .p-name__itemName {
  display: block;
  width: 100%;
}

.customer-page .table-order-details .p-name__codeLabel {
  width: clamp(min(22ch, 45%), 40%, 200px);
}

@media (max-width: 1199px) {
  .customer-page .table-order-details .p-name {
    flex-wrap: wrap;
  }
}

.customer-page .table-order-details .row-summary dl {
  display: grid;
  gap: 0 8px;
  grid-template-columns: clamp(min(22ch, 45%), 40%, 200px) auto;
  margin: 8px 0;
  width: 100%;
}

.customer-page .table-order-details .row-summary dd {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .customer-page .table-order-details .row-summary dl {
    -moz-column-gap: 8%;
    column-gap: 8%;
    grid-template-columns: auto max-content;
    justify-items: end;
  }
}

.social-login-buttons-divider {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.social-login-buttons-divider span {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 16px;
  width: auto;
}

.social-login-buttons-divider:after,
.social-login-buttons-divider:before {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  overflow: hidden;
  width: auto;
}

.reca-payment-wrap {
  text-align: center;
}

.instagram-widget {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
}

.instagram-widget>a {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  overflow: hidden;
  position: relative;
}

.instagram-widget>a img {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.instagram-widget.columns-1>a {
  padding-bottom: 100%;
  width: 100%;
}

.instagram-widget.columns-2>a {
  padding-bottom: 50%;
  width: 50%;
}

.instagram-widget.columns-3>a {
  padding-bottom: 33.333333%;
  width: 33.333333%;
}

.instagram-widget.columns-4>a {
  padding-bottom: 25%;
  width: 25%;
}

.instagram-follow-btn {
  flex-grow: 1;
  margin-top: 16px;
  text-align: center;
}

.instagram-follow-btn>span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.instagram-follow-btn>span:before {
  content: "\e909";
  font-size: 16px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 24px;
}

.empty-content-404 h2:after {
  content: "\e92f";
}

.empty-content-category h2:after {
  content: "\e935";
}

.empty-content {
  margin: 32px 0;
  text-align: center;
}

.empty-content h2:after {
  display: block;
  font-size: 84px;
  line-height: 84px;
  margin: 32px 0;
}

.empty-content p {
  font-size: 20px;
  margin-bottom: 32px;
}

.p-switchable .inactive {
  display: none;
}

@media (max-width: 992px) {
  .p-switchable .related-sm-screen-show {
    display: block;
  }

  .p-switchable .related-sm-screen-hide {
    display: none;
  }

  .p-switchable.show-all-related .related-sm-screen-hide {
    display: block;
  }
}

.p-switchable .p {
  margin-bottom: 0;
}

.browse-p {
  margin-bottom: 16px;
  margin-top: 16px;
  position: unset;
  text-align: center;
  z-index: 4;
}

.browse-p .p-all {
  display: inline-block;
}

.browse-p .p-all.inactive {
  display: none;
}

.browse-p .p-next,
.browse-p .p-prev {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
}

.browse-p .p-next:before,
.browse-p .p-prev:before {
  font-size: 18px;
  line-height: 40px;
}

.browse-p .p-next:hover,
.browse-p .p-prev:hover {
  background-color: rgba(0, 0, 0, 0.35);
}

.browse-p .p-next.inactive,
.browse-p .p-prev.inactive {
  transition: none;
  visibility: hidden;
  z-index: -1;
}

.browse-p .p-prev:before {
  content: "\e90f";
}

.browse-p .p-next:before {
  content: "\e910";
}

@media (min-width: 992px) {
  .browse-p {
    margin-bottom: 0;
    margin-top: 0;
  }

  .browse-p .p-all {
    display: none;
  }

  .browse-p .p-next,
  .browse-p .p-prev {
    display: block;
    position: absolute;
    top: -210px;
    z-index: 1;
  }

  .browse-p .p-prev {
    left: 0;
  }

  .browse-p .p-next {
    right: 0;
  }
}

@media (min-width: 1200px) {

  .browse-p .p-next,
  .browse-p .p-prev {
    top: -290px;
  }
}

.radio-wrapper {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.radio-wrapper:last-child {
  border-bottom-style: none;
}

.radio-wrapper input[type="radio"]+label {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 100%;
}

@media (max-width: 480px) {
  .radio-wrapper input[type="radio"]+label {
    flex-wrap: wrap;
  }

  .radio-wrapper input[type="radio"]+label .payment-shipping-price {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.radio-wrapper input[type="radio"]+label .sublabel {
  display: block;
  font-size: smaller;
}

.payment-logo,
.payment-shipping-price {
  flex-basis: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}

.payment-logo img {
  max-height: 40px;
}

.payment-shipping-price {
  padding-left: 8px;
}

.payment-info {
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 8px;
  width: auto;
}

.payment-info b {
  display: inline-block;
  padding-right: 8px;
  text-transform: none;
}

.not-possible-info {
  display: none;
}

.inactive .not-possible-info {
  display: inherit;
}

#payu_ .table-payu {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  padding: 0 !important;
  width: 100% !important;
}

#payu_ input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline;
  visibility: hidden;
}

.cart-toggle-unselected-options {
  cursor: pointer;
  padding: 11px;
  text-decoration: underline;
}

.cart-toggle-unselected-options:after {
  content: "\e90e";
  margin-left: 0.5em;
}

.cart-toggle-unselected-options:hover {
  text-decoration: none;
}

.cart-hide-unselected-options .radio-wrapper {
  max-height: 500px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.cart-hide-unselected-options .radio-wrapper.unselected-option {
  border-bottom-width: 0;
  border-top-width: 0;
  max-height: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.category-title {
  text-align: center;
}

.category-perex,
.category__secondDescription {
  margin-bottom: 16px;
  text-align: center;
}

.category-perex h2,
.category__secondDescription h2 {
  margin-top: 0;
}

.sidebar .category-perex {
  text-align: left;
}

.category-perex.empty-content {
  text-align: center;
}

.cart-table {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: collapse;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 16px;
  margin-top: 16px;
  text-align: left;
  width: 100%;
}

.cart-table tr>td {
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 3px 5px;
}

.cart-table tr>td.p-total {
  border-right-style: none;
  text-align: right;
  white-space: nowrap;
}

.cart-table tr.related {
  display: none;
}

.cart-table tr.related>td {
  border-right-style: none;
}

.cart-table tr.related.visible {
  display: table-row;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cart-table tr.related.visible {
    display: block;
  }

  .cart-table tr.related.visible td {
    display: block;
    width: 100%;
  }
}

.cart-table tr:first-child>td {
  border-top-style: none;
}

.cart-table .cart-p-image {
  width: 86px;
}

.cart-table .cart-p-image img {
  max-width: none;
  width: 76px;
}

.cart-table .p-name {
  padding-left: 8px;
}

.cart-table .p-discount,
.cart-table .p-price,
.cart-table .p-quantity {
  white-space: nowrap;
}

.cart-table .p-quantity {
  text-align: center;
}

.cart-table .p-quantity .quantity {
  font-size: 16px;
}

.cart-table .p-quantity .quantity input {
  width: 32px;
}

.cart-table .p-availability,
.cart-table .p-discount,
.cart-table .p-price {
  text-align: center;
}

.cart-table .main-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.cart-table .p-price {
  min-width: 70px;
}

.cart-table .p-price .p-label {
  margin-bottom: 5px;
}

.cart-table .price-additional,
.cart-table .price-final,
.cart-table .price-save,
.cart-table .unit-value {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .cart-table,
  .cart-table tbody {
    display: block;
  }

  .cart-table tr {
    align-items: stretch;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .cart-table tr>td {
    border-style: none;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0;
    padding: 0 0 4px;
    width: 50%;
  }

  .cart-table tr>td.cart-p-image,
  .cart-table tr>td.p-total {
    padding-bottom: 0;
  }

  .cart-table tr>td.cart-p-image {
    flex: 0 0 76px;
    margin-bottom: 8px;
  }

  .cart-table tr>td.p-name {
    align-self: center;
    flex: 1 1 calc(100% - 76px);
    padding-left: 4px;
  }

  .cart-table tr>td:nth-child(odd) {
    text-align: left;
  }

  .cart-table tr>td:nth-child(2n),
  .cart-table tr>td:nth-child(odd).p-total {
    text-align: right;
  }

  .cart-table tr>td:nth-child(2n).p-name {
    text-align: left;
  }

  .related .cart-table tr>td {
    width: 100%;
  }

  .cart-table tr:last-child {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.main-link-surcharges,
.main-link-variant,
.show-related {
  display: block;
  font-size: smaller;
  line-height: 1.2;
}

@media (max-width: 480px) {

  .main-link-surcharges,
  .main-link-variant,
  .show-related {
    font-size: 14px;
  }
}

.main-link-surcharges {
  text-transform: none;
}

.main-link-surcharges,
.main-link-variant {
  font-weight: 500;
  margin-top: 3.5px;
}

.show-related {
  padding-top: 1ex;
}

.show-related:after {
  content: "\e90e";
  font-size: 12px;
  padding-left: 1ex;
}

.related-visible .show-related:after {
  content: "\e911";
}

tr.related-visible>td {
  border-bottom-color: transparent !important;
}

.cart-related-product {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cart-related-product:last-child {
  border-bottom-style: none;
}

@media (min-width: 992px) {
  .cart-related-product {
    max-width: 991px;
  }
}

.cart-related-button,
.cart-related-info {
  flex-grow: 1;
  flex-shrink: 1;
  padding-bottom: 8px;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {

  .cart-related-button,
  .cart-related-info {
    padding-top: 8px;
  }
}

.cart-related-info {
  padding-top: 8px;
}

@media (min-width: 768px) {
  .cart-related-info {
    align-items: center;
    display: flex;
    padding-right: 8px;
    text-align: left;
    width: 80%;
  }
}

.cart-related-button .price-final {
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .cart-related-button {
    text-align: right;
    width: 20%;
  }
}

.cart-related-img {
  display: block;
  margin-bottom: 8px;
  max-width: 76px;
}

@media (min-width: 768px) {
  .cart-related-img {
    display: inline;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

.cart-related-name {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cart-related-name {
    flex: 1 1 auto;
    padding-left: 0px;
  }
}

.cart-related-availability {
  display: block;
}

@media (min-width: 768px) {
  .cart-related-availability {
    flex: 0 0 30%;
    padding-left: 0px;
    padding-right: 8px;
    text-align: right;
  }
}

.cart-related-product .cart-related-info>div {
  padding-left: 10px;
}

.p-label {
  display: block;
}

.quantity-form .p-label {
  display: none;
}

@media (min-width: 768px) {
  .p-label {
    display: none;
  }
}

button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.remove-item,
.remove-item-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  line-height: 10px;
  margin: 0;
  padding: 10px;
  position: relative;
  text-align: right;
  vertical-align: middle;
}

.remove-item-placeholder:before,
.remove-item:before {
  content: "\e912";
  font-size: 10px;
}

.remove-item-placeholder {
  display: none;
  opacity: 0;
}

@media (min-width: 992px) {
  .remove-item-placeholder {
    display: inline;
  }

  tr.removeable .remove-item {
    opacity: 0;
  }

  tr.removeable .remove-item:focus,
  tr.removeable:hover .remove-item {
    opacity: 1;
  }
}

.cart-xyDiscount__banner {
  align-items: center;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  display: flex;
  font-size: 14px;
  gap: 12px;
  line-height: 20px;
  margin-bottom: 2px;
  margin-right: 4px;
  margin-top: 12px;
  padding: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 767px) {
  .cart-xyDiscount__banner {
    margin-right: 0;
  }
}

.cart-xyDiscount__icon {
  align-self: flex-start;
  border-radius: 50%;
  display: flex;
  padding: 4px;
}

.cart-xyDiscount__icon:before {
  font-size: 16px;
  line-height: 1;
}

.cart-xyDiscount__content {
  display: flex;
  flex-direction: column;
  gap: 4px 12px;
}

@media (min-width: 992px) {
  .cart-xyDiscount__content {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.cart-xyDiscount__title {
  flex-basis: 100%;
  font-weight: 700;
}

@media (min-width: 992px) {
  .cart-xyDiscount__title .show-tooltip.acronym {
    border-bottom-width: 0;
    pointer-events: none;
  }
}

@media (min-width: 1440px) {
  .cart-xyDiscount__title {
    flex-basis: auto;
  }
}

.cart-xyDiscount__description {
  display: none;
}

@media (min-width: 992px) {
  .cart-xyDiscount__description {
    display: block;
    line-height: 1.3;
  }
}

.cart-xyDiscount__conditions a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-xyDiscount__conditions a:hover {
  text-decoration: none;
}

.loader-overlay,
.overlay.visible {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.overlay.visible {
  position: fixed;
  z-index: 1002;
}

.loader-overlay {
  position: absolute;
  z-index: 0;
}

body.msg-visible .overlay,
body.spinner-visible .overlay,
body.user-action-visible .overlay {
  -webkit-overflow-scrolling: touch;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
}

body.msg-visible .overlay.invisible,
body.spinner-visible .overlay.invisible,
body.user-action-visible .overlay.invisible {
  opacity: 0;
}

body.msg-visible .overlay,
body.user-action-visible .overlay {
  z-index: 0;
}

body.spinner-visible .overlay {
  z-index: 1002;
}

.datepicker.birthdate {
  position: relative;
}

.ui-datepicker {
  background-color: #fff;
  border: 2px solid #dadada;
  border-radius: 8px;
  color: var(--color-tertiary-hover);
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  width: 24em;
  z-index: 10000 !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2em;
}

.ui-datepicker .ui-datepicker-title select {
  cursor: pointer;
}

.ui-datepicker .ui-corner-all .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  cursor: pointer;
  display: table;
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  top: 6px;
}

.ui-datepicker .ui-datepicker-next-hover:after,
.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev-hover:after,
.ui-datepicker .ui-datepicker-prev:after {
  color: var(--color-tertiary-hover);
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\25B7";
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "\25C1";
}

.ui-datepicker td a,
.ui-datepicker th a {
  padding: 5px;
  text-align: center;
}

.ui-datepicker td a.ui-state-highlight,
.ui-datepicker th a.ui-state-highlight {
  background: #f7f7f7;
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker th a.ui-state-active {
  background: #f7f7f7;
  font-weight: 700;
}

.free-gifts,
.free-product-gifts {
  padding: 0;
}

.free-gifts li,
.free-product-gifts li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.free-gifts li label,
.free-product-gifts li label {
  align-items: center;
  display: flex;
  transition: background-color 0.3s ease-out;
}

.free-gifts li label img,
.free-product-gifts li label img {
  flex: 0 0 40px;
}

.free-gifts li.active,
.free-product-gifts li.active {
  display: block;
}

#colorbox .free-gifts,
#colorbox .free-product-gifts,
.free-gifts li:last-child,
.free-product-gifts li:last-child {
  margin: 0;
}

#colorbox .free-gifts li,
#colorbox .free-product-gifts li {
  display: block;
  margin-bottom: 4px;
}

#colorbox .free-gifts li.active,
#colorbox .free-product-gifts li.active {
  font-weight: 700;
}

.free-gifts li {
  display: none;
}

.free-product-gifts {
  padding-top: 8px;
}

.free-product-gifts li {
  margin-bottom: 8px;
}

.free-gift-label {
  flex: 1 1 auto;
  line-height: 1;
  padding-left: 20px;
}

.free-gift-label span {
  display: block;
}

.free-gift-label span span {
  display: initial;
}

.free-gift-label .free-gift-amount {
  display: inline;
}

.free-gift-amount {
  display: inline;
  text-transform: lowercase;
}

.free-gifts-img {
  position: relative;
}

.free-gifts-img img {
  max-width: unset;
}

.free-gifts-img>img {
  width: 59px;
}

.free-gifts-img .free-gifts-img-hover {
  display: none;
  left: 0;
  margin-top: -135px;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.free-gifts-img .free-gifts-img-hover img {
  border-style: solid;
  border-width: 1px;
}

.free-gifts-img:hover .free-gifts-img-hover {
  display: block;
}

#colorbox .free-gifts-img:hover .free-gifts-img-hover {
  display: none;
}

#colorbox .free-gifts-img>img {
  width: 76px;
}

.free-gifts-heading {
  display: none;
}

#colorbox .free-gifts-heading {
  display: block;
}

.free-product-gifts-wrapper {
  flex-basis: 100%;
  flex-shrink: 0;
}

.free-product-gifts-wrapper .free-product-gifts {
  padding-top: 0;
}

.btn,
a.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 16px;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease-out;
  white-space: normal;
}

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

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

.btn.btn-secondary,
a.btn.btn-secondary {
  border-style: solid;
}

.btn.btn-xs,
a.btn.btn-xs {
  font-size: 12px;
  line-height: 16px;
  padding: 0 8px;
}

.btn.btn-sm,
a.btn.btn-sm {
  line-height: 16px;
  padding: 3px 8px;
}

.btn.btn-lg,
a.btn.btn-lg {
  line-height: 50px;
}

.btn.btn-icon,
a.btn.btn-icon {
  border: 0;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0;
}

.btn.btn-arrow-down:after,
.btn.btn-arrow-down:before,
.btn.btn-arrow-left:after,
.btn.btn-arrow-left:before,
.btn.btn-arrow-right:after,
.btn.btn-arrow-right:before,
.btn.btn-arrow-up:after,
.btn.btn-arrow-up:before,
.btn.btn-cofidis:after,
.btn.btn-cofidis:before,
.btn.btn-login:after,
.btn.btn-login:before,
a.btn.btn-arrow-down:after,
a.btn.btn-arrow-down:before,
a.btn.btn-arrow-left:after,
a.btn.btn-arrow-left:before,
a.btn.btn-arrow-right:after,
a.btn.btn-arrow-right:before,
a.btn.btn-arrow-up:after,
a.btn.btn-arrow-up:before,
a.btn.btn-cofidis:after,
a.btn.btn-cofidis:before,
a.btn.btn-login:after,
a.btn.btn-login:before {
  font-size: 25px;
  text-align: center;
}

.btn.btn-arrow-down.btn-text:before,
.btn.btn-arrow-left.btn-text:before,
.btn.btn-arrow-right.btn-text:before,
.btn.btn-arrow-up.btn-text:before,
.btn.btn-cofidis.btn-text:before,
.btn.btn-login.btn-text:before,
a.btn.btn-arrow-down.btn-text:before,
a.btn.btn-arrow-left.btn-text:before,
a.btn.btn-arrow-right.btn-text:before,
a.btn.btn-arrow-up.btn-text:before,
a.btn.btn-cofidis.btn-text:before,
a.btn.btn-login.btn-text:before {
  margin-right: 1ex;
}

.btn.btn-arrow-down.btn-text.btn-after:after,
.btn.btn-arrow-left.btn-text.btn-after:after,
.btn.btn-arrow-right.btn-text.btn-after:after,
.btn.btn-arrow-up.btn-text.btn-after:after,
.btn.btn-cofidis.btn-text.btn-after:after,
.btn.btn-login.btn-text.btn-after:after,
a.btn.btn-arrow-down.btn-text.btn-after:after,
a.btn.btn-arrow-left.btn-text.btn-after:after,
a.btn.btn-arrow-right.btn-text.btn-after:after,
a.btn.btn-arrow-up.btn-text.btn-after:after,
a.btn.btn-cofidis.btn-text.btn-after:after,
a.btn.btn-login.btn-text.btn-after:after {
  margin-left: 1ex;
}

.btn.btn-login:before,
a.btn.btn-login:before {}

.btn.btn-login.btn-after:before,
a.btn.btn-login.btn-after:before {
  content: "";
}

.btn.btn-login.btn-after:after,
a.btn.btn-login.btn-after:after {
  content: "\e930";
}

.btn.btn-cofidis:before,
a.btn.btn-cofidis:before {
  content: "\e929";
}

.btn.btn-cofidis.btn-after:before,
a.btn.btn-cofidis.btn-after:before {
  content: "";
}

.btn.btn-cofidis.btn-after:after,
a.btn.btn-cofidis.btn-after:after {
  content: "\e929";
}

.btn.btn-arrow-left:before,
a.btn.btn-arrow-left:before {
  content: "\e90b";
}

.btn.btn-arrow-left.btn-after:before,
a.btn.btn-arrow-left.btn-after:before {
  content: "";
}

.btn.btn-arrow-left.btn-after:after,
a.btn.btn-arrow-left.btn-after:after {
  content: "\e90b";
}

.btn.btn-arrow-right:before,
a.btn.btn-arrow-right:before {
  content: "\e90c";
}

.btn.btn-arrow-right.btn-after:before,
a.btn.btn-arrow-right.btn-after:before {
  content: "";
}

.btn.btn-arrow-right.btn-after:after,
a.btn.btn-arrow-right.btn-after:after {
  content: "\e90c";
}

.btn.btn-arrow-down:before,
a.btn.btn-arrow-down:before {
  content: "\e90a";
}

.btn.btn-arrow-down.btn-after:before,
a.btn.btn-arrow-down.btn-after:before {
  content: "";
}

.btn.btn-arrow-down.btn-after:after,
a.btn.btn-arrow-down.btn-after:after {
  content: "\e90a";
}

.btn.btn-arrow-up:before,
a.btn.btn-arrow-up:before {
  content: "\e90d";
}

.btn.btn-arrow-up.btn-after:before,
a.btn.btn-arrow-up.btn-after:before {
  content: "";
}

.btn.btn-arrow-up.btn-after:after,
a.btn.btn-arrow-up.btn-after:after {
  content: "\e90d";
}

a.login-btn.facebook,
a.login-btn.google,
a.login-btn.seznam {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
}

a.login-btn.facebook span,
a.login-btn.facebook strong,
a.login-btn.google span,
a.login-btn.google strong,
a.login-btn.seznam span,
a.login-btn.seznam strong {
  display: block;
  text-align: center;
}

a.login-btn.facebook strong,
a.login-btn.google strong,
a.login-btn.seznam strong {
  line-height: 20px;
  padding: 13px 4px;
}

a.login-btn.facebook .login-facebook-icon,
a.login-btn.facebook .login-google-icon,
a.login-btn.facebook .login-seznam-icon,
a.login-btn.google .login-facebook-icon,
a.login-btn.google .login-google-icon,
a.login-btn.google .login-seznam-icon,
a.login-btn.seznam .login-facebook-icon,
a.login-btn.seznam .login-google-icon,
a.login-btn.seznam .login-seznam-icon {
  font-size: 28px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 66px;
}

a.login-btn.google .login-google-icon {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 26 26" width="26" height="26" xmlns="http://www.w3.org/2000/svg"><g transform="matrix%281, 0, 0, 1, 27.009001, -39.238998%29"><path fill="%234285F4" d="M -3.264 51.509 C -3.264 50.719 -3.334 49.969 -3.454 49.239 L -14.754 49.239 L -14.754 53.749 L -8.284 53.749 C -8.574 55.229 -9.424 56.479 -10.684 57.329 L -10.684 60.329 L -6.824 60.329 C -4.564 58.239 -3.264 55.159 -3.264 51.509 Z"/><path fill="%2334A853" d="M -14.754 63.239 C -11.514 63.239 -8.804 62.159 -6.824 60.329 L -10.684 57.329 C -11.764 58.049 -13.134 58.489 -14.754 58.489 C -17.884 58.489 -20.534 56.379 -21.484 53.529 L -25.464 53.529 L -25.464 56.619 C -23.494 60.539 -19.444 63.239 -14.754 63.239 Z"/><path fill="%23FBBC05" d="M -21.484 53.529 C -21.734 52.809 -21.864 52.039 -21.864 51.239 C -21.864 50.439 -21.724 49.669 -21.484 48.949 L -21.484 45.859 L -25.464 45.859 C -26.284 47.479 -26.754 49.299 -26.754 51.239 C -26.754 53.179 -26.284 54.999 -25.464 56.619 L -21.484 53.529 Z"/><path fill="%23EA4335" d="M -14.754 43.989 C -12.984 43.989 -11.404 44.599 -10.154 45.789 L -6.734 42.369 C -8.804 40.429 -11.514 39.239 -14.754 39.239 C -19.444 39.239 -23.494 41.939 -25.464 45.859 L -21.484 48.949 C -20.534 46.099 -17.884 43.989 -14.754 43.989 Z"/></g></svg>') no-repeat 50%;
  background-size: 26px 26px;
}

a.login-btn.facebook .login-facebook-icon {
  background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.cls-1{fill:%23fff;}</style></defs><title>flogo-HexRBG-Wht-512</title><path class="cls-1" d="M483.74,0H28.26A28.26,28.26,0,0,0,0,28.26V483.74A28.26,28.26,0,0,0,28.26,512H273.5V314H207V236.5h66.5v-57c0-66.13,40.39-102.14,99.38-102.14,28.25,0,52.54,2.11,59.62,3V149.5l-40.81,0c-32,0-38.19,15.24-38.19,37.62V236.5h76.74l-10,77.5H353.5V512H483.74A28.26,28.26,0,0,0,512,483.74V28.26A28.26,28.26,0,0,0,483.74,0Z"/></svg>') no-repeat 50%;
  background-size: 28px 28px;
}

a.login-btn.seznam .login-seznam-icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='30' fill='none'%3E%3Cpath fill='%23fff' d='M.406 30c5.403 0 27.429-2.575 27.429-9.47 0-4.2-5.627-6.203-7.938-6.874-4.405-1.278-7.979-2.596-7.979-3.752 0-1.155 2.504-1.397 5.191-1.992 3.58-.791 5.085-1.228 5.085-3.131 0-1.24-.952-2.753-1.437-3.405C19.912.24 19.778 0 19.502 0c-.596 0-.125.772-6.859 1.908-4.266.72-9.943 2.64-9.943 6.53s5.077 5.694 10.16 7.534c5.238 1.896 9.618 2.589 9.618 5.613 0 4.823-20.7 7.867-22.041 8.09-.628.105-.525.325-.031.325Z'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: 22px 23px;
}

#footer a.login-btn:hover {
  text-decoration: none;
}

input[type="submit"].btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.next-step-back,
a.next-step-back {
  text-transform: none;
}

.image360:after,
.show360image:after {
  background-color: hsla(0, 0%, 100%, 0.45);
  border-radius: 100%;
  color: #777;
  content: "\e93e";
  font-size: 60px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
  z-index: 1;
}

.image360 {
  background: #fff;
  cursor: pointer;
  max-width: 100%;
  position: relative;
  text-align: center;
}

.image360.image360-loaded:after,
.image360:hover:after {
  background-color: hsla(0, 0%, 100%, 0);
  content: "";
  z-index: -1;
}

.image360-fullscreen-on .image360.image360-fullscreen-target {
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
}

.image360-holder {
  align-items: center;
  cursor: grab;
  display: flex;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.image360-holder img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  min-width: 1px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image360-navigation {
  bottom: 0;
  font-size: 0;
  height: 24px;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  transition: opacity 0.3s ease-out;
}

.image360-navigation span {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  padding: 0 3px;
}

.image360-navigation:hover {
  opacity: 1;
}

.image360-fullscreen-on .image360-navigation {
  bottom: 10px;
}

.show360image {
  cursor: pointer;
  position: relative;
}

body.image360-fullscreen-on {
  overflow: hidden;
}

.country-flags {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  position: relative;
}

.country-flags-inner {
  border-style: solid;
  border-width: 1px;
  position: relative;
}

.country-flags.active .country-flags-inner {
  height: 360px;
  left: -5px;
  overflow: auto;
  padding: 40px 5px 5px;
  position: absolute;
  top: -1px;
  width: 300px;
  z-index: 10;
}

.country-flags.active.turned .country-flags-inner {
  bottom: 0;
  top: auto;
}

.country-flag {
  align-items: center;
  display: none;
  height: 40px;
}

.country-flag.selected,
.country-flags.active .country-flag {
  display: flex;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s ease-out;
}

.country-flags.active .country-flag.selected {
  display: flex;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 0;
}

.country-flags.active .country-flag.country-flag-preferred-last,
.country-flags.active .country-flag.selected {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.shp-flag-name {
  display: none;
  padding-right: 5px;
}

.country-flags.active .shp-flag-name {
  display: inline-block;
}

.shp-flag,
.shp-flag-label {
  flex-grow: 0;
  flex-shrink: 0;
}

.shp-flag {
  height: 24px;
  width: 24px;
}

.shp-flag-label {
  display: flex;
  font-size: 14px;
  justify-self: flex-end;
  line-height: 18px;
  padding-left: 16px;
  padding-right: 3px;
  position: relative;
  text-align: right;
  width: calc(100% - 24px);
}

.shp-flag-label:before {
  border-style: solid;
  border-width: 6px;
  content: "";
  height: 0;
  left: 3px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.country-flags.active .shp-flag-label {
  text-align: left;
  width: calc(100% - 24px);
}

.country-flags.active .shp-flag-label:before {
  display: none;
}

.phone-combined-input {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

.phone-combined-input select {
  display: none;
}

.phone-combined-input .country-flags,
.phone-combined-input input {
  flex-grow: 0;
}

.phone-combined-input input {
  width: 100%;
}

@media (min-width: 480px) {
  .phone-combined-input {
    max-width: 100%;
  }
}

.search-results-groups .search-results-group {
  margin-bottom: 16px;
}

.search-results-groups h4 {
  margin: 0 0 8px;
}

.search-results-groups ul {
  -moz-column-count: unset;
  -moz-column-width: unset;
  columns: unset unset;
  margin: 0 0 8px;
  padding-left: 32px;
}

.search-results-groups ul li {
  list-style-position: outside;
}

.search-products-heading {
  margin-top: 0;
}

.search-next-wrap {
  margin: 16px 0;
  text-align: center;
}

.menu-helper {
  align-items: center;
  cursor: pointer;
  display: none;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  height: 46px;
  line-height: 14px;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  visibility: hidden;
  z-index: -1;
}

.menu-helper>span {
  border-style: none;
  border-width: 0;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  position: relative;
  text-transform: none;
}

.menu-helper:after {
  content: "\e914";
  text-align: center;
  transition: transform 0.3s ease-out;
}

.menu-helper-visible .menu-helper:after {
  content: "\e912";
  transform: rotate(0);
}

.menu-helper>ul {
  border-style: solid;
  border-width: 1px;
  display: none;
  max-height: 340px;
  overflow: auto;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: none;
  top: calc(50% + 16px);
  width: 280px;
  z-index: 1;
}

.menu-helper-visible .menu-helper>ul {
  display: block;
}

.menu-helper>ul>li {
  border-top-style: solid;
  border-top-width: 1px;
}

.menu-helper>ul>li.splitted {
  display: none;
}

.menu-helper>ul>li.splitted+li {
  border-top-style: none;
}

.menu-helper>ul>li a b {
  font-weight: 400;
}

.menu-helper>ul>li a.menu-image {
  display: none;
}

.menu-helper>ul>li>a {
  padding: 8px 16px;
}

.menu-helper .menu-level-2 a {
  font-weight: 400;
  padding: 4px 32px;
}

.menu-helper .has-third-level ul {
  display: none;
}

.menu-helper.visible {
  visibility: visible;
  z-index: 1;
}

@media (min-width: 768px) {
  .menu-helper {
    display: flex;
  }
}

@media (min-width: 992px) and (min-height: 600px) {
  .menu-helper>ul {
    max-height: 480px;
  }
}

@media (min-width: 992px) and (min-height: 800px) {
  .menu-helper>ul {
    max-height: 680px;
  }
}

.widget-parameter-wrapper {
  display: flex;
  margin: 16px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.widget-parameter-wrapper .widget-parameter-list {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget-parameter-wrapper .widget-parameter-more,
.widget-parameter-wrapper .widget-parameter-value {
  flex-shrink: 0;
}

.widget-parameter-wrapper .widget-parameter-more a,
.widget-parameter-wrapper .widget-parameter-more span,
.widget-parameter-wrapper .widget-parameter-value a,
.widget-parameter-wrapper .widget-parameter-value span {
  padding: 0 8px;
}

.widget-parameter-wrapper .widget-parameter-value:first-child a {
  padding-left: 0;
}

.widget-parameter-wrapper .widget-parameter-more {
  visibility: hidden;
}

.widget-parameter-wrapper .widget-parameter-more.visible {
  visibility: visible;
}

.blog-wrapper {
  padding: 0px;
}

@media (min-width: 768px) {
  .blog-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
  }
}

.blog-wrapper .homepage-group-title {
  flex: 0 0 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.blog-wrapper .news-item {
  display: block;
  flex-basis: 100%;
  margin-bottom: 16px;
  padding: 16px 0;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-wrapper .news-item {
    flex-basis: 50%;
    margin-bottom: 0;
    width: 50%;
  }

  .multiple-columns-body .blog-wrapper .news-item {
    flex-basis: 100%;
    width: 100%;
  }

  .multiple-columns-body.mobile .blog-wrapper .news-item {
    flex-basis: 50%;
    width: 50%;
  }
}

@media (min-width: 1200px) {

  .blog-wrapper .news-item,
  .multiple-columns-body .blog-wrapper .news-item,
  .multiple-columns-body.mobile .blog-wrapper .news-item {
    flex-basis: 50%;
    width: 50%;
  }
}

.blog-wrapper .news-item .image {
  width: 100%;
  height: auto;
}

.blog-wrapper .news-item .title {
  margin-top: 16px;
}

.blog-wrapper .news-item .description {
  color: var(--color-tertiary-hover);
  margin: 8px 0 0;
}

.blog-wrapper .news-item .read-article {
  text-align: center;
  font: normal normal normal 14px/36px Poppins;
  letter-spacing: 0px;
  color: #23436c;
  padding: 8px 16px;
  background: #e5ce99 0% 0% no-repeat padding-box;
  margin-inline: auto !important;
  margin-top: auto !important;
}

.preauthorization-box {
  align-items: center;
  background-color: var(--color-secondary);
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 8px;
}

.preauthorization-box__description,
.preauthorization-box__price,
.preauthorization-box__title {
  color: #fff;
}

.preauthorization-box__price {
  font-size: 20px;
}

.preauthorization-box__description {
  grid-column: span 2 / span 2;
}

.express-checkout {
  --express-checkout-max-width: 550px;
  --express-checkout-width: 100%;
  --express-checkout-max-height: 90vh;
  --express-checkout-height: auto;
  --express-checkout-color-black: #000;
  --express-checkout-color-white: #fff;
  --express-checkout-color-gray: #6f6f6f;
  --express-checkout-color-gray-light: #cfcfcf;
  --express-checkout-color-green: #2a861d;
  --express-checkout-color-red: #e60000;
  --express-checkout-spacing-xs: 4px;
  --express-checkout-spacing-sm: 8px;
  --express-checkout-spacing-md: 12px;
  --express-checkout-spacing-base: 16px;
  --express-checkout-spacing-lg: 24px;
  --express-checkout-spacing-xl: 32px;
  --express-checkout-spacing-xxl: 48px;
}

.express-checkout .price-font-phone {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.express-checkout .price-font {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}

.express-checkout .info {
  align-items: center;
  border-top: 1px solid var(--express-checkout-color-gray-light);
  cursor: pointer;
  display: flex;
  gap: var(--express-checkout-spacing-md);
  margin-top: var(--express-checkout-spacing-sm);
  padding: calc(var(--express-checkout-spacing-md) + var(--express-checkout-spacing-sm)) 0 var(--express-checkout-spacing-md);
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

#colorbox.express-checkout {
  bottom: 0 !important;
  box-sizing: border-box;
  height: var(--express-checkout-height) !important;
  left: 50% !important;
  max-height: var(--express-checkout-max-height) !important;
  max-width: var(--express-checkout-max-width) !important;
  overflow-y: auto;
  position: fixed !important;
  top: unset !important;
  transform: translateX(-50%) !important;
  width: var(--express-checkout-width) !important;
}

#colorbox.express-checkout #cboxWrapper {
  border-radius: 16px 16px 0 0;
  position: static !important;
}

#colorbox.express-checkout #cboxContent {
  border: none;
  box-sizing: border-box;
  clear: none;
  float: none !important;
  height: var(--express-checkout-height) !important;
  margin: 0;
  width: var(--express-checkout-width) !important;
}

#colorbox.express-checkout #cboxLoadedContent {
  box-sizing: border-box;
  padding: 0;
}

#colorbox.express-checkout #cboxClose,
#colorbox.express-checkout #cboxContent,
#colorbox.express-checkout #cboxLoadedContent,
#colorbox.express-checkout #cboxLoadingOverlay {
  border-radius: 0;
}

#colorbox.express-checkout #cboxMiddleLeft,
#colorbox.express-checkout #cboxMiddleRight {
  display: none !important;
}

#colorbox.express-checkout #cboxLoadingGraphic {
  left: 50% !important;
  position: fixed !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

#colorbox.express-checkout #cboxClose {
  color: var(--express-checkout-color-gray) !important;
  margin: var(--express-checkout-spacing-md) var(--express-checkout-spacing-md) 0 0;
}

@media (min-width: 480px) {
  #colorbox.express-checkout {
    bottom: unset !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  #colorbox.express-checkout #cboxWrapper {
    border-radius: 0;
  }
}

#cboxOverlay.express-checkout {
  background-color: #000 !important;
}

.express-checkout__header {
  align-items: center;
  box-shadow: 0 2px 4px 0 #dcdcdc;
  display: flex;
  height: 100%;
  min-height: 64px;
  padding: var(--express-checkout-spacing-md);
  position: relative;
}

@media (min-width: 480px) {
  .express-checkout__header {
    box-shadow: none;
    justify-content: center;
  }
}

.express-checkout__header-back-button.btn {
  align-items: center;
  color: var(--express-checkout-color-gray) !important;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.express-checkout__header-back-button .icon-chevron-left {
  pointer-events: none;
}

@media (min-width: 480px) {
  .express-checkout__header-back-button {
    left: var(--express-checkout-spacing-md);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.express-checkout__header-title {
  margin: 0 0 0 var(--express-checkout-spacing-sm);
}

@media (min-width: 480px) {
  .express-checkout__header-title {
    margin: 0 var(--express-checkout-spacing-xxl);
    text-align: center;
  }
}

.express-checkout__body {
  padding: var(--express-checkout-spacing-lg) var(--express-checkout-spacing-md);
}

@media (min-width: 480px) {
  .express-checkout__body {
    padding: var(--express-checkout-spacing-lg);
  }
}

.express-checkout__product {
  align-items: center;
  display: flex;
  gap: var(--express-checkout-spacing-md);
  justify-content: space-between;
  margin-top: var(--express-checkout-spacing-sm);
}

.express-checkout__product:first-child {
  margin-top: 0;
}

@media (min-width: 480px) {
  .express-checkout__product {
    gap: var(--express-checkout-spacing-lg);
  }
}

.express-checkout__product-inner {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: var(--express-checkout-spacing-sm);
}

@media (min-width: 480px) {
  .express-checkout__product-inner {
    gap: var(--express-checkout-spacing-md);
  }
}

.express-checkout__product-image {
  display: none;
}

@media (min-width: 480px) {
  .express-checkout__product-image {
    align-items: center;
    display: flex;
    flex: 0 0 48px;
    justify-content: center;
  }
}

.express-checkout__product-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__product-prices {
  align-items: flex-end;
  display: flex;
  flex: 0 0 20%;
  flex-direction: column;
}

.express-checkout__product-price-standard {
  color: var(--express-checkout-color-gray);
  font-size: 12px;
  margin: 0;
  text-decoration: line-through;
}

.express-checkout__product-price-final {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  white-space: nowrap;
}

.express-checkout__product-price-final ins {
  text-decoration: none;
}

@media (min-width: 480px) {
  .express-checkout__product-price-final {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
  }
}

.express-checkout__gift {
  align-items: center;
  display: flex;
  gap: var(--express-checkout-spacing-sm);
  margin-top: var(--express-checkout-spacing-sm);
}

@media (min-width: 480px) {
  .express-checkout__gift {
    gap: var(--express-checkout-spacing-md);
  }
}

.express-checkout__gift-image {
  display: none;
}

@media (min-width: 480px) {
  .express-checkout__gift-image {
    align-items: center;
    display: flex;
    flex: 0 0 48px;
    justify-content: center;
  }
}

.express-checkout__gift-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__gift-price {
  color: var(--express-checkout-color-green);
  margin: 0 0 0 auto;
}

.express-checkout__pre-authorization-message {
  font-weight: 700;
  margin: 0 0 var(--express-checkout-spacing-lg);
}

.express-checkout__pre-authorization-product {
  align-items: center;
  display: flex;
  gap: var(--express-checkout-spacing-md);
  margin-top: var(--express-checkout-spacing-sm);
}

.express-checkout__pre-authorization-product-image {
  align-items: center;
  display: flex;
  flex: 0 0 48px;
  justify-content: center;
}

.express-checkout__pre-authorization-product-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__pre-authorization-button {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin: var(--express-checkout-spacing-lg) auto 0;
  width: 100%;
}

.express-checkout__pre-authorization-button .btn-conversion:after {
  display: none;
}

@media (min-width: 480px) {
  .express-checkout__pre-authorization-button {
    width: 350px;
  }
}

.express-checkout__quick-payment {
  margin-top: var(--express-checkout-spacing-lg);
}

.express-checkout__quick-payment-title {
  margin: 0 0 var(--express-checkout-spacing-xs);
}

.express-checkout__quick-payment-description {
  margin: 0;
}

.express-checkout__quick-payment-buttons {
  margin-top: var(--express-checkout-spacing-base);
}

.express-checkout__divider {
  display: flex;
  justify-content: center;
  margin-top: var(--express-checkout-spacing-lg);
  position: relative;
}

.express-checkout__divider:before {
  background-color: var(--express-checkout-color-gray);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.express-checkout__divider-text {
  background-color: var(--express-checkout-color-white);
  color: var(--express-checkout-color-gray);
  margin: 0;
  padding: 0 var(--express-checkout-spacing-sm);
  position: relative;
}

.express-checkout__login-footer {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: var(--express-checkout-spacing-xl);
  margin: var(--express-checkout-spacing-lg) auto var(--express-checkout-spacing-base);
  width: 100%;
}

.express-checkout__login-footer .btn-conversion:after {
  display: none;
}

@media (min-width: 480px) {
  .express-checkout__login-footer {
    width: 350px;
  }
}

.express-checkout__login-footer-link {
  margin: 0;
  text-align: center;
}

.express-checkout__login-footer-link a {
  color: var(--color-tertiary-hover);
  text-decoration: underline;
}

.express-checkout__login-footer-link a:focus,
.express-checkout__login-footer-link a:hover {
  color: var(--color-tertiary-hover);
}

.express-checkout__login-title {
  margin: 0 0 var(--express-checkout-spacing-lg);
}

.express-checkout__login-form-group {
  margin: 0;
}

.express-checkout__discount,
.express-checkout__login-form-group+.express-checkout__login-form-group {
  margin-top: var(--express-checkout-spacing-sm);
}

.express-checkout__discount {
  align-items: center;
  display: flex;
  gap: var(--express-checkout-spacing-sm);
  justify-content: space-between;
}

@media (min-width: 480px) {
  .express-checkout__discount {
    padding-left: 60px;
  }
}

.express-checkout__discount--standalone {
  border-top: 1px solid var(--express-checkout-color-gray-light);
  margin-top: var(--express-checkout-spacing-sm);
  padding-left: 0;
  padding-top: var(--express-checkout-spacing-sm);
}

@media (min-width: 480px) {
  .express-checkout__discount--standalone {
    margin-top: var(--express-checkout-spacing-base);
    padding-top: var(--express-checkout-spacing-base);
  }
}

.express-checkout__discount-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__discount-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .express-checkout__discount-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
  }
}

.express-checkout__products-price-total {
  align-items: center;
  border-top: 1px solid var(--express-checkout-color-gray-light);
  display: flex;
  gap: var(--express-checkout-spacing-sm);
  justify-content: space-between;
  margin-top: var(--express-checkout-spacing-sm);
  padding-top: var(--express-checkout-spacing-sm);
}

@media (min-width: 480px) {
  .express-checkout__products-price-total {
    margin-top: var(--express-checkout-spacing-base);
    padding-top: var(--express-checkout-spacing-base);
  }
}

.express-checkout__products-price-total-label {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__products-price-total-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .express-checkout__products-price-total-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
  }
}

.express-checkout__info {
  border: 1px solid var(--express-checkout-color-gray-light);
  border-radius: 8px;
  margin-top: var(--express-checkout-spacing-lg);
  padding: var(--express-checkout-spacing-xs) var(--express-checkout-spacing-base);
}

.express-checkout__info-shipping {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: var(--express-checkout-spacing-md);
  min-height: 46px;
  padding: var(--express-checkout-spacing-md) 0;
}

.express-checkout__info-shipping-inner {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: var(--express-checkout-spacing-md);
}

.express-checkout__info-shipping-image {
  max-width: 48px;
}

.express-checkout__info-shipping-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__info-shipping-price {
  color: var(--express-checkout-color-green);
  margin: 0 0 0 auto;
  white-space: nowrap;
}

.express-checkout__info-shipping-price.is-free {
  text-transform: uppercase;
}

.express-checkout__info-invoicing {
  align-items: center;
  border-top: 1px solid var(--express-checkout-color-gray-light);
  cursor: pointer;
  display: flex;
  gap: var(--express-checkout-spacing-md);
  justify-content: space-between;
  margin-top: var(--express-checkout-spacing-sm);
  min-height: 46px;
  padding: calc(var(--express-checkout-spacing-md) + var(--express-checkout-spacing-sm)) 0 var(--express-checkout-spacing-md);
}

.express-checkout__info-invoicing-inner {
  flex: 1 1 auto;
}

.express-checkout__info-invoicing-name {
  font-weight: 700;
  margin: 0;
}

.express-checkout__info-invoicing-detail {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--express-checkout-color-gray);
  display: -webkit-box;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__info-invoicing-invalid {
  color: var(--express-checkout-color-red);
  margin: 0;
}

.express-checkout__info-billing {
  align-items: center;
  border-top: 1px solid var(--express-checkout-color-gray-light);
  cursor: pointer;
  display: flex;
  gap: var(--express-checkout-spacing-md);
  margin-top: var(--express-checkout-spacing-sm);
  min-height: 46px;
  padding: calc(var(--express-checkout-spacing-md) + var(--express-checkout-spacing-sm)) 0 var(--express-checkout-spacing-md);
}

.express-checkout__info-billing-inner {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: var(--express-checkout-spacing-sm);
}

.express-checkout__info-billing-image {
  max-width: 48px;
}

.express-checkout__info-billing-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.express-checkout__info-icon {
  color: var(--express-checkout-color-gray);
  height: 16px;
  width: 16px;
}

.express-checkout__summary {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin: var(--express-checkout-spacing-lg) auto 0;
  width: 100%;
}

.express-checkout__summary .btn-conversion:after {
  display: none;
}

@media (min-width: 480px) {
  .express-checkout__summary {
    width: 350px;
  }
}

.express-checkout__summary-price {
  font-weight: 700;
  margin: 0 0 var(--express-checkout-spacing-lg);
  text-align: center;
}

.express-checkout__summary-error {
  color: var(--express-checkout-color-red);
  margin: 0 0 var(--express-checkout-spacing-sm);
  text-align: center;
}

.express-checkout__summary-discount {
  align-items: center;
  display: flex;
  gap: var(--express-checkout-spacing-xs);
  justify-content: center;
  margin-top: var(--express-checkout-spacing-xl);
  text-align: center;
}

.express-checkout__summary-discount-button {
  background-color: unset;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.express-checkout__summary-discount-code {
  font-weight: 700;
}

.express-checkout__summary-discount-remove {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-left: var(--express-checkout-spacing-xs);
  padding: 0;
  width: 24px;
}

.express-checkout__summary-discount-remove:before {
  color: var(--express-checkout-color-white);
  font-size: 12px;
  font-weight: 700;
}

.express-checkout__gdpr {
  color: var(--express-checkout-color-gray);
  font-size: 12px;
  margin: var(--express-checkout-spacing-xl) 0 0;
  text-align: center;
}

.express-checkout__gdpr a {
  text-decoration: underline;
}

.express-checkout__gdpr a,
.express-checkout__gdpr a:focus,
.express-checkout__gdpr a:hover {
  color: var(--express-checkout-color-gray);
}

.express-checkout__gdpr span {
  display: block;
}

.express-checkout__shipping-billing {
  display: flex;
  flex-direction: column;
  gap: var(--express-checkout-spacing-md);
  padding: var(--express-checkout-spacing-sm) 0;
}

@media (min-width: 480px) {
  .express-checkout__shipping-billing {
    padding: var(--express-checkout-spacing-xl) var(--express-checkout-spacing-md);
  }
}

.express-checkout__shipping-billing-item-wrapper {
  background-color: var(--express-checkout-color-white) !important;
  border: none;
  padding: 0;
}

.express-checkout__shipping-billing-item {
  gap: var(--express-checkout-spacing-md);
  justify-content: flex-start !important;
  margin-right: 0 !important;
}

.express-checkout__shipping-billing-item-image {
  max-width: 48px;
}

.express-checkout__shipping-billing-item-price {
  color: var(--express-checkout-color-green);
  margin-left: auto;
}

.express-checkout__shipping-billing-item-price.is-free {
  text-transform: uppercase;
}

.express-checkout__shipping-billing-footer {
  align-items: center;
  border-top: 1px solid var(--express-checkout-color-gray-light);
  display: flex;
  gap: var(--express-checkout-spacing-sm);
  justify-content: space-between;
  margin: 0;
  padding: var(--express-checkout-spacing-lg) 0 var(--express-checkout-spacing-xl);
}

@media (min-width: 480px) {
  .express-checkout__shipping-billing-footer {
    margin: 0 var(--express-checkout-spacing-md);
  }
}

.express-checkout__shipping-billing-footer-link {
  color: var(--color-tertiary-hover);
  text-decoration: underline;
}

.express-checkout__shipping-billing-footer-link span {
  font-size: 12px;
}

.express-checkout__shipping-billing-footer-link:focus,
.express-checkout__shipping-billing-footer-link:hover {
  color: var(--color-tertiary-hover);
}

.express-checkout__invoicing h4 i {
  display: none;
}

.express-checkout__invoicing .form-group {
  margin-bottom: var(--express-checkout-spacing-base);
}

.express-checkout__invoicing #shipping-address .box>.form-group {
  align-items: center;
  display: flex;
  gap: var(--express-checkout-spacing-xs);
}

.express-checkout__invoicing #shipping-address .box>.form-group label {
  margin: 0;
}

.express-checkout__invoicing-button {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin: var(--express-checkout-spacing-lg) auto 0;
  width: 100%;
}

.express-checkout__invoicing-button .btn-conversion:after {
  display: none;
}

@media (min-width: 480px) {
  .express-checkout__invoicing-button {
    width: 350px;
  }
}

.express-checkout__discount-coupon {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.express-checkout__discount-coupon .btn-conversion:after {
  display: none;
}

.express-checkout__discount-coupon .btn {
  margin-top: var(--express-checkout-spacing-lg);
  width: 100%;
}

@media (min-width: 480px) {
  .express-checkout__discount-coupon .btn {
    width: 350px;
  }
}

.express-checkout__discount-coupon-input-wrapper {
  width: 100%;
}

.express-checkout__discount-coupon-input-wrapper.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--express-checkout-spacing-sm);
  margin: 0;
}

.express-checkout__discount-coupon-input-wrapper.form-group input.form-control,
.express-checkout__discount-coupon-input-wrapper.form-group label {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.express-checkout__discount-coupon-input-wrapper.form-group label {
  line-height: 1;
  padding: 0;
}

.express-checkout__discount-coupon-input-wrapper .msg-error {
  margin-left: 0;
}

.express-checkout__discount-coupon-label {
  align-self: flex-start;
  margin-bottom: var(--express-checkout-spacing-xs);
  text-align: left;
}

.express-checkout__loading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--express-checkout-spacing-xxl);
  padding: var(--express-checkout-spacing-xxl) 0;
}

.express-checkout__loading-spinner {
  animation: loader 0.5s linear infinite;
  border: 5px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-right: 5px solid var(--express-checkout-color-black);
  height: 64px;
  width: 64px;
}

.express-checkout__loading-text {
  text-align: center;
}

.express-checkout__loading-text.h4 {
  margin: 0;
}

.express-checkout__result {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: var(--express-checkout-spacing-lg) 0;
}

@media (min-width: 480px) {
  .express-checkout__result {
    max-width: 350px;
  }
}

.express-checkout__result-icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 84px;
  justify-content: center;
  width: 84px;
}

.express-checkout__result-icon:before {
  color: var(--express-checkout-color-white);
  font-size: 40px;
}

.express-checkout__result--success .express-checkout__result-icon {
  background-color: var(--express-checkout-color-green);
}

.express-checkout__result--error .express-checkout__result-icon {
  background-color: var(--express-checkout-color-red);
}

.express-checkout__result-title {
  text-align: center;
}

.express-checkout__result-title.h3 {
  margin: var(--express-checkout-spacing-xxl) 0 var(--express-checkout-spacing-lg);
}

.express-checkout__result-description {
  margin: 0;
  text-align: center;
}

.express-checkout__result-button {
  margin-top: var(--express-checkout-spacing-xxl);
  width: 100%;
}

.express-checkout__result-button.btn-conversion:after {
  display: none;
}

.benefitBanner {
  margin: 20px auto;
  width: 100%;
}

@media (min-width: 480px) {
  .benefitBanner {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
}

.benefitBanner--homepage {
  max-width: 460px;
  padding: 0;
}

.benefitBanner__item {
  align-items: center;
  display: flex;
  flex: 1 1 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .benefitBanner__item {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .benefitBanner__item {
    flex: 1 1 25%;
  }
}

.benefitBanner__link {
  align-items: center;
  display: flex;
}

.benefitBanner__link:hover {
  opacity: 0.8;
}

.benefitBanner__picture {
  align-items: center;
  display: flex;
  flex: 0 0 75px;
  margin-right: 10px;
  max-width: 75px;
}

.benefitBanner__picture:only-child {
  flex: 1 1 100%;
  max-width: 100%;
}

.benefitBanner__content {
  overflow: hidden;
  padding-right: 10px;
  word-break: break-word;
}

.benefitBanner__title {
  font-size: 1.1em;
  width: 100%;
}

@media (min-width: 992px) {
  .multiple-columns-body .benefitBanner__item {
    flex: 1 1 50%;
  }
}

@media (min-width: 1200px) {
  .multiple-columns-body .benefitBanner__item {
    flex: 1 1 25%;
  }
}

@media (min-width: 992px) {
  .multiple-columns-body .position--benefitHomepage {
    flex-wrap: wrap;
  }

  .multiple-columns-body .position--benefitHomepage .benefitBanner__item {
    flex: 1 1 33%;
  }
}

.multiple-columns-body .position--benefitProduct {
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 992px) {
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 1 1 33%;
  }
}

.category-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 16px;
}

.category-header form {
  flex: 0 1 auto;
}

.category-header div {
  display: none;
}

.category-header input[type="radio"]+label {
  display: inline-block;
  font-size: 14px;
  margin-right: 1px;
  margin-top: 1px;
  padding: 8px;
}

.category-header input[type="radio"]+label:after,
.category-header input[type="radio"]+label:before {
  display: none;
}

@media (min-width: 768px) {
  .category-header div {
    display: block;
    flex: 1 0 auto;
    font-size: 12px;
    text-align: right;
  }

  .category-header div,
  .category-header input[type="radio"]+label {
    padding-left: 16px;
    padding-right: 16px;
  }

  .carousel {
    margin-bottom: 16px;
  }

  .wide .wide-carousel .carousel {
    margin-top: -20px;
  }

  .multiple-columns-body .wide-carousel .carousel {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.carousel-control {
  text-decoration: none;
}

.carousel-control:before {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  font-size: 28px;
  height: 44px;
  line-height: 40px;
  margin-top: -22px;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 50%;
  width: 44px;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control.left:before {
  content: "\e90b";
  left: 20px;
}

.carousel-control.right:before {
  content: "\e90c";
  right: 20px;
}

.carousel-control:hover {
  text-decoration: none;
}

.flag {
  clear: left;
  display: inline-block;
  filter: alpha(opacity=100);
  float: left;
  font-size: 12px;
  font-weight: 700;
  -webkit-hyphens: none;
  hyphens: none;
  line-height: 1.1;
  margin-bottom: 0.5ex;
  max-width: 100%;
  opacity: 1;
  padding: 4px 8px;
  text-align: center;
  text-transform: none;
  transition: opacity 0.3s ease-out;
  width: auto;
}

@media (max-width: 480px) {
  .flag {
    font-size: 12px;
  }
}

.flags-inline:after,
.flags-inline:before {
  content: " ";
  display: table;
}

.flags-inline:after {
  clear: both;
}

.flags-inline .flag {
  clear: none;
  display: inline-block;
  margin-left: 3px;
}

.flags-inline .flag:first-child {
  margin-left: 0;
}

.flags-extra {
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
}

.highlight-product .flags-extra {
  right: 24px;
}

.flags-extra .flag {
  align-items: center;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  height: 75px;
  -webkit-hyphens: auto;
  hyphens: auto;
  justify-content: center;
  margin-left: -6px;
  text-align: center;
  width: 75px;
  word-break: break-word;
}

.flags-extra .flag .price-save,
.flags-extra .flag .price-standard {
  font-size: 12px;
}

.flags-extra .flag.flag-freeshipping {
  font-size: 9px;
}

.p-image-wrapper .flags-extra {
  right: 8px;
  z-index: 51;
}

@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag {
    border-radius: 50%;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    width: 100px;
  }

  .p-image-wrapper .flags-extra .flag .price-save,
  .p-image-wrapper .flags-extra .flag .price-standard {
    font-size: 14px;
  }

  .p-image-wrapper .flags-extra .flag-freeshipping .icon-van {
    font-size: 70px;
  }

  .p-image-wrapper .flags-extra .flag-text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flags-extra .flag {
    font-size: 9px;
    height: 50px;
    width: 50px;
  }

  .products-additional .flags-extra .price-save,
  .products-additional .flags-extra .price-standard {
    font-size: 9px;
  }
}

.flag-text {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-text {
    font-size: 9px;
    line-height: 9px;
  }
}

.flag-freeshipping .icon-van {
  font-size: 42px;
  margin-bottom: -6px;
  margin-top: -6px;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-freeshipping .icon-van {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.flag-gift .icon-gift {
  font-size: 24px;
  line-height: 42px;
  margin-bottom: -6px;
  margin-top: -6px;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-gift .icon-gift {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

.flag-discount .price-standard {
  display: block;
}

@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block>div .flags-extra .flag {
    border-radius: 0;
    flex-direction: row;
    height: auto;
    margin-bottom: 0;
    margin-right: -8px;
    width: auto;
  }

  .columns-mobile-2 .products-block>div .flags-extra .flag .icon-gift,
  .columns-mobile-2 .products-block>div .flags-extra .flag .icon-van {
    font-size: 14px;
    line-height: 14px;
    margin-left: 3px;
    margin-right: 5px;
  }
}

.languagesMenu {
  position: relative;
}

.languagesMenu.open .languagesMenu__content {
  display: block;
}

.languagesMenu__flags {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  outline: 0;
}

@media (min-width: 768px) {
  .languagesMenu__flags {
    display: none;
  }
}

.languagesMenu__flags .shp-flag {
  margin-right: 5px;
}

.languagesMenu__content {
  display: none;
  left: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 1000;
}

@media (min-width: 768px) {
  .languagesMenu__content {
    background-color: transparent;
    display: flex;
    left: auto;
    position: static;
  }
}

.languagesMenu__box.open .languagesMenu__list {
  display: block;
}

@media (min-width: 768px) {
  .languagesMenu__box {
    position: relative;
  }
}

.languagesMenu__header {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .languagesMenu__header {
    margin-right: 10px;
    padding: 2px 5px;
  }
}

.languagesMenu__header--actual {
  display: none;
}

@media (min-width: 768px) {
  .languagesMenu__header--actual {
    cursor: pointer;
    display: block;
    font-weight: 400;
  }

  .languagesMenu__header--name {
    display: none;
  }
}

.languagesMenu__header .caret {
  margin-left: 5px;
}

.languagesMenu__list {
  list-style-type: none;
  margin: 0;
  min-width: 150px;
  padding: 0;
}

@media (min-width: 768px) {
  .languagesMenu__list {
    display: none;
    left: 0;
    position: absolute;
    z-index: 1002;
  }
}

.languagesMenu .languagesMenu__list__link {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: auto;
  line-height: 30px;
  padding: 0 10px;
  position: static;
  text-align: left;
  width: auto;
  justify-content: flex-start;
}

.languagesMenu__list__name {
  margin-left: 10px;
}

.navigation-buttons {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 0;
  justify-content: flex-end;
  justify-self: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  transition: right 0.3s ease-out;
  gap: 25px;
}

.navigation-buttons a {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 40px;
}

.navigation-buttons a[data-target="search"]:before {
  content: "\e920";
}

.navigation-buttons a[data-target="cart"]:before {
  content: "\e921";
}

.navigation-buttons a[data-target="navigation"]:before {
  content: "\e914";
}

.navigation-buttons a[data-target="login"]:before {
  content: "\e922";
}

.navigation-buttons.id--9 {
  display: none;
}

@media (min-width: 480px) {
  .navigation-buttons a {
    font-size: 20px;
    height: 60px;
    line-height: 56px;
    width: 60px;
  }

  .navigation-window-visible .navigation-buttons {
    margin-right: 0;
    right: 0;
  }

  .navigation-window-visible .navigation-buttons a[data-target="navigation"]:before {
    content: "\e912";
  }
}

@media (min-width: 768px) and (max-width: 767px) {

  .navigation-buttons,
  .navigation-window-visible .navigation-buttons,
  .scrolled .navigation-buttons {
    top: 0;
  }
}

@media (min-width: 768px) {
  .navigation-buttons {
    flex-grow: 0;
    padding-left: 16px;
    position: relative;
    right: auto;
    top: auto;
  }

  .navigation-buttons a {
    height: 46px;
    line-height: 46px;
    width: 46px;
  }
}

.product-slider-holder {
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .product-slider-holder {
    padding: 16px 0;
  }
}

.product-slider-holder.has-navigation {
  padding-left: 32px;
  padding-right: 32px;
}

.product-slider-holder.has-navigation:hover .product-slider-navigation {
  opacity: 1;
}

@media (max-width: 767px) {
  .product-slider-holder.has-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {

  .desktop.one-column-body.columns-1 .product-slider-holder,
  .desktop.one-column-body.columns-2 .product-slider-holder,
  .mobile.multiple-columns-body.columns-1 .product-slider-holder,
  .mobile.multiple-columns-body.columns-2 .product-slider-holder {
    width: 45.45455%;
  }
}

@media (min-width: 1200px) {

  .desktop.one-column-body.columns-1 .product-slider-holder,
  .mobile.multiple-columns-body.columns-1 .product-slider-holder {
    width: 37.03704%;
  }

  .desktop.one-column-body.columns-2 .product-slider-holder,
  .mobile.multiple-columns-body.columns-2 .product-slider-holder {
    width: 66.66667%;
  }

  .desktop.multiple-columns-body.columns-1 .product-slider-holder {
    width: 50%;
  }

  .desktop.multiple-columns-body.columns-2 .product-slider-holder {
    width: 100%;
  }
}

.product-slider-holder .product-slider-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .product-slider-holder .product-slider-pagination {
    margin-top: 0;
  }
}

.product-slider-holder .product-slider-pagination .pagination-button {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 2px;
  line-height: 0;
  margin: 4px;
  outline: none;
  padding: 0;
  width: 32px;
}

.product-slider-holder .product-slider-navigation {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 32px;
  line-height: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.product-slider-holder .product-slider-navigation:before {
  font-size: 20px;
  height: 32px;
  width: 32px;
}

.product-slider-holder .product-slider-navigation.navigation-prev {
  left: 0;
}

.product-slider-holder .product-slider-navigation.navigation-prev:before {
  align-items: center;
  content: "\e90f";
  display: flex;
  justify-content: center;
}

.product-slider-holder .product-slider-navigation.navigation-next {
  right: 0;
}

.product-slider-holder .product-slider-navigation.navigation-next:before {
  align-items: center;
  content: "\e910";
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .product-slider-holder .product-slider-navigation {
    top: 25%;
  }
}

.mobile .product-slider-holder .product-slider-navigation,
.product-slider-holder:hover .product-slider-navigation {
  opacity: 1;
}

.product-slider {
  position: relative;
}

.product-slider .products-block {
  margin: 0;
}

@media (max-width: 767px) {
  .product-slider .products-block>div {
    padding: 5px;
  }
}

.product-slider .price-standard-wrapper,
.product-slider .price-standard-wrapper+.price-save {
  display: none;
}

.products-top {
  margin-bottom: 16px;
}

.products-top>div {
  transition: all 0.3s ease-out;
}

.products-top>div.inactive {
  height: 0;
  overflow: hidden;
  position: absolute;
  transform: scale(0);
}

.products-top>div.revealed {
  transform: scale(1);
}

.social-buttons-wrapper {
  display: flex;
  position: relative;
}

.social-buttons-wrapper .social-buttons {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
}

.social-buttons {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.social-buttons>div {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 5px;
  width: auto;
}

.social-buttons>div iframe {
  vertical-align: middle;
}

.social-buttons>div:last-child {
  padding-right: 0;
}

.social-buttons>div:nth-last-child(2) {
  padding-right: 1em;
}

.social-buttons>div.close-wrapper {
  flex-grow: 1;
  justify-self: flex-end;
  text-align: left;
  text-transform: uppercase;
}

.social-buttons>div.addthis {
  padding-right: 0;
  width: 100%;
}

.social-buttons.no-display {
  display: flex !important;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.shp-tabs-holder {
  border-style: none;
  border-width: 0;
  margin-bottom: 16px;
  margin-top: 0;
  padding-left: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .shp-tabs-holder {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.shp-tabs-holder ul.shp-tabs {
  margin: 0;
  padding: 0;
}

.shp-tabs-holder ul.shp-tabs li {
  display: inline-block;
  list-style: none;
}

.shp-tabs-holder ul.shp-tabs li a {
  border-style: solid none none;
  border-width: 2px 0 0;
  display: block;
  padding: 8px 5px;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .shp-tabs-holder ul.shp-tabs li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .shp-tabs-holder ul.shp-tabs li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.responsive-nav {
  margin-bottom: 16px;
  min-width: 250px;
  position: relative;
}

.responsive-nav .shp-tabs-holder {
  margin-bottom: 0;
}

.responsive-nav .visible-links {
  display: table;
}

.responsive-nav .visible-links>li {
  display: table-cell;
}

.responsive-nav .visible-links>li a {
  white-space: nowrap;
}

.responsive-nav .hidden-links {
  background: inherit;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 100;
}

.responsive-nav .hidden-links>li {
  border-bottom: 1px solid #ccc;
  display: block;
}

.responsive-nav .hidden-links>li a {
  display: block;
  padding: 8px 16px;
}

.responsive-nav .hidden {
  visibility: hidden;
}

.responsive-nav .navigation-btn {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #fff;
  cursor: pointer;
  height: 100%;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.searchWhisperer {
  display: none;
  flex-wrap: wrap;
  left: 0;
  padding: 0 8px 8px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 1003;
}

.searchWhisperer.active {
  display: flex;
}

.popup-widget.search-widget .searchWhisperer.active {
  overflow-y: scroll;
  max-height: inherit;
}

.searchWhisperer__buttonWrapper button.btn.btn-default.searchWhisperer__button.js-searchWhisperer__button {
  color: #172f6f;
  transition: 0.4;
}

.searchWhisperer__buttonWrapper button.btn.btn-default.searchWhisperer__button.js-searchWhisperer__button:hover {
  text-decoration: underline;
  transition: 0.4s;
}

@media (min-width: 768px) {
  .searchWhisperer {
    padding: 32px;
  }
}

.searchWhisperer__products {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .searchWhisperer__products {
    flex-basis: 33.3333%;
    flex-grow: 1;
    margin: 0 auto;
    order: 2;
  }
}

.searchWhisperer__products__heading {
  display: none;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .searchWhisperer__products__heading {
    display: block;
  }
}

.searchWhisperer__products__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .searchWhisperer__products__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.searchWhisperer__products__listItem:nth-child(n + 10) {
  display: none;
}

@media (min-width: 768px) {
  .searchWhisperer__products__listItem {
    flex-basis: 33.3333%;
  }
}

.searchWhisperer__products__listItem--large:nth-child(n + 10) {
  display: block;
}

.searchWhisperer__products__listItem--large:nth-child(n + 13) {
  display: none;
}

@media (min-width: 768px) {
  .searchWhisperer__products__listItem--large {
    flex-basis: 25%;
  }
}

.searchWhisperer__product {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  padding: 4px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 768px) {
  .searchWhisperer__product {
    flex-direction: column;
    justify-content: space-between;
    padding: 4px;
    text-align: center;
  }

  .searchWhisperer__product:hover .searchWhisperer__product__name {
    text-decoration: underline;
  }

  .searchWhisperer__product:hover .searchWhisperer__product__name .product-appendix {
    color: inherit;
  }
}

.searchWhisperer__product__image {
  max-width: 59px;
}

@media (min-width: 768px) {
  .searchWhisperer__product__image {
    max-width: none;
  }
}

.searchWhisperer__product__infoWrapper {
  padding-left: 8px;
}

@media (min-width: 768px) {
  .searchWhisperer__product__infoWrapper {
    padding-left: 0;
  }
}

.searchWhisperer__product__price {
  margin-left: auto;
  padding-left: 8px;
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .searchWhisperer__product__price {
    margin-left: 0;
    margin-top: auto;
    padding-left: 0;
    text-align: center;
  }

  .searchWhisperer__additionalResults {
    flex-basis: 268px;
    margin-right: 32px;
    order: 1;
    padding-right: 16px;
  }

  .searchWhisperer__additionalResults:nth-child(2) {
    border-right-style: solid;
    border-right-width: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .searchWhisperer__additionalResults {
    flex-basis: 218px;
  }
}

.searchWhisperer__additionalResults__heading {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 16px;
}

.searchWhisperer__additionalResults__heading:first-of-type {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .searchWhisperer__additionalResults__heading:first-of-type {
    margin-top: 0;
  }
}

.searchWhisperer__additionalResults__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.searchWhisperer__additionalResults__listItem:focus,
.searchWhisperer__additionalResults__listItem:hover {
  text-decoration: underline;
}

.searchWhisperer__additionalResults__link {
  display: block;
  padding-bottom: 4px;
  padding-top: 4px;
}

.searchWhisperer__buttonWrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  order: 3;
  width: 100%;
}

.searchWhisperer__buttonWrapper .btn.searchWhisperer__button {
  height: auto;
  padding: 16px;
  position: static;
}

.searchWhisperer__button {
  margin-top: 16px;
}

.searchWhisperer__loaderWrapper {
  height: 100px;
  width: 100%;
}

.searchWhisperer__content--empty {
  padding-top: 8px;
}

@media (min-width: 768px) {
  .searchWhisperer__content--empty {
    padding-top: 0;
  }
}

html.cookies-visible {
  min-height: 100vh;
}

.siteCookies {
  background: #000000a6;
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  html.cookies-visible {
    min-height: unset;
  }
}

html.cookies-visible body {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (min-width: 768px) {
  html.cookies-visible body {
    position: unset;
    width: unset;
  }
}

html.cookies-visible body .siteCookies {
  display: none;
}

.siteCookies {
  bottom: 0;
  color: var(--cookies-notice-color);
  font-size: 16px;
  left: 0;
  position: fixed;
  right: 0;
  transition: all 0.4s;
  z-index: 100000001;
}

@media (min-width: 768px) {
  .siteCookies--top {
    background-color: var(--cookies-notice-background);
    bottom: auto;
    top: 0;
  }

  .siteCookies--left {
    bottom: 30px;
    left: 30px;
    right: auto;
  }

  .siteCookies--right {
    bottom: 30px;
    left: auto;
    right: 30px;
  }

  .siteCookies--bottom {
    left: 50%;
    margin-left: -335px;
    width: 670px;
  }

  .siteCookies--bottom.siteCookies--scrolled {
    background-color: #f9f3e7;
    box-shadow: none;
    left: 0;
    margin-left: 0;
    width: 100%;
  }

  .siteCookies--bottom.siteCookies--scrolled .siteCookies__form {
    box-shadow: unset;
  }

  .siteCookies--center {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
  }
}

.siteCookies__form {
  background: #f9f3e7;
  color: #23436c;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 0 30px rgba(27, 25, 57, 0.5);
  padding: 20px 15px 25px;
}

@media (min-width: 768px) {
  .siteCookies__form {
    display: flex;
    margin: 0 auto;
    max-width: 670px;
    padding: 24px;
  }

  .siteCookies--top .siteCookies__form {
    max-width: 800px;
  }

  .siteCookies--left .siteCookies__form,
  .siteCookies--right .siteCookies__form {
    border-radius: 8px;
  }

  .siteCookies--center .siteCookies__form {
    border-radius: 8px;
    flex-direction: column;
    position: relative;
  }
}

.siteCookies__content {
  flex: 1;
}

.siteCookies__text {
  line-height: 22px;
  margin-bottom: 16px;
}

.siteCookies__text a,
.siteCookies__text p {
  color: #23436c;
}

.siteCookies__text a {
  text-decoration: underline;
}

.siteCookies__text a:hover {
  color: var(--cookies-notice-color);
  text-decoration: none;
}

@media (min-width: 768px) {
  .siteCookies__text {
    margin-right: 30px;
  }

  .siteCookies--center .siteCookies__text {
    margin-right: 0;
  }
}

.siteCookies__links {
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .siteCookies__links {
    margin-bottom: 0;
    text-align: left;
  }

  .siteCookies--center .siteCookies__links {
    bottom: 24px;
    max-width: 30%;
    position: absolute;
  }
}

.siteCookies__link {
  background: #e5ce99;
  color: #23436c;
  border: 0px;
  border-radius: 0px;
  display: block;
  font-weight: 700;
  line-height: 44px;
  padding: 0 15px;
  text-decoration: none;
  width: 100%;
  transition: 0.4s;
}

@media (hover: hover) {

  .siteCookies__link:hover,
  .siteCookies__button:hover {
    background: #23436c;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .siteCookies__link {
    display: inline-block;
    width: auto;
  }
}

.siteCookies__buttonWrap {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

@media (min-width: 768px) {
  .siteCookies--center .siteCookies__buttonWrap {
    align-self: flex-end;
    max-width: 67%;
  }
}

.siteCookies__button {
  background: #e5ce99;
  color: #23436c;
  border: 0;
  border-radius: 0px;
  display: block;
  font-weight: 700;
  line-height: 48px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 768px) {
  .siteCookies--center .siteCookies__button {
    margin: 0;
    width: auto;
  }
}

@media (min-width: 992px) {
  .siteCookies__button {
    transition: all 0.4s;
  }
}

#cboxContent.cookiesDialog {
  background-color: #f8fafb;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #cboxContent.cookiesDialog {
    bottom: 10px;
    height: auto !important;
    left: 10px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 10px;
  }

  #cboxContent.cookiesDialog #cboxLoadedContent {
    height: 100% !important;
    padding: 0;
  }
}

.template-14 #cboxContent.cookiesDialog .colorbox-html-content {
  border: 1px solid #e5e8ea;
}

.template-14 #cboxContent.cookiesDialog #cboxClose {
  right: 2px;
  top: 2px;
}

.cookiesSetting__form {
  padding: 10px;
}

.cookiesSetting__title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.cookiesSetting__perex {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.cookiesSetting__item {
  border-bottom: 1px solid #e5e8ea;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .cookiesSetting__item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}

.cookiesSetting__item:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .cookiesSetting__item__col2 {
    margin-left: 10px;
  }
}

.cookiesSetting__item__name {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.cookiesSetting__item__text {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .cookiesSetting__item__text {
    margin-bottom: 0;
  }
}

.cookiesSetting__item__status {
  border: 1px solid #e5e8ea;
  border-radius: 8px;
  display: block;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 20px 10px 35px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.cookiesSetting__item__status:hover {
  background: #f8fafb;
  border: 1px solid #e5e8ea;
  color: #252525;
}

@media (min-width: 768px) {
  .cookiesSetting__item__status {
    margin: 0;
    padding: 10px 15px;
  }
}

.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state {
  padding-left: 40px;
}

.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:before {
  left: 10px;
}

.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after {
  left: 12px;
}

.template-07 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after {
  left: 13px;
}

.template-10 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after,
.template-13 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after,
.template-14 .cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after {
  left: 11px;
}

.cookiesDialog #cboxClose {
  background-color: #f8fafb !important;
  border-radius: 8px;
}

.cookiesSetting__data {
  background-color: #fff;
  border: 1px solid #e5e8ea;
  border-radius: 4px;
  padding: 0 20px;
}

.cookiesSetting__bottom {
  text-align: center;
}

@media (min-width: 768px) {
  .cookiesSetting__bottom {
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
    text-align: left;
  }
}

.cookiesSetting__uncheck {
  display: block;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .cookiesSetting__uncheck {
    flex: 1;
    margin: 0;
  }
}

.cookiesSetting__uncheckLink {
  background-color: transparent;
  border: 2px solid #11111f;
  border-radius: 4px;
  color: #11111f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.cookiesSetting__uncheckLink:hover {
  background: #e5e8ea;
  color: #383742;
}

@media (min-width: 768px) {
  .cookiesSetting__uncheckLink {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}

.cookiesSetting__button {
  border: 0;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 15px;
  width: 100%;
}

.cookiesSetting__button,
.cookiesSetting__button:hover {
  background-color: #11111f;
  color: #fff;
}

@media (min-width: 768px) {
  .cookiesSetting__button:hover {
    opacity: 0.9;
  }

  .cookiesSetting__button {
    display: inline-block;
    width: auto;
  }
}

.cookiesSetting__button--green {
  background-color: #007c47;
  margin-top: 10px;
}

.cookiesSetting__button--green:hover {
  background-color: #007c47;
  color: #fff;
}

@media (min-width: 768px) {
  .cookiesSetting__button--green {
    margin-left: 15px;
    margin-top: 0;
  }
}

#cboxOverlay.siteAgreement {
  z-index: 100000002;
}

#colorbox.siteAgreement {
  z-index: 100000003;
}

@media (max-width: 767px) {
  #colorbox.cookiesDialogWrapper {
    top: 0 !important;
  }
}

.popup-widget {
  position: fixed;
  z-index: 56;
}

.popup-widget h2 {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .popup-widget {
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget,
  .popup-widget.search-widget {
    top: 60px;
  }
}

@media (min-width: 992px) {
  .popup-widget {
    bottom: auto;
    left: 50%;
    margin-left: -50px;
    max-height: 520px;
    padding-top: 0;
    position: absolute;
    width: 500px;
  }

  .popup-widget:before {
    border-left-style: none;
    border-left-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    box-shadow: none;
    content: "";
    height: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    transition: right 0.3s ease-out;
    width: 0;
    z-index: 1;
  }

  .popup-widget.cart-widget {
    border-style: none;
    border-width: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    margin-top: 0;
    padding-top: 0;
    top: 60px;
  }

  .popup-widget.cart-widget:before {
    right: 0;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 85px;
  }

  .scrolled .template-10.admin-logged .popup-widget.cart-widget {
    top: 60px;
  }

  .scrolled .popup-widget.cart-widget:before {
    right: 0;
  }

  .popup-widget.cart-widget:before {
    top: -8px;
  }

  .ajax-pending .popup-widget.cart-widget:before {
    top: 50%;
  }

  .popup-widget.search-widget {
    margin-left: -160.666988px;
    top: 60px;
    width: 642.666988px;
  }

  .popup-widget.search-widget:before {
    right: 0;
  }

  .admin-logged .popup-widget.search-widget {
    top: 85px;
  }

  .scrolled .template-10.admin-logged .popup-widget.search-widget {
    top: 60px;
  }

  .scrolled .popup-widget.search-widget:before {
    right: 0;
  }

  .popup-widget.login-widget {
    top: 60px;
  }

  .popup-widget.login-widget:before {
    right: 0;
  }

  .admin-logged .popup-widget.login-widget {
    top: 85px;
  }

  .scrolled .template-10.admin-logged .popup-widget.login-widget {
    top: 60px;
  }

  .scrolled .popup-widget.login-widget:before {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .popup-widget {
    margin-left: 53px;
  }

  .popup-widget.search-widget {
    margin-left: -195.00039px;
    width: 780.00039px;
  }
}

@media (min-width: 1440px) {
  .popup-widget {
    margin-left: 324px;
  }

  .popup-widget.search-widget {
    margin-left: -285.333904px;
    width: 1141.333904px;
  }
}

@media (min-width: 992px) and (min-height: 800px) {
  .popup-widget.search-widget {
    max-height: 720px;
  }
}

.popup-widget-inner {
  height: 100%;
  width: 100%;
}

.cart-widget .popup-widget-inner+.cart-widget-button {
  display: none;
}

.cart-widget .popup-widget-inner.full+.cart-widget-button {
  display: block;
}

.login-widget .popup-widget-inner,
.search-widget .popup-widget-inner {
  padding: 16px;
}

.popup-widget-inner .tooltip-inner {
  max-width: 130px;
}

.popup-widget-inner .cart-widget-products {
  overflow: auto;
}

@media (min-width: 992px) {
  .popup-widget-inner:not(.cart-widget-inner) {
    border-style: none;
    border-width: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  }

  .popup-widget-inner .cart-widget-products {
    max-height: 362px;
  }
}

@media (max-width: 991px) {
  .popup-widget-inner .cart-widget-products {
    height: calc(100% - 120px);
  }
}

.cart-widget-product {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: table;
  padding: 8px;
  table-layout: fixed;
  width: 100%;
}

.cart-widget-product>div {
  display: table-cell;
  vertical-align: middle;
}

.cart-widget-product>div.cart-widget-product-unit {
  display: table-cell;
}

.cart-widget-product:last-child {
  border-bottom-style: none;
}

.cart-widget-product-image {
  height: 59px;
  text-align: center;
  width: 76px;
}

.cart-widget-product-image a {
  display: inline-block;
  height: 59px;
}

.cart-widget-product-image img {
  max-height: 100%;
}

.cart-widget-product-amount,
.cart-widget-product-unit {
  padding-right: 8px;
}

.cart-widget-product-amount {
  padding-left: 8px;
  padding-right: 8px;
  width: 70px;
}

.cart-widget-product-unit {
  width: 40px;
}

.cart-widget-product-name>strong {
  display: block;
}

.cart-widget-product-name>span {
  font-weight: 700;
}

.cart-widget-product .cart-widget-product-surcharges,
.cart-widget-product .cart-widget-product-variant {
  display: block;
  font-size: smaller;
  font-weight: 500;
}

.cart-widget-product-delete {
  padding-left: 5px;
  width: 24px;
}

.cart-widget-product-delete button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  width: 24px;
}

.cart-widget-product-delete button:before {
  color: #d63500 !important;
  content: "\e912";
}

.cart-widget-button {
  padding: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .cart-widget-button {
    bottom: 0;
    left: 1px;
    position: absolute;
    right: 1px;
  }
}

@media (min-width: 992px) {
  .cart-widget-button {
    position: relative;
  }
}

.cart-free-shipping {
  bottom: 0;
  display: table;
  height: 56px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}

.cart-free-shipping>div {
  display: table-cell;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}

.login-wrapper {
  padding-bottom: 16px;
  padding-top: 16px;
}

.login-wrapper:after,
.login-wrapper:before {
  content: " ";
  display: table;
}

.login-wrapper:after {
  clear: both;
}

.login-wrapper .btn {
  float: right;
}

.login-wrapper .btn:before {
  display: none;
}

.login-wrapper .password-helper {
  float: left;
  width: 55%;
}

.login-wrapper .password-helper a {
  clear: left;
  float: left;
}

.login-wrapper .password-helper a+a {
  padding-top: 5px;
}

.user-action .user-action-in>div {
  display: none;
}

.cart-window-visible .user-action .user-action-in>div.user-action-cart,
.login-window-visible .user-action .user-action-in>div.user-action-login,
.register-window-visible .user-action .user-action-in>div.user-action-register,
.search-window-visible .user-action .user-action-in>div.user-action-search {
  display: block;
}

.content-wrapper.container .row>div.next-to-carousel-banners,
.content-wrapper.container .row>div.wide-carousel {
  padding: 0;
}

.banner-wrapper {
  position: relative;
}

.carousel-inner .item>a>img,
.carousel-inner .item>img {
  width: 100%;
}

.carousel .extended-banner-texts,
.next-to-carousel-banners .extended-banner-texts {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 16px;
}

@media (min-width: 992px) {

  .carousel .extended-banner-texts,
  .next-to-carousel-banners .extended-banner-texts {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    bottom: 0;
    font-size: 16px;
    left: 32px;
    line-height: 24px;
    max-height: 90%;
    min-height: 50%;
    padding: 40px;
    position: absolute;
    width: 64%;
  }
}

@media (min-width: 1200px) {

  .carousel .extended-banner-texts,
  .next-to-carousel-banners .extended-banner-texts {
    left: 64px;
  }
}

.carousel .extended-banner-texts>span,
.next-to-carousel-banners .extended-banner-texts>span {
  display: block;
  margin-bottom: 16px;
}

.carousel .extended-banner-texts .extended-banner-title,
.next-to-carousel-banners .extended-banner-texts .extended-banner-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

@media (min-width: 1200px) {

  .carousel .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
  }
}

.carousel .extended-banner-texts .extended-banner-link,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}

.carousel .extended-banner-texts .extended-banner-link:after,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link:after {
  content: "\e910";
  font-size: 12px;
  margin-left: 1em;
}

.carousel .extended-banner-texts .extended-banner-text,
.next-to-carousel-banners .extended-banner-texts .extended-banner-text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  letter-spacing: 0.8px;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-word;
}

.carousel .extended-banner-texts:empty,
.next-to-carousel-banners .extended-banner-texts:empty {
  display: none;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .carousel .extended-banner-texts {
    min-height: 80%;
    padding: 64px;
    width: 40%;
  }

  .carousel .extended-banner-texts>span {
    margin-bottom: 16px;
  }
}

.carousel .extended-banner-texts .extended-banner-link {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  padding: 16px;
}

@media (min-width: 1200px) {
  .carousel .extended-banner-texts .extended-banner-link {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 16px;
  }
}

.carousel .extended-banner-texts .extended-banner-link:after {
  content: "\e90c";
}

.carousel .extended-banner-texts .extended-banner-text {
  margin-bottom: 40px;
}

.next-to-carousel-banners {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .next-to-carousel-banners {
    flex-flow: row;
  }
}

.next-to-carousel-banners .extended-banner-texts .extended-banner-title {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 1200px) {
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.carousel {
  margin-bottom: 0;
}

.carousel-control {
  opacity: 0;
  pointer-events: none;
  width: 10%;
}

.carousel-control.left:before,
.carousel-control.right:before {
  font-size: 20px;
}

.carousel-control.left:before {
  content: "\e90f";
}

.carousel-control.right:before {
  content: "\e910";
}

.carousel:hover .carousel-control {
  opacity: 1;
}

.carousel-control:before {
  pointer-events: auto;
  top: 50px;
}

@media (min-width: 480px) {
  .carousel-control:before {
    top: 80px;
  }
}

@media (min-width: 768px) {
  .carousel-control:before {
    top: 150px;
  }
}

@media (min-width: 992px) {
  .carousel-control:before {
    top: 50%;
  }
}

.banner-category,
.homepage-banners-full-width .banner-wrapper {
  text-align: center;
}

.banner-category img,
.homepage-banners-full-width .banner-wrapper img {
  margin: auto;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.banner-category>a,
.homepage-banners-full-width .banner-wrapper>a {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  text-align: left;
}

@media (min-width: 992px) {

  .banner-category>a,
  .homepage-banners-full-width .banner-wrapper>a {
    flex-flow: row-reverse;
    justify-content: flex-start;
  }

  .banner-category>a img,
  .homepage-banners-full-width .banner-wrapper>a img {
    flex: 0 0 50%;
    margin: 0;
    width: 50%;
  }
}

.banner-category>a .extended-banner-texts,
.homepage-banners-full-width .banner-wrapper>a .extended-banner-texts {
  display: block;
  padding: 16px;
  width: 100%;
}

@media (min-width: 992px) {

  .banner-category>a .extended-banner-texts,
  .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts {
    max-width: 370px;
    padding: 32px;
  }
}

@media (min-width: 1200px) {

  .banner-category>a .extended-banner-texts,
  .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts {
    max-width: 585px;
  }
}

@media (min-width: 1440px) {

  .banner-category>a .extended-banner-texts,
  .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts {
    max-width: 856px;
    padding: 32px 96px;
  }

  .multiple-columns-body .banner-category>a .extended-banner-texts,
  .multiple-columns-body .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts {
    padding: 32px;
  }
}

.banner-category>a .extended-banner-texts>span,
.homepage-banners-full-width .banner-wrapper>a .extended-banner-texts>span {
  display: block;
}

.banner-category>a .extended-banner-texts .extended-banner-title,
.homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

@media (min-width: 1200px) {

  .one-column-body .banner-category>a .extended-banner-texts .extended-banner-title,
  .one-column-body .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
  }
}

.banner-category>a .extended-banner-texts .extended-banner-text,
.homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-text {
  margin-bottom: 16px;
}

@media (min-width: 992px) {

  .banner-category>a .extended-banner-texts .extended-banner-text,
  .homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-text {
    margin-bottom: 32px;
  }
}

.banner-category>a .extended-banner-texts .extended-banner-link,
.homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-link {
  align-items: center;
  display: flex;
  font-weight: 600;
  justify-content: flex-start;
}

.banner-category>a .extended-banner-texts .extended-banner-link:after,
.homepage-banners-full-width .banner-wrapper>a .extended-banner-texts .extended-banner-link:after {
  content: "\e910";
  margin-left: 1em;
}

@media (min-width: 992px) {

  .banner-category>a.extended-empty img,
  .homepage-banners-full-width .banner-wrapper>a.extended-empty img {
    flex: 0 0 100%;
    width: 100%;
  }
}

.banner-category>a.extended-empty .extended-banner-texts,
.homepage-banners-full-width .banner-wrapper>a.extended-empty .extended-banner-texts {
  display: none;
}

.banner-category>span,
.homepage-banners-full-width .banner-wrapper>span {
  display: block;
  margin: 0 auto;
  padding: 16px;
}

@media (min-width: 992px) {

  .banner-category>span,
  .homepage-banners-full-width .banner-wrapper>span {
    max-width: 739px;
  }
}

@media (min-width: 1200px) {

  .banner-category>span,
  .homepage-banners-full-width .banner-wrapper>span {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {

  .banner-category>span,
  .homepage-banners-full-width .banner-wrapper>span {
    max-width: 1712px;
  }
}

@media (min-width: 992px) {

  .banner-category:nth-child(odd)>a,
  .homepage-banners-full-width.footer-banners .banner-wrapper>a {
    flex-flow: row;
  }
}

.benefitBanner {
  margin: 40px auto;
}

.benefitBanner .benefitBanner__item,
.benefitBanner .benefitBanner__link {
  align-items: center;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.benefitBanner .benefitBanner__title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.benefitBanner .benefitBanner__picture {
  flex: 0 0 64px;
  height: 64px;
  margin: 16px;
}

.benefitBanner .benefitBanner__picture:only-child {
  flex: 0 0 100%;
  height: 100%;
}

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

.benefitBanner .benefitBanner__content {
  padding: 0 16px;
}

.benefitBanner .benefitBanner__data {
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 1200px) {

  .multiple-columns-body .position--benefitHomepage .benefitBanner__item,
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 1 1 25%;
  }
}

@media (min-width: 768px) {
  .blog-wrapper {
    align-items: stretch;
  }

  .blog-wrapper--fullNews {
    align-items: flex-start;
  }
}

.blog-wrapper h2 {
  flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blog-wrapper .news-item {
    display: flex;
    min-height: 195px;
  }
}

@media (min-width: 1200px) {
  .blog-wrapper .news-item {
    flex-basis: 33.333%;
    width: 33.333%;
  }
}

@media (min-width: 768px) {
  .blog-wrapper .news-item>a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .blog-wrapper .news-item .image {
    display: flex;
  }
}

.blog-wrapper .news-item .image img {
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .blog-wrapper .news-item .image img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .blog-wrapper .news-item .text {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 16px;
    transition: all 0.3s ease-out;
  }
}

.type-posts-listing .sectionDescription {
  margin-top: 20px;
}

.type-posts-listing .blog-wrapper .news-item {
  width: 100%;
}

.type-posts-listing .blog-wrapper .news-item {
  width: 100%;
}


.type-posts-listing .blog-wrapper {
  flex-direction: column;
}


.type-posts-listing .news-item .image {
  width: 370px;
}

.type-posts-listing .blog-wrapper .news-item>a {
  flex-direction: row;
}

.type-posts-listing .blog-wrapper .news-item .read-article {
  align-items: start;
  display: flex;
  margin: 8px 0 0;
  max-width: 200px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
  margin-inline: initial !important;
}

@media (min-width: 768px) {
  .blog-wrapper .news-item--noImage .text {
    position: static;
  }
}

.blog-wrapper .news-item .title {
  font-weight: 600;
}

@media (min-width: 768px) {
  .blog-wrapper .news-item .title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
  }
}

@media (min-width: 1440px) {
  .blog-wrapper .news-item .title {
    -webkit-line-clamp: 2;
  }
}

.blog-wrapper .news-item .title:hover {
  text-decoration: none;
}

.blog-wrapper .news-item .title-link {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .blog-wrapper .news-item .title-link {
    margin-top: 0;
  }
}

.blog-wrapper .news-item .description {
  line-height: inherit;
  overflow: auto;
}

.blog-wrapper .news-item time {
  margin: 8px 0 0;
}

.blog-wrapper .news-item .read-article {
  align-items: center;
  display: flex;
  margin: 8px 0 0;
}

.blog-wrapper .news-item .read-article i {
  display: none;
}

@media (min-width: 768px) {
  .homepage-blog-wrapper {
    padding: 48px 0;
  }
}

@media (min-width: 1200px) {
  .homepage-blog-wrapper .news-item {
    flex-basis: 50%;
    width: 50%;
  }

  .one-column-body .homepage-blog-wrapper .news-item .image+.text {
    padding: 32px;
  }

  .homepage-blog-wrapper .news-item .read-article,
  .one-column-body .homepage-blog-wrapper .news-item .description,
  .one-column-body .homepage-blog-wrapper .news-item time {
    margin: 16px 0 0;
  }
}

.news-item-detail .btn {
  margin: 0 8px;
}

.breadcrumbs {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 16px;
  padding: 16px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .category-top .breadcrumbs {
    display: block;
    padding: 24px 0;
    text-align: center;
  }
}

.breadcrumbs .navigation-bullet {
  font-weight: 400;
  padding: 0 4px;
}

.navigation-home-icon {
  align-items: center;
  display: inline-flex;
}

.navigation-home-icon:after,
.navigation-home-icon:before {
  content: "\e91f";
}

#categories a {
  border-radius: 8px;
}

#categories .categories .topic.active>a {
  font-weight: 700;
}

#categories .expandable.expanded>ul {
  padding: 8px 0;
}

#content .filters-wrapper>div:first-of-type,
#footer .filters-wrapper>div:first-of-type {
  text-align: left;
}

.slider-header .from,
.slider-header .to {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

@media (min-width: 768px) {
  .customer-page .content {
    border-radius: 8px;
    padding: 40px 32px 0;
  }
}

.customer-page .sidebar-inner {
  border: 0;
  margin: 16px 0;
  padding: 16px;
}

@media (min-width: 992px) {
  .customer-page .sidebar-inner {
    margin-top: 0;
  }
}

.customer-page .sidebar-inner .client-center-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.customer-page .sidebar-inner .client-center-box ul li {
  margin-top: 8px;
  padding: 8px 16px;
  font: normal normal normal 17px / 17px Poppins;
  letter-spacing: 0px;
}

.customer-page .sidebar-inner .client-center-box ul li:first-child {
  float: left;
  max-width: calc(100% - 100px);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-page .sidebar-inner .client-center-box ul li:nth-child(3) {
  clear: both;
}

.customer-page .sidebar-inner .client-center-box ul li.active {
  border-radius: 8px;
  font-weight: 700;
}

.customer-page .sidebar-inner .client-center-box ul .logout {
  float: right;
  margin-bottom: 0;
}

.customer-page .sidebar-inner .client-center-box ul .logout .btn {
  padding: 5px 0;
}

.customer-page .content {
  margin: 16px 0;
  padding: 32px 16px;
}

@media (min-width: 768px) {
  .customer-page .content {
    margin: 0 0 16px 32px;
    padding: 40px;
  }
}

.customer-page .content .co-box {
  margin-bottom: 32px;
}

.customer-page .content h1 {
  word-wrap: break-word;
  font: normal normal bold 33px / 24px Poppins !important;
  letter-spacing: 0px !important;
  color: #e5ce99 !important;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .customer-page .content h1 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 38px;
  }
}

.blank-mode .customer-page .content h1,
.customer-page .content h2 {
  font-family: var(--template-headings-font), sans-serif;
}

.customer-page .content h2 {
  word-wrap: break-word;
  color: var(--color-tertiary-hover);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  line-height: 23px;
  margin-bottom: 24px;
  margin-top: 40px;
  text-transform: none;
}

@media (min-width: 768px) {
  .customer-page .content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
}

.blank-mode .customer-page .content h2 {
  font-family: var(--template-headings-font), sans-serif;
}

.customer-page .content h4>i {
  display: none;
}

.customer-page .content table {
  border-collapse: separate;
  border-style: solid;
  border-width: 1px;
  margin: 16px 0;
  background: white;
  overflow: hidden;
}

.customer-page .content table thead {
  font-size: 12px;
  text-transform: uppercase;
}

.customer-page .content table thead td,
.customer-page .content table thead th {
  vertical-align: bottom;
}

.customer-page .content table tbody td,
.customer-page .content table tbody th {
  vertical-align: middle;
}

.customer-page .content table td,
.customer-page .content table th {
  padding: 16px 8px;
  text-align: left;
}

@media (max-width: 1199px) {
  .customer-page .content table.table-mobile-enriched {
    border: none;
  }

  .customer-page .content table.table-mobile-enriched .client-table-heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: baseline;
  }

  .customer-page .content table.table-mobile-enriched thead {
    display: none;
    visibility: hidden;
  }

  .customer-page .content table.table-mobile-enriched tbody tr {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 24px;
  }

  .customer-page .content table.table-mobile-enriched tbody td {
    align-items: baseline;
    padding: 8px;
  }

  .customer-page .content table.table-mobile-enriched tbody td .status {
    padding: 4px 24px;
    width: auto;
  }

  .customer-page .content table.table-mobile-enriched tbody td:empty {
    display: none;
  }

  .customer-page .content table.table-md-50 tbody tr {
    display: table-row;
  }
}

@media (max-width: 1439px) {
  .customer-page .content table.table-md-50 {
    width: 100% !important;
  }
}

.customer-page .content table.customer-discussions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.customer-page .content table.customer-discussions ul li:first-child,
.customer-page .content table.customer-discussions ul li:nth-child(2) span {
  font-weight: 700;
}

.customer-page .content .status {
  border-radius: 8px;
  display: inline-block;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1199px) {
  .customer-page .content .table-mobile-enriched .status {
    padding: 5px 10px;
    width: auto;
  }
}

.customer-page .content #register-form>.co-box:first-child>.box>h4 {
  margin-top: 0;
}

.customer-page .content #register-form input[type="submit"] {
  padding: 16px;
}

.slider-content {
  margin-bottom: 32px;
}

.filter-sections {
  padding: 0;
}

.filter-sections .filter-section {
  padding-bottom: 16px;
  padding-top: 0;
}

.filter-sections .filter-section.filter-section-button,
.filter-sections .filter-section.filter-section-count {
  padding-bottom: 0;
}

.filter-sections .filter-section #clear-filters {
  margin-bottom: 16px;
}

.filter-sections .filter-section:only-child {
  padding-bottom: 0;
}

.filter-sections .filter-section h4 {
  margin-top: 24px;
  font: normal normal bold 24px / 24px Poppins !important;
  letter-spacing: 0px !important;
  color: #e5ce99 !important;
  text-transform: uppercase;
}

#content .filter-section fieldset div label:not(.advanced-parameter),
#footer .filter-section fieldset div label:not(.advanced-parameter) {
  padding-bottom: 8px;
  padding-top: 8px;
}

#content .filter-section fieldset div label.advanced-parameter,
#footer .filter-section fieldset div label.advanced-parameter {
  margin: 0 8px 8px 0;
}

.filters-wrapper .filters-unveil-button-wrapper {
  align-items: center;
  display: none;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  right: 0;
}

.filters-wrapper .filters-unveil-button-wrapper .unveil-button {
  font-weight: 600;
  padding: 16px 24px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
  z-index: 1;
}

@media (min-width: 992px) {

  .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper .unveil-button,
  .one-column-body .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .multiple-columns-body.desktop .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
    width: auto;
  }
}

.filters-wrapper .filters-unveil-button-wrapper i {
  display: none;
}

#content .filters-wrapper {
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  #content .filters-wrapper {
    padding: 0 8px;
  }
}

#content .filters-wrapper .filters-unveil-button-wrapper {
  display: flex;
}

@media (min-width: 992px) {

  .multiple-columns-body.mobile #content .filters-wrapper,
  .one-column-body #content .filters-wrapper {
    margin-bottom: 32px;
  }

  .multiple-columns-body.mobile #content .filters-wrapper .filters-unveil-button-wrapper,
  .one-column-body #content .filters-wrapper .filters-unveil-button-wrapper {
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .multiple-columns-body.desktop #content .filters-wrapper {
    margin-bottom: 32px;
  }

  .multiple-columns-body.desktop #content .filters-wrapper .filters-unveil-button-wrapper {
    display: inline-flex;
  }
}

#content #filters {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  margin-top: 16px;
  padding: 24px;
}

@media (min-width: 992px) {
  #content #filters {
    margin-top: 32px;
  }
}

#content .slider-wrapper>h4 {
  font: normal normal bold 33px / 24px Poppins !important;
  letter-spacing: 0px !important;
  color: #e5ce99 !important;
  text-transform: uppercase;
  margin-top: 5px;
}

#content .sidebar #filters {
  border-width: 0;
  padding: 0;
}

#content .sidebar .filters-wrapper {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}

#content .sidebar .filters-wrapper .filters-unveil-button-wrapper {
  display: none !important;
}

#content .sidebar .slider-wrapper>h4 {
  margin-top: 24px;
}

#footer .filters-wrapper {
  text-align: center;
}

#footer .filters-wrapper .filters-unveil-button-wrapper {
  display: inline-flex;
  margin-right: -8px;
}

#footer #category-filter-hover .filter-section:first-child,
#footer .filter-section+.filter-section {
  border-top-width: 0;
}

@media (min-width: 480px) {
  #footer .filter-section fieldset div {
    width: 50%;
  }
}

#footer .advanced-filters-wrapper {
  padding-bottom: 5px;
}

#footer #clear-filters {
  text-align: left;
}

.footer-newsletter {
  margin: auto;
  padding: 24px 8px;
  text-align: center;
  gap: 60px;
  display: flex;
  max-width: unset;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer-newsletter {
    padding: 80px 16px;
  }
}

.footer-newsletter .btn.btn-arrow-right:before {
  display: none;
}

.footer-newsletter .subscribe-form .sr-only {
  clip: auto;
  border: none;
  height: auto;
  margin: inherit;
  overflow: auto;
  padding: inherit;
  position: relative;
  width: auto;
}

.footer-newsletter .compact-form .btn,
.footer-newsletter .form-control {
  height: 40px;
}

@media (min-width: 768px) {

  .footer-newsletter .compact-form .btn,
  .footer-newsletter .form-control {
    height: 64px;
  }
}

@media (max-width: 767px) {
  .footer-newsletter .subscribe-form.compact-form .btn {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 16px;
    position: relative;
  }
}

.footer-newsletter .form-control {
  padding-left: 16px;
  padding-right: 130px;
}

.footer-newsletter h2 {
  margin-top: 0;
  text-align: left;
  font: normal normal bold 33px/24px Poppins;
  letter-spacing: 0px;
}

.footer-newsletter .form-group [type="hidden"]+label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 16px;
}

.footer-newsletter fieldset>br {
  display: none;
}

.system-footer {
  padding-bottom: 16px;
  padding-top: 16px;
}

.system-footer+.footer-rows {
  margin-top: -16px;
}

@media (min-width: 768px) {
  .system-footer {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .system-footer+.footer-rows {
    margin-top: -32px;
  }
}

.footer-links .footer-link {
  padding: 0 16px;
}

.footer-bottom-full-width {
  padding-bottom: 16px;
  padding-top: 16px;
}

.footer-rows .custom-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .footer-rows .custom-footer {
    flex-direction: row;
    padding-bottom: 32px;
  }
}

.footer-rows .custom-footer>div {
  flex-basis: 100%;
  padding-top: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-rows .custom-footer>div {
    flex-basis: 50%;
    padding-top: 32px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .footer-rows .custom-footer>div {
    flex-basis: 25%;
    width: 25%;
  }
}

.footer-rows .custom-footer ul {
  list-style: none;
  margin: 8px 0;
  padding: 0;
}

.footer-rows .custom-footer ul li {
  padding-bottom: 5px;
}

.footer-rows .custom-footer .contact-box ul li {
  padding-bottom: 0;
}

.footer-rows .custom-footer .login-wrapper {
  padding: 0;
}

.footer-rows .custom-footer .stars {
  width: auto;
}

.footer-rows .custom-footer .stars .star {
  margin-right: 5px;
}

.footer-rows .custom-footer .stars .star:last-child {
  margin-right: 0;
}

.footer-rows .custom-footer .votes-wrap {
  margin-top: 0;
}

.footer-rows .custom-footer .vote-rating .vote-name {
  font-size: 14px;
  margin-bottom: 0;
}

.footer-rows .custom-footer .vote-content {
  display: none;
}

.footer-rows .custom-footer .vote-product-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.footer-rows .custom-footer h4 {
  margin-bottom: 16px;
}

.footer-rows .custom-footer h4>span:after {
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  margin: 16px 0;
  width: 40px;
}

.footer-rows .custom-footer .news-item-widget {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .system-footer+.footer-rows .custom-footer>div {
    padding-top: 16px;
  }
}

.contact-box ul li {
  padding: 0;
}

.contact-box ul li>span {
  padding-left: 0;
}

.contact-box ul li>span:before {
  display: inline-block;
  font-size: 24px;
  height: 46px;
  line-height: 46px;
  position: relative;
  vertical-align: middle;
  width: 46px;
}

.contact-box .social-icon-list {
  display: inline-block;
  padding-top: 10px;
}

.footer-bottom {
  align-items: center;
  display: flex;
  flex-flow: column;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-flow: row;
    justify-content: space-between;
    text-align: left;
  }

  .footer-bottom>span {
    width: 50%;
  }
}

.footer-bottom #signature {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-bottom #signature {
    padding-top: 24px;
  }
}

.footer-bottom #signature img {
  margin-right: 1ex;
}

.footer-bottom .eet-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom .eet-message {
    text-align: left;
  }
}

body:not(.in-index) #header .header-top {
  background: rgb(220 226 235 / 80%);
}

body.submenu-visible::before {
  content: "";
  background: rgb(220 226 235 / 80%);
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000
}

body.submenu-visible #header .header-top {
  height: 70px;
  position: relative;
  background: rgb(255 255 255 / 90%);
}

#header .header-top {
  height: 70px;
  position: relative;
  background: rgb(220 226 235 / 80%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media(min-width: 768px) {
  ul.menu-level-2>li:hover div a {
    scale: 1.2;
    transition: 0.3s;
  }
}

@media (min-width: 992px) {
  #header .header-top {
    height: auto;
  }
}

#header .header-top .header-top-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  /* justify-content: center; */
  justify-content: space-between;
  position: relative;
}

#header .header-top .site-name {
  width: 15%;
}

#header .header-top .navigation-buttons {
  width: 15%;
}

#header .header-top .header-bottom {
  width: 70%;
}

#header .header-top .header-top-wrapper>div.user-action {
  flex-grow: 1;
  width: 100%;
}

#header .header-top .header-top-wrapper .site-name,
#header .header-top .header-top-wrapper h1.site-name {
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  margin: 0;
  max-width: 50%;
  padding-bottom: 16px;
  padding-top: 16px;
}

#header .header-top .header-top-wrapper .site-name a img,
#header .header-top .header-top-wrapper h1.site-name a img {
  max-height: 100%;
}

@media (min-width: 992px) {

  #header .header-top .header-top-wrapper .site-name a img,
  #header .header-top .header-top-wrapper h1.site-name a img {
    max-height: auto;
  }
}

#header .header-top .header-top-wrapper .site-name .text-logo,
#header .header-top .header-top-wrapper h1.site-name .text-logo {
  font-family: var(--template-headings-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
}

#header .header-top .header-top-wrapper .site-name .text-logo .header__title,
#header .header-top .header-top-wrapper h1.site-name .text-logo .header__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {

  #header .header-top .header-top-wrapper .site-name .text-logo .header__title,
  #header .header-top .header-top-wrapper h1.site-name .text-logo .header__title {
    -webkit-line-clamp: 2;
  }
}

#header .header-top .header-top-wrapper .site-name .text-logo .motto,
#header .header-top .header-top-wrapper h1.site-name .text-logo .motto {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header .header-top .header-top-wrapper .site-name .text-logo .header__title:only-child,
#header .header-top .header-top-wrapper h1.site-name .text-logo .header__title:only-child {
  -webkit-line-clamp: 2;
}

@media (min-width: 992px) {

  #header .header-top .header-top-wrapper .site-name .text-logo .header__title:only-child,
  #header .header-top .header-top-wrapper h1.site-name .text-logo .header__title:only-child {
    -webkit-line-clamp: 3;
  }

  #header .header-top .header-top-wrapper .site-name .text-logo,
  #header .header-top .header-top-wrapper h1.site-name .text-logo {
    font-size: 20px;
  }
}

#header .header-top .header-top-wrapper:has(.text-logo) .site-name {
  height: auto;
}

@media (max-width: 767px) {
  #header .header-top .header-top-wrapper:has(.text-logo) .site-name {
    flex-grow: 1;
    max-width: min(calc(100% - 205px), 400px);
    padding: 8px 8px 8px 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #header .header-top .header-top-wrapper:has(.text-logo) .navigation-buttons {
    margin-left: auto;
    max-width: 205px;
  }
}

@media (max-width: 767px) {
  #header .header-top .header-top-wrapper {
    justify-content: space-between;
    padding-right: 0;
  }

  #header .header-top .header-top-wrapper .site-name {
    flex-grow: 1;
    padding-right: 16px;
    text-align: left;
  }

  #header .header-top .header-top-wrapper .site-name a {
    align-items: center;
    display: flex;
    height: 100%;
    min-width: 70px;
    width: -moz-fit-content;
    width: fit-content;
  }

  #header .header-top .header-top-wrapper .navigation-tools {
    display: none;
  }

  #header .header-top .header-top-wrapper .navigation-buttons {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #header .header-top .header-top-wrapper {
    height: 70px;
  }
}

@media (max-width: 991px) {
  #header .header-top .user-action {
    position: relative;
  }
}

#header .header-bottom .header-bottom-wrapper {
  position: relative;
}

.navigation-buttons a:after,
.navigation-home-icon:after,
.shp-icon-shadow {
  speak: none;
  display: inline-block;
  font-family: shoptet-shadows;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 0;
  margin-left: -1em;
  opacity: 0.3;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}

[class*=" icon-"]:after,
[class^="icon-"]:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: shoptet-shadows !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-left: -1em;
  opacity: 0.3;
  text-transform: none;
}

ul.manufacturers-anchors {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  text-align: center;
}

ul.manufacturers-anchors>li {
  list-style: none;
}

ul.manufacturers-anchors li {
  display: inline-block;
}

ul.manufacturers-anchors li a {
  display: block;
  padding: 8px;
  text-decoration: underline;
}

@media (min-width: 992px) {
  ul.manufacturers-anchors li a {
    padding: 16px;
  }
}

ul.manufacturers-anchors li a:hover {
  text-decoration: none;
}

ul.manufacturers {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

ul.manufacturers li,
ul.manufacturers>li {
  list-style: none;
}

ul.manufacturers h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: left;
}

ul.manufacturers ul {
  padding: 0;
}

ul.manufacturers ul li {
  padding: 8px 0;
}

ul.manufacturers>li {
  margin: 0;
  padding: 24px 0;
}

ul.manufacturers>li>div {
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}

@media (min-width: 768px) {
  ul.manufacturers>li>div {
    max-width: 739px;
    padding: 0 16px;
  }
}

@media (min-width: 992px) {
  ul.manufacturers>li>div {
    max-width: 964px;
  }
}

@media (min-width: 1200px) {
  ul.manufacturers>li>div {
    max-width: 1170px;
    padding: 0 64px;
  }

  .one-column-body ul.manufacturers>li>div {
    padding: 0 96px;
  }
}

@media (min-width: 1440px) {
  ul.manufacturers>li>div {
    max-width: 1712px;
    padding: 0 96px;
  }

  .one-column-body ul.manufacturers>li>div {
    padding: 0 128px;
  }
}

ul.manufacturers>li a {
  font-weight: 600;
}

@media (min-width: 768px) {
  ul.manufacturers ul {
    display: flex;
    flex-wrap: wrap;
  }

  ul.manufacturers ul li {
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  ul.manufacturers ul li {
    flex-basis: 33.333333%;
  }
}

@media (min-width: 1200px) {
  ul.manufacturers ul li {
    flex-basis: 25%;
  }
}

.navigation-buttons {
  position: relative;
}

.navigation-buttons a {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  line-height: 60px;
  margin-left: 0;
  width: 50px;
}

.navigation-buttons a[data-target="cart"]:before,
.navigation-buttons a[data-target="login"]:before,
.navigation-buttons a[data-target="search"]:before {
  content: "";
  display: none;
}

.navigation-buttons a[data-target="navigation"]:after {
  content: "\e914";
}

.navigation-window-visible .navigation-buttons a[data-target="navigation"]:after {
  content: "\e912";
}

.languagesMenu .languagesMenu__header--actual,
.navigation-tools .dropdown button {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  margin: 0 15px 0 0;
  padding: 0;
}

.languagesMenu .languagesMenu__header--actual .caret,
.navigation-tools .dropdown button .caret {
  border: 0;
  display: block;
  font-size: 12px;
  height: 0;
  margin-left: 5px;
  width: 14px;
}

.languagesMenu .languagesMenu__header--actual .caret:before,
.navigation-tools .dropdown button .caret:before {
  content: "\e90e";
  height: 14px;
  width: 14px;
}

.languagesMenu__box.open .languagesMenu__header--actual .caret:before,
.navigation-tools .dropdown.open button .caret:before {
  content: "\e911";
}

.languagesMenu .languagesMenu__box ul.languagesMenu__list,
.navigation-tools .dropdown ul.dropdown-menu {
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  margin: 20px 0 0;
  padding: 16px;
  top: 50%;
}

.languagesMenu .languagesMenu__box ul.languagesMenu__list li,
.navigation-tools .dropdown ul.dropdown-menu li {
  list-style: none;
}

.languagesMenu .languagesMenu__box ul.languagesMenu__list li a,
.navigation-tools .dropdown ul.dropdown-menu li a {
  line-height: 30px;
  padding: 0 10px;
}

.languagesMenu .languagesMenu__box ul.languagesMenu__list li a:hover,
.navigation-tools .dropdown ul.dropdown-menu li a:hover {
  background: none;
}

.languagesMenu .languagesMenu__box ul.languagesMenu__list li a:before,
.navigation-tools .dropdown ul.dropdown-menu li a:before {
  content: none;
}

.languagesMenu__list__name--actual {
  font-weight: 700;
}

.navigation-tools .dropdown {
  display: flex;
  height: 60px;
}

.navigation-tools .dropdown>span {
  display: none;
}

.navigation-tools .dropdown button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

.languagesMenu__box {
  display: flex;
  height: 60px;
}

@media (min-width: 768px) {
  .languagesMenu__list {
    top: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.content-inner .no-ratings-message,
.p-detail .no-ratings-message {
  text-align: center;
}

.content-inner .rate-wrapper,
.p-detail .rate-wrapper {
  border-radius: 8px;
  padding: 0px;
}

@media (min-width: 768px) {

  .id--51 .content-inner .rate-wrapper,
  .id--51 .p-detail .rate-wrapper {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {

  .content-inner .rate-wrapper.unveil-wrapper .rate-wrap,
  .p-detail .rate-wrapper.unveil-wrapper .rate-wrap {
    flex-flow: column;
  }

  .content-inner .rate-wrapper.unveil-wrapper .rate-wrap>div,
  .p-detail .rate-wrapper.unveil-wrapper .rate-wrap>div {
    width: 100%;
  }
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-wrap:only-child,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-wrap:only-child {
  width: 100%;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-list,
.p-detail .rate-wrapper.unveil-wrapper .rate-list {
  display: block;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-list .rate-value,
.p-detail .rate-wrapper.unveil-wrapper .rate-list .rate-value {
  font-weight: 600;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-list .rate-block,
.p-detail .rate-wrapper.unveil-wrapper .rate-list .rate-block {
  margin: 8px 0 16px;
  position: relative;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-list .rate-block .rate-bar,
.p-detail .rate-wrapper.unveil-wrapper .rate-list .rate-block .rate-bar {
  border-radius: 4px;
  height: 16px;
  min-width: 2px;
  position: static;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-list .rate-block .rate-bar .rate-count,
.p-detail .rate-wrapper.unveil-wrapper .rate-list .rate-block .rate-bar .rate-count {
  animation: fadeIn 0.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  right: 0;
  visibility: hidden;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner {
  margin-bottom: 16px;
}

@media (min-width: 480px) {

  .content-inner .rate-wrapper.unveil-wrapper .rate-average-inner,
  .p-detail .rate-wrapper.unveil-wrapper .rate-average-inner {
    flex-direction: column;
  }
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-average,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-average {
  font-weight: 700;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap {
  margin: 0;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars {
  height: 32px;
  margin: 16px 0;
}

.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars {
  display: flex;
  justify-content: center;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars a,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars a {
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  width: 32px;
}

@media (max-width: 1199px) and (min-width: 992px) {

  .content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars a,
  .p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars a {
    margin: 0 3px;
  }
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars a:before,
.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars span:before,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars a:before,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars span:before {
  font-size: 32px;
  line-height: 32px;
}

.content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars-label,
.p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars-label {
  line-height: 24px;
  text-align: center;
}

.content-inner .rate-wrapper .add-comment,
.p-detail .rate-wrapper .add-comment {
  justify-content: center;
  margin: 16px;
}

.content-inner .rate-wrapper .add-comment .rating-icon,
.p-detail .rate-wrapper .add-comment .rating-icon {
  align-items: center;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  padding: 16px;
}

.content-inner .rate-wrapper .add-comment .rating-icon:before,
.p-detail .rate-wrapper .add-comment .rating-icon:before {
  content: "\e918";
}

.content-inner .votes-wrap .vote-wrap .vote-header .vote-pic,
.p-detail .votes-wrap .vote-wrap .vote-header .vote-pic {
  min-width: 40px;
  padding: 0;
}

.content-inner .votes-wrap .vote-wrap .vote-header .vote-pic .vote-initials,
.p-detail .votes-wrap .vote-wrap .vote-header .vote-pic .vote-initials {
  position: relative;
}

.content-inner .votes-wrap .vote-wrap .vote-header .vote-name,
.p-detail .votes-wrap .vote-wrap .vote-header .vote-name {
  font-weight: 700;
}

.content-inner .votes-wrap.simple-vote,
.p-detail .votes-wrap.simple-vote {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.content-inner .votes-wrap.simple-vote .vote-wrap,
.p-detail .votes-wrap.simple-vote .vote-wrap {
  flex-basis: 100%;
  margin-bottom: 40px;
  padding: 16px;
  text-align: center;
}

@media (min-width: 768px) {

  .content-inner .votes-wrap.simple-vote .vote-wrap,
  .p-detail .votes-wrap.simple-vote .vote-wrap {
    flex-basis: 50%;
  }
}

@media (min-width: 992px) {

  .content-inner .votes-wrap.simple-vote .vote-wrap,
  .p-detail .votes-wrap.simple-vote .vote-wrap {
    flex-basis: 33.333%;
  }
}

.content-inner .votes-wrap.simple-vote .vote-wrap .vote-header,
.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

.content-inner .votes-wrap.simple-vote .vote-wrap .vote-header .vote-name,
.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header .vote-name {
  padding: 8px 0;
}

.content-inner .votes-wrap.simple-vote .vote-wrap .vote-header .vote-rating,
.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header .vote-rating {
  justify-content: center;
}

.content-inner .votes-wrap.simple-vote .vote-wrap .vote-header .stars,
.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header .stars {
  margin-right: 0;
  width: auto;
}

.content-inner .votes-wrap.simple-vote .vote-wrap .vote-header .stars .star,
.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header .stars .star {
  margin-left: 4px;
}

.content-inner .votes-wrap.admin-response,
.p-detail .votes-wrap.admin-response {
  border-radius: 8px;
  margin: 8px 0 0;
  position: relative;
}

.content-inner .votes-wrap.admin-response .vote-wrap,
.p-detail .votes-wrap.admin-response .vote-wrap {
  margin-bottom: 0;
  text-align: left;
}

.content-inner .votes-wrap.admin-response .vote-wrap .vote-header,
.p-detail .votes-wrap.admin-response .vote-wrap .vote-header {
  align-items: center;
  flex-flow: row;
  justify-content: flex-start;
}

.content-inner .votes-wrap.admin-response .vote-wrap .vote-header .vote-pic:before,
.p-detail .votes-wrap.admin-response .vote-wrap .vote-header .vote-pic:before {
  content: "\e943";
  left: -21px;
  position: absolute;
  top: 20px;
  transform: rotate(180deg);
}

.content-inner .votes-wrap.admin-response .vote-wrap .vote-summary,
.p-detail .votes-wrap.admin-response .vote-wrap .vote-summary {
  padding-left: 8px;
  width: auto;
}

.content-inner .votes-wrap.admin-response .vote-wrap .vote-summary .vote-name,
.p-detail .votes-wrap.admin-response .vote-wrap .vote-summary .vote-name {
  margin: 0;
  padding: 0;
}

.content-inner .votes-wrap.admin-response .vote-wrap .vote-summary .vote-rating,
.p-detail .votes-wrap.admin-response .vote-wrap .vote-summary .vote-rating {
  justify-content: flex-start;
}

.content-inner .votes-wrap.discussion .vote-wrap,
.p-detail .votes-wrap.discussion .vote-wrap {
  padding: 16px;
}

.content-inner .votes-wrap.discussion .vote-wrap:nth-child(odd) .vote-wrap,
.p-detail .votes-wrap.discussion .vote-wrap:nth-child(odd) .vote-wrap {
  padding: 8px 0 0;
}

.content-inner .votes-wrap.discussion .vote-wrap .discussion-form,
.p-detail .votes-wrap.discussion .vote-wrap .discussion-form {
  margin-left: -16px;
  margin-right: -16px;
}

.content-inner .votes-wrap.discussion .vote-header .vote-pic,
.p-detail .votes-wrap.discussion .vote-header .vote-pic {
  margin-right: 16px;
}

.content-inner .votes-wrap.discussion .add-comment,
.p-detail .votes-wrap.discussion .add-comment {
  align-items: center;
  border: 0;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  padding: 0;
}

.content-inner .votes-wrap.discussion .add-comment:before,
.p-detail .votes-wrap.discussion .add-comment:before {
  content: "\e943";
  margin-right: 0.5em;
}

.content-inner p+.rate-wrapper .vote-form,
.p-detail p+.rate-wrapper .vote-form {
  margin-top: 0;
}

.content-inner .discussion-form,
.p-detail .discussion-form {
  border-radius: 8px;
  padding: 16px;
}

.content-inner .discussion-form .consents label,
.p-detail .discussion-form .consents label {
  font-weight: 500;
  text-transform: none;
}

@media (max-width: 767px) {

  .content-inner .discussion-form input[type="submit"],
  .p-detail .discussion-form input[type="submit"] {
    width: 100%;
  }
}

.content-inner .discussionContainer>.discussion-form,
.p-detail .discussionContainer>.discussion-form {
  margin-top: 0;
}

.store-rating-full-width .container-full-width {
  padding-left: 0;
  padding-right: 0;
}

#footer .vote-pic img,
.sidebar .vote-pic img {
  max-width: 40px;
}

#footer .rate-wrapper .vote-pic img,
.sidebar .rate-wrapper .vote-pic img {
  border-radius: 8px;
}

#footer .vote-name,
#footer .vote-product-name,
#footer .vote-title,
.sidebar .vote-name,
.sidebar .vote-product-name,
.sidebar .vote-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .vote-rating .stars,
.sidebar .vote-rating .stars {
  width: auto;
}

#footer .vote-rating .stars .star,
.sidebar .vote-rating .stars .star {
  margin-right: 8px;
}

#footer .vote-rating .vote-delimeter,
.sidebar .vote-rating .vote-delimeter {
  padding-left: 0;
}

#footer .vote-wrap .vote-header,
.sidebar .vote-wrap .vote-header {
  line-height: inherit;
  margin-bottom: 0;
}

.site-msg {
  padding: 16px 0;
}

.site-msg .container,
.site-msg .text {
  align-items: center;
  display: flex;
  justify-content: center;
}

.site-msg .text {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}

.site-msg .text [class*=" icon-"],
.site-msg .text [class^="icon-"] {
  font-size: 20px;
  padding: 0 16px;
}

.site-msg.information .text {
  padding-right: 16px;
}

.site-msg.information .container {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 767px) {
  .site-msg.information {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 56;
  }
}

.site-msg.information .close {
  align-items: center;
  display: flex;
  font-size: 10px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.validator-msg {
  padding-top: 5px;
}

.subcategories {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .subcategories {
    margin: 45px 0 16px 0;
    padding: 0;
  }
}

.subcategories li {
  flex: 0 0 auto;
  list-style: none;
  padding: 4px 0;
}

@media (min-width: 768px) {
  .subcategories li {
    padding: 12px;
  }
}

.subcategories li a {
  align-items: center;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 5px 32px 5px 11px;
  position: relative;
}

.subcategories li a .text {
  line-height: 24px;
  max-height: 32px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subcategories li a:before {
  content: none;
  font-size: 12px;
  line-height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 8px;
  top: 50%;
}

.subcategories li a:after {
  background-color: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.3s ease-out;
  width: 100%;
}

.subcategories li a:hover {
  text-decoration: none;
}

.subcategories li.divider {
  margin: 8px;
  padding: 0;
  width: calc(100% - 16px);
}

.subcategories.with-image li a,
.search-results-group-list li a {
  align-items: center;
  background: transparent;
  border: 2px solid #e5ce99;
  border-radius: 60px;
  padding: 8px 10px 8px 0px;
}

.subcategories.with-image li a .image {
  text-align: center;
  border-radius: 50% !important;
}

.subcategories.with-image li a .text,
.search-results-group-list li a {
  font: normal normal 600 18px / 24px Poppins !important;
  letter-spacing: 0px !important;
  color: #e5ce99 !important;
  padding: 0px;
  width: 100%;
  text-align: left;
  text-overflow: unset;
  overflow: unset;
  display: block;
  white-space: normal;
  max-height: unset;
}

.subcategories.with-image li.parametric {
  text-align: center;
}

@media (max-width: 767px) {
  .subcategories li a {
    padding: 0 16px;
  }

  .subcategories li a .text {
    font-size: 14px;
    line-height: 24px;
    max-height: 42px;
  }
}

ol.top-products {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

ol.top-products>li {
  list-style: none;
}

ol.top-products li {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}

ol.top-products li a {
  display: block;
}

ol.top-products li a .top-products-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease-out;
  white-space: nowrap;
  width: 100%;
}

ol.top-products li a.top-products-content {
  min-width: 0;
  padding-left: 8px;
}

ol.top-products li a.top-products-image {
  display: block;
  flex: 0 0 50px;
}

ol.top-products li a.top-products-image+.top-products-content {
  padding-left: 16px;
}

ol.top-products li:not(.display-image):before {
  border-radius: 50%;
  content: counter(top);
  counter-increment: top;
  display: inline-block;
  flex: 0 0 20px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

ol.top-products li:last-child {
  margin-bottom: 0;
}

.custom-footer .top-products-image img,
.sidebar .top-products-image img {
  border-radius: 8px;
}

.variant-table .variant-image {
  margin-right: 32px;
}

.variant-table .variant-image img {
  border-radius: 8px;
}

.variant-table .variant-name {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .variant-table .variant-name {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
}

.variant-table .table-row {
  padding: 8px 0;
}

.variant-table .table-row .table-col.variant-name-wrapper {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
}

.variant-table .add-to-cart-button.btn.btn-cart {
  flex-grow: 1;
  font-size: 16px;
  margin-left: 24px;
  padding: 15px;
}

@media (min-width: 1440px) {
  .variant-table .add-to-cart-button.btn.btn-cart {
    margin-left: 40px;
  }
}

.variant-table .add-to-cart-button.btn.btn-cart:before {
  display: none;
}

.variant-table .variant-price-wrap {
  text-align: left;
}

.variant-table .variant-price-wrap .price-final {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.variant-table .standard-price-wrap .price-standard,
.variant-table .variant-price-wrap .price-additional {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.variant-table .delivery-time {
  display: block;
  margin-top: 8px;
}

.variant-table .delivery-time .delivery-time {
  display: inline;
}

.variant-table .variant-code {
  font-weight: 400;
  margin-left: 40px;
}

@media (max-width: 1199px) {

  .multiple-columns-body.mobile .variant-table,
  .one-column-body .variant-table {
    text-align: center;
  }

  .multiple-columns-body.mobile .variant-table .table-row,
  .one-column-body .variant-table .table-row {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 40px 0;
  }

  .multiple-columns-body.mobile .variant-table .table-row:first-child,
  .one-column-body .variant-table .table-row:first-child {
    padding-top: 0;
  }

  .multiple-columns-body.mobile .variant-table .variant-image,
  .one-column-body .variant-table .variant-image {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .multiple-columns-body.mobile .variant-table .table-row .table-col.variant-name-wrapper,
  .one-column-body .variant-table .table-row .table-col.variant-name-wrapper {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 24px;
    width: 100%;
  }

  .multiple-columns-body.mobile .variant-table .table-row .table-col.cart,
  .multiple-columns-body.mobile .variant-table .table-row .table-col.price,
  .multiple-columns-body.mobile .variant-table .table-row .table-col.standard-price-wrap,
  .one-column-body .variant-table .table-row .table-col.cart,
  .one-column-body .variant-table .table-row .table-col.price,
  .one-column-body .variant-table .table-row .table-col.standard-price-wrap {
    width: 100%;
  }

  .multiple-columns-body.mobile .variant-table .table-row .table-col.cart,
  .one-column-body .variant-table .table-row .table-col.cart {
    padding-top: 40px;
    text-align: center;
  }

  .multiple-columns-body.mobile .variant-table .variant-price-wrap,
  .one-column-body .variant-table .variant-price-wrap {
    text-align: center;
  }
}

@media (max-width: 1439px) {
  .multiple-columns-body.desktop .variant-table {
    text-align: center;
  }

  .multiple-columns-body.desktop .variant-table .table-row {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 40px 0;
  }

  .multiple-columns-body.desktop .variant-table .table-row:first-child {
    padding-top: 0;
  }

  .multiple-columns-body.desktop .variant-table .variant-image {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .multiple-columns-body.desktop .variant-table .table-row .table-col.variant-name-wrapper {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 24px;
    width: 100%;
  }

  .multiple-columns-body.desktop .variant-table .table-row .table-col.cart,
  .multiple-columns-body.desktop .variant-table .table-row .table-col.price,
  .multiple-columns-body.desktop .variant-table .table-row .table-col.standard-price-wrap {
    width: 100%;
  }

  .multiple-columns-body.desktop .variant-table .table-row .table-col.cart {
    padding-top: 40px;
    text-align: center;
  }

  .multiple-columns-body.desktop .variant-table .variant-price-wrap {
    text-align: center;
  }

  .multiple-columns-body.desktop .variant-table .table-row .table-col.standard-price-exist {
    width: 100%;
  }
}

.searchWhisperer {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px;
  width: auto;
}

@media (min-width: 992px) {
  .searchWhisperer {
    left: 0;
    margin-top: -16px;
    padding: 24px 64px;
    right: 0;
    top: 100%;
  }
}

.searchWhisperer .searchWhisperer__content--empty {
  margin: auto;
}

.searchWhisperer.active {
  border-radius: 0px;
}

.searchWhisperer__additionalResults {
  border-radius: 0px;
  border-right-width: 0;
  flex-basis: 100%;
  margin-bottom: 24px;
  margin-right: 0;
  order: 2;
  padding: 24px;
}

.searchWhisperer__additionalResults:nth-child(2) {
  border-right-width: 0;
  margin-left: 0;
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .searchWhisperer__additionalResults:nth-child(2) {
    flex-basis: 50%;
    margin-left: 24px;
    margin-top: 0;
  }
}

.searchWhisperer__additionalResults .searchWhisperer__additionalResults__heading {
  font-size: 20px;
  font-weight: 700;
}

.searchWhisperer__additionalResults .searchWhisperer__additionalResults__listItem {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 8px 0;
}

.searchWhisperer__additionalResults .searchWhisperer__additionalResults__listItem:hover {
  text-decoration: none;
}

.searchWhisperer__additionalResults .searchWhisperer__additionalResults__listItem i {
  font-size: 20px;
  margin-right: 16px;
}

.searchWhisperer__additionalResults .searchWhisperer__additionalResults__listItem a {
  padding-bottom: 0;
  padding-top: 0;
}

.searchWhisperer__additionalResults .searchWhisperer__additionalResults__listItem a:hover {
  text-decoration: underline;
}

.searchWhisperer__products {
  border-radius: 0px;
  margin-bottom: 24px;
  order: 1;
  padding: 24px 24px 8px;
}

.searchWhisperer__products .searchWhisperer__products__heading {
  font-size: 20px;
  font-weight: 700;
}

.searchWhisperer__products .searchWhisperer__products__list {
  display: list-item;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:last-child {
  border-bottom-width: 0;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 16px 0;
}

@media (min-width: 768px) {
  .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__image {
  flex-basis: 100px;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__infoWrapper {
  flex-basis: calc(100% - 100px);
  flex-grow: 1;
  flex-shrink: 0;
  padding-left: 24px;
  text-align: left;
}

@media (min-width: 768px) {
  .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__infoWrapper {
    flex-shrink: 1;
  }
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__infoWrapper .searchWhisperer__product__name {
  font-weight: 700;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__infoWrapper .searchWhisperer__product__availability {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 8px;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__price {
  flex-basis: 130px;
  padding-left: 10px;
  font-weight: 700;
  margin: 0;
  padding-right: 10px;
  padding-top: 16px;
  text-align: right;
}

@media (min-width: 768px) {
  .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__price {
    padding-top: 0;
  }
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__cart {
  flex-basis: 120px;
  flex-shrink: 0;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__cart {
    padding-top: 0;
  }
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__cart form {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__cart .add-to-cart-button,
.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__cart .btn-primary {
  float: right;
  height: 50px;
  margin-left: 8px;
  position: relative;
}

.searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__cart .btn-primary i {
  margin-left: 0.5em;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .searchWhisperer__products.narrow-content .searchWhisperer__products__list .searchWhisperer__products__listItem a {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .searchWhisperer__products.narrow-content .searchWhisperer__products__list .searchWhisperer__products__listItem a .searchWhisperer__product__infoWrapper {
    flex-shrink: 0;
  }
}

.searchWhisperer__buttonWrapper {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  justify-content: flex-start;
  padding: 0 24px;
}

.searchWhisperer__buttonWrapper .btn.searchWhisperer__button {
  border: 0;
  margin: 0;
  padding: 16px 0;
}

.searchWhisperer__buttonWrapper .btn.searchWhisperer__button:after {
  content: "\e90c";
  margin-left: 0.5em;
}

.cart-emptied .cart-header {
  display: none;
}

@media (min-width: 768px) {
  .cart-emptied .cart-heading {
    margin-top: 0;
  }
}

.cart-inner {
  padding: 40px 0 0;
}

@media (min-width: 992px) {
  .cart-inner {
    padding: 48px 0 0;
  }
}

#checkoutSidebar .cart-content,
.checkout-box-wrapper,
.ordering-process .co-box,
.summary-wrapper {
  margin: 0 0 16px;
  padding: 16px;
}

@media (min-width: 1200px) {

  #checkoutSidebar .cart-content,
  .checkout-box-wrapper,
  .ordering-process .co-box,
  .summary-wrapper {
    padding: 32px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .ordering-process .co-box {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.ordering-process .co-box .header-billing,
.ordering-process .co-box>h4:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 16px;
  margin-top: 0;
}

@media (min-width: 766px) {

  .ordering-process .co-box .header-billing,
  .ordering-process .co-box>h4:first-child {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
    color: var(--color-primary-hover);
  }
}

.radio-wrapper input[type="radio"]:checked+label>span b,
.radio-wrapper.active .for-free {
  color: #20406c;
}

.ordering-process .co-box .company-shopping {
  padding-top: 8px;
}

.ordering-process .co-billing-address,
.ordering-process .co-shipping-address {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -24px;
  padding-bottom: 24px;
}

.ordering-process .co-box-additional,
.ordering-process .co-shipping-address {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  padding-top: 0;
}

.sidebar-in-cart {
  display: flex;
  flex-flow: column-reverse;
}

#checkoutSidebar .cart-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
}

.checkout-box-wrapper h4,
.order-summary-inner h4,
.summary-wrapper h4 {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-top: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .checkout-box-wrapper h4,
  .order-summary-inner h4,
  .summary-wrapper h4 {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
}

.cart-content h4 {
  align-items: center;
  display: flex;
}

.cart-content h4>i {
  display: block;
  margin-right: 16px;
}

.cart-content h4>i.icon-van {
  font-size: 24px;
  height: 24px;
  margin-bottom: -2px;
  margin-top: -2px;
}

@media (min-width: 766px) {
  .cart-content h4>i.icon-van {
    font-size: 32px;
    height: 32px;
  }
}

.extra.cofidis {
  margin-bottom: 16px;
}

.price-wrapper .price-label.price-primary {
  font-size: 16px;
  line-height: 24px;
}

.price-wrapper .price.price-primary {
  line-height: 24px;
}

.price-wrapper .price-label.price-secondary,
.price-wrapper .price.price-secondary {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 8px;
}

.checkout-box {
  margin-bottom: 32px;
  margin-top: 0;
}

.checkout-box .toggle-contacts:after {
  content: "\e90e";
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding-left: 5px;
}

.checkout-box .toggle-contacts.expanded:after {
  content: "\e911";
}

.checkout-box .toggle-contacts a,
.checkout-box .toggle-contacts br,
.checkout-box .toggle-contacts span {
  display: none;
}

.cart-inner .contact-box {
  margin-top: 16px;
}

.cart-inner .contact-box>strong {
  margin-bottom: 10px;
}

.cart-inner .contact-box ul li {
  line-height: 20px;
  margin-bottom: 10px;
}

.cart-inner .contact-box [class*=" icon-"],
.cart-inner .contact-box [class^="icon-"] {
  font-size: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.cart-inner .contact-box.no-image {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .cart-inner .contact-box {
    padding: 0 0 0 120px;
  }

  .cart-inner .contact-box>img {
    display: block;
  }
}

@media (max-width: 991px) {
  .cart-inner .contact-box {
    padding: 0 0 0 120px;
  }

  .cart-inner .contact-box>img {
    display: block;
  }
}

#content ol.cart-header {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 16px 24px;
  padding: 0;
}

@media (min-width: 768px) {
  #content ol.cart-header {
    margin: 0 0 40px;
  }
}

#content ol.cart-header li a,
#content ol.cart-header li strong {
  align-items: center;
  display: flex;
  flex-flow: column;
  font-size: 16px;
  font-weight: 600;
  justify-content: flex-start;
  text-align: center;
}

@media (min-width: 992px) {

  #content ol.cart-header li a,
  #content ol.cart-header li strong {
    flex-flow: row;
    text-align: left;
  }
}

@media (min-width: 1200px) {

  #content ol.cart-header li a,
  #content ol.cart-header li strong {
    font-size: 24px;
  }
}

#content ol.cart-header li a span,
#content ol.cart-header li strong span {
  padding: 0 4px;
}

#content ol.cart-header li a:before,
#content ol.cart-header li strong:before {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  content: counter(steps);
  counter-increment: steps;
  display: block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 8px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 2;
}

@media (min-width: 992px) {

  #content ol.cart-header li a:before,
  #content ol.cart-header li strong:before {
    margin: 0 16px 0 0;
  }
}

@media (min-width: 1200px) {

  #content ol.cart-header li a:before,
  #content ol.cart-header li strong:before {
    font-size: 24px;
    height: 60px;
    line-height: 63px;
    width: 60px;
    border-color: #24436c !important;
    color: #24436c;
    border-radius: 0 !important;
  }
}

@media (min-width: 768px) {
  .cart-table .main-link {
    font-size: 16px;
  }
}

.cart-table .cart-p-availability {
  margin-top: 1ex;
}

.cart-table .p-name .main-link-variant,
.cart-table .p-name>div {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 8px;
}

.cart-table tr.removeable {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 2px solid #27466f;
}

.cart-table tr.removeable>td {
  border-right-style: none;
  border-right-width: 0;
  padding-bottom: 24px;
  padding-top: 24px;
}

.cart-table .p-quantity .quantity {
  font-size: 14px;
}

.cart-table tr.related>td {
  padding: 0;
}

.cart-table .p-price .price-final,
.cart-table .p-price .unit-value {
  font-size: 12px;
  letter-spacing: 0.8px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .cart-table tr>td {
    width: 25%;
  }

  .cart-table tr>td:nth-child(odd).p-quantity {
    text-align: left;
    width: auto;
  }

  .cart-table tr>td:nth-child(odd).p-discount,
  .cart-table tr>td:nth-child(odd).p-price {
    text-align: right;
  }

  .cart-table tr td.cart-p-image {
    margin-bottom: 0;
    order: 1;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .cart-table tr>td.p-name {
    order: 2;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
  }

  .cart-table .inline.delete-cart-item {
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .cart-table .inline.delete-cart-item .remove-item:before {
    font-size: 20px;
  }

  .cart-table .product-table-name-footer {
    display: block;
  }

  .cart-table .p-quantity {
    order: 4;
  }

  .cart-table .p-price {
    order: 5;
  }

  .cart-table .p-price .p-label {
    margin-bottom: 0;
  }

  .cart-table .p-discount {
    order: 6;
    text-align: right;
  }

  .cart-table .p-total {
    order: 7;
    padding-right: 0;
  }

  .cart-table .p-total form {
    display: none;
  }

  .cart-table tr.removeable {
    align-items: center;
    justify-content: flex-end;
  }

  .cart-table tr.removeable .remove-item {
    margin-right: 0;
    width: auto;
  }

  .cart-table tr.removeable.related-visible {
    border-bottom-style: none;
  }
}

.cart-xyDiscount__banner {
  border-radius: 8px;
  margin-bottom: 4px;
  margin-right: 12px;
}

@media (min-width: 767px) {
  .cart-xyDiscount__banner {
    margin-right: 6px;
  }
}

.cart-table .p-name .cart-xyDiscount__banner {
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
}

.cart-xyDiscount__icon {
  letter-spacing: 0;
}

.cart-xyDiscount__icon:after {
  font-size: 16px;
  line-height: 1;
}

.cart-related-product {
  align-items: center;
  border-bottom-width: 0;
  flex-wrap: nowrap;
  padding: 8px 0;
}

.cart-related-product .cart-related-button,
.cart-related-product .cart-related-info {
  align-items: center;
  display: flex;
  padding: 0;
}

.cart-related-product .cart-related-button .price-final,
.cart-related-product .cart-related-info .price-final {
  text-align: right;
  width: 100%;
}

.cart-related-product .cart-related-info {
  padding-right: 40px;
  text-align: left;
  width: 80%;
}

.cart-related-product .cart-related-info .cart-related-img {
  margin: 0 5px;
}

.cart-related-product .cart-related-info .cart-related-name {
  font-weight: 700;
  text-transform: none;
}

.cart-related-product .cart-related-info .cart-related-availability {
  text-align: left;
}

.cart-related-product .cart-related-button {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  min-width: 180px !important;
}

.cart-related-product .cart-related-button strong.price.price-final {
  width: calc(100% - 70px);
}

.cart-related-product .cart-related-button form.pr-action.csrf-enabled {
  width: 50px;
}

span.cart-related-availability {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 8px;
}

.cart-related-product .cart-related-button .price.price-final {
  margin-right: 20px;
  margin-bottom: 0px;
}

.cart-related-product .cart-related-button .btn.btn-sm {
  height: auto;
  line-height: inherit;
  min-width: 50px;
  background-color: transparent;
  border: none;
}

tr.removeable .p-total .remove-item {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

tr.removeable .p-name .remove-item {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  tr.removeable .p-total .remove-item {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  tr.removeable .p-name .remove-item {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.cart-summary,
.delivery-time {
  margin-top: 16px;
  padding: 0 16px;
}

@media (min-width: 768px) {

  .cart-summary,
  .delivery-time {
    margin-top: 32px;
    padding: 0;
  }
}

.extras-wrapper {
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .extras-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding: 0;
  }

  .extras-wrapper .extras-col {
    flex: 1 1 50%;
  }

  .extras-wrapper .extras-col:first-child {
    padding-right: 16px;
  }

  .extras-wrapper .extras-col+.extras-col {
    padding-left: 16px;
  }
}

.extras-wrapper .discount-coupon form,
.extras-wrapper .extra.delivery,
.extras-wrapper .extra.discount,
.extras-wrapper .extra.gift,
.extras-wrapper .free-gift {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 768px) {

  .extras-wrapper .discount-coupon form,
  .extras-wrapper .extra.delivery,
  .extras-wrapper .extra.discount,
  .extras-wrapper .extra.gift,
  .extras-wrapper .free-gift {
    margin-bottom: 32px;
    min-height: 40px;
  }
}

.extras-wrapper .discount-coupon form .btn,
.extras-wrapper .extra.delivery .btn,
.extras-wrapper .extra.discount .btn,
.extras-wrapper .extra.gift .btn,
.extras-wrapper .free-gift .btn {
  flex: 0 0 90px;
  height: 40px;
}

.extras-wrapper .extra span {
  flex-grow: 1;
}

.extras-wrapper .extra span strong {
  font-size: 12px;
  letter-spacing: 0.8px;
}

.extras-wrapper .discount-coupon input {
  flex: 1 1 auto;
  min-width: 0;
}

.extras-wrapper .free-gift {
  flex-wrap: wrap;
  min-height: 40px;
}

.extras-wrapper .free-gift .free-gifts-wrapper {
  flex: 1;
}

.extras-wrapper .free-gift .free-gifts-wrapper ul {
  margin: 0;
  padding-left: 0;
}

.extras-wrapper .free-gift .free-gifts-wrapper ul>li {
  list-style: none;
}

.extras-wrapper .free-gifts-img {
  display: inline-block;
  text-align: center;
  width: 48px;
}

.extras-wrapper .free-gifts-img>img {
  height: auto;
  max-height: 40px;
  max-width: 48px;
  width: auto;
}

.extras-wrapper .free-gift-label {
  padding-left: 15px;
}

.extras-wrapper .free-gift-name {
  display: inline-block;
  font-weight: 700;
}

.extras-wrapper .free-product-gifts {
  margin-bottom: 0;
}

.extras-wrapper [class*=" icon-"],
.extras-wrapper [class^="icon-"] {
  font-size: 40px;
  line-height: 40px;
  margin-right: 15px;
  min-width: 48px;
  text-align: center;
}

.extras-wrapper .icon-van {
  font-size: 48px;
  height: 40px;
  margin-top: -8px;
}

.extras-wrapper .discount-coupon input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.extras-wrapper .discount-coupon button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.extras-wrapper .extras-wrap {
  font-size: 12px;
  line-height: 16px;
}

.cart-items {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .order-summary-item+.cart-items {
    padding-left: 0;
    padding-right: 0;
  }
}

.cart-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cart-item>div {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
}

.cart-item>div.cart-item-image {
  display: none;
  width: 87px;
}

.cart-item>div.cart-item-amount {
  text-align: center;
  width: 60px;
}

.cart-item>div.cart-item-price {
  text-align: right;
  width: 80px;
}

.cart-item>div.cart-item-price strong {
  font-weight: 400;
}

.cart-item>div:first-child {
  padding-left: 0;
}

.cart-item>div:last-child {
  border-right-style: none;
  padding-right: 0;
}

.cart-item:last-child>div {
  border-bottom-style: none;
}

.cart-item.cart-item-gift>div {
  border-bottom-style: none;
  border-right-style: none;
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 1200px) {
  .cart-item>div.cart-item-image {
    display: table-cell;
  }
}

.gift-items {
  padding-top: 16px;
}

.gift-items+.gift-items {
  margin-top: -32px;
  padding-top: 0;
}

.gift-items+.gift-items .for-free {
  display: none;
}

.gift-items+.order-summary-item {
  padding-top: 16px;
}

.unit-value {
  display: inline-block;
  padding-left: 0.5ex;
}

.co-basic-information .col-sm-12,
.co-basic-information .col-sm-6 {
  padding: 16px 48px;
}

.co-billing-address #note,
.co-billing-address .form-group,
.co-box-additional #note,
.co-box-additional .form-group,
.co-contact-information #note,
.co-contact-information .form-group,
.co-shipping-address #note,
.co-shipping-address .form-group {
  margin-bottom: 24px;
}

@media (min-width: 766px) {

  .co-billing-address #note,
  .co-billing-address .form-group,
  .co-box-additional #note,
  .co-box-additional .form-group,
  .co-contact-information #note,
  .co-contact-information .form-group,
  .co-shipping-address #note,
  .co-shipping-address .form-group {
    margin-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.shipping-billing-table .radio-wrapper {
  border-bottom-width: 0;
  padding-left: 0;
  padding-right: 0;
  background: white !important;
  margin-bottom: 20px;
}

@media (min-width: 766px) {
  .shipping-billing-table .radio-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.shipping-billing-table .radio-wrapper input[type="radio"]+label {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .shipping-billing-table .radio-wrapper input[type="radio"]+label {
    flex-wrap: wrap;
  }

  .shipping-billing-table .radio-wrapper input[type="radio"]+label .payment-shipping-price {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.shipping-billing-table .radio-wrapper input[type="radio"]+label .payment-shipping-price {
  flex-basis: 150px;
}

@media (min-width: 768px) {
  .ordering-process .co-box .form-control {
    max-width: 400px;
  }

  .ordering-process .co-box .form-group-tooltip {
    left: 374px;
  }
}

#checkoutContent .cart-content .co-contact-information label[for="login"] {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 20px;
  margin-bottom: 3px;
  text-transform: none;
}

.login-from-cart {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

@media (max-width: 767px) {
  .login-from-cart {
    padding: 16px 0 8px;
  }
}

#checkoutContent .cart-content [type="text"]+label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #checkoutContent .cart-content [type="text"]+label {
    font-size: 12px;
  }
}

#checkoutContent .cart-content [type="checkbox"]+label,
#checkoutContent .cart-content [type="hidden"]+label,
#checkoutContent .cart-content [type="radio"]+label {
  text-transform: none;
}

#checkoutContent .cart-content [type="checkbox"]+label .sublabel,
#checkoutContent .cart-content [type="hidden"]+label .sublabel,
#checkoutContent .cart-content [type="radio"]+label .sublabel {
  font-weight: 400;
}

#remark {
  margin-bottom: 16px;
}

.order-summary-item.helper,
.recapitulation-single {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding-bottom: 8px;
}

.order-summary-item.helper:last-child,
.recapitulation-single:last-child {
  padding-bottom: 0;
}

.order-summary-item.helper {
  font-weight: 700;
}

.order-summary-item.helper>div:first-child {
  flex: 0 0 160px;
  padding-right: 16px;
}

.order-summary-item.helper>div:last-child {
  flex: 1 1 calc(100% - 160px);
  text-align: right;
}

.order-recapitulation {
  margin-bottom: 16px;
}

.order-recapitulation strong,
.recapitulation-single strong {
  font-weight: 400;
}

.order-recapitulation strong span,
.recapitulation-single strong span {
  font-weight: 700;
}

.recapitulation-single>span {
  display: none;
}

.recapitulation-single>strong {
  align-items: center;
  display: flex;
  flex: 1 1 calc(100% - 160px);
  justify-content: space-between;
}

.recapitulation-single>strong span {
  margin-left: 1ex;
  order: 2;
  white-space: nowrap;
}

.cart-items .cart-item+.recapitulation-single {
  padding-top: 1em;
}

.order-summary-inner .recapitulation-shipping-billing-info--withVat {
  flex-basis: 100%;
  font-size: 12px;
  font-weight: 500;
  justify-content: flex-end;
  line-height: 16px;
  order: 1;
  text-align: right;
}

.order-summary-item {
  padding-top: 16px;
}

@media (min-width: 992px) {
  .order-summary-item.price {
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px 16px 24px;
  }
}

.preauthorization-box {
  margin: 16px -16px 24px;
  padding: 16px;
}

@media (min-width: 1200px) {
  .preauthorization-box {
    margin: 0 -32px 24px;
    padding: 16px 32px;
  }
}

.preauthorization-box__title {
  font-size: 16px;
}

.order-summary-heading {
  margin-top: 32px;
  text-align: center;
}

.order-summary-heading~p {
  text-align: center;
}

.recapitulation-wrapper .order-summary-item,
.recapitulation-wrapper .summary-thx {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.recapitulation-wrapper .order-summary-item {
  margin-bottom: 16px;
}

.recapitulation-wrapper .summary-thx {
  margin-bottom: 32px;
}

.recapitulation-wrapper .co-payment-method .reca-row-centered {
  margin-left: auto;
  margin-right: auto;
}

.recapitulation-wrapper .co-payment-method .reca-row-centered table.recapitulation-table>tbody>tr>td {
  text-align: right;
}

@media (min-width: 992px) {
  .recapitulation-wrapper .co-payment-method .reca-row-centered {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .recapitulation-wrapper .co-payment-method .reca-row-centered {
    width: 50%;
  }
}

.contact-box ul li>span:before,
.ordering-process .co-box h4:before {
  display: none;
}

.id--15 .content-inner {
  margin-top: 64px;
}

@media (min-width: 992px) {
  .id--15 .content-inner {
    margin-left: 8%;
    margin-right: 8%;
  }
}

.col-sm-12 .recapitulation-table.table {
  width: 50%;
}

@media (max-width: 767px) {
  .col-sm-12 .recapitulation-table.table {
    width: 100%;
  }
}

.ordering-process .co-box.co-payment-method .row {
  border-radius: 8px;
  padding: 16px 8px;
}

.co-payment-method .col-md-6:only-child {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.co-payment-method .col-md-6:only-child .recapitulation-table td {
  text-align: right;
}

table.table.recapitulation-table>tbody>tr>td,
table.table.recapitulation-table>tbody>tr>th {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 8px 0;
}

table.table.recapitulation-table>tbody>tr>th {
  padding-right: 8px;
  text-align: left;
  width: 40%;
}

@media (max-width: 767px) {
  table.table.recapitulation-table>tbody>tr {
    display: block;
  }

  table.table.recapitulation-table>tbody>tr th {
    display: block;
    padding: 0;
    width: 100%;
  }

  table.table.recapitulation-table>tbody>tr td {
    display: block;
    padding: 0 0 10px;
    word-break: break-word;
  }
}

@media (min-width: 768px) {
  table.table.recapitulation-table>tbody>tr th {
    width: 25vw;
  }
}

@media (min-width: 1200px) {
  table.table.recapitulation-table>tbody>tr th {
    width: auto;
  }
}

table.table.recapitulation-table:first-of-type {
  margin-bottom: 0;
}

.recapitulation-table-payment {
  align-items: flex-start;
  align-items: flex-end;
  display: flex;
  justify-content: left;
}

@media (max-width: 767px) {
  .recapitulation-table-payment {
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .recapitulation-table-payment {
    align-items: flex-start;
  }
}

.qrcode {
  border: 0;
}

@media (max-width: 767px) {
  .qrcode {
    margin: 0 auto;
  }
}

.recapitulation-wrapper {
  margin: 32px 0;
  text-align: center;
}

.recapitulation-wrapper table {
  text-align: left;
}

.order-complete-links {
  margin: 16px 0;
}

.order-complete-links a.btn {
  padding-left: 32px;
  padding-right: 32px;
}

.payment-success-icon {
  border-radius: 100%;
  border-style: solid;
  border-width: 8px;
  font-size: 48px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 32px;
  text-align: center;
  width: 120px;
}

@media (max-width: 767px) {
  .payment-success-icon {
    margin: 0 auto 16px;
  }
}

.consents {
  margin-top: 16px;
}

.next-step .btn.btn-lg {
  line-height: 36px;
  padding: 10px 20px;
}

.next-step .next-step-back {
  font-size: 14px;
}

.next-step-finish {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.order-button-text {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
}

.order-button-suffix {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: -6px;
  text-transform: none;
}

.next-step {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 16px;
  text-align: center;
}

@media (min-width: 480px) and (max-width: 991px) {
  .next-step {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1440px) {
  .next-step {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}

.next-step {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .next-step {
    margin-top: 16px;
  }
}

@media (min-width: 992px) {
  .id--9 .next-step {
    margin-top: 16px;
  }
}

.id--16 .next-step-finish:after,
.id--16 .next-step-forward:after,
.id--9 .next-step-finish:after,
.id--9 .next-step-forward:after {
  content: "\e90c";
  margin-left: 0.5em;
}

.content-inner>h1,
.content>h2 {
  text-align: center;
}

@media (min-width: 1200px) {
  .aside-indented .products-top>div.product {
    width: 25%;
  }
}

#category-header {
  border-radius: 8px;
  padding-top: 8px;
}

#category-header label {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#category-header input[type="radio"]+label {
  font-size: 16px;
  line-height: 24px;
  margin-right: 4px;
  padding: 16px;
}

@media (min-width: 992px) {

  .multiple-columns-body.mobile #category-header input[type="radio"]+label,
  .one-column-body #category-header input[type="radio"]+label {
    padding: 10px 15px;
  }
}

@media (min-width: 1440px) {
  .multiple-columns-body.desktop #category-header input[type="radio"]+label {
    padding: 10px 15px;
  }
}

:where(body.ums_a11y_category_page--off) #category-header input[type="radio"]:checked+label {
  font-weight: 700;
}

:where(body.ums_a11y_category_page--on) #category-header input[type="radio"].active+label {
  font-weight: 700;
}

.pagination-wrapper .load-products {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 16px;
  padding: 16px;
}

.pagination-wrapper .load-products:after {
  content: "\e916";
  margin-left: 0.5em;
}

.pagination-wrapper .pagination,
.pagination-wrapper .pagination-top,
.pagination-wrapper .pagination-top>strong,
.pagination-wrapper .pagination>strong {
  font-weight: 600;
}

.pagination-wrapper .pagination .pagination-link,
.pagination-wrapper .pagination a:last-child,
.pagination-wrapper .pagination-top .pagination-link,
.pagination-wrapper .pagination-top a:last-child {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
}

.pagination-wrapper .pagination .pagination-link,
.pagination-wrapper .pagination-top .pagination-link {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.category-banners {
  margin-bottom: 16px;
  margin-top: 8px;
}

.homepage-group-title {
  padding-top: 0px;
  text-align: center;
}

.homepage-group-title.h4 {
  word-wrap: break-word;
  color: var(--color-tertiary-hover);
  font-family: var(--template-headings-font), sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.1;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 40px;
  text-transform: none;
}

@media (min-width: 768px) {
  .homepage-group-title.h4 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 38px;
  }
}

.blank-mode .homepage-group-title.h4 {
  font-family: var(--template-headings-font), sans-serif;
}

.homepage-latest-contribution {
  text-align: center;
}

.homepage-latest-contribution .latest-contribution-wrapper {
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .homepage-latest-contribution .latest-contribution-wrapper {
    padding-bottom: 80px;
  }
}

.homepage-latest-contribution .latest-contribution {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}

@media (min-width: 768px) {
  .homepage-latest-contribution .latest-contribution {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .homepage-latest-contribution .latest-contribution {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: row;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.homepage-latest-contribution .latest-contribution h2 {
  flex: 0 0 100%;
  width: 100%;
}

.homepage-latest-contribution .latest-contribution a {
  flex: 1;
  padding: 0 16px;
}

@media (max-width: 1199px) {
  .homepage-latest-contribution .latest-contribution a {
    flex-basis: 50%;
    padding: 0 16px 40px;
  }
}

@media (max-width: 767px) {
  .homepage-latest-contribution .latest-contribution a {
    flex-basis: 100%;
    padding: 0 8px 40px;
  }
}

.homepage-latest-contribution .latest-contribution .latest-contribution-product {
  margin-bottom: 8px;
  margin-top: 16px;
}

.homepage-latest-contribution .latest-contribution .latest-contribution-info {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 16px;
}

.homepage-latest-contribution .latest-contribution .latest-contribution-info .latest-contribution-author {
  display: block;
  flex-basis: 100%;
  width: 100%;
}

.homepage-latest-contribution .latest-contribution .latest-contribution-info .latest-contribution-author,
.homepage-latest-contribution .latest-contribution .latest-contribution-info .latest-contribution-date,
.homepage-latest-contribution .latest-contribution .latest-contribution-info .latest-contribution-subject {
  padding: 0 8px 8px;
}

.homepage-latest-contribution .latest-contribution .latest-contribution-info>i {
  display: none;
}

.homepage-latest-contribution .latest-contribution .latest-contribution-description {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 24px;
}

.homepage-latest-contribution .latest-contribution-discussion .latest-contribution-image {
  height: 60px;
  margin: auto;
  position: relative;
  width: 60px;
}

.homepage-latest-contribution .latest-contribution-discussion .latest-contribution-image img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.homepage-latest-contribution .latest-contribution-discussion .latest-contribution-image .vote-initials {
  height: 60px;
  line-height: 60px;
  width: 60px;
}

.homepage-latest-contribution .latest-contribution-discussion .latest-contribution-image span:not(:only-child) {
  display: none;
}

.homepage-latest-contribution .latest-contribution-rating .latest-contribution-image img {
  border-radius: 8px;
}

.homepage-latest-contribution .latest-contribution-rating .latest-contribution-info {
  align-items: center;
  display: flex;
  flex-flow: column-reverse;
}

.homepage-latest-contribution .latest-contribution-rating .latest-contribution-info .latest-contribution-author:after {
  content: "";
}

.homepage-latest-contribution .latest-contribution-rating .stars {
  height: 20px;
  margin: 8px 0;
  width: auto;
}

.homepage-latest-contribution .latest-contribution-rating .stars .star {
  height: 20px;
  margin: 0 5px;
  width: 20px;
}

.homepage-latest-contribution .latest-contribution-rating .stars .star:before {
  font-size: 20px;
  line-height: 20px;
}

.homepage-latest-contribution .latest-contribution-placeholder {
  display: none;
}

.welcome-wrapper {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .welcome-wrapper {
    font-size: 16px;
    padding: 48px 0;
  }

  .welcome-wrapper h1 {
    margin-bottom: 32px;
  }

  .welcome-wrapper p {
    margin: 0 0 16px;
  }

  .one-column-body .welcome-wrapper .welcome {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

#navigation {
  top: 60px;
}

@media (min-width: 768px) {
  #navigation {
    top: auto;
    visibility: hidden;
  }

  #navigation.visible {
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navigation-window-visible #navigation {
    width: 100%;
  }
}

.fitted .navigation-in ul {
  justify-content: center;
}

.fitted .navigation-in ul.menu-level-2 {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .navigation-in>ul {
    /* padding-top: 10px; */
    padding-top: 0px;
  }

  .navigation-in>ul>li {
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    margin: 8px 16px;
  }

  .navigation-in>ul>li:first-child {
    border-top-style: solid;
  }

  .navigation-in>ul>li a {
    position: relative;
  }

  .navigation-in>ul>li a .submenu-arrow {
    padding: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .navigation-in>ul>li .menu-level-2 a {
    font-weight: 500;
  }

  .navigation-in>ul>li.exp {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .navigation-in>ul>li>a {
    text-transform: uppercase;
  }

  .navigation-in>ul>li a {
    border-radius: 8px;
  }

  .navigation-in>ul>li.ext>ul,
  .navigation-in>ul>li.ext>ul>li {
    align-items: flex-start;
  }

  .navigation-in>ul>li.ext>ul>li>a {
    padding: 0;
    width: 100px;
  }

  .navigation-in>ul>li.ext>ul>li>div {
    padding-left: 24px;
    width: 100%;
  }

  .navigation-in>ul>li.ext>ul>li>div>a {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul {
    font-size: 12px;
    line-height: 1.4;
    max-height: 10.5em;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul>li {
    display: block;
    padding: 4px 0;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul>li>a {
    font-weight: 500;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .navigation-in>ul>li.ext>ul>li>div>ul.has-more-items {
    overflow: visible;
    position: relative;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul.has-more-items .more-items-trigger {
    cursor: pointer;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul.has-more-items .more-items-trigger:before {
    content: "\2026";
    vertical-align: top;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul.has-more-items li {
    display: none;
  }

  .navigation-in>ul>li.ext>ul>li>div>ul.has-more-items li:nth-child(-n + 4) {
    display: block;
  }
}

@media (min-width: 768px) {
  .navigation-in>ul>li>ul {
    padding: 20px 0;
    padding-left: calc(50% - 369.5px);
    padding-right: calc(50% - 369.5px);
  }
}

@media (min-width: 992px) {
  .navigation-in>ul>li>ul {
    padding-left: calc(50% - 482px);
    padding-right: calc(50% - 482px);
  }
}

@media (min-width: 1200px) {
  .navigation-in>ul>li>ul {
    padding-left: calc(50% - 585px);
    padding-right: calc(50% - 585px);
  }
}

@media (min-width: 1440px) {
  .navigation-in>ul>li>ul {
    padding-left: calc(50% - 856px);
    padding-right: calc(50% - 856px);
  }
}

@media (min-width: 768px) {
  .navigation-in>ul>li>ul>li {
    flex-basis: 184.75px;
    padding: 40px;
    width: 184.75px;
  }
}

@media (min-width: 992px) {
  .navigation-in>ul>li>ul>li {
    flex-basis: 241px;
    width: 241px;
  }
}

@media (min-width: 1200px) {
  .navigation-in>ul>li>ul>li {
    flex-basis: 292.5px;
    width: 292.5px;
  }
}

@media (min-width: 1440px) {
  .navigation-in>ul>li>ul>li {
    flex-basis: 428px;
    width: 428px;
  }
}

.navigation-in>ul>li>ul>li>div>ul {
  max-height: 64px;
}

.navigation-in>ul>li>ul>li>div>ul>li {
  display: block;
}

.navigation-close {
  display: none;
}

.menu-helper {
  padding: 0 16px;
}

.menu-helper>span {
  display: none;
}

@media (min-width: 768px) {
  .menu-helper>ul {
    border-radius: 8px;
    border-style: solid;
    border-top-right-radius: 0;
    border-width: 1px;
    font-weight: 600;
    margin-right: 8px;
    padding: 8px 16px;
  }

  .menu-helper>ul>li>a {
    align-items: center;
    display: flex;
    padding: 16px 0;
  }

  .menu-helper>ul>li>a .submenu-arrow:after {
    line-height: 10px;
  }
}

.menu-helper .menu-level-2 {
  padding-bottom: 8px;
}

li.exp>a .submenu-arrow:after {
  transform: none;
}

.submenu-visible li.exp>a .submenu-arrow:after {
  content: "\e911";
  transform: none;
}

.popup-widget {
  top: 0;
}

@media (min-width: 992px) {
  .popup-widget {
    left: auto;
    margin-left: 0;
    margin-right: 21.33333px;
    right: 0;
  }
}

@media (max-width: 991px) {
  .user-action {
    position: relative;
  }
}

.user-action-in .popup-widget {
  z-index: 1003;
}

@media (min-width: 992px) {
  .user-action-in .popup-widget {
    border-radius: 8px;
    margin-top: 0;
    top: 100%;
  }

  .admin-logged .user-action-in .popup-widget {
    top: 100%;
  }

  .user-action-in .popup-widget .popup-widget-inner {
    border-radius: 8px;
  }
}

@media (max-width: 991px) {
  .user-action-in .popup-widget .popup-widget-inner {
    overflow-y: auto;
  }
}

.user-action-in .popup-widget.loader-wrapper {
  min-height: 97px;
}

.ajax-pending .loader-wrapper:after,
.ajax-pending-element:after,
.loader-overlay {
  border-radius: 8px;
}

.popup-widget-inner.cart-widget-inner {
  padding: 24px;
}

.popup-widget-inner.cart-widget-inner.full {
  margin-bottom: 120px;
}

@media (max-width: 991px) {
  .popup-widget-inner.cart-widget-inner .cart-widget-products {
    margin-bottom: 120px;
  }
}

.popup-widget-inner.cart-widget-inner:not(.full) .cart-widget-products-inner .cart-widget-product {
  align-items: center;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  min-height: 120px;
}

.popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product {
  padding: 16px 0;
}

.popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product:first-child {
  padding-top: 0;
}

.popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product .cart-widget-product-name-and-price {
  padding-left: 16px;
  padding-right: 16px;
}

.popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product>div.cart-widget-product-unit {
  display: none;
}

.popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product .cart-widget-product-amount {
  padding: 0;
  width: 104px;
}

.popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product .cart-widget-product-delete {
  padding-left: 0;
}

@media (max-width: 480px) {
  .popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .popup-widget-inner.cart-widget-inner .cart-widget-products .cart-widget-product .cart-widget-product-name-and-price {
    width: calc(100% - 76px);
  }
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  bottom: 0;
  display: flex;
  flex-flow: column-reverse;
  height: 120px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  margin-bottom: 3em;
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-widget-button {
  border-radius: 8px;
  margin: 0;
  padding: 24px;
  top: 0;
}

@media (max-width: 991px) {
  .popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-widget-button {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
  }
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-widget-button a {
  padding: 16px;
  width: 100%;
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-free-shipping {
  bottom: 0;
  height: auto;
  position: relative;
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-free-shipping>div {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 0 24px;
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-free-shipping>div div strong {
  display: inline-block;
  padding-top: 8px;
  color: var(--color-primary-hover);
  font: normal normal normal 22px / 24px Poppins;
  letter-spacing: 0px;
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-free-shipping .price-range {
  margin-bottom: 0;
  margin-top: 8px;
  max-width: 100%;
  padding-bottom: 0;
}

.popup-widget-inner.cart-widget-inner .cart-widget-bottom .cart-free-shipping .price-range div {
  padding-bottom: 0;
}

.popup-widget.login-widget {
  right: 50px;
}

@media(min-width: 992px) {
  .popup-widget.search-widget {
    overflow: auto;
  }
}

.popup-widget.search-widget {
  padding: 16px;
}

@media (min-width: 992px) {
  .popup-widget.search-widget {
    align-items: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    overflow: visible;
    padding: 32px 64px 24px;
    right: 0;
    width: calc(100% - 32px);
  }
}

.search-window-visible .popup-widget.search-widget {
  display: flex;
}

.popup-widget.search-widget .search-widget-close {
  display: none;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.popup-widget.search-widget .search-widget-close:before {
  content: "\e912";
  cursor: pointer;
}

@media (min-width: 992px) {
  .popup-widget.search-widget .search-widget-close {
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
  }
}

.popup-widget.search-widget form {
  width: 100%;
}

.popup-widget.search-widget form .search-form-input-group {
  display: flex;
  margin: auto;
  max-width: 640px;
  width: 100%;
}

.popup-widget.search-widget form .search-form-input-group .search-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 64px;
  padding: 20px 16px;
}

.popup-widget.search-widget form .search-form-input-group .search-button {
  border-radius: 0px !important;
  border: 0;
  height: 64px;
  padding: 24px;
  position: relative;
}

.search-widget .search-widget-try-button {
  width: 100%;
}

@media (min-width: 992px) {
  body.user-action-visible.search-window-visible:before {
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1002
  }
}

.search-window-visible:before {
  background-color: rgba(0, 0, 0, .65);
}

.products-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 768px) {
  .products-block {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.products-block>div {
  max-width: 100%;
  padding: 32px;
  position: relative;
  width: 100%;
}

@media (min-width: 320px) {
  .columns-mobile-2 .products-block>div {
    width: 50%;
  }
}

@media (min-width: 992px) {

  .columns-3 .products-block>div,
  .columns-4 .products-block>div {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .columns-4 .products-block>div {
    width: 25%;
  }
}

.products-block>div .p {
  border: none;
  display: flex;
  flex-flow: column;
  height: 100%;
  position: relative;
  text-align: center;
  justify-content: space-between !important;
}

.products-block>div .p .image {
  order: 1;
}

.products-block>div .p .p-in {
  order: 3;
  padding-top: 16px;
}

.products-block>div .p .p-in .p-in-in .name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.4px;
  overflow: hidden;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .products-block>div .p .p-in .p-in-in .name {
    height: 48px;
    line-height: 24px;
  }
}

.products-block>div .p .p-in .ratings-wrapper {
  padding: 5px 0;
}

.products-block>div .p .p-in .ratings-wrapper .stars-placeholder,
.products-block>div .p .p-in .ratings-wrapper .stars-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 16px;
  justify-content: center;
}

.products-block>div .p .p-in .ratings-wrapper .star-list {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.products-block>div .p .p-in .ratings-wrapper .star-list .star {
  margin: 0 5px;
}

.products-block>div .p .p-in .p-bottom>div .prices {
  align-items: center;
  display: flex;
  padding: 5px 0;
}

.products-block>div .p .p-in .p-bottom>div .prices .price-final strong {
  text-align: left;
  font: normal normal normal 20px / 20px Poppins;
  letter-spacing: 0px;
  color: #23436c;
}

.products-block>div .p .p-in .p-bottom>div .prices .price-standard {
  margin-left: 5px;
  margin-right: 5px;
}

.products-block>div .p .p-in .p-bottom>div .prices .price-save {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.products-block>div .p .p-in .p-bottom>div .prices .price-additional {
  font-size: 12px;
}

.products-block>div .p .p-in .p-bottom>div .p-tools {
  padding: 16px 0 0;
}

.products-block>div .p .p-in .p-bottom>div .p-tools .pr-action {
  width: 100%;
}

.products-block>div .p .p-in .p-bottom>div .p-tools .pr-action .quantity {
  display: none;
}

.products-block>div .p .p-in .p-bottom>div .p-tools .btn.btn-primary {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.products-block>div .p .p-in .p-bottom>div .p-tools .btn.btn-primary i {
  margin-left: 0.5em;
}

.products-block>div .p .p-in .p-bottom>div .p-tools .add-to-cart-button:before {
  display: none;
}

.products-block>div .p .p-in .p-bottom>div .p-tools .add-to-cart-button i {
  margin-right: 0.5em;
}

.products-block>div .p .p-in .p-bottom>div .p-desc {
  padding: 8px 0 0;
}

@media (min-width: 768px) {
  .products-block>div .p .p-in .p-bottom>div .p-desc {
    padding: 16px 0 0;
  }
}

.products-block>div .p .p-code {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 16px;
  order: 2;
  text-align: right;
  text-transform: uppercase;
}

.products-inline:not(.products-top)>div {
  border-width: 0;
  max-width: 100%;
  padding: 8px 0;
  position: relative;
  width: 100%;
}

.products-inline:not(.products-top)>div .quantity {
  margin-right: 5px;
}

.products-inline:not(.products-top)>div .quantity .decrease,
.products-inline:not(.products-top)>div .quantity .increase,
.products-inline:not(.products-top)>div .quantity input {
  height: 52px;
}

.products-inline:not(.products-top)>div .quantity .decrease:before,
.products-inline:not(.products-top)>div .quantity .increase:before,
.products-inline:not(.products-top)>div .quantity input:before {
  line-height: 52px;
}

.products-inline:not(.products-top)>div .name {
  font-weight: 700;
}

.products-inline:not(.products-top)>div .p .p-in .p-bottom .p-tools {
  margin-top: 0;
}

.products-inline:not(.products-top) .product .btn,
.products-inline:not(.products-top) .product a.btn {
  margin-bottom: 0;
  margin-right: 5px;
}

.p-detail-inner {
  align-content: flex-start;
  align-items: stretch;
  clear: both;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (min-width: 992px) {
  .wide .p-detail-inner {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .p-detail-inner {
    flex-direction: row;
  }
}

.p-detail-inner .p-detail-inner-header {
  display: none;
}

@media (min-width: 1200px) {
  .narrow .p-detail-inner .p-detail-inner-header {
    display: block;
  }
}

@media (min-width: 992px) {
  .wide .p-detail-inner .p-detail-inner-header {
    display: block;
  }
}

.p-detail-inner .p-data-wrapper,
.p-detail-inner .p-image-wrapper {
  align-self: auto;
  flex: 1 1 auto;
  padding-top: 0;
  width: 100%;
}

.p-detail-inner .p-image-wrapper {
  order: 1;
}

.wide .p-detail-inner .p-image-wrapper {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .wide .p-detail-inner .p-image-wrapper {
    padding-right: 64px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .p-detail-inner .p-image-wrapper {
    padding-right: 64px;
    width: 50%;
  }
}

.p-detail-inner .p-image-wrapper .p-image {
  position: relative;
}

.p-detail-inner .p-data-wrapper {
  order: 2;
}

@media (min-width: 992px) {
  .wide .p-detail-inner .p-data-wrapper {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .p-detail-inner .p-data-wrapper {
    width: 50%;
  }
}

.p-detail-inner .brand-wrapper {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.p-detail-inner h1 {
  word-wrap: break-word;
  color: var(--color-tertiary-hover);
  font-family: var(--template-headings-font), sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.1;
  line-height: 28px;
  margin-bottom: 32px;
  margin-top: 0;
  text-transform: none;
}

@media (min-width: 768px) {
  .p-detail-inner h1 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 38px;
  }
}

.blank-mode .p-detail-inner h1 {
  font-family: var(--template-headings-font), sans-serif;
}

.p-detail-inner .stars-wrapper .star-list {
  margin-right: 8px;
  width: auto;
}

.p-detail-inner .stars-wrapper .star-list .star {
  margin: 0 3px;
}

.p-detail-inner .buttons-wrapper,
.p-detail-inner .detail-parameters,
.p-detail-inner .p-detail-inner-header,
.p-detail-inner .p-price-wrapper,
.p-detail-inner .p-short-description,
.p-detail-inner .p-to-cart-block,
.p-detail-inner .size-id-wrapper,
.p-detail-inner .surcharge-list {
  margin-bottom: 16px;
}

@media (min-width: 768px) {

  .p-detail-inner .buttons-wrapper,
  .p-detail-inner .detail-parameters,
  .p-detail-inner .p-detail-inner-header,
  .p-detail-inner .p-price-wrapper,
  .p-detail-inner .p-short-description,
  .p-detail-inner .p-to-cart-block,
  .p-detail-inner .size-id-wrapper,
  .p-detail-inner .surcharge-list {
    margin-bottom: 32px;
  }
}

.p-detail-inner .buttons-wrapper:empty {
  display: none;
}

.p-detail-inner .p-variants-block {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-detail-inner .p-variants-block {
    margin-bottom: 16px;
  }
}

.p-detail-inner .p-gifts-heading {
  text-transform: none;
}

.p-detail-inner .surcharge-list .surcharge-label,
.p-detail-inner .surcharge-list .variant-label,
.p-detail-inner .variant-list .surcharge-label,
.p-detail-inner .variant-list .variant-label {
  display: inline-block;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 768px) {

  .p-detail-inner .surcharge-list .surcharge-label,
  .p-detail-inner .surcharge-list .variant-label,
  .p-detail-inner .variant-list .surcharge-label,
  .p-detail-inner .variant-list .variant-label {
    font-size: 12px;
  }
}

.p-detail-inner .surcharge-list select,
.p-detail-inner .variant-list select {
  border-radius: 8px;
  height: 48px;
  margin-bottom: 16px;
  width: 100%;
}

.p-detail-inner .advanced-parameter.has-image,
.p-detail-inner .advanced-parameter.has-image .advanced-parameter-inner {
  height: 100px;
  width: 100px;
}

.p-detail-inner .advanced-parameter .advanced-parameter-inner {
  border-width: 2px;
  box-shadow: none;
}

.p-detail-inner .advanced-parameter .advanced-parameter-inner.yes-before:before {
  display: none;
}

.p-detail-inner .p-price-wrapper {
  text-align: left;
  width: 100%;
}

.p-detail-inner .p-price-wrapper .price-final {
  word-wrap: break-word;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 0;
  text-transform: none;
}

@media (min-width: 768px) {
  .p-detail-inner .p-price-wrapper .price-final {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.p-detail-inner .p-price-wrapper .price-additional {
  display: block;
}

.p-detail-inner .p-price-wrapper .price-save {
  padding-left: 4px;
}

.p-detail-inner .detail-parameters .delivery-time {
  display: inline;
}

.p-detail-inner .detail-parameters .detail-parameter-availability {
  font-weight: 700;
}

.p-detail-inner .detail-parameters .detail-parameter-availability>.availability-desc-label {
  display: none;
}

.p-detail-inner .p-to-cart-block .add-to-cart {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-detail-inner .p-to-cart-block .quantity {
  margin-right: 16px;
}

@media (min-width: 768px) {
  .p-detail-inner .p-to-cart-block .quantity {
    margin-right: 32px;
  }
}

.p-detail-inner .p-to-cart-block .add-to-cart-button {
  flex-grow: 1;
  height: 48px;
}

.p-detail-inner .p-to-cart-block .add-to-cart-button i {
  margin-right: 0.5em;
}

.p-detail-inner .p-to-cart-block .add-to-cart--express-checkout {
  flex-flow: row wrap;
  gap: 16px;
  justify-content: flex-start;
}

.p-detail-inner .p-to-cart-block .add-to-cart--express-checkout .quantity {
  margin-right: 0;
}

.p-detail-inner .p-to-cart-block .add-to-cart__quantity-label {
  flex: 1 0 100%;
  font-weight: 700;
}

@media (min-width: 480px) {
  .p-detail-inner .p-to-cart-block .add-to-cart__quantity-label {
    display: none;
  }
}

.p-detail-inner .p-to-cart-block .add-to-cart__buttons-wrapper {
  display: grid;
  flex: 1 0 100%;
  gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 480px) {
  .p-detail-inner .p-to-cart-block .add-to-cart__buttons-wrapper {
    flex: 1 1 auto;
    grid-template-columns: 1fr 1fr;
  }
}

.p-detail-inner .p-to-cart-block .express-checkout-button {
  height: 48px;
}

.p-detail-inner .p-to-cart-block .express-checkout-button:before {
  display: none;
}

.p-detail-inner .p-to-cart-block .express-checkout-button i {
  margin-right: 0.5em;
}

.p-detail-inner .p-detail-inner-header-mobile {
  text-align: center;
}

.p-detail-inner .p-detail-inner-header-mobile .brand-wrapper {
  padding-bottom: 8px;
}

.p-detail-inner .p-detail-inner-header-mobile .stars-wrapper {
  justify-content: center;
  padding-bottom: 16px;
}

@media (min-width: 1200px) {
  .narrow .p-detail-inner .p-detail-inner-header-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .wide .p-detail-inner .p-detail-inner-header-mobile {
    display: none;
  }
}

.p-thumbnails-wrapper {
  margin: 16px 0;
}

@media (max-width: 767px) {

  .p-thumbnails-wrapper .p-thumbnails,
  .p-thumbnails-wrapper .p-thumbnails>div {
    height: 48px;
  }
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
    margin-right: 8px;
  }
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a:before {
  display: none;
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a img {
    height: 48px;
    width: auto;
  }
}

.link-icons {
  margin: 0;
}

.link-icons .link-icon {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 16px 16px 0;
  padding: 8px;
  text-transform: none;
}

@media (min-width: 768px) {
  .link-icons .link-icon {
    margin: 0 48px 32px 0;
  }
}

.link-icons .link-icon i {
  display: block;
  font-size: 28px;
  margin-bottom: 16px;
}

.link-icons .link-icon:before {
  display: none;
}

.social-buttons-wrapper .social-buttons {
  align-items: center;
  min-height: calc(100% - 32px);
}

.p-detail-full-width {
  padding: 32px 0;
}

@media (max-width: 767px) {
  .p-detail-full-width {
    margin: 16px -8px;
    padding: 16px 0;
  }

  .p-detail-full-width .container-full-width,
  .p-detail-full-width .shp-tabs-holder {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.p-detail-full-width #tab-content {
  border-radius: 8px;
  padding: 24px;
}

@media (min-width: 768px) {
  .p-detail-full-width #tab-content {
    padding: 40px;
  }
}

.shp-tabs-row {
  margin-bottom: -8px;
}

#content .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  margin-bottom: 0;
}

.shp-tabs-row .shp-tabs-holder ul.shp-tabs li.shp-tab {
  margin-right: 20px;
}

.shp-tabs-row .shp-tabs-holder ul.shp-tabs li.shp-tab a {
  border-radius: 0px;
  padding: 8px 24px 16px;
}

@media (min-width: 768px) {
  .shp-tabs-row .shp-tabs-holder ul.shp-tabs li.shp-tab a {
    padding: 16px 40px 16px;
    color: var(--color-primary-hover);
  }
}

.shp-tabs-row .shp-tabs-holder ul.shp-tabs li.shp-tab.active a {
  font-weight: 700;
}

.responsive-nav .hidden-links {
  border-radius: 8px;
  border-style: solid;
  border-top-right-radius: 0;
  border-width: 1px;
  font-weight: 600;
  margin-right: 8px;
  padding: 16px;
}

.description-inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.description-inner .basic-description {
  width: 100%;
}

@media (min-width: 1200px) {

  .mobile .description-inner .basic-description,
  .one-column-body .description-inner .basic-description {
    flex: 1 1 auto;
    padding-right: 32px;
    width: 66.666666%;
  }
}

.description-inner .basic-description>h4:first-child {
  font: normal normal bold 24px / 24px Poppins !important;
  letter-spacing: 0px !important;
  color: #e5ce99 !important;
  text-transform: uppercase;
}

.description-inner .extended-description {
  padding: 25px 25px;
  border: 2px solid #20406c;
}

@media (min-width: 1200px) {

  .mobile .description-inner .extended-description,
  .one-column-body .description-inner .extended-description {
    flex: 0 1 auto;
    min-width: 33.333333%;
    width: 33.333333%;
  }

  .mobile .description-inner .extended-description>h4:first-child,
  .one-column-body .description-inner .extended-description>h4:first-child {
    margin-top: 0;
    font: normal normal bold 24px / 24px Poppins !important;
    letter-spacing: 0px !important;
    color: #e5ce99 !important;
    text-transform: uppercase;
  }
}

@media (min-width: 1440px) {
  .multiple-columns-body .description-inner .extended-description {
    min-width: 50%;
    width: auto;
  }
}

.tab-pane .detail-parameters {
  overflow: hidden;
  width: 100%;
}

.tab-pane .detail-parameters td,
.tab-pane .detail-parameters th {
  padding: 8px 16px;
}

.tab-pane .detail-parameters th {
  font-weight: 700;
  text-align: left;
}

.tab-pane .detail-parameters th .row-header-label {
  display: block;
  position: relative;
}

.tab-pane .detail-parameters th .row-header-label.has-tooltip {
  padding-right: 25px;
}

.tab-pane .detail-parameters th .row-header-label .show-tooltip {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .tab-pane .detail-parameters th .row-header-label .show-tooltip {
    top: 3px;
  }
}

.tab-pane .detail-parameters td {
  font-weight: 400;
}

@media (min-width: 768px) {
  .tab-pane .detail-parameters td {
    font-weight: 400;
    letter-spacing: 0.8px;
  }
}

.products-alternative-wrapper,
.products-alternative-wrapper.product-slider-holder,
.products-related-wrapper,
.products-related-wrapper.product-slider-holder {
  padding-top: 40px;
}

.xyDiscount__banner {
  align-items: center;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  font-size: 14px;
  gap: 12px;
  margin: 32px 0;
  padding: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .xyDiscount__banner {
    font-size: 16px;
    gap: 16px;
    padding: 16px;
  }
}

.xyDiscount__icon {
  align-self: flex-start;
  border-radius: 50%;
  padding: 6px;
}

.xyDiscount__icon:after,
.xyDiscount__icon:before {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}

.xyDiscount__title {
  font-weight: 700;
}

.xyDiscount__description {
  line-height: 1.4;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .xyDiscount__description {
    margin-top: 8px;
  }
}

.xyDiscount__description p {
  margin-bottom: 4px;
}

.xyDiscount__description> :last-child {
  margin-bottom: 2px;
}

.xyDiscount__conditions {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .xyDiscount__conditions {
    margin-top: 8px;
  }
}

.xyDiscount__conditions a {
  text-decoration: underline;
}

.xyDiscount__conditions a:hover {
  text-decoration: none;
}

body {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 20px;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
}

p {
  margin-bottom: 24px;
}

.h1,
h1 {
  word-wrap: break-word;
  color: var(--color-tertiary-hover);
  font-family: var(--template-headings-font), sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-weight: 700;
  line-height: 1.1;
  line-height: 38px;
  margin-bottom: 16px;
  margin-top: 40px;
  text-transform: none;
}

@media (min-width: 768px) {

  .h1,
  h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
    margin-top: 0;
  }
}

.blank-mode .h1,
.blank-mode h1,
.h2,
h2 {
  font-family: var(--template-headings-font), sans-serif;
}

.h2,
h2 {
  word-wrap: break-word;
  color: var(--color-tertiary-hover);
  font-size: 24px;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.1;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 40px;
  text-transform: none;
}

@media (min-width: 768px) {

  .h2,
  h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 38px;
  }
}

.blank-mode .h2,
.blank-mode h2,
.h3,
h3 {
  font-family: var(--template-headings-font), sans-serif;
}

.h3,
h3 {
  word-wrap: break-word;
  color: var(--color-tertiary-hover);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  line-height: 23px;
  margin-bottom: 24px;
  margin-top: 40px;
  text-transform: none;
}

@media (min-width: 768px) {

  .h3,
  h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }
}

.blank-mode .h3,
.blank-mode h3,
.h4,
h4 {
  font-family: var(--template-headings-font), sans-serif;
}

.h4,
h4 {
  word-wrap: break-word;
  color: var(--color-tertiary-hover);
  font-size: 20px;
  font-weight: 600;
  font-weight: 700;
  line-height: 1.1;
  line-height: 19px;
  margin-bottom: 24px;
  margin-top: 40px;
  text-transform: none;
}

@media (min-width: 768px) {

  .h4,
  h4 {
    font-size: 20px;
    line-height: 23px;
  }
}

.blank-mode .h4,
.blank-mode h4 {
  font-family: var(--template-headings-font), sans-serif;
}

.container {
  max-width: 100%;
}

input[type="checkbox"]+label:after,
input[type="checkbox"]+label:before {
  border-radius: 3px;
}

input[type="checkbox"]:checked+label:after {
  align-items: center;
  content: "\e913";
  display: flex;
  font-size: 8px;
  height: 16px;
  justify-content: center;
  left: 0;
  width: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-option-block+.form-group,
fieldset+.form-group {
  margin-top: 16px;
}

.form-group label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input+label {
  text-transform: none;
}

.form-group [type="checkbox"]+label,
.form-group [type="hidden"]+label,
.form-group [type="radio"]+label {
  font-size: 14px;
  font-weight: 600;
}

.form-group [type="checkbox"]:checked+label,
.form-group [type="radio"]:checked+label {
  font-weight: 700;
}

.express-checkout__invoicing #shipping-address .box .form-option-block+.form-group {
  margin-top: 24px;
}

@media (min-width: 480px) {
  .express-checkout__invoicing #shipping-address .box .form-option-block+.form-group {
    margin-top: 32px;
  }
}

.validator-msg {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.ui-slider-handle {
  align-items: center;
  box-shadow: 0 2px 4px rgba(23, 47, 111, 0.24);
  display: flex;
  justify-content: center;
  text-align: center;
}

.ui-slider-handle:before {
  content: "\e915";
  font-size: 8px;
  height: 32px;
  line-height: 32px;
}

.btn.add-to-cart-button,
.btn.btn-cart,
.btn.btn-primary,
a.btn.add-to-cart-button,
a.btn.btn-cart,
a.btn.btn-primary {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.btn.add-to-cart-button:before,
.btn.btn-cart:before,
a.btn.add-to-cart-button:before,
a.btn.btn-cart:before {
  content: "\e921";
  margin-right: 0.5em;
}

.product .btn,
.product a.btn {
  margin-bottom: 8px;
}

.subscribe-form.compact-form .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.flags-default {
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}

.flags-default .flag {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 16px;
}

@media (min-width: 992px) {
  .flags-default .flag {
    clear: none;
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 8px;
    min-width: 30%;
    text-align: center;
  }
}

.flags-extra {
  left: 0;
  right: auto;
}

@supports (width: 100vw) {
  .full-width {
    position: relative;
    width: auto;
  }

  @media (min-width: 768px) {
    .full-width {
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      right: 50%;
      width: 100vw;
      width: calc(100vw - var(--scrollbar-width) / 2);
    }
  }

  @media (max-width: 767px) {
    .full-width.row {
      margin-left: 0;
      margin-right: 0;
    }
  }

  .sidebar+.content {
    min-width: 0;
  }

  .sidebar+.content .full-width {
    left: 0;
    margin-left: 0;
    margin-right: 0;
    right: 0;
    width: 100%;
  }
}

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

@media (min-width: 768px) {
  .container-full-width {
    max-width: 739px;
  }
}

@media (min-width: 992px) {
  .container-full-width {
    max-width: 964px;
  }
}

@media (min-width: 1200px) {
  .container-full-width {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container-full-width {
    max-width: 1712px;
  }
}

.quantity .increase {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.quantity .decrease {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.quantity .decrease-tooltip,
.quantity .increase-tooltip {
  right: 0;
  width: 100%;
}

.quantity input {
  font-family: inherit;
  font-size: 12px;
}

.quantity .decrease:before,
.quantity .increase:before {
  display: none;
}

.quantity .decrease__sign,
.quantity .increase__sign {
  display: block;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
}

.product-slider-holder.has-navigation .product-slider-navigation {
  opacity: 1;
}

#cboxClose,
#cboxContent,
#cboxLoadedContent,
#cboxLoadingOverlay {
  border-radius: 0px;
}

.pagination-wrapper {
  clear: both;
}

.product-slider .product-slider-pagination {
  margin-top: 0;
}

.multiple-columns-body .banners-row+.content-wrapper {
  margin-top: 32px;
}

article>img {
  margin-bottom: 24px;
}

@media (min-width: 768px) {

  .category-title,
  .content-inner>h1,
  .content>h2,
  article header h1 {
    margin-top: 0;
  }
}

.category-top,
.content-inner>h1,
.content>h2,
article header h1 {
  text-align: center;
  color: #23436c;
  font-size: 50px;
  margin: 20px 0;
}

.category-top {
  margin-bottom: 24px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .category-top {
    margin-bottom: 40px;
  }
}

.category-top .pagination-count {
  margin-top: -8px;
  padding-top: 0;
}

@media (min-width: 768px) {
  .category-top .pagination-count {
    margin-bottom: 24px;
    margin-top: -24px;
  }
}

.category-top .pagination-count strong {
  font-weight: 500;
}

.products-top-header {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 32px;
}

.products-top {
  justify-content: center;
  text-align: left;
}

.products-top .name {
  font-size: 16px;
  font-weight: 700;
}

.products-top>div.product .p {
  align-items: flex-start;
}

.products-top .product.revealed+.button-wrapper .chevron-down-after:after {
  content: "\e911";
}

.products-top .button-wrapper {
  padding-bottom: 8px;
}

.category-header {
  border-radius: 8px;
  padding-top: 8px;
}

:where(body.ums_a11y_category_page--off) .category-header label {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.category-header input[type="radio"]+label {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  margin-right: 4px;
  padding: 16px 40px;
}

:where(body.ums_a11y_category_page--off) .category-header input[type="radio"]:checked+label {
  font-weight: 700;
}

:where(body.ums_a11y_category_page--on) .category-header input[type="radio"].active+label {
  font-weight: 700;
}

.widget-parameter-wrapper .widget-parameter-value:first-child a {
  padding-left: 8px;
}

.widget-parameter-wrapper.justified {
  justify-content: center;
}

.type-search #content {
  text-align: center;
}

.type-search #content h2 .highlight {
  display: block;
}

.search-results,
.search-results-group {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 16px;
  padding-top: 16px;
}

@media (min-width: 768px) {

  .search-results,
  .search-results-group {
    margin-top: 32px;
    padding-top: 32px;
  }
}

.search-results .search-results-group-list ul,
.search-results-group .search-results-group-list ul {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

@media (min-width: 992px) {

  .search-results .search-results-group-list ul,
  .search-results-group .search-results-group-list ul {
    flex-flow: row;
    flex-wrap: wrap;
  }

  .search-results .search-results-group-list ul li,
  .search-results-group .search-results-group-list ul li {
    flex-basis: 50%;
    padding-top: 16px;
  }
}

@media (min-width: 1200px) {

  .search-results .search-results-group-list ul li,
  .search-results-group .search-results-group-list ul li {
    flex-basis: 33%;
  }
}

@media (min-width: 1440px) {

  .search-results .search-results-group-list ul li,
  .search-results-group .search-results-group-list ul li {
    flex-basis: 25%;
  }
}

.search-results .search-results-group-list ul li a:after,
.search-results-group .search-results-group-list ul li a:after {
  content: "\e910";
  display: inline-block;
  font-size: 12px;
  margin-left: 0.5em;
  vertical-align: baseline;
}

.search-results .search-results-group-list ul li a:after,
.search-results-group .search-results-group-list ul li a:after {
  content: none !important;
}

@media (min-width: 768px) {

  .id--4 .content,
  .id--8 .content {
    border-radius: 8px;
    padding: 40px 32px 0;
  }
}

a.login-btn {
  display: block;
  padding-left: 66px;
  position: relative;
  text-decoration: none;
}

a.login-btn.facebook,
a.login-btn.google,
a.login-btn.seznam {
  border-radius: 8px;
  height: 56px;
}

a.login-btn.facebook span,
a.login-btn.facebook strong,
a.login-btn.google span,
a.login-btn.google strong,
a.login-btn.seznam span,
a.login-btn.seznam strong {
  text-align: left;
}

a.login-btn.facebook strong,
a.login-btn.google strong,
a.login-btn.seznam strong {
  line-height: 56px;
  padding: 0;
}

a.login-btn.facebook .login-facebook-icon,
a.login-btn.google .login-facebook-icon,
a.login-btn.seznam .login-facebook-icon {
  align-items: center;
  background-image: none;
  display: flex;
  justify-content: center;
}

a.login-btn.facebook .login-facebook-icon i,
a.login-btn.google .login-facebook-icon i,
a.login-btn.seznam .login-facebook-icon i {
  font-size: 24px;
}

a.login-btn.facebook .login-google-icon,
a.login-btn.google .login-google-icon,
a.login-btn.seznam .login-google-icon {
  background-size: 24px 24px;
}

@media (min-width: 768px) {

  .id--4 .col-md-4,
  .id--4 .col-md-8,
  .id--8 .col-md-4,
  .id--8 .col-md-8 {
    width: 100%;
  }

  .id--4 #content,
  .id--8 #content {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.id--4 #formLogin,
.id--4 #register-form,
.id--8 #formLogin,
.id--8 #register-form {
  margin: 32px 0 40px;
}

.id--8 #register-form h4 {
  display: none;
}

.id--8 #register-form label {
  font-weight: 700;
  letter-spacing: 0.8px;
}

.id--8 #register-form input[type="checkbox"]+label,
.id--8 #register-form input[type="hidden"]+label,
.id--8 #register-form input[type="radio"]+label {
  font-weight: 600;
  margin-bottom: 0;
}

.id--8 #register-form input[type="checkbox"]+label strong,
.id--8 #register-form input[type="hidden"]+label strong,
.id--8 #register-form input[type="radio"]+label strong {
  font-weight: 600;
}

.id--8 #register-form .row div:first-child h4 {
  display: block;
  text-align: center;
}

.id--8 #register-form .row div:first-child h4 i {
  display: none;
}

.id--8 #register-form .register-soc {
  margin: 24px 0;
}

.id--8 #register-form .stay-in-touch {
  margin-top: 15px;
  margin-bottom: 15px;
}

.id--8 .co-box.co-registration {
  margin-top: 25px;
}

.id--8 #register-form .consents {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 0;
}

.id--8 #register-form .submit-wrapper p {
  margin-bottom: 0;
}

.id--8 #register-form input[type="submit"] {
  height: 56px;
  width: 100%;
}

.id--8 #register-form .radio-wrapper input[type="checkbox"]:checked+label:before,
.id--8 #register-form .radio-wrapper input[type="radio"]:checked+label:before,
.id--8 #register-form input[type="checkbox"]:checked+label:before,
.id--8 #register-form input[type="radio"]:checked+label:before {
  border-color: #23436c;
}

.id--8 #register-form .radio-wrapper input[type="checkbox"]:checked+label:after,
.id--8 #register-form .radio-wrapper input[type="radio"]:checked+label:after,
.id--8 #register-form input[type="checkbox"]:checked+label:after,
.id--8 #register-form input[type="radio"]:checked+label:after {
  background-color: #23436c;
  border-color: #23436c;
  color: #fff;
}

input.btn.btn-secondary.btn-text.btn-login,
button.btn.btn-secondary.btn-text.btn-login {
  transition: 0.4s;
}

input.btn.btn-secondary.btn-text.btn-login:hover,
button.btn.btn-secondary.btn-text.btn-login:hover {
  background-color: #0e2a4e !important;
}

.sidebar-inner {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 32px;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 16px;
}

#content .filters-wrapper>div:first-of-type {
  margin-bottom: 0;
}

.sidebar .box {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 20px;
}

.sidebar .box:first-child {
  border-top-width: 0;
  margin-top: 0;
}

.sidebar .box h4 {
  margin: 24px 0;
}

.sidebar .box:empty+.box {
  border-top-width: 0;
  margin-top: 0;
}

.vote-wrap {
  border-top-width: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 0;
}

.advanced-order .extras-wrap .extra {
  align-items: center;
  display: flex;
  justify-content: center;
}

.advanced-order .extras-wrap .extra .icon-van {
  font-size: 48px;
}

.advanced-order .extras-wrap .extra .icon-discount,
.advanced-order .extras-wrap .extra .icon-gift {
  font-size: 32px;
}

.advanced-order .extras-wrap .extra i {
  margin-right: 20px;
}

.advanced-order .extras-wrap a.btn.btn-conversion {
  padding: 16px;
}

.custom-footer #formLogin .form-group,
.sidebar #formLogin .form-group {
  margin-bottom: 8px;
}

.custom-footer #formLogin .login-wrapper,
.sidebar #formLogin .login-wrapper {
  display: flex;
  flex-flow: wrap-reverse;
  padding: 0;
}

.custom-footer #formLogin .login-wrapper .password-helper,
.sidebar #formLogin .login-wrapper .password-helper {
  align-items: center;
  display: flex;
  float: none;
  justify-content: space-between;
  padding-bottom: 16px;
  width: 100%;
}

.custom-footer #formLogin .login-wrapper .password-helper a,
.sidebar #formLogin .login-wrapper .password-helper a {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.custom-footer #formLogin .login-wrapper .password-helper a+a,
.sidebar #formLogin .login-wrapper .password-helper a+a {
  padding-top: 0;
}

.custom-footer #formLogin .social-login-buttons .social-login-buttons-divider span,
.sidebar #formLogin .social-login-buttons .social-login-buttons-divider span {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.custom-footer #formLogin .social-login-buttons a.login-btn.facebook,
.custom-footer #formLogin .social-login-buttons a.login-btn.google,
.custom-footer #formLogin .social-login-buttons a.login-btn.seznam,
.sidebar #formLogin .social-login-buttons a.login-btn.facebook,
.sidebar #formLogin .social-login-buttons a.login-btn.google,
.sidebar #formLogin .social-login-buttons a.login-btn.seznam {
  height: 32px;
}

.custom-footer #formLogin .social-login-buttons a.login-btn.facebook strong,
.custom-footer #formLogin .social-login-buttons a.login-btn.google strong,
.custom-footer #formLogin .social-login-buttons a.login-btn.seznam strong,
.sidebar #formLogin .social-login-buttons a.login-btn.facebook strong,
.sidebar #formLogin .social-login-buttons a.login-btn.google strong,
.sidebar #formLogin .social-login-buttons a.login-btn.seznam strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}

.custom-footer div.cart-overview a,
.sidebar div.cart-overview a {
  display: inline-block;
  padding: 16px;
}

.custom-footer .subscribe-form fieldset>br,
.sidebar .subscribe-form fieldset>br {
  display: none;
}

.custom-footer .box-poll,
.sidebar .box-poll {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.custom-footer .box-poll ul.poll,
.sidebar .box-poll ul.poll {
  padding-top: 8px;
}

.custom-footer .box-poll ul.poll .poll-result,
.sidebar .box-poll ul.poll .poll-result {
  margin-bottom: 16px;
  margin-top: 4px;
}

.custom-footer .box-poll ul.poll .poll-result>div,
.sidebar .box-poll ul.poll .poll-result>div {
  border-radius: 3px;
  height: 16px;
}

.news-item time,
.news-item-detail time {
  font: normal normal normal 15px / 24px Poppins;
  letter-spacing: 0px;
  color: #23436c !important;
}

.news-item-widget {
  border-bottom-color: hsl(var(--color-tertiary-h),
      var(--color-tertiary-s),
      calc(var(--color-tertiary-l) - 6%));
}

.entrance-protection-inner {
  background-color: #fff;
}

.entrance-protection h1 {
  color: var(--color-primary);
}

#header,
#header .site-name a {
  color: var(--color-secondary);
}

.navigation-in a {
  color: var(--color-tertiary-hover);
}

.navigation-in a:hover {
  color: var(--color-secondary);
}

.navigation-in>ul>li {
  border-color: transparent;
}

@media (min-width: 768px) {

  .navigation-in a,
  .navigation-in a:hover {
    color: var(--color-tertiary-hover);
  }

  .navigation-in ul.menu-level-2 {
    background: transparent;
  }

  .navigation-in ul.menu-level-2 li {
    border-top-color: var(--color-primary);
  }

  .navigation-in ul.menu-level-2 a {
    color: var(--color-tertiary-hover);
  }

  .navigation-in ul.menu-level-2 a:hover {
    color: var(--color-secondary);
  }

  .navigation-in ul.menu-level-2>li>a:before {
    background-color: var(--color-tertiary-hover);
  }

  .navigation-in ul.menu-level-2>li>a:hover:before {
    background-color: var(--color-secondary);
  }

  .navigation-in>ul>li {
    border-color: transparent;
  }

  .navigation-in>ul>li>a {
    background-color: transparent;
    color: var(--color-tertiary-hover);
  }
}

.navigation-in .has-third-level div>ul a {
  color: var(--color-primary);
}

.navigation-in .has-third-level div>ul a:hover {
  color: var(--color-primary-hover);
}

.navigation-in .navigationActions,
.navigation-in .navigationActions__submenu ul:not(:first-of-type) li:first-of-type>a {
  border-color: #dadada;
}

.navigation-close,
.navigation-in .navigationActions__submenu li:before {
  color: var(--color-tertiary-hover);
}

.navigationActions__submenu__item--active:before {
  background-color: var(--color-tertiary-hover);
}

.admin-bar {
  background-color: #484848;
  border-color: #333;
  color: #dbdbdb;
}

.admin-bar .container>ul>li {
  border-color: #636363;
}

.admin-bar .container>ul>li>a,
.admin-bar .container>ul>li>span {
  color: #dbdbdb;
}

.admin-bar .container>ul>li:hover {
  background-color: #636363;
  color: #fff;
}

.admin-bar .container>ul>li:hover>a,
.admin-bar .container>ul>li:hover>span {
  color: #fff;
}

.admin-bar .container>ul>li ul {
  background-color: #f5fcfe;
  border-color: #dbe0e2;
}

.admin-bar .container>ul>li ul li a,
.admin-bar .container>ul>li ul li span {
  border-color: #d0effc;
  color: #000;
}

.admin-bar .container>ul>li ul li a:hover,
.admin-bar .container>ul>li ul li span:hover {
  background-color: #e1f4fa;
}

.admin-bar .container>ul>li>ul {
  border-top-color: #333;
}

.admin-bar .container>a,
.admin-bar .container>span {
  background-color: #636363;
  border-color: #333;
  color: #dbdbdb;
}

.admin-bar .container>a:hover,
.admin-bar .container>span:hover {
  background-color: #555;
  color: #fff;
}

@media(min-width: 992px) {
  html:not(.scrolled) body.admin-logged header#header {
    padding-top: 24px;
  }
}

.advanced-order-suggestion {
  border-top-color: #dadada;
}

.advanced-parameter-inner {
  border: 1px solid #fcfcfc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.advanced-parameter-inner.yes-before {
  border-color: #1f8b51;
  color: #1f8b51;
}

.variant-not-chosen .variant-list:not(.variant-selected) .advanced-parameter-inner {
  border: 1px solid #d63500;
  box-shadow: 0 0 3px #d63500;
}

.btn.btn-default,
a.btn.btn-default {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

.btn.btn-default:hover,
a.btn.btn-default:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #fff;
}

.box-bg-default .btn.btn-default:hover,
.box-bg-default a.btn.btn-default:hover {
  background-color: var(--color-secondary-hover);
}

.btn.btn-primary,
a.btn.btn-primary {
  background-color: #fff;
  border-color: var(--color-secondary);
  color: var(--color-primary-hover);
}

.btn.btn-cart,
.btn.btn-conversion,
.btn.btn-primary:hover,
a.btn.btn-cart,
a.btn.btn-conversion,
a.btn.btn-primary:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #fff;
}

.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #fff;
}

.btn.btn-special,
a.btn.btn-special {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

.btn.btn-special:hover,
a.btn.btn-special:hover {
  background-color: hsla(var(--color-primary-hover-h),
      var(--color-primary-hover-s),
      var(--color-primary-hover-l),
      0.8);
  color: #fff;
}

.btn.btn-cart.disabled,
.btn.btn-conversion.disabled,
.btn.btn-default.disabled,
.btn.btn-primary.disabled,
.btn.btn-secondary.disabled,
.btn.btn-special.disabled,
a.btn.btn-cart.disabled,
a.btn.btn-conversion.disabled,
a.btn.btn-default.disabled,
a.btn.btn-primary.disabled,
a.btn.btn-secondary.disabled,
a.btn.btn-special.disabled {
  background-color: #fff;
  border-color: #cfcfcf;
  color: #cfcfcf;
  cursor: not-allowed;
}

.btn.btn-plain,
a.btn.btn-plain {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-secondary);
}

.btn.btn-plain:hover,
a.btn.btn-plain:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-secondary-hover);
}

.login-btn.facebook {
  background-color: rgba(25, 119, 243, 0.08);
  border-color: rgba(25, 119, 243, 0.08);
  color: #1977f3;
}

.login-btn.facebook:hover {
  background-color: rgba(12, 104, 226, 0.08);
}

.login-btn.google {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  color: #1e1e1c;
}

.login-btn.google:hover {
  background-color: #eaeaea;
}

.login-btn.seznam {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
}

.login-btn.seznam:hover {
  background-color: #ad0000;
}

.cart-table {
  border-color: #dadada;
}

.cart-table tr td {
  border-right-color: transparent;
  border-top-color: hsla(var(--color-secondary-h),
      var(--color-secondary-s),
      var(--color-secondary-l),
      0.08);
}

.cart-table tr td,
.cart-table tr td.cart-p-image {
  background: transparent !important;
}

.cart-table tr td.p-name a {
  font: normal normal normal 16px / 22px Poppins;
  letter-spacing: 0px;
  color: #23436c;
}

.cart-table tr td.p-name a:hover {
  color: var(--color-secondary);
}

.cart-table tr.related td {
  background-color: #fff;
}

a.cart-related-name {
  color: var(--color-tertiary-hover);
}

a.cart-related-name:hover {
  color: var(--color-secondary);
}

.cart-related-product {
  border-color: #dadada;
}

.unit-value {
  font: normal normal normal 14px / 22px Poppins;
  color: #23436c;
}

.remove-item:before {
  color: var(--color-tertiary-hover);
}

.remove-item:hover:before {
  color: #d63500;
}

#categories .expandable.active.expanded>a:hover>span,
#categories .expandable.active.expanded>a>span,
#categories .expandable>.topic.active>a>span,
#categories .expandable>.topic>a:hover>span,
#categories .expandable>.topic>a>span,
#categories .expandable>a:hover>span,
#categories .expandable>a>span {
  color: var(--color-secondary);
}

.box-bg-default #categories:after,
.box-bg-variant #categories:after {
  background-color: inherit;
}

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

.categories a:hover {
  background-color: var(--color-tertiary);
  color: var(--color-secondary);
}

.categories ul a:before {
  background-color: var(--color-secondary);
}

.categories li.active>a,
.categories li.active>a:hover {
  background-color: hsl(var(--color-tertiary-h),
      var(--color-tertiary-s),
      calc(var(--color-tertiary-l) - 3%));
  color: var(--color-secondary);
}

.box-bg-default .categories a {
  border-bottom-color: inherit;
  color: inherit;
}

.box-bg-default .categories a:hover {
  color: var(--color-secondary);
}

.box-bg-variant .categories a {
  border-bottom-color: inherit;
  color: var(--color-tertiary-hover);
}

.box-bg-variant .categories a:hover,
.categories .topic.active>a {
  color: var(--color-secondary);
}

.categories .topic.active>a {
  background-color: hsl(var(--color-tertiary-h),
      var(--color-tertiary-s),
      calc(var(--color-tertiary-l) - 3%));
}

.categories .topic.active>a:hover,
.categories .topic.child-active>a,
.categories .topic.child-active>a:hover {
  background-color: var(--color-tertiary);
  color: var(--color-secondary);
}

.customer-page .table td,
.customer-page .table th,
.customer-page .table tr {
  border-color: #dadada;
}

.customer-page thead tr {
  background-color: #e6e6e6;
}

.customer-page .table-shipping-addresses {
  background-color: #fff;
}

.eet-message {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.blank-mode .empty-content,
.empty-content {
  font-family: var(--template-headings-font), sans-serif;
}

.empty-content h1 {
  color: var(--color-primary);
}

.empty-content h2:after {
  color: #dadada;
}

.empty-content p {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.filter-sections {
  background-color: transparent;
}

.filter-section {
  border: none !important;
}

#category-filter-hover .filter-section:first-child,
.filter-section+.filter-section {
  border-top-color: hsl(var(--color-tertiary-h),
      var(--color-tertiary-s),
      calc(var(--color-tertiary-l) - 10%));
}

.filter-count {
  background-color: #fff;
}

#clear-filters a {
  color: #d63500;
}

.filter-total-count {
  color: #cfcfcf;
}

.plus-gallery-item,
.ui-menu {
  border-color: #dadada;
}

.ui-menu .ui-menu-item {
  background-color: #fff;
}

.ui-menu .ui-menu-item:hover,
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  background-color: #e7e7e7;
}

.detail-information,
.ui-autocomplete>li {
  border-top-color: #dadada;
}

.cpost-delivery-point-result-legend,
.cpost-delivery-point-result-table-wrap {
  border-color: #dadada;
}

.cpost-delivery-point-result-table tr {
  border-bottom-color: #dadada;
}

.ajax-pending-element:after,
.loader-overlay {
  background-color: hsla(0, 0%, 100%, 0.65);
}

.ajax-pending .loader-wrapper:before,
.ajax-pending-element:before,
.loader {
  background-color: transparent;
  border-color: var(--color-secondary);
  border-right-color: transparent;
}

.ajax-pending .loader-wrapper:before.accented,
.ajax-pending-element:before.accented,
.loader.accented {
  background-color: var(--color-primary-hover);
}

.ajax-pending .loader-wrapper:before.static,
.ajax-pending-element:before.static,
.loader.static {
  background-color: transparent;
  border-color: var(--color-secondary);
  border-right-color: transparent;
}

[data-iframe-src] {
  background: url("data:image/svg+xml;utf8,<svg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 width=%2740px%27 height=%2740px%27 viewBox=%270 0 50 50%27 style=%27enable-background:new 0 0 50 50;%27 xml:space=%27preserve%27><path fill=%27%23fff%27 d=%27M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z%27> <animateTransform attributeType=%27xml%27 attributeName=%27transform%27 type=%27rotate%27 from=%270 25 25%27 to=%27360 25 25%27 dur=%270.6s%27 repeatCount=%27indefinite%27/></path></svg>") no-repeat 50% rgba(0, 0, 0, 0.65);
}

.menu-helper:after,
.menu-trigger:after {
  background-color: #666;
  color: var(--color-tertiary-hover);
}

@media (min-width: 768px) {
  .menu-helper>span {
    background-color: #666;
    border-color: #dadada;
    color: var(--color-tertiary-hover);
  }

  .menu-helper>ul {
    background-color: #fff;
    border-color: #dadada;
  }

  .menu-helper>ul>li {
    border-top-color: #dadada;
  }

  .menu-helper>ul>li a {
    color: var(--color-tertiary-hover);
  }

  .menu-helper>ul>li a:hover {
    color: var(--color-secondary);
  }

  .menu-helper>ul>li.exp>a,
  .menu-helper>ul>li.exp>ul>li {
    background-color: #fff;
  }
}

.msg.msg-notice,
.msg.msg-success {
  background-color: #ddfae8;
  border-color: #06a946;
  color: #06a946;
}

.msg.msg-notice a,
.msg.msg-success a {
  color: #06a946;
}

.msg.msg-info {
  background-color: #dce6f6;
  border-color: #172f6f;
  color: #172f6f;
}

.msg.msg-info a {
  color: #172f6f;
}

.msg.msg-warning {
  background-color: #f3e8da;
  border-color: #d4741b;
  color: #d4741b;
}

.msg.msg-warning a {
  color: #d4741b;
}

.msg.msg-error {
  background-color: #fadede;
  border-color: #c60101;
  color: #c60101;
}

.msg.msg-error a {
  color: #c60101;
}

.js-validator-msg.msg-info {
  color: #dce6f6;
}

.js-validator-msg.msg-error {
  color: #fadede;
}

.js-validator-msg.msg-warning {
  color: #f3e8da;
}

.form-control.error-field,
.form-control.js-error-field {
  border-color: #fadede;
}

.form-control.error-field:focus,
.form-control.js-error-field:focus {
  border-color: #fadede;
  box-shadow: 0 0 0 0.1em hsla(0, 74%, 93%, 0.25);
}

.form-control.warning-field {
  border-color: #f3e8da;
}

.form-control.warning-field:focus {
  border-color: #f3e8da;
  box-shadow: 0 0 0 0.1em hsla(34, 51%, 90%, 0.25);
}

.error-field+label,
.js-error-field+label {
  border-color: #fadede;
}

.radio-wrapper input[type="checkbox"]+label:before,
.radio-wrapper input[type="radio"]+label:before {
  border-color: #c1c1c1;
}

.radio-wrapper input[type="checkbox"]+label:after,
.radio-wrapper input[type="radio"]+label:after {
  background-color: #c1c1c1;
}

.radio-wrapper input[type="checkbox"]:disabled+label:before,
.radio-wrapper input[type="radio"]:disabled+label:before {
  border-color: #dadada;
}

.radio-wrapper input[type="checkbox"]:checked+label:before,
.radio-wrapper input[type="radio"]:checked+label:before {
  border-color: var(--color-primary);
}

.radio-wrapper input[type="checkbox"]:checked+label:after,
.radio-wrapper input[type="radio"]:checked+label:after {
  background-color: var(--color-primary);
  border-color: #fff;
}

.radio-wrapper {
  background-color: inherit;
  border-color: #dadada;
}

.radio-wrapper input[type="radio"]:checked+label>span b {
  color: var(--color-primary);
}

.radio-wrapper.apple-pay,
.radio-wrapper[data-submethod="applepay"] {
  display: none;
}

.for-free {
  color: #1f8b51;
}

.radio-wrapper.active .for-free {
  color: var(--color-primary);
}

.cart-hide-unselected-options .radio-wrapper.selected-option {
  border-bottom-color: transparent;
}

.loader-overlay,
.loader-wrapper:after,
.overlay {
  background-color: hsla(0, 0%, 100%, 0.65);
}

.pagination-link {
  background-color: var(--color-tertiary);
  color: var(--color-tertiary-hover);
}

.pagination-link:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

.pagination-current {
  background-color: transparent;
  color: var(--color-tertiary-hover);
}

.pagination-top strong {
  color: var(--color-secondary);
}

.price-range {
  background-color: #dadada;
  border-color: transparent;
}

.price-range>div {
  background-color: var(--color-secondary);
}

.p-thumbnails a img {
  border-color: #dadada;
}

.p-thumbnails .thumbnail-next,
.p-thumbnails .thumbnail-prev {
  color: var(--color-tertiary-hover);
}

.p-thumbnail.highlighted:before,
.p-thumbnail:hover:before,
.show360image.highlighted:before,
.show360image:hover:before {
  background-color: var(--color-primary);
}

.quantity {
  border-color: #dadada;
}

.quantity input {
  background: inherit;
}

.quantity .decrease,
.quantity .increase {
  border-color: #dadada;
  color: inherit;
  background: transparent;
}

.question-tooltip {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

.rate-bar {
  background-color: #23436c;
}

.current .rate-bar {
  background-color: hsla(var(--color-secondary-h),
      var(--color-secondary-s),
      var(--color-secondary-l),
      0.8);
}

.rate-average {
  color: var(--color-primary-hover);
}

.rate-wrap .rate-list .star,
.rate-wrap .rate-list .star:hover {
  color: #cfcfcf;
}

.site-msg {
  background-color: #fdf3da;
}

.site-msg,
.site-msg .close:before {
  color: #000;
}

.SizeID-button .sb-button,
.SizeID-button .sb-button span {
  color: var(--color-secondary) !important;
  font-family: var(--template-font), sans-serif !important;
}

.SizeID-button:hover .sb-button,
.SizeID-button:hover .sb-button span {
  color: var(--color-secondary-hover) !important;
}

.slider-content,
.ui-slider {
  background-color: #dadada;
  border-color: inherit;
}

.ui-slider-handle {
  color: #cdcdcd;
}

.ui-slider .ui-slider-range,
.ui-slider-handle,
.ui-slider-handle:hover {
  background-color: var(--color-secondary);
}

.ui-slider .ui-slider-range {
  border-color: inherit;
}

.ui-slider-horizontal .ui-slider-handle:after {
  border-top-color: var(--color-secondary);
}

.social-login-buttons-divider {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.social-login-buttons-divider:after,
.social-login-buttons-divider:before {
  background-color: #dadada;
}

.stars .star,
.stars .star:hover {
  color: #cfcfcf;
  margin-left: 3px;
  margin-right: 3px;
}

.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: #e5ce99;
}

.stars-label {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.shp-tabs,
.shp-tabs-holder {
  background-color: #ffffff;
  border-color: var(--color-tertiary);
}

.shp-tab.active {
  border-top-color: var(--color-tertiary-hover);
}

.shp-tab-link {
  background-color: #eaeaea;
  border-color: transparent;
  color: var(--color-primary-hover);
}

.shp-tab-link:hover {
  color: var(--color-primary-hover);
}

.active .shp-tab-link,
.shp-tab-link:hover {
  background-color: #f5efe2;
  border-color: var(--color-tertiary);
}

.active .shp-tab-link {
  color: var(--color-tertiary-hover);
}

.blank-mode .vote-name,
.vote-name {
  font-family: var(--template-headings-font), sans-serif;
}

.vote-title {
  color: var(--color-primary-hover);
}

.vote-wrap {
  border-color: #dadada;
  background-color: #e3e8ef;
  border-top: none !important;
}

.vote-content a {
  color: var(--color-tertiary-hover);
}

.vote-content a:hover {
  color: var(--color-primary);
}

.vote-admin-response,
.vote-rating {
  color: #cfcfcf;
}

.vote-initials {
  color: #fff;
}

.search-whisperer {
  background-color: #fff;
}

.search-whisperer,
.search-whisperer ul li {
  border-color: #dadada;
}

.search-whisperer ul li a:not(.btn) {
  color: var(--color-tertiary-hover);
}

.search-whisperer .price {
  color: var(--color-primary);
}

.search-whisperer .p-name {
  color: var(--color-secondary);
}

.search-whisperer-documents {
  border-bottom-color: #dadada;
}

.country-flags-inner {
  border-color: transparent;
}

.country-flags.active .country-flags-inner {
  background-color: #fff;
  border-color: #dadada;
}

.country-flags.active .country-flag {
  background-color: #fff;
}

.country-flags.active .country-flag.country-flag-preferred {
  background-color: #f6f6f6;
}

.country-flags.active .country-flag.country-flag-preferred:not(.selected):hover {
  background-color: #eee;
}

.country-flags.active .country-flag.selected,
.country-flags.active .country-flag.suggested,
.country-flags.active .country-flag:hover {
  background-color: #f6f6f6;
}

.country-flags.active .country-flag.selected {
  border-bottom-color: #dadada;
}

.country-flag .shp-flag-label,
.country-flag .shp-flag-label .shp-flag-name {
  color: var(--color-tertiary-hover);
}

.country-flag-preferred-last {
  border-bottom-color: #dadada;
}

.shp-flag-label:before {
  border-color: var(--color-tertiary-hover) transparent transparent;
}

.widget-parameter-value a,
.widget-parameter-value a:focus,
.widget-parameter-value a:hover {
  color: var(--color-tertiary-hover);
}

.widget-parameter-more span {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.shipping-options-popup .shipping-row {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  line-height: 1em;
  padding: 15px 0;
}

.shipping-options-popup .shipping-row .payment-logo {
  width: auto;
}

.shipping-options-popup .extra.delivery {
  margin-top: 20px;
}

.delivery-time,
.delivery-time-label,
.shipping-options {
  display: inline-block;
}

.blank-mode,
body,
body.blank-mode {
  font-family: "Poppins" !important;
}

.blank-mode .cart-related-name,
.blank-mode .cart-table .main-link,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.cart-related-name,
.cart-table .main-link,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins" !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-tertiary-hover);
}

body {
  background-color: #fff;
}

.disabled,
.inactive {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.highlight {
  color: var(--color-primary);
}

.red {
  color: #d63500;
}

.line {
  color: #cfcfcf;
}

.link-like,
a {
  color: var(--color-secondary);
}

.link-like:focus,
.link-like:hover,
a:focus,
a:hover {
  color: var(--color-secondary-hover);
}

.link-like.conversion,
a.conversion {
  color: var(--color-secondary);
}

.link-like.conversion:focus,
.link-like.conversion:hover,
a.conversion:focus,
a.conversion:hover {
  color: var(--color-secondary-hover);
}

#cboxContent {
  background-color: #fff;
}

#cboxOverlay {
  background-color: #000;
}

#cboxTitle,
.form-control,
select {
  background-color: #fff !important;
}

.form-control,
select {
  border-color: #dadada;
  color: #666;
}

.form-control:focus,
select:focus {
  border-color: #cdcdcd;
  color: var(--color-tertiary-hover);
}

.form-control[disabled],
select[disabled] {
  background-color: #eee;
  color: #ccc;
}

.country-flags {
  border: 1px solid transparent;
  border-radius: 3px;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  border-color: #dadada;
}

input[type="checkbox"]+label:after,
input[type="radio"]+label:after {
  background-color: #dadada;
}

input[type="checkbox"]:disabled+label:before,
input[type="radio"]:disabled+label:before {
  border-color: #e7e7e7;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
  border-color: var(--color-primary);
}

input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
  background-color: var(--color-primary);
  border-color: #fff;
}

:where(body.ums_a11y_category_page--on) .category-header input[type="radio"]:checked+label:before {
  border-color: #dadada;
}

:where(body.ums_a11y_category_page--on) .category-header input[type="radio"]:checked+label:after {
  background: none;
}

:where(body.ums_a11y_category_page--on) .category-header input[type="radio"].active+label:before {
  border-color: var(--color-primary);
}

:where(body.ums_a11y_category_page--on) .category-header input[type="radio"].active+label:after {
  background-color: var(--color-primary);
  border: 1px solid #fff;
  height: 8px;
  left: 4px;
  width: 8px;
}

:where(body.ums_a11y_category_page--on) .category-header input[type="radio"].focus-visible+label {
  box-shadow: 0 0 0 8px #fff;
  outline: 3px solid #09367e;
  outline-offset: 2px;
  transition: none;
  z-index: 1;
}

:where(body.ums_a11y_category_page--on) .category-header input[type="radio"].focus-visible+label:before {
  box-shadow: none;
}

:where(body.ums_a11y_category_page--on) .category-header .dropdown-menu input[type="radio"]+label {
  margin-right: 0;
}

:where(body.ums_a11y_category_page--on) .category-header .dropdown-menu input[type="radio"]+label:after,
:where(body.ums_a11y_category_page--on) .category-header .dropdown-menu input[type="radio"]+label:before {
  display: none;
}

:where(body.ums_a11y_category_page--on) .category-header .dropdown-menu input[type="radio"].active+label {
  font-weight: 700;
}

a:hover:focus-visible:not(:active) {
  outline: 3px solid var(--colors-focus-primary);
}

#colorbox:focus-visible {
  box-shadow: none;
}

.additional-information {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.content-wrapper {
  background-color: #fff;
}

.banner a,
.banner p a,
.banner-category a,
.banner-category p a,
.banner-wrapper a,
.banner-wrapper p a,
.carousel-inner a,
.carousel-inner p a {
  color: #23436c;
}

.banner p a:hover,
.banner-category p a:hover,
.banner-wrapper p a:hover,
.carousel-inner p a:hover {
  color: var(--color-secondary-hover);
}

.box.box-bg-transparent {
  background-color: transparent;
}

.box.box-bg-dark,
.box.box-bg-default,
.box.box-bg-variant {
  background-color: inherit;
}

.box.box-bg-dark,
.box.box-bg-dark h1,
.box.box-bg-dark h2,
.box.box-bg-dark h3,
.box.box-bg-dark h4 {
  color: inherit;
}

.recommended-products .next,
.recommended-products .prev {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.recommended-products .next:hover,
.recommended-products .prev:hover,
.recommended-products a.recommended-product {
  color: var(--color-tertiary-hover);
}

.recommended-products .original-price {
  color: #d63500;
}

.indicator {
  background-color: #dadada;
}

.indicator>div,
.poll-result>div {
  background-color: var(--color-primary);
}

.poll-result>div {
  border-left-color: var(--color-primary);
}

.image360,
.p-image {
  border-color: #dadada;
}

.p-image:after {
  background-color: #dadada;
}

.breadcrumbs {
  background-color: transparent;
  border-color: transparent;
  color: #23436c;
}

.type-post .breadcrumbs {
  margin-bottom: 15px;
}

.type-product .breadcrumbs {
  /* z-index: 1000; */
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.breadcrumbs a {
  color: hsla(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.6);
}

.breadcrumbs a:hover {
  color: var(--color-secondary);
}

.price-standard {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.price-save {
  color: var(--color-secondary);
}

.flags-extra .price-save,
.flags-extra .price-standard {
  color: #fff;
}

.sidebar ol.top-products.unified li.display-image {
  background-color: var(--color-tertiary);
}

ol.top-products.unified a {
  color: var(--color-tertiary-hover);
}

ol.top-products.unified a .top-products-name {
  color: var(--color-primary);
}

ol.top-products.unified a:hover .top-products-name {
  color: var(--color-primary-hover);
}

.subcategories li:before {
  background-color: var(--color-tertiary-hover);
}

.subcategories li.divider {
  background-color: #dadada;
}

ol.cart-header li a,
ol.cart-header li strong {
  background-color: transparent;
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

ol.cart-header li a:hover {
  color: var(--color-secondary);
}

ol.cart-header li a:hover,
ol.cart-header li.active a,
ol.cart-header li.active strong,
ol.cart-header li.completed a,
ol.cart-header li.completed strong {
  background-color: transparent;
}

ol.cart-header li.active a,
ol.cart-header li.active strong {
  color: #20406c !important;
  text-decoration: underline;
}

ol.cart-header li.completed a,
ol.cart-header li.completed strong {
  color: #76b393;
}

ol.cart-header li.completed a:hover {
  color: var(--color-secondary-hover);
}

.cart-widget-product {
  border-bottom-color: #dadada;
}

.cart-widget-product-name>span {
  color: var(--color-primary);
}

.cart-widget-product-amount,
.cart-widget-product-unit {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.cart-widget-product-delete button {
  color: #d63500 !important;
}

.flag {
  color: #fff;
}

.flag.flag-new {
  background-color: #7ad046;
}

.flag.flag-action {
  background-color: #e94b4b;
}

.flag.flag-tip {
  background-color: #59d6e4;
}

.flag.flag-freeshipping {
  background-color: #aed721;
}

.flag.flag-gift {
  background-color: #e94b4b;
}

.flag.flag-sleva {
  background-color: #eaba70;
}

.flag.flag-pripravujeme {
  background-color: #cde2d1;
}

.flag.flag-doprodej {
  background-color: #b6b1b5;
}

.flag.default-variant {
  background-color: #dadada;
}

.flag.flag-discount {
  background-color: #20406c;
}

.p-code {
  color: hsla(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.4);
}

a.social-icon {
  background-color: #fff;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

a.social-icon:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary-hover);
  color: #fff;
}

.table-row {
  border-color: #dadada;
}

a.link-icon {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

a.link-icon:hover {
  color: var(--color-secondary);
}

.variant-not-chosen .variant-list:not(.variant-selected) select {
  border-color: #d63500;
  box-shadow: 0 0 3px #d63500;
}

.qrcode {
  border-color: #666;
}

.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="cart"]:hover {
  background-color: transparent;
  color: var(--color-secondary);
}

.navigation-buttons a[data-target="navigation"],
.navigation-buttons a[data-target="navigation"]:hover {
  color: var(--color-primary-hover);
}

.navigation-window-visible .navigation-buttons a[data-target="navigation"],
.navigation-window-visible .navigation-buttons a[data-target="navigation"]:hover {
  background-color: #fff;
}

.navigation-buttons>a[data-target="cart"] i {
  background-color: var(--color-secondary);
  color: #fff;
}

.p-gift-name a,
.p-gift-name a:focus,
.p-gift-name a:hover {
  color: var(--color-secondary);
}

.required-asterisk:after {
  color: #d63500;
}

.next-step-back,
a.next-step-back {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.user-action-in .toggle-window-arr {
  color: var(--color-secondary);
}

.next-step-back,
.toggle-window-arr,
a.next-step-back,
a.toggle-window-arr {
  background-color: transparent;
  border-color: transparent;
}

.next-step-back:hover,
.toggle-window-arr:hover,
a.next-step-back:hover,
a.toggle-window-arr:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-secondary);
}

.xyDiscount__banner {
  border-color: #dadada;
}

.xyDiscount__icon {
  background-color: var(--xy-discount-banner-color);
  color: #fff;
}

.xyDiscount__title {
  color: var(--xy-discount-banner-color);
}

.xyDiscount__conditions a,
.xyDiscount__conditions a:hover {
  color: var(--color-tertiary-hover);
}

.cart-xyDiscount__banner {
  border-color: #dadada;
}

.cart-xyDiscount__icon {
  background-color: var(--xy-discount-banner-color);
  color: #fff;
}

.cart-xyDiscount__title {
  color: var(--xy-discount-banner-color);
}

.cart-table .cart-xyDiscount__banner .cart-xyDiscount__conditions a,
.cart-table .cart-xyDiscount__banner .cart-xyDiscount__conditions a:hover {
  color: var(--color-tertiary-hover);
}

.productEan__value {
  overflow-wrap: anywhere;
  word-break: normal;
}

.productEan__value--empty {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.popup-widget-inner,
.popup-widget:before {
  background-color: transparent;
  border-color: #dadada;
}

.popup-widget-inner {
  color: var(--color-tertiary-hover);
}

.cart-widget {
  border-color: #dadada;
}

.cart-widget,
.cart-widget-button {
  background-color: transparent;
}

.responsive-nav .hidden-links {
  border-top: 1px solid var(--color-tertiary);
}

.responsive-nav .hidden-links>li {
  border-bottom: 1px solid var(--color-tertiary);
}

.product-slider-holder .product-slider-pagination .pagination-button.active {
  background-color: var(--color-primary);
}

.product-slider-holder .product-slider-pagination .pagination-button:hover {
  background-color: var(--color-primary-hover);
}

.product-slider-holder .product-slider-navigation:hover:before {
  color: var(--color-primary);
}

@media (max-width: 767px) {

  .product-slider-holder .product-slider-navigation:before,
  .product-slider-holder .product-slider-navigation:hover:before {
    background-color: #fff;
  }
}

.searchWhisperer {
  background: rgb(220 226 235 / 80%);
  backdrop-filter: blur(10px);
  color: var(--color-tertiary-hover);
  margin-top: 0px;
}

.searchWhisperer__additionalResults {
  border-color: #dadada;
}

.searchWhisperer__additionalResults__link,
.searchWhisperer__additionalResults__link:focus,
.searchWhisperer__additionalResults__link:hover,
.searchWhisperer__product,
.searchWhisperer__product:focus,
.searchWhisperer__product:hover {
  color: var(--color-tertiary-hover);
}

.searchWhisperer__loaderWrapper .loader {
  background-color: #fff;
  border-color: var(--color-primary);
  border-right-color: transparent;
}

.languagesMenu__content {
  background-color: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .languagesMenu__content {
    border: 0;
  }
}

.languagesMenu__header {
  border: #dadada;
  color: var(--color-tertiary-hover);
}

.languagesMenu__header:hover {
  color: var(--color-secondary);
}

.languagesMenu__list {
  background-color: #fff;
}

.languagesMenu__header--name {
  color: #000;
}

.languagesMenu__box.open .languagesMenu__header {
  color: #23436C;
  text-decoration: underline;
}

.languagesMenu__list__link--currency:before {
  color: var(--color-secondary);
  content: "\2022";
  font-weight: 700;
  width: 1em;
}

.languagesMenu .languagesMenu__list__link {
  color: var(--color-tertiary-hover);
}

.languagesMenu .languagesMenu__list__link:hover {
  background-color: var(--color-tertiary);
  color: var(--color-secondary);
}

body {
  color: var(--color-primary-hover);
}

.radio-wrapper input[type="checkbox"]:checked+label:before,
.radio-wrapper input[type="radio"]:checked+label:before,
input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
  border-color: var(--color-secondary);
}

.radio-wrapper input[type="checkbox"]:checked+label:after,
.radio-wrapper input[type="radio"]:checked+label:after,
input[type="checkbox"]:checked+label:after,
input[type="radio"]:checked+label:after {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

select {
  cursor: pointer;
}

.quantity,
.quantity .decrease,
.quantity .increase {
  border-color: transparent;
  color: var(--color-primary-hover);
}

.quantity .decrease {
  background-color: transparent;
}

.js-validator-msg.msg-info {
  color: #172f6f;
}

.js-validator-msg.msg-error {
  color: #c60101;
}

.js-validator-msg.msg-warning {
  color: #d4741b;
}

.form-control.error-field,
.form-control.js-error-field {
  border-color: #c60101;
}

.form-control.error-field:focus,
.form-control.js-error-field:focus {
  border-color: #c60101;
  box-shadow: 0 0 0 0.1em rgba(198, 1, 1, 0.25);
}

.error-field+label,
.js-error-field+label {
  border-color: #c60101;
}

.site-msg,
.user-action {
  background-color: var(--color-primary-hover);
  color: var(--color-secondary);
}

.languagesMenu .languagesMenu__header--actual,
.navigation-tools .dropdown button,
.navigation-tools .dropdown-menu>li>a {
  color: var(--color-tertiary-hover);
  text-transform: lowercase;
}

.languagesMenu .languagesMenu__header--actual:hover,
.navigation-tools .dropdown button:hover,
.navigation-tools .dropdown-menu>li>a:hover {
  color: var(--color-secondary-hover);
}

.popup-widget.search-widget {
  background: #fff;
}

.popup-widget.search-widget .search-widget-close {
  color: var(--color-primary-hover);
}

.popup-widget.search-widget form .search-form-input-group .search-input {
  border-color: var(--color-secondary);
}

.cart-widget-product-amount,
.cart-widget-product-name a {
  color: var(--color-primary-hover);
  font: normal normal normal 18px / 20px Poppins;
}

.cart-widget-product-name a:hover,
.cart-widget-product-price {
  color: var(--color-secondary);
}

.searchWhisperer__products {
  background: var(--color-tertiary);
}

.searchWhisperer__products .searchWhisperer__products__listItem {
  border-bottom-color: #dadada;
}

.searchWhisperer__products .searchWhisperer__product__price {
  color: var(--color-secondary);
}

.searchWhisperer__products .searchWhisperer__product__cart .btn-primary {
  background-color: transparent;
}

.searchWhisperer__products .searchWhisperer__product__cart .btn-primary:hover {
  background-color: var(--color-secondary);
}

.searchWhisperer__additionalResults__listItem i {
  color: var(--color-secondary);
}

.searchWhisperer__buttonWrapper .btn.searchWhisperer__button {
  background: transparent;
  color: var(--color-secondary);
}

.searchWhisperer__buttonWrapper .btn.searchWhisperer__button:hover {
  background: transparent;
  color: var(--color-secondary-hover);
}

.searchWhisperer__additionalResults {
  background: var(--color-tertiary);
}

.navigation-buttons a,
.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="search"],
.navigation-in>ul>li>a {
  color: var(--color-tertiary-hover);
}

.navigation-buttons a:hover,
.navigation-buttons a[data-target="cart"]:hover,
.navigation-buttons a[data-target="search"]:hover,
.navigation-in>ul>li>a:hover {
  color: var(--color-secondary);
}

.navigation-in .has-third-level div>ul a,
.navigation-in>ul>li>a,
.navigation-in>ul>li>a:hover {
  color: white;
}

.navigation-in .has-third-level div>ul a:hover {
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .navigation-in .exp {}
}

.more-items-trigger {
  background-color: #fff;
  color: var(--color-tertiary-hover);
}

.more-items-trigger:hover {
  color: var(--color-secondary-hover);
}

.carousel-wrapper .row {
  margin: 0;
}

.carousel .extended-banner-texts .extended-banner-link {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}

.carousel .extended-banner-texts .extended-banner-link:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  color: #fff;
}

.banner-category .extended-banner-link,
.homepage-banners-full-width .banner-wrapper .extended-banner-link,
.next-to-carousel-banners .extended-banner-link {
  color: var(--color-secondary);
}

.banner-category .extended-banner-link:focus,
.banner-category .extended-banner-link:hover,
.homepage-banners-full-width .banner-wrapper .extended-banner-link:focus,
.homepage-banners-full-width .banner-wrapper .extended-banner-link:hover,
.next-to-carousel-banners .extended-banner-link:focus,
.next-to-carousel-banners .extended-banner-link:hover {
  color: var(--color-secondary-hover);
}

#footer .banner-wrapper p a,
.banners-content .banner-wrapper p a {
  color: var(--color-secondary);
}

#footer .banner-wrapper p a:hover,
.banners-content .banner-wrapper p a:hover {
  color: var(--color-secondary-hover);
}

.carousel .extended-banner-texts,
.next-to-carousel-banners .extended-banner-texts {
  background-color: #fff;
  color: var(--color-tertiary-hover);
}

@media (min-width: 768px) {
  .benefit-banners-full-width {
    background-color: hlsa(var(--color-primary-hover-h),
        var(--color-primary-hover-s),
        var(--color-primary-hover-l),
        0.08);
  }
}

.benefit-banners-full-width a {
  color: var(--color-tertiary-hover);
}

.benefitBanner__data {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.25);
}

.banner-category,
.homepage-banners-full-width,
.homepage-latest-contribution-full-width,
.store-rating-full-width {
  background-color: var(--color-tertiary);
}

.latest-contribution a {
  color: var(--color-tertiary-hover);
}

.latest-contribution .latest-contribution-product {
  color: var(--color-secondary);
}

.latest-contribution .latest-contribution-product:hover {
  color: var(--color-secondary-hover);
}

.latest-contribution .latest-contribution-date,
.latest-contribution .latest-contribution-title {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.footer-newsletter-full-width {
  background-color: #e5ce99;
}

.footer-newsletter .consents {
  color: #23436c;
}

.blog-wrapper .text,
.blog-wrapper .text .title,
.blog-wrapper .text a {
  color: var(--color-tertiary-hover);
}


.rate-wrapper .rate-average,
.rate-wrapper .rate-value {
  color: #23436c;
}

.discussion .add-comment {
  background: transparent;
}

.discussion .add-comment:hover {
  background: transparent;
  color: var(--color-secondary-hover);
}

ul.manufacturers>li:nth-child(2n) {
  background-color: var(--color-tertiary);
}

ul.manufacturers h2 {
  color: var(--color-secondary);
}

ul.manufacturers a {
  color: var(--color-tertiary-hover);
}

@media (min-width: 768px) {

  .customer-page .breadcrumbs,
  .customer-page .content-wrapper,
  .customer-page .overall-wrapper,
  .id--4 .breadcrumbs,
  .id--4 .content-wrapper,
  .id--4 .overall-wrapper,
  .id--8 .breadcrumbs,
  .id--8 .content-wrapper,
  .id--8 .overall-wrapper {
    background-color: var(--color-tertiary);
  }

  .customer-page .content,
  .id--4 .content,
  .id--8 .content {
    background-color: #fff;
  }
}

.customer-page .content {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.breadcrumbs .navigation-bullet {
  color: hsla(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.6);
}

.product .p .image,
.product .p .p-in .name {
  text-align: left;
  font: normal normal bold 18px/21px Poppins;
  letter-spacing: 0px;
  color: #e5ce99 !important;
}

.product .p .p-in .price-additional {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.product-slider-holder .product-slider-pagination .pagination-button {
  background-color: #dadada;
  color: transparent;
}

.product-slider-holder .product-slider-pagination .pagination-button.active {
  background-color: var(--color-secondary);
}

.product-slider-holder .product-slider-pagination .pagination-button:hover {
  background-color: var(--color-secondary-hover);
}

.product-slider-holder .product-slider-navigation {
  background-color: transparent;
  color: transparent;
}

.product-slider-holder .product-slider-navigation:before {
  background-color: transparent;
  color: #dadada;
}

.product-slider-holder .product-slider-navigation:hover:before {
  background-color: transparent;
  color: var(--color-secondary);
}

.stars-label {
  color: #23436c;
}

.p-thumbnails a img {
  border-color: transparent;
}

.p-thumbnails a.highlighted img,
.p-thumbnails a.highlighted:hover img {
  border-color: #e5ce99;
}

.p-thumbnails a:hover img {
  border-color: var(--color-primary);
}

.advanced-parameter-inner {
  border-color: transparent;
}

.advanced-parameter-inner.yes-before {
  border-color: var(--color-secondary);
}

.p-price-wrapper .price-final {
  color: var(--color-secondary);
  font-family: "Poppins" !important;
}

.p-price-wrapper .price-additional,
.p-price-wrapper .standard-price-label {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.p-detail-full-width {
  background: var(--color-tertiary);
}

.p-detail-full-width #tab-content {
  border-radius: 0;
}

.responsive-nav .navigation-btn {
  background-color: transparent;
  color: var(--color-tertiary-hover);
}

.responsive-nav .hidden-links {
  background-color: #fff;
  border-color: #dadada;
}

.responsive-nav .hidden-links a {
  background-color: transparent;
  color: var(--color-secondary);
}

.responsive-nav .hidden-links a:hover {
  color: var(--color-secondary-hover);
}

.tab-content .detail-parameters th {
  border-right-color: #dadada;
}

.variant-table .price-additional,
.variant-table .price-standard {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.variant-table .price-additional>span,
.variant-table .price-standard>span {
  text-decoration-color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.variant-table .price-final {
  color: var(--color-secondary);
}

.variant-table .table-row {
  border-bottom-color: #dadada;
}

.link-icons .link-icon,
.link-icons .link-icon:hover {
  color: var(--color-tertiary-hover);
}

.link-icons .link-icon:hover {
  background-color: hsla(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.08);
}

.social-buttons {
  background-color: #fff;
}

#checkoutSidebar .cart-content,
.checkout-box,
.checkout-box-wrapper,
.ordering-process .co-box,
.summary-wrapper {
  background-color: var(--color-tertiary);
  border: 2px solid #20406c;
}

.id--15.ordering-process .co-box.co-payment-method {
  background-color: transparent;
}

.id--15.ordering-process .co-box.co-payment-method .row {
  background-color: var(--color-tertiary);
}

.cart-content h4>i,
.cart-summary h4,
.checkout-box-wrapper h4,
.extras-wrapper .extra span strong,
.order-summary-inner h4,
.summary-wrapper h4 {
  color: var(--color-secondary);
}

.cart-inner .contact-box [class*=" icon-"],
.cart-inner .contact-box [class^="icon-"],
.extras-wrapper [class*=" icon-"],
.extras-wrapper [class^="icon-"] {
  color: var(--color-primary-hover);
}

.price-wrapper .price-secondary,
.recapitulation-shipping-billing-info--withVat,
.remove-item:before {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

ol.cart-header li.active strong:before {
  background: transparent;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(20px);
}

ol.cart-header li.completed a:before {
  background-color: #20406c;
  border-color: transparent;
  color: #ffffff !important;
}

ol.cart-header li.completed a:hover,
ol.cart-header li.completed a:hover:before {
  color: #1f8b51;
}

ol.cart-header li:not(.active):not(.completed) a:hover {
  color: hsla(var(--color-secondary-h),
      var(--color-secondary-s),
      var(--color-secondary-l),
      0.8);
}

.cart-table {
  border-color: hsla(var(--color-secondary-h),
      var(--color-secondary-s),
      var(--color-secondary-l),
      0.08);
}

.cart-table .p-price .price-final {
  font: normal normal normal 14px / 18px Poppins;
  letter-spacing: 0px;
  color: #23436c;
}

.cart-table .p-total .price-final {
  color: #27466f;
}

.cart-item-name a {
  color: var(--color-primary-hover);
}

.radio-wrapper input[type="radio"]:checked+label>span b,
.radio-wrapper.active .for-free {
  color: #20406c !important;
}

.cart-table .p-name .main-link-variant {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.cart-item>div {
  border-color: white;
}

.radio-wrapper input[type="radio"]:checked+label>span b,
.radio-wrapper.active .for-free {
  color: var(--color-secondary);
}

.payment-success-icon {
  background-color: rgba(31, 139, 81, 0.2);
  border-color: #1f8b51;
  color: #1f8b51;
}

@media (min-width: 767px) {
  .login-from-cart {
    color: var(--color-tertiary-hover);
  }
}

.subcategories li a {
  border-color: #dadada;
  color: var(--color-tertiary-hover);
}

.subcategories li a:hover {
  border-color: #24436c;
}

.category-top {
  border: none;
}

.category-top .pagination-count {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.products-top-header {
  border-top-color: #dadada;
}

#category-header {
  background-color: var(--color-tertiary);
}

#category-header input[type="radio"]+label:hover {
  background-color: #fff;
  color: var(--color-secondary);
}

:where(body.ums_a11y_category_page--off) #category-header input[type="radio"]:checked+label {
  background-color: #fff;
  color: var(--color-tertiary-hover);
}

:where(body.ums_a11y_category_page--on) #category-header input[type="radio"].active+label {
  background-color: #fff;
  color: var(--color-tertiary-hover);
}

.filters-wrapper .filters-unveil-button-wrapper i {
  background-color: transparent;
  color: #fff;
}

@media (min-width: 992px) {

  .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button,
  .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper i,
  .one-column-body .filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button,
  .one-column-body .filters-wrapper .filters-unveil-button-wrapper i {
    background-color: var(--color-secondary);
    color: var(--color-primary-hover);
    border: none;
  }

  .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper:hover .btn.btn-default.unveil-button,
  .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper:hover i,
  .one-column-body .filters-wrapper .filters-unveil-button-wrapper:hover .btn.btn-default.unveil-button,
  .one-column-body .filters-wrapper .filters-unveil-button-wrapper:hover i {
    background-color: var(--color-secondary);
    color: #fff;
  }
}

@media (min-width: 1200px) {

  .multiple-columns-body.desktop .filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button,
  .multiple-columns-body.desktop .filters-wrapper .filters-unveil-button-wrapper i {
    background-color: transparent;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
  }

  .multiple-columns-body.desktop .filters-wrapper .filters-unveil-button-wrapper:hover .btn.btn-default.unveil-button,
  .multiple-columns-body.desktop .filters-wrapper .filters-unveil-button-wrapper:hover i {
    background-color: var(--color-secondary);
    color: #fff;
  }
}

.pagination-wrapper .load-products {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: #fff;
}

.pagination-wrapper .load-products:hover {
  background-color: hsla(var(--color-primary-hover-h),
      var(--color-primary-hover-s),
      var(--color-primary-hover-l),
      0.8);
  border-color: hsla(var(--color-primary-hover-h),
      var(--color-primary-hover-s),
      var(--color-primary-hover-l),
      0.8);
  color: #fff;
}

.pagination-wrapper .pagination-top>strong,
.pagination-wrapper .pagination>strong {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.pagination-wrapper .pagination a:last-child,
.pagination-wrapper .pagination-top a:last-child {
  border-color: transparent;
}

.pagination-wrapper .pagination a:last-child:hover,
.pagination-wrapper .pagination-top a:last-child:hover {
  background-color: hsla(var(--color-secondary-h),
      var(--color-secondary-s),
      var(--color-secondary-l),
      0.08);
  border-color: hsla(var(--color-secondary-h),
      var(--color-secondary-s),
      var(--color-secondary-l),
      0.08);
  color: var(--color-secondary);
}

.pagination-wrapper .pagination a.pagination-link:hover,
.pagination-wrapper .pagination-top a.pagination-link:hover {
  background-color: transparent;
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.ui-slider-handle:before {
  color: hsla(0, 0%, 100%, 0.4);
}

#footer .filter-sections,
#footer .filters-wrapper .filters-unveil-button-wrapper {
  background: var(--color-primary-hover);
}

.type-search #content h2 .highlight {
  color: var(--color-secondary);
}

.search-results,
.search-results-group {
  border: none;
}

.customer-page .sidebar .client-center-box ul li.active {
  color: var(--color-secondary);
}

.customer-page .sidebar .client-center-box ul li.active:hover {
  color: var(--color-secondary-hover);
}

.customer-page .sidebar .client-center-box ul li.logout .btn {
  background: transparent;
  border: none;
  color: var(--color-primary-hover);
  padding: 5px 10px;
}

.customer-page .sidebar .client-center-box ul li.logout .btn:hover {
  background-color: transparent;
  color: var(--color-secondary-hover);
}

.customer-page .sidebar .client-center-box ul li a {
  position: relative;
  display: inline-block;
  color: #23436c !important;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-bottom: 2px;
}

.customer-page .content table {
  border-color: #dadada;
}

.customer-page .content table .client-table-heading,
.customer-page .content table thead {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.customer-page .content table tr:nth-child(2n):not(thead tr) {
  background-color: var(--color-tertiary);
}

@media (max-width: 1199px) {
  .customer-page .content table.table-mobile-enriched tr {
    background-color: var(--color-tertiary);
  }
}

.customer-page .content a strong {
  color: var(--color-tertiary-hover);
}

.customer-page .content strong {
  color: var(--color-secondary);
}

.customer-page .content .status {
  background-color: #dadada;
}

.customer-page .content .status.status-1 {
  background-color: #f3e8da;
  color: #d4741b;
}

.customer-page .content .status.status-2 {
  background-color: #dce6f6;
  color: #172f6f;
}

.customer-page .content .status.status-3 {
  background-color: #ddfae8;
  color: #06a946;
}

.customer-page .content .status.status-4 {
  background-color: #fadede;
  color: #c60101;
}

.sidebar {
  background-color: var(--color-tertiary);
}

.sidebar,
.sidebar .box {
  border-color: #dadada;
}

.sidebar .subscribe-form .consents,
.sidebar .subscribe-form .consents a {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

ol.top-products li:before {
  background-color: var(--color-secondary);
  color: #fff;
}

ol.top-products li a {
  color: var(--color-tertiary-hover);
}

ol.top-products li a:hover .top-products-name {
  color: var(--color-secondary);
}

#content #filters {
  background-color: rgba(229, 206, 153, 0.25);
  border: none;
  border-radius: 0;
}

#footer,
.footer-rows .rate-wrapper {
  background-color: var(--color-primary-hover);
}

.footer-bottom,
.footer-bottom-full-width {
  background-color: #23436c;
  color: #ffffff !important;
}

#footer .footer-bottom,
#footer .footer-bottom a {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.footer-rows .rate-wrapper .star:before,
.footer-rows .vote-admin-response,
.footer-rows .vote-rating {
  color: #fff;
}

#footer .filter-total-count,
.footer-rows li a {
  color: var(--color-tertiary-hover);
}

#footer h4 {
  color: var(--color-secondary);
}

#footer h4>span:after {
  background-color: #fff;
  border-color: #fff;
}

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

#footer .password-helper a {
  color: var(--color-secondary);
}

.eet-message-inner {
  color: hsl(var(--color-tertiary-hover-h),
      var(--color-tertiary-hover-s),
      var(--color-tertiary-hover-l),
      0.56);
}

.products-block .inactive {
  color: var(--color-tertiary-hover);
}

.cart-xyDiscount__banner {
  background-color: #f9f9f9;
}

#content .filter-section fieldset div label:not(.advanced-parameter),
#footer .filter-section fieldset div label:not(.advanced-parameter) {
  text-align: left;
  font: normal normal normal 16px / 22px Poppins;
  letter-spacing: 0px;
  color: #23436c;
}

.search-results-group-list li a {
  padding: 1em;
}

article header h1[itemprop="headline"] {
  color: #e5ce99;
  font-size: 50px;
  margin: 20px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .header-bottom {
    width: 0px !important;
  }

  #header .header-top .header-top-wrapper .navigation-buttons {
    justify-content: flex-end !important;
  }

  .type-category div#content-wrapper,
  .in-vyhledavani div#content-wrapper {
    padding-top: 85px;
  }

  .in-vyhledavani #content h2 {
    line-height: 40px;
    font-size: 35px;
  }

  .search-results-group-list li a {
    padding: 1em;
    width: auto;
  }

  div#content-wrapper {
    margin-top: 60px;
  }

  .type-page h1 {
    line-height: 35px;
    font-size: 30px;
  }
}

.in-kosik a.main-link {
  font-weight: bold !important;
}

span.image:has(img[src="https://cdn.myshoptet.com/prj/dist/master/cms/templates/frontend_templates/00/img/folder.svg"]) {
  visibility: hidden;
  width: 15px;
}

.subcategories.with-image li a:hover span.text {
  color: #24436c !important;
  transition: 0.4s;
}

.subcategories.with-image li a span.text {
  transition: 0.4s;
}

.subcategories.with-image li a .image img {
  border-radius: 50%;
}

svg.shp-flag {
  display: none;
}

@media(max-width: 767px) {
  svg.shp-flag {
    display: block;
  }
}

#dkLabTopFilters #category-header>span.span--sort {
  border: 0px !important;
  color: #23436c;
  font-size: 16px;
}

#dkLabTopFilters #category-header>form {
  border: 2px solid #e5ce99 !important;
}

#dkLabTopFilters .category-header input[type="radio"]+label {
  color: #23436c;
  font-size: 14px;
}

#dkLabTopFilters .filter-section,
#dkLabTopFilters .filter-section-boolean,
#dkLabTopFilters .slider-wrapper {
  border: 0px !important;
}

#dkLabTopFilters .filter-section h4,
#dkLabTopFilters .filter-section-boolean h4,
#dkLabTopFilters .slider-wrapper h4 {
  color: #23436c !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  margin-top: 0px;
}

body.template-14 #dkLabTopFilters #filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#content #dkLabTopFilters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#dkLabTopFilters #category-header:after {
  position: initial;
}

#dkLabTopFilters #category-header {
  position: relative;
}

#dkLabTopFilters .filter-section>form,
#dkLabTopFilters .slider-wrapper>.dkLab-slider-wrapper,
#dkLabTopFilters .filter-section-boolean .param-filter-top {
  border: 2px solid #e5ce99 !important;
}

#dkLabTopFilters .filter-count {
  display: none;
}

.ui-slider-horizontal .ui-slider-handle:after {
  display: none;
}

.pagination-wrapper .load-products:after {
  display: none;
}

span.pagination-appendix {
  display: none;
}

.filter-sections {
  display: flex;
  align-items: center;
}

.filter-section.filter-section-count.dkLab__manager--active {
  display: none !important;
}


@media(max-width: 767px) {
  #content #dkLabTopFilters {
    flex-direction: column;
  }

  .dkLab-filters-pack-button {
    position: relative !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
  }

  body.template-14 #dkLabTopFilters #filters {
    background: transparent;
  }

  #dkLabTopFilters .filter-sections {
    background-color: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  body.template-14 #dkLabTopFilters #filters {
    display: none;
    align-items: start;
    flex-direction: column;
    background: transparent;
    padding: 10Px 0;
  }

  .dkLab-filters-pack-button {
    margin-top: 0px !important;
  }

  .dkLab-filters-pack-button {
    margin-top: 20px !important;
  }

  body.template-14 #dkLabTopFilters #category-header:after {
    display: none;
  }

  #dkLabTopFilters #category-header>span.span--sort {
    border: 1px solid #23436c !important;
    color: black;
    font-size: 10px;
    background: #e5ce99;
    text-align: center;
    padding: 3px 15px 2px 15px;
    height: 36px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-width: 100%;
  }

  #dkLabTopFilters .dkLab-filters-pack-button .btn.btn-primary {
    min-width: 100%;
  }

  .filter-section {
    width: 100%;
  }

  .slider-wrapper.dkLab__manager--active {
    margin-inline: 0 !important;
  }

  .dkLab-filters-pack-button {
    margin-inline: 0 !important;
  }

  div#category-filter-hover {
    width: 100%;
  }
}

/*Load more - categories*/
:where(body.ums_a11y_pagination--off) .pagination,
:where(body.ums_a11y_pagination--off) .pagination-loader,
:where(body.ums_a11y_pagination--off) .pagination-top {
  min-width: 33.33%
}

@media (max-width: 1199px) {

  :where(body.ums_a11y_pagination--off) .pagination,
  :where(body.ums_a11y_pagination--off) .pagination-loader,
  :where(body.ums_a11y_pagination--off) .pagination-top {
    min-width: 100%;
    text-align: center
  }
}

:where(body.ums_a11y_pagination--off) .pagination-loader {
  margin: 10px 0
}

:where(body.ums_a11y_pagination--off) .pagination,
:where(body.ums_a11y_pagination--off) .pagination-top {
  font-size: 0;
  line-height: 0
}

:where(body.ums_a11y_pagination--off) .pagination-top>a,
:where(body.ums_a11y_pagination--off) .pagination-top>strong,
:where(body.ums_a11y_pagination--off) .pagination>a,
:where(body.ums_a11y_pagination--off) .pagination>strong {
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  margin-left: 5px;
  margin-right: 1px;
  min-width: 36px;
  text-align: center;
  text-decoration: none;
  width: 36px
}

:where(body.ums_a11y_pagination--off) .pagination-top>strong,
:where(body.ums_a11y_pagination--off) .pagination>strong {
  font-weight: 400
}

:where(body.ums_a11y_pagination--off) .pagination-link.next:before,
:where(body.ums_a11y_pagination--off) .pagination-link.prev:before,
:where(body.ums_a11y_pagination--off) .pagination-link.up:before {
  font-size: 8px
}

:where(body.ums_a11y_pagination--off) .pagination-link.prev:before {
  content: "\e90f"
}

:where(body.ums_a11y_pagination--off) .pagination-link.next:before {
  content: "\e910"
}

:where(body.ums_a11y_pagination--off) .pagination-link.up:before {
  content: "\e911"
}

:where(body.ums_a11y_pagination--off) .pagination-link:hover {
  text-decoration: none
}

:where(body.ums_a11y_pagination--off) .pagination-top {
  text-transform: uppercase
}

:where(body.ums_a11y_pagination--off) .pagination-top>strong {
  cursor: pointer;
  width: auto
}

@media (max-width: 1199px) {
  :where(body.ums_a11y_pagination--off) .pagination-top {
    order: 3;
    padding-top: 22px
  }
}

:where(body.ums_a11y_pagination--off) .pagination-wrapper {
  margin-bottom: 22px;
  margin-top: 22px
}

:where(body.ums_a11y_pagination--off) .pagination-wrapper .pagination {
  text-align: right
}

@media (max-width: 1199px) {
  :where(body.ums_a11y_pagination--off) .pagination-wrapper .pagination {
    text-align: center
  }
}

@media (min-width: 768px) {
  :where(body.ums_a11y_pagination--off) .pagination-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  :where(body.ums_a11y_pagination--off) .pagination-wrapper .pagination-loader {
    margin-bottom: 22px;
    text-align: center
  }
}

@media (max-width: 1199px) {
  :where(body.ums_a11y_pagination--off) .pagination-wrapper {
    display: flex;
    flex-direction: column
  }
}

@media (min-width: 321px) and (max-width:767px) {
  :where(body.ums_a11y_pagination--off) .pagination-wrapper {
    clear: both
  }
}

:where(body.ums_a11y_pagination--off) .pagination-count {
  padding-top: 22px;
  text-align: center;
  width: 100%
}

:where(body.ums_a11y_pagination--on) .listingControls {
  align-items: center;
  container-name: listingControls;
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 0;
  justify-content: center;
  margin-bottom: 33px;
  margin-top: 22px
}

:where(body.ums_a11y_pagination--on) .goToTop,
:where(body.ums_a11y_pagination--on) .itemsTotal,
:where(body.ums_a11y_pagination--on) .loadMore,
:where(body.ums_a11y_pagination--on) .pagination {
  flex: 0 0 100%
}

:where(body.ums_a11y_pagination--on) .loadMore {
  display: flex;
  justify-content: center
}

:where(body.ums_a11y_pagination--on) .loadMore__button--products {
  width: 100%
}

@media (min-width: 768px) {
  :where(body.ums_a11y_pagination--on) .loadMore__button--products {
    width: auto
  }
}

:where(body.ums_a11y_pagination--on) .pagination {
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 3.25em
}

:where(body.ums_a11y_pagination--on) .pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

:where(body.ums_a11y_pagination--on) .pagination .pagination__link,
:where(body.ums_a11y_pagination--on) .pagination__currentPage {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 0;
  display: flex;
  height: 3.25em;
  justify-content: center;
  min-height: 3.25em;
  padding: 0;
  text-decoration: none
}

:where(body.ums_a11y_pagination--on) .pagination__currentPage {
  font-weight: 400
}

:where(body.ums_a11y_pagination--on) .pagination__link--next:before,
:where(body.ums_a11y_pagination--on) .pagination__link--prev:before {
  font-size: 1em
}

:where(body.ums_a11y_pagination--on) .pagination__link--next:hover,
:where(body.ums_a11y_pagination--on) .pagination__link--prev:hover {
  text-decoration: none
}

:where(body.ums_a11y_pagination--on) .pagination__link--prev:before {
  content: "\e90f";
  font-family: "shoptet";
}

:where(body.ums_a11y_pagination--on) .pagination__link--next:before {
  content: "\e910";
  font-family: "shoptet";
}

:where(body.ums_a11y_pagination--on) .goToTop {
  display: flex;
  justify-content: center
}

:where(body.ums_a11y_pagination--on) .goToTop__button:before {
  content: "\e911";
  font-size: 1em;
  margin-right: .5em;
  font-family: "shoptet";
}

:where(body.ums_a11y_pagination--on) .itemsTotal {
  text-align: center
}

@container listingControls (min-width: 57rem) {
  :where(body.ums_a11y_pagination--on) .loadMore {
    order: 1
  }

  :where(body.ums_a11y_pagination--on) .goToTop {
    flex-basis: auto;
    margin-right: auto;
    order: 2
  }

  :where(body.ums_a11y_pagination--on) .pagination {
    flex-basis: auto;
    margin-left: auto;
    order: 3
  }

  :where(body.ums_a11y_pagination--on) .itemsTotal {
    order: 4
  }
}

@container listingControls (min-width: 84rem) {
  :where(body.ums_a11y_pagination--on) .goToTop {
    flex-basis: 33%;
    justify-content: flex-start;
    order: 1
  }

  :where(body.ums_a11y_pagination--on) .listingControls:has(.goToTop, .pagination) .loadMore {
    flex-basis: 33%;
    order: 2
  }

  :where(body.ums_a11y_pagination--on) .pagination {
    flex-basis: 33%;
    justify-content: flex-end;
    order: 4
  }
}

:where(body.ums_a11y_pagination--on) .pagination-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: space-between;
  margin-bottom: 22px;
  margin-top: 22px
}

:where(body.ums_a11y_pagination--on) .pagination-wrapper .pagination {
  display: flex;
  flex-basis: fit-content;
  flex-wrap: wrap;
  gap: 5px
}

:where(body.ums_a11y_pagination--on) .pagination-wrapper .pagination>* {
  flex-basis: auto;
  line-height: 1;
  padding: 10px
}

@media (max-width: 1199px) {
  :where(body.ums_a11y_pagination--on) .pagination-wrapper .pagination {
    justify-content: flex-start
  }
}

:where(body.ums_a11y_pagination--on) .pagination-total {
  margin-bottom: 0
}