@charset "UTF-8";
/**
 * Bootstrap variables customizations
 */
/* stylelint-disable */
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* stylelint-enable */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: #f6f6f6; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a6a6a6;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 178, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00b2ff;
  border-color: transparent; }
  .btn-primary:hover {
    color: #fff;
    background-color: #008ecc;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #00b2ff;
    border-color: transparent; }
  .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008ecc;
    background-image: none;
    border-color: rgba(0, 0, 0, 0); }

.btn-secondary {
  color: #fff;
  background-color: #c2bfba;
  border-color: transparent; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #aaa69f;
    border-color: rgba(0, 0, 0, 0); }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #c2bfba;
    border-color: transparent; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #aaa69f;
    background-image: none;
    border-color: rgba(0, 0, 0, 0); }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2; }

.btn-success {
  color: #fff;
  background-color: #99cd9e;
  border-color: #99cd9e; }
  .btn-success:hover {
    color: #fff;
    background-color: #77bc7d;
    border-color: #70b977; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(153, 205, 158, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #99cd9e;
    border-color: #99cd9e; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #77bc7d;
    background-image: none;
    border-color: #70b977; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316; }

.btn-danger {
  color: #fff;
  background-color: #c91c23;
  border-color: #c91c23; }
  .btn-danger:hover {
    color: #fff;
    background-color: #9c161b;
    border-color: #93151a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(201, 28, 35, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #c91c23;
    border-color: #c91c23; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9c161b;
    background-image: none;
    border-color: #93151a; }

.btn-outline-primary {
  color: #00b2ff;
  background-image: none;
  background-color: transparent;
  border-color: #00b2ff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00b2ff;
    border-color: #00b2ff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(0, 178, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00b2ff;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00b2ff;
    border-color: #00b2ff; }

.btn-outline-secondary {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: transparent;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #99cd9e;
  background-image: none;
  background-color: transparent;
  border-color: #99cd9e; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #99cd9e;
    border-color: #99cd9e; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(153, 205, 158, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #99cd9e;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #99cd9e;
    border-color: #99cd9e; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-outline-danger {
  color: #c91c23;
  background-image: none;
  background-color: transparent;
  border-color: #c91c23; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #c91c23;
    border-color: #c91c23; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(201, 28, 35, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c91c23;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c91c23;
    border-color: #c91c23; }

.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #0275d8; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  border-radius: 4px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #4d4d4d;
  background-color: #eee;
  background-image: none;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #4d4d4d;
    background-color: #eee;
    border-color: transparent;
    outline: none; }
  .form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control::placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #4d4d4d;
  background-color: #eee; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 0 * 2);
  padding-bottom: calc(0.5rem - 0 * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 0 * 2);
  padding-bottom: calc(0.75rem - 0 * 2);
  font-size: 1.125rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 0 * 2);
  padding-bottom: calc(0.25rem - 0 * 2);
  font-size: 0.75rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 0 0; }
  .form-control-static.form-control-sm, .form-control-static.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: 1.4375rem; }

.form-control-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: 3rem; }

.form-group {
  margin-bottom: 20px; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #a6a6a6;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 1.875rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #99cd9e; }

.has-success .form-control {
  border-color: #99cd9e; }

.has-success .input-group-addon {
  color: #99cd9e;
  border-color: #99cd9e;
  background-color: white; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2399cd9e' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #c91c23; }

.has-danger .form-control {
  border-color: #c91c23; }

.has-danger .input-group-addon {
  color: #c91c23;
  border-color: #c91c23;
  background-color: #f6bbbe; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c91c23' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.35;
  color: inherit; }

h1, .h1 {
  font-size: 2.125rem; }

h2, .h2 {
  font-size: 1.125rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.35; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.35; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.35; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.35; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible .close {
  position: relative;
  top: -5px;
  right: -10px;
  padding: 5px 10px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

.badge {
  display: inline-block;
  padding: 0.3em 0.5em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-default {
  background-color: #4d4d4d; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #343434; }

.badge-primary {
  background-color: #0275d8; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #025aa5; }

.badge-success {
  background-color: #99cd9e; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #77bc7d; }

.badge-info {
  background-color: #5bc0de; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning {
  background-color: #f0ad4e; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ec971f; }

.badge-danger {
  background-color: #c91c23; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #9c161b; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 4px; }

.card-block {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(4px - 0) calc(4px - 0) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 0 solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(4px - 0) calc(4px - 0); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #00b2ff;
  border-color: #00b2ff; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #99cd9e;
  border-color: #99cd9e; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #c91c23;
  border-color: #c91c23; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #00b2ff; }

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #99cd9e; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #c91c23; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header,
  .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header,
  .card-inverse .card-footer,
  .card-inverse .card-title,
  .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link,
  .card-inverse .card-text,
  .card-inverse .card-subtitle,
  .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(4px - 0); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(4px - 0);
  border-top-left-radius: calc(4px - 0); }

.card-img-bottom {
  border-bottom-right-radius: calc(4px - 0);
  border-bottom-left-radius: calc(4px - 0); }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

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

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #4d4d4d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00b2ff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

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

.show > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #636c72;
  white-space: nowrap; }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #c2bfba;
  border-color: transparent; }

.page-item.disabled .page-link {
  color: #4d4d4d;
  pointer-events: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0 0;
  margin-left: -1px;
  line-height: 21px;
  color: #0275d8;
  background-color: inherit;
  border: 0 solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: inherit;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box; }

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997; }

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238, 238, 238, 0.9);
  border-color: rgba(238, 238, 238, 0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 54px; }

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2); }

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px; }

.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0; }

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto; }

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px; }

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1); }

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none; }

.iziToast > .iziToast-close:hover {
  opacity: 1; }

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left; }

.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both; }

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left; }

.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]),
.iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  min-height: 26px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px; }

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000; }

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0, 0, 0, 0.2); }

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
  top: 1px; }

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal; }

.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  white-space: normal; }

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
  opacity: 0; }

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.iziToast-target .iziToast-capsule {
  overflow: hidden; }

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left; }

.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto; }

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left; }

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right; }

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left; }

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right; }

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center; }

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial; }

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0; }

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0; }

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0; }

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70; }

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300; }

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px; }

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255, 255, 255, 0.2); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6); }

.iziToast.iziToast-color-red {
  background: rgba(255, 175, 180, 0.9);
  border-color: rgba(255, 175, 180, 0.9); }

.iziToast.iziToast-color-orange {
  background: rgba(255, 207, 165, 0.9);
  border-color: rgba(255, 207, 165, 0.9); }

.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, 0.9);
  border-color: rgba(255, 249, 178, 0.9); }

.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, 0.9);
  border-color: rgba(157, 222, 255, 0.9); }

.iziToast.iziToast-color-green {
  background: rgba(166, 239, 184, 0.9);
  border-color: rgba(166, 239, 184, 0.9); }

.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%; }

.iziToast.iziToast-layout3 {
  border-radius: 2px; }

.iziToast.iziToast-layout3::after {
  display: none; }

.iziToast.revealIn,
.iziToast .revealIn {
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; }

.iziToast.slideIn,
.iziToast .slideIn {
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }

.iziToast.bounceInLeft {
  animation: iziT-bounceInLeft 0.7s ease-in-out both; }

.iziToast.bounceInRight {
  animation: iziT-bounceInRight 0.85s ease-in-out both; }

.iziToast.bounceInDown {
  animation: iziT-bounceInDown 0.7s ease-in-out both; }

.iziToast.bounceInUp {
  animation: iziT-bounceInUp 0.7s ease-in-out both; }

.iziToast.fadeIn,
.iziToast .fadeIn {
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast.fadeInUp {
  animation: iziT-fadeInUp 0.7s ease both; }

.iziToast.fadeInDown {
  animation: iziT-fadeInDown 0.7s ease both; }

.iziToast.fadeInLeft {
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.fadeInRight {
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.flipInX {
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both; }

.iziToast.fadeOut {
  animation: iziT-fadeOut 0.7s ease both; }

.iziToast.fadeOutDown {
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutUp {
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutLeft {
  animation: iziT-fadeOutLeft 0.5s ease both; }

.iziToast.fadeOutRight {
  animation: iziT-fadeOutRight 0.5s ease both; }

.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast-overlay.fadeIn {
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast-overlay.fadeOut {
  animation: iziT-fadeOut 0.7s ease both; }

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes iziT-flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0); } }

@keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0); } }

@keyframes iziT-flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

/*
 * Colors
 */
/*
 * Spacing
 */
/*
 * Visual
 */
/*
 * Product Detail
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f6f6f6;
  background: white; }
  body.is-scroll-disabled {
    overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

figure {
  margin-bottom: 20px; }

iframe {
  max-width: 100%; }

.background-transparent {
  background: transparent; }

.background-white {
  background: white; }

.background-green-sticker {
  background: #67ca70; }

.border-0 {
  border: 0; }

.border-top-0 {
  border-top: 0; }

.border-right-0 {
  border-right: 0; }

.border-bottom-0 {
  border-bottom: 0; }

.border-left-0 {
  border-left: 0; }

.border-1 {
  border: 1px solid #ddd; }

.border-top-1 {
  border-top: 1px solid #ddd; }

.border-gold {
  border: 1px solid #ffbf00; }

.border-silver {
  border: 1px solid #a6a6a6; }

.border-lightblue {
  border: 1px solid #009ad8; }

.rounded {
  border-radius: 4px; }

.rounded-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.rounded-right {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.rounded-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.rounded-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clear {
  content: "";
  display: table;
  clear: both; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-block {
  display: block; }

.d-table {
  display: table; }

.d-table-cell {
  display: table-cell; }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex; }

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

.is-visible {
  opacity: 1 !important; }

.is-faded {
  visibility: hidden;
  opacity: 0; }

.overflow-y-auto {
  overflow-y: auto; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 1;
      order: 1; }

.order-middle {
  -ms-flex-order: 0;
      order: 0; }

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.justify-content-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center; }

.justify-content-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-items-center {
  -ms-flex-align: center;
      align-items: center; }

.align-items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

.align-items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center; }

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto; }

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.flex-1 {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%; }

.flex-auto {
  -ms-flex: auto;
      flex: auto; }

.flex-none {
  -ms-flex: none;
      flex: none; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.p-static {
  position: static; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.w-auto {
  width: auto; }

.mw-100 {
  max-width: 100%; }

.mh-100 {
  max-height: 100%; }

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mx-0 {
  margin-right: 0;
  margin-left: 0; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-5 {
  margin: 5px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.mx-5 {
  margin-right: 5px;
  margin-left: 5px; }

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-10 {
  margin: 10px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

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

.ml-10 {
  margin-left: 10px; }

.mx-10 {
  margin-right: 10px;
  margin-left: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-15 {
  margin: 15px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mx-15 {
  margin-right: 15px;
  margin-left: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-20 {
  margin: 20px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mx-20 {
  margin-right: 20px;
  margin-left: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-30 {
  margin: 30px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mx-30 {
  margin-right: 30px;
  margin-left: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-40 {
  margin: 40px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mx-40 {
  margin-right: 40px;
  margin-left: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-50 {
  margin: 50px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mx-50 {
  margin-right: 50px;
  margin-left: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-60 {
  margin: 60px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mx-60 {
  margin-right: 60px;
  margin-left: 60px; }

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.px-0 {
  padding-right: 0;
  padding-left: 0; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-5 {
  padding: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.px-5 {
  padding-right: 5px;
  padding-left: 5px; }

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-10 {
  padding: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.px-10 {
  padding-right: 10px;
  padding-left: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.px-15 {
  padding-right: 15px;
  padding-left: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-20 {
  padding: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.px-20 {
  padding-right: 20px;
  padding-left: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-30 {
  padding: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.px-30 {
  padding-right: 30px;
  padding-left: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-40 {
  padding: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.px-40 {
  padding-right: 40px;
  padding-left: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-50 {
  padding: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.px-50 {
  padding-right: 50px;
  padding-left: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-60 {
  padding: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.px-60 {
  padding-right: 60px;
  padding-left: 60px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.m-auto {
  margin: auto; }

.mt-auto {
  margin-top: auto; }

.mr-auto {
  margin-right: auto; }

.mb-auto {
  margin-bottom: auto; }

.ml-auto {
  margin-left: auto; }

.mx-auto {
  margin-right: auto;
  margin-left: auto; }

.my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.font-size-xs {
  font-size: 0.6875rem; }

.font-size-sm {
  font-size: 0.75rem; }

.font-size-md {
  font-size: 0.875rem; }

.font-size-base {
  font-size: 1rem; }

.font-size-lg {
  font-size: 1.125rem; }

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.font-weight-normal {
  font-weight: 400; }

.font-weight-semibold {
  font-weight: 600; }

.font-weight-bold {
  font-weight: 700; }

.text-body {
  color: #4d4d4d; }

.text-muted {
  color: #a6a6a6; }

.text-red {
  color: #d41524; }

.text-orange {
  color: #00b2ff; }

.text-green {
  color: #3ead5b; }

.text-green--dark {
  color: #3c763d; }

.text-gold {
  color: #ffbf00; }

.text-silver {
  color: #a6a6a6; }

.text-lightblue {
  color: #009ad8; }

.text-white {
  color: #fff; }

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

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

.ErrorLabel {
  color: #d41524; }

/**
 * Utilities
 *
 * weight: 0
 *
 * Styleguide Base - Utilities
 */
/**
 * Lines around
 *
 * Used for text that has lines around
 *
 * markup:
 * <p class="text-center text-muted"><span class="u-lines-around">New to Health Club?</span></p>
 *
 * weight: -10
 *
 * Styleguide Base - Utilities - Lines around
 */
.u-lines-around {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.875rem; }
  .u-lines-around::before, .u-lines-around::after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 1px;
    background-color: #a6a6a6; }
  .u-lines-around::before {
    left: 100%; }
  .u-lines-around::after {
    right: 100%; }

/**
 * Border extra large screen
 *
 * Border around element on extra large screen
 *
 * markup:
 * <div class="border-lg" style="width: 400px; height: 210px;">I have a border only on extra large screen</div>
 *
 * weight: -5
 *
 * Styleguide Base - Utilities - Border extra large screen
 */

.badge {
  vertical-align: middle;
  border-radius: 10px; }

.blockquote {
  border: 1px solid #ddd; }
  .blockquote__icon {
    -ms-flex: 0 0 26px;
        flex: 0 0 26px;
    width: 26px;
    height: 21px; }

/**
 * Button
 *
 * Styleguide Base - Button
 */
.btn:hover {
  cursor: pointer; }

/**
 * Primary button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * weight: -10
 *
 * markup:
 * <a class="btn btn-primary {{modifier_class}}" href="#" role="button">Link</a>
 * <button class="btn btn-primary {{modifier_class}}" type="submit">Button</button>
 * <input class="btn btn-primary {{modifier_class}}" type="button" value="Input">
 * <input class="btn btn-primary {{modifier_class}}" type="submit" value="Submit">
 *
 * Styleguide Base - Button - Primary
 */
.btn-primary {
  background: linear-gradient(180deg, #43c5ff 0%, #00b2ff 100%); }
  .btn-primary:not(:disabled):hover, .btn-primary:not(:disabled):focus {
    color: #fff;
    box-shadow: none; }
  .btn-primary[aria-selected="false"] {
    background: #eee;
    color: black; }
    .btn-primary[aria-selected="false"]:hover {
      background: linear-gradient(180deg, #43c5ff 0%, #00b2ff 100%); }

/**
 * Action button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * weight: -5
 *
 * markup:
 * <a class="btn btn-action {{modifier_class}}" href="#" role="button">Link</a>
 * <button class="btn btn-action {{modifier_class}}" type="submit">Button</button>
 * <input class="btn btn-action {{modifier_class}}" type="button" value="Input">
 * <input class="btn btn-action {{modifier_class}}" type="submit" value="Submit">
 *
 * Styleguide Base - Button - action
 */
.btn-action {
  color: #fff;
  background: linear-gradient(to bottom, #ff9543, #ff7f00); }
  .btn-action:not(:disabled):hover, .btn-action:not(:disabled):focus {
    color: #fff;
    background: linear-gradient(to bottom, #ff872a, #e67200); }
  .btn-action:active {
    background: #cc6600; }

/**
 * Secondary button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * markup:
 * <a class="btn btn-secondary {{modifier_class}}" href="#" role="button">Link</a>
 * <button class="btn btn-secondary {{modifier_class}}" type="submit">Button</button>
 * <input class="btn btn-secondary {{modifier_class}}" type="button" value="Input">
 * <input class="btn btn-secondary {{modifier_class}}" type="submit" value="Submit">
 *
 * weight: -10
 *
 * Styleguide Base - Button - Secondary
 */
.btn-secondary {
  background: linear-gradient(to bottom, #c2bfba, #afada8); }
  .btn-secondary:not(:disabled):hover, .btn-secondary:not(:disabled):focus {
    color: #fff;
    background: linear-gradient(to bottom, #b6b2ac, #a3a09b); }

/**
 * Ghost button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * markup:
 * <a class="btn btn-ghost {{modifier_class}}" href="#" role="button">Link</a>
 * <button class="btn btn-ghost {{modifier_class}}" type="submit">Button</button>
 * <input class="btn btn-ghost {{modifier_class}}" type="button" value="Input">
 * <input class="btn btn-ghost {{modifier_class}}" type="submit" value="Submit">
 *
 * weight: -5
 *
 * Styleguide Base - Button - Ghost
 */
.btn-ghost {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #a6a6a6; }
  .btn-ghost:not(:disabled):hover, .btn-ghost:not(:disabled):focus {
    color: #4d4d4d;
    background-color: #f2f2f2; }

/**
 * Link button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * markup:
 * <a class="btn btn-link {{modifier_class}}" href="#" role="button">Link</a>
 * <button class="btn btn-link {{modifier_class}}" type="submit">Button</button>
 * <input class="btn btn-link {{modifier_class}}" type="button" value="Input">
 * <input class="btn btn-link {{modifier_class}}" type="submit" value="Submit">
 *
 * weight: -3
 *
 * Styleguide Base - Button - Link
 */
.btn-link {
  border-radius: 4px; }

/**
 * Facebook button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * markup:
 * <button class="btn btn-facebook {{modifier_class}}" type="submit">Sign in with Facebook</button>
 *
 * weight: -2
 *
 * Styleguide Base - Button - Facebook
 */
.btn-facebook {
  color: #fff;
  background: linear-gradient(to bottom, #5274c2, #49639f); }
  .btn-facebook:not(:disabled):hover, .btn-facebook:not(:disabled):focus {
    background: linear-gradient(to bottom, #4166b9, #41588e); }

/**
 * Truncate button
 *
 * Used for long text buttons, where you don't have to show all text
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * markup:
 * <button class="btn btn-primary btn-truncate {{modifier_class}}" type="button">You should not see all of this text</button>
 *
 * weight: -2
 *
 * Styleguide Base - Button - Truncate
 */
.btn-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px; }

/**
 * Back to top button
 *
 * Back to top button visible only on mobiles
 *
 * markup:
 * <a class="btn-scrollTop js-scrollTop" href="#">Go to top</a>
 *
 * weight: -2
 *
 * Styleguide Base - Button - Back to top
 */
.btn-scrollTop {
  position: fixed;
  bottom: 10px;
  left: 50%;
  padding: 4px 40px;
  color: #fff;
  font-size: 14px;
  background-color: #a6a6a6;
  border-radius: 24px;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 100; }
  .btn-scrollTop:hover, .btn-scrollTop:focus {
    color: #fff; }

.btn-green {
  color: #fff;
  background: linear-gradient(to bottom, #3ead5b, #3c763d); }

.btn-red:not(:disabled) {
  color: #fff;
  background: linear-gradient(0deg, #c22b2b 0%, #fd1d1d 63%, #f79f6f 100%); }
  .btn-red:not(:disabled):hover, .btn-red:not(:disabled):focus {
    color: #fff;
    background: linear-gradient(0deg, #ad2626 0%, #fd0404 63%, #f68f57 100%); }

.btn-red:active {
  background: linear-gradient(0deg, #982222 0%, #e50202 63%, #f47f3f 100%); }

/**
 * Danger button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * markup:
 * <a class="btn btn-danger {{modifier_class}}" href="#" role="button">Link</a>
 * <button class="btn btn-danger {{modifier_class}}" type="submit">Button</button>
 * <input class="btn btn-danger {{modifier_class}}" type="button" value="Input">
 * <input class="btn btn-danger {{modifier_class}}" type="submit" value="Submit">
 *
 * Styleguide Base - Button - Danger
 */
/**
 * Success button
 *
 * default - Normal button
 * :hover - Hover
 * :active - Active
 * :focus - Focus
 * disabled - Disabled
 *
 * markup:
 * <a class="btn btn-success {{modifier_class}}" href="#" role="button">Link</a>
 * <button class="btn btn-success {{modifier_class}}" type="submit">Button</button>
 * <input class="btn btn-success {{modifier_class}}" type="button" value="Input">
 * <input class="btn btn-success {{modifier_class}}" type="submit" value="Submit">
 *
 * Styleguide Base - Button - Success
 */
/**
 * Button sizes
 *
 * markup:
 * <p>
      <button type="button" class="btn btn-primary btn-lg">Large button</button>
      <button type="button" class="btn btn-default btn-lg">Large button</button>
    </p>
    <p>
      <button type="button" class="btn btn-primary">Default button</button>
      <button type="button" class="btn btn-default">Default button</button>
    </p>
    <p>
      <button type="button" class="btn btn-primary btn-sm">Small button</button>
      <button type="button" class="btn btn-default btn-sm">Small button</button>
    </p>
    <p>
      <button type="button" class="btn btn-primary btn-xs">Extra small button</button>
      <button type="button" class="btn btn-default btn-xs">Extra small button</button>
    </p>
 *
 * Styleguide Base - Button - Sizes
 */
/**
 * Block button
 *
 * markup:
 * <button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
 * <button type="button" class="btn btn-default btn-lg btn-block">Block level button</button>
 *
 * Styleguide Base - Button - Block
 */
/**
 * Color
 *
 * weight: -10
 *
 * Styleguide Base - Color
 */
/**
 * Primary colors
 *
 * Used for call to action elements like buttons, links, etc.
 *
 * #ff7f00 - $color-primary
 * #cebb92 - $color-secondary
 * #99cd9e - $color-success
 * #f88080 - $color-warning
 * #c91c23 - $color-danger
 * #0275d8 - $color-link
 * #3ead5b - $color-green
 * #3c763d - $color-green--dark
 * #49639f - $color-facebook
 * #5274c2 - $color-facebook--light
 *
 * color: true
 *
 * markup:
    <div style="background: {{modifier_class}}" class="kss_sg-color__item"></div>
 *
 * weight: -10
 *
 * Styleguide Base - Color - Primary colors
 */
/**
 * Secondary Colors
 *
 * Used for text, backgrounds, shadows etc.
 *
 * #4d4d4d - $color-black
 * #a6a6a6 - $color-gray--dark
 * #ddd - $color-gray
 * #eee - $color-gray--light
 *
 * color: true
 *
 * markup:
    <div style="background: {{modifier_class}}" class="kss_sg-color__item"></div>
 *
 * Styleguide Base - Color - Secondary Colors
 */
/**
 * Form
 *
 * weight: -1
 *
 * Styleguide Base - Form
 */
/**
 * Input field
 *
 * default - Normal text input
 * :focus - Focus
 *
 * markup:
 * <div class="form-group js-floatingLabel">
 *     <input class="form-control {{modifier_class}}" type="text" id="text-input" required>
 *     <label class="form-control-label" for="text-input">Text input</label>
 * </div>
 *
 * weight: -10
 *
 * Styleguide Base - Form - Input field
 */
.form {
  font-size: 1rem; }
  .form--login__user {
    position: relative;
    overflow: hidden;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2215%22%20viewBox%3D%220%200%2013%2015%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.03%2012.83l-.052.063C11.254%2014.96%208.958%2015%206.515%2015c-2.444%200-4.74-.04-6.463-2.107L0%2012.83l.012-.08c.333-2.172%201.467-3.916%203.194-4.912l.123-.07.097.1c.815.857%201.912%201.328%203.088%201.328%201.175%200%202.272-.47%203.088-1.327l.098-.103.123.07c1.727.997%202.86%202.74%203.194%204.912l.013.08zM6.515%207.758c2.14%200%203.88-1.74%203.88-3.88C10.394%201.74%208.654%200%206.514%200c-2.14%200-3.88%201.74-3.88%203.88%200%202.137%201.74%203.878%203.88%203.878z%22%20fill-rule%3D%22nonzero%22%20fill%3D%22%234D4D4D%22/%3E%3C/svg%3E") no-repeat left center; }
    .form--login__user::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50px;
      height: 100%;
      background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }
  .form--animate {
    display: none; }
  .form__help-text {
    font-size: 0.875rem; }

.form-group {
  position: relative; }

.form-group-info {
  padding-left: 0.625rem; }

.form-control-label {
  position: absolute;
  top: 6px;
  left: 0.625rem;
  max-width: calc(100% - 0.625rem * 2);
  margin-bottom: 0;
  font-size: inherit;
  color: #858484;
  transition: all .2s ease-out; }
  .form-control-label-leftpadding {
    left: calc(0.625rem + 10px); }

.form-control:not(select):focus ~ .form-control-label,
.form-control:not(select).is-active ~ .form-control-label,
.form-control:not(textarea):focus ~ .form-control-label,
.form-control:not(textarea).is-active ~ .form-control-label,
.date-time-picker.is-active ~ .form-control-label,
.form-control:not(textarea).is-active .form-control-label {
  top: 0;
  font-size: 0.75rem;
  color: #4d4d4d;
  transform: translateY(-100%); }

.form-control-desc {
  padding-left: 0.625rem;
  display: block;
  padding-top: .5em; }

/**
 * Password field
 *
 * default - Password input
 *
 * markup:
 * <div class="form-group js-floatingLabel">
 *    <div class="js-showPassword">
 *        <input type="password" class="form-control" id="password-input" required>
 *        <label class="form-control-label" for="password-input">Password</label>
 *        <button class="btn form-control-show-password js-showPassword-btn" type="button" title="Show password"></button>
 *    </div>
 * </div>
 *
 * weight: -9
 *
 * Styleguide Base - Form - Password field
 */
.form-control[type=password] {
  position: relative; }
  .form-control[type=password]::-ms-reveal, .form-control[type=password]::-ms-clear {
    display: none; }

.form-control-show-password {
  position: absolute;
  top: 13px;
  right: 0.625rem;
  width: 18px;
  height: 10px;
  padding: 0;
  border: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC40NjguMDI1QzUuMjMyLjAyNSAyLjI5OCAxLjc3LjEzMyA0LjYwMmMtLjE3Ny4yMzItLjE3Ny41NTYgMCAuNzg4IDIuMTY1IDIuODM2IDUuMSA0LjU4IDguMzM1IDQuNTggMy4yMzYgMCA2LjE3LTEuNzQ0IDguMzM1LTQuNTc3LjE3Ny0uMjMyLjE3Ny0uNTU2IDAtLjc4OC0yLjE2NS0yLjgzNi01LjEtNC41OC04LjMzNS00LjU4ek04LjcgOC41Yy0yLjE0OC4xMzItMy45MjItMS42MTItMy43ODctMy43My4xMS0xLjc1IDEuNTUtMy4xNjUgMy4zMjMtMy4yNzQgMi4xNDgtLjEzMyAzLjkyMiAxLjYxIDMuNzg3IDMuNzNDMTEuOTA4IDYuOTcgMTAuNDcgOC4zODYgOC43IDguNXptLS4xMDctMS42MmMtMS4xNTcuMDczLTIuMTE0LS44NjUtMi4wMzctMi4wMDUuMDYtLjk0Mi44MzUtMS43MDMgMS43OS0xLjc2NSAxLjE1OC0uMDcyIDIuMTE0Ljg2NyAyLjAzOCAyLjAwNy0uMDYzLjk0NS0uODQgMS43MDYtMS43OSAxLjc2NHoiIGZpbGw9IiM0RDRENEQiLz48L3N2Zz4=") no-repeat right 0 center;
  cursor: pointer; }
  .form-control-show-password.is-password-visible {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC40NjguMDI1QzUuMjMyLjAyNSAyLjI5OCAxLjc3LjEzMyA0LjYwMmMtLjE3Ny4yMzItLjE3Ny41NTYgMCAuNzg4IDIuMTY1IDIuODM2IDUuMSA0LjU4IDguMzM1IDQuNTggMy4yMzYgMCA2LjE3LTEuNzQ0IDguMzM1LTQuNTc3LjE3Ny0uMjMyLjE3Ny0uNTU2IDAtLjc4OC0yLjE2NS0yLjgzNi01LjEtNC41OC04LjMzNS00LjU4ek04LjcgOC41Yy0yLjE0OC4xMzItMy45MjItMS42MTItMy43ODctMy43My4xMS0xLjc1IDEuNTUtMy4xNjUgMy4zMjMtMy4yNzQgMi4xNDgtLjEzMyAzLjkyMiAxLjYxIDMuNzg3IDMuNzNDMTEuOTA4IDYuOTcgMTAuNDcgOC4zODYgOC43IDguNXptLS4xMDctMS42MmMtMS4xNTcuMDczLTIuMTE0LS44NjUtMi4wMzctMi4wMDUuMDYtLjk0Mi44MzUtMS43MDMgMS43OS0xLjc2NSAxLjE1OC0uMDcyIDIuMTE0Ljg2NyAyLjAzOCAyLjAwNy0uMDYzLjk0NS0uODQgMS43MDYtMS43OSAxLjc2NHoiIGZpbGw9IiM0REFDNTYiLz48L3N2Zz4="); }

/**
 * Validation error
 *
 * Input field after validation that contains an error message
 *
 * markup:
 * <div class="form-group js-floatingLabel has-error">
 *     <input class="form-control" type="text" id="text-input" required>
 *     <label class="form-control-label" for="text-input">Text input</label>
 *     <div class="form-control-error" role="alert">This field is required</div>
 * </div>
 *
 * weight: -10
 *
 * Styleguide Base - Form - Validation error
 */
.form-control-error {
  display: block;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  color: #d41524;
  width: 100%; }
  .has-error .form-control-error::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #d41524; }

.tabs__content .form-control-error > span {
  display: block;
  border-top: 1px solid red; }

.form-control-confirm {
  display: block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  color: #3ead5b;
  width: 100%; }
  .form-control-confirm::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #3ead5b; }

.has-error .form-optional {
  display: none; }

/**
 * Help text
 *
 * markup:
 * <div class="form-group js-floatingLabel">
 *     <input class="form-control" type="text" id="text-input" required>
 *     <label class="form-control-label" for="text-input">Text input</label>
 *     <div class="form-control-help" role="alert">This is a help message</div>
 * </div>
 *
 * weight: -10
 *
 * Styleguide Base - Form - Help text
 */
.form-control-help {
  display: block;
  margin-bottom: 5px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 0.75rem;
  color: #4d4d4d; }
  .form-control-help::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #4d4d4d; }

/**
 * Checkbox and radio
 *
 * markup:
 * <div class="checkbox">
        <label>
            <input type="checkbox" value="">
            Option one is this and that&mdash;be sure to include why it's great
        </label>
    </div>
    <div class="radio">
        <label>
            <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
            Option one is this and that&mdash;be sure to include why it's great
        </label>
    </div>
    <div class="radio">
        <label>
            <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
            Option two can be something else and selecting it will deselect option one
        </label>
    </div>
 *
 * weight: -5
 *
 * Styleguide Base - Form - Checkbox and radio
 */
/**
 * Select
 *
 * default - Normal select
 * :focus - Focus
 *
 * markup:
 * <select class="form-control {{modifier_class}}">
        <option>1</option>
        <option>2</option>
        <option>3</option>
        <option>4</option>
        <option>5</option>
    </select>
 *
 * weight: -5
 *
 * Styleguide Base - Form - Select
 */
select.form-control:not([size]):not([multiple]) {
  height: 2.25rem; }

.select-container {
  position: relative;
  display: inline-block; }
  .select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 1.5rem 0 0.625rem;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
    min-width: 10rem;
    width: auto;
    text-overflow: ellipsis; }
    .select-container select div {
      overflow: hidden; }
  .select-container select::-ms-expand {
    display: none; }
  .select-container .js-selectOpen {
    pointer-events: none;
    position: absolute;
    z-index: 999;
    top: 14px; }

.gradient-select {
  position: relative; }
  .gradient-select:after {
    content: '';
    background: url("/gfx/svg/icon-dropdownarrow.svg") no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 5px;
    pointer-events: none; }
  .gradient-select select {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edeced+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #edeced 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edeced',GradientType=0 );
    /* IE6-9 */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 5px 25px 5px 8px;
    border: 1px solid #9c9c9c;
    box-shadow: none;
    width: 100%; }
    .gradient-select select:focus {
      outline: none; }
    .gradient-select select::-ms-expand {
      display: none; }
  .gradient-select--noselect {
    cursor: default; }
    .gradient-select--noselect:after {
      display: none; }
    .gradient-select--noselect select {
      pointer-events: none; }

/**
 * Textarea
 *
 * default - Normal textarea
 * :focus - Focus
 *
 * markup:
 * <textarea class="form-control {{modifier_class}}" rows="3"></textarea>
 *
 * weight: -5
 *
 * Styleguide Base - Form - Textarea
 */
/**
 * Input Number
 *
 * default - Normal textarea
 * :focus - Focus
 *
 * markup:
 * <input class="form-control {{modifier_class}}"></input>
 *
 * weight: -5
 *
 * Styleguide Base - Form - Input Number
 */
/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield; }

/* Remove controls from Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */ }

.form-control--number {
  position: relative;
  padding-right: 25px; }
  .form-control--number__arrow {
    position: absolute;
    right: 10px;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    bottom: 8px;
    height: 10px;
    background-color: transparent;
    border: 0;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    /*
        @include media-breakpoint-up(lg) {
            display: flex;
        }
        */ }
    .form-control--number__arrow--up {
      top: 8px; }

.form-control--hidden {
  display: none; }

.date-time-picker {
  position: relative; }
  .date-time-picker button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(/gfx/svg/icon-calendar.svg);
    background-size: 60%;
    background-position: 40%;
    background-repeat: no-repeat; }

.date-time-picker-wide .date-time-picker {
  width: 100% !important; }

input.date-time-picker {
  height: 36px;
  background-image: url(/gfx/svg/icon-calendar.svg);
  background-size: 24px;
  background-position: calc(100% - 10px) 6px;
  background-repeat: no-repeat; }

.hamburger {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity .15s linear; }
  .hamburger:hover {
    opacity: .7; }
  .hamburger.is-open .hamburger-inner {
    width: 27px;
    transform: translate3d(-4px, 8px, 0) rotate(45deg); }
  .hamburger.is-open .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger.is-open .hamburger-inner::after {
    width: 27px;
    transform: translate3d(0, -16.5px, 0) rotate(-90deg); }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 4px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: .2s; }

.hamburger-inner {
  top: 0; }
  .hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 8px; }
  .hamburger-inner::after {
    top: 16px; }

/**
 * Headings
 *
 * markup:
 * <h1>I am H1 and I am used for page titles</h1>
 * <p>Lorem ipsum Irure magna enim occaecat nisi in veniam mollit adipisicing proident eu nostrud non eiusmod in enim quis Ut irure qui laborum dolor tempor proident veniam dolore aute quis est in consequat in.</p>
 * <h2>I am H2 and I am used for page section titles</h2>
 * <p>Lorem ipsum Duis fugiat culpa mollit mollit laborum cillum do in mollit sint occaecat eu sint consectetur et id consequat voluptate velit ut nulla mollit adipisicing do id dolore reprehenderit adipisicing Excepteur deserunt velit sit nostrud voluptate tempor in dolore tempor.</p>
 * <h3>I am H3 and I am used for second level page section titles</h3>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 * <h4>I am H4 and I am used for third level page section titles</h4>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 * <h5>I am H5</h5>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 * <h6>I am H6</h6>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 *
 * weight: 0
 *
 * Styleguide Base - Headings
 */
h1 {
  font-size: 1rem;
  font-weight: 700; }

h2,
h3 {
  font-size: 0.875rem; }

h2 {
  font-weight: 700; }
  h2::before {
    content: "";
    display: block;
    width: 100px;
    margin-bottom: 8px;
    border-top: 3px #cebb92 solid; }

h3 {
  font-weight: 600; }

/**
 * Headings with secondary text
 *
 * markup:
 * <h1>I am H1 <small>Secondary text</small></h1>
 * <p>Lorem ipsum Irure magna enim occaecat nisi in veniam mollit adipisicing proident eu nostrud non eiusmod in enim quis Ut irure qui laborum dolor tempor proident veniam dolore aute quis est in consequat in.</p>
 * <h2>I am H2 <small>Secondary text</small></h2>
 * <p>Lorem ipsum Duis fugiat culpa mollit mollit laborum cillum do in mollit sint occaecat eu sint consectetur et id consequat voluptate velit ut nulla mollit adipisicing do id dolore reprehenderit adipisicing Excepteur deserunt velit sit nostrud voluptate tempor in dolore tempor.</p>
 * <h3>I am H3 <small>Secondary text</small></h3>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 * <h4>I am H4 <small>Secondary text</small></h4>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 * <h5>I am H5 <small>Secondary text</small></h5>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 * <h6>I am H6 <small>Secondary text</small></h6>
 * <p>Lorem ipsum Dolor magna do qui do sunt est labore aliqua in proident sunt dolore est dolore deserunt nulla elit esse deserunt aliqua ullamco dolore mollit.</p>
 *
 * Styleguide Base - Headings - Secondary text
 */
.icon {
  width: 100%;
  height: 100%; }
  .icon--baseline {
    position: relative;
    bottom: -.125em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
        align-self: center;
    width: 1em;
    height: 1em;
    margin-right: 5px; }
  .icon--header {
    bottom: -.125em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 5px; }
  .icon--black {
    fill: #4d4d4d; }
  .icon--white {
    fill: #fff; }
  .icon--yellow {
    fill: #ffbf00; }
  .icon--orange {
    fill: #fd8e39; }
  .icon--red {
    fill: #d41524; }
  .icon--green {
    fill: #3c763d; }

.icon-chevron {
  -ms-flex: 0 0 10px;
      flex: 0 0 10px;
  width: 10px;
  height: 10px;
  transition: transform .2s ease-in-out; }
  .is-open .icon-chevron {
    transform: rotate(180deg); }

.icon-close {
  width: 20px;
  height: 20px; }

.icon-star {
  fill: #dadada; }
  .icon-star--full {
    fill: #e9a637; }

.icon-confirmation {
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  max-width: 40px;
  height: 40px; }

.icon-responsive {
  width: 25px;
  height: 25px; }

.icon-download {
  position: relative;
  -ms-flex: 0 0 46px;
      flex: 0 0 46px;
  width: 46px;
  height: 46px;
  transition: transform .4s ease-in-out; }
  .icon-download:hover, .icon-download:focus {
    transform: translateY(3px); }
  .icon-download--small {
    -ms-flex: 0 0 25px;
        flex: 0 0 25px;
    width: 25px;
    height: 25px; }
  .icon-download__body {
    color: #4d4d4d; }
  .icon-download__type {
    position: absolute;
    bottom: 6px;
    left: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(-50%); }
    .icon-download--small .icon-download__type {
      bottom: 2px;
      font-size: 9px; }

.icon-method {
  width: 35px;
  height: 35px; }

/**
 * Inline text elements
 *
 * weight: 0
 *
 * Styleguide Base - Inline text elements
 */
/**
 * Link
 *
 * default - Normal link
 * :hover - Hover
 * :focus - Focus
 * :active - Active
 *
 * markup:
 * This is a link to <a href="http://www.getbootstrap.com" class="{{modifier_class}}">bootstrap</a> and the bold version <strong><a href="http://www.getbootstrap.com" class="{{modifier_class}}">bootstrap</a></strong>.
 *
 * weight: -10
 *
 * Styleguide Base - Inline text elements - Link
 */
/**
 * Bold
 *
 * markup:
 * <p class="font-weight-bold">Lorem ipsum Id veniam consectetur sunt laboris aute amet minim sed commodo aliquip eu irure aute Ut nostrud sed laborum sint sint ut.</p>
 *
 * weight: -5
 *
 * Styleguide Base - Inline text elements - Bold
 */
/**
 * Semi Bold
 *
 * markup:
 * <p class="font-weight-semibold">Lorem ipsum Id veniam consectetur sunt laboris aute amet minim sed commodo aliquip eu irure aute Ut nostrud sed laborum sint sint ut.</p>
 *
 * weight: -4
 *
 * Styleguide Base - Inline text elements - Semi Bold
 */
/**
 * Italics
 *
 * markup:
 * <p><em>Lorem ipsum Id veniam consectetur sunt laboris aute amet minim sed commodo aliquip eu irure aute Ut nostrud sed laborum sint sint ut.</em></p>
 *
 * Styleguide Base - Inline text elements - Italics
 */
/**
 * Small
 *
 * markup:
 * <p><small>Lorem ipsum Id veniam consectetur sunt laboris aute amet minim sed commodo aliquip eu irure aute Ut nostrud sed laborum sint sint ut.</small></p>
 *
 * Styleguide Base - Inline text elements - Small
 */
/**
 * List
 *
 * weight: 0
 *
 * Styleguide Base - List
 */
/**
 * Unordered list
 *
 * markup:
 * <ul>
        <li>item 1</li>
        <li>item 2</li>
        <li>item 3</li>
    </ul>
 *
 * weight: -10
 *
 * Styleguide Base - List - Unordered
 */
/**
 * Ordered list
 *
 * markup:
 * <ol>
        <li>item 1</li>
        <li>item 2</li>
        <li>item 3</li>
    </ol>
 *
 * weight: -10
 *
 * Styleguide Base - List - Ordered
 */
/**
 * Inline list
 *
 * markup:
 * <ul class="list-inline">
        <li>item 1</li>
        <li>item 2</li>
        <li>item 3</li>
    </ul>
 *
 * Styleguide Base - List - Inline
 */
/**
 * Unstyled list
 *
 * markup:
 * <ul class="list-unstyled">
        <li>item 1</li>
        <li>item 2</li>
        <li>item 3</li>
    </ul>
 *
 * Styleguide Base - List - Unstyled
 */
ul,
ol,
dl {
  font-size: 0.875rem; }

/**
 * Paragraph
 *
 * markup:
 * <p>Lorem ipsum Irure dolore dolor non dolore dolor dolor laboris aliqua minim proident quis eu esse aliqua magna nisi ad dolor eu eu sint occaecat aliquip do sit velit. Ad ut aliqua deserunt ea Duis veniam in nisi do magna do est eiusmod voluptate culpa elit sint in sint ut labore aliqua deserunt velit aliqua irure ea ad elit aute quis dolore.</p>
 * <p>Lorem ipsum Mollit incididunt id id laborum voluptate culpa dolor dolor dolor proident dolore non elit eiusmod qui reprehenderit elit ad ut.</p>
 *
 * weight: 0
 *
 * Styleguide Base - Paragraph
 */
p {
  font-size: 0.875rem;
  margin-bottom: 20px; }

/**
 * Switch
 *
 * Styleguide Base - Switch
 */
/**
 * Default button
 *
 * default - Switch off
 * :checked - Switch on
 *
 * markup:
 <div class="switch">
     <input class="switch__input {{modifier_class}}" id="keep-signed-in" type="checkbox">
     <label class="switch__btn" for="keep-signed-in"></label>
     Keep me signed in
 </div>
 *
 * weight: -10
 *
 * Styleguide Base - Switch - Default
 */
.switch {
  position: relative;
  width: 100%;
  font-size: .875rem; }
  .switch__input {
    position: absolute;
    width: 40px;
    height: 20px;
    opacity: 0; }
  .switch__input + .switch__btn {
    position: relative;
    display: block;
    -ms-flex: none;
        flex: none;
    width: 40px;
    height: 20px;
    margin-bottom: 0;
    padding: 1px;
    background: #bebebe;
    border-radius: 15px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all .4s ease; }
    .switch__input + .switch__btn::after, .switch__input + .switch__btn::before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%; }
    .switch__input + .switch__btn::before {
      display: none; }
    .switch__input + .switch__btn::after {
      left: 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      background: linear-gradient(180deg, #fafafa 0%, #eff1f4 100%);
      transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
      box-shadow: inset 0 1px 0 1px #fff, 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
    .switch__input + .switch__btn:hover::after {
      will-change: padding; }
    .switch__input + .switch__btn:active {
      box-shadow: inset 0 0 0 2em #e8eae9; }
      .switch__input + .switch__btn:active::after {
        padding-right: .8em; }
  .switch__input:checked + .switch__btn {
    background: #99cd9e; }
    .switch__input:checked + .switch__btn::after {
      left: 50%; }
      .switch__input:checked + .switch__btn::after:active {
        box-shadow: none; }
        .switch__input:checked + .switch__btn::after:active::after {
          margin-left: -.8em; }
  .switch__input:focus + .switch__btn {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #73c8e1 !important; }

/**
 * Table
 *
 * weight: 0
 *
 * Styleguide Base - Table
 */
/**
 * Basic table
 *
 * markup:
 <table>
     <tbody>
         <tr>
             <th>0</th>
             <td>mauris</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
         <tr>
             <th>1</th>
             <td>mauris</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
         <tr>
             <th>2</th>
             <td>mauris</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
         <tr>
             <th>3</th>
             <td>mauris</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
     </tbody>
 </table>
 *
 * weight: -10
 *
 * Styleguide Base - Table - Basic
 */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 0.875rem;
  border: transparent; }
  table td,
  table th {
    padding: 0.75rem;
    border-top: 1px solid #eceeef; }
  table thead th {
    border-bottom: 2px solid #eceeef; }
  table tbody + tbody {
    border-top: 2px solid #eceeef; }
  table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  table figure {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

/**
 * Responsive table
 *
 * markup:
 <table class="table-responsive">
     <tbody>
         <tr>
             <th>0</th>
             <td>mauris Lorem ipsum Sunt laborum consequat sed dolor.</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
         <tr>
             <th>1</th>
             <td>mauris Lorem ipsum Sunt laborum consequat sed dolor.</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
         <tr>
             <th>2</th>
             <td>mauris Lorem ipsum Sunt laborum consequat sed dolor.</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
         <tr>
             <th>3</th>
             <td>mauris Lorem ipsum Sunt laborum consequat sed dolor.</td>
             <td>tellus</td>
             <td>morbi</td>
         </tr>
     </tbody>
 </table>
 *
 * weight: -5
 *
 * Styleguide Base - Table - Responsive
 */
.table-responsive {
  width: 100%;
  font-size: 0.875rem; }
  .table-responsive thead {
    display: none; }
  .table-responsive td,
  .table-responsive th {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    padding: 10px;
    border: 1px solid #eceeef; }
    .table-responsive td:first-child,
    .table-responsive th:first-child {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .table-responsive td {
    word-break: break-all; }
  .table-responsive tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px; }

.accordion--styled .accordion__section {
  background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
  border: 1px solid #ddd;
  border-radius: 4px; }
  .accordion--styled .accordion__section.is-open {
    background: linear-gradient(180deg, #f9f9f9 0%, #fff 100%);
    border-color: #4d4d4d; }

.accordion__content {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
  transition-property: max-height, visibility, margin, opacity;
  transition-timing-function: ease-in-out; }
  .is-open .accordion__content {
    max-height: 100em;
    opacity: 1;
    visibility: visible; }
  .accordion__content > :last-child {
    margin-bottom: 0; }

.accordion__title {
  cursor: pointer;
  visibility: visible; }
  .accordion--styled .accordion__title {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 19px; }
  .accordion--styled .is-open .accordion__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee; }

.address-select {
  max-height: 200px;
  border: 2px solid #eee;
  border-radius: 4px;
  overflow-y: scroll; }
  .address-select::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px; }
  .address-select::-webkit-scrollbar-track {
    background-color: #a6a6a6;
    border-radius: 4px; }
  .address-select::-webkit-scrollbar-thumb {
    background-color: #4d4d4d;
    border-radius: 4px; }
  .address-select__trigger {
    margin-bottom: 20px;
    padding: 0.5rem 0.625rem;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer; }
  .address-select__radio:checked + .address-select__label {
    background-color: #eee; }
  .address-select__label:not(:last-child) {
    border-bottom: 1px solid #ddd; }

.address-summary {
  border: 1px solid #ddd; }

.alert {
  font-size: 0.75rem;
  border: 0; }

.alert-pad {
  padding: 80px; }

.alert-pad p {
  margin: 0px; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.delay-1s {
  animation-delay: 1s; }

.animated.delay-2s {
  animation-delay: 2s; }

.animated.delay-3s {
  animation-delay: 3s; }

.animated.delay-4s {
  animation-delay: 4s; }

.animated.delay-5s {
  animation-delay: 5s; }

.animated.fast {
  animation-duration: 800ms; }

.animated.faster {
  animation-duration: 500ms; }

.animated.slow {
  animation-duration: 2s; }

.animated.slower {
  animation-duration: 3s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes enlarge {
  94% {
    transform: scale(1); }
  95% {
    transform: scale(1.1); }
  96.5% {
    transform: scale(1); }
  98.5% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.article-item {
  color: #4d4d4d;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .article-item__title {
    color: inherit;
    font-weight: 700; }
    .article-item__title:hover, .article-item__title:focus {
      color: inherit; }

.article-detail .fb-share-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 20px; }

#lbx-article-products {
  min-height: 382px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

/**
 * Article List Item
 *
 * Article item shown on Article List and Article Detail pages
 *
 * markup:
 <div class="article-item rounded mb-10 d-md-flex mb-lg-20 ">
     <figure class="article-item__image mb-10 mb-md-0">
         <a href="/page-article-detail.html">
             <picture>
                 <source srcset="//satyr.io/360x215/?text=article" media="(min-width: 992px)">
                 <source srcset="//satyr.io/220x131/?text=article" media="(min-width: 768px)">
                 <img class="img-fluid rounded-top" src="//satyr.io/535x320/?text=article" alt="Article item image description">
             </picture>
         </a>
     </figure>
     <div class="article-item__body px-10 pb-20 py-md-10 px-md-20 d-lg-flex flex-lg-column">
         <div class="d-flex flex-wrap justify-content-between mb-10">
             <div class="font-size-sm mr-20">
                 <a href="#">Immunity &amp; Energy</a>
                 /
                 <a href="#">Vitamins</a>
                 /
                 <a href="#">Minerals</a>
                 /
                 <a href="#">Skin</a>
             </div>
             <div class="article-item__date d-sm-flex justify-content-sm-end">
                 <span class="font-size-sm">15.3.2017</span>
             </div>
         </div>
         <h3 class="mb-10 mb-md-5">
             <a class="article-item__title" href="/page-article-detail.html">8 signálů, že vašemu tělu chybí vitamin D</a>
         </h3>
         <p class="article-item__content mb-0 mb-lg-20">Věděli jste, že pouze 10 % vitaminu D se do těla dostává potravou? Zbývajících 90 % déčka totiž naše tělo získává ze slunečních paprsků. Až čtyřem z pěti z nás ale tento „sluneční vitamin" chybí, což naše tělo ani v nejmenším nevítá.</p>
         <div class="d-none d-lg-flex align-items-lg-center justify-content-lg-between">
             <a class="btn btn-secondary " name="" href="/page-article-detail.html">
                 Read more
             </a>
             <div class="d-lg-flex align-items-lg-end">
                 <span class="font-size-sm">Views: 101</span>
                 <a class="d-none d-lg-block ml-lg-20 icon-download icon-download--small" href="#download-pdf">
                     <span class="icon-download__type">pdf</span>
                     <svg class="icon ">
                         <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/article.svg#icon-download"></use>
                     </svg>
                 </a>
             </div>
         </div>
     </div>
 </div>
 *
 * weight: -1
 *
 * Styleguide Components - Article List Item
 */
.autosuggest {
  position: absolute;
  top: 66px;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background-color: rgba(77, 77, 77, 0.7);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .is-search-open .autosuggest {
    display: block; }
    .is-search-open .autosuggest.is-active {
      height: auto;
      background-color: #f6f6f6; }
  .autosuggest__title::before {
    display: none; }
  .autosuggest__item {
    color: #4d4d4d;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
    .autosuggest__item:last-of-type {
      border-bottom: 0; }
    .autosuggest__item:hover, .autosuggest__item:focus {
      color: inherit;
      text-decoration: none; }
  .autosuggest__item-icon {
    -ms-flex: none;
        flex: none;
    width: 48px;
    height: 48px;
    margin-right: 10px; }
  .autosuggest__item-content {
    max-width: calc(100% - (58px)); }
  .autosuggest__item-category {
    font-size: 0.6875rem;
    font-weight: 400; }
  .autosuggest__image {
    float: left;
    width: 65px;
    height: 58px; }
  .autosuggest__item-title, .autosuggest__description {
    margin-left: 75px; }
    .autosuggest__item-title--other, .autosuggest__description--other {
      margin-left: 0; }
  .autosuggest__item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.75rem; }
  .autosuggest__description {
    font-size: 0.75rem; }
    .autosuggest__description--other {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      height: 2.25rem;
      /* Fallback for non-webkit */
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      /* autoprefixer: off */
      -webkit-box-orient: vertical; }
  .autosuggest__price {
    font-size: 0.875rem; }

.availability-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.875rem;
  line-height: 1; }
  .availability-status::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%; }
  .availability-status--available {
    color: #3ead5b; }
    .availability-status--available::before {
      background: linear-gradient(to bottom, #99cd9e, #3ead5b); }
  .availability-status--away {
    color: #ff9543; }
    .availability-status--away::before {
      background: linear-gradient(to bottom, #ff9543, #d27a36); }
  .availability-status--out {
    color: #a6a6a6; }
    .availability-status--out::before {
      background: linear-gradient(to bottom, #ddd, #a6a6a6); }

.banner {
  width: 100%;
  padding: 5px 0; }
  .banner-inner {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
  .banner img {
    max-height: 200px;
    max-width: 100%; }

.promo-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2rem; }
  .promo-banners__banner {
    width: 49%;
    height: 13rem;
    background-color: #43c5ff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.breadcrumb {
  background: linear-gradient(to bottom, #eee, #fff); }
  .breadcrumb__list {
    font-size: 0.875rem; }
  .breadcrumb__link {
    position: relative;
    display: block;
    color: #4d4d4d;
    background-color: #eee; }
    .breadcrumb__item:first-child .breadcrumb__link {
      padding-left: 15px; }
    .breadcrumb__item:last-child .breadcrumb__link {
      padding-right: 15px;
      color: #a6a6a6;
      background-color: transparent; }
      .breadcrumb__item:last-child .breadcrumb__link::before, .breadcrumb__item:last-child .breadcrumb__link::after {
        content: none; }
    .breadcrumb__link::before, .breadcrumb__link::after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      display: block;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent;
      border-left: 15px solid #ddd;
      z-index: 1; }
    .breadcrumb__link::before {
      margin-left: -1px;
      border-left-color: #eee;
      z-index: 2; }

/**
 * Breadcrumb
 *
 * Breadcrumb navigation with social sharing
 *
 * markup:
<div class="breadcrumb scrollable mb-15 mb-lg-0 pt-lg-30 pb-lg-20">
    <div class="container-lg mx-lg-auto px-lg-10 container-xl d-lg-flex align-items-lg-center">
        <ul class="breadcrumb__list list-unstyled scrollable__list mb-0">
            <li class="breadcrumb__item scrollable__item">
                <a href="#" class="breadcrumb__link py-5 pl-30 pr-5 pl-lg-20 pr-lg-15">
                    Home
                </a>
            </li>
            <li class="breadcrumb__item scrollable__item">
                <a href="#" class="breadcrumb__link py-5 pl-30 pr-5 pl-lg-20 pr-lg-15">
                    Category
                </a>
            </li>
            <li class="breadcrumb__item scrollable__item">
                <a href="#" class="breadcrumb__link py-5 pl-30 pr-5 pl-lg-20 pr-lg-15">
                    Vitamins
                </a>
            </li>
            <li class="breadcrumb__item scrollable__item">
                <span class="breadcrumb__link py-5 pl-30 pr-5 pl-lg-20 pr-lg-15">
                    Lecithin FORTE 1325 mg
                </span>
            </li>
        </ul>
        <div class="addthis_inline_share_toolbox d-none d-lg-block ml-lg-auto">Social icons</div>
    </div>
</div>
 *
 * weight: -1
 *
 * Styleguide Components - Breadcrumb
 */
.call-me {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center; }
  .call-me__button {
    background-color: #3ead5b;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    cursor: pointer; }
    .call-me__button--close {
      height: 15px;
      width: 15px;
      position: absolute;
      top: 10px;
      right: 7px;
      background-color: unset; }
  .call-me__container {
    position: absolute;
    bottom: -365px;
    height: 365px;
    width: 100%;
    background-color: #3c763d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-line-pack: center;
        align-content: center;
    transition: bottom .3s;
    color: #fff;
    padding: 20px;
    border-radius: 20px 20px 0 0; }
    .call-me__container.is-open {
      bottom: -20px; }
    .call-me__container .form-group {
      margin-right: 0; }
    .call-me__container .form-control {
      border-radius: 20px; }
    .call-me__container .btn {
      width: 100%;
      margin-top: 10px;
      border-radius: 20px;
      background: #ff7f00; }
  .call-me__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px; }
  .call-me__desc {
    font-size: 14px;
    margin-bottom: 5px; }
  .call-me__phone {
    font-size: 12px; }
  .call-me__image {
    margin-bottom: 5px; }
    .call-me__image picture {
      height: 100%;
      width: 100%; }
    .call-me__image img {
      object-fit: cover;
      height: 80px;
      width: 80px;
      border-radius: 40px; }

/**
 * Card element
 *
 * Used for adding a card design to a component
 *
 * markup:
 * <div class="card" style="width: 400px; height: 210px;">I have a background and a box shadow</div>
 *
 * Styleguide Base - Card element
 */
.card {
  padding: 15px 10px 10px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  width: 100%; }

.carousel {
  width: 100%; }
  .carousel:not(.flickity-enabled) {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 17px; }
    .carousel:not(.flickity-enabled) > div {
      display: inline-block; }
  .carousel__item {
    width: 100%;
    padding: 10px;
    counter-increment: carousel-cell; }
  .carousel .flickity-prev-next-button {
    position: absolute;
    top: -20px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
    transform: translateY(-50%); }
    .carousel .flickity-prev-next-button:hover {
      background-color: transparent;
      opacity: 0.5; }
  .carousel--modal {
    position: relative; }
    .carousel.carousel--modal::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 100px;
      height: 100%;
      background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }

.carousel-title {
  margin-bottom: 10px;
  text-align: center; }
  .carousel-title::before {
    display: none; }

.cart__logo {
  max-width: 140px; }

.cart--empty {
  opacity: .5; }

.cart__icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px; }

.cart__quantity {
  position: absolute;
  top: 4px;
  right: -10px;
  line-height: 11px;
  padding: .2em .4em;
  border: 2px solid #fff;
  border-radius: 50%; }

.cart__info {
  position: fixed;
  bottom: 10%;
  z-index: 11000000;
  left: 50%;
  transform: translateX(-50%); }
  .cart__info-box {
    padding: 20px 5%;
    color: white;
    position: relative;
    margin-bottom: 10px;
    opacity: 0;
    transition: opacity .4s ease-in-out; }
    .cart__info-box--Error {
      background: #d41524; }
      .cart__info-box--Error .cart__info-close::before,
      .cart__info-box--Error .cart__info-close::after {
        background: #d41524; }
    .cart__info-box--Warning {
      background: #43c5ff; }
      .cart__info-box--Warning .cart__info-close::before,
      .cart__info-box--Warning .cart__info-close::after {
        background: #43c5ff; }
  .cart__info-text {
    margin-right: calc(5px + 2rem); }
  .cart__info-close {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    cursor: pointer;
    height: 2rem;
    background: white;
    border-radius: 50%; }
    .cart__info-close::before, .cart__info-close::after {
      content: '';
      position: absolute;
      display: block;
      height: 2px;
      width: 65%;
      top: 47%;
      left: 50%; }
    .cart__info-close::before {
      transform: translateX(-50%) rotate(45deg); }
    .cart__info-close::after {
      transform: translateX(-50%) rotate(-45deg); }

.cart-logout-form {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .cart-logout-form input {
    background: none;
    cursor: pointer; }

.cart-contact {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }

.price-summary {
  min-width: 250px; }

.summary-rounding-consent {
  max-width: -webkit-fit-content;
  max-width: fit-content;
  color: #a6a6a6; }

.content-rounding-consent {
  text-align: right;
  margin-right: 1rem;
  color: #a6a6a6; }

.operator-panel__component a.add-to-cart {
  cursor: pointer;
  color: #0275d8;
  text-decoration: none; }

.loyalty-discount_gold {
  border: 1px solid #847b1d;
  background: #ffd626;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd626 0%, #ffbf00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd626', endColorstr='#f9a602', GradientType=0);
  /* IE6-9 */ }
  .loyalty-discount_gold--text {
    padding: 10px 15px;
    color: #847b1d; }

.loyalty-discount_silver {
  border: 1px solid silver;
  background: #c5c5c5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c5c5c5 23%, #a6a6a6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#a6a6a6', GradientType=0);
  /* IE6-9 */ }
  .loyalty-discount_silver--text {
    padding: 10px 15px;
    color: #555; }

#lbx-basket-products {
  min-height: 382px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.category__image {
  width: 50px;
  height: 50px; }

.category__link {
  background-color: #f6f6f6;
  color: #4d4d4d; }
  .category__link:hover {
    color: #4d4d4d;
    text-decoration: none; }

.chat--checkout {
  bottom: 61px !important; }

.checkout-banners-wrapper {
  margin-bottom: 1rem; }

.checkout-banners-carousel {
  display: block; }
  .checkout-banners-carousel .slider .flickity-viewport {
    min-height: 122px; }
  .checkout-banners-carousel .slider__item img {
    object-fit: contain; }

.shipping .is-open .zasilkovna {
  display: block; }

.shipping .is-open .top-text,
.shipping .is-open .bottom-text {
  display: block; }

.shipping .zasilkovna {
  display: none; }
  .shipping .zasilkovna select {
    width: 90%;
    background: white; }

.shipping .top-text,
.shipping .bottom-text {
  font-size: 0.9rem;
  display: none; }

.shipping .js-modal-zasilkovna {
  cursor: default; }

.shipping .modal .address ul {
  list-style: none;
  padding-left: 0; }

.shipping .sps-modal {
  display: none; }
  .shipping .sps-modal__display {
    display: -ms-flexbox;
    display: flex;
    z-index: 999999999 !important; }

.shipping .boxmachine-content {
  display: block;
  width: 100%;
  margin: auto;
  background-color: white;
  font-size: 12px;
  color: #555555;
  line-height: 1.5em; }
  .shipping .boxmachine-content .boxmachine-wrapper {
    padding: 10px 20px 20px;
    border: 1px solid #BDC0C3;
    overflow: hidden;
    background: #fff;
    height: 100%; }
    .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
    .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-search {
      height: 20%;
      max-width: 90%; }
      .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-search .boxmachine-search-address {
        height: 2.8em;
        width: 300px;
        color: gray;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 0.5em;
        padding: 0.5rem 0.625rem;
        background-color: #eee;
        border: 0 solid transparent;
        border-radius: 4px;
        font-size: 0.8rem; }
      .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-search .search-btn {
        vertical-align: baseline; }
      .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-search p {
        font-size: small;
        color: red; }
      .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-search .text-hidden {
        display: none; }
    .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-list-wrapper {
      width: 100%;
      max-height: 200px;
      overflow-y: scroll;
      border: 1px solid black; }
      .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-list-wrapper ul {
        list-style-type: none;
        padding-left: 0 !important; }
      .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-list-wrapper li {
        padding: 10px;
        line-height: 1.5em;
        cursor: pointer; }
        .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-list-wrapper li:hover {
          background: #E5E5E5 !important; }
        .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-list-wrapper li:nth-child(even) {
          background: #F2F2F2; }
      .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-list-wrapper .boxmachine-selected {
        font-weight: bold;
        background: #c3c3c3 !important; }
        .shipping .boxmachine-content .boxmachine-wrapper .boxmachine-list-wrapper .boxmachine-selected:hover {
          background: #c3c3c3; }
    .shipping .boxmachine-content .boxmachine-wrapper .map-widget {
      height: 500px;
      width: 100%; }

.payment .custom-radio__price {
  white-space: nowrap;
  margin-top: -2px; }

.payment-price {
  margin-left: 10px; }

.payment-price-image {
  max-height: 20px;
  margin-top: 2px; }

.payment-additional-image {
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  mix-blend-mode: multiply;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-item-align: center;
      align-self: center; }
  .payment-additional-image img {
    max-height: 14px;
    margin-right: 2px; }

.payment-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0; }

.payment-logo {
  display: -ms-flexbox;
  display: flex; }
  .payment-logo img {
    max-height: 23px;
    margin: 0; }

.content-toggle__panel[aria-hidden=false] {
  display: block; }

.content-toggle__panel[aria-hidden=true] {
  display: none; }

.cookie {
  position: fixed;
  bottom: 0;
  z-index: 20000000;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  background-color: rgba(74, 74, 74, 0.9); }
  .cookie__link {
    color: inherit;
    text-decoration: underline; }
    .cookie__link:hover, .cookie__link:focus {
      color: inherit;
      text-decoration: none; }
  .cookie__btn {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .cookie__close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    cursor: pointer; }

.custom-radio {
  display: none; }
  .custom-radio + .custom-radio__label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer; }
    .custom-radio + .custom-radio__label::before {
      content: '';
      position: absolute;
      top: 12px;
      left: 10px;
      width: 16px;
      height: 16px;
      background-color: #fff;
      border: 2px solid #a6a6a6;
      border-radius: 50%; }
    .custom-radio + .custom-radio__label::after {
      content: url(/gfx/svg/icon-check.svg);
      position: absolute;
      top: 11px;
      left: 10px;
      width: 18px;
      height: 18px;
      opacity: 0;
      transform: scale(0);
      transition: all 0.2s; }
  .custom-radio:checked + .custom-radio__label {
    background: #eee; }
    .custom-radio:checked + .custom-radio__label::after {
      opacity: 1;
      transform: scale(1); }
  .custom-radio__label {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 10px 8px 35px;
    background: linear-gradient(180deg, #fff 0%, #f6f6f6 100%);
    border: 1px solid #ddd;
    border-radius: 4px; }
  .custom-radio__price {
    font-size: 16px;
    white-space: nowrap;
    margin-left: 10px; }
  .custom-radio__select {
    padding: 10px 8px;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #eee; }
    .custom-radio__select::-webkit-scrollbar {
      width: 4px;
      border-radius: 4px; }
    .custom-radio__select::-webkit-scrollbar-track {
      background-color: #a6a6a6;
      border-radius: 4px; }
    .custom-radio__select::-webkit-scrollbar-thumb {
      background-color: #4d4d4d;
      border-radius: 4px; }

.datetime-ui-time-arrow_move {
  width: 7px;
  height: 6px;
  cursor: pointer;
  margin-top: 3px; }

.datetime-ui-timeicon-n {
  background-position: -4px -22px; }

.datetime-ui-timeicon-s {
  background-position: -69px -22px; }

.hourShift {
  height: 19px; }

.datetime-ui-time-div {
  width: 50px; }

.datetime-ui-time-textbox {
  width: 25px; }

.datetime-ui-range-div {
  position: absolute;
  width: auto;
  display: none; }

.datetime-ui-range-header {
  background-color: #e5e5e5;
  z-index: 50000; }

.datetime-ui-widget-header,
.datetime-ui-datepicker .RightAlign {
  border: none;
  background: #e5e5e5; }

.datetime-ui-datepicker .RightAlign {
  width: 100%;
  overflow: hidden; }

.datetime-ui-datepicker {
  padding: 0; }

.datetime-ui-datepicker .datetime-ui-datepicker-calendar {
  width: 100%;
  background: #ffffff;
  margin-bottom: 8px; }

.datetime-ui-datepicker .action-buttons {
  margin-bottom: 0;
  text-align: right; }
  .datetime-ui-datepicker .action-buttons .btn {
    margin-bottom: 8px; }

.datetime-ui-widget-content {
  border-color: #e5e5e5;
  background: #fff; }

.datetime-ui-datepicker .datetime-ui-datepicker-buttonpane.datetime-ui-widget-content {
  overflow: hidden; }

.datetime-ui-datepicker .datetime-ui-datepicker-buttonpane {
  margin: 0; }

.datetime-ui-state-active, .datetime-ui-widget-content .datetime-ui-state-active {
  background: #cfe7ec; }

.datetime-ui-range-header.datetime-ui-range-div .datetime-ui-widget-content {
  background: none; }

.datetime-ui-datepicker {
  background: #e5e5e5;
  padding: 8px; }

.datetime-ui-datepicker .form-group {
  padding-top: 8px; }

.datetime-ui-datepicker input, .datetime-ui-datepicker select, .datetime-ui-datepicker td {
  background: white;
  border: 0px solid; }

.datetime-ui-datepicker thead {
  background: #a3a2a2; }

.datetime-ui-datepicker-title {
  width: 100%;
  padding-bottom: 8px; }

.datetime-ui-datepicker-title a {
  float: right; }

.datetime-ui-datepicker-title select {
  float: left; }

.datetime-ui-datepicker-month {
  margin-right: 8px; }

.rangemodal-buttons {
  padding-right: 8px; }

.date-range-selector span + .btn {
  margin-left: 8px; }

.datetime-ui-datepicker table {
  float: none; }

.datetime-ui-datepicker .datetime-ui-datepicker-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .datetime-ui-datepicker .datetime-ui-datepicker-title a {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: 10px; }
    .datetime-ui-datepicker .datetime-ui-datepicker-title a.datetime-ui-datepicker-prev {
      border-right: 10px solid;
      -ms-flex-order: 3;
          order: 3; }
    .datetime-ui-datepicker .datetime-ui-datepicker-title a.datetime-ui-datepicker-next {
      border-left: 10px solid;
      -ms-flex-order: 4;
          order: 4; }
  .datetime-ui-datepicker .datetime-ui-datepicker-title select {
    width: 40%; }

.fake-chat {
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647;
  position: fixed;
  overflow: hidden;
  bottom: 24px;
  left: initial;
  right: 11px;
  max-height: 65px;
  max-width: 114px;
  height: 65px;
  width: 114px;
  background: transparent; }
  .fake-chat-touchstart {
    bottom: 8px;
    right: 6px; }
  .fake-chat__wrapper {
    cursor: pointer;
    color: white;
    width: 103.5px;
    height: 55px;
    background-image: linear-gradient(80deg, #1233df, #4a84d7);
    display: -ms-flexbox;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
    border-radius: 32px;
    margin: auto; }
    .fake-chat__wrapper:hover {
      cursor: pointer;
      background-image: linear-gradient(80deg, #102dc8, #4276c1); }
  .fake-chat__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 16px;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Ubuntu, "sans-serif";
    font-size: 16px; }
  .fake-chat__icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 4px; }
  .fake-chat__icon {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1) !important;
    display: -ms-flexbox;
    display: flex;
    width: 47px; }
  .fake-chat__svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
    margin: auto; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-enabled.is-draggable .flickity-viewport {
  -ms-touch-action: pan-y !important;
      touch-action: pan-y !important; }

.footer-icons-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.footer-icons-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
  list-style-type: none;
  padding-right: 40px; }

.footer-icons-image {
  height: 25px;
  min-width: 40px; }

.footer {
  color: #fff;
  background: #4d4d4d; }
  .footer__chevron {
    width: 10px;
    height: 15px;
    transition: transform .2s ease-in-out; }
    .is-open .footer__chevron {
      transform: rotate(180deg); }
  .footer__list {
    list-style: none; }
  .footer__item {
    border-radius: 4px;
    background-color: #555;
    transition: background .3s ease-in-out; }
    .footer__item:hover, .footer__item:focus {
      background-color: #858484; }
    .footer__item--secondary {
      background-color: transparent; }
      .footer__item--secondary:hover, .footer__item--secondary:focus {
        background-color: transparent; }
  .footer__link {
    line-height: 26px;
    color: inherit; }
    .footer__link:hover, .footer__link:focus {
      color: inherit;
      text-decoration: none; }
    .footer__link--secondary {
      text-decoration: underline; }
      .footer__link--secondary:hover, .footer__link--secondary:focus {
        text-decoration: none; }
  .footer__heureka img {
    max-width: 100%;
    height: auto; }

.form-horizontal .form-group {
  margin-bottom: 2.5rem; }

.form-horizontal .editing-form-label-cell {
  font-weight: 600;
  font-size: 16px;
  vertical-align: top;
  width: 25%;
  display: inline-block;
  text-align: right;
  padding-right: 2rem;
  position: relative; }

.form-horizontal .editing-form-value-cell {
  width: 75%;
  display: inline-block; }

.form-horizontal .btn-default {
  margin-top: 0.75rem;
  color: #fff;
  background: linear-gradient(to bottom, #ff9543, #ff7f00); }

.form-horizontal .btn-default + .btn-default {
  margin-left: 20px; }

.form-horizontal .date-time-picker {
  min-width: 200px; }

.form-horizontal .date-time-picker button {
  position: relative;
  left: -40px;
  display: inline-block;
  height: 1.5rem; }

.form-horizontal .EditingFormCalendarTextBox {
  margin-bottom: 0.5rem;
  max-width: 200px;
  display: inline-block; }

.form-horizontal .calendar-action {
  color: #fff;
  background: linear-gradient(to bottom, #ff9543, #ff7f00);
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin-left: -1.5rem;
  top: -1px; }

.form-horizontal .calendar-action:hover, .form-horizontal .btn-default:hover {
  text-decoration: none;
  background: linear-gradient(to bottom, #ff872a, #e67200); }

.form-horizontal .calendar-action:focus {
  text-decoration: none; }

.form-horizontal .ExplanationText {
  font-size: 0.85rem;
  padding-top: 0.2rem; }

.form-horizontal .checkbox input + label, .form-horizontal .radio input + label {
  margin-left: 0.5rem;
  margin-right: 1.5rem;
  margin-bottom: 0.3rem; }

.form-horizontal .checkbox input, .form-horizontal .radio input {
  position: relative;
  top: 0.17rem;
  width: 15px;
  height: 15px; }

.form-horizontal .checkbox br, .form-horizontal .radio br {
  display: none; }

.form-horizontal .form-control-text + input {
  width: 10%;
  min-width: 3.5rem;
  display: inline-block; }

.form-horizontal .form-control + .form-control {
  margin-top: 0.5rem; }

.form-horizontal table tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.form-horizontal .form-group-submit {
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center; }

.form-horizontal .CaptchaTable td {
  padding-left: 0; }

.form-horizontal .EditingFormErrorLabel {
  display: block;
  padding-right: .625rem;
  padding-left: .625rem;
  font-size: .75rem;
  color: #d41524;
  width: 100%; }

.form-horizontal input[type="file"] {
  width: 100%; }

.form-horizontal .date-time-picker {
  width: 100%; }

body.InternetExplorer .form-horizontal .form-group-submit {
  position: relative;
  left: calc(50% - 45px); }

.ErrorLabel, .InfoLabel {
  padding: 5px 10px;
  color: #a94442;
  background-color: #f2dede;
  margin-bottom: 25px;
  border-radius: .25rem;
  display: inline-block;
  width: 100%; }

.InfoLabel {
  color: #44a942;
  background-color: #def2de; }

.datetime-ui-datepicker .datetime-ui-datepicker-prev, .datetime-ui-datepicker .datetime-ui-datepicker-next {
  position: static; }

.datetime-ui-datepicker .datetime-ui-datepicker-title {
  margin: 0; }

.datetime-ui-datepicker .action-buttons .btn {
  margin-right: 0.5rem; }

.datetime-ui-widget {
  font-size: 1em; }

.free-gifts_cart--selected a {
  color: #4d4d4d;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(62, 173, 91, 0.5); }
  .free-gifts_cart--selected a:hover {
    color: #4d4d4d;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(62, 173, 91, 0.5); }

.free-gifts_cart img {
  max-width: 70px; }

.header {
  position: relative;
  z-index: 200;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff; }
  .header__logo {
    width: 150px;
    line-height: 0; }
    .header__logo img {
      width: 100%; }

.header-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: 0.1rem; }
  .header-cart .header-info {
    display: none; }

.header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 15px;
  padding-left: 15px; }

.header-info {
  font-size: 0.875rem;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
  white-space: nowrap; }
  .header-info__link {
    padding-right: 2rem;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 0.875rem;
    border: none;
    -ms-flex-line-pack: center;
        align-content: center; }

a.header__link--gold {
  color: #ffbf00;
  text-decoration: none; }
  a.header__link--gold:hover {
    color: #ffbf00;
    text-decoration: underline; }
  a.header__link--gold img {
    bottom: .175em;
    pointer-events: none; }
  a.header__link--gold span {
    pointer-events: none; }

a.header__link--silver {
  color: #c5c5c5;
  text-decoration: none; }
  a.header__link--silver:hover {
    color: #c5c5c5;
    text-decoration: underline; }
  a.header__link--silver img {
    bottom: .175em; }

a.header__link--loyality img {
  bottom: .175em; }

/**
 * Header
 *
 * markup:
 <header class="header">
     <div class="header-inner">
         <div class="d-flex align-items-center">
             <button class="btn hamburger hamburger--slider collapsed hidden-lg-up" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                 <div class="hamburger-box">
                     <div class="hamburger-inner"></div>
                 </div>
             </button>
             <a class="header__logo" href="/">
                 <svg width="111px" height="27px" viewBox="50 16 111 27" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
                     <text id="HEALTH-CLUB" stroke="none" fill="none" font-family="Impact" font-size="22" font-style="condensed" font-weight="700">
                         <tspan x="50" y="38" fill="#C91C23">HEALTH CLUB</tspan>
                     </text>
                 </svg>
             </a>
         </div>
         <div class="search hidden-md-down">
             <div class="search__inner js-search" role="form">
                 <input type="search" class="form-control " role="search" placeholder="Write down what you're looking for">
                 <a href="#" class="search__icon">
                     <svg width="17" height="17" viewBox="341 8 17 17" xmlns="http://www.w3.org/2000/svg">
                         <g fill="#4D4D4D" fill-rule="evenodd">
                             <path d="M357.535 22.418l-3.664-3.665c-.546.85-1.268 1.57-2.117 2.117l3.665 3.665c.585.585 1.533.585 2.117 0 .585-.584.585-1.532 0-2.117z"></path>
                             <path
                                 d="M353.98 14.99c0-3.308-2.682-5.99-5.99-5.99-3.308 0-5.99 2.682-5.99 5.99 0 3.308 2.682 5.99 5.99 5.99 3.308 0 5.99-2.682 5.99-5.99zm-5.99 4.493c-2.477 0-4.492-2.015-4.492-4.493 0-2.477 2.015-4.492 4.492-4.492 2.478 0 4.493 2.015 4.493 4.492 0 2.478-2.015 4.493-4.493 4.493z"
                                 stroke="#4D4D4D"
                                 stroke-width=".5"></path>
                             <path d="M344.496 14.99h.998c0-1.376 1.12-2.496 2.496-2.496v-.998c-1.926 0-3.494 1.568-3.494 3.494z"></path>
                         </g>
                     </svg>
                 </a>
             </div>
         </div>
         <div class="d-flex align-items-center hidden-lg-down">
       <div class="hotline d-flex align-items-center">
         <div class="hotline__icon">
           <svg class="icon icon-hotline">
             <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-hotline"></use>
           </svg>
         </div>
         <div class="hotline__body">
           <p class="hotline__text mb-0 text-uppercase">call for free</p>
           <p class="hotline__phone mb-0 font-weight-bold">800 141 141</p>
         </div>
       </div>
       <div class="header-info d-flex flex-column">
         <a class="mb-1" href="#">Professional counseling</a>
         <a class="" href="#">On-line chat</a>
       </div>
     </div>
     <div class="d-flex align-items-center">
       <button class="btn btn-ghost header-login btn-sm hidden-md-down hidden-xl-up" data-test-id="kzwBtn_SignIn">
         <svg class="icon icon--baseline">
           <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-signin"></use>
         </svg>
         Sign in / Sign up
       </button>
       <div class="cart ">
         <div class="cart__price hidden-lg-down">9 999,- Kč</div>
         <a href="#" class="cart__icon">
           <svg class="icon icon-cart" width="25" height="26" viewBox="0 0 25 26" xmlns="http://www.w3.org/2000/svg">
             <defs>
               <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a">
                 <stop stop-color="#FF9543" offset="0%"></stop>
                 <stop stop-color="#FF7F00" offset="100%"></stop>
               </linearGradient>
             </defs>
             <path
               d="M7.5 20C6.125 20 5 21.125 5 22.5S6.125 25 7.5 25s2.5-1.125 2.5-2.5S8.875 20 7.5 20zM0 0v2.5h2.5L7 12l-1.75 3c-.125.375-.25.875-.25 1.25 0 1.375 1.125 2.5 2.5 2.5h15v-2.5H8c-.125 0-.25-.125-.25-.25v-.125l1.125-2.125h9.25c1 0 1.75-.5 2.125-1.25l4.5-8.125C25 4.125 25 4 25 3.75c0-.75-.5-1.25-1.25-1.25H5.25L4.125 0H0zm20 20c-1.375 0-2.5 1.125-2.5 2.5S18.625 25 20 25s2.5-1.125 2.5-2.5S21.375 20 20 20z"
               fill="url(#a)"
               fill-rule="evenodd"></path>
           </svg>
           <span class="cart__quantity">10</span>
         </a>
       </div>
       <a href="#" class="search__icon hidden-lg-up">
         <svg width="22" height="22" viewBox="283 19 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
           <defs>
             <circle id="path-1" cx="8.25" cy="8.25" r="8.25"></circle>
             <mask id="mask-2" x="0" y="0" width="16.5" height="16.5" fill="#fff">
               <use xlink:href="#path-1"></use>
             </mask>
           </defs>
           <g fill="none" transform="translate(283 19)">
             <path d="M21.36 18.45l-5.038-5.04c-.75 1.168-1.744 2.16-2.912 2.912l5.04 5.04c.804.803 2.108.803 2.91 0 .805-.804.805-2.108 0-2.912z" fill="#4D4D4D" fill-rule="evenodd"></path>
             <use stroke="#4D4D4D" mask="url(#mask-2)" stroke-width="5" xlink:href="#path-1"></use>
             <path d="M3.432 8.237h1.373c0-1.893 1.54-3.432 3.432-3.432V3.432c-2.65 0-4.805 2.156-4.805 4.805z" fill="#4D4D4D" fill-rule="evenodd"></path>
           </g>
         </svg>
       </a>
     </div>
   </div>
 </header>
 *
 * weight: -10
 *
 * Styleguide Layout - Header
 */
.homepage-banners-wrapper {
  margin-bottom: 2rem; }

.home-banners-carousel__wrapper {
  display: block; }
  .home-banners-carousel__wrapper .slider {
    height: auto; }
    .home-banners-carousel__wrapper .slider__item a {
      height: 100%; }
  .home-banners-carousel__wrapper .js-sliderButtons {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2.25rem 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .home-banners-carousel__wrapper .js-sliderButton {
    cursor: pointer;
    display: block;
    line-height: 1.2;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0px;
    border-radius: 50%;
    background-color: #a6a6a6;
    margin-right: 4%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden; }
    .home-banners-carousel__wrapper .js-sliderButton:last-child {
      margin-right: 0; }
    .home-banners-carousel__wrapper .js-sliderButton.is-active {
      background-image: linear-gradient(to bottom, #4dc9ff, #00b2ff);
      color: #fff;
      font-weight: 700;
      border: none; }
      .home-banners-carousel__wrapper .js-sliderButton.is-active:hover {
        color: #fff; }
    .home-banners-carousel__wrapper .js-sliderButton:hover {
      color: #00b2ff; }

.USP-square__wrapper {
  display: block;
  background-color: #eee; }

.USP-square__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: .7rem 1.25rem;
  color: #4d4d4d; }
  .USP-square__item:hover {
    text-decoration: none;
    color: #00b2ff; }
    .USP-square__item:hover img {
      filter: invert(58%) sepia(28%) saturate(6173%) hue-rotate(166deg) brightness(101%) contrast(104%); }

.USP-square__image {
  max-height: 50px;
  max-width: 55px; }

.USP-square__text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  width: 70%;
  font-size: 0.85rem;
  line-height: 1.3;
  letter-spacing: 0.42px;
  padding-left: 1rem; }

.hotline {
  color: #4d4d4d; }
  .hotline:hover, .hotline:focus {
    color: inherit;
    text-decoration: none; }
  .hotline__icon {
    width: 35px;
    height: 35px; }
  .hotline__body {
    line-height: 1; }
  .hotline__text {
    font-size: 0.6875rem; }
  .hotline__phone {
    font-size: 1.125rem; }
  .hotline__helper {
    border-left: 1px solid #ddd; }
  .hotline--footer {
    color: inherit; }

.hp-products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  height: 3540px; }

#lbx-homepage-products {
  min-height: 382px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

/*
 * Colors
 */
/*
 * Spacing
 */
/*
 * Visual
 */
/*
 * Product Detail
 */
.infobox {
  margin: 0 auto;
  position: relative;
  background-color: #cebb92;
  display: none; }
  .infobox.infobox-visible {
    display: block; }

.infobox-wrap {
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0.9em;
  padding: 0.5em 1.5rem 0.5em 0.5rem;
  max-width: 1140px;
  color: #fff; }

.close-infobox {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5rem; }
  .close-infobox:hover {
    cursor: pointer; }
  .close-infobox::before, .close-infobox::after {
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 70%;
    top: 1em;
    left: 50%;
    margin-left: -0.5rem;
    background: #4d4d4d; }
  .close-infobox::before {
    transform: rotate(45deg); }
  .close-infobox::after {
    transform: rotate(-45deg); }

.loader::before {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  border: 6px solid #dadada;
  /* Light grey */
  border-left: 6px solid #ff9543;
  border-radius: 50%;
  animation: loading-center 1.1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%; }

.loader--fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  transition: .3s ease-in; }

.loader__luigisbox {
  position: relative; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes loading-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

.login-form-w {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.login-form-c {
  width: 100%;
  max-width: 37.5rem;
  margin-bottom: 60px;
  text-align: center; }
  .login-form-c .container,
  .login-form-c .col-md-6,
  .login-form-c .col-lg-5,
  .login-form-c .col-xl-4 {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding: 0;
    -ms-flex-pack: center;
        justify-content: center; }
  .login-form-c .form--login {
    text-align: left; }
  .login-form-c #FormUserNameStep,
  .login-form-c #FormPasswordStep {
    max-width: 25rem;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    text-align: center; }
  .login-form-c .card {
    border: none;
    box-shadow: 0px 0px 24px 0px rgba(77, 77, 77, 0.1);
    margin: 60px 0 0 0;
    padding: 20px; }
  .login-form-c h2::before {
    display: none; }
  .login-form-c .social-login-buttons {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto; }
  .login-form-c .seznam-login-button {
    margin-top: 20px;
    color: #fff;
    background-color: #cc0000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
    .login-form-c .seznam-login-button:hover {
      background-color: #cc0000;
      color: #fff; }
    .login-form-c .seznam-login-button .seznam-logo {
      margin: 8px 8px 8px 12px;
      width: 24px;
      height: 24px; }
    .login-form-c .seznam-login-button .seznam-login-button-text {
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-right: 12px;
      margin-left: -23px;
      text-align: center; }
  .login-form-c .date-time-picker {
    width: 100%; }
  .login-form-c.form-account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: none;
    text-align: left; }
    .login-form-c.form-account #tab-myProfile,
    .login-form-c.form-account #tab-changePassword,
    .login-form-c.form-account #tab-myAddress,
    .login-form-c.form-account #tab-deliveryAddresses {
      max-width: 37.5rem; }
    .login-form-c.form-account .form--settings {
      width: 100% !important; }

/* CPZP LOGIN */
.cpzp-layout {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important; }

.cpzp-hide {
  display: none !important; }

.cpzp-loading .cpzp-login-wrap {
  visibility: hidden !important; }

.cpzp-login-wrap {
  margin: auto;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 1000px; }

.cpzp-login {
  background-color: #009ad8;
  padding: 2.5em 1rem;
  margin-bottom: 20px;
  /* STEP 2 */
  /* CREATE ACCOUNT */
  /* RESET */ }
  .cpzp-login .js-forgotPasswordBtn {
    display: block;
    font-size: 0.8em;
    text-align: center; }
  .cpzp-login .cpzp-login-wrap {
    /* FORM */ }
    .cpzp-login .cpzp-login-wrap .cpzp-text {
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 2.5em; }
      .cpzp-login .cpzp-login-wrap .cpzp-text h2 {
        margin-bottom: 0;
        font-size: 1.5em; }
        .cpzp-login .cpzp-login-wrap .cpzp-text h2::before {
          display: none; }
      .cpzp-login .cpzp-login-wrap .cpzp-text p {
        margin: 0;
        font-size: 1.2em;
        line-height: 1.5em;
        margin: 1.5em 0;
        text-align: center;
        font-weight: 300;
        display: block;
        width: 100%; }
      .cpzp-login .cpzp-login-wrap .cpzp-text img {
        max-width: 150px; }
    .cpzp-login .cpzp-login-wrap .cpzp-login-form {
      background-color: #fff;
      position: relative;
      z-index: 10;
      padding: 2em 1rem;
      width: 300px;
      margin: auto;
      box-sizing: border-box; }
      .cpzp-login .cpzp-login-wrap .cpzp-login-form::after {
        display: block;
        content: '';
        position: absolute;
        top: 15px;
        right: -10px;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.09);
        z-index: -1; }
      .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box {
        min-height: 0; }
        .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box h1 {
          color: #707173;
          text-align: center; }
        .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .email-input-wrap input {
          text-align: center;
          padding-right: 35px; }
        .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .cpzp-button {
          background: #009ad8;
          border-radius: 15px;
          font-size: 1.1em;
          padding: 0.5em 1rem;
          margin-top: 3.5rem;
          transition: none; }
          .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .cpzp-button:hover {
            background: #008dc5; }
        .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .text-muted {
          margin-top: 1.2em;
          margin-bottom: 1.2em; }
        .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .fb-login-button {
          overflow: hidden; }
          .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .fb-login-button iframe {
            width: auto !important; }
    .cpzp-login .cpzp-login-wrap .form-group input {
      background-color: transparent;
      border-bottom: 1px solid #9c9d9f;
      border-radius: 0; }
      .cpzp-login .cpzp-login-wrap .form-group input:-ms-input-placeholder {
        color: #707173; }
      .cpzp-login .cpzp-login-wrap .form-group input::placeholder {
        color: #707173; }
    .cpzp-login .cpzp-login-wrap .form-group.email-input-wrap {
      position: relative; }
      .cpzp-login .cpzp-login-wrap .form-group.email-input-wrap input {
        padding-left: 35px; }
      .cpzp-login .cpzp-login-wrap .form-group.email-input-wrap::after {
        content: '';
        display: block;
        width: 20px;
        height: 15px;
        background-image: url("/getmedia/54e06dc9-5748-4702-a472-61b32526bf8a/envelope.svg");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 10px; }
  .cpzp-login.step-2 .cpzp-login-wrap {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .cpzp-login.step-2 .cpzp-login-wrap .cpzp-text {
      display: block;
      padding: 1em 1rem 0;
      margin-bottom: 0; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-text > h2 {
        display: none; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-text > p {
        display: none; }
    .cpzp-login.step-2 .cpzp-login-wrap .cpzp-text-block {
      margin: 2rem 0;
      display: block;
      letter-spacing: normal !important;
      text-align: center; }
    .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form {
      width: 100%;
      background-color: transparent; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form::after {
        display: none; }
    .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap {
      width: 100% !important;
      padding: 0 !important;
      background-color: transparent !important;
      /* TITLE */
      /* INNER */
      /* FORMS */
      /* BOTTOM */
      /* BUTTONS */
      /* OTHERS */ }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .form--login {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-white-wrap {
        padding: 1em 1rem;
        border-radius: 0;
        position: relative; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-white-wrap::after {
          display: block;
          content: '';
          position: absolute;
          top: 15px;
          right: -10px;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.09);
          z-index: -1; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-page-title {
        background-color: #009ad8;
        padding-bottom: 1.3rem;
        font-size: 1.38em; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-page-title h1 {
          text-align: left;
          color: #fff !important;
          margin: 0;
          font-size: 1em;
          font-weight: 600; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-top-wrap .cpzp-top-text {
        color: #707173; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-top-wrap .cpzp-top-text h2 {
          font-size: 1.5em; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-top-wrap .cpzp-top-email {
        display: none; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-top-wrap .cpzp-top-email > div {
          color: #707173;
          font-size: 1.5em;
          font-weight: 300; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap {
        margin-top: 2em;
        margin-bottom: 2em; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-group {
          margin-bottom: 1.5em; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control-label,
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap input {
          color: #707173;
          font-size: 18px;
          font-weight: 300; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control:not(select):focus ~ .form-control-label,
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control:not(select).is-active ~ .form-control-label,
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control:not(textarea):focus ~ .form-control-label,
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control:not(textarea).is-active ~ .form-control-label,
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control:not(textarea).is-active .form-control-label {
          font-size: 14px;
          color: #707173;
          top: 5px; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control-desc {
          font-size: 0.75rem;
          font-weight: 300;
          color: #707173;
          letter-spacing: 0.08px;
          display: block;
          padding: 0.5rem 0.625rem; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-control:disabled ~ .form-control-label {
          display: none; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        margin-bottom: 0; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch input:focus {
          outline: none; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch .switch__btn {
          margin-left: 0;
          width: 21px;
          height: 21px;
          border-radius: 21px;
          border: 1px solid #707173;
          background-color: #fff;
          margin-right: 1rem;
          transition: none;
          outline: none; }
          .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch .switch__btn::after {
            display: none; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch .switch__input:checked + .switch__btn {
          background: url("/getmedia/edb77df5-f3c0-4c95-a842-ec3fa1899468/checkin.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 10px; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch .switch__input:focus + .switch__btn {
          box-shadow: none !important; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch p {
          margin-bottom: 1rem;
          display: block;
          width: 100%; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap p,
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .switch__label {
        font-size: 0.75rem;
        font-weight: 300;
        color: #707173; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap a {
        color: #009ad8;
        font-weight: 600; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-text-wrap .form-group {
        margin-bottom: 2rem; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap {
        margin-top: 2.5rem; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-main,
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-second {
          background: #009ad8;
          border-radius: 15px;
          font-size: 1.1em;
          padding: 0.8em 1rem;
          white-space: normal; }
          .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-main:hover,
          .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-second:hover {
            background: #008dc5; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-second {
          background: #707173; }
          .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-second:hover {
            background: #5c5d5f; }
        .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column; }
          .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons .cpzp-button-main {
            margin-bottom: 1em; }
      .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .form__help-text {
        font-weight: 300;
        letter-spacing: 0.88px;
        line-height: 1.129rem; }
  .cpzp-login .cpzp-create-acount {
    border: none;
    padding: 0;
    border-radius: 0px !important; }
    .cpzp-login .cpzp-create-acount h2::before {
      display: none; }
  .cpzp-login .u-lines-around {
    color: #707173;
    text-transform: lowercase; }
    .cpzp-login .u-lines-around::after, .cpzp-login .u-lines-around::before {
      display: none; }
  .cpzp-login .form-control-show-password {
    color: #707173; }
  .cpzp-login .btn-primary:focus,
  .cpzp-login .btn-primary.focus {
    box-shadow: none !important; }
  .cpzp-login .card {
    box-shadow: none; }
  .cpzp-login .form-control-error {
    display: none; }
  .cpzp-login .has-error .form-control-error {
    display: block;
    padding: 0 0.625rem;
    margin-top: -1px; }
    .cpzp-login .has-error .form-control-error::before {
      height: 1px;
      position: absolute;
      left: 0;
      right: 0; }
  .cpzp-login .form-control-confirm {
    padding: 0 0.625rem;
    margin-top: -1px; }
    .cpzp-login .form-control-confirm::before {
      height: 1px;
      position: absolute;
      left: 0;
      right: 0; }

/* CPZP LOGIN */
.cpzp-complete {
  background-color: #009ad8;
  margin-bottom: 2rem; }
  .cpzp-complete .cpzp-complete-wrap {
    padding: 2.5em 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .cpzp-complete .cpzp-complete-wrap .cpzp-complete-left {
      text-align: center;
      margin-bottom: 2rem; }
      .cpzp-complete .cpzp-complete-wrap .cpzp-complete-left img {
        max-width: 50px; }
    .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right {
      color: #fff;
      text-align: center; }
      .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right h1 {
        font-weight: 300;
        font-size: 1.5em;
        margin-bottom: 0; }
      .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right p {
        font-weight: 300;
        margin: 2rem 0; }
      .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right img {
        max-width: 150px; }

a.top-bar__link--gold {
  color: #ffbf00;
  text-decoration: none; }
  a.top-bar__link--gold:hover {
    color: #ffbf00;
    text-decoration: underline; }
  a.top-bar__link--gold img {
    bottom: .175em;
    pointer-events: none; }
  a.top-bar__link--gold span {
    pointer-events: none; }

a.top-bar__link--silver {
  color: #c5c5c5;
  text-decoration: none; }
  a.top-bar__link--silver:hover {
    color: #c5c5c5;
    text-decoration: underline; }
  a.top-bar__link--silver img {
    bottom: .175em; }

a.top-bar__link--loyality img {
  bottom: .175em; }

.loyality_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 820px;
  height: 90%;
  border: 2px solid black;
  -ms-overflow-style: none; }
  .loyality_popup::-webkit-scrollbar {
    display: none; }
  .loyality_popup--close {
    width: 35px;
    height: 35px;
    padding: 8px;
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer; }
    .loyality_popup--close .icon {
      margin-top: 0px;
      display: block; }
  .loyality_popup--iframe {
    width: 100%;
    height: 100%;
    border-width: 0; }
  .loyality_popup--image img {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .loyality_popup__title {
    padding: 10px 50px; }
    .loyality_popup__title P {
      font-size: 2.5rem; }
      .loyality_popup__title P strong {
        font-weight: normal; }
    .loyality_popup__title--gold p strong {
      color: #ffbf00; }
    .loyality_popup__title--silver p strong {
      color: #a6a6a6; }
  .loyality_popup--description {
    padding: 5px 40px 35px 40px; }
    .loyality_popup--description table {
      margin: 0 auto; }
  .loyality_popup--more {
    text-align: center;
    padding-bottom: 10px; }
  .loyality_popup--background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000001; }

.message-bubble {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08); }
  .message-bubble::before, .message-bubble::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 4px; }
  .message-bubble::before {
    width: 40px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    transform: rotate(-8deg); }
  .message-bubble::after {
    right: -11px;
    bottom: 7px;
    width: 8px;
    height: 15px;
    background: #f6f6f6;
    border-radius: 100%;
    transform: rotate(77deg); }
  .message-bubble--answer {
    background-color: #f2ffe8; }
    .message-bubble--answer::before, .message-bubble--answer::after {
      left: -15px; }
    .message-bubble--answer::before {
      background-color: #f2ffe8;
      transform: rotate(8deg); }
    .message-bubble--answer::after {
      left: -11px;
      transform: rotate(-77deg); }
  .message-bubble__icon {
    width: 20px;
    height: 20px; }
  .message-bubble__name {
    font-size: 0.875rem; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  background-color: rgba(77, 77, 77, 0.7);
  opacity: 0;
  transition: opacity .15s linear; }
  .modal.is-modal-open {
    opacity: 1; }
  .modal__dialog {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-25%);
    transition: transform .3s ease-in-out; }
    .is-modal-open .modal__dialog {
      transform: translateY(0); }
  .modal__response-icon {
    -ms-flex: none;
        flex: none;
    width: 40px;
    height: 40px; }
  .modal__title {
    font-size: 22px;
    font-weight: 600; }
  .modal__close {
    width: 40px;
    height: 40px;
    background-color: transparent;
    transition: opacity .3s ease-in-out;
    cursor: pointer; }
    .modal__close:hover, .modal__close:focus {
      opacity: .7;
      outline: none;
      box-shadow: none; }
  .modal__carousel {
    margin-right: -10px;
    margin-left: -10px; }
  .modal #lbx-add-to-cart {
    min-height: 382px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.main-navigation {
  position: relative;
  z-index: 100;
  color: #4d4d4d;
  background-color: #fff; }
  .main-navigation__list {
    list-style: none; }
  .main-navigation__item {
    font-size: 0.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .main-navigation__link {
    font-weight: 700;
    color: inherit;
    border-bottom: 1px solid #eee; }
    .main-navigation__link:hover, .main-navigation__link:focus {
      color: inherit;
      text-decoration: none; }
    .main-navigation__link-image {
      max-width: 2rem;
      max-height: 2rem;
      margin-right: .4rem; }
    .main-navigation__link--nested {
      font-weight: 600;
      background-color: #f6f6f6;
      border: 0; }
  .main-navigation__icon {
    -ms-flex: none;
        flex: none;
    width: 50px;
    height: 50px; }
  .main-navigation__subcategory-link:not(:last-child)::after {
    content: ",";
    margin-right: 4px; }
  .main-navigation__holder {
    background-color: #f6f6f6;
    border: 1px solid #eee; }

.newsletter {
  background: #fff; }
  .newsletter__img {
    width: 60px;
    height: 40px; }
  .newsletter__text {
    font-size: 0.875rem; }
  .newsletter__form-group {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }

/*new newsletter*/
.newsletter__wrapper {
  width: 100%;
  height: 110px;
  background-color: #ff7f00;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .newsletter__wrapper .newsletter__inner {
    width: 100%;
    max-width: 1140px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .newsletter__wrapper .newsletter__text,
  .newsletter__wrapper .newsletter__form,
  .newsletter__wrapper .newsletter__socials {
    width: 30%; }
  .newsletter__wrapper .newsletter__form {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .newsletter__wrapper .newsletter__form > div {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    .newsletter__wrapper .newsletter__form .col-xl-4 {
      width: 100%;
      max-width: 100%;
      -ms-flex: auto;
          flex: auto; }
    .newsletter__wrapper .newsletter__form .form-control {
      height: 50px;
      border-radius: 4px 0 0 4px; }
    .newsletter__wrapper .newsletter__form .form-control-label {
      top: 14px; }
    .newsletter__wrapper .newsletter__form .btn {
      height: 50px;
      position: relative;
      left: -4px; }
    .newsletter__wrapper .newsletter__form .form-control-error {
      position: absolute; }
    .newsletter__wrapper .newsletter__form .alert {
      margin: 0; }
  .newsletter__wrapper .newsletter__header {
    font-size: 19px;
    font-weight: bold;
    color: #000; }
  .newsletter__wrapper .newsletter__claim {
    font-size: 14px;
    color: #000; }
  .newsletter__wrapper .newsletter__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .newsletter__wrapper .newsletter__social {
    display: block;
    text-decoration: none;
    width: 35px;
    height: 35px;
    transition: all 0.2s ease;
    margin: 0 15px; }
    .newsletter__wrapper .newsletter__social svg {
      width: 100%;
      height: 100%; }
    .newsletter__wrapper .newsletter__social img {
      display: block;
      width: 100%;
      height: 100%; }
    .newsletter__wrapper .newsletter__social path {
      fill: #fff; }
    .newsletter__wrapper .newsletter__social:hover {
      transform: scale(1.1); }

/*
 * Colors
 */
/*
 * Spacing
 */
/*
 * Visual
 */
/*
 * Product Detail
 */
.operator-panel {
  width: 370px; }
  .operator-panel .name-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .operator-panel.left {
    float: left; }
  .operator-panel.right {
    float: right; }
  .operator-panel__component {
    border: 1px solid #ddd;
    position: relative; }
  .operator-panel__products {
    height: 290px;
    overflow: auto; }
  .operator-panel__sublist {
    padding-left: 0; }
  .operator-panel__orders {
    height: 336px;
    overflow: auto; }
  .operator-panel__shippings {
    max-height: 182px;
    overflow: auto; }
  .operator-panel .package {
    padding-left: 20px; }
  .operator-panel ul {
    list-style: none; }
  .operator-panel .notsale {
    background: #eee; }
  .operator-panel .price-filter {
    position: absolute;
    top: 10px;
    right: 20px; }
    .operator-panel .price-filter label {
      width: 75px; }
    .operator-panel .price-filter input {
      width: 100px;
      height: 25px;
      display: inline-block; }
  .operator-panel table td, .operator-panel table th {
    padding: 0.3rem; }
  .operator-panel .discount {
    color: #3ead5b; }
  .operator-panel .icon-cart {
    background-color: inherit;
    color: #0275d8;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: none;
    height: auto;
    width: auto; }
  .operator-panel .m-0 {
    margin: 0; }

.operator-selectmode__inner {
  max-width: 500px; }

.operator-selectmode__label {
  height: 40px;
  line-height: 1.1; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  width: 100%;
  background-color: rgba(77, 77, 77, 0.7); }
  .overlay-visible .overlay {
    display: block; }

.package-selector {
  background-color: transparent;
  margin-bottom: 0; }
  .package-selector tbody {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 15px; }
  .package-selector tr {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    background-color: transparent !important; }
  .package-selector td {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0;
    border-top: unset; }
  .package-selector__wrapper input {
    display: none; }
  .package-selector__product {
    position: relative;
    height: 160px;
    width: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px;
    border: 2px solid #ddd;
    transition: border .3s;
    overflow: hidden;
    cursor: pointer;
    margin: 0; }
    .package-selector__product:has(input[checked]) {
      border: 2px solid #d41524; }
    .package-selector__product input {
      display: none; }
    .package-selector__product:hover {
      border: 2px solid #f59aa1; }
  .package-selector__price {
    font-weight: bold;
    color: #d41524; }
  .package-selector__image {
    height: 70px; }
  .package-selector__title {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 45px;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    text-align: center; }
  .package-selector__discount {
    position: absolute;
    top: 10px;
    right: -30px;
    width: 100px;
    transform: rotate(45deg); }
  .package-selector__single {
    font-size: 12px;
    margin-top: -15px; }
    .package-selector__single .package-selector__title {
      font-size: 16px;
      height: auto;
      min-width: 200px;
      color: #4d4d4d;
      background-color: #eee;
      border-radius: 4px;
      padding: 8px;
      padding-right: 25px;
      margin-left: -10px; }

.pagination__icon {
  width: 10px;
  height: 5px; }
  .pagination__icon--left {
    transform: rotate(90deg); }
  .pagination__icon--right {
    transform: rotate(-90deg); }

.page-link {
  font-size: 0.875rem; }
  .page-link:hover {
    text-decoration: underline; }
    .active .page-link:hover {
      text-decoration: none; }
  .active .page-link {
    padding: 2px 8px; }
  .disabled .page-link {
    opacity: .4; }

/**
 * Pagination
 *
 * Pagination for product list or SERP page
 *
 * .justify-content-center - : Center
 * .justify-content-end - : Right
 *
 * markup:
 <div class="d-flex {{modifier_class}}">
     <nav aria-label="Category products page navigation">
         <ul class="pagination align-items-center">
             <li class="page-item disabled ">
                 <a class="page-link d-flex align-items-center mr-10" href="#">
                     <svg class="icon pagination__icon pagination__icon--left mr-5">
                         <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-chevron"></use>
                     </svg>
                     Previous
                 </a>
                 <a class="page-link mx-10" href="#"></a>
             </li>
             <li class="page-item active">
                 <span class="page-link rounded mx-10">1</span>
             </li>
             <li class="page-item">
                 <span class="page-link rounded mx-10">2</span>
             </li>
             <li class="page-item">
                 <span class="mx-10">...</span>
             </li>
             <li class="page-item">
                 <span class="page-link rounded mx-10">103</span>
             </li>
             <li class="page-item">
                 <a class="page-link d-flex align-items-center ml-10" href="#">
                     Next
                     <svg class="icon pagination__icon pagination__icon--right ml-5">
                         <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-chevron"></use>
                     </svg>
                 </a>
                 <a class="page-link mx-10" href="#"></a>
             </li>
         </ul>
     </nav>
 </div>
 *
 * weight: -1
 *
 * Styleguide Components - Pagination
 */
.payment-info {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: normal;
      justify-content: normal; }
  .payment-info__qr {
    margin-left: -1.5rem; }
    .payment-info__qr img {
      max-width: 100%; }
  .payment-info__wrapper {
    padding-top: 30px; }
    .payment-info__wrapper h3 {
      font-size: 1rem;
      margin-bottom: 10px; }

.payment-method {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .payment-method--card {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    padding: 8px;
    background-color: #f6f6f6;
    border-radius: 4px; }

.price-summary__total {
  border-top: 1px solid #eee; }
  .price-summary__total strong {
    margin-left: 12px; }

.price-tooltip-modal .modal__dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.product-card {
  min-height: 323px;
  overflow: hidden;
  color: #4d4d4d;
  transition: box-shadow .3s ease-in-out;
  height: auto; }
  .product-card--modal {
    width: 200px;
    height: 448px;
    margin-right: 5px;
    margin-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .product-card--modal .product-card__img img {
      width: 78px;
      height: 70px; }
  .product-card:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .product-card:hover, .product-card a:hover, .product-card:focus, .product-card a:focus {
    color: #4d4d4d;
    text-decoration: none; }
  .product-card__holder {
    position: relative; }
  .product-card__img {
    margin-bottom: 15px; }
    .product-card__img img {
      width: 78px;
      height: 70px;
      object-fit: contain; }
  .product-card__title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.7rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    height: 3rem;
    line-height: 24px;
    margin-bottom: 15px; }
    .product-card__title--modal {
      margin-bottom: 50px; }
  .product-card__info--modal {
    -ms-flex: initial;
        flex: initial;
    -ms-flex-order: initial;
        order: initial; }
  .product-card__subtitle {
    min-height: 40px;
    margin-bottom: 2px; }
  .product-card__description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.625rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical; }
    .product-card__description p {
      font-size: .875rem;
      margin-bottom: 0; }
  .product-card__price-off {
    text-decoration: line-through; }
  .product-card__sale {
    position: absolute;
    top: 10px;
    right: -27px;
    width: 106px;
    background-color: #fff;
    transform: rotate(45deg); }
    .product-card__sale.hover-shadow {
      box-shadow: 1px 5px 11px black; }
  .product-card__sale-ribbon {
    color: #fff;
    background-color: #d41524; }
  .product-card__sale-text {
    font-size: 9px; }
  .product-card__sale-lower {
    right: -35px;
    top: 39px;
    width: 160px;
    color: #fff;
    background-color: #d41524;
    z-index: 10; }
  .product-card__sale-bottom {
    right: -66px;
    top: 54px;
    width: 255px;
    color: #fff;
    background-color: #67ca70;
    z-index: 10; }
  .product-card__multibuy-discount-bg {
    background-color: #67ca70; }
  .product-card__select {
    width: calc(100% - 2px);
    margin-left: 1px; }
    .product-card__select .package-selector {
      color: #4d4d4d; }
  .product-card__loader {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .product-card__loader:before {
      margin: 220px auto;
      top: 0; }
  .product-card__label {
    position: absolute;
    top: -2px;
    left: -2px;
    background-color: #0275d8;
    border-bottom-right-radius: 4px;
    color: #fff;
    padding: .2rem .5rem;
    font-size: .9rem;
    z-index: 10; }
  .product-card__manufacturers {
    min-height: 21px;
    margin-bottom: .25rem; }
    .product-card__manufacturers__link {
      font-weight: bold;
      text-decoration: underline; }
  .product-card .product-card__legal-text {
    height: auto;
    color: darkgrey;
    font-size: 12px;
    text-align: center;
    padding: 8px 0 8px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .product-card .product-card__legal-text p {
      margin: 0;
      font-size: 0.75rem;
      color: #a6a6a6; }
  .product-card.product-hero {
    border: 2px solid #0275d8;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.24);
    padding-top: 30px;
    padding-bottom: 10px; }
    .product-card.product-hero:hover {
      box-shadow: 0 0 20px rgba(2, 117, 216, 0.24); }
    .product-card.product-hero .product-card__img {
      margin-bottom: 10px; }
      .product-card.product-hero .product-card__img img {
        height: auto;
        width: 100%;
        max-width: 100px;
        max-height: 100px; }
    .product-card.product-hero .product-card__title {
      height: 4.5rem; }
    .product-card.product-hero .product-card__info {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .product-card.product-hero .product-card__select {
      margin-bottom: 10px; }

.product-card-container > div {
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.product-card-container .ribbon-description {
  z-index: 1000;
  position: absolute;
  width: -webkit-fit-content;
  width: fit-content;
  left: 51%;
  transform: translateX(-47%);
  top: 10px; }
  .product-card-container .ribbon-description__hero {
    left: 51% !important;
    transform: translateX(-47%) !important; }
  .product-card-container .ribbon-description__border {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 7px;
    margin-right: 18px; }
  .product-card-container .ribbon-description__text {
    background: #4d4d4ddb;
    color: white;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px; }

/*.InternetExplorer   .modal__dialog {
    .product-card {
        &--modal {
            @include media-breakpoint-up(lg) {
                height: 230px;
            }
    
            @include media-breakpoint-up(xl) {
                height: 230px;
            }
        }
    }
}*/
/**
 * Product Card
 *
 * If used in carousel use class="main-carousel js-carousel" instead of class="row"
 *
 * markup:
<div class="row">
    <div class="col-md-6 col-xl-3">
        <a class="product-card card d-inline-block mt-10 mb-20 p-10 text-body rounded d-xl-flex p-xl-20" href="#">
            <div class="product-card__holder d-xl-flex flex-xl-wrap">
                <svg class="icon product-sticker product-sticker--card">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-sticker--new"></use>
                </svg>
                <picture class="product-card__img float-left pr-10 d-xl-flex order-xl-last mx-xl-auto pr-xl-0">
                    <picture>
                        <source srcset="//satyr.io/156x140/?text=product" media="(min-width: 1200px)">
                        <img class="img-fluid " src="//satyr.io/78x70/?text=product" alt="Product image description">
                    </picture>
                </picture>
                <div class="product-card__subtitle w-100 text-muted font-size-sm mb-xl-10 text-xl-center">Nutrition supplement</div>
            </div>
            <div class="product-card__inner d-xl-flex flex-xl-wrap">
                <h3 class="product-card__title font-size-base font-weight-bold mb-xl-10">Lecithin FORTE 1325 mg (gift package)</h3>
                <div class="product-card__info d-flex clear w-100 my-10 order-xl-first">
                    <span class="availability-status availability-status--available">In stock</span>
                    <div class="rating d-flex align-items-center ml-auto">
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                    </div>
                </div>
            </div>
            <div class="product-card__description mb-10 font-size-md">Obsahuje kyselinu linolovou přispívající k udržení správné hladiny cholesterolu v krvi. +50 % zdarma!</div>
            <div class="d-flex align-items-center mb-xl-15">
                <div class="product-card__price mr-30 text-red font-size-base font-weight-semibold mr-xl-20">
                    <span class="font-size-xs font-weight-semibold text-body">from</span> 290,00 Kč
                </div>
                <span class="product-card__price-off d-none font-size-md text-body d-sm-inline-block">362,50 Kč</span>
                <button type="button" class="btn btn-action product-card__btn ml-auto d-xl-none" data-test-id="kzwBtn_productDetail">
                    <svg class="icon icon--baseline">
                        <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-add-to-cart"></use>
                    </svg>
                    Buy
                </button>
            </div>
            <div class="product-card__sale font-size-sm font-weight-bold text-center">
                <div class="product-card__sale-text font-weight-semibold text-body text-uppercase">Up to</div>
                <div class="product-card__sale-ribbon">25%</div>
            </div>
            <button type="button" class="btn btn-action product-card__btn btn-block d-none d-xl-block" data-test-id="kzwBtn_productDetail">
                <svg class="icon icon--baseline">
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-add-to-cart"></use>
                </svg>
                Buy
            </button>
        </a>
    </div>
</div>
 *
 * weight: -1
 *
 * Styleguide Components - Product Card
 */
/**
 * Product Card Modal
 *
 * Product card used inside a modal window
 *
 * markup:
<div class="carousel carousel--modal js-carouselModal">
    <div class="mr-20">
        <a class="product-card product-card--modal card d-inline-block mt-10 mb-20 p-10 text-body rounded d-xl-flex p-xl-20"
            href="page-product-detail-available.html">
            <div class="product-card__holder product-card__holder--modal d-xl-flex flex-xl-wrap">
                <figure class="product-card__img product-card__img--modal float-left pr-10 d-xl-flex order-xl-last mx-xl-auto pr-xl-0">
                    <img src="//satyr.io/78x70/?text=product" alt="Product image description">
                </figure>
                <div class="product-card__subtitle product-card__subtitle--modal w-100 text-muted font-size-sm mb-xl-10 text-xl-center">Nutrition supplement</div>
            </div>
            <div class="product-card__inner product-card__inner--modal d-xl-flex flex-xl-wrap">
                <h3 class="product-card__title product-card__title--modal font-size-base font-weight-bold mb-xl-10">Lecithin FORTE 1325 mg (gift package)</h3>
                <div class="product-card__info product-card__info--modal d-flex clear w-100 my-10 order-xl-first">
                    <span class="availability-status availability-status--available">In stock</span>
                    <div class="rating d-flex align-items-center ml-auto">
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                        <div class="rating__star ml-5">
                            <svg class="icon d-block">
                                <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                            </svg>
                        </div>
                    </div>
                </div>
            </div>
            <div class="d-flex align-items-center">
                <div class="product-card__price mr-30 text-red font-size-base font-weight-semibold mr-xl-20">
                    <span class="font-size-xs font-weight-semibold text-body">from</span> 290,00 Kč
                </div>
                <span class="product-card__price-off d-none font-size-md text-body d-md-inline-block">362,50 Kč</span>
                <button type="button" class="btn btn-action product-card__btn ml-auto" data-test-id="kzwBtn_productDetail">
                    <svg class="icon icon--baseline">
                        <use xlink:href="/gfx/svg/sprites/global.svg#icon-add-to-cart" />
                    </svg>
                    Buy
                </button>
            </div>
            <div class="product-card__sale font-size-sm font-weight-bold text-center">
                <div class="product-card__sale-text font-weight-semibold text-body text-uppercase">Up to</div>
                <div class="product-card__sale-ribbon">25%</div>
            </div>
        </a>
    </div>
</div>
 *
 * weight: -1
 *
 * Styleguide Components - Product Card Modal
 */
.category {
  color: #4d4d4d;
  margin-bottom: 15px; }
  .category__img {
    -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px; }
  .category__body {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-top: 10px;
    transition: padding 0.3s cubic-bezier(0.02, 0.01, 0.47, 1); }
    .collapsed .category__body {
      padding-top: 0; }
  .category__title::before {
    display: none; }
  .category__title-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    color: #4d4d4d;
    text-decoration: none; }
    .category__title-link:hover, .category__title-link:focus {
      color: #4d4d4d;
      text-decoration: none; }
  .category__chevron {
    padding: 5px;
    background-color: #f3f3f3;
    border-radius: 8px;
    width: 24px;
    height: 24px; }
  .category__subcategory {
    margin-bottom: 10px;
    padding: 0.625rem 0.5rem;
    line-height: 1;
    background: #f6f6f6;
    border-radius: 4px; }
    .category__subcategory:last-child {
      margin-bottom: 0; }
  .category__subcategory-link {
    font-size: 0.875rem;
    text-decoration: none; }
    .category__subcategory-link:hover, .category__subcategory-link:focus {
      text-decoration: none; }

/**
 * Product Categories
 *
 * List of product categories (in three columns) for better navigation on homepage.
 *
 * markup:
 <div class="row">
     <div class="col-md-6 col-xl-4 ">
         <div class="category d-flex align-items-start">
             <figure class="category__img mb-0 rounded-circle">
                 <svg class="icon ">
                     <use xlink:href="/gfx/svg/sprites/categories.svg#icon-intimate-health"/>
                 </svg>
             </figure>
             <div class="category__body">
                 <h2 class="category__title mb-10 mb-md-5">
                     <a class="category__title-link " href="page-category-detail.html" data-target="intimate-health">
                         Intimate health
                         <svg class="icon category__chevron">
                             <use xlink:href="/gfx/svg/sprites/global.svg#icon-chevron"/>
                         </svg>
                     </a>
                 </h2>
                 <div class="js-collapse-sm d-none d-md-block" id="intimate-health" aria-expanded="false">
                     <ul class="category__subcategories mb-0 list-unstyled">
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Urinary tract</a>
                         </li>
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Prostate</a>
                         </li>
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Vaginal health</a>
                         </li>
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Hormonal issues</a>
                         </li>
                     </ul>
                 </div>
             </div>
         </div>
     </div>
     <div class="col-md-6 col-xl-4">
         <div class="category d-flex align-items-start">
             <figure class="category__img mb-0 rounded-circle">
                 <svg class="icon ">
                     <use xlink:href="/gfx/svg/sprites/categories.svg#icon-digestion"/>
                 </svg>
             </figure>
             <div class="category__body">
                 <h2 class="category__title mb-10 mb-md-5">
                     <a class="category__title-link " href="page-category-detail.html" data-target="digestion">
                         Digestion
                         <svg class="icon category__chevron">
                             <use xlink:href="/gfx/svg/sprites/global.svg#icon-chevron"/>
                         </svg>
                     </a>
                 </h2>
                 <div class="js-collapse-sm d-none d-md-block" id="digestion" aria-expanded="false">
                     <ul class="category__subcategories mb-0 list-unstyled">
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Digestion</a>
                         </li>
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Bloating &amp; flatulence</a>
                         </li>
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Diarrhea</a>
                         </li>
                         <li class="category__subcategory">
                             <a class="category__subcategory-link mb-0" href="#">Liver regeneration</a>
                         </li>
                     </ul>
                 </div>
             </div>
         </div>
     </div>
     <div class="col-md-6 col-xl-4">
         <div class="category d-flex align-items-start">
             <figure class="category__img mb-0 rounded-circle">
                 <svg class="icon ">
                     <use xlink:href="/gfx/svg/sprites/categories.svg#icon-brain"/>
                 </svg>
             </figure>
             <div class="category__body">
                 <h2 class="category__title mb-10 mb-md-5">
                     <a class="category__title-link " href="page-category-detail.html" data-target="brain-memory">
                         Brain &amp; memory
                         <svg class="icon category__chevron">
                             <use xlink:href="/gfx/svg/sprites/global.svg#icon-chevron"/>
                         </svg>
                     </a>
                 </h2>
                 <div class="js-collapse-sm d-none d-md-block" id="brain-memory" aria-expanded="false">
                     <ul class="category__subcategories mb-0 list-unstyled">
                         <li class="category__subcategory">
                             <p class="category__subcategory-link mb-0" href="#">Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet…</p>
                         </li>
                     </ul>
                 </div>
             </div>
         </div>
     </div>
 </div>
 *
 * weight: -1
 *
 * Styleguide Components - Product Categories
 */
.product-DHA {
  padding: 97px 20px 99px;
  background-image: url("/img/backDHAmobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  .product-DHA__name {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #000000;
    background-color: #f9dc0a;
    padding: 0 20px;
    width: -webkit-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: 47px;
    display: table; }
    .product-DHA__name:after, .product-DHA__name:before {
      content: "";
      background-image: url("/img/dots.png");
      background-repeat: no-repeat;
      background-size: cover;
      height: 11px;
      width: 100px;
      position: absolute;
      top: 45%; }
    .product-DHA__name:before {
      left: -135px; }
    .product-DHA__name:after {
      right: -120px; }
  .product-DHA__w-image {
    max-width: 120px;
    width: 100%;
    height: 120px;
    border: 2px solid #c8c9cb;
    border-radius: 50%;
    background-color: #fff;
    position: relative; }
    .product-DHA__w-image:before {
      content: "";
      background-image: url("/img/dott.png");
      background-repeat: no-repeat;
      width: 10px;
      height: 50px;
      background-size: 7px 50px;
      position: absolute;
      top: 30%; }
  .product-DHA__wrapp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .product-DHA__image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
  .product-DHA__w-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    color: #000000; }
  .product-DHA__text {
    color: #000000; }

.product-EI {
  padding: 50px 20px 70px; }
  .product-EI__name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #000000; }
    .product-EI__name strong {
      font-weight: 700; }
  .product-EI__i-wrapp {
    position: relative; }
    .product-EI__i-wrapp:before {
      content: "";
      background-image: url("/img/dott.png");
      background-repeat: no-repeat;
      width: 10px;
      height: 50px;
      background-size: 7px 50px;
      position: absolute;
      top: 30%;
      left: 50%; }
  .product-EI__image {
    border: 2px solid #c8c9cb;
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    object-fit: cover; }
  .product-EI__w-name {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    margin-bottom: 3px;
    color: #ffa300; }
    .product-EI__w-name:before {
      content: none; }
  .product-EI__text {
    font-size: 16px;
    font-weight: 400; }
  .product-EI__wrapp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
    text-align: right; }
  .product-EI__w-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }

.InternetExplorer .product-EI__w-text {
  width: 300px; }

.p-knowledge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 80px auto 0;
  max-width: 733px; }
  .p-knowledge__image {
    max-width: 126px;
    width: 100%;
    height: 141px;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  .p-knowledge__text {
    margin: 0 0 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%; }
    .p-knowledge__text strong {
      font-size: 24px;
      font-weight: 700; }

.product-fish {
  padding: 15px 20px 30px;
  margin-bottom: 15px; }
  .product-fish__back {
    background-size: 100% 100%;
    background-position: right;
    background-repeat: no-repeat; }
  .product-fish__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000000; }
  .product-fish__subname {
    font-size: 24px;
    font-weight: 300;
    color: #000000; }
    .product-fish__subname:before {
      display: none; }
  .product-fish p {
    color: #000000;
    font-size: 18px;
    font-weight: 400; }
  .product-fish__text {
    border: 1px solid #f9dc0a;
    padding: 19px 25px 0;
    position: relative;
    background: #fff; }
  .product-fish__image {
    display: block;
    margin: 0 auto; }

.product-important {
  background-repeat: no-repeat;
  background-size: cover;
  height: 840px;
  background-position: bottom; }
  .product-important__back {
    padding: 70px 0 65px;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .product-important__name {
    background-color: #f9dc0a;
    width: -webkit-max-content;
    width: max-content;
    font-size: 24px;
    line-height: 30px;
    padding: 10px 20px;
    color: #000;
    display: inline-block; }
  .product-important__wrapp {
    margin: 0 20px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
  .product-important__image {
    margin-right: 15px; }
  .product-important__text {
    font-size: 16px;
    font-weight: 700;
    color: #fff; }

.product-detail__tooltip-icon {
  width: 24px; }

.product-detail__tooltip-icon:hover {
  cursor: pointer; }

.product-detail__price {
  font-size: 1.5rem;
  color: #d41524; }
  .product-detail__price--wrapper svg {
    width: 25px; }
  .product-detail__price--wrapper svg:hover {
    cursor: pointer; }

.product-detail__recommended-price {
  display: -ms-flexbox;
  display: flex; }
  .product-detail__recommended-price--value {
    width: 68px;
    margin-right: 5px;
    text-decoration: line-through; }

.product-detail__oldprice {
  text-decoration: line-through;
  width: 68px; }
  .product-detail__oldprice--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .product-detail__oldprice--explainer {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    -ms-flex-positive: 1;
        flex-grow: 1; }

.product-detail__discount {
  color: #4d4d4d;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  gap: 3px; }

.product-detail__minimal-price {
  color: gray;
  font-size: smaller; }

.product-detail__status {
  display: -ms-flexbox;
  display: flex; }

.product-detail__free-shipping img {
  height: 40px;
  margin-right: 1rem; }

.product-detail__free-shipping p {
  color: #4d4d4d; }

.product-detail__expiration-text {
  color: #a6a6a6;
  font-size: 0.875rem;
  line-height: 1; }

.product-detail__priceinfo {
  padding-left: 5px; }
  .product-detail__priceinfo--icon {
    display: block;
    border: 1px solid #858484;
    color: #858484;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 600; }
    .product-detail__priceinfo--icon span {
      margin-top: -2px;
      display: block;
      cursor: default; }
    .product-detail__priceinfo--icon:hover + .product-detail__priceinfo--table {
      display: block; }
  .product-detail__priceinfo--table {
    display: none;
    position: absolute;
    width: -webkit-max-content;
    width: max-content;
    left: 100%;
    bottom: -111%;
    border: 2px solid black;
    padding: 10px 25px;
    margin-left: 30px;
    z-index: 1000;
    background: white; }
    .product-detail__priceinfo--table .price-label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .product-detail__priceinfo--table .price-label span {
        padding-left: 20px; }

.product-detail .select-container tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px; }

.product-detail .select-container select {
  width: 100%; }

.product-detail .multibuy-discount-description {
  background-color: #eee;
  color: #4d4d4d;
  padding: 5px;
  border-radius: 5px; }

.product-detail .ribbon-description {
  z-index: 1000;
  position: absolute;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: 10px; }
  .product-detail .ribbon-description__border {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 7px;
    margin-right: 18px; }
  .product-detail .ribbon-description__text {
    background: #4d4d4ddb;
    color: white;
    border-radius: 10px;
    padding-left: 6px;
    padding-right: 6px; }

.CSCZ .product-detail__newsticker,
.SKSK .product-detail__newsticker,
.LTLT .product-detail__newsticker {
  font-size: 0.75em; }

.product-carousel__wrap,
.image-banner {
  z-index: 90; }

.product-carousel__wrap {
  visibility: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden; }
  .product-carousel__wrap.js-productSLider-ready {
    visibility: visible; }
  .product-carousel__wrap.visible-single .product-carousel__nav {
    display: none; }

.product-carousel__main {
  height: 300px;
  padding: 0 35px; }
  .product-carousel__main .carousel-cell,
  .product-carousel__main .carousel-img-wrap {
    height: 100%;
    width: 100%; }
  .product-carousel__main .carousel-cell {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer; }
  .product-carousel__main .carousel-img-wrap {
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .product-carousel__main img {
    width: auto;
    height: 100%;
    margin: auto; }
  .product-carousel__main .flickity-button {
    background: transparent;
    color: #4d4d4d; }
  .product-carousel__main .flickity-prev-next-button {
    padding: 0;
    width: 35px; }
  .product-carousel__main .flickity-prev-next-button.previous {
    left: 0 !important; }
  .product-carousel__main .flickity-prev-next-button.next {
    right: 0 !important; }

.product-carousel__nav {
  height: 100px; }
  .product-carousel__nav .carousel-cell,
  .product-carousel__nav .carousel-img-wrap {
    height: 100%; }
  .product-carousel__nav .carousel-cell {
    height: 80px;
    width: 100px;
    opacity: 0.7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 10px 15px; }
    .product-carousel__nav .carousel-cell.is-nav-selected {
      opacity: 1; }
    .product-carousel__nav .carousel-cell:hover {
      cursor: pointer; }
  .product-carousel__nav img {
    width: auto;
    height: 100%;
    margin: auto; }

.product-carousel__zoom-icon {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 35px;
  top: 300px;
  transform: translateY(-100%);
  z-index: 1;
  pointer-events: none; }

.image-banner::after {
  clear: both;
  display: block;
  content: ""; }

.product-mobile-header {
  text-align: left; }
  .product-mobile-header h1,
  .product-mobile-header .h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #000000; }
  .product-mobile-header h2 {
    font-size: 36px;
    font-weight: 300; }
    .product-mobile-header h2:before {
      display: none; }

.product-detail__body .hide-mobile,
.product-detail__body .rating,
.product-detail__body h1 {
  display: none; }

.product-detail__sale-lower {
  right: -35px;
  top: 39px;
  width: 160px;
  color: #fff;
  background-color: #67ca70;
  z-index: 10; }

.product-detail-2019 .product-detail__body h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  color: #000000; }

.product-detail-2019 .product-detail__body h2 {
  font-size: 36px;
  font-weight: 300; }
  .product-detail-2019 .product-detail__body h2:before {
    display: none; }

.product-detail-2019 .tabs:after {
  display: none; }

.product-detail-2019 .tabs:before {
  display: none; }

.product-detail-2019 .tabs__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-detail-2019 .tabs__menu:after {
    display: none; }

.product-detail-2019 .tabs__menu-link.is-active,
.product-detail-2019 .tabs__menu-link[aria-selected="true"] {
  font-size: 16px;
  font-weight: 700;
  background-color: #f9dc0a;
  border: none; }

.product-detail-2019 .tabs__menu-link {
  color: #000000;
  margin: 0 10px 0 0; }
  .product-detail-2019 .tabs__menu-link .badge {
    margin-bottom: 2px; }

.product-detail-2019 .tabs__content-item ul {
  list-style-type: none;
  padding-left: 0; }

.product-detail-2019 .tabs__content-item li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 25px; }
  .product-detail-2019 .tabs__content-item li:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 12px;
    background-image: url("/gfx/svg/list-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: 0; }

.product-detail-2019 .tabs__content-item h2 {
  font-size: 16px; }
  .product-detail-2019 .tabs__content-item h2:before {
    display: none; }

.product-detail-2019 .layout-box {
  box-shadow: none; }

.product-detail-2019 .tabs__container {
  max-width: 1120px;
  margin: 0 auto; }
  .product-detail-2019 .tabs__container--wrapp {
    margin: 0 auto;
    max-width: 970px; }

.product-detail-2019 .product-detail__package-down .alert-success {
  display: none; }

.product-detail-pluses-M {
  padding-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-detail-pluses-M img {
    width: 60px;
    height: 67px;
    margin: 10px 10px 0 0; }

.product-detail-pluses-D {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end; }
  .product-detail-pluses-D img {
    margin-bottom: 20px; }
    .product-detail-pluses-D img:last-child {
      margin-bottom: 0; }

.product-detail__package-down {
  background-image: url("/img/bottomBackMobile.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 90px 20px 70px; }
  .product-detail__package-down h1 {
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0; }
  .product-detail__package-down h2 {
    font-size: 30px;
    color: #000;
    margin: -8px 0 0; }
    .product-detail__package-down h2:before {
      display: none; }
  .product-detail__package-down p {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 0; }
  .product-detail__package-down .container-lg {
    text-align: center;
    max-width: 671px; }
  .product-detail__package-down .product-select__form {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 25px 20px 30px;
    margin: 37px auto 0;
    display: -ms-flexbox;
    display: flex;
    display: -ms-inline-flexbox; }
  .product-detail__package-down .select-container {
    width: 100%; }
    .product-detail__package-down .select-container .form-control {
      width: 100%; }

.product-detail__exp-alternative#exp-alternative-lg {
  display: none; }

.product-detail__exp-alternative#exp-alternative-sm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 36px;
  -ms-flex-align: center;
      align-items: center; }

.product-detail__exp-alternative {
  margin: 0 auto;
  border-top: 1px solid rgba(112, 112, 112, 0.19);
  position: relative;
  -ms-flex-pack: center;
      justify-content: center; }
  .product-detail__exp-alternative::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent rgba(112, 112, 112, 0.19) transparent;
    transform: translate(-50%, 0); }
  .product-detail__exp-alternative-wrapper {
    max-width: 100%; }
  .product-detail__exp-alternative-image {
    width: 86px;
    height: 86px;
    margin-right: 20px; }
  .product-detail__exp-alternative-heading {
    margin-bottom: 12px;
    color: #4d4d4d;
    font-size: 16px; }
  .product-detail__exp-alternative-price {
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .product-detail__exp-alternative-price-actual {
      color: #d41623;
      font-weight: bold;
      margin-right: 20px; }
    .product-detail__exp-alternative-price-original {
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through; }
  .product-detail__exp-alternative-button {
    border: 1px solid #ff9442;
    border-radius: 4px;
    color: #ff9442;
    padding: 5px 40px;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    line-height: 19px;
    width: 100%;
    max-width: 330px; }
  .product-detail__exp-alternative-paragraph {
    max-width: 220px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-align: center; }
  .product-detail__exp-alternative-expire {
    max-width: 220px;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-align: center; }

#lbx-related-products {
  min-height: 382px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.product-dosage__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.product-dosage__list {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  padding-left: 0;
  margin-bottom: 30px; }

.product-dosage__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px; }
  .product-dosage__list-item:not(:last-child) {
    margin-bottom: 10px; }

.product-dosage__name {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin-right: 10px;
  font-size: 0.75rem;
  font-weight: 600; }

.product-dosage__amount {
  display: -ms-flexbox;
  display: flex; }

.product-dosage__icon {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 5px; }

.product-image-modal__img {
  max-width: 100%;
  max-height: 50vh;
  height: 50vh; }

.product-image-modal__carousel {
  height: 50vh; }

.product-image-modal__carousel-cell {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.product-image-modal .modal__dialog {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.product-select__form .product-select__field {
  grid-area: variants;
  width: auto; }
  .product-select__form .product-select__field--quantity {
    grid-area: amount;
    max-width: unset; }
    .product-select__form .product-select__field--quantity div {
      width: 100%; }

.product-select__form .product-select__btn {
  grid-area: buy; }

.product-select__field {
  /*
        @include media-breakpoint-up(md) {
            flex: 1 0 calc(40% - 10px);
        }

        @include media-breakpoint-up(lg) {
            flex: 1 0 calc(30% - 10px);
        }
        */ }
  .product-select__field--quantity {
    max-width: 7rem;
    /*
            @include media-breakpoint-up(md) {
                flex: 0 0 20%;
                max-width: none;
            }

            @include media-breakpoint-up(lg) {
                flex: 0 0 13%;
            }
            */ }
  .product-select__field--type .select-container {
    width: 100%; }
  .product-select__field--type + .product-select__field {
    grid-area: unset; }
    .product-select__field--type + .product-select__field div {
      margin-right: 0; }

.product-select__btn:not(.disabled) {
  animation: enlarge 10s infinite; }

.product-select__watchdog-btn {
  animation: enlarge 10s infinite; }

.product-select__delivery-icon {
  width: 32px;
  height: 18px; }

.product-sticker {
  position: absolute;
  z-index: 10; }
  .product-sticker--card {
    display: none; }
  .product-sticker--detail {
    top: 0;
    left: 10px;
    width: 60px;
    height: 60px; }

.CSCZ .product-sticker--card, .SKSK .product-sticker--card, .LTLT .product-sticker--card {
  font-size: 0.6em; }

.product-summary {
  width: 100%;
  font-size: 0.875rem;
  /************************** NEW 2020 STYLE ****************************/ }
  .product-summary__header {
    display: none; }
  .product-summary__cell {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    padding: 10px; }
    .product-summary__cell:first-child, .product-summary__cell:last-child {
      font-weight: 600; }
    .product-summary__cell:last-child {
      text-align: right; }
  .product-summary__image {
    -ms-flex: 0 0 35px;
        flex: 0 0 35px;
    max-width: 35px; }
  .product-summary__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px -10px; }
    .product-summary__row:nth-of-type(odd) {
      background-color: #f9f9f9; }
    .product-summary__row .product-summary__cell {
      text-align: center; }
      .product-summary__row .product-summary__cell:last-of-type {
        text-align: right; }
    .product-summary__row .product-summary__title {
      text-align: left !important; }
  .product-summary__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }
  .product-summary__body {
    display: block;
    width: 100%; }
  .product-summary__item {
    display: block;
    width: 100%;
    padding: .3rem .5rem; }
    .product-summary__item:nth-of-type(odd) {
      background-color: #f9f9f9; }
    .product-summary__item.is-open .product-summary__mobile-arrow svg {
      transform: rotate(180deg); }
    .product-summary__item.is-open .product-summary__quantity-wrapper .product-summary__item-cell {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .product-summary__item.is-open .product-summary__total-price, .product-summary__item.is-open .double-comma {
      display: none; }
    .product-summary__item.is-open .product-summary__prices-wrapper {
      opacity: 1;
      visibility: visible;
      max-height: 300px; }
  .product-summary__name-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 30%;
        flex: 1 1 30%; }
    .product-summary__name-wrapper .product-summary__item-cell {
      font-weight: 600;
      text-align: left; }
    .product-summary__name-wrapper .item-cell__label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 10px;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .product-summary__quantity-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 10%;
        flex: 1 1 10%; }
    .product-summary__quantity-wrapper .product-summary__item-cell {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .product-summary__prices-wrapper {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: 0.2s ease-in-out; }
  .product-summary__item-cell {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex: 1 1 16%;
        flex: 1 1 16%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
  .product-summary__mobile-arrow {
    padding: 10px 0rem 10px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .product-summary__mobile-arrow .icon-chevron {
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
      width: 12px;
      height: 12px; }
  .product-summary__total-price {
    padding: 10px; }
  .product-summary .hidden {
    display: none; }

.product-table {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0.875rem; }
  .product-table > .product-table__item {
    background-color: #f6f6f6; }
    .product-table > .product-table__item:last-child {
      margin-bottom: 20px; }
    .product-table > .product-table__item:nth-child(even) {
      background-color: #fff; }
  .product-table__item {
    box-shadow: 0 -1px 0 0 #eceeef; }
  .product-table__image {
    -ms-flex: 0 0 35px;
        flex: 0 0 35px;
    max-width: 35px; }
    .product-table__image.invisible {
      visibility: hidden; }
  .product-table__info {
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    max-width: calc(100% - 35px); }
    .product-table__info--no-availability {
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-table__title {
    font-weight: 700; }
    .product-table__title a {
      color: inherit;
      text-decoration: none; }
  .product-table__combination {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .product-table__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: static; }
  .product-table__count {
    -ms-flex: 0 0 95px;
        flex: 0 0 95px;
    max-width: 95px; }
  .product-table__price {
    font-weight: 600; }
    .product-table__price--no-availability .tooltip.tooltip__payment {
      margin: auto 0;
      margin-left: 5px; }
      .product-table__price--no-availability .tooltip.tooltip__payment::after {
        transform: translate(-100%, 10px); }
      .product-table__price--no-availability .tooltip.tooltip__payment:hover::after {
        transform: translate(-100%, 10px); }
  .product-table__arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 10px;
    padding: 0 6px;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none;
    height: 35px; }
    .product-table__arrow svg {
      -ms-flex: 0 0 .75rem;
          flex: 0 0 .75rem;
      width: .75rem;
      height: .75rem; }
  .product-table__children {
    display: none; }
    .product-table__children.is-open {
      display: block; }
  .product-table__remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: transparent;
    opacity: .6;
    transition: opacity .2s ease-in-out; }
    .product-table__remove:hover {
      opacity: 1; }
  .product-table__icon {
    width: 1rem;
    height: 1rem; }

.product-table-header--no-availability .product-table-header__price:last-of-type {
  text-align: left; }

.carousel__item {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.flickity-img-ready .carousel__item {
  height: 100%; }

.promotion-card {
  display: block;
  padding: 0;
  font-size: 0.875rem;
  color: #4d4d4d;
  transition: box-shadow .3s ease-in-out;
  height: auto;
  padding-top: 0; }
  .promotion-card:hover, .promotion-card:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .promotion-card > h3 {
    margin-bottom: 0;
    padding-bottom: 20px; }
  .promotion-card--button {
    padding-top: 0; }
  .promotion-card__btn {
    font-size: inherit;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border: none;
    transform: scale(1.01);
    transition: none; }
    .promotion-card:hover .promotion-card__btn,
    .promotion-card:focus .promotion-card__btn {
      color: #fff;
      background: linear-gradient(to bottom, #2abdff, #00a0e6); }
  .promotion-card__title {
    max-width: 90%; }
  .promotion-card__icon {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 10px;
    fill: #a6a6a6; }
    .promotion-card:hover .promotion-card__icon,
    .promotion-card:focus .promotion-card__icon {
      fill: #fff; }
  .promotion-card__description {
    margin-bottom: 10px;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 3.9375rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
    height: auto; }
  .promotion-card__link {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 3.54375rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    color: inherit; }
    .promotion-card__link:hover, .promotion-card__link:focus {
      color: inherit;
      text-decoration: none; }

.article__title::before {
  display: none; }

.article__title-link {
  color: #4d4d4d; }

.latest-articles .promotion-card {
  min-height: 280px; }
  .latest-articles .promotion-card:hover, .latest-articles .promotion-card:focus {
    background: linear-gradient(to bottom, #2abdff, #00a0e6);
    color: #fff; }
  .latest-articles .promotion-card > h3 {
    min-height: 92px; }

/**
 * Promotion Card
 *
 * Promotion card used as part of bridge component.
 * If used in carousel use class="main-carousel js-carousel" instead of class="row"
 *
 * markup:
 <div class="row">
     <div class="col-sm-6 col-md-4 d-flex">
         <a class="card promotion-card promotion-card--button mb-20" href="#">
             <figure class="mb-0">
                 <picture>
                     <source srcset="//satyr.io/370x221/?text=product" media="(min-width: 992px)">
                     <source srcset="//satyr.io/250x150/?text=product" media="(min-width: 576px)">
                     <img class="img-fluid rounded-top" src="//satyr.io/575x343/?text=product" alt="Christmas special offer">
                 </picture>
             </figure>
             <button class="btn btn-ghost promotion-card__btn btn-block mb-10 p-10 px-lg-20 text-left font-weight-semibold text-truncate" name="" data-test-id="kzwBtn_curentPromotions">
                 Christmas sale
             </button>
             <p class="px-10 px-lg-20">Christmas sale special offers</p>
         </a>
     </div>
 </div>
 *
 * weight: -1
 *
 * Styleguide Components - Promotion Card
 */
.promotion {
  font-size: 0.875rem; }
  .promotion__figure {
    -ms-flex: none;
        flex: none;
    width: 50px;
    height: 50px; }

.quick-order .btn.disabled {
  opacity: 1; }

.quick-order .desktop {
  display: none; }

.quick-order th {
  padding: 0 .5rem; }

.quick-order td {
  padding: .5rem; }

.quick-order__button-wrapper {
  margin-bottom: 2rem;
  padding: 0 1rem;
  text-align: center; }
  .quick-order__button-wrapper .quick-order__button {
    display: inline-block;
    width: 100%;
    padding: 1.2rem 1.25rem;
    background: linear-gradient(to bottom, #4dc9ff, #00b2ff);
    font-size: 1.2rem; }
    .quick-order__button-wrapper .quick-order__button:active, .quick-order__button-wrapper .quick-order__button:hover {
      background-color: #008ecc;
      background-image: none; }

.quick-order__filters {
  margin-bottom: 3rem; }
  .quick-order__filters .filter__section-link {
    display: inline-block;
    margin-right: .5rem;
    color: #0275d8; }
    .quick-order__filters .filter__section-link:hover {
      text-decoration: underline;
      cursor: pointer; }

.quick-order__product-list .product-list__header-row {
  background-color: #ff7f00;
  padding: 0 .75rem 0;
  color: #fff; }

.quick-order__product-list .product-list__letter {
  font-size: 1.8rem; }

.quick-order__product-list .product-list__product-name a {
  text-decoration: none;
  color: #4d4d4d;
  display: block; }
  .quick-order__product-list .product-list__product-name a:hover {
    text-decoration: underline; }

.quick-order__product-list .product-list__product-name .product-name__product-package {
  display: block;
  font-size: .7rem; }

.quick-order__product-list .product-list__product-package {
  display: none; }

.quick-order__product-list .product-list__product-price {
  max-width: 6rem;
  width: 6rem; }

.quick-order__product-list .product-list__product-sale {
  max-width: 3rem;
  width: 3rem;
  padding: 0; }

.quick-order__product-list .product-list__sale {
  font-size: 0.7rem; }

.quick-order__product-list .product-list__product-ks {
  max-width: 4rem;
  width: 4rem;
  position: relative; }

.quick-order__product-list .product-list__retail-price, .quick-order__product-list .product-list__price {
  line-height: 1.2; }

.quick-order__product-list .product-list__retail-price {
  text-decoration: line-through;
  font-size: .8rem;
  color: #858484; }

.quick-order__product-list .product-list__add-input {
  max-width: 2rem;
  padding: .1rem .4rem; }

.quick-order__resultmessage {
  background: #ff7f00;
  position: absolute;
  top: 0;
  height: 100%;
  left: 100%;
  padding: 1rem 1.2rem;
  transition: 1s;
  color: black;
  font-weight: 400;
  opacity: 1;
  transform: translateX(0);
  display: inline-block !important;
  color: white;
  -ms-flex-align: center;
      align-items: center; }
  .quick-order__resultmessage.is-hidden {
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden; }
  .quick-order__resultmessage > div {
    white-space: nowrap;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

.rating-action {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl; }
  .rating-action > input {
    display: none; }
    .rating-action > input + label {
      /* only enough room for the star */
      overflow: hidden;
      white-space: nowrap;
      cursor: pointer;
      margin-right: 15px; }
      .rating-action > input + label::before {
        content: '';
        display: block;
        width: 33px;
        height: 32px;
        background: url(/gfx/svg/icon-star--empty.svg) center center;
        background-repeat: no-repeat;
        background-size: contain; }
    .rating-action > input:checked ~ label::before,
    .rating-action > input + label:hover ~ label::before,
    .rating-action > input + label:hover::before {
      content: '';
      background: url(/gfx/svg/icon-star--full.svg) center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .rating-action:hover > input + label::before {
    content: '';
    background: url(/gfx/svg/icon-star--empty.svg) center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .rating-action:hover > input + label:hover ~ label::before,
  .rating-action:hover > input + label:hover::before {
    content: '';
    background: url(/gfx/svg/icon-star--full.svg) center center;
    background-repeat: no-repeat;
    background-size: contain; }

.rating {
  font-size: 0.875rem; }
  .rating__star {
    width: .875rem;
    height: .875rem; }
  .rating__number {
    color: #4d4d4d; }

.read-more {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: max-height .3s ease-in-out; }
  .read-more__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px; }
    .read-more__btn::before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 30px;
      background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.5)); }
    .read-more__btn:hover::before {
      background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.2)); }

.recaptcha {
  transform: scale(0.92) translateX(-11px); }

.related-article:last-of-type {
  margin-bottom: 0; }

.review__rating {
  font-size: 1.5rem; }

.review__author {
  text-align: center; }
  .review__author svg {
    margin-right: 11px; }
  .review__author .verified-icon {
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    margin-right: 11px;
    margin-left: -11px; }
    .review__author .verified-icon img {
      width: 18px !important; }

.review__body {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 10px; }
  .review__body--left-grey::before, .review__body--left-grey::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: -20px;
    display: none; }
  .review__body--left-grey::before {
    background: #f6f6f6;
    width: 40px;
    height: 10px;
    border-radius: 100%;
    transform: rotate(8deg); }
  .review__body--left-grey::after {
    background: #fff;
    width: 16px;
    height: 29px;
    border-radius: 100%;
    transform: rotate(-70deg);
    bottom: 3px;
    left: -21px; }

.review__button {
  width: 100%; }

.review__write {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto; }

/**
 * Review
 *
 * Reviews with option to have show more functionality, if not remove div with class="js-showMore", button and class="is-hidden animated fadeIn js-showMoreItem" from review divs
 *
 * markup:
 <div class="js-showMore">
     <div class="review mb-20 d-lg-flex justify-content-lg-start ">
         <div class="review__rating d-flex align-items-center font-weight-bold flex-lg-column mr-lg-60">
             90%
             <div class="rating align-items-center mb-0 ml-10 ml-lg-0">
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
             </div>
         </div>
         <div class="review__body w-100">
             <div class="review__header d-flex justify-content-between mb-5 font-size-sm">
                 <strong>Hodinky s kalkulačkou</strong>
                 <span class="text-muted">May 25 2015 at 8:46</span>
             </div>
             <p class="mb-0">Skvělá komunikace se zaměstnancem tohoto obchodu,kdy mi bylo i dobře porazeno. Kvalitní služby,dobrá kvalita zboží, rychlé dodání v mém případě bylo zboží hned připraveno a výborně prezentováno, všem velice doporučji.</p>
         </div>
     </div>
     <div class="review mb-20 d-lg-flex justify-content-lg-start ">
         <div class="review__rating d-flex align-items-center font-weight-bold flex-lg-column mr-lg-60">
             45%
             <div class="rating align-items-center mb-0 ml-10 ml-lg-0">
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
             </div>
         </div>
         <div class="review__body w-100">
             <div class="review__header d-flex justify-content-between mb-5 font-size-sm">
                 <strong>Hodinky bez kalkulačky</strong>
                 <span class="text-muted">May 5 2015 at 8:46</span>
             </div>
             <p class="mb-0">Amazing!</p>
         </div>
     </div>
     <div class="review mb-20 d-lg-flex justify-content-lg-start is-hidden animated fadeIn js-showMoreItem">
         <div class="review__rating d-flex align-items-center font-weight-bold flex-lg-column mr-lg-60">
             90%
             <div class="rating align-items-center mb-0 ml-10 ml-lg-0">
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
             </div>
         </div>
         <div class="review__body w-100">
             <div class="review__header d-flex justify-content-between mb-5 font-size-sm">
                 <strong>Hodinky s kalkulačkou</strong>
                 <span class="text-muted">May 25 2015 at 8:46</span>
             </div>
             <p class="mb-0">Skvělá komunikace se zaměstnancem tohoto obchodu,kdy mi bylo i dobře porazeno. Kvalitní služby,dobrá kvalita zboží, rychlé dodání v mém případě bylo zboží hned připraveno a výborně prezentováno, všem velice doporučji.</p>
         </div>
     </div>
     <div class="review mb-20 d-lg-flex justify-content-lg-start is-hidden animated fadeIn js-showMoreItem">
         <div class="review__rating d-flex align-items-center font-weight-bold flex-lg-column mr-lg-60">
             45%
             <div class="rating align-items-center mb-0 ml-10 ml-lg-0">
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star icon-star--full" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
                 <div class="rating__star mr-5">
                     <svg class="icon d-block">
                         <use class="icon-star " xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/global.svg#icon-star"></use>
                     </svg>
                 </div>
             </div>
         </div>
         <div class="review__body w-100">
             <div class="review__header d-flex justify-content-between mb-5 font-size-sm">
                 <strong>Hodinky bez kalkulačky</strong>
                 <span class="text-muted">May 5 2015 at 8:46</span>
             </div>
             <p class="mb-0">Amazing!</p>
         </div>
     </div>
     <button class="btn btn-ghost d-block mx-auto js-showMoreBtn" name="" data-test-id="kzwBtn_showMoreBtn">
        Show more articles
    </button>
 </div>
 *
 * weight: -1
 *
 * Styleguide Components - Review
 */
.scrollable {
  position: relative; }
  .scrollable::after, .scrollable::before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    z-index: 1; }
  .scrollable::before {
    width: 15px; }
  .scrollable::after {
    width: 30px; }
  .scrollable--white::after {
    right: 0;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }
  .scrollable--white::before {
    left: 0;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); }
  .scrollable--dark::after {
    right: 0;
    background: linear-gradient(to left, #f6f6f6, rgba(246, 246, 246, 0)); }
  .scrollable--dark::before {
    left: 0;
    background: linear-gradient(to right, #f6f6f6, rgba(246, 246, 246, 0)); }
  .scrollable__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .scrollable__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .scrollable__item--last-margin {
      font-size: 0.875rem;
      padding: 10px 30px 10px 10px;
      margin-left: auto; }

.search-result {
  background: #fff; }

.pages__title {
  margin-bottom: 4px; }
  .pages__title::before {
    display: none; }

.pages__title-link {
  font-size: 0.75rem;
  font-weight: 700;
  color: #4d4d4d; }

.pages__category {
  font-size: 0.6875rem;
  font-weight: 400; }

.pages__icon {
  max-height: 48px;
  max-width: 48px;
  min-width: 48px;
  margin-right: 10px; }

.pages__para {
  font-size: 0.6875rem;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 1.85625rem;
  /* Fallback for non-webkit */
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-box-orient: vertical; }

#lbx-search-results {
  min-height: 1035px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }

.is-search-open .search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 15px 0 15px 15px;
  background-color: #fff; }

.search__inner {
  position: relative;
  -ms-flex: auto;
      flex: auto; }

.search__field {
  padding-right: 40px; }

.search__submit {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0.5rem 0.625rem;
  transform: translateY(-50%); }

.search__mobile-btn {
  display: block;
  width: 22px;
  height: 22px;
  margin-left: 20px;
  padding: 0;
  background-color: transparent; }

.layout-box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }

.section {
  margin-bottom: 20px;
  padding: 20px 10px; }
  .section--box {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }

.section-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.section-static {
  position: static; }

.at-expanding-share-button[data-position=bottom-right] {
  bottom: 50px !important; }

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important; }

.slider {
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  border-bottom: 1px solid #eee;
  /* position dots in gallery */
  /* white circles */
  /* fill-in selected dot */ }
  .slider:not(.flickity-enabled) {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .slider:not(.flickity-enabled)::-webkit-scrollbar {
      display: none; }
    .slider:not(.flickity-enabled) .slider__item {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
    .slider:not(.flickity-enabled) .slider__image {
      opacity: 1; }
  .slider__item {
    width: 100%;
    height: auto;
    counter-increment: gallery-cell; }
  .slider__image {
    opacity: 0;
    transition: opacity 0.4s ease-in-out; }
    .slider__image.flickity-lazyloaded, .slider__image.flickity-lazyerror {
      opacity: 1; }
  .slider .flickity-page-dots {
    bottom: 10px; }
  .slider .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white; }
  .slider .flickity-page-dots .dot.is-selected {
    background: white; }
  .slider .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    opacity: 0.7;
    /* vertically center */
    transform: translateY(-50%); }
  .slider .flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1; }
  .slider .flickity-prev-next-button .arrow {
    fill: #fff; }

.slider-nav {
  width: 200px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); }
  .slider-nav__button {
    padding: 0 5px;
    color: #fff;
    font-size: 0.6875rem;
    background-color: #a6a6a6;
    border: 0;
    border-radius: 50%; }
    .slider-nav__button.is-active {
      background-color: #555; }

.steps {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #4d4d4d;
  background-color: #fff;
  border-top: 1px solid #ddd; }
  .steps__list {
    list-style: none; }
  .steps__item {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: 25%; }
  .steps__link {
    position: relative;
    font-size: 0.6875rem;
    color: inherit;
    text-align: center; }
    .steps__link:hover, .steps__link:focus {
      color: #ff7f00;
      text-decoration: none; }
      .steps__link:hover .icon--black, .steps__link:focus .icon--black {
        fill: #ff7f00; }
    .steps__link.is-active {
      color: #ff7f00;
      pointer-events: none; }
      .steps__link.is-active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #ff7f00; }
    .steps__item:last-child .steps__link::after,
    .steps__item:last-child .steps__link::before {
      display: none; }
    .steps__link.is-disabled {
      background-color: #fff;
      opacity: .6;
      pointer-events: none; }
  .steps__icon {
    width: 20px;
    height: 20px; }

/**
 * Checkout Steps
 *
 * Breadcrumb navigation for Checkout with multiple steps
 *
 * markup:
 <nav class="steps" role="navigation">
     <ul class="steps__list d-flex align-items-center justify-content-between p-0 mb-0">
         <li class="steps__item">
             <a href="page-checkout-cart.html" class="steps__link d-flex flex-column align-items-center p-10 justify-content-md-center ">
                 <svg class="icon steps__icon mb-5 mb-md-0 mr-md-5">
                     <use class="icon--black" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/checkout.svg#icon-cart"></use>
                 </svg>
                 Cart
             </a>
         </li>
         <li class="steps__item">
             <a href="page-checkout-personal-info.html" class="steps__link d-flex flex-column align-items-center p-10 justify-content-md-center is-active">
                 <svg class="icon steps__icon mb-5 mb-md-0 mr-md-5">
                     <use class="icon--orange" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/checkout.svg#icon-address"></use>
                 </svg>
                 Personal Info
             </a>
         </li>
         <li class="steps__item">
             <a href="page-checkout-summary.html" class="steps__link d-flex flex-column align-items-center p-10 justify-content-md-center is-disabled">
                 <svg class="icon steps__icon mb-5 mb-md-0 mr-md-5">
                     <use class="icon--black" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/checkout.svg#icon-payment"></use>
                 </svg>
                 Summary
             </a>
         </li>
         <li class="steps__item">
             <a href="page-checkout-confirmation.html" class="steps__link d-flex flex-column align-items-center p-10 justify-content-md-center is-disabled">
                 <svg class="icon steps__icon mb-5 mb-md-0 mr-md-5">
                     <use class="icon--black" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/gfx/svg/sprites/checkout.svg#icon-confirm"></use>
                 </svg>
                 Confirmation
             </a>
         </li>
     </ul>
 </nav>
 *
 * weight: -1
 *
 * Styleguide Components - Checkout Steps
 */
.bar_article_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.sticky_bar {
  display: block;
  position: sticky;
  top: 56px; }
  .sticky_bar__card {
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px 15px;
    min-height: auto;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee; }
  .sticky_bar__perex {
    font-size: .88rem;
    font-weight: 800; }
  .sticky_bar__title {
    height: auto;
    margin-bottom: 5px; }
  .sticky_bar__stravy {
    text-align: center;
    font-size: .9rem; }
  .sticky_bar__figure {
    height: 140px;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 1rem; }

.sticky_mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 18px 10px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }
  .sticky_mobile__figure {
    width: 50px;
    margin-right: 20px; }
    .sticky_mobile__figure .product-image-mobile {
      width: 100%; }
  .sticky_mobile__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .sticky_mobile__buy {
    padding: 6px 16px;
    font-size: 14px; }
  .sticky_mobile__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    height: auto;
    width: auto; }
  .sticky_mobile__price {
    margin-right: 15px; }

.tabs {
  position: relative;
  font-size: 0.875rem;
  color: #4d4d4d; }
  .tabs__menu {
    width: 100%;
    clear: left; }
  .tabs__menu-link {
    display: block;
    font-size: 0.875rem;
    color: inherit;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid transparent; }
    .tabs__menu-link:hover, .tabs__menu-link:focus {
      color: inherit;
      text-decoration: none; }
    .tabs__menu-link.is-active, .tabs__menu-link[aria-selected="true"] {
      font-weight: 600;
      border-color: #ff9543; }
    .tabs__menu-link:focus {
      box-shadow: none; }
    .scrollable__item:first-child .tabs__menu-link {
      margin-left: 10px; }
  .tabs__content-item {
    width: 100%;
    color: inherit;
    background-color: inherit; }
    .tabs__content-item[aria-hidden="true"] {
      display: none; }
    .tabs__content-item[aria-hidden="false"] {
      display: block; }
    .tabs__content-item .table-responsive td {
      word-break: normal; }
  .tabs__link-item {
    font-weight: bold;
    text-decoration: underline; }

/**
 * Tabs
 *
 * markup:
 <div class="container">
     <div class="tabs scrollable scrollable--white js-tabs mb-10 mb-lg-20">
         <ul class="tabs__menu list-unstyled scrollable__list mb-0" role="tablist">
             <li class="scrollable__item " role="presentation">
                 <a class="tabs__menu-link p-10 mr-20  js-tabsNavItem" id="tabs_characteristics" href="#characteristics" role="tab" aria-controls="characteristics" aria-selected="true">
                     Characteristics
                 </a>
             </li>
             <li class="scrollable__item " role="presentation">
                 <a class="tabs__menu-link p-10 mr-20  js-tabsNavItem" id="tabs_reviews" href="#reviews" role="tab" aria-controls="reviews" aria-selected="false">
                     <span class="badge badge-default">5</span>
                     Reviews
                 </a>
             </li>
             <li class="scrollable__item " role="presentation">
                 <a class="tabs__menu-link p-10 mr-20  js-tabsNavItem" id="tabs_packages" href="#packages" role="tab" aria-controls="packages" aria-selected="false">
                     Packages
                 </a>
             </li>
         </ul>
     </div>
 </div>
 <div class="tabs__content ">
     <section class="tabs__content-item animated fadeIn js-tabsItem" id="characteristics" role="tabpanel" aria-hidden="false" aria-labelledby="tabs_characteristics">
         <h3>Dvojitě filtrovaný sójový lecithin přírodního původu</h3>
         <p>Lecitin ze sójových bobů:</p>
         <ul>
             <li>řadí se mezi fosfolipidy a je jedním ze základních stavebních složek buněčných membrán všech živých organismů</li>
             <li>vyskytuje se ve vysokých koncentracích v důležitých tkáních jako např. v mozku, játrech, srdci nebo svalech</li>
             <li>je důležitým přirozeným zdrojem cholinu, inositolu a kyseliny linolové, která pomáhá udržovat cholesterol</li>
         </ul>
     </section>
     <section class="tabs__content-item animated fadeIn js-tabsItem" id="reviews" role="tabpanel" aria-hidden="true" aria-labelledby="tabs_reviews">
         <h3>Reviews</h3>
         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
     </section>
     <section class="tabs__content-item animated fadeIn js-tabsItem" id="packages" role="tabpanel" aria-hidden="true" aria-labelledby="tabs_packages">
         <h3>Packages</h3>
         <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
     </section>
 </div>
 *
 * weight: -1
 *
 * Styleguide Components - Tabs
 */
.tag-label {
  position: relative;
  height: 26px;
  border: 1px solid #a6a6a6;
  border-radius: 0 4px 4px 0;
  border-left: none; }
  .tag-label--active {
    color: #4d4d4d;
    font-weight: 600; }
  .tag-label:hover, .tag-label:focus {
    text-decoration: none; }
  .tag-label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -9px;
    width: 20px;
    height: 20px;
    border-left: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    border-radius: 4px;
    transform: rotate(45deg); }
  .scrollable__item:first-child .tag-label {
    margin-left: 20px; }

button[data-balloon] {
  overflow: visible; }

[data-balloon] {
  position: relative; }
  [data-balloon]:after {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    background: rgba(17, 17, 17, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-balloon);
    font-size: 12px;
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10; }
  [data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    content: '';
    position: absolute;
    z-index: 10; }
  [data-balloon]:hover:before, [data-balloon]:hover:after, [data-balloon][data-balloon-visible]:before, [data-balloon][data-balloon-visible]:after {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto; }
  [data-balloon].font-awesome:after {
    font-family: FontAwesome; }
  [data-balloon][data-balloon-break]:after {
    white-space: pre; }
  [data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    transform: translate(-50%, 10px);
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    transform: translate(-50%, 10px);
    transform-origin: top; }
  [data-balloon][data-balloon-pos="up"]:hover:after, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos="up"]:hover:before, [data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    left: 50%;
    margin-top: 5px;
    top: 100%;
    transform: translate(-50%, -10px); }
  [data-balloon][data-balloon-pos='down']:hover:after, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='down']:hover:before, [data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
    transform: translate(-50%, 0); }
  [data-balloon][data-balloon-pos='left']:after {
    margin-right: 11px;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    margin-right: 5px;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:after, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='left']:hover:before, [data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:after {
    left: 100%;
    margin-left: 11px;
    top: 50%;
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    transform: translate(-10px, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:after, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-pos='right']:hover:before, [data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
    transform: translate(0, -50%); }
  [data-balloon][data-balloon-length='small']:after {
    white-space: normal;
    width: 80px; }
  [data-balloon][data-balloon-length='medium']:after {
    white-space: normal;
    width: 150px; }
  [data-balloon][data-balloon-length='large']:after {
    white-space: normal;
    width: 260px; }
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 380px; }
  [data-balloon][data-balloon-length='fit']:after {
    white-space: normal;
    width: 100%; }

.tooltip {
  height: auto;
  cursor: help; }
  .tooltip[data-balloon]::after {
    background: #4d4d4d; }
  .tooltip[data-balloon][data-balloon-pos='up']::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22#4d4d4d%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px; }
  .tooltip[data-balloon][data-balloon-pos='right']::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22#4d4d4d%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px; }
  .tooltip[data-balloon][data-balloon-pos='down']::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22#4d4d4d%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 18px;
    height: 6px; }
  .tooltip[data-balloon][data-balloon-pos='left']::before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22#4d4d4d%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto;
    width: 6px;
    height: 18px; }
  .tooltip__payment {
    background-color: #747474;
    margin: auto;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    min-height: 16px;
    min-width: 16px; }
    .tooltip__payment--no-auto {
      margin: 0; }

.top-bar {
  position: relative;
  z-index: 200;
  line-height: 30px;
  background-color: #4d4d4d; }
  .top-bar__item:not(:last-child) {
    margin-right: 30px; }
  .top-bar__link {
    font-size: 0.875rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex; }
    .top-bar__link:hover, .top-bar__link:focus {
      color: #fff; }
    .top-bar__link--loyality .icon--baseline {
      display: inline; }

.view-box {
  min-height: 300px; }

.watchdog-confirmation {
  min-height: calc(100vh - 743.58px); }
  .watchdog-confirmation a {
    color: #ffbf00;
    font-weight: bolder; }
  .watchdog-confirmation__image {
    height: 400px; }
  .watchdog-confirmation__text {
    font-size: 1.4625rem; }

.watchdog-modal {
  color: black; }
  .watchdog-modal .modal__dialog {
    margin-top: 20px;
    max-width: 800px; }
  .watchdog-modal .modal__header {
    display: -ms-flexbox;
    display: flex;
    background-color: #f6f6f6; }
  .watchdog-modal .modal__main-text {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1em;
    font-size: 1.125rem;
    font-weight: 700; }
  .watchdog-modal .modal__body {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .watchdog-modal .modal__image {
    max-height: 300px;
    margin-left: -70px; }
  .watchdog-modal .modal__response {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem; }

.watchdog-form {
  display: block;
  padding: 4em; }

.watchdog__submit-button {
  color: white;
  background: linear-gradient(to bottom, #ff872a, #e67200);
  margin-top: 3em; }
  .watchdog__submit-button :hover {
    cursor: pointer; }

.watchdog__reset-button {
  margin-bottom: 1rem;
  color: white;
  background: linear-gradient(to bottom, #ff872a, #e67200); }
  .watchdog__reset-button :hover {
    cursor: pointer; }

.watchdog__field-error {
  color: red; }

.watchdog__input {
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #4d4d4d;
  background-color: #eee;
  background-image: none;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.order-items__alert {
  position: fixed;
  bottom: 60px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  height: 3rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: visibility 0s 0.4s, opacity 0.4s linear; }
  .order-items__alert.hidden {
    opacity: 0;
    visibility: hidden; }

.order-items__review {
  z-index: 2000; }

.order-items .modal__dialog {
  transform: translateY(50%);
  padding: 1rem 2rem 2rem 2rem; }
  .order-items .modal__dialog .btn-close-modal {
    position: absolute;
    right: 1.5rem; }

.order-items .btn.disabled:hover {
  cursor: default; }

.order-items .sm-hidden {
  display: inline; }

.form-control-desc-bottom-padding {
  padding-bottom: 0.4rem;
  padding-left: 0.625rem;
  display: block;
  padding-top: .5em; }

/*.container-xl{
    width: $graphics-width;
}*/
/*#top-info-banner{
    height: 200px;
    display: block !important;
    background-color: #ccc;
}*/
.modal.is-modal-open {
  z-index: 2000; }

.top-bar.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000; }

.top-bar.hidden {
  transition: all 0.4s ease;
  transform: translateY(-64px); }

.top-bar .top-bar__login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.top-bar .icon--baseline {
  margin: 0; }

.top-bar img.icon--baseline {
  margin: 0 5px 0 0; }

.top-bar .top-bar__link {
  white-space: nowrap;
  margin: 0 15px 0 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none; }
  .top-bar .top-bar__link:hover {
    text-decoration: underline; }
  .top-bar .top-bar__link.mr-30 {
    margin: 0 15px 0 0; }

.top-bar form {
  font-size: 14px; }

.top-bar {
  padding: 0 4rem; }
  .top-bar .container {
    width: 100%; }

.fix-body {
  width: 100%;
  overflow: hidden !important; }

.hotline__phone {
  padding-left: 1.5rem;
  position: relative;
  background: url(/gfx/graphics-update/phone.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.875rem; }

.hotline__email {
  padding-left: 1.5rem;
  position: relative;
  background: url(/gfx/graphics-update/email.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.875rem; }

.carousel-title:before,
.category__title:before {
  display: none !important; }

.footer .icon-hotline {
  display: none; }

.footer .hotline__email {
  font-size: 1rem;
  color: #ffbf00;
  text-transform: none; }

.footer .hotline__phone {
  font-size: 1rem;
  color: #ffbf00;
  text-transform: none; }

.footer .w-15 {
  width: 15rem; }

.footer .hotline__text {
  text-transform: none;
  font-size: 0.875rem; }

.quick-order__button {
  padding-left: 2rem;
  position: relative;
  background: url(/gfx/graphics-update/fast.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.875rem; }

.search-w {
  width: 450px; }

.header {
  z-index: 1550; }
  .header .header-inner {
    width: 100%;
    padding: 0 4rem; }
    .header .header-inner .header-center-w {
      width: calc(100% - 40rem);
      padding: 0 4rem;
      padding-right: 0; }
    .header .header-inner .header-center {
      display: -ms-flexbox;
      display: flex; }
  .header .d-lg-none {
    display: none !important; }
  .header .search__hidden {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 0.5rem; }
  .header .basket__hotline {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .header .hotline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .header .hotline__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .header .hotline__body .hotline__phone {
      margin: 0.1rem 0.5rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #ffbf00;
      white-space: nowrap; }
    .header .hotline__body .hotline__text {
      font-size: 0.875rem;
      margin: 0.1rem 0.5rem;
      white-space: nowrap; }
  .header .cart-c {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .header .cart-c .cart {
      display: -ms-flexbox;
      display: flex; }
    .header .cart-c .quick-order__button {
      white-space: nowrap;
      padding-right: 2rem;
      color: #4d4d4d;
      font-weight: bold;
      font-size: 0.875rem; }
    .header .cart-c .cart__price {
      white-space: nowrap;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.875rem; }
    .header .cart-c .cart__icon {
      margin-left: 0.5rem; }

.main-navigation {
  display: block;
  height: 3.75rem;
  width: 100%;
  box-shadow: none !important;
  border-bottom: 1px solid #eee;
  z-index: 1500; }
  .main-navigation .hamburger-open {
    display: none; }
  .main-navigation.fix-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  .main-navigation > .container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 4rem; }
    .main-navigation > .container > .d-flex {
      display: none; }
    .main-navigation > .container.search-active {
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .main-navigation #main-menu {
    display: -ms-flexbox;
    display: flex;
    width: 1400px;
    max-width: 100%;
    margin: auto;
    -ms-flex-align: center;
        align-items: center; }
    .main-navigation #main-menu.hidden {
      visibility: hidden;
      position: absolute;
      left: 0; }
    .main-navigation #main-menu .open-submenu .main-navigation-link-w {
      color: #FF6B00 !important; }
    .main-navigation #main-menu .open-submenu .icon-chevron {
      transform: rotate(-180deg);
      transition: all 0.2s ease; }
      .main-navigation #main-menu .open-submenu .icon-chevron use {
        fill: #FF6B00 !important; }
    .main-navigation #main-menu .main-navigation-list-nested {
      max-height: calc(100vh - 60px);
      overflow: auto; }
  .main-navigation .main-navigation-list {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /*width: $graphics-width;
        max-width: 100%;*/
    width: 100%;
    margin: auto; }
    .main-navigation .main-navigation-list.hidden {
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 0; }

.main-navigation-item {
  display: -ms-flexbox;
  display: flex; }
  .main-navigation-item.hidden {
    display: none; }
  .main-navigation-item:hover .main-navigation-link-w {
    color: #FF6B00 !important; }
  .main-navigation-item:hover .icon-chevron use {
    fill: #FF6B00 !important; }
  .main-navigation-item .main-navigation-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 1rem;
    text-decoration: none; }
    .main-navigation-item .main-navigation-link .main-navigation-link-w {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #4d4d4d;
      font-weight: bold;
      white-space: nowrap;
      font-size: 1rem; }
    .main-navigation-item .main-navigation-link .main-navigation-link-img {
      margin-right: 0.7rem;
      max-width: 3rem;
      max-height: 1.5rem; }
    .main-navigation-item .main-navigation-link .icon {
      margin-left: 0.5rem; }
  .main-navigation-item .main-navigation-list-nested {
    display: none !important; }

.open-submenu > .main-navigation-list-nested {
  display: block !important;
  width: 1400px;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #eee; }
  .open-submenu > .main-navigation-list-nested ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .open-submenu > .main-navigation-list-nested ul li {
      width: 25%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 1rem; }
      .open-submenu > .main-navigation-list-nested ul li img {
        max-width: 5rem; }
      .open-submenu > .main-navigation-list-nested ul li .main-navigation-subcategory-link {
        font-size: 0.875rem; }
        .open-submenu > .main-navigation-list-nested ul li .main-navigation-subcategory-link:after {
          content: ','; }
        .open-submenu > .main-navigation-list-nested ul li .main-navigation-subcategory-link:last-of-type:after {
          content: ''; }
      .open-submenu > .main-navigation-list-nested ul li .main-navigation-icon {
        margin: 0;
        width: 5rem;
        height: auto; }
      .open-submenu > .main-navigation-list-nested ul li div {
        padding-left: 1rem;
        width: calc(100% - 5rem); }
      .open-submenu > .main-navigation-list-nested ul li .main-navigation-link-nested {
        color: #4d4d4d;
        font-weight: bold;
        padding: 0.5rem 0; }
      .open-submenu > .main-navigation-list-nested ul li .main-navigation-description {
        font-size: 0.875rem;
        margin: 0;
        padding: 0;
        font-weight: normal; }

#main-menu .open-submenu > .main-navigation-list-nested,
.main-navigation.fix-top #main-menu > .main-navigation-list-nested {
  left: calc((100% - 1400px) / 2);
  width: 1400px;
  border: 1px solid #eceeef;
  box-shadow: 0px 3px 1px #ddd;
  border-radius: 0 0 0.25rem 0.25rem; }

#main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands {
  left: 0;
  width: 100vw;
  padding: 0 4rem;
  box-shadow: none; }
  #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: -40px 0 0 -40px;
    width: calc(100% + 40px); }
    #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands ul > li {
      width: 184px;
      height: 138px;
      padding: 0;
      background: #eee;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 40px 0 0 40px; }
      #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands ul > li > div {
        display: none; }

#main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid {
  left: 0;
  width: 100vw;
  padding: 2rem 4rem;
  box-shadow: 0px 3px 1px #ddd; }
  #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(159px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(159px, 1fr));
    column-gap: 15px;
    row-gap: 15px; }
    #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid ul > li {
      width: 100%;
      height: 108px;
      padding: 0;
      -ms-flex-pack: center;
          justify-content: center; }
      #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid ul > li > figure {
        width: 100px; }
        #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid ul > li > figure :hover {
          cursor: pointer; }
        #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid ul > li > figure img {
          max-width: 100px; }
      #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid ul > li > div {
        display: none; }

.submenu-next {
  position: absolute;
  top: 100%;
  left: calc((100% - 1400px) / 2);
  width: 1400px;
  border: 1px solid #eee;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eceeef;
  box-shadow: 0px 3px 1px #ddd;
  border-radius: 0 0 0.25rem 0.25rem;
  display: none;
  z-index: 1800; }
  .submenu-next .hotline {
    display: block;
    margin-left: 40px; }
  .submenu-next .profile-link {
    border-bottom: 1px solid #eee; }
  .submenu-next.visible {
    display: -ms-flexbox;
    display: flex; }
  .submenu-next .mobile-submenu-back {
    display: none; }
  .submenu-next .submenu-next-mobile {
    display: none; }
  .submenu-next .submenu-next__left {
    width: 50%; }
    .submenu-next .submenu-next__left .main-navigation-list {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 2rem;
      padding-left: 0;
      padding-bottom: 0; }
      .submenu-next .submenu-next__left .main-navigation-list .main-navigation-link {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        padding-left: 2rem;
        padding-right: 1rem; }
        .submenu-next .submenu-next__left .main-navigation-list .main-navigation-link.first-level:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 2rem;
          right: 0;
          height: 1px;
          background-color: #eee; }
        .submenu-next .submenu-next__left .main-navigation-list .main-navigation-link .main-navigation-link-w {
          white-space: normal; }
      .submenu-next .submenu-next__left .main-navigation-list .main-navigation-item {
        width: 100%;
        display: none; }
        .submenu-next .submenu-next__left .main-navigation-list .main-navigation-item.visible {
          display: block; }
        .submenu-next .submenu-next__left .main-navigation-list .main-navigation-item .icon-chevron {
          transform: rotate(-90deg); }
    .submenu-next .submenu-next__left .loyality {
      list-style: none;
      margin: 0;
      padding: 2rem;
      padding-top: 0;
      padding-bottom: 0; }
      .submenu-next .submenu-next__left .loyality a {
        color: #4d4d4d;
        text-decoration: none;
        display: block;
        padding: 1rem 0;
        border-bottom: 1px solid #eee;
        margin: 0;
        font-size: 1rem; }
      .submenu-next .submenu-next__left .loyality .icon {
        opacity: 0.7; }
    .submenu-next .submenu-next__left .user-btn {
      padding: 2rem;
      padding-top: 0;
      list-style: none; }
      .submenu-next .submenu-next__left .user-btn li a {
        display: block;
        padding: 1rem 0;
        color: #4d4d4d;
        text-decoration: none;
        font-size: 1rem; }
        .submenu-next .submenu-next__left .user-btn li a:hover {
          text-decoration: none; }
  .submenu-next .submenu-next__right {
    width: 50%;
    background-color: #eee;
    padding: 2rem;
    padding-bottom: 5rem; }
    .submenu-next .submenu-next__right > div {
      width: auto !important; }
    .submenu-next .submenu-next__right ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .submenu-next .submenu-next__right ul li {
        width: 100%;
        margin: 0; }
        .submenu-next .submenu-next__right ul li a {
          color: #4d4d4d;
          text-decoration: none;
          margin: 0;
          font-size: 1rem;
          padding: 0.5rem 0;
          display: block; }
          .submenu-next .submenu-next__right ul li a:hover {
            text-decoration: underline; }
    .submenu-next .submenu-next__right .fast-order a {
      background: none;
      padding-left: 0; }
  .submenu-next .open-submenu > .main-navigation-list-nested {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    padding: 2rem;
    min-height: 100%;
    animation: submenu 0.2s ease; }
    .submenu-next .open-submenu > .main-navigation-list-nested .main-navigation-link {
      border: none; }

.nav-logo-w {
  width: 12.5rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  visibility: hidden; }
  .nav-logo-w a {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: auto;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem 1.5rem 0.5rem 0; }
    .nav-logo-w a img {
      width: auto;
      height: 100%;
      display: block; }

.nav-search-w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 500px; }
  .nav-search-w .js-search-nav {
    width: 500px; }
  .nav-search-w .search__inner {
    width: 100%; }
  .nav-search-w.visible {
    position: relative;
    visibility: visible; }
  .nav-search-w .close-search-btn {
    width: 20px;
    height: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 0.7rem;
    cursor: pointer; }
    .nav-search-w .close-search-btn:before, .nav-search-w .close-search-btn:after {
      content: '';
      width: 100%;
      height: 2px;
      background-color: #4d4d4d;
      transform: rotate(45deg);
      position: absolute; }
    .nav-search-w .close-search-btn:after {
      transform: rotate(-45deg); }

.nav-right {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0 0.5rem 0.5rem;
  -ms-flex-pack: end;
      justify-content: flex-end;
  white-space: nowrap;
  position: absolute;
  visibility: hidden;
  right: 0; }
  .nav-right.search-active {
    position: static; }
  .nav-right .cart {
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .nav-right .cart .cart__price {
      font-size: 0.875rem;
      font-weight: bold; }
    .nav-right .cart .cart__icon {
      margin-left: 0.25rem; }
  .nav-right .login-text {
    display: none; }
  .nav-right .icon-login {
    margin-right: 1rem;
    font-size: 1rem;
    margin-top: 2px; }
  .nav-right .top-bar__link {
    display: block; }
  .nav-right .open-search-btn {
    margin-right: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px;
    cursor: pointer; }
    .nav-right .open-search-btn.hidden {
      display: none !important; }
  .nav-right .search {
    position: absolute;
    right: 6.5rem;
    padding: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    visibility: hidden;
    width: 500px;
    /*top: 0;
        bottom: 0;*/ }
    .nav-right .search.visible {
      visibility: visible; }

.main-navigation.fix-top .nav-right {
  visibility: visible;
  right: 4rem;
  top: 0; }

.main-navigation.fix-top .nav-logo-w {
  visibility: visible;
  position: absolute;
  left: 4rem;
  top: 0; }

.main-navigation.fix-top #main-menu {
  width: 1400px;
  max-width: calc(100% - 25rem); }

.main-navigation.fix-top .main-navigation-list {
  width: 100%; }

.main-navigation.fix-top .main-navigation-list-nested {
  width: 100%;
  max-width: none; }

.cart--empty {
  opacity: 1; }

.hamburger {
  display: none; }

@keyframes submenu {
  0% {
    opacity: 0;
    transform: translateX(25%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.is-search-open .search, .search {
  width: 100% !important; }

.zasilkovna__selectors {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #eee;
  padding: 12px 10px 8px 10px;
  margin-top: -14px;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box; }
  .zasilkovna__selectors select {
    width: 100% !important;
    margin: 5px 0 !important;
    box-sizing: border-box; }
  .zasilkovna__selectors .field-validation-error {
    color: #c91c23; }
  @media (min-width: 576px){
  .form-inline label{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static{
    display: inline-block; }
  .form-inline .input-group{
    width: auto; }
  .form-inline .form-control-label{
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0; }
  .form-inline .form-check-label{
    padding-left: 0; }
  .form-inline .form-check-input{
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0; }
  .form-inline .custom-control-indicator{
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom; }
  .form-inline .has-feedback .form-control-feedback{
    top: 0; }
  .container{
    padding-right: 10px;
    padding-left: 10px; }
  .container{
    width: 540px;
    max-width: 100%; }
  .container-fluid{
    padding-right: 10px;
    padding-left: 10px; }
  .row{
    margin-right: -10px;
    margin-left: -10px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl{
    padding-right: 10px;
    padding-left: 10px; }
  .col-sm{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1{
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5{
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7{
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8{
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10{
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11{
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0{
    right: auto; }
  .pull-sm-1{
    right: 8.33333%; }
  .pull-sm-2{
    right: 16.66667%; }
  .pull-sm-3{
    right: 25%; }
  .pull-sm-4{
    right: 33.33333%; }
  .pull-sm-5{
    right: 41.66667%; }
  .pull-sm-6{
    right: 50%; }
  .pull-sm-7{
    right: 58.33333%; }
  .pull-sm-8{
    right: 66.66667%; }
  .pull-sm-9{
    right: 75%; }
  .pull-sm-10{
    right: 83.33333%; }
  .pull-sm-11{
    right: 91.66667%; }
  .pull-sm-12{
    right: 100%; }
  .push-sm-0{
    left: auto; }
  .push-sm-1{
    left: 8.33333%; }
  .push-sm-2{
    left: 16.66667%; }
  .push-sm-3{
    left: 25%; }
  .push-sm-4{
    left: 33.33333%; }
  .push-sm-5{
    left: 41.66667%; }
  .push-sm-6{
    left: 50%; }
  .push-sm-7{
    left: 58.33333%; }
  .push-sm-8{
    left: 66.66667%; }
  .push-sm-9{
    left: 75%; }
  .push-sm-10{
    left: 83.33333%; }
  .push-sm-11{
    left: 91.66667%; }
  .push-sm-12{
    left: 100%; }
  .offset-sm-0{
    margin-left: 0%; }
  .offset-sm-1{
    margin-left: 8.33333%; }
  .offset-sm-2{
    margin-left: 16.66667%; }
  .offset-sm-3{
    margin-left: 25%; }
  .offset-sm-4{
    margin-left: 33.33333%; }
  .offset-sm-5{
    margin-left: 41.66667%; }
  .offset-sm-6{
    margin-left: 50%; }
  .offset-sm-7{
    margin-left: 58.33333%; }
  .offset-sm-8{
    margin-left: 66.66667%; }
  .offset-sm-9{
    margin-left: 75%; }
  .offset-sm-10{
    margin-left: 83.33333%; }
  .offset-sm-11{
    margin-left: 91.66667%; }
  .card-deck{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-deck .card{
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column; }
  .card-deck .card:not(:first-child){
    margin-left: 10px; }
  .card-deck .card:not(:last-child){
    margin-right: 10px; }
  .card-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group .card{
    -ms-flex: 1 0 0%;
    flex: 1 0 0%; }
  .card-group .card + .card{
    margin-left: 0;
    border-left: 0; }
  .card-group .card:first-child{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .card-group .card:first-child .card-img-top{
    border-top-right-radius: 0; }
  .card-group .card:first-child .card-img-bottom{
    border-bottom-right-radius: 0; }
  .card-group .card:last-child{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-top{
    border-top-left-radius: 0; }
  .card-group .card:last-child .card-img-bottom{
    border-bottom-left-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child){
    border-radius: 0; }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom{
    border-radius: 0; }
  .card-columns{
    column-count: 3;
    column-gap: 1.25rem; }
  .card-columns .card{
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem; }
  .clear-sm{
    content: "";
    display: table;
    clear: both; }
  .d-sm-none{
    display: none; }
  .d-sm-inline{
    display: inline; }
  .d-sm-inline-block{
    display: inline-block; }
  .d-sm-block{
    display: block; }
  .d-sm-table{
    display: table; }
  .d-sm-table-cell{
    display: table-cell; }
  .d-sm-flex{
    display: -ms-flexbox;
    display: flex; }
  .d-sm-inline-flex{
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .order-sm-first{
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last{
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-middle{
    -ms-flex-order: 0;
    order: 0; }
  .flex-sm-row{
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-sm-column{
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-sm-row-reverse{
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-sm-column-reverse{
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-sm-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-sm-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flex-sm-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .justify-content-sm-start{
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .justify-content-sm-end{
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .justify-content-sm-center{
    -ms-flex-pack: center;
    justify-content: center; }
  .justify-content-sm-between{
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .justify-content-sm-around{
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .align-items-sm-start{
    -ms-flex-align: start;
    align-items: flex-start; }
  .align-items-sm-end{
    -ms-flex-align: end;
    align-items: flex-end; }
  .align-items-sm-center{
    -ms-flex-align: center;
    align-items: center; }
  .align-items-sm-baseline{
    -ms-flex-align: baseline;
    align-items: baseline; }
  .align-items-sm-stretch{
    -ms-flex-align: stretch;
    align-items: stretch; }
  .align-content-sm-start{
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .align-content-sm-end{
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .align-content-sm-center{
    -ms-flex-line-pack: center;
    align-content: center; }
  .align-content-sm-between{
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .align-content-sm-around{
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .align-content-sm-stretch{
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .align-self-sm-auto{
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
  .align-self-sm-start{
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .align-self-sm-end{
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .align-self-sm-center{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .align-self-sm-baseline{
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .align-self-sm-stretch{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  .flex-sm-1{
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }
  .flex-sm-auto{
    -ms-flex: auto;
    flex: auto; }
  .flex-sm-none{
    -ms-flex: none;
    flex: none; }
  .float-sm-left{
    float: left; }
  .float-sm-right{
    float: right; }
  .float-sm-none{
    float: none; }
  .overflow-sm-auto{
    overflow: auto; }
  .overflow-sm-hidden{
    overflow: hidden; }
  .p-sm-static{
    position: static; }
  .p-sm-relative{
    position: relative; }
  .p-sm-absolute{
    position: absolute; }
  .p-sm-fixed{
    position: fixed; }
  .w-sm-25{
    width: 25%; }
  .w-sm-50{
    width: 50%; }
  .w-sm-75{
    width: 75%; }
  .w-sm-100{
    width: 100%; }
  .h-sm-25{
    height: 25%; }
  .h-sm-50{
    height: 50%; }
  .h-sm-75{
    height: 75%; }
  .h-sm-100{
    height: 100%; }
  .w-sm-auto{
    width: auto; }
  .m-sm-0{
    margin: 0; }
  .mt-sm-0{
    margin-top: 0; }
  .mr-sm-0{
    margin-right: 0; }
  .mb-sm-0{
    margin-bottom: 0; }
  .ml-sm-0{
    margin-left: 0; }
  .mx-sm-0{
    margin-right: 0;
    margin-left: 0; }
  .my-sm-0{
    margin-top: 0;
    margin-bottom: 0; }
  .m-sm-5{
    margin: 5px; }
  .mt-sm-5{
    margin-top: 5px; }
  .mr-sm-5{
    margin-right: 5px; }
  .mb-sm-5{
    margin-bottom: 5px; }
  .ml-sm-5{
    margin-left: 5px; }
  .mx-sm-5{
    margin-right: 5px;
    margin-left: 5px; }
  .my-sm-5{
    margin-top: 5px;
    margin-bottom: 5px; }
  .m-sm-10{
    margin: 10px; }
  .mt-sm-10{
    margin-top: 10px; }
  .mr-sm-10{
    margin-right: 10px; }
  .mb-sm-10{
    margin-bottom: 10px; }
  .ml-sm-10{
    margin-left: 10px; }
  .mx-sm-10{
    margin-right: 10px;
    margin-left: 10px; }
  .my-sm-10{
    margin-top: 10px;
    margin-bottom: 10px; }
  .m-sm-15{
    margin: 15px; }
  .mt-sm-15{
    margin-top: 15px; }
  .mr-sm-15{
    margin-right: 15px; }
  .mb-sm-15{
    margin-bottom: 15px; }
  .ml-sm-15{
    margin-left: 15px; }
  .mx-sm-15{
    margin-right: 15px;
    margin-left: 15px; }
  .my-sm-15{
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-sm-20{
    margin: 20px; }
  .mt-sm-20{
    margin-top: 20px; }
  .mr-sm-20{
    margin-right: 20px; }
  .mb-sm-20{
    margin-bottom: 20px; }
  .ml-sm-20{
    margin-left: 20px; }
  .mx-sm-20{
    margin-right: 20px;
    margin-left: 20px; }
  .my-sm-20{
    margin-top: 20px;
    margin-bottom: 20px; }
  .m-sm-30{
    margin: 30px; }
  .mt-sm-30{
    margin-top: 30px; }
  .mr-sm-30{
    margin-right: 30px; }
  .mb-sm-30{
    margin-bottom: 30px; }
  .ml-sm-30{
    margin-left: 30px; }
  .mx-sm-30{
    margin-right: 30px;
    margin-left: 30px; }
  .my-sm-30{
    margin-top: 30px;
    margin-bottom: 30px; }
  .m-sm-40{
    margin: 40px; }
  .mt-sm-40{
    margin-top: 40px; }
  .mr-sm-40{
    margin-right: 40px; }
  .mb-sm-40{
    margin-bottom: 40px; }
  .ml-sm-40{
    margin-left: 40px; }
  .mx-sm-40{
    margin-right: 40px;
    margin-left: 40px; }
  .my-sm-40{
    margin-top: 40px;
    margin-bottom: 40px; }
  .m-sm-50{
    margin: 50px; }
  .mt-sm-50{
    margin-top: 50px; }
  .mr-sm-50{
    margin-right: 50px; }
  .mb-sm-50{
    margin-bottom: 50px; }
  .ml-sm-50{
    margin-left: 50px; }
  .mx-sm-50{
    margin-right: 50px;
    margin-left: 50px; }
  .my-sm-50{
    margin-top: 50px;
    margin-bottom: 50px; }
  .m-sm-60{
    margin: 60px; }
  .mt-sm-60{
    margin-top: 60px; }
  .mr-sm-60{
    margin-right: 60px; }
  .mb-sm-60{
    margin-bottom: 60px; }
  .ml-sm-60{
    margin-left: 60px; }
  .mx-sm-60{
    margin-right: 60px;
    margin-left: 60px; }
  .my-sm-60{
    margin-top: 60px;
    margin-bottom: 60px; }
  .p-sm-0{
    padding: 0; }
  .pt-sm-0{
    padding-top: 0; }
  .pr-sm-0{
    padding-right: 0; }
  .pb-sm-0{
    padding-bottom: 0; }
  .pl-sm-0{
    padding-left: 0; }
  .px-sm-0{
    padding-right: 0;
    padding-left: 0; }
  .py-sm-0{
    padding-top: 0;
    padding-bottom: 0; }
  .p-sm-5{
    padding: 5px; }
  .pt-sm-5{
    padding-top: 5px; }
  .pr-sm-5{
    padding-right: 5px; }
  .pb-sm-5{
    padding-bottom: 5px; }
  .pl-sm-5{
    padding-left: 5px; }
  .px-sm-5{
    padding-right: 5px;
    padding-left: 5px; }
  .py-sm-5{
    padding-top: 5px;
    padding-bottom: 5px; }
  .p-sm-10{
    padding: 10px; }
  .pt-sm-10{
    padding-top: 10px; }
  .pr-sm-10{
    padding-right: 10px; }
  .pb-sm-10{
    padding-bottom: 10px; }
  .pl-sm-10{
    padding-left: 10px; }
  .px-sm-10{
    padding-right: 10px;
    padding-left: 10px; }
  .py-sm-10{
    padding-top: 10px;
    padding-bottom: 10px; }
  .p-sm-15{
    padding: 15px; }
  .pt-sm-15{
    padding-top: 15px; }
  .pr-sm-15{
    padding-right: 15px; }
  .pb-sm-15{
    padding-bottom: 15px; }
  .pl-sm-15{
    padding-left: 15px; }
  .px-sm-15{
    padding-right: 15px;
    padding-left: 15px; }
  .py-sm-15{
    padding-top: 15px;
    padding-bottom: 15px; }
  .p-sm-20{
    padding: 20px; }
  .pt-sm-20{
    padding-top: 20px; }
  .pr-sm-20{
    padding-right: 20px; }
  .pb-sm-20{
    padding-bottom: 20px; }
  .pl-sm-20{
    padding-left: 20px; }
  .px-sm-20{
    padding-right: 20px;
    padding-left: 20px; }
  .py-sm-20{
    padding-top: 20px;
    padding-bottom: 20px; }
  .p-sm-30{
    padding: 30px; }
  .pt-sm-30{
    padding-top: 30px; }
  .pr-sm-30{
    padding-right: 30px; }
  .pb-sm-30{
    padding-bottom: 30px; }
  .pl-sm-30{
    padding-left: 30px; }
  .px-sm-30{
    padding-right: 30px;
    padding-left: 30px; }
  .py-sm-30{
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-sm-40{
    padding: 40px; }
  .pt-sm-40{
    padding-top: 40px; }
  .pr-sm-40{
    padding-right: 40px; }
  .pb-sm-40{
    padding-bottom: 40px; }
  .pl-sm-40{
    padding-left: 40px; }
  .px-sm-40{
    padding-right: 40px;
    padding-left: 40px; }
  .py-sm-40{
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-sm-50{
    padding: 50px; }
  .pt-sm-50{
    padding-top: 50px; }
  .pr-sm-50{
    padding-right: 50px; }
  .pb-sm-50{
    padding-bottom: 50px; }
  .pl-sm-50{
    padding-left: 50px; }
  .px-sm-50{
    padding-right: 50px;
    padding-left: 50px; }
  .py-sm-50{
    padding-top: 50px;
    padding-bottom: 50px; }
  .p-sm-60{
    padding: 60px; }
  .pt-sm-60{
    padding-top: 60px; }
  .pr-sm-60{
    padding-right: 60px; }
  .pb-sm-60{
    padding-bottom: 60px; }
  .pl-sm-60{
    padding-left: 60px; }
  .px-sm-60{
    padding-right: 60px;
    padding-left: 60px; }
  .py-sm-60{
    padding-top: 60px;
    padding-bottom: 60px; }
  .m-sm-auto{
    margin: auto; }
  .mt-sm-auto{
    margin-top: auto; }
  .mr-sm-auto{
    margin-right: auto; }
  .mb-sm-auto{
    margin-bottom: auto; }
  .ml-sm-auto{
    margin-left: auto; }
  .mx-sm-auto{
    margin-right: auto;
    margin-left: auto; }
  .my-sm-auto{
    margin-top: auto;
    margin-bottom: auto; }
  .text-sm-left{
    text-align: left; }
  .text-sm-right{
    text-align: right; }
  .text-sm-center{
    text-align: center; }
  .font-weight-sm-normal{
    font-weight: 400; }
  .font-weight-sm-semibold{
    font-weight: 600; }
  .font-weight-sm-bold{
    font-weight: 700; }
  .form--settings{
    width: 440px; }
  .date-time-picker{
    width: 50%; }
  .icon-confirmation{
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px; }
  .table-responsive thead{
    display: table-header-group; }
  .table-responsive td,
      .table-responsive th{
    border: 0; }
  .table-responsive tr{
    display: table-row; }
  .article-item__date{
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .autosuggest__price{
    font-size: 18px; }
  .banner-inner{
    width: 540px; }
  .carousel__item{
    width: 50%; }
  .cart__info-text{
    margin-right: calc(5% + 2rem); }
  .category__image{
    width: 70px;
    height: 70px; }
  .checkout__price-total{
    background-color: #eee; }
  .checkout__order-btn{
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }
  .shipping .boxmachine-content{
    width: 70%; }
  .form-horizontal .date-time-picker{
    width: 100%; }
  .header-login{
    margin-right: 20px; }
  .home-banners-carousel__wrapper .slider .flickity-viewport{
    min-height: 200px;
    height: 100% !important; }
  .home-banners-carousel__wrapper .slider__item{
    height: 100%; }
  .home-banners-carousel__wrapper .slider__item img{
    height: 100%; }
  .hp-products{
    height: 3540px; }
  .loyality_popup{
    height: 80%; }
  .newsletter__img{
    width: 70px;
    height: 50px; }
  .payment-info__wrapper{
    margin-left: 80px; }
  .product-summary__mobile-arrow .icon-chevron{
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    width: 15px;
    height: 15px; }
  .latest-articles .promotion-card{
    min-height: 200px; }
  .latest-articles .promotion-card > h3{
    min-height: 72px; }
  .quick-order__button-wrapper{
    padding: 0; }
  .recaptcha{
    transform: none; }
  .container-sm{
    width: 540px; }
  .section-container{
    width: 540px; }
  .order-items .sm-hidden{
    display: none; } }
  @media (min-width: 768px){
  .container{
    padding-right: 10px;
    padding-left: 10px; }
  .container{
    width: 720px;
    max-width: 100%; }
  .container-fluid{
    padding-right: 10px;
    padding-left: 10px; }
  .row{
    margin-right: -10px;
    margin-left: -10px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl{
    padding-right: 10px;
    padding-left: 10px; }
  .col-md{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-md-1{
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5{
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7{
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8{
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10{
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11{
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0{
    right: auto; }
  .pull-md-1{
    right: 8.33333%; }
  .pull-md-2{
    right: 16.66667%; }
  .pull-md-3{
    right: 25%; }
  .pull-md-4{
    right: 33.33333%; }
  .pull-md-5{
    right: 41.66667%; }
  .pull-md-6{
    right: 50%; }
  .pull-md-7{
    right: 58.33333%; }
  .pull-md-8{
    right: 66.66667%; }
  .pull-md-9{
    right: 75%; }
  .pull-md-10{
    right: 83.33333%; }
  .pull-md-11{
    right: 91.66667%; }
  .pull-md-12{
    right: 100%; }
  .push-md-0{
    left: auto; }
  .push-md-1{
    left: 8.33333%; }
  .push-md-2{
    left: 16.66667%; }
  .push-md-3{
    left: 25%; }
  .push-md-4{
    left: 33.33333%; }
  .push-md-5{
    left: 41.66667%; }
  .push-md-6{
    left: 50%; }
  .push-md-7{
    left: 58.33333%; }
  .push-md-8{
    left: 66.66667%; }
  .push-md-9{
    left: 75%; }
  .push-md-10{
    left: 83.33333%; }
  .push-md-11{
    left: 91.66667%; }
  .push-md-12{
    left: 100%; }
  .offset-md-0{
    margin-left: 0%; }
  .offset-md-1{
    margin-left: 8.33333%; }
  .offset-md-2{
    margin-left: 16.66667%; }
  .offset-md-3{
    margin-left: 25%; }
  .offset-md-4{
    margin-left: 33.33333%; }
  .offset-md-5{
    margin-left: 41.66667%; }
  .offset-md-6{
    margin-left: 50%; }
  .offset-md-7{
    margin-left: 58.33333%; }
  .offset-md-8{
    margin-left: 66.66667%; }
  .offset-md-9{
    margin-left: 75%; }
  .offset-md-10{
    margin-left: 83.33333%; }
  .offset-md-11{
    margin-left: 91.66667%; }
  .clear-md{
    content: "";
    display: table;
    clear: both; }
  .d-md-none{
    display: none; }
  .d-md-inline{
    display: inline; }
  .d-md-inline-block{
    display: inline-block; }
  .d-md-block{
    display: block; }
  .d-md-table{
    display: table; }
  .d-md-table-cell{
    display: table-cell; }
  .d-md-flex{
    display: -ms-flexbox;
    display: flex; }
  .d-md-inline-flex{
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .order-md-first{
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last{
    -ms-flex-order: 1;
    order: 1; }
  .order-md-middle{
    -ms-flex-order: 0;
    order: 0; }
  .flex-md-row{
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-md-column{
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-md-row-reverse{
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-md-column-reverse{
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-md-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-md-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flex-md-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .justify-content-md-start{
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .justify-content-md-end{
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .justify-content-md-center{
    -ms-flex-pack: center;
    justify-content: center; }
  .justify-content-md-between{
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .justify-content-md-around{
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .align-items-md-start{
    -ms-flex-align: start;
    align-items: flex-start; }
  .align-items-md-end{
    -ms-flex-align: end;
    align-items: flex-end; }
  .align-items-md-center{
    -ms-flex-align: center;
    align-items: center; }
  .align-items-md-baseline{
    -ms-flex-align: baseline;
    align-items: baseline; }
  .align-items-md-stretch{
    -ms-flex-align: stretch;
    align-items: stretch; }
  .align-content-md-start{
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .align-content-md-end{
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .align-content-md-center{
    -ms-flex-line-pack: center;
    align-content: center; }
  .align-content-md-between{
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .align-content-md-around{
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .align-content-md-stretch{
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .align-self-md-auto{
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
  .align-self-md-start{
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .align-self-md-end{
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .align-self-md-center{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .align-self-md-baseline{
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .align-self-md-stretch{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  .flex-md-1{
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }
  .flex-md-auto{
    -ms-flex: auto;
    flex: auto; }
  .flex-md-none{
    -ms-flex: none;
    flex: none; }
  .float-md-left{
    float: left; }
  .float-md-right{
    float: right; }
  .float-md-none{
    float: none; }
  .overflow-md-auto{
    overflow: auto; }
  .overflow-md-hidden{
    overflow: hidden; }
  .p-md-static{
    position: static; }
  .p-md-relative{
    position: relative; }
  .p-md-absolute{
    position: absolute; }
  .p-md-fixed{
    position: fixed; }
  .w-md-25{
    width: 25%; }
  .w-md-50{
    width: 50%; }
  .w-md-75{
    width: 75%; }
  .w-md-100{
    width: 100%; }
  .h-md-25{
    height: 25%; }
  .h-md-50{
    height: 50%; }
  .h-md-75{
    height: 75%; }
  .h-md-100{
    height: 100%; }
  .w-md-auto{
    width: auto; }
  .m-md-0{
    margin: 0; }
  .mt-md-0{
    margin-top: 0; }
  .mr-md-0{
    margin-right: 0; }
  .mb-md-0{
    margin-bottom: 0; }
  .ml-md-0{
    margin-left: 0; }
  .mx-md-0{
    margin-right: 0;
    margin-left: 0; }
  .my-md-0{
    margin-top: 0;
    margin-bottom: 0; }
  .m-md-5{
    margin: 5px; }
  .mt-md-5{
    margin-top: 5px; }
  .mr-md-5{
    margin-right: 5px; }
  .mb-md-5{
    margin-bottom: 5px; }
  .ml-md-5{
    margin-left: 5px; }
  .mx-md-5{
    margin-right: 5px;
    margin-left: 5px; }
  .my-md-5{
    margin-top: 5px;
    margin-bottom: 5px; }
  .m-md-10{
    margin: 10px; }
  .mt-md-10{
    margin-top: 10px; }
  .mr-md-10{
    margin-right: 10px; }
  .mb-md-10{
    margin-bottom: 10px; }
  .ml-md-10{
    margin-left: 10px; }
  .mx-md-10{
    margin-right: 10px;
    margin-left: 10px; }
  .my-md-10{
    margin-top: 10px;
    margin-bottom: 10px; }
  .m-md-15{
    margin: 15px; }
  .mt-md-15{
    margin-top: 15px; }
  .mr-md-15{
    margin-right: 15px; }
  .mb-md-15{
    margin-bottom: 15px; }
  .ml-md-15{
    margin-left: 15px; }
  .mx-md-15{
    margin-right: 15px;
    margin-left: 15px; }
  .my-md-15{
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-md-20{
    margin: 20px; }
  .mt-md-20{
    margin-top: 20px; }
  .mr-md-20{
    margin-right: 20px; }
  .mb-md-20{
    margin-bottom: 20px; }
  .ml-md-20{
    margin-left: 20px; }
  .mx-md-20{
    margin-right: 20px;
    margin-left: 20px; }
  .my-md-20{
    margin-top: 20px;
    margin-bottom: 20px; }
  .m-md-30{
    margin: 30px; }
  .mt-md-30{
    margin-top: 30px; }
  .mr-md-30{
    margin-right: 30px; }
  .mb-md-30{
    margin-bottom: 30px; }
  .ml-md-30{
    margin-left: 30px; }
  .mx-md-30{
    margin-right: 30px;
    margin-left: 30px; }
  .my-md-30{
    margin-top: 30px;
    margin-bottom: 30px; }
  .m-md-40{
    margin: 40px; }
  .mt-md-40{
    margin-top: 40px; }
  .mr-md-40{
    margin-right: 40px; }
  .mb-md-40{
    margin-bottom: 40px; }
  .ml-md-40{
    margin-left: 40px; }
  .mx-md-40{
    margin-right: 40px;
    margin-left: 40px; }
  .my-md-40{
    margin-top: 40px;
    margin-bottom: 40px; }
  .m-md-50{
    margin: 50px; }
  .mt-md-50{
    margin-top: 50px; }
  .mr-md-50{
    margin-right: 50px; }
  .mb-md-50{
    margin-bottom: 50px; }
  .ml-md-50{
    margin-left: 50px; }
  .mx-md-50{
    margin-right: 50px;
    margin-left: 50px; }
  .my-md-50{
    margin-top: 50px;
    margin-bottom: 50px; }
  .m-md-60{
    margin: 60px; }
  .mt-md-60{
    margin-top: 60px; }
  .mr-md-60{
    margin-right: 60px; }
  .mb-md-60{
    margin-bottom: 60px; }
  .ml-md-60{
    margin-left: 60px; }
  .mx-md-60{
    margin-right: 60px;
    margin-left: 60px; }
  .my-md-60{
    margin-top: 60px;
    margin-bottom: 60px; }
  .p-md-0{
    padding: 0; }
  .pt-md-0{
    padding-top: 0; }
  .pr-md-0{
    padding-right: 0; }
  .pb-md-0{
    padding-bottom: 0; }
  .pl-md-0{
    padding-left: 0; }
  .px-md-0{
    padding-right: 0;
    padding-left: 0; }
  .py-md-0{
    padding-top: 0;
    padding-bottom: 0; }
  .p-md-5{
    padding: 5px; }
  .pt-md-5{
    padding-top: 5px; }
  .pr-md-5{
    padding-right: 5px; }
  .pb-md-5{
    padding-bottom: 5px; }
  .pl-md-5{
    padding-left: 5px; }
  .px-md-5{
    padding-right: 5px;
    padding-left: 5px; }
  .py-md-5{
    padding-top: 5px;
    padding-bottom: 5px; }
  .p-md-10{
    padding: 10px; }
  .pt-md-10{
    padding-top: 10px; }
  .pr-md-10{
    padding-right: 10px; }
  .pb-md-10{
    padding-bottom: 10px; }
  .pl-md-10{
    padding-left: 10px; }
  .px-md-10{
    padding-right: 10px;
    padding-left: 10px; }
  .py-md-10{
    padding-top: 10px;
    padding-bottom: 10px; }
  .p-md-15{
    padding: 15px; }
  .pt-md-15{
    padding-top: 15px; }
  .pr-md-15{
    padding-right: 15px; }
  .pb-md-15{
    padding-bottom: 15px; }
  .pl-md-15{
    padding-left: 15px; }
  .px-md-15{
    padding-right: 15px;
    padding-left: 15px; }
  .py-md-15{
    padding-top: 15px;
    padding-bottom: 15px; }
  .p-md-20{
    padding: 20px; }
  .pt-md-20{
    padding-top: 20px; }
  .pr-md-20{
    padding-right: 20px; }
  .pb-md-20{
    padding-bottom: 20px; }
  .pl-md-20{
    padding-left: 20px; }
  .px-md-20{
    padding-right: 20px;
    padding-left: 20px; }
  .py-md-20{
    padding-top: 20px;
    padding-bottom: 20px; }
  .p-md-30{
    padding: 30px; }
  .pt-md-30{
    padding-top: 30px; }
  .pr-md-30{
    padding-right: 30px; }
  .pb-md-30{
    padding-bottom: 30px; }
  .pl-md-30{
    padding-left: 30px; }
  .px-md-30{
    padding-right: 30px;
    padding-left: 30px; }
  .py-md-30{
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-md-40{
    padding: 40px; }
  .pt-md-40{
    padding-top: 40px; }
  .pr-md-40{
    padding-right: 40px; }
  .pb-md-40{
    padding-bottom: 40px; }
  .pl-md-40{
    padding-left: 40px; }
  .px-md-40{
    padding-right: 40px;
    padding-left: 40px; }
  .py-md-40{
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-md-50{
    padding: 50px; }
  .pt-md-50{
    padding-top: 50px; }
  .pr-md-50{
    padding-right: 50px; }
  .pb-md-50{
    padding-bottom: 50px; }
  .pl-md-50{
    padding-left: 50px; }
  .px-md-50{
    padding-right: 50px;
    padding-left: 50px; }
  .py-md-50{
    padding-top: 50px;
    padding-bottom: 50px; }
  .p-md-60{
    padding: 60px; }
  .pt-md-60{
    padding-top: 60px; }
  .pr-md-60{
    padding-right: 60px; }
  .pb-md-60{
    padding-bottom: 60px; }
  .pl-md-60{
    padding-left: 60px; }
  .px-md-60{
    padding-right: 60px;
    padding-left: 60px; }
  .py-md-60{
    padding-top: 60px;
    padding-bottom: 60px; }
  .m-md-auto{
    margin: auto; }
  .mt-md-auto{
    margin-top: auto; }
  .mr-md-auto{
    margin-right: auto; }
  .mb-md-auto{
    margin-bottom: auto; }
  .ml-md-auto{
    margin-left: auto; }
  .mx-md-auto{
    margin-right: auto;
    margin-left: auto; }
  .my-md-auto{
    margin-top: auto;
    margin-bottom: auto; }
  .text-md-left{
    text-align: left; }
  .text-md-right{
    text-align: right; }
  .text-md-center{
    text-align: center; }
  .font-weight-md-normal{
    font-weight: 400; }
  .font-weight-md-semibold{
    font-weight: 600; }
  .font-weight-md-bold{
    font-weight: 700; }
  .btn-scrollTop{
    display: none; }
  .form--login{
    margin-top: 50px; }
  .form__help-text{
    font-size: 1rem; }
  .form-control--number__arrow{
    bottom: 18px; }
  .form-control--number__arrow--up{
    top: 8px; }
  .date-time-picker{
    width: 25%; }
  .switch{
    width: auto; }
  .switch__input + .switch__btn{
    margin-right: 10px; }
  .accordion--styled .is-open .accordion__title{
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .alert{
    font-size: 0.875rem; }
  .article-item__image{
    -ms-flex: 0 0 220px;
    flex: 0 0 220px; }
  #lbx-article-products{
    min-height: 387px; }
  .autosuggest__title{
    display: block; }
  .autosuggest__item-title--other, .autosuggest__description--other{
    margin-left: 0; }
  .autosuggest__category{
    margin-left: 75px;
    font-size: 0.75rem;
    color: #a6a6a6; }
  .autosuggest__item-title{
    font-size: 18px;
    white-space: normal; }
  .autosuggest__item-title--products{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 48.6px;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical; }
  .autosuggest__description{
    clear: left;
    font-size: 0.875rem; }
  .autosuggest__description--products{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.625rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical; }
  .autosuggest__description--other{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.625rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical; }
  .banner-inner{
    width: 720px; }
  .call-me{
    left: 7%;
    width: auto; }
  .call-me__container{
    left: -75px;
    width: 250px;
    -ms-flex-pack: unset;
    justify-content: unset; }
  .call-me__button{
    margin-left: 0; }
  .carousel__item{
    width: 33.33333%; }
  #lbx-basket-products{
    min-height: 387px; }
  .checkout-banners-wrapper{
    margin-bottom: 2rem; }
  .checkout-banners-carousel .slider__item img{
    object-fit: none; }
  .footer-icons-container{
    padding-top: 20px; }
  .footer__item:last-child{
    margin-bottom: 0; }
  .homepage-banners-wrapper{
    margin-bottom: 3rem; }
  .home-banners-carousel__wrapper .slider{
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: none; }
  .home-banners-carousel__wrapper .slider .flickity-viewport{
    min-height: 268px; }
  .USP-square__wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 1rem; }
  .USP-square__item{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: .5rem; }
  .hp-products{
    height: 2832px; }
  #lbx-homepage-products{
    min-height: 387px; }
  .message-bubble__name{
    font-size: 1rem; }
  .message-bubble__answer-link{
    position: absolute;
    top: 15px;
    right: 15px; }
  .modal__header{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .modal__footer{
    background-color: #f6f6f6;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .modal #lbx-add-to-cart{
    min-height: 387px; }
  .payment-info{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .payment-info__qr{
    margin-top: -4rem; }
  .product-card.product-hero .product-card__add{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 8px; }
  .product-card.product-hero .product-card__select{
    margin-bottom: 0px;
    width: 48%; }
  .product-card.product-hero .product-card__btn{
    width: 48%; }
  .product-card.product-hero .product-card__legal-text{
    padding-bottom: 14px; }
  .category__img{
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
    margin-right: 20px; }
  .category__body{
    margin-bottom: 15px;
    padding-top: 0;
    line-height: 1.25; }
  .category__chevron{
    display: none; }
  .category__subcategory{
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25;
    background: transparent; }
  .category__subcategory:not(:last-child)::after{
    content: ",";
    display: inline-block;
    width: 1px;
    margin-left: -5px;
    margin-right: 4px; }
  .product-fish{
    padding: 65px 0 30px; }
  .product-fish__back{
    height: 100%;
    min-height: 400px; }
  .product-fish__name{
    font-size: 50px;
    text-align: center;
    padding: 0 20px; }
  .product-fish__subname{
    text-align: center;
    margin-bottom: 80px;
    font-size: 30px; }
  .product-fish__text{
    max-width: 600px;
    margin: 0 auto; }
  .product-fish__image{
    display: none; }
  .product-important__back{
    padding: 100px 0 50px; }
  .product-important__name{
    font-size: 36px;
    padding: 26px 23px; }
  .product-important__wrapp{
    margin: 0 0 46px 45px;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    text-align: center;
    width: 130px;
    -ms-flex-align: center;
    align-items: center; }
  .product-important__text{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    width: 100%; }
  .product-important__wrap-all{
    display: -ms-flexbox;
    display: flex; }
  .product-detail-2019 .tabs{
    padding-top: 27px; }
  .product-detail-2019 .tabs__menu-link.is-active,
    .product-detail-2019 .tabs__menu-link[aria-selected="true"]{
    font-size: 24px; }
  .product-detail-2019 .tabs__menu-link{
    font-size: 24px;
    font-weight: 400;
    padding: 15px 20px;
    margin: 0; }
  .product-detail-2019 .tabs__menu-link .badge{
    margin-bottom: 5px; }
  .product-detail-2019 .tabs__content-item ul{
    margin-bottom: 30px; }
  .product-detail-2019 .d-lg-block{
    max-width: 830px; }
  .product-detail-2019 .product-detail{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product-detail-2019 .tabs__container{
    border-top: 2px solid #e3e3e3;
    margin: 83px auto 30px; }
  .product-detail-pluses-M{
    display: none; }
  .product-detail__package-down{
    background-image: url("/img/bottomBack.png"); }
  .product-detail__package-down h1{
    max-width: 670px;
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto 0;
    font-size: 30px;
    line-height: 40px; }
  .product-detail__package-down .product-select__form{
    padding: 30px 35px 25px;
    max-width: -webkit-fit-content;
    max-width: fit-content; }
  #lbx-related-products{
    min-height: 387px; }
  .product-dosage__list{
    display: -ms-flexbox;
    display: flex; }
  .product-dosage__list-item:not(:last-child){
    margin-right: 30px;
    margin-bottom: 0; }
  .product-select__btn{
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .product-select__form{
    display: -ms-grid;
    display: grid;
    grid-template-areas: "variants variants variants variants variants"  "amount amount buy buy buy";
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr); }
  .product-table__arrow svg{
    -ms-flex: 0 0 .9rem;
    flex: 0 0 .9rem;
    width: .9rem;
    height: .9rem; }
  .latest-articles .promotion-card{
    min-height: 240px; }
  .latest-articles .promotion-card > h3{
    min-height: 92px; }
  .quick-order .desktop{
    display: initial; }
  .quick-order th{
    padding: 0 .75rem; }
  .quick-order td{
    padding: .75rem; }
  .quick-order__button-wrapper .quick-order__button{
    max-width: 400px; }
  .quick-order__product-list .product-list__product-name{
    padding-left: 1.75rem; }
  .quick-order__product-list .product-list__product-name .product-name__product-package{
    display: none; }
  .quick-order__product-list .product-list__product-package{
    display: table-cell; }
  .quick-order__product-list .product-list__product-sale{
    max-width: 7rem;
    width: 6rem;
    padding: 0.75rem; }
  .quick-order__product-list .product-list__sale{
    font-size: 1rem; }
  .quick-order__product-list .product-list__add-input{
    max-width: 2.5rem; }
  .review__author{
    max-width: 95px; }
  .review__author .verified-icon{
    position: absolute;
    padding-left: 50px;
    margin-top: -5px;
    height: 18px; }
  .review__body--left-grey::before, .review__body--left-grey::after{
    display: block; }
  .review__button{
    width: auto; }
  .pages__title-link{
    font-size: 1.125rem; }
  .pages__category{
    font-size: 0.875rem; }
  .pages__icon{
    max-height: 60px;
    max-width: 60px;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 20px; }
  .pages__para{
    font-size: 0.875rem;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.3625rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical; }
  #lbx-search-results{
    min-height: 757px; }
  .container-md{
    width: 720px; }
  .section-container{
    width: 720px;
    padding-right: 0;
    padding-left: 0; }
  .steps{
    position: static;
    font-size: 0.75rem;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .steps__link{
    padding-left: 15px;
    font-size: 0.75rem; }
  .steps__link.is-active{
    color: inherit; }
  .steps__link.is-active::after{
    left: calc(100% + (20px / 2));
    width: 0;
    background-color: transparent; }
  .steps__link::after, .steps__link::before{
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + (20px / 2));
    display: block;
    z-index: 1;
    border-top: 20px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 15px solid #a6a6a6; }
  .steps__link::after{
    margin-left: -1px;
    border-left-color: #eee;
    z-index: 2; }
  .steps__link.is-disabled{
    color: rgba(0, 0, 0, 0.3);
    opacity: 1; }
  .steps__link.is-disabled::after{
    border-left-color: #fff; }
  .steps__icon{
    display: none; }
  .watchdog-modal .modal__image{
    padding-right: 10%; } }
  @media (min-width: 992px){
  .container{
    padding-right: 10px;
    padding-left: 10px; }
  .container{
    width: 960px;
    max-width: 100%; }
  .container-fluid{
    padding-right: 10px;
    padding-left: 10px; }
  .row{
    margin-right: -10px;
    margin-left: -10px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl{
    padding-right: 10px;
    padding-left: 10px; }
  .col-lg{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1{
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5{
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7{
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8{
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10{
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11{
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0{
    right: auto; }
  .pull-lg-1{
    right: 8.33333%; }
  .pull-lg-2{
    right: 16.66667%; }
  .pull-lg-3{
    right: 25%; }
  .pull-lg-4{
    right: 33.33333%; }
  .pull-lg-5{
    right: 41.66667%; }
  .pull-lg-6{
    right: 50%; }
  .pull-lg-7{
    right: 58.33333%; }
  .pull-lg-8{
    right: 66.66667%; }
  .pull-lg-9{
    right: 75%; }
  .pull-lg-10{
    right: 83.33333%; }
  .pull-lg-11{
    right: 91.66667%; }
  .pull-lg-12{
    right: 100%; }
  .push-lg-0{
    left: auto; }
  .push-lg-1{
    left: 8.33333%; }
  .push-lg-2{
    left: 16.66667%; }
  .push-lg-3{
    left: 25%; }
  .push-lg-4{
    left: 33.33333%; }
  .push-lg-5{
    left: 41.66667%; }
  .push-lg-6{
    left: 50%; }
  .push-lg-7{
    left: 58.33333%; }
  .push-lg-8{
    left: 66.66667%; }
  .push-lg-9{
    left: 75%; }
  .push-lg-10{
    left: 83.33333%; }
  .push-lg-11{
    left: 91.66667%; }
  .push-lg-12{
    left: 100%; }
  .offset-lg-0{
    margin-left: 0%; }
  .offset-lg-1{
    margin-left: 8.33333%; }
  .offset-lg-2{
    margin-left: 16.66667%; }
  .offset-lg-3{
    margin-left: 25%; }
  .offset-lg-4{
    margin-left: 33.33333%; }
  .offset-lg-5{
    margin-left: 41.66667%; }
  .offset-lg-6{
    margin-left: 50%; }
  .offset-lg-7{
    margin-left: 58.33333%; }
  .offset-lg-8{
    margin-left: 66.66667%; }
  .offset-lg-9{
    margin-left: 75%; }
  .offset-lg-10{
    margin-left: 83.33333%; }
  .offset-lg-11{
    margin-left: 91.66667%; }
  body.is-scroll-disabled{
    overflow: auto; }
  .clear-lg{
    content: "";
    display: table;
    clear: both; }
  .d-lg-none{
    display: none; }
  .d-lg-inline{
    display: inline; }
  .d-lg-inline-block{
    display: inline-block; }
  .d-lg-block{
    display: block; }
  .d-lg-table{
    display: table; }
  .d-lg-table-cell{
    display: table-cell; }
  .d-lg-flex{
    display: -ms-flexbox;
    display: flex; }
  .d-lg-inline-flex{
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .order-lg-first{
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last{
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-middle{
    -ms-flex-order: 0;
    order: 0; }
  .flex-lg-row{
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-lg-column{
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-lg-row-reverse{
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-lg-column-reverse{
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-lg-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-lg-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flex-lg-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .justify-content-lg-start{
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .justify-content-lg-end{
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .justify-content-lg-center{
    -ms-flex-pack: center;
    justify-content: center; }
  .justify-content-lg-between{
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .justify-content-lg-around{
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .align-items-lg-start{
    -ms-flex-align: start;
    align-items: flex-start; }
  .align-items-lg-end{
    -ms-flex-align: end;
    align-items: flex-end; }
  .align-items-lg-center{
    -ms-flex-align: center;
    align-items: center; }
  .align-items-lg-baseline{
    -ms-flex-align: baseline;
    align-items: baseline; }
  .align-items-lg-stretch{
    -ms-flex-align: stretch;
    align-items: stretch; }
  .align-content-lg-start{
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .align-content-lg-end{
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .align-content-lg-center{
    -ms-flex-line-pack: center;
    align-content: center; }
  .align-content-lg-between{
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .align-content-lg-around{
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .align-content-lg-stretch{
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .align-self-lg-auto{
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
  .align-self-lg-start{
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .align-self-lg-end{
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .align-self-lg-center{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .align-self-lg-baseline{
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .align-self-lg-stretch{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  .flex-lg-1{
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }
  .flex-lg-auto{
    -ms-flex: auto;
    flex: auto; }
  .flex-lg-none{
    -ms-flex: none;
    flex: none; }
  .float-lg-left{
    float: left; }
  .float-lg-right{
    float: right; }
  .float-lg-none{
    float: none; }
  .overflow-lg-auto{
    overflow: auto; }
  .overflow-lg-hidden{
    overflow: hidden; }
  .p-lg-static{
    position: static; }
  .p-lg-relative{
    position: relative; }
  .p-lg-absolute{
    position: absolute; }
  .p-lg-fixed{
    position: fixed; }
  .w-lg-25{
    width: 25%; }
  .w-lg-50{
    width: 50%; }
  .w-lg-75{
    width: 75%; }
  .w-lg-100{
    width: 100%; }
  .h-lg-25{
    height: 25%; }
  .h-lg-50{
    height: 50%; }
  .h-lg-75{
    height: 75%; }
  .h-lg-100{
    height: 100%; }
  .w-lg-auto{
    width: auto; }
  .m-lg-0{
    margin: 0; }
  .mt-lg-0{
    margin-top: 0; }
  .mr-lg-0{
    margin-right: 0; }
  .mb-lg-0{
    margin-bottom: 0; }
  .ml-lg-0{
    margin-left: 0; }
  .mx-lg-0{
    margin-right: 0;
    margin-left: 0; }
  .my-lg-0{
    margin-top: 0;
    margin-bottom: 0; }
  .m-lg-5{
    margin: 5px; }
  .mt-lg-5{
    margin-top: 5px; }
  .mr-lg-5{
    margin-right: 5px; }
  .mb-lg-5{
    margin-bottom: 5px; }
  .ml-lg-5{
    margin-left: 5px; }
  .mx-lg-5{
    margin-right: 5px;
    margin-left: 5px; }
  .my-lg-5{
    margin-top: 5px;
    margin-bottom: 5px; }
  .m-lg-10{
    margin: 10px; }
  .mt-lg-10{
    margin-top: 10px; }
  .mr-lg-10{
    margin-right: 10px; }
  .mb-lg-10{
    margin-bottom: 10px; }
  .ml-lg-10{
    margin-left: 10px; }
  .mx-lg-10{
    margin-right: 10px;
    margin-left: 10px; }
  .my-lg-10{
    margin-top: 10px;
    margin-bottom: 10px; }
  .m-lg-15{
    margin: 15px; }
  .mt-lg-15{
    margin-top: 15px; }
  .mr-lg-15{
    margin-right: 15px; }
  .mb-lg-15{
    margin-bottom: 15px; }
  .ml-lg-15{
    margin-left: 15px; }
  .mx-lg-15{
    margin-right: 15px;
    margin-left: 15px; }
  .my-lg-15{
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-lg-20{
    margin: 20px; }
  .mt-lg-20{
    margin-top: 20px; }
  .mr-lg-20{
    margin-right: 20px; }
  .mb-lg-20{
    margin-bottom: 20px; }
  .ml-lg-20{
    margin-left: 20px; }
  .mx-lg-20{
    margin-right: 20px;
    margin-left: 20px; }
  .my-lg-20{
    margin-top: 20px;
    margin-bottom: 20px; }
  .m-lg-30{
    margin: 30px; }
  .mt-lg-30{
    margin-top: 30px; }
  .mr-lg-30{
    margin-right: 30px; }
  .mb-lg-30{
    margin-bottom: 30px; }
  .ml-lg-30{
    margin-left: 30px; }
  .mx-lg-30{
    margin-right: 30px;
    margin-left: 30px; }
  .my-lg-30{
    margin-top: 30px;
    margin-bottom: 30px; }
  .m-lg-40{
    margin: 40px; }
  .mt-lg-40{
    margin-top: 40px; }
  .mr-lg-40{
    margin-right: 40px; }
  .mb-lg-40{
    margin-bottom: 40px; }
  .ml-lg-40{
    margin-left: 40px; }
  .mx-lg-40{
    margin-right: 40px;
    margin-left: 40px; }
  .my-lg-40{
    margin-top: 40px;
    margin-bottom: 40px; }
  .m-lg-50{
    margin: 50px; }
  .mt-lg-50{
    margin-top: 50px; }
  .mr-lg-50{
    margin-right: 50px; }
  .mb-lg-50{
    margin-bottom: 50px; }
  .ml-lg-50{
    margin-left: 50px; }
  .mx-lg-50{
    margin-right: 50px;
    margin-left: 50px; }
  .my-lg-50{
    margin-top: 50px;
    margin-bottom: 50px; }
  .m-lg-60{
    margin: 60px; }
  .mt-lg-60{
    margin-top: 60px; }
  .mr-lg-60{
    margin-right: 60px; }
  .mb-lg-60{
    margin-bottom: 60px; }
  .ml-lg-60{
    margin-left: 60px; }
  .mx-lg-60{
    margin-right: 60px;
    margin-left: 60px; }
  .my-lg-60{
    margin-top: 60px;
    margin-bottom: 60px; }
  .p-lg-0{
    padding: 0; }
  .pt-lg-0{
    padding-top: 0; }
  .pr-lg-0{
    padding-right: 0; }
  .pb-lg-0{
    padding-bottom: 0; }
  .pl-lg-0{
    padding-left: 0; }
  .px-lg-0{
    padding-right: 0;
    padding-left: 0; }
  .py-lg-0{
    padding-top: 0;
    padding-bottom: 0; }
  .p-lg-5{
    padding: 5px; }
  .pt-lg-5{
    padding-top: 5px; }
  .pr-lg-5{
    padding-right: 5px; }
  .pb-lg-5{
    padding-bottom: 5px; }
  .pl-lg-5{
    padding-left: 5px; }
  .px-lg-5{
    padding-right: 5px;
    padding-left: 5px; }
  .py-lg-5{
    padding-top: 5px;
    padding-bottom: 5px; }
  .p-lg-10{
    padding: 10px; }
  .pt-lg-10{
    padding-top: 10px; }
  .pr-lg-10{
    padding-right: 10px; }
  .pb-lg-10{
    padding-bottom: 10px; }
  .pl-lg-10{
    padding-left: 10px; }
  .px-lg-10{
    padding-right: 10px;
    padding-left: 10px; }
  .py-lg-10{
    padding-top: 10px;
    padding-bottom: 10px; }
  .p-lg-15{
    padding: 15px; }
  .pt-lg-15{
    padding-top: 15px; }
  .pr-lg-15{
    padding-right: 15px; }
  .pb-lg-15{
    padding-bottom: 15px; }
  .pl-lg-15{
    padding-left: 15px; }
  .px-lg-15{
    padding-right: 15px;
    padding-left: 15px; }
  .py-lg-15{
    padding-top: 15px;
    padding-bottom: 15px; }
  .p-lg-20{
    padding: 20px; }
  .pt-lg-20{
    padding-top: 20px; }
  .pr-lg-20{
    padding-right: 20px; }
  .pb-lg-20{
    padding-bottom: 20px; }
  .pl-lg-20{
    padding-left: 20px; }
  .px-lg-20{
    padding-right: 20px;
    padding-left: 20px; }
  .py-lg-20{
    padding-top: 20px;
    padding-bottom: 20px; }
  .p-lg-30{
    padding: 30px; }
  .pt-lg-30{
    padding-top: 30px; }
  .pr-lg-30{
    padding-right: 30px; }
  .pb-lg-30{
    padding-bottom: 30px; }
  .pl-lg-30{
    padding-left: 30px; }
  .px-lg-30{
    padding-right: 30px;
    padding-left: 30px; }
  .py-lg-30{
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-lg-40{
    padding: 40px; }
  .pt-lg-40{
    padding-top: 40px; }
  .pr-lg-40{
    padding-right: 40px; }
  .pb-lg-40{
    padding-bottom: 40px; }
  .pl-lg-40{
    padding-left: 40px; }
  .px-lg-40{
    padding-right: 40px;
    padding-left: 40px; }
  .py-lg-40{
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-lg-50{
    padding: 50px; }
  .pt-lg-50{
    padding-top: 50px; }
  .pr-lg-50{
    padding-right: 50px; }
  .pb-lg-50{
    padding-bottom: 50px; }
  .pl-lg-50{
    padding-left: 50px; }
  .px-lg-50{
    padding-right: 50px;
    padding-left: 50px; }
  .py-lg-50{
    padding-top: 50px;
    padding-bottom: 50px; }
  .p-lg-60{
    padding: 60px; }
  .pt-lg-60{
    padding-top: 60px; }
  .pr-lg-60{
    padding-right: 60px; }
  .pb-lg-60{
    padding-bottom: 60px; }
  .pl-lg-60{
    padding-left: 60px; }
  .px-lg-60{
    padding-right: 60px;
    padding-left: 60px; }
  .py-lg-60{
    padding-top: 60px;
    padding-bottom: 60px; }
  .m-lg-auto{
    margin: auto; }
  .mt-lg-auto{
    margin-top: auto; }
  .mr-lg-auto{
    margin-right: auto; }
  .mb-lg-auto{
    margin-bottom: auto; }
  .ml-lg-auto{
    margin-left: auto; }
  .mx-lg-auto{
    margin-right: auto;
    margin-left: auto; }
  .my-lg-auto{
    margin-top: auto;
    margin-bottom: auto; }
  .text-lg-left{
    text-align: left; }
  .text-lg-right{
    text-align: right; }
  .text-lg-center{
    text-align: center; }
  .font-weight-lg-normal{
    font-weight: 400; }
  .font-weight-lg-semibold{
    font-weight: 600; }
  .font-weight-lg-bold{
    font-weight: 700; }
  .form--login{
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .form-control--number__arrow{
    bottom: 8px; }
  .form-control--number__arrow--up{
    top: 8px; }
  h1{
    font-size: 2.125rem;
    font-weight: 400; }
  h2{
    font-size: 1.125rem; }
  h3{
    font-size: 1.125rem; }
  .icon-confirmation{
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px; }
  ul,
    ol,
    dl{
    font-size: 1rem; }
  p{
    font-size: 1rem; }
  table{
    font-size: 1rem; }
  .table-responsive{
    font-size: 1rem; }
  .accordion--styled .accordion__title{
    font-size: 1rem; }
  .article-item__image{
    -ms-flex: 0 0 360px;
    flex: 0 0 360px; }
  .article-item__content{
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  #lbx-article-products{
    min-height: 517px; }
  .autosuggest{
    top: 46px;
    height: 0;
    border-radius: 4px;
    box-shadow: none; }
  .autosuggest.is-loading{
    display: block; }
  .autosuggest__header{
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .autosuggest__title{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.875rem; }
  .autosuggest__title::before{
    display: none; }
  .autosuggest__item{
    padding-right: 140px;
    border-radius: 0;
    box-shadow: none; }
  .autosuggest__item:last-of-type{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .autosuggest__item:hover, .autosuggest__item:focus{
    background-color: #f6f6f6; }
  .autosuggest__item--other{
    padding-right: 10px; }
  .autosuggest__item-title{
    font-size: 0.75rem;
    color: #0275d8; }
  .autosuggest__item-title--products{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 1.0125rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    padding-right: 120px; }
  .autosuggest__description{
    clear: none;
    margin-left: 75px;
    font-size: 0.75rem; }
  .autosuggest__description--products{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 1.125rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    padding-right: 120px; }
  .autosuggest__description--other{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.25rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    margin-left: 0; }
  .autosuggest__price{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1rem;
    text-align: right; }
  .banner-inner{
    width: 960px; }
  .promo-banners.only-mobile{
    display: none; }
  .promo-banners__banner:nth-child(4){
    margin-left: 2rem; }
  .breadcrumb{
    background: #fff; }
  .breadcrumb__list{
    line-height: 1.25; }
  .breadcrumb__item{
    position: relative; }
  .breadcrumb__item:not(:first-child)::before{
    content: '/';
    position: absolute;
    top: 50%;
    margin-left: 0;
    color: #4d4d4d;
    border: 0;
    transform: translateY(-50%); }
  .breadcrumb__link{
    color: #0275d8;
    background-color: transparent; }
  .breadcrumb__item:first-child .breadcrumb__link{
    padding-left: 0; }
  .breadcrumb__link::before{
    content: none; }
  .breadcrumb__link::after{
    content: none; }
  .carousel__item{
    width: 25%; }
  .carousel .flickity-prev-next-button svg{
    width: 50px;
    height: 50px;
    left: 0;
    top: 0; }
  .cart{
    margin-right: 10px; }
  .cart__logo{
    max-width: 170px; }
  #lbx-basket-products{
    min-height: 517px; }
  .category__item:not(:last-child)::after{
    position: relative;
    left: -2px;
    content: ",";
    color: #4d4d4d; }
  .category__link{
    background-color: inherit;
    color: #0275d8; }
  .header__logo{
    width: 190px;
    height: 70px; }
  .header-cart{
    margin: 0.3rem 4rem 0.1rem 4rem; }
  .header-cart .header-info{
    display: inherit; }
  .header-inner{
    position: relative;
    padding-right: 10px;
    padding-left: 10px; }
  .home-banners-carousel__wrapper{
    display: -ms-flexbox;
    display: flex;
    min-height: 277px; }
  .home-banners-carousel__wrapper .slider .flickity-viewport{
    min-height: 277px; }
  .home-banners-carousel__wrapper .js-sliderButtons{
    -ms-flex-preferred-size: 218px;
    flex-basis: 218px;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: stretch;
    justify-content: stretch; }
  .home-banners-carousel__wrapper .js-sliderButton{
    width: auto;
    height: 33px;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    letter-spacing: 0.48px;
    border: 1px solid #eee;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .9rem;
    padding: .5rem 1rem; }
  .home-banners-carousel__wrapper .js-sliderButton:last-child{
    border-bottom: none; }
  .USP-square__wrapper{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0; }
  .USP-square__item{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1rem; }
  .USP-square__item:first-child{
    padding-left: 1.8rem; }
  .USP-square__item:last-child{
    padding-right: 1.8rem; }
  .USP-square__image{
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%;
    max-height: 60px; }
  #lbx-homepage-products{
    min-height: 517px; }
  .loyality_popup{
    height: 70%; }
  .modal #lbx-add-to-cart{
    min-height: 517px; }
  .main-navigation{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .main-navigation__item{
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-direction: row;
    flex-direction: row; }
  .main-navigation__item:first-child{
    padding-left: 0; }
  .main-navigation__item.is-open .main-navigation__list--nested{
    position: absolute;
    left: 0;
    top: 100%;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .main-navigation__link{
    border: 0; }
  .main-navigation__link--nested{
    font-size: 1.125rem;
    background-color: transparent; }
  .main-navigation__link--nested::before{
    content: "";
    display: block;
    width: 100px;
    margin-bottom: 8px;
    border-top: 3px #cebb92 solid; }
  .page-link{
    font-size: 1rem; }
  .payment-info__qr{
    margin-top: -8rem;
    margin-right: 8rem; }
  .payment-info__wrapper{
    margin-left: 100px; }
  .product-card__label{
    padding: .1rem .8rem;
    font-size: 1rem; }
  .product-card.product-hero .product-card__img img{
    max-width: 220px;
    max-height: 125px; }
  .product-card.product-hero .product-card__info{
    width: auto; }
  .product-card.product-hero .product-card__legal-text{
    padding-bottom: 32px; }
  .product-fish__back{
    height: 100%;
    min-height: 680px;
    padding: 15px 0 30px; }
  .product-important__wrapp{
    padding-top: 60px; }
  .product-important__text{
    font-size: 16px; }
  .product-detail__body{
    margin-left: 420px; }
  .image-banner{
    width: 100%;
    max-width: 430px;
    padding-right: 30px; }
  .product-detail-2019 .d-lg-block{
    max-width: 960px; }
  .product-detail__exp-alternative#exp-alternative-lg{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-detail__exp-alternative#exp-alternative-sm{
    display: none; }
  .product-detail__exp-alternative{
    border-top: none;
    border-left: 1px solid rgba(112, 112, 112, 0.19);
    margin-left: 30px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 360px; }
  .product-detail__exp-alternative::before{
    top: 10px;
    left: 4px;
    border-width: 4px 0 4px 9px;
    border-color: transparent transparent transparent rgba(112, 112, 112, 0.19); }
  .product-detail__exp-alternative-price{
    margin-bottom: 22px; }
  .product-detail__exp-alternative-image{
    margin-left: 20px; }
  .product-detail__exp-alternative-button{
    max-width: 135px; }
  .product-detail__exp-alternative-paragraph{
    margin: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: left;
    max-width: none; }
  .product-detail__exp-alternative-expire{
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
    max-width: none; }
  #lbx-related-products{
    min-height: 517px; }
  .product-select{
    margin-left: 420px;
    color: blue; }
  .product-select__btn{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .product-summary{
    font-size: 1rem; }
  .product-summary__header{
    display: -ms-flexbox;
    display: flex; }
  .product-summary__cell{
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%; }
  .product-summary__cell:last-child{
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .product-summary__row{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #eceeef; }
  .product-summary__title{
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%; }
  .product-summary__item{
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .product-summary__item.is-open .product-summary__quantity-wrapper .product-summary__item-cell{
    -ms-flex-pack: center;
    justify-content: center; }
  .product-summary__name-wrapper .item-cell__label{
    margin-right: 0; }
  .product-summary__quantity-wrapper .product-summary__item-cell{
    -ms-flex-pack: center;
    justify-content: center; }
  .product-summary__prices-wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    opacity: 1;
    visibility: visible;
    max-height: none;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product-summary__prices-wrapper .product-summary__item-cell{
    -ms-flex-pack: center;
    justify-content: center; }
  .product-summary__prices-wrapper .product-summary__item-cell:last-child{
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    font-weight: 600; }
  .product-summary__total-price{
    display: none; }
  .product-summary .lg-hidden{
    display: none; }
  .product-table{
    font-size: 1rem; }
  .product-table__item{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .product-table__item:nth-child(even){
    margin-left: 0; }
  .product-table__header{
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%; }
  .product-table__header--no-availability{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
  .product-table__info{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 35px);
    flex-basis: calc(100% - 35px);
    max-width: calc(100% - 35px); }
  .product-table__info--amount{
    -ms-flex: 0 0 29.5%;
    flex: 0 0 29.5%;
    max-width: 29.5%; }
  .product-table__title{
    font-size: 1rem;
    font-weight: 400; }
  .product-table__combination{
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    max-width: 155px; }
  .product-table__footer{
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
    max-width: 4%; }
  .product-table__footer--gift{
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 10px; }
  .product-table__footer--no-availability{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }
  .product-table__availability{
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    -ms-flex-order: -1;
    order: -1; }
  .product-table__price{
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .product-table__arrow{
    margin-right: 14px;
    margin-left: -6px; }
  .product-table__remove--empty{
    width: 26px; }
  .product-table__remove{
    position: static;
    padding-right: 0; }
  .product-table-header__product{
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px; }
  .product-table-header__combination{
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px; }
  .product-table-header__availability{
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px; }
  .product-table-header__quantity{
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; }
  .product-table-header--no-availability .product-table-header__product{
    -ms-flex: 0 0 42.25%;
    flex: 0 0 42.25%;
    max-width: 42.25%; }
  .product-table-header--no-availability .product-table-header__combination{
    -ms-flex: 0 0 18.55%;
    flex: 0 0 18.55%;
    max-width: 18.55%; }
  .product-table-header--no-availability .product-table-header__quantity{
    -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%; }
  .product-table-header--no-availability .product-table-header__price{
    text-align: center; }
  .product-table-header--small{
    box-shadow: 0 -1px 0 0 #eceeef; }
  .product-table-header--small .product-table-header__product{
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%; }
  .product-table-header--small .product-table-header__combination{
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%; }
  .product-table-header--small .product-table-header__quantity{
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%; }
  .promotion-card{
    padding-right: 0;
    padding-left: 0;
    padding-top: 0; }
  .promotion-card__description{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.5rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    font-size: 1rem;
    height: auto; }
  .promotion-card__link{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.55625rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical; }
  .latest-articles .promotion-card{
    min-height: 285px; }
  .latest-articles .promotion-card > h3{
    min-height: 116px; }
  .promotion{
    font-size: 1rem; }
  .promotion__figure{
    width: 70px;
    height: 70px; }
  .quick-order__button-wrapper{
    margin-bottom: 3rem; }
  .quick-order__product-list{
    max-width: 800px; }
  .review__author svg{
    margin-right: 0;
    margin-bottom: 5px; }
  .review__author .verified-icon{
    margin-right: 0; }
  .review .rating{
    margin-top: 5px; }
  .pages__icon{
    margin-left: 0; }
  #lbx-search-results{
    min-height: 986px; }
  .search{
    position: relative;
    width: 360px; }
  .is-search-open .search{
    position: relative;
    width: 360px;
    padding: 0; }
  .is-search-open .search__hidden{
    display: none; }
  .container-lg{
    width: 960px; }
  .layout-box{
    border-radius: 0; }
  .layout-full{
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .layout-full--no-shadow{
    box-shadow: none; }
  .section{
    padding: 0; }
  .section:last-child{
    margin-bottom: 0; }
  .section--box{
    border-radius: 0;
    box-shadow: none; }
  .section-container{
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15); }
  .section-container__inner{
    position: relative;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px; }
  .slider-nav__button{
    padding: 2px 8px;
    font-size: 0.875rem; } }
  @media (min-width: 1200px){
  .container{
    padding-right: 10px;
    padding-left: 10px; }
  .container{
    width: 1140px;
    max-width: 100%; }
  .container-fluid{
    padding-right: 10px;
    padding-left: 10px; }
  .row{
    margin-right: -10px;
    margin-left: -10px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl{
    padding-right: 10px;
    padding-left: 10px; }
  .col-xl{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1{
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2{
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5{
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7{
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8{
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10{
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11{
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0{
    right: auto; }
  .pull-xl-1{
    right: 8.33333%; }
  .pull-xl-2{
    right: 16.66667%; }
  .pull-xl-3{
    right: 25%; }
  .pull-xl-4{
    right: 33.33333%; }
  .pull-xl-5{
    right: 41.66667%; }
  .pull-xl-6{
    right: 50%; }
  .pull-xl-7{
    right: 58.33333%; }
  .pull-xl-8{
    right: 66.66667%; }
  .pull-xl-9{
    right: 75%; }
  .pull-xl-10{
    right: 83.33333%; }
  .pull-xl-11{
    right: 91.66667%; }
  .pull-xl-12{
    right: 100%; }
  .push-xl-0{
    left: auto; }
  .push-xl-1{
    left: 8.33333%; }
  .push-xl-2{
    left: 16.66667%; }
  .push-xl-3{
    left: 25%; }
  .push-xl-4{
    left: 33.33333%; }
  .push-xl-5{
    left: 41.66667%; }
  .push-xl-6{
    left: 50%; }
  .push-xl-7{
    left: 58.33333%; }
  .push-xl-8{
    left: 66.66667%; }
  .push-xl-9{
    left: 75%; }
  .push-xl-10{
    left: 83.33333%; }
  .push-xl-11{
    left: 91.66667%; }
  .push-xl-12{
    left: 100%; }
  .offset-xl-0{
    margin-left: 0%; }
  .offset-xl-1{
    margin-left: 8.33333%; }
  .offset-xl-2{
    margin-left: 16.66667%; }
  .offset-xl-3{
    margin-left: 25%; }
  .offset-xl-4{
    margin-left: 33.33333%; }
  .offset-xl-5{
    margin-left: 41.66667%; }
  .offset-xl-6{
    margin-left: 50%; }
  .offset-xl-7{
    margin-left: 58.33333%; }
  .offset-xl-8{
    margin-left: 66.66667%; }
  .offset-xl-9{
    margin-left: 75%; }
  .offset-xl-10{
    margin-left: 83.33333%; }
  .offset-xl-11{
    margin-left: 91.66667%; }
  .clear-xl{
    content: "";
    display: table;
    clear: both; }
  .d-xl-none{
    display: none; }
  .d-xl-inline{
    display: inline; }
  .d-xl-inline-block{
    display: inline-block; }
  .d-xl-block{
    display: block; }
  .d-xl-table{
    display: table; }
  .d-xl-table-cell{
    display: table-cell; }
  .d-xl-flex{
    display: -ms-flexbox;
    display: flex; }
  .d-xl-inline-flex{
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .order-xl-first{
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last{
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-middle{
    -ms-flex-order: 0;
    order: 0; }
  .flex-xl-row{
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex-xl-column{
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex-xl-row-reverse{
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-xl-column-reverse{
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .flex-xl-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex-xl-nowrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flex-xl-wrap-reverse{
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .justify-content-xl-start{
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .justify-content-xl-end{
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .justify-content-xl-center{
    -ms-flex-pack: center;
    justify-content: center; }
  .justify-content-xl-between{
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .justify-content-xl-around{
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .align-items-xl-start{
    -ms-flex-align: start;
    align-items: flex-start; }
  .align-items-xl-end{
    -ms-flex-align: end;
    align-items: flex-end; }
  .align-items-xl-center{
    -ms-flex-align: center;
    align-items: center; }
  .align-items-xl-baseline{
    -ms-flex-align: baseline;
    align-items: baseline; }
  .align-items-xl-stretch{
    -ms-flex-align: stretch;
    align-items: stretch; }
  .align-content-xl-start{
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .align-content-xl-end{
    -ms-flex-line-pack: end;
    align-content: flex-end; }
  .align-content-xl-center{
    -ms-flex-line-pack: center;
    align-content: center; }
  .align-content-xl-between{
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .align-content-xl-around{
    -ms-flex-line-pack: distribute;
    align-content: space-around; }
  .align-content-xl-stretch{
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .align-self-xl-auto{
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto; }
  .align-self-xl-start{
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .align-self-xl-end{
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .align-self-xl-center{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .align-self-xl-baseline{
    -ms-flex-item-align: baseline;
    align-self: baseline; }
  .align-self-xl-stretch{
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  .flex-xl-1{
    -ms-flex: 1 1 0%;
    flex: 1 1 0%; }
  .flex-xl-auto{
    -ms-flex: auto;
    flex: auto; }
  .flex-xl-none{
    -ms-flex: none;
    flex: none; }
  .float-xl-left{
    float: left; }
  .float-xl-right{
    float: right; }
  .float-xl-none{
    float: none; }
  .overflow-xl-auto{
    overflow: auto; }
  .overflow-xl-hidden{
    overflow: hidden; }
  .p-xl-static{
    position: static; }
  .p-xl-relative{
    position: relative; }
  .p-xl-absolute{
    position: absolute; }
  .p-xl-fixed{
    position: fixed; }
  .w-xl-25{
    width: 25%; }
  .w-xl-50{
    width: 50%; }
  .w-xl-75{
    width: 75%; }
  .w-xl-100{
    width: 100%; }
  .h-xl-25{
    height: 25%; }
  .h-xl-50{
    height: 50%; }
  .h-xl-75{
    height: 75%; }
  .h-xl-100{
    height: 100%; }
  .w-xl-auto{
    width: auto; }
  .m-xl-0{
    margin: 0; }
  .mt-xl-0{
    margin-top: 0; }
  .mr-xl-0{
    margin-right: 0; }
  .mb-xl-0{
    margin-bottom: 0; }
  .ml-xl-0{
    margin-left: 0; }
  .mx-xl-0{
    margin-right: 0;
    margin-left: 0; }
  .my-xl-0{
    margin-top: 0;
    margin-bottom: 0; }
  .m-xl-5{
    margin: 5px; }
  .mt-xl-5{
    margin-top: 5px; }
  .mr-xl-5{
    margin-right: 5px; }
  .mb-xl-5{
    margin-bottom: 5px; }
  .ml-xl-5{
    margin-left: 5px; }
  .mx-xl-5{
    margin-right: 5px;
    margin-left: 5px; }
  .my-xl-5{
    margin-top: 5px;
    margin-bottom: 5px; }
  .m-xl-10{
    margin: 10px; }
  .mt-xl-10{
    margin-top: 10px; }
  .mr-xl-10{
    margin-right: 10px; }
  .mb-xl-10{
    margin-bottom: 10px; }
  .ml-xl-10{
    margin-left: 10px; }
  .mx-xl-10{
    margin-right: 10px;
    margin-left: 10px; }
  .my-xl-10{
    margin-top: 10px;
    margin-bottom: 10px; }
  .m-xl-15{
    margin: 15px; }
  .mt-xl-15{
    margin-top: 15px; }
  .mr-xl-15{
    margin-right: 15px; }
  .mb-xl-15{
    margin-bottom: 15px; }
  .ml-xl-15{
    margin-left: 15px; }
  .mx-xl-15{
    margin-right: 15px;
    margin-left: 15px; }
  .my-xl-15{
    margin-top: 15px;
    margin-bottom: 15px; }
  .m-xl-20{
    margin: 20px; }
  .mt-xl-20{
    margin-top: 20px; }
  .mr-xl-20{
    margin-right: 20px; }
  .mb-xl-20{
    margin-bottom: 20px; }
  .ml-xl-20{
    margin-left: 20px; }
  .mx-xl-20{
    margin-right: 20px;
    margin-left: 20px; }
  .my-xl-20{
    margin-top: 20px;
    margin-bottom: 20px; }
  .m-xl-30{
    margin: 30px; }
  .mt-xl-30{
    margin-top: 30px; }
  .mr-xl-30{
    margin-right: 30px; }
  .mb-xl-30{
    margin-bottom: 30px; }
  .ml-xl-30{
    margin-left: 30px; }
  .mx-xl-30{
    margin-right: 30px;
    margin-left: 30px; }
  .my-xl-30{
    margin-top: 30px;
    margin-bottom: 30px; }
  .m-xl-40{
    margin: 40px; }
  .mt-xl-40{
    margin-top: 40px; }
  .mr-xl-40{
    margin-right: 40px; }
  .mb-xl-40{
    margin-bottom: 40px; }
  .ml-xl-40{
    margin-left: 40px; }
  .mx-xl-40{
    margin-right: 40px;
    margin-left: 40px; }
  .my-xl-40{
    margin-top: 40px;
    margin-bottom: 40px; }
  .m-xl-50{
    margin: 50px; }
  .mt-xl-50{
    margin-top: 50px; }
  .mr-xl-50{
    margin-right: 50px; }
  .mb-xl-50{
    margin-bottom: 50px; }
  .ml-xl-50{
    margin-left: 50px; }
  .mx-xl-50{
    margin-right: 50px;
    margin-left: 50px; }
  .my-xl-50{
    margin-top: 50px;
    margin-bottom: 50px; }
  .m-xl-60{
    margin: 60px; }
  .mt-xl-60{
    margin-top: 60px; }
  .mr-xl-60{
    margin-right: 60px; }
  .mb-xl-60{
    margin-bottom: 60px; }
  .ml-xl-60{
    margin-left: 60px; }
  .mx-xl-60{
    margin-right: 60px;
    margin-left: 60px; }
  .my-xl-60{
    margin-top: 60px;
    margin-bottom: 60px; }
  .p-xl-0{
    padding: 0; }
  .pt-xl-0{
    padding-top: 0; }
  .pr-xl-0{
    padding-right: 0; }
  .pb-xl-0{
    padding-bottom: 0; }
  .pl-xl-0{
    padding-left: 0; }
  .px-xl-0{
    padding-right: 0;
    padding-left: 0; }
  .py-xl-0{
    padding-top: 0;
    padding-bottom: 0; }
  .p-xl-5{
    padding: 5px; }
  .pt-xl-5{
    padding-top: 5px; }
  .pr-xl-5{
    padding-right: 5px; }
  .pb-xl-5{
    padding-bottom: 5px; }
  .pl-xl-5{
    padding-left: 5px; }
  .px-xl-5{
    padding-right: 5px;
    padding-left: 5px; }
  .py-xl-5{
    padding-top: 5px;
    padding-bottom: 5px; }
  .p-xl-10{
    padding: 10px; }
  .pt-xl-10{
    padding-top: 10px; }
  .pr-xl-10{
    padding-right: 10px; }
  .pb-xl-10{
    padding-bottom: 10px; }
  .pl-xl-10{
    padding-left: 10px; }
  .px-xl-10{
    padding-right: 10px;
    padding-left: 10px; }
  .py-xl-10{
    padding-top: 10px;
    padding-bottom: 10px; }
  .p-xl-15{
    padding: 15px; }
  .pt-xl-15{
    padding-top: 15px; }
  .pr-xl-15{
    padding-right: 15px; }
  .pb-xl-15{
    padding-bottom: 15px; }
  .pl-xl-15{
    padding-left: 15px; }
  .px-xl-15{
    padding-right: 15px;
    padding-left: 15px; }
  .py-xl-15{
    padding-top: 15px;
    padding-bottom: 15px; }
  .p-xl-20{
    padding: 20px; }
  .pt-xl-20{
    padding-top: 20px; }
  .pr-xl-20{
    padding-right: 20px; }
  .pb-xl-20{
    padding-bottom: 20px; }
  .pl-xl-20{
    padding-left: 20px; }
  .px-xl-20{
    padding-right: 20px;
    padding-left: 20px; }
  .py-xl-20{
    padding-top: 20px;
    padding-bottom: 20px; }
  .p-xl-30{
    padding: 30px; }
  .pt-xl-30{
    padding-top: 30px; }
  .pr-xl-30{
    padding-right: 30px; }
  .pb-xl-30{
    padding-bottom: 30px; }
  .pl-xl-30{
    padding-left: 30px; }
  .px-xl-30{
    padding-right: 30px;
    padding-left: 30px; }
  .py-xl-30{
    padding-top: 30px;
    padding-bottom: 30px; }
  .p-xl-40{
    padding: 40px; }
  .pt-xl-40{
    padding-top: 40px; }
  .pr-xl-40{
    padding-right: 40px; }
  .pb-xl-40{
    padding-bottom: 40px; }
  .pl-xl-40{
    padding-left: 40px; }
  .px-xl-40{
    padding-right: 40px;
    padding-left: 40px; }
  .py-xl-40{
    padding-top: 40px;
    padding-bottom: 40px; }
  .p-xl-50{
    padding: 50px; }
  .pt-xl-50{
    padding-top: 50px; }
  .pr-xl-50{
    padding-right: 50px; }
  .pb-xl-50{
    padding-bottom: 50px; }
  .pl-xl-50{
    padding-left: 50px; }
  .px-xl-50{
    padding-right: 50px;
    padding-left: 50px; }
  .py-xl-50{
    padding-top: 50px;
    padding-bottom: 50px; }
  .p-xl-60{
    padding: 60px; }
  .pt-xl-60{
    padding-top: 60px; }
  .pr-xl-60{
    padding-right: 60px; }
  .pb-xl-60{
    padding-bottom: 60px; }
  .pl-xl-60{
    padding-left: 60px; }
  .px-xl-60{
    padding-right: 60px;
    padding-left: 60px; }
  .py-xl-60{
    padding-top: 60px;
    padding-bottom: 60px; }
  .m-xl-auto{
    margin: auto; }
  .mt-xl-auto{
    margin-top: auto; }
  .mr-xl-auto{
    margin-right: auto; }
  .mb-xl-auto{
    margin-bottom: auto; }
  .ml-xl-auto{
    margin-left: auto; }
  .mx-xl-auto{
    margin-right: auto;
    margin-left: auto; }
  .my-xl-auto{
    margin-top: auto;
    margin-bottom: auto; }
  .text-xl-left{
    text-align: left; }
  .text-xl-right{
    text-align: right; }
  .text-xl-center{
    text-align: center; }
  .font-weight-xl-normal{
    font-weight: 400; }
  .font-weight-xl-semibold{
    font-weight: 600; }
  .font-weight-xl-bold{
    font-weight: 700; }
  .border-xl{
    border: 2px solid #eee; }
  .banner-inner{
    width: 1140px; }
  .card{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 30px; }
  .carousel .flickity-prev-next-button{
    top: 50%; }
  .carousel .flickity-prev-next-button.previous{
    left: -40px; }
  .carousel .flickity-prev-next-button.next{
    right: -40px; }
  .carousel--modal .flickity-prev-next-button.next{
    right: 0;
    z-index: 1; }
  .carousel--modal .flickity-prev-next-button.previous{
    display: none; }
  .carousel-title::before{
    display: block; }
  .carousel-title{
    padding-right: 10px;
    padding-left: 10px;
    text-align: left; }
  .cart{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .cart__price{
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1; }
  .cart__icon{
    width: 30px;
    height: 30px;
    margin-left: 6px; }
  .category__image{
    width: 170px;
    height: 170px;
    margin-right: 20px; }
  .footer__item--secondary{
    border-radius: 4px;
    background-color: #555; }
  .footer__item--secondary:hover, .footer__item--secondary:focus{
    background-color: #858484; }
  .footer__link--secondary{
    text-decoration: none; }
  .footer__link--secondary:hover, .footer__link--secondary:focus{
    color: inherit;
    text-decoration: none; }
  .home-banners-carousel__wrapper{
    min-height: 330px; }
  .home-banners-carousel__wrapper .slider .flickity-viewport{
    min-height: 330px; }
  .home-banners-carousel__wrapper .js-sliderButtons{
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px; }
  .home-banners-carousel__wrapper .js-sliderButton{
    font-size: 1rem; }
  .USP-square__item{
    padding: 1.2rem 1.4rem; }
  .USP-square__item:first-child{
    padding-left: 2.5rem; }
  .USP-square__item:last-child{
    padding-right: 2.5rem; }
  .hp-products{
    height: 3000px; }
  .loyality_popup{
    height: 60%; }
  .main-navigation__item{
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1rem; }
  .newsletter__img{
    width: 100px;
    height: 70px; }
  .newsletter__subtext{
    font-size: 1.125rem; }
  .newsletter__form-group{
    min-width: 210px; }
  .payment-info__qr{
    margin-top: -12rem; }
  .product-card{
    min-height: 150px; }
  .product-card__holder--modal{
    display: block; }
  .product-card__img--modal{
    display: block;
    float: left;
    margin: initial;
    padding-right: 10px; }
  .product-card__img--modal img{
    width: 78px;
    height: 70px; }
  .product-card__img img{
    width: 156px;
    height: 140px; }
  .product-card__subtitle--modal{
    margin: initial;
    text-align: left; }
  .product-card__inner--modal{
    display: block; }
  .product-card__description{
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 5.25rem;
    /* Fallback for non-webkit */
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    height: 5.25rem; }
  .product-card.product-hero .product-card__img img{
    max-width: 270px;
    max-height: 225px; }
  .product-card.product-hero .product-card__title{
    height: 1.5rem; }
  .product-card.product-hero .product-card__info{
    width: 100%; }
  .product-card.product-hero .product-card__description{
    height: 4rem; }
  .product-card-container .ribbon-description{
    left: 20px;
    transform: translateX(0%); }
  .category__title::before{
    display: block; }
  .product-detail__body{
    margin-left: 500px; }
  .image-banner{
    width: 100%;
    max-width: 480px;
    padding-right: 30px; }
  .product-select{
    margin-left: 500px;
    color: red; }
  .product-sticker--card{
    display: -ms-flexbox;
    display: flex;
    top: 20px;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 0.8em; }
  .product-table__header--no-availability{
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%; }
  .product-table__footer--no-availability{
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }
  .product-table__arrow{
    margin-right: 14px; }
  .product-table-header--no-availability .product-table-header__product{
    -ms-flex: 0 0 39.5%;
    flex: 0 0 39.5%;
    max-width: 39.5%; }
  .product-table-header--no-availability .product-table-header__combination{
    -ms-flex: 0 0 15.39286%;
    flex: 0 0 15.39286%;
    max-width: 15.39286%; }
  .product-table-header--no-availability .product-table-header__quantity{
    -ms-flex: 0 0 9.94643%;
    flex: 0 0 9.94643%;
    max-width: 9.94643%; }
  .product-table-header--no-availability .product-table-header__price{
    text-align: center; }
  .promotion-card{
    padding-right: 0;
    padding-left: 0;
    padding-top: 0; }
  .promotion-card--button{
    padding-top: 0; }
  .promotion-card__link{
    font-weight: 700; }
  .quick-order__button-wrapper{
    display: none; }
  .container-xl{
    width: 1140px; }
  .section-container__inner{
    width: 1140px;
    padding-top: 30px;
    padding-bottom: 30px; } }
  @media only screen and (min-width: 568px){
  .iziToast-wrapper{
    padding: 10px 15px; }
  .iziToast{
    margin: 5px 0;
    border-radius: 3px;
    width: auto; }
  .iziToast:after{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25); }
  .iziToast:not(.iziToast-rtl) .iziToast-cover{
    border-radius: 3px 0 0 3px; }
  .iziToast.iziToast-rtl .iziToast-cover{
    border-radius: 0 3px 3px 0; }
  .iziToast.iziToast-color-dark:after{
    box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25); }
  .iziToast.iziToast-balloon .iziToast-progressbar{
    background: transparent; }
  .iziToast.iziToast-balloon:after{
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25); }
  .iziToast-target .iziToast:after{
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 767px){
  body{
    overflow-x: hidden; }
  .article-detail img{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 0 10px !important; }
  .promo-banners__banner{
    width: 100%;
    height: 0;
    padding-bottom: 60%; }
  .carousel .mobile-thumb{
    width: 90%; }
  .cart__info{
    margin: 0 10px;
    left: 0;
    padding: 20px 5px;
    width: calc(100% - 20px);
    transform: none; }
  .content-rounding-consent{
    text-align: left;
    margin-left: 20px !important; }
  #heurekaTableft{
    display: none !important; }
  .form-horizontal .editing-form-label-cell{
    display: block;
    text-align: left;
    width: 100%; }
  .form-horizontal .form-control-text + input{
    width: 25%;
    display: inline-block; }
  .form-horizontal .editing-form-value-cell{
    width: 100%; }
  .USP-square__item:first-child{
    padding-top: 1.4rem; }
  .USP-square__item:last-child{
    padding-bottom: 1.4rem; }
  .product-fish{
    border-bottom: 2px solid #e3e3e3; }
  .product-fish__back{
    background: none !important; }
  .tabs__content-item img{
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 10px !important; }
  .watchdog-confirmation{
    display: block; }
  .watchdog-confirmation__image{
    height: 200px; }
  .watchdog-confirmation__text{
    font-size: 1.2625rem; }
  .watchdog-modal .modal__main-text{
    padding-left: 2rem;
    font-size: 20px; }
  .watchdog-modal .modal__image{
    position: absolute;
    z-index: -10;
    margin-left: 200px;
    margin-top: -25px;
    padding-bottom: 50px; }
  .watchdog-form{
    padding: 2em; }
  .watchdog__submit-button{
    margin-top: 1em; } }
  @media screen and (min-width: 1200px){
  .icon-responsive{
    width: 30px;
    height: 30px; }
  .product-EI{
    padding: 35px 20px 105px; }
  .product-EI__name{
    font-size: 36px;
    line-height: 50px;
    max-width: 520px;
    margin: 0 auto;
    text-align: center; }
  .product-EI__i-wrapp:before{
    top: 100%; }
  .product-EI__w-name{
    font-size: 36px;
    line-height: 45px; }
  .product-EI__text{
    font-size: 18px; }
  .product-EI__wrapp{
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    max-width: 300px; }
  .product-EI__wrapp:nth-child(odd){
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px; }
  .product-EI__wrapp:nth-child(odd) .product-EI__i-wrapp{
    margin-bottom: 65px; }
  .product-EI__wrapp:nth-child(even) .product-EI__i-wrapp{
    margin-top: 80px; }
  .product-EI__wrapp:nth-child(even) .product-EI__i-wrapp:before{
    transform: rotate(180deg);
    top: -16%;
    left: 48%; }
  .product-EI__wrapper{
    padding: 60px 50px 105px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-knowledge__image{
    max-width: 208px;
    height: 226px; }
  .p-knowledge__text{
    font-size: 30px; }
  .p-knowledge__text strong{
    font-size: 30px; } }
  @media (print), (prefers-reduced-motion: reduce){
  .animated{
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; } }
  @media (max-width: 991px){
  .promo-banners{
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
  .promo-banners.only-desktop{
    display: none; }
  .promo-banners__banner:nth-child(4){
    margin-top: 2rem; }
  .content-rounding-consent{
    text-align: left;
    margin-left: 29px; }
  .loyality_popup--close{
    right: 10px;
    top: 10px; }
  .loyality_popup__title{
    padding: 10px 40px; }
  .loyality_popup__title p{
    font-size: 1.75rem; }
  .product-important__name{
    max-width: 43%;
    margin-left: 20px; }
  .product-important__wrapp{
    max-width: 50%; }
  .product-important__image{
    max-width: 40px; }
  .product-detail__priceinfo--table{
    left: 0;
    margin-left: 0;
    top: 100%;
    margin-top: 10px;
    bottom: unset;
    width: 100%;
    padding: 20px 25px; }
  .product-detail-2019 .p-relative.d-flex{
    display: block; }
  .product-detail-pluses-D{
    display: none; }
  .product-summary__item-cell small{
    font-size: 100%; } }
  @media (max-width: 575px){
  .carousel.carousel--modal::after{
    display: none; }
  .loyality_popup--close{
    width: 28px;
    height: 28px;
    padding: 6px; }
  .loyality_popup__title{
    padding: 30px 15px 10px 15px; }
  .loyality_popup--description{
    padding: 5px 15px 35px 15px; }
  .main-navigation__mobileloyality{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .product-summary__row .product-summary__cell:nth-of-type(2){
    text-align: left; }
  .product-summary__row .product-summary__cell{
    text-align: right; }
  .product-summary__row .product-summary__cell:last-of-type{
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .product-summary__row .product-summary__cell.xs-hidden{
    display: none; } }
  @media screen and (max-width: 296px){
  .form-horizontal .date-time-picker button{
    left: 0px; }
  .form-horizontal .date-time-picker{
    min-width: auto; } }
  @media screen and (max-width: 350px){
  .form-horizontal .calendar-action{
    margin-left: 0; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .free-gifts_cart--item-wrapper{
    width: 32%; } }
  @media screen and (min-width: 1140px){
  .infobox-wrap{
    padding-left: 10px;
    padding-right: 10px; } }
  @media screen and (min-width: 768px){
  .cpzp-login-wrap{
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cpzp-login{
    padding: 6em 1rem 10em; }
  .cpzp-login .js-forgotPasswordBtn{
    text-align: right; }
  .cpzp-login .cpzp-login-wrap .cpzp-text{
    margin-bottom: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 45%; }
  .cpzp-login .cpzp-login-wrap .cpzp-text h2{
    display: block;
    text-align: left;
    width: 100%; }
  .cpzp-login .cpzp-login-wrap .cpzp-text p{
    margin: 3rem 0;
    font-size: 2.38em;
    line-height: 1.618em;
    text-align: left; }
  .cpzp-login .cpzp-login-wrap .cpzp-text img{
    max-width: 200px;
    margin-left: 0;
    margin-right: auto; }
  .cpzp-login .cpzp-login-wrap .cpzp-login-form{
    width: 45%;
    margin-right: 0;
    padding: 1em 3.69rem; }
  .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box h1{
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 1.5rem; }
  .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .email-input-wrap input{
    font-size: 1.2em;
    padding-top: 0.6em;
    padding-bottom: 0.6em; }
  .cpzp-login .cpzp-login-wrap .cpzp-login-form .view-box .cpzp-button{
    padding: 0.8em 1rem; }
  .cpzp-login .cpzp-login-wrap .form-group.email-input-wrap::after{
    width: 27px;
    height: 19px;
    top: 14px; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-text{
    padding-top: 2em; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-text-block{
    margin: 3.5rem 0; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form{
    padding: 1em 1rem; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-white-wrap{
    padding: 4em 4rem; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-page-title{
    padding-bottom: 2rem; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-page-title h1{
    font-size: 1.1em; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-top-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-top-wrap .cpzp-top-text h2{
    font-size: 1.9em;
    margin-bottom: 0; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-top-wrap .cpzp-top-email{
    display: block; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-form-group-wrap .form-group{
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap{
    text-align: center;
    margin-top: 3rem; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-main,
            .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap .cpzp-button-second{
    font-size: 1.205em;
    padding: 0.8em 2rem;
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    min-width: 260px; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons{
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons .cpzp-button-main,
            .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons .cpzp-button-second{
    margin: 0; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons .cpzp-two-buttons-left,
            .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons .cpzp-two-buttons-right{
    width: 50%;
    width: calc(50% - 1rem); }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons .cpzp-two-buttons-left{
    margin-right: 1rem;
    text-align: right; }
  .cpzp-login.step-2 .cpzp-login-wrap .cpzp-login-form .cpzp-form-wrap .cpzp-buttons-wrap.cpzp-two-buttons .cpzp-two-buttons-right{
    margin-left: 1rem;
    text-align: left; }
  .cpzp-login .u-lines-around{
    font-size: 1em; }
  .cpzp-login .form--login{
    margin-bottom: 50px; }
  .cpzp-complete .cpzp-complete-wrap{
    padding: 6em 1rem 6em;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-left{
    padding-right: 2rem;
    padding-top: 0.5rem;
    margin-bottom: 0; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-left img{
    max-width: 58px; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right{
    text-align: left; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right h1{
    font-size: 3em; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right p{
    font-size: 1.2em;
    margin: 2rem 0 3rem; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right img{
    max-width: 200px; }
  .product-mobile-header{
    display: none; }
  .product-detail__body .hide-mobile,
    .product-detail__body .rating,
    .product-detail__body h1{
    display: -ms-flexbox;
    display: flex; } }
  @media screen and (min-width: 1060px){
  .cpzp-complete .cpzp-complete-wrap{
    padding: 8em 1rem 8em; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-left img{
    max-width: 81px; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right h1{
    font-size: 5em;
    line-height: 1.05em; }
  .cpzp-complete .cpzp-complete-wrap .cpzp-complete-right p{
    margin: 2.5rem 0 3.5rem;
    font-size: 1.88em;
    line-height: 1.665em; } }
  @media only screen and (max-width: 1200px){
  .newsletter__wrapper{
    height: auto; }
  .newsletter__wrapper .newsletter__inner{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px; }
  .newsletter__wrapper .newsletter__text,
      .newsletter__wrapper .newsletter__form,
      .newsletter__wrapper .newsletter__socials{
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px; }
  .newsletter__wrapper .newsletter__form{
    padding: 20px 10px; }
  .newsletter__wrapper .newsletter__form{
    width: 100%; }
  .newsletter__wrapper .newsletter__form .col-xl-4{
    max-width: 50%; } }
  @media only screen and (max-width: 700px){
  .newsletter__wrapper .newsletter__form{
    padding: 30px 10px 2.2rem; }
  .newsletter__wrapper .newsletter__form .col-xl-4{
    max-width: 100%; } }
  @media screen and (min-width: 1400px){
  .product-DHA{
    background-image: url("/img/backDHA.png");
    padding: 115px 20px 99px; }
  .product-DHA__name{
    font-size: 60px;
    padding: 10px 28px;
    margin: 0 auto 35px; }
  .product-DHA__name:after, .product-DHA__name:before{
    width: 110px; }
  .product-DHA__name:after{
    right: -135px; }
  .product-DHA__w-image:before{
    top: 100%;
    left: 45%; }
  .product-DHA__wrapp{
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .product-DHA__wrapp:nth-child(even){
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .product-DHA__wrapp:nth-child(even) .product-DHA__w-image{
    margin-top: 70px; }
  .product-DHA__wrapp:nth-child(even) .product-DHA__w-image:before{
    transform: rotate(180deg);
    top: -45%; }
  .product-DHA__wrapp:nth-child(odd) .product-DHA__w-image{
    margin-bottom: 70px; }
  .product-DHA__w-text{
    font-size: 24px;
    font-weight: 400;
    line-height: 40px; }
  .product-DHA__w-text strong{
    font-size: 30px;
    font-weight: 900;
    line-height: 40px; }
  .product-DHA__container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 75px; }
  .product-DHA__text{
    font-size: 24px;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px; } }
  @media screen and (max-width: 1399px) and (min-width: 1025px){
  .product-DHA__name{
    max-width: 650px;
    margin: 0 auto 35px; }
  .product-DHA__wrapp{
    max-width: 500px;
    margin: 0 auto 35px; }
  .product-DHA__text{
    max-width: 650px;
    margin: 0 auto 0;
    text-align: center; } }
  @media screen and (max-width: 1024px) and (min-width: 600px){
  .product-DHA__name{
    max-width: 450px;
    margin: 0 auto 35px; }
  .product-DHA__wrapp{
    max-width: 450px;
    margin: 0 auto 35px; }
  .product-DHA__text{
    max-width: 450px;
    margin: 0 auto; } }
  @media screen and (max-width: 599px){
  .product-DHA__name:before{
    display: none; } }
  @media screen and (max-width: 370px){
  .product-DHA__w-image{
    width: 90px;
    height: 90px; }
  .product-DHA__w-image:before{
    top: 23%; }
  .product-DHA__wrapp:nth-child(even) .product-DHA__w-image:before{
    left: -35%; }
  .product-DHA__wrapp:nth-child(odd) .product-DHA__w-image:before{
    right: -35%; }
  .product-important__name{
    max-width: 50%; }
  .product-detail-pluses-M{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; } }
  @media screen and (max-width: 1399px){
  .product-DHA__wrapp{
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product-DHA__wrapp:nth-child(even){
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .product-DHA__wrapp:nth-child(even) .product-DHA__w-image{
    margin-left: 70px; }
  .product-DHA__wrapp:nth-child(even) .product-DHA__w-image:before{
    transform: rotate(90deg);
    left: -25%; }
  .product-DHA__wrapp:nth-child(odd) .product-DHA__w-image{
    margin-right: 70px; }
  .product-DHA__wrapp:nth-child(odd) .product-DHA__w-image:before{
    transform: rotate(-90deg);
    right: -25%; } }
  @media screen and (max-width: 1199px) and (min-width: 600px){
  .product-EI__name{
    text-align: center;
    width: 450px;
    margin: 0 auto 25px; }
  .product-EI__wrapper{
    max-width: 400px;
    margin: 0 auto; }
  .p-knowledge{
    max-width: 400px;
    margin: 20px auto 0; } }
  @media screen and (max-width: 1199px){
  .product-EI__image{
    max-width: 110px;
    max-height: 110px; }
  .product-EI__wrapp{
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product-EI__wrapp:nth-child(odd){
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left; }
  .product-EI__wrapp:nth-child(odd) .product-EI__w-text{
    margin-right: 80px; }
  .product-EI__wrapp:nth-child(odd) .product-EI__i-wrapp:before{
    transform: rotate(90deg);
    left: -25%; }
  .product-EI__wrapp:nth-child(even) .product-EI__w-text{
    margin-left: 80px; }
  .product-EI__wrapp:nth-child(even) .product-EI__i-wrapp:before{
    transform: rotate(-90deg);
    right: -25%;
    left: auto; }
  .p-knowledge__text strong{
    display: block; } }
  @media screen and (max-width: 340px){
  .product-EI__wrapp:nth-child(odd) .product-EI__w-text{
    margin-right: 30px; }
  .product-EI__wrapp:nth-child(even) .product-EI__w-text{
    margin-left: 30px; } }
  @media screen and (min-width: 519px){
  .product-important{
    background: none !important;
    height: auto; } }
  @media screen and (min-width: 1025px){
  .product-important__back-ipad{
    background: none !important; } }
  @media screen and (max-width: 1024px) and (min-width: 520px){
  .product-important__back-ipad{
    background-size: cover;
    background-position: right;
    padding: 0rem 0 3rem; } }
  @media screen and (max-width: 520px){
  .product-important__back-ipad{
    background: none !important; } }
  @media screen and (max-width: 1024px){
  .product-important__back{
    background: none !important; } }
  @media screen and (min-width: 1600px){
  .product-important__back{
    padding: 136px 0 130px; } }
  @media screen and (max-width: 1024px) and (min-width: 681px){
  .product-important__name{
    margin-top: 5rem;
    max-width: 44%; } }
  @media screen and (min-width: 919px){
  .product-detail__package-down--text{
    display: none; } }
  @media screen and (max-width: 920px){
  .product-detail__package-down--text-Desktop{
    display: none; } }
  @media (max-width: 1199px){
  .quick-order__resultmessage{
    transform: translateX(-100%); }
  .quick-order__resultmessage.is-hidden{
    transform: translateX(0); } }
  @media only screen and (max-width: 991px){
  .sticky_bar{
    display: none; }
  .article-sticky-container{
    position: sticky;
    top: 59px;
    z-index: 1499;
    width: 100%; } }
  @media only screen and (max-width: 1199px) and (min-width: 991px){
  .sticky_bar__picture{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; } }
  @media only screen and (min-width: 992px){
  .sticky_mobile{
    display: none; } }
  @media screen and (max-width: 768px){
  [data-balloon][data-balloon-length='xlarge']:after{
    white-space: normal;
    width: 90vw; } }
  @media (max-width: 345px){
  .watchdog-modal .modal__image{
    display: none; } }
  @media (min-width: 1400px){
  /*.container{
        width: 1400px;
    }*/ }
  @media screen and (max-width: 1400px){
  #main-menu .open-submenu > .main-navigation-list-nested{
    width: 100%;
    left: 0; }
  .submenu-next{
    width: 100%;
    left: 0; }
  .search-w{
    width: 100%; } }
  @media screen and (max-width: 1200px){
  .main-navigation.fix-top .nav-right .search{
    right: 6rem; }
  .header .header-inner{
    padding: 0 2rem; }
  .header .header-inner .header-center-w{
    width: 100%;
    padding: 0 2rem; }
  .header .cart-w{
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
  .main-navigation > .container{
    padding: 0 2rem; }
  .nav-logo-w{
    display: none; }
  .nav-right{
    visibility: visible;
    right: 4rem;
    width: auto;
    position: static; }
  .main-navigation .nav-right{
    right: 2rem; }
  .main-navigation .nav-right .open-search-btn{
    display: none; }
  .main-navigation.fix-top .nav-right{
    right: 2rem; }
  .main-navigation.fix-top .nav-right .search{
    right: 6rem; }
  .main-navigation.fix-top .nav-right .open-search-btn{
    display: -ms-flexbox;
    display: flex; }
  .main-navigation.fix-top #main-menu{
    width: calc(100% - 9rem);
    margin: 0;
    max-width: none;
    -ms-flex-align: center;
    align-items: center; }
  .main-navigation.fix-top .main-navigation-list{
    width: 100%;
    margin-left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none; }
  .main-navigation #main-menu{
    width: calc(100% - 9rem);
    margin: 0;
    max-width: none; }
  .main-navigation .main-navigation-list{
    width: 100%;
    margin-left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none; }
  .main-navigation .open-submenu > .main-navigation-list-nested ul li{
    width: 50%; }
  .top-bar{
    padding: 0 2rem; }
  .top-bar .container{
    width: 100%; }
  #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands,
  #main-menu .open-submenu > .main-navigation-list-nested.main-navigation-list-brands-grid{
    padding: 0 2rem; } }
  @media screen and (max-width: 992px){
  .main-navigation.fix-top .nav-right{
    right: 2rem; }
  .main-navigation.fix-top .nav-right .search{
    right: 5.5rem; }
  .main-navigation.fix-top .nav-right .open-search-btn{
    display: -ms-flexbox;
    display: flex; }
  .cart{
    margin-right: 10px !important; } }
  @media screen and (max-width: 700px){
  .main-navigation.fix-top .nav-right{
    position: static; }
  .main-navigation.fix-top .nav-right .search{
    left: 0.2rem;
    width: auto;
    right: 7.5rem; }
  .main-navigation{
    position: static; }
  .main-navigation .open-submenu > .main-navigation-list-nested ul li{
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .main-navigation .nav-search-w{
    width: 100%; }
  .main-navigation .nav-search-w .search{
    width: 100%; }
  .main-navigation .nav-right{
    position: static; }
  .main-navigation .nav-right .search{
    left: 0.2rem;
    width: auto;
    right: 7.5rem; }
  .main-navigation .nav-right .open-search-btn{
    display: -ms-flexbox;
    display: flex; }
  .main-navigation .nav-right.search-active{
    visibility: hidden;
    position: absolute; }
  .main-navigation #main-menu .main-navigation-list{
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-navigation #main-menu .nav-next-item .main-navigation-link{
    visibility: hidden;
    position: absolute;
    left: 0; }
  .main-navigation #main-menu .hamburger-open{
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 35px;
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 100; }
  .main-navigation #main-menu .hamburger-open .hamburger-part{
    width: 100%;
    height: 2px;
    background-color: #ffbf00; }
  .main-navigation > .container{
    padding: 0 1rem; }
  .submenu-next{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    width: 95%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1800;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .submenu-next .submenu-next__left{
    width: 100%; }
  .submenu-next .submenu-next__left .main-navigation-list-nested{
    padding-top: 9rem;
    min-height: 990px; }
  .submenu-next .submenu-next__right{
    width: 100%; }
  .submenu-next .mobile-submenu-back{
    display: none;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem;
    padding-bottom: 0;
    position: relative;
    z-index: 1000;
    cursor: pointer; }
  .submenu-next .mobile-submenu-back.visible{
    display: -ms-flexbox;
    display: flex; }
  .submenu-next .mobile-submenu-back .icon-chevron{
    transform: rotate(90deg);
    margin-right: 0.5rem; }
  .submenu-next .submenu-next-mobile{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
    padding-bottom: 0;
    position: relative;
    z-index: 1000; }
  .submenu-next .submenu-next-mobile .hotline__body{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .submenu-next .submenu-next-mobile .hotline__phone{
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #ffbf00;
    font-weight: bold;
    text-align: right; }
  .submenu-next .submenu-next-mobile .hotline__text{
    font-size: 1rem;
    margin: 0;
    width: 100%;
    text-align: right; }
  .submenu-next .submenu-next-mobile .hamburger-close{
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative; }
  .submenu-next .submenu-next-mobile .hamburger-close:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffbf00;
    position: absolute;
    transform: rotate(45deg); }
  .submenu-next .submenu-next-mobile .hamburger-close:after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffbf00;
    position: absolute;
    transform: rotate(-45deg); }
  .header .header-inner{
    padding: 0 1rem; }
  .header .header-center-w{
    display: none; }
  #main-menu .main-navigation-link.first-level{
    opacity: 0;
    pointer-events: none; } }
