@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[x-cloak] {
  display: none !important;
}

header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before, .icon-edit:before, .icon-filters:before, .icon-info:before, .icon-delete:before, .icon-remove:before, .icon-close:before, .icon-search:before, .icon-burger:before, .icon-fav:before, .icon-cart:before, .icon-logged-in:before, .icon-login:before, .icon-selectshop:before, .icon-wishlist:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header > .inner > .header-search .header-burger span, .wishlist span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.products > li .details .product-colors li a:before, .products > li a.image:before, .small-cart-item .image a:before, header .search-results .image:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05000000", endColorstr="#0d000000",GradientType=1 );
}

@font-face {
  font-family: "iconmoon";
  src: url("../fonts/icomoon.eot?25");
  src: url("../fonts/icomoon.eot?25#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?25") format("truetype"), url("../fonts/icomoon.woff?25") format("woff"), url("../fonts/icomoon.svg?25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  font-family: "Inter", sans-serif;
  color: #333;
}

.icon-wishlist:before {
  content: "\e90a";
}

body {
  font: 400 16px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.4s ease-in-out;
}
.overlay.open {
  background-color: rgba(0, 0, 0, 0);
}
.overlay.open-end {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay.close {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay.close-end {
  background-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.products-wrapper.scroll .page, .scroll-top {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: -20px;
  justify-content: center;
  align-items: center;
  color: #000;
}
.products-wrapper.scroll .page:disabled, .scroll-top:disabled {
  cursor: default;
  opacity: 0.3;
}
.products-wrapper.scroll .page:before, .scroll-top:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 5px;
}
.products-wrapper.scroll .next.page, .next.scroll-top {
  right: 10px;
  transform: rotate(-90deg);
  padding-bottom: 6px;
}
.products-wrapper.scroll .prev.page, .prev.scroll-top {
  left: 10px;
  transform: rotate(90deg);
  padding-bottom: 6px;
}
@media (min-width: 1720px) {
  .products-wrapper.scroll .next.page, .next.scroll-top {
    right: -20px;
  }
  .products-wrapper.scroll .prev.page, .prev.scroll-top {
    left: -20px;
  }
}
.products-wrapper.scroll .page span, .scroll-top span {
  display: none;
}

main {
  margin: 0 auto;
  max-width: 1720px;
}

h1.common, .common-form legend {
  font-size: 2.2em;
  font-weight: normal;
  padding: 0;
  margin: 30px 16px 20px 16px;
}

.modal .common-form legend {
  text-align: center;
}

@media (min-width: 1280px) {
  h1.common, .common-form legend {
    text-align: center;
    float: none;
  }
  h1.common {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}
.breadcrumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 16px;
  font-size: 0.82em;
  line-height: 180%;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:first-child):before {
  content: "•";
  margin: 0 8px 0 4px;
  display: inline-block;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.column50 {
  padding-bottom: 30px;
}

.columns-std {
  margin: 0 16px;
}

@media (min-width: 1024px) {
  .columns {
    display: flex;
  }
  .columns .column {
    width: 50%;
  }
  .columns .column50 {
    width: 50%;
  }
  .columns .column20 {
    width: 20%;
  }
  .columns .column80 {
    width: 80%;
  }
  .columns .lh180 {
    line-height: 180%;
  }
  .columns .br {
    border-right: solid 1px #F2F2F2;
    padding-right: 50px;
  }
  .columns .pl {
    padding-left: 50px;
  }
  .columns-2-1 {
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    padding: 0 50px;
  }
  .columns-2-1 .column1 {
    padding-right: 50px;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    padding-left: 50px;
  }
  .columns-2-1 .column {
    flex: 1 1 40%;
    align-self: stretch;
  }
}
@media (min-width: 1720px) {
  .columns-2-1 {
    padding: 0;
  }
  .columns-2-1 .column {
    flex: 1 1 auto;
    width: 25%;
    padding: 0 90px;
  }
  .columns-2-1 .column:first-child {
    padding-left: 0;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column:last-child {
    padding-right: 0;
    border-left: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    width: 20%;
  }
}
main > h2, main > .products-wrapper > h2 {
  padding: 55px 16px 20px 16px;
  margin: 0;
  font-size: 2.1em;
  font-weight: 400;
}
main > a.more, main > .products-wrapper > a.more {
  padding: 0 16px 25px 16px;
  margin-top: -15px;
  font-size: 1em;
  text-decoration: underline;
  display: inline-block;
}
main > a.more:hover, main > .products-wrapper > a.more:hover {
  text-decoration: none;
}

@media (min-width: 641px) {
  main > h2, main > .products-wrapper > h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  main > a.more, main > .products-wrapper > a.more {
    display: none;
  }
}
.modal {
  display: block;
  /* Probably need media queries here */
  width: 850px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}
.modal .icon-close {
  font-size: 20px;
  float: right;
  margin: 20px 20px 0 0;
  cursor: pointer;
}
.modal .container {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  top: 40px;
  padding-top: 0px;
}
@media (min-width: 1025px) {
  .modal .icon-close {
    display: block;
    position: absolute;
    top: -40px;
    color: #fff;
    right: 0;
    margin: 0;
  }
  .modal .container {
    top: 0;
    padding: 40px 150px;
    height: 100%;
  }
}
.modal.ad .container .ad-bg {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  width: 100%;
}
.modal.ad .container .ad-bg form {
  padding: 20px;
  bottom: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
}
.modal.ad .container .ad-bg form .field-box label {
  z-index: inherit !important;
  margin-left: 1px;
}
.modal.ad .container .ad-bg form .field-box.show-label > label {
  margin-left: 13px;
}
.modal.ad .container .ad-bg form .submit {
  margin-bottom: 0;
}
.modal.ad .container .ad-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.modal.products-popup h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0 0 13px 0;
}
@media (min-width: 1025px) {
  .modal.ad .container {
    padding: 0;
  }
  .modal.products-popup .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.products-popup h1 {
    margin: -15px 0 13px 0;
  }
}

.preloader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  background: rgba(255, 255, 255, 0.6);
}
.preloader__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.preloader__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader .spinner {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #666;
  border-color: #666 transparent #666 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.messages-container .messages {
  list-style-type: none;
  padding: 0;
  margin: 20px 10px 0 10px;
  transition-property: all;
  transition-duration: 0.5s;
}
.messages-container .messages li {
  padding: 20px;
  transition-property: all;
  transition-duration: 0.5s;
  text-align: center;
  background: #F2F2F2;
}
.messages-container .messages li.error {
  color: #ec0000;
  background: #F2F2F2;
}
.messages-container .messages li.error:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 10px;
}
.content-inline-menu {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}
.content-inline-menu li {
  border: solid 1px #c1c1c1;
  min-height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 4px 10px;
  cursor: pointer;
}
.content-inline-menu li.selected, .content-inline-menu li:hover {
  border: solid 2px #000;
  min-height: 30px;
  line-height: 30px;
  margin: 0 3px 10px;
}
.content-inline-menu li.selected {
  cursor: inherit;
  padding: 0 10px;
}
.content-inline-menu li a {
  display: inline-block;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
}

main > .content {
  margin: 0 16px;
}
main > .content > .message {
  text-align: center;
}

.icon-wishlist:before {
  content: "\e90a";
}

.wishlist {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  transition: 0.1s linear;
}
.wishlist:hover {
  color: red;
  animation: heartbeat 0.4s 2;
}
.wishlist::before {
  padding-top: 11px;
  display: block;
}
.wishlist.close, .wishlist.open-end {
  transform: scale(1);
}
.wishlist.close-end, .wishlist.open {
  transform: scale(0);
}
.wishlist.active:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}

.products .wishlist {
  top: 10px;
  right: 10px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  top: inherit;
  transform: rotate(180deg);
}
.scroll-top::before {
  line-height: 40px;
}

[x-cloak] {
  display: none !important;
}

.icon-wishlist:before, .icon-selectshop:before, .icon-login:before, .icon-logged-in:before, .icon-cart:before, .icon-fav:before, .icon-burger:before, .icon-search:before, .icon-close:before, .icon-remove:before, .icon-delete:before, .icon-info:before, .icon-filters:before, .icon-edit:before, header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wishlist span, header > .inner > .header-search .header-burger span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.products > li .details .product-colors li a:before, .products > li a.image:before, header .search-results .image:before, .small-cart-item .image a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05000000", endColorstr="#0d000000",GradientType=1 );
}

@font-face {
  font-family: "iconmoon";
  src: url("../fonts/icomoon.eot?25");
  src: url("../fonts/icomoon.eot?25#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?25") format("truetype"), url("../fonts/icomoon.woff?25") format("woff"), url("../fonts/icomoon.svg?25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  font-family: "Inter", sans-serif;
  color: #333;
}

.icon-wishlist:before {
  content: "\e90a";
}

body {
  font: 400 16px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.4s ease-in-out;
}

.overlay.open {
  background-color: rgba(0, 0, 0, 0);
}

.overlay.open-end {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close-end {
  background-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.products-wrapper.scroll .page, .scroll-top {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: -20px;
  justify-content: center;
  align-items: center;
  color: #000;
}

.products-wrapper.scroll .page:disabled, .scroll-top:disabled {
  cursor: default;
  opacity: 0.3;
}

.products-wrapper.scroll .page:before, .scroll-top:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 5px;
}

.products-wrapper.scroll .next.page, .next.scroll-top {
  right: 10px;
  transform: rotate(-90deg);
  padding-bottom: 6px;
}

.products-wrapper.scroll .prev.page, .prev.scroll-top {
  left: 10px;
  transform: rotate(90deg);
  padding-bottom: 6px;
}

@media (min-width: 1720px) {
  .products-wrapper.scroll .next.page, .next.scroll-top {
    right: -20px;
  }
  .products-wrapper.scroll .prev.page, .prev.scroll-top {
    left: -20px;
  }
}
.products-wrapper.scroll .page span, .scroll-top span {
  display: none;
}

main {
  margin: 0 auto;
  max-width: 1720px;
}

h1.common, .common-form legend {
  font-size: 2.2em;
  font-weight: normal;
  padding: 0;
  margin: 30px 16px 20px 16px;
}

.modal .common-form legend {
  text-align: center;
}

@media (min-width: 1280px) {
  h1.common, .common-form legend {
    text-align: center;
    float: none;
  }
  h1.common {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}
.breadcrumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 16px;
  font-size: 0.82em;
  line-height: 180%;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:first-child):before {
  content: "•";
  margin: 0 8px 0 4px;
  display: inline-block;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.column50 {
  padding-bottom: 30px;
}

.columns-std {
  margin: 0 16px;
}

@media (min-width: 1024px) {
  .columns {
    display: flex;
  }
  .columns .column {
    width: 50%;
  }
  .columns .column50 {
    width: 50%;
  }
  .columns .column20 {
    width: 20%;
  }
  .columns .column80 {
    width: 80%;
  }
  .columns .lh180 {
    line-height: 180%;
  }
  .columns .br {
    border-right: solid 1px #F2F2F2;
    padding-right: 50px;
  }
  .columns .pl {
    padding-left: 50px;
  }
  .columns-2-1 {
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    padding: 0 50px;
  }
  .columns-2-1 .column1 {
    padding-right: 50px;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    padding-left: 50px;
  }
  .columns-2-1 .column {
    flex: 1 1 40%;
    align-self: stretch;
  }
}
@media (min-width: 1720px) {
  .columns-2-1 {
    padding: 0;
  }
  .columns-2-1 .column {
    flex: 1 1 auto;
    width: 25%;
    padding: 0 90px;
  }
  .columns-2-1 .column:first-child {
    padding-left: 0;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column:last-child {
    padding-right: 0;
    border-left: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    width: 20%;
  }
}
main > h2, main > .products-wrapper > h2 {
  padding: 55px 16px 20px 16px;
  margin: 0;
  font-size: 2.1em;
  font-weight: 400;
}

main > a.more, main > .products-wrapper > a.more {
  padding: 0 16px 25px 16px;
  margin-top: -15px;
  font-size: 1em;
  text-decoration: underline;
  display: inline-block;
}

main > a.more:hover, main > .products-wrapper > a.more:hover {
  text-decoration: none;
}

@media (min-width: 641px) {
  main > h2, main > .products-wrapper > h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  main > a.more, main > .products-wrapper > a.more {
    display: none;
  }
}
.modal {
  display: block;
  /* Probably need media queries here */
  width: 850px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.modal .icon-close {
  font-size: 20px;
  float: right;
  margin: 20px 20px 0 0;
  cursor: pointer;
}

.modal .container {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  top: 40px;
  padding-top: 0px;
}

@media (min-width: 1025px) {
  .modal .icon-close {
    display: block;
    position: absolute;
    top: -40px;
    color: #fff;
    right: 0;
    margin: 0;
  }
  .modal .container {
    top: 0;
    padding: 40px 150px;
    height: 100%;
  }
}
.modal.ad .container .ad-bg {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  width: 100%;
}

.modal.ad .container .ad-bg form {
  padding: 20px;
  bottom: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
}

.modal.ad .container .ad-bg form .field-box label {
  z-index: inherit !important;
  margin-left: 1px;
}

.modal.ad .container .ad-bg form .field-box.show-label > label {
  margin-left: 13px;
}

.modal.ad .container .ad-bg form .submit {
  margin-bottom: 0;
}

.modal.ad .container .ad-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.modal.products-popup h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0 0 13px 0;
}

@media (min-width: 1025px) {
  .modal.ad .container {
    padding: 0;
  }
  .modal.products-popup .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.products-popup h1 {
    margin: -15px 0 13px 0;
  }
}
.preloader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  background: rgba(255, 255, 255, 0.6);
}

.preloader__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #666;
  border-color: #666 transparent #666 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.messages-container .messages {
  list-style-type: none;
  padding: 0;
  margin: 20px 10px 0 10px;
  transition-property: all;
  transition-duration: 0.5s;
}

.messages-container .messages li {
  padding: 20px;
  transition-property: all;
  transition-duration: 0.5s;
  text-align: center;
  background: #F2F2F2;
}

.messages-container .messages li.error {
  color: #ec0000;
  background: #F2F2F2;
}

.messages-container .messages li.error:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 10px;
}

.content-inline-menu {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}

.content-inline-menu li {
  border: solid 1px #c1c1c1;
  min-height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 4px 10px;
  cursor: pointer;
}

.content-inline-menu li.selected, .content-inline-menu li:hover {
  border: solid 2px #000;
  min-height: 30px;
  line-height: 30px;
  margin: 0 3px 10px;
}

.content-inline-menu li.selected {
  cursor: inherit;
  padding: 0 10px;
}

.content-inline-menu li a {
  display: inline-block;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
}

main > .content {
  margin: 0 16px;
}

main > .content > .message {
  text-align: center;
}

.icon-wishlist:before {
  content: "\e90a";
}

.wishlist {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  transition: 0.1s linear;
}

.wishlist:hover {
  color: red;
  animation: heartbeat 0.4s 2;
}

.wishlist::before {
  padding-top: 11px;
  display: block;
}

.wishlist.close, .wishlist.open-end {
  transform: scale(1);
}

.wishlist.close-end, .wishlist.open {
  transform: scale(0);
}

.wishlist.active:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}

.products .wishlist {
  top: 10px;
  right: 10px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  top: inherit;
  transform: rotate(180deg);
}

.scroll-top::before {
  line-height: 40px;
}

.icon-selectshop:before {
  content: "\e922";
}

.icon-login:before {
  content: "\e932";
}

.icon-logged-in:before {
  content: "\e932";
}

.icon-cart:before {
  content: "\e923";
}

.icon-fav:before {
  content: "\e90a";
}

.icon-burger:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e904";
}

.icon-remove:before {
  content: "\e904";
}

.icon-delete:before {
  content: "\e90c";
}

.icon-info:before {
  content: "\e90e";
}

.icon-filters:before {
  content: "\e914";
}

.icon-edit:before {
  content: "\e91c";
}

.lang-en .icon-selectshop:before, .lang-en header.fixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}

.lang-cs .icon-selectshop:before, .lang-cs header.fixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
}

header {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 5;
  background: #fff;
}
header .top-links {
  display: none;
  background: #F2F2F2;
}
header .top-links .inner {
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75em;
  height: 40px;
}
header .top-links .inner p {
  margin: 0 15px;
  padding: 0 0 2px;
  text-transform: uppercase;
}
header .top-links .inner p a {
  border-bottom: solid 1px #000;
  transition: border 0.2s ease-out;
}
header .top-links .inner p a:hover {
  border-color: transparent;
}
header > .inner {
  display: flex;
  flex-flow: row wrap;
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  /* logo */
  /* user menu */
  /* search */
}
header > .inner > h1, header > .inner > .header {
  flex: 1 0 auto;
  order: 1;
  font-size: 15px;
  height: 30px;
  margin: 0;
  padding: 20px 0 0 15px;
}
header > .inner > h1 a, header > .inner > .header a {
  width: 200px;
  height: 20px;
  cursor: pointer;
  font-size: 1.1em;
}
header > .inner > h1 a span, header > .inner > .header a span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header > .inner > ul.header-menu {
  flex: 0 0 auto;
  order: 2;
  margin: 0;
  text-align: right;
  height: 34px;
  padding: 16px 15px 0 0;
}
header > .inner > ul.header-menu > li {
  display: inline-block;
  margin-left: 8px;
}
header > .inner > ul.header-menu > li > a {
  font-size: 20px;
  display: block;
  width: 20px;
  position: relative;
  /*&.active{
      padding-bottom: 10px;
      border-bottom: solid 4px #000;

      &:hover{
          border-color: red;
      }
  }*/
}
header > .inner > ul.header-menu > li > a.icon-fav {
  width: 23px;
}
header > .inner > ul.header-menu > li > a.icon-cart {
  width: 19px;
}
header > .inner > ul.header-menu > li > a:after {
  content: "";
  margin-top: 2px;
  display: block;
  background: #000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 0;
}
header > .inner > ul.header-menu > li > a:hover:after, header > .inner > ul.header-menu > li > a.icon-logged-in:after {
  height: 4px;
}
header > .inner > ul.header-menu > li > a.notempty:after {
  display: none;
}
header > .inner > ul.header-menu > li > a span.text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header > .inner > ul.header-menu > li > a span.qty {
  position: absolute;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  top: -10px;
  right: -10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3215686275);
}
header > .inner > ul.header-menu > li > a span.qty.open, header > .inner > ul.header-menu > li > a span.qty.open-end {
  animation: shake 0.25s both;
}
header > .inner > ul.header-menu > li > a span.qty.close {
  display: none;
}
@keyframes shake {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
header > .inner > .header-search {
  flex: 1 0 auto;
  order: 3;
  display: flex;
  padding: 0 15px;
  height: 50px;
  min-width: 50%;
}
header > .inner > .header-search .header-burger {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 11px 30px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
header > .inner > .header-search .header-search-form {
  position: relative;
  flex: 1 0 auto;
  margin: 7px 0 0 0;
}
header > .inner > .header-search .header-search-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
header > .inner > .header-search .header-search-form fieldset p {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
header > .inner > .header-search .header-search-form fieldset p button, header > .inner > .header-search .header-search-form fieldset p input {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  outline: none;
}
header > .inner > .header-search .header-search-form fieldset p input {
  margin-left: 5px;
  box-sizing: border-box;
  min-width: 0;
  width: 60px;
}
header > .inner > .header-search .header-search-form fieldset p input::placeholder {
  color: transparent;
}
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-decoration,
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-cancel-button,
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-results-button,
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
header > .inner > .header-search .header-search-form fieldset p .header-search-go {
  order: 1;
  background: none;
  font-size: 20px;
}
header > .inner > .header-search .header-search-form fieldset p .header-search-go span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header > .inner > .header-search .header-search-form fieldset p .header-search-phrase {
  order: 2;
  flex: 1;
}
header .icon-search-loading {
  height: 20px;
  margin-bottom: 4px !important;
  animation: inf-rotate 1.2s linear infinite;
}
header .icon-search-loading:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e981";
}
@keyframes inf-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header.fixed-menu, header.pfixed-menu {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0509803922);
  position: fixed;
  top: 0;
  width: 100%;
}
header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
  content: "\e901";
}
header.fixed-menu h1, header.fixed-menu .header, header.pfixed-menu h1, header.pfixed-menu .header {
  display: none;
}
header.fixed-menu .inner > ul.header-menu, header.pfixed-menu .inner > ul.header-menu {
  padding-top: 18px;
}
header.fixed-menu .header-search, header.pfixed-menu .header-search {
  height: 58px;
  order: 1;
  padding-right: 0;
}
header.fixed-menu .header-search > .header-search-form, header.pfixed-menu .header-search > .header-search-form {
  margin: 18px 0 0 0;
  flex: 0 1 auto;
}
header.fixed-menu .header-search .header-burger, header.pfixed-menu .header-search .header-burger {
  margin-top: 22px;
}
@media (min-width: 1281px) {
  header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
  }
}
@media (min-width: 320px) {
  header.fixed-menu .header-search, header.pfixed-menu .header-search {
    width: 40%;
  }
  header .inner > ul.header-menu > li {
    padding: 0 10px;
    margin-left: 5px;
  }
}
@media (min-width: 641px) {
  header .top-links {
    display: block;
  }
  header .inner {
    margin-top: 9px;
  }
  header .inner h1, header .inner .header {
    padding-top: 17px;
    font-size: 22px;
  }
  header .inner > .header-search {
    max-width: 240px;
    min-width: auto;
    order: 1;
  }
  header .inner > .header-search > .header-search-form {
    margin-top: 16px;
  }
  header .inner > .header-search .header-burger {
    display: none;
  }
  header .inner > ul {
    order: 3;
  }
  header .inner nav {
    display: flex;
    order: 4;
    width: 100%;
  }
  header .inner nav ul {
    margin: 20px auto 0;
    padding: 0;
  }
  header .inner nav ul li {
    margin: 0 15px;
  }
  header .inner nav ul li a {
    display: inline-block;
    position: relative;
  }
  header .inner nav ul li a::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    background: #000;
    transition: height 0.2s ease;
    margin-top: 1px;
    position: absolute;
  }
  header .inner nav ul li a:hover::after {
    height: 4px;
  }
  header.fixed-menu .inner, header.pfixed-menu .inner {
    margin-top: 0;
  }
  header.fixed-menu .inner ul.header-menu, header.pfixed-menu .inner ul.header-menu {
    order: 4;
  }
  header.fixed-menu h1, header.fixed-menu .header, header.pfixed-menu h1, header.pfixed-menu .header {
    display: block;
    flex: 0 0 auto;
  }
  header.fixed-menu .top-links, header.pfixed-menu .top-links {
    display: none;
  }
  header.fixed-menu nav, header.pfixed-menu nav {
    margin-top: 0;
    display: flex;
    order: 1;
    width: auto;
    flex: 1 0 auto;
  }
  header.fixed-menu nav ul, header.pfixed-menu nav ul {
    margin-top: 18px;
  }
  header.fixed-menu nav ul li, header.pfixed-menu nav ul li {
    margin: 0 5px;
  }
  header.fixed-menu nav ul li.additional, header.pfixed-menu nav ul li.additional {
    display: none;
  }
  header.fixed-menu .header-search, header.pfixed-menu .header-search {
    order: 2;
    max-width: 80px;
  }
}
@media (min-width: 769px) {
  header.fixed-menu nav ul li.additional, header.pfixed-menu nav ul li.additional {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  header.fixed-menu nav ul li, header.pfixed-menu nav ul li {
    margin: 0 15px;
  }
  header.fixed-menu .header-search, header.pfixed-menu .header-search {
    order: 2;
    padding: 0 15px;
    max-width: 240px;
  }
  header.fixed-menu .header-search form, header.pfixed-menu .header-search form {
    width: 240px;
  }
}
header nav {
  order: 1;
  display: none;
  font-size: 1em;
}
header nav li {
  display: inline;
}

.header-link {
  position: relative;
}

.top-notice, .bottom-notice {
  flex: 0 0 100%;
  background: #FF0000;
  text-align: center;
  transition: max-height 0.5s ease-out;
}
.top-notice.close, .bottom-notice.close {
  max-height: 100px;
  overflow: hidden;
}
.top-notice.close-end, .bottom-notice.close-end {
  max-height: 0;
}
.top-notice .icon-close, .bottom-notice .icon-close {
  cursor: pointer;
}
.top-notice p, .bottom-notice p {
  margin: 0;
  padding: 10px;
  color: #fff;
}
.top-notice p a, .bottom-notice p a {
  color: #fff;
  border-bottom: solid 1px #fff;
  transition: border 0.2s ease-out;
}
.top-notice p a:hover, .bottom-notice p a:hover {
  border-color: transparent;
}

.top-notice .icon-close {
  float: right;
  margin: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  padding: 4px;
  border-radius: 10px;
  transition: all 0.25s ease;
}
.top-notice .icon-close:hover {
  background: #fff;
  color: #000;
}

.bottom-notice {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  background: #F2F2F2;
  line-height: 150%;
  font-size: 0.9em;
}
.bottom-notice .icon-close {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.bottom-notice p {
  color: #000;
}
.bottom-notice p a {
  color: #000;
  border-color: #000;
}
.bottom-notice .cookie-consent-button {
  margin: 0 4px 10px 4px;
  border: 0;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.bottom-notice .cookie-consent-button:hover {
  text-decoration: underline;
}
.bottom-notice .btn-outline {
  background: #ddd7d7;
  color: #534c4c;
}
.bottom-notice .cookie-consent-options {
  margin-bottom: 10px;
}
.bottom-notice .cookie-consent-options label {
  margin: 0 5px;
  cursor: pointer;
}
.bottom-notice .cookie-consent-options label input {
  cursor: pointer;
  margin-right: 3px;
}

@media (max-width: 1023px) {
  .bottom-notice {
    font-size: 12px;
  }
}
header .box {
  position: absolute;
  right: 0;
  z-index: 5;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0509803922);
  top: 45px;
}
header .box::before, header .box::after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #000 transparent;
}
header .box::after {
  top: -12px;
  right: 5px;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
}
header .box .container {
  display: block;
  width: 300px;
  background: #fff;
  border-top: solid 2px #000;
}

header .box-account .container {
  padding: 15px 0;
  text-align: center;
  line-height: 180%;
}
header .box-account .container strong, header .box-account .container a {
  display: block;
}
header .box-account .container a:hover {
  text-decoration: underline;
}
header .box-account .container .logout {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  margin-top: 5px;
  text-align: right;
  transition: background-color 0.5s ease;
}
header .box-account .container .logout:hover {
  text-decoration: none;
  background: #F2F2F2;
  color: #000;
}
header .box-account .container .logout::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea13";
  margin-left: 10px;
}

header .search-results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .search-results > .item {
  display: flex;
  border-bottom: solid 1px #F2F2F2;
  padding: 10px;
  cursor: pointer;
}
header .search-results > .item .item h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1em;
  line-height: 150%;
  font-weight: 600;
}
header .search-results > .item:hover {
  background: #fbfbfb;
}
header .search-results > .all {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}
header .search-results > .all:hover {
  background: #fbfbfb;
}
header .search-results .image {
  position: relative;
  margin-right: 20px;
}
.small-cart {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.small-cart-item {
  padding: 15px;
  margin: 0;
  display: flex;
  border-bottom: solid 1px #F2F2F2;
}
.small-cart-item .image a {
  position: relative;
  display: inline-block;
}
.small-cart-item .details {
  padding-left: 15px;
  text-align: left;
}
.small-cart-item .details h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 150%;
  font-size: 17px;
  font-weight: bold;
}
.small-cart-item .details h3 a:hover {
  text-decoration: underline;
}
.small-cart-item .details .link {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
  color: #999999;
  cursor: pointer;
}
.small-cart-item .details .link:before {
  margin-right: 5px;
}
.small-cart-item .details .link span {
  color: #999999;
}
.small-cart-item .details .link:hover span {
  text-decoration: underline;
}
.small-cart-item .details .price-container {
  margin: 5px 0 10px;
  color: #ec0000;
}

.small-cart-summary {
  display: flex;
  margin: 0;
  padding: 10px 15px 0;
  justify-content: flex-end;
}
.small-cart-summary dt, .small-cart-summary dd {
  padding: 0;
  margin: 0;
  align-self: flex-end;
}
.small-cart-summary dt {
  font-size: 0.7em;
  margin-right: 10px;
}

.small-cart-links {
  padding: 15px;
}
.small-cart-links .small-cart-buy {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  transition: background-color 0.5s ease;
}
.small-cart-links .small-cart-buy:after {
  margin-left: 10px;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media (hover: hover) and (pointer: fine) {
  .small-cart-links .small-cart-buy:hover {
    background: #F2F2F2;
    color: #000;
  }
  .small-cart-links .small-cart-buy:hover:after {
    color: #000;
  }
}
.small-cart-links .small-cart-edit {
  margin-right: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .small-cart-links .small-cart-edit:hover {
    text-decoration: underline;
  }
}

.small-cart-item-size {
  font-size: 0.8em;
  padding: 0;
  margin: 0 0 10px;
}

.small-cart-more {
  margin: 0;
  padding: 15px;
  display: block;
  font-size: 0.8em;
  color: #000;
  background: #F2F2F2;
  transition: color 1s;
}
.small-cart-more:after {
  margin-left: 10px;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media (hover: hover) and (pointer: fine) {
  .small-cart-more:hover {
    color: #999;
  }
}

@media (max-width: 1023px) {
  nav.categories {
    z-index: 15;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    overflow: auto;
    animation: slide 200ms ease-in-out forwards;
    transform-origin: top center;
  }
  nav.categories.open {
    left: -100%;
  }
  nav.categories.open-end {
    left: 0;
  }
  nav.categories.close {
    display: block;
    transition: all 200ms ease-in;
    animation: slide 200ms ease-in-out backwards;
    left: 0;
  }
  nav.categories.close-end {
    left: -100%;
  }
  nav.categories .icon-close {
    float: right;
    margin: 18px 18px 9px 0;
  }
  @keyframes slide {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  nav.categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav.categories > ul {
    margin: 5px 18px 18px;
    clear: both;
  }
  nav.categories > ul > li {
    border-bottom: solid 1px #E5E5E5;
  }
  nav.categories > ul > li a {
    display: block;
  }
  nav.categories > ul > li a:hover {
    color: rgb(100, 100, 100);
  }
  nav.categories > ul > li > a {
    line-height: 50px;
  }
  nav.categories > ul > li > .category.opened:after {
    transform: rotate(180deg);
  }
  nav.categories > ul > li > .category:after {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    transition-property: all;
    transition-duration: 0.5s;
    float: right;
    font-size: 6px;
    margin-top: 21px;
  }
  nav.categories > ul > li > .leaf:after {
    display: none;
  }
  nav.categories > ul > li > ul {
    margin-left: 35px;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
  }
  nav.categories > ul > li > ul > :last-child {
    padding-bottom: 25px;
  }
  nav.categories > ul > li > ul.open {
    max-height: 0;
  }
  nav.categories > ul > li > ul.close {
    max-height: 500px;
  }
  nav.categories > ul > li > ul.open-end {
    max-height: 500px;
    transition: max-height 1s ease-in-out;
  }
  nav.categories > ul > li > ul.close-end {
    max-height: 0;
  }
  nav.categories > ul > li > ul li {
    line-height: 40px;
  }
}
/* tablet */
@media (min-width: 641px) {
  nav.categories {
    float: left;
    width: 320px;
    box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1607843137);
  }
}
/* desktop menu */
@media (min-width: 1024px) {
  nav.categories {
    font-size: 0.9em;
    background: #F2F2F2;
    position: absolute;
    z-index: 5;
    height: auto;
    padding: 0 0 20px;
    float: inherit;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    animation: showMenu 400ms ease-in-out forwards;
    transform-origin: top center;
  }
  nav.categories a:hover {
    text-decoration: underline;
  }
  nav.categories ul {
    list-style-type: none;
  }
  nav.categories ul, nav.categories li {
    margin: 0;
    padding: 0;
  }
  @keyframes showMenu {
    0% {
      transform: rotateX(-90deg);
    }
    70% {
      transform: rotateX(20deg);
    }
    100% {
      transform: rotateX(0deg);
    }
  }
  nav.categories.close {
    display: block;
    transition: all 200ms ease-in;
    animation: showMenu 200ms ease-in-out backwards;
    transform-origin: top center;
    transform: rotateX(0deg);
  }
  nav.categories.close-end {
    transform: rotateX(-90deg);
  }
  nav.categories > ul {
    max-width: 1720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 600px;
    flex-basis: 100%;
    line-height: 140%;
  }
  nav.categories > ul > li {
    width: 16.66%;
    margin-top: 20px;
  }
  nav.categories > ul > li > a {
    font-weight: 600;
  }
  nav.categories > ul > li > * {
    margin: 0 20px;
  }
  nav.categories > ul > li ul {
    padding-top: 3px;
  }
  body.fixed-menu nav.categories, body.pfixed-menu nav.categories {
    position: fixed;
    top: 95px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0509803922);
    margin: 0;
  }
}
[x-cloak] {
  display: none !important;
}

.icon-wishlist:before, .icon-selectshop:before, .icon-login:before, .icon-logged-in:before, .icon-cart:before, .icon-fav:before, .icon-burger:before, .icon-search:before, .icon-close:before, .icon-remove:before, .icon-delete:before, .icon-info:before, .icon-filters:before, .icon-edit:before, header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wishlist span, header > .inner > .header-search .header-burger span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.products > li .details .product-colors li a:before, .products > li a.image:before, header .search-results .image:before, .small-cart-item .image a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05000000", endColorstr="#0d000000",GradientType=1 );
}

@font-face {
  font-family: "iconmoon";
  src: url("../fonts/icomoon.eot?25");
  src: url("../fonts/icomoon.eot?25#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?25") format("truetype"), url("../fonts/icomoon.woff?25") format("woff"), url("../fonts/icomoon.svg?25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  font-family: "Inter", sans-serif;
  color: #333;
}

.icon-wishlist:before {
  content: "\e90a";
}

body {
  font: 400 16px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.4s ease-in-out;
}

.overlay.open {
  background-color: rgba(0, 0, 0, 0);
}

.overlay.open-end {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close-end {
  background-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.products-wrapper.scroll .page, .scroll-top {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: -20px;
  justify-content: center;
  align-items: center;
  color: #000;
}

.products-wrapper.scroll .page:disabled, .scroll-top:disabled {
  cursor: default;
  opacity: 0.3;
}

.products-wrapper.scroll .page:before, .scroll-top:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 5px;
}

.products-wrapper.scroll .next.page, .next.scroll-top {
  right: 10px;
  transform: rotate(-90deg);
  padding-bottom: 6px;
}

.products-wrapper.scroll .prev.page, .prev.scroll-top {
  left: 10px;
  transform: rotate(90deg);
  padding-bottom: 6px;
}

@media (min-width: 1720px) {
  .products-wrapper.scroll .next.page, .next.scroll-top {
    right: -20px;
  }
  .products-wrapper.scroll .prev.page, .prev.scroll-top {
    left: -20px;
  }
}
.products-wrapper.scroll .page span, .scroll-top span {
  display: none;
}

main {
  margin: 0 auto;
  max-width: 1720px;
}

h1.common, .common-form legend {
  font-size: 2.2em;
  font-weight: normal;
  padding: 0;
  margin: 30px 16px 20px 16px;
}

.modal .common-form legend {
  text-align: center;
}

@media (min-width: 1280px) {
  h1.common, .common-form legend {
    text-align: center;
    float: none;
  }
  h1.common {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}
.breadcrumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 16px;
  font-size: 0.82em;
  line-height: 180%;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:first-child):before {
  content: "•";
  margin: 0 8px 0 4px;
  display: inline-block;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.column50 {
  padding-bottom: 30px;
}

.columns-std {
  margin: 0 16px;
}

@media (min-width: 1024px) {
  .columns {
    display: flex;
  }
  .columns .column {
    width: 50%;
  }
  .columns .column50 {
    width: 50%;
  }
  .columns .column20 {
    width: 20%;
  }
  .columns .column80 {
    width: 80%;
  }
  .columns .lh180 {
    line-height: 180%;
  }
  .columns .br {
    border-right: solid 1px #F2F2F2;
    padding-right: 50px;
  }
  .columns .pl {
    padding-left: 50px;
  }
  .columns-2-1 {
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    padding: 0 50px;
  }
  .columns-2-1 .column1 {
    padding-right: 50px;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    padding-left: 50px;
  }
  .columns-2-1 .column {
    flex: 1 1 40%;
    align-self: stretch;
  }
}
@media (min-width: 1720px) {
  .columns-2-1 {
    padding: 0;
  }
  .columns-2-1 .column {
    flex: 1 1 auto;
    width: 25%;
    padding: 0 90px;
  }
  .columns-2-1 .column:first-child {
    padding-left: 0;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column:last-child {
    padding-right: 0;
    border-left: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    width: 20%;
  }
}
main > h2, main > .products-wrapper > h2 {
  padding: 55px 16px 20px 16px;
  margin: 0;
  font-size: 2.1em;
  font-weight: 400;
}

main > a.more, main > .products-wrapper > a.more {
  padding: 0 16px 25px 16px;
  margin-top: -15px;
  font-size: 1em;
  text-decoration: underline;
  display: inline-block;
}

main > a.more:hover, main > .products-wrapper > a.more:hover {
  text-decoration: none;
}

@media (min-width: 641px) {
  main > h2, main > .products-wrapper > h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  main > a.more, main > .products-wrapper > a.more {
    display: none;
  }
}
.modal {
  display: block;
  /* Probably need media queries here */
  width: 850px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.modal .icon-close {
  font-size: 20px;
  float: right;
  margin: 20px 20px 0 0;
  cursor: pointer;
}

.modal .container {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  top: 40px;
  padding-top: 0px;
}

@media (min-width: 1025px) {
  .modal .icon-close {
    display: block;
    position: absolute;
    top: -40px;
    color: #fff;
    right: 0;
    margin: 0;
  }
  .modal .container {
    top: 0;
    padding: 40px 150px;
    height: 100%;
  }
}
.modal.ad .container .ad-bg {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  width: 100%;
}

.modal.ad .container .ad-bg form {
  padding: 20px;
  bottom: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
}

.modal.ad .container .ad-bg form .field-box label {
  z-index: inherit !important;
  margin-left: 1px;
}

.modal.ad .container .ad-bg form .field-box.show-label > label {
  margin-left: 13px;
}

.modal.ad .container .ad-bg form .submit {
  margin-bottom: 0;
}

.modal.ad .container .ad-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.modal.products-popup h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0 0 13px 0;
}

@media (min-width: 1025px) {
  .modal.ad .container {
    padding: 0;
  }
  .modal.products-popup .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.products-popup h1 {
    margin: -15px 0 13px 0;
  }
}
.preloader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  background: rgba(255, 255, 255, 0.6);
}

.preloader__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #666;
  border-color: #666 transparent #666 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.messages-container .messages {
  list-style-type: none;
  padding: 0;
  margin: 20px 10px 0 10px;
  transition-property: all;
  transition-duration: 0.5s;
}

.messages-container .messages li {
  padding: 20px;
  transition-property: all;
  transition-duration: 0.5s;
  text-align: center;
  background: #F2F2F2;
}

.messages-container .messages li.error {
  color: #ec0000;
  background: #F2F2F2;
}

.messages-container .messages li.error:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 10px;
}

.content-inline-menu {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}

.content-inline-menu li {
  border: solid 1px #c1c1c1;
  min-height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 4px 10px;
  cursor: pointer;
}

.content-inline-menu li.selected, .content-inline-menu li:hover {
  border: solid 2px #000;
  min-height: 30px;
  line-height: 30px;
  margin: 0 3px 10px;
}

.content-inline-menu li.selected {
  cursor: inherit;
  padding: 0 10px;
}

.content-inline-menu li a {
  display: inline-block;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
}

main > .content {
  margin: 0 16px;
}

main > .content > .message {
  text-align: center;
}

.icon-wishlist:before {
  content: "\e90a";
}

.wishlist {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  transition: 0.1s linear;
}

.wishlist:hover {
  color: red;
  animation: heartbeat 0.4s 2;
}

.wishlist::before {
  padding-top: 11px;
  display: block;
}

.wishlist.close, .wishlist.open-end {
  transform: scale(1);
}

.wishlist.close-end, .wishlist.open {
  transform: scale(0);
}

.wishlist.active:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}

.products .wishlist {
  top: 10px;
  right: 10px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  top: inherit;
  transform: rotate(180deg);
}

.scroll-top::before {
  line-height: 40px;
}

.lang-en footer .footer .credits .social::before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}

.lang-cs footer .footer .credits .social::before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
}

footer {
  padding-top: 10px;
}
footer .newsletter {
  background: #F2F2F2;
  padding: 18px;
}
footer .newsletter ol::after {
  content: "";
  width: 165px;
  height: 212px;
  display: block;
  background: url("../imgs/newsletter-bg@2x.png") no-repeat;
  background-size: contain;
  float: right;
  margin-top: -185px;
}
footer .newsletter .header {
  font-weight: 600;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
footer .newsletter .description {
  width: 50%;
  margin-right: 20px;
}
footer .newsletter .info {
  margin-top: 30px;
  margin-left: 0;
}
footer .newsletter ol {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 160%;
}
footer .newsletter ol li {
  color: #dc0101;
}
footer .newsletter fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 25px 0 30px;
}
footer .newsletter fieldset p {
  display: flex;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.0784313725);
}
footer .newsletter fieldset p label {
  display: none;
}
footer .newsletter fieldset p input, footer .newsletter fieldset p button {
  height: 68px;
  border: 0;
  padding: 0;
  margin: 0;
}
footer .newsletter fieldset p input {
  flex: 1;
  background-color: transparent;
  padding-left: 20px;
  font-size: 1.1em;
  outline: none;
  width: 100%;
}
footer .newsletter fieldset p button {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 40px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
footer .newsletter fieldset p button::before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
}
footer .newsletter fieldset p button:hover {
  background: #ec0000;
}
footer .newsletter fieldset p button:hover::before {
  background: #ec0000;
}
footer .footer {
  margin-top: 9px;
}
footer .footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer .col.menu > ul {
  margin: 0 18px 0 18px;
  clear: both;
}
footer .footer .col.menu > ul > li {
  border-bottom: solid 1px #E5E5E5;
}
footer .footer .col.menu > ul > li a {
  display: block;
  line-height: 50px;
}
footer .footer .col.menu > ul > li a:hover {
  color: rgb(100, 100, 100);
}
footer .footer .col.address {
  margin: 0 18px 0 18px;
  line-height: 150%;
}
footer .footer .col.address address {
  font-style: normal;
}
footer .footer .col.address a {
  border-bottom: solid 1px #000;
}
footer .footer .col.address a:hover {
  border: 0;
}
footer .footer .credits {
  margin: 0 18px 0 18px;
}
footer .footer .credits .services li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 2px;
}
footer .footer .credits .services li img {
  display: inline-block;
}
footer .footer .credits .services li.stretch {
  min-height: 25px;
}
footer .footer .credits .services li a {
  display: inline-block;
  line-height: 0;
}
footer .footer .credits .social {
  margin: 40px auto 60px;
  text-align: center;
}
footer .footer .credits .social li.instagram a::after, footer .footer .credits .social li.youtube a::after, footer .footer .credits .social li.facebook a::after {
  background: #000;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
}
footer .footer .credits .social li.instagram a:hover::after, footer .footer .credits .social li.youtube a:hover::after, footer .footer .credits .social li.facebook a:hover::after {
  background: #FF0000;
}
footer .footer .credits .social li {
  display: inline-block;
  font-size: 0;
  margin: 0 20px;
}
footer .footer .credits .social li.facebook a::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea90";
}
footer .footer .credits .social li.youtube a::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea9d";
}
footer .footer .credits .social li.instagram a::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea92";
}
footer .footer .neki img {
  filter: grayscale(100%);
  opacity: 0.3;
}
footer .footer .neki img:hover {
  filter: none;
  opacity: 1;
}

@media (min-width: 1025px) {
  footer {
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
  }
  footer .newsletter {
    height: 250px;
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  footer .newsletter .info {
    max-width: 260px;
  }
  footer .newsletter .info .description {
    width: auto;
  }
  footer .newsletter .col {
    margin: 0;
  }
  footer .newsletter ol {
    min-width: 120px;
    height: 170px;
    position: relative;
    padding: 80px 185px 0 0;
  }
  footer .newsletter ol::after {
    bottom: 0;
    right: 0;
    position: absolute;
  }
  footer .newsletter fieldset::before {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    float: left;
    margin: 30px 20px 0 0;
    font-size: 0.8em;
  }
  footer .footer {
    display: flex;
    padding: 0 40px;
    border-bottom: solid 1px #F2F2F2;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  footer .footer p {
    margin: 0;
  }
  footer .footer .col {
    padding: 60px 0;
  }
  footer .footer .col address {
    margin-top: 20px;
  }
  footer .footer .credits {
    display: flex;
  }
  footer .footer .credits .services {
    margin-right: 80px;
    text-align: center;
  }
  footer .footer .credits .services li {
    display: block;
    margin-bottom: 10px;
  }
  footer .footer .credits .social {
    margin: 0;
  }
  footer .footer .credits .social::before {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    font-size: 1.4em;
    clear: both;
    display: block;
    margin-bottom: 50px;
  }
  footer .footer .col.menu > ul {
    margin: 0;
    line-height: 180%;
  }
  footer .footer .col.menu > ul > li {
    border: 0;
  }
  footer .footer .col.menu > ul > li a {
    display: inline-block;
    line-height: inherit;
    text-decoration: underline;
  }
  footer .footer .col.menu > ul > li a:hover {
    text-decoration: none;
  }
  footer .neki {
    position: absolute;
    line-height: 0;
    bottom: 0;
    right: 10px;
  }
}
@media (min-width: 641px) {
  footer {
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  footer .newsletter, footer .footer {
    padding: 0 150px;
  }
}
@media (min-width: 1720px) {
  footer .neki {
    right: 0;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px;
}
.pagination ul.pages {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.pagination ul.pages li {
  display: inline;
  margin: 10px;
}
.pagination ul.pages li > a, .pagination ul.pages li > span {
  display: inline-block;
}
.pagination ul.pages li.selected span {
  color: #dfdfdf;
}
.pagination ul.pages li.next a, .pagination ul.pages li.prev a {
  visibility: hidden;
  font-size: 0;
}
.pagination ul.pages li.next a::after, .pagination ul.pages li.prev a::after {
  display: inline-block;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: 16px;
  visibility: visible;
  color: #000;
  padding-bottom: 2px;
}
.pagination ul.pages li:hover.next a::after, .pagination ul.pages li:hover.prev a::after {
  background: #fff;
}
.pagination ul.pages li.prev a::after {
  transform: rotate(-180deg);
}
.pagination form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.pagination form fieldset legend, .pagination form fieldset label {
  display: none;
}

.list-extras-holder {
  pointer-events: none;
  background: #fff;
  position: absolute;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 0.8em;
}
.list-extras-holder span {
  color: #ec0000;
  font-weight: 600;
}

.price {
  font-size: 0.95em;
}
.price.promotion {
  color: #ec0000;
}
.price.old {
  color: #757575;
  text-decoration: line-through;
  margin-left: 15px;
}

.products-wrapper.scroll {
  position: relative;
}
.products-wrapper.scroll .viewport {
  overflow: hidden;
  padding: 0 10px;
}
.products-wrapper.scroll .page {
  margin-top: -60px;
}

.products {
  display: flex;
  /*margin: 0 15px;*/
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  list-style-type: none;
  clear: both;
}
.products-grid {
  flex-flow: row wrap;
}
.products > li.product-banner {
  padding-bottom: 20px;
}
.products > li.product-banner img {
  width: 100%;
  height: 100%;
}
.products > li {
  overflow: hidden;
  /*min-width: 25%;*/
  /*min-width: 20%;*/
  min-width: 100%;
  /*padding: $pr-mg;*/
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.products > li:after {
  content: "";
  clear: both;
  display: block;
}
.products > li a.image {
  display: block;
  position: relative;
  line-height: 0;
}
.products > li a.image img {
  width: 100%;
  height: auto;
}
.products > li .details {
  background: #fff;
  display: block;
  transition: 0.2s ease-in-out;
}
.products > li .details.more {
  position: absolute;
  left: 10px;
  right: 10px;
}
.products > li .details h2 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  padding: 15px 0 5px;
}
.products > li .details h2:hover {
  text-decoration: underline;
}
.products > li .details > .list-extras-holder {
  margin: -40px 0 0 10px;
}
.products > li .details > .list-extras-list {
  margin: 0 0 0 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products > li .details > .list-extras-list.q1 {
  margin-top: -50px;
}
.products > li .details > .list-extras-list.q2 {
  margin-top: -90px;
}
.products > li .details > .list-extras-list.q3 {
  margin-top: -130px;
}
.products > li .details > .list-extras-list.q4 {
  margin-top: -170px;
}
.products > li .details > .list-extras-list.q5 {
  margin-top: -210px;
}
.products > li .details > .list-extras-list > .list-extras-holder {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.products > li .details .product-sizes {
  font-size: 0.95em;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
  margin: 10px 0;
  padding: 10px 0;
  line-height: 150%;
  word-spacing: 3px;
  display: none;
}
.products > li .details .more-colors {
  display: none;
  bottom: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  background: #fff;
  height: 60px;
  width: 20px;
}
.products > li .details .more-colors::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  line-height: 60px;
  vertical-align: middle;
  font-size: 8px;
  transform: rotate(-90deg);
  position: absolute;
  margin-left: 5px;
}
.products > li .details .more-colors.left {
  left: 0;
}
.products > li .details .more-colors.left::after {
  transform: rotate(90deg);
}
.products > li .details .product-colors {
  max-height: 60px;
  height: 60px;
  display: none;
  user-select: none;
  overflow: hidden;
}
.products > li .details .product-colors ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.products > li .details .product-colors li {
  margin-right: 10px;
}
.products > li .details .product-colors li a {
  display: block;
  position: relative;
}
.products > li .details .product-colors li a img {
  height: 60px;
}
.products > li .details .product-colors li.hide {
  display: none;
}
.products > li .details.more {
  /*margin-top: calculated dynamically;*/
}
.products > li .details.more .product-sizes {
  display: block;
}
.products > li .details.more .product-colors {
  display: block;
}
.products > li .details.more .product-colors ol {
  display: flex;
}
.products > li .details.more .more-colors {
  display: block;
}

.products-container {
  position: relative;
}

.products-wrapper .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-wrapper .loading div {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.products-wrapper .loading div:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #F2F2F2;
  border-color: #F2F2F2 transparent #F2F2F2 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.products > li {
  min-width: 50%;
  max-width: 50%;
}

.products-grid > li {
  width: 50%;
}

@media (min-width: 1024px) {
  .products > li {
    min-width: 33.33%;
    max-width: 33.33%;
  }
  .products-grid > li {
    width: 33.33%;
  }
}
@media (min-width: 1280px) {
  .products > li {
    min-width: 25%;
    max-width: 25%;
  }
  .products-grid > li {
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1720px) {
  .products-wrapper.scroll .viewport {
    padding: 0;
    margin-top: 10px;
  }
  .products {
    margin: 0 0 20px 0;
  }
  .products > li {
    min-width: 20%;
    max-width: 20%;
  }
  .products-grid > li {
    width: 20%;
  }
}
.products-fixed {
  flex-flow: row wrap;
}
.products-fixed > li {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}

@media (min-width: 1024px) {
  .products-fixed {
    flex-flow: row wrap;
  }
  .products-fixed > li {
    min-width: 25%;
    max-width: 25%;
    width: 25%;
  }
}
.filters-form .current {
  line-height: 28px;
}

.globalerror {
  background: #ec0000;
  margin: 0;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.common-form .common-margin {
  margin: 0 16px 0 16px;
}
.common-form .mt20 {
  margin-top: 20px;
}
.common-form .cols {
  display: flex;
}
.common-form .cols .lab50, .common-form .cols .lab60, .common-form .cols .lab40, .common-form .cols .lab30 {
  padding-right: 10px;
  width: 50%;
}
.common-form .cols .lab50.last, .common-form .cols .lab60.last, .common-form .cols .lab40.last, .common-form .cols .lab30.last {
  padding-right: 0;
}
.common-form .cols .lab60 {
  width: 60%;
}
.common-form .cols .lab40 {
  width: 40%;
}
.common-form .cols .lab30 {
  width: 30%;
}
.common-form .dropdown-element {
  border: solid 1px #C1C1C1;
  display: inline-block;
  min-width: 200px;
  min-height: 32px;
  position: relative;
  box-sizing: border-box;
  /*&.single .current .label {
      display: inline-block;
  }

  &.opened .current .label{
      border-bottom: solid 1px #000;
  }*/
}
.common-form .dropdown-element:hover, .common-form .dropdown-element.opened, .common-form .dropdown-element:focus-visible {
  border-color: #000;
  outline: none;
}
.common-form .dropdown-element:hover .current, .common-form .dropdown-element.opened .current, .common-form .dropdown-element:focus-visible .current {
  border-color: #000;
}
.common-form .dropdown-element.dropdown-classic {
  width: 100%;
  min-width: auto;
  border-color: #000;
}
.common-form .dropdown-element.dropdown-classic .current {
  min-width: auto;
  min-height: 38px;
  line-height: 38px;
  padding: 0 20px;
}
.common-form .dropdown-element.dropdown-classic .current::after {
  margin-top: 15px;
}
.common-form .dropdown-element.dropdown-classic .options {
  padding: 0 20px;
}
.common-form .dropdown-element.dropdown-classic .options li:focus-visible {
  outline: none;
  display: inline-block;
  border-bottom: solid 4px #000;
}
.common-form .dropdown-element.dropdown-large {
  min-height: 48px;
}
.common-form .dropdown-element.dropdown-large .current {
  height: 48px;
  padding: 0 20px;
}
.common-form .dropdown-element.dropdown-large .current .label, .common-form .dropdown-element.dropdown-large .current .selected {
  line-height: 48px;
}
.common-form .dropdown-element.dropdown-large .current:after {
  margin-top: 20px;
}
.common-form .dropdown-element.dropdown-large .options {
  margin-top: 48px;
  padding: 0;
  font-size: 13px;
}
.common-form .dropdown-element.dropdown-large .options:before {
  content: "";
  display: block;
  background: #EAEAEA;
  height: 1px;
  margin: 0 20px 10px;
}
.common-form .dropdown-element.dropdown-large .options li {
  padding: 8px 20px;
  display: block;
  clear: both;
}
.common-form .dropdown-element.dropdown-large .options li:hover, .common-form .dropdown-element.dropdown-large .options li:focus-visible {
  background: #F2F2F2;
  outline: none;
}
.common-form .dropdown-element.dropdown-large .options li.notify {
  color: #999999;
}
.common-form .dropdown-element.dropdown-large .options li.notify span {
  color: #999999;
  float: right;
  margin-top: -2px;
}
.common-form .dropdown-element.dropdown-large .options li.notify span:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  font-size: 1.8em;
  vertical-align: middle;
  margin-left: 10px;
}
.common-form .dropdown-element .current {
  border: solid 1px #fff;
  display: block;
  min-width: 200px;
  min-height: 32px;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  height: 20px;
  color: green;
}
.common-form .dropdown-element .current .label, .common-form .dropdown-element .current .selected {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.common-form .dropdown-element .current .label .icon-remove, .common-form .dropdown-element .current .selected .icon-remove {
  font-size: 0.7em;
  margin: 0 5px 0 5px;
  vertical-align: baseline;
  color: #999999;
}
.common-form .dropdown-element .current:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #000;
  font-size: 8px;
  float: right;
  margin: 13px 0 0 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.common-form .dropdown-element button {
  cursor: pointer;
  display: block;
  background: #E5E5E5;
  color: #000;
  text-align: center;
  border: 0;
  width: 100%;
  padding: 10px;
  outline: none;
  margin: 10px 0;
}
.common-form .dropdown-element button:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  right: 25px;
  font-size: 20px;
  margin-top: -2px;
}
.common-form .dropdown-element button:hover {
  background: #000;
  color: #fff;
}
.common-form .dropdown-element .options {
  left: -1px;
  right: -1px;
  position: absolute;
  z-index: 4;
  top: 0;
  border: solid 2px #000;
  background: #fff;
  margin-top: 32px;
  border-top: 0;
  padding: 0 10px;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}
.common-form .dropdown-element .options ol {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
  max-height: 150px;
  overflow: auto;
}
.common-form .dropdown-element .options ol li {
  cursor: pointer;
  padding: 5px 0;
}
.common-form .dropdown-element .options ol li.selected:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #000;
  font-size: 0.8em;
  float: right;
}
.common-form .dropdown-element .options.close {
  max-height: 160px;
  /*border-width: 1px;*/
}
.common-form .dropdown-element .options.close-end {
  max-height: 2px;
}
.common-form .dropdown-element.opened .options {
  transition: max-height 0.25s ease-in;
}
.common-form .dropdown-element.opened .options.open {
  max-height: 0px;
}
.common-form .dropdown-element.opened .options.open-end {
  max-height: 160px;
}
.common-form .dropdown-element.opened .current::after {
  transform: rotate(180deg);
}
.common-form .enlarged .dropdown-element {
  min-height: 48px;
}
.common-form .enlarged .dropdown-element .current {
  min-height: 48px;
  padding: 0 20px;
}
.common-form .enlarged .dropdown-element .current .label, .common-form .enlarged .dropdown-element .current .selected {
  line-height: 46px;
}
.common-form .enlarged .dropdown-element .current:after {
  margin-top: 20px;
}
.common-form .enlarged .dropdown-element .options {
  margin-top: 48px;
  padding: 0 20px;
}
.common-form .enlarged .dropdown-element .options ol {
  margin: 0 0 20px 0;
}
.common-form .enlarged .dropdown-element .options ol li {
  padding: 5px 0;
}
.common-form input.field {
  border: solid 1px #000;
  height: 40px;
  outline: none;
  font-size: 16px;
  padding: 0 10px;
}
.common-form .field-number-container {
  position: relative;
  display: inline-block;
}
.common-form .field-number-container button {
  position: absolute;
  right: 3px;
  outline: none;
  height: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.common-form .field-number-container button:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 0.6em;
}
.common-form .field-number-container button.down {
  bottom: 10px;
}
.common-form .field-number-container button.up {
  top: 7px;
}
.common-form .field-number-container button.up:after {
  display: block;
  transform: rotate(-180deg);
}
.common-form .field-number-container button:active {
  color: #999999;
}
.common-form .field-number-container button.disabled {
  color: #999999;
}
.common-form .field.remote-auth {
  margin-top: 20px;
}
.common-form .field.remote-auth label {
  display: block;
  margin-bottom: 20px;
}
.common-form .field.remote-auth .remote-auth-provider {
  padding: 10px;
  border: solid 1px #000;
  display: inline-block;
  margin-right: 10px;
}
.common-form .field.remote-auth .remote-auth-provider svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.common-form .field.remote-auth .remote-auth-provider.google {
  background: red;
  background: #fff;
}
.common-form .field.remote-auth .remote-auth-provider:hover {
  background: #e8f0fe;
}
.common-form .field-button {
  cursor: pointer;
  position: relative;
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 21px;
  min-height: 48px;
  line-height: 48px;
  border: 0;
  text-align: left;
  outline: none;
}
.common-form .field-button.stretch {
  width: 100%;
  box-sizing: border-box;
}
.common-form .field-button.normal {
  min-height: 40px;
  line-height: 42px;
}
.common-form .field-button.mini {
  min-height: 36px;
  line-height: 34px;
}
.common-form .field-button.center {
  text-align: center;
}
.common-form .field-button.register:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
}
.common-form .field-button.login:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
}
.common-form .field-button.contact:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
}
.common-form .field-button.save:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-size: 0.8em;
  margin: 17px 5px 0 0;
}
.common-form .field-button.w300 {
  width: 300px;
}
.common-form .field-button.w250 {
  width: 250px;
}
.common-form .field-button.arrow:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.common-form .field-button:before {
  color: #fff;
  font-size: 1.3em;
  float: right;
  margin-top: 12px;
}
.common-form .field-button.finish {
  width: 100%;
  height: 64px;
  min-height: 64px;
  text-align: left;
  padding: 0 32px;
}
.common-form .field-button.finish:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.common-form .field-button:hover:before {
  animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.common-form .field-button.loading {
  background: #757575;
}
.common-form .field-button.loading:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e981";
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.common-form .syminput {
  margin: 0 0 15px;
  padding: 0 20px;
  border: solid 1px #F2F2F2;
  line-height: 40px;
}
.common-form .syminput label {
  color: #999999;
}
.common-form .info {
  margin-top: 5px;
  color: #999999;
  display: inline-block;
}
.common-form .field-inline {
  display: inline-block;
}
.common-form .field-inline:before {
  margin-left: 20px;
}
.common-form .field-arrow::before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.common-form .field-box {
  position: relative;
  margin: 0 0 13px;
}
.common-form .field-box.multi-box {
  white-space: nowrap;
}
.common-form .field-box label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  background: #fff;
  width: auto;
  padding: 0 20px;
}
.common-form .field-box label.error {
  color: #ec0000;
}
.common-form .field-box.show-label > label {
  top: -7px;
  font-size: 11px;
  color: #666;
  transition: 0.3s;
  z-index: 2;
  padding: 0 8px;
  margin-left: 13px;
}
.common-form .field-box.show-label > label.error {
  color: #ec0000;
}
.common-form .field-box input, .common-form .field-box select, .common-form .field-box textarea {
  border: solid 1px #000;
  padding: 20px;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-sizing: border-box;
}
.common-form .field-box input.error, .common-form .field-box select.error, .common-form .field-box textarea.error {
  border-color: #ec0000;
  color: #ec0000;
}
.common-form .field-box .slim {
  width: auto;
}
.common-form .field-box textarea {
  height: auto;
  line-height: inherit;
}
.common-form .field-box.field-box-textarea label {
  top: 15px;
}
.common-form .field-box.field-box-textarea.show-label > label {
  top: -7px;
}
.common-form .field-box.field-box-textarea textarea {
  line-height: 110%;
  height: auto;
  max-width: 100%;
  resize: vertical;
}
.common-form .errors {
  list-style-type: none;
  padding: 0;
  margin-top: -5px;
}
.common-form .errors li {
  color: #ec0000;
}
.common-form .empty {
  display: none;
}
.common-form .radios, .common-form .poll {
  padding-bottom: 10px;
}
.common-form .radios input, .common-form .poll input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.common-form .radios input:checked + label:before, .common-form .poll input:checked + label:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
}
.common-form .radios input:focus + label, .common-form .poll input:focus + label {
  color: #666;
}
.common-form .radios label, .common-form .poll label {
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
.common-form .radios label:before, .common-form .poll label:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-size: 22px;
  vertical-align: bottom;
  margin-right: 10px;
}
.common-form .radios label img, .common-form .poll label img {
  vertical-align: top;
  height: 25px;
}
.common-form .radios .description, .common-form .poll .description {
  display: block;
  margin: 5px 0 0 32px;
  color: #999999;
}
.common-form .option input, .common-form .terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.common-form .option input:checked + label:before, .common-form .terms input:checked + label:before {
  background: #000;
  content: "\e911";
}
.common-form .option input:focus + label, .common-form .terms input:focus + label {
  color: #666;
}
.common-form .option label, .common-form .terms label {
  margin-right: 20px;
  cursor: pointer;
}
.common-form .option label:before, .common-form .terms label:before {
  width: 19px;
  height: 19px;
  border: solid 1px #000;
  display: inline-block;
  font-size: 8px;
  vertical-align: middle;
  text-align: center;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  color: #fff;
  line-height: 20px;
  margin-right: 10px;
}
.common-form fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.common-form fieldset legend {
  margin: 0;
  padding: 20px 16px 30px 16px;
}
.common-form .terms label {
  position: relative;
}
.common-form .terms label:before {
  position: absolute;
  left: 0;
}
.common-form .terms label span {
  margin-left: 30px;
  color: #999999;
  display: block;
  font-size: 0.8em;
  line-height: 150%;
}
.common-form .terms.cut-terms span {
  overflow: auto;
  height: 80px;
  display: block;
}
.common-form .terms a {
  text-decoration: underline;
}
.common-form .center {
  text-align: center;
}
@media (min-width: 1024px) {
  .common-form .column50 .wide-padding {
    max-width: 560px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .common-form .column50 .wide-padding .register {
    width: 260px;
    float: right;
  }
  .common-form .column50 .wide-padding .forgot-container {
    border-bottom: solid 1px #F2F2F2;
    display: flex;
  }
  .common-form .column50 .wide-padding .forgot-container p {
    width: 260px;
    line-height: 48px;
  }
  .common-form .column50 .wide-padding .forgot-container .center {
    order: -1;
    text-align: left;
    font-size: 0.9em;
    text-decoration: underline;
  }
  .common-form .column50 .wide-padding .forgot-container .center:hover {
    text-decoration: none;
  }
}
.common-form .message {
  line-height: 180%;
  margin-top: 0;
}

@media (max-width: 640px) {
  .common-form .cols.vertical-on-mobile {
    width: 100%;
    flex-flow: wrap;
  }
  .common-form .cols.vertical-on-mobile .lab40 {
    flex: 1 1 100%;
    padding-right: 0;
  }
  .common-form .cols.vertical-on-mobile .lab30 {
    width: calc(50% - 5px);
    padding-right: 5px;
  }
  .common-form .cols.vertical-on-mobile .lab30.last {
    padding-left: 5px;
    padding-right: 0;
  }
}
.huge-alert {
  text-align: center;
  border: solid 1px #F2F2F2;
  margin: 80px 16px 40px;
  line-height: 200%;
  padding: 0 40px;
}
.huge-alert h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 15px;
  color: #ec0000;
}

@media (min-width: 1024px) {
  .huge-alert {
    width: 50%;
    margin: 80px auto 40px;
  }
}
main > .content-center {
  max-width: 560px;
  margin: 0 auto;
}
main .content-inline-menu {
  margin-bottom: 0;
}
main .items-list {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
main .items-list li {
  border-bottom: solid 1px #F2F2F2;
  padding: 15px 0;
}
main .items-list li h3 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 160%;
  font-weight: 600;
}
main .items-list li p {
  margin: 5px 0 10px;
}
main .items-list li .icon {
  color: #999999;
  margin-right: 10px;
}
main .items-list li .icon::before {
  margin-right: 5px;
}
main .items-list li .icon:hover {
  color: #000;
}
main .empty {
  border: solid 1px #F2F2F2;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}
main .reward-points-box {
  text-align: center;
  font-size: 2.5em;
  margin: 50px 0;
}
main .reward-points-box span {
  font-size: 0.5em;
  color: #999999;
}
main .reward-points-table {
  width: 100%;
  border-collapse: collapse;
}
main .reward-points-table td {
  border-bottom: solid 1px #F2F2F2;
  padding: 10px 0;
}
main .reward-points-table thead {
  font-size: 0.8em;
}
main .reward-points-table .table-message {
  text-align: center;
}
main .fieldset-spaces fieldset {
  margin: 30px 0 60px;
}

/* dynamic css */ .content-text-909 h1.common{
visibility: hidden !important;
height: 0px;
margin-top: -25px;
}
.content-text-909 .glowny img{
width: 100%;
align-items: center;
margin-left: auto;
margin-right: auto;
}

.content-text-909 .dwiefoty{
width: 40%;
    display: block;
    align-items: center;
margin-left: auto;
margin-right: auto;
padding-top:10px;
    
}

.content-text-909 .dwiefoty a img {
    width: 100%; 
    height: auto;
transition: border 0.3s ease; /* Dodaje animację dla obramowania */
    border: 3px solid transparent; /* Ustawia przezroczyste obramowanie, aby uniknąć przesunięć zawartości */
}
.content-text-909 .dwiefoty a:hover img{
border: 3px solid #22b5f4;
}

.content-text-909 .text-content a{
 border-bottom: solid 0px #000;
}
.content-text-909 p{
font-size:10px;
text-align: center;
}@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[x-cloak] {
  display: none !important;
}

.icon-phone:before, .icon-document:before, header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before, .icon-edit:before, .icon-filters:before, .icon-info:before, .icon-delete:before, .icon-remove:before, .icon-close:before, .icon-search:before, .icon-burger:before, .icon-fav:before, .icon-cart:before, .icon-logged-in:before, .icon-login:before, .icon-selectshop:before, .icon-wishlist:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header > .inner > .header-search .header-burger span, .wishlist span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.small-cart-item .image a:before, header .search-results .image:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05000000", endColorstr="#0d000000",GradientType=1 );
}

@font-face {
  font-family: "iconmoon";
  src: url("../fonts/icomoon.eot?25");
  src: url("../fonts/icomoon.eot?25#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?25") format("truetype"), url("../fonts/icomoon.woff?25") format("woff"), url("../fonts/icomoon.svg?25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  font-family: "Inter", sans-serif;
  color: #333;
}

.icon-wishlist:before {
  content: "\e90a";
}

body {
  font: 400 16px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.4s ease-in-out;
}
.overlay.open {
  background-color: rgba(0, 0, 0, 0);
}
.overlay.open-end {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay.close {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay.close-end {
  background-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.scroll-top {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: -20px;
  justify-content: center;
  align-items: center;
  color: #000;
}
.scroll-top:disabled {
  cursor: default;
  opacity: 0.3;
}
.scroll-top:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 5px;
}
.next.scroll-top {
  right: 10px;
  transform: rotate(-90deg);
  padding-bottom: 6px;
}
.prev.scroll-top {
  left: 10px;
  transform: rotate(90deg);
  padding-bottom: 6px;
}
@media (min-width: 1720px) {
  .next.scroll-top {
    right: -20px;
  }
  .prev.scroll-top {
    left: -20px;
  }
}
.scroll-top span {
  display: none;
}

main {
  margin: 0 auto;
  max-width: 1720px;
}

h1.common, .common-form legend {
  font-size: 2.2em;
  font-weight: normal;
  padding: 0;
  margin: 30px 16px 20px 16px;
}

.modal .common-form legend {
  text-align: center;
}

@media (min-width: 1280px) {
  h1.common, .common-form legend {
    text-align: center;
    float: none;
  }
  h1.common {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}
.breadcrumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 16px;
  font-size: 0.82em;
  line-height: 180%;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:first-child):before {
  content: "•";
  margin: 0 8px 0 4px;
  display: inline-block;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.column50 {
  padding-bottom: 30px;
}

.columns-std {
  margin: 0 16px;
}

@media (min-width: 1024px) {
  .columns {
    display: flex;
  }
  .columns .column {
    width: 50%;
  }
  .columns .column50 {
    width: 50%;
  }
  .columns .column20 {
    width: 20%;
  }
  .columns .column80 {
    width: 80%;
  }
  .columns .lh180 {
    line-height: 180%;
  }
  .columns .br {
    border-right: solid 1px #F2F2F2;
    padding-right: 50px;
  }
  .columns .pl {
    padding-left: 50px;
  }
  .columns-2-1 {
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    padding: 0 50px;
  }
  .columns-2-1 .column1 {
    padding-right: 50px;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    padding-left: 50px;
  }
  .columns-2-1 .column {
    flex: 1 1 40%;
    align-self: stretch;
  }
}
@media (min-width: 1720px) {
  .columns-2-1 {
    padding: 0;
  }
  .columns-2-1 .column {
    flex: 1 1 auto;
    width: 25%;
    padding: 0 90px;
  }
  .columns-2-1 .column:first-child {
    padding-left: 0;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column:last-child {
    padding-right: 0;
    border-left: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    width: 20%;
  }
}
main > h2, main > .products-wrapper > h2 {
  padding: 55px 16px 20px 16px;
  margin: 0;
  font-size: 2.1em;
  font-weight: 400;
}
main > a.more, main > .products-wrapper > a.more {
  padding: 0 16px 25px 16px;
  margin-top: -15px;
  font-size: 1em;
  text-decoration: underline;
  display: inline-block;
}
main > a.more:hover, main > .products-wrapper > a.more:hover {
  text-decoration: none;
}

@media (min-width: 641px) {
  main > h2, main > .products-wrapper > h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  main > a.more, main > .products-wrapper > a.more {
    display: none;
  }
}
.modal {
  display: block;
  /* Probably need media queries here */
  width: 850px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}
.modal .icon-close {
  font-size: 20px;
  float: right;
  margin: 20px 20px 0 0;
  cursor: pointer;
}
.modal .container {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  top: 40px;
  padding-top: 0px;
}
@media (min-width: 1025px) {
  .modal .icon-close {
    display: block;
    position: absolute;
    top: -40px;
    color: #fff;
    right: 0;
    margin: 0;
  }
  .modal .container {
    top: 0;
    padding: 40px 150px;
    height: 100%;
  }
}
.modal.ad .container .ad-bg {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  width: 100%;
}
.modal.ad .container .ad-bg form {
  padding: 20px;
  bottom: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
}
.modal.ad .container .ad-bg form .field-box label {
  z-index: inherit !important;
  margin-left: 1px;
}
.modal.ad .container .ad-bg form .field-box.show-label > label {
  margin-left: 13px;
}
.modal.ad .container .ad-bg form .submit {
  margin-bottom: 0;
}
.modal.ad .container .ad-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.modal.products-popup h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0 0 13px 0;
}
@media (min-width: 1025px) {
  .modal.ad .container {
    padding: 0;
  }
  .modal.products-popup .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.products-popup h1 {
    margin: -15px 0 13px 0;
  }
}

.preloader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  background: rgba(255, 255, 255, 0.6);
}
.preloader__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.preloader__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader .spinner {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #666;
  border-color: #666 transparent #666 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.messages-container .messages {
  list-style-type: none;
  padding: 0;
  margin: 20px 10px 0 10px;
  transition-property: all;
  transition-duration: 0.5s;
}
.messages-container .messages li {
  padding: 20px;
  transition-property: all;
  transition-duration: 0.5s;
  text-align: center;
  background: #F2F2F2;
}
.messages-container .messages li.error {
  color: #ec0000;
  background: #F2F2F2;
}
.messages-container .messages li.error:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 10px;
}
.content-inline-menu {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}
.content-inline-menu li {
  border: solid 1px #c1c1c1;
  min-height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 4px 10px;
  cursor: pointer;
}
.content-inline-menu li.selected, .content-inline-menu li:hover {
  border: solid 2px #000;
  min-height: 30px;
  line-height: 30px;
  margin: 0 3px 10px;
}
.content-inline-menu li.selected {
  cursor: inherit;
  padding: 0 10px;
}
.content-inline-menu li a {
  display: inline-block;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
}

main > .content {
  margin: 0 16px;
}
main > .content > .message {
  text-align: center;
}

.icon-wishlist:before {
  content: "\e90a";
}

.wishlist {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  transition: 0.1s linear;
}
.wishlist:hover {
  color: red;
  animation: heartbeat 0.4s 2;
}
.wishlist::before {
  padding-top: 11px;
  display: block;
}
.wishlist.close, .wishlist.open-end {
  transform: scale(1);
}
.wishlist.close-end, .wishlist.open {
  transform: scale(0);
}
.wishlist.active:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}

.products .wishlist {
  top: 10px;
  right: 10px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  top: inherit;
  transform: rotate(180deg);
}
.scroll-top::before {
  line-height: 40px;
}

[x-cloak] {
  display: none !important;
}

.icon-phone:before, .icon-document:before, .icon-wishlist:before, .icon-selectshop:before, .icon-login:before, .icon-logged-in:before, .icon-cart:before, .icon-fav:before, .icon-burger:before, .icon-search:before, .icon-close:before, .icon-remove:before, .icon-delete:before, .icon-info:before, .icon-filters:before, .icon-edit:before, header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wishlist span, header > .inner > .header-search .header-burger span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

header .search-results .image:before, .small-cart-item .image a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05000000", endColorstr="#0d000000",GradientType=1 );
}

@font-face {
  font-family: "iconmoon";
  src: url("../fonts/icomoon.eot?25");
  src: url("../fonts/icomoon.eot?25#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?25") format("truetype"), url("../fonts/icomoon.woff?25") format("woff"), url("../fonts/icomoon.svg?25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  font-family: "Inter", sans-serif;
  color: #333;
}

.icon-wishlist:before {
  content: "\e90a";
}

body {
  font: 400 16px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.4s ease-in-out;
}

.overlay.open {
  background-color: rgba(0, 0, 0, 0);
}

.overlay.open-end {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close-end {
  background-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.scroll-top {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: -20px;
  justify-content: center;
  align-items: center;
  color: #000;
}

.scroll-top:disabled {
  cursor: default;
  opacity: 0.3;
}

.scroll-top:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 5px;
}

.next.scroll-top {
  right: 10px;
  transform: rotate(-90deg);
  padding-bottom: 6px;
}

.prev.scroll-top {
  left: 10px;
  transform: rotate(90deg);
  padding-bottom: 6px;
}

@media (min-width: 1720px) {
  .next.scroll-top {
    right: -20px;
  }
  .prev.scroll-top {
    left: -20px;
  }
}
.scroll-top span {
  display: none;
}

main {
  margin: 0 auto;
  max-width: 1720px;
}

h1.common, .common-form legend {
  font-size: 2.2em;
  font-weight: normal;
  padding: 0;
  margin: 30px 16px 20px 16px;
}

.modal .common-form legend {
  text-align: center;
}

@media (min-width: 1280px) {
  h1.common, .common-form legend {
    text-align: center;
    float: none;
  }
  h1.common {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}
.breadcrumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 16px;
  font-size: 0.82em;
  line-height: 180%;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:first-child):before {
  content: "•";
  margin: 0 8px 0 4px;
  display: inline-block;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.column50 {
  padding-bottom: 30px;
}

.columns-std {
  margin: 0 16px;
}

@media (min-width: 1024px) {
  .columns {
    display: flex;
  }
  .columns .column {
    width: 50%;
  }
  .columns .column50 {
    width: 50%;
  }
  .columns .column20 {
    width: 20%;
  }
  .columns .column80 {
    width: 80%;
  }
  .columns .lh180 {
    line-height: 180%;
  }
  .columns .br {
    border-right: solid 1px #F2F2F2;
    padding-right: 50px;
  }
  .columns .pl {
    padding-left: 50px;
  }
  .columns-2-1 {
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    padding: 0 50px;
  }
  .columns-2-1 .column1 {
    padding-right: 50px;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    padding-left: 50px;
  }
  .columns-2-1 .column {
    flex: 1 1 40%;
    align-self: stretch;
  }
}
@media (min-width: 1720px) {
  .columns-2-1 {
    padding: 0;
  }
  .columns-2-1 .column {
    flex: 1 1 auto;
    width: 25%;
    padding: 0 90px;
  }
  .columns-2-1 .column:first-child {
    padding-left: 0;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column:last-child {
    padding-right: 0;
    border-left: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    width: 20%;
  }
}
main > h2, main > .products-wrapper > h2 {
  padding: 55px 16px 20px 16px;
  margin: 0;
  font-size: 2.1em;
  font-weight: 400;
}

main > a.more, main > .products-wrapper > a.more {
  padding: 0 16px 25px 16px;
  margin-top: -15px;
  font-size: 1em;
  text-decoration: underline;
  display: inline-block;
}

main > a.more:hover, main > .products-wrapper > a.more:hover {
  text-decoration: none;
}

@media (min-width: 641px) {
  main > h2, main > .products-wrapper > h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  main > a.more, main > .products-wrapper > a.more {
    display: none;
  }
}
.modal {
  display: block;
  /* Probably need media queries here */
  width: 850px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.modal .icon-close {
  font-size: 20px;
  float: right;
  margin: 20px 20px 0 0;
  cursor: pointer;
}

.modal .container {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  top: 40px;
  padding-top: 0px;
}

@media (min-width: 1025px) {
  .modal .icon-close {
    display: block;
    position: absolute;
    top: -40px;
    color: #fff;
    right: 0;
    margin: 0;
  }
  .modal .container {
    top: 0;
    padding: 40px 150px;
    height: 100%;
  }
}
.modal.ad .container .ad-bg {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  width: 100%;
}

.modal.ad .container .ad-bg form {
  padding: 20px;
  bottom: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
}

.modal.ad .container .ad-bg form .field-box label {
  z-index: inherit !important;
  margin-left: 1px;
}

.modal.ad .container .ad-bg form .field-box.show-label > label {
  margin-left: 13px;
}

.modal.ad .container .ad-bg form .submit {
  margin-bottom: 0;
}

.modal.ad .container .ad-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.modal.products-popup h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0 0 13px 0;
}

@media (min-width: 1025px) {
  .modal.ad .container {
    padding: 0;
  }
  .modal.products-popup .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.products-popup h1 {
    margin: -15px 0 13px 0;
  }
}
.preloader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  background: rgba(255, 255, 255, 0.6);
}

.preloader__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #666;
  border-color: #666 transparent #666 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.messages-container .messages {
  list-style-type: none;
  padding: 0;
  margin: 20px 10px 0 10px;
  transition-property: all;
  transition-duration: 0.5s;
}

.messages-container .messages li {
  padding: 20px;
  transition-property: all;
  transition-duration: 0.5s;
  text-align: center;
  background: #F2F2F2;
}

.messages-container .messages li.error {
  color: #ec0000;
  background: #F2F2F2;
}

.messages-container .messages li.error:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 10px;
}

.content-inline-menu {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}

.content-inline-menu li {
  border: solid 1px #c1c1c1;
  min-height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 4px 10px;
  cursor: pointer;
}

.content-inline-menu li.selected, .content-inline-menu li:hover {
  border: solid 2px #000;
  min-height: 30px;
  line-height: 30px;
  margin: 0 3px 10px;
}

.content-inline-menu li.selected {
  cursor: inherit;
  padding: 0 10px;
}

.content-inline-menu li a {
  display: inline-block;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
}

main > .content {
  margin: 0 16px;
}

main > .content > .message {
  text-align: center;
}

.icon-wishlist:before {
  content: "\e90a";
}

.wishlist {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  transition: 0.1s linear;
}

.wishlist:hover {
  color: red;
  animation: heartbeat 0.4s 2;
}

.wishlist::before {
  padding-top: 11px;
  display: block;
}

.wishlist.close, .wishlist.open-end {
  transform: scale(1);
}

.wishlist.close-end, .wishlist.open {
  transform: scale(0);
}

.wishlist.active:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}

.products .wishlist {
  top: 10px;
  right: 10px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  top: inherit;
  transform: rotate(180deg);
}

.scroll-top::before {
  line-height: 40px;
}

.icon-selectshop:before {
  content: "\e922";
}

.icon-login:before {
  content: "\e932";
}

.icon-logged-in:before {
  content: "\e932";
}

.icon-cart:before {
  content: "\e923";
}

.icon-fav:before {
  content: "\e90a";
}

.icon-burger:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e904";
}

.icon-remove:before {
  content: "\e904";
}

.icon-delete:before {
  content: "\e90c";
}

.icon-info:before {
  content: "\e90e";
}

.icon-filters:before {
  content: "\e914";
}

.icon-edit:before {
  content: "\e91c";
}

.lang-en .icon-selectshop:before, .lang-en header.fixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}

.lang-cs .icon-selectshop:before, .lang-cs header.fixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
}

header {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 5;
  background: #fff;
}
header .top-links {
  display: none;
  background: #F2F2F2;
}
header .top-links .inner {
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75em;
  height: 40px;
}
header .top-links .inner p {
  margin: 0 15px;
  padding: 0 0 2px;
  text-transform: uppercase;
}
header .top-links .inner p a {
  border-bottom: solid 1px #000;
  transition: border 0.2s ease-out;
}
header .top-links .inner p a:hover {
  border-color: transparent;
}
header > .inner {
  display: flex;
  flex-flow: row wrap;
  max-width: 1720px;
  margin: 0 auto;
  width: 100%;
  /* logo */
  /* user menu */
  /* search */
}
header > .inner > h1, header > .inner > .header {
  flex: 1 0 auto;
  order: 1;
  font-size: 15px;
  height: 30px;
  margin: 0;
  padding: 20px 0 0 15px;
}
header > .inner > h1 a, header > .inner > .header a {
  width: 200px;
  height: 20px;
  cursor: pointer;
  font-size: 1.1em;
}
header > .inner > h1 a span, header > .inner > .header a span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header > .inner > ul.header-menu {
  flex: 0 0 auto;
  order: 2;
  margin: 0;
  text-align: right;
  height: 34px;
  padding: 16px 15px 0 0;
}
header > .inner > ul.header-menu > li {
  display: inline-block;
  margin-left: 8px;
}
header > .inner > ul.header-menu > li > a {
  font-size: 20px;
  display: block;
  width: 20px;
  position: relative;
  /*&.active{
      padding-bottom: 10px;
      border-bottom: solid 4px #000;

      &:hover{
          border-color: red;
      }
  }*/
}
header > .inner > ul.header-menu > li > a.icon-fav {
  width: 23px;
}
header > .inner > ul.header-menu > li > a.icon-cart {
  width: 19px;
}
header > .inner > ul.header-menu > li > a:after {
  content: "";
  margin-top: 2px;
  display: block;
  background: #000;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  height: 0;
}
header > .inner > ul.header-menu > li > a:hover:after, header > .inner > ul.header-menu > li > a.icon-logged-in:after {
  height: 4px;
}
header > .inner > ul.header-menu > li > a.notempty:after {
  display: none;
}
header > .inner > ul.header-menu > li > a span.text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header > .inner > ul.header-menu > li > a span.qty {
  position: absolute;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  top: -10px;
  right: -10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3215686275);
}
header > .inner > ul.header-menu > li > a span.qty.open, header > .inner > ul.header-menu > li > a span.qty.open-end {
  animation: shake 0.25s both;
}
header > .inner > ul.header-menu > li > a span.qty.close {
  display: none;
}
@keyframes shake {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
header > .inner > .header-search {
  flex: 1 0 auto;
  order: 3;
  display: flex;
  padding: 0 15px;
  height: 50px;
  min-width: 50%;
}
header > .inner > .header-search .header-burger {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 11px 30px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
header > .inner > .header-search .header-search-form {
  position: relative;
  flex: 1 0 auto;
  margin: 7px 0 0 0;
}
header > .inner > .header-search .header-search-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
header > .inner > .header-search .header-search-form fieldset p {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
header > .inner > .header-search .header-search-form fieldset p button, header > .inner > .header-search .header-search-form fieldset p input {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  outline: none;
}
header > .inner > .header-search .header-search-form fieldset p input {
  margin-left: 5px;
  box-sizing: border-box;
  min-width: 0;
  width: 60px;
}
header > .inner > .header-search .header-search-form fieldset p input::placeholder {
  color: transparent;
}
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-decoration,
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-cancel-button,
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-results-button,
header > .inner > .header-search .header-search-form fieldset p input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
header > .inner > .header-search .header-search-form fieldset p .header-search-go {
  order: 1;
  background: none;
  font-size: 20px;
}
header > .inner > .header-search .header-search-form fieldset p .header-search-go span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
header > .inner > .header-search .header-search-form fieldset p .header-search-phrase {
  order: 2;
  flex: 1;
}
header .icon-search-loading {
  height: 20px;
  margin-bottom: 4px !important;
  animation: inf-rotate 1.2s linear infinite;
}
header .icon-search-loading:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e981";
}
@keyframes inf-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header.fixed-menu, header.pfixed-menu {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0509803922);
  position: fixed;
  top: 0;
  width: 100%;
}
header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
  content: "\e901";
}
header.fixed-menu h1, header.fixed-menu .header, header.pfixed-menu h1, header.pfixed-menu .header {
  display: none;
}
header.fixed-menu .inner > ul.header-menu, header.pfixed-menu .inner > ul.header-menu {
  padding-top: 18px;
}
header.fixed-menu .header-search, header.pfixed-menu .header-search {
  height: 58px;
  order: 1;
  padding-right: 0;
}
header.fixed-menu .header-search > .header-search-form, header.pfixed-menu .header-search > .header-search-form {
  margin: 18px 0 0 0;
  flex: 0 1 auto;
}
header.fixed-menu .header-search .header-burger, header.pfixed-menu .header-search .header-burger {
  margin-top: 22px;
}
@media (min-width: 1281px) {
  header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
  }
}
@media (min-width: 320px) {
  header.fixed-menu .header-search, header.pfixed-menu .header-search {
    width: 40%;
  }
  header .inner > ul.header-menu > li {
    padding: 0 10px;
    margin-left: 5px;
  }
}
@media (min-width: 641px) {
  header .top-links {
    display: block;
  }
  header .inner {
    margin-top: 9px;
  }
  header .inner h1, header .inner .header {
    padding-top: 17px;
    font-size: 22px;
  }
  header .inner > .header-search {
    max-width: 240px;
    min-width: auto;
    order: 1;
  }
  header .inner > .header-search > .header-search-form {
    margin-top: 16px;
  }
  header .inner > .header-search .header-burger {
    display: none;
  }
  header .inner > ul {
    order: 3;
  }
  header .inner nav {
    display: flex;
    order: 4;
    width: 100%;
  }
  header .inner nav ul {
    margin: 20px auto 0;
    padding: 0;
  }
  header .inner nav ul li {
    margin: 0 15px;
  }
  header .inner nav ul li a {
    display: inline-block;
    position: relative;
  }
  header .inner nav ul li a::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    background: #000;
    transition: height 0.2s ease;
    margin-top: 1px;
    position: absolute;
  }
  header .inner nav ul li a:hover::after {
    height: 4px;
  }
  header.fixed-menu .inner, header.pfixed-menu .inner {
    margin-top: 0;
  }
  header.fixed-menu .inner ul.header-menu, header.pfixed-menu .inner ul.header-menu {
    order: 4;
  }
  header.fixed-menu h1, header.fixed-menu .header, header.pfixed-menu h1, header.pfixed-menu .header {
    display: block;
    flex: 0 0 auto;
  }
  header.fixed-menu .top-links, header.pfixed-menu .top-links {
    display: none;
  }
  header.fixed-menu nav, header.pfixed-menu nav {
    margin-top: 0;
    display: flex;
    order: 1;
    width: auto;
    flex: 1 0 auto;
  }
  header.fixed-menu nav ul, header.pfixed-menu nav ul {
    margin-top: 18px;
  }
  header.fixed-menu nav ul li, header.pfixed-menu nav ul li {
    margin: 0 5px;
  }
  header.fixed-menu nav ul li.additional, header.pfixed-menu nav ul li.additional {
    display: none;
  }
  header.fixed-menu .header-search, header.pfixed-menu .header-search {
    order: 2;
    max-width: 80px;
  }
}
@media (min-width: 769px) {
  header.fixed-menu nav ul li.additional, header.pfixed-menu nav ul li.additional {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  header.fixed-menu nav ul li, header.pfixed-menu nav ul li {
    margin: 0 15px;
  }
  header.fixed-menu .header-search, header.pfixed-menu .header-search {
    order: 2;
    padding: 0 15px;
    max-width: 240px;
  }
  header.fixed-menu .header-search form, header.pfixed-menu .header-search form {
    width: 240px;
  }
}
header nav {
  order: 1;
  display: none;
  font-size: 1em;
}
header nav li {
  display: inline;
}

.header-link {
  position: relative;
}

.top-notice, .bottom-notice {
  flex: 0 0 100%;
  background: #FF0000;
  text-align: center;
  transition: max-height 0.5s ease-out;
}
.top-notice.close, .bottom-notice.close {
  max-height: 100px;
  overflow: hidden;
}
.top-notice.close-end, .bottom-notice.close-end {
  max-height: 0;
}
.top-notice .icon-close, .bottom-notice .icon-close {
  cursor: pointer;
}
.top-notice p, .bottom-notice p {
  margin: 0;
  padding: 10px;
  color: #fff;
}
.top-notice p a, .bottom-notice p a {
  color: #fff;
  border-bottom: solid 1px #fff;
  transition: border 0.2s ease-out;
}
.top-notice p a:hover, .bottom-notice p a:hover {
  border-color: transparent;
}

.top-notice .icon-close {
  float: right;
  margin: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  padding: 4px;
  border-radius: 10px;
  transition: all 0.25s ease;
}
.top-notice .icon-close:hover {
  background: #fff;
  color: #000;
}

.bottom-notice {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  background: #F2F2F2;
  line-height: 150%;
  font-size: 0.9em;
}
.bottom-notice .icon-close {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.bottom-notice p {
  color: #000;
}
.bottom-notice p a {
  color: #000;
  border-color: #000;
}
.bottom-notice .cookie-consent-button {
  margin: 0 4px 10px 4px;
  border: 0;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  cursor: pointer;
}
.bottom-notice .cookie-consent-button:hover {
  text-decoration: underline;
}
.bottom-notice .btn-outline {
  background: #ddd7d7;
  color: #534c4c;
}
.bottom-notice .cookie-consent-options {
  margin-bottom: 10px;
}
.bottom-notice .cookie-consent-options label {
  margin: 0 5px;
  cursor: pointer;
}
.bottom-notice .cookie-consent-options label input {
  cursor: pointer;
  margin-right: 3px;
}

@media (max-width: 1023px) {
  .bottom-notice {
    font-size: 12px;
  }
}
header .box {
  position: absolute;
  right: 0;
  z-index: 5;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0509803922);
  top: 45px;
}
header .box::before, header .box::after {
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #000 transparent;
}
header .box::after {
  top: -12px;
  right: 5px;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #fff transparent;
}
header .box .container {
  display: block;
  width: 300px;
  background: #fff;
  border-top: solid 2px #000;
}

header .box-account .container {
  padding: 15px 0;
  text-align: center;
  line-height: 180%;
}
header .box-account .container strong, header .box-account .container a {
  display: block;
}
header .box-account .container a:hover {
  text-decoration: underline;
}
header .box-account .container .logout {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  margin-top: 5px;
  text-align: right;
  transition: background-color 0.5s ease;
}
header .box-account .container .logout:hover {
  text-decoration: none;
  background: #F2F2F2;
  color: #000;
}
header .box-account .container .logout::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea13";
  margin-left: 10px;
}

header .search-results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .search-results > .item {
  display: flex;
  border-bottom: solid 1px #F2F2F2;
  padding: 10px;
  cursor: pointer;
}
header .search-results > .item .item h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1em;
  line-height: 150%;
  font-weight: 600;
}
header .search-results > .item:hover {
  background: #fbfbfb;
}
header .search-results > .all {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}
header .search-results > .all:hover {
  background: #fbfbfb;
}
header .search-results .image {
  position: relative;
  margin-right: 20px;
}
.small-cart {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.small-cart-item {
  padding: 15px;
  margin: 0;
  display: flex;
  border-bottom: solid 1px #F2F2F2;
}
.small-cart-item .image a {
  position: relative;
  display: inline-block;
}
.small-cart-item .details {
  padding-left: 15px;
  text-align: left;
}
.small-cart-item .details h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 150%;
  font-size: 17px;
  font-weight: bold;
}
.small-cart-item .details h3 a:hover {
  text-decoration: underline;
}
.small-cart-item .details .link {
  font-size: 0.8em;
  display: inline-block;
  margin-bottom: 5px;
  color: #999999;
  cursor: pointer;
}
.small-cart-item .details .link:before {
  margin-right: 5px;
}
.small-cart-item .details .link span {
  color: #999999;
}
.small-cart-item .details .link:hover span {
  text-decoration: underline;
}
.small-cart-item .details .price-container {
  margin: 5px 0 10px;
  color: #ec0000;
}

.small-cart-summary {
  display: flex;
  margin: 0;
  padding: 10px 15px 0;
  justify-content: flex-end;
}
.small-cart-summary dt, .small-cart-summary dd {
  padding: 0;
  margin: 0;
  align-self: flex-end;
}
.small-cart-summary dt {
  font-size: 0.7em;
  margin-right: 10px;
}

.small-cart-links {
  padding: 15px;
}
.small-cart-links .small-cart-buy {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  transition: background-color 0.5s ease;
}
.small-cart-links .small-cart-buy:after {
  margin-left: 10px;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media (hover: hover) and (pointer: fine) {
  .small-cart-links .small-cart-buy:hover {
    background: #F2F2F2;
    color: #000;
  }
  .small-cart-links .small-cart-buy:hover:after {
    color: #000;
  }
}
.small-cart-links .small-cart-edit {
  margin-right: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .small-cart-links .small-cart-edit:hover {
    text-decoration: underline;
  }
}

.small-cart-item-size {
  font-size: 0.8em;
  padding: 0;
  margin: 0 0 10px;
}

.small-cart-more {
  margin: 0;
  padding: 15px;
  display: block;
  font-size: 0.8em;
  color: #000;
  background: #F2F2F2;
  transition: color 1s;
}
.small-cart-more:after {
  margin-left: 10px;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media (hover: hover) and (pointer: fine) {
  .small-cart-more:hover {
    color: #999;
  }
}

@media (max-width: 1023px) {
  nav.categories {
    z-index: 15;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    overflow: auto;
    animation: slide 200ms ease-in-out forwards;
    transform-origin: top center;
  }
  nav.categories.open {
    left: -100%;
  }
  nav.categories.open-end {
    left: 0;
  }
  nav.categories.close {
    display: block;
    transition: all 200ms ease-in;
    animation: slide 200ms ease-in-out backwards;
    left: 0;
  }
  nav.categories.close-end {
    left: -100%;
  }
  nav.categories .icon-close {
    float: right;
    margin: 18px 18px 9px 0;
  }
  @keyframes slide {
    0% {
      left: -100%;
    }
    100% {
      left: 0;
    }
  }
  nav.categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav.categories > ul {
    margin: 5px 18px 18px;
    clear: both;
  }
  nav.categories > ul > li {
    border-bottom: solid 1px #E5E5E5;
  }
  nav.categories > ul > li a {
    display: block;
  }
  nav.categories > ul > li a:hover {
    color: rgb(100, 100, 100);
  }
  nav.categories > ul > li > a {
    line-height: 50px;
  }
  nav.categories > ul > li > .category.opened:after {
    transform: rotate(180deg);
  }
  nav.categories > ul > li > .category:after {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    transition-property: all;
    transition-duration: 0.5s;
    float: right;
    font-size: 6px;
    margin-top: 21px;
  }
  nav.categories > ul > li > .leaf:after {
    display: none;
  }
  nav.categories > ul > li > ul {
    margin-left: 35px;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
  }
  nav.categories > ul > li > ul > :last-child {
    padding-bottom: 25px;
  }
  nav.categories > ul > li > ul.open {
    max-height: 0;
  }
  nav.categories > ul > li > ul.close {
    max-height: 500px;
  }
  nav.categories > ul > li > ul.open-end {
    max-height: 500px;
    transition: max-height 1s ease-in-out;
  }
  nav.categories > ul > li > ul.close-end {
    max-height: 0;
  }
  nav.categories > ul > li > ul li {
    line-height: 40px;
  }
}
/* tablet */
@media (min-width: 641px) {
  nav.categories {
    float: left;
    width: 320px;
    box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1607843137);
  }
}
/* desktop menu */
@media (min-width: 1024px) {
  nav.categories {
    font-size: 0.9em;
    background: #F2F2F2;
    position: absolute;
    z-index: 5;
    height: auto;
    padding: 0 0 20px;
    float: inherit;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    animation: showMenu 400ms ease-in-out forwards;
    transform-origin: top center;
  }
  nav.categories a:hover {
    text-decoration: underline;
  }
  nav.categories ul {
    list-style-type: none;
  }
  nav.categories ul, nav.categories li {
    margin: 0;
    padding: 0;
  }
  @keyframes showMenu {
    0% {
      transform: rotateX(-90deg);
    }
    70% {
      transform: rotateX(20deg);
    }
    100% {
      transform: rotateX(0deg);
    }
  }
  nav.categories.close {
    display: block;
    transition: all 200ms ease-in;
    animation: showMenu 200ms ease-in-out backwards;
    transform-origin: top center;
    transform: rotateX(0deg);
  }
  nav.categories.close-end {
    transform: rotateX(-90deg);
  }
  nav.categories > ul {
    max-width: 1720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 600px;
    flex-basis: 100%;
    line-height: 140%;
  }
  nav.categories > ul > li {
    width: 16.66%;
    margin-top: 20px;
  }
  nav.categories > ul > li > a {
    font-weight: 600;
  }
  nav.categories > ul > li > * {
    margin: 0 20px;
  }
  nav.categories > ul > li ul {
    padding-top: 3px;
  }
  body.fixed-menu nav.categories, body.pfixed-menu nav.categories {
    position: fixed;
    top: 95px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.0509803922);
    margin: 0;
  }
}
[x-cloak] {
  display: none !important;
}

.icon-phone:before, .icon-document:before, .icon-wishlist:before, .icon-selectshop:before, .icon-login:before, .icon-logged-in:before, .icon-cart:before, .icon-fav:before, .icon-burger:before, .icon-search:before, .icon-close:before, .icon-remove:before, .icon-delete:before, .icon-info:before, .icon-filters:before, .icon-edit:before, header.fixed-menu .icon-selectshop:before, header.pfixed-menu .icon-selectshop:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wishlist span, header > .inner > .header-search .header-burger span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

header .search-results .image:before, .small-cart-item .image a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 68%, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.05) 99%, rgba(0, 0, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05000000", endColorstr="#0d000000",GradientType=1 );
}

@font-face {
  font-family: "iconmoon";
  src: url("../fonts/icomoon.eot?25");
  src: url("../fonts/icomoon.eot?25#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?25") format("truetype"), url("../fonts/icomoon.woff?25") format("woff"), url("../fonts/icomoon.svg?25#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  font-family: "Inter", sans-serif;
  color: #333;
}

.icon-wishlist:before {
  content: "\e90a";
}

body {
  font: 400 16px "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.4s ease-in-out;
}

.overlay.open {
  background-color: rgba(0, 0, 0, 0);
}

.overlay.open-end {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.close-end {
  background-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.scroll-top {
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  touch-action: manipulation;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1019607843);
  margin-top: -20px;
  justify-content: center;
  align-items: center;
  color: #000;
}

.scroll-top:disabled {
  cursor: default;
  opacity: 0.3;
}

.scroll-top:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 5px;
}

.next.scroll-top {
  right: 10px;
  transform: rotate(-90deg);
  padding-bottom: 6px;
}

.prev.scroll-top {
  left: 10px;
  transform: rotate(90deg);
  padding-bottom: 6px;
}

@media (min-width: 1720px) {
  .next.scroll-top {
    right: -20px;
  }
  .prev.scroll-top {
    left: -20px;
  }
}
.scroll-top span {
  display: none;
}

main {
  margin: 0 auto;
  max-width: 1720px;
}

h1.common, .common-form legend {
  font-size: 2.2em;
  font-weight: normal;
  padding: 0;
  margin: 30px 16px 20px 16px;
}

.modal .common-form legend {
  text-align: center;
}

@media (min-width: 1280px) {
  h1.common, .common-form legend {
    text-align: center;
    float: none;
  }
  h1.common {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .mobile-only {
    display: none !important;
  }
}
.breadcrumbs {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 16px;
  font-size: 0.82em;
  line-height: 180%;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:first-child):before {
  content: "•";
  margin: 0 8px 0 4px;
  display: inline-block;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.column50 {
  padding-bottom: 30px;
}

.columns-std {
  margin: 0 16px;
}

@media (min-width: 1024px) {
  .columns {
    display: flex;
  }
  .columns .column {
    width: 50%;
  }
  .columns .column50 {
    width: 50%;
  }
  .columns .column20 {
    width: 20%;
  }
  .columns .column80 {
    width: 80%;
  }
  .columns .lh180 {
    line-height: 180%;
  }
  .columns .br {
    border-right: solid 1px #F2F2F2;
    padding-right: 50px;
  }
  .columns .pl {
    padding-left: 50px;
  }
  .columns-2-1 {
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    padding: 0 50px;
  }
  .columns-2-1 .column1 {
    padding-right: 50px;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    padding-left: 50px;
  }
  .columns-2-1 .column {
    flex: 1 1 40%;
    align-self: stretch;
  }
}
@media (min-width: 1720px) {
  .columns-2-1 {
    padding: 0;
  }
  .columns-2-1 .column {
    flex: 1 1 auto;
    width: 25%;
    padding: 0 90px;
  }
  .columns-2-1 .column:first-child {
    padding-left: 0;
    border-right: solid 1px #F2F2F2;
  }
  .columns-2-1 .column:last-child {
    padding-right: 0;
    border-left: solid 1px #F2F2F2;
  }
  .columns-2-1 .column2 {
    width: 20%;
  }
}
main > h2, main > .products-wrapper > h2 {
  padding: 55px 16px 20px 16px;
  margin: 0;
  font-size: 2.1em;
  font-weight: 400;
}

main > a.more, main > .products-wrapper > a.more {
  padding: 0 16px 25px 16px;
  margin-top: -15px;
  font-size: 1em;
  text-decoration: underline;
  display: inline-block;
}

main > a.more:hover, main > .products-wrapper > a.more:hover {
  text-decoration: none;
}

@media (min-width: 641px) {
  main > h2, main > .products-wrapper > h2 {
    text-align: center;
    padding-bottom: 30px;
  }
  main > a.more, main > .products-wrapper > a.more {
    display: none;
  }
}
.modal {
  display: block;
  /* Probably need media queries here */
  width: 850px;
  max-width: 100%;
  height: 500px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

.modal .icon-close {
  font-size: 20px;
  float: right;
  margin: 20px 20px 0 0;
  cursor: pointer;
}

.modal .container {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  top: 40px;
  padding-top: 0px;
}

@media (min-width: 1025px) {
  .modal .icon-close {
    display: block;
    position: absolute;
    top: -40px;
    color: #fff;
    right: 0;
    margin: 0;
  }
  .modal .container {
    top: 0;
    padding: 40px 150px;
    height: 100%;
  }
}
.modal.ad .container .ad-bg {
  display: flex;
  height: 100%;
  background-size: cover;
  background-position: center center;
  flex-direction: column;
  width: 100%;
}

.modal.ad .container .ad-bg form {
  padding: 20px;
  bottom: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  background: #fff;
}

.modal.ad .container .ad-bg form .field-box label {
  z-index: inherit !important;
  margin-left: 1px;
}

.modal.ad .container .ad-bg form .field-box.show-label > label {
  margin-left: 13px;
}

.modal.ad .container .ad-bg form .submit {
  margin-bottom: 0;
}

.modal.ad .container .ad-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.modal.products-popup h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
  margin: 0 0 13px 0;
}

@media (min-width: 1025px) {
  .modal.ad .container {
    padding: 0;
  }
  .modal.products-popup .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal.products-popup h1 {
    margin: -15px 0 13px 0;
  }
}
.preloader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 150;
  background: rgba(255, 255, 255, 0.6);
}

.preloader__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #666;
  border-color: #666 transparent #666 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.messages-container .messages {
  list-style-type: none;
  padding: 0;
  margin: 20px 10px 0 10px;
  transition-property: all;
  transition-duration: 0.5s;
}

.messages-container .messages li {
  padding: 20px;
  transition-property: all;
  transition-duration: 0.5s;
  text-align: center;
  background: #F2F2F2;
}

.messages-container .messages li.error {
  color: #ec0000;
  background: #F2F2F2;
}

.messages-container .messages li.error:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 10px;
}

.content-inline-menu {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}

.content-inline-menu li {
  border: solid 1px #c1c1c1;
  min-height: 32px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 4px 10px;
  cursor: pointer;
}

.content-inline-menu li.selected, .content-inline-menu li:hover {
  border: solid 2px #000;
  min-height: 30px;
  line-height: 30px;
  margin: 0 3px 10px;
}

.content-inline-menu li.selected {
  cursor: inherit;
  padding: 0 10px;
}

.content-inline-menu li a {
  display: inline-block;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
}

main > .content {
  margin: 0 16px;
}

main > .content > .message {
  text-align: center;
}

.icon-wishlist:before {
  content: "\e90a";
}

.wishlist {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  font-size: 1.3em;
  transition: 0.1s linear;
}

.wishlist:hover {
  color: red;
  animation: heartbeat 0.4s 2;
}

.wishlist::before {
  padding-top: 11px;
  display: block;
}

.wishlist.close, .wishlist.open-end {
  transform: scale(1);
}

.wishlist.close-end, .wishlist.open {
  transform: scale(0);
}

.wishlist.active:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
}

.products .wishlist {
  top: 10px;
  right: 10px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  top: inherit;
  transform: rotate(180deg);
}

.scroll-top::before {
  line-height: 40px;
}

.lang-en footer .footer .credits .social::before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}

.lang-cs footer .footer .credits .social::before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
}

footer {
  padding-top: 10px;
}
footer .newsletter {
  background: #F2F2F2;
  padding: 18px;
}
footer .newsletter ol::after {
  content: "";
  width: 165px;
  height: 212px;
  display: block;
  background: url("../imgs/newsletter-bg@2x.png") no-repeat;
  background-size: contain;
  float: right;
  margin-top: -185px;
}
footer .newsletter .header {
  font-weight: 600;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
footer .newsletter .description {
  width: 50%;
  margin-right: 20px;
}
footer .newsletter .info {
  margin-top: 30px;
  margin-left: 0;
}
footer .newsletter ol {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 160%;
}
footer .newsletter ol li {
  color: #dc0101;
}
footer .newsletter fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 25px 0 30px;
}
footer .newsletter fieldset p {
  display: flex;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.0784313725);
}
footer .newsletter fieldset p label {
  display: none;
}
footer .newsletter fieldset p input, footer .newsletter fieldset p button {
  height: 68px;
  border: 0;
  padding: 0;
  margin: 0;
}
footer .newsletter fieldset p input {
  flex: 1;
  background-color: transparent;
  padding-left: 20px;
  font-size: 1.1em;
  outline: none;
  width: 100%;
}
footer .newsletter fieldset p button {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 40px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
footer .newsletter fieldset p button::before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
}
footer .newsletter fieldset p button:hover {
  background: #ec0000;
}
footer .newsletter fieldset p button:hover::before {
  background: #ec0000;
}
footer .footer {
  margin-top: 9px;
}
footer .footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer .col.menu > ul {
  margin: 0 18px 0 18px;
  clear: both;
}
footer .footer .col.menu > ul > li {
  border-bottom: solid 1px #E5E5E5;
}
footer .footer .col.menu > ul > li a {
  display: block;
  line-height: 50px;
}
footer .footer .col.menu > ul > li a:hover {
  color: rgb(100, 100, 100);
}
footer .footer .col.address {
  margin: 0 18px 0 18px;
  line-height: 150%;
}
footer .footer .col.address address {
  font-style: normal;
}
footer .footer .col.address a {
  border-bottom: solid 1px #000;
}
footer .footer .col.address a:hover {
  border: 0;
}
footer .footer .credits {
  margin: 0 18px 0 18px;
}
footer .footer .credits .services li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 2px;
}
footer .footer .credits .services li img {
  display: inline-block;
}
footer .footer .credits .services li.stretch {
  min-height: 25px;
}
footer .footer .credits .services li a {
  display: inline-block;
  line-height: 0;
}
footer .footer .credits .social {
  margin: 40px auto 60px;
  text-align: center;
}
footer .footer .credits .social li.instagram a::after, footer .footer .credits .social li.youtube a::after, footer .footer .credits .social li.facebook a::after {
  background: #000;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
}
footer .footer .credits .social li.instagram a:hover::after, footer .footer .credits .social li.youtube a:hover::after, footer .footer .credits .social li.facebook a:hover::after {
  background: #FF0000;
}
footer .footer .credits .social li {
  display: inline-block;
  font-size: 0;
  margin: 0 20px;
}
footer .footer .credits .social li.facebook a::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea90";
}
footer .footer .credits .social li.youtube a::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea9d";
}
footer .footer .credits .social li.instagram a::after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea92";
}
footer .footer .neki img {
  filter: grayscale(100%);
  opacity: 0.3;
}
footer .footer .neki img:hover {
  filter: none;
  opacity: 1;
}

@media (min-width: 1025px) {
  footer {
    max-width: 1720px;
    margin: 0 auto;
    position: relative;
  }
  footer .newsletter {
    height: 250px;
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
  footer .newsletter .info {
    max-width: 260px;
  }
  footer .newsletter .info .description {
    width: auto;
  }
  footer .newsletter .col {
    margin: 0;
  }
  footer .newsletter ol {
    min-width: 120px;
    height: 170px;
    position: relative;
    padding: 80px 185px 0 0;
  }
  footer .newsletter ol::after {
    bottom: 0;
    right: 0;
    position: absolute;
  }
  footer .newsletter fieldset::before {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    float: left;
    margin: 30px 20px 0 0;
    font-size: 0.8em;
  }
  footer .footer {
    display: flex;
    padding: 0 40px;
    border-bottom: solid 1px #F2F2F2;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  footer .footer p {
    margin: 0;
  }
  footer .footer .col {
    padding: 60px 0;
  }
  footer .footer .col address {
    margin-top: 20px;
  }
  footer .footer .credits {
    display: flex;
  }
  footer .footer .credits .services {
    margin-right: 80px;
    text-align: center;
  }
  footer .footer .credits .services li {
    display: block;
    margin-bottom: 10px;
  }
  footer .footer .credits .social {
    margin: 0;
  }
  footer .footer .credits .social::before {
    font-family: "iconmoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    font-size: 1.4em;
    clear: both;
    display: block;
    margin-bottom: 50px;
  }
  footer .footer .col.menu > ul {
    margin: 0;
    line-height: 180%;
  }
  footer .footer .col.menu > ul > li {
    border: 0;
  }
  footer .footer .col.menu > ul > li a {
    display: inline-block;
    line-height: inherit;
    text-decoration: underline;
  }
  footer .footer .col.menu > ul > li a:hover {
    text-decoration: none;
  }
  footer .neki {
    position: absolute;
    line-height: 0;
    bottom: 0;
    right: 10px;
  }
}
@media (min-width: 641px) {
  footer {
    padding-top: 60px;
  }
}
@media (min-width: 1280px) {
  footer .newsletter, footer .footer {
    padding: 0 150px;
  }
}
@media (min-width: 1720px) {
  footer .neki {
    right: 0;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0 20px;
}
.pagination ul.pages {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.pagination ul.pages li {
  display: inline;
  margin: 10px;
}
.pagination ul.pages li > a, .pagination ul.pages li > span {
  display: inline-block;
}
.pagination ul.pages li.selected span {
  color: #dfdfdf;
}
.pagination ul.pages li.next a, .pagination ul.pages li.prev a {
  visibility: hidden;
  font-size: 0;
}
.pagination ul.pages li.next a::after, .pagination ul.pages li.prev a::after {
  display: inline-block;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: 16px;
  visibility: visible;
  color: #000;
  padding-bottom: 2px;
}
.pagination ul.pages li:hover.next a::after, .pagination ul.pages li:hover.prev a::after {
  background: #fff;
}
.pagination ul.pages li.prev a::after {
  transform: rotate(-180deg);
}
.pagination form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.pagination form fieldset legend, .pagination form fieldset label {
  display: none;
}

.globalerror {
  background: #ec0000;
  margin: 0;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.common-form .common-margin {
  margin: 0 16px 0 16px;
}
.common-form .mt20 {
  margin-top: 20px;
}
.common-form .cols {
  display: flex;
}
.common-form .cols .lab50, .common-form .cols .lab60, .common-form .cols .lab40, .common-form .cols .lab30 {
  padding-right: 10px;
  width: 50%;
}
.common-form .cols .lab50.last, .common-form .cols .lab60.last, .common-form .cols .lab40.last, .common-form .cols .lab30.last {
  padding-right: 0;
}
.common-form .cols .lab60 {
  width: 60%;
}
.common-form .cols .lab40 {
  width: 40%;
}
.common-form .cols .lab30 {
  width: 30%;
}
.common-form .dropdown-element {
  border: solid 1px #C1C1C1;
  display: inline-block;
  min-width: 200px;
  min-height: 32px;
  position: relative;
  box-sizing: border-box;
  /*&.single .current .label {
      display: inline-block;
  }

  &.opened .current .label{
      border-bottom: solid 1px #000;
  }*/
}
.common-form .dropdown-element:hover, .common-form .dropdown-element.opened, .common-form .dropdown-element:focus-visible {
  border-color: #000;
  outline: none;
}
.common-form .dropdown-element:hover .current, .common-form .dropdown-element.opened .current, .common-form .dropdown-element:focus-visible .current {
  border-color: #000;
}
.common-form .dropdown-element.dropdown-classic {
  width: 100%;
  min-width: auto;
  border-color: #000;
}
.common-form .dropdown-element.dropdown-classic .current {
  min-width: auto;
  min-height: 38px;
  line-height: 38px;
  padding: 0 20px;
}
.common-form .dropdown-element.dropdown-classic .current::after {
  margin-top: 15px;
}
.common-form .dropdown-element.dropdown-classic .options {
  padding: 0 20px;
}
.common-form .dropdown-element.dropdown-classic .options li:focus-visible {
  outline: none;
  display: inline-block;
  border-bottom: solid 4px #000;
}
.common-form .dropdown-element.dropdown-large {
  min-height: 48px;
}
.common-form .dropdown-element.dropdown-large .current {
  height: 48px;
  padding: 0 20px;
}
.common-form .dropdown-element.dropdown-large .current .label, .common-form .dropdown-element.dropdown-large .current .selected {
  line-height: 48px;
}
.common-form .dropdown-element.dropdown-large .current:after {
  margin-top: 20px;
}
.common-form .dropdown-element.dropdown-large .options {
  margin-top: 48px;
  padding: 0;
  font-size: 13px;
}
.common-form .dropdown-element.dropdown-large .options:before {
  content: "";
  display: block;
  background: #EAEAEA;
  height: 1px;
  margin: 0 20px 10px;
}
.common-form .dropdown-element.dropdown-large .options li {
  padding: 8px 20px;
  display: block;
  clear: both;
}
.common-form .dropdown-element.dropdown-large .options li:hover, .common-form .dropdown-element.dropdown-large .options li:focus-visible {
  background: #F2F2F2;
  outline: none;
}
.common-form .dropdown-element.dropdown-large .options li.notify {
  color: #999999;
}
.common-form .dropdown-element.dropdown-large .options li.notify span {
  color: #999999;
  float: right;
  margin-top: -2px;
}
.common-form .dropdown-element.dropdown-large .options li.notify span:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  font-size: 1.8em;
  vertical-align: middle;
  margin-left: 10px;
}
.common-form .dropdown-element .current {
  border: solid 1px #fff;
  display: block;
  min-width: 200px;
  min-height: 32px;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  height: 20px;
  color: green;
}
.common-form .dropdown-element .current .label, .common-form .dropdown-element .current .selected {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.common-form .dropdown-element .current .label .icon-remove, .common-form .dropdown-element .current .selected .icon-remove {
  font-size: 0.7em;
  margin: 0 5px 0 5px;
  vertical-align: baseline;
  color: #999999;
}
.common-form .dropdown-element .current:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  color: #000;
  font-size: 8px;
  float: right;
  margin: 13px 0 0 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.common-form .dropdown-element button {
  cursor: pointer;
  display: block;
  background: #E5E5E5;
  color: #000;
  text-align: center;
  border: 0;
  width: 100%;
  padding: 10px;
  outline: none;
  margin: 10px 0;
}
.common-form .dropdown-element button:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  right: 25px;
  font-size: 20px;
  margin-top: -2px;
}
.common-form .dropdown-element button:hover {
  background: #000;
  color: #fff;
}
.common-form .dropdown-element .options {
  left: -1px;
  right: -1px;
  position: absolute;
  z-index: 4;
  top: 0;
  border: solid 2px #000;
  background: #fff;
  margin-top: 32px;
  border-top: 0;
  padding: 0 10px;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}
.common-form .dropdown-element .options ol {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
  max-height: 150px;
  overflow: auto;
}
.common-form .dropdown-element .options ol li {
  cursor: pointer;
  padding: 5px 0;
}
.common-form .dropdown-element .options ol li.selected:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  color: #000;
  font-size: 0.8em;
  float: right;
}
.common-form .dropdown-element .options.close {
  max-height: 160px;
  /*border-width: 1px;*/
}
.common-form .dropdown-element .options.close-end {
  max-height: 2px;
}
.common-form .dropdown-element.opened .options {
  transition: max-height 0.25s ease-in;
}
.common-form .dropdown-element.opened .options.open {
  max-height: 0px;
}
.common-form .dropdown-element.opened .options.open-end {
  max-height: 160px;
}
.common-form .dropdown-element.opened .current::after {
  transform: rotate(180deg);
}
.common-form .enlarged .dropdown-element {
  min-height: 48px;
}
.common-form .enlarged .dropdown-element .current {
  min-height: 48px;
  padding: 0 20px;
}
.common-form .enlarged .dropdown-element .current .label, .common-form .enlarged .dropdown-element .current .selected {
  line-height: 46px;
}
.common-form .enlarged .dropdown-element .current:after {
  margin-top: 20px;
}
.common-form .enlarged .dropdown-element .options {
  margin-top: 48px;
  padding: 0 20px;
}
.common-form .enlarged .dropdown-element .options ol {
  margin: 0 0 20px 0;
}
.common-form .enlarged .dropdown-element .options ol li {
  padding: 5px 0;
}
.common-form input.field {
  border: solid 1px #000;
  height: 40px;
  outline: none;
  font-size: 16px;
  padding: 0 10px;
}
.common-form .field-number-container {
  position: relative;
  display: inline-block;
}
.common-form .field-number-container button {
  position: absolute;
  right: 3px;
  outline: none;
  height: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.common-form .field-number-container button:after {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 0.6em;
}
.common-form .field-number-container button.down {
  bottom: 10px;
}
.common-form .field-number-container button.up {
  top: 7px;
}
.common-form .field-number-container button.up:after {
  display: block;
  transform: rotate(-180deg);
}
.common-form .field-number-container button:active {
  color: #999999;
}
.common-form .field-number-container button.disabled {
  color: #999999;
}
.common-form .field.remote-auth {
  margin-top: 20px;
}
.common-form .field.remote-auth label {
  display: block;
  margin-bottom: 20px;
}
.common-form .field.remote-auth .remote-auth-provider {
  padding: 10px;
  border: solid 1px #000;
  display: inline-block;
  margin-right: 10px;
}
.common-form .field.remote-auth .remote-auth-provider svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.common-form .field.remote-auth .remote-auth-provider.google {
  background: red;
  background: #fff;
}
.common-form .field.remote-auth .remote-auth-provider:hover {
  background: #e8f0fe;
}
.common-form .field-button {
  cursor: pointer;
  position: relative;
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 21px;
  min-height: 48px;
  line-height: 48px;
  border: 0;
  text-align: left;
  outline: none;
}
.common-form .field-button.stretch {
  width: 100%;
  box-sizing: border-box;
}
.common-form .field-button.normal {
  min-height: 40px;
  line-height: 42px;
}
.common-form .field-button.mini {
  min-height: 36px;
  line-height: 34px;
}
.common-form .field-button.center {
  text-align: center;
}
.common-form .field-button.register:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
}
.common-form .field-button.login:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
}
.common-form .field-button.contact:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
}
.common-form .field-button.save:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-size: 0.8em;
  margin: 17px 5px 0 0;
}
.common-form .field-button.w300 {
  width: 300px;
}
.common-form .field-button.w250 {
  width: 250px;
}
.common-form .field-button.arrow:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.common-form .field-button:before {
  color: #fff;
  font-size: 1.3em;
  float: right;
  margin-top: 12px;
}
.common-form .field-button.finish {
  width: 100%;
  height: 64px;
  min-height: 64px;
  text-align: left;
  padding: 0 32px;
}
.common-form .field-button.finish:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.common-form .field-button:hover:before {
  animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.common-form .field-button.loading {
  background: #757575;
}
.common-form .field-button.loading:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e981";
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.common-form .syminput {
  margin: 0 0 15px;
  padding: 0 20px;
  border: solid 1px #F2F2F2;
  line-height: 40px;
}
.common-form .syminput label {
  color: #999999;
}
.common-form .info {
  margin-top: 5px;
  color: #999999;
  display: inline-block;
}
.common-form .field-inline {
  display: inline-block;
}
.common-form .field-inline:before {
  margin-left: 20px;
}
.common-form .field-arrow::before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
.common-form .field-box {
  position: relative;
  margin: 0 0 13px;
}
.common-form .field-box.multi-box {
  white-space: nowrap;
}
.common-form .field-box label {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
  background: #fff;
  width: auto;
  padding: 0 20px;
}
.common-form .field-box label.error {
  color: #ec0000;
}
.common-form .field-box.show-label > label {
  top: -7px;
  font-size: 11px;
  color: #666;
  transition: 0.3s;
  z-index: 2;
  padding: 0 8px;
  margin-left: 13px;
}
.common-form .field-box.show-label > label.error {
  color: #ec0000;
}
.common-form .field-box input, .common-form .field-box select, .common-form .field-box textarea {
  border: solid 1px #000;
  padding: 20px;
  margin: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: none;
  box-sizing: border-box;
}
.common-form .field-box input.error, .common-form .field-box select.error, .common-form .field-box textarea.error {
  border-color: #ec0000;
  color: #ec0000;
}
.common-form .field-box .slim {
  width: auto;
}
.common-form .field-box textarea {
  height: auto;
  line-height: inherit;
}
.common-form .field-box.field-box-textarea label {
  top: 15px;
}
.common-form .field-box.field-box-textarea.show-label > label {
  top: -7px;
}
.common-form .field-box.field-box-textarea textarea {
  line-height: 110%;
  height: auto;
  max-width: 100%;
  resize: vertical;
}
.common-form .errors {
  list-style-type: none;
  padding: 0;
  margin-top: -5px;
}
.common-form .errors li {
  color: #ec0000;
}
.common-form .empty {
  display: none;
}
.common-form .radios, .common-form .poll {
  padding-bottom: 10px;
}
.common-form .radios input, .common-form .poll input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.common-form .radios input:checked + label:before, .common-form .poll input:checked + label:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
}
.common-form .radios input:focus + label, .common-form .poll input:focus + label {
  color: #666;
}
.common-form .radios label, .common-form .poll label {
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
.common-form .radios label:before, .common-form .poll label:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-size: 22px;
  vertical-align: bottom;
  margin-right: 10px;
}
.common-form .radios label img, .common-form .poll label img {
  vertical-align: top;
  height: 25px;
}
.common-form .radios .description, .common-form .poll .description {
  display: block;
  margin: 5px 0 0 32px;
  color: #999999;
}
.common-form .option input, .common-form .terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.common-form .option input:checked + label:before, .common-form .terms input:checked + label:before {
  background: #000;
  content: "\e911";
}
.common-form .option input:focus + label, .common-form .terms input:focus + label {
  color: #666;
}
.common-form .option label, .common-form .terms label {
  margin-right: 20px;
  cursor: pointer;
}
.common-form .option label:before, .common-form .terms label:before {
  width: 19px;
  height: 19px;
  border: solid 1px #000;
  display: inline-block;
  font-size: 8px;
  vertical-align: middle;
  text-align: center;
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  color: #fff;
  line-height: 20px;
  margin-right: 10px;
}
.common-form fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.common-form fieldset legend {
  margin: 0;
  padding: 20px 16px 30px 16px;
}
.common-form .terms label {
  position: relative;
}
.common-form .terms label:before {
  position: absolute;
  left: 0;
}
.common-form .terms label span {
  margin-left: 30px;
  color: #999999;
  display: block;
  font-size: 0.8em;
  line-height: 150%;
}
.common-form .terms.cut-terms span {
  overflow: auto;
  height: 80px;
  display: block;
}
.common-form .terms a {
  text-decoration: underline;
}
.common-form .center {
  text-align: center;
}
@media (min-width: 1024px) {
  .common-form .column50 .wide-padding {
    max-width: 560px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .common-form .column50 .wide-padding .register {
    width: 260px;
    float: right;
  }
  .common-form .column50 .wide-padding .forgot-container {
    border-bottom: solid 1px #F2F2F2;
    display: flex;
  }
  .common-form .column50 .wide-padding .forgot-container p {
    width: 260px;
    line-height: 48px;
  }
  .common-form .column50 .wide-padding .forgot-container .center {
    order: -1;
    text-align: left;
    font-size: 0.9em;
    text-decoration: underline;
  }
  .common-form .column50 .wide-padding .forgot-container .center:hover {
    text-decoration: none;
  }
}
.common-form .message {
  line-height: 180%;
  margin-top: 0;
}

@media (max-width: 640px) {
  .common-form .cols.vertical-on-mobile {
    width: 100%;
    flex-flow: wrap;
  }
  .common-form .cols.vertical-on-mobile .lab40 {
    flex: 1 1 100%;
    padding-right: 0;
  }
  .common-form .cols.vertical-on-mobile .lab30 {
    width: calc(50% - 5px);
    padding-right: 5px;
  }
  .common-form .cols.vertical-on-mobile .lab30.last {
    padding-left: 5px;
    padding-right: 0;
  }
}
.icon-document:before {
  content: "\e926";
}

.icon-phone:before {
  content: "\e942";
}

.content-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 16px 40px 16px;
}
.content-menu li {
  border-bottom: solid 1px #F2F2F2;
}
.content-menu li a {
  display: block;
  padding: 10px 0;
}
.content-menu li a:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  margin-right: 10px;
}
.content-menu li a:hover:before {
  color: #ec0000;
}
.content-menu li.selected {
  font-weight: bold;
}
.content-menu ul {
  list-style-type: none;
  padding: 0 0 0 20px;
}
.content-menu ul li {
  border-top: solid 1px #F2F2F2;
  border-bottom: 0;
}

.text-content {
  margin: 0 16px 80px 16px;
  line-height: 180%;
}
.text-content h2 {
  font-weight: normal;
  font-weight: 600;
}
.text-content [id]::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}
.text-content a {
  font-weight: bold;
  border-bottom: solid 4px #000;
  padding-bottom: 2px;
}
.text-content a:hover {
  color: #999999;
  border-color: #999999;
}
.text-content > ol, .text-content > ul {
  padding: 0 0 0 35px;
  list-style: none;
  counter-reset: numList;
}
.text-content > ol ol, .text-content > ol ul, .text-content > ul ol, .text-content > ul ul {
  margin-bottom: 20px;
}
.text-content > ol > li, .text-content > ul > li {
  padding: 0;
  margin-bottom: 10px;
}
.text-content > ol > li:before {
  counter-increment: numList;
  content: counter(numList);
  font-size: 12px;
  text-align: center;
  color: #000;
  line-height: 18px;
  width: 18px;
  height: 18px;
  background: #F2F2F2;
  -moz-border-radius: 999px;
  border-radius: 999px;
  position: absolute;
  margin: 5px 0 0 -30px;
}
.text-content > ul > li:before {
  font-family: "iconmoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  position: absolute;
  margin: 5px 0 0 -30px;
}
.text-content table {
  margin: 0 auto;
}
.text-content table td {
  padding: 10px 0;
  border-bottom: solid 1px #F2F2F2;
}
.text-content table td a {
  border: 0;
}
.text-content table td.spacing {
  padding-left: 30px;
}
.text-content .icon-document:before, .text-content .icon-phone:before {
  margin-right: 5px;
}
.text-content address {
  background: #F2F2F2;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  padding: 10px;
}
.text-content > .faq > li {
  padding-bottom: 30px;
}
.text-content > .faq > li strong {
  font-size: 1.2em;
}

.columns-contact {
  margin-top: 40px;
}

.mini-columns .column {
  margin-bottom: 20px;
}

.column.alert p {
  color: #ec0000;
  margin: 0;
}
.column.alert .bank-account {
  font-size: 1.4em;
  font-weight: bold;
}

.no-columns {
  margin: 0 16px 80px 16px;
}

@media (min-width: 1024px) {
  .mini-columns {
    display: flex;
    align-items: center;
  }
  .text-content address {
    margin-right: 40px;
  }
}
@media (min-width: 1280px) {
  .no-columns {
    max-width: 1240px;
    margin: 0 auto;
  }
}
.contact-info h3 {
  font-size: 2.2em;
  font-weight: normal;
  margin: 20px 0 30px 0;
}
.contact-info .cbox {
  padding-bottom: 20px;
}
.contact-info .cbox p {
  margin: 10px 0 0 0;
  line-height: 180%;
}
.contact-info .cinfo {
  background: #F2F2F2;
  padding: 5px 10px;
  margin-top: 10px;
}
.contact-info .cinfo p {
  margin: 0;
}

.contact {
  min-width: 200px;
}

