/* FROM IKONY.CSS */

@font-face {
  font-family: ikony;
  src: url('ikony.ttf');
  font-display: swap;
}

/* FROM HOMEPAGE HTML */

:root {
  --color-primary: #252729;
  --color-primary-h: 210;
  --color-primary-s: 5%;
  --color-primary-l: 15%;
  --color-primary-hover: #000000;
  --color-primary-hover-h: 0;
  --color-primary-hover-s: 0%;
  --color-primary-hover-l: 0%;
  --color-secondary: #ea5400;
  --color-secondary-h: 22;
  --color-secondary-s: 100%;
  --color-secondary-l: 46%;
  --color-secondary-hover: #f76614;
  --color-secondary-hover-h: 22;
  --color-secondary-hover-s: 93%;
  --color-secondary-hover-l: 52%;
  --color-tertiary: #4b5fa9;
  --color-tertiary-h: 227;
  --color-tertiary-s: 39%;
  --color-tertiary-l: 48%;
  --color-tertiary-hover: #11934d;
  --color-tertiary-hover-h: 148;
  --color-tertiary-hover-s: 79%;
  --color-tertiary-hover-l: 32%;
  --color-header-background: #ffffff;
  --template-font: "sans-serif";
  --template-headings-font: "sans-serif";
  --header-background-url: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  --cookies-notice-background: #1a1937;
  --cookies-notice-color: #f8fafb;
  --cookies-notice-button-hover: #f5f5f5;
  --cookies-notice-link-hover: #27263f;
  --templates-update-management-preview-mode-content: "Náhled aktualizací šablony je aktivní pro váš prohlížeč.";
}

.navod > *:not(h2) {
  display: none;
}

.navod.otevreno > * {
  display: block;
}

.navod h2 {
  font-size: 26px;
  margin: -16px -24px;
  padding: 16px 42px 16px 24px;
  cursor: pointer;
  position: relative;
}

.navod h2::after {
  content: "\e904";
  font-family: ikony;
  position: absolute;
  right: 16px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.navod.otevreno h2::after {
  content: "\ea6e";
}

.navod {
  border: 1px solid var(--color-border);
  margin: 0 auto 12px auto;
  padding: 16px 24px;
  max-width: 960px;
}

.navod:hover,
.navod.otevreno {
  border-color: var(--color-primary);
}

.navod.otevreno h2 {
  margin-bottom: 16px;
  background-color: var(--color-primary);
  color: #fff;
}

.navod p {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .navod h2 {
    font-size: 18px;
  }
}

.navod code,
.navod .kod {
  background-color: var(--color-bg);
  border: 1px solid var(--color-border);
  padding: 10px;
  font-size: 14px;
  font-family: Courier;
  margin-bottom: 24px;
}

/* .cs .product .btn-primary::after {
  content: "Vybrat variantu";
} */

.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_reposition {
  overflow: hidden;
  position: relative;
}

.fb_invisible {
  display: none;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

@keyframes fb_transform {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fb_animate {
  animation: fb_transform 0.3s forwards;
}

.fb_hidden {
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_reposition {
  overflow: hidden;
  position: relative;
}

.fb_invisible {
  display: none;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

@keyframes fb_transform {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fb_animate {
  animation: fb_transform 0.3s forwards;
}

.fb_dialog {
  background: rgba(82, 82, 82, 0.7);
  position: absolute;
  top: -10000px;
  z-index: 10001;
}

.fb_dialog_advanced {
  border-radius: 8px;
  padding: 10px;
}

.fb_dialog_content {
  background: #fff;
  color: #373737;
}

.fb_dialog_close_icon {
  background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  height: 15px;
  position: absolute;
  right: 18px;
  top: 17px;
  width: 15px;
}

.fb_dialog_mobile .fb_dialog_close_icon {
  left: 5px;
  right: auto;
  top: 5px;
}

.fb_dialog_padding {
  background-color: transparent;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.fb_dialog_close_icon:hover {
  background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -15px transparent;
}

.fb_dialog_close_icon:active {
  background: url(https://connect.facebook.net/rsrc.php/v4/yq/r/IE9JII6Z1Ys.png)
    no-repeat scroll 0 -30px transparent;
}

.fb_dialog_iframe {
  line-height: 0;
}

.fb_dialog_content .dialog_title {
  background: #6d84b4;
  border: 1px solid #365899;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.fb_dialog_content .dialog_title > span {
  background: url(https://connect.facebook.net/rsrc.php/v4/yd/r/Cou7n-nqK52.gif)
    no-repeat 5px 50%;
  float: left;
  padding: 5px 0 7px 26px;
}

body.fb_hidden {
  height: 100%;
  left: 0px;
  margin: 0px;
  overflow: visible;
  position: absolute;
  top: -10000px;
  transform: none;
  width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading {
  background: url(https://connect.facebook.net/rsrc.php/v4/ya/r/3rhSv5V8j3o.gif)
    white no-repeat 50% 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10001;
}

.fb_dialog.fb_dialog_mobile.loading.centered {
  background: none;
  height: auto;
  min-height: initial;
  min-width: initial;
  width: auto;
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
  width: 100%;
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
  background: none;
}

.loading.centered #fb_dialog_loader_close {
  clear: both;
  color: white;
  display: block;
  font-size: 18px;
  padding-top: 20px;
}

#fb-root #fb_dialog_ipad_overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#fb-root #fb_dialog_ipad_overlay.hidden {
  display: none;
}

.fb_dialog.fb_dialog_mobile.loading iframe {
  visibility: hidden;
}

.fb_dialog_mobile .fb_dialog_iframe {
  position: sticky;
  top: 0;
}

.fb_dialog_content .dialog_header {
  background: linear-gradient(from(#738aba), to(#2c4987));
  border-bottom: 1px solid;
  border-color: #043b87;
  box-shadow: white 0px 1px 1px -1px inset;
  color: #fff;
  font: bold 14px Helvetica, sans-serif;
  text-overflow: ellipsis;
  text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
  vertical-align: middle;
  white-space: nowrap;
}

.fb_dialog_content .dialog_header table {
  height: 43px;
  width: 100%;
}

.fb_dialog_content .dialog_header td.header_left {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
  width: 60px;
}

.fb_dialog_content .dialog_header td.header_right {
  font-size: 12px;
  padding-right: 5px;
  vertical-align: middle;
  width: 60px;
}

.fb_dialog_content .touchable_button {
  background: linear-gradient(from(#4267b2), to(#2a4887));
  background-clip: padding-box;
  border: 1px solid #29487d;
  border-radius: 3px;
  display: inline-block;
  line-height: 18px;
  margin-top: 3px;
  max-width: 85px;
  padding: 4px 12px;
  position: relative;
}

.fb_dialog_content .dialog_header .touchable_button input {
  background: none;
  border: none;
  color: white;
  font: bold 12px Helvetica, sans-serif;
  margin: 2px -12px;
  padding: 2px 6px 3px 6px;
  text-shadow: rgba(0, 30, 84, 0.296875) 0px -1px 0px;
}

.fb_dialog_content .dialog_header .header_center {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}

.fb_dialog_content .dialog_content {
  background: url(https://connect.facebook.net/rsrc.php/v4/y9/r/jKEcVPZFk-2.gif)
    no-repeat 50% 50%;
  border: 1px solid #4a4a4a;
  border-bottom: 0;
  border-top: 0;
  height: 150px;
}

.fb_dialog_content .dialog_footer {
  background: #f5f6f7;
  border: 1px solid #4a4a4a;
  border-top-color: #ccc;
  height: 40px;
}

#fb_dialog_loader_close {
  float: left;
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
  visibility: hidden;
}

#fb_dialog_loader_spinner {
  animation: rotateSpinner 1.2s linear infinite;
  background-color: transparent;
  background-image: url(https://connect.facebook.net/rsrc.php/v4/yD/r/t-wz8gw1xG1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}

@keyframes rotateSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fb_iframe_widget {
  display: inline-block;
  position: relative;
}

.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

.fb_iframe_widget iframe {
  position: absolute;
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
  max-width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
  min-width: 220px;
  position: relative;
}

.fb_iframe_widget_lift {
  z-index: 1;
}

.fb_iframe_widget_fluid {
  display: inline;
}

.fb_iframe_widget_fluid span {
  width: 100%;
}

/* FROM CSS2 FILE */

/* cyrillic */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73oDd4iYl.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73ord4iYl.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73oTd4g.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73oDd4iYl.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73ord4iYl.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73oTd4g.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73oDd4iYl.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73ord4iYl.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/jost/v18/92zatBhPNqw73oTd4g.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* FROM STYLE.CSS FILE */

/* KONVERZNÍ BARVA */
a {
  color: var(--color-secondary);
}

:root {
  --color-bg: #f5f5f5;
  --color-border: #e1e1e2;
  --color-text: #252729;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Jost", sans-serif;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  color: #252729;
  line-height: 1.2;
  /* word-wrap: break-word; */
  text-transform: none;
  font-family: "Jost", sans-serif;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 24px;
}
h3,
.h3 {
  font-size: 28px;
  margin-top: 32px;
  margin-bottom: 24px;
}
h4,
.h4 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}
h5,
.h5 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
}
h6,
.h6 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
.content p,
.content li {
  line-height: 1.68;
}
.content p a,
.content li a {
  text-decoration: underline;
  color: var(--color-secondary);
}
.content p a:hover,
.content li a:hover {
  text-decoration: none;
}
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;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
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;
}
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;
  padding: 0;
}
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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #252729;
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--color-secondary);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 747px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1178px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  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-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    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%;
  }
  .banners-row .col-sm-8 {
    width: 74.7%;
  }
  .banners-row .col-sm-4 {
    width: 25.3%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    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-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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 {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background-clip: padding-box;
  text-transform: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  display: block;
  padding: 12px 16px;
  clear: both;
  font-weight: normal;
  line-height: 1.384615;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}
.dropdown-menu > li.dropdown__item--title > span {
  font-weight: bold;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.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 {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.384615;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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 {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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 {
  position: absolute;
}
.carousel-control.left {
  right: auto;
  left: 0;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover {
  color: #fff;
  background-color: var(--color-primary);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 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%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid: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 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .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;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  th.visible-print,
  td.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;
  }
}
@media print {
  .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 {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    .ui-helper-reset {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      line-height: 1.3;
      text-decoration: none;
      font-size: 100%;
      list-style: none;
    }
    .ui-helper-clearfix:before,
    .ui-helper-clearfix:after {
      content: "";
      display: table;
      border-collapse: collapse;
    }
    .ui-helper-clearfix:after {
      clear: both;
    }
    .ui-helper-zfix {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      opacity: 0;
      filter: alpha(opacity=0);
    }
    .ui-front {
      z-index: 100;
    }
    .ui-state-disabled {
      cursor: default !important;
      pointer-events: none;
    }
    .ui-icon {
      display: block;
      text-indent: -99999px;
      overflow: hidden;
      background-repeat: no-repeat;
    }
    .ui-widget-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 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 {
      position: absolute;
      z-index: 2;
      width: 1.2em;
      height: 1.2em;
      cursor: default;
      -ms-touch-action: none;
      touch-action: none;
    }
    .ui-slider .ui-slider-range {
      position: absolute;
      z-index: 1;
      font-size: 0.7em;
      display: block;
      border: 0;
      background-position: 0 0;
    }
    .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 {
      top: -0.3em;
      margin-left: -0.6em;
    }
    .ui-slider-horizontal .ui-slider-range {
      top: 0;
      height: 100%;
    }
    .ui-slider-horizontal .ui-slider-range-min {
      left: 0;
    }
    .ui-slider-horizontal .ui-slider-range-max {
      right: 0;
    }
    .ui-slider-vertical {
      width: 0.8em;
      height: 100px;
    }
    .ui-slider-vertical .ui-slider-handle {
      left: -0.3em;
      margin-left: 0;
      margin-bottom: -0.6em;
    }
    .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 {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;
      outline: none;
    }
    .ui-menu .ui-menu {
      position: absolute;
    }
    .ui-menu .ui-menu-item {
      margin: 0;
      cursor: pointer;
      list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }
    .ui-menu .ui-menu-item-wrapper {
      position: relative;
      padding: 3px 1em 3px 0.4em;
    }
    .ui-menu .ui-menu-divider {
      margin: 5px 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      border-width: 1px 0 0 0;
    }
    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
      margin: -1px;
    }
    .ui-menu-icons {
      position: relative;
    }
    .ui-menu-icons .ui-menu-item-wrapper {
      padding-left: 2em;
    }
    .ui-menu .ui-icon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0.2em;
      margin: auto 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 {
      position: absolute;
      top: 0;
      left: 0;
      cursor: default;
    }
    
    /*
         * 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 {
      width: 17em;
      padding: 0.2em 0.2em 0;
      display: none;
    }
    .ui-datepicker .ui-datepicker-header {
      position: relative;
      padding: 0.2em 0;
    }
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
      position: absolute;
      top: 2px;
      width: 1.8em;
      height: 1.8em;
    }
    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-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-prev span,
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px;
    }
    .ui-datepicker .ui-datepicker-title {
      margin: 0 2.3em;
      line-height: 1.8em;
      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 {
      width: 100%;
      font-size: 0.9em;
      border-collapse: collapse;
      margin: 0 0 0.4em;
    }
    .ui-datepicker th {
      padding: 0.7em 0.3em;
      text-align: center;
      font-weight: bold;
      border: 0;
    }
    .ui-datepicker td {
      border: 0;
      padding: 1px;
    }
    .ui-datepicker td span,
    .ui-datepicker td a {
      display: block;
      padding: 0.2em;
      text-align: right;
      text-decoration: none;
    }
    .ui-datepicker .ui-datepicker-buttonpane {
      background-image: none;
      margin: 0.7em 0 0 0;
      padding: 0 0.2em;
      border-left: 0;
      border-right: 0;
      border-bottom: 0;
    }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: 0.5em 0.2em 0.4em;
      cursor: pointer;
      padding: 0.2em 0.6em 0.3em 0.6em;
      width: auto;
      overflow: visible;
    }
    .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 {
      width: 95%;
      margin: 0 auto 0.4em;
    }
    .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;
      width: 100%;
      font-size: 0;
    }
    .ui-datepicker-rtl {
      direction: rtl;
    }
    .ui-datepicker-rtl .ui-datepicker-prev {
      right: 2px;
      left: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-next {
      left: 2px;
      right: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
      right: 1px;
      left: auto;
    }
    .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-right-width: 0;
      border-left-width: 1px;
    }


@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    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%;
  }
}
.no-display,
.hide {
  display: none !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.nowrap {
  white-space: nowrap;
}
.js-hidden {
  visibility: hidden;
  position: absolute;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  transform: scaleY(0) scaleX(0);
  transform-origin: center;
}
.js-hidden.visible {
  visibility: visible;
  position: inherit;
  max-height: none;
  max-width: none;
  overflow: visible;
  transform: scaleY(1) scaleX(1);
  transform-origin: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.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: 88px;
}
.spaced-small {
  margin-top: 22px;
}
.spaced-smaller {
  margin-top: 11px;
}
.no-gutter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.show-tooltip {
  cursor: help;
}
.show-tooltip.acronym[data-original-title] {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.show-tooltip.acronym[data-original-title=""] {
  border-bottom: none;
}
.em {
  font-style: italic;
}
.line {
  line-height: 1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  margin: 22px 0;
}
*:focus:not(.focus-visible) {
  outline: 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  counter-reset: steps top;
  font-weight: 400;
}
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;
  }
}
p {
  margin-bottom: 24px;
  margin-top: 0;
}
a.btn,
.link-like.btn {
  text-decoration: none;
}
a:hover,
.link-like:hover {
  text-decoration: none;
}
a:focus,
.link-like:focus {
  text-decoration: none;
}
a.disabled,
.link-like.disabled {
  cursor: default;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
label.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .table-md-50 {
    width: 50% !important;
  }
}
.table-th-code {
  width: 21%;
}
.table-th-date {
  width: 7%;
}
.p-final-price-wrapper .price-standard > span,
.p-final-price-wrapper .price-save > span {
  display: inline-block;
}
.p-final-price-wrapper .price-standard > span.empty,
.p-final-price-wrapper .price-save > span.empty {
  visibility: hidden;
}
.price-standard > span {
  text-decoration: line-through;
}
.price-measure .empty,
.price-measure .default-variant {
  visibility: hidden;
}
td > .price-measure .empty,
td > .price-measure .default-variant {
  visibility: visible;
}
.parameter-value {
  display: none;
}
#payu_ {
  display: none;
}
#payu_ .container {
  width: auto !important;
  padding: 0 !important;
}
#checkoutContent #payu_ {
  display: block;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
.shp-icon,
.chevron-after::after,
.close-after::after,
.submenu-arrow::after,
.navigation-close:before,
.link-icon::before,
a.social-icon::before,
#cboxPrevious::before,
#cboxNext::before,
#cboxClose::before,
.pagination-link.prev::before,
.pagination-link.next::before,
.pagination-link.up::before,
.contact-box ul li > span::before,
.quantity .increase::before,
.quantity .decrease::before,
#categories .expandable > a > span::before,
#categories .expandable > .topic > a > span::before,
.search-whisperer-category em::before,
.add-comment .rating-icon::before,
.add-comment .comment-icon::before,
.stars a::before,
.stars span::before,
.p-thumbnails .thumbnail-prev::before,
.p-thumbnails .thumbnail-next::before,
.advanced-parameter-inner::before,
.instagram-follow-btn > span::before,
.empty-content-404 h2::after,
.empty-content-category h2::after,
.browse-p .p-prev::before,
.browse-p .p-next::before,
.cart-toggle-unselected-options::after,
.show-related:after,
.remove-item::before,
.btn.btn-login::before,
a.btn.btn-login::before,
.btn.btn-login.btn-after::after,
a.btn.btn-login.btn-after::after,
.btn.btn-cofidis::before,
a.btn.btn-cofidis::before,
.btn.btn-cofidis.btn-after::after,
a.btn.btn-cofidis.btn-after::after,
.btn.btn-arrow-left::before,
a.btn.btn-arrow-left::before,
.btn.btn-arrow-left.btn-after::after,
a.btn.btn-arrow-left.btn-after::after,
.btn.btn-arrow-right::before,
a.btn.btn-arrow-right::before,
.btn.btn-arrow-right.btn-after::after,
a.btn.btn-arrow-right.btn-after::after,
.btn.btn-arrow-down::before,
a.btn.btn-arrow-down::before,
.btn.btn-arrow-down.btn-after::after,
a.btn.btn-arrow-down.btn-after::after,
.btn.btn-arrow-up::before,
a.btn.btn-arrow-up::before,
.btn.btn-arrow-up.btn-after::after,
a.btn.btn-arrow-up.btn-after::after,
.image360::after,
.show360image::after,
.menu-helper::after,
.toggle-window-arr::before,
.navigation-home-icon::before,
.navigation-buttons a::before,
.carousel-control::before,
#accordion-content .shp-accordion .shp-accordion-link::after,
.product-slider-navigation.navigation-prev::before,
.product-slider-navigation.navigation-next::before,
.cart-widget-product-delete button::before,
.top-navigation-bar .dropdown .caret::before,
.languagesMenu .caret::before,
.top-navigation-menu-trigger::after,
.responsive-tools > a::before,
.products-block .p > a::after,
.toggle-coupon-input .toggle-coupon-input-button::after,
.extra .price-range::before,
.next-step-back::before,
.id--16 .next-step-forward::after,
.id--9 .next-step-forward::after,
.ordering-process .co-box h4::before,
.checkout-box .toggle-contacts::after,
.recommended-products .browse::before,
.btn.btn-cart::before,
a.btn.btn-cart::before,
.btn.btn-conversion.btn-cart::before,
a.btn.btn-conversion.btn-cart::before,
input[type="checkbox"]:checked + label::after,
.welcome-wrapper ul li::before,
.category-perex ul li::before,
.p-short-description ul li::before,
.tab-content ul li::before,
article ul li::before,
.search-input-icon::before,
.category-header .products-listing-order-heading::before,
.filters-wrapper .filters-unveil-button-wrapper .unveil-button::before,
.filters-wrapper .filters-unveil-button-wrapper .unveil-button::after,
.filters-visible
  .filters-wrapper
  .filters-unveil-button-wrapper
  .unveil-button::after,
#product-detail-form
  .advanced-parameter
  .advanced-parameter-inner.yes-before:before,
.variant-table .btn-cart::before {
  display: inline-block;
  vertical-align: middle;
  font-family: shoptet;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0;
  text-transform: none;
  text-decoration: none;
}
.chevron-after::after {
  vertical-align: initial;
  font-size: 9px;
  margin-left: 10px;
}
.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::before {
  content: "\eb54";
  font-family: ikony;
  font-size: 10px;
  display: inline-block;
  margin-right: 8px;
}
.qrcode {
  border-style: solid;
  border-width: 1px;
}
@media (min-width: 1440px) {
  .container {
    width: 1420px;
  }
}
.type-product .tab-content > .tab-pane {
  opacity: 1;
}
.tab-content > .tab-pane h2:first-child {
  margin-top: 0;
}
.type-product .tab-content > .active {
  display: block;
}
.fb-messenger-checkbox {
  margin: -5px 0 0 -14px;
  display: block;
}
.order-complete-links {
  text-align: center;
}
.reca-number {
  text-align: center;
  margin-bottom: 22px;
}
.more-categories-wrap .more-categories-list {
  display: none;
}
.more-categories-wrap.unveiled .more-categories-trigger {
  display: none;
}
.more-categories-wrap.unveiled .more-categories-list.visible {
  display: inline;
}
.cart-heading {
  margin: 0.67em 0;
}
.pr-list-unit {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
}
#variants .pr-list-unit {
  font-size: 12px;
}
.products-block .p > a::before,
.products-block .img > a::before {
  content: "";
  float: left;
}
#company-info {
  margin-bottom: 22px;
}
.at-share-dock-outer {
  position: relative;
  z-index: 55;
}
.footer-links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links .footer-link {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
}
.footer-links .footer-link a:not(:hover) {
  text-decoration: underline;
}
.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 {
  display: inline-block;
  margin: 0 16px;
  align-self: center;
}
.footer-links-icons {
  padding: 32px 0;
  border-top: 1px solid var(--color-border);
}
.footer-links-icons .footer-links {
  margin-top: 0;
}
.footer-links + .footer-icons {
  margin-top: 24px;
}
.recapitulation-shipping-billing-label {
  display: none;
}
.content-wrapper.container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .content-wrapper.container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper.container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-wrapper.container .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper.container .row.cart-row {
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper.container .row.cart-row > div {
    padding-left: 0;
    padding-right: 0;
  }
  .ordering-process .content-wrapper.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .content-wrapper-in {
    display: flex;
  }
}
.sidebar {
  padding-right: 48px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .content {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-left {
    display: none;
  }
  .sidebar.sidebar-left.sidebar-visible {
    display: block;
  }
}
@media (max-width: 1199px) {
  .sidebar.sidebar-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar {
    flex-grow: 0;
    flex-shrink: 0;
    width: 250px;
  }
  .sidebar-indented .content {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar-indented .content .category-top {
    width: 100%;
  }
  .sidebar-indented .category-content-wrapper {
    width: calc(100% - 250px);
  }
  .category-content-wrapper > h4 {
    margin: 0 0 24px 0;
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 354px;
  }
  .sidebar-indented .category-content-wrapper {
    width: calc(100% - 354px);
  }
}
#navigation {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  #navigation {
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #navigation {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #navigation {
    position: relative;
    left: 0;
    height: 60px;
  }
  .submenu-visible #navigation {
    overflow: visible;
  }
  .submenu-visible #navigation.menu-helper-visible {
    overflow: hidden;
  }
}
.navigation-in ul,
.menu-helper ul {
  margin: 0;
  padding: 0;
}
.navigation-in ul li,
.menu-helper ul li {
  display: block;
  list-style: none;
}
.navigation-in ul li a,
.menu-helper ul li a {
  display: block;
}
.navigation-in ul li.appended-category,
.menu-helper ul li.appended-category {
  display: none;
}
.navigation-in > ul > li.ext > ul,
.menu-helper > ul > li.ext > ul {
  display: none;
}
.submenu-visible .navigation-in > ul > li.ext.exp > ul,
.submenu-visible .menu-helper > ul > li.ext.exp > ul {
  display: block;
}
@media (min-width: 768px) {
  .navigation-in .navigationActions,
  .menu-helper .navigationActions {
    display: none;
  }
  .menu-helper-visible .navigation-in .navigationActions,
  .menu-helper-visible .menu-helper .navigationActions {
    display: none;
  }
}
.navigation-in {
  font-size: 18px;
  line-height: 18px;
}
.navigation-in ul li {
  position: static;
}
.navigation-in ul li a {
  text-transform: none;
  text-decoration: none;
}
.navigation-in ul li a b {
  font-weight: 600;
}
.navigation-in ul li a:hover {
  text-decoration: none;
}
.navigation-in ul.menu-level-2 li a.navigationActions__link--flag {
  display: flex;
  align-items: center;
  padding-top: calc((18px + (1.5rem * 2) - 24px) / 2);
  padding-bottom: calc((18px + (1.5rem * 2) - 24px) / 2);
}
.navigation-in > ul > li {
  border-top-width: 0;
  border-top-style: solid;
}
.navigation-in > ul > li:first-child {
  border-top-style: none;
}
@media (max-width: 767px) {
  .navigation-in {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .navigation-in a.menu-image,
  .navigation-in a.menu-image + div {
    display: inline-block;
  }
  .navigation-in .has-third-level ul {
    display: none;
  }
  .navigation-in ul li.appended-category {
    display: block;
  }
  .navigation-in > ul:last-child {
    margin-bottom: 33px;
  }
  .navigation-in > ul > li:last-child {
    border-bottom-width: 0;
    border-bottom-style: solid;
  }
}
@media (min-width: 768px) {
  .navigation-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 9999em;
  }
  .submenu-visible .navigation-in,
  .fitted .navigation-in {
    width: 100%;
  }
  .navigation-in ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .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 {
    z-index: 1001;
    position: absolute;
    left: 0;
    top: calc(100% - 25px / 2);
    width: 100%;
    margin-left: 0;
    border-style: none;
    border-width: 0;
  }
  .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-top-width: 0;
    border-bottom-width: 0;
    border-top-style: none;
    border-bottom-style: none;
  }
}
.navigation-in .navigationActions {
  border-top-width: 1px;
  border-top-style: solid;
}
.navigation-in .navigationActions__submenu.menu-level-2 li {
  position: relative;
}
.navigation-in .navigationActions__submenu.menu-level-2 li > a {
  padding-left: 20px;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.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-left-style: solid;
    border-left-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
  }
  .navigation-in > ul > li.ext > ul > li {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 33.333333%;
    width: 33.333333%;
    min-height: 75px;
    align-items: center;
  }
  .navigation-in > ul > li.ext > ul > li > a {
    position: relative;
    width: 64px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-items: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    display: block;
    width: 64px;
    height: auto;
  }
  .navigation-in > ul > li.ext > ul > li a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: var(--color-secondary);
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: calc(100% - 64px);
    padding-left: 24px;
  }
  .navigation-in > ul > li.ext > ul > li:not(.has-third-level) > div {
    display: flex;
    align-items: center;
    height: 44px;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 20px;
  }
  .navigation-in > ul > li.ext > ul > li.has-third-level > div > a {
    padding-bottom: 16px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    line-height: 18px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    display: inline-block;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    padding: 0 8px;
    margin-bottom: 6px;
    position: relative;
    width: auto;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li::after {
    content: "";
    border-right: 1px solid var(--color-border);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    display: inline;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 18px;
  }
  .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.exp > a {
    z-index: 10;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  .navigation-in > ul > li.exp > ul {
    top: 100%;
    align-items: flex-start;
  }
  .navigation-in > ul > li:first-child {
    border-left-style: none;
  }
  .navigation-in > ul > li:first-child > a:hover {
    margin-left: 0;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .navigation-in > ul > li.ext > ul > li {
    width: 25%;
    flex-basis: 25%;
  }
}
.submenu-arrow {
  display: inline-block;
  padding-left: 12px;
  font-size: 8px;
  line-height: 1;
}
@media (max-width: 767px) {
  .submenu-arrow {
    padding-right: 1em;
  }
}
.submenu-arrow::after {
  content: "\e9b6";
  font-family: ikony;
  opacity: 0.7;
  position: relative;
  top: -3px;
}
.submenu-visible li.exp > a .submenu-arrow::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-buttons a[data-target="cart"] i,
.cart-count:not(.full) .cart-price::before {
  position: absolute;
  left: 35px;
  right: auto;
  top: auto;
  bottom: 3px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  border-radius: 100%;
  font-weight: 700;
  letter-spacing: 0;
}
.cart-count:not(.full) .cart-price::before {
  content: "0";
}
@media (min-width: 768px) {
  .submenu-arrow::after {
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .navigation-buttons > a[data-target="navigation"] {
    display: none;
  }
}
.navigation-close {
  display: none;
}
@media (max-width: 767px) {
  .navigation-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 2rem;
  }
  .navigation-close::before {
    content: "\e912";
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }
}
.navigationActions__flagWrapper {
  display: inline-flex;
  align-items: center;
}
.navigationActions__flag-right {
  margin-left: 1ex;
}
.navigationActions__flag-left {
  margin-right: 1ex;
}
.navigationActions__submenu__item--active::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.entrance-protection {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.entrance-protection .entrance-protection-inner {
  flex: 0 1 440px;
  margin: 0 auto;
  padding: 20px;
}
.entrance-protection h1 {
  margin: 0 auto 20px;
  text-align: center;
}
.entrance-protection .box,
.entrance-protection .box.box-sm {
  margin: 0;
  padding: 0;
}
.entrance-protection .site-name {
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 40px;
  text-align: center;
}
.entrance-protection .form-group > input {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.entrance-protection .submit-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .entrance-protection .entrance-protection-inner {
    padding: 40px 20px;
  }
  .entrance-protection .form-group > input,
  .entrance-protection .site-name {
    max-width: 80%;
  }
}
.news-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.news-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news-item {
  margin-bottom: 64px;
  padding-bottom: 0;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.news-item .image {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 480px) {
  .news-item .image {
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center;
    flex: 0 1 auto;
    width: calc(100% / 3);
    text-align: left;
  }
}
.news-item .image {
  width: 100%;
}
.news-item .image img {
  width: 100%;
}
.news-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.news-item .text {
  width: 100%;
}
.news-item .text .title:hover {
  text-decoration: underline;
}
.news-item .text .description p:last-child {
  margin-bottom: 0;
}
.news-item-detail .text {
  margin-bottom: 40px;
}
.news-item-detail .text:before,
.news-item-detail .text:after {
  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-right: 10px;
  margin-bottom: 10px;
}
.news-item-detail .text img[style*="float: right"] {
  margin-left: 10px;
  margin-bottom: 10px;
}
.news-item-detail .share {
  margin-bottom: 20px;
  min-height: 25px;
}
.news-item-detail .next-prev {
  margin-bottom: 20px;
}
.news-item-widget {
  margin-bottom: 10px;
  border-bottom-style: none;
  border-bottom-width: 0;
}
.news-item-widget time {
  display: block;
  font-size: 12px;
}
.news-item-widget h5 {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}
.news-item-widget:last-child {
  border-bottom-style: none;
}
.news-item time,
.news-item-detail time {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 18px;
  width: 100%;
}
.news-item-detail time {
  margin-bottom: 24px;
}
.news-item time::before,
.news-item-detail time::before,
.news-item-widget time::before {
  content: "";
  width: 16px;
  height: 1px;
  border-top: 1px solid var(--color-secondary);
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.news-item-widget time::before {
  margin-right: 4px;
  top: -4px;
}
.news-item-widget p {
  margin: 12px 0 0 0;
  font-size: 14px;
}
.news-item time {
  order: -1;
  margin: 24px 0 0 0;
}
.news-item .description p,
.news-item .text .description {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #252729;
}
.products-inline {
  width: 100%;
}
.products-inline > div {
  width: 100%;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.products-inline > div:first-child {
  border-top-style: none;
}
.products-inline > div .p .image {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.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;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  height: 40px;
  overflow: hidden;
}
.products-inline > div .p .p-in .p-in-in .name:hover {
  text-decoration: underline;
}
.products-top .button-wrapper a {
  font-size: 14px;
  line-height: 26px;
  color: var(--color-secondary);
  text-decoration: underline;
  display: inline-block;
}
.products-top .button-wrapper a:hover {
  text-decoration: none;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .stars-wrapper,
.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 .availability {
  width: auto;
  margin: 0 5px 0 0;
  flex-grow: 0;
  flex-shrink: 1;
}
.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 {
  position: relative;
  top: 0;
  left: 0;
}
.products-inline > div .p .p-in .p-in-in .ratings-wrapper .flags-inline .flag {
  margin: 2px;
  display: inline-block;
  width: auto;
  max-width: none;
  opacity: 1;
}
.products-inline > div .p .p-in .p-in-in .p-desc {
  display: none;
}
.products-inline > div .p .p-in .p-bottom > div .prices .price-standard,
.products-inline > div .p .p-in .p-bottom > div .prices .price-save {
  display: inline-block;
}
.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 {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.products-inline > div .p .p-in .p-bottom > div .p-tools form {
  display: flex;
  flex-direction: column-reverse;
}
.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";
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.products-inline > div .p .p-in .p-bottom > div .p-tools .to-cart-text {
  display: none;
}
.products-inline > div .p .price strong {
  font-size: 16px;
  color: #252729;
}
.products-inline .price-standard-label,
.products-inline .secondary-to-cart-btn {
  display: none;
}
.products-inline.products-top {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.products-inline.products-top > div {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  border-style: none;
  padding: 0 5px;
  margin-bottom: 10px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid var(--color-border);
  padding: 16px;
  width: 100%;
  height: 100%;
}
.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 .stars-wrapper,
.products-inline.products-top > div .p .stars-placeholder,
.products-inline.products-top > div .p .price-standard-wrapper,
.products-inline.products-top > div .p .price-save {
  display: none !important;
}
.products-inline.products-top > div .p .image {
  width: 80px;
}
.products-inline.products-top > div .p .p-in {
  display: block;
  width: calc(100% - 80px);
  padding-left: 10px;
}
.products-inline.products-top > div .p .p-in .p-bottom {
  padding: 0;
  margin-top: 12px;
}
.products-inline.products-top > div .p .p-in .p-bottom > div {
  text-align: left;
  align-items: flex-start;
}
.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: 14px;
  margin: 0;
}
.products-inline.products-top > div .p .p-in .p-bottom .prices {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
.products-inline > div .p .p-in .p-bottom > div .prices .price-standard {
  width: auto;
  margin-bottom: 0;
  margin-right: 8px;
}
@media (min-width: 480px) {
  .products-inline.products-top > div {
    width: 50%;
  }
  .products-inline > div .p .p-in .p-bottom > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .products-inline > div {
    flex: 0 0 auto;
  }
  .products-inline > div .p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .products-inline > div .p .image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 90px;
  }
  .products-inline > div .p .p-in {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .products-inline > div .p .p-in .p-in-in {
    padding-right: 20px;
    flex-basis: 65%;
  }
  .products-inline > div .p .p-in .p-bottom {
    flex-basis: 35%;
  }
  .products-inline > div .p .p-in .p-bottom > div {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 0;
    text-align: right;
  }
  .products-inline > div .p .p-in .p-bottom .p-tools {
    margin-top: 10px;
  }
}
.products-inline.products-top > div.button-wrapper {
  display: block;
  width: 100%;
  max-width: none;
  margin: 4px auto 10px auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .products-inline.products-top > div {
    display: block;
    width: 33.333333%;
  }
  .one-column-body .products-inline:not(.products-top) > div .p .p-in .p-in-in,
  .multiple-columns-body:not(.has-right-sidebar)
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-in-in,
  .one-column-body .products-inline:not(.products-top) > div .p .p-in .p-bottom,
  .multiple-columns-body:not(.has-right-sidebar)
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-bottom {
    flex-basis: 50%;
  }
  .one-column-body
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-bottom
    > div,
  .multiple-columns-body:not(.has-right-sidebar)
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-bottom
    > div {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .one-column-body
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-bottom
    > div
    > div,
  .multiple-columns-body:not(.has-right-sidebar)
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-bottom
    > div
    > div {
    flex-basis: 50%;
  }
  .one-column-body
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-bottom
    > div
    > div.prices,
  .multiple-columns-body:not(.has-right-sidebar)
    .products-inline:not(.products-top)
    > div
    .p
    .p-in
    .p-bottom
    > div
    > div.prices {
    order: 0;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .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: 10px 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: 22px 0 0;
  }
}
@media print {
  .no-display,
  .user-action,
  .admin-bar,
  .top-navigation-bar,
  .top-nav,
  .search,
  #navigation,
  .navigation-buttons,
  .menu-helper,
  .cart-count,
  .breadcrumbs,
  .sidebar,
  #footer,
  .content-window,
  .carousel,
  .banners-content,
  .banner-footer,
  .banner-wrapper,
  .banner-category,
  .banner,
  .btn-cart,
  .quantity,
  .category-header,
  .filters-wrapper,
  .filters,
  .pagination,
  .add-to-cart,
  .sb-button,
  .p-switcher-wrapper,
  .p-thumbnails-wrapper,
  .p-details h1,
  .variant-list,
  .surcharge-list,
  [itemprop="aggregateRating"],
  .box-subscribe,
  .link-icon,
  .choose-variant,
  .availability-label,
  .p-intro .p-final-price,
  .shp-tabs-wrapper,
  .next-prev,
  .chevron-down-after,
  .social-icons {
    display: none;
  }
  @page {
    margin: 2cm;
  }
  @page :first {
    margin: 1cm 2cm;
  }
  * {
    background: none !important;
  }
  body {
    font: 14pt serif;
    background: #fff !important;
    color: #000;
    padding: 0;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  a,
  ul,
  ol,
  dl,
  pre {
    page-break-inside: avoid;
  }
  table {
    border-top: 1px solid #ccc;
    margin-bottom: 20pt;
    page-break-inside: avoid;
    font-size: 13pt;
  }
  th {
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  td {
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  iframe,
  ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  .p-final-price {
    display: block;
    margin-top: 1ex;
    font-size: 16pt;
  }
  #header .site-name {
    border-bottom: 1pt solid #ccc;
  }
  #header .site-name img {
    max-width: 100pt;
    max-height: 70pt;
  }
  .p-details table {
    min-width: 50%;
  }
}
.sizeID {
  vertical-align: middle;
  display: inline-block;
}
.SizeID-button {
  width: auto !important;
  height: auto !important;
}
.SizeID-button .sb-button {
  border: none !important;
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  text-decoration: none !important;
  background: none !important;
}
.SizeID-button .sb-button .sb-label {
  height: auto !important;
  padding-right: 0 !important;
  font-size: 16px !important;
}
.SizeID-button .sb-button .sb-label::before,
.SizeID-button .sb-button .sb-label::after {
  display: none !important;
}
.SizeID-button:hover .sb-button {
  background-color: transparent !important;
  text-decoration: none !important;
}
.sizeID-logo {
  vertical-align: text-bottom;
  height: 22px;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}
table.table {
  width: 100%;
  margin-bottom: 22px;
}
table.table thead > tr > th,
table.table tbody > tr > th,
table.table thead > tr > td,
table.table tbody > tr > td {
  padding: 0.25rem 0.5rem;
}
table.table.border thead > tr > th,
table.table.border tbody > tr > th,
table.table.border thead > tr > td,
table.table.border tbody > tr > td {
  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 > th,
  table.table.breakable > tbody > tr > td {
    display: block;
    text-align: center;
  }
  table.table.breakable > tbody > tr > td {
    margin-bottom: 11px;
    font-weight: bold;
  }
  table.table.breakable > tbody > tr > td.empty {
    display: none;
  }
}
.table-fit-content {
  width: 1px;
  white-space: nowrap;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-control,
select {
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group select {
  display: block;
  width: 100%;
  min-width: 260px;
}
.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: 480px) {
  .form-group label {
    line-height: 48px;
  }
  .form-group.form-group-wrapped label {
    float: none;
    display: block;
  }
  .form-group.consents {
    line-height: 18px;
    font-size: 14px;
  }
  .form-group.consents label {
    line-height: normal;
  }
}
fieldset + .form-group,
.form-option-block + .form-group {
  margin-top: 32px;
  margin-bottom: 20px !important;
}
.form-group-hasTooltip {
  position: relative;
}
.form-group-hasTooltip .form-control {
  padding-right: 35px;
}
.form-control {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 48px;
  padding: 0 18px;
  border-radius: 0;
  box-shadow: none;
}
textarea.form-control {
  line-height: 26px;
  height: 140px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-control.sm {
  height: 28px;
  padding: 5px 12px;
}
textarea.form-control.sm {
  height: 200px;
}
.form-control.short {
  width: 120px;
}
input[type="search"].form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 16px;
  line-height: 52px;
  width: 100%;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  select,
  select.form-control {
    max-width: 275px;
  }
}
label {
  min-height: 18px;
  cursor: pointer;
}
label.select-label {
  display: block;
  margin-right: 1ex;
}
@media (min-width: 1440px) {
  label.select-label {
    display: inline-block;
  }
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  line-height: 20px;
  color: #252729;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  left: 0px;
}
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.4;
}
input[type="checkbox"].error-field + label,
input[type="radio"].error-field + label,
input[type="checkbox"].js-error-field + label,
input[type="radio"].js-error-field + label {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  width: auto;
  padding: 5px 5px 5px 32px;
}
input[type="checkbox"].error-field + label::after,
input[type="radio"].error-field + label::after,
input[type="checkbox"].js-error-field + label::after,
input[type="radio"].js-error-field + label::after,
input[type="checkbox"].error-field + label::before,
input[type="radio"].error-field + label::before,
input[type="checkbox"].js-error-field + label::before,
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;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
}
input[type="checkbox"][name="confirmations[]"] + label {
  line-height: 22px;
  text-indent: 27px;
  padding-left: 0;
  margin-right: 0;
}
input[type="checkbox"][name="confirmations[]"] + label::before,
input[type="checkbox"][name="confirmations[]"] + label::after {
  top: 2px;
  transform: none;
}
input[type="checkbox"][name="confirmations[]"] + label::after {
  margin-top: 0px;
  margin-left: 0px;
  left: 0;
}
input::-moz-placeholder {
  color: #888c92;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #888c92;
}
input::-webkit-input-placeholder {
  color: #888c92;
}
input::placeholder {
  color: #888c92;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.required-asterisk:after {
  content: "*";
  padding-left: 0.5ch;
}
.form-control,
input,
select,
textarea {
  outline: 0;
  font-size: 1.15em;
  color: var(--color-text);
}

@media (min-width: 768px) {
  .form-control,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
.form-group-tooltip {
  position: absolute;
  left: calc(100% - 30px);
  top: calc(100% - 48px / 2);
  transform: translateY(-50%);
}
.msg {
  width: 100%;
  padding: 22px 10px;
  border-width: 1px;
  border-style: solid;
  opacity: 0.95;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.msg.hidden {
  opacity: 0;
}
@media (min-width: 992px) {
  .msg {
    padding: 44px 20px;
  }
}
.msg-wrapper {
  z-index: 1003;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.msg-wrapper .msg {
  position: relative;
}
.notice-message,
.warning-message,
.error-message {
  padding: 6px 11px 6px 6px;
  margin-top: 22px;
  border: 0;
  font-weight: 400;
}
.watchdog-row {
  margin: 0 0 24px 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.watchdog-row #priceUnder {
  margin-right: 15px;
  width: 20%;
  margin-left: 15px;
}
.watchdog-row .notificationEmail,
.watchdog-row select {
  width: 100%;
  margin-left: 0;
  margin-top: 12px;
}
.watchdog-row .disclaimer {
  opacity: 0.8;
  font-style: italic;
}
.watchdog-row #watchdog-reset {
  display: none;
}
.watchdog-messages {
  width: 100%;
}
.watchdog-messages .msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 10px 0;
}
.watchdog-messages .msg .container {
  width: 100%;
}
.watchdog-messages .msg .cancel-action {
  float: right;
  font-weight: bold;
}
.link-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.link-icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.link-icon::before {
  line-height: 1;
  display: block;
  margin-bottom: 1ex;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .link-icon.print {
    display: none;
  }
}
.link-icon.print::before {
  content: "\e928";
}
.link-icon.chat::before {
  content: "\ea22";
  font-family: ikony;
}
.link-icon.watchdog::before {
  content: "\e9d1";
  font-family: ikony;
}
.link-icon.share::before {
  content: "\e933";
}
.social-icons {
  margin: 0;
}
a.social-icon {
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  color: #555658;
}
a.social-icon:hover {
  color: var(--color-secondary);
}
a.social-icon::before {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-family: ikony;
}
a.social-icon.facebook::before {
  content: "\e9d3";
}
a.social-icon.twitter::before {
  content: "\eb2d";
}
a.social-icon.instagram::before {
  content: "\ea32";
}
a.social-icon.youtube::before {
  content: "\eb59";
}
a.social-icon.google::before {
  content: "\ea09";
}
a.social-icon.pinterest::before {
  content: "\eaab";
}
a.social-icon.tiktok::before,
a.social-icon.iktok::before {
  content: "\eb22";
}
a.social-icon:hover {
  text-decoration: none !important;
}

#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  overflow: visible;
  background: #fff;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/* #cboxLoadingGraphic {
  background: url("https://cdn.myshoptet.com/tpl/200c60f5/13/master/templates/frontend_templates/00/img/colorbox/loading.gif")
    no-repeat center center;
} */
#cboxLoadingOverlay {
  background: #fff;
}
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
.colorbox-html-content {
  padding: 0;
}
.site-agreement-buttons {
  white-space: nowrap;
  text-align: center;
}
.colorbox-msg {
  margin: 44px 20px 22px;
}
#cboxTitle,
#cboxCurrent {
  display: none !important;
}
#cboxPrevious,
#cboxNext {
  top: 0;
  width: 50%;
  height: 100%;
}
#cboxPrevious::before,
#cboxNext::before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  border-style: none;
  border-width: 0;
  border-radius: 50%;
  font-size: 36px;
  text-indent: 0;
}
#cboxPrevious {
  left: 0;
}
#cboxPrevious::before {
  left: 10px;
  content: "\e90b";
}
#cboxNext {
  right: 0;
}
#cboxNext::before {
  right: 10px;
  content: "\e90c";
}
#cboxClose {
  background-color: #fff !important;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
#cboxClose::before {
  content: "\eb54";
  font-family: ikony;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 20px;
  text-indent: 0;
  line-height: 40px;
}
#cboxClose:hover {
  color: #000;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 11px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n + 1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
ol.top-products.unified {
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
ol.top-products.unified li {
  list-style: none;
  padding: 6px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
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 {
  counter-increment: top;
  content: counter(top) ". ";
}
ol.top-products.unified li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  ol.top-products.unified li.display-image {
    position: relative;
    padding-left: 60px;
    min-height: 80px;
  }
  ol.top-products.unified li.display-image .top-products-image {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    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 {
  min-width: 33.33%;
}
@media (max-width: 1199px) {
  .pagination,
  .pagination-loader {
    min-width: 100%;
    text-align: center;
  }
}

.pagination,
.pagination-top {
  font-size: 0;
  line-height: 0;
}
.pagination > a,
.pagination-top > a,
.pagination > strong,
.pagination-top > strong {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 1px;
  margin-left: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
  border: 1px solid var(--color-border);
  background-color: #fff;
  font-weight: 600;
}
.pagination > strong,
.pagination-top > strong {
  background-color: #252729;
  color: #fff;
  border-color: #252729;
}
.pagination-link.prev::before,
.pagination-link.next::before,
.pagination-link.up::before {
  font-size: 12px;
  font-family: ikony;
}
.pagination-link.prev::before {
  content: "\ea44";
}
.pagination-link.next::before {
  content: "\eac8";
}
.pagination-link.up::before {
  content: "\eb33";
}
.pagination-link:hover {
  text-decoration: none;
}
.pagination-top {
  text-transform: uppercase;
}
.pagination-top > strong {
  cursor: pointer;
}
@media (max-width: 1199px) {
  .pagination-top {
    order: 3;
  }
}
.type-posts-listing .sidebar,
.type-post .sidebar,
.type-page .sidebar {
  display: none;
}
.pagination-wrapper {
  margin-top: 64px;
}
.type-posts-listing .pagination-wrapper {
  margin-top: 0;
}
.pagination-wrapper .pagination {
  text-align: right;
}
@media (max-width: 1199px) {
  .pagination-wrapper .pagination {
    text-align: center;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pagination-wrapper .pagination-loader {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .pagination-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .pagination-wrapper {
    clear: both;
  }
}
.pagination-count {
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .pagination-count {
    padding-top: 22px;
  }
}
.contact-box {
  position: relative;
  padding: 0 0 0 96px;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.contact-box > img {
  position: absolute;
  left: 10px;
  top: 0;
  max-width: 76px;
  height: auto;
}
.contact-box > strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.1;
}
.contact-box ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.contact-box ul li {
  list-style: none;
  word-break: break-all;
}
.contact-box ul li > span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.contact-box ul li > span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  font-size: 16px;
  text-align: center;
}
.contact-box ul li > span.mail::before {
  content: "\e9c6";
}
.contact-box ul li > span.tel::before {
  content: "\eaa3";
}
.contact-box ul li > span.cellphone::before {
  content: "\ea6f";
}
.contact-box ul li > span.youtube::before {
  content: "\eb59";
  font-size: 18px;
}
.contact-box ul li > span.skype::before {
  content: "\eaf4";
}
.contact-box ul li > span.facebook::before {
  content: "\e9d3";
}
.contact-box ul li > span.twitter::before {
  content: "\eb2d";
}
.contact-box ul li > span.instagram::before {
  content: "\ea32";
}
.contact-box ul li > span.tiktok::before,
.contact-box ul li > span.iktok::before {
  content: "\eb22";
}
#footer .contact-box {
  border: 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 {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkout-box .box.box-sm.visible {
  visibility: visible;
  height: auto;
  margin-top: 11px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 767px) {
  .checkout-box {
    margin-top: 22px;
  }
}
.quantity-form {
  margin: 0;
}
.quantity {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  padding-left: 44px;
  padding-right: 44px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.products-block .product .quantity {
  flex: 1 1 calc(50% - 8px);
  width: calc(50% - 8px);
  margin: 0 4px;
}
.quantity input {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-style: normal;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: 600;
  color: #252729;
}
#variants .quantity input {
  width: 20px;
}
td .quantity input {
  width: 50px;
}
.p-to-cart-block .quantity input {
  width: 30px;
}
.quantity input:focus {
  box-shadow: none;
}
.quantity .increase,
.quantity .decrease {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.quantity .increase::before,
.quantity .decrease::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-align: center;
  font-family: "Jost", sans-serif;
}
.quantity .increase {
  left: auto;
  right: 8px;
  top: 8px;
}
.quantity .increase::before {
  content: "+";
}
.quantity .decrease {
  left: 8px;
  right: auto;
  top: 8px;
}
.quantity .decrease::before {
  content: "-";
}
.p-detail .add-to-cart .quantity {
  border-style: solid;
  border-width: 1px;
}
#categories {
  position: relative;
}
#categories a:hover {
  text-decoration: underline;
  color: var(--color-secondary);
}
#categories .expandable > ul {
  display: none;
}
#categories .expandable > a > span,
#categories .expandable > .topic > a > span {
  display: none;
}
#categories .expandable.expanded > ul {
  display: block;
  padding-bottom: 20px;
}
#categories .expandable.external > a > span::before,
#categories .expandable.external > .topic > a > span::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.categories {
  position: relative;
  border-bottom: 1px solid var(--color-border);
  font-size: 14px;
}
.categories.active::before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-secondary);
}
.categories:last-child {
  border-bottom: 0;
}
.categories .topic > a {
  padding: 16px 24px 16px 52px;
  line-height: 26px;
  color: #252729;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.categories ul li.expandable > a {
  position: relative;
}
.categories .topic > a::before,
.categories ul li.expandable > a::before {
  content: "\eab1";
  font-family: ikony;
  position: absolute;
  font-weight: 400;
  left: 24px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
}
.categories.expandable.expanded .topic > a::before,
.categories ul li.expandable.expanded > a::before {
  content: "\ea6d";
}
.categories ul li.expandable > a::before {
  font-size: 12px;
  margin-top: -6px;
}
.categories .topic.active > a,
.categories ul li.active > a {
  overflow: hidden;
  position: relative;
}
.categories .topic.active > a::after,
.categories ul li.active > a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: var(--color-secondary);
  left: 0;
  top: 50%;
  margin-top: -6px;
  left: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.categories ul {
  margin: 0;
  padding: 0;
}
.categories .cat-trigger {
  display: none !important;
}
.categories ul a {
  padding-left: 44px;
  color: #252729;
  text-decoration: none;
}
.categories ul ul a {
  padding-left: 44px;
}
.categories ul ul ul a {
  padding-left: 44px;
}
.categories ul ul ul ul a {
  padding-left: 44px;
}
.categories ul ul ul ul ul a {
  padding-left: 44px;
}
.categories ul ul ul ul ul ul a {
  padding-left: 44px;
}
.categories li {
  position: relative;
  list-style-type: none;
}
.categories a {
  display: block;
  padding-right: 10px;
  border-bottom-style: none;
  border-bottom-width: 0;
  line-height: 26px;
  text-decoration: none;
}
.categories ul a {
  margin-bottom: 4px;
}
.admin-bar {
  width: 0;
  height: 0;
  display: none;
}
@media (min-width: 992px) {
  .admin-bar {
    width: 100%;
    height: 25px;
    z-index: 1002;
    position: relative;
    display: block;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-size: 11px;
    line-height: 24px;
  }
  .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:before,
  .admin-bar .container > ul:after {
    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 {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0 1px 0 0;
    text-align: center;
    white-space: nowrap;
  }
  .admin-bar .container > ul > li > a,
  .admin-bar .container > ul > li > span {
    padding: 0 22px;
  }
  .admin-bar .container > ul > li:last-child {
    border-right: 0;
  }
  .admin-bar .container > ul > li ul {
    z-index: 4;
    position: absolute;
    top: -1px;
    right: 100%;
    display: none;
    width: 100%;
    border-style: solid;
    border-width: 1px;
  }
  .admin-bar .container > ul > li ul li {
    text-align: left;
    position: relative;
  }
  .admin-bar .container > ul > li ul li a,
  .admin-bar .container > ul > li ul li span {
    padding: 0 11px;
    border-style: solid;
    border-width: 0 0 1px 0;
  }
  .admin-bar .container > ul > li ul li:last-child {
    border-bottom: 0;
  }
  .admin-bar .container > ul > li > ul {
    top: 24px;
    right: 0;
  }
  .admin-bar .container > a,
  .admin-bar .container > span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0 10px;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    line-height: 23px;
    text-decoration: none;
  }
}
.ui-menu {
  border-style: solid;
  border-width: 1px;
  border-top-style: none;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
  padding-top: 6px;
  padding-bottom: 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;
}
.loader,
.ajax-pending .loader-wrapper::before,
.ajax-pending-element::before {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 65px;
  height: 65px;
  margin-top: -33px;
  margin-left: -33px;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -9999em;
  background-clip: content-box;
  -webkit-animation: load 1s infinite linear;
  animation: load 1s infinite linear;
}
.ajax-pending .loader-wrapper::before,
.ajax-pending-element::before {
  content: "";
}
.loader.static {
  position: static;
  width: 24px;
  height: 24px;
  border-width: 3px;
  margin: 0 auto;
}
.ajax-pending .loader-wrapper::after,
.ajax-pending-element::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content-modal {
  padding: 10px;
}
.content-modal .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1200px) {
  .content-modal {
    padding: 20px;
  }
  .content-modal .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cpost-delivery-point-form-wrapper {
  min-height: 330px;
}
.cpost-delivery-point-logos {
  min-height: 60px;
}
.cpost-delivery-point-logos img {
  height: 50px;
  margin-right: 20px;
}
.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 {
  height: 60px;
}
.cpost-delivery-point-submit {
  text-align: right;
}
.cpost-delivery-point-result-legend,
.cpost-delivery-point-result-table-wrap {
  margin-top: 20px;
  border-top-style: solid;
  border-top-width: 1px;
}
.cpost-delivery-point-result-legend {
  padding-top: 20px;
}
.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;
}
.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-top: 10px;
  padding-bottom: 10px;
}
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) {
  input[type="submit"].delivery-point-picker,
  .cpost-choose-button {
    display: block;
    width: 100%;
  }
  .cpost-delivery-point-choose-post th,
  .cpost-delivery-point-choose-post td,
  .cpost-delivery-point-result-table > tbody > tr,
  .cpost-delivery-point-result-table > tbody > tr > td {
    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) {
  margin-top: 22px;
  border-top-style: solid;
  border-top-width: 1px;
}
.branch-information {
  margin-bottom: 22px;
}
.branch-saved {
  flex-shrink: 0;
  display: inline-block;
  visibility: hidden;
}
.branch-saved.branch-saved-visible {
  visibility: visible;
}
@media (max-width: 767px) {
  .branch-saved {
    width: 90%;
    margin-top: 5px;
  }
  .branch-saved .btn {
    display: block;
  }
}
.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 {
  width: 100%;
  order: 2;
  height: 175px;
  border: 1px solid #777;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #left-canvas {
    width: 25%;
    order: 1;
    height: 100%;
  }
}
.gls-parcel-shop-wrapper #right-canvas {
  width: 100%;
  height: 300px;
  order: 1;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #right-canvas {
    width: 75%;
    height: 100%;
    order: 2;
  }
}
.gls-parcel-shop-wrapper #searchinput {
  width: 100%;
  margin-left: 0;
}
.gls-parcel-shop-wrapper .gls-parcel-shop-confirm-wrapper {
  display: flex;
  justify-content: center;
  padding: 11px 0;
}
.search-whisperer {
  z-index: 100;
  position: absolute;
  display: none;
  width: 100%;
  border-style: solid;
  border-width: 0 1px;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
}
.search-whisperer p {
  margin: 11px 5px;
}
.search-whisperer a:hover {
  background-color: rgba(0, 0, 0, 0.045);
}
.search-whisperer ul {
  margin: 0;
  padding: 0;
}
.search-whisperer ul li {
  list-style: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.search-whisperer ul li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 5px;
  text-decoration: none;
}
.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;
  width: 50%;
  padding: 0 5px;
}
.search-whisperer .p-info span {
  display: block;
}
.search-whisperer .p-name,
.search-whisperer .p-availability-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-whisperer .p-availability {
  height: 16px;
  line-height: 1;
  position: relative;
}
.search-whisperer .p-availability .p-availability-inner {
  position: absolute;
}
.search-whisperer .price {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: -13px;
  text-align: right;
  font-size: 13px;
  line-height: 1;
}
.search-whisperer.active {
  display: block;
}
@media (min-width: 768px) {
  .search-whisperer .price {
    margin-top: -16px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .search-whisperer ul li a {
    align-items: center;
  }
  .search-whisperer .price {
    width: 100px;
    margin-top: 0;
  }
}
.search-whisperer-documents {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.search-whisperer-documents a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 5px;
  text-decoration: none;
}
.search-whisperer-documents em {
  padding-right: 1ex;
  font-size: 12px;
}
.search-whisperer-category em::before {
  content: "\e936";
  vertical-align: baseline;
}
.search-whisperer-image {
  max-width: 59px;
}
.search-whisperer-empty {
  padding: 7px 5px;
}
.messages,
.cookie-ag-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.messages {
  z-index: 1003;
}
.cookie-ag-wrap {
  z-index: 100000001;
  top: auto;
  bottom: 0;
}
.cookie-ag-wrap .site-msg {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .cookie-ag-wrap .site-msg {
    opacity: 1;
  }
}
.site-msg {
  padding: 12px;
  text-align: center;
  font-size: 12px;
}
.site-msg .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.site-msg .close::before {
  position: absolute;
}
.site-msg .close::before {
  content: "\eb54";
  font-family: ikony;
  line-height: 1;
  font-size: 14px;
}
.site-msg.information {
  text-align: left;
  line-height: 18px;
  position: relative;
  z-index: 10;
  bottom: auto !important;
}
.site-msg.information .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.site-msg.information .text {
  padding-right: 20px;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
}
/* .site-msg.information .text::before {
  content: "Informace pro zákazníky!";
  font-weight: 600;
  margin-right: 6px;
  display: inline-block;
} */
.site-msg.information .text::after {
  content: "\e94c";
  font-family: ikony;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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-top: 0.5625rem;
  margin-bottom: 0.5625rem;
  text-align: center;
}
.plus-gallery-item {
  display: inline-block;
  margin: 5px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
  max-width: calc(100% - 10px);
}
.plus-gallery-item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
@keyframes scale {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.rate-wrapper.unveil-wrapper .rate-wrap {
  display: flex;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
  height: 100%;
  margin-top: 10px;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
  display: block;
  margin-bottom: 6px;
  width: 100%;
}
.rate-wrapper.unveil-wrapper .rate-star-wrap .stars-label {
  line-height: inherit;
  margin-left: 0;
}
@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-star-wrap {
    margin-left: 24px;
    margin-top: 0;
  }
  .rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
    margin-bottom: 8px;
  }
}
.rate-wrapper.unveil-wrapper .rate-star {
  margin-right: 16px;
  width: 80px;
  height: 16px;
  display: flex;
  align-items: center;
}
.rate-wrapper.unveil-wrapper .rate-star::after {
  content: "\A";
  white-space: pre;
}
.rate-wrapper.unveil-wrapper .rate-value {
  display: none;
}
.rate-wrapper.unveil-wrapper .rate-list {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-right: 58px;
}
.rate-wrapper.unveil-wrapper .rate-list:last-child {
  margin-bottom: 0;
}
.rate-wrapper.unveil-wrapper .rate-block {
  display: flex;
  flex-grow: 1;
  background-color: var(--color-border);
  height: 6px;
  position: relative;
  padding-right: 0;
}
.rate-wrapper.unveil-wrapper .rate-bar {
  background-color: var(--color-secondary);
  position: initial;
  display: flex;
  align-items: center;
  height: 6px;
  animation-duration: 0s;
}
.rate-wrapper.unveil-wrapper .rate-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -58px !important;
  font-size: 14px;
  text-align: right;
  color: var(--color-text);
}
.rate-wrapper.unveil-wrapper .rate-average-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 0 !important;
  width: 100%;
}
.rate-wrapper.unveil-wrapper .rate-average-wrap + div {
  display: none;
}
.rate-wrapper.unveil-wrapper .rate-average-inner {
  display: flex;
  flex-direction: column;
  background-color: var(--color-bg);
  padding: 32px;
  margin-top: 24px;
}
.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment {
  margin-top: 24px;
}
.rate-wrapper.unveil-wrapper .rate-list .star {
  width: 80px;
  height: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.rate-wrapper.unveil-wrapper .rate-list .star::before {
  display: none;
}
/* .rate-wrapper.unveil-wrapper .rate-list:first-child .star {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/stars5.svg");
}
.rate-wrapper.unveil-wrapper .rate-list:nth-child(2) .star {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/stars4.svg");
}
.rate-wrapper.unveil-wrapper .rate-list:nth-child(3) .star {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/stars3.svg");
}
.rate-wrapper.unveil-wrapper .rate-list:nth-child(4) .star {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/stars2.svg");
}
.rate-wrapper.unveil-wrapper .rate-list:nth-child(5) .star {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/stars1.svg");
} */
@media (min-width: 480px) {
  .rate-wrapper.unveil-wrapper .rate-average-inner {
    flex-direction: row;
    align-items: center;
  }
}
.rate-wrapper.unveil-wrapper .rate-average {
  font-size: 48px;
  color: var(--color-tertiary-hover);
  background-color: transparent;
  line-height: 1;
  width: auto;
  height: auto;
}
.rate-wrapper.unveil-wrapper .add-comment {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.add-comment .rating-icon {
  display: block;
  width: 100%;
}
.add-comment.btn {
  font-weight: 400;
}
.stars-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-detail .stars-wrapper {
  margin: 0 0 11px;
  justify-content: flex-start;
}
.stars-placeholder,
.p .stars-wrapper {
  height: 16px;
  margin-bottom: 16px;
}
.stars-placeholder {
  display: block;
}
.stars {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  width: 90px;
  height: 16px;
}
.stars a {
  text-decoration: none;
}
.stars a,
.stars span {
  position: relative;
  float: left;
  width: 18px;
  height: 16px;
  line-height: 16px;
}
.stars a::before,
.stars span::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
}
.stars a.star-on::before,
.stars span.star-on::before {
  content: "\e91c";
}
.stars a.star-off::before,
.stars span.star-off::before {
  content: "\e91c";
}
.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: 16px;
}
a.stars-label {
  cursor: pointer;
}
.votes-wrap .votes-wrap {
  margin-top: 20px;
  width: 100%;
  background-color: var(--color-bg);
  padding: 24px;
  position: relative;
}
.votes-wrap .votes-wrap .vote-wrap {
  margin-bottom: 0;
}
.votes-wrap .votes-wrap .vote-wrap::before {
  color: #fff;
  background-color: var(--color-secondary);
}
.votes-wrap .votes-wrap .vote-title {
  display: none;
}
.votes-wrap .votes-wrap::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color-bg);
  position: absolute;
  left: 24px;
  top: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vote-wrap {
  font-size: 14px;
  margin-bottom: 40px;
  padding-left: 72px;
  position: relative;
}
.vote-wrap::before {
  content: "\eb38";
  font-family: ikony;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  background-color: var(--color-bg);
  text-align: center;
  border-radius: 50%;
  color: var(--color-text);
}
.sidebar .vote-wrap:first-child {
  border-top-style: none;
  padding-top: 0;
}
.vote-wrap a {
  text-decoration: none;
  color: #333;
}
.vote-wrap a:hover {
  text-decoration: none;
  color: #333;
}
.vote-wrap a:hover .vote-product-name {
  color: #337ab7;
}
.vote-header {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  line-height: 1.1;
}
.vote-summary {
  display: block;
  min-width: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.vote-product-name,
.vote-title,
.vote-name {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 26px;
  color: var(--color-text);
  font-weight: 600;
}
.vote-product-name--nowrap,
.vote-title--nowrap,
.vote-name--nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vote-name {
  line-height: 26px;
  font-size: 14px;
  color: var(--color-text);
  font-weight: 600;
}
.vote-name > span {
  margin-right: 8px;
}
.vote-name > span:empty {
  margin-right: 0;
}
.sidebar .vote-name {
  font-size: 18px;
  margin-bottom: 0;
}
.vote-time {
  font-size: 14px;
}
.vote-pic {
  position: relative;
  min-width: 80px;
  height: 60px;
  padding-right: 20px;
}
.vote-pic img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .sidebar .vote-pic {
    display: none;
  }
}
.vote-initials {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  line-height: 59px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-clip: padding-box;
}
@media (max-width: 1439px) {
  .sidebar .vote-initials {
    display: none;
  }
}
.vote-rating {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.vote-delimeter {
  padding-left: 10px;
  padding-right: 10px;
}
.vote-content {
  margin-top: 11px;
}
.vote-content .btn {
  margin-top: 11px;
}
.vote-form {
  margin-top: 22px;
}
.discussion-form .form-group,
.vote-form .form-group {
  clear: both;
}
.discussion-form .form-group > .form-control,
.vote-form .form-group > .form-control {
  width: 100%;
  max-width: none;
}
.discussion-form {
  display: none;
}
.compact-form {
  position: relative;
}
.compact-form .form-control {
  padding-right: 0;
}
.compact-form .form-control.lg {
  padding-right: 0;
}
.compact-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 9px;
  border-radius: 0;
  height: 48px;
}
.compact-form .btn::before {
  margin-right: 0;
}
.compact-form .btn.btn-lg {
  padding: 6px 21px;
  border-radius: 0;
  height: 54px;
}
.compact-form .btn.btn-lg::before {
  font-size: 36px;
}
.p-thumbnails-wrapper {
  padding: 0;
}
.p-thumbnails > div > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p-thumbnails > div > div:before,
.p-thumbnails > div > div:after {
  content: " ";
  display: table;
}
.p-thumbnails > div > div:after {
  clear: both;
}
.p-thumbnails a {
  position: relative;
  max-width: 100%;
  margin-bottom: 8px;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-border);
}
.multiple-columns-body .p-thumbnails a {
  width: calc(20% - 8px);
}
.p-image-wrapper .p-thumbnails a {
  margin-bottom: 0;
  margin-right: 8px;
}
.p-thumbnails a img {
  display: block;
  margin: auto;
}
.p-thumbnail:nth-child(n + 11) {
  display: none;
}
.obrazek360 .p-thumbnail:nth-child(n + 10) {
  display: none;
}
.p-thumbnails a.next-photos {
  height: 100px;
  text-align: center;
  text-decoration: underline;
  line-height: 26px;
  padding: 22px 0;
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 1200px) {
  .multiple-columns-body .p-thumbnails a.next-photos {
    width: 20%;
    margin-right: 0;
    padding: 18px 0;
    height: 90px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .multiple-columns-body .p-thumbnails a.next-photos {
    padding: 10px 0;
    height: 64px;
    font-size: 12px;
    line-height: 18px;
  }
}
.p-thumbnails a.next-photos:hover {
  text-decoration: none;
}
.p-thumbnails a.next-photos::before {
  content: "\e973";
  font-family: ikony;
  color: var(--color-secondary);
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1;
  font-size: 22px;
}
.p-thumbnails a.cbox-gal {
  display: none;
}
.p-thumbnails .thumbnail-prev,
.p-thumbnails .thumbnail-next {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-thumbnails .thumbnail-prev::before,
.p-thumbnails .thumbnail-next::before {
  width: 20px;
  font-size: 20px;
  line-height: 0;
}
.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 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.p-thumbnails.overflow-next::after {
  display: none;
}
.p-thumbnails.overflow-prev .thumbnail-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.p-thumbnails.overflow-prev::before {
  display: none;
}
.p-thumbnail::before,
.show360image::before {
  content: "";
  position: absolute;
  border-radius: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
}
.advanced-parameter {
  vertical-align: middle;
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0 8px 8px 0;
  padding: 0;
}
.advanced-parameter-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  cursor: pointer;
}
.p-data-wrapper .advanced-parameter-inner {
  padding: 2px 10px;
}
.advanced-parameter-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 10px solid #fff;
  left: 0;
  top: 0;
}
.advanced-parameter-inner[data-original-title*="Bílá"]::after,
.advanced-parameter-inner[data-original-title*="Biela"]::after {
  box-shadow: 0 0 1px inset rgba(0, 0, 0, 0.3);
}
.advanced-parameter-inner img {
  min-width: 1px;
  width: 100%;
  z-index: 1;
}
.advanced-parameter-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.advanced-parameter-inner.yes-before::before,
.disabled .advanced-parameter-inner::before {
  background-position: center;
  background-repeat: no-repeat;
}
.unavailable-option-wrapper .advanced-parameter-inner,
.disabled .advanced-parameter-inner {
  opacity: 0.25;
  cursor: not-allowed;
}
.disabled .advanced-parameter-inner::before {
  background-size: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS45OTY1IiBoZWlnaHQ9IjIwLjA3MjM4OCIgdmlld0JveD0iMCAwIDAuMDE4NzQ2NzYyIDAuMDE4ODE3ODQ0Ij48cGF0aCBzdHlsZT0iaXNvbGF0aW9uOmF1dG87bWl4LWJsZW5kLW1vZGU6bm9ybWFsIiBkPSJNLjAxNTE2LjAwMDU3TC4wMTQ5MjIuMDAwODFsLS4wMDU1NS4wMDU1LS4wMDU3ODYtLjAwNTgtLjAwMzA4LjAwMzEuMDA1Nzg2LjAwNTgtLjAwNTc4Ni4wMDU4LjAwMzA4LjAwMzEuMDA1Nzg2LS4wMDU4LjAwNTc4Ni4wMDU4LjAwMzA4LS4wMDMxTC4wMTgwMDQuMDE0OTdsLS4wMDU1NS0uMDA1NS4wMDU3ODYtLjAwNTgtLjAwMzA4LS4wMDMxeiIgY29sb3I9IiMwMDAiIG92ZXJmbG93PSJ2aXNpYmxlIiBzb2xpZC1jb2xvcj0iIzAwMDAwMCIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSJncmF5IiBzdHJva2Utd2lkdGg9Ii4wMDA3MTgiLz48L3N2Zz4=");
}
.advanced-order {
  text-align: center;
}
.advanced-order .h1 {
  margin-bottom: 8px;
  font-size: 28px;
  text-align: left;
}
.advanced-order .h1::before {
  content: "\eb21";
  font-family: ikony;
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: var(--color-tertiary-hover);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  margin-right: 12px;
  vertical-align: top;
}
.advanced-order .h2 {
  margin-bottom: 20px;
  text-transform: none;
}
.advanced-order .h2:not(.advanced-order-suggestion) {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 24px 0;
  color: #555658;
}
.advanced-order .advanced-order-suggestion {
  padding-top: 40px;
  font-size: 24px;
  margin-bottom: 24px;
  border-top: 16px solid #666;
  border-right: 0;
  margin-top: 0;
  margin-left: -40px;
  margin-right: -40px;
}
.advanced-order .extras-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  padding: 24px 40px;
  background-color: var(--color-bg);
  margin-left: -40px;
  margin-right: -40px;
}
.advanced-order .extras-wrap .extra {
  text-align: left;
  width: 100%;
}
.advanced-order .extras-wrap .extra.step {
  padding-left: 0;
  text-align: center;
}
.advanced-order .extras-wrap .extra.step .btn::after {
  content: "\eac8";
  font-family: ikony;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.advanced-order .price-range {
  margin-bottom: 0;
}
.advanced-order .products-related {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .advanced-order .extras-wrap {
    justify-content: space-between;
  }
  .advanced-order .extras-wrap .extra {
    width: auto;
    flex-shrink: 1;
  }
  .advanced-order .extras-wrap .extra.step {
    width: 100%;
    margin: 0;
    flex-shrink: 0;
  }
  .advanced-order .products > div {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .advanced-order .extras-wrap .extra.step {
    width: auto;
    flex-shrink: 1;
  }
}
.ao-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.ao-image,
.ao-name,
.ao-availability {
  text-align: center;
}
.ao-image,
.ao-name {
  flex: 1 0 100%;
  min-width: 100%;
  margin-bottom: 20px;
}
.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-image,
  .ao-name,
  .ao-availability {
    margin-bottom: 0;
    text-align: left;
  }
  .ao-image {
    flex-basis: 20%;
    min-width: 20%;
  }
  .ao-image img {
    max-height: 100px;
  }
  .ao-name {
    flex-basis: 40%;
    min-width: 40%;
  }
  .ao-price {
    flex-basis: 20%;
    min-width: 20%;
    text-align: right;
  }
  .ao-quantity {
    flex-basis: 20%;
    min-width: 20%;
    padding-left: 20px;
  }
}
.slider-header {
  padding: 0 24px 24px 24px;
}
.slider-header:before,
.slider-header:after {
  content: " ";
  display: table;
}
.slider-header:after {
  clear: both;
}
.slider-content {
  position: relative;
  padding: 0 12px;
  height: 4px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 0;
  width: calc(100% - 48px);
  left: 24px;
  margin-top: 22px;
}
.ui-slider-range {
  border-style: solid;
  border-width: 0;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-range,
.ui-slider-horizontal .ui-slider-handle {
  z-index: 2;
}
.ui-slider-horizontal .ui-slider-handle {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  top: -10px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 8px solid #fff;
}
.from,
.to {
  width: 50%;
  font-size: 14px;
  color: #252729;
  line-height: 18px;
}
.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: 8px;
  }
  .filters.visible {
    display: block;
  }
  .category-header .dropdown .icon-chevron-down::before {
    content: "\e9b6";
    font-family: ikony;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-secondary);
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #content .filters,
  #footer .filters {
    display: none;
    margin-bottom: 22px;
  }
  #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 .filter-section-button {
  display: none;
}
.content .sidebar .filter-section-button {
  display: block;
}
.multiple-columns-body .filter-section,
.multiple-columns-body .slider-wrapper {
  border-bottom: 1px solid var(--color-border);
}
#category-filter-hover .filter-section:nth-last-child(2) {
  border-bottom: 0;
}
#footer .filter-section {
  padding-left: 13px;
  padding-right: 13px;
}
.filter-section h4,
.slider-wrapper h4 {
  font-size: 16px;
  padding: 16px 24px;
  line-height: 26px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
body:not(.type-manufacturer-detail) .filter-section h4:hover,
body:not(.type-manufacturer-detail) .slider-wrapper h4:hover {
  color: var(--color-secondary);
  text-decoration: underline;
  background-color: var(--color-bg);
}
.filter-section h4::after,
.slider-wrapper h4::after {
  content: "\e9b6";
  font-family: ikony;
  position: absolute;
  right: 24px;
  font-size: 11px;
  font-weight: 400;
}
.type-manufacturer-detail .filter-section h4::after,
.type-manufacturer-detail .slider-wrapper h4::after {
  display: none;
}
.type-manufacturer-detail .filter-section h4,
.type-manufacturer-detail .slider-wrapper h4 {
  cursor: auto;
}
.filter-section.otevreny h4::after,
.slider-wrapper.otevreny h4::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-section h4 .show-tooltip {
  margin-left: 5px;
}
.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 {
  margin: -4px;
  width: calc(100% + 8px) !important;
}
#content .filter-section fieldset div.advanced-filters-wrapper > div,
#footer .filter-section fieldset div.advanced-filters-wrapper > div {
  float: none;
  width: auto;
  padding: 4px;
}
.filter-section form {
  display: none;
  padding: 12px 24px 24px 24px;
  line-height: 20px;
}
.filter-section fieldset div:last-of-type .filter-label {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    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;
    float: left;
    width: 50%;
  }
  #content .filter-section fieldset div:nth-child(odd),
  #footer .filter-section fieldset div:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  #content .filter-section:before,
  #footer .filter-section:before,
  #content .filter-section:after,
  #footer .filter-section:after {
    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-top: 0;
    padding-bottom: 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(even),
  #footer
    .filter-section.filter-section-parametric
    fieldset
    div:nth-child(even) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  #content
    .filter-section.filter-section-parametric
    fieldset
    div:nth-child(even),
  #footer
    .filter-section.filter-section-parametric
    fieldset
    div:nth-child(even) {
    clear: none;
  }
  #content
    .filter-section.filter-section-parametric
    fieldset
    div:nth-child(4n + 1),
  #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;
  }
}
@media screen and (min-width: 768px) {
  .one-column-body .filter-section h4,
  .one-column-body .slider-wrapper h4 {
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 42px 12px 16px;
    line-height: 16px;
    background-color: var(--color-bg);
    border: 1px solid var(--color-border);
    margin-bottom: -1px;
  }
  .one-column-body .filter-section h4::after,
  .one-column-body .slider-wrapper h4::after {
    right: 20px;
    font-size: 8px;
  }
  .one-column-body .filters-wrapper {
    margin-top: 30px;
  }
  .one-column-body #filters {
    margin-bottom: 48px;
  }
  .one-column-body .filter-section.otevreny h4,
  .one-column-body .slider-wrapper.otevreny h4 {
    z-index: 10;
    background-color: #fff;
    border-bottom-color: #fff;
  }
  .one-column-body .filter-section form,
  .one-column-body .slider-wrapper::after {
    width: 308px;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    position: absolute;
    border: 1px solid var(--color-border);
    left: 0;
    padding: 24px;
  }
  .one-column-body .filter-section.right-align form {
    left: auto;
    right: 0;
  }
  .one-column-body .filter-section,
  .one-column-body .slider-wrapper {
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
  }
  .one-column-body #content .filter-section fieldset div {
    width: 100%;
  }
  .one-column-body
    #content
    .filter-section
    fieldset
    div:last-of-type
    .filter-label {
    margin-bottom: 0;
  }
  .one-column-body .filter-label .filter-count {
    float: right;
  }
  .one-column-body .slider-header {
    width: 308px;
    position: absolute;
    top: 96px;
  }
  .one-column-body .slider-content {
    position: absolute;
    width: 260px;
    top: 76px;
    margin: 0;
  }
  .one-column-body .otevreny .slider-content,
  .one-column-body .otevreny .slider-header {
    z-index: 10;
  }
  .one-column-body .slider-wrapper {
    position: relative;
  }
  .one-column-body .slider-wrapper::after {
    content: "";
    height: 0;
    padding: 0;
    transition: height 0.5s;
    border-width: 0;
  }
  .one-column-body .slider-wrapper.otevreny::after {
    height: 96px;
    border-width: 1px;
  }
  .one-column-body .aktivni-filtry {
    margin-bottom: 48px;
    margin-top: -24px;
  }
  .one-column-body
    #content
    .filter-section
    fieldset
    div.advanced-filters-wrapper {
    margin: -4px;
  }
  .one-column-body
    #content
    .filter-section
    fieldset
    div.advanced-filters-wrapper
    > div {
    width: 16.6666%;
    padding: 4px;
  }
}
.advanced-filters-wrapper .advanced-parameter {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.advanced-filters-wrapper .advanced-parameter:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.advanced-filters-wrapper .advanced-parameter[title="Bílá"],
.advanced-filters-wrapper .advanced-parameter[title="Biela"] {
  border: 1px solid var(--color-border);
}
.advanced-filters-wrapper .advanced-parameter-inner {
  border: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.advanced-filters-wrapper .advanced-parameter-inner::before,
.advanced-filters-wrapper .advanced-parameter-inner::after {
  display: none;
}
.advanced-filters-wrapper .advanced-parameter-inner.yes-before::before {
  display: block !important;
  content: "\eb21";
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 26px;
  text-align: center;
  height: 26px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  font-family: ikony;
  line-height: 24px;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#clear-filters {
  margin: 0 0 8px 8px;
}
#clear-filters .close-after {
  color: #252729;
}
#category-filter-hover {
  display: none;
}
@media screen and (max-width: 767px) {
  #category-filter-hover {
    display: block !important;
  }
}
.content .sidebar #category-filter-hover {
  display: none;
}
.one-column-body #category-filter-hover {
  display: flex !important;
  flex-wrap: wrap;
}
.content .sidebar #category-filter-hover.visible,
#category-filter-hover.visible {
  display: block;
}
.param-filter-top {
  text-align: left;
}
.param-filter-top form {
  display: block;
}
.param-filter-top form fieldset {
  display: block;
}
.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.advanced-filters-wrapper > div {
  flex: 0 0 auto;
  width: auto;
  padding: 4px;
}
.advanced-filters-wrapper > div .advanced-parameter {
  margin: 0;
}
.filter-label {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.box.box-sm.box-filters {
  padding: 0;
}
.variant-table .table-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}
.variant-table .table-row .table-col {
  padding-left: 0;
  padding-right: 0;
}
.variant-table .table-row .table-col.variant-name-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .one-column-body .variant-table .table-row .table-col.variant-name-wrapper {
    width: calc(100% - 270px);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .multiple-columns-body
    .variant-table
    .table-row
    .table-col.variant-name-wrapper {
    width: calc(100% - 270px);
    margin-bottom: 0;
  }
}
.variant-table .table-row .table-col.cart {
  text-align: right;
}
@media (min-width: 992px) {
  .variant-table .table-row .table-col.standard-price-wrap {
    display: none;
  }
  .variant-table .table-row .table-col.price {
    width: 100px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .one-column-body .variant-table .table-row .table-col.cart {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  /*.multiple-columns-body .variant-table .table-row .table-col.standard-price-exist{width:calc(100% -  395px - 70px)}*/
  .multiple-columns-body .variant-table .table-row .table-col.cart {
    width: 170px;
  }
}
.variant-image {
  position: relative;
  margin-right: 8px;
  flex-shrink: 0;
  width: 64px;
}
.variant-image > a {
  display: inline-block;
  max-width: 76px;
}
.variant-image .flags {
  position: absolute;
  left: 0;
  top: 0;
}
.variant-image + div {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  align-items: center;
  letter-spacing: 0;
}
.variant-image + div > * {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.variant-name {
  font-weight: 400;
  width: 148px;
  padding-right: 16px;
  color: #000;
  width: 100%;
}
.variant-name + span {
  font-weight: 600;
  width: calc(100% - 148px);
}
.variant-name + span.skladem {
  position: relative;
  padding-left: 24px;
}
.variant-name + span.skladem::before {
  position: absolute;
  left: 0;
  top: 3px;
}
.standard-price-wrap .price-standard {
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .variant-price-wrap {
    text-align: right;
  }
}
.price-final {
  color: var(--color-text);
}
.variant-price-wrap .price-final {
  font-weight: 600;
  font-size: 14px;
}
.variant-price-wrap .price-additional {
  font-size: 10px;
}
.variant-price-wrap .quantity input {
  width: 32px;
}
.variant-cart .btn-cart {
  padding: 0;
  font-size: 24px;
  padding-left: 5px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .variant-cart .btn-cart {
    padding-left: 10px;
  }
}
.eet-message {
  margin-top: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 80%;
  text-align: left;
}
.price-range {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 12px;
}
.price-range > div {
  float: left;
  height: 100%;
}
.price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  max-width: 340px;
  margin-left: auto;
}
.price-wrapper .price-label,
.price-wrapper .price {
  font-weight: 400;
}
.price-wrapper .price-label.price-primary,
.price-wrapper .price.price-primary {
  font-weight: 700;
  color: var(--color-text);
}
.price-wrapper .price-label {
  flex: 1 1 55%;
  text-align: left;
  font-size: 16px;
  text-align: left !important;
}
.price-wrapper .price {
  flex: 1 1 45%;
  padding-left: 10px;
  text-align: right;
  font-size: 16px;
}
.price-wrapper .price.price-primary {
  font-size: 28px;
  line-height: 1.2;
  white-space: nowrap;
}
.price-wrapper.simple .price,
.price-wrapper.simple .price-label {
  flex: 1 1 100%;
  text-align: right;
}
.question-tooltip {
  display: inline-block;
  vertical-align: baseline;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 991px) {
  .form-group-tooltip {
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 20px;
  }
}
li.logout {
  margin-top: 11px;
  margin-bottom: 11px;
  list-style: none;
}
.social-login-buttons .form-group:last-child {
  margin-bottom: 0;
}
.social-login-buttons-divider {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 11px;
}
.social-login-buttons-divider span {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  padding: 0 20px;
}
.social-login-buttons-divider::before,
.social-login-buttons-divider::after {
  content: "";
  flex-grow: 1;
  display: inline-block;
  width: auto;
  height: 1px;
  overflow: hidden;
}
.reca-payment-wrap {
  text-align: center;
}
.instagram-widget {
  display: flex;
  flex-wrap: wrap;
}
.instagram-widget > a {
  flex-grow: 0;
  flex-shrink: 1;
  overflow: hidden;
  display: block;
  position: relative;
}
.instagram-widget > a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(1.01);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.instagram-widget > a:hover img {
  transform: translateY(-50%) scale(1.05);
}
.instagram-widget.photos4 > a {
  flex: 1 1 25%;
  padding-bottom: 12.5%;
}
.instagram-widget.photos5 > a {
  flex: 1 1 20%;
  padding-bottom: 20%;
}
.instagram-widget.photos6 > a,
.instagram-widget.photos12 > a {
  flex: 1 1 16.6666%;
  padding-bottom: 16.6666%;
}
.instagram-widget.photos8 > a,
.instagram-widget.photos16 > a {
  flex: 1 1 12.5%;
  padding-bottom: 12.5%;
}
.instagram-widget.photos9 > a {
  flex: 1 1 11.1111%;
  padding-bottom: 11.1111%;
}
.instagram-widget.photos10 > a {
  flex: 1 1 10%;
  padding-bottom: 10%;
}
.empty-content {
  margin: 48px 0;
  text-align: center;
}
.empty-content-404 {
  padding-right: 460px;
  padding-top: 146px;
  /* background: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/404.jpg")
    calc(50% - 230px) 0 no-repeat; */
  /* background-size: auto 122px; */
  position: relative;
}
.empty-content p {
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 18px;
}
.empty-content-404 h1 {
  margin-bottom: 6px;
}
.contact-side {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-bg);
  width: 460px;
  padding: 32px;
  text-align: left;
}
.contact-side .contact-box {
  padding: 0 !important;
}
.contact-side .socialky ul {
  padding: 0;
}
.contact-side .socialky ul::before {
  display: none;
}
.contact-side .contact-box .social-icon-list {
  display: none;
  padding-top: 0;
}
.contact-side .contact-box .social-icon-list a {
  display: block;
  width: 100%;
  text-align: left;
}
.contact-side .contact-box .social-icon-list a:hover {
  text-decoration: underline !important;
}
.contact-side .contact-box .social-icon-list a.social-icon::before {
  display: inline-block;
  color: var(--color-secondary);
  font-size: 16px;
  margin-right: 15px;
  width: 16px;
}
.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 {
  position: unset;
  z-index: 4;
  margin-bottom: 22px;
  margin-top: 22px;
  text-align: center;
}
.browse-p .p-all {
  display: inline-block;
}
.browse-p .p-all.inactive {
  display: none;
}
.browse-p .p-prev,
.browse-p .p-next {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
.browse-p .p-prev::before,
.browse-p .p-next::before {
  font-size: 18px;
  line-height: 40px;
}
.browse-p .p-prev:hover,
.browse-p .p-next:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.browse-p .p-prev.inactive,
.browse-p .p-next.inactive {
  visibility: hidden;
  z-index: -1;
  transition: none;
}
.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-prev,
  .browse-p .p-next {
    display: block;
    z-index: 1;
    position: absolute;
    top: calc(50% - 20px);
  }
  .browse-p .p-prev {
    left: 0;
  }
  .browse-p .p-next {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .browse-p .p-prev,
  .browse-p .p-next {
    top: calc(50% - 20px);
  }
}
.radio-wrapper {
  padding: 20px;
  border: 1px solid var(--color-bg);
  margin-bottom: -1px;
  background-color: #fff;
}
.radio-wrapper.active {
  position: relative;
  border-color: var(--color-secondary) !important;
}
.radio-wrapper.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color-secondary);
  opacity: 0.1;
}
.radio-wrapper input[type="radio"] + label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  position: relative;
  z-index: 1;
}
.radio-wrapper input[type="radio"] + label .sublabel,
.subtext {
  display: block;
  font-size: 14px;
  color: #555658;
  line-height: 18px;
  margin-top: 3px;
}
.sublabel a {
  text-decoration: underline;
  color: #555658;
}
.sublabel a:hover {
  text-decoration: none;
}
.payment-logo,
.payment-shipping-price {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  flex-basis: 80px;
}
.payment-logo {
  order: -1;
}
.payment-shipping-price {
  padding-left: 10px;
  text-transform: none;
}
.payment-info {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  padding-right: 10px;
  padding-left: 20px;
}
.payment-info b {
  display: inline-block;
  padding-right: 10px;
  text-transform: none;
}
.not-possible-info {
  display: none;
}
.inactive .not-possible-info {
  display: inherit;
}
#payu_ .table-payu {
  border: 0 !important;
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}
#payu_ input[type="radio"] {
  visibility: hidden;
  display: inline;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.cart-toggle-unselected-options {
  padding: 13px;
  cursor: pointer;
  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;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cart-hide-unselected-options .radio-wrapper.unselected-option {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
  border-top-width: 0;
}
.category-title {
  text-align: left;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.category-perex {
  margin-bottom: 32px;
  max-width: 940px;
  margin-top: 16px;
}
.category-perex h2 {
  margin-top: 0;
}
.category-perex.empty-content {
  text-align: center;
  max-width: none;
  margin-top: 32px;
}
.cart-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-align: left;
}
.cart-table tr > td {
  padding: 20px 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}
.cart-table tr.cart-table-header > td {
  padding-top: 0;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.cart-table tr > td.p-total {
  border-right-style: none;
  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;
}
@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: 84px;
  padding-left: 20px;
}
.cart-table .cart-p-image img {
  width: 64px;
  max-width: none;
}
.cart-table .p-name {
  padding-left: 10px;
}
.cart-table .p-quantity,
.cart-table .p-discount,
.cart-table .p-price {
  white-space: nowrap;
}
.cart-table .p-quantity .quantity {
  font-size: 16px;
}
.cart-table .p-discount,
.cart-table .p-price,
.cart-table .p-availability {
  text-align: left;
}
.cart-table .main-link {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.cart-table .p-price {
  min-width: 70px;
}
.cart-table .p-price .p-label {
  margin-bottom: 5px;
}
.cart-table .price-final,
.cart-table .price-save,
.cart-table .price-additional,
.cart-table .unit-value {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 991px) {
  .cart-table {
    display: block;
  }
  .cart-table tbody {
    display: block;
  }
  .cart-table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--color-border);
    padding: 20px 16px;
    position: relative;
  }
  .cart-table tr > td {
    flex-grow: 1;
    flex-shrink: 0;
    width: 50%;
    margin: 0;
    border-style: none;
    padding: 0 0 5px;
  }
  .cart-table tr > td.p-total,
  .cart-table tr > td.cart-p-image {
    padding-bottom: 0;
  }
  .cart-table tr > td.cart-p-image {
    flex: 0 0 76px;
    margin-bottom: 10px;
  }
  .cart-table tr > td.p-name {
    flex: 1 1 calc(100% - 76px);
    align-self: center;
    padding-left: 5px;
  }
  .cart-table tr > td:nth-child(odd) {
    text-align: left;
  }
  .cart-table tr > td:nth-child(odd).p-total {
    text-align: right;
  }
  .cart-table tr > td:nth-child(even) {
    text-align: right;
  }
  .cart-table tr > td:nth-child(even).p-name {
    text-align: left;
  }
  .related .cart-table tr > td {
    width: 100%;
  }
  .cart-table tr:last-child {
    border-bottom-style: none;
  }
}
.main-link-variant,
.show-related,
.main-link-surcharges {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .main-link-variant,
  .show-related,
  .main-link-surcharges {
    font-size: 13px;
  }
}
.main-link-surcharges {
  text-transform: none;
}
.show-related {
  padding-top: 2px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  color: #555658 !important;
}
.show-related:hover {
  text-decoration: none !important;
}
.related-visible a.show-related {
  color: var(--color-secondary) !important;
  text-decoration: none;
}
.related-visible a.show-related:hover {
  text-decoration: underline !important;
}
.show-related:after {
  content: "\e90e";
  padding-left: 12px;
  font-size: 8px;
  margin-top: -2px;
}
.show-related b {
  font-weight: 400;
}
.related-visible .show-related:after {
  content: "\e911";
}
tr.related-visible > td {
  border-bottom-color: transparent !important;
}
.cart-related-product {
  width: 12.5%;
  float: left;
  background-color: #fff;
  border-right: 1px solid var(--color-border);
  padding: 24px 12px 20px 12px;
}
.cart-related-product:nth-child(n + 9) {
  border-top: 1px solid var(--color-border);
}
.cart-related-product:last-child {
  border-bottom-style: none;
}
@media (min-width: 992px) {
  .cart-table .p-name {
    width: 35%;
  }
  .id--15 .cart-table .p-name {
    width: 46%;
  }
  .cart-table .p-total {
    width: 13%;
  }
  .cart-table .p-quantity {
    width: 17%;
  }
  .cart-table .p-price {
    width: 12%;
  }
}
.cart-related-info,
.cart-related-button {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cart-related-info {
    width: 100%;
    text-align: center;
    padding: 0 12px;
  }
}
.cart-related-button .price-final {
  display: block;
  font-size: 16px;
}
.cart-related-img {
  display: block;
  margin-bottom: 15px;
}
.cart-related-name {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cart-related-name {
    flex: 1 1 auto;
    padding-left: 10px;
  }
}
.cart-related-availability {
  display: block;
}
@media (min-width: 768px) {
  .cart-related-availability {
    flex: 0 0 30%;
    text-align: right;
    padding-right: 10px;
    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 {
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
  border: 0;
  text-align: right;
  line-height: 10px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.remove-item:hover {
  color: #000;
}
.remove-item::before {
  content: "\eb54";
  font-family: ikony;
  font-size: 13px;
  line-height: 1;
}
.overlay.visible,
.loader-overlay {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.overlay.visible {
  position: fixed;
  z-index: 1002;
}
.loader-overlay {
  position: absolute;
  z-index: 0;
}
body.user-action-visible .overlay,
body.msg-visible .overlay,
body.spinner-visible .overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.user-action-visible .overlay.invisible,
body.msg-visible .overlay.invisible,
body.spinner-visible .overlay.invisible {
  opacity: 0;
}
body.user-action-visible .overlay,
body.msg-visible .overlay {
  z-index: 0;
}
body.spinner-visible .overlay {
  z-index: 1002;
}
.datepicker.birthdate {
  position: relative;
}
.ui-datepicker {
  width: 24em;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.384615;
  color: #555;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  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-prev,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next {
  display: table;
  cursor: pointer;
  text-align: center;
  top: 6px;
  font-size: 16px;
  line-height: 1.384615;
  height: 36px;
}
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-prev-hover:after,
.ui-datepicker .ui-datepicker-next-hover:after,
.ui-datepicker .ui-datepicker-next:after {
  display: table-cell;
  position: relative;
  color: #555;
  vertical-align: middle;
}
.ui-datepicker .ui-datepicker-next:after {
  content: "\25B7";
}
.ui-datepicker .ui-datepicker-prev:after {
  content: "\25C1";
}
.ui-datepicker th a,
.ui-datepicker td a {
  padding: 5px;
  text-align: center;
}
.ui-datepicker th a.ui-state-highlight,
.ui-datepicker td a.ui-state-highlight {
  background: #eee;
}
.ui-datepicker th a.ui-state-active,
.ui-datepicker td a.ui-state-active {
  background: #eee;
  font-weight: bold;
}
.free-gifts,
.free-product-gifts {
  padding: 0;
}
.free-gifts li,
.free-product-gifts li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.free-gifts li label,
.free-product-gifts li label {
  display: flex;
  align-items: center;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  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;
}
.free-gifts li:last-child,
.free-product-gifts li:last-child {
  margin: 0;
}
#colorbox .free-gifts,
#colorbox .free-product-gifts {
  margin: 0;
}
#colorbox .free-gifts li,
#colorbox .free-product-gifts li {
  display: block;
  margin-bottom: 6px;
}
#colorbox .free-gifts li.active,
#colorbox .free-product-gifts li.active {
  font-weight: bold;
}
.free-gifts li {
  display: none;
}
.free-product-gifts {
  padding-top: 11px;
}
.free-product-gifts li {
  margin-bottom: 11px;
}
.free-gift-label {
  flex: 1 1 auto;
  line-height: 1;
  padding-left: 20px;
}
.free-gift-label span {
  display: block;
}
.free-gift-label .free-gift-amount {
  display: inline;
}
.free-gift-amount {
  display: inline;
  text-transform: lowercase;
}
.free-gifts-img {
  position: relative;
  width: 84px;
  padding-left: 20px;
}
.free-gifts-img img {
  max-width: unset;
}
.free-gifts-img > img {
  width: 59px;
}
.free-gifts-img .free-gifts-img-hover {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -135px;
  left: 0;
  z-index: 5;
}
.free-gifts-img .free-gifts-img-hover img {
  border-width: 1px;
  border-style: solid;
}
.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;
  margin: 0;
}
.btn,
a.btn {
  display: inline-block;
  padding: 0 24px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  letter-spacing: 2px;
  height: 52px;
}
.btn:hover,
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 {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
}
.btn.btn-lg,
a.btn.btn-lg {
  line-height: 50px;
}
.btn.btn-icon,
a.btn.btn-icon {
  padding: 15px 0;
  border: 0;
  font-size: 20px;
  font-weight: 400;
}
.btn.btn-login::before,
a.btn.btn-login::before,
.btn.btn-cofidis::before,
a.btn.btn-cofidis::before,
.btn.btn-arrow-left::before,
a.btn.btn-arrow-left::before,
.btn.btn-arrow-right::before,
a.btn.btn-arrow-right::before,
.btn.btn-arrow-up::before,
a.btn.btn-arrow-up::before,
.btn.btn-arrow-down::before,
a.btn.btn-arrow-down::before,
.btn.btn-login::after,
a.btn.btn-login::after,
.btn.btn-cofidis::after,
a.btn.btn-cofidis::after,
.btn.btn-arrow-left::after,
a.btn.btn-arrow-left::after,
.btn.btn-arrow-right::after,
a.btn.btn-arrow-right::after,
.btn.btn-arrow-up::after,
a.btn.btn-arrow-up::after,
.btn.btn-arrow-down::after,
a.btn.btn-arrow-down::after {
  font-size: 30px;
  text-align: center;
}
.btn.btn-login.btn-text::before,
a.btn.btn-login.btn-text::before,
.btn.btn-cofidis.btn-text::before,
a.btn.btn-cofidis.btn-text::before,
.btn.btn-arrow-left.btn-text::before,
a.btn.btn-arrow-left.btn-text::before,
.btn.btn-arrow-right.btn-text::before,
a.btn.btn-arrow-right.btn-text::before,
.btn.btn-arrow-up.btn-text::before,
a.btn.btn-arrow-up.btn-text::before,
.btn.btn-arrow-down.btn-text::before,
a.btn.btn-arrow-down.btn-text::before {
  margin-right: 1ex;
}
.btn.btn-login.btn-text.btn-after::after,
a.btn.btn-login.btn-text.btn-after::after,
.btn.btn-cofidis.btn-text.btn-after::after,
a.btn.btn-cofidis.btn-text.btn-after::after,
.btn.btn-arrow-left.btn-text.btn-after::after,
a.btn.btn-arrow-left.btn-text.btn-after::after,
.btn.btn-arrow-right.btn-text.btn-after::after,
a.btn.btn-arrow-right.btn-text.btn-after::after,
.btn.btn-arrow-up.btn-text.btn-after::after,
a.btn.btn-arrow-up.btn-text.btn-after::after,
.btn.btn-arrow-down.btn-text.btn-after::after,
a.btn.btn-arrow-down.btn-text.btn-after::after {
  margin-left: 1ex;
}
.btn.btn-login::before,
a.btn.btn-login::before {
  content: "\e930";
}
.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 {
  display: none;
}
.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 {
  position: relative;
  display: block;
  padding-left: 66px;
  text-decoration: none;
}
a.login-btn.facebook,
a.login-btn.google,
a.login-btn.seznam {
  padding-left: 46px;
  height: 52px;
  line-height: 52px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
a.login-btn.google::before,
a.login-btn.seznam::before,
a.login-btn.facebook::before {
  position: absolute;
  left: 16px;
  font-size: 20px;
  line-height: 52px;
  top: 0;
}
/* a.login-btn.google::before {
  content: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/google.svg");
  top: 2px;
}
a.login-btn.seznam::before {
  content: url("https://cdn.myshoptet.com/usr/paxio.myshoptet.com/user/documents/upload/seznam-cz.svg");
  width: 20px;
  height: 20px;
  top: 2px;
} */
a.login-btn.facebook::before {
  content: "\e9d3";
  font-family: ikony;
}
a.login-btn.facebook .login-google-icon,
a.login-btn.google .login-google-icon,
a.login-btn.facebook .login-facebook-icon,
a.login-btn.google .login-facebook-icon,
a.login-btn.seznam .login-facebook-icon {
  display: none;
}
#footer a.login-btn:hover {
  text-decoration: none;
}
input[type="submit"].btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.image360::after,
.show360image::after {
  content: "\e93e";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #777;
  border-radius: 100%;
}
.image360 {
  text-align: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  max-width: 100%;
}
.image360:hover::after,
.image360.image360-loaded::after {
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, 0);
}
.image360-fullscreen-on .image360.image360-fullscreen-target {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  z-index: 100000;
}
.image360-holder {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  cursor: grab;
}
.image360-holder img {
  margin: 0 auto;
  max-height: 100%;
  min-width: 1px;
  max-width: 100%;
  object-fit: contain;
}
.image360-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  font-size: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.image360-navigation span {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 0 3px;
}
.image360-navigation:hover {
  opacity: 1;
}
.image360-fullscreen-on .image360-navigation {
  bottom: 10px;
}
.show360image {
  position: relative;
  cursor: pointer;
}
body.image360-fullscreen-on {
  overflow: hidden;
}
.country-flags {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  cursor: pointer;
}
.country-flags:not(.active):focus {
  outline: 0;
}
.country-flags-inner {
  z-index: 1;
  position: relative;
  border-style: solid;
  border-width: 1px;
}
.country-flags.active .country-flags-inner {
  left: -5px;
  width: 300px;
  height: 360px;
  padding: 48px 5px 5px;
  overflow: auto;
  position: absolute;
}
.country-flags.active.turned .country-flags-inner {
  bottom: 0;
  top: auto;
}
.country-flag {
  display: none;
  align-items: center;
  height: 48px;
}
.country-flag.selected,
.country-flags.active .country-flag {
  display: flex;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.country-flags.active .country-flag.selected {
  display: flex;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.country-flags.active .country-flag.country-flag-preferred-last {
  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 {
  width: 16px;
  height: 16px;
}
.shp-flag-label {
  display: flex;
  position: relative;
  width: calc(100% - 24px);
  padding-left: 16px;
  padding-right: 3px;
  justify-self: flex-end;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.shp-flag-label::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 6px;
  border-style: solid;
}
.country-flags.active .shp-flag-label {
  width: calc(100% - 24px);
  text-align: left;
}
.country-flags.active .shp-flag-label::before {
  display: none;
}
.phone-combined-input {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.phone-combined-input select {
  display: none;
}
.phone-combined-input input,
.phone-combined-input .country-flags {
  flex-grow: 0;
}
.phone-combined-input input {
  width: 100%;
}
@media (min-width: 480px) {
  .phone-combined-input {
    max-width: 260px;
  }
}
.search-results-groups .search-results-group {
  margin: 0 10px 20px 10px;
}
.search-results-groups h4 {
  margin: 0 0 24px 0;
  position: relative;
}
.search-results-groups .search-results-group-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.search-results-groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 28px;
}
.search-results-groups,
.search-results-groups > * {
  position: relative;
}
.type-search .overall-wrapper {
  overflow-x: hidden;
}
.title-wrap {
  position: relative;
}
.search-results-groups::before,
.title-wrap::before {
  content: "";
  width: 5000px;
  height: 100%;
  background-color: var(--color-bg);
  left: -2500px;
  top: 0;
  position: absolute;
}
#search-group-categories {
  width: calc(100% - 20px);
}
#search-group-categories li {
  width: 20%;
  padding: 1px;
  display: block !important;
}
#search-group-categories .display-results-group {
  display: none;
}
#search-group-categories li a {
  padding: 12px 48px 12px 92px;
  height: 88px;
  position: relative;
  color: var(--color-text);
  line-height: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
#search-group-categories li a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
#search-group-categories li a::before {
  content: "\e9e7";
  font-family: ikony;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 1;
}
#search-group-articles,
#search-group-manufacturers {
  width: calc(50% - 20px);
  background-color: #fff;
  padding: 40px;
}
#search-group-articles li {
  width: 50%;
  line-height: 16px;
  margin-bottom: 16px;
}
#search-group-articles li a,
#search-group-manufacturers li a {
  font-size: 14px;
  color: var(--color-text);
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 24px;
  line-height: 18px;
  padding-right: 16px;
}
#search-group-articles li a:hover,
#search-group-manufacturers li a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
#search-group-articles li a::before {
  content: "\eb1a";
  font-family: ikony;
  opacity: 0.5;
  position: absolute;
  left: 0;
  line-height: 20px;
}
#search-group-articles li a:hover::before {
  opacity: 1;
}
#search-group-manufacturers li {
  margin: 0 4px 4px 0;
}
#search-group-manufacturers a:not(.display-results-group) {
  padding: 8px 12px !important;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  line-height: 16px;
  display: block;
}
#search-group-manufacturers a:not(.display-results-group)::before {
  content: "\eb14";
  font-family: ikony;
  display: inline-block;
  margin-right: 8px;
  opacity: 0.5;
  font-size: 12px;
}
#search-group-manufacturers a:not(.display-results-group):hover::before {
  opacity: 1;
}
#search-group-manufacturers a.display-results-group {
  margin-top: 16px;
  display: inline-block;
}
#products-found {
  padding-top: 48px;
}
.search-results-groups .search-results-group-list ul li {
  list-style-position: outside;
}
.search-products-heading {
  margin-top: 0;
  margin-bottom: 32px;
}
.search-next-wrap {
  text-align: center;
  margin: 22px 0;
}
.menu-helper {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  flex: 0 0 auto;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-transform: none;
  cursor: pointer;
  padding: 0 20px;
}
.menu-helper > span {
  position: relative;
  padding: 0;
  border-width: 0;
  border-style: none;
  font-size: 0;
  line-height: 1;
  text-transform: none;
}
.menu-helper::after {
  content: "\e90e";
  text-align: center;
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.menu-helper-visible .menu-helper::after {
  content: "\e911";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-helper-visible .menu-helper {
  z-index: 9;
  background-color: #fff;
}
.menu-helper .submenu-arrow,
.menu-helper .menu-level-2 {
  display: none !important;
}
.menu-helper > ul {
  z-index: 1;
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  width: 280px;
  max-height: 340px;
  overflow: auto;
  border-style: solid;
  border-width: 1px;
  text-align: right;
  text-transform: none;
  padding: 16px 0;
}
.menu-helper-visible .menu-helper > ul {
  display: block;
}
.menu-helper > ul > li {
  border-top-style: none;
  border-top-width: 0;
}
.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: 600;
}
.menu-helper > ul > li a.menu-image {
  display: none;
}
.menu-helper > ul > li > a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.menu-helper .menu-level-2 a {
  padding: 0.75rem 40px;
}
.menu-helper .has-third-level ul {
  display: none;
}
.menu-helper {
  visibility: hidden;
}
.menu-helper.visible {
  visibility: visible;
}
@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 {
  position: absolute;
  display: flex;
  overflow: hidden;
  bottom: -8px;
  left: 0;
  height: 48px;
  padding: 8px 48px;
}
.widget-parameter-wrapper.justified {
  width: 100%;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.widget-parameter-wrapper .widget-parameter-list {
  display: flex;
  flex-shrink: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.widget-parameter-wrapper .widget-parameter-value,
.widget-parameter-wrapper .widget-parameter-more {
  position: relative;
  flex-shrink: 0;
  min-width: 32px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
}
.widget-parameter-wrapper .widget-parameter-value:hover a::before,
.widget-parameter-wrapper .widget-parameter-more:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  left: 0;
  top: 0;
}
.widget-parameter-wrapper .widget-parameter-value a,
.widget-parameter-wrapper .widget-parameter-more a,
.widget-parameter-wrapper .widget-parameter-value span,
.widget-parameter-wrapper .widget-parameter-more span {
  font-size: 14px;
  color: #252729;
  padding: 0 8px;
  text-decoration: none;
}
.widget-parameter-wrapper .widget-parameter-more {
  visibility: hidden;
}
.widget-parameter-wrapper .widget-parameter-more.visible {
  visibility: visible;
}
.widget-parameter-wrapper .widget-parameter-more:not(.ready) {
  opacity: 0;
}
.banner {
  position: relative;
}
@media (min-width: 768px) {
  .banner.banner-md,
  .banner.banner-lg {
    min-height: 300px;
  }
}
.banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.banner-content .banner-content-in {
  display: table;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
}
.banner-content .banner-content-in > div {
  display: table-cell;
  padding: 25px;
  vertical-align: bottom;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-content .banner-content-in > div {
    text-align: left;
  }
  .banner-content .banner-content-in > div > div {
    display: table;
    width: 100%;
  }
  .banner-content .banner-content-in > div > div span,
  .banner-content .banner-content-in > div > div strong {
    display: table-cell;
    vertical-align: middle;
  }
  .banner-content .banner-content-in > div > div strong {
    padding-left: 20px;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .banner-content .banner-content-in > div > div .btn {
    white-space: nowrap;
  }
}
.banners-content a,
.banner-footer a,
.banner-wrapper a,
.footer-banner a,
.banner-category a {
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .banner-wrapper {
    margin-top: 0;
  }
  .banner-wrapper + .banner-wrapper {
    margin-top: 25px;
  }
}
.banner-footer,
.banner-category {
  margin-bottom: 20px;
}
@media (min-width: 1440px) {
  .banner-footer,
  .banner-category {
    margin-bottom: 40px;
  }
}
.banner-category.banner-category-inline {
  margin-bottom: 10px;
}
.banners-footer {
  display: flex;
}
.banner-footer {
  flex: 1 1 33.33333%;
  text-align: center;
}
.banner,
.banner-wrapper {
  position: relative;
}
.extended-banner-texts {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  position: absolute;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.97);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.extended-banner-title:empty,
.extended-banner-text:empty,
.extended-banner-link:empty {
  display: none;
}
.extended-banner-title,
.extended-banner-text {
  left: 0;
}
.extended-banner-title {
  top: 0;
  font-size: 20px;
}
.extended-banner-text {
  bottom: 0;
  max-width: 80%;
}
.extended-banner-link {
  right: 0;
  top: 50%;
  height: 32px;
  margin-top: -6px;
}
.banners-empty {
  display: none;
  visibility: hidden;
}
.content-window {
  z-index: 1002;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-window-visible .content-window.cart-window {
  width: 100%;
}
.search-window-visible .content-window.search-window {
  width: 100%;
}
.content-window-in {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 77px;
  overflow: auto;
}
.toggle-window-arr {
  z-index: 1;
  position: absolute;
  left: 22px;
  top: 24px;
  text-decoration: none;
}
.toggle-window-arr span {
  display: none;
}
.toggle-window-arr::before {
  content: "\e90b";
  margin-right: 1ex;
  font-size: 30px;
}
@media (min-width: 768px) {
  .toggle-window-arr span {
    display: inline;
  }
}
.sidebar > div {
  margin-bottom: 0;
}
.sidebar-inner > div {
  margin-bottom: 32px;
}
.box-categories,
.box-filters {
  border-width: 1px;
  border-style: solid;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-color: var(--color-border);
}
@media (min-width: 768px) {
  .sidebar .login-wrapper .password-helper {
    float: none;
    clear: both;
    padding-left: 0;
    padding-top: 1em;
  }
}
.breadcrumbs {
  padding: 8px 0px 12px 0;
  height: 42px;
}
.breadcrumbs > span {
  vertical-align: middle;
}
.breadcrumbs > span a {
  text-decoration: underline;
}
.breadcrumbs > span,
.breadcrumbs > a {
  padding: 0 14px;
  position: relative;
}
.breadcrumbs > span#navigation-first {
  padding-left: 0;
}
.breadcrumbs .navigation-bullet {
  display: none;
}
.breadcrumbs > span a::after {
  content: "\eac8";
  font-family: ikony;
  display: inline-block;
  width: auto;
  font-size: 6px;
  position: absolute;
  top: 7px;
  right: 0;
  color: #252729;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
.navigation-home-icon::before {
  content: "\ea1a";
  margin-top: -2px;
  font-family: ikony;
}
.category-header {
  text-align: right;
}
.category-header .dropdown {
  display: inline-block;
}
.category-header .dropdown button {
  font-weight: 700;
}
.category-header .dropdown .dropdown-menu {
  display: flex;
  position: relative;
  top: auto;
  border: 0;
  border-left: 1px solid var(--color-border);
  z-index: 1;
}
.category-header .dropdown .dropdown-menu label,
.category-header .dropdown .dropdown-menu strong {
  display: block;
  background-color: var(--color-bg);
  padding: 0 16px;
  white-space: nowrap;
  line-height: 40px;
  border-color: var(--color-border);
  border-width: 1px;
  border-style: solid solid solid none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #252729;
}
@media screen and (min-width: 768px) {
  .category-header .dropdown .dropdown-menu strong {
    background-color: #fff;
    border-bottom-color: #fff;
  }
}
.menu-helper::after {
  content: "";
}
.menu-helper-visible .menu-helper::after {
  content: "";
}
/* .menu-helper > span::after {
  content: "Další";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
} */
.menu-helper > span::before {
  content: "\ea5e";
  font-family: ikony;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.menu-helper-visible .menu-helper > span::after,
.menu-helper-visible .menu-helper > span::before {
  color: var(--color-primary);
}
.menu-helper-visible .menu-helper > span::before {
  content: "\eb54";
}
.navigation-buttons {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  justify-self: flex-end;
  -webkit-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
.navigation-buttons a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  /* line-height: 38px; */
  text-align: center;
  text-decoration: none;
}
.navigation-buttons a[data-target="search"]::before {
  content: "\eadd";
  font-family: ikony;
}
.navigation-buttons a[data-target="cart"]::before {
  content: "\e93d";
  font-family: ikony;
  font-size: 32px;
  margin-right: 18px;
}
.navigation-buttons a[data-target="navigation"]::before {
  content: "\ea5e";
  font-family: ikony;
}
.navigation-buttons a[data-target="login"]::before {
  content: "\eb38";
  font-family: ikony;
}
.navigation-buttons.in-cart {
  display: none;
}
.cart-count .cart-price {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
}
@media (min-width: 480px) {
  .navigation-buttons a {
    width: 60px;
    height: 60px;
    font-size: 16px;
    /* line-height: 56px; */
  }
  .navigation-window-visible .navigation-buttons {
    right: 0;
    margin-right: 0;
  }
  .navigation-window-visible
    .navigation-buttons
    a[data-target="navigation"]::before {
    content: "\e912";
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .navigation-buttons {
    top: 0;
  }
  .navigation-window-visible .navigation-buttons {
    top: 0;
  }
  .scrolled .navigation-buttons {
    top: 0;
  }
}
@media (min-width: 768px) {
  .navigation-buttons {
    position: relative;
    right: auto;
    top: auto;
    flex-grow: 0;
    padding-left: 20px;
  }
  .navigation-buttons a {
    width: 68px;
    height: 68px;
    /* line-height: 68px; */
  }
}
.languagesMenu {
  position: relative;
}
.languagesMenu.open .languagesMenu__content {
  display: block;
}
.languagesMenu__flags {
  background-color: transparent;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .languagesMenu__flags {
    display: none;
  }
}
.languagesMenu__flags .shp-flag {
  margin-right: 5px;
}
.languagesMenu__content {
  display: none;
  position: absolute;
  left: 0;
  white-space: nowrap;
  z-index: 1000;
}
@media (min-width: 768px) {
  .languagesMenu__content {
    display: flex;
    position: static;
    left: auto;
    background-color: transparent;
  }
}
.languagesMenu__box.open .languagesMenu__list {
  display: block;
}
@media (min-width: 768px) {
  .languagesMenu__box {
    position: relative;
  }
  .languagesMenu__box.open {
    background-color: #fff;
    z-index: 9;
  }
}
.languagesMenu__header {
  padding: 10px 16px;
  min-width: 106px;
}
.languagesMenu__header::after,
.top-nav-button.login::after,
.top-navigation-menu-trigger::after,
.top-navigation-bar .dropdown button::after {
  content: "\e9b6";
  font-family: ikony;
  font-size: 8px;
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.open .languagesMenu__header::after,
.login-window-visible .top-nav-button.primary::after,
.top-navigation-menu-visible .top-navigation-menu-trigger::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.languagesMenu__header--actual {
  display: none;
}
#topNavigationDropdown::before {
  content: "\ea71";
  font-family: ikony;
  vertical-align: middle;
  margin-right: 12px;
  line-height: 1;
}

#topNavigationDropdown1::before {
  content: "\ea07";
  font-family: ikony;
  vertical-align: middle;
  margin-right: 12px;
  line-height: 1;
}

/* .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  line-height: 1;
  width: 16px;
  height: 19px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  top: -1px;
} */

.top-navigation-bar .dropdown button::before {
  margin-right: 8px;
}
.languagesMenu__box[data-target="language"] .languagesMenu__header::after {
  margin-left: 7px;
}
/* .cs .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/cz.svg");
}
.sk .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/sk.svg");
}
.hu .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/hu.svg");
}
.en .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/en.svg");
}
.de .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/germany.png");
}
.ro .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/ro.png");
}
.pl .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/pl.png");
} */
.top-nav-button::before {
  content: "\eb38";
  font-family: ikony;
  margin-right: 12px;
  position: relative;
  top: 1px;
  display: inline-block;
}
.top-nav-button.logout::before {
  content: "\eb30";
}
.languagesMenu__header--actual {
  display: block;
  cursor: pointer;
  font-weight: normal;
}
.open .languagesMenu__header--actual {
  color: var(--color-secondary);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .languagesMenu__header--name {
    display: none;
  }
}
.languagesMenu__header .caret {
  margin-left: 5px;
}
.languagesMenu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-width: 106px;
}
.languagesMenu__box[data-target="language"] .languagesMenu__list {
  min-width: 160px;
}
@media (min-width: 768px) {
  .languagesMenu__list {
    display: none;
    z-index: 1002;
    position: absolute;
    left: 0;
  }
}
.languagesMenu__list__name {
  margin-left: 12px;
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 32px 0 0 0;
  padding: 0;
}
.content-wrapper-in:not(.sidebar-indented) .content.narrow .subcategories {
  margin-bottom: 48px;
}
.subcategories li {
  list-style: none;
  flex: 0 0 auto;
  width: 20%;
  border: 1px solid var(--color-bg);
  background-color: #fff;
  padding: 0;
}
.subcategories li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 88px;
  border: 0;
  font-weight: 500;
  overflow: hidden;
  padding: 12px;
  text-decoration: none;
}
.subcategories li a:hover {
  text-decoration: underline;
  color: var(--color-secondary);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.subcategories li a::after,
#search-group-categories li a::after {
  content: "\eac8";
  font-family: ikony;
  position: absolute;
  right: 20px;
  font-size: 8px;
  line-height: 1;
  margin-top: 1px;
}
.subcategories li a .text {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  width: auto;
  overflow: hidden;
  max-height: 60px;
}
.subcategories.with-image li a .image {
  width: 90px;
}
.subcategories.with-image li a .image img {
  max-height: 64px;
}
.subcategories.with-image li a .text {
  width: calc(100% - 90px);
  padding-left: 12px;
  flex-grow: 0;
  text-overflow: ellipsis;
  padding-right: 24px;
}
.subcategories.with-image li.parametric a .text {
  width: 100%;
}
.subcategories.with-image li.parametric {
  text-align: center;
}
@media (max-width: 991px) {
  .subcategories li a {
    padding: 0 27px 0 13px;
  }
  .subcategories li a .text {
    max-height: 48px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .carousel {
    margin-bottom: 22px;
  }
  .wide .wide-carousel .carousel {
    margin-top: -20px;
  }
  .multiple-columns-body .wide-carousel .carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.carousel-control {
  text-decoration: none;
}
.carousel-control::before {
  content: "\e9b6";
  font-family: ikony;
  position: absolute;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  height: 48px;
  right: 0;
}
.carousel-control.left::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.carousel-control.right::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.carousel-control:hover {
  text-decoration: none;
}
.products-block .flags-default {
  left: -8px;
}
.flag {
  width: auto;
  margin-bottom: 4px;
  padding: 0 8px;
  border-radius: 12px 0 12px 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: table;
  line-height: 24px;
}
@media (max-width: 480px) {
  .columns-mobile-2 .products-block .flag {
    font-size: 10px;
  }
}
.flags-inline:before,
.flags-inline:after {
  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;
}
.products-top {
  margin-bottom: 22px;
  margin-left: -5px;
  margin-right: -5px;
}
.products-top > div {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.products-top > div.inactive {
  position: absolute;
  height: 0;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.products-top > div.revealed {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.flags-extra {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}
.highlight-product .flags-extra {
  right: 30px;
}
.flags-extra .flag {
  width: 66px;
  height: 66px;
  margin-left: -8px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flags-extra .flag .price-standard,
.flags-extra .flag .price-save {
  font-size: 12px;
}
.p-image-wrapper .flags-extra {
  z-index: 51;
  right: 10px;
}
@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  .p-image-wrapper .flags-extra .flag .price-standard,
  .p-image-wrapper .flags-extra .flag .price-save {
    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 {
    width: 50px;
    height: 50px;
    font-size: 9px;
  }
  .products-additional .flags-extra .price-standard,
  .products-additional .flags-extra .price-save {
    font-size: 9px;
  }
}
.flag-text {
  font-size: 12px;
  line-height: 1.15;
  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 {
  margin-top: -6px;
  margin-bottom: -6px;
  font-size: 42px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-freeshipping .icon-van {
    margin-bottom: 0;
    font-size: 24px;
  }
}
.flag-gift .icon-gift {
  font-size: 24px;
  line-height: 42px;
  margin-top: -6px;
  margin-bottom: -6px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-additional .flag-gift .icon-gift {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.flag-discount .price-standard {
  display: block;
}
@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block > div .flags-extra .flag {
    width: auto;
    height: auto;
    border-radius: 0;
    flex-direction: row;
    margin-bottom: 0;
    margin-right: -8px;
  }
  .columns-mobile-2 .products-block > div .flags-extra .flag .icon-van,
  .columns-mobile-2 .products-block > div .flags-extra .flag .icon-gift {
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
    margin-left: 3px;
  }
}
.shp-tabs-holder {
  border-style: none;
  border-width: 0;
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .shp-tabs-holder {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shp-tabs-holder ul.shp-tabs {
  margin: 0;
  padding: 0;
  position: relative;
}
.shp-tabs-holder ul.shp-tabs::before {
  content: "";
  width: 5000px;
  height: 100%;
  left: -2500px;
  top: 0;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.multiple-columns-body .shp-tabs-holder ul.shp-tabs::before {
  display: none;
}
.multiple-columns-body .shp-tabs-holder ul.shp-tabs {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}
.type-product .overall-wrapper {
  overflow-x: hidden;
}
.shp-tabs-holder ul.shp-tabs li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.shp-tabs-holder ul.shp-tabs li a {
  display: block;
  padding: 20px 0;
  margin-right: 48px;
  font-weight: 400;
  color: #252729;
  text-decoration: underline;
}
.multiple-columns-body .shp-tabs-holder ul.shp-tabs li a {
  margin-right: 24px;
}
.shp-tabs-holder ul.shp-tabs li a:hover {
  text-decoration: none;
}
.shp-tabs-holder ul.shp-tabs li a::after {
  content: "\e9b6";
  font-family: ikony;
  font-size: 12px;
  margin-left: 12px;
  display: inline-block;
}
.multiple-columns-body .shp-tabs-holder ul.shp-tabs li a::after {
  margin-left: 8px;
}
.responsive-nav {
  position: relative;
  min-width: 250px;
  margin-bottom: 48px;
  padding: 0;
}
.responsive-nav .shp-tabs-holder {
  margin-bottom: 0;
}
.responsive-nav .visible-links {
  display: flex;
}
.responsive-nav .visible-links > li {
  display: block;
}
.responsive-nav .visible-links > li a {
  white-space: nowrap;
}
.responsive-nav .hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 1px solid #ccc;
  z-index: 100;
  padding: 0;
  margin: 0;
  background: inherit;
}
.responsive-nav .hidden-links > li {
  display: block;
  border-bottom: 1px solid #ccc;
}
.responsive-nav .hidden-links > li a {
  display: block;
  padding: 10px 20px;
}
.responsive-nav .hidden {
  visibility: hidden;
}
.responsive-nav .navigation-btn {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.shp-accordion-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
#accordion-content .shp-accordion {
  border-bottom: 1px solid var(--color-border);
}
#accordion-content .shp-accordion .fade {
  opacity: 1;
}
#accordion-content .shp-accordion .shp-accordion-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text);
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 16px;
  line-height: 24px;
}
#accordion-content .shp-accordion .shp-accordion-link::after {
  justify-self: flex-end;
  margin-left: auto;
  content: "\e9b6";
  font-family: ikony;
  font-size: 12px;
}
#accordion-content .shp-accordion .shp-accordion-link span {
  white-space: pre;
}
#accordion-content .shp-accordion .shp-accordion-content {
  display: none;
  padding: 0 10px;
}
#accordion-content .shp-accordion.active .shp-accordion-link::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.latest-contribution-wrapper {
  margin-top: 44px;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .latest-contribution-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .latest-contribution-wrapper--large {
    display: block;
  }
}
@media (min-width: 992px) {
  .latest-contribution-wrapper--large {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.latest-contribution-wrapper--large .latest-contribution {
  width: 100%;
}
@media (min-width: 992px) {
  .latest-contribution-wrapper--large .latest-contribution {
    width: 50%;
  }
}
.latest-contribution {
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .latest-contribution {
    width: 50%;
    flex: 1 1 auto;
    flex-wrap: wrap;
  }
  .latest-contribution:first-child:not(:last-child) {
    padding-right: 20px;
  }
  .latest-contribution:last-child:not(:first-child) {
    padding-left: 20px;
  }
}
.latest-contribution-placeholder {
  display: none;
}
@media (min-width: 768px) {
  .latest-contribution-placeholder {
    display: block;
  }
}
.latest-contribution-inner {
  display: flex;
  align-items: flex-start;
  margin-top: 44px;
}
.latest-contribution-image {
  position: relative;
  height: 60px;
  flex: 0 0 60px;
  margin-right: 20px;
}
.latest-contribution-image img {
  position: absolute;
  border-radius: 50%;
}
.latest-contribution-content {
  display: block;
  width: calc(100% - 60px - 40px);
}
.latest-contribution-product {
  height: 24px;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest-contribution-info {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 16px;
}
.latest-contribution-info .stars {
  width: 90px;
  height: 18px;
  margin-right: 0;
}
.latest-contribution-info .star {
  width: 18px;
  height: 18px;
}
.latest-contribution-info .star::before {
  font-size: 16px;
}
.latest-contribution-info > i {
  padding: 0 10px;
  font-style: normal;
}
@media (max-width: 480px) {
  .latest-contribution-info {
    display: block;
  }
  .latest-contribution-info .stars {
    display: block;
  }
}
.container.navigation-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.container.navigation-wrapper .site-name {
  flex: 0 1 100px;
}
@media (min-width: 480px) {
  .container.navigation-wrapper .site-name {
    flex-basis: 200px;
  }
}
@media (min-width: 768px) {
  .container.navigation-wrapper .site-name {
    flex-basis: 200px;
  }
}
#navigation {
  flex: 1 1 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #navigation {
    padding-top: 61px;
  }
}
@media (min-width: 768px) {
  .navigation-buttons {
    z-index: 1001;
  }
  .langcur-wingow-visible .navigation-buttons,
  .top-navigation-menu-visible .navigation-buttons,
  .search-focused .navigation-buttons,
  .navigation-hovered .navigation-buttons,
  .submenu-visible .navigation-buttons {
    z-index: 0;
  }
}
.smart-labels-active .smart-label-wrapper {
  position: relative;
}
.smart-labels-active .smart-label-wrapper label {
  padding: 0 0 0 16px;
  margin: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 64px;
  font-size: 16px;
  opacity: 1;
  -webkit-transition: -"all 0.2s, left 0s";
  -o-transition: -"all 0.2s, left 0s";
  transition: -"all 0.2s, left 0s";
}
.smart-labels-active .smart-label-wrapper.focused label,
.smart-labels-active .smart-label-wrapper.populated label {
  line-height: 10px;
  font-size: 12px;
  padding-top: 16px;
  z-index: 1;
  padding-left: 21px;
}
.smart-labels-active .smart-label-wrapper.populated label[for="billCountryId"] {
  z-index: 9;
}
.smart-labels-active .smart-label-wrapper input {
  padding-top: calc((6px * 2) + 10px);
}
.smart-labels-active .smart-label-wrapper input::-moz-placeholder,
.smart-labels-active .smart-label-wrapper textarea::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.smart-labels-active .smart-label-wrapper input:-ms-input-placeholder,
.smart-labels-active .smart-label-wrapper textarea:-ms-input-placeholder {
  color: transparent;
}
.smart-labels-active .smart-label-wrapper input::-webkit-input-placeholder,
.smart-labels-active .smart-label-wrapper textarea::-webkit-input-placeholder {
  color: transparent;
}
.smart-labels-active .smart-label-wrapper input::placeholder,
.smart-labels-active .smart-label-wrapper textarea::placeholder {
  color: transparent;
}
.smart-labels-active .smart-label-wrapper input:focus::-moz-placeholder,
.smart-labels-active .smart-label-wrapper textarea:focus::-moz-placeholder {
  color: #888c92;
  opacity: 1;
}
.smart-labels-active .smart-label-wrapper input:focus:-ms-input-placeholder,
.smart-labels-active .smart-label-wrapper textarea:focus:-ms-input-placeholder {
  color: #888c92;
}
.smart-labels-active
  .smart-label-wrapper
  input:focus::-webkit-input-placeholder,
.smart-labels-active
  .smart-label-wrapper
  textarea:focus::-webkit-input-placeholder {
  color: #888c92;
}
.smart-labels-active .smart-label-wrapper input:focus::placeholder,
.smart-labels-active .smart-label-wrapper textarea:focus::placeholder {
  color: #888c92;
}
.smart-labels-active .smart-label-wrapper input::placeholder,
.smart-labels-active .smart-label-wrapper textarea::placeholder {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.smart-labels-active .smart-label-wrapper input,
.smart-labels-active .smart-label-wrapper select,
.smart-labels-active .smart-label-wrapper label,
.smart-labels-active .smart-label-wrapper .country-flags {
  height: 68px;
  padding-top: 0;
  color: #888c92;
  line-height: 68px;
}
.smart-label-wrapper input {
  padding-top: 22px !important;
}
.smart-labels-active .smart-label-wrapper .validator-msg,
.smart-labels-active .smart-label-wrapper .js-validator-msg {
  margin-left: 0;
}
.smart-labels-active .smart-label-wrapper .validator-msg + input,
.smart-labels-active .smart-label-wrapper .js-validator-msg + input,
.smart-labels-active .smart-label-wrapper .validator-msg + select,
.smart-labels-active .smart-label-wrapper .js-validator-msg + select,
.smart-labels-active
  .smart-label-wrapper
  .validator-msg
  + .phone-combined-input,
.smart-labels-active
  .smart-label-wrapper
  .js-validator-msg
  + .phone-combined-input {
  margin-left: 0;
}
.smart-labels-active .smart-label-wrapper label[for="phone"] {
  display: block;
}
.smart-labels-active .smart-label-wrapper .select-label {
  pointer-events: none;
}
.smart-labels-active .smart-label-wrapper .form-group-tooltip {
  top: 50%;
}
.js-validator-msg {
  margin-top: 5px;
}
@media (min-width: 480px) {
  .js-validator-msg {
    margin-left: 175px;
  }
  .no-label .js-validator-msg,
  .no-indent .js-validator-msg,
  .compact-form .js-validator-msg {
    margin-left: 0;
  }
}
.user-action .js-validator-msg {
  text-align: left;
}
.product-slider-holder {
  width: 100%;
  position: relative;
}
.product-slider-holder.has-navigation:hover .product-slider-navigation {
  opacity: 1;
}
@media (max-width: 767px) {
  .product-slider-holder.has-navigation {
    padding: 0;
  }
}
.product-slider.unslider .products-block {
  margin: 0;
  width: 100% !important;
  transition: none !important;
  transform: none !important;
}
.product-slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .product-slider-pagination {
    margin-top: 24px;
  }
}
.product-slider-pagination .pagination-button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 2px;
  padding: 0;
  margin: 0 2px;
  cursor: pointer;
  border: 0;
  outline: none;
}
.product-slider-navigation {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
.product-slider-navigation::before {
  font-size: 20px;
  width: 48px;
  height: 48px;
}
.product-slider-navigation.navigation-prev {
  left: 12px;
}
.product-slider-navigation.navigation-prev::before,
.product-slider-navigation.navigation-next::before {
  content: "\e9b6";
  font-family: ikony;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-slider-navigation.navigation-next {
  right: 12px;
}
.product-slider-navigation.navigation-next::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.advanced-order .product-slider-navigation.navigation-next {
  right: -24px;
}
.advanced-order .product-slider-navigation.navigation-prev {
  left: -24px;
}
.product-slider:hover .product-slider-navigation {
  opacity: 1;
}
.mobile .product-slider .product-slider-navigation {
  opacity: 1;
}
@media (max-width: 767px) {
  .products-block > div {
    padding: 24px 10px;
  }
  .columns-mobile-2 .products-block > div {
    padding: 16px 10px;
  }
}
.benefitBanner {
  width: 100%;
  margin: 32px auto 0 auto;
}
.benefitBanner {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.benefitBanner--homepage {
  padding: 0;
  max-width: 460px;
}
.benefitBanner__item {
  display: flex;
  flex: 1 1 100%;
  align-items: flex-start;
  overflow: hidden;
  margin-top: 32px;
}
.benefitBanner__item {
  flex: 0 0 50%;
  width: 50%;
}
@media (min-width: 1200px) {
  .benefitBanner__item {
    flex: 1 1 25%;
  }
}
.benefitBanner__link {
  display: flex;
  align-items: flex-start;
  color: #555658;
  width: 100%;
}
.benefitBanner__picture {
  flex: 0 0 56px;
  max-width: 56px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 56px;
}
.benefitBanner__picture:only-child {
  flex: 1 1 100%;
  max-width: 100%;
}
.benefitBanner__img {
  width: auto;
  height: auto;
  max-height: 40px;
}
.benefitBanner__content {
  word-break: break-word;
  padding-right: 20px;
  overflow: hidden;
}
.benefitBanner__title {
  width: 100%;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  line-height: 22px;
  color: #252729;
}
.benefitBanner__link:hover .benefitBanner__title {
  text-decoration: underline;
  color: var(--color-secondary);
}
.benefitBanner__data {
  color: #555658;
  font-size: 14px;
  line-height: 18px;
}
@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%;
  }
}
.searchWhisperer {
  display: none;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  z-index: 1003;
  position: absolute;
}
.searchWhisperer.active {
  display: flex;
}
.searchWhisperer__products {
  flex-basis: 100%;
}
.searchWhisperer__products {
  flex: 1 1 calc(100% - 290px);
  flex-grow: 1;
  order: 2;
  margin: 0 auto;
  padding: 32px 32px 0 32px;
}
.searchWhisperer__products__heading {
  display: none;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .searchWhisperer__products__heading {
    display: block;
  }
}
.searchWhisperer__products__list {
  list-style: none;
  padding: 0;
  /* margin: 0 -32px; */
  border-top: 1px solid var(--color-border);
}
@media (min-width: 768px) {
  .searchWhisperer__products__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.searchWhisperer__products__listItem:nth-child(n + 9) {
  display: none;
}
.searchWhisperer__products__listItem {
  flex-basis: 25%;
  border-color: var(--color-border);
  border-style: none solid solid none;
  border-width: 1px;
}
.searchWhisperer__products__listItem:hover {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.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 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 16px !important;
  text-align: center;
}
.searchWhisperer__product:hover .searchWhisperer__product__name {
  text-decoration: underline;
  color: var(--color-secondary);
}
.searchWhisperer__product__image {
  max-width: 59px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .searchWhisperer__product__image {
    max-width: none;
  }
}
.searchWhisperer__product__infoWrapper {
  font-size: 14px;
  line-height: 20px;
}
.searchWhisperer__product__name {
  height: 60px;
  overflow: hidden;
  margin-bottom: 8px;
}
.searchWhisperer__product__availability {
  margin-bottom: 6px;
}
.searchWhisperer__product__price {
  text-align: center;
  /* margin-left: auto;
  margin-right: auto; */
  white-space: nowrap;
  font-weight: 600;
  line-height: 22px;
  color: #252729;
}
.searchWhisperer__additionalResults {
  order: 1;
  flex: 1 1 290px;
  padding: 32px;
  background-color: var(--color-bg);
}
.searchWhisperer__additionalResults__heading {
  font-size: 16px;
  margin-top: 36px;
  margin-bottom: 24px;
}
.searchWhisperer__additionalResults__heading:first-of-type {
  margin-top: 11px;
}
@media (min-width: 768px) {
  .searchWhisperer__additionalResults__heading:first-of-type {
    margin-top: 0;
  }
}
.searchWhisperer__additionalResults__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.searchWhisperer__additionalResults__list > li {
  margin: 0 4px 4px 0;
  width: auto;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.searchWhisperer__additionalResults__listItem:hover,
.searchWhisperer__additionalResults__listItem:focus {
  text-decoration: underline;
}
.searchWhisperer__additionalResults__link {
  display: block;
  padding: 8px 12px;
  background-color: #fff;
  font-size: 14px;
}
.searchWhisperer__additionalResults__link:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.searchWhisperer__additionalResults__link::before {
  font-family: ikony;
  margin-right: 8px;
  opacity: 0.5;
  font-size: 12px;
  display: inline-block;
}
.searchWhisperer__additionalResults__link:hover::before {
  opacity: 1;
}
.searchWhisperer__additionalResults__heading--category
  + ul
  .searchWhisperer__additionalResults__link::before {
  content: "\e9e7";
}
.searchWhisperer__additionalResults__heading--brand
  + ul
  .searchWhisperer__additionalResults__link::before {
  content: "\eb14";
}
.searchWhisperer__additionalResults__heading--article
  + ul
  .searchWhisperer__additionalResults__link::before {
  content: "\eb1a";
  position: absolute;
  left: 0;
  margin: 0;
}
.searchWhisperer__additionalResults__heading--article
  + .searchWhisperer__additionalResults__list
  > li {
  margin: 0 0 16px 0;
  box-shadow: none;
}
.searchWhisperer__additionalResults__heading--article
  + ul
  .searchWhisperer__additionalResults__link {
  background: none;
  padding: 0 0 0 24px;
  position: relative;
  line-height: 16px;
}
.searchWhisperer__buttonWrapper {
  width: 100%;
  text-align: center;
  padding: 32px;
}
.searchWhisperer__loaderWrapper {
  width: 100%;
  height: 100px;
}
.searchWhisperer__content--empty {
  padding: 48px;
  display: flex;
}
.searchWhisperer__content--empty .right {
  flex: 1 1 356px;
  margin-left: 48px;
  padding-left: 48px;
  border-left: 1px solid var(--color-border);
}
.searchWhisperer__content--empty .right h6 {
  margin: 0 0 24px 0;
}
.searchWhisperer__content--empty .left {
  flex: 1 1 calc(100% - 404px);
  padding-left: 72px;
  position: relative;
}
.searchWhisperer__content--empty .left::before {
  content: "\eadd";
  font-family: ikony;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 48px;
  line-height: 1;
  color: #252729;
}
.searchWhisperer__content--empty h4 {
  margin: 0 0 16px 0;
}
.searchWhisperer__content--empty .contact-box li a {
  font-size: 16px;
}
.searchWhisperer__content--empty .contact-box ul li > span::before {
  font-size: 16px;
  margin-right: 2px;
}
.searchWhisperer__content--empty .contact-box ul li {
  margin-bottom: 6px;
  line-height: 27px;
}
.searchWhisperer__content--empty p {
  margin: 0;
}
body.cookies-visible {
  overflow: hidden;
}
body.cookies-visible .siteCookies {
  display: none;
}
.siteCookies {
  color: #fff;
  position: fixed;
  z-index: 100000001;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .siteCookies--top {
    bottom: auto;
    top: 0;
    background-color: #11111f;
  }
  .siteCookies--top .siteCookies__form {
    max-width: 800px;
  }
  .siteCookies--left {
    right: auto;
    left: 30px;
    bottom: 30px;
  }
  .siteCookies--left .siteCookies__form {
    border-radius: 10px;
  }
  .siteCookies--right {
    right: 30px;
    left: auto;
    bottom: 30px;
  }
  .siteCookies--right .siteCookies__form {
    border-radius: 10px;
  }
  .siteCookies--bottom {
    left: 50%;
    width: 590px;
    margin-left: -295px;
  }
  .siteCookies--bottom.siteCookies--scrolled {
    left: 0;
    width: 100%;
    margin-left: 0;
    background-color: #11111f;
  }
}
.siteCookies__form {
  background-color: #11111f;
  padding: 20px 15px 25px 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
@media (min-width: 768px) {
  .siteCookies__form {
    display: flex;
    max-width: 590px;
    margin: 0 auto;
  }
}
.siteCookies__content {
  flex: 1;
}
.siteCookies__text {
  line-height: 22px;
  margin-bottom: 15px;
}
.siteCookies__text a {
  text-decoration: underline;
  color: #fff;
}
.siteCookies__text a:hover {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .siteCookies__text {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
.siteCookies__links {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .siteCookies__links {
    text-align: left;
    margin-bottom: 0;
  }
}
.siteCookies__link {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  line-height: 38px;
  font-weight: bold;
  padding: 0 16px;
}
.siteCookies__link:hover {
  color: #fff;
  background-color: transparent;
}
@media (min-width: 768px) {
  .siteCookies__link:hover {
    color: #fff;
    background: #31304f;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .siteCookies__link {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    line-height: 38px;
  }
}
.siteCookies__button {
  width: 100%;
  line-height: 55px;
  background-color: #fff;
  color: #11111f;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  margin: 0 auto;
  max-width: 300px;
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0;
}
.siteCookies__button:hover {
  color: #11111f;
  background-color: #fff;
}
@media (min-width: 768px) {
  .siteCookies__button:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .siteCookies__button {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .siteCookies__button {
    transition: all 0.4s;
  }
  .siteCookies__button:hover {
    background-color: #f5f5f5;
  }
}
#cboxContent.cookiesDialog {
  border-radius: 8px;
  background-color: #f8fafb;
}
@media (max-width: 767px) {
  #cboxContent.cookiesDialog {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    height: auto !important;
    margin: 0 auto;
  }
  #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 {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000;
}
.cookiesSetting__perex {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item {
  border-bottom: 1px solid #e5e8ea;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cookiesSetting__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item__col2 {
    margin-left: 10px;
  }
}
.cookiesSetting__item__name {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item__text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cookiesSetting__item__text {
    margin-bottom: 0;
  }
}
.cookiesSetting__item__status {
  margin: 20px 0;
  text-align: center;
  padding: 10px 20px 10px 35px;
  border: 1px solid #e5e8ea;
  border-radius: 4px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.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 {
  border: 1px solid #e5e8ea;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 20px;
}
.cookiesSetting__bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .cookiesSetting__bottom {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.cookiesSetting__uncheck {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheck {
    margin: 0;
    flex: 1;
  }
}
.cookiesSetting__uncheckLink {
  display: block;
  line-height: 48px;
  text-decoration: none;
  color: #11111f;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: center;
}
.cookiesSetting__uncheckLink:hover {
  color: #383742;
  background: #e5e8ea;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheckLink {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
.cookiesSetting__button {
  display: block;
  line-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  width: 100%;
  padding: 0 15px;
  color: #fff;
  background-color: #11111f;
}
.cookiesSetting__button:hover {
  color: #fff;
  background-color: #11111f;
}
@media (min-width: 768px) {
  .cookiesSetting__button:hover {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .cookiesSetting__button {
    display: inline-block;
    width: auto;
  }
}
.cookiesSetting__button--green {
  background-color: #007c47;
  margin-top: 10px;
}
.cookiesSetting__button--green:hover {
  color: #fff;
  background-color: #007c47;
}
@media (min-width: 768px) {
  .cookiesSetting__button--green {
    margin-top: 0;
    margin-left: 15px;
  }
}
#cboxOverlay.siteAgreement {
  z-index: 100000002;
}
#colorbox.siteAgreement {
  z-index: 100000003;
}
.user-action .user-action-in > div {
  display: none;
}
.login-window-visible .user-action .user-action-in > div.user-action-login {
  display: block;
}
.register-window-visible
  .user-action
  .user-action-in
  > div.user-action-register {
  display: block;
}
.search-window-visible .user-action .user-action-in > div.user-action-search {
  display: block;
}
.cart-window-visible .user-action .user-action-in > div.user-action-cart {
  display: block;
}
.popup-widget {
  z-index: 56;
  position: fixed;
}
.popup-widget h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .popup-widget.cart-widget {
    top: 134px;
  }
  .popup-widget.search-widget {
    top: 134px;
  }
  .popup-widget.login-widget {
    top: 134px;
  }
}
@media (min-width: 992px) {
  .popup-widget {
    position: absolute;
    left: 50%;
    bottom: auto;
    width: 500px;
    max-height: 500px;
    margin-left: -14px;
    padding-top: 18px;
  }
  .popup-widget.cart-widget {
    /* top: 127px; */
    padding-top: 0;
    width: 700px;
    margin-left: 10px;
  }
  .msg-info-active .popup-widget.cart-widget {
    /* top: 169px; */
  }
  .admin-logged .popup-widget.cart-widget {
    top: 152px;
  }
  .admin-logged.msg-info-active .popup-widget.cart-widget {
    top: 194px;
  }
  .scrolled .popup-widget.cart-widget::before {
    right: 35px;
  }
  .popup-widget.cart-widget::before {
    top: calc(-8px - 1px);
  }
  .ajax-pending .popup-widget.cart-widget::before {
    top: 50%;
  }
  .popup-widget.search-widget {
    width: 648.000324px;
    margin-left: -162.000324px;
    top: 86px;
  }
  .popup-widget.search-widget::before {
    right: 145px;
  }
  .admin-logged .popup-widget.search-widget {
    top: 111px;
  }
  .scrolled .popup-widget.search-widget::before {
    right: 195px;
  }
}
.popup-widget.login-widget {
  top: 42px;
  padding: 0;
  width: 700px;
  margin-left: 10px;
}
.id--16 .popup-widget.login-widget,
.id--17 .popup-widget.login-widget {
  top: 67px;
}
.msg-info-active .popup-widget.login-widget {
  top: 84px;
}
.admin-logged .popup-widget.login-widget {
  top: 67px;
}
.id--16.admin-logged .popup-widget.login-widget,
.id--17.admin-logged .popup-widget.login-widget {
  top: 92px;
}
.admin-logged.msg-info-active .popup-widget.login-widget {
  top: 109px;
}

@media (min-width: 1200px) {
  .popup-widget {
    margin-left: 89px;
  }
  .popup-widget.search-widget {
    width: 785.333726px;
    margin-left: -196.333726px;
  }
}
@media (min-width: 1440px) {
  .popup-widget {
    margin-left: 209px;
  }
  .popup-widget.search-widget {
    width: 945.333806px;
    margin-left: -236.333806px;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .popup-widget.search-widget {
    max-height: 720px;
  }
}
.popup-widget-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: auto;
}
.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 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.login-widget .popup-widget-inner > div {
  flex: 1 1 50%;
  padding: 32px;
}
.login-widget .popup-widget-inner #customerLogin {
  background-color: var(--color-bg);
}
@media (max-width: 991px) {
  .popup-widget-inner .cart-widget-products {
    margin-bottom: 162px;
  }
}
.cart-widget-product {
  display: table;
  table-layout: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.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 {
  width: 48px;
  height: 48px;
  text-align: center;
}
.cart-widget-product-image a {
  display: block;
  height: 48px;
}
.cart-widget-product-image img {
  max-height: 100%;
}
.cart-widget-product-amount,
.cart-widget-product-unit {
  padding-right: 10px;
}
.cart-widget-product-amount {
  width: 150px;
}
.cart-widget-product-unit {
  width: 40px;
}
.cart-widget-product-name > strong {
  display: block;
}
.cart-widget-product-name > span {
  font-weight: 700;
}
.cart-widget-product-delete {
  width: 14px;
}
.cart-widget-product-delete button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  background: none;
  color: #252729;
  opacity: 0.4;
  position: relative;
  top: -3px;
}
.cart-widget-product-delete button:hover {
  opacity: 1;
}
.cart-widget-product-delete button::before {
  content: "\eb54";
  font-family: ikony;
  font-size: 14px;
}
.cart-widget-button {
  text-align: center;
  width: 262px;
}
.cart-widget-button .btn {
  width: 100%;
}
.cart-widget-button .btn::after {
  content: "\eac8";
  font-family: ikony;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-left: 16px;
  position: relative;
  top: 3px;
}
.login-wrapper {
  padding-top: 24px;
}
.login-wrapper:before,
.login-wrapper:after {
  content: " ";
  display: table;
}
.login-wrapper:after {
  clear: both;
}
.login-wrapper .btn::before {
  display: none;
}
.login-wrapper .password-helper {
  width: 100%;
  text-align: center;
  padding-top: 32px;
  font-size: 14px;
}
.cs .login-wrapper .password-helper::before {
  content: "Ještě nemáte účet?";
  margin-right: 4px;
}
.sk .login-wrapper .password-helper::before {
  content: "Ešte nemáte účet?";
  margin-right: 4px;
}
.login-wrapper .password-helper a {
  color: var(--color-secondary);
  text-decoration: underline;
  font-weight: 600;
}
.login-wrapper .password-helper a:hover {
  text-decoration: none;
}
#header {
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
#header .container {
  height: 100%;
  align-items: center;
}
#header .container:before,
#header .container:after {
  content: " ";
  display: table;
}
#header .container:after {
  clear: both;
}
#header .site-name {
  margin: 0;
  font-weight: 400;
}
#header .site-name a {
  display: block;
}
#header .site-name a span {
  display: block;
}
#header .site-name a img {
  display: block;
  max-height: 40px;
}
#header .site-name a.text-logo {
  line-height: 100%;
  padding-left: 4px;
  font-size: 14px;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
#header .site-name a.text-logo small {
  font-size: 60%;
  display: block;
  font-weight: 100;
}
@media (max-width: 767px) {
  #header .container {
    padding-left: 0;
    padding-right: 0;
  }
  #header .site-name {
    max-height: 40px;
    max-width: 120px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 480px) {
  #header .container {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  #header .site-name a img {
    max-height: 56px;
  }
}
@media (min-width: 768px) {
  #header {
    min-height: 0;
  }
  #header .container {
    min-height: 68px;
  }
  #header .site-name img {
    max-height: 68px;
  }
  #header .site-name a.text-logo {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #header {
    background-position: center top;
    background-repeat: no-repeat;
  }
  #header .container {
    position: relative;
  }
}
#footer .system-footer {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer {
    display: block;
    padding-bottom: 22px;
  }
  #footer .footer-left {
    width: 66.666666%;
  }
  #footer .footer-right {
    width: 33.333333%;
    text-align: right;
  }
  #footer .footer-right .social-icons {
    display: inline-block;
    margin-left: 1ex;
  }
  #footer .system-footer {
    flex-direction: row;
    align-items: center;
  }
  #footer .system-footer .footer-left {
    order: unset;
  }
  #footer .system-footer .footer-right {
    order: unset;
    text-align: right;
  }
  #footer .system-footer p {
    margin-bottom: 0;
  }
}
.footer-bottom {
  text-align: center;
}
.footer-bottom .container {
  border-top: 1px solid var(--color-border);
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.footer-bottom .container > span {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 22px;
}
#signature a {
  color: #555658;
}
#signature a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.copyright strong {
  font-weight: 400;
}
.footer-bottom:before,
.footer-bottom:after {
  content: " ";
  display: table;
}
.footer-bottom:after {
  clear: both;
}
@media (min-width: 768px) {
}
.custom-footer > div {
  width: 100%;
}

@media (min-width: 1200px) {
  .custom-footer.elements-4 > div:nth-child(odd) {
    clear: none;
  }
  .custom-footer.elements-6 > div:nth-child(odd) {
    clear: none;
  }
  .custom-footer.elements-many > div:nth-child(odd) {
    clear: none;
  }
  .custom-footer.elements-many > div:nth-child(4n + 1) {
    clear: both;
  }
}
#signature a {
  display: inline-block;
  text-decoration: none;
}
#signature a.image {
  margin-right: 10px;
}
#signature a.image img {
  width: 16px;
  height: auto;
}
.top-navigation-bar {
  display: none;
}
@media (min-width: 768px) {
  .top-navigation-bar {
    display: block;
  }
}
.top-navigation-bar .top-nav-button-login,
.top-navigation-bar .top-nav-button-account {
  display: none;
}
.login-window-visible .top-navigation-bar .top-nav-button-login {
  color: var(--color-secondary);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .top-navigation-bar .top-nav-button-login,
  .top-navigation-bar .top-nav-button-account {
    display: inline;
  }
}
.top-navigation-bar .container {
  display: flex;
  align-items: center;
}
.top-navigation-bar .container > div {
  flex: 1 1 50%;
}

@media (min-width: 992px) {
  .top-navigation-bar .container .top-navigation-menu {
    flex: 1 1 70%;
  }
}

.top-navigation-bar .top-navigation-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-navigation-bar .dropdown {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  min-width: 106px;
}
.top-navigation-bar .dropdown.open {
  background-color: #fff;
  z-index: 9;
}
.top-navigation-bar .dropdown > span {
  display: none;
}
.top-navigation-bar .dropdown button::after {
  margin-left: 8px;
}
.top-navigation-bar .dropdown.open button::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-navigation-bar .dropdown button {
  position: relative;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.top-navigation-bar .dropdown button:hover,
.top-navigation-bar .dropdown.open button {
  text-decoration: underline;
  color: var(--color-secondary);
}
.top-navigation-bar .dropdown .dropdown-menu {
  left: 0;
  top: 41px;
  min-width: 106px;
  border: 0;
  width: 100%;
}
.dropdown-menu li a:hover {
  text-decoration: underline;
  color: var(--color-secondary);
}
.top-navigation-bar .dropdown .caret {
  border: 0;
  font-size: 10px;
}
.top-navigation-bar .dropdown .caret::before {
  content: "\e90e";
  position: absolute;
  right: 0.25em;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  line-height: 15px;
}
.top-navigation-menu {
  display: none;
  justify-content: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 105px;
}
@media (min-width: 768px) {
  .top-navigation-menu {
    display: block;
  }
}
.top-navigation-menu-visible .top-navigation-menu {
  overflow: visible;
  white-space: normal;
}
.top-navigation-bar-menu,
.top-navigation-bar-menu-helper,
.dropdown-menu,
.top-navigation-tools {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 25px;
}
.top-navigation-bar-menu a,
.top-navigation-bar-menu-helper a,
.dropdown-menu a,
.top-navigation-tools a {
  display: block;
  padding: 10px 16px;
  margin: 0;
}
.top-navigation-bar-menu-helper a,
.dropdown-menu a {
  padding: 12px 16px;
}
.top-navigation-bar-menu a b,
.top-navigation-bar-menu-helper a b,
.dropdown-menu a b,
.top-navigation-tools a b {
  font-weight: 400;
}
.top-navigation-bar-menu {
  float: left;
}
.top-navigation-bar-menu li {
  display: inline-block;
}
.top-navigation-bar-menu li.cropped {
  display: none;
}
.top-navigation-bar-menu li:first-child a {
  padding-left: 0;
}
.top-navigation-bar-menu-helper,
.dropdown-menu {
  display: none;
  text-align: left;
  position: absolute;
  z-index: 1100;
}
.top-navigation-bar-menu-helper li a,
.dropdown-menu li a {
  position: relative;
  line-height: 18px;
  border-bottom: 1px solid var(--color-border);
}
.top-navigation-bar-menu-helper li:last-child a,
.dropdown-menu li:last-child a {
  border-bottom: 0;
}
.top-navigation-bar-menu-helper li a:hover,
.dropdown-menu li a:hover {
  background-color: var(--color-bg);
}
.languagesMenu .caret {
  border: 0;
  font-size: 10px;
}
.languagesMenu .caret::before {
  content: "\e90e";
  position: absolute;
  right: 0.25em;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  line-height: 15px;
}
.languagesMenu ul li a {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-border);
}
.languagesMenu ul li:last-child a {
  border-bottom: 0;
}
.languagesMenu ul li a:hover {
  background-color: var(--color-bg);
}
.top-navigation-menu-visible .top-navigation-bar-menu-helper {
  display: block;
  left: auto;
  top: 41px;
  right: 61px;
  min-width: 238px;
}
.top-navigation-menu-trigger {
  float: left;
  margin-right: -105px;
  cursor: pointer;
  display: none;
  align-items: center;
  padding: 10px 16px;
}
.top-navigation-menu-visible .top-navigation-menu-trigger::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-menu-trigger-visible .top-navigation-menu-trigger {
  display: block;
}
.top-navigation-menu-visible .top-navigation-menu-trigger {
  z-index: 9;
  position: relative;
  background-color: #fff;
  color: var(--color-secondary);
  text-decoration: underline;
}
.responsive-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
.responsive-tools > a {
  width: 40px;
  height: 40px;
  padding: 4px;
  text-align: center;
}
.responsive-tools > a::before {
  content: "\e914";
  width: 32px;
  font-size: 18px;
  line-height: 32px;
}
.responsive-tools > a[data-target="navigation"] {
  z-index: 2;
  position: absolute;
  right: 16px;
}
.responsive-tools > a[data-target="navigation"]::before {
  border-radius: 50%;
  font-size: 14px;
}
.responsive-tools > a[data-target="login"]::before {
  content: "\e922";
}
.responsive-tools > a[data-target="search"]::before {
  content: "\e920";
}
.ordering-process .responsive-tools > a[data-target="navigation"] {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 52px;
}
.ordering-process .responsive-tools > a[data-target="navigation"]::before {
  vertical-align: middle;
}
.top-navigation-bar .caret {
  display: none;
}
@media (min-width: 768px) {
  .responsive-tools {
    display: none;
  }
}
.p-switchable .inactive {
  display: none;
}
.p-switchable .p {
  margin-bottom: 0;
}
.p-switchable .p .p-bottom.single-button {
  padding-right: 66px;
  padding-bottom: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-switchable .p {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .p-switchable .p .name {
    height: 52px;
    overflow: hidden;
  }
}
.products-block .p {
  border-style: solid;
  border-width: 1px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.products-block .p > a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0 16px;
}
.products-block .p > a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
}
.products-block .p > a::after {
  content: "\e90c";
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  padding-top: 0;
  float: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.products-block .p > a:hover img {
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.products-block .p .name {
  display: block;
  margin-top: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
}
.products-block .p .name:hover {
  text-decoration: underline;
}
.products-block .p.swap-images > a::after {
  content: "";
}
.products-block .p.swap-images > a:hover img {
  opacity: 1;
}
.products-block .p-code {
  position: absolute;
  right: -16px;
  bottom: -18px;
  display: block;
  font-size: 10px;
}
.products-block .flags-inline .flag {
  clear: both;
}
.products-block .p-bottom > div {
  display: flex;
  flex-wrap: wrap;
}
.products-block .p-bottom .prices {
  width: 40%;
  order: -1;
  text-align: left;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.products-block .p-bottom .price-standard-wrapper,
.products-block .p-bottom .price-save,
.products-block .p-bottom .price-additional {
  font-size: smaller;
}
.products-block .p-bottom > div:before,
.products-block .p-bottom > div:after {
  content: " ";
  display: table;
}
.products-block .p-bottom > div:after {
  clear: both;
}
.products-block .p-bottom > div .p-tools {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.products-block .p-bottom > div .p-tools form,
.products-block .p-bottom > div .p-tools a {
  vertical-align: middle;
}
.products-block .p-bottom > div .p-tools .btn:not(.btn-cart) {
  padding-left: 11px;
  padding-right: 11px;
}
.products-block .p-bottom > div .p-tools > .btn:last-child {
  border-right-style: none;
}
.products-block .p-bottom > div .p-tools .btn-cart {
  z-index: 1;
  position: relative;
  vertical-align: middle;
}
.products-block .p-bottom > div .p-tools form + a {
  margin-left: -1px;
}
.products-block .p-bottom .p-desc {
  margin-bottom: 0;
}
.products-block .p-bottom .pr-list-unit {
  font-size: 1.125rem;
  font-weight: 400;
}
.products-block .p-bottom.single-button > div .p-tools form .btn {
  border-right-style: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .multiple-columns-body .products-block .quantity {
    display: none;
  }
}
@media (min-width: 768px) {
  .products-block {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-block > div {
    float: left;
    width: 50%;
    padding: 24px;
  }
  .products-block > div .p {
    margin-bottom: 0;
  }
  .products-block > div .p .name {
    height: 52px;
    overflow: hidden;
  }
  .products-block > div .p .p-bottom.single-button .prices {
    position: absolute;
    left: 16px;
    bottom: 16px;
  }
  .products-block.big .p.big {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .products-block.big .p.big > a::before {
    padding-top: 0;
  }
  .products-block.big .p.big .image {
    width: 100%;
  }
  .products-block.big .p.big .name {
    height: auto;
    font-size: 40px;
  }
  .products-block.big .p.big .p-bottom {
    padding-bottom: 16px;
  }
  .products-block.big .p.big .p-bottom .prices {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .products-block.big > div:first-child {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .products-block {
    margin-left: -20px;
    margin-right: -20px;
  }
  .products-block .p.big .p-bottom {
    width: 100%;
    padding-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .columns-3 .products-block > div,
  .columns-4 .products-block > div {
    width: 33.333333%;
  }
  .columns-3 .products-block.big .highlight-product,
  .columns-4 .products-block.big .highlight-product {
    width: 66.666666%;
  }
}
@media (min-width: 1440px) {
  .columns-4 .wide .products-block.big > div {
    width: 25%;
  }
  .columns-4 .wide .products-block.big .highlight-product {
    width: 50%;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block {
    display: flex;
    flex-wrap: wrap;
  }
  .columns-mobile-2 .products-block > div {
    width: 50%;
  }
  .columns-mobile-2 .products-block > div .quantity {
    display: none;
  }
  .columns-mobile-2 .products-block > div .p {
    height: 100%;
    margin-bottom: 0;
  }
  .columns-mobile-2 .products-block > div .p a img {
    margin-bottom: 0;
  }
  .columns-mobile-2 .products-block > div .p .p-code {
    display: none;
  }
  .columns-mobile-2 .products-block > div .flags-extra {
    text-align: center;
  }
  .columns-mobile-2 .products-block > div .flags-extra .flag {
    float: none;
    min-width: 100%;
    flex: 1 1 100%;
    height: auto;
    border-radius: 0;
    flex-direction: row;
    padding: 3px;
    margin: 0;
  }
  .columns-mobile-2 .products-block > div .flags-extra .flag .icon-van {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
  }
  .columns-mobile-2 .products-block > div .p-tools {
    display: flex;
    align-items: center;
  }
  .columns-mobile-2 .products-block > div .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .columns-mobile-2 .products-block > div .inner .descr {
    align-self: flex-end;
  }
}
.p-detail-tabs-wrapper {
  clear: both;
  position: relative;
  padding-top: 22px;
  border-top-style: solid;
  border-top-width: 1px;
}
@media (min-width: 1200px) {
  .p-detail-tabs-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .wide .p-detail-tabs-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px) {
  .wide .p-detail-tabs-wrapper {
    padding-left: 200px;
    padding-right: 200px;
    border-top: 0;
  }
  .wide .p-detail-tabs-wrapper::before {
    content: "";
    position: relative;
    top: -22px;
    display: block;
    height: 1px;
    overflow: hidden;
    line-height: 0;
  }
}
.p-intro {
  margin-bottom: 36.666652px;
  text-align: center;
}
.p-intro .desc,
.p-intro h1 {
  margin-bottom: 36.666652px;
}
@media (min-width: 768px) {
  .narrow .p-intro {
    display: none;
  }
}
@media (min-width: 768px) {
  .wide .p-intro .btn {
    display: inline-block;
    vertical-align: middle;
  }
  .wide .p-intro .p-final-price-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
.p-intro .p-final-price-wrapper > strong {
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}
@media (min-width: 480px) {
  .p-intro .p-final-price-wrapper > strong {
    padding-right: 20px;
  }
}
.p-image-wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .wide .p-image-wrapper {
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 1440px) {
  .wide .p-image-wrapper {
    margin-left: -200px;
    margin-right: -200px;
  }
}
.p-image-wrapper .flags-default,
.p-image-wrapper .p-image > .flag-sleva {
  top: 16px;
  left: 16px;
}
.p-image-wrapper .p-image > .flag-sleva {
  position: absolute;
  z-index: 1;
}
.image360 a,
.p-image a {
  display: block;
}
.image360 a img,
.p-image a img {
  display: block;
  margin: 0 auto;
  width: auto;
}
@media (min-width: 768px) {
  .image360,
  .p-image {
    border-style: solid;
    border-width: 1px;
    padding-bottom: 22px;
    margin-bottom: -1px;
  }
}
@media (min-width: 768px) {
  .wide .image360,
  .wide .p-image {
    min-height: 330px;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
  }
  .wide .image360 img,
  .wide .p-image img {
    max-height: 768px;
  }
}
@media (min-width: 1200px) {
  .wide .image360,
  .wide .p-image {
    min-height: 415px;
  }
}
@media (min-width: 1440px) {
  .wide .image360,
  .wide .p-image {
    border-bottom: 0;
  }
  .wide .image360::after,
  .wide .p-image::after {
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto;
    max-width: 270px;
  }
}
.p-final-price-wrapper {
  text-align: left;
}
.p-final-price-wrapper > strong {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #252729;
}
.p-final-price-wrapper .price-standard,
.p-final-price-wrapper .price-save {
  font-size: 14px;
  width: auto;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
  line-height: 18px;
}
.p-final-price-wrapper .price-additional {
  margin-top: 2px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .p-final-price-wrapper {
    float: left;
    width: 50%;
    text-align: left;
  }
  .p-intro .p-final-price-wrapper {
    display: flex;
    justify-content: center;
    float: none;
    width: 100%;
    text-align: center;
  }
  .p-intro .p-final-price-wrapper .add-to-cart {
    width: auto;
  }
}
.add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6px;
  font-size: 0;
  text-align: right;
}
.add-to-cart .btn {
  vertical-align: middle;
}
@media (min-width: 480px) and (max-width: 767px) {
  .add-to-cart {
    float: left;
    width: 50%;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .add-to-cart {
    float: left;
    padding-top: 0;
    text-align: left;
  }
}
.p-intro .add-to-cart {
  text-align: center;
  justify-content: center;
}
.p-intro .p-final-price-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .p-intro .add-to-cart,
  .p-intro .p-final-price-wrapper {
    float: none;
  }
  .p-intro .add-to-cart {
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-detail-inner > .pr-action {
    padding-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .wide .p-detail-inner > .pr-action {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1440px) {
  .wide .p-detail-inner > .pr-action {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.p-details-bottom {
  clear: both;
}
.narrow .wide-visible {
  display: none;
}
@media (max-width: 767px) {
  .narrow .p-details-wrapper .wide-visible,
  .narrow .p-thumbnails-wrapper.wide-visible {
    display: block;
  }

  .top-navigation-menu-trigger {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .narrow .p-detail form:before,
  .narrow .p-detail form:after {
    content: " ";
    display: table;
  }
  .narrow .p-detail form:after {
    clear: both;
  }
  .narrow .p-info-wrapper {
    float: left;
    width: 33.333333%;
    padding-right: 20px;
  }
  .narrow .p-image-wrapper {
    float: right;
    width: 66.666666%;
  }
}
.wide .narrow-visible {
  display: none;
}
@media (min-width: 768px) {
  .wide .p-detail {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .wide .p-detail .p-switchable .flags {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .wide .p-details-bottom,
  .wide .p-info-wrapper {
    float: left;
    width: 50%;
    padding-top: 11px;
  }
  .wide .p-info-wrapper {
    padding-right: 20px;
  }
  .wide .p-details-bottom {
    clear: none;
  }
}
.p-details h1,
.p-details .narrow-visible {
  display: none;
}
.p-details select {
  width: 100%;
}
.p-details .price {
  clear: both;
  padding-top: 11px;
  text-align: right;
}
.p-details .price:before,
.p-details .price:after {
  content: " ";
  display: table;
}
.p-details .price:after {
  clear: both;
}
@media (min-width: 768px) {
  .p-details .price {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .narrow .p-details h1,
  .narrow .p-details .narrow-visible {
    display: block;
  }
  .narrow .p-details .price {
    justify-content: center;
  }
  .narrow .p-details .price table.detail-parameters {
    text-align: right;
  }
  .narrow .p-details .p-final-price-wrapper,
  .narrow .p-details .add-to-cart {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .narrow .p-details .p-final-price-wrapper {
    text-align: right;
  }
  .narrow .p-details .add-to-cart {
    margin-left: 20px;
  }
  .narrow .p-details .add-to-cart .amount {
    text-align: right;
  }
}
.p-share {
  margin-bottom: 22px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-share {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .wide-visible .p-share {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .wide .p-share {
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }
  .wide .p-share a {
    display: block;
    margin-bottom: 1px;
  }
}
.rating > div {
  padding-bottom: 22px;
}
ul.social-buttons {
  margin: 44px 0 0;
  padding: 0;
}
ul.social-buttons li {
  display: inline-block;
}
.price-additional {
  display: block;
  font-size: 14px;
}
table.detail-parameters {
  width: 100%;
}
table.detail-parameters tbody tr th.prices,
table.detail-parameters tbody tr td.prices {
  line-height: 1.2;
}
table.detail-parameters tbody tr th {
  width: 40%;
  min-width: 190px;
  padding-right: 5px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  table.detail-parameters tbody tr th,
  table.detail-parameters tbody tr td {
    display: block;
    line-height: 22px;
  }
  table.detail-parameters tbody tr td {
    margin-bottom: 11px;
  }
}
table.detail-parameters select {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.detail-parameters a {
  text-decoration: none;
}
table.detail-parameters a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  table.detail-parameters.first td {
    padding-right: 10px;
  }
  .price table.detail-parameters {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  .wide table.detail-parameters {
    width: 100%;
    float: none;
  }
}
.price table.detail-parameters {
  font-size: 13px;
}
.availability-label[style] {
  color: #fff;
}
td .availability-label {
  padding-left: 0;
  padding-right: 0;
}
.availability-amount {
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
}
.product .availability-amount {
  margin-left: 3px;
}
.flags {
  position: absolute;
  left: -1px;
  top: 0;
}
.variant-table .quantity {
  display: none;
}
.cofidis-wrap {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cofidis-wrap {
    text-align: left;
  }
  .narrow .cofidis-wrap {
    margin-right: 20px;
  }
}
#hce-product-cert {
  display: flex;
  max-width: 100%;
}
.p-gifts-wrapper {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  margin-bottom: 32px;
}
.p-gifts-heading {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  color: var(--color-text);
  margin-bottom: 4px;
}
.p-gifts-heading::before {
  content: "\e9fc";
  font-family: ikony;
  color: var(--color-secondary);
  display: inline-block;
  margin-right: 12px;
  font-weight: 400;
  font-size: 15px;
}
.p-gift {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.p-gift:last-child {
  margin-bottom: 0;
}
.p-gift-image {
  width: 56px;
  flex-shrink: 0;
}
.p-gift-name {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .id--16 .header-bottom #navigation,
  .id--17 .header-bottom #navigation,
  .id--16 .navigation-buttons a[data-target="navigation"],
  .id--17 .navigation-buttons a[data-target="navigation"],
  .id--16 #formSearchForm,
  .id--17 #formSearchForm,
  .id--16 .navigation-buttons,
  .id--17 .navigation-buttons {
    display: none;
  }
}
.id--16 .header-bottom,
.id--17 .header-bottom {
  height: 0;
}
.cart-emptied .cart-header {
  display: none;
}
@media (min-width: 768px) {
  .cart-emptied .cart-heading {
    margin-top: 0;
  }
}
.ordering-process .content-wrapper {
  padding-top: 0;
  padding-bottom: 44px;
}
.ordering-process .btn.btn-conversion,
.ordering-process a.btn.btn-conversion {
  text-align: left;
}
#submit-order {
  text-align: center !important;
}
.sk #submit-order {
  height: auto;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-inner {
  display: flex;
  flex-flow: column;
}
/*
.cart-inner .cart-table{order:1}
.cart-inner .free-gift{order:2}
.cart-inner .delivery-time{order:3}
.cart-inner
    .summary{order:4}
.cart-inner .next-step{order:5}
*/
ol.cart-header {
  margin: 0 0 64px 0;
  padding: 24px 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  ol.cart-header {
    margin-bottom: 33px;
  }
}
ol.cart-header li {
  display: block;
  text-align: center;
  padding: 0 10px;
  position: relative;
  width: 25%;
}
ol.cart-header li::after {
  content: "\e928";
  font-family: ikony;
  color: var(--color-border);
  font-size: 28px;
  position: absolute;
  right: -14px;
}
ol.cart-header li:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  ol.cart-header li {
    width: 33.3%;
  }
}
ol.cart-header li a::before,
ol.cart-header li strong::before {
  counter-increment: steps;
  content: counter(steps);
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: var(--color-border);
  color: var(--color-text);
  font-weight: 600;
  vertical-align: middle;
}
ol.cart-header li strong {
  font-weight: 400;
}
ol.cart-header li:last-child a span::after,
ol.cart-header li:last-child strong span::after {
  display: none;
}
ol.cart-header .completed a span::before {
  text-decoration: none;
}
.cart-table {
  margin: 0 0 20px 0;
}
.cart-table .p-name {
  padding-left: 20px;
  padding-right: 20px;
}
.id--15 .cart-table .p-name {
  color: var(--color-text);
}
.cart-table .p-name a:hover {
  text-decoration: underline;
}
.cart-table .p-label {
  display: none;
}
.cart-table .p-total {
  padding-right: 100px;
}
.cart-table .p-total .price-final {
  font-size: 16px;
  font-weight: 600;
}
.cart-table .cart-related-availability {
  display: none;
}
.cart-table .cart-related-button {
  width: 100%;
  padding: 16px 8px 0 8px;
  text-align: center;
}
.cart-table .cart-related-button .btn {
  margin-top: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.cart-table tr.related td {
  padding: 24px;
  border-top: 0;
  position: relative;
}
.cart-table tr.related td::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color-bg);
  position: absolute;
  left: 100px;
  top: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-table .p-price .price-final {
  font-weight: normal;
}
.cart-table .p-price .show-tooltip {
  border-bottom-style: none;
}
.cart-table .product-table-name-footer,
.cart-table .inline.delete-cart-item {
  display: none;
}
.cart-table .p-discount {
  width: 8%;
}
.cart-table .unit-value {
  vertical-align: middle;
}
.cart-table .p-availability {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 991px) {
  .cart-table .p-discount {
    display: none;
  }
  .cart-table tr > td {
    width: 33.3%;
  }
  .cart-table tr > td:nth-child(even).p-quantity {
    text-align: left;
  }
  .cart-table tr > td:nth-child(odd).p-price {
    text-align: right;
  }
  .cart-table tr.cart-table-header {
    display: none;
  }
  .cart-table tr td.cart-p-image {
    order: 1;
    padding: 0;
  }
  .cart-table tr > td.p-name {
    order: 2;
    position: relative;
    padding: 0 0 0 16px;
  }
  .cart-table .p-availability {
    display: none;
  }
  .cart-table .inline.delete-cart-item {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 30px;
    margin-top: -15px;
  }
  .cart-table .inline.delete-cart-item .remove-item::before {
    font-size: 16px;
    opacity: 0.4;
  }
  .cart-table .product-table-name-footer {
    display: block;
    margin-top: 12px;
  }
  .cart-table .p-quantity {
    order: 4;
    margin-top: 20px;
    padding: 0;
  }
  .cart-table .p-price {
    order: 5;
    padding-bottom: 0;
    position: absolute;
    right: 16px;
    bottom: 48px;
  }
  .cart-table .p-total {
    order: 6;
    padding-right: 0 !important;
  }
  .cart-table .p-total form {
    display: none;
  }
  .cart-table tr.removeable {
    align-items: flex-end;
  }
  .cart-table tr.removeable .remove-item {
    margin-right: 0;
    width: auto;
    padding: 0;
    top: -20px;
    position: absolute;
    right: 0;
  }
  .cart-table tr.removeable.related-visible {
    border-bottom-style: none;
  }
  .cart-table tr.free-gift-row .free-gift-name-cell {
    flex: 1 1 calc(100% - 76px);
  }
  .cart-table tr.free-gift-row .free-gift-cell-filler {
    order: 2;
    display: none;
  }
  .cart-table tr.free-gift-row .p-availability {
    display: block;
    order: 3;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cart-table tr {
    padding: 20px 16px;
  }
  .cart-table .p-quantity,
  .cart-table .p-discount,
  .cart-table .p-price,
  .cart-table tr > td.p-total {
    white-space: normal;
  }
}
tr.removeable .remove-item {
  visibility: visible;
  display: inline-block;
  width: 100px;
  margin-right: -100px;
}
@media (min-width: 992px) {
  tr.removeable .remove-item {
    visibility: visible;
  }
}
.cart-related-product .cart-related-name {
  text-transform: none;
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.cart-related-product .cart-related-name:hover {
  text-decoration: underline;
}
.free-gifts-wrapper .free-gift-trigger-holder,
.free-product-gifts-wrapper .free-gift-trigger-holder {
  padding-top: 2px;
}
.free-gifts-wrapper .free-gift-trigger-holder .free-gift-trigger,
.free-product-gifts-wrapper .free-gift-trigger-holder .free-gift-trigger {
  text-decoration: underline;
  color: #555658;
  font-size: 14px;
}
.free-gifts-wrapper .free-gift-trigger-holder .free-gift-trigger:hover,
.free-product-gifts-wrapper .free-gift-trigger-holder .free-gift-trigger:hover {
  text-decoration: none;
}
.free-gifts-wrapper .free-gifts,
.free-product-gifts-wrapper .free-gifts {
  margin: 0;
}
.free-gifts-wrapper .free-gifts-img > img,
.free-product-gifts-wrapper .free-gifts-img > img {
  width: 64px;
}
.free-gifts-wrapper .free-gifts-img:hover .free-gifts-img-hover,
.free-product-gifts-wrapper .free-gifts-img:hover .free-gifts-img-hover {
  display: none;
}
.free-gifts-wrapper .free-gift-label,
.free-product-gifts-wrapper .free-gift-label {
  padding-left: 20px;
}
.free-gifts-wrapper .free-gift-label .free-gift-name,
.free-product-gifts-wrapper .free-gift-label .free-gift-name {
  display: inline;
  color: var(--color-text);
  padding-right: 20px;
  line-height: 24px;
}
.free-gifts-wrapper label,
.free-product-gifts-wrapper label {
  cursor: default;
}
.colorbox-html-content .free-gift-trigger-holder {
  display: none;
}
.cart-inner .delivery-time {
  margin-bottom: 24px;
  order: 2;
  padding-left: 40px;
  position: relative;
}
.cart-inner .delivery-time::before {
  content: "\e961";
  font-family: ikony;
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  color: var(--color-text);
}
.price-wrapper {
  text-align: right;
  justify-content: flex-end;
}
.price-wrapper .price-label.price-primary,
.price-wrapper .price.price-primary {
  flex: 1 1 50%;
  text-align: right;
}
.price-wrapper .price-secondary {
  flex-basis: 50%;
  text-align: right;
}
.price-wrapper .price.price-primary {
  padding-bottom: 8px;
}
.cart-inner h4 {
  text-align: center;
}
.id--9 .cart-inner h4 {
  display: none;
}
.discount-coupon label {
  display: block;
  font-weight: 700;
  text-transform: none;
}
.discount-coupon .btn {
  font-size: 0;
  letter-spacing: 0;
}
.discount-coupon .btn::after {
  content: "Použít";
  letter-spacing: 2px;
  font-size: 14px;
}
.discount-coupon .btn.btn-arrow-right.btn-text::before {
  margin-right: 0;
  content: "\e910";
  font-size: initial;
}
@media (max-width: 767px) {
  .discount-coupon {
    max-width: 480px;
  }
}
.discount-coupon {
  align-items: center;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .discount-coupon label,
  .discount-coupon > div {
    display: block;
  }
  .discount-coupon label {
    padding-right: 0em;
  }
  .discount-coupon .btn,
  .discount-coupon .form-control {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .discount-coupon .form-control {
    max-width: 240px;
  }
  .discount-coupon .btn {
    margin-left: -0.5rem;
  }
}
@media (max-width: 991px) {
  .discount-coupon form {
    display: flex;
  }
  .discount-coupon form button {
    flex: 0;
  }
}
.toggle-coupon-input {
  margin-bottom: 20px;
}
.toggle-coupon-input .toggle-coupon-input-button {
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.toggle-coupon-input .toggle-coupon-input-button:hover {
  text-decoration: none;
}
.toggle-coupon-input .toggle-coupon-input-button::after {
  content: "\e9b6";
  margin-left: 10px;
  font-family: ikony;
  font-size: 12px;
  display: inline-block;
  margin-top: -2px;
}
.toggle-coupon-input
  .toggle-coupon-input-button.discount-coupon-visible::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0;
}
@media (max-width: 767px) {
  .toggle-coupon-input .toggle-coupon-input-button {
    text-align: center;
  }
}
.toggle-coupon-input .discount-coupon {
  display: none;
  padding: 0;
  margin: 12px 0 0 0;
  float: none;
}
.applied-coupon {
  padding-top: 8px;
  line-height: 32px;
  display: flex;
  align-items: baseline;
}
.applied-coupon .btn {
  color: #fff;
  font-size: 20px;
  height: 32px;
  width: 32px;
  padding: 0;
  line-height: 32px;
}
.applied-coupon strong {
  font-weight: 400;
}
.applied-coupon form,
.applied-coupon fieldset,
.applied-coupon strong {
  display: inline-block;
}
.applied-coupon .btn {
  margin-left: 1ex;
}
.extra .price-range {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .extra .price-range {
    max-width: calc(100% - 30px);
  }
}
.extra .price-range div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.summary {
  margin-bottom: 20px;
  background-color: var(--color-bg);
  padding: 40px;
}
.summary .extra {
  margin-bottom: 24px;
}
.summary .col-md-8 {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.summary .col-md-4 {
  padding-right: 0;
}
.summary .col-md-8 > div {
  width: 100%;
  max-width: 524px;
}
@media (max-width: 991px) {
  .summary {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .summary .col-md-8 {
    padding-left: 20px;
  }
  .summary .col-md-4 {
    padding-right: 20px;
  }
}
.next-step {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 340px;
  margin-top: 20px;
  margin-left: auto;
}
#checkoutSidebar .next-step {
  margin: 0 0 48px 0;
  padding: 0 24px;
  max-width: none;
  background-color: var(--color-bg);
}
#checkoutSidebar .next-step .btn-conversion {
  margin-bottom: 32px;
}
.next-step .next-step-back {
  margin: 0 -24px;
  background-color: #fff !important;
  width: calc(100% + 48px);
  max-width: none;
  text-align: center;
  padding-top: 32px !important;
}
.next-step-back {
  text-decoration: underline;
  display: inline-block;
  max-width: 300px;
}
.next-step-back::before {
  content: "\eac8";
  font-family: ikony;
  display: inline-block;
  font-size: 12px;
  transform: rotate(180deg);
  margin-right: 12px;
}
.btn.next-step-forward,
.btn.next-step-finish {
  position: relative;
  width: 100%;
}
.ordering-process .next-step-forward::after {
  content: "\eaca";
  font-family: ikony;
  font-size: 20px;
  position: absolute;
  right: 22px;
  line-height: 52px;
  top: -1px;
}
#checkoutContent {
  padding-right: 100px;
  padding-left: 0;
  width: calc(100% - 380px);
}
#checkoutSidebar {
  padding-right: 0;
  padding-left: 0;
  width: 380px;
}
#checkoutContent .form-control {
  max-width: none;
  width: 100%;
  color: var(--color-text);
}
@media (min-width: 480px) {
  #checkoutContent .phone-combined-input {
    max-width: none;
  }
}
#checkoutContent .helper a:not(:hover) {
  text-decoration: underline;
}
.ordering-process .co-box {
  padding: 0;
}
.ordering-process .co-box h4 {
  margin: 64px 0 32px 0;
  text-align: left;
  position: relative;
}
.co-box.co-contact-information h4 {
  margin-top: 32px;
}
.ordering-process .co-box.co-basic-information h4,
.ordering-process .co-box.co-delivery-method h4 {
  margin-top: 0;
}
#select-country-payment + .order-delivery-payment-form {
  margin-top: 64px;
}
.recapitulation-wrapper .ordering-process .co-box.co-payment-method h4 {
  padding-left: 0;
}
.recapitulation-wrapper .ordering-process .co-box.co-payment-method h4::before {
  content: "";
}
.recapitulation-wrapper .ordering-process .co-box.co-order h4 {
  padding-left: 0;
}
.recapitulation-wrapper .ordering-process .co-box.co-order h4::before {
  content: "";
}
.ordering-process .co-box .stay-in-touch h4 {
  margin: 12px 0 24px 0;
}
.checkout-box {
  padding: 11px 20px;
  margin: 0;
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 991px) {
  .checkout-box {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 9999em) {
  .cart-inner .checkout-box .contact-box {
    padding: 0 0 0 96px;
  }
  .cart-inner .checkout-box .contact-box.no-image {
    padding-left: 0;
  }
  .cart-inner .checkout-box .contact-box > img {
    display: block;
  }
}
.checkout-box .toggle-contacts {
  border: none;
  padding: 0;
  text-align: left;
  font-weight: bold;
}
.checkout-box .toggle-contacts::after {
  content: "\e90e";
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  padding-left: 5px;
}
.checkout-box .toggle-contacts.expanded::after {
  content: "\e911";
}
.checkout-box .toggle-contacts span,
.checkout-box .toggle-contacts br {
  display: none;
}
#company-info {
  margin-bottom: 20px;
}
label[for="phone"] {
  display: none;
}
.order-summary-inner {
  padding: 32px 24px 0 24px;
  border-style: solid solid none solid;
  border-width: 1px;
}
@media (max-width: 991px) {
  .order-summary-inner {
    border-width: 0;
    padding: 0;
    margin-top: 48px;
  }
}
.order-summary h4 {
  margin: 0 0 24px 0;
  font-size: 18px;
  text-align: left;
}
.order-summary-item {
  display: flex;
  width: 100%;
  line-height: 18px;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.order-summary-item > div:not(.price-wrapper) {
  display: table-cell;
  vertical-align: middle;
}
.order-summary-item > div:not(.price-wrapper):last-child {
  width: 100px;
  text-align: right;
  margin-left: auto;
}
.cart-item-name {
  width: calc(100% - 90px);
  padding-right: 16px;
}
.gift-items .cart-item-name {
  color: var(--color-text);
}
.order-summary-item:not(.helper) strong {
  font-weight: normal;
}
h4 + .order-summary-item {
  border: 0;
}
.order-summary-item.total {
  font-weight: 700;
}
.order-summary-item.price {
  background-color: var(--color-bg);
  padding: 32px 24px 20px 24px;
  border: 0;
  margin: 32px -24px 0 -24px;
  width: auto;
}
.order-summary-item.price + .order-summary-item {
  margin-top: -11px;
}
.order-summary-item.helper {
  padding: 16px 0;
  font-weight: 600;
  margin: 24px 0;
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  color: var(--color-text);
}
.order-summary-item.gift-items .free-gift-price,
.order-summary-item.gift-items br {
  display: none;
}
.order-summary-item .cart-item-amount,
.order-summary-item .cart-item-amount .unit-value {
  font-weight: 400;
  color: #555658;
}
.order-summary-item .cart-item-price {
  width: 90px !important;
  text-align: right;
  font-weight: 600;
  color: var(--color-text);
}
.order-summary-item .cart-item-name a:hover {
  text-decoration: underline;
}
.order-recapitulation {
  margin: 0;
}
@media (max-width: 991px) {
  .order-recapitulation {
    margin: 0;
  }
}
.recapitulation-single {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 16px;
  color: var(--color-text);
}
.recapitulation-single > span {
  display: none;
}
.recapitulation-single > strong {
  width: 100%;
  font-weight: normal;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.recapitulation-single > strong > span {
  font-weight: 600;
}
.desktop .shipping-billing-table .radio-wrapper:hover {
  border-color: var(--color-text);
  position: relative;
  z-index: 1;
}
.shipping-billing-table .radio-wrapper input[type="radio"] + label {
  padding-left: 52px;
}
.cart-content > .helper {
  padding: 20px 24px 20px 60px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  letter-spacing: 0.4px;
}
.cart-content > .helper::before {
  content: "\eb38";
  font-family: ikony;
  left: 24px;
  position: absolute;
  font-size: 24px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#note {
  margin-bottom: 11px;
}
.consents.consents-first {
  margin-top: 22px;
}
#formNewsletterWidget .consents.consents-first {
  margin-top: 12px;
}
#checkoutSidebar .consents {
  margin: 0;
  padding: 0 24px 24px 24px;
  background-color: var(--color-bg);
}
.consents a {
  color: #555658;
  text-decoration: underline;
}
.consents a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}
.id--15 .cart-header {
  display: none;
}
.id--15 .content-inner {
  margin-top: 64px;
  text-align: center;
}
.id--15 .co-box.co-payment-method .order-payment {
  margin-top: 22px;
}
h1.order-summary-heading {
  text-align: center;
  margin-bottom: 8px;
}
h1.order-summary-heading::before {
  content: "\eb1f";
  font-family: ikony;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: inline-block;
  background-color: var(--color-tertiary-hover);
  color: #fff;
  font-size: 17px;
  border-radius: 50%;
  line-height: 32px;
  position: relative;
  top: -4px;
}
.reca-number {
  display: none;
}
.recapitulation-wrapper {
  padding-left: 0;
}
.recapitulation-wrapper h4 {
  font-size: 18px;
  margin: 0 !important;
  padding: 20px 24px;
}
.recapitulation-wrapper .co-payment-method h4 {
  padding: 32px 24px 24px 24px;
}
.recapitulation-wrapper table.table tbody > tr > th {
  position: relative;
  padding-left: 0;
  width: 40%;
}
.recapitulation-wrapper table.table tbody > tr > th .row-header-label {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}
.recapitulation-wrapper .cart-table .p-total {
  padding-right: 24px;
  color: var(--color-text);
  font-weight: 600;
}
.id--15 .cart-table-header {
  display: none;
}
.co-payment-method .recapitulation-table.table {
  width: 100%;
  font-size: 14px;
}
.co-payment-method .row > div {
  padding: 0 24px;
}
.co-payment-method table th,
.co-payment-method table td {
  padding: 0 0 16px 0 !important;
  line-height: 18px;
}
.co-payment-method table td {
  text-align: right;
  color: var(--color-text);
  font-weight: 600;
}
.id--15 .cart-table .p-quantity,
.id--15 .cart-table .p-discount,
.id--15 .cart-table .p-price {
  font-size: 14px;
}
.uhrada {
  padding: 0 24px 32px 24px;
  margin-top: 8px;
}
.uhrada tr {
  border-top: 1px solid var(--color-text);
  display: flex;
  padding-top: 24px;
  justify-content: space-between;
  color: var(--color-text);
  align-items: baseline;
}
.uhrada td {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 991px) {
  .col-sm-12 .recapitulation-table.table {
    width: 100%;
  }
}
.recapitulation-table th {
  font-weight: normal;
}
.recapitulation-table-payment {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .recapitulation-table-payment {
    flex-wrap: wrap;
  }
}
.qrcode {
  border: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .qrcode {
    margin: 0 auto;
  }
}
.recapitulation-wrapper:first-of-type {
  background-color: var(--color-bg);
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin: 32px 0 48px 0;
}
.recapitulation-wrapper:first-of-type > div {
  background-color: #fff;
}
.recapitulation-wrapper .co-payment-method {
  width: 380px;
  margin-left: 20px;
}
.recapitulation-wrapper .co-order {
  width: calc(100% - 400px);
}
.recapitulation-wrapper table {
  text-align: left;
  margin-bottom: 0;
  border-bottom: 0;
}
.order-summary-item.total,
.order-summary-item.summary-thx {
  display: inline;
  border: 0;
  padding: 0;
  font-weight: normal;
}
.order-complete-links {
  margin: 22px 0;
}
.order-complete-links a.btn {
  padding-left: 40px;
  padding-right: 40px;
}
.search {
  text-align: center;
}
.sidebar .search {
  text-align: left;
}
.recommended-products {
  font-size: 16px;
  line-height: 1.1;
}
.recommended-products .browse,
.recommended-products .indicator {
  display: none;
}
.recommended-products .row > div {
  display: none;
}
.recommended-products .row > div.active {
  display: block;
}
.recommended-products a.recommended-product {
  display: block;
  text-decoration: none;
}
.recommended-products a.recommended-product img {
  display: block;
  margin: 0 auto 22px;
}
.recommended-products a.recommended-product strong {
  display: block;
}
.recommended-products a.recommended-product strong.name {
  margin-bottom: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.recommended-products a.recommended-product strong.price {
  font-weight: 900;
}
.recommended-products a.recommended-product .original-price {
  font-size: 14px;
}
.recommended-products a.recommended-product .original-price span {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .recommended-products {
    position: relative;
    padding-left: 90px;
    padding-right: 90px;
  }
  .recommended-products .browse,
  .recommended-products .indicator {
    display: block;
  }
  .recommended-products .browse.inactive,
  .recommended-products .indicator.inactive {
    display: none;
  }
  .recommended-products .browse {
    position: absolute;
    top: 50%;
    display: block;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    text-decoration: none;
  }
  .recommended-products .browse::before {
    font-size: 36px;
    line-height: 46px;
  }
  .recommended-products .browse.next {
    right: 0;
  }
  .recommended-products .browse.next::before {
    content: "\e90c";
  }
  .recommended-products .browse.prev {
    left: 0;
  }
  .recommended-products .browse.prev::before {
    content: "\e90b";
  }
  .recommended-products .row {
    display: none;
  }
  .recommended-products .row.active {
    display: block;
  }
  .recommended-products .row > div {
    display: block;
  }
  .recommended-products a.recommended-product {
    text-align: left;
  }
}
.indicator {
  width: 120px;
  height: 1px;
  margin: 0 auto 22px;
}
.indicator > div {
  width: 33.333333%;
  height: 1px;
  -webkit-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
.indicator.indicator-1 > div {
  margin-left: 33.333333%;
}
.indicator.indicator-2 > div {
  margin-left: 66.666666%;
}
.search-widget-try-button {
  width: 100%;
}
input[type="checkbox"]:checked + label::after {
  border-width: 0;
  content: "\eb21";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: ikony;
}
.welcome-wrapper ul,
.category-perex ul,
.p-short-description ul,
.tab-content ul,
.basic-description ul,
article ul,
.welcome-wrapper ol,
.category-perex ol,
.p-short-description ol,
.tab-content ol,
.basic-description ol,
article ol {
  list-style-type: none !important;
  margin: 32px 0;
  padding: 0;
}
.welcome-wrapper ol,
.category-perex ol,
.p-short-description ol,
.tab-content ol,
.basic-description ol,
article ol {
  counter-reset: item;
}
.welcome-wrapper ul li,
.category-perex ul li,
.p-short-description ul li,
.tab-content ul li,
.basic-description ul li,
article ul li,
.welcome-wrapper ol li,
.category-perex ol li,
.p-short-description ol li,
.tab-content ol li,
.basic-description ol li,
article ol li {
  margin-bottom: 8px;
  padding-left: 36px;
  position: relative;
}
.welcome-wrapper ul li,
.category-perex ul li,
.p-short-description ul li,
.tab-content ul li,
.basic-description ul li,
article ul li {
  padding-left: 28px;
}
.welcome-wrapper ul li::before,
.category-perex ul li::before,
.p-short-description ul li::before,
.tab-content ul li::before,
.basic-description ul li::before,
article ul li::before {
  content: "\e929";
  font-family: ikony;
  color: var(--color-secondary);
  font-size: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 13px;
  line-height: 0;
}
.welcome-wrapper ol li::before,
.category-perex ol li::before,
.p-short-description ol li::before,
.tab-content ol li::before,
.basic-description ol li::before,
article ol li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: var(--color-secondary);
  color: #fff;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
}
.welcome-wrapper table,
.category-perex table,
.p-short-description table,
.basic-description table,
article table {
  width: 100%;
  margin: 32px 0;
}
.welcome-wrapper table td,
.category-perex table td,
.p-short-description table td,
.basic-description table td,
article table td {
  padding: 16px;
}
.welcome-wrapper table tr,
.category-perex table tr,
.p-short-description table tr,
.basic-description table tr,
article table tr {
  background-color: var(--color-bg);
}
.welcome-wrapper table tr:nth-child(2n),
.category-perex table tr:nth-child(2n),
.p-short-description table tr:nth-child(2n),
.basic-description table tr:nth-child(2n),
article table tr:nth-child(2n) {
  background-color: #fff;
}
@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 60px;
    padding-bottom: 0 !important;
  }
}
.top-navigation-bar {
  font-size: 14px;
}
#header .container {
  min-height: 50px;
}
#header .header-top {
  align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  #header .header-top {
    height: 120px;
  }
}
#header .header-top a.cart-count {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #header .header-top a.cart-count {
    padding: 0 20px;
    width: auto;
  }
  .cart-window-visible #header .header-top a.cart-count {
    background-color: #fff;
  }
  .cart-window-visible #header .header-top a.cart-count::after,
  .cart-empty-visible #header .header-top a.cart-count::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 2px;
  }
}
@media (min-width: 992px) {
  #header .header-top a.cart-count::after {
    content: "\e9b6";
    font-family: ikony;
    margin-left: 20px;
    font-size: 8px;
    position: relative;
    top: -1px;
  }
}
#header .header-bottom {
  position: relative;
}
#header .navigation-buttons a {
  margin-left: 0;
}
@media (max-width: 767px) {
  #header .navigation-buttons a {
    width: 40px;
    height: 60px;
  }
  #header .navigation-buttons a::before {
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  #header .navigation-buttons a {
    width: auto;
    height: 50px;
    /* line-height: 50px; */
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .navigation-buttons a[data-target="cart"] {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #header,
  .top-navigation-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 56;
    transition: transform 0.15s;
  }
  .top-navigation-bar {
    z-index: 57;
  }
  #header .header-bottom {
    border-top-width: 0;
  }
  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible)
    #header,
  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible)
    .top-navigation-bar {
    transform: translateY(-100%);
  }
  #header .header-bottom-wrapper {
    min-height: 0;
  }
  #header .search {
    display: none;
  }
  .search-window-visible #header .search {
    display: block;
    position: absolute;
    padding-right: 36px;
    top: 60px;
    width: 100%;
  }
  #header .searchWhisperer {
    max-height: calc(100vh - 98px);
    max-height: calc((var(--vh, 1vh) * 100) - 98px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .search-focused #header {
    z-index: 1002;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #header .searchWhisperer {
    max-height: calc(100vh - 128px);
    max-height: calc((var(--vh, 1vh) * 100) - 128px);
  }
}
@media (min-width: 768px) {
  #header .header-top-wrapper > div.search {
    flex: 0 1 45%;
  }
  #header .header-top-wrapper > div.navigation-buttons {
    flex: 0 1 35%;
  }
  #header .header-top-wrapper .site-name {
    flex: 0 1 20%;
    padding-right: 32px;
  }
  #header .site-name a {
    display: inline-block;
  }
}
#navigation {
  padding-top: 0;
}
@media (max-width: 767px) {
  #navigation {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .navigation-window-visible #navigation,
  .multilang-active #navigation {
    height: 100%;
  }
}
@media (min-width: 768px) {
  #navigation .menu-level-2 > li {
    padding: 24px 20px 26px 24px;
  }
}
@media (min-width: 768px) {
  #navigation .menu-level-3 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #navigation .has-more-items {
    position: relative;
  }
  #navigation .has-more-items .more-items-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 16px;
    font-size: small;
    text-align: center;
    cursor: pointer;
  }
  #navigation .has-more-items .more-items-trigger::before {
    content: "\2026";
    vertical-align: top;
    line-height: 1;
  }
  #navigation .has-more-items .more-items-trigger::after {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    width: 16px;
    height: 16px;
    background-image: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%
    );
    background-image: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%
    );
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      #fff 100%
    );
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
  }
}
#navigation .menu-no-image {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #navigation .navigation-in ul li.menu-level-1 > li:first-child > a {
    padding-left: 0;
  }
  #navigation .navigation-in ul li.ext.exp > ul {
    border-bottom-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  #navigation .menu-level-1 > li > a,
  #navigation .navigationActions > li > a {
    position: relative;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .navigation-in {
    height: calc(100% - 40px);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .navigation-in {
    height: calc(100% - 60px);
  }
}
.navigation-close {
  display: none;
}
.navigation-buttons {
  position: static;
}
.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]::before {
  content: "\eb54";
}
body.ordering-process .navigation-buttons a[data-target="search"] {
  display: block;
}
@media (min-width: 768px) {
  body.ordering-process .navigation-buttons a[data-target="search"] {
    display: none;
  }
}
@media (min-width: 768px) {
  .navigation-buttons a[data-target="search"] {
    display: none;
  }
}
.search-form .btn {
  width: 56px;
  height: 52px;
  background: none !important;
  border: 0 !important;
  font-size: 0;
  padding: 0;
  letter-spacing: 0;
}
.search-form .btn::before {
  content: "\eadd";
  font-family: ikony;
  font-size: 24px;
  color: #252729;
  font-weight: 400;
  line-height: 52px;
}
.search-form {
  position: relative;
}
.search-input {
  padding-right: 52px;
}
@media (min-width: 768px) {
  .search-input-icon:hover ~ .search-input {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
}
.search-input-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: text;
  display: none;
}
@media (min-width: 768px) {
  .search-input-icon {
    font-size: 26px;
  }
}
.search-input-icon::before {
  content: "\e920";
}
.search-window-visible .search-input-icon,
.search-focused .search-input-icon {
  cursor: pointer;
}
.search-window-visible .search-input-icon::before,
.search-focused .search-input-icon::before {
  content: "\e912";
  font-size: 20px;
}
.search-input-icon.compact-form::before {
  display: none;
}
.search-focused .search-form {
  z-index: 1003;
}
.search-focused::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease;
}
body.search-focused::before,
.cart-window-visible::before,
.login-window-visible::before,
.cart-empty-visible::before,
.top-navigation-menu-visible::before,
.langcur-wingow-visible::before,
.submenu-visible::before,
.menu-helper-visible::before {
  opacity: 1;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
}
/*#header .search-form::after{bottom:0;content:'';position:absolute;display:block;z-index:56;width:100%;height:10px}*/
@media (max-width: 767px) {
  #header .search-form::after {
    content: none;
  }
}
@media (min-width: 768px) {
  .searchWhisperer {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .searchWhisperer {
    width: 90%;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  .searchWhisperer {
    width: 94%;
    margin-left: 3%;
  }
}
@media (min-width: 1200px) {
  .searchWhisperer {
    width: 77%;
    margin-left: 11.5%;
  }
}
@media (min-width: 1440px) {
  .searchWhisperer {
    width: 1058px;
    margin-left: 80px;
  }
}
.content {
  min-width: 0;
}
.sidebar-right + .content {
  padding-left: 20px;
}

#content h1 {
  margin-top: 0;
}
.container-narrow {
  max-width: 100%;
}
#content .sidebar.sidebar-right {
  float: right;
}
.sidebar + #category-header {
  padding-top: 44px;
}
select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='https://www.w3.org/2000/svg'> <path d='M7 10l5 5 5-5z'/> <path d='M0 0h24v24H0z' fill='none'/> </svg> ");
}
.pagination-top > strong,
.pagination-top > a,
.pagination a {
  border-radius: 0;
}
.pagination-wrapper .pagination-loader .btn::before {
  content: "\eac4";
  font-family: ikony;
  font-weight: 400;
  margin-right: 12px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.pagination-top > strong {
  width: auto;
  margin: 0 0 0 -4px;
  padding: 0 24px 0 0;
  background-color: #fff;
  color: #252729;
  border-color: var(--color-border);
  border-left: 0;
  letter-spacing: 2px;
}
.pagination-top a {
  margin: 0 0 0 2px;
}
@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block .p .name {
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
}
.banners-row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.banners-row .banner-wrapper {
  margin-top: 0;
}
.banners-row .carousel {
  margin-bottom: 0;
}
.banners-row .wide-carousel .carousel {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wide .banners-row .wide-carousel .carousel {
    margin-top: 0;
  }
}
.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.next-to-carousel-banners .extended-banner-title,
.next-to-carousel-banners .extended-banner-text,
.next-to-carousel-banners .extended-banner-link {
  left: auto;
  right: 0;
}
.extended-banner-title {
  padding: 40px;
}
.extended-banner-text {
  padding: 40px;
  font-size: 34px;
  font-weight: 700;
  max-width: 100%;
}
.next-to-carousel-banners .extended-banner-text {
  text-align: right;
}
.extended-banner-link {
  margin-top: 0;
  padding: 0 40px;
  height: auto;
  left: 0;
  right: auto;
}
.carousel .extended-banner-link {
  margin-top: 44px;
}
.carousel-control {
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
}
.homepage-group-title {
  margin-top: 64px;
  margin-bottom: 40px;
  font-size: 28px;
  text-align: center;
}
.homepage-group-title:first-child {
  margin-top: 0;
}
.welcome-wrapper {
  margin-top: 64px;
  display: flex;
  align-items: center;
}
.welcome-wrapper .welcome {
  flex: 1 1 50%;
  padding: 120px 130px 120px 80px;
  box-shadow: 0px 4px 160px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.welcome-wrapper .welc-img {
  flex: 1 1 50%;
}
.welcome-wrapper .welc-img img {
  margin-left: -16%;
  width: 116%;
  max-width: none;
  mix-blend-mode: darken;
}
.welcome h1 {
  margin-bottom: 32px;
}
.footer-banners {
  margin: 59px -5px -5px -5px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footer-banners {
    -webkit-justify-content: left;
    justify-content: left;
  }
}
.footer-banner {
  flex-basis: 16.6666%;
  padding: 5px !important;
}
.footer-banner > a {
  background-color: var(--color-bg);
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 32px 16px;
  height: 216px;
}
.footer-banner img {
  height: 100px;
  width: auto;
  mix-blend-mode: darken;
}
.footer-banner .extended-banner-texts {
  position: relative;
  display: block;
  width: 100%;
  order: -1;
}
.footer-banner .extended-banner-title {
  padding: 0;
  position: relative;
  font-size: 16px;
  color: #252729;
  font-weight: 600;
  height: 52px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .footer-banner:nth-child(2),
  .footer-banner:nth-child(10) {
    flex-basis: 33.3333%;
  }
  .footer-banner:nth-child(2) > a,
  .footer-banner:nth-child(10) > a {
    padding: 24px;
    align-items: center;
  }
  .footer-banner:nth-child(2) img,
  .footer-banner:nth-child(10) img {
    width: 167px;
    order: -2;
    height: auto;
  }
  .footer-banner:nth-child(2) .extended-banner-texts,
  .footer-banner:nth-child(10) .extended-banner-texts {
    width: calc(100% - 167px);
  }
  .footer-banner:nth-child(2) .extended-banner-title,
  .footer-banner:nth-child(10) .extended-banner-title {
    height: auto;
    text-align: left;
    padding-left: 32px;
  }
}
.footer-banner > a:hover {
  background-color: #fff;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.footer-banner:hover .extended-banner-title {
  color: var(--color-secondary);
  text-decoration: underline;
}
.footer-banner > a:hover::before {
  content: "\e9b6";
  position: absolute;
  right: 8px;
  bottom: 10px;
  font-family: ikony;
  color: #fff;
  z-index: 1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
  font-size: 15px;
}
.footer-banner > a:hover::after {
  content: "";
  background-color: var(--color-secondary);
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 80px;
  height: 80px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb-in-detail:before,
.breadcrumb-in-detail:after {
  content: " ";
  display: table;
}
.breadcrumb-in-detail:after {
  clear: both;
}
.breadcrumb-in-detail .breadcrumbs {
  display: block;
}
.breadcrumbs {
  font-size: 14px;
}
.ratings-and-brand {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  color: #252729;
}
.ratings-and-brand .stars a {
  padding-right: 5px;
}
.ratings-and-brand a {
  text-decoration: underline;
}
.ratings-and-brand a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .narrow .ratings-and-brand {
    flex-flow: row;
  }
  .narrow .ratings-and-brand .stars-wrapper {
    margin: 0;
  }
  .narrow .ratings-and-brand .stars-wrapper + .brand-wrapper {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .wide .ratings-and-brand {
    flex-flow: row;
  }
  .wide .ratings-and-brand .stars-wrapper {
    margin: 0;
  }
  .wide .ratings-and-brand .stars-wrapper + .brand-wrapper {
    margin-left: 20px;
  }
}
.products-top .product.revealed + .button-wrapper .chevron-down-after::after {
  content: "\e911";
}
@media (min-width: 1200px) {
  .products-top.products-inline > div {
    width: 33.3333%;
  }
  .products-top.products-inline > div:nth-child(10) {
    display: none;
  }
}
.category-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 24px;
}
.category-header form {
  display: flex;
  margin-bottom: -1px;
}
.category-header .products-listing-order-heading {
  font-weight: normal;
  display: none;
}
.category-header .products-listing-order-heading::before {
  content: "\e941";
  margin-right: 5px;
}
.category-header .dropdown .icon-chevron-down {
  vertical-align: middle;
}
.category-header .dropdown.open .icon-chevron-down::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 2px;
}
.category-header .dropdown button {
  text-transform: none;
  font-size: 16px;
}
/* @media screen and (min-width: 768px) and (max-width: 1439px) {
  .multiple-columns-body .category-header {
    justify-content: left;
  }
} */
@media screen and (min-width: 768px) {
  .category-header .dropdown button {
    display: none;
  }
}
.mobile .category-header {
  border: 0;
}
.mobile .category-header form,
.mobile .category-header .dropdown {
  display: block;
  width: 100%;
}
.mobile .category-header .dropdown-backdrop {
  position: relative;
}
.mobile .category-header #products-listing-order {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  font-size: 12px;
  padding: 0 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-text);
  position: relative;
  z-index: 2;
}
.mobile .category-header #products-listing-order .icon-chevron-down {
  float: right;
  line-height: inherit;
  position: absolute;
  right: 24px;
}
.mobile .category-header .dropdown-menu {
  position: relative;
  width: 100%;
  border-top-width: 0;
}
@media (max-width: 767px) {
  .category-header {
    margin-bottom: 22px;
  }
  .category-header form,
  .category-header .dropdown {
    display: block;
    width: 100%;
  }
  .category-header .dropdown-backdrop {
    position: relative;
  }
  .category-header #products-listing-order {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    font-size: 16px;
  }
  .category-header #products-listing-order .icon-chevron-down {
    float: right;
    line-height: inherit;
  }
  .category-header .dropdown-menu {
    position: relative;
    width: 100%;
    border-top-width: 0;
  }
  .category-header .dropdown-menu strong,
  .category-header .dropdown-menu label {
    padding: 11px;
  }
}
.filters-wrapper .filters-unveil-button-wrapper .unveil-button {
  text-align: left;
  font-weight: 700;
}
.filters-wrapper .filters-unveil-button-wrapper .unveil-button::before {
  content: "\e942";
  margin-right: 5px;
}
.filters-wrapper .filters-unveil-button-wrapper .unveil-button::after {
  content: "\e90e";
  float: right;
  line-height: inherit;
  margin-left: 5px;
}
.filters-visible
  .filters-wrapper
  .filters-unveil-button-wrapper
  .unveil-button::after {
  content: "\e911";
  float: right;
  line-height: inherit;
}
.mobile .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
  padding: 11px;
}
@media (max-width: 767px) {
  .filters-wrapper .filters-unveil-button-wrapper .unveil-button {
    padding: 12px;
  }
}
.p-detail-inner-header-mobile {
  padding-bottom: 24px;
}
.p-detail-inner-header-mobile .h1 {
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .narrow .p-detail-inner-header-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .wide .p-detail-inner-header-mobile {
    display: none;
  }
}
.p-detail-inner {
  clear: both;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
@media (min-width: 992px) {
  .wide .p-detail-inner {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .p-detail-inner {
    flex-direction: row;
  }
}
.p-detail-inner h1 {
  margin-bottom: 16px;
}
.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 {
  flex: 1 1 auto;
  align-self: auto;
  width: 100%;
  padding-top: 0;
}
.p-detail-inner .p-image-wrapper {
  margin-top: 0;
  order: 1;
}
.wide .p-detail-inner .p-image-wrapper {
  margin-left: 0;
  margin-right: 0;
}
.p-detail-inner .p-data-wrapper {
  order: 2;
}
@media (min-width: 1200px) {
  .wide .p-detail-inner .p-image-wrapper {
    flex-basis: 600px;
    padding: 0 20px;
  }
  .wide .p-detail-inner .p-data-wrapper {
    flex-basis: calc(100% - 700px);
  }
  .p-thumbs-wrapper {
    flex-basis: 100px;
  }
}
@media (min-width: 1440px) {
  .wide .p-detail-inner .p-image-wrapper {
    flex-basis: 740px;
    padding: 0 20px;
  }
  .wide .p-detail-inner .p-data-wrapper {
    flex-basis: calc(100% - 840px);
  }
}
@media (min-width: 1200px) {
  .p-detail-inner .p-data-wrapper {
    width: 50%;
  }
  .p-detail-inner .p-image-wrapper {
    width: 50%;
    padding-right: 40px;
  }
}
.p-detail-inner .p-detail-inner-header {
  margin: 0 0 16px 0;
}
.p-detail-inner .p-short-description {
  padding-bottom: 16px;
  margin: 0;
  border-bottom: 1px solid var(--color-border);
}
.p-detail-inner .p-gifts-heading {
  text-transform: none;
}
@media (max-width: 767px) {
  .variant-list select,
  .surcharge-list select {
    max-width: 100%;
    width: 100%;
  }
}
.p-detail-inner .detail-parameters {
  margin-bottom: 24px;
  padding-top: 24px;
  display: block;
  position: relative;
}
.p-detail-inner .detail-parameters th {
  display: none;
}
.p-detail-inner .detail-parameters td {
  padding: 0;
  font-size: 14px;
}
.extended-description table.detail-parameters tbody tr {
  border-bottom: 1px solid var(--color-border);
}
.extended-description table.detail-parameters tbody tr:nth-child(2n) {
  background-color: var(--color-bg);
}
.extended-description table.detail-parameters tbody tr th,
table.detail-parameters tbody tr td {
  text-transform: none;
  font-weight: 400;
  position: relative;
  padding: 16px;
  line-height: 20px;
  width: 50%;
  text-align: left;
}
.extended-description table.detail-parameters tbody tr td {
  text-align: right;
}
.extended-description table.detail-parameters tbody tr th {
  color: #252729;
}
table.detail-parameters tbody tr th .row-header-label .row-header-label-colon {
  display: none;
}
table.detail-parameters tbody tr td a {
  text-decoration: underline;
  color: var(--color-secondary);
}
table.detail-parameters tbody tr td a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  table.detail-parameters tbody tr th,
  table.detail-parameters tbody tr td {
    display: table-cell;
  }
}
.p-image,
.image360 {
  border-width: 0;
  position: relative;
  padding-bottom: 0px;
}
.multiple-columns-body .p-image,
.multiple-columns-body .image360 {
  margin-bottom: 24px;
}
@media (min-width: 1440px) {
  .wide .p-image::after,
  .wide .image360::after {
    display: none;
  }
}
.image360-navigation {
  bottom: 22px;
}
.p-to-cart-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
#variants + .p-to-cart-block {
  display: none;
}
.p-to-cart-block .add-to-cart-button {
  width: 240px;
}
.p-to-cart-block .add-to-cart {
  float: none;
  width: 120px;
}
.p-to-cart-block .p-final-price-wrapper {
  white-space: nowrap;
  width: calc(100% - 360px);
}
.p-to-cart-block .p-final-price-wrapper .price-final-holder {
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-to-cart-block {
    flex-wrap: wrap;
  }
  .p-to-cart-block .p-final-price-wrapper {
    margin-right: 0;
    width: 50%;
  }
  .p-to-cart-block .add-to-cart {
    width: 50%;
    justify-content: flex-end;
    align-self: flex-end;
  }
  .p-to-cart-block .add-to-cart .quantity {
    margin-right: 0;
  }
  .p-to-cart-block .add-to-cart-button {
    margin-top: 24px;
    width: 100%;
  }
}
.sold-out-wrapper {
  text-align: left;
}
.products-wrapper {
  position: relative;
  /* margin: 0 -24px; */
  width: 100%;
  /* padding: 0 24px; */
}
.advanced-order .products-wrapper {
  padding: 0;
  margin: 0 -40px;
}
.products-wrapper.slide-active > div {
  width: 100% !important;
  border-right: 1px solid #fff;
}
.products-header {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
}
.variant-list,
.surcharge-list {
  padding-top: 24px;
}
.variant-list .variant-label,
.surcharge-list .variant-label,
.variant-list .surcharge-label,
.surcharge-list .surcharge-label {
  display: block;
}
#product-detail-form:before,
#product-detail-form:after {
  content: " ";
  display: table;
}
#product-detail-form:after {
  clear: both;
}
#product-detail-form .variant-label,
#product-detail-form .surcharge-label {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 18px;
}
#product-detail-form .variant-label + .hidden-split-parameter {
  margin-top: 12px;
}
#product-detail-form .advanced-parameter .advanced-parameter-inner:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-color: var(--color-text);
}
#product-detail-form
  .advanced-parameter
  .advanced-parameter-inner.yes-before:before {
  content: "\eb21";
  font-family: ikony;
  width: 16px;
  height: 16px;
  background-color: var(--color-tertiary-hover);
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  line-height: 16px;
  top: -6px;
  left: -6px;
  z-index: 2;
}
#product-detail-form .advanced-parameter .advanced-parameter-inner.yes-before {
  border-color: var(--color-tertiary-hover);
}
.quantity .decrease,
.quantity .increase {
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.quantity .decrease::before,
.quantity .increase::before {
  position: relative;
  font-size: 24px;
}
.add-to-cart .quantity {
  margin-right: 20px;
}
.variant-table .quantity {
  display: inline-block;
}
#variants .variant-table .quantity {
  width: 110px;
  margin-right: 8px;
}
.variant-table .btn-cart {
  width: 52px;
  height: 52px;
  padding: 0;
  line-height: 1;
}
.variant-table .btn-cart::before {
  content: "\e93f";
  font-family: ikony;
  font-size: 18px;
  line-height: 48px;
}
.social-buttons-wrapper {
  padding: 16px 0;
  position: relative;
}
.social-buttons-wrapper .link-icon {
  display: flex;
  margin-right: 20px;
}
.social-buttons-wrapper .link-icon::before {
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 12px;
}
.link-icons .link-icon {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
#formProductQuestion label[for="phone"] {
  display: block;
}
.p-detail-tabs-wrapper {
  padding: 0;
  margin-top: 32px;
  border-top: 0;
}
.wide .p-detail-tabs-wrapper {
  padding: 0;
}
.shp-tabs-holder ul.shp-tabs {
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
.multiple-columns-body .shp-tabs-holder ul.shp-tabs {
  overflow: auto;
  scrollbar-width: thin;
}
.shp-tabs-wrapper .tab-content .tab-pane {
  max-width: 100%;
}
@media (min-width: 992px) {
  .shp-tabs-wrapper .tab-content .tab-pane.wide-tab {
    width: 100%;
  }
}
.social-buttons:not(.no-display) {
  display: flex;
  position: absolute;
  top: 0;
  background-color: #fff;
  padding: 16px 0;
  width: 100%;
}
.close-wrapper {
  font-size: 14px;
  margin-left: 12px;
}
.close-wrapper a {
  text-decoration: underline;
}
.close-wrapper a:hover {
  text-decoration: none;
}
.description-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.basic-description {
  flex: 1 1 auto;
  width: calc(100% - 460px);
  padding-right: 140px;
}
.extended-description {
  flex: 0 1 auto;
  width: 460px;
}
.add-comment .rating-icon::before,
.add-comment .comment-icon::before {
  display: none;
}
.p-detail-tabs-wrapper .rate-average-wrap .stars {
  height: 30px;
}
.p-detail-tabs-wrapper .rate-average-wrap .stars a,
.p-detail-tabs-wrapper .rate-average-wrap .stars span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 2px;
}
.p-detail-tabs-wrapper .rate-average-wrap .stars a:before,
.p-detail-tabs-wrapper .rate-average-wrap .stars span:before {
  line-height: 24px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .rate-wrap {
    flex-flow: column;
  }
}
.vote-pic {
  display: none;
}
.vote-wrap .vote-header {
  display: block;
  margin-bottom: 0;
}
.vote-wrap .vote-header .vote-rating {
  display: flex;
  justify-content: space-between;
  height: 26px;
}
.vote-wrap .vote-header .vote-rating .vote-delimeter {
  display: none;
}
.vote-wrap .vote-header .vote-time {
  width: 100%;
  font-size: 12px;
  margin-top: 3px;
  line-height: 14px;
}
.vote-wrap .vote-header .vote-name {
  margin-bottom: 0;
}
.vote-wrap .vote-header .vote-title {
  margin-bottom: 0;
}
.vote-wrap .vote-content {
  margin-top: 16px;
}
.vote-form {
  padding-bottom: 22px;
}
.vote-form .consents-first {
  border-width: 0;
  padding-top: 0;
}
.products-block {
  display: flex;
  flex-wrap: wrap;
}
.products-block > div {
  border-style: none solid solid none;
  border-width: 1px;
  max-width: 100%;
}
.products-block .product-slider > div {
  border-bottom-style: none;
}
.mobile .products-block > div:hover,
.mobile .products-block > div:active,
.products-block > div.inactive:hover {
  box-shadow: unset;
}
.products-block > div .p {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  border: none;
}
.products-block > div .p .availability {
  display: flex;
  width: 60%;
  text-align: right;
  line-height: 16px;
  flex-wrap: wrap;
  -webkit-justify-content: right;
  justify-content: right;
  align-items: center;
}
.availability,
.availability-label {
  font-size: 14px;
  font-weight: 700;
}
.products-block > div .p .p-in {
  clear: both;
  padding-top: 54px;
  position: relative;
}
.products-block > div .p .stars-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.products-block > div .p .p-bottom > div .prices .price-final {
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  color: #252729;
}
.products-block > div .p .p-bottom > div .p-tools {
  position: relative;
  right: auto;
  bottom: auto;
  display: flex;
  width: 100%;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding: 24px 0;
}
.products-block > div .p .p-bottom > div .p-tools .pr-action {
  width: calc(100% + 8px);
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  -webkit-justify-content: center;
  justify-content: center;
}
.products-block > div .p .p-bottom > div .p-tools .btn,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  border-bottom-style: solid;
  border-width: 1px;
  margin: 0 auto;
  height: 52px;
  white-space: nowrap;
  width: 100%;
  max-width: 230px;
}
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  flex: 1 1 calc(50% - 8px);
  width: calc(50% - 8px);
  margin: 0 4px;
}
.products-block > div .p .p-bottom > div .p-tools > .btn:last-child {
  border-right-style: solid;
}
.products-block > div .p .p-bottom > div .p-tools .btn-conversion {
  margin-bottom: 20px;
}
.products-block > div .p .p-bottom .p-desc {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.products-block > div .p > a::after {
  content: "";
}
.products-block > div .p > a img {
  margin-top: 0;
  margin-bottom: 0;
}
.products-block > div .p > a:hover img {
  opacity: 1;
}
.products-block > div .p .name {
  text-transform: none;
  margin-top: 0;
}
@media (min-width: 480px) {
  .products-block > div .p {
    margin-bottom: 0;
  }
}
.products-block > div .p .name {
  height: 66px;
  overflow: hidden;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .products-block {
    margin-left: 0;
    margin-right: 0;
  }
  .products-block > div .p .p-bottom.single-button .prices {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media (min-width: 1440px) {
  .has-right-sidebar .products-block > div .p .p-code {
    bottom: 0;
    right: 5px;
    top: initial;
  }
}
@media (min-width: 1200px) {
  .columns-4 .products-block > div,
  .columns-3 .products-block > div {
    width: 33.333333%;
  }
  body:not(.type-index):not(.type-product)
    .columns-4
    .products-block
    > div:nth-child(3n),
  body:not(.type-index):not(.type-product)
    .columns-3
    .products-block
    > div:nth-child(3n) {
    border-right-style: none;
  }
}
@media screen and (min-width: 1440px) {
  .type-search.columns-4 .products-block > div,
  .type-search.columns-3 .products-block > div {
    width: 25%;
  }
  .type-search.columns-4 .products-block > div:nth-child(3n),
  .type-search.columns-3 .products-block > div:nth-child(3n) {
    border-right-style: solid;
  }
  .type-search.columns-4 .products-block > div:nth-child(4n),
  .type-search.columns-3 .products-block > div:nth-child(4n) {
    border-right-style: none;
  }
}
@media (min-width: 1200px) {
  .columns-4 .products-block > div {
    width: 25%;
  }
}
.flags.flags-extra {
  left: auto;
  top: auto;
  bottom: 0;
  right: 5px;
}
.products-block .flags.flags-extra {
  display: none !important;
}
.p-detail .flags.flags-extra {
  display: none !important;
}
.categories-aside {
  display: flex;
}
@media (min-width: 768px) {
  .categories-aside {
    display: none;
  }
  .mobile .categories-aside {
    display: flex;
  }
}
ul.manufacturers-anchors {
  margin-top: 0;
  margin-bottom: 68px;
  padding-left: 0;
  background-color: var(--color-bg);
  text-align: center;
}
ul.manufacturers-anchors > li {
  list-style: none;
}
ul.manufacturers-anchors li {
  display: inline-block;
}
ul.manufacturers-anchors li a {
  display: block;
  text-decoration: underline;
  padding: 10px;
}
@media (min-width: 992px) {
  ul.manufacturers-anchors li a {
    padding: 17px 24px;
  }
}
ul.manufacturers-anchors li a:hover {
  text-decoration: none;
}
ul.manufacturers {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
ul.manufacturers > li {
  list-style: none;
}
ul.manufacturers li {
  list-style: none;
}
ul.manufacturers h2 {
  flex: 0 0 100%;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 0;
}
ul.manufacturers ul {
  flex: 1 1 auto;
}
ul.manufacturers ul li {
  margin-bottom: 16px;
}
ul.manufacturers > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}
ul.manufacturers > li:last-child {
  border-bottom-style: none;
}
ul.manufacturers > li a {
  text-decoration: underline;
}
ul.manufacturers > li a:hover {
  text-decoration: none;
}
ul.manufacturers > li a::before {
  content: "\eb14";
  font-family: ikony;
  display: inline-block;
  color: var(--color-secondary);
  margin-right: 12px;
  position: relative;
  top: 1px;
}
@media (min-width: 768px) {
  ul.manufacturers ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100%;
    padding: 0;
  }
  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%;
  }
}
.id--8 h1 {
  margin-bottom: 0;
}
.id--8 .consents.consents-first {
  margin-top: 0;
}
.id--8 .form-group > input.form-control,
.id--8 .form-group > select.form-control {
  width: 100%;
}
.categories ul ul a {
  font-weight: normal;
}
.sidebar {
  padding-bottom: 22px;
}
.sidebar > div.box-sm {
  border-style: solid;
  border-width: 1px;
  padding: 20px;
}
.box.box-sm.box-filters .filter-sections {
  padding-left: 0;
  padding-right: 0;
}
.filter-label {
  width: 100%;
  margin-bottom: 12px;
}
.filter-label:hover {
  text-decoration: underline;
}
.filter-label .filter-count {
  border-radius: 100px;
  padding: 0 8px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #555658;
}
.sidebar .filter-label .filter-count {
  float: right;
  display: block;
}
.top-products {
  list-style: none;
  counter-reset: top-10-counter;
  padding: 0;
}
.top-products li {
  counter-increment: top-10-counter;
  display: flex;
  width: 100%;
  margin-bottom: 22px;
  position: relative;
}
.top-products li::before {
  content: counter(top-10-counter);
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  text-align: center;
  flex-shrink: 0;
}
.top-products li .top-products-content {
  padding-left: 20px;
}
.top-products li .top-products-content .top-products-name {
  display: block;
}
.top-products li .top-products-content:hover .top-products-name {
  text-decoration: underline;
}
.top-products li .top-products-content > strong {
  font-weight: normal;
}
.top-products li.display-image::before {
  position: absolute;
  left: 0;
  top: 0;
}
.top-products li.display-image .top-products-image {
  width: 30%;
  height: auto;
}
.top-products li.display-image .top-products-content {
  width: 70%;
}
.box-login .social-login-buttons {
  margin-top: -11px;
}
.box-login .login-wrapper {
  padding: 0;
}
.box-login .login-wrapper .btn {
  float: none;
  width: 100%;
}
#footer {
  padding-bottom: 0;
}
.footer-rows h4 {
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .footer-rows h4 {
    margin-bottom: 22px;
  }
}
.footer-rows ul {
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 14px;
}
.footer-rows ul li {
  list-style: none;
  /* word-break: break-all; */
  margin-bottom: 12px;
}
.footer-rows ul li a:not(:hover),
.news-item-widget h5 a:not(:hover) {
  text-decoration: underline;
}
.footer-rows .news-item-widget {
  margin-bottom: 24px;
}
.footer-rows ul li:last-child,
.footer-rows .news-item-widget:last-child {
  margin-bottom: 0;
}
.footer-rows .custom-footer {
  padding-top: 64px;
  padding-bottom: 64px;
  /* margin-left: -20px;
  margin-right: -20px; */
  width: 100%;
  display: flex;
}

@media (max-width: 991px) {
  .footer-rows .custom-footer {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }
}

.contact-box ul li {
  padding: 0;
  margin-bottom: 16px;
}
.contact-box ul li:last-child {
  margin-bottom: 0;
}
.contact-box ul li a:hover {
  text-decoration: underline;
}
.contact-box ul li > span {
  padding-left: 0;
}
.contact-box ul li > span::before {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1;
  font-family: ikony;
  color: var(--color-secondary);
  margin-right: 10px;
}
.contact-box .social-icon-list {
  display: inline-block;
  padding-top: 10px;
}
body.user-action-visible.search-window-visible {
  overflow: auto;
  position: relative;
}
@media (min-width: 480px) {
  .popup-widget {
    z-index: 1002;
  }
}
@media (max-width: 991px) {
  .user-action-in .popup-widget.cart-widget {
    top: 134px;
  }
}
@media (max-width: 767px) {
  .user-action-in .popup-widget.cart-widget {
    top: 81px;
  }
}
@media (max-width: 480px) {
  .user-action-in .popup-widget.cart-widget {
    top: 51px;
  }
}
@media (min-width: 992px) {
  .popup-widget.login-widget::before {
    right: 145px;
  }
}
.cart-widget-product {
  padding: 20px;
}
.cart-widget-product:last-child {
  border-bottom-style: solid;
}
.cart-widget-product .cart-widget-product-name {
  width: 43%;
  padding: 0 32px 0 16px;
}
@media (max-width: 480px) {
  .cart-widget-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cart-widget-product .cart-widget-product-name {
    width: calc(100% - 76px);
  }
  .cart-widget-product .cart-widget-product-name,
  .cart-widget-product .cart-widget-product-image {
    margin-bottom: 10px;
  }
  .cart-widget-product .cart-widget-product-delete {
    margin-left: auto;
    padding: 0;
  }
  .cart-widget-product .cart-widget-product-delete button::before {
    font-size: 20px;
  }
}
.cart-widget-product-name span,
.cart-widget-product-name strong {
  font-weight: normal;
}
@media (min-width: 480px) {
  .cart-widget-product > div.cart-widget-product-unit {
    display: none;
  }
}
.cart-widget-product-amount .quantity {
  margin: 0;
}
.cart-widget-product-price {
  text-align: right;
  padding-right: 24px;
}
.cart-widget-bottom {
  z-index: 3;
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  flex-direction: row-reverse;
  padding: 24px 32px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cart-widget-inner.popup-widget-inner .cart-widget-products {
    margin-bottom: 144px;
  }
}
.cart-widget-inner.popup-widget-inner:not(.full)
  .cart-widget-products-inner
  .cart-widget-product {
  min-height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .cart-widget-button {
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
  }
}
.cart-free-shipping {
  position: relative;
  bottom: 0;
  height: auto;
  z-index: 3;
  width: calc(100% - 262px);
}
.cart-free-shipping > div {
  padding: 0 48px 0 40px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
/* .cart-free-shipping > div::before,
.extra.delivery > span::before {
  content: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/delivery.svg");
  position: absolute;
  left: 0;
  top: 4px;
} */
.cart-free-shipping > div div strong {
  padding-top: 8px;
  display: inline-block;
}
.cart-free-shipping .price-range {
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: -40px;
  width: auto;
}
.cart-free-shipping .price-range div {
  padding-bottom: 0;
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
}
.news-wrapper .news-item {
  width: 25%;
  padding: 0 10px;
}
.news-wrapper .news-item > .title,
.news-wrapper .news-item > h2,
.news-item .text .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  display: block;
  margin: 12px 0 !important;
  text-align: left;
  color: #252729;
  min-height: 48px;
}
.news-item .title:hover {
  color: var(--color-secondary) !important;
  text-decoration: underline !important;
}
.news-wrapper .news-item .news-item-link-img {
  width: 100%;
  order: -2;
}
.news-wrapper .news-item .news-image {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .news-wrapper .news-item .news-image {
    object-fit: contain;
  }
}
.news-item-detail .next-prev a {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .news-item-detail {
    margin-bottom: 0;
  }
}
/*.product-slider-holder .product-slider{padding-left:5px;padding-right:5px;margin-left: -5px}*/
@media (min-width: 321px) and (max-width: 767px) {
  .columns-mobile-2 .products-block > div .flags.flags-extra {
    right: 0;
    display: block;
    width: 100%;
  }
  .columns-mobile-2 .products-block > div .flags.flags-extra .flag {
    margin-left: 0;
    margin-top: 0.5ex;
    font-size: 10px;
  }
  .columns-mobile-2 .products-block > div .flags .flag.flag-discount {
    display: flex;
  }
}
.country-flags {
  border-radius: 0;
}
.news-item-widget {
  border-bottom-color: #cfcfcf;
}
.entrance-protection-inner {
  background-color: #fff;
}
.entrance-protection h1 {
  color: #000;
}
#header {
  border-color: #cfcfcf;
  background-color: #fff;
  background-image: none;
}

.ordering-process #header::after {
  bottom: -96px !important;
}
@media (min-width: 768px) {
  .type-index #header {
    margin-bottom: 20px;
  }
  #header {
    background-image: none;
    position: relative;
  }
}
#header .site-name a {
  color: #252729;
}
.navigation-in {
  background-color: #fff;
}
.navigation-in a {
  color: #252729;
}
.navigation-in a:hover {
  color: #252729;
}
.navigation-in > ul > li {
  border-color: #cfcfcf;
}
@media (min-width: 768px) {
  .navigation-in {
    background-color: transparent;
  }
  .navigation-in a {
    color: #252729;
  }
  .navigation-in a:hover {
    color: #252729;
  }
  .navigation-in ul.menu-level-2 {
    border-color: #000;
    background-color: #fff;
  }
  .navigation-in ul.menu-level-2 li {
    border-top-color: #000;
  }
  .navigation-in ul.menu-level-2 a {
    color: #252729;
  }
  .navigation-in ul.menu-level-2 a:hover {
    color: #252729;
  }
  .navigation-in ul.menu-level-2 > li > a::before {
    background-color: #252729;
  }
  .navigation-in ul.menu-level-2 > li > a:hover::before {
    background-color: #252729;
  }
  .navigation-in > ul > li {
    border-color: rgba(0, 0, 0, 0);
  }
}
.navigation-in > ul > li > a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 60px;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .navigation-in > ul > li:hover > a::before,
  .navigation-in > ul > li > a.active::before,
  .menu-helper-visible .menu-helper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--color-secondary);
  }
}
.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a:hover,
.navigation-in > ul > li > a.active {
  color: var(--color-primary);
  background-color: #fff;
}
.navigation-in .has-third-level div > ul a {
  color: #252729;
}
.navigation-in .navigationActions {
  border-color: #cfcfcf;
}
.navigation-in
  .navigationActions__submenu
  ul:not(:first-of-type)
  li:first-of-type
  > a {
  border-color: #cfcfcf;
}
.navigation-in .navigationActions__submenu li::before {
  color: #252729;
}
.navigation-close {
  color: #252729;
}
.navigationActions__submenu__item--active::before {
  background-color: #252729;
}
.admin-bar {
  border-color: #333;
  background-color: #484848;
  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 {
  color: #fff;
  background-color: #636363;
}
.admin-bar .container > ul > li:hover > a,
.admin-bar .container > ul > li:hover > span {
  color: #fff;
}
.admin-bar .container > ul > li ul {
  border-color: #dbe0e2;
  background-color: #f5fcfe;
}
.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 {
  border-color: #333;
  background-color: #636363;
  color: #dbdbdb;
}
.admin-bar .container > a:hover,
.admin-bar .container > span:hover {
  background-color: #555;
  color: #fff;
}
.advanced-order-suggestion {
  border-top-color: #cfcfcf;
}
.advanced-parameter-inner {
  border: 1px solid var(--color-border);
}
.advanced-parameter-inner.yes-before {
  border-color: #009c00;
  color: #009c00;
}
.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 {
  color: #fff;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
}
.box-bg-default .btn.btn-default:hover,
.box-bg-default a.btn.btn-default:hover {
  background-color: #e6b100;
}
.btn.btn-primary,
a.btn.btn-primary {
  color: #fff;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
}
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart {
  color: #fff;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
}
.btn.btn-special,
a.btn.btn-special {
  color: #fff;
  border-color: #c7c7c7;
  background-color: #cfcfcf;
}
.btn.btn-special:hover,
a.btn.btn-special:hover {
  color: #fff;
  background-color: #c7c7c7;
}
.btn.btn-default.disabled,
a.btn.btn-default.disabled,
.btn.btn-primary.disabled,
a.btn.btn-primary.disabled,
.btn.btn-secondary.disabled,
a.btn.btn-secondary.disabled,
.btn.btn-conversion.disabled,
a.btn.btn-conversion.disabled,
.btn.btn-cart.disabled,
a.btn.btn-cart.disabled,
.btn.btn-special.disabled,
a.btn.btn-special.disabled {
  border-color: #cfcfcf;
  color: #cfcfcf;
  background-color: #fff;
  cursor: not-allowed;
}
.btn.btn-tertialy {
  color: #252729;
  border-color: var(--color-border);
  background-color: transparent;
}
.btn.btn-tertialy:hover {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.login-btn.facebook {
  border-color: #1877f2;
  color: #fff;
  background-color: #1877f2;
}
.login-btn.facebook:hover {
  background-color: #3a5a9c;
  border-color: #3a5a9c;
}
.login-btn.google {
  border-color: var(--color-border);
  color: #4a4a4a;
  background-color: #fff;
}
.login-btn.google:hover {
  background-color: var(--color-border);
}
.login-btn.seznam {
  border-color: var(--color-border);
  color: #4a4a4a;
  background-color: #fff;
}
.login-btn.seznam:hover {
  background-color: var(--color-border);
}
.cart-table {
  border-color: #e1e1e2;
}
.cart-table tr td {
  border-right-color: transparent;
  border-top-color: #e1e1e2;
  background-color: #fff;
}
.id--9 .cart-table-header + tr td {
  border-top-color: #252729;
}
.cart-table tr td.cart-p-image {
  background-color: #fff;
}
.cart-table tr td.p-name a {
  color: var(--color-text);
}
.cart-table tr td.p-name a:hover {
  text-decoration: underline;
}
.cart-table tr.related td {
  background-color: var(--color-bg);
}
a.cart-related-name {
  color: #252729;
}
a.cart-related-name:hover {
  color: #000;
}
.cart-related-product {
  border-color: var(--color-border);
}
.unit-value {
  color: #aaa;
}
#categories .expandable > a > span,
#categories .expandable > .topic > a > span {
  color: #252729;
}
#categories .expandable > .topic.active > a > span {
  color: #000;
}
#categories .expandable.active.expanded > a > span {
  color: #000;
}
#categories .expandable.active.expanded > a:hover > span {
  color: inherit;
}
#categories .expandable > a:hover > span,
#categories .expandable > .topic > a:hover > span {
  color: inherit;
}
.box-bg-default #categories::after {
  background-color: transparent;
}
.box-bg-variant #categories::after {
  background-color: #fff;
}
.categories a {
  color: #252729;
}
.categories ul a::before {
  background-color: transparent;
}
.categories li.active > a {
  font-weight: 600;
}
.categories li.active > a:hover {
  color: inherit;
  background-color: inherit;
}
.box-bg-default .categories a {
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #252729;
}
.categories .topic.active > a {
  color: #000;
  background-color: inherit;
}
.categories .topic.active > a:hover {
  color: inherit;
  background-color: inherit;
}
.categories .topic.child-active > a {
  color: #000;
  background-color: inherit;
}
.categories .topic.child-active > a:hover {
  color: inherit;
  background-color: inherit;
}
.eet-message {
  color: #aaa;
}
.empty-content h1 {
  color: #000;
}
.empty-content h2::after {
  color: #cfcfcf;
}
.filter-sections {
  background-color: #fff;
}
.filter-count {
  background-color: var(--color-bg);
}
.active .filter-count {
  background-color: var(--color-primary);
  color: #fff;
}
.filter-total-count {
  color: #cfcfcf;
}
.plus-gallery-item {
  border-color: #cfcfcf;
}
.ui-menu {
  border-color: #cfcfcf;
}
.ui-menu .ui-menu-item {
  background-color: #fff;
}
.ui-menu .ui-menu-item:hover {
  background-color: #dcdcdc;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background-color: #dcdcdc;
}
.ui-autocomplete > li {
  border-top-color: #cfcfcf;
}
.detail-information {
  border-top-color: #cfcfcf;
}
.cpost-delivery-point-result-legend,
.cpost-delivery-point-result-table-wrap {
  border-color: #cfcfcf;
}
.cpost-delivery-point-result-table tr {
  border-bottom-color: #cfcfcf;
}
.loader-overlay,
.ajax-pending-element::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.loader,
.ajax-pending .loader-wrapper::before,
.ajax-pending-element::before {
  border-color: #fff;
  border-right-color: transparent;
  background-color: #cfcfcf;
}
.loader.accented,
.ajax-pending .loader-wrapper::before.accented,
.ajax-pending-element::before.accented {
  background-color: #ddd;
}
.loader.static,
.ajax-pending .loader-wrapper::before.static,
.ajax-pending-element::before.static {
  border-color: #000;
  border-right-color: transparent;
  background-color: transparent;
}
.menu-helper::after,
.menu-trigger::after {
  color: #252729;
  background-color: transparent;
}
@media (min-width: 768px) {
  .menu-helper > span {
    color: #fff;
  }
  .menu-helper > ul {
    border-color: transparent;
    background-color: #fff;
  }
  .menu-helper > ul > li {
    border-top-color: #cfcfcf;
  }
  .menu-helper > ul > li a:hover {
    color: #252729;
  }
  .menu-helper > ul > li.exp > a {
    background-color: #fff;
  }
  .menu-helper > ul > li.exp > ul > li {
    background-color: #fff;
  }
}
.msg.msg-success,
.msg.msg-notice {
  border-color: #5cae4c;
  color: #fff;
  background-color: #5cb85c;
}
.msg.msg-success a,
.msg.msg-notice a {
  color: #fff;
}
.msg.msg-info {
  border-color: #2a7595;
  color: #fff;
  background-color: #3276b1;
}
.msg.msg-info a {
  color: #fff;
}
.msg.msg-warning {
  border-color: #ec751e;
  color: #fff;
  background-color: #eea236;
}
.msg.msg-warning a {
  color: #fff;
}
.msg.msg-error {
  border-color: #d43a4f;
  color: #fff;
  background-color: #d9534f;
}
.msg.msg-error a {
  color: #fff;
}
.js-validator-msg.msg-info {
  color: #3276b1;
}
.js-validator-msg.msg-error {
  color: #d9534f;
}
.js-validator-msg.msg-warning {
  color: #eea236;
}
.form-control.error-field,
.form-control.js-error-field {
  border-color: #d9534f;
}
.form-control.error-field:focus,
.form-control.js-error-field:focus {
  border-color: #d9534f;
  box-shadow: 0 0 0 0.1em rgba(217, 83, 79, 0.25);
}
.form-control.warning-field {
  border-color: #eea236;
}
.form-control.warning-field:focus {
  border-color: #eea236;
  box-shadow: 0 0 0 0.1em rgba(238, 162, 54, 0.25);
}
.error-field + label,
.js-error-field + label {
  border-color: #d9534f;
}
.radio-wrapper input[type="checkbox"] + label::before,
.radio-wrapper input[type="radio"] + label::before {
  border-color: var(--color-border);
}
.radio-wrapper input[type="checkbox"] + label::after,
.radio-wrapper input[type="radio"] + label::after {
  background-color: var(--color-border);
}
.radio-wrapper input[type="checkbox"]:disabled + label::before,
.radio-wrapper input[type="radio"]:disabled + label::before {
  border-color: #cfcfcf;
}
.radio-wrapper input[type="checkbox"]:checked + label::before,
.radio-wrapper input[type="radio"]:checked + label::before {
  border-color: transparent;
}
.radio-wrapper input[type="checkbox"]:checked + label::after,
.radio-wrapper input[type="radio"]:checked + label::after {
  background-color: #fff;
  border: 6px solid #000;
}
.radio-wrapper {
  border-color: var(--color-border);
  background-color: inherit;
}
.radio-wrapper.active label > span b {
  color: var(--color-text);
}
.radio-wrapper.apple-pay {
  display: none;
}
.cart-hide-unselected-options .radio-wrapper.selected-option {
  border-bottom-color: transparent;
}
.overlay,
.loader-overlay,
.loader-wrapper::after {
  background-color: rgba(0, 0, 0, 0.65);
}
.pagination-current {
  color: #252729;
  background-color: transparent;
}
.pagination-top strong {
  color: #000;
}
.price-range {
  background-color: var(--color-border);
}
.price-range > div {
  background-color: #ffc500;
}
.p-thumbnails .thumbnail-next,
.p-thumbnails .thumbnail-prev {
  display: none !important;
}
.quantity {
  border-color: var(--color-border);
}
.quantity input {
  background: inherit;
}
.quantity .increase,
.quantity .decrease {
  background-color: var(--color-bg);
  color: inherit;
  border: 0;
}
.question-tooltip {
  background-color: #fff;
  border-color: #cfcfcf;
  color: inherit;
}
.rate-bar {
  background-color: #cfcfcf;
}
.current .rate-bar {
  background-color: #000;
}
.rate-average {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: var(--color-tertiary-hover);
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  line-height: 64px;
}
.site-msg {
  background-color: #ffe6a6;
  color: #252729;
}
.SizeID-button .sb-button,
.SizeID-button:hover .sb-button,
.SizeID-button:hover .sb-button span {
  color: #000 !important;
}
.ui-slider,
.slider-content {
  background-color: var(--color-border);
  border-color: var(--color-border);
}
.ui-slider-handle {
  color: #fff;
  background-color: var(--color-secondary);
}
.ui-slider-handle:hover {
  background-color: #000;
}
.ui-slider .ui-slider-range {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.ui-slider-horizontal .ui-slider-handle::after {
  border-top-color: #000;
}
.social-login-buttons-divider {
  color: #aaa;
}
.social-login-buttons-divider::before,
.social-login-buttons-divider::after {
  background-color: #cfcfcf;
}
.stars .star {
  color: var(--color-border);
}
.stars .star:hover {
  color: var(--color-border);
}
.stars .star.is-active:hover {
  color: #ebb806;
}
.stars .star.star-on::before,
.stars .star.star-half::before {
  color: #ebb806;
}
.shp-tabs-holder,
.shp-tabs {
  border-color: #cfcfcf;
  background-color: transparent;
}
.shp-tab.active {
  border-top-color: #252729;
}
.shp-tab-link {
  border-color: #cfcfcf;
  color: #252729;
  background-color: transparent;
}
.shp-tab-link:hover {
  border-color: #cfcfcf;
  color: #252729;
  background-color: transparent;
}
.active .shp-tab-link {
  border-color: #cfcfcf;
  color: #252729;
  background-color: transparent;
}
.vote-content a {
  color: #252729;
}
.vote-content a:hover {
  color: #000;
}
.vote-initials {
  color: #fff;
}
.search-whisperer {
  border-color: #cfcfcf;
  background-color: #fff;
}
.search-whisperer ul li {
  border-color: #cfcfcf;
}
.search-whisperer ul li a:not(.btn) {
  color: #252729;
}
.search-whisperer .price {
  color: #000;
}
.search-whisperer .p-name {
  color: #000;
}
.search-whisperer-documents {
  border-bottom-color: #cfcfcf;
}
.country-flags-inner {
  border-color: transparent;
}
.country-flags.active .country-flags-inner {
  border-color: #cfcfcf;
  background-color: #fff;
}
.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: #cfcfcf;
}
.country-flag .shp-flag-label {
  color: #252729;
}
.country-flag .shp-flag-label .shp-flag-name {
  color: #252729;
}
.country-flag-preferred-last {
  border-bottom-color: #cfcfcf;
}
.shp-flag-label::before {
  border-color: #252729 transparent transparent;
}
.widget-parameter-value a:hover,
.widget-parameter-value a:focus {
  color: #252729;
}
.widget-parameter-more span {
  color: #aaa;
}
.disabled,
.inactive {
  color: #aaa;
}
.highlight {
  color: var(--color-secondary);
}
.red {
  color: #d63500;
}
.line {
  color: #cfcfcf;
}
a.conversion:hover,
.link-like.conversion:hover,
a.conversion:focus,
.link-like.conversion:focus {
  color: #f0b900;
}
#cboxContent {
  background-color: #fff;
}
#cboxOverlay {
  background-color: #000;
  opacity: 0.6 !important;
}
#cboxTitle {
  background-color: #fff;
}
.form-control,
select {
  border-color: var(--color-border);
  background-color: #fff;
  color: var(--color-text);
}
.compact-form .form-control {
  border-color: var(--color-border) !important;
}
.form-control:focus,
select:focus {
  border-color: #c2c2c2;
  color: #252729;
}
.form-control[disabled],
select[disabled] {
  background-color: var(--color-bg);
  color: #888c92 !important;
}
.smart-labels-active .smart-label-wrapper .form-control[disabled],
.smart-labels-active .smart-label-wrapper select[disabled] {
  padding-top: 8px !important;
}
.country-flags {
  border-width: 1px;
  border-style: solid none solid solid;
  border-color: var(--color-border);
  width: 110px;
  -webkit-justify-content: center;
  justify-content: center;
}
.country-flags:focus {
  border-color: #c2c2c2;
  box-shadow: 0 0 0 0.1em rgba(194, 194, 194, 0.5);
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  border-color: var(--color-border);
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  background-color: var(--color-border);
}
input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  border-color: #dcdcdc;
}
input[type="checkbox"]:checked + label::before {
  border-color: var(--color-primary);
}
input[type="radio"]:checked + label::before {
  border-color: transparent;
}
input[type="checkbox"]:checked + label::after {
  border-color: #fff;
  background-color: var(--color-primary);
}
input[type="radio"]:checked + label::after {
  background-color: #fff;
  border: 6px solid #000;
}
input[type="checkbox"].focus-visible + label::before,
input[type="radio"].focus-visible + label::before {
  box-shadow: 0 0 0 0.2em rgba(0, 0, 0, 0.5);
}
/* .additional-information {
  color: #aaa;
} */
.content-wrapper {
  background-color: #fff;
}
.banner,
.banner-wrapper,
.banner-category,
.carousel-inner {
  color: #252729;
}
.box.box-bg-transparent {
  background-color: transparent;
}
.box.box-bg-default {
  background-color: transparent;
}
.box.box-bg-variant {
  background-color: #fff;
}
.box.box-bg-dark {
  color: #fff;
  background-color: #aac63c;
}
.box.box-bg-dark h1,
.box.box-bg-dark h2,
.box.box-bg-dark h3,
.box.box-bg-dark h4 {
  color: #fff;
}
.recommended-products .next,
.recommended-products .prev {
  color: #aaa;
}
.recommended-products .next:hover,
.recommended-products .prev:hover {
  color: #252729;
}
.recommended-products a.recommended-product {
  color: #252729;
}
.recommended-products .original-price {
  color: #d63500;
}
.indicator {
  background-color: #cfcfcf;
}
.indicator > div {
  background-color: #000;
}
.poll-result > div {
  background-color: #000;
  border-left-color: #000;
}
.image360,
.p-image {
  border-color: #cfcfcf;
}
.p-image:after {
  background-color: #cfcfcf;
}
.breadcrumbs {
  color: #252729;
  background-color: inherit;
  border-color: #cfcfcf;
}
.breadcrumbs a {
  color: #252729;
}
.breadcrumbs a:hover {
  color: #252729;
}
.price-standard {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 3px;
  width: 100%;
}
#variants .price-standard {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
.flags-extra .price-standard,
.flags-extra .price-save {
  color: #fff;
}
ol.top-products.unified li {
  border-bottom-color: #cfcfcf;
}
.box-bg-default ol.top-products.unified li {
  border-bottom-color: #cfcfcf;
}
.box-bg-variant ol.top-products.unified li {
  border-bottom-color: #cfcfcf;
}
.sidebar ol.top-products.unified li.display-image {
  background-color: #fff;
}
ol.top-products.unified a {
  color: #252729;
}
ol.top-products.unified a .top-products-name {
  color: #000;
}
ol.top-products.unified a:hover .top-products-name {
  color: #ffc500;
}
.subcategories li::before {
  background-color: #252729;
}
.subcategories li.divider {
  display: none;
}
.subcategories li + li.divider {
  display: block;
}
.subcategories li.divider {
  background-color: transparent;
  width: 100% !important;
  border-top: 1px solid #fff;
  margin-top: 16px;
  margin-bottom: 16px;
}
ol.cart-header li a,
ol.cart-header li strong {
  color: #555658;
  background-color: transparent;
}
ol.cart-header li a {
  text-decoration: none;
}
ol.cart-header li span {
  display: inline-block;
}
ol.cart-header li a:hover span {
  text-decoration: underline;
}
ol.cart-header li a:hover {
  color: #000;
  background-color: #fff;
}
ol.cart-header li.active a,
ol.cart-header li.completed a,
ol.cart-header li.active strong,
ol.cart-header li.completed strong {
  color: var(--color-text);
}
ol.cart-header li.completed a,
ol.cart-header li.completed strong {
  color: #000;
}
ol.cart-header li.completed a:hover {
  color: #000;
}
.cart-widget-product {
  border-bottom-color: #cfcfcf;
}
.cart-widget-product-name > span {
  color: #000;
}
.cart-widget-product-amount,
.cart-widget-product-unit {
  color: #aaa;
}
.flag {
  color: #fff;
}
.flag.flag-new {
  background-color: #7ad046;
}
.flag.flag-action {
  background-color: #d31945;
}
.flag.flag-tip {
  background-color: #770ae3;
}
.flag.flag-freeshipping {
  background-color: #0bd88e;
}
.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: #cfcfcf;
}
.flag.flag-discount,
.flag.flag-sleva {
  background-color: #d31945;
}
.flag.flag-sleva::before {
  content: "Sleva ";
}
.p-code {
  color: #cfcfcf;
}
.product-appendix,
.category-appendix {
  color: var(--color-tertiary);
  font-size: 14px;
  font-weight: 600;
}
.product-appendix {
  display: block;
  line-height: 22px;
}
.product-appendix::before,
.category-appendix::before {
  content: "\eab1";
  font-family: ikony;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
}
.product .product-appendix {
  position: absolute;
  width: 100%;
  left: 0;
  top: 16px;
}
#productsTop .product-appendix {
  display: none;
}
a.link-icon {
  color: #aaa;
}
a.link-icon:hover {
  color: #000;
}
.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"] {
  color: #252729;
  background-color: transparent;
}
.navigation-buttons a[data-target="cart"]:hover {
  color: #000;
  background-color: transparent;
}
.navigation-buttons a[data-target="search"] {
  color: #252729;
  background-color: transparent;
}
.navigation-buttons a[data-target="search"]:hover {
  color: #252729;
  background-color: transparent;
}
.navigation-buttons a[data-target="login"] {
  color: #252729;
  background-color: transparent;
}
.navigation-buttons a[data-target="login"]:hover {
  color: #252729;
  background-color: transparent;
}
.navigation-buttons a[data-target="navigation"] {
  color: #252729;
  background-color: #fff;
}
.navigation-buttons a[data-target="navigation"]:hover {
  color: #000;
  background-color: transparent;
}
.navigation-window-visible .navigation-buttons a[data-target="navigation"] {
  color: #252729;
  background-color: #fff;
}
.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]:hover {
  color: #252729;
  background-color: #fff;
}
.navigation-buttons a[data-target="cart"] i,
.cart-count:not(.full) .cart-price::before {
  color: #fff;
  background-color: var(--color-secondary);
}
.p-gift-name a {
  color: #555658;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.p-gift-name a:hover {
  text-decoration: underline;
}
.required-asterisk:after {
  color: #d63500;
}
.popup-widget::before {
  border-color: #cfcfcf;
  background-color: #fff;
}
.cart-widget {
  border-color: #cfcfcf;
  background-color: #fff;
}
.cart-widget-button {
  background-color: #fff;
}
.product-slider-pagination .pagination-button {
  color: transparent;
  background-color: #b9babb;
}
.product-slider-pagination .pagination-button.active {
  background-color: var(--color-secondary);
}
.product-slider-pagination .pagination-button:hover {
  background-color: var(--color-secondary);
}
.product-slider-navigation {
  color: transparent;
  background-color: #fff;
}
.product-slider-navigation:hover {
  background-color: var(--color-primary);
}
.product-slider-navigation::before {
  color: #252729;
  background-color: transparent;
}
.product-slider-navigation:hover::before {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .product-slider-navigation::before {
    background-color: #fff;
  }
}
.searchWhisperer {
  background-color: #fff;
}
.searchWhisperer__additionalResults {
  border-color: #cfcfcf;
}
.searchWhisperer__product,
.searchWhisperer__additionalResults__link {
  color: #252729;
}
.searchWhisperer__loaderWrapper .loader {
  border-color: #000;
  border-right-color: transparent;
  background-color: #fff;
}
input[type="checkbox"] + label::after {
  color: #f7f7f7;
}
.top-navigation-bar {
  background-color: var(--color-bg);
}
.top-navigation-bar a {
  color: #252729;
}
.top-navigation-bar a:hover,
.top-navigation-menu-trigger:hover,
.languagesMenu__header--actual:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.top-navigation-bar-menu-helper,
.dropdown-menu,
.languagesMenu ul {
  border-color: #cfcfcf;
  background: #fff;
}
.top-navigation-bar-menu-helper li a::before,
.dropdown-menu li a::before,
.languagesMenu ul li a::before {
  border-color: #cfcfcf;
  background: #cfcfcf;
}
.header-bottom {
  /* background-color: var(--color-primary); */
  /* background-color: #1f7a1f; */
  background-color: #4f8f00;
}
.navigation-in ul.menu-level-2 {
  border-top-color: #cfcfcf;
}
#navigation .navigation-in ul li > a > b {
  border-bottom-color: transparent;
}
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="navigation"] {
  background: transparent;
}
.navigation-buttons a[data-target="search"]:hover,
.navigation-buttons a[data-target="navigation"]:hover {
  background: transparent;
}
.more-items-trigger {
  color: #000;
  background-color: #fff;
}
.more-items-trigger:hover {
  color: #000;
}
.breadcrumbs {
  color: #4f4f4f;
}
body:not(.type-category):not(.type-manufacturer-detail) .breadcrumbs {
  margin-bottom: 48px;
}
.type-search .breadcrumbs {
  margin-bottom: 0 !important;
}
.breadcrumbs a,
.breadcrumbs a span {
  color: var(--color-secondary);
}
.breadcrumbs a:hover,
.breadcrumbs a:hover span {
  color: var(--color-secondary);
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs a.navigation-home-icon {
  color: var(--color-secondary);
}
.breadcrumbs a.navigation-home-icon:hover {
  color: #252729;
}
.stars-label {
  margin-left: 8px;
}
.ratings .stars-label {
  margin-left: 0;
}
table.detail-parameters tbody tr th .row-header-label .question-tooltip {
  border-color: #252729;
  background-color: transparent;
}
table.detail-parameters tbody tr th:after {
  border-top-color: #cfcfcf;
}
.extended-banner-title,
.extended-banner-text,
.extended-banner-link {
  background-color: transparent;
  color: #fff;
}
.p-thumbnails a:hover {
  border-color: #252729;
}
.p-thumbnails a.highlighted {
  border-color: #252729;
}
.detail-parameters .p-code {
  display: none;
}
#product-detail-form .advanced-parameter-inner:hover {
  border-color: #cfcfcf;
}
#product-detail-form .advanced-parameter-inner.yes-before {
  border-color: #cfcfcf;
}
.quantity {
  background: #fff;
}
.quantity .decrease:hover:before,
.quantity .increase:hover:before {
  background-color: #252729;
  color: #fff;
}
.link-icons .link-icon {
  color: #252729;
  font-size: 14px;
  line-height: 26px;
  text-transform: none;
}
.link-icons .link-icon span {
  text-decoration: underline;
}
.link-icons .link-icon:hover span {
  text-decoration: none;
}
.hidden-links,
.hidden-links .shp-tab-link {
  background-color: #f7f7f7;
}
.mobile .category-header #products-listing-order {
  border-color: var(--color-border);
  background-color: #fff;
}
@media (max-width: 767px) {
  .category-header #products-listing-order {
    border-color: #cfcfcf;
  }
}
.category-header .dropdown .dropdown-menu label:hover {
  text-decoration: underline;
}
.filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.filters-wrapper
  .filters-unveil-button-wrapper
  .btn.btn-default.unveil-button:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.subcategories li a {
  color: #252729;
}
.products-block > div {
  border-color: var(--color-border);
}
.products-block .p-in-in a {
  color: #252729;
}
.products-block .p-bottom .price-additional {
  order: 3;
  white-space: nowrap;
}
.products-block .inactive {
  color: #252729;
}
.pagination-top:hover > strong,
.pagination-top:hover .pagination-link {
  background-color: #252729;
  color: #fff;
  border-color: #252729;
}
.pagination a:hover {
  background-color: #252729;
  color: #fff;
  border-color: #252729;
}
ul.manufacturers-anchors li a {
  color: #000;
  font-size: 18px;
}
ul.manufacturers > li {
  border-color: #cfcfcf;
}
ul.manufacturers > li li a {
  color: var(--color-text);
}
.sidebar > div {
  border-color: var(--color-border);
  margin-bottom: 32px;
}
.top-products li:before {
  border-color: #cfcfcf;
}
.top-products li .top-products-content {
  color: #252729;
  text-decoration: none;
}
.top-products li .top-products-content strong {
  color: #252729;
  font-weight: bold;
}
#footer {
  background-color: var(--color-bg);
  margin-top: 64px;
}
.cart-widget-product {
  border-bottom-color: var(--color-border);
}
.cart-widget-product-name a {
  color: #252729;
}
.cart-widget-product-name a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.cart-widget-product-name > span {
  color: #000;
}
.cart-widget-product-amount,
.cart-widget-product-unit,
.cart-widget-product-price {
  color: #252729;
}
.cart-widget-bottom {
  background-color: #fff;
}
.cart-free-shipping {
  color: #555658;
}
.cart-table-header {
  color: #aaa;
}
.free-gift-price {
  font-weight: 600;
  color: var(--color-text);
}
.cart-table .p-price .price-final,
.cart-table .unit-value {
  color: #252729;
}
@media (max-width: 991px) {
  .cart-table .p-price .price-final,
  .cart-table .unit-value {
    color: #aaa;
  }
}
.toggle-window-arr {
  color: #252729;
}
.content-window-in {
  background-color: #fff;
}
.back-shopping {
  color: #252729;
}
ol.cart-header li.active a::before,
ol.cart-header li.active strong::before {
  background-color: var(--color-text);
  color: #fff;
}
ol.cart-header li.completed a::before,
ol.cart-header li.completed strong::before {
  background-color: #fff;
  border: 1px solid #252729;
  content: "\eb1f";
  font-family: ikony;
  font-size: 24px;
}
ol.cart-header li.completed a span::after,
ol.cart-header li.completed strong span::after {
  border-top-color: #ffc500;
}
.price-range > div {
  background-color: var(--color-secondary);
}
.extra.discount .price-range div::after {
  color: #f7f7f7;
}
.cart-inner .free-gift {
  border-bottom-color: #cfcfcf;
}
.price-secondary {
  font-size: 14px !important;
}
#checkoutSidebar .toggle-contacts {
  background: transparent;
}
.checkout-box,
.order-summary-inner,
.order-summary-item,
.recapitulation-single,
.order-recapitulation {
  border-color: var(--color-border);
}
#checkoutContent .helper {
  background: var(--color-bg);
}
.recapitulation-wrapper table tr th .row-header-label {
  background-color: white;
}
.recapitulation-wrapper table tr th:after {
  border-top-color: #cfcfcf;
}
.form-control::placeholder {
  color: #888c92;
}
#header .search-input:focus,
.search-focused #header .search-input,
.search-window-visible #header .search-input {
  border-color: transparent;
}
#header .search-form::after {
  background-color: #fff;
}
@media (max-width: 767px) {
  .navigation-buttons .dropdown,
  .navigation-buttons .languagesMenu {
    display: none;
  }
  .navigation-buttons a[data-target="login"] {
    display: none;
  }
}
@media (max-width: 767px) {
  .navigation-in {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 80px;
  }
  .navigation-in > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
  .navigation-in > ul > li > a > b {
    font-weight: 600;
    display: inline-block;
  }
  .navigation-in > ul > li > a .navigationActions__flagWrapper {
    line-height: 24px;
    padding-top: calc((18px + (2rem * 2) - 24px) / 2);
    padding-bottom: calc((18px + (2rem * 2) - 24px) / 2);
  }
  .navigation-in ul.menu-level-2 li a.navigationActions__link--flag {
    padding-top: calc((18px + (1.5rem * 2) - 24px) / 2);
    padding-bottom: calc((18px + (1.5rem * 2) - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .submenu-arrow {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .navigation-close::before {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
  }
}
/*
body.cookies-visible{overflow:hidden}body.cookies-visible
.siteCookies{display:none}.siteCookies{color:#fff;position:fixed;z-index:100000001;bottom:0;left:0;right:0;font-size:16px;transition:all 0.4s}@media (min-width: 768px){.siteCookies--top{bottom:auto;top:0;background-color:#11111f}.siteCookies--top
.siteCookies__form{max-width:800px}.siteCookies--left{right:auto;left:30px;bottom:30px}.siteCookies--left
.siteCookies__form{border-radius:10px}.siteCookies--right{right:30px;left:auto;bottom:30px}.siteCookies--right
.siteCookies__form{border-radius:10px}.siteCookies--bottom{left:50%;width:670px;margin-left: -335px}.siteCookies--bottom.siteCookies--scrolled{left:0;width:100%;margin-left:0;background-color:#11111f}}.siteCookies__form{background-color:#11111f;padding:20px
15px 25px 15px;border-top-left-radius:7px;border-top-right-radius:7px}@media (min-width: 768px){.siteCookies__form{display:flex;max-width:670px;margin:0
auto}}.siteCookies__content{flex:1}.siteCookies__text{line-height:22px;margin-bottom:15px}.siteCookies__text
a{text-decoration:underline;color:#fff}.siteCookies__text a:hover{text-decoration:none;color:#fff}@media (min-width: 768px){.siteCookies__text{margin-right:30px;margin-bottom:10px}}.siteCookies__links{width:100%;text-align:center}@media (min-width: 768px){.siteCookies__links{text-align:left;margin-bottom:0}}.siteCookies__link{width:100%;display:block;text-decoration:none;color:#fff;background-color:transparent;line-height:38px;font-weight:bold;padding:0
16px}.siteCookies__link:hover{color:#fff;background-color:transparent}@media (min-width: 768px){.siteCookies__link:hover{color:#fff;background:#31304f;border-radius:4px}}@media (min-width: 768px){.siteCookies__link{display:inline-block;width:auto;padding:0
10px;line-height:38px}}@media (min-width: 768px){.siteCookies__buttonWrap{display:flex;align-items:flex-start}}.siteCookies__button{width:100%;line-height:55px;background-color:#fff;color:#11111f;border-radius:4px;border:0;font-weight:bold;margin:0
auto;max-width:300px;white-space:nowrap;display:block;text-align:center;padding:0}.siteCookies__button:hover{color:#11111f;background-color:#fff}@media (min-width: 768px){.siteCookies__button:hover{opacity:0.8}}.siteCookies__button--first{margin-bottom:16px}@media (min-width: 768px){.siteCookies__button--first{margin-bottom:0;margin-right:16px}}@media (min-width: 768px){.siteCookies__button{padding:0
25px}}@media (min-width: 992px){.siteCookies__button{transition:all 0.4s}.siteCookies__button:hover{background-color:#f5f5f5}}#cboxContent.cookiesDialog{border-radius:8px;background-color:#f8fafb}@media (max-width: 767px){#cboxContent.cookiesDialog{position:fixed;left:10px;right:10px;top:10px;bottom:10px;height:auto !important;margin:0
auto}#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{font-weight:bold;font-size:22px;line-height:34px;color:#000}.cookiesSetting__perex{font-size:16px;line-height:24px;color:#000}.cookiesSetting__item{border-bottom:1px solid #e5e8ea;padding:10px
0}@media (min-width: 768px){.cookiesSetting__item{display:flex;justify-content:space-between;align-items:flex-start}}.cookiesSetting__item:last-child{border-bottom:0}@media (min-width: 768px){.cookiesSetting__item__col2{margin-left:10px}}.cookiesSetting__item__name{font-size:16px;line-height:24px;color:#000}.cookiesSetting__item__text{font-size:14px;line-height:22px;color:#000;margin-bottom:10px}@media (min-width: 768px){.cookiesSetting__item__text{margin-bottom:0}}.cookiesSetting__item__status{margin:20px
0;text-align:center;padding:10px
20px 10px 35px;border:1px
solid #e5e8ea;border-radius:4px;font-size:16px;white-space:nowrap;width:100%;display:block}.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
.cookiesSetting__data{border:1px
solid #e5e8ea;background-color:#fff;border-radius:4px;padding:0
20px}.cookiesSetting__bottom{text-align:center}@media (min-width: 768px){.cookiesSetting__bottom{text-align:left;display:flex;align-items:flex-start;margin-top:20px}}.cookiesSetting__uncheck{display:block;margin:10px
0}@media (min-width: 768px){.cookiesSetting__uncheck{margin:0;flex:1}}.cookiesSetting__uncheckLink{display:block;line-height:48px;text-decoration:none;color:#11111f;padding:0
12px;font-size:16px;font-weight:bold;background-color:transparent;border:0;width:100%;text-align:center}.cookiesSetting__uncheckLink:hover{color:#383742;background:#E5E8EA}@media (min-width: 768px){.cookiesSetting__uncheckLink{display:inline-block;width:auto;text-align:left}}.cookiesSetting__button{display:block;line-height:48px;border-radius:4px;font-size:16px;font-weight:bold;border:0;width:100%;padding:0
15px;color:#fff;background-color:#11111f}.cookiesSetting__button:hover{color:#fff;background-color:#11111f}@media (min-width: 768px){.cookiesSetting__button:hover{opacity:0.9}}@media (min-width: 768px){.cookiesSetting__button{display:inline-block;width:auto}}.cookiesSetting__button--green{background-color:#007C47;margin-top:10px}.cookiesSetting__button--green:hover{color:#fff;background-color:#007C47}@media (min-width: 768px){.cookiesSetting__button--green{margin-top:0;margin-left:15px}}#cboxOverlay.siteAgreement{z-index:100000002}#colorbox.siteAgreement{z-index:100000003;}
*/
html.cookies-visible {
  min-height: 100vh;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
@media (min-width: 768px) {
  html.cookies-visible {
    min-height: unset;
  }
}
html.cookies-visible body {
  width: 100%;
  overflow: hidden;
  position: fixed;
}
@media (min-width: 768px) {
  html.cookies-visible body {
    position: unset;
    width: unset;
  }
}
html.cookies-visible body .siteCookies {
  display: none;
}
.siteCookies {
  color: var(--cookies-notice-color);
  position: fixed;
  z-index: 100000001;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .siteCookies--top {
    bottom: auto;
    top: 0;
    background-color: var(--cookies-notice-background);
  }
  .siteCookies--left {
    right: auto;
    left: 30px;
    bottom: 30px;
  }
  .siteCookies--right {
    right: 30px;
    left: auto;
    bottom: 30px;
  }
  .siteCookies--bottom {
    left: 50%;
    width: 670px;
    margin-left: -335px;
  }
  .siteCookies--bottom.siteCookies--scrolled {
    left: 0;
    width: 100%;
    margin-left: 0;
    background-color: var(--cookies-notice-background);
    box-shadow: 0px 0px 30px rgba(27, 25, 57, 0.5);
  }
  .siteCookies--bottom.siteCookies--scrolled .siteCookies__form {
    box-shadow: unset;
  }
  .siteCookies--center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 600px;
    transform: translate(-50%, -50%);
  }
}
.siteCookies__form {
  background-color: var(--cookies-notice-background);
  padding: 20px 15px 25px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 0 30px rgba(27, 25, 57, 0.5);
}
@media (min-width: 768px) {
  .siteCookies__form {
    display: flex;
    padding: 24px 24px 14px 24px;
    max-width: 670px;
    margin: 0 auto;
  }
  .siteCookies--top .siteCookies__form {
    max-width: 800px;
  }
  .siteCookies--left .siteCookies__form,
  .siteCookies--right .siteCookies__form {
    border-radius: 8px;
  }
  .siteCookies--center .siteCookies__form {
    position: relative;
    flex-direction: column;
    border-radius: 8px;
  }
}
.siteCookies__content {
  flex: 1;
}
.siteCookies__text {
  line-height: 22px;
  margin-bottom: 16px;
}
.siteCookies__text p {
  color: var(--cookies-notice-color);
}
.siteCookies__text a {
  text-decoration: underline;
  color: var(--cookies-notice-color);
}
.siteCookies__text a:hover {
  text-decoration: none;
  color: var(--cookies-notice-color);
}
@media (min-width: 768px) {
  .siteCookies__text {
    margin-right: 30px;
  }
  .siteCookies--center .siteCookies__text {
    margin-right: 0;
  }
}
.siteCookies__links {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .siteCookies__links {
    text-align: left;
    margin-bottom: 0;
  }
  .siteCookies--center .siteCookies__links {
    position: absolute;
    bottom: 2.1em;
    max-width: 30%;
  }
}
.siteCookies__link {
  width: 100%;
  display: block;
  text-decoration: none;
  color: var(--cookies-notice-color);
  background-color: var(--cookies-notice-background);
  border-radius: 4px;
  line-height: 38px;
  font-weight: bold;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .siteCookies__link:hover {
    background: var(--cookies-notice-link-hover);
    color: #fff;
  }
}
@media (min-width: 768px) {
  .siteCookies__link {
    display: inline-block;
    width: auto;
    padding: 0 16px;
    line-height: 38px;
  }
}
.siteCookies__buttonWrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .siteCookies--center .siteCookies__buttonWrap {
    align-self: flex-end;
    max-width: 67%;
  }
}
.siteCookies__button {
  width: 100%;
  line-height: 55px;
  background-color: var(--cookies-notice-color);
  color: var(--cookies-notice-background);
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  margin: 0 auto;
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0;
}
.siteCookies__button:hover {
  background-color: var(--cookies-notice-button-hover);
  color: var(--cookies-notice-background);
}
@media (min-width: 768px) {
  .siteCookies__button:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .siteCookies__button {
    padding: 0 25px;
  }
  .siteCookies--center .siteCookies__button {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .siteCookies__button {
    transition: all 0.4s;
  }
  .siteCookies__button:hover {
    background-color: var(--cookies-notice-button-hover);
  }
}
#cboxContent.cookiesDialog {
  border-radius: 8px;
  background-color: #f8fafb;
}
@media (max-width: 767px) {
  #cboxContent.cookiesDialog {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    height: auto !important;
    margin: 0 auto;
  }
  #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 {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #000;
}
.cookiesSetting__perex {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item {
  border-bottom: 1px solid #e5e8ea;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cookiesSetting__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item__col2 {
    margin-left: 10px;
  }
}
.cookiesSetting__item__name {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item__text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cookiesSetting__item__text {
    margin-bottom: 0;
  }
}
.cookiesSetting__item__status {
  margin: 20px 0;
  text-align: center;
  padding: 10px 20px 10px 35px;
  border: 1px solid #e5e8ea;
  border-radius: 8px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.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 {
  border: 1px solid #e5e8ea;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 20px;
}
.cookiesSetting__bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .cookiesSetting__bottom {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.cookiesSetting__uncheck {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheck {
    margin: 0;
    flex: 1;
  }
}
.cookiesSetting__uncheckLink {
  display: block;
  line-height: 48px;
  text-decoration: none;
  color: #11111f;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: center;
}
.cookiesSetting__uncheckLink:hover {
  color: #383742;
  background: #e5e8ea;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheckLink {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
.cookiesSetting__button {
  display: block;
  line-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  width: 100%;
  padding: 0 15px;
  color: #fff;
  background-color: #11111f;
}
.cookiesSetting__button:hover {
  color: #fff;
  background-color: #11111f;
}
@media (min-width: 768px) {
  .cookiesSetting__button:hover {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .cookiesSetting__button {
    display: inline-block;
    width: auto;
  }
}
.cookiesSetting__button--green {
  background-color: #007c47;
  margin-top: 10px;
}
.cookiesSetting__button--green:hover {
  color: #fff;
  background-color: #007c47;
}
@media (min-width: 768px) {
  .cookiesSetting__button--green {
    margin-top: 0;
    margin-left: 15px;
  }
}
#cboxOverlay.siteAgreement {
  z-index: 100000002;
}
#colorbox.siteAgreement {
  z-index: 100000003;
}
@media (max-width: 767px) {
  #colorbox.cookiesDialogWrapper {
    top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .siteCookies__button {
    max-width: none;
    margin: 5px 0;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.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-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  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 {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  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 {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.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: white;
  border: 1px solid #aaa;
  border-radius: 3px;
  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: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  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-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  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-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-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: solid black 1px;
  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--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  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 {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.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: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-selection__arrow {
  display: none;
}
@media screen and (max-width: 479px) {
  .select2-container {
    width: 280px !important;
  }
}
#liftago-form .btn {
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .cart-count {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .siteCookies__button + .siteCookies__button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .siteCookies__button + .siteCookies__button {
    margin-top: 10px;
  }
}

.search-form .form-control {
  height: 52px;
  line-height: 52px;
}
.next-to-carousel-banners {
  padding-left: 5.2%;
}
.next-to-carousel-banners .banner-wrapper + .banner-wrapper {
  padding-top: 20px;
}
.carousel-tabs {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 4px;
}
.carousel-tabs .extended-banner-title {
  position: relative;
  width: calc(25% - 8px);
  background-color: #fff;
  margin: 0 4px;
  padding: 9px 8px;
  height: 58px;
  color: #252729;
  font-size: 14px;
  text-align: center;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  cursor: pointer;
  line-height: 20px;
}
.carousel-tabs .extended-banner-title.active {
  font-weight: 600;
  text-decoration: none;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.carousel-tabs .extended-banner-title.active::after,
.carousel-tabs .extended-banner-title:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-secondary);
}
.carousel-tabs .extended-banner-title.active::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.carousel-tabs .extended-banner-title:hover {
  text-decoration: none;
}
.header-phone {
  margin-right: auto;
  padding-left: 20px;
  height: auto;
}
#header .navigation-buttons .header-phone a {
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  height: auto;
}
.header-phone a:hover {
  text-decoration: underline;
}
.header-phone a::before {
  content: "\eaa3";
  font-family: ikony;
  margin-right: 8px;
  display: inline-block;
}
.header-phone > span {
  font-size: 14px;
  opacity: 0.8;
  display: block;
  padding-left: 25px;
}
/* .skladem::before {
  content: "\eb20";
  font-family: ikony;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 3px;
} */
.cs .add-to-cart-button span,
.cs .product .btn-primary,
.cs .cart-table .cart-related-button .add-to-cart-button {
  /* font-size: 0 !important; */
  /* display: flex; */
  letter-spacing: 0;
}
/* .cs .add-to-cart-button span::after,
.cs .product .btn-primary::after,
.cs .cart-table .cart-related-button .add-to-cart-button::after {
  content: "Koupit";
  font-size: 14px;
  width: 100%;
  letter-spacing: 2px;
} */
/* .cs .product .btn-primary::after {
  content: "Detail";
} */
.color-variants .widget-parameter-value a[title*="Barva"],
.color-variants .widget-parameter-value a[title*="Farba"],
.color-variants .widget-parameter-value a[title*="Barev"],
.color-variants .widget-parameter-value a[title*="Fareb"],
.color-variants .widget-parameter-value a[title*="BARVA"],
.color-variants .widget-parameter-value a[title*="FARBA"] {
  width: 24px;
  height: 24px;
  display: block;
  margin-top: 4px;
  margin-left: 4px;
  font-size: 0;
  padding: 0;
}
body:not(.color-variants) .widget-parameter-value a {
  background: none !important;
  border: 0 !important;
}
.widget-parameter-value a[title*="Hnědá"],
.widget-parameter-value a[title*="Hnedá"] {
  background-color: brown;
}
.widget-parameter-value a[title*="Zelená"] {
  background-color: green;
}
.widget-parameter-value a[title*="Modrá"] {
  background-color: blue;
}
.widget-parameter-value a[title*="Červená"] {
  background-color: red;
}
.widget-parameter-value a[title*="Černá"],
.widget-parameter-value a[title*="Čierna"] {
  background-color: black;
}
.widget-parameter-value a[title*="Žlutá"],
.widget-parameter-value a[title*="Žltá"] {
  background-color: yellow;
}
.widget-parameter-value a[title*="Oranžová"] {
  background-color: orange;
}
.widget-parameter-value a[title*="Béžová"] {
  background-color: #c3b091;
}
.widget-parameter-value a[title*="Bronzová"] {
  background-color: #cd7f32;
}
.widget-parameter-value a[title*="Fialová"] {
  background-color: #50007f;
}
.widget-parameter-value a[title*="Námořní"],
.widget-parameter-value a[title*="Námorná"] {
  background-color: #000080;
}
.widget-parameter-value a[title*="Růžová"],
.widget-parameter-value a[title*="Ružová"] {
  background-color: #ffc0cb;
}
.widget-parameter-value a[title*="Šedá"],
.widget-parameter-value a[title*="Sivá"] {
  background-color: grey;
}
.widget-parameter-value a[title*="Zlatá"] {
  background-color: #ffd700;
}
.widget-parameter-value a[title*="Bílá"],
.widget-parameter-value a[title*="Biela"] {
  background-color: white;
  border: 1px solid var(--color-border);
}
.banners-content {
  display: flex;
  flex-wrap: wrap;
}
.banners-content > div {
  flex: 1 1 50%;
  float: none;
  padding: 0 10px;
}
.banners-content > div a {
  display: block;
}
.banners-content > div img {
  width: 100%;
}
.banners-content {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 64px;
}
.homepage-blog-wrapper {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-justify-content: center;
  justify-content: center;
}
.homepage-blog-wrapper .homepage-group-title {
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
}
.blog-btn {
  width: 100%;
  text-align: center;
}
.homepage-blog-wrapper .news-item {
  width: 50%;
  flex-wrap: wrap;
  padding: 0 10px;
}
.homepage-blog-wrapper.three-art .news-item {
  width: 33.3333%;
}
.homepage-blog-wrapper.four-art .news-item {
  width: 25%;
}
.news-item .image {
  margin-right: 0;
  margin-bottom: 12px;
}
.read-article {
  display: none !important;
}
a.more {
  text-decoration: underline;
  color: var(--color-secondary);
  display: inline-block;
  margin-top: 24px;
}
a.more:hover {
  text-decoration: none;
}
a.more::after {
  content: "\e9b6";
  font-family: ikony;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  font-size: 11px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
a.link {
  color: var(--color-secondary);
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}
.r-header {
  display: flex;
  flex-wrap: wrap;
}
.r-number {
  width: 64px;
}
.r-info {
  padding-left: 16px;
  width: calc(100% - 64px);
  color: #555658;
}
.r-info h4 {
  margin: 0 0 8px 0;
}
.f-info .stars-label {
  color: #555658;
}
.r-bottom {
  padding-top: 55px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.r-bottom .review {
  width: 25%;
  padding: 0 10px;
}
.review .top {
  padding-left: 48px;
  position: relative;
}
.review .top::before {
  content: "\eb39";
  font-family: ikony;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  line-height: 1;
  color: var(--color-border);
}
/* .skore#star5 {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/stars5.svg");
}
.skore#star4 {
  background-image: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/stars4.svg");
} */
.skore {
  background-size: 80px auto;
  width: 80px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.review .autor {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #252729;
}
.review .datum {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  text-align: right;
}
.textove-hodnoceni {
  font-size: 14px;
  margin-top: 24px;
}
.ratings {
  padding-top: 64px;
  margin-top: 64px;
  border-top: 1px solid var(--color-border);
}
.ratings:not(.ready) {
  opacity: 0;
}
.custom-footer__instagram {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 64px;
  display: inline-block;
}
.custom-footer__newsletter {
  float: none;
  margin-top: 64px;
  width: 100%;
  display: inline-block;
  padding: 0;
}
.custom-footer__newsletter .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-footer__newsletter .subscribe-form {
  width: 640px;
}
.custom-footer__newsletter .newsletter-header {
  /* width: calc(100% - 640px); */
  margin-right: 50px;
}
.newsletter-header h4 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 8px;
}
.newsletter-header .consents {
  margin-top: 0;
}
.subscribe-form.compact-form .btn {
  height: 52px;
  width: auto;
  padding: 0 24px;
}
.subscribe-form.compact-form .btn .sr-only {
  position: relative;
  margin: 0;
}
.subscribe-form.compact-form br {
  display: none;
}
.subscribe-form fieldset::before {
  content: "\e9c6";
  font-family: ikony;
  position: absolute;
  line-height: 52px;
  left: 18px;
  font-size: 24px;
}
.subscribe-form.compact-form .form-control {
  padding-left: 60px;
}
.ig-header {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  text-align: left;
  flex-wrap: wrap;
}
.instagram-follow-btn {
  margin-left: auto;
}
.custom-footer__instagram h4 {
  font-size: 28px;
  margin: 0;
}
.custom-footer__instagram h4::before {
  content: "\ea32";
  font-family: ikony;
  font-size: 24px;
  margin-right: 20px;
}
.btn-arrow::after {
  content: "\e9b6";
  font-family: ikony;
  display: inline-block;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  font-size: 8px;
  position: relative;
  top: -3px;
  margin-left: 15px;
}
.custom-footer__contact {
  float: none;
  width: 100%;
  display: inline-block;
  margin-top: 64px;
  padding: 0;
}
.custom-footer__contact .container {
  background-color: #fff;
  padding: 0 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custom-footer__contact h4 {
  flex: 1 1 40%;
}
.custom-footer__contact .contact-box {
  flex: 1 1 25%;
}
.custom-footer__contact .socialky {
  flex: 1 1 35%;
}
.custom-footer__contact .container > * {
  padding: 64px 0;
}
.custom-footer__contact h4 {
  margin: 0;
}
.custom-footer__contact h4 img {
  float: left;
  max-width: 80px;
  margin-right: 24px;
  margin-top: -10px;
  max-height: 80px;
}
.custom-footer__contact h4 span {
  margin-bottom: 8px;
  display: block;
}
.custom-footer__contact h4 p {
  font-weight: 400;
  color: #555658;
  font-size: 16px;
  margin: 0;
  line-height: 27px;
}
.contact-box li a {
  font-size: 20px;
  font-weight: 600;
}
.sidebar .contact-box li a {
  font-size: 16px;
}
.socialky ul {
  list-style: none;
  display: flex;
  padding: 0 0 0 64px;
  margin: 0;
  align-items: center;
  line-height: 68px;
  -webkit-justify-content: center;
  justify-content: center;
}
.socialky ul::before {
  content: "Sledujte nás";
  display: block;
  margin-right: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #252729;
}
.socialky ul li {
  margin-right: 16px;
}
.socialky ul li:last-child {
  margin-right: 0;
}
.socialky {
  position: relative;
}
.socialky::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px solid var(--color-border);
  top: 0;
  left: 0;
}
.cart-empty-visible .cart-empty-widget {
  display: block !important;
}
.cart-widget .loader-overlay {
  display: none !important;
}
.empty-cart-content .top {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
  align-items: center;
}
.empty-info {
  flex: 1 1 56%;
  text-align: center;
  padding: 0 32px;
  font-size: 14px;
  line-height: 22px;
}
.empty-info.with-contacts {
  border-right: 1px solid var(--color-border);
}
.empty-contact {
  flex: 1 1 44%;
  padding: 0 32px;
}
.empty-info h5 {
  padding-top: 52px;
  text-align: center;
  position: relative;
  margin: 0 0 8px 0;
}
.empty-info h5::before {
  content: "\e93d";
  font-family: ikony;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--color-secondary);
}
.empty-contact .contact-box li a {
  font-size: 16px;
}
.empty-contact .contact-box ul li > span::before {
  font-size: 16px;
  margin-right: 6px;
  width: auto;
}
.empty-contact h6 {
  margin: 0 0 24px 0;
}
.empty-contact .contact-box ul {
  line-height: 27px;
}
.empty-contact .contact-box ul li:not(:last-child) {
  margin-bottom: 8px;
}
.empty-contact .contact-box > strong {
  display: none;
}
.cart-empty-widget .footer-banners {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  margin: 0;
}
.cart-empty-widget .footer-banner {
  flex-basis: 20% !important;
  padding: 0.5px !important;
  width: 20% !important;
}
.cart-empty-widget .footer-banner img {
  display: none;
}
.cart-empty-widget .footer-banner > a {
  height: 76px;
  padding: 16px !important;
  align-items: center;
}
.cart-empty-widget .footer-banner .extended-banner-title {
  font-size: 14px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 20px;
  font-weight: 400;
  max-height: 40px;
  text-align: center;
  height: auto;
  color: #000;
  padding: 0 !important;
}
.cart-empty-widget .footer-banner:hover .extended-banner-title {
  color: var(--color-secondary);
}
.cart-empty-widget .footer-banner > a:hover::before {
  right: 4px;
  bottom: 5px;
  font-size: 9px;
}
.cart-empty-widget .footer-banner > a:hover::after {
  right: -20px;
  bottom: -20px;
  width: 40px;
  height: 40px;
}
.cart-empty-widget .footer-banner .extended-banner-texts {
  width: 100% !important;
}
.cart-empty-widget .footer-banners::before {
  content: "Nebo prozkoumejte oblíbené kategorie";
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
.cart-empty-widget .footer-banner > a:hover {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.input-wrapper.email .form-control,
.input-wrapper.password .form-control {
  padding-left: 52px;
  position: relative;
}
.input-wrapper.email::before,
.input-wrapper.password::before {
  font-family: ikony;
  position: absolute;
  left: 16px;
  font-size: 20px;
  color: #252729;
  z-index: 1;
  line-height: 52px;
  top: 0;
}
.input-wrapper.email::before {
  content: "\e9c6";
}
.input-wrapper.password::before {
  content: "\eb30";
}
.forget-pass {
  font-size: 14px;
  line-height: 26px;
  display: block;
  margin-top: -12px;
  text-decoration: underline;
}
.forget-pass:hover {
  text-decoration: none;
}
.login-window-visible .top-nav-button-login.primary {
  background-color: #fff;
  z-index: 9;
}
.cart-empty-visible .cart-count {
  z-index: 9;
  background-color: #fff !important;
}
.full-cart .cart-empty-widget {
  display: none !important;
}
.content.wide .category-top > h4,
.content.wide .category-top #productsTop {
  display: none;
}
.sidebar-indented .category-top,
.content.wide .category-top,
.type-manufacturer-detail .category-top,
.empty-category .category-top {
  position: relative;
  padding: 32px 0;
  margin-bottom: 32px;
}
.sidebar-indented .category-top::before,
.content.wide .category-top::before,
.type-manufacturer-detail .category-top::before,
.empty-category .aside-indented .category-top::before {
  content: "";
  width: 5000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2500px;
  background-color: var(--color-bg);
}
.type-manufacturer-detail .category-top {
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.type-manufacturer-detail .category-top > * {
  position: relative;
}
.type-manufacturer-detail .category-top p:last-child {
  margin-bottom: 0;
}
.type-category .overall-wrapper,
.type-manufacturer-detail .overall-wrapper {
  overflow-x: hidden;
}
.category-top > * {
  position: relative;
}
.type-category .content.wide > h4 {
  width: auto;
  display: flex;
  font-size: 20px;
  margin-bottom: 24px;
}
.cs.type-category .content.wide > h4::after,
.sk.type-category .content.wide > h4::after {
  content: " produkty";
  margin-left: 5px;
}
.quantity input[type="number"] {
  -moz-appearance: textfield;
}
.filter-section-count {
  display: none;
}
.param-filter-top form:not(:last-of-type) {
  padding-top: 0;
  padding-bottom: 0;
}
/*.sidebar .param-filter-top form + form{margin-top: -24px;}*/
.category-header-pagination {
  line-height: 40px;
  font-size: 14px;
}
.category-header-pagination strong {
  font-weight: 400;
}
.aktivni-filtry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin-bottom: 24px;
}
.aktivni-filtry .filter-label,
.aktivni-filtry .slider-header {
  display: block !important;
  width: auto;
  margin: 0 8px 8px 0;
  color: #252729;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid var(--color-border);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.one-column-body .aktivni-filtry .slider-header {
  position: relative;
  top: 0;
}
.aktivni-filtry .filter-label:hover,
.aktivni-filtry .slider-header:hover {
  text-decoration: none;
  border-color: var(--color-primary);
}
.aktivni-filtry .filter-label::after,
.aktivni-filtry .slider-header::after {
  content: "\eb54";
  font-family: ikony;
  font-size: 10px;
  margin-left: 8px;
  opacity: 0.5;
  display: inline-block;
}
.aktivni-filtry .filter-label:hover::after,
.aktivni-filtry .slider-header:hover::after {
  opacity: 1;
}
.aktivni-filtry .filter-count {
  display: none !important;
}
.aktivni-filtry > span {
  margin: 0 12px 8px 0;
  color: #000;
  font-weight: 600;
}
.aktivni-filtry .from,
.aktivni-filtry .to {
  float: none !important;
}
.aktivni-filtry .to::before {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}
.vice {
  color: var(--color-secondary);
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}
.vice:hover {
  text-decoration: none;
}
.p-short-description > p:last-child,
.p-short-description > p:last-of-type {
  margin-bottom: 0;
}
.delivery-time span::before {
  content: "můžeme doručit do ";
}
#variants .delivery-time span::before {
  content: "Můžeme doručit do ";
  margin-top: 4px;
}
#variants .delivery-time {
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
}
.delivery-time .choose-variant.default-variant {
  display: none;
}
.detail-info {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}
.detail-info > * {
  display: block;
  width: auto;
  margin-right: 32px;
  color: #555658;
  font-size: 14px;
}
.detail-info .brand-wrapper {
  order: 3;
}
.detail-info th {
  font-weight: 400;
}
.detail-info th > span {
  margin-right: 3px;
}
.detail-info a:not(:hover) {
  text-decoration: underline;
}
.rate-wrapper-in-description {
  display: none;
}
.shp-tabs-row + div {
  padding: 0;
}
h2.popis-nadpis {
  margin-bottom: 24px;
}
.extended-description > p {
  font-size: 24px;
  margin-bottom: 20px;
  color: #252729;
  margin-top: 0;
  line-height: 1.2;
}
.all-param {
  margin-top: 16px;
  text-align: center;
}
.all-param a {
  color: var(--color-secondary);
  text-decoration: underline;
}
.all-param a:hover {
  text-decoration: none;
}
.all-param a::after {
  content: "\e9b6";
  font-family: ikony;
  font-size: 12px;
  margin-left: 12px;
  display: inline-block;
}
.basic-description p:last-child {
  margin-bottom: 0;
}
#ratingTab,
#productDiscussion {
  padding: 64px 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
}
.type-product .tab-content > .tab-pane:not(#description) {
  position: relative;
  padding: 64px 0;
  margin: 0;
}
.type-product .tab-content > .tab-pane:not(#description)::before,
.shp-tabs-wrapper + .products-wrapper::before {
  content: "";
  width: 5000px;
  height: 1px;
  left: -2500px;
  top: 0;
  border-top: 1px solid var(--color-border);
  position: absolute;
}
.multiple-columns-body.type-product
  .tab-content
  > .tab-pane:not(#description)::before,
.multiple-columns-body .shp-tabs-wrapper + .products-wrapper::before {
  width: 100%;
  left: 0;
}
#description {
  margin-bottom: 64px;
}
#relatedFiles img {
  display: none;
}
#ratingTab h2,
#productDiscussion h2 {
  margin: 0 0 8px 0;
}
#ratingTab > p,
#productDiscussion > p {
  margin-bottom: 32px;
}
.products-related-wrapper,
.products-alternative-wrapper {
  padding-top: 64px;
}
.shp-tabs-wrapper + .products-wrapper {
  position: relative;
}
#ratingWrapper {
  width: 480px;
  padding-right: 60px;
}
#productDiscussion > #discussionWrapper {
  width: 100%;
}
#discussionWrapper > .discussionContainer {
  position: relative;
}
#discussionWrapper > .discussionContainer > .add-comment {
  max-width: 420px;
  display: block !important;
}
#productDiscussion > #discussionWrapper {
  display: block !important;
}
.votes-wrap {
  width: calc(100% - 480px);
}
@media screen and (min-width: 1200px) {
  .content #discussionWrapper > .discussionContainer > .votes-wrap {
    position: relative;
    top: -120px;
    left: 480px;
  }
}
#productDiscussion > #discussionWrapper > p,
#ratingWrapper > p {
  margin-bottom: 0;
}
#productDiscussion .add-comment .comment-icon {
  width: 100%;
  margin-top: 24px;
}
#productDiscussion > #discussionWrapper > .comment-icon,
#ratingWrapper > .rate-wrap > .rate-average-wrap > .add-comment {
  margin-top: 32px;
}
.vote-wrap .add-comment {
  line-height: 26px;
  color: var(--color-secondary);
  text-decoration: underline;
  margin-top: 12px;
  display: inline-block !important;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.vote-wrap .add-comment:hover {
  text-decoration: none;
}
.vote-wrap .add-comment::before {
  content: "\ea20";
  font-family: ikony;
  position: absolute;
  left: 0;
  font-size: 12px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.btn.all-votes {
  height: 40px;
  line-height: 38px;
  width: 100%;
}
.content
  .tab-pane:not(.more-votes-visible)
  .discussionContainer
  > .votes-wrap
  > .vote-wrap:nth-child(n + 5) {
  display: none;
}
.content #ratingTab.more-votes .vote-wrap:nth-child(n + 5) {
  display: none;
}
.votes-window #ratingTab > .votes-wrap {
  width: 100%;
  padding: 32px 24px;
  margin-top: 0;
}
.content #ratingTab .load-next-wrap {
  display: none;
}
.popup-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: 99;
}
.popup-open .popup-overlay {
  display: block;
}
.votes-window {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  width: 940px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
  top: 0;
  transition: transform 1s;
  height: 100vh;
  overflow: auto;
  scrollbar-width: thin;
}
.popup-open .votes-window {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #fff;
}
.close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  color: #aaa;
}
.close:hover {
  color: var(--color-text);
}
.close::before {
  content: "\eb54";
  font-family: ikony;
  font-size: 20px;
}
.votes-window #ratingTab,
.votes-window #productDiscussion {
  padding: 0;
  height: 100%;
  flex-direction: column;
}
.votes-window #ratingTab h2,
.votes-window #productDiscussion h2 {
  margin: 0;
  font-size: 20px;
}
/*.votes-window #productDiscussion .add-comment .comment-icon {display: none;}*/
.votes-window #ratingWrapper,
.votes-window #productDiscussion > #discussionWrapper {
  width: 100%;
  padding: 24px 80px 24px 32px;
  border-bottom: 1px solid var(--color-border);
}
.votes-window .discussionContainer > .votes-wrap {
  width: 100%;
  padding: 40px 0;
}
.votes-window .all-votes {
  display: none !important;
}
.votes-window .discussionContainer > .add-comment {
  margin-top: 24px;
}
.popup-open {
  overflow: hidden;
}
.load-next-wrap {
  margin-bottom: 24px;
  text-align: center;
}
.votes-window .rate-wrapper.unveil-wrapper .rate-average-inner {
  background-color: transparent;
  padding: 0;
}
.votes-window .rate-wrapper.unveil-wrapper .rate-average-wrap {
  flex-direction: row;
}
.votes-window .add-comment .rating-icon {
  display: block;
  width: auto;
  margin-left: auto;
}
.votes-window #productDiscussion .add-comment .comment-icon {
  width: auto;
  margin-top: 0;
  margin-left: auto;
}
.votes-window #productDiscussion > #discussionWrapper {
  display: flex !important;
  align-items: center;
}
#discussion-form,
#rate-form {
  display: none !important;
}
.type-post #discussion-form.visible-permanent {
  display: block !important;
  max-width: none;
  max-height: none;
  transform: none;
  position: relative;
  visibility: visible;
}
.type-post .vote-wrap .add-comment {
  background: none;
  text-transform: none;
  border: 0;
  line-height: 1.2;
  height: auto;
  padding: 0 0 0 20px;
  letter-spacing: 0;
  text-decoration: underline !important;
}
.type-post .vote-wrap .add-comment:hover {
  text-decoration: none !important;
}
.type-post .discussionContainer > .add-comment > span {
  color: #252729;
  border: 1px solid var(--color-border);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  height: 52px;
  display: inline-block;
  line-height: 50px;
  padding: 0 32px;
  letter-spacing: 2px;
}
.type-post .discussionContainer > .add-comment > span:hover {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.type-post #formDiscussion {
  background-color: var(--color-bg);
}
.type-post .votes-wrap.discussion {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid var(--color-border);
  padding-top: 40px;
}
.type-post .votes-wrap.discussion .votes-wrap.discussion {
  margin-top: 20px;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .type-post .votes-wrap.discussion .votes-wrap.discussion {
    width: calc(100% + 72px);
  }
  .votes-window .rate-wrapper.unveil-wrapper .rate-average-wrap {
    flex-direction: column;
    margin-top: 20px;
  }
  .votes-window .add-comment {
    margin-top: 20px;
  }
  .votes-window .add-comment .rating-icon {
    margin: auto;
  }
}
#formRating::before,
#formDiscussion::before {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: var(--color-text);
}
#formRating::before {
  content: "Přidat hodnocení";
}
#formDiscussion::before {
  content: "Přidat dotaz";
}
#formDiscussion.reply::before {
  content: "Odpovědět na dotaz";
}
#formRating,
#formDiscussion {
  padding: 40px;
}
textarea::placeholder {
  opacity: 1;
}
.votes-window form > .row > .form-group:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.votes-window form > .row > .form-group:nth-child(2) {
  padding-left: 10px;
  padding-right: 0;
}
.votes-window form > .row > div:last-child {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.votes-window form > .row > div:last-child > div {
  width: 100%;
}
.votes-window form > .row > div:last-child > div.consents {
  order: 1;
  text-align: center;
  margin-top: 32px;
  border-top: 1px solid var(--color-border);
  padding-top: 32px;
}
.votes-window
  form
  > .row
  > div:last-child
  > .form-group:not(.consents):not(.js-validated-element-wrapper) {
  padding-top: 12px;
}
.votes-window
  form#formRating
  > .row
  > div:last-child
  > .form-group:not(.consents):not(.js-validated-element-wrapper) {
  width: 50%;
  margin: 0;
}
#formRating .stars span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 2px;
}
#formRating .stars span::before {
  font-size: 32px;
  line-height: 32px;
}
#formRating .stars {
  width: auto;
  height: auto;
}
.votes-window form > .row > div:last-child > div:last-child {
  text-align: right;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "\e9b6";
  font-family: ikony;
  position: absolute;
  right: 16px;
  color: var(--color-secondary);
  top: 0;
  line-height: 52px;
}
.smart-label-wrapper .select-wrapper::after {
  line-height: 68px;
}
.delivery-time .parameter-dependent.default-variant {
  display: none;
}
.detail-parameters .parameter-dependent.default-variant .availability-label {
  font-size: 0;
  letter-spacing: 0;
}
.detail-parameters
  .parameter-dependent.default-variant
  .availability-label::after {
  content: "Pro zobrazení dostupnosti zvolte variantu";
  font-size: 14px;
}
#choose-variant {
  display: none;
}
#variants {
  margin-top: 24px;
  margin-bottom: 16px;
}
.p-data-wrapper #variants {
  opacity: 1;
}
#variants::before {
  content: "Zvolte variantu:";
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  color: #000;
}
#variants .delivery-time-label {
  display: none;
}
.variant-cart .variant-submit fieldset {
  display: flex;
  flex-wrap: wrap;
}
.more-var-link {
  text-align: center;
}
.more-var-link span {
  height: 40px;
  line-height: 38px;
  margin-top: -1px;
}
.extras-wrap .extra {
  font-size: 14px;
}
.extra.delivery > span {
  padding-left: 40px;
  position: relative;
}
.extra.delivery > span::before {
  top: -3px;
}
@media screen and (min-width: 768px) {
  #colorbox.roz-obj,
  .roz-obj #cboxWrapper,
  .roz-obj #cboxLoadedContent {
    overflow: visible !important;
  }
}
.cart-table-header .cart-p-image::before {
  content: "Produkt";
}
.id--9 .navigation-buttons,
.id--15 .navigation-buttons {
  -webkit-justify-content: left;
  justify-content: left;
}
.id--9 .navigation-buttons .tel:not(.header-phone),
.id--15 .navigation-buttons .tel:not(.header-phone) {
  opacity: 0;
}
.order-phone {
  display: flex;
}
@media screen and (min-width: 768px) {
  .id--16 #header,
  .id--17 #header {
    border-bottom: 1px solid var(--color-border);
  }
  .id--16 .navigation-buttons,
  .id--17 .navigation-buttons {
    display: flex;
  }
  .id--16 .header-phone,
  .id--17 .header-phone {
    font-size: 16px;
  }
  .id--16 #header .header-top-wrapper > div.search,
  .id--17 #header .header-top-wrapper > div.search {
    display: none;
  }
  .id--16 .top-navigation-menu,
  .id--17 .top-navigation-menu {
    display: none;
  }
  .id--16 .top-navigation-bar .top-navigation-tools,
  .id--17 .top-navigation-bar .top-navigation-tools {
    position: absolute;
    right: 0;
    z-index: 9;
  }
  .id--16 .top-navigation-bar .container,
  .id--17 .top-navigation-bar .container {
    position: relative;
  }
  .id--16 #header .header-top,
  .id--17 #header .header-top {
    height: 96px;
  }
}
.co-basic-information > .row > div {
  padding: 0;
  margin-right: 20px;
  width: auto;
}
#checkoutContent .form-control#deliveryCountryId,
#checkoutContent .form-control#payment-currency {
  width: 340px;
  min-width: auto;
  padding-top: 8px;
}
#billCountryId {
  padding-top: 8px;
}
#checkoutContent .form-control#payment-currency {
  width: 120px;
}
.co-basic-information .form-group {
  margin-bottom: 0 !important;
}
.radio-wrapper .question-tooltip {
  display: none;
}
.order-summary > .checkout-box {
  display: none;
}
.free-gift-row .p-availability {
  color: var(--color-secondary);
}
.free-gift-row .p-availability::before {
  content: "\e9fc";
  font-family: ikony;
  font-size: 16px;
  margin-right: 4px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.id--17 .content-inner {
  max-width: 1180px;
  margin: 0 auto;
}
label[for="billCountryId"] + .select-wrapper::after {
  color: #888c92;
}
.co-box.co-shipping-address h4 {
  margin-top: 0;
}
.empty-cart-boxes {
  display: none;
}
.cart-empty {
  padding-top: 64px;
}
.cart-empty .cart-row > div {
  padding: 0;
}
.cart-empty .cart-row .col-md-4 {
  width: 460px;
}
.cart-empty .cart-row .col-md-8 {
  width: calc(100% - 460px);
}
.cart-empty .cart-row > div:first-child,
.no-results-content {
  padding-left: 232px;
  position: relative;
}
.cart-empty .cart-row > div:first-child::before,
.no-results-content::before {
  content: "\e93d";
  font-family: ikony;
  position: absolute;
  left: 20px;
  font-size: 160px;
  line-height: 1;
  top: 10px;
  color: var(--color-border);
}
.cart-empty .cart-row > div:first-child::after,
.no-results-content::after {
  content: "0";
  position: absolute;
  font-size: 36px;
  line-height: 68px;
  background-color: var(--color-secondary);
  color: #fff;
  font-weight: 600;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
  left: 13px;
  top: 115px;
}
.pk-text {
  line-height: 27px;
  max-width: 648px;
  margin-bottom: 32px;
  padding-right: 48px;
}
.cart-empty .cart-heading {
  margin-bottom: 8px;
}
.content .contact-box {
  padding: 32px;
  background-color: var(--color-bg);
}
.content .contact-box h5,
.contact-side h5 {
  margin: 0 0 2px 0;
}
.content .contact-box > p,
.contact-side > p {
  font-size: 14px;
  margin: 0;
}
.content .contact-box > strong {
  display: none;
}
.content .contact-box ul {
  margin-top: 16px;
}
.content .contact-box li a {
  font-size: 16px;
  color: var(--color-text);
  text-decoration: none;
}
.content .contact-box li a:hover {
  text-decoration: underline;
}
.content .contact-box ul li > span::before {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
}
.content .contact-box ul li {
  margin-bottom: 8px;
}
.btn-back::before,
.empty-content-404 .btn::before,
.order-complete-links .btn::before {
  content: "\ea46";
  font-family: ikony;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.pk-kategorie {
  margin-top: 80px;
  margin-bottom: 32px;
}
.pk-kategorie h3 {
  margin: 0 0 32px 0;
}
.pk-kategorie .footer-banners {
  margin-top: 0;
}
.type-search .content h2 {
  font-size: 36px;
  padding-top: 32px;
  padding-bottom: 48px;
  margin: 0;
  position: relative;
}
.no-results .search-results-groups,
.no-results .title-wrap::before,
.no-results #products-found {
  display: none;
}
.no-results-content {
  padding-top: 16px;
}
.no-results-content::before {
  content: "\eadd";
  top: 56px;
}
.no-results-content::after {
  top: 92px;
  left: 54px;
}
.no-results.type-search .content h2 {
  padding-bottom: 24px;
  max-width: calc(100% - 500px);
}
.no-results .search-products-heading {
  margin-bottom: 48px;
  font-size: 18px;
  color: #555658;
}
.type-search .content {
  position: relative;
}
.custom-footer__contact.side-contact {
  width: 460px;
  margin-top: 0;
  padding: 32px;
  background-color: var(--color-bg);
  position: absolute;
  top: 90px;
  right: 0;
}
.custom-footer__contact.side-contact .container {
  background-color: transparent;
  padding: 0;
  width: auto;
}
.custom-footer__contact.side-contact .container > * {
  padding: 0;
  flex: none !important;
  width: 100%;
}
.custom-footer__contact.side-contact .socialky {
  display: none;
}
.custom-footer__contact.side-contact h4 img {
  display: none;
}
.custom-footer__contact.side-contact h4 {
  font-size: 20px;
}
.custom-footer__contact.side-contact h4 span {
  margin-bottom: 2px;
}
.custom-footer__contact.side-contact h4 p {
  font-size: 14px;
  line-height: 18px;
}
.custom-footer__contact.side-contact .contact-box {
  margin-top: 16px;
}
.side-contact .contact-box li a {
  font-size: 16px;
  line-height: 27px;
  color: var(--color-text);
  text-decoration: none;
}
.side-contact .contact-box ul li {
  margin-bottom: 8px;
}
.side-contact .contact-box ul li > span::before {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
}
.no-results .pk-kategorie {
  margin-bottom: 0;
}
.type-post .content-inner {
  max-width: 940px;
  margin: 0 auto;
}
.type-post h1 {
  margin-bottom: 16px;
}
article p {
  margin-top: 0;
}
.next-prev a.btn.btn-default {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.next-prev a.btn.btn-default:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.id--4 .content-inner,
.id--8 .content-inner {
  max-width: 940px;
  margin: 0 auto;
}
.id--4 .content-inner form,
.id--8 .content-inner form {
  border: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
}
.id--4 h1,
.id--8 h1 {
  margin-bottom: 32px;
}
.reg-left,
.reg-right {
  flex: 1 1 50%;
  padding: 40px 32px;
}
.reg-left {
  background-color: var(--color-bg);
}
.reg-left h4 {
  margin: 32px 0 24px 0;
}
.reg-left > fieldset:first-of-type:not(:last-child) h4 {
  margin-top: 0;
}
.reg-left .row > div {
  padding: 0;
  width: 100%;
}
.reg-left label {
  font-size: 14px;
}
.reg-left label strong {
  font-weight: 400;
}
.reg-left .form-group {
  line-height: 20px;
}
#register-form .reg-left > fieldset:first-of-type .form-group:not(:last-child) {
  margin-bottom: 12px;
}
.reg-left .stay-in-touch h4,
#register-form .reg-left > fieldset:last-child h4 {
  font-size: 18px;
}
.reg-left .btn,
.reg-right .btn {
  width: 100%;
}
.content .submit-wrapper p {
  margin: 0;
}
.content .submit-wrapper {
  margin-top: 40px;
}
.reg-left .phone-combined-input {
  max-width: none;
}
.reg-right h4,
.reg-right h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
}
.login-wrapper .btn {
  width: 100%;
}
.fix-detail-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 99;
  padding: 16px 0;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 1s;
}
.product-line-active .fix-detail-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.popup-open .fix-detail-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fix-detail-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fix-detail-header .left {
  width: 76px;
}
.fix-detail-header .right {
  width: 400px;
}
.fix-detail-header .center {
  width: calc(100% - 476px);
  padding: 0 16px;
}
.fix-detail-header h1 {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 0;
}
/*.fix-detail-header .p-variants-block, .fix-detail-header .detail-parameters, .fix-detail-header .add-to-cart {display: none;}*/
.fix-detail-header .p-to-cart-block {
  padding: 0;
  box-shadow: none;
  -webkit-justify-content: right;
  justify-content: right;
  flex-wrap: nowrap;
}
.fix-detail-header .p-to-cart-block .add-to-cart-button {
  width: auto;
  padding: 0 16px;
  height: 48px;
  line-height: 46px;
  white-space: nowrap;
}
.fix-detail-header .p-final-price-wrapper > *:not(.price-final):not(td) {
  display: none;
}
.fix-detail-header .shp-tabs-holder ul.shp-tabs::before {
  display: none;
}
.fix-detail-header .shp-tabs-holder {
  margin: 0;
}
.fix-detail-header .shp-tabs-holder ul.shp-tabs {
  text-align: left;
  box-shadow: none;
  padding: 0;
}
.fix-detail-header .shp-tabs-holder ul.shp-tabs li[data-testid="tabBrand"] {
  display: none;
}
.fix-detail-header .shp-tabs-holder ul.shp-tabs li a {
  padding: 0;
  margin-right: 24px;
  font-size: 14px;
}
.fix-detail-header .p-final-price-wrapper > strong {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
}
.fix-detail-header .p-to-cart-block .p-final-price-wrapper {
  width: auto;
  margin-right: 32px;
  text-align: right;
  margin-bottom: 0;
}
.fix-detail-header td .parameter-dependent {
  display: none;
}
.fix-detail-header td {
  width: 100%;
  display: block;
}
.fix-detail-header .product-appendix {
  display: none;
}
.fix-detail-header #variants {
  display: none;
}
.fix-detail-header .p-final-price-wrapper td .choose-variant {
  display: none;
}
.empty-content-404 h2 {
  display: none;
}
.id--51 h1 {
  margin-bottom: 48px;
  width: 100%;
}
.id--51 .rate-wrapper.unveil-wrapper .rate-average-inner {
  margin-top: 0;
}
.id--51 .rate-wrapper.unveil-wrapper .rate-average-wrap + div {
  display: block;
  width: 100%;
  padding: 0 32px 32px 32px;
  background-color: var(--color-bg);
}
.id--51 .rate-wrapper.unveil-wrapper .rate-wrap {
  display: block;
  margin: 0;
}
.id--51 .content-inner {
  display: flex;
  flex-wrap: wrap;
}
.id--51 .pagination-wrapper {
  width: 100%;
}
.id--24 h1 {
  margin-bottom: 32px;
}
.id--24.type-manufacturer-detail h1 {
  margin-bottom: 16px;
}
.multiple-columns-body .content .breadcrumb-in-detail {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-nav-button.logout {
    order: 4;
  }
}
.client-center-box {
  padding: 0 !important;
  border-bottom: 0 !important;
}
li.logout {
  display: none;
}
.client-center-box > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.client-center-box > ul > li {
  border-bottom: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}
.client-center-box > ul > li.active::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 0;
}
.client-center-box > ul > li.active::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--color-secondary);
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.client-center-box > ul > li a {
  padding: 16px 24px;
  display: block;
  font-weight: 600;
}
.client-center-box > ul > li a:hover {
  text-decoration: underline;
}
.client-center-box ul li .btn {
  background: none !important;
  border: 0;
  color: var(--color-secondary);
  text-transform: none;
  width: auto;
  display: inline-block;
  padding: 0 24px 16px 24px;
  height: auto;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-decoration: underline !important;
}
.client-center-box ul li .btn:hover {
  text-decoration: none !important;
}
.client-center-box > ul > li:first-child a:not(.btn) {
  padding-bottom: 8px;
}
.in-klient h1 + h2 {
  font-size: 28px;
}
.klient-centrum h1 {
  margin-bottom: 32px;
}
.klient-centrum .content table th,
.klient-centrum .content table td {
  border: 0 !important;
  text-align: left;
  padding: 16px;
  color: var(--color-text);
}
.klient-centrum .content table thead tr {
  border-bottom: 2px solid var(--color-secondary);
}
.klient-centrum .content table tbody tr {
  background-color: var(--color-bg);
}
.klient-centrum .content table tbody tr:nth-child(2n) {
  background-color: #fff;
}
.klient-centrum .content table tbody td a,
.client-link a {
  color: var(--color-secondary);
  text-decoration: underline;
}
.klient-centrum .content table tbody td a:hover,
.client-link a:hover {
  text-decoration: none;
}
.objednavka-detail .content-inner {
  background-color: var(--color-bg);
  padding: 40px;
}
.objednavka-detail .content > .client-link {
  margin-bottom: 32px;
}
.objednavka-detail .content h2 {
  margin: 0;
  padding: 40px 24px 24px 24px;
  background-color: #fff;
}
.objednavka-detail .content-inner > div {
  background-color: #fff;
  padding: 0 24px 40px 24px;
  margin-bottom: 20px;
}
.objednavka-detail .content-inner p {
  margin-top: 0;
}
.objednavka-detail .content-inner p:last-child {
  margin-bottom: 0;
}
.objednavka-detail .content-inner > div > div {
  padding-left: 0;
  padding-right: 0;
}
.objednavka-detail .content-inner > div > p > .btn::before {
  content: "\eac4";
  font-family: ikony;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.klient-centrum .content table.cart-table thead tr {
  background-color: #fff;
}
.klient-centrum .content table.cart-table th,
.klient-centrum .content table.cart-table td {
  padding: 20px 24px;
  font-size: 14px;
}
.klient-centrum .content table.cart-table td {
  border-bottom: 1px solid #e1e1e2 !important;
}
.klient-centrum .content table.cart-table {
  border-bottom: 0 !important;
}
.klient-centrum .content table.cart-table .p-name + td strong {
  font-weight: 400;
}
.klient-centrum .content table.cart-table th:last-child,
.klient-centrum .content table.cart-table td:last-child {
  text-align: right;
  padding-right: 32px;
}
.klient-centrum .content table.cart-table td:last-child {
  font-size: 16px;
}
.klient-centrum .cart-table .p-name {
  width: 48%;
  font-size: 13px;
}
.klient-centrum .cart-table .p-name a {
  font-size: 14px;
}
.klient-centrum .cart-table .p-name .img {
  width: 64px;
  padding: 0;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.p-name-inner {
  display: inline-block;
  width: calc(100% - 84px);
  vertical-align: middle;
}
.klient-centrum .cart-table .p-name .img:empty {
  display: none;
}
tr.row-summary {
  border: 0 !important;
}
.klient-centrum .content table.cart-table .row-summary > td {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}
.row-summary > td > dl {
  max-width: 420px;
  background-color: #fff;
  padding: 24px 24px 32px 24px;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.row-summary > td > dl dt {
  width: 60%;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.row-summary > td > dl dd {
  width: 40%;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.order-in-total {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--color-text);
}
.row-summary > td > dl .order-in-total dt {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.row-summary > td > dl .order-in-total dd {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.row-summary > td > dl > dt:nth-of-type(2),
.row-summary > td > dl > dd:nth-of-type(2) {
  padding-top: 16px;
}
.products-block .p > a::before,
.products-block .img > a::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-navigation-bar .header-phone {
    display: none;
  }
  .search .close {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-image-wrapper .p-thumbnails-wrapper {
    display: none;
  }
  .multiple-columns-body .p-image-wrapper .p-thumbnails-wrapper {
    display: block;
  }
  .multiple-columns-body .p-thumbs-wrapper {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-image-wrapper .p-thumbnails-wrapper {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .p-thumbs-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-thumbs-wrapper {
    display: none;
  }
}
.type-search .sidebar {
  display: none;
}
a.display-results-group {
  color: var(--color-secondary);
  text-decoration: underline;
  font-size: 14px;
}
a.display-results-group:hover {
  text-decoration: none;
}
a.display-results-group::after {
  content: "\e9b6";
  font-family: ikony;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
}
.id--7 .sidebar,
.id--51 .sidebar {
  display: none;
}
.id--7 .content-inner {
  max-width: 600px;
  margin: 0 auto;
}
.id--7 .content-inner form h2 {
  display: none;
}
.id--7 .client-center-box {
  display: none;
}
.vote-rating .vote-time {
  display: none;
}
.discussion .vote-rating .vote-time {
  display: block;
}
.products-block .image > .flag-sleva {
  position: absolute;
  top: 0;
  left: -8px;
}
.shipping-options-row {
  position: absolute;
  right: 0;
  top: calc(50% + 12px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shipping-options {
  /* background: url("https://cdn.myshoptet.com/usr/jupiter.paxio.cz/user/documents/upload/delivery.svg")
    0 50% no-repeat; */
  padding-left: 28px;
  /* background-size: 18px auto; */
  color: var(--color-text) !important;
}
.quantity input[type="number"] {
  -moz-appearance: textfield;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html.cookies-visible body .siteCookies {
  display: none;
}
.shipping-options-popup h1 {
  font-size: 28px;
  margin-bottom: 16px;
  margin-top: 0;
}
.shipping-options-popup > p {
  color: var(--color-text);
}
.shipping-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 24px;
  border: 1px solid var(--color-border);
  border-top: 0;
  align-items: center;
  color: var(--color-text);
}
.shipping-row:first-of-type {
  border-top: 1px solid var(--color-border);
}
.shipping-row .payment-logo {
  order: -1;
  width: 80px;
  padding: 4px;
  border: 1px solid var(--color-border);
  margin: 0;
}
.shipping-row .payment-shipping-price {
  width: 100px;
  padding: 0;
}
.shipping-row .payment-info {
  width: calc(100% - 180px);
  padding: 0 24px;
}
.shipping-options-popup .extra.delivery {
  background-color: var(--color-bg);
  margin: 20px -20px -20px -20px;
  padding: 24px 20px;
}
.shipping-options-popup .extra.delivery > span {
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .shipping-options-popup .extra.delivery {
    margin: 24px -10px -10px -10px;
  }
}
@media screen and (max-width: 479px) {
  .shipping-row .payment-info {
    order: 3;
    width: 100%;
    padding: 16px 0 0 0;
  }
  .shipping-row .payment-shipping-price {
    margin: 0;
    width: calc(100% - 80px);
    flex-basis: auto;
  }
  .shipping-options-popup .payment-info b {
    min-height: auto;
    display: inline-block;
  }
}
.multiple-columns-body .welcome-wrapper .welc-img {
  flex: 1 1 100%;
  order: -1;
}
.multiple-columns-body .welcome-wrapper {
  flex-wrap: wrap;
}
.multiple-columns-body .welcome-wrapper .welc-img img {
  margin-left: 0;
  width: 100%;
}
.multiple-columns-body .welcome-wrapper .welcome {
  padding: 40px;
  margin-top: 32px;
}
.p-image-wrapper .brand-wrapper {
  display: none;
}
.extended-banner-texts {
  display: none;
}
.filter-section-button > a.chevron-after {
  padding: 16px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.filter-section-button > a.chevron-after:hover {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .phone-form-group > label {
    left: 94px !important;
  }
}
#productVideos h3 {
  font-size: 18px;
}
.type-manufacturer-detail .pagination-wrapper + p {
  display: none;
}
@media screen and (min-width: 768px) {
  .multiple-columns-body .aside-indented #productsTop,
  .multiple-columns-body .aside-indented #category-header,
  .desktop.multiple-columns-body .aside-indented .products-page,
  .desktop.multiple-columns-body .aside-indented .banner-category,
  .desktop.multiple-columns-body .aside-indented .pagination-wrapper,
  .desktop.multiple-columns-body .aside-indented .category__secondDescription {
    width: 100%;
  }
} /*
@media screen and (min-width: 992px){
.multiple-columns-body .aside-indented #productsTop, .multiple-columns-body .aside-indented #category-header, .desktop.multiple-columns-body .aside-indented .products-page, .desktop.multiple-columns-body .aside-indented .banner-category, .desktop.multiple-columns-body .aside-indented .pagination-wrapper, .desktop.multiple-columns-body .aside-indented .category__secondDescription{width: 100%;}
}
*/
.columns-4 .products-block.products-page > div:nth-child(3n),
.columns-3 .products-block.products-page > div:nth-child(3n),
.products-wrapper:not(.slide-active) .product:nth-child(3n) {
  border-right-style: none;
}
.one-column-body.columns-4 .products-block.products-page > div:nth-child(3n),
.one-column-body.columns-4
  .products-wrapper:not(.slide-active)
  .product:nth-child(3n) {
  border-right-style: solid;
}
.one-column-body.columns-4 .products-block.products-page > div:nth-child(4n),
.one-column-body.columns-4
  .products-wrapper:not(.slide-active)
  .product:nth-child(4n) {
  border-right-style: none;
}
@media screen and (max-width: 1199px) {
  .columns-4 .products-block.products-page > div:nth-child(3n),
  .columns-3 .products-block.products-page > div:nth-child(3n) {
    border-right-style: solid;
  }
  .columns-4 .products-block.products-page > div:nth-child(2n),
  .columns-3 .products-block.products-page > div:nth-child(2n) {
    border-right-style: none;
  }
}
.one-column-body .filters-unveil-button-wrapper {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .header-phone {
    padding-left: 0;
  }
  .navigation-buttons a[data-target="cart"]::before {
    margin-right: 10px;
  }
  #header .header-top a.cart-count::after {
    margin-left: 10px;
  }
  .cart-count:not(.full) .cart-price {
    font-size: 14px;
  }
  .custom-footer__contact h4 img {
    width: 60px;
    margin-top: 0;
  }
  .p-to-cart-block .p-final-price-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-to-cart-block .add-to-cart-button {
    width: calc(100% - 120px);
  }
  .multiple-columns-body .shipping-options-row {
    position: relative;
    top: 16px;
  }
  .multiple-columns-body .detail-info {
    flex-wrap: wrap;
  }
  .multiple-columns-body .detail-info > * {
    margin-right: 0;
    width: 100%;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .multiple-columns-body .footer-banner {
    flex-basis: 50%;
  }
  .multiple-columns-body .footer-banner > a {
    padding: 16px;
    height: 132px;
    align-items: center;
    text-align: left;
  }
  .multiple-columns-body .footer-banner .extended-banner-texts {
    width: calc(100% - 100px);
    order: 1;
  }
  .multiple-columns-body .footer-banner .extended-banner-title {
    display: flex;
    align-items: center;
    padding-left: 24px;
  }
  .products-block > div .p .p-bottom > div .prices .price-final {
    font-size: 16px;
  }
  .products-block > div .p .availability {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .multiple-columns-body .content .p-to-cart-block .p-final-price-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .multiple-columns-body .content .p-to-cart-block .add-to-cart-button {
    width: calc(100% - 120px);
  }
  .fix-detail-header .shp-tabs-holder ul.shp-tabs li:nth-child(n + 6) {
    display: none !important;
  }
  .advanced-order .extras-wrap .extra.step {
    margin-left: auto;
  }
}
.id--20 .tab-content > div.tab-pane {
  display: none;
}
.id--20 .tab-content > div.tab-pane.active {
  display: block;
}

@media screen and (max-width: 1439px) {
  .welcome-wrapper .welcome {
    padding: 60px 110px 60px 40px;
  }
  .custom-footer__contact .container {
    padding: 0 32px;
  }
  .socialky ul {
    padding: 0 0 0 24px;
  }
  .socialky ul::before {
    margin-right: 16px;
  }
  .searchWhisperer__content--empty {
    padding: 32px 24px;
  }
  .popup-widget.login-widget {
    margin-left: -111px;
  }
  .popup-widget.cart-widget {
    margin-left: -111px;
  }
  .subcategories li {
    width: 25%;
  }
  .products-inline.products-top > div .p .image {
    width: 40px;
  }
  .products-inline.products-top > div .p .p-in {
    width: calc(100% - 40px);
  }
  .shp-tabs-holder ul.shp-tabs li a {
    margin-right: 24px;
    font-size: 14px;
  }
  .fix-detail-header .center {
    width: calc(100% - 400px);
    padding-left: 0;
  }
  .fix-detail-header .left {
    display: none;
  }
  .fix-detail-header .shp-tabs-holder ul.shp-tabs li a {
    margin-right: 10px;
    font-size: 12px;
  }
  .cart-table .p-total {
    padding-right: 60px;
  }
  tr.removeable .remove-item {
    width: 60px;
    margin-right: -60px;
  }
  #search-group-categories li {
    width: 25%;
  }
  .cart-related-product {
    width: 16.6666%;
  }
  .cart-related-product:nth-child(n + 7) {
    border-top: 1px solid var(--color-border);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-banner:nth-child(2) .extended-banner-texts,
  .footer-banner:nth-child(10) .extended-banner-texts {
    width: calc(100% - 120px);
  }
  .footer-banner:nth-child(2) img,
  .footer-banner:nth-child(10) img {
    width: 120px;
    height: auto;
  }
  .multiple-columns-body .footer-banner:nth-child(2) img,
  .multiple-columns-body .footer-banner:nth-child(10) img {
    height: 100%;
  }
  .footer-banner:nth-child(2) .extended-banner-title,
  .footer-banner:nth-child(10) .extended-banner-title {
    padding-left: 16px;
  }
  .wide .p-detail-inner .p-image-wrapper {
    flex-basis: 55%;
    padding-right: 24px;
  }
  .wide .p-detail-inner .p-data-wrapper {
    flex-basis: 45%;
  }
  .p-image-wrapper .p-thumbnails a,
  .p-thumbnails a.next-photos {
    width: calc(20% - 8px);
  }
  .p-to-cart-block .p-final-price-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-to-cart-block .add-to-cart-button {
    width: calc(100% - 120px);
  }
  .one-column-body .detail-info {
    display: block;
  }
  .one-column-body .detail-info > * {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .multiple-columns-body .footer-banner:nth-child(2) img,
  .multiple-columns-body .footer-banner:nth-child(10) img {
    height: 100%;
  }
  .variant-name + span {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .columns-4 .products-block > div,
  .columns-3 .products-block > div {
    width: 50%;
  }
  .id--16 .header-phone,
  .id--17 .header-phone {
    display: none;
  }
  /* .category-header .dropdown .dropdown-menu li:last-child {
    display: none;
  } */
  .multiple-columns-body .p-image-wrapper {
    margin-bottom: 24px;
  }
  .multiple-columns-body .benefitBanner__item {
    flex: 0 0 50% !important;
    width: 50%;
  }
  .type-product .benefitBanner {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .multiple-columns-body .content .p-to-cart-block .p-final-price-wrapper {
    width: calc(100% - 360px);
    margin-bottom: 0;
  }
  .multiple-columns-body .content .p-to-cart-block .add-to-cart-button {
    width: 240px;
  }
  .one-column-body .p-image,
  .one-column-body .image360 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1199px) {
  #header .header-top a.cart-count::after {
    display: none;
  }
  .navigation-buttons a[data-target="cart"]::before {
    margin-right: 0;
  }
  .carousel-tabs .extended-banner-title {
    font-size: 0;
    letter-spacing: 0;
    width: 20px;
    height: 20px;
    transform: none !important;
    margin: 0 8px 0 0;
    box-shadow: none;
    background-color: var(--color-border);
  }
  .carousel-tabs .extended-banner-title.active {
    background-color: var(--color-secondary);
  }
  .carousel-tabs .extended-banner-title.active::before {
    display: none;
  }
  .carousel-tabs {
    bottom: 20px;
    -webkit-justify-content: left;
    justify-content: left;
    padding: 0 0 0 20px;
  }
  .carousel-control {
    width: 32px;
    height: 32px;
  }
  .carousel-control::before {
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
  .welcome-wrapper .welc-img {
    flex: 1 1 100%;
    order: -1;
  }
  .welcome-wrapper {
    flex-wrap: wrap;
  }
  .welcome-wrapper .welc-img img {
    margin-left: 0;
    width: 100%;
  }
  .welcome-wrapper .welcome {
    padding: 40px;
    margin-top: 32px;
  }
  .custom-footer__newsletter .newsletter-header {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  .custom-footer__newsletter .subscribe-form {
    margin: 0 auto;
  }
  .custom-footer__contact .container > * {
    padding: 48px 0;
  }
  .custom-footer__contact .socialky {
    width: 100%;
    flex: 1 1 100%;
    border-top: 1px solid var(--color-border);
  }
  .socialky::before {
    display: none;
  }
  .socialky ul {
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .socialky ul::before {
    margin-right: 32px;
  }
  .searchWhisperer__products__listItem {
    flex-basis: 33.3333%;
  }
  .searchWhisperer__products__listItem:nth-child(n + 7) {
    display: none;
  }
  .popup-widget.login-widget {
    margin-left: -215px;
  }
  .products-inline.products-top > div {
    display: block;
  }
  .subcategories li {
    width: 33.3333%;
  }
  .subcategories.with-image li a .text {
    padding-left: 10px;
  }
  .sidebar {
    padding-right: 24px;
  }
  .pagination-wrapper {
    margin-top: 48px;
  }
  .basic-description {
    width: 100%;
    padding-right: 0;
  }
  .extended-description {
    width: 100%;
    margin-top: 64px;
  }
  #ratingWrapper,
  #productDiscussion > #discussionWrapper {
    width: 100%;
    padding-right: 0;
  }
  .votes-wrap {
    width: 100%;
    margin-top: 48px;
  }
  .fix-detail-header .shp-tabs-holder {
    display: none;
  }
  .fix-detail-header h1 {
    margin-bottom: 0;
  }
  .fix-detail-header .left {
    display: block;
    width: 64px;
  }
  .fix-detail-header .center {
    width: calc(100% - 464px);
    padding-left: 16px;
  }
  .shp-tabs-holder ul.shp-tabs {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    padding: 0 24px;
    overflow: auto;
  }
  .shp-tabs-holder ul.shp-tabs::before {
    display: none;
  }
  .advanced-order .extras-wrap .extra {
    width: 50%;
  }
  .advanced-order .extras-wrap .extra.step {
    width: 50%;
    text-align: right;
  }
  ol.cart-header li {
    width: 33.3333%;
  }
  #checkoutContent {
    padding-right: 48px;
  }
  .recapitulation-wrapper .co-order {
    width: 100%;
  }
  .recapitulation-wrapper .co-payment-method {
    width: 100%;
    order: 2;
    margin-top: 24px;
    margin-left: 0;
  }
  .cart-empty .cart-row .col-md-8 {
    width: calc(100% - 360px);
  }
  .cart-empty .cart-row .col-md-4 {
    width: 360px;
  }
  .contact-side {
    width: 360px;
  }
  #search-group-categories li {
    width: 33.3333%;
  }
  .custom-footer__contact.side-contact {
    width: 360px;
  }
  .no-results.type-search .content h2 {
    max-width: calc(100% - 400px);
  }
  .no-results.type-search .content h2 strong {
    display: block;
  }
  .klient-centrum .content table {
    overflow: auto;
    display: block;
  }
  .klient-centrum .content table tbody {
    white-space: nowrap;
  }
  .cart-related-product {
    width: 20%;
  }
  .cart-related-product:nth-child(n + 6) {
    border-top: 1px solid var(--color-border);
  }
  .cart-empty-widget {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .header-top-wrapper > div.navigation-buttons {
    flex: 0 1 27%;
    -webkit-justify-content: right;
    justify-content: right;
  }
  #header .header-top-wrapper .site-name {
    flex: 0 1 28%;
  }
  #header .header-top {
    height: 100px;
  }
  .news-wrapper .news-item {
    width: 33.3333%;
  }
  .type-index .news-wrapper .news-item:nth-child(4) {
    display: none;
  }
  .r-bottom .review {
    width: 33.3333%;
  }
  .r-bottom .review:nth-child(4) {
    display: none;
  }
  .searchWhisperer__products__listItem {
    flex-basis: 50%;
  }
  .multiple-columns-body
    .products-block
    > div
    .p
    .p-bottom
    > div
    .p-tools
    .btn.btn-cart {
    width: 100%;
    margin: 0;
  }
  .category-header .dropdown .dropdown-menu label,
  .category-header .dropdown .dropdown-menu strong {
    padding: 0 8px;
  }
  .multiple-columns-body .footer-banner img {
    height: 60px !important;
  }
  .multiple-columns-body .footer-banner .extended-banner-texts {
    width: calc(100% - 60px) !important;
  }
  .p-image-wrapper {
    margin-bottom: 24px;
  }
  .multiple-columns-body .p-thumbs-wrapper {
    display: none;
  }
  .multiple-columns-body .p-image-wrapper .p-thumbnails-wrapper {
    display: block;
  }
  .multiple-columns-body .p-thumbnails a.next-photos {
    width: 90px;
    margin-right: 0;
    height: 90px;
  }
  .products-inline.products-top > div .p .p-in .p-bottom .prices {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .header-phone > span {
    display: none;
  }
  #header .navigation-buttons .header-phone a {
    font-size: 0;
  }
  .header-phone a::before {
    margin-right: 0;
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: -2px;
  }
  .header-phone {
    padding-left: 0;
    margin-right: 10px;
  }
  .footer-banner {
    flex-basis: 50%;
  }
  .footer-banner > a {
    padding: 16px;
    height: 132px;
    align-items: center;
    text-align: left;
  }
  .footer-banner .extended-banner-texts {
    width: calc(100% - 100px);
    order: 1;
  }
  .footer-banner img {
    width: 100px;
    height: auto;
  }
  .footer-banner .extended-banner-title {
    display: flex;
    align-items: center;
    padding-left: 24px;
  }
  .instagram-widget > a {
    flex: 1 1 20% !important;
    padding-bottom: 20% !important;
  }
  .instagram-widget > a:nth-child(n + 6) {
    display: none;
  }
  .custom-footer__contact .container > * {
    flex: 1 1 100% !important;
    width: 100% !important;
    text-align: center;
    padding: 32px 0;
  }
  .custom-footer__contact h4 img {
    float: none;
    margin: 0 0 24px 0;
  }
  .custom-footer__contact h4 {
    padding-bottom: 0 !important;
  }
  .custom-footer > div {
    width: 100%;
    border-top: 1px solid var(--color-border);
    padding: 0;
    max-height: 70px;
    overflow: hidden;
    transition: max-height 0.5s;
    padding-bottom: 24px;
  }
  .custom-footer > div.otevreno {
    max-height: 700px;
  }
  .footer-rows h4 {
    font-size: 18px;
    margin: 0;
    padding: 24px 0;
    position: relative;
  }
  .footer-rows .custom-footer {
    padding-top: 48px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-rows h4::after {
    content: "\e9b6";
    font-family: ikony;
    position: absolute;
    right: 20px;
    font-size: 12px;
    line-height: 69px;
    top: 0;
  }
  .footer-rows .otevreno h4::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 2px;
  }
  .top-navigation-bar a[data-testid="headerSignup"] {
    display: none;
  }
  .top-navigation-tools a {
    padding: 10px;
  }
  .searchWhisperer__content--empty .left {
    flex: 1 1 calc(100% - 312px);
  }
  .searchWhisperer__content--empty .right {
    flex: 1 1 280px;
    margin-left: 32px;
    padding-left: 32px;
  }
  .popup-widget.login-widget {
    margin-left: -327px;
    left: 50%;
    top: 42px !important;
  }
  .sidebar {
    padding-right: 11px;
  }
  .subcategories li {
    width: 50%;
  }
  .p-detail-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wide .p-detail-inner .p-image-wrapper {
    width: calc(100% - 100px);
    padding-left: 24px;
  }
  .p-thumbs-wrapper {
    width: 100px;
  }
  .p-detail-inner-header-mobile .brand-wrapper {
    display: none;
  }
  .p-image-wrapper .flags-default {
    top: 8px;
    left: 8px;
  }
  .votes-window {
    width: calc(100% - 120px);
  }
  .id--9 .extra.delivery > span {
    display: block;
  }
  .extra .price-range {
    margin-left: -40px;
    width: calc(100% + 40px);
  }
  .extra.delivery.not-free > span::before {
    top: 7px;
  }
  .summary .col-md-8,
  .summary .col-md-4 {
    padding: 0 !important;
  }
  .summary .col-md-8 > div {
    max-width: none;
  }
  .price-wrapper {
    max-width: none;
    margin-top: 24px;
  }
  .next-step {
    max-width: none;
  }
  #checkoutContent {
    padding-right: 0;
    width: 100%;
  }
  .ordering-process .co-box h4,
  .ordering-process .co-box .stay-in-touch h4 {
    margin-top: 48px;
  }
  #select-country-payment + .order-delivery-payment-form {
    margin-top: 48px;
  }
  #checkoutSidebar {
    width: 100%;
  }
  #checkoutSidebar .order-summary-inner {
    padding: 0 24px;
    background-color: var(--color-bg);
  }
  .order-summary h4 {
    padding: 24px;
    margin: 0 -24px;
    border-bottom: 1px solid var(--color-border);
    position: relative;
    text-decoration: underline;
  }
  .order-summary h4::after {
    content: "\e9b6";
    font-family: ikony;
    position: absolute;
    right: 24px;
    font-size: 16px;
  }
  .order-summary.otevreno h4::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 2px;
  }
  .order-summary:not(.otevreno) .order-summary-inner > div:not(.price) {
    display: none;
  }
  .order-summary-item.price {
    margin-top: 0;
    padding-top: 0;
  }
  h4 + .order-summary-item {
    margin-top: 24px;
  }
  .id--15 .cart-table tr {
    align-items: flex-end;
  }
  .cart-empty .cart-row .col-md-8 {
    width: 100%;
  }
  .pk-text {
    max-width: none;
    padding-right: 0;
  }
  .cart-empty .cart-row .col-md-4 {
    width: 100%;
    text-align: center;
  }
  .content .contact-box {
    padding: 32px;
    background-color: transparent;
    border-top: 1px solid var(--color-border);
    margin-top: 48px;
  }
  .pk-kategorie {
    margin-top: 24px;
    padding-top: 32px;
    border-top: 1px solid var(--color-border);
  }
  .pk-kategorie h3 {
    text-align: center;
  }
  .contact-side,
  .custom-footer__contact.side-contact {
    width: 100%;
    position: relative;
    padding: 32px 10px 0 10px;
    background-color: transparent;
    border-top: 1px solid var(--color-border);
    text-align: center;
  }
  .empty-content-404 {
    padding-right: 0;
    background-position: 50% 0;
    margin-bottom: 32px;
  }
  .contact-side .contact-box,
  .custom-footer__contact.side-contact .contact-box {
    border: 0 !important;
    margin-top: 16px !important;
  }
  #search-group-categories li {
    width: 50%;
  }
  #search-group-articles,
  #search-group-manufacturers {
    width: calc(100% - 20px);
  }
  .custom-footer__contact.side-contact {
    top: auto;
    margin-top: 48px;
  }
  .no-results .pk-kategorie {
    order: 2;
  }
  .no-results.type-search .content h2 {
    max-width: none;
  }
  .content .contact-box ul {
    margin-top: 0;
  }
  .objednavka-detail .content .cart-table tr {
    padding: 0;
  }
  .objednavka-detail .content .cart-table thead {
    display: none;
  }
  .cart-table .main-link {
    padding-right: 24px;
  }
  #variants .variant-table .quantity {
    margin-left: auto;
  }
  .cart-related-product {
    width: 25%;
  }
  .cart-related-product:nth-child(n + 5) {
    border-top: 1px solid var(--color-border);
  }
  .homepage-blog-wrapper.four-art .news-item {
    width: 33.3333%;
  }
  .homepage-blog-wrapper.four-art .news-item:nth-child(n + 5) {
    display: none;
  }
  .product .product-appendix {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  #header .header-top .container {
    min-height: 60px;
  }
  .navigation-buttons a[data-target="navigation"] {
    order: -1;
    margin-right: auto;
    width: auto !important;
    padding-left: 10px;
  }
  .navigation-buttons a[data-target="navigation"]::before {
    font-size: 16px;
  }
  /* .navigation-buttons a[data-target="navigation"]::after {
    content: "Menu";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
  } */
  .navigation-buttons a[data-target="cart"]::before {
    font-size: 20px;
  }
  .wide-carousel {
    padding: 0 !important;
  }
  .carousel-tabs .extended-banner-title {
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0;
    padding: 0;
  }
  .carousel-tabs {
    bottom: 8px;
    padding-left: 8px;
  }
  .benefitBanner {
    margin-top: 8px;
  }
  .type-product .benefitBanner {
    border-top: 1px solid var(--color-border);
    margin-top: 24px;
  }
  .benefitBanner__item {
    margin-top: 24px;
  }
  .footer-banner {
    padding: 1px 1px 1px 0 !important;
  }
  .footer-banner:nth-child(2n) {
    padding: 1px 0 1px 1px;
  }
  .benefitBanner__content {
    padding-right: 0;
  }
  .benefitBanner__item {
    padding: 0 5px;
  }
  .benefitBanner__data {
    font-size: 13px;
    line-height: 16px;
  }
  .benefitBanner__title {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-banner img {
    height: auto;
    width: 32px;
  }
  .footer-banner .extended-banner-texts {
    width: calc(100% - 32px);
  }
  .footer-banner > a {
    padding: 16px 10px;
    height: 64px;
  }
  .footer-banner .extended-banner-title {
    padding-left: 10px;
    font-size: 13px;
    line-height: 16px;
    max-height: 32px;
    display: flex;
    align-items: baseline;
    height: auto;
  }
  .footer-banners {
    margin-top: 40px;
  }
  .homepage-group-title {
    margin-top: 48px;
    margin-bottom: 0;
    font-size: 22px;
  }
  .columns-mobile-2 .homepage-group-title {
    margin-bottom: 24px;
  }
  .products-wrapper {
    margin: 0;
  }
  .columns-mobile-2 .products-wrapper {
    margin-right: 1px;
  }
  .products-block > div .p .name {
    margin-bottom: 16px;
  }
  .products-block .p > a {
    padding: 0;
  }
  .product-slider-navigation {
    width: 32px;
    height: 32px;
  }
  .product-slider-navigation::before {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
  .product-slider-navigation.navigation-prev {
    left: -10px;
  }
  .product-slider-navigation.navigation-next {
    right: -10px;
  }
  .products-block .p-code {
    right: 0;
  }
  .product-slider-pagination .pagination-button {
    width: 8px;
    height: 8px;
  }
  .products-block > div .p .p-in {
    padding-top: 24px;
  }
  .columns-mobile-2 .products-block > div .p .p-in {
    padding-top: 16px;
  }
  .product .product-appendix {
    top: 6px;
  }
  .columns-mobile-2 .product .product-appendix {
    display: none;
  }
  .columns-mobile-2 .products-block .p-bottom .prices {
    width: 100%;
    text-align: center;
  }
  .columns-mobile-2 .products-block .p-bottom .price-additional {
    width: 100%;
  }
  .columns-mobile-2 .products-block > div .p .availability {
    width: 100%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-top: 10px;
    height: 32px;
    align-items: flex-start;
  }
  .price-standard {
    font-size: 13px;
  }
  .products-block > div .p .p-bottom > div .prices .price-final {
    font-size: 16px;
    line-height: 20px;
  }
  .columns-mobile-2 .products-block > div .p .p-bottom > div .p-tools .btn,
  .columns-mobile-2
    .products-block
    > div
    .p
    .p-bottom
    > div
    .p-tools
    .btn.btn-cart {
    height: 40px;
    max-width: none;
    line-height: 38px;
    font-size: 14px;
  }
  .columns-mobile-2.cs .add-to-cart-button span::after,
  .columns-mobile-2.cs .product .btn-primary::after {
    font-size: 12px;
  }
  .columns-mobile-2
    .products-block
    > div
    .p
    .p-bottom
    > div
    .p-tools
    .btn.btn-cart {
    width: 100%;
    margin: 0;
  }
  .products-block > div .p .p-bottom > div .p-tools {
    padding-bottom: 0;
  }
  .products-block > div .p .p-bottom .p-desc {
    margin-top: 16px;
  }
  .products-block .flags-default,
  .products-block .image > .flag-sleva {
    left: 0;
  }
  .banners-content {
    margin-top: 40px;
  }
  .welcome-wrapper .welcome {
    padding: 0;
    margin-top: 24px;
    box-shadow: none;
  }
  .welcome h1 {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .homepage-blog-wrapper {
    margin-top: 32px;
  }
  .news-wrapper .news-item {
    width: 50%;
    margin-bottom: 32px;
  }
  .homepage-blog-wrapper .h4 {
    margin-bottom: 32px;
  }
  .news-wrapper {
    margin-top: 32px;
  }
  .news-wrapper .news-item > .title,
  .news-wrapper .news-item > h2,
  .news-item .text .title {
    font-size: 16px;
    line-height: 20px;
  }
  .homepage-blog-wrapper .news-item {
    margin-bottom: 32px;
  }
  .blog-btn {
    margin-top: 16px;
  }
  .ratings {
    padding: 40px 10px 0 10px;
    margin-top: 50px;
  }
  .r-bottom {
    padding-top: 32px;
  }
  .r-bottom .review {
    width: 100%;
  }
  .r-bottom .review:nth-child(n + 2) {
    display: none;
  }
  .textove-hodnoceni {
    margin-top: 12px;
  }
  #footer {
    margin-top: 40px;
  }
  .custom-footer__instagram {
    margin-top: 32px;
  }
  .ig-header {
    padding: 0 10px;
    margin-bottom: 24px;
  }
  .custom-footer__instagram h4 {
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
  .custom-footer__instagram h4::before {
    display: block;
    text-align: center;
    margin: 0 0 8px 0;
  }
  .instagram-follow-btn {
    margin: 16px auto 0 auto;
  }
  .instagram-follow-btn .btn {
    height: 40px;
    line-height: 38px;
  }
  .custom-footer__newsletter {
    margin-top: 48px;
    padding: 0 10px;
  }
  .newsletter-header h4 {
    font-size: 22px;
  }
  .custom-footer__contact .container > * {
    padding: 24px 0;
  }
  .custom-footer__contact h4 {
    padding-top: 32px !important;
  }
  .custom-footer__contact .socialky {
    padding-top: 32px;
    margin-top: 8px;
    padding-bottom: 32px;
  }
  .custom-footer__contact {
    margin-top: 40px;
    padding: 0 10px;
  }
  .custom-footer__contact h4 p {
    font-size: 14px;
    line-height: 18px;
  }
  .contact-box li a {
    font-size: 18px;
  }
  .contact-box ul li > span::before {
    font-size: 16px;
    margin-right: 7px;
  }
  .custom-footer__contact .container {
    padding: 0 10px;
  }
  .socialky ul {
    flex-wrap: wrap;
    line-height: 1;
  }
  .socialky ul::before {
    font-size: 18px;
    width: 100%;
    line-height: 20px;
    margin: 0 0 16px 0;
  }
  a.social-icon {
    width: 24px;
    height: 24px;
  }
  a.social-icon::before {
    font-size: 24px;
    line-height: 1;
  }
  .socialky ul li {
    margin: 0 12px;
  }
  .footer-rows .custom-footer {
    padding-top: 32px;
  }
  .footer-rows h4 {
    font-size: 16px;
    padding: 16px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .custom-footer > div {
    max-height: 51px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-rows h4::after {
    line-height: 51px;
  }
  .footer-links-icons {
    padding: 6px 0;
  }
  .footer-icons .footer-icon {
    margin: 10px 12px;
  }
  .footer-bottom .container {
    padding: 24px 0;
  }
  .navigation-in > ul > li > a {
    color: var(--color-text);
  }
  #header .header-top {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    z-index: 9999;
    position: relative;
  }
  .navigation-window-visible .cart-count,
  .navigation-window-visible .navigation-buttons a[data-target="search"],
  .navigation-window-visible .site-name {
    display: none;
  }
  .navigation-window-visible .top-navigation-bar,
  .login-window-visible .top-navigation-bar,
  .multilang-active .top-navigation-bar {
    display: block;
    top: 0;
    height: 60px;
    right: 0;
    width: calc(100% - 40px);
    z-index: 99;
    background-color: #fff;
    left: auto;
  }
  .top-navigation-bar .top-nav-button-login,
  .top-navigation-bar .top-nav-button-account {
    display: block;
    text-decoration: underline;
  }
  .top-nav-button.login::after {
    display: none;
  }
  .top-navigation-bar a {
    padding: 0 12px;
    line-height: 60px;
    height: 60px;
  }
  .top-navigation-bar {
    padding-right: 2px;
    font-size: 13px;
  }
  .top-nav-button::before {
    margin-right: 8px;
  }
  .languagesMenu .shp-flag {
    width: 24px;
    height: 24px;
  }
  .languagesMenu .shp-flag::after {
    content: "\e9b6";
    font-family: ikony;
  }
  .languagesMenu__flags {
    padding: 0;
  }
  .languagesMenu {
    padding: 0 12px;
  }
  .languagesMenu.open .languagesMenu__content {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 42px;
    left: 0;
    width: 143px;
  }
  .navigationActions {
    display: none !important;
  }
  #header .header-phone {
    display: none;
  }

  .navigation-in ul li a {
    padding: 16px 52px 16px 16px;
    line-height: 19px;
    font-size: 14px;
  }
  .navigation-in ul li {
    border-bottom: 1px solid #e1e1e2 !important;
  }
  .submenu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    padding: 0;
    text-align: center;
    line-height: 50px;
  }
  .submenu-arrow::after {
    color: var(--color-text);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    font-size: 12px;
    top: -2px;
  }
  .navigation-window-visible .navigation-in ul li.ext.exp {
    position: fixed !important;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 60px;
  }
  .navigation-in ul li.ext.exp > a,
  .navigation-in ul li.ext.exp > div > a {
    background-color: var(--color-bg);
    padding-left: 56px;
    font-weight: 600;
  }
  .navigation-in ul li.ext.exp > a .submenu-arrow,
  .navigation-in ul li.ext.exp > div > .submenu-arrow {
    width: 40px;
    right: auto;
    left: 0;
  }
  .navigation-window-visible li.exp > a .submenu-arrow::after,
  .navigation-window-visible li.exp > div > .submenu-arrow::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navigation-window-visible .navigation-in > ul > li.ext.exp > ul,
  .navigation-window-visible .menu-helper > ul > li.ext.exp > ul {
    display: block;
    height: calc(100vh - 105px);
    overflow: auto;
  }
  .navigation-in > ul > li:not(.exp):hover > a {
    background-color: transparent;
  }
  ul.top-navigation-bar-menu li {
    display: inline-block !important;
    border: 0 !important;
    margin: 0 16px 12px 0;
    position: relative !important;
  }
  ul.top-navigation-bar-menu li a {
    font-size: 14px !important;
    padding: 0 !important;
    line-height: 18px;
  }
  .top-navigation-bar-menu li::before {
    display: none !important;
  }
  .navigation-in ul li.has-third-level > div > a {
    position: relative;
  }
  .navigation-in ul li.ext > div {
    position: relative;
  }
  .navigation-in ul li.ext.exp > div > ul {
    display: block;
  }
  .navigation-in ul li.ext > ul,
  .navigation-in ul li.ext > div > ul {
    position: relative;
    right: -100%;
    transition: all 0.3s;
    display: block;
    height: 0;
    background-color: #fff;
    width: 0;
    overflow: hidden;
  }
  .navigation-in ul li.ext.exp > ul,
  .navigation-in ul li.ext.exp > div > ul {
    right: 0;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 105px);
    padding-bottom: 114px;
  }
  .menu-level-2 li {
    position: relative !important;
  }
  .menu-image {
    padding: 0 !important;
    position: absolute;
    height: 34px;
    width: 47px;
    top: 9px;
    left: 16px;
  }
  .exp > .menu-image {
    display: none !important;
  }
  .menu-image + div {
    width: 100%;
    padding-left: 58px;
  }
  .menu-level-3 .menu-image + div,
  .has-third-level.exp .menu-image + div {
    padding-left: 0;
  }
  .submenu-arrow::before {
    content: "";
    position: absolute;
    right: 0;
    height: 20px;
    width: 1px;
    border-right: 1px solid var(--color-border);
    top: 16px;
  }
  .languagesMenu__header--actual {
    display: none;
  }
  .languagesMenu__box[data-target="currency"] .languagesMenu__header::before {
    display: none;
  }
  .languagesMenu__header::after,
  .languagesMenu__box[data-target="language"] .languagesMenu__header::before {
    display: none;
  }
  .languagesMenu__header {
    font-weight: 600;
    color: var(--color-text);
    font-size: 14px;
    background-color: var(--color-bg);
  }
  .languagesMenu__flags::after {
    content: "\e9b6";
    font-family: ikony;
    font-size: 8px;
    margin-left: 4px;
    display: inline-block;
  }
  .top-navigation-bar .header-phone {
    font-size: 0;
    margin: 0;
  }
  .top-navigation-bar .header-phone a {
    line-height: 60px;
    padding: 0;
    width: 50px;
    text-align: center;
  }
  .top-navigation-bar .header-phone a::before {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 6px;
    top: 0;
  }
  .top-navigation-menu {
    padding: 20px 16px;
    display: block;
    white-space: normal;
  }
  .top-navigation-menu ul {
    padding: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    font-size: 0;
    line-height: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    font-size: 14px;
    line-height: 19px;
  }
  .search-form .form-control {
    height: 48px;
    line-height: 48px;
    border-style: solid none;
  }
  .search-form .btn {
    height: 48px;
  }
  .search-form .btn::before {
    line-height: 48px;
  }
  .search-window-visible .navigation-buttons a[data-target="search"] {
    opacity: 0.6;
  }
  .search .close::before {
    font-size: 16px;
    color: var(--color-text);
  }
  .search .close {
    background-color: var(--color-bg);
    border: 1px solid var(--color-border);
    height: 48px;
    width: 36px;
    right: 0;
    top: 0;
    line-height: 46px;
    border-right: 0;
  }
  .search-window-visible::before {
    opacity: 1;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .searchWhisperer__products {
    flex: 1 1 100%;
    order: 0;
    padding: 0;
  }
  .searchWhisperer__products__list {
    margin: 0;
    border-top: 0;
  }
  .searchWhisperer__additionalResults {
    flex: 1 1 100%;
    padding: 0 10px;
  }
  .searchWhisperer__product {
    flex-direction: row;
    padding: 16px 10px;
    flex-wrap: wrap;
  }
  .searchWhisperer__product__image {
    max-width: 40px;
    margin-bottom: 0;
  }
  .searchWhisperer__product__price {
    margin: 0;
    width: 90px;
    align-self: center;
  }
  .searchWhisperer__product__infoWrapper {
    width: calc(100% - 130px);
    text-align: left;
    padding: 0 12px;
  }
  .searchWhisperer__product__name {
    height: auto;
    line-height: 16px;
  }
  .searchWhisperer__buttonWrapper {
    padding: 0;
    position: fixed;
    bottom: 0;
    z-index: 1;
  }
  .searchWhisperer__buttonWrapper .btn {
    width: 100%;
    height: 44px;
    line-height: 42px;
    font-size: 12px;
  }
  .searchWhisperer__additionalResults__heading {
    margin: 24px 0 16px 0 !important;
  }
  .searchWhisperer {
    padding-bottom: 100px;
    min-height: calc(100vh - 108px);
    align-items: flex-start;
  }
  .searchWhisperer__content--empty {
    padding: 24px 10px;
    flex-wrap: wrap;
  }
  .searchWhisperer__content--empty .right {
    width: 100%;
    margin: 32px 0 0 0;
    padding: 24px 0 0 0;
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }
  .searchWhisperer__content--empty .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .searchWhisperer__content--empty .left::before {
    font-size: 32px;
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 16px;
    top: auto;
  }
  .searchWhisperer__content--empty .contact-box {
    text-align: center;
    padding: 0;
  }
  .searchWhisperer__content--empty .contact-box li a {
    font-size: 14px;
  }
  .searchWhisperer__content--empty .right h6 {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .searchWhisperer__additionalResults__list:last-child {
    margin-bottom: 20px;
  }
  .languagesMenu__box[data-target="language"] .languagesMenu__list {
    min-width: auto;
  }
  .login-window-visible .top-nav-button-login.primary {
    background-color: var(--color-bg);
    color: var(--color-text);
    text-decoration: none;
  }
  .popup-widget.login-widget {
    margin-left: 0;
    left: 0;
    top: 60px !important;
    width: 100%;
    z-index: 99;
  }
  .login-widget .popup-widget-inner > div {
    flex: 1 1 100%;
    width: 100%;
    padding: 16px 10px 12px 10px;
  }
  .popup-widget #customerLogin > h2 {
    display: none;
  }
  .popup-widget .social-login-buttons {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }
  .popup-widget .social-login-buttons h2 {
    text-align: center;
  }
  a.login-btn.facebook,
  a.login-btn.google,
  a.login-btn.seznam {
    padding-left: 0;
    text-align: center;
  }
  a.login-btn.google::before,
  a.login-btn.seznam::before,
  a.login-btn.facebook::before {
    position: relative;
    left: 0;
    top: -1px !important;
    vertical-align: middle;
    margin-right: 10px;
  }
  a.login-btn.seznam::before {
    display: inline-block;
    line-height: 1;
  }
  .login-window-visible .top-nav-button::before {
    content: "\eb54";
  }
  .navigation-buttons a[data-target="cart"] i,
  .cart-count:not(.full) .cart-price::before {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    left: auto;
    right: 7px;
    bottom: 12px;
  }
  .breadcrumbs > span:not(:nth-last-child(2)) {
    display: none;
  }
  .navigation-home-icon-wrapper::before {
    display: none;
  }
  .navigation-home-icon-wrapper #navigation-first a {
    line-height: 42px;
    display: block;
  }
  .breadcrumbs > span:not(#navigation-first) > a {
    position: relative;
    display: block;
    padding-right: 0;
    padding-left: 20px;
    line-height: 42px;
  }
  .breadcrumbs > span > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    color: var(--color-secondary-hover);
    font-size: 8px;
    line-height: 42px;
    top: 0;
  }
  .navigation-home-icon-wrapper #navigation-first a::after {
    display: none;
  }
  .breadcrumbs > span,
  .breadcrumbs > a {
    padding: 0;
  }
  .breadcrumbs {
    padding: 0;
  }
  .content .category-top {
    padding-bottom: 0 !important;
    position: relative !important;
    padding-top: 32px !important;
  }
  .content .category-top::before {
    content: "";
    width: 5000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2500px;
    background-color: var(--color-bg);
  }
  .category-perex {
    margin-bottom: 0;
    margin-top: -8px;
    padding-bottom: 1px;
  }
  .category-title {
    margin-bottom: 24px;
  }
  .subcategories {
    margin: 0 -10px;
    border-bottom: 1px solid var(--color-bg);
  }
  .subcategories li a {
    padding: 16px 10px;
    height: 64px;
  }
  .subcategories.with-image li a .image {
    width: 46px;
  }
  .subcategories.with-image li a .text {
    width: calc(100% - 46px);
  }
  .subcategories li a .text {
    max-height: 32px;
    font-size: 13px;
    font-weight: 600;
  }
  .subcategories li a::after {
    display: none;
  }
  .type-category .content.wide > h4 {
    font-size: 18px;
    text-align: center;
    display: block;
  }
  .products-top .button-wrapper a {
    font-size: 13px;
    line-height: 23px;
  }
  .products-inline.products-top > div.button-wrapper {
    margin: 16px auto 0 auto;
  }
  .filter-sections {
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .products-top {
    margin-bottom: 32px;
  }
  .otevreno .filter-sections {
    display: block;
  }
  .filtrovat {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 24px;
    position: relative;
  }
  .filtrovat::after {
    content: "\e9dc";
    font-family: ikony;
    position: absolute;
    right: 24px;
    font-size: 17px;
  }
  .filter-section h4,
  .slider-wrapper h4 {
    font-size: 14px;
    padding: 10px 16px;
  }
  .filter-label {
    margin-bottom: 8px;
  }
  .filter-label .filter-count {
    float: right;
    display: block;
  }
  .top-navigation-bar .dropdown .dropdown-menu {
    top: 34px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .top-navigation-bar .dropdown .dropdown-menu a {
    height: auto;
  }
  .top-navigation-bar .dropdown {
    min-width: auto;
    padding: 0 12px;
    position: relative;
    top: 2px;
  }
  .aktivni-filtry > span {
    display: none;
  }
  .aktivni-filtry {
    white-space: nowrap;
    display: block;
    overflow: auto;
    margin-bottom: 0;
  }
  .aktivni-filtry .filter-label,
  .aktivni-filtry .slider-header {
    display: inline-block !important;
    margin-bottom: 0;
  }
  #clear-filters {
    margin: 16px 0;
    text-align: center;
  }
  .category-header .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    border: 1px solid var(--color-border);
    border-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .category-header .dropdown.open .dropdown-menu {
    display: block;
  }
  .langcur-wingow-visible::before {
    display: none;
  }
  .category-header .dropdown {
    position: relative;
  }
  .category-header .dropdown .dropdown-menu label,
  .category-header .dropdown .dropdown-menu strong {
    background-color: #fff;
    padding: 0 24px;
    line-height: 42px;
    border-width: 0;
    letter-spacing: 2px;
  }
  .products-block.products-page {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-block > div .p .p-bottom > div .p-tools .pr-action {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .category-header-pagination {
    line-height: 16px;
    font-size: 13px;
    order: 3;
    width: 100%;
    text-align: left;
  }
  .category-header form {
    margin-bottom: 32px;
  }
  .pagination-wrapper .pagination {
    margin: 32px 0 0 0;
  }
  .pagination-top {
    display: none;
  }
  .pagination-wrapper {
    margin-bottom: 32px;
  }
  #header::after {
    display: none;
  }
  body:not(.type-index):not(.type-category):not(.id--15):not(
      .prazdny-kosik
    ):not(.type-manufacturer-detail)
    .breadcrumbs {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    border-bottom: 1px solid var(--color-border);
  }
  body:not(.type-category):not(.type-manufacturer-detail) .breadcrumbs {
    margin-bottom: 24px;
  }
  .wide .p-detail-inner .p-image-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .p-detail .stars-wrapper {
    margin: 0;
  }
  .p-image,
  .image360 {
    padding-bottom: 16px;
  }
  .p-thumbnail:nth-child(n + 9) {
    display: none;
  }
  .obrazek360 .p-thumbnail:nth-child(n + 8) {
    display: none;
  }
  .p-image-wrapper .p-thumbnails a {
    width: calc(25% - 8px);
    margin: 0 4px;
    max-width: none;
    height: auto;
  }
  .p-thumbnails-inner {
    margin-left: -4px;
    margin-right: -4px;
  }
  .p-thumbnails a.next-photos {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
  }
  .p-thumbnails a img {
    margin: auto;
  }
  .p-thumbnails a.next-photos span {
    text-decoration: underline;
  }
  .p-image-wrapper {
    margin-bottom: 16px;
  }
  .p-detail-inner .detail-parameters {
    margin-bottom: 16px;
    padding-top: 16px;
  }
  .p-to-cart-block {
    padding: 24px 0 0 0;
    box-shadow: none;
    border-top: 1px solid var(--color-border);
  }
  .p-final-price-wrapper .price-standard,
  .p-final-price-wrapper .price-save {
    font-size: 13px;
    line-height: 16px;
  }
  .price-additional {
    font-size: 13px;
  }
  .detail-info {
    border-bottom: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .detail-info > * {
    margin-right: 0;
    font-size: 13px;
    width: 50%;
    margin-top: 8px;
  }
  .detail-info > *:nth-child(2) {
    display: flex;
    -webkit-justify-content: right;
    justify-content: right;
  }
  .link-icons .link-icon {
    font-size: 13px;
    line-height: 24px;
  }
  .social-buttons-wrapper {
    padding: 20px 0 0 0;
  }
  .fix-detail-header .left,
  .fix-detail-header .center {
    display: none !important;
  }
  .popis-nadpis {
    display: none;
  }
  .extended-description > p {
    display: none;
  }
  .extended-description table.detail-parameters tbody tr {
    display: block !important;
  }
  .all-param {
    display: none;
  }
  .extended-description {
    margin-top: 0;
    margin-bottom: 32px;
  }
  #ratingTab,
  #productDiscussion {
    padding: 0 0 24px 0;
  }
  #ratingTab h2,
  #productDiscussion h2 {
    display: none;
  }
  .rate-wrapper.unveil-wrapper .rate-average-inner {
    margin-top: 0;
    flex-wrap: wrap;
    align-items: center;
  }
  .rate-wrapper.unveil-wrapper .rate-star-wrap {
    width: 100%;
    text-align: center;
  }
  .rate-wrapper.unveil-wrapper .rate-star-wrap .stars {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .votes-wrap {
    margin-top: 40px;
  }
  .votes-wrap .votes-wrap {
    width: auto;
    margin-left: -72px;
  }
  .votes-wrap .votes-wrap::before {
    left: 96px;
  }
  .accordion-content {
    border-top: 1px solid var(--color-border);
  }
  .votes-window #ratingTab h2,
  .votes-window #productDiscussion h2 {
    display: block;
    width: 100%;
  }
  .votes-window #ratingWrapper,
  .votes-window #productDiscussion > #discussionWrapper {
    flex-wrap: wrap;
    padding: 20px;
  }
  .votes-window #productDiscussion .add-comment .comment-icon,
  .votes-window #ratingWrapper .add-comment .comment-icon {
    margin-left: 0;
    width: 100%;
    margin-top: 24px;
  }
  .votes-window .votes-wrap {
    padding: 0 20px;
  }
  .votes-window .votes-wrap .votes-wrap {
    padding: 24px !important;
  }
  .products-related-wrapper,
  .products-alternative-wrapper {
    padding-top: 48px !important;
  }
  .votes-window form > .row > .form-group:first-child {
    padding-right: 0;
  }
  .votes-window form > .row > .form-group:nth-child(2) {
    padding-left: 0;
  }
  .products-header {
    margin-bottom: 24px;
  }
  #formRating .btn,
  #formDiscussion .btn {
    width: 100%;
  }
  .votes-window
    form#formRating
    > .row
    > div:last-child
    > .form-group:not(.consents):not(.js-validated-element-wrapper) {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .votes-window form > .row > div:last-child > div.consents {
    margin-top: 16px;
    padding-top: 16px;
  }
  .colorbox-html-content {
    padding: 32px 16px 16px 16px;
  }
  .advanced-order .h1 {
    font-size: 22px;
  }
  .advanced-order .h1::before {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .advanced-order .h2:not(.advanced-order-suggestion) {
    font-size: 13px;
    line-height: 18px;
  }
  .advanced-order .extras-wrap {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .advanced-order .extras-wrap .extra {
    width: 100%;
    padding: 16px;
  }
  .advanced-order .extras-wrap .extra.step {
    width: 100%;
    padding: 16px;
    background-color: #fff;
  }
  .advanced-order .extras-wrap .extra.step .btn {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .advanced-order .extras-wrap .extra.step .btn::after {
    position: absolute;
    right: 24px;
    top: 0;
  }
  .extra.delivery > span {
    padding-left: 32px;
  }
  .extra .price-range {
    margin-left: -32px;
    width: calc(100% + 32px);
    max-width: none;
  }
  .advanced-order .products-wrapper {
    margin: 0 -16px;
  }
  .advanced-order .advanced-order-suggestion {
    padding: 16px 10px 0 10px;
    font-size: 20px;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
    border-top-width: 10px;
  }
  .advanced-order .product-slider-navigation.navigation-prev {
    left: 0;
  }
  .advanced-order .product-slider-navigation.navigation-next {
    right: 0;
  }
  ol.cart-header li a::before,
  ol.cart-header li strong::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 0 auto 8px auto;
    display: block;
  }
  ol.cart-header li a,
  ol.cart-header li strong {
    font-size: 13px;
    display: block;
  }
  ol.cart-header li::after {
    line-height: 1;
    top: 2px;
  }
  ol.cart-header {
    border-bottom: 1px solid var(--color-border);
    padding: 16px 0;
    margin: 0;
  }
  .cart-table tr > td.cart-p-image {
    flex: 0 0 40px;
    margin-bottom: 0;
    align-self: flex-start;
  }
  .cart-table .cart-p-image img {
    width: 40px;
  }
  .free-gifts-img {
    padding-left: 0;
    width: 40px;
  }
  .free-gifts-wrapper .free-gifts-img > img,
  .free-product-gifts-wrapper .free-gifts-img > img {
    width: 40px;
  }
  .main-link-variant,
  .show-related,
  .main-link-surcharges {
    line-height: 20px;
  }
  .cart-table .main-link {
    font-size: 14px;
    line-height: 20px;
    display: block;
    min-height: 40px;
  }
  .cart-table .product-table-name-footer {
    margin-left: -56px;
  }
  .ordering-process .order-phone {
    display: none;
  }
  .cart-table .p-quantity {
    margin-top: 20px;
  }
  .cart-table .price-final,
  .cart-table .price-save,
  .cart-table .price-additional,
  .cart-table .unit-value {
    font-size: 13px;
  }
  .free-gifts-wrapper .free-gift-label,
  .free-product-gifts-wrapper .free-gift-label {
    padding-left: 16px;
  }
  .cart-table {
    margin-bottom: 24px;
  }
  .toggle-coupon-input .discount-coupon {
    padding: 0 16px;
  }
  .summary {
    padding: 16px 10px 32px 10px;
    margin-bottom: 24px;
  }
  .toggle-coupon-input {
    margin-bottom: 24px;
  }
  .summary .extra {
    font-size: 13px;
  }
  .price-wrapper .price-label {
    font-size: 14px;
  }
  .price-wrapper .price.price-primary {
    font-size: 22px;
  }
  .price-secondary {
    font-size: 13px !important;
  }
  .next-step {
    margin-top: 16px;
  }
  .next-step-back {
    max-width: none;
    text-align: center;
  }
  .ordering-process .content-wrapper {
    padding-bottom: 32px;
  }
  #checkoutContent {
    padding: 32px 10px 0 10px;
  }
  #checkoutContent .form-control#deliveryCountryId,
  #checkoutContent .form-control#payment-currency {
    width: 100%;
  }
  .co-basic-information > .row > div {
    margin-right: 0;
  }
  #checkoutContent .form-control#payment-currency {
    width: 100%;
    margin-top: 10px;
  }
  .ordering-process .co-box h4 {
    margin-bottom: 24px;
  }
  ol.cart-header li.completed a::before,
  ol.cart-header li.completed strong::before {
    font-size: 12px;
  }
  .radio-wrapper {
    padding: 16px;
  }
  .shipping-billing-table .radio-wrapper input[type="radio"] + label {
    padding-left: 32px;
    align-items: flex-start;
  }
  .radio-wrapper input[type="radio"] + label {
    flex-wrap: wrap;
  }
  .payment-info {
    flex-basis: calc(100% - 80px);
    padding-left: 12px;
    padding-right: 0;
  }
  .radio-wrapper input[type="checkbox"] + label::before,
  .radio-wrapper input[type="radio"] + label::before,
  .radio-wrapper input[type="checkbox"] + label::after,
  .radio-wrapper input[type="radio"] + label::after {
    top: 10px;
    -webkit-transform: none;
    transform: none;
  }
  .payment-shipping-price {
    flex-basis: 100%;
    margin-top: 12px;
    font-size: 16px;
  }
  .payment-info b {
    padding-right: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .radio-wrapper input[type="radio"] + label .sublabel,
  .subtext {
    margin-top: 12px;
    margin-left: -44px;
  }
  .payment-logo-yes.radio-wrapper input[type="radio"] + label .sublabel,
  .payment-logo-yes .subtext {
    margin-left: -124px;
  }
  .order-summary-inner {
    margin-top: 48px;
  }
  #checkoutSidebar .order-summary-inner {
    padding: 0 10px;
  }
  .order-summary h4 {
    padding: 16px 10px;
    margin: 0 -10px;
    font-size: 14px;
  }
  .order-summary h4::after {
    font-size: 11px;
    line-height: 16px;
  }
  .price-wrapper {
    margin-top: 16px;
  }
  .order-summary-item.price {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #checkoutSidebar .next-step {
    margin: 0;
    padding: 0 10px;
  }
  .next-step .next-step-back {
    margin: 0;
    width: calc(100% + 20px);
  }
  .co-box.co-contact-information h4,
  .ordering-process .co-box .stay-in-touch h4 {
    margin-top: 24px;
  }
  #checkoutSidebar .consents {
    padding-left: 10px;
    padding-right: 10px;
  }
  #checkoutSidebar .consents input[type="hidden"] + label {
    text-align: center;
    display: block;
  }
  h1.order-summary-heading::before {
    display: block;
    top: auto;
    left: 50%;
    margin: 0 0 12px -16px;
  }
  .id--15 .content-inner {
    margin-top: 32px;
  }
  .recapitulation-wrapper:first-of-type {
    padding: 16px;
  }
  .recapitulation-wrapper h4 {
    padding: 24px 16px 16px 16px;
  }
  .recapitulation-wrapper .co-payment-method h4 {
    padding: 24px 16px;
  }
  .recapitulation-wrapper .co-payment-method > .row {
    margin: 0 !important;
  }
  .co-payment-method .row > div {
    padding: 0 16px !important;
  }
  .uhrada {
    padding: 0 16px 32px 16px;
  }
  .cart-empty {
    padding-top: 24px;
    text-align: center;
  }
  .cart-empty .cart-row > div:first-child::after,
  .no-results-content::after {
    display: none;
  }
  .cart-empty .cart-row > div:first-child::before,
  .no-results-content::before {
    position: relative;
    left: auto;
    font-size: 32px;
    top: auto;
    color: var(--color-secondary);
    display: block;
    margin-bottom: 24px;
  }
  .pk-text {
    line-height: 23px;
    font-size: 13px;
    padding: 0 10px;
  }
  .cart-empty .pk-text + .btn {
    display: none;
  }
  .content .contact-box {
    margin-top: 32px;
    padding: 32px 10px 0 10px;
  }
  .contact-box > img {
    width: 48px;
    top: -24px;
    left: 50%;
    margin-left: -24px;
  }
  .content .contact-box li a {
    font-size: 14px;
  }
  .pk-kategorie {
    padding-top: 24px;
    margin-bottom: 0;
  }
  .pk-kategorie h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .pk-kategorie .footer-banners {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cart-empty .cart-heading {
    font-size: 20px;
  }
  .prazdny-kosik.ordering-process .content-wrapper {
    padding-bottom: 0;
  }
  .empty-content-404 {
    background-size: auto 80px;
    padding-top: 110px;
    margin-top: 24px;
  }
  #search-group-articles,
  #search-group-manufacturers {
    padding: 20px;
  }
  #search-group-articles li {
    width: 100%;
  }
  #search-group-articles li a,
  #search-group-manufacturers li a {
    padding-right: 0;
  }
  #products-found {
    padding-top: 24px;
  }
  .search-results-groups {
    padding-bottom: 0;
  }
  .no-results-content {
    padding-left: 0;
  }
  .no-results-content::before {
    text-align: center;
  }
  .no-results-content {
    padding-top: 24px;
    text-align: center;
  }
  .no-results.type-search .content h2 {
    padding-top: 0;
    text-align: center;
  }
  .custom-footer__contact.side-contact {
    margin-top: 32px;
    padding-top: 0;
  }
  .reg-left,
  .reg-right {
    padding: 24px 16px;
    flex: 1 1 100%;
  }
  .id--51 .rate-wrapper.unveil-wrapper .rate-average-wrap + div {
    padding: 0 16px 32px 16px;
  }
  ul.manufacturers-anchors {
    padding: 0 10px;
    margin-bottom: 32px;
  }
  ul.manufacturers ul {
    padding: 0;
    text-align: center;
  }
  ul.manufacturers h2 {
    text-align: center;
    margin-bottom: 12px;
  }
  ul.manufacturers > li {
    margin-bottom: 24px;
  }
  .ucet-moznosti {
    border: 1px solid var(--color-border);
    background-color: #fff;
    height: 52px;
    line-height: 50px;
    padding: 0 24px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text);
    margin-bottom: 10px !important;
    position: relative;
  }
  .ucet-moznosti::after {
    content: "\e9b6";
    font-family: ikony;
    right: 24px;
    position: absolute;
    color: var(--color-secondary);
  }
  .ucet-moznosti.otevreno::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .objednavka-detail .content-inner {
    padding: 12px;
  }
  .objednavka-detail .content-inner > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .klient-centrum.objednavka-detail .content table tbody {
    white-space: normal;
  }
  .top-nav-button-logout {
    display: none !important;
  }
  .id--15 .cart-table .p-name {
    min-height: 40px;
  }
  .cart-table .p-price {
    bottom: 40px;
    z-index: 1;
  }
  .p-data-wrapper .advanced-parameter,
  .p-data-wrapper .advanced-parameter-inner {
    width: 40px;
    height: 40px;
  }
  .p-data-wrapper .advanced-parameter-inner::after {
    border-width: 6px;
  }
  #product-detail-form .variant-label + .hidden-split-parameter {
    margin-top: 8px;
  }
  .filters-unveil-button-wrapper {
    display: none;
  }
  #filters {
    display: block;
  }
  .show-related {
    display: none;
  }
  #ratingWrapper > .rate-wrap > .rate-average-wrap > .add-comment {
    padding: 0 16px;
  }
  .fix-detail-header {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 10px;
  }
  .fix-detail-header .p-to-cart-block .add-to-cart-button {
    margin-top: 0;
    font-size: 0;
    letter-spacing: 0;
  }
  .fix-detail-header.vyber-variant .p-to-cart-block .add-to-cart-button {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .fix-detail-header .p-to-cart-block .add-to-cart-button::before {
    content: "\e93d";
    font-family: ikony;
    font-size: 18px;
  }
  .fix-detail-header.vyber-variant
    .p-to-cart-block
    .add-to-cart-button::before {
    display: none;
  }
  .fix-detail-header .p-to-cart-block {
    border-top: 0;
  }
  .fix-detail-header .p-to-cart-block .p-final-price-wrapper {
    margin-right: auto;
    text-align: left;
    padding-right: 12px;
  }
  .fix-detail-header .right {
    width: 100%;
  }
  .popup-open .fix-detail-header {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .homepage-blog-wrapper.four-art .news-item,
  .homepage-blog-wrapper.three-art .news-item {
    width: 50%;
  }
  .homepage-blog-wrapper.four-art .news-item:nth-child(n + 4),
  .homepage-blog-wrapper.three-art .news-item:nth-child(n + 4) {
    display: none;
  }
  .content.narrow .subcategories {
    margin-bottom: 32px;
  }
  .subcategories.with-image li a .text {
    padding-right: 0;
  }
  .filter-section,
  .slider-wrapper {
    border-bottom: 1px solid var(--color-border);
    width: 100%;
  }
  .row.banners-row > .col-sm-8 {
    padding: 0 !important;
  }
  .next-to-carousel-banners {
    padding-left: 0;
    margin-top: 10px;
  }
  .next-to-carousel-banners .banner-wrapper + .banner-wrapper {
    padding-top: 10px;
  }
  .products-inline.products-top {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    background-color: #fff;
  }
  .category-top > h4 {
    margin: 0 -10px;
    padding: 32px 10px 24px 10px;
    background-color: #fff;
  }
  .subcategories {
    margin-bottom: 0 !important;
  }
  .breadcrumbs > span#navigation-first > a::after {
    display: none;
  }
  .breadcrumbs > span#navigation-first {
    line-height: 42px;
  }
}
@media screen and (max-width: 479px) {
  .benefitBanner__item,
  .benefitBanner__link {
    display: block;
    text-align: center;
  }
  .benefitBanner__picture {
    width: 40px;
    margin-right: 0;
    height: 40px;
    margin: 0 auto 12px auto;
  }
  .quantity input {
    width: 100%;
  }
  .banners-content > div {
    flex-basis: 100%;
  }
  .banners-content > div + div {
    margin-top: 10px;
  }
  .news-wrapper .news-item {
    width: 100%;
  }
  .r-info {
    padding-left: 12px;
    width: calc(100% - 48px);
  }
  .r-number {
    width: 48px;
  }
  .rate-average {
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .r-info h4 {
    margin: 0 0 2px 0;
  }
  .products-inline.products-top > div {
    padding: 0;
    margin: 0;
  }
  .products-top {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-inline.products-top > div .p {
    padding: 16px 10px;
    border-style: none none solid none;
  }
  .products-inline.products-top > div .p .p-in {
    padding-left: 8px;
    display: flex;
    flex-wrap: wrap;
  }
  .products-inline > div .p .price strong {
    font-size: 14px;
  }
  .products-inline.products-top > div .p .p-in .p-bottom {
    margin-top: 0;
    width: 100px;
    align-self: center;
  }
  .products-inline.products-top > div .p .p-in .p-in-in {
    width: calc(100% - 100px);
  }
  .products-inline.products-top > div .p .p-in .p-bottom .prices {
    display: block;
    text-align: right;
  }
  .products-inline > div .p .p-in .p-bottom > div .prices .price-standard {
    margin-right: 0;
  }
  .products-inline > div .p .p-in .p-in-in .name {
    line-height: 16px;
    margin-bottom: 8px;
    height: 32px;
  }
  .availability,
  .availability-label {
    font-size: 12px;
  }
  .skladem::before {
    font-size: 12px;
  }
  .votes-window {
    width: 100%;
  }
  #formRating,
  #formDiscussion {
    padding: 20px;
  }
  #search-group-categories li {
    width: 100%;
  }
  .type-posts-listing .news-wrapper .news-item {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--color-border);
  }
  .objednavka-detail .order-in-total dt {
    width: 100% !important;
    text-align: center;
  }
  .objednavka-detail .order-in-total dd {
    width: 100% !important;
    margin-top: 12px;
    text-align: center;
  }
  .shipping-options-row {
    position: relative;
    top: auto;
    margin-top: 24px;
    display: block;
  }
  .instagram-widget > a {
    flex: 1 1 25% !important;
    padding-bottom: 25% !important;
  }
  .instagram-widget > a:nth-child(n + 5) {
    display: none;
  }
  .homepage-blog-wrapper .news-item {
    display: flex !important;
    width: 100% !important;
  }
  .products-block > div {
    border-right-style: none;
  }
  .columns-mobile-2 .products-block > div {
    border-right-style: solid;
  }
  .columns-mobile-2 .products-block.products-page > div:nth-child(2n) {
    border-right-style: none;
  }
  .columns-mobile-2.cs .add-to-cart-button span::after,
  .columns-mobile-2.cs .product .btn-primary::after {
    font-size: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .products-block > div {
    width: 50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .products-block > div .p .availability {
    width: 100%;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .products-block .p-bottom .prices {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .products-block .p-bottom .price-additional {
    width: 100%;
  }
  .products-block > div .p .p-in {
    padding-top: 24px;
  }
  .products-block > div .p .name {
    height: 44px;
  }
}

@media screen and (min-width: 768px) {
  .type-category .content.narrow .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .narrow .subcategories li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .narrow .subcategories li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .narrow .subcategories li {
    width: 50%;
  }
}
.carousel-inner .extended-banner-title {
  display: none;
}
@media screen and (min-width: 992px) {
  .ratings-and-brand .brand-wrapper {
    display: none;
  }
}
.id--51 .rate-average-wrap .add-comment {
  display: none;
}
.id--51 .rate-wrap > .add-comment {
  display: block;
  clear: both;
  padding-top: 24px;
}
.select-wrapper select {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.type-glossary .pagination-top {
  display: none !important;
}
.btn.next-step-finish {
  height: auto;
  line-height: 30px;
  padding: 12px 24px;
  font-size: 18px;
}
.order-button-suffix {
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 4px;
}
.klient-centrum .sidebar {
  display: block;
}

/* Sticky hlavička */
.sticky-header.product-line-active .fix-detail-header {
  -webkit-transform: translateY(140px);
  transform: translateY(140px);
}

/* Nákupní lišta */
@media screen and (min-width: 480px) {
  #js-plugin-header {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .plugin-fixed-header__basket > button {
    padding: 0 !important;
  }
}

/* Rozbalené dárky v košíku */
.ordering-process.id--9 [id~="free-gift-wrapper"] ul li,
.ordering-process.id--9 [class~="free-gifts-wrapper"] ul li,
.content-window.cart-window [class~="free-gifts-wrapper"] ul li {
  font-size: 14px !important;
}
.ordering-process.id--9
  [id~="free-gift-wrapper"]
  ul
  li:not(.hidden-colorbox-visible),
.ordering-process.id--9 [class~="free-gifts-wrapper"] ul li.active,
.content-window.cart-window [class~="free-gifts-wrapper"] ul li.active {
  border-color: var(--color-secondary) !important;
}

/* Poznámka a příloha k produktu */
.fix-detail-header .dkLabNoteDiv,
.fix-detail-header #dkLabNoteFileForm {
  display: none !important;
}

/* Porovnání produktů */
.p-data-wrapper > .dkLabComparerDiv {
  display: none;
}
.dkLabComparerAddProduct,
.dkLabComparerRemoveProduct {
  color: #252729 !important;
  font-size: 14px;
  line-height: 26px;
  text-decoration: underline;
}
.dkLabComparerAddProduct:hover,
.dkLabComparerRemoveProduct:hover {
  text-decoration: none;
}
#dkLabComparerDiv {
  margin-bottom: 0 !important;
  margin-right: 24px;
}
.dkLabComparerDetailSpan.hasIcon::before {
  margin-right: 12px !important;
  font-size: 12px !important;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body.template-13 .dkLabComparerHeaderIconBtn::before {
    top: 3px !important;
  }
}
@media screen and (min-width: 1440px) {
  #dkLabComparerHeaderWrappper {
    margin-right: 12px;
  }
}
.dkLabComparerHeaderIconBtn {
  color: #252729 !important;
}

/* Naposledy navštívené produkty */
.dkLabVisitedProductsBox
  .products-inline.products-top
  > div
  .p
  .p-in
  .p-bottom {
  margin-top: 0;
}

.btn.varianty-button {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .btn.varianty-button {
    margin: 0 auto;
  }
}
.de .products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  font-size: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  body:not(.cs)
    .products-block
    > div
    .p
    .p-bottom
    > div
    .p-tools
    .btn.btn-cart {
    font-size: 10px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  body:not(.cs)
    .advanced-order
    .products-block
    > div
    .p
    .p-bottom
    > div
    .p-tools
    .btn.btn-cart {
    font-size: 10px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .languagesMenu__header {
    padding: 10px 10px;
    min-width: auto;
  }
}
@media screen and (max-width: 360px) {
  .fix-detail-header.vyber-variant .p-final-price-wrapper {
    display: none;
  }
  .fix-detail-header.vyber-variant .p-to-cart-block .add-to-cart-button {
    margin: auto;
  }
}

/* HODNOCENÍ OBCHODU V DETAILU PRODUKTU */
.hodnoceni .votes-wrap {
  display: flex !important;
  flex-wrap: wrap;
  padding: 20px !important;
}
.hodnoceni .vote-wrap {
  width: 25%;
  padding-right: 20px;
  padding-left: 62px;
}
.hodnoceni .vote-summary {
  height: 48px;
  display: flex;
}
.hodnoceni .vote-name {
  width: 100%;
}
.hodnoceni .vote-time {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .hodnoceni .vote-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .hodnoceni .vote-wrap {
    width: 100%;
  }
  .content.narrow > .breadcrumbs {
    display: none;
  }
  .dropdown-backdrop {
    display: none;
  }
  .multilang-active::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    opacity: 1;
    top: 60px;
  }
}
.sidebar .votes-wrap {
  width: 100%;
}
.sidebar .vote-name {
  display: none;
}

/* NOTIFIKAČNÍ ZVONEČEK OD FVSTUDIO */
.fvscn-notification .fvscn-headBell .fvscn-headUnread {
  right: 0px !important;
  top: -3px !important;
}

.fix-detail-header #dkLabCountdownDetail {
  display: none;
}
@media screen and (min-width: 768px) {
  .popup-widget.cart-widget .popup-widget-inner {
    background-color: #fff;
  }
}

body #dklabDopravaBanner.type4 {
  display: none;
}
/* BONUSOVÝ PROGRAM */
.template-13 #product-detail-form .mehub-bonus-product-detail-container .card {
  background-color: var(--color-bg) !important;
  margin-bottom: 16px;
  padding: 10px 16px !important;
}
.mehub-bonus-advanced-cart-container {
  margin-bottom: 24px !important;
}
.mehub-bonus-cart-container {
  margin-top: 24px !important;
}

.type-product .breadcrumb-in-detail {
  display: none !important;
}
#categories .expandable > ul ul {
  padding-left: 24px;
}
#categories .expandable > ul ul ul {
  padding-left: 48px;
}
.category__secondDescription {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .category__secondDescription {
    margin: 32px 0;
  }
  .login-widget .popup-widget-inner {
    height: calc(100vh - 60px);
  }
  .login-widget .popup-widget-inner .social-login-buttons {
    margin-bottom: 80px;
  }
}

/* DOPLŇKOVÝ PRODEJ V KOŠÍKU */
.id--9 .fvDoplnek {
  order: 0 !important;
  border-bottom: 0 !important;
}
.fvDoplnek h4 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .id--9 .fvDoplnek {
    padding: 0 16px;
  }
}
.type-product #chat-application {
  transition: bottom 1s;
}
.type-product.product-line-active #chat-application {
  bottom: 68px !important;
  max-height: calc(100vh - 68px) !important;
}

/* OBLÍBENÉ PRODUKTY */
.dkLabFavouriteProductDiv.onlyIcon {
  top: 96px !important;
  right: 0 !important;
  z-index: 1 !important;
}

/* smartsupp */
@media screen and (max-width: 767px) {
  .type-product #smartsupp-widget-container > div {
    bottom: 80px !important;
  }
  .type-product
    #smartsupp-widget-container
    > div[data-testid="widgetMessengerFrame"] {
    height: calc(100% - 80px) !important;
  }
}
.xyDiscount__banner,
.cart-xyDiscount__banner {
  position: relative;
  border: 1px solid #e4e4e4;
  padding: 16px 20px 16px 68px;
  margin-top: 24px;
}
.xyDiscount__icon.icon-gift,
.cart-xyDiscount__icon.icon-gift {
  position: absolute;
  background-color: var(--xy-discount-banner-color);
  left: 20px;
  top: 16px;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
}
.xyDiscount__title,
.cart-xyDiscount__title {
  font-weight: bold;
  color: var(--xy-discount-banner-color);
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}
.xyDiscount__description p,
.cart-xyDiscount__description p {
  margin-bottom: 0 !important;
}
.xyDiscount__content,
.cart-xyDiscount__content {
  font-size: 14px;
}
.cart-xyDiscount__description {
  line-height: 1.2;
}
#footer .login-wrapper .password-helper a {
  display: block;
}
label[for="captcha"] {
  padding-left: 0 !important;
  max-width: 150px !important;
  line-height: 20px !important;
  display: flex;
  align-items: center;
}
input#captcha {
  margin-left: 170px;
  padding: 0 20px !important;
  font-size: 20px;
  width: 200px;
}
@media screen and (max-width: 479px) {
  input#captcha {
    margin-left: 160px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  #accordion-content .shp-accordion[data-testid="tabExtendedDescription"] {
    display: none !important;
  }
}
.dklab-filters .aktivni-filtry {
  display: none !important;
}
.dkLab-slider-wrapper + form {
  display: none !important;
}
.dkLab-filters-wrapper__wrap > .slider-wrapper,
.dkLab-filters-wrapper__wrap > form {
  display: block;
}
.dkLab-filters-wrapper h4.symptom {
  display: none !important;
}
.dkLab-filters-wrapper__wrap > h4::after {
  transform: rotate(0);
}
.dkLab-filters-wrapper__wrap > .param-filter-top,
.dkLab-filters-wrapper__wrap .slider-content,
.dkLab-filters-wrapper__wrap .slider-header {
  display: block !important;
}
.dkLab-filters-wrapper h4 .show-tooltip {
  right: 60px;
  position: absolute;
}
.votes-wrap.admin-response .vote-time {
  display: none;
}
.ppl-parcelshop-map .form-group select {
  min-width: auto;
}
.ppl-parcelshop-map .filter__item-label::before,
.ppl-parcelshop-map .filter__item-label::after {
  display: none !important;
}
.id--15 .mehub-bonus-thanks-container.co-box {
  order: 4;
  margin-top: 32px;
  width: 100%;
  padding-bottom: 20px;
}
.logistics-modal #cboxClose {
  z-index: 9;
}
/*
body[class*="opal"]::after, body[class*="apollo"]::after{content: "Kromě právě nainstalované šablony Jupiter máte aktivní také nějakou předchozí kupovanou šablonu. Díky čemuž se e-shop nezobrazuje správně. V sekci Propojení - Správce doplňků, záložka Šablony si předešlou šablonu odinstalujte.";position: fixed;top: 50%;left: 50%;z-index: 9999999999;display: block;background-color: #fff;-webkit-transform: translate(-50%,-50%);padding: 40px;font-size: 18px;line-height: 26px;text-align: center;border: 4px solid #000;width: 600px;max-height: calc(100% - 20px);overflow: auto;}
@media screen and (max-width: 767px){
    body[class*="opal"]::after, body[class*="apollo"]::after{width: calc(100% - 20px);padding: 24px;}
}
*/
.quantity-discounts__item {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid var(--color-border);
  font-size: 14px;
  background-color: #fff;
  margin-bottom: -1px;
  cursor: pointer;
}
.quantity-discounts__item.quantity-discounts__item--highlighted {
  border-color: var(--color-primary);
  font-weight: 700;
  z-index: 1;
  position: relative;
}
.quantity-discounts__item:hover {
  border-color: var(--color-primary);
  z-index: 1;
  position: relative;
}
.quantity-discounts.js-quantity-discounts {
  margin-bottom: 24px;
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
}
.quantity-discounts__save {
  background-color: var(--color-bg);
  padding: 10px 20px;
  text-align: right;
  color: #252729;
  font-size: 14px;
  margin-top: 1px;
}
.quantity-discounts__headline {
  color: #252729;
  font-weight: 700;
  margin-bottom: 12px;
}
.fix-detail-header .quantity-discounts {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .quantity-discounts__item,
  .quantity-discounts__save {
    padding: 8px 12px;
    font-size: 13px;
  }
}
.p-name .product-appendix,
.cart-widget-product-name .product-appendix {
  display: none !important;
}
.do-obchodu .btn,
.btn.next-step-back {
  padding: 0;
  background: none;
  border: 0;
  text-decoration: underline !important;
  color: #252729;
  letter-spacing: inherit;
}
.do-obchodu .btn:hover,
.btn.next-step-back:hover {
  text-decoration: none !important;
}
.advanced-order .extras-wrap .extra.step {
  width: 25%;
  text-align: right;
}
.do-obchodu {
  width: 25%;
  text-align: left;
}
.advanced-order .extras-wrap .extra.delivery {
  width: 50%;
  text-align: center;
}
.id--9 .cart-inner .btn.next-step-back {
  height: auto;
  line-height: 1.2;
}
#checkoutSidebar .btn.next-step-back {
  height: auto;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .id--9 .cart-inner .btn.next-step-back {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .advanced-order .extras-wrap .extra.delivery {
    width: 100%;
    order: -1;
    margin-bottom: 24px;
  }
  .advanced-order .extras-wrap .extra.step,
  .do-obchodu {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .advanced-order .extra .price-range {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .advanced-order .extras-wrap .extra.step,
  .do-obchodu {
    width: 100%;
    text-align: center;
  }
  .advanced-order .extras-wrap .extra.delivery {
    margin-bottom: 0;
  }
  .do-obchodu {
    margin-bottom: 16px;
  }
}
.client-table-heading {
  display: none;
}
.fix-detail-header .c-product-interconnection-detail-params {
  display: none !important;
}
@media screen and (min-width: 768px) {
  #extendedDescription .extended-description {
    width: 100%;
  }
  #extendedDescription .extended-description::before {
    content: "Parametry";
    font-size: 32px;
    margin-bottom: 24px;
    display: block;
    font-weight: 600;
    color: #252729;
    line-height: 1.2;
  }
}
.increase__sign,
.decrease__sign {
  display: none;
}
.variant-table .productEan {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #999;
}

@media screen and (max-width: 1199px) {

#category-header {
  align-items: flex-start;
  flex-direction: column;
}

}