@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url('../styles/webfonts/Light/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Roboto;
  src: url('../styles/webfonts/Regular/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Roboto;
  src: url('../styles/webfonts/Regular/Roboto-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Roboto;
  src: url('../styles/webfonts/Medium/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Roboto;
  src: url('../styles/webfonts/Bold/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: Roboto;
  src: url('../styles/webfonts/Bold/Roboto-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: optional;
}
@-webkit-keyframes syncInProgress {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes syncInProgress {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .container {
    max-width: 1130px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
.container-fluid {
  padding: 0;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.row.reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 589px) {
  .row.m-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.row--nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: auto;
}
.row--nowrap::-webkit-scrollbar {
  display: none;
}
.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
/* Mobile columns */
.s1 {
  -ms-flex-preferred-size: 8.33333333%;
  -webkit-flex-basis: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.s1--offset {
  margin-left: 8.33333333%;
}
.s2 {
  -ms-flex-preferred-size: 16.66666667%;
  -webkit-flex-basis: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.s2--offset {
  margin-left: 16.66666667%;
}
.s3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.s3--offset {
  margin-left: 25%;
}
.s4 {
  -ms-flex-preferred-size: 33.33333333%;
  -webkit-flex-basis: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.s4--offset {
  margin-left: 33.33333333%;
}
.s5 {
  -ms-flex-preferred-size: 41.66666667%;
  -webkit-flex-basis: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.s5--offset {
  margin-left: 41.66666667%;
}
.s6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
.s6--offset {
  margin-left: 50%;
}
.s7 {
  -ms-flex-preferred-size: 58.33333333%;
  -webkit-flex-basis: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.s7--offset {
  margin-left: 58.33333333%;
}
.s8 {
  -ms-flex-preferred-size: 66.66666667%;
  -webkit-flex-basis: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.s8--offset {
  margin-left: 66.66666667%;
}
.s9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%;
}
.s9--offset {
  margin-left: 75%;
}
.s10 {
  -ms-flex-preferred-size: 83.33333333%;
  -webkit-flex-basis: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.s10--offset {
  margin-left: 83.33333333%;
}
.s11 {
  -ms-flex-preferred-size: 91.66666667%;
  -webkit-flex-basis: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.s11--offset {
  margin-left: 91.66666667%;
}
.s12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.s12--offset {
  margin-left: 100%;
}
@media (max-width: 589px) {
  .s12 {
    min-width: 100%;
  }
  .s-auto {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: none;
    width: auto;
  }
}
/* Large mobile columns */
@media (min-width: 590px) {
  .sm1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .sm1--offset {
    margin-left: 8.33333333%;
  }
  .sm2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .sm2--offset {
    margin-left: 16.66666667%;
  }
  .sm3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .sm3--offset {
    margin-left: 25%;
  }
  .sm4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .sm4--offset {
    margin-left: 33.33333333%;
  }
  .sm5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .sm5--offset {
    margin-left: 41.66666667%;
  }
  .sm6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .sm6--offset {
    margin-left: 50%;
  }
  .sm7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .sm7--offset {
    margin-left: 58.33333333%;
  }
  .sm8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .sm8--offset {
    margin-left: 66.66666667%;
  }
  .sm9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .sm9--offset {
    margin-left: 75%;
  }
  .sm10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .sm10--offset {
    margin-left: 83.33333333%;
  }
  .sm11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .sm11--offset {
    margin-left: 91.66666667%;
  }
  .sm12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .sm12--offset {
    margin-left: 100%;
  }
  .sm-auto {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: none;
    width: auto;
  }
}
/* Tablet columns */
@media (min-width: 768px) {
  .m1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .m1--offset {
    margin-left: 8.33333333%;
  }
  .m2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .m2--offset {
    margin-left: 16.66666667%;
  }
  .m3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .m3--offset {
    margin-left: 25%;
  }
  .m4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .m4--offset {
    margin-left: 33.33333333%;
  }
  .m5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .m5--offset {
    margin-left: 41.66666667%;
  }
  .m6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .m6--offset {
    margin-left: 50%;
  }
  .m7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .m7--offset {
    margin-left: 58.33333333%;
  }
  .m8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .m8--offset {
    margin-left: 66.66666667%;
  }
  .m9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .m9--offset {
    margin-left: 75%;
  }
  .m10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .m10--offset {
    margin-left: 83.33333333%;
  }
  .m11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .m11--offset {
    margin-left: 91.66666667%;
  }
  .m12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .m12--offset {
    margin-left: 100%;
  }
  .m-auto {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: none;
    width: auto;
  }
}
/* Desktop columns */
@media (min-width: 992px) {
  .l1 {
    -ms-flex-preferred-size: 8.33333333%;
    -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .l1--offset {
    margin-left: 8.33333333%;
  }
  .l2 {
    -ms-flex-preferred-size: 16.66666667%;
    -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .l2--offset {
    margin-left: 16.66666667%;
  }
  .l3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .l3--offset {
    margin-left: 25%;
  }
  .l4 {
    -ms-flex-preferred-size: 33.33333333%;
    -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .l4--offset {
    margin-left: 33.33333333%;
  }
  .l5 {
    -ms-flex-preferred-size: 41.66666667%;
    -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .l5--offset {
    margin-left: 41.66666667%;
  }
  .l6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .l6--offset {
    margin-left: 50%;
  }
  .l7 {
    -ms-flex-preferred-size: 58.33333333%;
    -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .l7--offset {
    margin-left: 58.33333333%;
  }
  .l8 {
    -ms-flex-preferred-size: 66.66666667%;
    -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .l8--offset {
    margin-left: 66.66666667%;
  }
  .l9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .l9--offset {
    margin-left: 75%;
  }
  .l10 {
    -ms-flex-preferred-size: 83.33333333%;
    -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .l10--offset {
    margin-left: 83.33333333%;
  }
  .l11 {
    -ms-flex-preferred-size: 91.66666667%;
    -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .l11--offset {
    margin-left: 91.66666667%;
  }
  .l12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .l12--offset {
    margin-left: 100%;
  }
  .l-auto {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: none;
    width: auto;
  }
}
/* Horizontal align */
.jc-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jc-start {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.jc-end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.jc-between {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jc-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
/* Vertical align */
.ai-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.as-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.as-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
body {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
/* LAYOUT */
#main-wrap {
  text-align: left;
  margin: 0 auto;
  padding: 45px 16px 0;
}
#main-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: #000;
}
@media (max-width: 767px) {
  .mobile-search-visible #main-wrap {
    padding-top: 96px;
  }
}
@media (min-width: 768px) {
  #main-wrap:before {
    height: 45px;
  }
}
@media (min-width: 992px) {
  #main-wrap {
    position: relative;
    padding-top: 169px;
  }
  #main-wrap:before {
    top: 60px;
    height: 109px;
  }
}
#main {
  position: relative;
  max-width: 1035px;
  margin: 0 auto;
  padding-bottom: 35px;
}
#main:before,
#main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}
#main:before,
#main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}
#maintance,
#main500 {
  text-align: left;
  max-width: 1055px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
#col-side {
  margin-top: 60px;
}
.layout-slim #main-wrap {
  padding-top: 45px;
}
.layout-slim #main-wrap:before {
  height: 45px;
}
@media (min-width: 992px) {
  .layout-slim #main-wrap:before {
    top: 0;
    height: 75px;
  }
}
@media (min-width: 992px) {
  .layout-slim #main-wrap {
    padding-top: 75px;
  }
}
@media (min-width: 960px) {
  #main {
    padding-bottom: 50px;
  }
  #main.center-freetext {
    padding-left: 0;
    padding-right: 0;
  }
  #col-side {
    margin-top: 0;
  }
  .two-cols #main {
    padding-left: 245px;
    box-sizing: border-box;
  }
  .two-cols #main.center-freetext {
    padding-left: 0;
    padding-right: 0;
  }
  .two-cols #col-content,
  .two-cols #col-annot {
    width: 100%;
    float: right;
  }
  .two-cols #col-side {
    width: 220px;
    float: left;
    margin: 1.69em 0 0 -245px;
  }
}
.body-overlay,
.focus-search-box {
  overflow-y: hidden;
}
.body-overlay:after,
.focus-search-box:after {
  content: "";
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 45px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .body-overlay:after,
  .focus-search-box:after {
    display: none;
  }
}
/* COLS */
@media (min-width: 590px) {
  .col-wrap {
    position: relative;
  }
  .std-box .col-h-l {
    float: left;
    width: 49%;
  }
  .std-box .col-h-r {
    float: right;
    width: 49%;
  }
}
@media (min-width: 768px) {
  .col-h-l {
    display: block;
    float: left;
    width: 49%;
  }
  .col-h-r {
    display: block;
    float: right;
    width: 49%;
  }
  .col-h-r .col-h-l,
  .col-h-l .col-h-l {
    float: left;
    width: 48%;
  }
  .col-h-r .col-h-r,
  .col-h-l .col-h-r {
    float: right;
    width: 48%;
  }
}
.disable-transition * {
  transition: none !important;
}
/* FUJ BORDEL :) */
.ext {
  padding-right: 12px;
  position: relative;
}
.ext:before,
.ext .before {
  right: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  background-position: -31px -62px;
}
.out {
  position: absolute;
  left: -10000px;
  top: auto;
}
.vhide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.l {
  float: left;
}
.r {
  float: right;
}
.cb {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.ib {
  display: inline-block;
  vertical-align: top;
}
.print-only,
.no-js .js-only,
.js .js-hide,
.hidden {
  display: none;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.display-block {
  display: block;
}
.antspm {
  display: none;
}
.red,
.error {
  color: #d21414;
}
/************************************************************************************
	RESETS and TYPOGRAPHY
*************************************************************************************/
html {
  margin: 0;
  padding: 0;
  scroll-behavior: initial !important;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 100%/1.5 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none;
}
/* HEADING */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
  margin: 1.5rem 0 0.65rem 0;
  padding: 0;
  font: normal 300 100%/1.4 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #000;
}
h1,
.h1 {
  font-size: 1.5rem;
  text-align: center;
}
h2,
.h2 {
  font-size: 1.4rem;
}
h3,
.h3 {
  font-size: 1.15rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.9rem;
}
svg {
  vertical-align: middle;
}
.page-product-detail #main h2,
.page-product-detail #main .h2 {
  text-align: center;
}
.article-content a:not(.btn):not([class^='ico-']) {
  color: #dc0069;
}
.article-content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
p.split ~ * {
  display: none;
}
#col-annot {
  position: relative;
  margin: 0 0 1em 0;
}
#col-annot .logo {
  display: block;
  width: 120px;
  text-align: center;
  margin: 5px auto 0;
}
#col-annot .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#col-annot.collapsable .ca-box p {
  margin-bottom: 0;
}
#col-annot.collapsable .ca-box p img {
  width: 100%;
  height: auto;
}
#col-annot.collapsable .ca-box ul {
  margin-top: 0;
}
#col-annot.collapsable .ca-box .split {
  display: none;
}
#col-annot.collapsable:not(.ca-collapsed):not(.ca-expanded) .ca-control-collapse {
  display: none;
}
#col-annot.collapsable.ca-collapsed {
  position: relative;
}
#col-annot.collapsable.ca-collapsed .ca-box {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#col-annot.collapsable.ca-collapsed .ca-box > * {
  display: none;
}
#col-annot.collapsable.ca-collapsed .ca-box p {
  display: inline;
}
#col-annot.collapsable.ca-collapsed .ca-box .dont-collapse {
  display: block;
  white-space: normal;
  margin-bottom: 0;
}
#col-annot.collapsable.ca-collapsed.not-all .ca-box > *:not(.dont-collapse) {
  display: none;
}
#col-annot .ca-control {
  font-size: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin: 0.6em 0 0.6em 0;
}
#col-annot .ca-control a {
  text-decoration: none;
}
#col-annot .ca-control a span {
  text-decoration: underline;
}
#col-annot .ca-control a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 12px;
}
#col-annot .ca-control a:hover span {
  text-decoration: none;
  color: #000;
}
#col-annot .ca-control a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23000' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-size: 10px 12px;
  background-repeat: no-repeat;
  margin-bottom: 0 !important;
}
#col-annot.not-collapsable .ca-control {
  display: none;
}
#col-annot.collapsable.ca-expanded p {
  margin-bottom: 1.3em;
}
#col-annot.collapsable.ca-expanded .ca-box > *:last-child {
  margin-bottom: 0;
}
#col-annot.collapsable.ca-expanded .ca-control a:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
@media (min-width: 590px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    margin: 2.15rem 0 1.15rem 0;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  h4,
  .h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .simple-article {
    padding: 0 !important;
  }
  .simple-article h1,
  .simple-article .h1 {
    text-align: left;
  }
  .simple-article #col-content {
    max-width: 730px;
    margin: 0 auto;
    float: none;
  }
  #col-annot:before,
  #col-annot:after {
    content: " ";
    display: table;
  }
  #col-annot:after {
    clear: both;
  }
  #col-annot:before,
  #col-annot:after {
    content: " ";
    display: table;
  }
  #col-annot:after {
    clear: both;
  }
  #col-annot h1,
  #col-annot .h1 {
    text-align: left;
  }
  #col-annot .logo {
    float: right;
    text-align: right;
    margin: -4px 0 0.5em;
  }
}
@media (min-width: 960px) {
  #col-annot .ca-control {
    margin: 0.3em 0 0 0;
  }
}
/* FONTS */
.bold {
  font-weight: bold;
}
.thin {
  font-weight: normal;
}
.small {
  font-size: 85.71428571%;
}
.big {
  font-size: 128.57142857%;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.lora {
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.green {
  color: #008700;
}
.grey {
  color: #808080;
}
.black {
  color: #404040;
}
.violet {
  color: #dc0069;
}
@media (max-width: 589px) {
  .xm-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .m-hide {
    display: none !important;
  }
}
@media (min-width: 590px) {
  .sm-hide {
    display: none !important;
  }
  .lm-show {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t-hide {
    display: none;
  }
  .t-show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-show {
    display: block !important;
  }
}
/* RESET */
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0px !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
.reset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
.reset > li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  position: static;
}
.reset > li:before {
  display: none;
  position: static;
  top: auto;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: none;
}
/* MISC */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vcenter {
  vertical-align: middle;
}
.nobr {
  white-space: nowrap;
}
/* PARAGRAPH */
div,
pre {
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
  margin: 0 0 1.3em;
}
hr {
  margin: 20px 0;
  padding: 0;
  border: solid #e6e6e6;
  border-width: 1px 0 0;
  color: #fff;
  line-height: 0;
  height: 0;
  overflow: hidden;
}
pre {
  text-align: left;
}
em {
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
strong {
  font-weight: bold;
}
/* CITE */
cite {
  border: none;
}
blockquote {
  background: #ebf8ff;
  border: 1px solid #c4ebff;
  padding: 15px 20px 10px 11px;
  margin: 0 0 1.3em;
}
blockquote p {
  margin: 0 0 .5em;
}
/* ANCHOR */
a,
.btn {
  transition: color 300ms ease;
  color: #404040;
  text-decoration: underline;
  outline: none;
}
a:hover,
.btn:hover,
a:active,
.btn:active {
  color: #000;
  text-decoration: none;
}
/* LIST */
ul {
  margin: 0 0 1.3em;
  margin-top: .2em;
  padding: 0;
}
ul ul {
  margin: .65em 0 0;
}
ul li {
  position: relative;
  margin: 0 0 .65em;
  padding: 0 0 0 20px;
  line-height: 1.5;
  list-style: none;
}
ul li:before {
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  margin-top: -5px;
  content: "";
  width: 5px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23dc0069' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  background-size: 5px 11px;
  background-repeat: no-repeat;
}
ul.tick li,
ul.percentage li,
ul.shipping-van li {
  padding-left: 36px;
}
ul.tick li:before {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -8 50 80'%3E%3Cpath fill='%23000' d='M42.39 13.95L16.2 40.14 5.66 29.6 0 35.26l16.15 16.15L48 19.55l-5.61-5.6z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
ul.percentage li:before {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-35 -28 125 125'%3E%3Crect fill='%23fff' x='-8.73' y='29.16' width='73.52' height='5.68' transform='translate(-14.42 29.19) rotate(-45)'/%3E%3Cpath fill='%23fff' d='M11.77,32A11.78,11.78,0,1,1,23.54,20.2,11.79,11.79,0,0,1,11.77,32Zm0-17.88a6.1,6.1,0,1,0,6.1,6.1A6.1,6.1,0,0,0,11.77,14.1Z'/%3E%3Cpath fill='%23fff' d='M44.28,55.57A11.78,11.78,0,1,1,56.05,43.79,11.79,11.79,0,0,1,44.28,55.57Zm0-17.87a6.1,6.1,0,1,0,6.1,6.09A6.1,6.1,0,0,0,44.28,37.7Z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-color: #dc0069;
  border-radius: 20px;
}
ul.shipping-van li:before {
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-20 -28 125 125'%3E%3Cpath fill='%23fff' d='M20,59.26a9,9,0,1,1,9-9A9,9,0,0,1,20,59.26Zm0-13.61a4.6,4.6,0,1,0,4.6,4.6A4.6,4.6,0,0,0,20,45.65Z'/%3E%3Cpath fill='%23fff' d='M82.66,28.81,68.09,15.36A40.13,40.13,0,0,0,40.87,4.74H0V53.08H5.67V10.41h35.2a34.27,34.27,0,0,1,3.93.25l4.93,13.27A16.73,16.73,0,0,0,65.34,34.78H79.12V47.42H74.69a14.44,14.44,0,0,1,0,5.66h10.1V34.81A9.6,9.6,0,0,0,82.66,28.81ZM65.34,30.37a12.29,12.29,0,0,1-11.47-8l-4-10.77a34.41,34.41,0,0,1,14.39,7.91L76,30.37Z'/%3E%3Cpath fill='%23fff' d='M60,59.26a9,9,0,1,1,9-9A9,9,0,0,1,60,59.26Zm0-13.61a4.6,4.6,0,1,0,4.6,4.6A4.6,4.6,0,0,0,60,45.65Z'/%3E%3Cpath fill='%23fff' d='M45.59,47.42H34.22a14,14,0,0,1,0,5.66H45.59a14,14,0,0,1,0-5.66Z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-color: #dc0069;
  border-radius: 20px;
}
ol {
  margin: 0 0 1.3em;
  margin-top: .2em;
  margin-left: 20px;
  padding: 0;
}
ol.ol-lower-alpha {
  list-style-type: lower-alpha;
}
ol li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
/* Google Map, YouTube video */
.video {
  position: relative;
  margin: 0 0 1.3em;
  height: 0;
  padding-top: 56.25%;
  background: #f5f5f5;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-outer {
  max-width: 640px;
  margin: 0 auto;
}
/* IMAGES */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  font: normal 12px/1.4 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #000;
  text-align: left;
}
img:before {
  display: inline-block;
  line-height: 1.4;
}
img.left {
  clear: both;
  float: left;
  margin: 0 20px 15px 0;
}
img.right {
  clear: both;
  float: right;
  margin: 0 0 15px 20px;
}
.about-us-page img {
  height: auto !important;
}
.lazyload {
  background: #f5f5f5;
}
.lazyload.loaded {
  background: none;
}
figure {
  max-width: 100%;
  margin: 0 0 1.3em;
  padding: 8px;
  border: 2px solid #bfbfbf;
  text-align: center;
}
figure figcaption {
  margin: .5em 0 0;
}
figure.right,
figure.left {
  text-align: center;
}
@media (min-width: 590px) {
  figure {
    margin: 0 auto 1.3em;
  }
  figure.right,
  figure.left {
    max-width: 50.6%;
  }
  figure.right {
    float: right;
    margin-left: 1.3em;
  }
  figure.left {
    float: left;
    margin-right: 1.3em;
  }
}
@media (min-width: 590px) {
  .table-auto-width {
    width: auto;
    margin: 0 auto 1.3em;
  }
}
@media (min-width: 768px) {
  td,
  th {
    padding: .75em 10px;
  }
}
.ajax-wrap {
  position: relative;
}
.ajax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../img/bg/ajax-notino.gif') 0 0 no-repeat;
  z-index: 51;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .ajax-loader {
    background-size: 32px;
    background-image: url('../img/bg/ajax-64-notino.gif');
  }
}
.nicescroll-rails {
  display: none;
  width: 6px !important;
}
.nicescroll-rails div {
  margin: 0 -2px;
}
.subheading-text {
  text-align: center;
  font-size: 16px;
  color: #808080;
}
/* GR non uppercase headlines */
.bodyLang26 * {
  text-transform: none !important;
}
/*UA + BG uprava stitku DOPRAVA ZDARMA*/
@media (max-width: 479px) {
  .bodyLang9 .status-free-shipping,
  .bodyLang12 .status-free-shipping {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 9px;
  }
}
.moms-day {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 10px 0 20px 0;
}
.moms-day .col {
  border: 1px solid #fff;
  text-align: center;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF1F0;
}
.moms-day .col a {
  display: block;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .moms-day .col a {
    padding: 25px 5px;
  }
}
table {
  margin: 0 0 1.3em;
  font-size: 100%;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
td,
th {
  padding: .75em 7px .75em;
  border: 2px solid #f5f5f5;
  text-align: left;
  background: transparent;
  font-weight: normal;
  color: #808080;
  vertical-align: top;
}
thead th {
  background: #f5f5f5;
  font-weight: bold;
}
th {
  border-color: #f5f5f5;
  font-weight: normal;
}
table.reset {
  border-spacing: 0;
}
table.reset,
table.reset td,
table.reset th,
table.reset thead th {
  width: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: inherit;
}
table.reset tr:nth-child(even) th,
table.reset tr:nth-child(even) td {
  background: none;
}
.table-slim td,
.table-slim th {
  border-width: 0 0 1px;
}
.table-slim td:first-child,
.table-slim th:first-child {
  padding-left: 0;
}
.table-slim td:last-child,
.table-slim th:last-child {
  padding-right: 0;
}
.table-no-border td,
.table-no-border th {
  border-width: 0;
}
.table-no-border td:first-child,
.table-no-border th:first-child {
  padding-left: 0;
}
.table-no-border td:last-child,
.table-no-border th:last-child {
  padding-right: 0;
}
/* ICO */
.ico-sprite {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/bg/all24.png') -1000px -1000px no-repeat;
  content: "";
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ico-sprite {
    background-image: url('../img/bg/all24@2x.png');
    background-size: 250px;
  }
}
#col-side .ico-eKomi {
  display: block;
  position: relative;
  margin: 1em 0;
  padding-left: 88px;
  line-height: 70px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 128.57142857%;
  font-weight: bold;
  color: #000;
}
#col-side .ico-eKomi span {
  display: inline-block;
  margin: 0 0 4px;
  vertical-align: middle;
  line-height: 1.5;
  text-decoration: underline;
}
#col-side .ico-eKomi:before {
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -35px;
}
#col-side .ico-eKomi:hover {
  color: #404040;
}
#col-side .ico-eKomi:hover span {
  text-decoration: none;
}
.ico-eKomi:before,
.ico-eKomi-s:before {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  background: url('../img/bg/eKomi.png') 0 0 no-repeat;
  content: "";
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ico-eKomi:before,
  .ico-eKomi-s:before {
    background-image: url('../img/bg/eKomi@2x.png');
    background-size: 115px;
  }
}
.ico-eKomi-s:before {
  width: 45px;
  height: 45px;
  background-position: 100% 0;
}
.ico-help:after,
.help {
  margin: 0 0 0 .34em;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfbfbf;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
}
.ico-help:after {
  background: #000;
  content: "?";
}
.ico-input {
  position: relative;
}
.ico-input .inp-text {
  padding-left: 50px;
}
.ico-input:before {
  position: absolute;
  top: 18px;
  left: 16px;
  margin: -0.5em 0 0;
  width: 18px;
  height: 18px;
  line-height: 1;
  color: #e6e6e6;
  content: "";
}
.ico-input--search:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 64'%3E%3Cpath fill='%23e6e6e6' d='M42.7 9.7C33 0 17.2 0 7.5 9.7c-9.7 9.7-9.7 25.5 0 35.2 8.5 8.5 22.6 8.6 32.2 2.3l13.2 13.2c1.4 1.4 3.5 1.4 4.9 0l.3-.3c1.4-1.4 1.4-3.5 0-4.9L44.9 41.9c6.4-9.7 6.3-23.7-2.2-32.2zm-4.2 31c-7.4 7.4-19.5 7.4-27 0-7.4-7.4-7.4-19.5 0-27 7.4-7.4 19.5-7.4 27 0 7.5 7.5 7.5 19.6 0 27z'/%3E%3C/svg%3E%0A");
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.no-fontface .ico-font {
  display: none !important;
}
/* normalize */
form,
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input,
button,
label,
select,
textarea {
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  border-radius: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
button[disabled],
input[disabled],
input[readonly] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="submit"]:focus {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
}
select.inp-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
select.inp-text::-ms-expand {
  display: none;
}
.placeholder {
  font: normal normal 14px/22px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
  opacity: 1;
  transition: opacity 150ms ease 0ms;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font: normal normal 14px/22px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
  opacity: 1;
  transition: opacity 150ms ease 0ms;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font: normal normal 14px/22px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
  opacity: 1;
  transition: opacity 150ms ease 0ms;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font: normal normal 14px/22px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
  opacity: 1;
  transition: opacity 150ms ease 0ms;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font: normal normal 14px/22px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
  opacity: 1;
  transition: opacity 150ms ease 0ms;
}
/* FORM */
.std-box,
.order-list {
  position: relative;
  padding: 8px 16px;
  margin: 0 -16px 1.3em;
  background: #f5f5f5;
  border: solid #e6e6e6;
  border-width: 2px 0;
}
.std-box hr {
  margin-left: -10px;
  margin-right: -10px;
}
.std-box .sep {
  margin: 10px -10px 1em;
  padding: 10px 10px 5px;
  border: solid #e6e6e6;
  border-width: 2px 0;
}
fieldset.std-box {
  padding-bottom: 0;
}
fieldset.std-box h3,
fieldset.std-box .h3 {
  margin: 0 0 10px;
}
fieldset.std-box h3.label {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .std-box,
  .order-list {
    margin: 0 0 1.3em;
    padding: 20px;
    border-width: 2px;
  }
  .std-box hr {
    margin-left: -20px;
    margin-right: -20px;
  }
  .std-box .sep {
    margin: 20px -20px;
    padding: 10px 20px;
  }
  fieldset.std-box {
    padding-bottom: 10px;
  }
  fieldset.std-box h3,
  fieldset.std-box .h3 {
    font-size: 114.28571429%;
  }
}
.std-box--facelift {
  padding: 0;
  border: none;
  background: #fff;
}
.std-box--facelift.std-box--padded {
  padding-left: 10px;
  padding-right: 10px;
}
.std-box--facelift th,
.std-box--facelift td {
  color: #000;
}
.std-box--facelift > p.facelift {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 680px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.std-box--facelift .bank-payment-table {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 30px 10px 30px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.std-box--facelift .payments > span {
  margin: 10px;
  display: inline-block;
}
/*.std-box {
	position: relative;
	margin: 0 -10px 1.3em;
	padding: 0;
	background: @color-white;

	&.std-box--padded {
		padding-left: 10px;
		padding-right: 10px;
	}

	th,
	td {
		color: @color-black;
	}

	> p.facelift {
		padding-left: 10px;
		padding-right: 10px;
		max-width: 680px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.bank-payment-table {
		max-width: 600px;
		margin: 0 auto;
		padding: 30px 30px 10px 30px;
		box-sizing: border-box;
		background-color: @color-grey-lt;
	}

	.payments {
		> span {
			margin: 10px;
			display: inline-block;
		}
	}

	hr {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sep {
		margin: 10px -10px 1em;
		padding: 10px 10px 5px;
		border: solid @color-grey-mlt;
		border-width: 2px 0;
	}

	fieldset& {
		padding-bottom: 0;

		h3, .h3 {
			margin: 0 0 10px;
		}

		h3.label {
			margin: 0;
			padding: 0;
			border: 0;
		}
	}

	@media @w768 {
		margin: 0 0 1.3em;
		padding: 20px;
		border-width: 2px;

		hr {
			margin-left: -20px;
			margin-right: -20px;
		}

		.sep {
			margin: 20px -20px;
			padding: 10px 20px;
		}

		fieldset& {
			padding-bottom: 10px;

			h3, .h3 {
				.font-size(16);
			}
		}
	}
}*/
/* RO firemní údaje */
.inp-person .col-h-l {
  float: left;
  width: 48%;
}
.inp-person .col-h-r {
  float: right;
  width: 48%;
}
.inp-company .col-1 {
  float: left;
  width: 34%;
}
.inp-company .col-2 {
  float: right;
  width: 64%;
}
.inp-vat .col-1 {
  display: block;
  margin: 0 0 0.71428571em;
}
@media (min-width: 590px) and (max-width: 767px), (min-width: 960px) {
  .inp-vat .col-1 {
    float: left;
    width: 49%;
  }
  .inp-vat .col-2 {
    float: right;
    width: 49%;
  }
}
.inp-registration-code .col-1,
.inp-registration-code .col-3 {
  float: left;
}
.inp-registration-code .col-2,
.inp-registration-code .col-4 {
  float: right;
}
.inp-registration-code .col-1,
.inp-registration-code .col-2 {
  width: 49%;
  margin: 0 0 0.71428571em;
}
.inp-registration-code .col-3 {
  width: 64%;
}
.inp-registration-code .col-4 {
  width: 34%;
}
@media (min-width: 590px) and (max-width: 767px), (min-width: 960px) {
  .inp-registration-code .col-1,
  .inp-registration-code .col-2 {
    width: 16%;
  }
  .inp-registration-code .col-2 {
    float: left;
    margin: 0 2%;
  }
  .inp-registration-code .col-3 {
    width: 41%;
  }
  .inp-registration-code .col-4 {
    width: 21%;
  }
}
form p {
  margin-bottom: 0.71428571em;
}
form p.reset {
  margin-bottom: 0;
}
form p.reset-v2 {
  margin-top: 1.25em;
}
.legend {
  text-align: center;
}
label,
.label {
  display: inline-block;
  margin: 0;
  font: bold 100%/1.5 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
}
label .small,
.label .small {
  font: normal 100%/1.5 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 85.71428571%;
}
label {
  cursor: pointer;
}
/*To be deleted after Contact Details Facelift*/
#contact-sex-female {
  position: relative;
}
/*To be deleted after Contact Details Facelift*/
#contact-sex-male {
  position: relative;
  margin: 0 0 16px 16px;
}
#registrace label[for="register-sex-female"],
#registrace label[for="register-sex-male"] {
  position: relative;
}
#registrace label[for="register-sex-female"] {
  margin-right: 32px;
}
#registrace input[type=radio] {
  position: absolute;
  left: -9999px;
}
#registrace input[type=radio] + span {
  margin-left: 24px;
}
#registrace input[type=radio] + span:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #808080;
  border-radius: 100%;
  background-color: #fff;
}
#registrace input[type=radio]:checked + span:before {
  border-color: #000;
}
#registrace input[type=radio] + span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.2s ease;
}
#registrace input[type=radio][disabled] + span {
  color: #bfbfbf;
}
#registrace input[type=radio][disabled] + span:before {
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}
#registrace input[type=radio]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
#registrace input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
#registrace input:not([disabled]):hover[type=radio]:not(:checked) + span:before {
  border-color: #000;
}
.sublabel {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 24px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 45px;
}
.sublabel input[type=radio] {
  position: absolute;
  left: -9999px;
}
.sublabel input[type=radio] + span:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -20px;
  width: 14px;
  height: 14px;
  border: 1px solid #808080;
  border-radius: 100%;
  background-color: #fff;
}
.sublabel input[type=radio]:checked + span:before {
  border-color: #000;
}
.sublabel input[type=radio] + span:after {
  content: '';
  position: absolute;
  top: 17px;
  left: -17px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.2s ease;
}
.sublabel input[type=radio][disabled] + span {
  color: #bfbfbf;
}
.sublabel input[type=radio][disabled] + span:before {
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}
.sublabel input[type=radio]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.sublabel input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.sublabel input:not([disabled]):hover[type=radio]:not(:checked) + span:before {
  border-color: #000;
}
.sublabel.sublabel-multiline {
  margin: 0;
}
.sublabel.sublabel-compact {
  line-height: 2.39;
}
@media (min-width: 960px) {
  .sublabel.sublabel-multiline {
    line-height: 2.39;
  }
  .sublabel.sublabel-multiline:first-child {
    margin-top: 8px;
  }
}
.inp-combined-aside  .label {
  margin-top: 3px;
}
.inp-combined-aside  .sublabel {
  line-height: 2.16666667;
}
.btn-line-height {
  line-height: 45px;
}
.inp-desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 590px) {
  .inp-desc {
    width: 208%;
  }
}
.inp-text {
  display: inline-block;
  width: 100%;
  height: 45px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 9px 12px;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  outline: none;
  font-size: 14px;
  line-height: 23px;
  vertical-align: top;
  color: #404040;
  transition: border 500ms ease;
}
a.inp-text {
  text-decoration: none;
  color: #404040;
}
.inp-text-thin-border {
  padding: 10px 12px;
  border-width: 1px;
}
.inp-text-no-border {
  padding: 11px 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.inp-text[readonly],
.inp-text[disabled] {
  background-color: #f5f5f5;
  color: #bfbfbf;
}
@media (min-width: 590px) {
  .inp-text-no-label {
    margin-top: 1.5em;
  }
}
select.inp-text,
.inp-select {
  padding-right: 30px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAMAAAAV+IX9AAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAIkRVd6q73e73O5bGAAAALUlEQVR42jXHyREAIAzDQCcQjv4bZhgremmlEP3Nk41a0mzWDkFgAjgMeAE0HiL0AKEstZCaAAAAAElFTkSuQmCC) top 17px right 13px no-repeat;
}
.ie8 select.inp-text,
.ie8 .inp-select,
.ie9 select.inp-text,
.ie9 .inp-select {
  padding-right: 12px;
}
.inp-compact select.inp-text,
.inp-compact .inp-select {
  padding-right: 24px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAMAAAAV+IX9AAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAIkRVd6q73e73O5bGAAAALUlEQVR42jXHyREAIAzDQCcQjv4bZhgremmlEP3Nk41a0mzWDkFgAjgMeAE0HiL0AKEstZCaAAAAAElFTkSuQmCC) top 13px right 13px no-repeat;
}
.inp-short {
  max-width: 140px;
}
textarea.inp-text {
  display: block;
  height: auto;
  min-height: 42px;
  max-width: none;
  margin-bottom: 42px;
}
.inp-prefixed {
  position: relative;
  display: inline-block;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3em;
}
.inp-prefixed .inp-prefix {
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  font: normal 100%/45px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.inp-prefixed.inp-prefixed-editable {
  width: 98%;
  margin-left: 2%;
  padding-left: 4.4286em;
}
.inp-prefixed.inp-prefixed-editable .inp-prefix {
  left: -2.08333333%;
  width: 4.4286em;
  padding: 9px 8px;
  font-size: 14px;
  line-height: 23px;
  text-align: right;
}
.inp-prefixed.inp-prefixed-editable .inp-prefix + .inp-text {
  padding-left: 8px;
}
.col-h-l .inp-prefixed.inp-prefixed-editable,
.col-h-r .inp-prefixed.inp-prefixed-editable {
  width: 96%;
  margin-left: 4%;
}
.col-h-l .inp-prefixed.inp-prefixed-editable .inp-prefix,
.col-h-r .inp-prefixed.inp-prefixed-editable .inp-prefix {
  left: -4.16666667%;
}
.inp-text:invalid {
  box-shadow: none;
}
.inp-text:focus {
  border-color: #808080;
}
.error .inp-text {
  border-bottom-color: #d21414;
}
.error .inp-text:focus {
  border-bottom-color: #f48b8b;
}
.error .sublabel {
  color: #d21414;
}
.inp-text + .message,
.inp-combined + .message,
.error .message {
  display: block;
  margin: 5px 0 0;
  font-size: 85.71428571%;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.inp-text.loading,
.inp-text.typing,
.inp-text.ui-autocomplete-loading {
  background: #fff url('../img/bg/spinner-40.gif') 96% 50% no-repeat;
  background-size: 20px;
}
.inp-compact .inp-text {
  padding-top: 6px;
  padding-left: 8px;
  padding-bottom: 6px;
  height: 39px;
}
.inp-combined {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  background: #fff;
  border: 0 solid #f5f5f5;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}
.inp-combined br {
  display: none;
}
.inp-combined .label,
.inp-combined label,
.inp-combined .inp-text {
  display: block;
}
.inp-combined .label,
.inp-combined label {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 16px 10px 0;
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 92.85714286%;
  line-height: 18px;
}
.inp-combined .label .small,
.inp-combined label .small {
  font-size: 100%;
}
.inp-combined .inp-text {
  position: relative;
  background-color: transparent;
  height: 50px;
  padding: 19px 8px 0;
  border-width: 2px;
  line-height: 27px;
}
.inp-combined textarea.inp-text {
  padding-top: 22px;
  padding-bottom: 3px;
  height: auto;
  line-height: 21px;
  min-height: 155px;
}
.inp-combined .inp-text:-webkit-autofill {
  box-shadow: 0 0 0 50px #fff inset;
  -webkit-text-fill-color: #000;
}
.inp-combined select.inp-text {
  padding-right: 30px;
}
.ie8 .inp-combined select.inp-text,
.ie9 .inp-combined select.inp-text {
  padding-right: 14px;
  padding-bottom: 4px;
}
.inp-combined input::-webkit-input-placeholder,
.inp-combined textarea::-webkit-input-placeholder {
  line-height: 27px;
}
.inp-combined input::-moz-placeholder,
.inp-combined textarea::-moz-placeholder {
  line-height: 27px;
}
.inp-combined input:-moz-placeholder,
.inp-combined textarea:-moz-placeholder {
  line-height: 27px;
}
.inp-combined input:-ms-input-placeholder,
.inp-combined textarea:-ms-input-placeholder {
  line-height: 27px;
}
.js .inp-combined .label,
.js .inp-combined label {
  top: 0;
  transition: top 100ms ease-out, color 300ms ease;
}
.js .inp-combined input::-webkit-input-placeholder,
.js .inp-combined textarea::-webkit-input-placeholder {
  opacity: 0;
}
.js .inp-combined input::-moz-placeholder,
.js .inp-combined textarea::-moz-placeholder {
  opacity: 0;
}
.js .inp-combined input:-moz-placeholder,
.js .inp-combined textarea:-moz-placeholder {
  opacity: 0;
}
.js .inp-combined input:-ms-input-placeholder,
.js .inp-combined textarea:-ms-input-placeholder {
  opacity: 0;
}
.js .inp-combined.filled .label,
.js .inp-combined.filled label {
  color: #999;
}
.js .inp-combined.focus .label,
.js .inp-combined.focus label {
  color: #404040;
}
.js .inp-combined.filled .label,
.js .inp-combined.focus .label,
.js .inp-combined.filled label,
.js .inp-combined.focus label {
  top: -10px;
}
.js .inp-combined.filled input::-webkit-input-placeholder,
.js .inp-combined.focus input::-webkit-input-placeholder,
.js .inp-combined.filled textarea::-webkit-input-placeholder,
.js .inp-combined.focus textarea::-webkit-input-placeholder {
  opacity: 1;
}
.js .inp-combined.filled input::-moz-placeholder,
.js .inp-combined.focus input::-moz-placeholder,
.js .inp-combined.filled textarea::-moz-placeholder,
.js .inp-combined.focus textarea::-moz-placeholder {
  opacity: 1;
}
.js .inp-combined.filled input:-moz-placeholder,
.js .inp-combined.focus input:-moz-placeholder,
.js .inp-combined.filled textarea:-moz-placeholder,
.js .inp-combined.focus textarea:-moz-placeholder {
  opacity: 1;
}
.js .inp-combined.filled input:-ms-input-placeholder,
.js .inp-combined.focus input:-ms-input-placeholder,
.js .inp-combined.filled textarea:-ms-input-placeholder,
.js .inp-combined.focus textarea:-ms-input-placeholder {
  opacity: 1;
}
.inp-combined.inp-prefixed .label,
.inp-combined.inp-combined-select .label,
.inp-combined.inp-prefixed label,
.inp-combined.inp-combined-select label {
  top: -10px;
  transition: color 300ms ease !important;
}
.inp-combined.inp-prefixed .inp-text {
  padding-left: 3.285em;
}
.inp-combined.inp-prefixed .inp-prefix {
  top: auto;
  bottom: 2px;
  left: 10px;
  width: 2.714em;
  line-height: 27px;
  color: #404040;
}
.inp-combined.inp-prefixed-2-digit .inp-text {
  padding-left: 2.714em;
}
.inp-combined.inp-prefixed-2-digit .inp-prefix {
  width: 2.142em;
}
.inp-combined.inp-prefixed-4-digit .inp-text {
  padding-left: 3.857em;
}
.inp-combined.inp-prefixed-4-digit .inp-prefix {
  width: 3.285em;
}
.inp-combined.inp-text-no-border {
  padding: 0;
  background: none;
}
.inp-combined.inp-text-no-border .inp-text {
  border-color: transparent;
}
.inp-combined.inp-text-no-label {
  margin-top: 0;
}
.inp-combined.inp-text-no-label .inp-text {
  padding-top: 0;
  line-height: 48px;
}
.android-browser .error .inp-combined {
  border-color: #d21414;
}
.inp-text-wrapper {
  position: relative;
  display: block;
}
.inp-text-info {
  position: absolute;
  top: 0;
  right: 0;
}
.inp-text-info:hover .inp-text-info__ico {
  color: #000;
}
.inp-text-info:hover .inp-text-info__msg {
  visibility: visible;
  opacity: 1;
}
.inp-text-info__ico {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #808080;
  cursor: pointer;
  transition: color 300ms ease;
}
.inp-text-info__msg {
  position: absolute;
  bottom: 20px;
  left: -138px;
  z-index: 89;
  font-size: 13px;
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
  width: 290px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  font-weight: normal;
}
.page-footer .inp-text-info__msg a {
  color: #000;
  text-decoration: underline;
}
.page-footer .inp-text-info__msg a:hover {
  color: #000;
  text-decoration: none;
}
.inp-text-info__msg:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border: 10px solid transparent;
  border-color: #e6e6e6 transparent transparent;
}
.inp-text-info__msg:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -6px;
  border: 9px solid transparent;
  border-color: #fff transparent transparent;
}
.inp-text-info--newsletter-box .inp-text-info__ico {
  width: 45px;
  height: 45px;
  line-height: 44px;
}
.inp-text-info--newsletter-box .inp-text-info__msg {
  bottom: 42px;
  left: -125px;
}
@media (max-width: 767px) {
  .inp-text-info--newsletter-box .inp-text-info__msg {
    left: -195px;
    max-width: 240px;
  }
  .inp-text-info--newsletter-box .inp-text-info__msg:before {
    left: auto;
    right: 12px;
  }
  .inp-text-info--newsletter-box .inp-text-info__msg:after {
    left: auto;
    right: 13px;
  }
}
.inp-text-info--watchdog-modal {
  top: -4px;
}
.inp-text-info--watchdog-modal .inp-text-info__msg {
  bottom: 30px;
}
@media (max-width: 767px) {
  .inp-text-info--watchdog-modal .inp-text-info__msg {
    left: -270px;
    max-width: 280px;
  }
  .inp-text-info--watchdog-modal .inp-text-info__msg:after {
    left: auto;
    right: 13px;
  }
}
.inp-text-info--social-modal {
  position: relative;
  margin-left: 10px;
}
.inp-text-info--social-modal .inp-text-info__msg {
  bottom: 30px;
}
@media (max-width: 767px) {
  .inp-text-info--social-modal .inp-text-info__msg {
    left: -270px;
    max-width: 280px;
  }
  .inp-text-info--social-modal .inp-text-info__msg:after {
    left: auto;
    right: 13px;
  }
}
.inp-text-info--card-modal .inp-text-info__msg {
  max-width: 220px;
  left: -115px;
  bottom: 30px;
}
@media (min-width: 590px) {
  .inp-text-info--card-modal .inp-text-info__msg {
    left: auto;
    right: -40px;
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .inp-text-info--card-modal .inp-text-info__msg:after {
    left: auto;
    right: 40px;
  }
}
@media (min-width: 768px) {
  .inp-text-info--card-modal .inp-text-info__msg {
    max-width: none;
    left: -150px;
    right: auto;
  }
}
.js .inp-number {
  position: relative;
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 145px;
  height: 45px;
  padding: 0 45px;
  background: #fff;
  border: 1px solid #f5f5f5;
  text-align: center;
  font: bold 16px/43px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
  cursor: text;
  white-space: nowrap;
}
.js .inp-number .inp-text {
  position: relative;
  z-index: 1;
  border: 0;
  height: 43px;
  padding: 0;
  margin: 0;
  width: 1.3em;
  overflow: visible;
  background: none;
  box-shadow: none;
  text-align: right;
  font: bold 16px/43px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.js .inp-number .inp-number-btn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 43px;
  background: #fff;
  font: 32px/0.8em 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #e6e6e6;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, z-index 0s linear 300ms;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.js .inp-number .inp-number-btn:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.js .inp-number .inp-number-btn span {
  display: inline-block;
  vertical-align: middle;
}
.js .inp-number .inp-number-btn.dec {
  left: 0;
  border-right: 1px solid #f5f5f5;
}
.js .inp-number .inp-number-btn.inc {
  right: 0;
  border-left: 1px solid #f5f5f5;
}
.js .inp-number .inp-number-pieces {
  margin-right: .8em;
}
.js .inp-number .inp-number-btn:hover {
  background: #f5f5f5;
  color: #000000;
}
.js .inp-number:hover .inp-number-btn {
  transition-delay: 0ms;
}
.js .inp-number .inp-number-btn.disabled {
  background: #f5f5f5 !important;
  color: #e6e6e6 !important;
}
.js .inp-number .inp-number-btn.disabled:hover {
  border-color: #f5f5f5;
  background: #f5f5f5;
  cursor: default;
}
.js .inp-number.inp-number-wide {
  width: 100%;
  padding: 0 45px;
}
.js .inp-number.inp-number-violet .inp-number-btn:hover {
  border-color: #dc0069;
  background: #dc0069;
  color: #fff;
}
@media (min-width: 960px) {
  .js .inp-number {
    width: 110px;
    padding: 0 45px 0 0;
  }
  .js .inp-number:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43px;
    border-right: 1px solid #f5f5f5;
  }
  .js .inp-number:after {
    content: "";
    width: 43px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 1px solid #f5f5f5;
    z-index: 2;
  }
  .js .inp-number .inp-text {
    width: 1.5em;
  }
  .js .inp-number .inp-number-btn {
    font-size: 26px;
    background-clip: content-box;
    line-height: .5;
  }
  .js .inp-number .inp-number-btn.dec {
    top: 50%;
    left: auto;
    right: 0;
    bottom: 0;
    border: 0;
  }
  .js .inp-number .inp-number-btn.inc {
    top: 0;
    left: auto;
    right: 0;
    bottom: 50%;
    border: 0;
    line-height: .3em;
  }
  .js .inp-number.inp-number-wide:before,
  .js .inp-number.inp-number-wide:after {
    display: none;
  }
  .js .inp-number.inp-number-wide .inp-number-btn {
    top: 0;
  }
  .js .inp-number.inp-number-wide .inp-number-btn.dec {
    top: 0;
    right: auto;
    left: 0;
    border-right: 1px solid #f5f5f5;
  }
  .js .inp-number.inp-number-wide .inp-number-btn.inc {
    bottom: 0;
    right: 0;
    border-left: 1px solid #f5f5f5;
  }
}
.no-js .inp-number {
  width: auto;
  margin-right: .25em;
  white-space: nowrap;
}
.no-js .inp-number .inp-text {
  width: 4em;
  text-align: right;
  vertical-align: middle;
}
.js .inp-date {
  position: relative;
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  background: #fff;
  border: 2px solid #f5f5f5;
  font: normal 100%/41px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
  cursor: text;
}
.js .inp-date .inp-text {
  border: 0;
  width: 50%;
  height: 41px;
  padding-left: 12px;
  padding-right: 0;
  margin: 0 0 0 -2px;
  background: none;
  box-shadow: none;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.js .inp-date a {
  float: right;
  width: 48%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  text-decoration: none;
}
.js .inp-date a span {
  text-decoration: underline;
}
.js .inp-date a:hover span {
  text-decoration: none;
}
.no-js .inp-date {
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.no-js .inp-date a {
  display: none;
}
.inp-price {
  position: relative;
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  background: #fff;
  border: 2px solid #f5f5f5;
  font: normal 100%/31px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 85.71428571%;
  color: #808080;
  cursor: text;
  text-align: right;
}
.inp-price .inp-text {
  border: 0;
  width: 75%;
  height: 32px;
  padding: 0 0 0 8px;
  background: none;
  box-shadow: none;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #808080;
  text-align: right;
}
.inp-price .inp-currency {
  display: inline-block;
  padding-right: 8px;
  line-height: 32px;
}
.inp-price.inp-price-before {
  text-align: left;
}
.inp-price.inp-price-before .inp-text {
  padding-left: 0;
  padding-right: 8px;
  text-align: left;
}
.inp-price.inp-price-before .inp-currency {
  padding-left: 8px;
  padding-right: 0;
}
.radio {
  position: relative;
  padding-left: 20px;
  margin: 0 0 0.71428571em;
}
.radio input {
  position: relative;
  top: -7px;
  float: left;
  margin: 0.7em 0 0 -20px;
}
.radio label {
  display: block;
  padding: .5em 0;
}
.radio.indent {
  margin-left: 10px;
  margin-right: 10px;
}
.radio.col-h-l,
.radio.col-h-r {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.radio.col-h-l + .col-h-l.radio,
.radio.col-h-r + .col-h-l.radio,
.radio.col-h-l + .col-h-r.radio,
.radio.col-h-r + .col-h-r.radio {
  margin-top: 0;
}
.radio + .radio {
  margin-top: -0.5em;
}
.radio + .radio.radio-right {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .radio input {
    margin-top: .75em;
  }
  .radio label {
    line-height: 1.5;
  }
  .radio.indent {
    margin-left: 20px;
    margin-right: 20px;
  }
  .radio.radio-right {
    text-align: right;
  }
  .radio.radio-right input {
    float: right;
    margin: 12px 0 0 10px;
  }
}
/* OPEN BOX */
.open-box .heading {
  overflow: hidden;
  margin: .5em 0 0;
}
.open-box .heading--nonclickable {
  position: relative;
}
.open-box .heading--nonclickable:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.open-box .heading input {
  position: relative;
  top: -7px;
  float: left;
  margin: 0.75em 0 0 -20px;
}
.open-box .heading label {
  display: block;
  font-size: 100%;
  padding: 7px 0;
  cursor: pointer;
}
.open-box .box {
  margin: 0;
  padding: 0 0 1px;
}
.open-box .box-padded {
  padding-left: 25px;
}
.open-box h2.heading,
.open-box h3.heading {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: visible;
}
.open-box h2.heading label,
.open-box h3.heading label {
  line-height: inherit;
}
.open-box h2.heading input,
.open-box h3.heading input {
  position: absolute;
  left: -10000px;
}
.open-box h2.heading.open label:after,
.open-box h3.heading.open label:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.open-box h2.heading + .box-padded,
.open-box h3.heading + .box-padded {
  padding-left: 35px;
}
.open-box h2.heading + .box,
.open-box h3.heading + .box {
  margin-top: 10px;
}
.open-box h2.heading {
  margin: 0 0 -2px;
}
.open-box h3.heading {
  margin: 0 0 9px;
}
.open-box.open-box-obligatory h2.heading label,
.open-box.open-box-obligatory h3.heading label {
  padding-left: 0;
  cursor: text;
}
.open-box.open-box-obligatory h2.heading label:before,
.open-box.open-box-obligatory h3.heading label:before,
.open-box.open-box-obligatory h2.heading label:after,
.open-box.open-box-obligatory h3.heading label:after {
  display: none;
}
.js .open-box .heading label {
  transition: color 300ms ease;
}
.js .open-box .heading label:hover {
  color: #404040;
}
.js .open-box .heading label:hover:before {
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .open-box .box {
    margin-top: .5em;
  }
}
/* MESSAGES */
.message {
  position: relative;
  display: block;
  font: normal 100%/1.5 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.message:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
.message--shake {
  -webkit-animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.error-message {
  padding-left: 20px;
  color: #d21414;
}
.error-message:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23d21414' d='M32,64A32,32,0,1,0,0,32,32,32,0,0,0,32,64ZM28,12h8V38H28Zm4,29.14a5,5,0,1,1-5,5A5,5,0,0,1,32,41.14Z'/%3E%3C/svg%3E");
}
.ok-message {
  padding-left: 20px;
  color: #008700;
}
.ok-message:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 64'%3E%3Cpath fill='%23008700' d='M42.39 13.95L16.2 40.14 5.66 29.6 0 35.26l16.15 16.15L48 19.55l-5.61-5.6z'/%3E%3C/svg%3E");
}
.info-message {
  padding-left: 30px;
}
.info-message:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23000' d='M32,0A32,32,0,1,0,64,32,32,32,0,0,0,32,0Zm4,52H28V26h8ZM32,22.86a5,5,0,1,1,5-5A5,5,0,0,1,32,22.86Z'/%3E%3C/svg%3E");
}
.invert-message {
  color: #fff;
  padding: 10px;
}
.invert-message.error-message {
  background-color: #d21414;
}
.invert-message.ok-message {
  background-color: #008700;
}
.invert-message.info-message {
  background-color: black;
  margin-bottom: 0px;
}
p.message {
  font-size: 114.28571429%;
}
.message a {
  color: inherit;
}
.message a:hover {
  color: #404040;
}
.btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  height: 44px;
  padding: 0 16px;
  background: #000;
  border: 1px solid #000;
  font: normal 14px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 300ms ease, border-color 300ms ease;
}
.btn br {
  display: none;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
  outline: none;
  background-color: #404040;
  text-decoration: none;
}
.btn span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  line-height: 42px;
}
@media (max-width: 479px) {
  .btn {
    display: block;
    width: 100%;
  }
}
.btn--large {
  height: 60px;
  padding: 0 24px;
  font-size: 18px;
}
.btn--large span {
  line-height: 58px;
}
.btn--small {
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
}
.btn--small span {
  line-height: 30px;
}
button.reset {
  color: #404040;
  text-decoration: underline;
  transition: color 300ms ease;
}
button.reset:hover {
  color: #000;
  text-decoration: none;
}
@media (max-width: 479px) {
  .buttons .btn + .btn,
  .buttons .next-step-note + .btn {
    margin: 16px 0 0;
  }
}
.btn--secondary {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active,
.btn--secondary.active {
  color: #000;
  background-color: #f5f5f5;
}
.btn--secondary-v2 {
  border-color: #bfbfbf !important;
}
.btn--link {
  background: none;
  border-color: transparent;
  color: #000;
}
.btn--link > span {
  text-decoration: underline;
}
.btn--link:hover {
  background: none;
  color: #000;
}
.btn--link:hover > span {
  text-decoration: none;
}
.btn-white {
  background: #fff;
  color: #000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #fff;
  color: #000;
}
.btn--violet {
  background: #dc0069;
  border-color: #dc0069;
}
.btn--violet:hover {
  background: #b30056;
  border-color: #b30056;
}
.btn-border {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}
.btn-fb {
  background: #36629c;
  border-color: #36629c;
}
.btn-fb:hover {
  background: #2c4f7e;
}
.btn-gp {
  background: #cc5a4a;
  border-color: #cc5a4a;
}
.btn-gp:hover {
  background: #b94534;
}
.btn-rss {
  background: #de632a;
  border-color: #de632a;
}
.btn-rss:hover {
  background: #c1521e;
}
.btn-ico {
  background: none;
  color: currentColor;
}
.btn.disabled:not(#submit_order) {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  cursor: default;
  color: #bfbfbf;
}
.btn.disabled.btn--loading:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 64'%3E%3Cpath fill='%23BFBFBF' d='M11.44,19.39A4.35,4.35,0,0,1,7.08,15,4.15,4.15,0,0,1,8.38,12a4.15,4.15,0,0,1,3.06-1.3A4.35,4.35,0,0,1,15.8,15a4.34,4.34,0,0,1-4.36,4.36Zm-7,17a4.17,4.17,0,0,1-3.08-1.28,4.35,4.35,0,0,1,0-6.16,4.17,4.17,0,0,1,3.08-1.28,4.17,4.17,0,0,1,3.09,1.28,4.37,4.37,0,0,1,0,6.16A4.17,4.17,0,0,1,4.42,36.36Zm24-24a4.21,4.21,0,0,1-3.08-1.28A4.17,4.17,0,0,1,24.05,8a4.17,4.17,0,0,1,1.28-3.08,4.35,4.35,0,0,1,6.16,0A4.21,4.21,0,0,1,32.77,8a4.21,4.21,0,0,1-1.28,3.09A4.21,4.21,0,0,1,28.41,12.38Zm-17,40.95A4.15,4.15,0,0,1,8.38,52,4.15,4.15,0,0,1,7.08,49a4.35,4.35,0,0,1,4.36-4.36,4.36,4.36,0,1,1,0,8.72ZM45.38,20.48A5.46,5.46,0,0,1,39.93,15a5.45,5.45,0,1,1,9.3,3.85A5.24,5.24,0,0,1,45.38,20.48Zm-17,39.87a4.36,4.36,0,1,1,0-8.72,4.16,4.16,0,0,1,3.08,1.27,4.37,4.37,0,0,1-3.08,7.45Zm24-21.81A6.52,6.52,0,0,1,45.85,32,6.55,6.55,0,1,1,57,36.63,6.28,6.28,0,0,1,52.4,38.54Zm-7,18.06a7.64,7.64,0,0,1-5.4-13A7.62,7.62,0,1,1,50.76,54.35,7.34,7.34,0,0,1,45.38,56.6Z'/%3E%3C/svg%3E");
}
.btn-auto-height {
  height: auto;
  white-space: normal;
}
.btn-auto-height span {
  white-space: normal;
  /*line-height: 1.4;*/
  margin: 4px 0 8px;
  vertical-align: middle;
}
.btn--full-width {
  width: 100%;
}
.btn--error:before,
.btn--loading:before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.btn--error.btn--small:before,
.btn--loading.btn--small:before {
  top: 8px;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}
.btn--error.btn--large:before,
.btn--loading.btn--large:before {
  top: 17px;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}
.btn--error {
  background-color: #d21414;
}
.btn--error:before {
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M32%2C64A32%2C32%2C0%2C1%2C0%2C0%2C32%2C32%2C32%2C0%2C0%2C0%2C32%2C64ZM28%2C12h8V38H28Zm4%2C29.14a5%2C5%2C0%2C1%2C1-5%2C5A5%2C5%2C0%2C0%2C1%2C32%2C41.14Z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat;
}
.btn--error:hover,
.btn--error:focus,
.btn--error:active {
  background-color: #F8877F;
}
.btn--error.btn--loading {
  background-color: #F8877F;
}
.btn--error.btn--loading:before {
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2059%2064%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.44%2C19.39A4.35%2C4.35%2C0%2C0%2C1%2C7.08%2C15%2C4.15%2C4.15%2C0%2C0%2C1%2C8.38%2C12a4.15%2C4.15%2C0%2C0%2C1%2C3.06-1.3A4.35%2C4.35%2C0%2C0%2C1%2C15.8%2C15a4.34%2C4.34%2C0%2C0%2C1-4.36%2C4.36Zm-7%2C17a4.17%2C4.17%2C0%2C0%2C1-3.08-1.28%2C4.35%2C4.35%2C0%2C0%2C1%2C0-6.16%2C4.17%2C4.17%2C0%2C0%2C1%2C3.08-1.28%2C4.17%2C4.17%2C0%2C0%2C1%2C3.09%2C1.28%2C4.37%2C4.37%2C0%2C0%2C1%2C0%2C6.16A4.17%2C4.17%2C0%2C0%2C1%2C4.42%2C36.36Zm24-24a4.21%2C4.21%2C0%2C0%2C1-3.08-1.28A4.17%2C4.17%2C0%2C0%2C1%2C24.05%2C8a4.17%2C4.17%2C0%2C0%2C1%2C1.28-3.08%2C4.35%2C4.35%2C0%2C0%2C1%2C6.16%2C0A4.21%2C4.21%2C0%2C0%2C1%2C32.77%2C8a4.21%2C4.21%2C0%2C0%2C1-1.28%2C3.09A4.21%2C4.21%2C0%2C0%2C1%2C28.41%2C12.38Zm-17%2C40.95A4.15%2C4.15%2C0%2C0%2C1%2C8.38%2C52%2C4.15%2C4.15%2C0%2C0%2C1%2C7.08%2C49a4.35%2C4.35%2C0%2C0%2C1%2C4.36-4.36%2C4.36%2C4.36%2C0%2C1%2C1%2C0%2C8.72ZM45.38%2C20.48A5.46%2C5.46%2C0%2C0%2C1%2C39.93%2C15a5.45%2C5.45%2C0%2C1%2C1%2C9.3%2C3.85A5.24%2C5.24%2C0%2C0%2C1%2C45.38%2C20.48Zm-17%2C39.87a4.36%2C4.36%2C0%2C1%2C1%2C0-8.72%2C4.16%2C4.16%2C0%2C0%2C1%2C3.08%2C1.27%2C4.37%2C4.37%2C0%2C0%2C1-3.08%2C7.45Zm24-21.81A6.52%2C6.52%2C0%2C0%2C1%2C45.85%2C32%2C6.55%2C6.55%2C0%2C1%2C1%2C57%2C36.63%2C6.28%2C6.28%2C0%2C0%2C1%2C52.4%2C38.54Zm-7%2C18.06a7.64%2C7.64%2C0%2C0%2C1-5.4-13A7.62%2C7.62%2C0%2C1%2C1%2C50.76%2C54.35%2C7.34%2C7.34%2C0%2C0%2C1%2C45.38%2C56.6Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}
.btn--loading:before {
  -webkit-animation: syncInProgress 1500ms infinite linear;
          animation: syncInProgress 1500ms infinite linear;
}
.btn--loading.btn:before {
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2059%2064%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M11.44%2C19.39A4.35%2C4.35%2C0%2C0%2C1%2C7.08%2C15%2C4.15%2C4.15%2C0%2C0%2C1%2C8.38%2C12a4.15%2C4.15%2C0%2C0%2C1%2C3.06-1.3A4.35%2C4.35%2C0%2C0%2C1%2C15.8%2C15a4.34%2C4.34%2C0%2C0%2C1-4.36%2C4.36Zm-7%2C17a4.17%2C4.17%2C0%2C0%2C1-3.08-1.28%2C4.35%2C4.35%2C0%2C0%2C1%2C0-6.16%2C4.17%2C4.17%2C0%2C0%2C1%2C3.08-1.28%2C4.17%2C4.17%2C0%2C0%2C1%2C3.09%2C1.28%2C4.37%2C4.37%2C0%2C0%2C1%2C0%2C6.16A4.17%2C4.17%2C0%2C0%2C1%2C4.42%2C36.36Zm24-24a4.21%2C4.21%2C0%2C0%2C1-3.08-1.28A4.17%2C4.17%2C0%2C0%2C1%2C24.05%2C8a4.17%2C4.17%2C0%2C0%2C1%2C1.28-3.08%2C4.35%2C4.35%2C0%2C0%2C1%2C6.16%2C0A4.21%2C4.21%2C0%2C0%2C1%2C32.77%2C8a4.21%2C4.21%2C0%2C0%2C1-1.28%2C3.09A4.21%2C4.21%2C0%2C0%2C1%2C28.41%2C12.38Zm-17%2C40.95A4.15%2C4.15%2C0%2C0%2C1%2C8.38%2C52%2C4.15%2C4.15%2C0%2C0%2C1%2C7.08%2C49a4.35%2C4.35%2C0%2C0%2C1%2C4.36-4.36%2C4.36%2C4.36%2C0%2C1%2C1%2C0%2C8.72ZM45.38%2C20.48A5.46%2C5.46%2C0%2C0%2C1%2C39.93%2C15a5.45%2C5.45%2C0%2C1%2C1%2C9.3%2C3.85A5.24%2C5.24%2C0%2C0%2C1%2C45.38%2C20.48Zm-17%2C39.87a4.36%2C4.36%2C0%2C1%2C1%2C0-8.72%2C4.16%2C4.16%2C0%2C0%2C1%2C3.08%2C1.27%2C4.37%2C4.37%2C0%2C0%2C1-3.08%2C7.45Zm24-21.81A6.52%2C6.52%2C0%2C0%2C1%2C45.85%2C32%2C6.55%2C6.55%2C0%2C1%2C1%2C57%2C36.63%2C6.28%2C6.28%2C0%2C0%2C1%2C52.4%2C38.54Zm-7%2C18.06a7.64%2C7.64%2C0%2C0%2C1-5.4-13A7.62%2C7.62%2C0%2C1%2C1%2C50.76%2C54.35%2C7.34%2C7.34%2C0%2C0%2C1%2C45.38%2C56.6Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}
.btn--loading.btn--secondary:before {
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2059%2064%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M11.44%2C19.39A4.35%2C4.35%2C0%2C0%2C1%2C7.08%2C15%2C4.15%2C4.15%2C0%2C0%2C1%2C8.38%2C12a4.15%2C4.15%2C0%2C0%2C1%2C3.06-1.3A4.35%2C4.35%2C0%2C0%2C1%2C15.8%2C15a4.34%2C4.34%2C0%2C0%2C1-4.36%2C4.36Zm-7%2C17a4.17%2C4.17%2C0%2C0%2C1-3.08-1.28%2C4.35%2C4.35%2C0%2C0%2C1%2C0-6.16%2C4.17%2C4.17%2C0%2C0%2C1%2C3.08-1.28%2C4.17%2C4.17%2C0%2C0%2C1%2C3.09%2C1.28%2C4.37%2C4.37%2C0%2C0%2C1%2C0%2C6.16A4.17%2C4.17%2C0%2C0%2C1%2C4.42%2C36.36Zm24-24a4.21%2C4.21%2C0%2C0%2C1-3.08-1.28A4.17%2C4.17%2C0%2C0%2C1%2C24.05%2C8a4.17%2C4.17%2C0%2C0%2C1%2C1.28-3.08%2C4.35%2C4.35%2C0%2C0%2C1%2C6.16%2C0A4.21%2C4.21%2C0%2C0%2C1%2C32.77%2C8a4.21%2C4.21%2C0%2C0%2C1-1.28%2C3.09A4.21%2C4.21%2C0%2C0%2C1%2C28.41%2C12.38Zm-17%2C40.95A4.15%2C4.15%2C0%2C0%2C1%2C8.38%2C52%2C4.15%2C4.15%2C0%2C0%2C1%2C7.08%2C49a4.35%2C4.35%2C0%2C0%2C1%2C4.36-4.36%2C4.36%2C4.36%2C0%2C1%2C1%2C0%2C8.72ZM45.38%2C20.48A5.46%2C5.46%2C0%2C0%2C1%2C39.93%2C15a5.45%2C5.45%2C0%2C1%2C1%2C9.3%2C3.85A5.24%2C5.24%2C0%2C0%2C1%2C45.38%2C20.48Zm-17%2C39.87a4.36%2C4.36%2C0%2C1%2C1%2C0-8.72%2C4.16%2C4.16%2C0%2C0%2C1%2C3.08%2C1.27%2C4.37%2C4.37%2C0%2C0%2C1-3.08%2C7.45Zm24-21.81A6.52%2C6.52%2C0%2C0%2C1%2C45.85%2C32%2C6.55%2C6.55%2C0%2C1%2C1%2C57%2C36.63%2C6.28%2C6.28%2C0%2C0%2C1%2C52.4%2C38.54Zm-7%2C18.06a7.64%2C7.64%2C0%2C0%2C1-5.4-13A7.62%2C7.62%2C0%2C1%2C1%2C50.76%2C54.35%2C7.34%2C7.34%2C0%2C0%2C1%2C45.38%2C56.6Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') center center no-repeat;
}
.buttons {
  margin: 16px 0 0;
  clear: both;
  text-align: center;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons.reset {
  margin: 0;
}
.break + .buttons {
  margin-top: 0.28571429em;
}
fieldset.std-box .buttons {
  margin-bottom: 10px;
}
.buttons.buttons-top {
  margin: 0 0 1em;
}
.delivery-payment fieldset.std-box .buttons {
  margin: 0;
  padding: 10px;
  border-top: 2px solid #f5f5f5;
}
.buttons > br {
  display: none;
}
.buttons .btn.l,
.buttons .btn.r {
  min-width: 200px;
}
.buttons .next-step-note {
  display: block;
}
.buttons .next-step-note .text {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 8px 0 10px;
  text-align: center;
  clear: both;
  font-size: 85.71428571%;
}
.buttons.buttons-top {
  display: none;
}
@media (min-width: 480px) {
  .buttons .next-step-note {
    float: right;
  }
  .buttons .next-step-note .text {
    width: 200px;
  }
  .buttons br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .buttons {
    margin: 1.42857143em 0 0;
  }
  .break + .buttons {
    margin-top: 0.71428571em;
  }
  .buttons.buttons-top {
    margin: 0 0 1.3em;
  }
  .delivery-payment fieldset.std-box .buttons {
    padding: 20px;
  }
  .buttons.buttons-top {
    display: block;
  }
}
.inputs-inline .btn {
  margin-top: 0.77777778em;
}
.inputs-inline > br {
  display: none;
}
@media (min-width: 480px) {
  .inputs-inline {
    position: relative;
    max-width: 483px;
    margin: 0 auto;
    padding-right: 67px;
  }
  .inputs-inline > br {
    display: inline;
  }
  .inputs-inline .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    padding: 0;
    margin: 0;
  }
}
.inputs-narrow {
  text-align: left;
}
.inputs-narrow .btn {
  margin-top: 0.77777778em;
}
@media (min-width: 480px) {
  .inputs-narrow {
    display: inline-block;
    width: 100%;
    max-width: 550px;
  }
  .inputs-narrow .wrap {
    white-space: normal;
  }
  .inputs-narrow .inp-text-inline,
  .inputs-narrow .inp-combined-inline {
    display: inline-block;
    width: 70%;
    margin-right: -0.31em;
    vertical-align: middle;
  }
  .inputs-narrow .inp-text-inline + .btn,
  .inputs-narrow .inp-combined-inline + .btn {
    width: 29%;
    margin-left: 1%;
    padding: 0;
  }
  .inputs-narrow .inp-combined-inline + .btn {
    height: 50px;
    line-height: 45px;
  }
  .inputs-narrow .inp-combined-inline + .btn span {
    line-height: 45px;
  }
  .inputs-narrow .btn {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .inputs-narrow .inp-text-inline,
  .inputs-narrow .inp-combined-inline {
    width: 75.82%;
    margin-right: -0.34em;
  }
  .inputs-narrow .inp-text-inline + .btn,
  .inputs-narrow .inp-combined-inline + .btn {
    width: 23.45%;
    margin-left: .91%;
  }
}
.inp-help {
  display: block;
  margin: 4px 0 0;
  color: #808080;
  font-size: 85.71428571%;
}
@media (min-width: 590px) {
  .inp-help-aside .inp-text,
  .inp-help-aside .inp-combined {
    width: 49%;
    vertical-align: middle;
  }
  .inp-help-aside .inp-combined .inp-text {
    width: 100%;
  }
  .inp-help-aside .inp-help {
    display: inline-block;
    width: 51%;
    padding-left: 2%;
    margin: 0 -20px 0 -0.31em;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
}
p.inp-help {
  position: relative;
  bottom: 0.83333333em;
}
a.inp-help {
  display: inline-block;
  color: #404040;
}
a.inp-help:hover {
  color: #000;
}
.req {
  font-size: 85.71428571%;
}
.req .req-symbol {
  font-size: 150%;
  line-height: .5;
  vertical-align: middle;
}
.req-symbol {
  display: none;
  color: #d21414;
  font-weight: bold;
}
.opt-symbol {
  font-size: 12px;
  font-weight: normal;
  color: #808080;
}
.buttons-fb {
  text-align: center;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #808080;
}
.center + .buttons-fb {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 2px solid #f5f5f5;
}
.buttons-fb > br {
  display: none;
}
.buttons-fb .btn {
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  .buttons-fb > br {
    display: inline;
  }
}
.login-form .btn {
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  .login-form-col .btn {
    margin: 0;
    float: right;
  }
  .login-form-col a {
    float: left;
    line-height: 45px;
  }
}
@media (min-width: 590px) {
  .btn-wide {
    padding: 0 75px;
  }
  .short-inputs .inp-combined,
  .short-inputs .inp-text {
    width: 47%;
  }
  .short-inputs .inp-combined .inp-text {
    width: 100%;
  }
  .buttons .l {
    float: left;
  }
  .buttons .r {
    float: right;
  }
}
@media (min-width: 768px) {
  .legend {
    font-size: 128.57142857%;
    margin: 1.33em 0 .5em;
  }
  h1 label,
  h2 label,
  h3 label,
  h4 label,
  h5 label,
  h1 .label,
  h2 .label,
  h3 .label,
  h4 .label,
  h5 .label {
    margin-bottom: 0;
  }
  .btn-xs {
    font-weight: normal;
    height: 35px;
    line-height: 31px;
    font-size: 12px;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }
  .btn-xs span {
    line-height: 32px;
    -webkit-padding-before: 0;
  }
}
.hideShowPassword-toggle {
  text-align: right;
  background: transparent;
  border: 0;
  color: #808080;
  cursor: pointer;
  height: 40px;
  font-size: 22px;
  line-height: 20px;
  padding: 0 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  outline: transparent;
}
.checkbox__label {
  position: relative;
  display: block;
  font-weight: normal;
}
.checkbox__label--nonclickable {
  cursor: default !important;
}
.checkbox__label--nonclickable .checkbox__value {
  padding-left: 0;
}
.checkbox__label--nonclickable .checkbox__value:before {
  display: none;
}
.checkbox__value {
  position: relative;
  display: block;
  padding-top: 3px;
  padding-left: 35px;
}
.checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox__input:focus {
  outline: none;
}
.checkbox__input:not(:checked) + .checkbox__value:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #808080;
  cursor: pointer;
  box-sizing: border-box;
}
.checkbox__input:checked + .checkbox__value:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 64'%3E%3Cpath fill='%23000' d='M42.39 13.95L16.2 40.14 5.66 29.6 0 35.26l16.15 16.15L48 19.55l-5.61-5.6z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #000;
  cursor: pointer;
  box-sizing: border-box;
}
.checkbox__input:disabled + .checkbox__value {
  color: #bfbfbf;
}
.checkbox__input:disabled + .checkbox__value:before {
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}
.checkbox__input:checked:disabled + .checkbox__value:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 64'%3E%3Cpolygon fill='%23bfbfbf' points='42.39 13.95, 16.20 40.14, 5.66 29.60, 0.00 35.26, 16.15 51.41, 48.00 19.55, 42.39 13.95'/%3E%3C/svg%3E");
}
label:hover input:not([disabled])[type=checkbox]:not(:checked) + .checkbox__value:before {
  border-color: #000;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 91;
  height: 45px;
  background-color: #000;
}
@media (min-width: 992px) {
  .page-header {
    position: absolute;
    height: 91px;
    padding: 78px 40px 0 29px;
  }
  .page-header:not(.page-header--checkout):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    background: #fff;
  }
}
@media (min-width: 1280px) {
  .page-header {
    padding-left: 40px;
  }
}
.page-header__inside {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .page-header__inside {
    text-align: left;
  }
}
.page-header--checkout {
  height: 23px;
  padding: 11px 15px;
}
.page-header--checkout .page-header__inside {
  position: static;
}
@media (max-width: 991px) {
  .page-header--checkout .site-logo--header {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .page-header--checkout {
    height: 25px;
    padding: 25px 40px;
  }
  .page-header--checkout .site-logo--header {
    height: 25px;
    width: 145px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
  }
  .page-header--checkout .site-logo--header .site-logo__image {
    margin: 0;
  }
}
/* LOGO */
.site-logo {
  position: relative;
}
.site-logo__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.site-logo__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto 0;
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}
.site-logo--header {
  width: 105px;
  height: 24px;
  margin: 13px 155px 9px 68px;
  text-align: left;
  overflow: hidden;
  font-size: 1em;
}
@media (min-width: 992px) {
  .site-logo--header {
    z-index: 93;
    width: 120px;
    height: 37px;
    padding: 0;
    margin: 0;
    line-height: 36px;
  }
  .site-logo--header .site-logo__image {
    margin: 10px 0;
  }
}
.header-tools {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 92;
  height: 0;
  overflow: visible;
  text-align: right;
}
@media (min-width: 992px) {
  .header-tools {
    position: absolute;
    z-index: 100;
    top: 75px;
  }
}
.header-tools__inside {
  position: relative;
  height: 0;
}
@media (min-width: 590px) {
  .header-tools__inside {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .header-tools__inside {
    margin: 0 auto;
  }
}
.ca-ext-menu {
  position: absolute;
  left: 0;
  top: 2px;
  width: 45px;
  height: 45px;
  margin: 0;
  text-transform: uppercase;
  font: bold 100%/33px 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 85.71428571%;
  text-align: center;
}
@media (min-width: 992px) {
  .ca-ext-menu {
    display: none;
  }
}
.ca-ext-menu__link {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -100px;
}
.ca-ext-menu__inner {
  position: absolute;
  top: 15px;
  left: 16px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  padding: 16px 0 0 18px;
}
.ca-ext-menu__stripe {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.ca-ext-menu__stripe:nth-child(1) {
  top: 0;
}
.ca-ext-menu__stripe:nth-child(2),
.ca-ext-menu__stripe:nth-child(3) {
  top: 6px;
}
.ca-ext-menu__stripe:nth-child(4) {
  top: 12px;
}
.ca-ext-active .ca-ext-menu__stripe:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.ca-ext-active .ca-ext-menu__stripe:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ca-ext-active .ca-ext-menu__stripe:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ca-ext-active .ca-ext-menu__stripe:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.header-box {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .header-box {
    padding-top: 5px;
  }
}
.header-box__inside {
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
.header-box__link {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.header-box__link:active,
.header-box__link:focus,
.header-box__link:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .header-box__link {
    padding: 0 40px 0 0;
    width: auto;
    height: auto;
    line-height: 41px;
  }
}
@media (min-width: 1280px) {
  .header-box__link {
    padding-right: 50px;
  }
}
/*.header-box__outside {
	position: absolute;
	top: 45px;
	left: -10000px;
	z-index: 3;
	display: block;
	margin: 0;
	opacity: 0;
	transition: opacity 300ms ease;
}*/
/* PREDELAT NA SOLO CLASSU */
.header-box.opened .header-box__outside {
  left: 0;
  right: 0;
  opacity: 1;
}
.mussler {
  position: absolute;
  top: -25px;
  right: 10px;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .basket-box {
    max-width: 235px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .basket-box {
    width: auto;
    height: 50px;
    margin-right: 20px;
  }
}
.basket-box__inside {
  width: 50px;
}
@media (min-width: 590px) {
  .basket-box__inside {
    position: relative;
    width: auto;
  }
}
@media (min-width: 768px) {
  .basket-box__inside {
    position: static;
    display: inline-block;
    width: 100%;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .basket-box__inside {
    position: relative;
    overflow: visible;
    height: 43px;
    /*min-width: 255px;*/
  }
  .basket-box__inside:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    top: 45px;
    left: calc(50% - 5px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    transition: visibility 0s linear .3s,opacity .3s ease;
  }
}
.basket-box__link {
  padding-left: 50px;
  /*@media @w768 {
		.title,
		br {
			display: none;
		}
	}*/
}
.basket-box__link[data-count]:after {
  position: absolute;
  background: #dc0069;
  bottom: 6px;
  left: 21px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  content: attr(data-count);
  box-sizing: border-box;
}
@media (min-width: 590px) {
  .basket-box__link[data-count]:after {
    bottom: 8px;
  }
}
.basket-box__link .title,
.basket-box__link .content {
  font-weight: bold;
}
@media (min-width: 590px) {
  .basket-box__link {
    width: auto;
    height: 45px;
    padding: 0 20px 0 45px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .basket-box__link {
    padding-left: 44px;
    line-height: 42px;
  }
  .basket-box__link[data-count]:after {
    bottom: 14px;
    left: 14px;
  }
  .basket-box__link .title,
  .basket-box__link br {
    display: inline;
  }
  .basket-box__link .title {
    font-size: 14px;
  }
  .basket-box__link .content,
  .basket-box__link .count {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .basket-box__link {
    height: 37px;
    padding-right: 0;
  }
}
.basket-box__icon {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .basket-box__icon {
    top: 8px;
    left: 5px;
  }
}
.basket-box__title {
  display: none;
}
@media (min-width: 590px) {
  .basket-box__title {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .basket-box__title {
    font-size: 14px;
  }
}
.basket-box__price {
  display: none;
  padding-right: 4px;
  font-weight: bold;
  font-size: 15px;
}
@media (min-width: 590px) {
  .basket-box__price {
    display: block;
  }
}
@media (min-width: 992px) {
  .basket-box__price:first-child:not(:last-child) {
    margin-top: -8px;
  }
}
.basket-box__free-delivery {
  display: none;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .basket-box__free-delivery {
    display: inline-block;
  }
}
.basket-box__free-delivery--claimed {
  color: #fff;
}
.basket-box__outside {
  display: none;
  padding: 26px 0 30px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  visibility: hidden;
  transition: visibility 0s linear .3s,opacity .3s ease;
}
@media (min-width: 992px) {
  .basket-box__outside {
    display: block;
    top: 48px;
    right: 15px;
    left: auto;
    width: 340px;
    padding: 12px 0 0;
  }
}
@media (min-width: 1280px) {
  .basket-box__outside {
    top: 60px;
  }
}
@media (min-width: 1650px) {
  .basket-box__outside {
    top: 54px;
    right: 15px;
  }
}
.basket-box--not-empty .basket-box__link {
  padding-left: 40px;
}
@media (min-width: 590px) {
  .basket-box--not-empty .basket-box__link {
    padding-top: 2px;
    padding-left: 45px;
  }
}
@media (min-width: 992px) {
  .basket-box--not-empty .basket-box__link {
    padding-right: 0;
    padding-top: 14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .basket-box.opened .basket-box__outside {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .basket-box.basket-box--not-empty:not(.basket-box--in-cart):hover .basket-box__inside:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .basket-box.basket-box--not-empty:not(.basket-box--in-cart):hover .basket-box__outside {
    opacity: 1;
    visibility: visible;
    right: 15px;
    left: auto;
    transition-delay: 0s;
  }
  .basket-box.basket-box--not-empty:not(.basket-box--in-cart):hover .cart-preview {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .basket-box.basket-box--not-empty:not(.basket-box--in-cart):hover .ca-box {
    transition-delay: 0s;
  }
}
.cart-preview {
  position: absolute;
  top: 48px;
  right: 15px;
  left: auto;
  width: 340px;
  padding-top: 12px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear .3s,opacity .3s ease;
}
@media (max-width: 991px) {
  .cart-preview {
    display: none;
  }
}
.cart-preview__product-box {
  background: #fff;
  padding: 24px;
}
.cart-preview__product-list {
  max-height: 335px;
  overflow: auto;
}
.cart-preview__product-list::-webkit-scrollbar {
  width: 0px;
}
.cart-preview__product {
  padding-top: 24px;
}
.cart-preview__product:first-child {
  padding-top: 0px;
}
.cart-preview__product-link {
  text-decoration: none;
  text-align: left;
  color: #000;
  display: block;
  padding-left: 90px;
}
.cart-preview__product-link:before,
.cart-preview__product-link:after {
  content: " ";
  display: table;
}
.cart-preview__product-link:after {
  clear: both;
}
.cart-preview__product-link:before,
.cart-preview__product-link:after {
  content: " ";
  display: table;
}
.cart-preview__product-link:after {
  clear: both;
}
.cart-preview__product-link .img {
  float: left;
  width: 70px;
  height: 70px;
  margin-left: -90px;
}
.cart-preview__product-link .img {
  line-height: 65px;
}
.cart-preview__product-link .img {
  text-align: center;
}
.cart-preview__product-link .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.cart-preview__product-link:hover .cart-preview__product-brand,
.cart-preview__product-link:hover .cart-preview__product-collection,
.cart-preview__product-link:hover .cart-preview__product-description {
  text-decoration: underline;
}
.cart-preview__product-image {
  float: left;
  width: 70px;
  height: 70px;
  margin: 5px -90px 0;
  text-align: center;
}
.cart-preview__product-collection {
  font-weight: bold;
}
.cart-preview__product-description {
  display: block;
  color: #808080;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-preview__product-count {
  display: block;
  float: left;
  padding-top: 12px;
  line-height: 18px;
  text-align: right;
  color: #000;
}
.cart-preview__product-price {
  float: right;
  margin-top: 12px;
  color: #000;
  line-height: 18px;
  font-weight: bold;
  margin-left: 1em;
}
.cart-preview__buttons {
  padding-top: 24px;
}
.header-benefits {
  position: relative;
  margin: 0 auto;
  padding: 30px 15px 0 15px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  .header-benefits {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .header-benefits {
    padding-top: 130px;
  }
}
@media (min-width: 1450px) {
  .header-benefits:before {
    left: 0;
    right: 0;
  }
}
.header-benefits + #main-wrap {
  padding-top: 15px !important;
}
.header-benefits__inside {
  position: relative;
}
.header-benefits__inside:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e6e6e6;
}
.header-benefits__link {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #808080;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
}
.header-infoline {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 92;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  transition: opacity 150ms ease;
}
@media (min-width: 992px) {
  .header-infoline {
    left: 0;
    right: 0;
  }
}
.header-infoline__content {
  display: inline-block;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header-infoline__content {
    max-width: 33%;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .header-infoline__content {
    padding-right: 40px;
  }
}
.header-infoline__content--working-hours {
  color: #808080;
  font-size: 12px;
}
.header-infoline__content--link {
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: 1px solid #bfbfbf;
  font-weight: bold;
  line-height: 0.9em;
}
.header-infoline__content--link:hover {
  text-decoration: underline;
}
.header-infoline--checkout {
  top: 12px;
  right: 20px;
  left: auto;
  z-index: 93;
  display: inline-block;
  vertical-align: middle;
  margin: -10px -100px -10px 0;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
.header-infoline--checkout:hover {
  color: #fff;
}
.header-infoline--checkout p {
  margin: 0;
  line-height: 14px;
}
@media (min-width: 590px) {
  .header-infoline--checkout br {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-infoline--checkout {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .header-infoline--checkout {
    top: 17px;
    right: 0;
    left: 0;
    z-index: 90;
    text-align: left;
  }
}
.header-infoline--checkout .header-infoline__content {
  color: #fff;
  text-align: right;
  white-space: normal;
  line-height: 26px;
}
@media (min-width: 992px) {
  .header-infoline--checkout .header-infoline__content {
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .header-infoline--checkout .header-infoline__content {
    padding-left: 210px;
    text-align: left;
    color: #000;
    line-height: 30px;
  }
}
.header-infoline--checkout .header-infoline__content--working-hours {
  display: none;
  color: #bfbfbf;
  font-size: 11px;
}
@media (min-width: 590px) {
  .header-infoline--checkout .header-infoline__content--working-hours {
    display: inline-block;
    padding-left: 5px;
  }
}
@media (min-width: 1280px) {
  .header-infoline--checkout .header-infoline__content--working-hours {
    color: #808080;
    font-size: 12px;
  }
}
#menu-wrap a {
  color: #000;
  font: bold 100%/1.35 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#menu-wrap .ca-control {
  display: none;
}
#menu-wrap .sub .secondary a {
  font-weight: normal;
  color: #000;
}
@media (max-width: 991px) {
  .close-submenu {
    display: none !important;
  }
  .menu-wrap {
    width: 275px;
    text-align: left;
  }
  .menu-wrap .menu {
    padding: 0 0 20px;
  }
  .menu-wrap a {
    color: #000;
    position: relative;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    line-height: 19px;
  }
  .menu-wrap a.root {
    border-top: 1px solid transparent;
  }
  .menu-wrap li.specials a.root span {
    color: #dc0069;
  }
  .menu-wrap li.specials a.root polygon {
    fill: #dc0069;
  }
  .menu-wrap #main-menu > ul > li > a.root:after {
    margin-top: -4px;
  }
  .menu-wrap .hasSub .hasSub-icon {
    float: right;
    margin: 1px -10px 0 0;
    color: #808080;
    transition: -webkit-transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }
  .menu-wrap .hasSub.ca-expanded a.root {
    border-top-color: #e6e6e6;
    background: #f5f5f5;
  }
  .menu-wrap .hasSub.ca-expanded a.root .hasSub-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #000;
  }
  .menu-wrap .sub {
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
  }
  .menu-wrap .sub a {
    padding: .75em 30px .75em 40px;
    font-size: 100%;
    text-transform: none;
  }
  .menu-wrap .sub a:before {
    opacity: .5;
  }
  .menu-wrap .ca-collapsed .sub {
    position: absolute;
    top: auto;
    left: -1000px;
    height: 0;
    overflow: hidden;
  }
  .menu-wrap #top-menu a,
  .menu-wrap .user-login-link a {
    text-transform: none;
    font-weight: normal;
  }
  .menu-wrap #top-menu .mussler,
  .menu-wrap .user-login-link .mussler {
    display: none;
  }
  .menu-wrap .sub-title {
    margin: 0;
  }
  .menu-wrap .sub-title .show {
    font-weight: normal;
  }
  .menu-wrap .menu-products,
  .menu-wrap .menu-brands,
  .menu-wrap .sub-title-name {
    display: none;
  }
  .menu-wrap .infoline {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 360px) {
  .menu-wrap .li-1 a.root {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  #menu-wrap.menu-wrap--facelift .sub--backwards,
  #menu-wrap.menu-wrap--facelift .menu-wrap__close-icon,
  #menu-wrap.menu-wrap--facelift .menu-title {
    display: none;
  }
  #main-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 91;
    padding: 0 10px 0 20px;
    text-align: center;
    top: 127px;
    height: 42px;
    border: 0;
    background: #000;
    -webkit-font-smoothing: antialiased;
  }
  #main-menu * {
    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }
  #main-menu .reset {
    float: left;
    width: 100%;
    height: 100%;
    text-align: left;
    white-space: nowrap;
  }
  #main-menu li[class^="li-"] {
    display: inline-block;
  }
  #main-menu a.root {
    color: #fff;
    position: relative;
    z-index: 2;
    display: block;
    height: 42px;
    padding: 0 9px;
    line-height: 42px;
    text-align: center;
    transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
    font-size: 92.85714286%;
    font-weight: 400;
  }
  #main-menu a.root:not([href]) {
    cursor: default;
  }
  #main-menu a.root span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    position: relative;
  }
  #main-menu a.root:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 15px;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #main-menu .hasSub-icon {
    display: none;
  }
  #main-menu li:hover a.root,
  #main-menu li.touchHover a.root {
    transition-delay: 100ms;
    z-index: 3;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    border-color: #f5f5f5;
  }
  #main-menu li.specials a.root span {
    color: #fff;
    background-color: #dc0069;
    padding: 1px 9px;
  }
  #main-menu li.menu-heart a.root {
    padding-left: 43px;
    text-transform: uppercase;
  }
  #main-menu li.menu-heart a.root:before {
    top: 9px;
    width: 20px;
    height: 20px;
    background-image: url('../img/menu-icons/menu-heart.svg');
  }
  #main-menu li.menu-christmas a.root {
    padding-left: 53px;
    text-transform: uppercase;
  }
  #main-menu li.menu-christmas a.root:before {
    top: 9px;
    width: 31px;
    height: 18px;
    background-image: url('../img/menu-icons/menu-christmas.svg');
  }
  #main-menu li.menu-percent a.root {
    padding-left: 43px;
    text-transform: uppercase;
  }
  #main-menu li.menu-percent a.root:before {
    top: 9px;
    width: 20px;
    height: 18px;
    background-image: url('../img/menu-icons/menu-percent.svg?v=2019');
  }
  #main-menu li.menu-tulips a.root {
    padding-left: 44px;
  }
  #main-menu li.menu-tulips a.root:before {
    width: 20px;
    height: 18px;
    background-image: url('../img/menu-icons/menu-tulips.svg');
  }
  #main-menu li.menu-drugstore a.root {
    padding-left: 40px;
  }
  #main-menu li.menu-drugstore a.root:before {
    top: 12px;
    background-image: url('../img/menu-icons/menu-drugstore.svg');
  }
  #main-menu li.menu-gifts a.root {
    padding-left: 44px;
    text-transform: uppercase;
  }
  #main-menu li.menu-gifts a.root:before {
    width: 20px;
    height: 18px;
    background-image: url('../img/menu-icons/menu-gift.svg');
  }
  #main-menu .sub {
    position: absolute;
    top: 42px;
    visibility: hidden;
    left: 0;
    right: 0;
    z-index: 95;
    opacity: 0;
    display: block;
    overflow: hidden;
    background: #fff;
    transition: visibility 0s linear 300ms, opacity 300ms ease;
    white-space: normal;
    /*.menu-brands { display:none; }*/
  }
  #main-menu .sub .in {
    margin: 0;
    padding: 35px 35px 50px;
    text-align: left;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-menu .sub .in:before,
  #main-menu .sub .in:after {
    content: " ";
    display: table;
  }
  #main-menu .sub .in:after {
    clear: both;
  }
  #main-menu .sub .in:before,
  #main-menu .sub .in:after {
    content: " ";
    display: table;
  }
  #main-menu .sub .in:after {
    clear: both;
  }
  #main-menu .sub .level-2 {
    float: left;
    padding: 0;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-menu .sub ul {
    position: relative;
    display: block;
    overflow: hidden;
    /*margin: 1em 0;*/
    font-size: 100%;
  }
  #main-menu .sub a {
    display: block;
    color: #000;
    padding: 0;
    text-decoration: none;
  }
  #main-menu .sub a[href]:hover {
    text-decoration: underline;
  }
  #main-menu .sub a:before {
    display: none;
  }
  #main-menu .sub .sub-title {
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0 0 .85em;
    font-weight: 400;
    font-size: 214.28571429%;
    letter-spacing: normal;
    white-space: nowrap;
  }
  #main-menu .sub .sub-title a {
    font-weight: 400;
    text-decoration: none;
    display: inline;
  }
  #main-menu .sub .sub-title a.show {
    font-size: 43.33333333%;
    color: #dc0069;
    margin-left: -4px;
  }
  #main-menu .sub .sub-title a.show:hover {
    text-decoration: underline;
  }
  #main-menu .sub .sub-title .sub-title-name {
    font-weight: 300;
    color: #000;
  }
  #main-menu .sub .menu-categories {
    position: relative;
  }
  #main-menu .sub .menu-categories ul {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    margin: 0;
    letter-spacing: normal;
  }
  #main-menu .sub .menu-categories ul > li {
    padding-bottom: 10px;
    width: 172px;
  }
  #main-menu .sub .menu-categories ul > li:first-of-type {
    margin-top: 70px;
  }
  #main-menu .sub .menu-categories ul > li a {
    line-height: 20px;
    white-space: normal;
  }
  #main-menu .sub .secondary a {
    color: #808080;
  }
  #main-menu .sub .secondary a:hover {
    color: #000;
  }
  #main-menu .sub .menu-brands {
    display: block;
    float: left;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 220px;
  }
  #main-menu .sub .menu-brands .sub-title {
    white-space: nowrap;
  }
  #main-menu .sub .menu-brands > ul {
    position: relative;
    overflow: visible;
  }
  #main-menu .sub .menu-brands > ul li {
    padding-bottom: 10px;
  }
  #main-menu .sub .menu-brands > ul li a {
    line-height: 20px;
  }
  #main-menu .sub .menu-products {
    float: left;
    margin: 70px 0 0 35px;
    padding: 0;
  }
  #main-menu .sub .menu-products + .menu-products {
    margin-left: 15px;
  }
  #main-menu .sub .menu-products .sub-title {
    padding: 0;
    position: absolute;
    top: 35px;
  }
  #main-menu .sub .submenu-block {
    display: none;
    float: left;
  }
  #main-menu .sub .submenu-block:nth-child(-n+4) {
    display: block;
  }
  #main-menu .sub .product {
    float: left;
    display: block;
    width: 207px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #000;
  }
  #main-menu .sub .product:before {
    display: none;
  }
  #main-menu .sub .product .title {
    font-size: 100%;
    margin: 0;
    font-weight: normal;
    line-height: 1.38;
    color: #404040;
  }
  #main-menu .sub .product .img {
    position: relative;
    display: inline-block;
    height: 160px;
    width: 160px;
    margin-bottom: 10px;
  }
  #main-menu .sub .product .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 0 auto;
    margin: auto auto 0 0;
  }
  #main-menu .sub .product .brand,
  #main-menu .sub .product .collection {
    display: block;
    text-decoration: none;
  }
  #main-menu .sub .product .brand {
    font-weight: 300;
  }
  #main-menu .sub .product .collection {
    font-weight: 700;
  }
  #main-menu .sub .product .subname {
    font-size: 12px;
  }
  #main-menu .sub .product .price {
    font-weight: bold;
    font-size: 114.28571429%;
    display: inline-block;
  }
  #main-menu .sub .product .price span {
    font-size: 14px;
  }
  #main-menu .sub .product .product-rating {
    margin-bottom: 14px;
  }
  #main-menu .sub .product :not(.product-rating) + .price {
    margin-top: 8px;
  }
  #main-menu .sub .product .unit-price {
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #808080;
  }
  #main-menu .sub .product p {
    color: #808080;
    font-weight: normal;
    margin: 0;
  }
  #main-menu .sub .product p .discount {
    font-weight: bold;
    color: #008700;
    display: inline-block;
    padding-right: 10px;
  }
  #main-menu .sub .product p .rrp {
    text-decoration: line-through;
  }
  #main-menu .sub .product p.ppu {
    font-size: 85.71428571%;
    color: #808080;
    text-align: right;
  }
  #main-menu .sub .product .status-wrap:after {
    display: none;
  }
  #main-menu .sub .product:hover {
    text-decoration: none;
  }
  #main-menu .sub .product:hover .brand,
  #main-menu .sub .product:hover .collection {
    text-decoration: underline;
  }
  #main-menu .sub .product + .product {
    display: none;
  }
  #main-menu .sub .close-submenu {
    position: absolute;
    top: 30px;
    right: 30px;
    text-decoration: none;
    cursor: pointer;
  }
  #main-menu .sub .close-submenu:hover {
    text-decoration: none;
  }
  #main-menu li:hover .sub,
  #main-menu li.touchHover .sub {
    visibility: visible;
    opacity: 1;
    transition-delay: 100ms;
  }
  #main-menu li.force-close .sub {
    display: none;
  }
  #main-menu.hover a.root,
  #main-menu.hover li:hover a.root {
    transition-delay: 0ms;
  }
  #main-menu.hover .sub {
    transition: none;
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  #main-menu {
    padding: 0 25px;
  }
  #main-menu a.root {
    padding: 0 15px;
  }
  #main-menu .sub .in {
    position: relative;
  }
}
@media (min-width: 992px) and (min-width: 1250px) {
  #main-menu .sub .submenu-block:nth-child(-n+5) {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 1450px) {
  #main-menu .sub .in {
    padding: 35px 55px 50px;
  }
  #main-menu .sub .sub-title {
    padding: 0 25px;
  }
  #main-menu .sub .menu-categories ul {
    padding: 0 25px;
  }
  #main-menu .sub .menu-brands {
    /*padding: 0 56px;
            width: 270px;*/
  }
  #main-menu .sub .menu-products:first-child {
    padding-left: 30px;
  }
  #main-menu .sub .menu-products + .menu-products {
    margin-left: 50px;
  }
  #main-menu .sub .product {
    float: left;
    display: block;
    width: 220px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #000;
  }
}
@media (min-width: 992px) and (min-width: 1550px) {
  #main-menu .sub .submenu-block:nth-child(-n+6) {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  #main-menu .sub .submenu-block:nth-child(-n+7) {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 2150px) {
  #main-menu .sub .submenu-block:nth-child(-n+8) {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 2400px) {
  #main-menu .sub .submenu-block:nth-child(-n+9) {
    display: block;
  }
}
@media (max-width: 991px) {
  #menu-wrap.menu-wrap--facelift {
    width: 100%;
    top: 0 !important;
    z-index: 100;
    -webkit-transform: translate3d(-100%, 0, 0) !important;
            transform: translate3d(-100%, 0, 0) !important;
    padding-top: 57px;
    background-color: #f5f5f5;
    border-right: none;
    overflow: hidden;
  }
  #menu-wrap.menu-wrap--facelift .menu-wrap__close-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 18px;
  }
  #menu-wrap.menu-wrap--facelift .menu-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #menu-wrap.menu-wrap--facelift .user-login-link {
    padding-top: 0;
  }
  #menu-wrap.menu-wrap--facelift .user-login-link li,
  #menu-wrap.menu-wrap--facelift .topmenu-infoline-wrap li,
  #menu-wrap.menu-wrap--facelift li[class^=li-] {
    transition: margin-left 350ms ease;
    will-change: margin;
  }
  #menu-wrap.menu-wrap--facelift a {
    color: #000;
    position: relative;
    display: block;
    padding: 12px 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #menu-wrap.menu-wrap--facelift li.hasSub a.root:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23000' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #menu-wrap.menu-wrap--facelift li.specials a.root span {
    color: #dc0069;
  }
  #menu-wrap.menu-wrap--facelift li.specials a.root polygon {
    fill: #dc0069;
  }
  #menu-wrap.menu-wrap--facelift li.specials.hasSub a.root:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23dc0069' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  }
  #menu-wrap.menu-wrap--facelift li:not(:last-child) a.root:after,
  #menu-wrap.menu-wrap--facelift li:not(:last-child) a.sub-title-name:after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    background-color: #f5f5f5;
  }
  #menu-wrap.menu-wrap--facelift .menu {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    will-change: overflow;
  }
  #menu-wrap.menu-wrap--facelift .menu.main-menu--facelift--translated {
    overflow: hidden !important;
  }
  #menu-wrap.menu-wrap--facelift .menu.main-menu--facelift--translated .user-login-link li,
  #menu-wrap.menu-wrap--facelift .menu.main-menu--facelift--translated .topmenu-infoline-wrap li,
  #menu-wrap.menu-wrap--facelift .menu.main-menu--facelift--translated li[class^=li-] {
    margin-left: -100%;
  }
  #menu-wrap.menu-wrap--facelift .menu:not(.main-menu--facelift--translated) {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
  }
  #menu-wrap.menu-wrap--facelift .sub {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    transition: -webkit-transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    background-color: #fff;
    overflow: visible;
    will-change: transform;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 2;
    width: 100%;
  }
  #menu-wrap.menu-wrap--facelift .sub .in {
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    height: 100%;
  }
  #menu-wrap.menu-wrap--facelift .sub .in::-webkit-scrollbar {
    display: none;
  }
  #menu-wrap.menu-wrap--facelift .level-2 > .show:after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    background-color: #f5f5f5;
  }
  #menu-wrap.menu-wrap--facelift .sub--backwards {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease;
  }
  #menu-wrap.menu-wrap--facelift .sub--backwards.visible {
    opacity: 1;
    visibility: visible;
  }
  #menu-wrap.menu-wrap--facelift .ca-expanded .sub {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #menu-wrap.menu-wrap--facelift #top-menu li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    background-color: #f5f5f5;
  }
  #menu-wrap.menu-wrap--facelift::-webkit-scrollbar {
    display: none;
  }
  #menu-wrap.menu-wrap--facelift .user-login-link {
    border-bottom: 4px solid #f5f5f5;
  }
  #menu-wrap.menu-wrap--facelift .topmenu-infoline-wrap {
    border-top: 4px solid #f5f5f5;
  }
  .menu-opened #menu-wrap.menu-wrap--facelift {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  #menu-wrap.menu-wrap--facelift .infoline {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #menu-wrap.menu-wrap--facelift {
    width: 360px;
  }
}
@media (max-width: 991px) and (min-width: 360px) {
  #menu-wrap.menu-wrap--facelift .user-login-link {
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #menu-wrap.menu-wrap--facelift .user-login-link {
    display: none;
  }
}
@media (max-width: 991px) {
  #menu-wrap #main-menu.main-menu--facelift .sub-title-name {
    display: block;
  }
  #menu-wrap #main-menu.main-menu--facelift .mobile-menu-block.ca-collapsed .menu-level-3 {
    display: none;
  }
  #main-menu.main-menu--facelift .mobile-menu-block.ca-collapsed .sub-title-name:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23000' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #main-menu.main-menu--facelift .mobile-menu-block.ca-expanded .sub-title-name {
    font-weight: bold;
  }
  #main-menu.main-menu--facelift .mobile-menu-block.ca-expanded .sub-title-name:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23000' points='49.04 42.04 25 18 0.96 42.04 3.79 44.87 25 23.66 46.21 44.87 49.04 42.04'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #main-menu.main-menu--facelift .mobile-menu-block.ca-expanded .sub-title-name:after {
    display: none;
  }
  #main-menu.main-menu--facelift .mobile-menu-block.ca-expanded .menu-level-3 {
    position: relative;
    padding-bottom: 8px;
    display: block;
  }
  #main-menu.main-menu--facelift .mobile-menu-block.ca-expanded .menu-level-3:after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    height: 1px;
    background-color: #f5f5f5;
  }
  #main-menu.main-menu--facelift .menu-level-3 a {
    padding: 8px 16px 8px 32px;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  #main-menu.main-menu--facelift .sub .in {
    padding: 24px 40px 40px 40px;
  }
  #main-menu.main-menu--facelift .sub .level-2 {
    display: block;
    float: none;
    overflow: hidden;
    white-space: nowrap;
  }
  #main-menu.main-menu--facelift .sub .submenu-block {
    display: inline-block;
    vertical-align: top;
    float: none !important;
  }
  #main-menu.main-menu--facelift .sub .mobile-menu-block {
    width: 124px;
    margin-top: 16px;
    margin-right: 32px;
  }
  #main-menu.main-menu--facelift .sub .menu-brands .sub-title {
    margin-top: 16px;
    width: 220px;
  }
  #main-menu.main-menu--facelift .sub .menu-products {
    margin: 48px 32px 0 0;
    white-space: normal;
  }
  #main-menu.main-menu--facelift .sub .sub-title-name {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    white-space: normal;
  }
  #main-menu.main-menu--facelift .sub .sub-title-name[href]:hover {
    text-decoration: underline;
  }
  #main-menu.main-menu--facelift .sub ul {
    float: none;
    padding: 0;
  }
  #main-menu.main-menu--facelift .sub .menu-categories ul > li {
    width: auto;
  }
  #main-menu.main-menu--facelift .sub .menu-categories ul > li:first-of-type {
    margin: 0;
  }
  #main-menu.main-menu--facelift .sub .menu-categories ul > li a {
    font-weight: normal;
    color: #404040;
  }
  #main-menu.main-menu--facelift .show,
  #main-menu.main-menu--facelift .sub--backwards {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  #main-menu.main-menu--facelift .sub .mobile-menu-block {
    width: 190px;
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  #main-menu.main-menu--facelift .sub .mobile-menu-block {
    width: 200px;
  }
}
@media (min-width: 992px) and (min-width: 1450px) {
  #main-menu.main-menu--facelift .sub .mobile-menu-block {
    width: 220px;
  }
}
.nav-skip {
  height: 0;
  margin: 0;
}
.nav-skip__link {
  position: absolute;
  left: -2000px;
  top: auto;
}
.nav-skip__link:focus,
.nav-skip__link:active {
  position: absolute;
  left: 0;
  width: 250px;
  background: #fff;
  padding: 0 0 5px;
  z-index: 99;
}
@media (max-width: 991px) {
  /* offcanvas prvek */
  #menu-wrap {
    position: fixed;
    top: 45px;
    bottom: 0;
    z-index: 90;
    left: -275px;
    width: 275px;
    padding-top: 0;
    padding-right: 0;
    overflow-y: scroll;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    background-color: #fff;
  }
  #menu-wrap.ca-expanded,
  #menu-wrap:target {
    left: 0;
  }
  /* OFFCANVAS MENU OPENED */
  .menu-opened {
    overflow-y: hidden;
    position: fixed;
  }
  #main-wrap,
  #header,
  #header-tools,
  .benefits,
  .page-footer {
    left: 0 !important;
    right: 0 !important;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #header-tools {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #menu-wrap {
    left: 0;
    -webkit-transform: translate3d(-275px, 0, 0);
            transform: translate3d(-275px, 0, 0);
    transition: all 400ms ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #menu-wrap.desktop-menu {
    transition: none;
  }
  .menu-opened #menu-wrap {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .mobile-search-visible #menu-wrap {
    top: 96px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #menu-wrap {
    top: 45px;
  }
}
.other-links-box {
  display: none;
}
@media (min-width: 992px) {
  .other-links-box {
    display: block;
    height: 45px;
    padding-right: 50px;
  }
}
.other-links-box__inside {
  color: #808080;
  white-space: nowrap;
}
.other-links-box__link {
  padding: 0;
  vertical-align: middle;
  line-height: 46px;
}
.other-links-box__link:before {
  display: none;
}
.other-links-box__link:hover {
  text-decoration: underline;
}
.other-links__icon {
  color: #fff;
}
@media (min-width: 992px) {
  .other-links__icon {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  body:not(.noSelfMarketingVisible) #outer-wrap:after {
    top: 144px;
  }
}
@media (min-width: 992px) {
  #main-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease 100ms;
  }
  .focus-search-box #main-wrap:after,
  .hover-main-menu #main-wrap:after,
  .hover-basket-box #main-wrap:after {
    opacity: 1;
    visibility: visible;
  }
  .focus-search-box:not(.hover-basket-box) .basket-box__outside,
  .hover-main-menu .basket-box__outside {
    visibility: hidden;
  }
  .hover-main-menu #outer-wrap:after {
    top: 230px;
  }
  .hover-main-menu #outer-wrap:after {
    transition: none;
  }
  .hover-basket-box .search-box__suggest-box.show,
  .hover-main-menu .search-box__suggest-box.show {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1280px) {
  .focus-search-box #outer-wrap:after {
    transition: opacity 300ms ease, visibility 300ms ease, top 0ms linear 300ms;
  }
}
@media (min-width: 768px) {
  .search-box {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 200px;
    margin-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .search-box {
    margin-right: 55px;
    margin-left: 185px;
  }
}
.search-box__inside {
  height: 44px;
}
@media (max-width: 767px) {
  .search-box__inside {
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
  }
}
@media (min-width: 768px) {
  .search-box__inside {
    display: none;
  }
}
.search-box__link {
  width: 35px;
}
@media (min-width: 768px) {
  .search-box__link {
    padding: 0 0 0 33px;
    line-height: 33px;
    background-color: #000;
  }
}
.search-box__outside {
  position: absolute;
  top: 3px;
  right: 0;
  left: 35px;
  height: 40px;
  background-color: #000;
  transition: height 300ms ease;
}
@media (max-width: 767px) {
  .search-box__outside {
    top: 45px;
    left: 0;
    height: 51px;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .search-box__outside {
    position: static;
    height: auto;
  }
}
@media (min-width: 992px) {
  .search-box__outside {
    top: 0;
    left: 0;
  }
}
@media (min-width: 1280px) {
  .search-box__outside {
    position: relative;
  }
}
.search-box__inputs {
  position: absolute;
  top: 3px;
  left: 16px;
  right: 16px;
  box-sizing: border-box;
  text-align: left;
  transition: right 250ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, right 250ms ease;
  transition: transform 300ms ease, right 250ms ease, -webkit-transform 300ms ease;
}
@media (min-width: 768px) {
  .search-box__inputs {
    position: relative;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  .search-box__inputs {
    height: 41px;
  }
}
.search-box__label {
  position: absolute;
  left: -10000px;
  top: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  transition: opacity 250ms ease, left 250ms ease;
  line-height: 30px;
  cursor: text;
  display: none;
}
@media (min-width: 768px) {
  .search-box__label {
    left: 12px;
    top: 0;
  }
}
.search-box__input {
  width: 100%;
  height: 32px;
  padding: 0 45px 0 15px;
  font-size: 16px;
  line-height: 32px;
  border: 0;
  cursor: text;
}
.search-box__input:focus {
  outline: none;
}
.search-box__input::-webkit-input-placeholder {
  height: inherit;
  line-height: inherit;
  color: #808080;
}
.search-box__input::-moz-placeholder {
  height: inherit;
  line-height: inherit;
  color: #808080;
}
.search-box__input:-moz-placeholder {
  height: inherit;
  line-height: inherit;
  color: #808080;
}
.search-box__input:-ms-input-placeholder {
  height: inherit;
  line-height: inherit;
  color: #808080;
}
@media (min-width: 768px) {
  .search-box__input {
    margin: 0;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .search-box__input {
    height: 35px;
    line-height: 36px;
  }
}
.search-box__button {
  background: none;
  border: 0;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  color: #000;
  line-height: 32px;
  transition: right 250ms ease-in-out;
  outline: none;
}
.search-box__button span {
  display: none;
}
@media (min-width: 768px) {
  .search-box__button {
    width: auto;
    top: 1px;
    right: 5px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    font-size: 16px;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .search-box__button {
    width: 37px;
    height: 35px;
    top: 0;
    right: 0;
    line-height: 30px;
  }
}
.search-box__button-icon {
  width: 18px;
  height: 18px;
  color: #808080;
}
.search-box__suggest-box {
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  max-height: 100vh;
  max-height: calc((var(--vh, 1vh) * 100) - 45px);
  box-sizing: border-box;
  padding: 24px 16px;
  background: #fff;
  text-align: left;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear .3s,opacity .3s ease;
  overflow: auto;
}
@media (max-width: 767px) {
  .search-box__suggest-box {
    max-height: calc((var(--vh, 1vh) * 100) - 96px);
  }
}
@media (min-width: 768px) {
  .search-box__suggest-box {
    top: 45px;
  }
}
@media (min-width: 992px) {
  .search-box__suggest-box {
    top: 51px;
    overflow-y: auto;
  }
}
@media (min-width: 1280px) {
  .search-box__suggest-box {
    top: 41px;
    border-top: 1px solid #e6e6e6;
  }
}
.allowAppBanner .search-box__suggest-box {
  max-height: calc((var(--vh, 1vh) * 100) - 176px);
}
.search-box__suggest-box.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 250ms;
}
.search-box__suggest-box li {
  position: relative;
}
@media (min-width: 768px) {
  .search-box__suggest-box li:not(.item):hover a,
  .search-box__suggest-box li:not(.item).active a {
    text-decoration: none;
    background-color: #f5f5f5;
  }
}
.search-box__suggest-box a {
  text-decoration: none;
  color: #000;
}
.search-box__suggest-box .product-list-small ul.reset {
  margin: 0;
}
.search-box__suggest-box .product-list-small ul.reset .item:nth-child(n+6) {
  display: none;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc {
  padding: 14px 0px 14px 63px;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc .img {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 -66px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  float: none;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 0 auto;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc .desc {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc .title {
  margin: 0;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc .name {
  text-decoration: none;
  line-height: 18px;
  color: #000;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc p {
  font-size: 85.71428571%;
  margin: 0;
  line-height: 18px;
}
.search-box__suggest-box .product-list-small ul.reset .item > .spc:hover .desc {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .search-box__suggest-results {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.search-box__close-suggest-box {
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-box__close-suggest-box {
    display: none;
  }
}
.search-box__close-suggest-box:hover {
  text-decoration: none;
}
.search-box__close-suggest-box > svg {
  color: #808080;
}
@media (min-width: 768px) {
  .search-box__suggest-col {
    box-sizing: border-box;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .search-box__suggest-col + .search-box__suggest-col {
    padding-top: 20px;
  }
}
.search-box__suggest-col--words {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .search-box__suggest-col--words {
    width: 50%;
  }
  .search-box__suggest-col--words .search-box__suggest-col {
    padding-right: 32px;
  }
}
.search-box__suggest-col--products {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-box__suggest-col--products .desc .name,
.search-box__suggest-col--products .desc p {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-box__suggest-col--products {
    width: 50%;
  }
}
.search-box__suggest-title {
  margin: 0 0 7px;
  line-height: 1.3em;
  color: #808080;
  font-weight: 400;
  font-size: 12px;
}
.search-box__suggest-collection {
  margin-bottom: 24px;
  text-align: left;
}
.search-box__suggest-collection a {
  display: block;
  padding: 7px 16px 7px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-box__suggest-collection a span {
  color: #808080;
  font-size: 12px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .search-box__suggest-collection {
    margin: 0;
  }
  .search-box__suggest-collection a {
    padding: 6px 0 6px 8px;
    margin: 0 0 0 -8px;
  }
  .search-box__suggest-collection + .search-box__suggest-collection {
    padding-top: 24px;
  }
}
.search-box__link--close {
  display: none;
  line-height: 40px;
  width: 41px;
}
.search-box--opened {
  left: auto;
  top: auto;
  right: auto;
  position: static;
}
.search-box--opened .search-box__button {
  right: 0;
}
.search-box--opened .search-box__outside {
  left: 0;
  z-index: 4;
  visibility: visible;
}
.search-box--focused .search-box__inputs {
  right: 40px;
}
@media (max-width: 767px) {
  .search-box--focused .search-box__outside {
    overflow: visible;
  }
  .search-box--focused .search-box__link--close {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .search-box--focused .search-box__suggest-box + .search-box__suggest-col {
    padding: 4px 0 0 20px;
  }
}
.search-hidden .search-box__inside {
  opacity: 1;
  visibility: visible;
}
.search-hidden .search-box__outside {
  height: 0;
}
.search-hidden .search-box__inputs {
  -webkit-transform: translateY(-51px);
      -ms-transform: translateY(-51px);
          transform: translateY(-51px);
}
.selfmarketing {
  position: relative;
  z-index: 2;
  margin: 0 -16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (min-width: 992px) {
  .selfmarketing {
    position: absolute;
    top: 0;
    right: 400px;
    left: 29px;
    z-index: 93;
    margin: 0;
    box-shadow: none;
    border-bottom: none;
    text-align: left;
  }
  .selfmarketing + *:before,
  .selfmarketing + *:after {
    content: " ";
    display: table;
  }
  .selfmarketing + *:after {
    clear: both;
  }
  .selfmarketing + *:before,
  .selfmarketing + *:after {
    content: " ";
    display: table;
  }
  .selfmarketing + *:after {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .selfmarketing {
    left: 40px;
  }
}
.selfmarketing__wrapper {
  display: none;
  white-space: nowrap;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .selfmarketing__wrapper {
    max-width: 600px;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .selfmarketing__wrapper {
    max-width: 1000px;
  }
}
@media (min-width: 1450px) {
  .selfmarketing__wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .selfmarketing__wrapper--mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1449px) {
  .selfmarketing__wrapper--tablet {
    display: block;
  }
}
@media (min-width: 1450px) {
  .selfmarketing__wrapper--desktop {
    display: block;
  }
}
.selfmarketing__item {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .selfmarketing__item {
    display: inline-block;
    line-height: 60px;
    min-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .selfmarketing__item:nth-child(1):nth-last-child(2),
  .selfmarketing__item:nth-child(2):nth-last-child(1) {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .selfmarketing__item {
    width: 47%;
    padding: 0;
    text-align: left;
    line-height: 60px;
  }
  .selfmarketing__item:not(:last-child) {
    margin-right: 3%;
  }
}
@media (min-width: 1280px) {
  .selfmarketing__item {
    width: auto;
  }
}
@media (min-width: 1450px) {
  .selfmarketing__item {
    min-width: inherit;
    max-width: 30%;
  }
}
@media (min-width: 1650px) {
  .selfmarketing__item {
    min-width: 30%;
  }
}
.selfmarketing__thumb {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 80px;
  vertical-align: bottom;
  text-align: right;
}
.selfmarketing__thumb img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .selfmarketing__thumb {
    height: 60px;
    vertical-align: top;
  }
}
.selfmarketing__text {
  display: inline-block;
  max-width: calc(100% - 70px);
  padding: 9px 0 5px 10px;
  box-sizing: border-box;
  vertical-align: bottom;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 13px;
  color: #808080;
  white-space: pre-wrap;
  text-align: left;
}
@media (min-width: 992px) {
  .selfmarketing__text {
    height: 49px;
    margin-bottom: 1px;
    overflow: hidden;
  }
}
.selfmarketing__text--bolded {
  font-weight: bold;
}
@media (max-width: 991px) {
  .selfmarketing__text--bolded {
    display: block;
  }
}
@media (min-width: 1280px) {
  .selfmarketing__text--bolded {
    display: block;
  }
}
@media (min-width: 768px) {
  .user-box {
    position: relative;
    display: inline-block;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .user-box {
    margin-right: 30px;
  }
}
.user-box__inside {
  color: #fff;
}
@media (min-width: 768px) {
  .user-box__inside {
    width: auto;
  }
}
.user-box__link {
  width: 30px;
}
.user-box__link:hover .user-box__content {
  text-decoration: underline;
}
@media (min-width: 590px) {
  .user-box__link {
    width: 35px;
  }
}
@media (min-width: 768px) {
  .user-box__link {
    width: 55px;
  }
}
@media (min-width: 992px) {
  .user-box__link {
    width: auto;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .user-box__icon {
    position: relative;
    top: -2px;
    width: 16px;
    height: 16px;
    padding-right: 3px;
  }
}
@media (min-width: 992px) {
  .user-box__content {
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
  }
  .user-box__content .operator {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .user-box__content__operator {
    max-width: none;
    color: #dc0069;
  }
}
@media (max-width: 359px) {
  .wishlistOn .user-box {
    display: none;
  }
}
.user-login-link {
  padding-top: 10px;
}
@media (min-width: 360px) {
  .user-login-link {
    display: none;
  }
}
@media (min-width: 768px) {
  .wishlist-box {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 992px) {
  .wishlist-box {
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  .wishlist-box__inside {
    height: 43px;
  }
}
.wishlist-box__link {
  width: 40px;
}
@media (min-width: 992px) {
  .wishlist-box__link {
    width: 47px;
    height: 37px;
    padding-right: 10px;
  }
}
.wishlist-box__icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .wishlist-box__icon {
    width: 16px;
    height: 16px;
    margin-top: -4px;
  }
}
.wishlist-box__count[data-count]:after {
  position: absolute;
  background: #dc0069;
  bottom: 6px;
  left: 20px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  content: attr(data-count);
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .wishlist-box__count {
    padding-top: 0;
    line-height: 1.3;
  }
  .wishlist-box__count[data-count]:after {
    bottom: 0px;
    left: 22px;
  }
}
.wishlist-box__title {
  display: none;
}
@media (min-width: 992px) {
  .topmenu-infoline-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 92;
    height: 60px;
    background: #fff;
    padding: 8px 29px 0;
    overflow: hidden;
    text-align: right;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topmenu-infoline-wrap .in {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 360px;
    margin: 0 0 0 auto;
  }
  .topmenu-infoline-wrap #top-menu,
  .topmenu-infoline-wrap .user-login-link,
  .topmenu-infoline-wrap .infoline {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .topmenu-infoline-wrap ul.reset {
    max-width: 1100px;
    margin: 0 auto;
    text-align: right;
  }
  .topmenu-infoline-wrap li {
    display: inline-block;
  }
  .topmenu-infoline-wrap #top-menu a,
  .topmenu-infoline-wrap .user-login-link a {
    margin-left: 37px;
    font-weight: normal;
    font-size: 92.85714286%;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #404040;
  }
  .topmenu-infoline-wrap #top-menu a:hover,
  .topmenu-infoline-wrap .user-login-link a:hover {
    color: #000;
    text-decoration: underline;
  }
  .topmenu-infoline-wrap #top-menu .mussler,
  .topmenu-infoline-wrap .user-login-link .mussler {
    position: relative;
    top: -3px;
    padding-left: 37px;
    opacity: 0.5;
  }
  .topmenu-infoline-wrap .infoline {
    color: #404040;
    line-height: 25px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .topmenu-infoline-wrap .infoline strong:before {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 1120px) {
  .topmenu-infoline-wrap {
    padding: 18px 40px 0;
  }
}
@media (min-width: 992px) and (min-width: 1120px) {
  .topmenu-infoline-wrap .in {
    display: block;
    max-width: none;
  }
}
@media (min-width: 992px) and (min-width: 1120px) {
  .topmenu-infoline-wrap .infoline {
    line-height: normal;
  }
}
.tag,
#param-filter .filter-selected li,
#param-filter .filter-selected li a {
  display: inline-block;
  margin: 0 .33em .583em 0;
  padding: .5em 5px;
  overflow: hidden;
  border-radius: 2px;
  background: #bfbfbf;
  color: #404040;
  font-size: 85.71428571%;
  vertical-align: top;
}
.tag a.tag-remove,
.tag.tag-remove,
#param-filter .filter-selected li a a.tag-remove,
#param-filter .filter-selected li a.tag-remove {
  position: relative;
  display: inline-block;
  width: 2.5em;
  height: 100%;
  margin: -5px -5px -5px 0.5em;
  padding: 4px 5px 6px 5px;
  overflow: hidden;
  background: #dc0069;
  border-radius: 0 2px 2px 0;
  vertical-align: top;
  transition: background-color 300ms ease;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
}
.tag a.tag-remove:hover,
.tag.tag-remove:hover,
#param-filter .filter-selected li a a.tag-remove:hover,
#param-filter .filter-selected li a.tag-remove:hover {
  background: #404040;
  color: #000;
}
.tag a.tag-remove:before,
.tag.tag-remove:before,
#param-filter .filter-selected li a a.tag-remove:before,
#param-filter .filter-selected li a.tag-remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  color: #fff;
}
.tag-violet,
#param-filter .filter-selected li {
  background: #dc0069;
  color: #fff;
}
.color-preview-wrap {
  position: relative;
  padding-bottom: 25px;
}
.color-preview-wrap .color-preview {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  margin: -20px 0 0;
  transition: width 300ms ease, height 300ms ease;
  cursor: pointer;
}
.no-js .color-preview-wrap .color-preview {
  cursor: default;
}
.color-preview-wrap .color-preview.jsPreview,
.no-js .color-preview-wrap .color-preview:hover {
  width: 200px;
  height: 200px;
  z-index: 11;
}
@media (min-width: 768px) {
  .color-preview-wrap {
    padding: 0;
  }
  .color-preview-wrap .color-preview {
    top: 15px;
    left: 100%;
    width: 20px;
    height: 45px;
    margin: 0;
  }
}
.map {
  position: relative;
  max-width: 765px;
  margin: 0 auto 40px;
}
.map span {
  position: absolute;
  background: #fff;
  padding: 0 2px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color: #404040;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .map span {
    font-size: 114.28571429%;
  }
}
.advantages {
  /*&:extend(.std-box all);*/
  position: relative;
  margin: 24px 0 32px;
}
.advantages li {
  margin-top: 13px;
  margin-bottom: 13px;
}
.advantages a {
  position: relative;
  display: block;
  width: 100%;
  color: #404040;
  text-align: center;
  text-decoration: none;
  font: 100%/1.4 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.advantages a strong,
.advantages a > span {
  display: block;
}
.advantages a br {
  display: none;
}
.advantages a > span {
  color: #000;
  transition: color 300ms ease;
}
.advantages a:not(.phone) > span {
  padding: 0 8px;
  line-height: 36px;
  font-weight: 700;
}
.advantages a:not(.phone) > span:after {
  content: "";
  position: absolute;
  top: 43%;
  right: 8px;
  width: 6px;
  height: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23bfbfbf' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  background-size: 6px 22px;
  background-repeat: no-repeat;
}
.advantages a:before {
  display: block;
  height: 36px;
  font-size: 26px;
  line-height: 26px;
  color: #808080;
}
.advantages a:hover,
.advantages a:hover span {
  background-color: #fff;
}
.advantages .flower:after {
  position: absolute;
  top: 30px;
  right: 50%;
  width: 3px;
  height: 18px;
  margin-right: 2px;
  border: 2px solid;
  border-radius: 0 0 100%;
  content: "";
  border-color: transparent #808080 #808080 transparent;
}
.advantages .btn {
  margin-top: 8px;
  padding: 0;
  text-align: left;
}
.advantages .phone {
  border-bottom: none;
}
.advantages ul {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}
.advantages .btn-arrow {
  margin: -11px 0 0 0;
}
@media (min-width: 768px) {
  .advantages {
    padding: 20px;
    border-width: 2px;
    overflow: hidden;
    margin: 0 0 2em;
    border-width: 0 0 2px;
  }
  .advantages > ul {
    width: 101%;
    margin: 0 -1% 0 0;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  .advantages > ul > li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .advantages > ul > li {
    width: 50%;
  }
  .advantages ul {
    margin: 0 0 -1.5em;
  }
  .advantages li,
  .advantages li:first-child {
    margin: 0 0 1.5em;
  }
  .advantages a {
    width: auto;
    padding-left: 40px;
    text-align: left;
    font-size: 114.28571429%;
    line-height: 1.3;
  }
  .advantages a span {
    font-size: 100%;
    margin-right: 1em;
  }
  .advantages a:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    font-size: 24px;
    line-height: 36px;
    margin: -18px 0 0;
  }
  .advantages .flower:after {
    top: 50%;
    left: 6px;
    height: 12px;
    margin: 0;
    border-width: 1px;
  }
  .advantages .flower .advantage__icon {
    margin-top: -21px;
  }
  .advantages p {
    display: none;
  }
}
@media (min-width: 960px) {
  .advantages ul {
    text-align: justify;
    margin-bottom: -3em;
    /*&:after zabírá jeden řádek 1.5em + 1.5em margin z li */
  }
  .advantages ul:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: "";
  }
  .advantages ul li {
    width: auto;
  }
}
.advantage__icon {
  color: #808080;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .advantage__icon {
    position: absolute;
    top: 50%;
    left: 0;
    line-height: 36px;
    margin: -18px 0 0;
  }
}
.advantages-de .ico-eKomi-s:before {
  width: 45px;
  height: 45px;
  margin: 0 auto 7px;
}
.advantages-de a span br {
  display: inline;
}
@media (min-width: 590px) {
  .advantages-de {
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantages-de a {
    padding: 0 10px;
    text-align: center;
  }
  .advantages-de a:before {
    position: static;
    font-size: 33px;
    line-height: 50px;
    margin: 0 auto 5px;
  }
  .advantages-de .advantage__icon {
    position: static;
    height: 50px;
    width: 30px;
    line-height: 50px;
    margin: 0 auto 5px;
  }
  .advantages-de .flower:after {
    top: 29px;
    left: auto;
    right: 50%;
    margin-right: 2px;
    height: 14px;
    border-width: 2px;
  }
  .advantages-de .flower .advantage__icon {
    margin-top: 0;
  }
  .advantages-de .ico-eKomi-s:before {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .advantages-de > ul > li {
    width: 25%;
  }
  .advantages-de a {
    font-size: 107.14285714%;
  }
  .advantages-de a span {
    font-size: 86.66666667%;
  }
}
.share {
  margin: 1em 0 .5em;
}
.share a {
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .share {
    margin: 1em 0 2em;
  }
}
.coupon-tb h2,
.coupon-tb .subheading-text {
  text-align: left;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #404040;
}
.coupon-tb h2 {
  font-size: 185.71428571%;
}
.coupon-tb .disclaimer {
  overflow: hidden;
  margin: 0 -10px -10px;
  padding: 1em 10px 0;
  background: #f5f5f5;
  border-top: 2px solid #bfbfbf;
}
.coupon-tb .inputs-narrow {
  max-width: none;
}
@media (min-width: 768px) {
  .coupon-tb {
    position: relative;
    margin: 1em -20px -20px;
    padding: 0 80px;
    overflow: hidden;
  }
  .coupon-tb h2,
  .coupon-tb .subheading-text {
    padding-right: 190px;
  }
  .coupon-tb h2 {
    margin-bottom: .1em;
    font-size: 514.28571429%;
    line-height: 1;
  }
  .coupon-tb h2:after {
    position: absolute;
    top: 10px;
    right: 70px;
    content: url('../img/illust/flower.jpg');
  }
  .coupon-tb .subheading-text {
    font-size: 114.28571429%;
  }
  .coupon-tb .inputs-narrow {
    margin: .5em 0 2em;
  }
  .coupon-tb .disclaimer {
    margin: 2em -80px 0;
    padding: 2em 80px 1em;
  }
}
.coupon-applied-tb h2 {
  font-size: 185.71428571%;
  margin-bottom: 1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .coupon-applied-tb h2 {
    font-size: 214.28571429%;
  }
  .coupon-applied-tb h2:before {
    display: block;
    text-align: center;
    content: url('../img/illust/flower.jpg');
  }
  .coupon-applied-tb .buttons {
    margin: 2em 0 4em;
  }
}
.link-video {
  position: relative;
  color: #dc0069;
  text-decoration: none;
}
.link-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 80px;
  margin: -40px 0 0 -30px;
  line-height: 1;
  color: #dc0069;
  opacity: 0.65;
  transition: opacity 300ms ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 64'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath fill='%23dc0069' class='cls-1' d='M47.17,20.65A6.07,6.07,0,0,0,42,15.94a161.43,161.43,0,0,0-18-.66,161.47,161.47,0,0,0-18,.66A6.06,6.06,0,0,0,.85,20.65,51.38,51.38,0,0,0,0,32,51.52,51.52,0,0,0,.83,43.35,6.06,6.06,0,0,0,6,48.06a161.47,161.47,0,0,0,18,.66,160.65,160.65,0,0,0,18-.66,6.06,6.06,0,0,0,5.19-4.72A51.38,51.38,0,0,0,48,32,51.32,51.32,0,0,0,47.17,20.65ZM19,38.22V24.75L31.9,31.58Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.link-video:hover {
  color: #dc0069;
  text-decoration: none;
}
.link-video:hover:before {
  color: #dc0069;
  opacity: 1;
}
.hover-info-wrap {
  position: relative;
}
.hover-info-wrap .ico-help:after {
  margin: -2px 0 2px 0.34em;
}
.hover-info-wrap .hover-box,
.product-list-row .more-info-wrap .more-info {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  display: block;
  visibility: hidden;
  width: 310px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px -155px 0;
  padding: 10px 10px 0;
  border: 2px solid #f5f5f5;
  background: #fff;
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  text-align: left;
  transition: visibility 0s linear 400ms, opacity 300ms ease 100ms;
}
.hover-info-wrap .hover-box p,
.hover-info-wrap .hover-box span,
.product-list-row .more-info-wrap .more-info p,
.product-list-row .more-info-wrap .more-info span {
  margin: 0 0 0.7em;
  display: block;
}
.hover-info-wrap .hover-box:before,
.hover-info-wrap .hover-box:after,
.product-list-row .more-info-wrap .more-info:before,
.product-list-row .more-info-wrap .more-info:after {
  position: absolute;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent #f5f5f5 transparent;
  content: "";
}
.hover-info-wrap .hover-box:after,
.product-list-row .more-info-wrap .more-info:after {
  top: -6px;
  border-color: transparent transparent #fff transparent;
}
.hover-info-wrap .hover-box-top {
  top: auto;
  bottom: 150%;
}
.hover-info-wrap .hover-box-top:before,
.hover-info-wrap .hover-box-top:after {
  top: auto;
  bottom: -9px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hover-info-wrap .hover-box-top:after {
  top: auto;
  bottom: -6px;
}
.hover-info-wrap:hover .hover-box {
  visibility: visible;
  opacity: 1;
  transition-delay: 100ms;
}
.ajax-content-window {
  display: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 0 0 20px 0;
}
.ajax-content-window .close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}
.ajax-content-window .title {
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
  min-height: 1.4em;
}
.ajax-content-window .text {
  max-height: 15em;
  overflow: hidden;
  overflow-y: auto;
  font-size: 12px;
  padding: 0 20px 0 0;
}
.ajax-content-window .text > *:first-child {
  margin-top: 0;
}
.ajax-content-window .text > *:last-child {
  margin-bottom: 0;
}
.ajax-content-window.loading:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.ajax-content-window.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -0.5em 0 0 -0.5em;
  z-index: 6;
  -webkit-animation: syncInProgress 1000ms infinite linear;
          animation: syncInProgress 1000ms infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 64'%3E%3Cpath fill='%23000' d='M11.44,19.39A4.35,4.35,0,0,1,7.08,15,4.15,4.15,0,0,1,8.38,12a4.15,4.15,0,0,1,3.06-1.3A4.35,4.35,0,0,1,15.8,15a4.34,4.34,0,0,1-4.36,4.36Zm-7,17a4.17,4.17,0,0,1-3.08-1.28,4.35,4.35,0,0,1,0-6.16,4.17,4.17,0,0,1,3.08-1.28,4.17,4.17,0,0,1,3.09,1.28,4.37,4.37,0,0,1,0,6.16A4.17,4.17,0,0,1,4.42,36.36Zm24-24a4.21,4.21,0,0,1-3.08-1.28A4.17,4.17,0,0,1,24.05,8a4.17,4.17,0,0,1,1.28-3.08,4.35,4.35,0,0,1,6.16,0A4.21,4.21,0,0,1,32.77,8a4.21,4.21,0,0,1-1.28,3.09A4.21,4.21,0,0,1,28.41,12.38Zm-17,40.95A4.15,4.15,0,0,1,8.38,52,4.15,4.15,0,0,1,7.08,49a4.35,4.35,0,0,1,4.36-4.36,4.36,4.36,0,1,1,0,8.72ZM45.38,20.48A5.46,5.46,0,0,1,39.93,15a5.45,5.45,0,1,1,9.3,3.85A5.24,5.24,0,0,1,45.38,20.48Zm-17,39.87a4.36,4.36,0,1,1,0-8.72,4.16,4.16,0,0,1,3.08,1.27,4.37,4.37,0,0,1-3.08,7.45Zm24-21.81A6.52,6.52,0,0,1,45.85,32,6.55,6.55,0,1,1,57,36.63,6.28,6.28,0,0,1,52.4,38.54Zm-7,18.06a7.64,7.64,0,0,1-5.4-13A7.62,7.62,0,1,1,50.76,54.35,7.34,7.34,0,0,1,45.38,56.6Z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .ajax-content-window {
    padding: 20px;
  }
  .ajax-content-window .close:after {
    top: 10px;
    right: 20px;
  }
  .ajax-content-window .text {
    padding: 0;
  }
}
.terms-and-conditions {
  background-color: #f5f5f5;
  margin: 24px -16px;
  padding: 16px;
}
.terms-and-conditions .btn {
  min-width: 200px;
  margin-bottom: 16px;
}
.terms-and-conditions label {
  font-weight: normal;
}
.terms-and-conditions .text {
  height: 15em;
}
.terms-and-conditions a {
  cursor: pointer;
}
@media (min-width: 768px) {
  .terms-and-conditions {
    padding: 16px 24px;
    margin: 24px 0;
  }
  .terms-and-conditions .radio {
    max-width: 60%;
  }
  .terms-and-conditions .btn:not(#submit_next_5) {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .terms-and-conditions .radio {
    max-width: 70%;
  }
}
.terms-and-conditions--simple {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0;
  font-size: 12px;
}
.terms-and-conditions--simple-v2 {
  color: #808080;
  font-size: 87.5%;
  margin-top: 0.25em;
}
.terms-and-conditions--simple-v2 a {
  color: #808080;
}
.terms-and-conditions--simple-v2 a:hover {
  color: #808080;
}
.privacy-policy {
  position: relative;
  margin: 1em 0;
  padding-left: 35px;
}
.privacy-policy__icon {
  position: absolute;
  top: 4px;
  left: 2px;
  color: #808080;
}
.wishlist__nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 15px 10px 10px 10px;
  color: #000;
  cursor: pointer;
  opacity: 1;
  transition: opacity 350ms ease;
}
.wishlist__nav:hover {
  color: #dc0069;
}
.product-list .item:hover .wishlist__nav {
  opacity: 1;
}
@media (min-width: 992px) {
  .wishlist__nav {
    padding: 28px 20px 20px 20px;
    opacity: 0;
  }
}
.wishlist__nav--listed {
  color: #dc0069;
  opacity: 1;
}
.wishlist__nav--listed:hover {
  color: #dc0069;
}
@-webkit-keyframes addToWishlist {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes addToWishlist {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wishlist__nav--adding {
  -webkit-animation: addToWishlist 350ms ease forwards;
          animation: addToWishlist 350ms ease forwards;
}
.to-top {
  display: none;
}
@media (min-width: 768px) {
  .to-top {
    display: block;
    margin: 0;
    width: 0;
  }
  .to-top a {
    position: absolute;
    top: -2px;
    left: 50%;
    margin: -18px 0 0 -19px;
    display: block;
    width: 0;
    height: 0;
    padding: 33px 0 0 33px;
    overflow: hidden;
    border: 2px solid #f5f5f5;
    border-radius: 100%;
    background: #fff;
    color: #000;
    transition: background-color 300ms ease;
    text-decoration: none;
  }
  .to-top a:hover {
    background-color: #f5f5f5;
  }
  .to-top a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    margin: 0;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='49.04 42.04 25 18 0.96 42.04 3.79 44.87 25 23.66 46.21 44.87 49.04 42.04'/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.store-overview__text {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1rem;
}
.store-overview__text iframe {
  max-width: 100%;
  min-width: 100%;
  min-height: 300px;
  height: auto;
  margin: 2em -30px;
}
@media (min-width: 992px) {
  .store-overview__text {
    padding: 0 40px;
  }
  .store-overview__text iframe {
    margin-right: -40px;
    margin-left: -40px;
  }
}
.stores-overview {
  margin-bottom: 4em;
}
@media (min-width: 992px) {
  .stores-overview {
    padding: 20px 40px;
  }
}
.stores-overview__map {
  margin-top: 40px;
}
.stores-overview__list-item {
  display: block;
  padding: 15px 5px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}
.stores-overview__list-item:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.stores-overview__list-item:hover {
  background-color: #f5f5f5;
}
.stores-overview__item-icon {
  display: inline-block;
  vertical-align: top;
  margin: 1px 3px 0 0;
}
.stores-overview__item-text {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  max-width: 90%;
}
.stores-overview__item-status {
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #dc0069;
}
.mailcheck {
  display: none;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.mailcheck__msg {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.mailcheck--inverse {
  color: #bfbfbf;
}
.mailcheck--inverse .mailcheck__msg {
  color: #fff;
}
.shop-categories-wrapper {
  position: relative;
  margin: 24px -16px;
  opacity: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-categories-wrapper {
    margin-top: 56px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .shop-categories-wrapper {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
  }
}
.shop-categories-wrapper .carousel-controls {
  display: none;
  margin-top: -16px;
}
@media (min-width: 992px) {
  .shop-categories-wrapper.shop-categories--loaded .carousel-controls {
    display: block;
  }
}
.shop-categories {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  box-sizing: border-box;
  overflow-y: hidden;
  overflow-x: auto;
}
.shop-categories::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .shop-categories {
    margin: 0 32px;
    overflow-x: hidden;
  }
}
.shop-category {
  display: block;
  margin: 0 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .shop-category:first-child {
    padding-left: 8px;
  }
  .shop-category:last-child {
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .shop-category {
    max-width: 80px;
    margin: 0 29.2px;
    white-space: nowrap;
  }
  .shop-category:last-child {
    padding-right: 32px;
  }
}
.shop-category__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.shop-category__image {
  position: relative;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.shop-category__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 70px;
  min-height: 70px;
  background: #f5f5f5 !important;
}
@media (min-width: 992px) {
  .shop-category__image {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
  }
  .shop-category__image > img {
    min-width: 80px;
    min-height: 80px;
  }
}
.shop-category__name {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .shop-category__name {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.shop-category--bold {
  font-weight: bold;
  text-transform: uppercase;
}
.shop-category--specials .shop-category__name {
  color: #dc0069;
}
.shop-categories--loaded {
  opacity: 1;
}
.basket-list {
  margin: 0;
}
.basket-list td,
.basket-list th {
  border: 0;
  vertical-align: middle;
}
.basket-list td.img a {
  display: block;
  width: 75px;
  height: 75px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
}
.basket-list td.img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.basket-list td.count {
  color: #404040;
  white-space: nowrap;
}
.no-js .basket-list td.count .btn {
  display: inline-block;
  width: auto;
}
.basket-list .price,
.basket-list .price-subtotal {
  text-align: right;
  font-weight: bold;
  color: #404040;
}
.basket-list .price br,
.basket-list .price-subtotal br {
  display: none;
}
.basket-list .price .no-coupon,
.basket-list .price-subtotal .no-coupon {
  display: block;
  font-weight: normal;
  color: #808080;
  font-size: 85.71428571%;
  text-decoration: line-through;
  opacity: 0.7;
}
.basket-list .price .coupon-applied,
.basket-list .price-subtotal .coupon-applied {
  color: #dc0069;
  font-weight: normal;
  font-size: 87.5%;
  margin-bottom: 5px;
}
.basket-list .title {
  margin: 0;
  font: normal 100%/1.43 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.basket-list .title,
.basket-list .radio {
  /*input { margin-top: .715em; }*/
}
.basket-list .title label,
.basket-list .radio label {
  display: block;
  margin: 0;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.43;
  color: #808080;
}
.basket-list .title br,
.basket-list .radio br {
  display: none;
}
.basket-list .title strong,
.basket-list .radio strong {
  display: table;
  border: 0;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  color: #404040;
}
.basket-list .title strong .l,
.basket-list .radio strong .l,
.basket-list .title strong .r,
.basket-list .radio strong .r {
  display: table-cell;
  float: none;
}
.basket-list .title strong .r,
.basket-list .radio strong .r {
  text-align: right;
  padding-left: .5em;
}
.basket-list .title .gift-row__selected-gift,
.basket-list .radio .gift-row__selected-gift {
  line-height: 1;
  margin: -3px 0.34em 2px 0;
  color: #808080;
}
.basket-list .remove a {
  white-space: nowrap;
}
.basket-list p {
  color: #404040;
}
.basket-list .status-special {
  display: block;
  font-size: 78.57142857%;
  text-transform: uppercase;
  color: #404040;
}
.basket-list .status-special span:not(:last-of-type):after {
  content: " | ";
  color: #bfbfbf;
  padding: 0 2px;
}
.basket-list tr.gift td > .title {
  padding: 0 0 0 25px;
}
.basket-list tr.gift td > .title a {
  position: relative;
  display: block;
  padding-right: 20px;
  text-decoration: none;
  color: #000;
}
.basket-list tr.gift td > .title .gift-row__switch {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -4px 0 0;
  color: #000;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
.basket-list tr.gift td > .title .gift-row__icon {
  margin: -2px 13px 0 -39px;
  color: #000;
}
.basket-list tr.gift td.ca-expanded > .title .gift-row__switch {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.basket-list tr.insurance:not(.insurance-chosen) .price {
  color: #bfbfbf;
}
.basket-list tr.ecopackaging:not(.ecopackaging-chosen) .price {
  color: #bfbfbf;
}
.basket-list tr.sold td,
.basket-list tr.error td {
  border-color: #d21414;
}
.basket-list tr.sold td a,
.basket-list tr.error td a {
  color: #e6e6e6;
}
.basket-list tr.sold td.img img,
.basket-list tr.error td.img img {
  opacity: 0.2;
}
.basket-list tr.applied-coupon,
.basket-list tr.applied-special-sales-offer {
  padding-left: 0;
}
.basket-list tr.applied-coupon .collection,
.basket-list tr.applied-special-sales-offer .collection {
  cursor: pointer;
  text-decoration: underline;
}
.basket-list tr.applied-coupon .collection:hover,
.basket-list tr.applied-special-sales-offer .collection:hover {
  text-decoration: none;
}
.basket-list tr.notapplied-special-sales-offer {
  margin-top: 8px;
  padding-left: 34px;
}
.basket-list tr.notapplied-special-sales-offer td.img {
  width: 34px;
  height: 34px;
  margin-left: -38px;
  line-height: 34px;
}
.basket-list tr.notapplied-special-sales-offer .collection {
  cursor: pointer;
  text-decoration: underline;
}
.basket-list tr.notapplied-special-sales-offer .collection:hover {
  text-decoration: none;
}
.basket-list tr.notapplied-special-sales-offer .subname {
  color: #808080;
}
.basket-list tr.notapplied-special-sales-offer .special-sales-offer {
  display: none;
}
.basket-list tr.engraving-item td {
  border-bottom: 0;
  padding-bottom: 5px;
}
.basket-list tr.engraving-item.sold + tr.engraving td {
  border-color: #d21414;
}
.basket-list tr.engraving td {
  border-top: 0;
}
.basket-list tr.engraving .engraving-shipping {
  display: block;
}
.basket-list tr.engraving .engraving-shipping__icon {
  margin-top: -3px;
}
@media (max-width: 589px) {
  .basket-list tr.engraving {
    margin-top: -15px;
    border-top: none;
    padding-left: 0;
  }
  .basket-list tr.engraving .title {
    margin-bottom: 30px;
  }
  .basket-list tr.engraving .price-subtotal {
    display: block;
    text-align: right;
  }
  .basket-list tr.engraving .img,
  .basket-list tr.engraving .count {
    display: none;
  }
}
@media (max-width: 589px) {
  .basket-list {
    border-collapse: collapse;
  }
  .basket-list,
  .basket-list tbody,
  .basket-list tfoot,
  .basket-list tr,
  .basket-list td {
    display: block;
    padding: 0;
  }
  .basket-list thead {
    display: none;
  }
  .basket-list tbody tr {
    position: relative;
    margin: 8px 0;
    display: block;
    padding-left: 105px;
    background: #fff;
    border: 2px solid #e6e6e6;
  }
  .basket-list tbody tr:before,
  .basket-list tbody tr:after {
    content: " ";
    display: table;
  }
  .basket-list tbody tr:after {
    clear: both;
  }
  .basket-list tbody tr:before,
  .basket-list tbody tr:after {
    content: " ";
    display: table;
  }
  .basket-list tbody tr:after {
    clear: both;
  }
  .basket-list tbody tr .img {
    float: left;
    width: 75px;
    height: 75px;
    margin-left: -95px;
  }
  .basket-list tbody tr .img {
    line-height: 70px;
  }
  .basket-list tbody tr .img {
    text-align: center;
  }
  .basket-list tbody tr .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  .basket-list tbody tr:first-child {
    margin-top: 0;
  }
  .basket-list .title {
    margin-bottom: .5em;
    font-weight: bold;
  }
  .basket-list tbody td.img {
    height: auto;
    margin-bottom: 1.75em;
  }
  .basket-list td.price {
    display: none;
  }
  .basket-list td.price-subtotal {
    text-align: left;
  }
  .basket-list td.price-subtotal .unit-price {
    display: block;
    color: #808080;
    font-size: 10px;
    font-weight: normal;
  }
  .basket-list td.price-subtotal.right {
    text-align: right;
  }
  .basket-list td.count {
    margin: 0 0 .5em;
  }
  .basket-list td.count .unit-price-placeholder {
    display: none;
  }
  .basket-list .inp-number {
    margin: .25em 0;
    width: 100%;
    max-width: 181px;
  }
  .basket-list td.remove {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .basket-list td.edit {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .basket-list tr.delivery,
  .basket-list tr.payment,
  .basket-list tr.gift-packages,
  .basket-list tr.insurance,
  .basket-list tr.ecopackaging,
  .basket-list tr.gift,
  .basket-list tr.gift-wrap {
    padding-left: 0;
    margin-top: 8px;
  }
  .basket-list tr.delivery .title,
  .basket-list tr.payment .title,
  .basket-list tr.gift-packages .title,
  .basket-list tr.insurance .title,
  .basket-list tr.ecopackaging .title,
  .basket-list tr.gift .title,
  .basket-list tr.gift-wrap .title {
    margin: 0;
  }
  .basket-list tr.delivery .title .name,
  .basket-list tr.payment .title .name,
  .basket-list tr.gift-packages .title .name,
  .basket-list tr.insurance .title .name,
  .basket-list tr.ecopackaging .title .name,
  .basket-list tr.gift .title .name,
  .basket-list tr.gift-wrap .title .name {
    font-weight: normal;
  }
  .basket-list tr.delivery .remove,
  .basket-list tr.payment .remove,
  .basket-list tr.gift-packages .remove,
  .basket-list tr.insurance .remove,
  .basket-list tr.ecopackaging .remove,
  .basket-list tr.gift .remove,
  .basket-list tr.gift-wrap .remove {
    display: none;
  }
  .basket-list tr.gift-wrap__wrapping {
    margin-top: -15px;
  }
}
@media (min-width: 590px) {
  .basket-list {
    width: 100%;
    border-spacing: 0 8px;
    border-collapse: separate;
  }
  .basket-list th,
  .basket-list td {
    border: 0;
    padding: 10px 10px 10px 0;
  }
  .basket-list th {
    padding: 0 10px 0 0;
    background: none;
    color: #404040;
    font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
  }
  .basket-list th.right {
    text-align: right;
  }
  .basket-list tbody tr {
    border: 0;
    background: transparent;
  }
  .basket-list tbody td {
    border: solid #e6e6e6;
    border-width: 2px 0;
    background: #fff;
  }
  .basket-list td.img {
    padding: 5px 10px 5px 5px;
    border-left-width: 2px;
  }
  .basket-list td.count {
    text-align: center;
  }
  .basket-list td.count .unit-price-placeholder {
    display: block;
    font-size: 10px;
    opacity: 0;
  }
  .basket-list td.remove {
    padding-left: 5px;
    border-right-width: 2px;
    text-align: right;
  }
  .basket-list td.edit {
    padding-left: 5px;
    border-right-width: 2px;
    text-align: right;
  }
  .basket-list .price,
  .basket-list .price-subtotal {
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
  }
  .basket-list .price br,
  .basket-list .price-subtotal br {
    display: inline;
  }
  .basket-list .price .unit-price,
  .basket-list .price-subtotal .unit-price,
  .basket-list .price .unit-price-preordersummary,
  .basket-list .price-subtotal .unit-price-preordersummary {
    display: block;
    color: #808080;
    font-size: 10px;
    font-weight: normal;
  }
  .basket-list .price-subtotal .unit-price {
    display: none;
  }
  .basket-list .price-total {
    text-align: right;
  }
  .no-js .basket-list .inp-number-pieces {
    display: none;
  }
  .basket-list tr.delivery,
  .basket-list tr.payment,
  .basket-list tr.gift-packages,
  .basket-list tr.insurance,
  .basket-list tr.ecopackaging,
  .basket-list tr.gift,
  .basket-list tr.applied-coupon,
  .basket-list tr.gift-wrap {
    /*td { padding: 11px 10px 9px 0; }*/
  }
  .basket-list tr.delivery td.product,
  .basket-list tr.payment td.product,
  .basket-list tr.gift-packages td.product,
  .basket-list tr.insurance td.product,
  .basket-list tr.ecopackaging td.product,
  .basket-list tr.gift td.product,
  .basket-list tr.applied-coupon td.product,
  .basket-list tr.gift-wrap td.product {
    padding-left: 10px;
    border-left-width: 2px;
  }
  .basket-list tr.gift td.product {
    padding-left: 10px;
    border-width: 2px;
  }
  .basket-list tr.notapplied-special-sales-offer td.img .special-sales-offer__icon {
    display: none;
  }
  .basket-list tr.notapplied-special-sales-offer .special-sales-offer {
    display: block;
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .basket-list .price,
  .basket-list .price-subtotal {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .basket-list {
    margin-top: -18px;
  }
  .basket-list .color-preview-wrap {
    margin-right: 20px;
  }
  .basket-list .color-preview {
    top: 50%;
    margin: -23px 0 0;
  }
  .basket-list .title strong {
    font-weight: bold;
  }
  .basket-list tr.gift td > .title {
    font-weight: bold;
  }
  .basket-list tr.gift td > .title a {
    padding-right: 0;
  }
  .basket-list tr.gift td > .title .gift-row__icon {
    margin-right: 18px;
    width: 16px;
    height: 19px;
  }
  .basket-list tr.gift td > .title .gift-row__switch {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 1em;
  }
}
@media (min-width: 960px) {
  .basket-list .count {
    padding-left: 50px;
  }
}
.basket-list-order-summary thead {
  display: none;
}
@media (max-width: 589px) {
  .basket-list-order-summary tbody tr,
  .basket-list-order-summary tbody tr:first-child {
    margin-top: 0;
  }
  .basket-list-order-summary tbody td.img {
    margin-bottom: 0;
  }
}
@media (min-width: 590px) {
  .basket-list-order-summary .price-total {
    max-width: 200px;
    float: right;
  }
  .basket-list-order-summary td.price-subtotal {
    border-right-width: 2px;
  }
}
@media (min-width: 768px) {
  .basket-list-order-summary {
    margin: -8px 0 0;
  }
}
@media (min-width: 960px) {
  .basket-list-order-summary .price-total {
    max-width: 0;
  }
}
@media (max-width: 589px) {
  .basket-list-order-summary-editable tbody td.img {
    margin-bottom: 1.75em;
  }
}
@media (min-width: 590px) {
  .basket-list-order-summary-editable td.price-subtotal {
    border-right-width: 0;
  }
}
/* BASKET LIST - DELIVERY & PAYMENT EDIT */
.basket-list-delivery-payment-edit:before,
.basket-list-delivery-payment-edit:after {
  content: " ";
  display: table;
}
.basket-list-delivery-payment-edit:after {
  clear: both;
}
.basket-list-delivery-payment-edit:before,
.basket-list-delivery-payment-edit:after {
  content: " ";
  display: table;
}
.basket-list-delivery-payment-edit:after {
  clear: both;
}
.basket-list-delivery-payment-edit p {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.basket-list-delivery-payment-edit span.inp-text {
  height: auto;
  letter-spacing: -0.31em;
}
.basket-list-delivery-payment-edit span.inp-text .text,
.basket-list-delivery-payment-edit span.inp-text .price,
.basket-list-delivery-payment-edit span.inp-text a {
  letter-spacing: normal;
}
.basket-list-delivery-payment-edit span.inp-text .text {
  display: inline-block;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 7.75em;
  margin-right: -7.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.basket-list-delivery-payment-edit span.inp-text .price,
.basket-list-delivery-payment-edit span.inp-text a {
  display: inline-block;
  text-align: right;
}
.basket-list-delivery-payment-edit span.inp-text .price {
  width: 4.25em;
  margin-right: .25em;
}
.basket-list-delivery-payment-edit span.inp-text a {
  width: 3.25em;
}
@media (min-width: 590px) {
  .basket-list-delivery-payment-edit span.inp-text {
    white-space: nowrap;
    height: 45px;
  }
  .basket-list-delivery-payment-edit .delivery-type,
  .basket-list-delivery-payment-edit .delivery-date {
    float: left;
  }
  .basket-list-delivery-payment-edit .delivery-type {
    width: 100%;
    padding-right: 15em;
    margin-right: -15em;
  }
  .basket-list-delivery-payment-edit .delivery-date {
    position: relative;
    z-index: 2;
    width: 15em;
    padding: 0 0 0 10px;
    margin-right: -10px;
  }
  .basket-list-delivery-payment-edit .payment-type {
    clear: both;
    padding-right: 15em;
  }
}
@media (min-width: 960px) {
  .basket-list-delivery-payment-edit .delivery-type {
    width: 50%;
    padding-right: 8em;
    margin-right: -8em;
  }
  .basket-list-delivery-payment-edit .delivery-date {
    width: 16em;
    padding: 0 10px;
    margin-right: 0;
  }
  .basket-list-delivery-payment-edit .payment-type {
    clear: none;
    float: right;
    width: 50%;
    padding: 0 0 0 8em;
    margin-left: -9em;
  }
}
/* BASKET LIST (T)FOOT */
.basket-list-summary {
  margin: 8px -16px 0 -16px;
  color: #000;
}
@media (min-width: 768px) {
  .basket-list-summary {
    margin: 0;
  }
  .basket-list-summary .price-total-string {
    font-size: 26px;
    font-weight: 700;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.basket-list-summary .price-total {
  margin: 0;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.basket-list-summary .price-total small {
  font-size: 100%;
}
.basket-list-summary p.price-total,
.basket-list-summary table.price-total strong {
  font-size: 114.28571429%;
}
.basket-list-summary table.price-total td {
  padding: 0 5px .5em;
  text-align: right;
}
.basket-list-summary table.price-total tr:first-child td {
  padding-bottom: .15em;
}
.basket-list-summary table.price-total td:first-child {
  padding-right: 1em;
}
.basket-list-summary table.price-total .free-shipping td {
  padding-right: 5px;
  font-weight: bold;
  color: #dc0069;
}
.basket-list-summary table.price-total .total td {
  border-top: 1px solid #404040;
  padding-top: .4em;
}
.basket-list-summary .delivery-address h2 {
  font-size: 100%;
  margin-bottom: .25em;
}
.basket-list-summary .voucher {
  margin: 0 0 1em;
  text-align: left;
}
.basket-list-summary .voucher .inputs {
  position: relative;
  display: block;
}
.basket-list-summary .voucher .inp-text,
.basket-list-summary .voucher .inp-combined {
  position: relative;
}
.basket-list-summary .voucher .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 45px;
  padding: 0 16px;
  border: none;
  font-weight: 500;
}
.basket-list-summary .voucher .inp-combined + .btn {
  height: 50px;
  line-height: 45px;
}
.basket-list-summary .voucher .inp-combined + .btn span {
  line-height: 45px;
}
.basket-list-summary .voucher .inputs.new {
  padding-right: 110px;
}
.basket-list-summary .voucher .btn.new {
  width: 112px;
}
.order-list-item .basket-list-summary .delivery-address,
.order-list-item .basket-list-summary .price-total {
  vertical-align: bottom;
}
@media (max-width: 589px) {
  .basket-list-summary .price-total {
    display: table;
    width: 100%;
  }
  .basket-list-summary .price-total .text,
  .basket-list-summary .price-total .price {
    display: table-cell;
  }
  .basket-list-summary .price-total .price {
    text-align: right;
    padding-left: .5em;
  }
  .basket-list-summary .price-total small {
    display: block;
    font-size: 66.66666667%;
    line-height: 1;
    font-weight: normal;
  }
  .basket-list-summary p.price-total,
  .basket-list-summary table.price-total strong {
    font-size: 128.57142857%;
  }
  .basket-list-summary p.price-total {
    font-weight: bold;
  }
  .basket-list-summary table.price-total {
    display: block;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
  }
  .basket-list-summary table.price-total tbody {
    display: table;
    width: 100%;
  }
  .basket-list-summary table.price-total .total td {
    padding-bottom: 0;
  }
  .basket-list-summary .colon {
    display: none;
  }
}
@media (max-width: 767px) {
  .basket-list-summary .price-total-string {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
  }
}
@media (min-width: 590px) {
  .basket-list-summary {
    text-align: right;
    margin-bottom: -1.5em;
  }
  .basket-list-summary:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: "";
  }
  .basket-list-summary .voucher,
  .basket-list-summary .delivery-address,
  .basket-list-summary .price-total {
    display: inline-block;
    width: 49%;
    margin: 0;
    vertical-align: middle;
  }
  .basket-list-summary .error .message {
    width: 400px;
  }
  .basket-list-summary .price-total {
    text-align: right;
  }
  .basket-list-summary table.price-total {
    width: auto;
    max-width: 49%;
    vertical-align: top;
  }
  .basket-list-summary .voucher label {
    margin-right: .5em;
    text-align: left;
  }
  .basket-list-summary .voucher .inputs {
    display: inline-block;
    width: 300px;
    vertical-align: middle;
  }
  .basket-list-summary .delivery-address h2 {
    margin-top: .4em;
  }
  .basket-list-summary .delivery-address p {
    margin: 0;
  }
}
@media (min-width: 960px) {
  .basket-list-summary .voucher {
    width: 60%;
  }
  .basket-list-summary .delivery-address {
    float: left;
    width: auto;
    text-align: left;
  }
  .basket-list-summary .price-total {
    width: 38%;
    float: right;
    margin-top: 10px;
  }
  .basket-list-summary table.price-total {
    max-width: 38%;
  }
}
.basket-list .ico-creditcard:before {
  color: #808080;
}
@media (max-width: 589px) {
  .basket-list tr.propiska {
    padding-left: 10px;
    margin-top: 8px;
  }
  .basket-list tr.propiska .title {
    margin: 0;
  }
  .basket-list tr.propiska .title .name {
    font-weight: normal;
  }
  .basket-list tr.propiska .remove {
    display: none;
  }
}
@media (min-width: 590px) {
  .basket-list tr.propiska td {
    padding: 11px 10px 9px 0;
  }
  .basket-list tr.propiska td.product {
    padding-left: 10px;
    border-left-width: 2px;
  }
}
@media (min-width: 960px) {
  .basket-list tr.propiska .count {
    padding-left: 50px;
  }
}
.basket-list--facelift .basket-list {
  border-top: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.basket-list--facelift .ico-cross:before {
  display: none;
}
.basket-list--facelift .status-special {
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: none;
  color: #808080;
  font-size: 14px;
}
.basket-list--facelift .status-special span:not(:last-of-type):after {
  content: "";
}
.basket-list--facelift td.count {
  max-width: 120px;
}
.basket-list--facelift p,
.basket-list--facelift .title a,
.basket-list--facelift .title strong,
.basket-list--facelift .price,
.basket-list--facelift .price-subtotal,
.basket-list--facelift .radio strong {
  color: #000;
}
.basket-list--facelift .light {
  font-weight: normal;
}
.basket-list--facelift .inp-number {
  width: 100%;
  height: 32px;
  padding: 0 35px;
  border: none;
  line-height: 34px;
}
.basket-list--facelift .inp-number .inp-number-btn {
  width: 32px;
  font-size: 24px;
  border: none;
  background: #f5f5f5;
  color: #808080;
}
.basket-list--facelift .inp-number .inp-number-btn.disabled {
  background: #fff !important;
  color: #f5f5f5 !important;
  border: 1px solid #f5f5f5;
}
.basket-list--facelift .inp-number .inp-text {
  line-height: 34px;
  height: 34px;
}
.basket-list--facelift .inp-number .inp-number-pieces {
  line-height: 30px;
  font-weight: normal;
  font-size: 12px;
}
.basket-list--facelift tr.sold td:not(.remove) * {
  color: #bfbfbf;
}
.basket-list--facelift .gift-wrap strong,
.basket-list--facelift .gift-packages strong,
.basket-list--facelift .insurance strong,
.basket-list--facelift .ecopackaging strong {
  margin-bottom: 8px;
}
.basket-list--facelift tr.applied-coupon .coupon-code {
  font-weight: normal;
  white-space: nowrap;
}
.basket-list--facelift .gift-packages .large-products {
  padding-top: 20px;
  padding-left: 30px;
}
.basket-list--facelift tr.gift-wrap__wrapping td.product {
  padding-top: 0;
}
.basket-list--facelift .collection {
  font-weight: bold;
}
.basket-list--facelift .subname {
  display: block;
  color: #404040;
}
.basket-list--facelift .voucher #discount_submit.btn--loading span {
  text-indent: -1000px;
}
.basket-list--facelift .voucher #discount_submit.btn--loading:before {
  margin-right: 0;
}
.basket-list--facelift .basket-list-summary .delivery-address {
  padding: 0 16px;
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-summary .delivery-address {
    width: 100%;
    padding: 10px 10px 20px 10px;
    text-align: left;
  }
}
@media (max-width: 589px) {
  .basket-list--facelift .title {
    font-weight: normal;
  }
  .basket-list--facelift .title a {
    text-decoration: none;
  }
  .basket-list--facelift .title a:hover {
    text-decoration: underline;
  }
  .basket-list--facelift .basket-service-text a {
    color: #808080;
    text-decoration: underline;
    white-space: nowrap;
  }
  .basket-list--facelift .basket-service-text a:hover {
    text-decoration: none;
  }
  .basket-list--facelift tbody tr {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    padding-left: 105px;
    background: #fff;
    border-width: 0 0 1px 0;
  }
  .basket-list--facelift tbody tr:before,
  .basket-list--facelift tbody tr:after {
    content: " ";
    display: table;
  }
  .basket-list--facelift tbody tr:after {
    clear: both;
  }
  .basket-list--facelift tbody tr:before,
  .basket-list--facelift tbody tr:after {
    content: " ";
    display: table;
  }
  .basket-list--facelift tbody tr:after {
    clear: both;
  }
  .basket-list--facelift tbody tr .img {
    float: left;
    width: 75px;
    height: 75px;
    margin-left: -95px;
  }
  .basket-list--facelift tbody tr .img {
    line-height: 70px;
  }
  .basket-list--facelift tbody tr .img {
    text-align: center;
  }
  .basket-list--facelift tbody tr .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  .basket-list--facelift td.remove,
  .basket-list--facelift td.edit {
    bottom: 15px;
  }
  .basket-list--facelift td.price-subtotal.right {
    padding-top: 10px;
  }
  .basket-list--facelift .status-special span {
    display: block;
  }
  .basket-list--facelift .radio {
    padding-left: 40px;
  }
  .basket-list--facelift .radio input {
    margin-left: -40px;
  }
  .basket-list--facelift .radio strong {
    margin-bottom: 10px;
  }
  .basket-list--facelift .title strong,
  .basket-list--facelift .radio strong {
    color: #000;
  }
  .basket-list--facelift .price {
    color: #000;
  }
  .basket-list--facelift tr.gift {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .basket-list--facelift tr.gift td > .title {
    padding-left: 40px;
    line-height: 28px;
  }
  .basket-list--facelift tr.gift td > .title a {
    font-weight: bold;
  }
  .basket-list--facelift tr.applied-coupon {
    padding-bottom: 30px;
  }
  .basket-list--facelift tr.applied-coupon .radio {
    padding-left: 0px;
  }
  .basket-list--facelift tr.engraving .title {
    margin-bottom: 0;
  }
  .basket-list--facelift .basket-list-summary .voucher {
    margin-bottom: 10px;
    padding: 16px;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs {
    margin-top: 5px;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs .inp-text {
    border: none;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs-discount {
    border: 1px solid #bfbfbf;
    position: relative;
    display: block;
    padding-right: 53px;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs-discount:hover {
    border-color: black;
  }
  .basket-list--facelift .basket-list-summary .price-total {
    box-sizing: border-box;
    padding: 20px 16px;
    background-color: #f5f5f5;
  }
  .basket-list--facelift .basket-list-summary .price-total .text,
  .basket-list--facelift .basket-list-summary .price-total .price {
    vertical-align: middle;
  }
  .basket-list--facelift .basket-list-summary .price-total .text {
    font-size: 16px;
  }
  .basket-list--facelift .basket-list-summary .price-total small {
    font-size: 14px;
    line-height: 1.3;
    color: #808080;
  }
  .basket-list--facelift .basket-list-summary .price-total .price {
    font-size: 24px;
  }
  .basket-list--facelift .gift-patterns {
    height: calc(70vw - 110px);
    margin-left: 40px;
    left: 0;
    max-width: calc(100% - 30px);
  }
  .basket-list--facelift .gift-patterns ul {
    padding: 0;
    right: 0;
  }
  .basket-list--facelift .gift-patterns .pattern {
    padding: 10px 0;
    height: calc(100% - 30px);
  }
  .basket-list--facelift .gift-patterns .pattern:last-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 590px) {
  .basket-list--facelift {
    margin-top: 40px;
  }
  .basket-list--facelift thead {
    display: none;
  }
  .basket-list--facelift tbody td {
    border-width: 0 0 1px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    transition: background-color 200ms ease-in-out;
  }
  .basket-list--facelift tr.add-animation td,
  .basket-list--facelift tr.remove-animation td {
    background-color: #FDFFE8;
  }
  .basket-list--facelift td.img {
    border-left-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .basket-list--facelift td.remove,
  .basket-list--facelift td.edit {
    padding-right: 20px;
    border-right-width: 0;
  }
  .basket-list--facelift tr.delivery td.product,
  .basket-list--facelift tr.payment td.product {
    border-left-width: 0;
  }
  .basket-list--facelift .basket-list-order-summary td.price-subtotal {
    border-right-width: 0;
  }
  .basket-list--facelift .title a {
    text-decoration: none;
  }
  .basket-list--facelift .title a:hover {
    text-decoration: underline;
  }
  .basket-list--facelift .title a:hover .subname {
    text-decoration: underline;
  }
  .basket-list--facelift .basket-service-text a {
    color: #808080;
    text-decoration: underline;
    white-space: nowrap;
  }
  .basket-list--facelift .basket-service-text a:hover {
    text-decoration: none;
  }
  .basket-list--facelift .price {
    font-weight: normal;
  }
  .basket-list--facelift .gift-packages .price,
  .basket-list--facelift .insurance .price,
  .basket-list--facelift .ecopackaging .price,
  .basket-list--facelift .applied-coupon .price {
    font-weight: bold;
  }
  .basket-list--facelift .status-special span:not(:last-of-type):after,
  .basket-list--facelift .status-special span:last-of-type:after {
    content: ".";
    padding: 0;
    color: currentColor;
  }
  .basket-list--facelift tr.applied-coupon td.product {
    border-left-width: 0;
    padding-left: 70px;
  }
  .basket-list--facelift tr.gift-packages td.product {
    padding-bottom: 25px;
  }
  .basket-list--facelift tr.gift-packages td.product,
  .basket-list--facelift tr.gift-wrap td.product,
  .basket-list--facelift tr.insurance td.product,
  .basket-list--facelift tr.ecopackaging td.product {
    border-left-width: 0;
    padding-left: 55px;
  }
  .basket-list--facelift tr.gift-wrap:not(.gift-wrap--no-thumbs) td.product {
    padding-bottom: 0;
  }
  .basket-list--facelift tr.gift-wrap:not(.gift-wrap__wrapping):not(.gift-wrap--not-available):not(.gift-wrap--no-thumbs) > td {
    border-width: 0;
  }
  .basket-list--facelift .title input,
  .basket-list--facelift .radio input {
    /*left: -10px;*/
  }
  .basket-list--facelift tr.gift td.product {
    padding-left: 70px;
    padding-bottom: 15px;
    border-width: 0 0 1px 0;
  }
  .basket-list--facelift tr.sold .count {
    opacity: 0.5;
  }
  .basket-list--facelift tr.sold td,
  .basket-list--facelift tr.error td,
  .basket-list--facelift tr.engraving-item.sold + tr.engraving td {
    border-color: #e6e6e6;
  }
  .basket-list--facelift tr.applied-coupon .price {
    font-weight: bold;
  }
  .basket-list--facelift .basket-list-summary {
    color: #000;
  }
  .basket-list--facelift .basket-list-summary .voucher {
    margin-bottom: 10px;
    padding: 15px 10px 10px 110px;
    width: 100%;
    box-sizing: border-box;
  }
  .basket-list--facelift .basket-list-summary .voucher label {
    display: block;
    color: #000;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs {
    margin-top: 5px;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs .inp-text {
    border: none;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs-discount {
    border: 1px solid #bfbfbf;
    position: relative;
    display: block;
    padding-right: 53px;
  }
  .basket-list--facelift .basket-list-summary .voucher .inputs-discount:hover {
    border-color: black;
  }
  .basket-list--facelift .basket-list-summary .price-total {
    width: 100%;
    margin-top: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }
  .basket-list--facelift .basket-list-summary .price-total .text,
  .basket-list--facelift .basket-list-summary .price-total .price {
    vertical-align: middle;
  }
  .basket-list--facelift .basket-list-summary .price-total .price {
    display: inline-block;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
  }
  .basket-list--facelift .gift-patterns {
    height: 110px;
  }
  .basket-list--facelift .gift-patterns ul {
    padding-left: 45px;
  }
  .basket-list--facelift .gift-patterns .pattern {
    height: 110px;
  }
}
@media (min-width: 590px) and (min-width: 768px) {
  .basket-list--facelift tr.gift td.product {
    padding-left: 90px;
  }
}
@media (min-width: 590px) and (min-width: 590px) {
  .basket-list--facelift tr.gift .ca-box {
    padding-left: 20px;
  }
}
.basket-list--facelift .buttons {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .basket-list--facelift .buttons,
  .basket-list--facelift .reorder-desc {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .basket-list--facelift tr.gift-packages td.product,
  .basket-list--facelift tr.gift-wrap td.product,
  .basket-list--facelift tr.insurance td.product,
  .basket-list--facelift tr.ecopackaging td.product {
    padding-left: 75px;
  }
  .basket-list--facelift tr.applied-coupon td.product {
    padding-left: 90px;
  }
}
@media (min-width: 960px) {
  .basket-list--facelift .inp-number:before,
  .basket-list--facelift .inp-number:after {
    display: none;
  }
  .basket-list--facelift .inp-number .inp-number-btn {
    height: 100%;
  }
  .basket-list--facelift .inp-number .inp-number-btn.inc {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
  }
  .basket-list--facelift .inp-number .inp-number-btn.dec {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
  .basket-list--facelift tr.gift .product-list-gifts {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .basket-list--facelift .gift-patterns {
    height: auto;
    padding-left: 0;
  }
  .basket-list--facelift .gift-patterns .pattern {
    width: auto;
  }
  .basket-list--facelift .gift-packages .pattern-choose {
    display: block;
    max-width: 80%;
  }
  .basket-list--facelift .ecopackaging-text,
  .basket-list--facelift .insurance-text {
    display: block;
    max-width: 80%;
  }
}
.basket-list--facelift .basket-list-delivery-payment-edit {
  margin-bottom: 10px;
}
.basket-list--facelift .basket-list-delivery-payment-edit p {
  padding: 10px 0 0 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-delivery-payment-edit p {
    padding: 0 0 5px 0;
  }
}
.basket-list--facelift .basket-list-delivery-payment-edit p label,
.basket-list--facelift .basket-list-delivery-payment-edit p .label {
  padding: 10px 10px 5px 10px;
}
.basket-list--facelift .basket-list-delivery-payment-edit .inp-text {
  position: relative;
  padding: 5px 10px 12px 10px;
  border-width: 0 0 1px 0;
  font-size: 14px;
  height: auto;
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-delivery-payment-edit .inp-text {
    padding: 8px 0 12px 0px;
  }
}
.basket-list--facelift .basket-list-delivery-payment-edit .inp-text .text {
  padding-right: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-delivery-payment-edit .inp-text .text {
    width: 81%;
    margin-bottom: 0;
    padding-left: 10px;
  }
}
.basket-list--facelift .basket-list-delivery-payment-edit .inp-text .price {
  width: auto;
  font-weight: bold;
  box-sizing: border-box;
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-delivery-payment-edit .inp-text .price {
    position: static;
    width: 9%;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 10px;
  }
}
.basket-list--facelift .basket-list-delivery-payment-edit .inp-text .edit {
  width: auto;
  box-sizing: border-box;
  text-align: right;
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-delivery-payment-edit .inp-text .edit {
    width: 10%;
    padding-right: 20px;
  }
}
.basket-list--facelift .basket-list-delivery-payment-edit .inp-date {
  border-width: 0 0 1px 0;
  border-color: #e6e6e6;
  height: auto;
  line-height: 30px;
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.basket-list--facelift .basket-list-delivery-payment-edit .inp-date .inp-text {
  padding: 0;
  width: auto;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 10px;
  margin: 0;
}
.basket-list--facelift .basket-list-delivery-payment-edit .inp-date a {
  float: none;
  display: block;
  padding-left: 10px;
  width: auto;
  text-align: left;
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-delivery-payment-edit .inp-date a {
    float: right;
    text-align: right;
    display: inline-block;
    padding: 0;
    padding-right: 20px;
  }
}
@media (min-width: 590px) {
  .basket-list--facelift .basket-list-delivery-payment-edit .delivery-type .label,
  .basket-list--facelift .basket-list-delivery-payment-edit .payment-type .label {
    display: none;
  }
}
.order-list--facelift {
  background: none;
  border-width: 1px 0 1px 0;
}
.order-list--facelift li {
  border-width: 1px 0 0 0 !important;
  border-color: #e6e6e6 !important;
}
@media (min-width: 768px) {
  .order-list--facelift li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.js .not-editable .inp-number:after,
.js .not-editable .inp-number:before {
  display: none;
}
.js .not-editable .inp-number .inp-number-btn.inc {
  display: none;
}
.js .not-editable .inp-number .inp-number-btn.dec {
  display: none;
}
.js .not-editable .inp-number {
  border: 0px;
}
button.paypal-button.paypal-style-checkout.paypal-size-small {
  background: url('../img/bg/checkout-logo-large.png') no-repeat;
  width: 228px;
  height: 48px;
  max-width: 228px !important;
}
span.or {
  padding-right: 100px;
  padding-top: 15px;
  font-weight: bold;
}
.freedelivery-info {
  font-size: 18px;
  margin-bottom: 20px;
}
.freedelivery-info__text {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.freedelivery-info__text:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #e6e6e6;
  margin-top: 5px;
}
.freedelivery-info__text > svg {
  margin: -2px 5px 0 0;
}
.freedelivery-info__value {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 0;
  height: 5px;
  background-color: #008700;
  -webkit-animation: freeDeliveryValue 2000ms linear;
          animation: freeDeliveryValue 2000ms linear;
}
@-webkit-keyframes freeDeliveryValue {
  0% {
    width: 0;
  }
}
@keyframes freeDeliveryValue {
  0% {
    width: 0;
  }
}
.product-item--special-sales-offer td {
  border-bottom-width: 0 !important;
}
.special-sales-offer {
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (min-width: 590px) {
  .special-sales-offer {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.special-sales-offer__icon {
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
.przelewy24-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.przelewy24-form table {
  margin: 16px auto 0 auto;
  text-align: left;
}
.przelewy24-form .radio {
  top: 1px;
  cursor: pointer;
}
.przelewy24-form .radio + label {
  padding-left: 8px;
}
.przelewy24-form .btn {
  margin-top: 16px;
  min-width: 140px;
}
.card-modal label,
.card-modal .message {
  display: block;
  position: relative;
}
.card-modal label {
  margin-bottom: 0.4em;
}
.card-modal .modal-title {
  margin-bottom: 1em;
  padding: 0 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 590px) {
  .card-modal .modal-title {
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 26px;
    text-align: left;
  }
}
.card-modal .payment-methods {
  display: block;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 590px) {
  .card-modal .payment-methods {
    margin-top: 4em;
    margin-left: -15px;
    text-align: left;
  }
}
.card-modal .payment-methods--adyen {
  margin: 24px 0;
}
@media (min-width: 590px) {
  .card-modal .payment-methods--adyen {
    text-align: left;
  }
}
.card-modal__card {
  margin-bottom: -10px;
  padding: 0 10px 20px 10px;
}
.card-modal__card p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.card-modal__card .inp-month,
.card-modal__card .inp-year,
.card-modal__card .card-cvv {
  width: 49%;
}
.card-modal__card .card-cvv {
  margin-bottom: 0.5em;
}
@media (min-width: 590px) {
  .card-modal__card .order-first {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .card-modal__card .order-second {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .card-modal__card .card-cvv {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card-modal__card {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .card-modal__card .inp-month,
  .card-modal__card .inp-year {
    width: 40%;
  }
}
.card-modal__summary {
  padding: 10px;
}
@media (min-width: 768px) {
  .card-modal__summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    margin: -10px -20px -10px -20px;
    padding: 30px 30px 0 30px;
    background-color: #f5f5f5;
  }
  .card-modal__summary > *:last-child {
    margin-bottom: 30px;
  }
}
.card-modal__summary-prices {
  min-height: 111px;
  padding: 20px 0 30px 0;
  line-height: 2;
}
.card-modal__full-price {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 590px) {
  .card-modal--longer-payments .order-first .payment-methods {
    margin-top: 1em;
    margin-left: 0;
  }
}
.card-modal--longer-payments .card-modal__summary-prices {
  padding-top: 100px;
}
.card-modal__save-card {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.875rem;
}
.card-token {
  position: relative;
}
.card-token__item {
  display: block;
  height: 45px;
  padding: 9px 12px;
  box-sizing: border-box;
  background: #fff;
  outline: none;
  font-size: 14px;
  line-height: 23px;
  color: #404040;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-token__item:hover {
  background-color: #f5f5f5;
}
.card-token__item--selected {
  padding: 0;
  background-position: top 10px right 13px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid #bfbfbf;
}
.card-token__item--selected > a {
  display: block;
  padding: 9px 42px 9px 12px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-token__item--selected:hover {
  background-color: #fff;
  border-color: #808080;
}
.card-token__item--hidden {
  display: none;
}
.card-token.ca-collapsed .card-token__item--selected {
  background-image: url('../img/icons/chevron-down.svg');
}
.card-token.ca-expanded .card-token__item--selected {
  background-image: url('../img/icons/chevron-up.svg');
  border-color: #808080;
}
.card-token__icon {
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 25px;
  margin-right: 10px;
  line-height: 22px;
  overflow: hidden;
  vertical-align: middle;
}
.card-token__list {
  position: absolute;
  top: 45px;
  z-index: 4;
  width: 100%;
  max-height: calc(225px);
  box-sizing: border-box;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.card-token + .message {
  margin: 5px 0;
  font-size: 12px;
}
.save-card__help {
  display: inline-block;
  margin-top: 7px;
}
.delivery-payment .col-h-l,
.delivery-payment .col-h-r {
  float: none;
  width: 100%;
  margin-bottom: 64px;
}
.delivery-payment .col-h-l .delivery-payment__title,
.delivery-payment .col-h-r .delivery-payment__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
}
.delivery-payment .std-box {
  margin: 0 0 1.3em;
  border-top: 0;
  padding: 0;
  font-size: 85.71428571%;
}
.delivery-payment p {
  margin-bottom: 0.71428571em;
}
.delivery-payment .method {
  padding: 4px 0 17px;
}
@media (min-width: 768px) {
  .delivery-payment .method.level-1 {
    padding-left: 16px;
  }
}
.delivery-payment .method .title {
  position: relative;
  z-index: 2;
  margin: 0 0 -12px;
}
.delivery-payment .method .title label {
  display: block;
  margin: 0;
  padding: 15px 0 15px 26px;
  -webkit-tap-highlight-color: transparent;
}
.delivery-payment .method .title label:before,
.delivery-payment .method .title label:after {
  content: " ";
  display: table;
}
.delivery-payment .method .title label:after {
  clear: both;
}
.delivery-payment .method .title label:before,
.delivery-payment .method .title label:after {
  content: " ";
  display: table;
}
.delivery-payment .method .title label:after {
  clear: both;
}
@media (min-width: 768px) {
  .delivery-payment .method .title label {
    padding: 15px 16px 15px 26px;
  }
}
.delivery-payment .method h3.title label {
  padding-left: 32px;
  margin: 0 0 -5px;
}
.delivery-payment .method h3 {
  font-size: 133.33333333%;
  padding: 0;
  border: 0;
}
.delivery-payment .method h4 {
  font-size: 116.66666667%;
}
.delivery-payment .method .name {
  display: block;
  float: left;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
}
@media (min-width: 480px) {
  .delivery-payment .method .name {
    width: 45%;
  }
}
@media (min-width: 480px) {
  .delivery-payment .method .name--longer {
    width: 55%;
  }
}
.delivery-payment .method .name--withsuffix {
  width: 70%;
}
.delivery-payment .method .name--fullwidth {
  width: 100%;
}
.delivery-payment .method .ico {
  display: block;
  float: left;
  width: 30%;
}
.delivery-payment .method .price {
  float: right;
  width: 30%;
  margin-top: 2px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
.delivery-payment .method .price--longer {
  width: 45%;
}
.delivery-payment .method:not(.active) .method-desc {
  cursor: pointer;
}
.delivery-payment .method.disabled {
  color: #bfbfbf;
}
.delivery-payment .method.disabled .air-delivery-msg {
  color: #d21414;
}
.delivery-payment .method.disabled label {
  color: #bfbfbf;
  cursor: default;
}
.delivery-payment .method.disabled .payment-ico {
  opacity: .5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
}
.delivery-payment .method.disabled .payment-methods__item {
  opacity: .5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
}
.delivery-payment .method.disabled .gopay-available-payments {
  opacity: .5;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  /* IE 6-9 */
}
.delivery-payment .method-desc,
.delivery-payment .method-expand {
  clear: both;
  position: relative;
  /*z-index: 1;*/
  padding: 0 0 0 26px;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .delivery-payment .method-desc,
  .delivery-payment .method-expand {
    padding: 0 16px 0 26px;
  }
}
.delivery-payment .method-desc.long-desc,
.delivery-payment .method-expand.long-desc {
  padding-right: 0px;
}
.delivery-payment .method-desc p label,
.delivery-payment .method-expand p label {
  font-size: 14px;
}
.delivery-payment .method-desc .airDeliveryMessage {
  color: #d21414;
}
.delivery-payment .method-expand.child-methods .method:first-child {
  padding-top: 6px;
}
.us-order .delivery-payment .method-expand .req {
  font-size: 100%;
}
.us-order .delivery-payment .method-expand .inp-combined .label,
.us-order .delivery-payment .method-expand .inp-combined label {
  font-size: 100%;
}
.delivery-payment .method-expand > .method-desc {
  padding-left: 0;
  padding-right: 0;
}
.delivery-payment .level-1 {
  border-bottom: 1px solid #e6e6e6;
}
.delivery-payment .level-1.active {
  position: relative;
  /*z-index: 3;*/
}
.delivery-payment .level-1:not(.has-child-methods) > .title label input[type=radio],
.delivery-payment .level-1 .level-2 label input[type=radio] {
  position: absolute;
  left: -9999px;
}
.delivery-payment .level-1:not(.has-child-methods) > .title label input[type=radio] + .name:before,
.delivery-payment .level-1 .level-2 label input[type=radio] + .name:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #808080;
  border-radius: 100%;
  background-color: #fff;
}
.delivery-payment .level-1:not(.has-child-methods) > .title label input[type=radio]:checked + .name:before,
.delivery-payment .level-1 .level-2 label input[type=radio]:checked + .name:before {
  border-color: #000;
}
.delivery-payment .level-1:not(.has-child-methods) > .title label input[type=radio] + .name:after,
.delivery-payment .level-1 .level-2 label input[type=radio] + .name:after {
  content: '';
  position: absolute;
  top: 21px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.2s ease;
}
.delivery-payment .level-1:not(.has-child-methods) > .title label input[type=radio][disabled] + .name:before,
.delivery-payment .level-1 .level-2 label input[type=radio][disabled] + .name:before {
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}
.delivery-payment .level-1:not(.has-child-methods) > .title label input[type=radio]:not(:checked) + .name:after,
.delivery-payment .level-1 .level-2 label input[type=radio]:not(:checked) + .name:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.delivery-payment .level-1:not(.has-child-methods) > .title label input[type=radio]:checked + .name:after,
.delivery-payment .level-1 .level-2 label input[type=radio]:checked + .name:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.delivery-payment .level-1:not(.has-child-methods) > .title label:hover input:not([disabled])[type=radio]:not(:checked) + .name:before,
.delivery-payment .level-1 .level-2 label:hover input:not([disabled])[type=radio]:not(:checked) + .name:before {
  border-color: #000;
}
.delivery-payment .level-1.has-child-methods > .title {
  position: relative;
}
.delivery-payment .level-1.has-child-methods > .title .name:after {
  position: absolute;
  top: 14px;
  left: -3px;
  width: 24px;
  height: 24px;
  color: #000;
  text-align: center;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='currentColor' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.delivery-payment .level-1.has-child-methods > .title input[disabled] + .name:after {
  opacity: 0.25;
}
.delivery-payment .level-1.has-child-methods > .title input {
  margin-left: -9999px;
}
.delivery-payment .level-1.has-child-methods > .title .gopay-available-payments {
  display: block;
  clear: both;
}
.delivery-payment .level-1.has-child-methods > .title .gopay-available-payments img {
  height: 20px !important;
  margin-right: 20px;
  margin-top: 20px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
.delivery-payment .level-1.has-child-methods > .title label:hover .name:before {
  background-color: #f5f5f5;
}
.delivery-payment .level-1.CheckoutModalOn.has-child-methods.active > .title .price {
  display: block;
}
.delivery-payment .level-1.has-child-methods.active > .title .price {
  display: none;
}
.delivery-payment .level-1.has-child-methods.active > .title .name:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.delivery-payment .level-1 > .method-expand {
  padding-left: 32px;
}
.delivery-payment .level-1 #payment_gopay_block .method .name {
  width: 40%;
}
@media (min-width: 480px) {
  .delivery-payment .level-1 #payment_gopay_block .method .name {
    width: 45%;
  }
}
@media (min-width: 590px) {
  .delivery-payment .level-1 #payment_gopay_block .method .name {
    width: 54%;
  }
}
@media (min-width: 992px) {
  .delivery-payment .level-1 #payment_gopay_block .method .name {
    width: 56%;
  }
}
.delivery-payment .level-1 .inp-text-info {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 8px;
}
.delivery-payment .level-1 .inp-text-info__msg {
  bottom: 30px;
  left: -89px;
  width: 170px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .delivery-payment .level-1 .inp-text-info__msg {
    left: -138px;
    width: 290px;
  }
}
.delivery-payment .error-message {
  margin-bottom: 24px;
}
.delivery-payment .level-2 {
  padding-top: 8px;
  padding-bottom: 0;
  /* new layout only zasilkovna cz */
  /* new layout only zasilkovna cz */
}
.delivery-payment .level-2 .title label {
  padding-right: 0px;
}
.delivery-payment .level-2 .name {
  font-weight: normal;
}
.delivery-payment .level-2 .method-desc {
  margin-bottom: 8px;
  font-weight: normal;
}
.delivery-payment .level-2 .method-desc + p {
  padding-left: 26px;
}
.delivery-payment .level-2 ul {
  margin-left: 26px;
}
.delivery-payment .level-2 ul li:before {
  display: none;
}
.delivery-payment .level-2 ul li:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.delivery-payment .level-2.partner-pickup-point:not(.active) > .title .ChangeParcelshopSelection {
  display: none;
}
.delivery-payment .level-2.partner-pickup-point.active > .title .price {
  display: none;
}
.delivery-payment .level-2.partner-pickup-point.price-always-visible > .title .price {
  display: block;
}
.delivery-payment .level-2.partner-pickup-point:not(.active) > span.ChangeParcelshopSelectionBottom {
  display: none;
}
.delivery-payment .delivery-methods .method .name {
  width: 67%;
}
.delivery-payment .payment-methods .method-with-ico .name.shorter {
  padding-right: 200px;
  margin-right: -200px;
}
.delivery-payment .payment-ico {
  display: inline-block;
  vertical-align: middle;
}
.delivery-payment .payment-ico.payment-ro-online,
.delivery-payment .payment-ico.payment-ro-raiffeisen {
  display: none;
  width: 170px;
  height: 43px;
  margin: -9px 0;
  background: url('../img/bg/payments-ro.png') 0 0 no-repeat;
}
.delivery-payment .payment-ico.payment-ro-raiffeisen {
  width: 138px;
  height: 38px;
  background-position: 0 -43px;
}
.js .delivery-payment .method-expand {
  display: none;
}
.delivery-payment .method-pay-card-child .inp-text {
  max-width: 415px;
  margin: 10px 0 0;
}
.delivery-payment .std-box.aim {
  border: 0;
  margin-top: 10px;
}
.delivery-payment .std-box.aim p {
  margin-bottom: 5px;
}
.delivery-payment .std-box.aim label {
  font-size: 1.5em;
  padding: 0;
}
.delivery-payment .std-box.aim input {
  width: 230px;
  height: 30px;
  padding: 5px;
  margin: 5px 0 5px 0;
}
.delivery-payment .std-box.aim input.cvv {
  width: 115px;
}
.delivery-payment .std-box.aim select {
  height: 30px;
  padding: 1px;
  margin: 5px 0 5px 0;
}
.delivery-payment .std-box.aim select.exp-left {
  width: 145px;
}
.delivery-payment .std-box.aim select.exp-right {
  width: 80px;
  margin-left: 5px;
}
.delivery-payment .std-box.aim span.note {
  font-size: 1.2em;
}
.delivery-payment .selected-method {
  font-size: 128.57142857%;
  padding: 18px;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px 0 0 0;
  background-color: #fff;
  text-align: center;
  margin: 0 -1px;
}
.delivery-payment .checkout-modal-hidden {
  display: none;
}
.delivery-payment .ChangeParcelshopSelection {
  float: right;
  width: 30%;
  margin-top: 2px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
.delivery-payment .errorDeliveryModal {
  padding-left: 26px;
}
.delivery-payment .errorDeliveryModal .error-message {
  margin-bottom: 10px !important;
}
.delivery-payment .ChangeParcelshopSelectionBottom {
  padding-left: 26px;
  text-decoration: underline;
  cursor: pointer;
}
.delivery-payment .engraving-disabled-payments-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.delivery-payment .engraving-disabled-payments-info__msg {
  margin-left: 1em;
}
.delivery-payment .engraving-disabled-payments-info__ico {
  color: #dc0069;
}
@media (min-width: 590px) {
  .delivery-payment .payment-methods .method-with-ico .name {
    width: 54%;
  }
  .delivery-payment .payment-methods .method-with-ico .price {
    width: 15%;
  }
  .delivery-payment .payment-methods .method-with-ico .price--longer {
    width: 30%;
  }
  .delivery-payment .payment-methods .method-with-ico .name--withsuffix {
    width: 70%;
  }
  .delivery-payment .payment-methods .method-with-ico .name--fullwidth {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .delivery-payment .col-h-l,
  .delivery-payment .col-h-r {
    float: left;
    width: 48%;
    margin-bottom: 64px;
  }
  .delivery-payment .col-h-r {
    float: right;
  }
}
.pay-dinners:before {
  display: inline-block;
  width: 97px;
  height: 30px;
  overflow: hidden;
  background: url('../img/bg/dinners.png') white 0 0 no-repeat;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  content: "";
}
.pay-sofort:before {
  display: inline-block;
  width: 78px;
  height: 30px;
  overflow: hidden;
  background: url('../img/bg/sofort.png') white 0 0 no-repeat;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  content: "";
}
.payments span.pay-cs {
  width: 55px;
}
.pay-cs:before {
  display: inline-block;
  width: 53px;
  height: 25px;
  overflow: hidden;
  background: url('../img/bg/cs_logo.png') white 0 0 no-repeat;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  content: "";
}
.payments span.pay-platba24 {
  width: 115px;
}
.pay-platba24:before {
  display: inline-block;
  width: 90px;
  height: 25px;
  overflow: hidden;
  background: url('../img/bg/platba_24.png') white 0 0 no-repeat;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  content: "";
}
.delivery-method:not(:last-of-type) .box {
  padding-bottom: 20px;
}
.personal-pickup-point .method {
  padding-bottom: 0;
}
.payment-info__modal-container {
  padding: 0 24px;
}
.payment-info__modal-container #pd-box-title {
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}
.address_delivery_detail {
  margin-bottom: 0.75rem;
}
.personal_pick_up .newer-design {
  padding-left: 26px;
}
.personal_pick_up_wrapper,
.personal_pick_up_merged_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#personal_pick_up_info,
.personal_pick_up_merged_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
#personal_pick_up_name,
.personal_pick_up_merged_name {
  font-size: 0.875rem;
}
#personal_pick_up_icon,
.personal_pick_up_merged_icon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.personal_pick_up_merged_change {
  text-decoration: underline;
  cursor: pointer;
}
#order-price {
  margin-bottom: 24px;
  text-align: right;
}
@media (min-width: 768px) {
  #order-price {
    background-color: #f5f5f5;
    padding: 16px 24px;
  }
  #order-price .price-order-string,
  #order-price .price-delivery-string,
  #order-price .price-payment-string,
  #order-price .price-total-string {
    font-weight: 700;
  }
  #order-price .price-total-string {
    vertical-align: middle;
    margin-left: 24px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #order-price {
    margin-bottom: 40px;
    text-align: inherit;
  }
  #order-price > span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
  }
  #order-price .price-payment-wrap {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
  }
  #order-price .price-order-string,
  #order-price .price-delivery-string,
  #order-price .price-payment-string,
  #order-price .price-total-string {
    margin-left: 8px;
  }
  #order-price .price-total-wrap {
    font-weight: 700;
  }
}
.order-summary-sticky .padded {
  padding-top: 24px;
}
.order-summary-sticky .padded li:before {
  display: none;
}
.order-summary-sticky .padded li:after {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .order-summary-sticky {
    width: 42%;
  }
  .order-summary-sticky .padded {
    padding: 0 16px;
  }
}
.order-summary li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.order-summary li .r {
  margin-left: 8px;
}
.order-summary .note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.order-summary li:last-child {
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .order-summary {
    padding: 24px 16px;
  }
}
.credit-card-payment {
  margin-top: 10px;
}
.credit-card-payment .inp-combined,
.credit-card-payment .inp-text {
  max-width: 340px;
}
.credit-card-payment .inp-month {
  width: 100px;
}
.credit-card-payment .inp-year {
  width: 90px;
}
.credit-card-payment .inp-cvc {
  width: 100px;
}
@media (min-width: 480px) {
  .credit-card-payment .expiration-date,
  .credit-card-payment .cvc {
    float: left;
  }
  .credit-card-payment .expiration-date {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .credit-card-payment .expiration-date {
    width: 205px;
  }
}
@media (min-width: 850px) {
  .credit-card-payment .expiration-date {
    width: 240px;
  }
}
.delivery-place-search {
  position: relative;
}
.delivery-place-search .start-searching__icon {
  display: none;
}
.delivery-place-search.searching:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.delivery-place-search.searching .start-searching__icon {
  position: absolute;
  top: 10px;
  right: -40px;
  display: inline-block;
  color: #000;
  z-index: 6;
  -webkit-animation: syncInProgress 1000ms infinite linear;
          animation: syncInProgress 1000ms infinite linear;
}
.delivery-place-results {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  top: 10px;
  margin-bottom: 30px;
}
.delivery-place-results .radio {
  margin: 10px 15px;
}
.delivery-place-results .radio:first-of-type {
  margin-top: 20px;
}
.delivery-place-results .radio:last-of-type {
  margin-bottom: 20px;
}
.delivery-place-results .radio input {
  line-height: 1.5;
  padding: 0;
  margin-top: .75em;
}
.delivery-place-results .radio input[type=radio] {
  position: absolute;
  left: -9999px;
}
.delivery-place-results .radio input[type=radio] ~ label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #808080;
  border-radius: 100%;
  background-color: #fff;
}
.delivery-place-results .radio input[type=radio]:checked ~ label:before {
  border-color: #000;
}
.delivery-place-results .radio input[type=radio] ~ label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.2s ease;
}
.delivery-place-results .radio input[type=radio][disabled] ~ label {
  color: #bfbfbf;
}
.delivery-place-results .radio input[type=radio][disabled] ~ label:before {
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}
.delivery-place-results .radio input[type=radio]:not(:checked) ~ label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.delivery-place-results .radio input[type=radio]:checked ~ label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.delivery-place-results .radio input:hover[type=radio]:not(:checked) ~ label:before {
  border-color: #000;
}
.delivery-place-results .radio label {
  font-size: 85.71428571%;
  color: #808080;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  padding: 0 0 0 9px;
}
.delivery-place-results .radio label strong {
  display: block;
  font-size: 14px;
  color: #000;
}
.delivery-place-results p {
  padding: 20px;
  margin: 0;
}
.checkout-steps {
  position: relative;
  margin: 40px auto 32px auto;
  padding-bottom: 32px;
  text-align: center;
}
@media (min-width: 640px) {
  .checkout-steps {
    margin: 40px auto 0 auto;
  }
}
.checkout-steps__step {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
[href].checkout-steps__step:hover .checkout-steps__step-text {
  text-decoration: underline;
}
.checkout-steps__step:not([class*="prev"]):not([class*="active"]) .checkout-steps__step-text {
  color: #808080;
}
.checkout-steps__step-num {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.checkout-steps__step-num:before {
  content: "";
  position: absolute;
  left: -6px;
  width: 5px;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1120px) {
  .checkout-steps__step-num {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
  .checkout-steps__step-num:before {
    left: -10px;
    width: 9px;
  }
}
.checkout-steps__step-text {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .checkout-steps__step-text {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-left: 4px;
    text-align: left;
    background-color: #fff;
  }
}
@media (min-width: 1120px) {
  .checkout-steps__step-text {
    display: inline-block;
  }
}
.checkout-steps__step:not(:last-child) {
  padding-right: 12%;
}
.checkout-steps__step:not(:last-child) .checkout-steps__step-text:after {
  background-color: #bfbfbf;
}
.checkout-steps__step:not(:last-child) .checkout-steps__step-text-done:after {
  background-color: #000;
}
@media (min-width: 640px) {
  .checkout-steps__step:not(:last-child) {
    padding-right: 7%;
  }
}
@media (min-width: 1120px) {
  .checkout-steps__step:not(:last-child) {
    padding-right: 4%;
  }
  .checkout-steps__step:not(:last-child) .checkout-steps__step-text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 110%;
    width: 4vw;
    height: 1px;
  }
}
.checkout-steps__step:not(:last-child) .checkout-steps__step-num:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 29px;
  width: 12vw;
  height: 1px;
  background-color: #bfbfbf;
}
@media (min-width: 640px) {
  .checkout-steps__step:not(:last-child) .checkout-steps__step-num:after {
    width: 7vw;
  }
}
@media (min-width: 1120px) {
  .checkout-steps__step:not(:last-child) .checkout-steps__step-num:after {
    display: none;
  }
}
.checkout-steps__step:not(:last-child) .checkout-steps__step-num-done:after {
  background-color: #000;
}
.checkout-steps__step--active .checkout-steps__step-num {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.checkout-steps__step--active .checkout-steps__step-text {
  display: inline-block;
}
@media (min-width: 640px) and (max-width: 1119px) {
  .checkout-steps__step--active:not(:last-child) .checkout-steps__step-text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 110%;
    width: 7vw;
    height: 1px;
    background-color: #bfbfbf;
  }
}
.checkout-steps__step--prev .checkout-steps__step-num {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.payment-status {
  color: #000;
}
.payment-status #main {
  max-width: 100%;
  padding: 0;
}
.payment-status .btn-black span {
  text-transform: uppercase;
}
.payment-status .btn-grey {
  border-color: #808080;
}
.payment-status .btn-grey:hover {
  background-color: #e6e6e6;
}
.payment-status .payment-info {
  background-color: #f5f5f5;
}
.payment-status .payment-info .in {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 20px 60px 20px;
}
.payment-status .payment-info .status-ico {
  float: right;
  width: 60px;
  text-align: right;
  padding: 5px 0 0 0;
}
.payment-status .payment-info .status-ico .ico {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 2px solid transparent;
  /*background-image: url('@{AssetsUrl}/img/payment-status.png'); background-repeat: no-repeat;*/
}
.payment-status .payment-info .status-ico .ico:before,
.payment-status .payment-info .status-ico .ico:after {
  content: "";
  position: absolute;
}
.payment-status .payment-info .status-ico .ico.check {
  border-color: #008700;
}
.payment-status .payment-info .status-ico .ico.check:before {
  width: 20px;
  height: 10px;
  border-left: 2px solid #008700;
  border-bottom: 2px solid #008700;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
  left: 10px;
}
.payment-status .payment-info .status-ico .ico.error {
  border-color: #d21414;
}
.payment-status .payment-info .status-ico .ico.error:before {
  width: 24px;
  height: 2px;
  background-color: #d21414;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 19px;
  left: 9px;
}
.payment-status .payment-info .status-ico .ico.error:after {
  width: 24px;
  height: 2px;
  background-color: #d21414;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 19px;
  left: 9px;
}
.ie8 .payment-status .payment-info .status-ico .ico,
.ie9 .payment-status .payment-info .status-ico .ico {
  border: none;
  background-image: url('../img/payment-status.png');
  background-repeat: no-repeat;
}
.ie8 .payment-status .payment-info .status-ico .ico:before,
.ie9 .payment-status .payment-info .status-ico .ico:before,
.ie8 .payment-status .payment-info .status-ico .ico:after,
.ie9 .payment-status .payment-info .status-ico .ico:after {
  display: none;
}
.ie8 .payment-status .payment-info .status-ico .ico.check,
.ie9 .payment-status .payment-info .status-ico .ico.check {
  background-position: 0 0;
}
.ie8 .payment-status .payment-info .status-ico .ico.error,
.ie9 .payment-status .payment-info .status-ico .ico.error {
  background-position: -45px 0;
}
.payment-status .payment-info h1,
.payment-status .payment-info .subheading-text,
.payment-status .payment-info .secondary-text {
  text-align: left;
  font-weight: 300;
  color: #000;
  padding: 0;
}
.payment-status .payment-info h1 {
  font-size: 171.42857143%;
  line-height: 28px;
}
.payment-status .payment-info .subheading-text {
  font-size: 128.57142857%;
  line-height: 24px;
  margin: 1.7em 0 1.2em 0;
}
.payment-status .payment-info .secondary-text {
  font-size: 114.28571429%;
  line-height: 21px;
  margin: 1.7em 0 10px 0;
}
.payment-status .payment-info .buttons {
  text-align: center;
  margin: 0;
}
.payment-status .payment-info .buttons a:not(.btn) {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin-top: 3em;
}
.payment-status .payment-info .buttons a:not(.btn):hover {
  text-decoration: underline;
}
.payment-status .payment-info .category {
  margin: 3em 0;
  font-size: 114.28571429%;
}
.payment-status .payment-info .category .thumb {
  float: left;
  width: 45px;
  padding: 10px 0 0 0;
}
.payment-status .payment-info .category .thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.payment-status .payment-info .category .cat-list {
  padding: 0 0 0 60px;
}
.payment-status .payment-info .category .cat-list .title {
  font-size: 20px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 15px 0;
}
.payment-status .payment-info .category .cat-list ul li {
  line-height: 30px;
}
.payment-status .payment-info .category .cat-list ul li a {
  text-decoration: none;
}
.payment-status .payment-info .category .cat-list ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .payment-status .payment-info br {
    display: none;
  }
}
@media (max-width: 589px) {
  .payment-status .payment-info .btn {
    display: block;
    width: 100%;
  }
  .payment-status .payment-info .buttons .btn + .btn,
  .payment-status .payment-info .buttons div + .btn {
    margin-top: 10px;
  }
  .payment-status .payment-info .category .cat-list.ca-collapsed .ca-box ul > *:not(.dont-collapse) {
    display: none;
  }
}
@media (min-width: 590px) {
  .payment-status .payment-info .buttons {
    text-align: left;
  }
  .payment-status .payment-info .buttons .inp-text + .btn,
  .payment-status .payment-info .buttons .hideShowPassword-wrapper + .btn {
    margin-top: 20px;
  }
  .payment-status .payment-info .cat-list ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  .payment-status .payment-info .cat-list ul li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 .payment-status .payment-info .cat-list ul,
  .ie9 .payment-status .payment-info .cat-list ul {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .ie8 .payment-status .payment-info .cat-list ul:before,
  .ie9 .payment-status .payment-info .cat-list ul:before,
  .ie8 .payment-status .payment-info .cat-list ul:after,
  .ie9 .payment-status .payment-info .cat-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .payment-status .payment-info .cat-list ul:after,
  .ie9 .payment-status .payment-info .cat-list ul:after {
    clear: both;
  }
  .ie8 .payment-status .payment-info .cat-list ul:before,
  .ie9 .payment-status .payment-info .cat-list ul:before,
  .ie8 .payment-status .payment-info .cat-list ul:after,
  .ie9 .payment-status .payment-info .cat-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .payment-status .payment-info .cat-list ul:after,
  .ie9 .payment-status .payment-info .cat-list ul:after {
    clear: both;
  }
  .ie8 .payment-status .payment-info .cat-list ul li,
  .ie9 .payment-status .payment-info .cat-list ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .payment-status .payment-info .cat-list .ca-control {
    display: none;
  }
}
@media (min-width: 768px) {
  .payment-status .payment-info .in {
    padding: 95px 0 95px 0;
  }
  .payment-status .payment-info .status-ico {
    float: left;
    text-align: left;
    width: 115px;
  }
  .payment-status .payment-info .status-ico .ico {
    width: 90px;
    height: 90px;
    border: 4px solid transparent;
  }
  .payment-status .payment-info .status-ico .ico.check {
    border-color: #008700;
  }
  .payment-status .payment-info .status-ico .ico.check:before {
    width: 42px;
    height: 21px;
    border-left: 5px solid #008700;
    border-bottom: 5px solid #008700;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
    left: 18px;
  }
  .payment-status .payment-info .status-ico .ico.error {
    border-color: #d21414;
  }
  .payment-status .payment-info .status-ico .ico.error:before {
    width: 47px;
    height: 4px;
    background-color: #d21414;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 39px;
    left: 18px;
  }
  .payment-status .payment-info .status-ico .ico.error:after {
    width: 47px;
    height: 4px;
    background-color: #d21414;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 39px;
    left: 18px;
  }
  .ie8 .payment-status .payment-info .status-ico .ico,
  .ie9 .payment-status .payment-info .status-ico .ico {
    border: none;
    background-image: url('../img/payment-status.png');
    background-repeat: no-repeat;
  }
  .ie8 .payment-status .payment-info .status-ico .ico:before,
  .ie9 .payment-status .payment-info .status-ico .ico:before,
  .ie8 .payment-status .payment-info .status-ico .ico:after,
  .ie9 .payment-status .payment-info .status-ico .ico:after {
    display: none;
  }
  .ie8 .payment-status .payment-info .status-ico .ico.check,
  .ie9 .payment-status .payment-info .status-ico .ico.check {
    background-position: 0 -45px;
  }
  .ie8 .payment-status .payment-info .status-ico .ico.error,
  .ie9 .payment-status .payment-info .status-ico .ico.error {
    background-position: 0 -135px;
  }
  .payment-status .payment-info h1,
  .payment-status .payment-info .subheading-text,
  .payment-status .payment-info .secondary-text,
  .payment-status .payment-info .buttons {
    padding: 0 0 0 115px;
  }
  .payment-status .payment-info h1 {
    font-size: 257.14285714%;
    line-height: 45px;
  }
  .payment-status .payment-info .subheading-text {
    font-size: 207.14285714%;
    line-height: 35px;
    margin: 40px 0;
  }
  .payment-status .payment-info .secondary-text {
    font-size: 142.85714286%;
    margin: 1.5em 0 0.5em 0;
    line-height: 28px;
  }
  .payment-status .payment-info .buttons .btn + .btn {
    margin-left: 25px;
  }
  .payment-status .payment-info .category {
    margin: 5em 0;
  }
  .payment-status .payment-info .category .thumb {
    width: 115px;
  }
  .payment-status .payment-info .category .cat-list {
    padding: 0 0 0 115px;
  }
  .payment-status .payment-info .category .cat-list ul {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  .payment-status .payment-info .category .cat-list ul li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 .payment-status .payment-info .category .cat-list ul,
  .ie9 .payment-status .payment-info .category .cat-list ul {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  .ie8 .payment-status .payment-info .category .cat-list ul:before,
  .ie9 .payment-status .payment-info .category .cat-list ul:before,
  .ie8 .payment-status .payment-info .category .cat-list ul:after,
  .ie9 .payment-status .payment-info .category .cat-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .payment-status .payment-info .category .cat-list ul:after,
  .ie9 .payment-status .payment-info .category .cat-list ul:after {
    clear: both;
  }
  .ie8 .payment-status .payment-info .category .cat-list ul:before,
  .ie9 .payment-status .payment-info .category .cat-list ul:before,
  .ie8 .payment-status .payment-info .category .cat-list ul:after,
  .ie9 .payment-status .payment-info .category .cat-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .payment-status .payment-info .category .cat-list ul:after,
  .ie9 .payment-status .payment-info .category .cat-list ul:after {
    clear: both;
  }
  .ie8 .payment-status .payment-info .category .cat-list ul li,
  .ie9 .payment-status .payment-info .category .cat-list ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 10px;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.payment-status .payment-footer {
  padding: 30px 20px;
  font-size: 85.71428571%;
  line-height: 18px;
  color: #808080;
}
.payment-status .payment-footer p {
  line-height: 18px;
}
.payment-status .payment-footer a {
  color: #808080;
  text-decoration: none;
}
.payment-status .payment-footer a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .payment-status .payment-footer {
    padding: 30px 30px;
  }
  .payment-status .payment-footer p {
    line-height: 22px;
  }
}
.sign-in-redesign .std-box {
  border: none;
  background: none;
}
.sign-in-redesign .sign-in-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
}
.sign-in-redesign .buttons {
  max-width: 400px;
}
@media (max-width: 479px) {
  .sign-in-redesign .buttons {
    margin: 16px auto;
  }
}
.sign-in-redesign .buttons2 {
  border: none;
  margin-top: 0px;
}
.btn-lookup {
  margin: 4px 10px;
  height: 35px;
}
.btn-lookup span {
  line-height: 28px;
}
@media (min-width: 960px) {
  .inputs-compact-inline .inp-text.address-found {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .inputs-compact-inline .inp-text.address-select {
    width: 87%;
  }
}
#ideal_hppid {
  color: #808080;
}
#ideal_hppid option {
  color: #000;
}
#ideal_hppid.selected-value {
  color: #000;
}
.airshipping-delivery {
  display: block;
  margin: 5px 0 10px 0;
  color: #d21414;
}
@media (min-width: 590px) {
  .airshipping-delivery {
    margin-bottom: 0;
  }
}
.airshipping-delivery__icon {
  margin: -2px 4px 0 0;
}
.CartError {
  background-color: red;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 10px 0;
}
.login-3step-header {
  font-weight: 400;
}
.login-3step-info {
  font-size: 87.5%;
}
.provider-buttons {
  margin-top: 1.25em !important;
}
.provider-buttons-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.provider-buttons-horizontal .social-icon {
  padding-right: 0px;
}
.provider-buttons-horizontal .btn--full-width {
  width: 30%;
}
.provider-button {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
  border-color: #bfbfbf !important;
  margin-bottom: 1.25em !important;
  font-weight: bold;
}
.provider-button:hover {
  background-color: #e6e6e6 !important;
}
.or-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 15px !important;
}
.line-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto max-content auto;
      grid-template-columns: auto max-content auto;
}
.line-grid hr {
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-color: #bfbfbf !important;
  margin: 25px 0 !important;
}
.social-icon {
  padding-right: 0.75rem;
}
.delivery-payment .level-2 h4.disabled label {
  color: #bfbfbf;
}
.is-overloaded-info {
  position: relative;
  top: 2px;
  left: 5px;
}
.is-overloaded-alt {
  position: relative;
  top: 10px;
}
.is-overloaded-alt-text {
  display: none;
}
.is-overloaded-alt-placeholder {
  margin-top: 12px !important;
}
.free-delivery-desc {
  margin-top: 12px !important;
}
.notino-stores-change {
  cursor: pointer;
  padding-left: 26px !important;
  font-size: 116.66666667%;
}
.save_card_label_text {
  font-weight: bold;
}
.save_card_info_text {
  font-size: 13px;
}
.inputs-compact .req {
  display: none;
}
.inputs-compact .inputs-compact__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
}
.inputs-compact .std-box:not(.open-box) + .mt-reset.inputs-compact__title {
  margin-top: 52px !important;
}
@media (min-width: 590px) {
  .inputs-compact .inp-person .radio.col-h-l {
    width: 40%;
  }
  .inputs-compact .inp-person .radio.col-h-r {
    width: 60%;
  }
}
.inputs-compact .inp-person .radio .name {
  margin-left: 32px;
}
.inputs-compact .inp-person .radio label input[type=radio] {
  position: absolute;
  left: -9999px;
}
.inputs-compact .inp-person .radio label input[type=radio] + .name:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #808080;
  border-radius: 100%;
  background-color: #fff;
}
.inputs-compact .inp-person .radio label input[type=radio]:checked + .name:before {
  border-color: #000;
}
.inputs-compact .inp-person .radio label input[type=radio] + .name:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  transition: all 0.2s ease;
}
.inputs-compact .inp-person .radio label input[type=radio][disabled] + .name {
  color: #bfbfbf;
}
.inputs-compact .inp-person .radio label input[type=radio][disabled] + .name:before {
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}
.inputs-compact .inp-person .radio label input[type=radio]:not(:checked) + .name:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.inputs-compact .inp-person .radio label input[type=radio]:checked + .name:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.inputs-compact .inp-person .radio label:hover input:not([disabled])[type=radio]:not(:checked) + .name:before {
  border-color: #000;
}
.inputs-compact .std-box {
  margin: 0 0 1.3em;
  padding: 0;
}
.inputs-compact .std-box p {
  margin-bottom: 20px;
}
.inputs-compact .std-box p.radio {
  padding: 0;
  margin-bottom: 13px;
}
.inputs-compact .std-box p .inp-text-info--watchdog-modal {
  top: 8px;
}
.inputs-compact .std-box p label {
  margin-bottom: 4px;
}
.inputs-compact .std-box :not(.heading) + #delivery_box {
  margin-bottom: -43px;
}
.inputs-compact .std-box #postfiliale_box {
  margin-bottom: 30px;
}
.inputs-compact .std-box .col-l {
  float: left;
  width: 66%;
}
.inputs-compact .std-box .col-r {
  float: right;
  width: 33%;
}
.inputs-compact .std-box .col-r .inp-text-no-border {
  padding-top: 36px;
  padding-left: 12px;
}
@media (min-width: 480px) {
  .inputs-compact .short-inputs .inp-text {
    width: 49%;
  }
  .inputs-compact .short-inputs .btn {
    margin-left: 11px;
  }
  .inputs-compact .short-inputs .btn + span {
    margin-left: 11px;
  }
}
@media (min-width: 590px) {
  .inputs-compact .std-box .col-l {
    width: 49%;
  }
  .inputs-compact .std-box .col-r {
    width: 49%;
  }
  .inputs-compact .std-box .col-r .inp-text-no-border {
    padding-top: 15px;
    padding-left: 4px;
  }
}
#specialSalesOfferModal .modal-header > div {
  width: 100%;
}
#specialSalesOfferModal .modal-body {
  padding-bottom: 200px;
  background-image: url('../img/bg/special-sales-offer-bg.jpg');
  background-repeat: no-repeat;
  background-size: auto 280px;
  background-position: center bottom -30px;
  text-align: center;
}
@media (min-width: 992px) {
  #specialSalesOfferModal .modal-body {
    background-position: center bottom;
    padding-bottom: 300px;
  }
  #specialSalesOfferModal .modal-body .row {
    margin-bottom: 40px;
  }
  #specialSalesOfferModal .modal-body .row .col:first-of-type {
    border-right: 1px solid #e6e6e6;
  }
}
.special-sales-offer-modal__pros {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .special-sales-offer-modal__pros {
    padding: 16px 24px 16px 0;
  }
}
.special-sales-offer-modal__pros li {
  position: relative;
  padding-left: 56px;
  font-size: 13px;
  list-style: none;
}
.special-sales-offer-modal__pros li:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .special-sales-offer-modal__pros li {
    padding-left: 68px;
    font-size: 14px;
  }
}
.special-sales-offer-modal__pros li:before {
  content: attr(data-order);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .special-sales-offer-modal__pros li:before {
    width: 52px;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
  }
}
.special-sales-offer-modal__pros .special-sales-offer__icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.special-sales-offer-modal__infobox {
  margin-top: 24px;
  padding: 24px 0;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .special-sales-offer-modal__infobox {
    margin: 0;
    padding: 16px 0;
    border-top: none;
  }
}
.special-sales-offer-modal__infobox-table {
  display: table;
  margin: 0 auto;
}
.special-sales-offer-modal__infobox-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 590px) {
  .special-sales-offer-modal__infobox-row {
    margin-top: 8px;
  }
}
@media (min-width: 590px) {
  .special-sales-offer-modal__infobox-row .special-sales-offer {
    margin-top: 0;
  }
}
.special-sales-offer-modal__infobox-row .special-sales-offer__icon {
  width: 32px;
  height: 32px;
}
.special-sales-offer-modal__infobox-row span:not(.special-sales-offer__icon) {
  display: inline-block;
  margin-left: 8px;
  line-height: 42px;
}
.heading-wrapper {
  margin: 0 -16px 64px -16px;
  padding: 48px 16px;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .heading-wrapper {
    margin-bottom: 80px;
    padding: 64px 16px;
  }
}
@media (min-width: 768px) {
  .heading-wrapper--center {
    margin: 0 auto;
    max-width: 1035px;
  }
}
.heading__icon {
  margin-bottom: 16px;
}
.heading__title {
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .heading__title {
    font-size: 32px;
  }
}
.heading__subtitle {
  margin-top: 8px;
  line-height: 24px;
  font-size: 14px;
  color: #404040;
}
.payment__box {
  margin: 32px 0;
  background-color: inherit;
}
.payment__box.std-box--facelift.std-box--padded {
  padding: 0;
}
.payment__box.przelewy24-form {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
  text-align: left;
}
.payment__box.przelewy24-form table {
  margin-top: 0;
}
.payment__box.przelewy24-form td {
  padding-left: 0;
}
.payment__box.przelewy24-form .payment__flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
.payment__box.przelewy24-form .payment__button {
  margin-top: 0;
}
.payment__box.przelewy24-form .payment__logos {
  margin: 0 0 0 24px;
}
@media (min-width: 590px) {
  .payment__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .payment__box:not(.std-box) {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.submit__box {
  margin: 16px auto 0 auto;
  max-width: 350px;
}
.submit__box .inp-text__label {
  display: block;
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: left;
  color: #404040;
}
.submit__box .inp-text {
  margin-bottom: 16px;
}
.submit__link {
  display: inline-block;
  margin-top: 24px;
}
.payment__button:not(.btn--full-width) {
  width: auto;
}
.payment__logos {
  margin-top: 24px;
  text-align: left;
}
@media (min-width: 590px) {
  .payment__logos {
    margin: 0;
    margin-left: 24px;
    text-align: center;
  }
}
.payment__text {
  margin-top: 24px;
  line-height: 24px;
  font-weight: 700;
}
.payment__text--grey {
  line-height: 24px;
  color: #404040;
}
.payment__title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .payment__title {
    margin-top: 24px;
    font-size: 24px;
  }
}
.payment__wrapper {
  color: #404040;
}
.payment__wrapper tr:last-child .payment__desc,
.payment__wrapper tr:last-child .payment__value {
  padding-bottom: 0;
}
.payment__desc {
  padding: 0;
  padding-bottom: 8px;
  font-weight: 400;
}
.payment__value {
  padding: 0;
  padding-bottom: 8px;
  padding-left: 48px;
  font-weight: 700;
}
.payment__desc-item:not(:last-child) {
  margin-bottom: 8px;
}
.payment__values-item {
  font-weight: 700;
}
.payment__values-item:not(:last-child) {
  margin-bottom: 8px;
}
.payment-status .heading-wrapper {
  background-color: inherit;
}
.payment-status .heading-wrapper--center {
  text-align: center;
}
.payment-status .payment__box {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .main-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .summary-wrapper {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.info-wrapper {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .info-wrapper {
    margin-top: 0;
    margin-left: 64px;
  }
}
@media (min-width: 1120px) {
  .info-wrapper {
    margin-left: 96px;
  }
}
.summary__header {
  font-size: 18px;
}
.product-summary {
  margin-top: 24px;
}
.product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e6e6e6;
  padding: 16px 0;
}
@media (min-width: 590px) {
  .product-item.service,
  .product-item.engraving {
    padding-left: 86px;
  }
}
@media (min-width: 768px) {
  .product-item {
    padding: 16px 16px 16px 0;
  }
}
.product-item__img {
  width: 70px;
  min-width: 70px;
  height: auto;
  margin-right: 16px;
}
.product-item.service .product-item__img,
.product-item.engraving .product-item__img {
  display: none;
}
.product-item:not(.service):not(.engraving) .product-item__img {
  height: 70px;
}
.product-item__wrapper {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 590px) {
  .product-item__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-item.service .product-item__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-item__info {
  margin-right: 32px;
  margin-bottom: 4px;
}
@media (min-width: 590px) {
  .product-item__info {
    margin-bottom: 0;
    -webkit-flex-basis: 67%;
        -ms-flex-preferred-size: 67%;
            flex-basis: 67%;
  }
}
@media (min-width: 768px) {
  .product-item__info {
    -webkit-flex-basis: inherit;
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit;
  }
}
.product-item.sample .product-item__info,
.product-item.gift .product-item__info,
.product-item.engraving .product-item__info,
.product-item.service .product-item__info {
  margin-bottom: 0;
}
.product-item__desc {
  display: block;
  text-decoration: none;
}
@media (min-width: 590px) {
  .product-item__desc:hover {
    text-decoration: underline;
  }
}
.product-item__brand {
  font-weight: 300;
  color: #000;
}
.product-item__collection {
  font-weight: 700;
  color: #000;
}
.product-item__subname {
  display: block;
  color: #404040;
}
.product-item__service {
  display: block;
  margin-right: 32px;
}
.product-item__engraving-text {
  color: #404040;
}
.product-item__note {
  font-weight: 700;
}
.product-item__sum {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 590px) {
  .product-item__sum {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
@media (min-width: 960px) {
  .product-item__sum {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
@media (min-width: 590px) {
  .product-item__count {
    display: inline-block;
    margin-right: 32px;
  }
}
.product-item__price {
  text-align: right;
  font-weight: 700;
}
@media (min-width: 590px) {
  .product-item__price {
    display: inline-block;
  }
}
.product-item__unit-price {
  display: block;
  font-size: 10px;
  color: #808080;
  font-weight: 400;
}
.delivery-summary {
  margin-top: 32px;
}
@media (min-width: 590px) {
  .delivery-summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.address:not(:last-child) {
  margin-right: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .address:not(:last-child) {
    margin-right: 48px;
  }
}
.address__heading {
  font-weight: 700;
}
.address__content {
  margin-bottom: 16px;
}
.price-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px;
  background-color: #f5f5f5;
  padding: 16px;
}
@media (min-width: 590px) {
  .price-summary {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .price-summary {
    margin: 0;
  }
}
.price__text {
  font-size: 14px;
}
.price__colon {
  display: none;
}
@media (min-width: 590px) {
  .price__colon {
    display: inline;
  }
}
.price__value {
  margin-left: 24px;
  font-size: 18px;
  font-weight: 700;
}
.info__header {
  margin-bottom: 16px;
  font-size: 18px;
}
.info__tick {
  margin-bottom: 8px;
}
.info__tick:last-of-type {
  margin-bottom: 24px;
}
.info__button {
  display: inline-block;
  width: auto;
  margin-bottom: 48px;
}
.info__paragraph {
  margin-bottom: 8px;
}
.info__phone {
  margin-bottom: 64px;
}
.my-account .header-l {
  margin-top: 48px;
  margin-bottom: 24px;
}
.my-account .section-l {
  margin-bottom: 32px;
}
.my-account .wrapper {
  margin: 32px auto 0 auto;
  max-width: 344px;
}
.my-account .wrapper .header {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .my-account .wrapper .header {
    margin-bottom: 48px;
  }
}
.my-account .wrapper .section {
  margin-bottom: 24px;
}
.my-account .wrapper .section label {
  color: #404040;
}
.my-account .wrapper .section .inp-text {
  margin-top: 4px;
}
.my-account .wrapper .section .reset-pwd {
  display: inline-block;
  margin-top: 8px;
  color: #000;
}
.my-account .wrapper .section.checkbox {
  margin: 32px 0px 32px;
}
.my-account .wrapper .section.checkbox .checkbox__label {
  padding-right: 30px;
}
.my-account .wrapper .section.checkbox .checkbox__label .checkbox__value {
  font-weight: normal;
}
.my-account .wrapper .section.checkbox .checkbox__label .inp-text-info--watchdog-modal {
  top: 2px;
}
.my-account .wrapper .btn {
  margin-bottom: 16px;
}
.my-account .wrapper .register-link,
.my-account .wrapper .login-link {
  color: #000;
}
@media (max-width: 991px) {
  .my-account .wrapper .flex-item:nth-child(2) {
    margin-top: 40px;
  }
}
.my-account .wrapper .tick {
  margin: 0px 0px 16px;
}
.my-account .modal-body .close {
  color: #000;
}
.my-account .modal-body .header {
  margin: 0px 0px 24px;
}
@media (min-width: 992px) {
  .my-account .modal-body {
    padding: 0px 72px 16px;
  }
}
@media (min-width: 992px) {
  .my-account #registrace {
    max-width: 690px;
  }
  .my-account #registrace .flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .my-account #registrace .flex-container .flex-item {
    width: 325px;
  }
}
.my-account .myaccount-info {
  margin: 50px auto;
  display: block;
  max-width: 600px;
  text-align: center;
}
@media (min-width: 992px) {
  .my-account #col-content {
    margin-top: 4em;
  }
}
.my-account-container {
  margin: 32px 0 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
}
.my-account-container .username {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .my-account-container .username {
    font-size: 28px;
  }
}
.my-account-container .email {
  font-size: 12px;
  color: #808080;
}
@media (min-width: 992px) {
  .my-account-container .email {
    font-size: 14px;
  }
}
.my-account-container .logout {
  margin-left: 48px;
  font-size: 12px;
  color: #000;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .my-account-container .logout {
    font-size: 14px;
  }
}
#myNotinoApp {
  min-height: calc(25vh + 64px);
}
.cards-overview {
  margin-top: 1em;
  margin-bottom: 2em;
}
.card-item {
  position: relative;
  max-width: 330px;
  max-height: 210px;
  margin: 16px auto;
  padding: 80px 10px 10px 10px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}
.card-item__remove {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.card-item__remove:hover {
  text-decoration: none;
}
.card-item__mask {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
}
.card-item__mask-chunk {
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .card-item__mask-chunk {
    padding: 0 8px;
  }
}
.card-item__expiration {
  display: inline-block;
  margin: 20px 10px 0 0;
  vertical-align: middle;
}
.card-item__image {
  display: inline-block;
  height: 36px;
  max-width: 80px;
  margin: 20px 10px 0 0;
  vertical-align: middle;
  line-height: 36px;
}
.card-item--expired {
  border-color: #d21414;
}
.card-item--expired .card-item__mask,
.card-item--expired .card-item__expiration,
.card-item--expired .card-item__image {
  opacity: 0.5;
}
.card-item__expired {
  max-width: 330px;
  margin: -8px auto 16px auto;
  box-sizing: border-box;
  font-size: 12px;
}
.order-list {
  padding: 0;
}
.order-list li {
  overflow: hidden;
  padding: 10px;
  border-top: 2px solid #f5f5f5;
}
.order-list li:first-child {
  border-top: 0;
}
.order-list p {
  float: left;
  margin: 0;
  text-align: right;
}
.order-list .title {
  margin-top: 0;
  font: normal 100%/1.5 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.order-list .price {
  font-weight: bold;
}
.order-list .status {
  float: right;
}
@media (min-width: 590px) {
  .order-list .title {
    float: left;
    width: 100%;
    padding-right: 15em;
    margin: 0 -14.5em 0 0;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .order-list p {
    width: 7em;
  }
}
@media (min-width: 768px) {
  .order-list li {
    padding: 10px 20px;
  }
}
.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -16px 48px;
  box-shadow: inset 0 -1px 1px #e6e6e6;
  padding-left: 16px;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  overflow-x: auto;
  transition: top 0.3s ease;
}
.tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .tabs {
    margin: 16px 0 48px;
    padding-left: 0;
  }
}
.tabs .tab {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 24px;
  height: 45px;
  width: auto;
  line-height: 3.4;
}
@media (min-width: 768px) {
  .tabs .tab {
    display: inline-block;
    height: 56px;
    box-sizing: border-box;
  }
  .tabs .tab:not(.tab--active) .tab__label:hover {
    border-bottom: 1px solid #000;
    color: #404040;
  }
}
@media (min-width: 992px) {
  .tabs .tab {
    margin-right: 32px;
  }
}
.tabs .tab:nth-last-child(2) {
  margin-right: 0;
}
.tabs .tab--active {
  border-bottom: 3px solid #000;
}
@media (min-width: 768px) {
  .tabs .tab--active {
    padding-bottom: 10px;
    cursor: default;
  }
}
.tabs .tab--blank {
  padding-right: 16px;
}
.tabs .tab__label {
  text-decoration: none;
}
@media (min-width: 768px) {
  .tabs .tab__label {
    display: block;
    padding-top: 13px;
    line-height: 3;
  }
}
#param-filter {
  margin: 0 0 1em;
}
.js #param-filter .filterSubmit {
  display: none;
}
#param-filter .ca-control,
#param-filter .filter-headline,
#param-filter h3 {
  margin: 0;
  font-size: 100%;
}
#param-filter .ca-control a,
#param-filter .filter-headline a,
#param-filter h3 a {
  position: relative;
  display: block;
  padding: 9px 0;
  color: #000;
  text-decoration: none;
}
@media (min-width: 960px) {
  #param-filter .ca-control a,
  #param-filter .filter-headline a,
  #param-filter h3 a {
    padding: 10px;
  }
}
#param-filter > .ca-control > span {
  display: inline-block;
  padding: 9px 0;
}
#param-filter .ca-control {
  display: inline-block;
  min-height: 40px;
  background: #fff;
}
@media (min-width: 960px) {
  #param-filter .ca-control {
    display: block;
    float: none;
    border: 1px solid #e6e6e6;
  }
}
#param-filter .ca-control a {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
#param-filter .ca-control .filter__icon {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
  color: #000;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
#param-filter .item .filter-headline .filter__icon,
#param-filter .item h3 .filter__icon {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 14px;
  height: 14px;
  color: #000;
}
#param-filter.ca-expanded .ca-control .filter__icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
#param-filter .item.ca-expanded .ca-link .filter__icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
#param-filter .ca-box {
  padding: 2px 0;
}
#param-filter .ca-box:not([aria-hidden="false"]) {
  display: none;
}
#param-filter .buttons {
  margin-top: 10px;
}
#param-filter .btn {
  width: 100%;
  font-size: 14px;
}
#param-filter .item {
  position: relative;
  margin: 10px 0;
}
#param-filter .item .filter-headline,
#param-filter .item h3,
#param-filter .item .box {
  background: #fff;
}
#param-filter .item .filter-headline,
#param-filter .item h3 {
  font-size: 100%;
  text-align: left;
}
#param-filter .item .filter-headline a,
#param-filter .item h3 a {
  background: transparent !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 100%;
}
#param-filter .item .ca-link {
  display: block;
  padding: .69em 10px .69em 10px;
  margin: 0 -10px;
  border: 0;
  text-decoration: none;
}
#param-filter .item .box {
  padding: 0;
  font-size: 13px;
  overflow: hidden;
  transition: height 0.5s;
}
#param-filter .item:nth-child(1) .box,
#param-filter .item:nth-child(2) .box {
  height: auto;
}
#param-filter .item.ca-collapsed .box {
  display: block;
  height: 0px;
  padding: 0px;
}
#param-filter .item .filter-headline + .box,
#param-filter .item .filter-headline + form .box,
#param-filter .item h3 + .box,
#param-filter .item h3 + form .box {
  border-top-width: 0;
}
#param-filter .item.ca-collapsed .box {
  display: none;
}
#param-filter .item ul {
  overflow: hidden;
  -webkit-transform: translate3D(0,0,0);
  -ms-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
}
#param-filter .item li {
  position: relative;
  bottom: 1px;
  margin-right: 10px;
}
#param-filter .item li label,
#param-filter .item li a {
  display: inline-block;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: .875em 2px;
}
#param-filter .item li label {
  padding-left: 20px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
#param-filter .item li a {
  text-decoration: none;
  color: #000;
}
#param-filter .item li a:hover .name {
  text-decoration: underline;
}
#param-filter .item li.noresults {
  border-top-width: 0;
}
#param-filter .item label input {
  margin: -1px 0.34em 1px -20px;
  vertical-align: middle;
}
#param-filter .item .name {
  text-decoration: none;
  font-weight: 400;
}
#param-filter .item .count {
  display: inline-block;
  text-decoration: none;
  color: #808080;
}
#param-filter .item .count span {
  color: #bfbfbf;
}
#param-filter .item li .checkbox__label {
  padding: 2px 0px !important;
}
#param-filter .filter-selected {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 959px) {
  #param-filter .filter-selected {
    margin: 10px -16px;
  }
  #param-filter .filter-selected ul {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 0 1px 16px;
  }
  #param-filter .filter-selected ul::-webkit-scrollbar {
    display: none;
  }
}
#param-filter .filter-selected .filter-headline,
#param-filter .filter-selected h3 {
  display: none;
}
#param-filter .filter-selected li {
  padding: 6px;
  margin-bottom: 1px;
  color: #404040;
  background-color: #f5f5f5;
  border: 0;
}
#param-filter .filter-selected li a.tag-remove {
  background: #f5f5f5;
  position: relative;
  text-align: right;
  color: #404040;
}
#param-filter .filter-selected li a.tag-remove:active,
#param-filter .filter-selected li a.tag-remove:hover {
  background: #f5f5f5;
  color: #404040;
}
#param-filter .filter-selected .color {
  display: inline-block;
  width: 17px;
  height: 17px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: -2px 0 -1px 0.34em;
  vertical-align: middle;
}
#param-filter .filter-selected .color-glitter,
#param-filter .filter-selected .color-various,
#param-filter .filter-selected .color-transparent {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/bg/all24.png') -1000px -1000px no-repeat;
  content: "";
  background-position: -150px -25px;
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #param-filter .filter-selected .color-glitter,
  #param-filter .filter-selected .color-various,
  #param-filter .filter-selected .color-transparent {
    background-image: url('../img/bg/all24@2x.png');
    background-size: 250px;
  }
}
#param-filter .filter-selected .color-various {
  background-position: -175px -25px;
}
#param-filter .filter-selected .color-transparent {
  background-position: -200px -25px;
  border: 1px solid #bfbfbf;
}
#param-filter > .filter-selected:first-child ul {
  margin-top: 0;
}
#param-filter .price-filter.box {
  font-size: 100%;
}
#param-filter .price-filter p {
  height: 40px;
  overflow: hidden;
  text-align: justify;
}
#param-filter .price-filter p:after {
  display: inline-block;
  width: 100%;
  content: "";
  visibility: hidden;
}
#param-filter .price-filter .inp-price {
  width: 45%;
  max-width: 80px;
  white-space: nowrap;
  border: 1px solid #e6e6e6;
}
#param-filter .price-filter .inp-text {
  margin: 0;
  vertical-align: top;
}
#param-filter .item .letters {
  margin: 0 0 10px;
  padding: 0;
  overflow: visible;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  text-align: left;
  line-height: 1;
  font-size: 100%;
}
#param-filter .item .letters > li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
#param-filter .item .letters:after {
  display: none;
}
#param-filter .item .letters,
#param-filter .item .letters li {
  border: solid #fff;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 2px 0 0 2px;
}
#param-filter .item .letters li {
  bottom: 0;
  width: 11.11111111%;
  margin: 0;
  border-width: 0 2px 2px 0;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
#param-filter .item .letters li a {
  display: block !important;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 3;
  text-decoration: none;
  color: #404040;
  background: #f5f5f5;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
#param-filter .item .letters li a.tag-remove {
  background: #f5f5f5;
  position: relative;
  text-align: right;
  color: #404040;
}
#param-filter .item .letters li a:hover {
  background: #f5f5f5;
}
#param-filter .item .letters li a.active {
  background: #dc0069;
  color: #fff;
}
#param-filter .item .letters li .tag-remove__icon {
  right: 8px;
  left: unset;
  color: currentColor;
}
.no-js #param-filter .item .letters .js-only {
  display: none;
}
#param-filter .item .letters .js-filter-alphabet-cancel {
  display: inline-block;
}
#param-filter .item .letters .js-filter-alphabet-cancel.hidden {
  display: none;
}
#param-filter .item .letters .js-filter-alphabet-cancel a {
  background: #000;
  color: #fff;
}
#param-filter .item .letters .js-filter-alphabet-cancel a,
#param-filter .item .letters .js-filter-alphabet-cancel a:hover {
  background: #000;
}
#param-filter .item .letters .js-filter-alphabet-cancel a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 3;
  text-align: center;
}
#param-filter .color-filter {
  margin-left: -2px;
}
@media (min-width: 992px) {
  #param-filter .color-filter {
    margin-left: 0;
    overflow: visible !important;
  }
}
#param-filter .color-filter ul {
  display: block;
  margin: 8px 0;
  padding: 2px 0 0 2px;
  overflow-x: auto;
}
@media (min-width: 992px) {
  #param-filter .color-filter ul {
    margin: 8px 0 0 0;
    padding: 0;
    overflow: visible !important;
  }
}
#param-filter .color-filter ul::-webkit-scrollbar {
  display: none;
}
#param-filter .color-filter ul li {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: calc((100vw/5) - 48px);
  margin-bottom: 10px;
  border: 0;
}
#param-filter .color-filter ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
}
#param-filter .color-filter ul li a:after {
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  content: "";
  transition: border-color 300ms ease;
}
#param-filter .color-filter ul li a:hover:after,
#param-filter .color-filter ul li a.active:after {
  border-color: #404040;
}
#param-filter .color-filter ul li .gold {
  background: linear-gradient(to bottom right, #FFEDAB, #CFB53B 80%);
}
#param-filter .color-filter ul li .silver {
  background: linear-gradient(to bottom right, #fff 10%, #DCD9D9 40%, #DDDADA 50%);
}
#param-filter .color-filter ul li .transparent {
  background: linear-gradient(to bottom right, #fff 49%, #d21414 50%, #fff 51%);
  border: 1px solid #000;
}
#param-filter .color-filter ul li .multicolor {
  background: linear-gradient(45deg, #b31b1b 6%, #f5dc58 36%, #2b4b9f 64%, #db89b9 94%, #db89b9 94%);
}
#param-filter .color-filter ul li .white {
  background: #FFFFFF;
  border: 1px solid #000;
}
#param-filter .color-filter ul li [class^="hair--"] {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
#param-filter .color-filter ul li .hair--black {
  background-image: url('../img/filter-colors/hair/black.png');
}
#param-filter .color-filter ul li .hair--blond {
  background-image: url('../img/filter-colors/hair/blond.png');
}
#param-filter .color-filter ul li .hair--blue {
  background-image: url('../img/filter-colors/hair/blue.png');
}
#param-filter .color-filter ul li .hair--brown-dark {
  background-image: url('../img/filter-colors/hair/brown-dark.png');
}
#param-filter .color-filter ul li .hair--brown-light {
  background-image: url('../img/filter-colors/hair/brown-light.png');
}
#param-filter .color-filter ul li .hair--brown {
  background-image: url('../img/filter-colors/hair/brown.png');
}
#param-filter .color-filter ul li .hair--ginger {
  background-image: url('../img/filter-colors/hair/ginger.png');
}
#param-filter .color-filter ul li .hair--green {
  background-image: url('../img/filter-colors/hair/green.png');
}
#param-filter .color-filter ul li .hair--grey {
  background-image: url('../img/filter-colors/hair/grey.png');
}
#param-filter .color-filter ul li .hair--pink {
  background-image: url('../img/filter-colors/hair/pink.png');
}
#param-filter .color-filter ul li .hair--purple {
  background-image: url('../img/filter-colors/hair/purple.png');
}
#param-filter .color-filter ul li .hair--red {
  background-image: url('../img/filter-colors/hair/red.png');
}
#param-filter .color-filter ul li .hair--orange {
  background-image: url('../img/filter-colors/hair/orange.png');
}
#param-filter .color-filter ul li .hair--silver {
  background-image: url('../img/filter-colors/hair/silver.png');
}
#param-filter .color-filter ul li .hair--transparent {
  background: linear-gradient(to bottom right, #fff 49%, #d21414 50%, #fff 51%);
  border: 1px solid #000;
}
#param-filter .color-filter ul li .color-glitter,
#param-filter .color-filter ul li .color-various,
#param-filter .color-filter ul li .color-transparent {
  display: inline-block;
  vertical-align: middle;
  background: url('../img/bg/all24.png') -1000px -1000px no-repeat;
  content: "";
  background-position: 0 -25px;
  vertical-align: top;
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #param-filter .color-filter ul li .color-glitter,
  #param-filter .color-filter ul li .color-various,
  #param-filter .color-filter ul li .color-transparent {
    background-image: url('../img/bg/all24@2x.png');
    background-size: 250px;
  }
}
#param-filter .color-filter ul li .color-various {
  background-position: -50px -25px;
}
#param-filter .color-filter ul li .color-transparent {
  background-position: -100px -25px;
  border: 1px solid #bfbfbf;
}
@media (min-width: 360px) {
  #param-filter .color-filter ul li {
    margin-right: calc((100vw/6) - 46px);
  }
}
@media (min-width: 420px) {
  #param-filter .color-filter ul li {
    margin-right: calc((100vw/7) - 46px);
  }
}
@media (min-width: 480px) {
  #param-filter .color-filter ul li {
    margin-right: calc((100vw/7) - 54px);
  }
}
@media (min-width: 540px) {
  #param-filter .color-filter ul li {
    margin-right: calc((100vw/8) - 52px);
  }
}
@media (min-width: 590px) {
  #param-filter .color-filter ul li {
    margin-right: calc((100vw/9) - 52px);
  }
}
@media (min-width: 640px) {
  #param-filter .color-filter ul li {
    margin-right: calc((100vw/10) - 50px);
  }
}
@media (min-width: 768px) {
  #param-filter .color-filter ul li {
    margin-right: calc((100vw/12) - 48px);
  }
}
@media (min-width: 992px) {
  #param-filter .color-filter ul li {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 10px;
  }
  #param-filter .color-filter ul li:nth-child(6n) {
    margin-right: 0;
  }
}
#param-filter .filter-show-more {
  display: none;
  line-height: 39px;
  color: #000;
}
#param-filter .filter-collapsed .filter-show-more {
  display: inline-block;
}
#param-filter .filter-collapsed .filter-show-more:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 960px) {
  #param-filter {
    margin: 0;
    background: none;
  }
  #param-filter .ca-control {
    display: none;
  }
  #param-filter .ca-box {
    display: block !important;
    margin: 0 0 10px;
    padding: 0;
  }
  #param-filter .ca-control .filter__icon,
  #param-filter .item .filter-headline .filter__icon,
  #param-filter .item h3 .filter__icon {
    width: 12px;
    height: 12px;
    margin: -6px 0 0;
  }
  #param-filter .item {
    margin: 0;
    padding: 10px 0;
  }
  #param-filter .item .filter-headline,
  #param-filter .item h3,
  #param-filter .item .box {
    border-width: 0;
    padding: 0;
  }
  #param-filter .item .filter-headline,
  #param-filter .item h3 {
    margin: -10px -10px 0;
  }
  #param-filter .item .box {
    font-size: 85.71428571%;
  }
  #param-filter .item .ca-link {
    padding: 7px 10px;
    margin: 0;
    transition: background-color 300ms ease;
  }
  #param-filter .item ul {
    overflow: auto;
  }
  #param-filter .item ul.js-filter-alphabet ~ .js-filter-collapse {
    max-height: 27.545em;
    /* 1/12em ~ border */
  }
  #param-filter .item ul.filter-topItems,
  #param-filter .item ul .filter-separator {
    border-bottom: 1px solid #f5f5f5;
  }
  #param-filter .item li label,
  #param-filter .item li a {
    padding: .5em 0;
  }
  #param-filter .item li label {
    padding-left: 20px;
  }
  #param-filter .item.ca-collapsed .filter-headline,
  #param-filter .item.ca-collapsed h3 {
    margin-bottom: -10px;
  }
  #param-filter .item.ca-collapsed .filter-headline a,
  #param-filter .item.ca-collapsed h3 a {
    background: #f5f5f5;
  }
  #param-filter .filter-selected {
    padding-top: 0;
  }
  #param-filter .filter-selected .filter-headline,
  #param-filter .filter-selected h3 {
    display: none;
    margin: 0 0 .5em;
  }
  #param-filter .filter-selected ul {
    max-height: none;
  }
  #param-filter .filter-selected li {
    bottom: 0;
    display: block;
    padding: .38em 5px;
    margin: 0;
    border: solid #fff;
    border-width: 2px 2px 0;
    border-radius: 0;
    background: #f5f5f5;
    color: #404040;
    font-weight: bold;
  }
  #param-filter .filter-selected li:before,
  #param-filter .filter-selected li:after {
    content: " ";
    display: table;
  }
  #param-filter .filter-selected li:after {
    clear: both;
  }
  #param-filter .filter-selected li:before,
  #param-filter .filter-selected li:after {
    content: " ";
    display: table;
  }
  #param-filter .filter-selected li:after {
    clear: both;
  }
  #param-filter .filter-selected li a.tag-remove {
    float: right;
    background: none;
    font-weight: normal;
    color: #404040;
    transition: color 300ms ease;
  }
  #param-filter .filter-selected li a.tag-remove:hover {
    background: none;
  }
  #param-filter .filter-selected li .tag-remove__icon {
    right: 0;
  }
  #param-filter .filter-selected .color {
    margin: -2px 0 0 0.34em;
  }
  #param-filter .price-filter p {
    height: 35px;
  }
  #param-filter .item .letters li a,
  #param-filter .item .letters .ico-cross:before {
    line-height: 2.36;
  }
  #param-filter .item .letters .ico-cross {
    padding-top: 2.36em;
  }
  #param-filter .color-filter .color-desc {
    display: block;
    position: absolute;
    left: -50px;
    right: -50px;
    top: 30px;
    z-index: 2;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 300ms, opacity 300ms ease;
  }
  #param-filter .color-filter .color-desc span {
    position: relative;
    display: inline-block;
    min-width: 60px;
    padding: 2px 5px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #404040;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  }
  #param-filter .color-filter .color-desc span:before {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #404040 transparent;
    content: "";
  }
  #param-filter .color-filter a:hover .color-desc {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms;
  }
}
@media (min-width: 960px) {
  .js #param-filter:not(.ca-collapsed):not(.ca-expanded) .item:not(.ca-collapsed):not(.ca-expanded) .filter-headline,
  .js #param-filter:not(.ca-collapsed):not(.ca-expanded) .item:not(.ca-collapsed):not(.ca-expanded) h3 {
    position: relative;
    padding: 7px 10px;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
  }
  .js #param-filter:not(.ca-collapsed):not(.ca-expanded) .item:not(.ca-default-expanded):not(.ca-expanded) .filter-headline,
  .js #param-filter:not(.ca-collapsed):not(.ca-expanded) .item:not(.ca-default-expanded):not(.ca-expanded) h3 {
    margin-bottom: -10px;
  }
  .js #param-filter:not(.ca-collapsed):not(.ca-expanded) .item:not(.ca-default-expanded):not(.ca-expanded) .box {
    display: none;
  }
}
.no-js #param-filter .ca-control {
  display: none;
}
.no-js #param-filter .ca-box {
  margin-top: -2px;
}
@media (min-width: 960px) {
  .no-js #param-filter .ca-box {
    margin-top: 0;
  }
  .no-js #param-filter .item .filter-headline,
  .no-js #param-filter .item h3 {
    margin: -3px 0 7px;
    padding: 7px 0;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
  }
  .no-js #param-filter .filter-selected .filter-headline,
  .no-js #param-filter .filter-selected h3 {
    margin: 0 0 .5em;
  }
}
.js-filter .ico-search {
  margin: 10px 0;
}
.js-filter .highlight {
  color: #000;
}
.js-filter .noresults {
  padding: .5em 0;
  font-weight: bold;
}
/* Category Back Link */
.filter_back_link {
  text-decoration: none;
  font-size: 14px;
  padding: 0em 0px !important;
}
.filter_back_link .filter_back_icon {
  position: relative;
  left: -4px;
  margin-bottom: 4px;
  width: 14px;
  height: 14px;
  color: #000;
}
.filter_back_link .filter_back_text {
  font-weight: 400;
}
/* Category Tree */
.category-tree--desktop {
  display: none;
}
@media (min-width: 992px) {
  .category-tree--desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  .category-tree--mobile {
    display: none;
  }
}
.category-tree {
  margin-bottom: 24px;
}
#param-filter > .category-tree {
  margin-bottom: 11px;
}
@media (max-width: 991px) {
  #param-filter > .category-tree {
    position: absolute;
    top: -40px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #param-filter > .category-tree {
    display: block;
  }
}
@media (min-width: 960px) {
  .category-tree {
    margin: 0;
  }
}
.category-tree--root {
  display: none;
}
@media (min-width: 992px) {
  .category-tree--root {
    display: block;
  }
  .category-tree--root .category-tree__item {
    padding: 0;
  }
}
.category-tree--sub:not(.category-tree--sub-parent) {
  margin: 0 -16px;
  padding: 0 0 1px 16px;
  white-space: nowrap;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-tree--sub:not(.category-tree--sub-parent)::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .category-tree--sub:not(.category-tree--sub-parent) {
    margin: 0;
    padding: 8px 0 8px 8px;
    white-space: inherit;
    overflow: inherit;
  }
}
@media (min-width: 992px) {
  .category-tree--sub.category-tree--sub-parent {
    padding: 8px 0 8px 8px;
  }
}
.category-tree__item {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 12px 4px 12px;
  min-width: 70px;
  border: 1px solid #bfbfbf;
  text-align: center;
}
.category-tree__item:last-child {
  margin-right: 16px;
}
@media (min-width: 992px) {
  .category-tree__item {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    border: none;
    text-align: left;
  }
  .category-tree__item:last-child {
    margin-right: 0;
  }
}
.category-tree__item--disabled {
  display: none;
  border-color: #e6e6e6;
  color: #bfbfbf;
}
@media (min-width: 992px) {
  .category-tree__item--disabled {
    display: block;
    position: relative;
    cursor: default;
  }
  .category-tree__item--disabled span:hover + .category-tree__tooltip {
    visibility: visible;
    opacity: 1;
  }
}
.category-tree__item--active {
  border-color: #000;
  font-weight: 700;
}
.category-tree__link {
  display: block;
  line-height: 22px;
  color: #000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .category-tree__link:hover {
    text-decoration: underline;
  }
}
.category-tree__tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 8px;
  color: #404040;
  white-space: pre;
  transition: all 300ms ease;
}
.category-tree__tooltip:before {
  content: "";
  position: absolute;
  top: 37px;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #e6e6e6 transparent transparent;
}
.category-tree__tooltip:after {
  content: "";
  position: absolute;
  top: 37px;
  left: 21px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-color: #fff transparent transparent;
}
#param-filter .filter-category {
  margin: 16px -16px;
}
#param-filter .filter-category ul {
  padding-left: 16px;
  overflow-x: auto;
  white-space: nowrap;
}
#param-filter .filter-category ul::-webkit-scrollbar {
  display: none;
}
#param-filter .filter-category ul li {
  display: inline-block;
  bottom: 0;
  border: 1px solid #bfbfbf;
  min-width: 70px;
  text-align: center;
  font-size: 14px;
}
#param-filter .filter-category ul li a {
  padding: 4px 12px;
  color: #000;
}
#param-filter .filter-category ul li a:active .name,
#param-filter .filter-category ul li a:hover .name {
  text-decoration: none;
}
#param-filter .filter-category ul li .count {
  display: none;
}
#filter-sort {
  margin: 0 0 10px;
  font-size: 14px;
}
#filter-sort.sort-mobile {
  display: inline-block;
  float: right;
}
#filter-sort.sort-mobile select.inp-text {
  padding: 0;
  border: 0;
  width: auto;
  height: 38px;
  vertical-align: inherit;
  background: none;
}
#filter-sort .filter-sort__value {
  display: none;
}
#filter-sort .filter-sort__options {
  display: none;
}
#filter-sort .filter__icon {
  margin-bottom: 2px;
  width: 14px;
  height: 14px;
}
@media (min-width: 640px) {
  #filter-sort {
    line-height: 3;
  }
  #filter-sort .filter-sort__value {
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #filter-sort .filter-sort__value svg {
    margin-left: 8px;
    margin-bottom: 4px;
  }
  #filter-sort .filter-sort__options {
    position: absolute;
    right: 0;
    border: 1px solid #e6e6e6;
    box-shadow: #e6e6e6 0px 2px 2px 0px;
    background-color: #fff;
    z-index: 1;
  }
  #filter-sort .filter-sort__options a {
    display: block;
    padding-right: 3rem;
    padding-left: 30px;
    text-decoration: none;
    transition: none;
  }
  #filter-sort .filter-sort__options a.selected {
    padding-left: 8px;
    cursor: pointer;
  }
  #filter-sort .filter-sort__options a.selected svg {
    margin-right: 8px;
  }
  #filter-sort .filter-sort__options a:hover {
    background-color: #f5f5f5;
  }
  #filter-sort select {
    display: none;
  }
  #filter-sort .filter__icon {
    display: none;
  }
}
@media (min-width: 960px) {
  #filter-sort {
    float: left;
  }
  #filter-sort .filter-sort__options {
    right: inherit;
  }
}
.paging {
  margin: 2em 0;
  text-align: center;
  font-size: 85.71428571%;
  line-height: 45px;
}
.paging:before,
.paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging:before,
.paging:after {
  content: " ";
  display: table;
}
.paging:after {
  clear: both;
}
.paging .pages {
  display: none;
}
.paging strong {
  font-weight: normal;
}
.paging .diff-page__text {
  display: none;
}
@media (min-width: 590px) {
  .paging {
    position: relative;
    padding: 0 32.03%;
    padding: 0 calc(33.33% - 10px);
  }
  .paging .pages {
    position: absolute;
    right: 0;
  }
  .paging .pages a,
  .paging .pages strong {
    display: inline-block;
    padding: 0 .25em;
  }
  .paging.paging-slim {
    padding: 0;
  }
  .paging.paging-slim .pages {
    position: static;
  }
}
@media (min-width: 960px) {
  .paging .pages {
    display: block;
  }
}
.page-product-list .paging-slim {
  display: none;
}
.page-product-list .product-list-banner {
  margin: 2em 0 0;
}
.page-product-list .product-list-banner a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 58.59375% 0 0;
}
.page-product-list .product-list-banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 0 auto;
}
.page-product-list .product-list-banner img.desktop {
  display: none !important;
}
@media (min-width: 960px) {
  .page-product-list .paging-slim {
    position: relative;
    display: block;
    float: right;
    margin: 0 0 1em;
    width: 33.33%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .page-product-list .product-list-banner a {
    padding-top: 32.85024155%;
  }
  .page-product-list .product-list-banner img.desktop {
    display: inline !important;
  }
  .page-product-list .product-list-banner img.mobile {
    display: none !important;
  }
}
.last-visited {
  clear: both;
  margin-top: 48px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .page-product-detail .last-visited {
    margin: 0;
    border-top-width: 0;
  }
}
.last-visited.hp {
  border-top: 2px solid #f5f5f5;
  text-align: center;
}
.last-visited.hp.upper {
  border-top-width: 0;
}
/* Klasický výpis produktů
 *
 * @media 320-590     2 na řádek
 * @media 590+        3 na řádek
 */
.product-list {
  overflow: hidden;
  clear: both;
  margin: 0 0 1.3em;
  padding-bottom: 1px;
}
.product-list > ul {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.product-list > ul > li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.product-list > ul > li {
  width: 50%;
}
.product-list .out {
  position: absolute;
}
.product-list ul {
  position: relative;
  transition: opacity 500ms ease;
}
.product-list li {
  margin: 0 0 -1px;
  position: relative;
}
.product-list .item {
  padding-bottom: 30px;
}
.product-list .item > .spc {
  position: relative;
  padding: 40px 5px 0 5px;
  text-align: left;
}
.product-list .spc > a,
.product-list a.spc {
  display: block;
  text-decoration: none;
  color: #808080;
}
.product-list .spc > a:hover .name,
.product-list a.spc:hover .name {
  text-decoration: none;
  color: #000;
}
.product-list .spc > a .name,
.product-list a.spc .name {
  color: #404040;
  font-weight: bold;
  transition: color 300ms ease;
}
@media (min-width: 590px) {
  .product-list:not(.product-list-row):not(.product-list-gifts):not(.product-list-cross-sell) .item:hover .title .name {
    text-decoration: underline;
  }
}
.product-list.product-list-row .item .title .name {
  line-height: 20px;
}
.product-list .title {
  position: relative;
  margin: 0 0 0.35em;
  font: normal 100%/1.38 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: inherit;
  color: inherit;
}
.product-list .img-wrap {
  position: relative;
  display: block;
}
.product-list .img-wrap .img {
  width: 100%;
  max-width: 160px;
  height: 160px;
  margin: 0 auto;
}
@media (min-width: 590px) {
  .product-list .img-wrap .img {
    width: 160px;
  }
}
.product-list .img {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.product-list .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
.product-list .name {
  display: block;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 10px;
  padding-top: 0;
  font-size: 14px;
  color: #404040;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 589px) {
  .product-list .name {
    font-size: 16px;
  }
}
.product-list .name .brand,
.product-list .name strong {
  display: block;
  width: 100%;
}
.product-list .name .brand {
  font-weight: 300;
}
.product-list .subname {
  display: block;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  color: #404040;
}
@media (max-width: 589px) {
  .product-list .subname {
    font-size: 13px;
  }
}
.product-list .hues {
  display: none;
}
.product-list p {
  margin: 0;
  color: #404040;
}
.product-list .not-available {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #dc0069;
}
.product-list .price {
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
}
.product-list .price del {
  margin-right: 8px;
  font-size: 12px;
  color: #808080;
  font-weight: normal;
  vertical-align: bottom;
}
.product-list .price .discount {
  display: block;
  font-size: 83.33333333%;
  color: #dc0069;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.3;
}
.product-list .price .unit-price {
  display: block;
  color: #808080;
  font-size: 10px;
  font-weight: normal;
}
.product-list .price > span:not(.unit-price),
.product-list .price strong > span:not(.unit-price) {
  font-size: 14px;
}
.product-list .free-shipping {
  display: block;
  font-weight: bold;
  text-align: left;
  clear: both;
  padding-top: 2px;
  margin-top: 0.37em;
}
.product-list .buttons {
  margin: 1em 0 0;
}
@media (min-width: 590px) {
  .product-list > ul > li {
    width: 33.33333333%;
  }
}
@media (min-width: 640px) {
  .product-list {
    margin-left: 0;
    overflow: visible;
  }
  .product-list .item > .spc {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .product-list {
    margin-left: -15px;
  }
  .product-list .item > .spc:before,
  .product-list .item > .spc:after {
    content: " ";
    display: table;
  }
  .product-list .item > .spc:after {
    clear: both;
  }
  .product-list .item > .spc:before,
  .product-list .item > .spc:after {
    content: " ";
    display: table;
  }
  .product-list .item > .spc:after {
    clear: both;
  }
  .product-list .title {
    font-size: 100%;
    text-align: left;
  }
  .product-list .img {
    width: 160px;
  }
  .product-list .price {
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  #col-content .product-list .img img {
    max-height: 160px !important;
  }
}
@media (min-width: 992px) {
  .product-list.product-list-no-filters > ul > li {
    width: 25%;
  }
}
.related-products {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
}
.product-list--loading {
  position: relative;
}
.product-list--loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-list--loading ul {
  opacity: 0;
}
.ajax-loader--centered {
  position: absolute;
  left: 50%;
  top: 150px;
  width: 32px;
  height: 32px;
  z-index: 2;
  margin: -16px;
  background: url('../img/icons/spinner.svg') center center no-repeat;
  background-size: 32px 32px;
  -webkit-animation: syncInProgress 1500ms infinite linear;
          animation: syncInProgress 1500ms infinite linear;
}
@media (min-width: 960px) {
  .ajax-loader--centered.is_stuck {
    left: calc(50% +  138.5px);
  }
}
@-webkit-keyframes productListLoaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes productListLoaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product-list--loaded ul {
  -webkit-animation: productListLoaded 1500ms ease forwards;
          animation: productListLoaded 1500ms ease forwards;
}
@media (min-width: 960px) {
  .product-list--four-columns > ul > li {
    width: 25%;
  }
}
.exponea-banner__placeholder {
  max-width: 270px;
  padding: 0;
}
@media only screen and (max-width: 450px) {
  .exponea-banner__placeholder {
    max-width: 50% !important;
    width: 100% !important;
    padding-top: 40px !important;
  }
}
.exponea-banner__placeholder img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  .exponea-banner__placeholder img {
    max-width: 225px !important;
  }
}
.exponea-banner__content {
  display: block;
  margin: 0 10px 40px 10px;
  text-align: center;
}
/* Nové komentáře; používat společně s class product-list
 *
 * @media 320-590     2 na řádek
 * @media 590-768     3 na řádek
 * @media 768+        4 na řádek
 */
.product-list-comments .item {
  margin: 0;
}
.product-list-comments .item > .spc {
  border-top: 0;
  text-align: left;
}
.product-list-comments a {
  text-decoration: none;
}
.product-list-comments a .name {
  text-decoration: underline;
}
.product-list-comments .comment {
  margin: 0 0 1em;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.product-list-comments .comment a {
  text-decoration: underline;
}
.product-list-comments .comment .date,
.product-list-comments .comment .name {
  padding: 0;
  font-size: 85.71428571%;
  color: #808080;
}
@media (min-width: 768px) {
  .product-list-comments > ul > li {
    width: 25%;
  }
}
/* Zjednodušený výpis produktů; používat společně s class product-list
 *
 * @media 320-590     2 na řádek
 * @media 590-768     3 na řádek
 * @media 768+        4 na řádek
 */
.product-list-compact {
  text-align: center;
}
.product-list-compact > ul {
  margin: 0 -0.5%;
}
.product-list-compact .img {
  width: 130px;
  margin: 0 auto;
}
@media (min-width: 590px) {
  .product-list-compact .img {
    width: 160px;
  }
}
.product-list-compact .price {
  font-weight: bold;
}
@media (min-width: 768px) {
  .product-list-compact > ul > li {
    width: 25%;
  }
  .product-list-compact .item > .spc {
    padding-top: 0;
    border-width: 0;
    padding: 0 20px;
  }
  .product-list-compact .title {
    margin: 0 0 .25em;
    text-align: left;
  }
  .product-list-compact .img {
    padding-top: 200px;
    width: 135px;
  }
}
/* Cross-sellingový výpis produktů na stránce "nabídka slevy"; používat společně s class product-list (a product-list-compact) */
.product-list-cross-sell {
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.product-list-cross-sell .item {
  padding-bottom: 60px;
}
.product-list-cross-sell .buttons {
  position: absolute;
  bottom: -50px;
  left: 5px;
  right: 5px;
  height: 32px;
  margin: 0;
}
.product-list-cross-sell .buttons .btn {
  display: inline-block;
  width: auto;
}
/* Výběr dárků na stránce košíku; používat společně s class product-list (a product-list-compact) */
.product-list-gifts,
.basket-list .product-list-gifts {
  margin: 0 -5px;
  text-align: left;
}
.product-list-gifts a,
.basket-list .product-list-gifts a {
  text-decoration: underline;
}
.product-list-gifts a:hover,
.basket-list .product-list-gifts a:hover {
  text-decoration: none;
  color: #000;
}
.product-list-gifts .item,
.basket-list .product-list-gifts .item {
  text-align: center;
  padding: 1em 5px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list-gifts .item > .spc,
.basket-list .product-list-gifts .item > .spc {
  text-align: center;
  padding-bottom: 2em;
  border-bottom: 34px solid transparent;
}
.product-list-gifts .item .name,
.basket-list .product-list-gifts .item .name {
  font-size: 12px;
}
.product-list-gifts .item .price,
.basket-list .product-list-gifts .item .price {
  text-align: center;
}
.product-list-gifts .title,
.basket-list .product-list-gifts .title {
  margin: 0;
  font-size: 85.71428571%;
  font-weight: normal;
}
.product-list-gifts .img,
.basket-list .product-list-gifts .img,
.product-list-gifts .name,
.basket-list .product-list-gifts .name {
  display: block;
}
.product-list-gifts .img,
.basket-list .product-list-gifts .img {
  float: none;
  width: 75px;
  height: 75px;
  line-height: 70px;
  padding-top: 0;
  margin: 0 auto;
}
.product-list-gifts .name,
.basket-list .product-list-gifts .name {
  padding-bottom: 0;
  color: #404040;
}
.product-list-gifts .choose,
.basket-list .product-list-gifts .choose {
  display: inline-block;
  margin: .75em 0 0;
  text-decoration: underline;
}
.product-list-gifts .choose input,
.basket-list .product-list-gifts .choose input {
  float: left;
  margin: 1px .34em 0 0;
}
.product-list-gifts a:hover .choose,
.basket-list .product-list-gifts a:hover .choose {
  text-decoration: none;
}
@media (min-width: 768px) {
  .product-list-gifts .title,
  .basket-list .product-list-gifts .title {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .product-list-gifts > ul > li,
  .basket-list .product-list-gifts > ul > li {
    width: 20%;
  }
}
/* Zmenšený plný výpis produktů, poslední navštívené; používat společně s class product-list
 *
 * @media 320-590     2 na řádek
 * @media 590-768     3 na řádek
 * @media 768-960     4 na řádek
 * @media 960+        5 na řádek
 */
.product-list-last-visited .item > .spc {
  border-width: 0;
  font-size: 85.71428571%;
}
.product-list-last-visited .img {
  width: 100%;
  margin: 0 auto;
  max-width: 160px;
}
@media (min-width: 590px) {
  .product-list-last-visited .img {
    width: 160px;
  }
}
.product-list-last-visited .price {
  font-size: 116.66666667%;
}
@media (min-width: 768px) {
  .product-list-last-visited > ul > li {
    width: 25%;
  }
  .product-list-last-visited .availability {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .product-list-last-visited > ul > li {
    width: 20%;
  }
}
.product-list-last-visited.four-columns .item {
  font-size: 14px;
}
.product-list-last-visited.four-columns .title {
  font-size: 16px;
}
.product-list-last-visited.four-columns .price {
  font-size: 16px;
}
.product-list-last-visited.four-columns .free-shipping {
  font-size: 14px;
}
.product-list-last-visited.four-columns .availability {
  font-size: 12px;
}
@media (min-width: 960px) {
  .product-list-last-visited.four-columns > ul > li {
    width: 25%;
  }
  .product-list-last-visited.four-columns .img {
    width: 160px;
  }
}
.product-list-row {
  clear: both;
}
.product-list-row .item {
  display: block;
  padding-left: 110px;
  border: solid #f5f5f5;
  border-width: 0 0 1px;
  font-size: 85.71428571%;
}
.product-list-row .item:before,
.product-list-row .item:after {
  content: " ";
  display: table;
}
.product-list-row .item:after {
  clear: both;
}
.product-list-row .item:before,
.product-list-row .item:after {
  content: " ";
  display: table;
}
.product-list-row .item:after {
  clear: both;
}
.product-list-row .item:before,
.product-list-row .item:after {
  content: " ";
  display: table;
}
.product-list-row .item:after {
  clear: both;
}
.product-list-row .item:before,
.product-list-row .item:after {
  content: " ";
  display: table;
}
.product-list-row .item:after {
  clear: both;
}
.product-list-row .item .img {
  float: left;
  width: 100px;
  height: 100px;
  margin-left: -110px;
}
.product-list-row .item .img {
  line-height: 95px;
}
.product-list-row .item .img {
  text-align: center;
}
.product-list-row .item .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.product-list-row .item:first-child {
  border-width: 1px 0;
}
.product-list-row .spc {
  display: block;
  color: #808080;
}
.product-list-row .spc .name {
  text-decoration: underline;
  color: #404040;
  transition: color 300ms ease;
}
.product-list-row .spc:hover .name {
  color: #000;
  text-decoration: none;
}
.product-list-row .title {
  margin: 1em 0 .33em;
  font-size: 116.66666667%;
}
.product-list-row .title br {
  display: none;
}
.product-list-row .subname {
  display: block;
  font-size: 92.85714286%;
  font-weight: normal;
  line-height: 1.25;
}
.product-list-row .img {
  margin-bottom: 1em;
}
.product-list-row p {
  margin: 0 0 .33em;
}
.product-list-row p.code {
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.product-list-row .info {
  word-spacing: .75em;
}
.product-list-row .info span {
  word-spacing: normal;
}
.product-list-row .more-info-wrap {
  position: relative;
}
.product-list-row .more-info-wrap > p {
  color: #404040;
  text-decoration: underline;
}
.product-list-row .more-info-wrap > p:hover {
  text-decoration: none;
  color: #000;
}
.product-list-row .more-info-wrap .more-info {
  left: -95px;
  width: 270px;
  margin: 5px 0 0;
}
.product-list-row .more-info-wrap:hover .more-info {
  visibility: visible;
  opacity: 1;
  transition-delay: 100ms;
}
.product-list-row .price {
  clear: left;
  font-weight: bold;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 150%;
  line-height: 1.3;
  color: #404040;
  text-align: left;
}
.product-list-row .price .unit-price {
  display: block;
  color: #808080;
  font-size: 10px;
  font-weight: normal;
}
.product-list-row .price .free-shipping {
  font-weight: normal;
  font-size: 85.71428571%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 2px 5px;
}
.product-list-row .price .unit-price + .free-shipping {
  padding-left: 0;
}
.product-list-row .price br {
  display: none;
}
.product-list-row .discount,
.product-list-row .no-coupon {
  display: block;
  font-size: 77.77777778%;
  font-weight: normal;
}
.product-list-row .no-coupon {
  margin-bottom: 0px;
  opacity: 0.7;
}
.product-list-row .price-coupon .btn {
  margin-top: 5px;
}
.product-list-row .coupon-applied {
  color: #dc0069;
  font-weight: normal;
  font-size: 87.5%;
  margin-bottom: 5px;
}
.product-list-row .item-coupon-price .no-coupon.dis20 {
  text-decoration: line-through;
}
.product-list-row .status-action,
.product-list-row .status-new {
  margin-left: 5px;
}
.product-list-row .status-best-value {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: auto;
  margin: 0;
  padding: 0 .7em;
  font-size: 92.85714286%;
  line-height: 1.85;
  text-transform: uppercase;
}
.product-list-row .inputs {
  clear: both;
}
.product-list-row .inputs p {
  margin: 1em 0 1em -110px;
}
.product-list-row .inputs p:before,
.product-list-row .inputs p:after {
  content: " ";
  display: table;
}
.product-list-row .inputs p:after {
  clear: both;
}
.product-list-row .inputs p:before,
.product-list-row .inputs p:after {
  content: " ";
  display: table;
}
.product-list-row .inputs p:after {
  clear: both;
}
@media (min-width: 480px) {
  .product-list-row .inputs {
    clear: none;
  }
  .product-list-row .inputs p {
    margin: 1em 0;
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .product-list-row .item {
    position: relative;
    padding: .86em 0 1em;
    display: block;
    padding-left: 110px;
    font-size: 100%;
    line-height: 100px;
    white-space: nowrap;
    letter-spacing: -0.31em;
  }
  .product-list-row .item:before,
  .product-list-row .item:after {
    content: " ";
    display: table;
  }
  .product-list-row .item:after {
    clear: both;
  }
  .product-list-row .item:before,
  .product-list-row .item:after {
    content: " ";
    display: table;
  }
  .product-list-row .item:after {
    clear: both;
  }
  .product-list-row .item .img {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: -110px;
  }
  .product-list-row .item .img {
    line-height: 95px;
  }
  .product-list-row .item .img {
    text-align: center;
  }
  .product-list-row .item .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  .product-list-row .title {
    margin-top: 0;
    font-size: 114.28571429%;
  }
  .product-list-row .subname {
    font-size: 87.5%;
  }
  .product-list-row .name {
    display: block;
    padding-top: 5px;
  }
  .product-list-row .img {
    margin-bottom: 0;
  }
  .product-list-row .product-status {
    font-size: 81.25%;
  }
  .product-list-row p {
    font-size: 85.71428571%;
    margin: 0 0 .16em;
  }
  .product-list-row .more-info-wrap,
  .product-list-row .more-info-wrap > p {
    float: left;
  }
  .product-list-row .more-info-wrap .more-info {
    left: 50%;
    margin-left: -135px;
    padding: 10px 10px 0;
  }
  .product-list-row .text,
  .product-list-row form {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    white-space: normal;
    letter-spacing: normal;
  }
  .product-list-row .text {
    width: 100%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 270px;
    margin-right: -270px;
  }
  .product-list-row form {
    width: 260px;
    margin: 0 -10px 0 0;
    padding-left: 10px;
    text-align: right;
  }
  .product-list-row fieldset {
    display: inline-block;
    vertical-align: middle;
  }
  .product-list-row .inputs {
    margin-left: 24px;
  }
  .product-list-row .inputs p {
    margin: 0;
    max-width: none;
  }
  .product-list-row .inputs .btn {
    letter-spacing: normal;
  }
  .product-list-row .watchdog .btn {
    width: 100%;
    margin-left: 0;
  }
  .product-list-row .price {
    margin: 0;
    text-align: right;
    font-size: 128.57142857%;
    position: relative;
  }
  .product-list-row .price .free-shipping {
    display: block;
    vertical-align: middle;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .product-list-row .price .free-shipping {
    font-size: 16px;
  }
  .product-list-row .price.w-rrp .free-shipping {
    position: absolute;
    top: 0;
    white-space: nowrap;
  }
}
.product-list-small {
  background: #fff;
}
.product-list-small ul.reset {
  margin: 0;
}
.product-list-small .item > .spc {
  padding: 10px;
  text-decoration: none;
  text-align: left;
  color: #808080;
  display: block;
  padding-left: 95px;
}
.product-list-small .item > .spc:before,
.product-list-small .item > .spc:after {
  content: " ";
  display: table;
}
.product-list-small .item > .spc:after {
  clear: both;
}
.product-list-small .item > .spc:before,
.product-list-small .item > .spc:after {
  content: " ";
  display: table;
}
.product-list-small .item > .spc:after {
  clear: both;
}
.product-list-small .item > .spc .img {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: -85px;
}
.product-list-small .item > .spc .img {
  line-height: 55px;
}
.product-list-small .item > .spc .img {
  text-align: center;
}
.product-list-small .item > .spc .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.product-list-small a.spc .name {
  color: #404040;
  text-decoration: underline;
  transition: color 300ms ease;
}
.product-list-small a.spc:hover .name {
  color: #000;
  text-decoration: none;
}
.product-list-small .title {
  margin: 0 0 .25em;
  font-size: 100%;
  font-weight: normal;
}
.product-list-small .count {
  float: left;
  display: block;
  width: 2.66em;
  text-align: right;
  margin: 0 0 0 -3em;
  color: #404040;
}
.product-list-small p {
  margin: 0;
  font-size: 85.71428571%;
}
.product-list-small .price {
  margin-left: 1em;
}
.product-list-small .buttons {
  margin: -1px 0 0;
  padding: 8px 10px;
  background: #f5f5f5;
  border: solid #f5f5f5;
  border-width: 1px 0 2px;
  text-align: center;
}
@media (min-width: 960px) {
  .product-list-small ul.reset {
    border-width: 2px 2px 0;
  }
}
.product-list-variants .item,
.product-list-variants .item:first-child {
  border-width: 1px 0 0;
}
.product-list-variants .countdown {
  display: block;
  font-size: 85.71428571%;
}
.product-list-variants .countdown-value {
  white-space: nowrap;
}
.product-list-variants .item.disabled .countdown,
.product-list-variants .countdown.less-than-hour {
  color: #a80258;
}
.product-list-variants .inp-number,
.product-list-variants .inp-number.inp-number-wide {
  width: 49%;
  float: left;
}
.product-list-variants .inputs .btn {
  width: 49.5%;
  float: right;
}
.product-list-variants .watchdog .btn {
  width: 100%;
  float: none;
}
.product-list-variants .color-preview__link {
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
}
.product-list-variants .color-preview__zoom-icon {
  position: absolute;
  bottom: 0;
  right: 10%;
  color: #bfbfbf;
  transition: color 300ms ease;
  line-height: 18px;
}
.product-list-variants .color-preview__link:hover .color-preview__zoom-icon {
  color: #808080;
}
.product-list-variants .item-coupon-price .price {
  font-size: 133.33333333%;
}
.product-list-variants .item-coupon-price .no-coupon {
  font-size: 87.5%;
}
.product-list-variants .item-best-value .title {
  position: relative;
  padding-top: 2.25em;
}
@media (min-width: 480px) {
  .product-list-variants .watchdog .btn {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .product-list-variants .item {
    display: block;
    padding-left: 140px;
  }
  .product-list-variants .item:before,
  .product-list-variants .item:after {
    content: " ";
    display: table;
  }
  .product-list-variants .item:after {
    clear: both;
  }
  .product-list-variants .item:before,
  .product-list-variants .item:after {
    content: " ";
    display: table;
  }
  .product-list-variants .item:after {
    clear: both;
  }
  .product-list-variants .item .img {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: -140px;
  }
  .product-list-variants .item .img {
    line-height: 95px;
  }
  .product-list-variants .item .img {
    text-align: center;
  }
  .product-list-variants .item .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  .product-list-variants .item,
  .product-list-variants .item:first-child {
    border-width: 0 0 1px;
  }
  .product-list-variants .name {
    padding-top: 10px;
  }
  .product-list-variants .countdown {
    padding-top: 5px;
    font-size: 81.25%;
  }
  .product-list-variants .countdown + .name {
    padding-top: 5px;
  }
  .product-list-variants .text,
  .product-list-variants form {
    display: block;
  }
  .product-list-variants .text {
    padding-right: 0;
    margin-right: 0;
  }
  .product-list-variants form {
    margin: 0 0 1em;
    padding-left: 0;
    width: auto;
    text-align: left;
  }
  .product-list-variants .inputs {
    width: auto;
    margin: 0 0 0 10px;
  }
  .product-list-variants .inputs p {
    margin: 0;
    max-width: none;
  }
  .product-list-variants .inp-number,
  .product-list-variants .inputs .btn,
  .product-list-variants .watchdog .btn {
    width: auto;
    float: none;
  }
  .product-list-variants .inp-number {
    width: 145px;
    margin: 0;
    letter-spacing: normal;
  }
  .product-list-variants .inputs .btn {
    /*padding: 0 16px;*/
  }
  .product-list-variants .price {
    min-width: 7em;
    text-align: left;
  }
  .product-list-variants .item-coupon-price .price {
    font-size: 114.28571429%;
    min-width: 14em;
  }
  .product-list-variants .desc {
    margin: 0 0 1em;
  }
}
@media (min-width: 960px) {
  .product-list-variants .text,
  .product-list-variants form {
    display: inline-block;
  }
  .product-list-variants .text {
    padding-right: 520px;
    margin-right: -530px;
  }
  .product-list-variants form {
    width: 480px;
    margin: 0 -10px 0 0;
    padding-left: 20px;
    text-align: right;
  }
  .product-list-variants .item-coupon-price .text {
    padding-right: 520px;
    margin-right: -520px;
  }
  .product-list-variants .item-coupon-price form {
    width: 470px;
  }
  .product-list-variants .item-best-value .title {
    position: static;
    padding-top: 0;
  }
  .product-list-variants .item.item-best-value {
    margin-left: -2px;
    border: solid #dc0069;
    border-width: 2px 0 2px 2px;
  }
  .product-list-variants .item + .item-best-value {
    margin-top: -1px;
  }
  .product-list-variants .inputs {
    width: 265px;
  }
  .product-list-variants .inp-number {
    width: 109px;
    margin: 0;
  }
  .product-list-variants .inputs .btn {
    /*width: 151px;
			padding: 0;*/
  }
  .product-list-variants .watchdog .btn {
    width: 100%;
    margin-left: 0;
  }
  .product-list-variants .price,
  .product-list-variants .item-coupon-price .price {
    min-width: 0;
    text-align: right;
  }
}
@media (min-width: 1120px) {
  .product-list-variants .status-best-value {
    top: 50%;
    left: -1.846em;
    margin-left: -1px;
    -webkit-transform: rotate(270deg) translateX(-50%);
    -ms-transform: rotate(270deg) translateX(-50%);
    transform: rotate(270deg) translateX(-50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.product-colors {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #404040;
}
.product-rating + .product-colors {
  margin-top: -10px;
}
.filter-rating {
  position: relative;
  display: block;
  width: 72px;
  height: 13px;
  margin: 2px auto -3px auto;
}
.product-rating {
  position: relative;
  display: block;
  width: 70px;
  height: 14px;
  margin: 12px auto 16px auto;
}
.rating-stars {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.filter-rating-row .checkbox__value {
  padding-top: 2px !important;
}
.rating-stars--default {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpolygon fill='%23e6e6e6' points='32 46 12 62 19.75 37 0 24 24.36 24 32 0 39.5 24 64 24 44.25 37 52 62 32 46'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 14px 14px;
}
.rating-stars--rated {
  overflow: hidden;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpolygon fill='%23404040' points='32 46 12 62 19.75 37 0 24 24.36 24 32 0 39.5 24 64 24 44.25 37 52 62 32 46'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 14px 14px;
}
.rating-count {
  /* Hidden by default, later on we'll run an A/B Test using Exponea */
  display: none;
  position: relative;
  bottom: 3px;
  left: 76px;
  font-size: 12px;
}
#product-image {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: 30px 0 10px 0;
  min-height: 200px;
}
#product-image img {
  position: static;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
#product-image .product-special-tag {
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 45px;
}
#product-image .product-special-tag img {
  position: static;
}
#product-image .special-tag {
  display: inline-block;
  vertical-align: top;
  height: 50px;
  text-align: center;
  margin: 0 5px 5px 0;
}
@media (max-width: 767px) {
  #product-image {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  #product-image {
    margin-right: 40px;
    margin-left: 40px;
  }
  #product-image .product-special-tag {
    height: 76px;
    line-height: 71px;
  }
  #product-image .special-tag {
    height: 76px;
  }
  #product-image .pharmacy-europe img {
    width: 63px;
    height: 62px;
  }
  #product-image .pharmacy-germany img {
    width: 69px;
    height: 70px;
  }
  #product-image .pharmacy-us img {
    width: 76px;
    height: 63px;
  }
}
.product-base-info {
  font-size: 100%;
  text-align: left;
}
.product-base-info h1 {
  text-align: left;
  display: inline;
  font-weight: 400;
  font-size: 13px;
  color: #000;
}
.product-base-info h1 strong {
  font-size: 18px;
}
.product-base-info h1 strong:after {
  content: "\A";
  white-space: pre;
}
.product-base-info h1 .brand {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 5px 0 0;
  color: #000;
}
.product-base-info .star-rating-link {
  font-size: 12px;
  color: #808080;
  display: block;
  margin-top: 0.5em;
}
#product-info {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  text-align: center;
}
#product-info p:not(.delivery-info) {
  margin: 0 0 .75em;
}
#product-info p:not(.delivery-info).product-tester,
#product-info p:not(.delivery-info).product-gift {
  margin: 1.8em 0;
  text-align: left;
}
#product-info h2 {
  margin-top: 0;
}
#product-info table {
  font-size: 85.71428571%;
}
#product-info td {
  text-align: right;
}
#product-info .btn,
#product-info .inp-number {
  margin: 0 0 10px;
  vertical-align: middle;
}
#product-info .price {
  display: inline-block;
  font: bold 100%/1.2 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 171.42857143%;
  white-space: nowrap;
  vertical-align: middle;
  margin-bottom: 10px;
  text-align: right;
}
#product-info .price .unit-price {
  display: block;
  color: #808080;
  font-size: 10px;
  font-weight: normal;
}
#product-info .price .free-shipping {
  display: inline-block;
  font-size: 15.4px;
  font-weight: normal;
  vertical-align: middle;
  padding: 0 0 3px 5px;
}
#product-info .ca-box {
  text-align: left;
}
#product-info .product-gift {
  background: #f5f5f5;
  padding: 15px 10px 15px 40px;
}
#product-info .product-gift .product-gift__icon {
  color: #dc0069;
  float: left;
  width: 30px;
  margin: 4px 0 0 -30px;
}
#product-info .product-gift strong {
  text-transform: uppercase;
}
@media (min-width: 590px) {
  #product-info .product-gift {
    padding: 15px 30px 15px 55px;
  }
  #product-info .product-gift .product-gift__icon {
    width: 40px;
    margin: 5px 0 0 -40px;
  }
}
#product-info .eKomiWidget {
  padding: 10px 0;
}
#product-bundle {
  padding: 10px;
  text-align: center;
}
#product-bundle:before,
#product-bundle:after {
  content: " ";
  display: table;
}
#product-bundle:after {
  clear: both;
}
#product-bundle:before,
#product-bundle:after {
  content: " ";
  display: table;
}
#product-bundle:after {
  clear: both;
}
#product-bundle h3 {
  text-align: center;
  padding: 0 10%;
  font-weight: normal;
  font-size: 128.57142857%;
}
#product-bundle .product {
  display: inline-block;
  padding: 15px 0;
  text-align: left;
}
#product-bundle .product a {
  display: block;
  text-decoration: none;
  line-height: 20px;
}
#product-bundle .product a:before,
#product-bundle .product a:after {
  content: " ";
  display: table;
}
#product-bundle .product a:after {
  clear: both;
}
#product-bundle .product a:before,
#product-bundle .product a:after {
  content: " ";
  display: table;
}
#product-bundle .product a:after {
  clear: both;
}
#product-bundle .product .img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  text-align: center;
}
#product-bundle .product .title {
  display: block;
  margin-left: 100px;
}
#product-bundle .product .price {
  display: block;
  margin-left: 100px;
  font-weight: bold;
  padding-top: 10px;
}
@media (min-width: 480px) {
  #product-bundle h3 {
    padding: 0;
    font-size: 142.85714286%;
  }
  #product-bundle .product a {
    font-size: 114.28571429%;
  }
}
@media (min-width: 590px) {
  #product-bundle .product {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}
@media (min-width: 768px) {
  #product-bundle {
    border-top: 2px solid #f5f5f5;
  }
}
@media (min-width: 960px) {
  #product-bundle {
    padding: 20px 0;
  }
  #product-bundle h3 {
    text-align: right;
    float: left;
    width: 27%;
    font-size: 171.42857143%;
    line-height: 30px;
    margin: 15px 4% 0 0;
  }
  #product-bundle .product {
    width: 30%;
    margin: 0 0 0 1%;
  }
  #product-bundle .product a:hover .title {
    text-decoration: underline;
  }
  #product-bundle .product .img {
    width: 90px;
    height: 90px;
  }
  #product-bundle .product .title,
  #product-bundle .product .price {
    margin-left: 110px;
  }
}
.no-js #other-products .out {
  position: static;
}
#other-products .ca-box {
  padding: 0;
}
#other-products .product-list {
  margin-top: -1px;
}
#other-products p.center {
  margin: 0 10px 1.3em;
}
.ratings,
.description .col-r {
  text-align: center;
}
.ratings h3,
.description .col-r h3 {
  margin: .5em 0;
  line-height: 1.3333;
}
.ratings h4,
.description .col-r h4 {
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}
.ratings h3,
.description .col-r h3,
.ratings h4,
.description .col-r h4 {
  text-align: inherit;
}
#video .imgs {
  margin: 0 -10px;
  text-align: center;
}
#video .imgs a {
  display: inline-block;
  max-width: 140px;
  margin: 10px;
}
@media (max-width: 479px) {
  #product-info .price {
    display: block;
    text-align: center;
    clear: both;
    margin: 0;
  }
  .price-wrap-buy .inp-number {
    width: 49.5%;
    float: left;
  }
  .price-wrap-buy .btn {
    width: 49.5%;
    float: right;
  }
}
@media (min-width: 480px) {
  #product-info .price-wrap .btn {
    margin-right: 1em;
  }
}
@media (max-width: 767px) {
  #reviews fieldset.std-box {
    margin-bottom: -2px;
  }
}
@media (min-width: 768px) {
  #product-image,
  #product-info {
    float: left;
  }
  #product-image {
    width: 29%;
  }
  #product-image img {
    position: static;
  }
  .product-base-info {
    margin: 1em 0 2em 0;
    float: right;
    width: 64%;
  }
  .product-base-info h1 {
    font-size: 18px;
    font-weight: 300;
    display: inline;
  }
  .product-base-info h1 strong {
    font-size: 24px;
  }
  .product-base-info h1 .brand {
    font-size: 20px;
    font-weight: 300;
  }
  #product-info {
    float: right;
    margin: 0;
    text-align: left;
    width: 68%;
    padding-left: 30px;
  }
  #product-info .m-ca {
    border-top: none;
    padding: 0;
  }
  #product-info table {
    font-size: 100%;
  }
  #product-info .price {
    display: inline-block;
    font: bold 100%/1.2 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 171.42857143%;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: right;
  }
  #product-info .price .free-shipping {
    display: block;
    font-size: 16px;
    padding: 0;
  }
  #variants {
    max-width: none;
    padding-bottom: 0;
    margin-bottom: -1px;
  }
  .description {
    float: left;
    width: 74%;
  }
  .description h2 {
    text-align: left;
  }
  .description .col-l {
    float: left;
    width: 63%;
  }
  .description .col-r {
    float: right;
    width: 36.5%;
    max-width: 255px;
    padding-left: 2em;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .description .hover-info-wrap {
    float: left;
  }
  .description .hover-info-wrap + p {
    clear: both;
  }
  .ratings {
    float: right;
    width: 25%;
  }
  .ratings,
  .ratings h3,
  .ratings h4 {
    text-align: center;
  }
  .ratings .star-rating {
    vertical-align: top;
    margin: 0;
  }
  .no-rating .description {
    float: none;
    width: auto;
  }
  #video .imgs a {
    width: 140px;
    height: 140px;
    line-height: 135px;
    margin: 20px 25px;
  }
  #brand .ca-box {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  #brand .ca-box li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 #brand .ca-box,
  .ie9 #brand .ca-box {
    margin-left: -1em;
    margin-right: -1em;
    overflow: hidden;
  }
  .ie8 #brand .ca-box:before,
  .ie9 #brand .ca-box:before,
  .ie8 #brand .ca-box:after,
  .ie9 #brand .ca-box:after {
    content: " ";
    display: table;
  }
  .ie8 #brand .ca-box:after,
  .ie9 #brand .ca-box:after {
    clear: both;
  }
  .ie8 #brand .ca-box:before,
  .ie9 #brand .ca-box:before,
  .ie8 #brand .ca-box:after,
  .ie9 #brand .ca-box:after {
    content: " ";
    display: table;
  }
  .ie8 #brand .ca-box:after,
  .ie9 #brand .ca-box:after {
    clear: both;
  }
  .ie8 #brand .ca-box li,
  .ie9 #brand .ca-box li {
    float: left;
    width: 50%;
    padding: 0 1em;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pager-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 40px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    background-color: #000;
    cursor: pointer;
    transition: all 250ms ease;
    display: none;
  }
  .pager-arrow:hover {
    background-color: #404040;
  }
  .pager-arrow:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    vertical-align: middle;
  }
  .pager-arrow.ar-left {
    left: 0;
  }
  .pager-arrow.ar-left:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23fff' points='26.87 10.74 24.04 7.92 0 31.96 24.04 56 26.87 53.17 5.66 31.96 26.87 10.74'/%3E%3C/svg%3E");
  }
  .pager-arrow.ar-right {
    right: 0;
  }
  .pager-arrow.ar-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23fff' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  }
}
@media (min-width: 960px) {
  #product-info {
    margin: 0;
  }
  #product-info .eKomiWidget-wrap {
    padding-left: 220px;
  }
  #product-info .eKomiWidget-wrap .col-r {
    float: right;
    width: 100%;
  }
  #product-info .eKomiWidget-wrap .col-r p.product-gift {
    margin: 0.8em 0 1.8em 0;
  }
  #product-info .eKomiWidget-wrap .col-l {
    float: left;
    width: 223px;
    margin-left: -243px;
  }
  #product-info .eKomiWidget {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #col-content {
    margin-top: 1em;
  }
  .product-base-info {
    width: 60%;
  }
  .star-rating-link {
    font-size: 13px;
  }
  #product-info {
    width: 63%;
  }
}
.product-detail-headline {
  font-weight: bold !important;
}
.product-detail-headline span {
  font-weight: 300 !important;
}
#video .carousel {
  max-width: 640px;
  margin: 0 auto 1.3em;
}
#video .carousel .caroufredsel_wrapper {
  max-height: 0;
  padding-top: 54.34782609%;
}
#video .carousel .img {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  bottom: -65px;
}
#video .carousel img {
  width: 100%;
  max-height: none;
  vertical-align: top;
}
@media (min-width: 768px) {
  #video .carousel .caroufredsel_wrapper {
    padding-top: 54.6875%;
  }
}
.page-product-detail .crossroad-articles-blog {
  margin: 0 -5px;
  overflow: hidden;
}
.page-product-detail .crossroad-articles-blog > ul {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.page-product-detail .crossroad-articles-blog > ul > li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.page-product-detail .crossroad-articles-blog > ul > li {
  width: 50%;
}
.page-product-detail .crossroad-articles-blog .item,
.page-product-detail .crossroad-articles-blog .item:first-child {
  display: inline-block;
}
.page-product-detail .crossroad-articles-blog .item {
  display: inline-block;
  max-width: 235px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 0 2em;
}
.page-product-detail .crossroad-articles-blog .name {
  text-decoration: underline;
}
.page-product-detail .crossroad-articles-blog a {
  text-decoration: none;
}
.page-product-detail .crossroad-articles-blog a:hover .name {
  text-decoration: none;
}
.page-product-detail .crossroad-articles-blog .title {
  margin: 0;
  text-align: left;
  font-weight: bold;
}
.page-product-detail .crossroad-articles-blog .img {
  position: relative;
  display: block;
  height: 0;
  padding-top: 66.667%;
  margin: 0 auto 5px;
  background: #f5f5f5;
  white-space: normal;
}
.page-product-detail .crossroad-articles-blog .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 0 auto;
}
.page-product-detail .crossroad-articles-blog .desc {
  color: #000;
  font-size: 100%;
  font-weight: normal;
}
.page-product-detail .crossroad-articles-blog.single-article > ul > li {
  width: 100%;
}
.page-product-detail .crossroad-articles-blog.single-article h2 {
  padding: 0;
}
.page-product-detail .crossroad-articles-blog.single-article .item {
  max-width: none;
}
.page-product-detail .crossroad-articles-blog.single-article .img {
  max-width: 50%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0 10px 10px 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  line-height: 1;
}
.page-product-detail .crossroad-articles-blog.single-article .img img {
  position: static;
}
@media (min-width: 590px) {
  .page-product-detail .crossroad-articles-blog > ul > li {
    width: 100%;
  }
  .page-product-detail .crossroad-articles-blog .item {
    max-width: none;
    padding-left: 230px;
    white-space: nowrap;
  }
  .page-product-detail .crossroad-articles-blog .title {
    font-size: 114.28571429%;
  }
  .page-product-detail .crossroad-articles-blog .img,
  .page-product-detail .crossroad-articles-blog .name {
    display: inline-block;
    vertical-align: middle;
  }
  .page-product-detail .crossroad-articles-blog .img {
    width: 225px;
    padding-top: 150px;
    margin: 0 -0.34em 0 -225px;
  }
  .page-product-detail .crossroad-articles-blog .name {
    width: 100%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    white-space: normal;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item {
    display: block;
    padding-left: 240px;
    white-space: normal;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item:before,
  .page-product-detail .crossroad-articles-blog.single-article .item:after {
    content: " ";
    display: table;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item:after {
    clear: both;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item:before,
  .page-product-detail .crossroad-articles-blog.single-article .item:after {
    content: " ";
    display: table;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item:after {
    clear: both;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item .img {
    float: left;
    width: 225px;
    height: 150px;
    margin-left: -240px;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item .img {
    line-height: 145px;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item .img {
    text-align: center;
  }
  .page-product-detail .crossroad-articles-blog.single-article .item .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  .page-product-detail .crossroad-articles-blog.single-article .img,
  .page-product-detail .crossroad-articles-blog.single-article .name {
    padding: 0;
  }
  .page-product-detail .crossroad-articles-blog.single-article .img {
    max-width: none;
  }
  .page-product-detail .crossroad-articles-blog.single-article .name {
    display: block;
    margin: 0 0 .5em;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item {
    display: block;
    padding-left: 319px;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item:before,
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item:after {
    content: " ";
    display: table;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item:after {
    clear: both;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item:before,
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item:after {
    content: " ";
    display: table;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item:after {
    clear: both;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item .img {
    float: left;
    width: 304px;
    height: 150px;
    margin-left: -319px;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item .img {
    line-height: 145px;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item .img {
    text-align: center;
  }
  .page-product-detail .crossroad-articles-blog.single-article.single-article-wide .item .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .page-product-detail .crossroad-articles-blog {
    margin: 0 -10px;
  }
  .page-product-detail .crossroad-articles-blog > ul > li {
    width: 50%;
  }
  .page-product-detail .crossroad-articles-blog h2 {
    text-align: left;
    padding: 0 10px;
  }
  .page-product-detail .crossroad-articles-blog ul:after {
    display: none;
  }
  .page-product-detail .crossroad-articles-blog .item {
    padding: 0 10px 0 235px;
  }
  .page-product-detail .crossroad-articles-blog.single-article {
    margin: 0;
    padding: 0;
  }
}
/* DELIVERY TIME TABLE ON PRODUCT DETAIL */
.delivery-time {
  margin: 10px -10px;
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
}
@media (min-width: 768px) {
  .delivery-time {
    margin: 0 0 10px 0;
    background: none;
    padding: 0 0 5px 0;
  }
}
.delivery-time__inside {
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .delivery-time__inside {
    background: none;
  }
}
.delivery-time__link {
  text-decoration: none;
  padding: 12px 40px 12px 10px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .delivery-time__link {
    padding-right: 50px;
    padding-left: 0;
  }
}
.delivery-time__switch-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}
.delivery-time__table {
  display: none;
  padding: 10px 10px 0 10px;
  border-top: 0;
}
@media (min-width: 768px) {
  .delivery-time__table {
    padding: 0;
  }
}
.delivery-time__row {
  margin: 0 0 12px 0;
}
@media (min-width: 590px) {
  .delivery-time__row {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .delivery-time__row {
    padding-right: 50px;
  }
}
.delivery-time__type {
  position: relative;
  display: block;
  padding-left: 27px;
}
.delivery-time__icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 1em;
  color: #008700;
  text-align: center;
}
.delivery-time__name {
  display: block;
  font-weight: bold;
}
@media (min-width: 590px) {
  .delivery-time__name {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .delivery-time__name {
    margin-right: 0;
    max-width: 50%;
  }
}
.delivery-time__date {
  display: block;
  color: #404040;
  font-weight: normal;
}
@media (min-width: 590px) {
  .delivery-time__date {
    display: inline-block;
    float: right;
  }
}
@media (min-width: 768px) {
  .delivery-time__date {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .delivery-time__date {
    font-size: 15px;
    font-weight: 300;
    margin-top: -1px;
  }
}
/* Ja vim, ze to je spatne, ale dokud se nezmeni JS, tak to musi zustat... */
.delivery-time.ca-expanded {
  border-bottom: none;
}
.delivery-time.ca-expanded .delivery-time__inside {
  border-bottom: none;
  position: relative;
  z-index: 20;
}
.delivery-time.ca-expanded .delivery-time__link .delivery-time__type {
  text-indent: -1000px;
}
.delivery-time.ca-expanded .delivery-time__switch-icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.delivery-time.ca-expanded .delivery-time__table {
  display: block;
  position: relative;
  margin-top: -64px;
}
@media (min-width: 590px) {
  .delivery-time.ca-expanded .delivery-time__table {
    margin-top: -43px;
  }
}
@media (min-width: 768px) {
  .delivery-time.ca-expanded .delivery-time__table {
    margin-top: -33px;
  }
  .delivery-time.ca-expanded .delivery-time__table .delivery-time__type:last-of-type {
    border-bottom: 1px solid #E6E6E6;
  }
}
.delivery-time--single .delivery-time__link {
  padding-right: 0;
  cursor: default;
}
.delivery-time--single .delivery-time__link:hover {
  text-decoration: none;
}
.delivery-time--single .delivery-time__switch-icon {
  display: none;
}
.delivery-time--single .delivery-info {
  margin: 0 0 0.5em 0;
}
.delivery-time--double .delivery-time__link .delivery-time__type--transport {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .delivery-time--double .delivery-time__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .delivery-time--double .delivery-time__link .delivery-time__type {
    box-sizing: border-box;
    width: 50%;
  }
  .delivery-time--double .delivery-time__link .delivery-time__type .delivery-time__name {
    display: block;
    max-width: none;
  }
  .delivery-time--double .delivery-time__link .delivery-time__type--transport {
    margin-right: 5%;
    padding-bottom: 0;
  }
  .delivery-time--double .delivery-time__link .delivery-time__date {
    float: none;
    max-width: none;
  }
}
.delivery-time--double .delivery-info {
  margin: 1em 0 0 0;
}
@media (max-width: 589px) {
  .delivery-time--double.ca-expanded .delivery-time__table {
    margin-top: -118px;
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .delivery-time--double.ca-expanded .delivery-time__table {
    margin-top: -76px;
  }
}
@media (min-width: 768px) {
  .delivery-time--double.ca-expanded .delivery-time__table {
    margin-top: -54px;
  }
}
.star-rating-link {
  text-decoration: none;
  color: #000;
}
.star-rating-link:hover {
  text-decoration: none;
}
.star-rating {
  /*.ico-font;*/
  position: relative;
  display: inline-block !important;
  width: 70px;
  margin: 0 .34em 2px 0;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
}
.star-rating .rating {
  position: absolute;
  left: -1px;
  top: 0;
  text-indent: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #dc0069;
  width: 0;
}
.star-rating svg {
  display: inline-block;
  margin-right: 2px;
  vertical-align: text-top;
}
.star-rating .rating__default {
  white-space: nowrap;
  color: #bfbfbf;
}
.star-rating a {
  position: relative;
  float: left;
  width: 20%;
  height: 14px;
  text-indent: -50px;
  overflow: hidden;
  color: #bfbfbf;
}
.star-rating a svg {
  position: absolute;
  top: 0;
  left: 0;
}
.star-rating a span {
  display: none;
}
.no-js .js-star-rating .star-rating {
  display: none;
}
.star-rating-14 {
  width: 80px;
}
.js-star-rating {
  padding: .3em 0 0;
}
.js-star-rating .star-rating {
  cursor: pointer;
  vertical-align: middle;
  width: 160px;
  font-size: 20px;
  color: #bfbfbf;
  letter-spacing: 12px;
}
.js-star-rating .star-rating .rating {
  left: -6px;
  text-indent: 6px;
}
.js-star-rating .star-rating:hover a {
  color: #F7B500 !important;
}
.js-star-rating .star-rating a:hover ~ a {
  color: #bfbfbf !important;
}
.js-star-rating .star-rating.rated a {
  color: #F7B500;
}
.js-star-rating .star-rating[data-stars="1"] a:nth-child(1) ~ a {
  color: #bfbfbf;
}
.js-star-rating .star-rating[data-stars="2"] a:nth-child(2) ~ a {
  color: #bfbfbf;
}
.js-star-rating .star-rating[data-stars="3"] a:nth-child(3) ~ a {
  color: #bfbfbf;
}
.js-star-rating .star-rating[data-stars="4"] a:nth-child(4) ~ a {
  color: #bfbfbf;
}
.js-star-rating .star-rating[data-stars="5"] a:nth-child(5) ~ a {
  color: #bfbfbf;
}
.js-star-rating .sublabel {
  margin-right: 0;
  cursor: default;
}
@media (min-width: 960px) {
  .js-star-rating .star-rating {
    width: 70px;
    margin-right: 20px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .js-star-rating .star-rating .rating {
    left: -1px;
    text-indent: 1px;
  }
}
.no-js .js-star-rating .rating-input label {
  margin-right: 1em;
}
.no-js .js-star-rating .help {
  margin-right: 1em;
}
.star-rating-wrap {
  margin-bottom: 0.76923077em;
}
.star-rating-wrap .js-star-rating {
  margin: 0;
  border-top: 1px solid #bfbfbf;
}
.star-rating-wrap h3 + .js-star-rating {
  border-top: 0;
}
.star-rating-wrap label {
  line-height: 2.39;
}
@media (min-width: 960px) {
  .star-rating-wrap .js-star-rating {
    border: 0;
  }
  .star-rating-wrap h3 + .js-star-rating {
    padding: 0;
  }
}
.star-rating-yellow:before {
  color: #F7B500;
}
.star-rating-yellow .rating__rated {
  color: #F7B500;
}
.review-list .review {
  margin: 0 0 2.5em;
}
.review-list .info {
  margin: 0 0 .33em;
  font-weight: bold;
}
.review-list .info br {
  display: none;
}
.review-list .text {
  margin: 0 0 .33em;
}
.review-list .review-rating {
  margin: 0;
}
.review-list .review-rating .star-rating {
  margin: 0;
}
@media (min-width: 768px) {
  .review-list .review {
    display: block;
    padding-left: 11.5em;
  }
  .review-list .review:before,
  .review-list .review:after {
    content: " ";
    display: table;
  }
  .review-list .review:after {
    clear: both;
  }
  .review-list .review:before,
  .review-list .review:after {
    content: " ";
    display: table;
  }
  .review-list .review:after {
    clear: both;
  }
  .review-list .review .info {
    float: left;
    width: 10em;
    height: auto;
    margin-left: -11.5em;
  }
  .review-list .info {
    text-align: right;
  }
  .review-list .info br {
    display: inline;
  }
}
.action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 16px 0 24px 0;
}
.action__image {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.action__image > a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.action__image .img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.action__image .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 992px) {
  .action__image:hover + .action__info .action__name {
    text-decoration: underline;
  }
}
.action__info {
  box-sizing: border-box;
  text-align: center;
}
.action__name {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 590px) {
  .action__name .h3 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .action__name:hover {
    text-decoration: underline;
  }
}
.action__text {
  margin: 16px 0 24px 0;
  line-height: 24px;
  color: #404040;
}
.action__btn {
  display: inline-block;
  margin: 0 auto;
}
.action__btn .btn:not(.btn--secondary) {
  padding: 0 40px;
}
.action--small {
  margin: 0;
}
.action--small .action__name {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.action--small .action__text {
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (min-width: 590px) {
  .action--single {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .action--single {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 590px) {
  .action--single .action__image {
    max-width: 34%;
    min-width: 34%;
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .action--single .action__image {
    max-width: 347px;
    min-width: 347px;
    margin-right: 48px;
  }
}
@media (min-width: 590px) {
  .action--single .action__info {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .action--single .action__info {
    max-width: 500px;
    min-width: 500px;
  }
}
.action--two {
  -webkit-flex-basis: 58.3333%;
      -ms-flex-preferred-size: 58.3333%;
          flex-basis: 58.3333%;
  max-width: 58.3333%;
}
@media (min-width: 590px) {
  .action--two {
    -webkit-flex-basis: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .action--two {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .action--two .action__image {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .action--two .action__info {
    min-width: 50%;
    max-width: 50%;
    padding-left: 30px;
    text-align: left;
  }
}
.action--three {
  -webkit-flex-basis: 58.3333%;
      -ms-flex-preferred-size: 58.3333%;
          flex-basis: 58.3333%;
  max-width: 58.3333%;
}
@media (min-width: 590px) {
  .action--three {
    -webkit-flex-basis: 35.6667%;
        -ms-flex-preferred-size: 35.6667%;
            flex-basis: 35.6667%;
    max-width: 35.6667%;
  }
}
@media (min-width: 768px) {
  .action--three {
    -webkit-flex-basis: calc(33.3333% - 20px);
        -ms-flex-preferred-size: calc(33.3333% - 20px);
            flex-basis: calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
  }
}
@media (min-width: 992px) {
  .action--three .action__image {
    display: inline-block;
    max-height: 240px;
  }
  .action--three .action__image .img {
    max-height: 240px;
  }
  .action--three .action__image .img img {
    display: block;
    margin: 0 auto;
  }
}
.action--four {
  -webkit-flex-basis: 58.3333%;
      -ms-flex-preferred-size: 58.3333%;
          flex-basis: 58.3333%;
  max-width: 58.3333%;
}
@media (min-width: 590px) {
  .action--four {
    -webkit-flex-basis: 35.6667%;
        -ms-flex-preferred-size: 35.6667%;
            flex-basis: 35.6667%;
    max-width: 35.6667%;
  }
}
@media (min-width: 768px) {
  .action--four {
    -webkit-flex-basis: 25.6667%;
        -ms-flex-preferred-size: 25.6667%;
            flex-basis: 25.6667%;
    max-width: 25.6667%;
  }
}
@media (min-width: 992px) {
  .action--four {
    -webkit-flex-basis: calc(25% - 25px);
        -ms-flex-preferred-size: calc(25% - 25px);
            flex-basis: calc(25% - 25px);
    max-width: calc(25% - 25px);
  }
}
.action--more {
  -webkit-flex-basis: 58.3333%;
      -ms-flex-preferred-size: 58.3333%;
          flex-basis: 58.3333%;
  max-width: 58.3333%;
}
@media (min-width: 590px) {
  .action--more {
    -webkit-flex-basis: 35.6667%;
        -ms-flex-preferred-size: 35.6667%;
            flex-basis: 35.6667%;
    max-width: 35.6667%;
  }
}
@media (min-width: 768px) {
  .action--more {
    -webkit-flex-basis: 25.6667%;
        -ms-flex-preferred-size: 25.6667%;
            flex-basis: 25.6667%;
    max-width: 25.6667%;
  }
}
@media (min-width: 992px) {
  .action--more {
    -webkit-flex-basis: calc(25% - 25px);
        -ms-flex-preferred-size: calc(25% - 25px);
            flex-basis: calc(25% - 25px);
    max-width: calc(25% - 25px);
  }
}
.actions-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .actions-list {
    margin-top: 40px;
  }
}
.actions-list--more {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
}
.actions-list--more .action--small {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.actions-list--more .action--small:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 479px) {
  .actions-list--more .btn {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  .actions-list--carousel {
    overflow: hidden;
  }
  .actions-list--carousel .action__image {
    max-width: 236px;
    max-height: 236px;
  }
}
.att-images {
  overflow: hidden;
  position: relative;
  margin: 0 -5px 1.3em;
  padding-bottom: .8em;
}
.att-images > ul {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.att-images > ul > li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.att-images > ul > li {
  width: 100%;
}
.att-images ul li {
  width: 145px;
  padding: 5px;
}
.att-images a {
  display: block;
  width: 135px;
  height: 135px;
  line-height: 130px;
  padding: 4px;
  border: 1px solid #f5f5f5;
  transition: border-color 300ms ease;
}
.att-images a:hover {
  border-color: #808080;
}
.att-images:after {
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 0;
  border-bottom: 2px solid #f5f5f5;
  content: "";
}
@media (min-width: 768px) {
  .att-images {
    padding-bottom: 1.8em;
  }
  .att-images ul li {
    width: 190px;
  }
  .att-images a {
    width: 180px;
    height: 180px;
    line-height: 175px;
  }
}
.breadcrumb {
  display: none;
  max-width: 1035px;
  margin: 0 auto;
  padding: 1.5em 0 1em 0;
  font-size: 12px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb__link {
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb__link--home {
  position: relative;
  top: -1px;
}
.breadcrumb__separator {
  display: inline-block;
  margin: 0 .17em;
  font-size: 13px;
  color: #bfbfbf;
}
@media (min-width: 768px) {
  .breadcrumb__separator {
    margin: 0 0.5em;
  }
}
.breadcrumb--detailpage-old {
  position: relative;
  z-index: 1;
  margin-bottom: -15px;
  padding-top: 2.5em;
  padding-bottom: 0;
}
.breadcrumb--detailpage-old .breadcrumb__inside {
  margin-left: 36%;
}
@media (min-width: 992px) {
  .breadcrumb--detailpage-old .breadcrumb__inside {
    margin-left: 40%;
  }
}
.breadcrumb--detailpage-new {
  padding-top: 2.5em;
  padding-bottom: 0;
}
.breadcrumb--detailpage-new .breadcrumb__inside {
  margin-left: calc(41.6666% + 0.9375rem);
}
.hp-promotions-banners {
  margin: 0 -16px;
}
.hp-promotions-banners img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
.hp-promotions-banners .item {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .hp-promotions-banners.hp-promotions-banners--not-empty {
    margin-top: 32px;
  }
  .hp-promotions-banners .item {
    height: 0;
    overflow: hidden;
  }
  .hp-promotions-banners .item:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .hp-promotions-banners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  .hp-promotions-banners .item {
    position: relative;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .hp-promotions-banners .item a {
    position: relative;
    display: block;
    padding-top: calc(100% * 340 / 768);
  }
  .hp-promotions-banners .item:first-of-type {
    margin-right: 24px;
  }
  .hp-promotions-banners .item img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    outline: none;
    border: none;
  }
}
.copied-banner {
  margin: 40px -16px 0 -16px;
}
.copied-banner .item {
  position: relative;
  padding-top: calc(100vw * 340/768);
}
.copied-banner .item img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
.hp-carousel {
  margin: 0 -16px;
}
@media (max-width: 767px) {
  .hp-carousel .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hp-carousel .mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .hp-carousel {
    margin-bottom: 28px;
  }
  .hp-carousel:before,
  .hp-carousel:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    background-position: top center;
    background-repeat: repeat-x;
  }
  .hp-carousel:before {
    z-index: 1;
    background-image: var(--bgImageBefore);
    background-repeat: var(--bgImageBeforeRepeat);
  }
  .hp-carousel:after {
    z-index: 2;
    background-image: var(--bgImageAfter);
    background-repeat: var(--bgImageAfterRepeat);
    opacity: 0;
  }
  .hp-carousel.fading {
    transition: background-color 350ms ease;
  }
  .hp-carousel.fading:before,
  .hp-carousel.fading:after {
    transition: opacity 350ms ease;
  }
  .hp-carousel.fading:before {
    opacity: 0;
  }
  .hp-carousel.fading:after {
    opacity: 1;
  }
}
.collapsable.ca-collapsed .ca-box {
  display: none;
}
.collapsable.ca-collapsed .ca-control .ca-control-collapse {
  display: none;
}
.collapsable.ca-expanded .ca-control .ca-control-expand {
  display: none;
}
.m-ca .ca-control,
.ca .ca-control {
  position: relative;
  margin: 0;
}
.m-ca .ca-control span,
.ca .ca-control span {
  font-weight: normal;
}
.m-ca .ca-control,
.ca .ca-control,
.m-ca .ca-link,
.ca .ca-link {
  padding: 1em 25px .9em 10px;
}
.m-ca .ca-link,
.ca .ca-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #808080;
}
.m-ca .ca-link:before,
.ca .ca-link:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -6px 0 0;
  width: 10px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-size: 10px 12px;
  background-repeat: no-repeat;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.m-ca.ca-expanded .ca-link,
.ca.ca-expanded .ca-link,
.m-ca .ca-link:hover,
.ca .ca-link:hover {
  color: #404040;
}
.m-ca.ca-expanded .ca-link,
.ca.ca-expanded .ca-link {
  padding-bottom: .66em;
}
.m-ca.ca-expanded .ca-link:before,
.ca.ca-expanded .ca-link:before {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.js .m-ca .ca-control,
.js .ca .ca-control {
  padding: 0;
}
.m-ca {
  position: relative;
}
@media (max-width: 767px) {
  .m-ca {
    margin: 0 -10px;
    padding: 10px;
    background: #f5f5f5;
  }
  .m-ca .ca-control,
  .m-ca .ca-link {
    color: #000;
  }
  .m-ca .ca-control,
  .m-ca .ca-box {
    background: #fff;
    border: 2px solid #bfbfbf;
  }
  .m-ca .ca-control {
    font-size: 100%;
    text-align: left;
  }
  .m-ca .ca-link {
    padding: .69em 30px .69em 10px;
  }
  .m-ca .ca-control .star-rating {
    margin: 0 0 0 .34em;
    vertical-align: baseline;
  }
  .m-ca .ca-box {
    border-top-width: 0;
    padding: 10px 10px 0;
  }
  .js .m-ca.ca-collapsed .ca-box {
    position: absolute;
    top: auto;
    left: 10px;
    right: 10px;
    display: block;
    visibility: hidden;
    overflow: hidden;
  }
  .m-ca + .m-ca {
    margin-top: -2px;
    padding-top: 0;
  }
  #main #col-content:last-child .m-ca:last-child {
    margin-bottom: -35px;
  }
  .m-ca.ca-collapsed iframe {
    left: -10000px;
  }
}
@media (min-width: 768px) {
  .m-ca {
    padding: 0 0 20px;
    border-top: 2px solid #f5f5f5;
  }
  .m-ca .ca-control {
    margin: 1em 0 .4em;
    padding: 0;
    border: 0;
    cursor: text;
  }
  .m-ca .ca-control span {
    display: inline;
  }
  .m-ca .ca-link {
    display: inline;
    padding: 0;
    cursor: text;
    color: inherit;
    pointer-events: none;
  }
  .m-ca .ca-link:before {
    display: none;
  }
  .js .m-ca.ca-collapsed .ca-box {
    display: block;
  }
}
.ca {
  border: 2px solid #f5f5f5;
  margin: 0 0 8px;
}
.ca .ca-box {
  padding: 0 10px 1px;
}
@media (min-width: 768px) {
  .ca .ca-control,
  .ca .ca-link {
    padding: .75em 25px .75em 10px;
  }
  .ca .ca-box {
    padding: 10px 20px 1px 30px;
  }
}
@media (min-width: 960px) {
  .ca .ca-control,
  .ca .ca-link,
  .ca.ca-expanded .ca-link {
    padding: .5em 20px .5em 30px;
  }
  .no-js .ca .ca-control:before,
  .ca .ca-link:before {
    position: absolute;
    top: 50%;
    right: auto;
    left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='currentColor' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  }
  .ca.ca-expanded .ca-link:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#cookie-compliance {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#cookie-compliance .in {
  color: #fff;
  font-size: 85.71428571%;
  padding: 10px;
  text-align: left;
}
#cookie-compliance p {
  display: inline-block;
  width: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.3em;
  position: relative;
  margin: 0;
  vertical-align: middle;
}
#cookie-compliance .btn {
  border: 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  height: 38px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 13px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
#cookie-compliance .btn span {
  line-height: 38px;
}
#cookie-compliance .btn:hover {
  background: #fff;
}
@media (min-width: 480px) {
  #cookie-compliance p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cookie-compliance .text {
    display: block;
    max-width: 85%;
  }
  #cookie-compliance .btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  #cookie-compliance .in {
    padding: 5px 10px;
  }
  #cookie-compliance p {
    margin: 0.5em 0;
  }
}
.cookie-compliance-opened.body-order #outer-wrap {
  padding-bottom: 8em;
}
.cookie-compliance-opened.daktelaChatVisible #cookie-compliance {
  z-index: 10002;
}
.crossroad-articles .title,
.crossroad-articles-blog .title {
  font: bold 100%/1.5 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0 0 .75em;
  font-size: 100%;
}
.crossroad-articles .title a,
.crossroad-articles-blog .title a {
  display: block;
  text-decoration: none;
}
.crossroad-articles .name,
.crossroad-articles-blog .name {
  display: block;
}
.crossroad-articles {
  overflow: hidden;
  margin: 0 -10px 1.3em;
  padding: 0 0 1px;
}
.crossroad-articles > ul {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.crossroad-articles > ul > li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.crossroad-articles > ul > li {
  width: 50%;
}
.crossroad-articles .item {
  margin: 2em 0 0;
}
.crossroad-articles .spc {
  position: relative;
  padding: 0 10px 2.33em;
  border-bottom: 1px solid #f5f5f5;
}
.crossroad-articles .img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66%;
  margin: 0 0 .66em;
}
.crossroad-articles .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.crossroad-articles .desc {
  display: none;
}
.crossroad-articles .date {
  position: absolute;
  bottom: 1em;
  left: 10px;
  right: 10px;
  margin: 0;
  font-size: 85.71428571%;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 590px) {
  .crossroad-articles > ul > li {
    width: 33.33333333%;
  }
}
@media (min-width: 640px) {
  .crossroad-articles .spc {
    margin: 0 10px;
    padding: 0 0 2.33em;
  }
  .crossroad-articles .title {
    text-align: left;
  }
  .crossroad-articles .desc {
    display: block;
    margin: 0 0 1em;
    font-size: 85.71428571%;
  }
  .crossroad-articles .date {
    left: 0;
    text-align: left;
  }
}
.crossroad-articles-blog .img {
  display: block;
  line-height: 155px;
  margin: 0 auto 1em;
  text-align: center;
}
.crossroad-articles-blog .img img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.crossroad-articles-blog .name {
  display: block;
}
.crossroad-articles-blog .desc {
  margin: 0;
  font-size: 85.71428571%;
  font-weight: normal;
  color: #808080;
  text-align: left;
}
.crossroad-articles-blog .item {
  display: none;
  padding: 0 10px;
  vertical-align: top;
  box-sizing: border-box;
}
.crossroad-articles-blog .item:first-child {
  display: block;
}
@media (min-width: 480px) {
  .crossroad-articles-blog .item {
    width: 48%;
  }
  .crossroad-articles-blog .item:first-child {
    display: inline-block;
  }
  .crossroad-articles-blog .item:nth-child(2) {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .crossroad-articles-blog {
    text-align: justify;
  }
  .crossroad-articles-blog ul {
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  .crossroad-articles-blog ul > li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .crossroad-articles-blog ul:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: "";
  }
  .crossroad-articles-blog .item {
    display: inline-block;
    width: 24%;
    max-width: 235px;
  }
  .crossroad-articles-blog .title {
    margin-top: 0;
    text-align: left;
  }
  .crossroad-articles-blog .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 68.09%;
    background: #f5f5f5;
  }
  .crossroad-articles-blog .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto 0 auto;
  }
  .crossroad-articles-blog .desc {
    text-align: left;
  }
}
.letters {
  margin: 0 0 1em;
  font: bold 100%/2.5 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 114.28571429%;
  text-align: center;
}
.letters li {
  display: inline-block;
  width: 2.4em;
  text-align: center;
}
.letters a {
  display: block;
  text-decoration: none;
}
.letters a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .letters {
    text-align: justify;
  }
  .letters:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: "";
  }
  .letters li {
    width: auto;
  }
}
.crossroad-brands .brand {
  position: relative;
  border-top: 2px solid #f5f5f5;
}
.crossroad-brands .title {
  text-align: center;
}
.crossroad-brands ul {
  position: relative;
  margin: 0 0 2em;
  overflow: hidden;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4px;
  column-gap: 4px;
  -webkit-column-rule: 0 solid transparent;
  column-rule: 0 solid transparent;
  /* zabrání zalomení sloupce uvnitř li */
}
.crossroad-brands ul li {
  -webkit-column-break-inside: avoid;
  /* spec + prefixes */
}
.ie8 .crossroad-brands ul,
.ie9 .crossroad-brands ul {
  margin-left: -2px;
  margin-right: -2px;
  overflow: hidden;
}
.ie8 .crossroad-brands ul:before,
.ie9 .crossroad-brands ul:before,
.ie8 .crossroad-brands ul:after,
.ie9 .crossroad-brands ul:after {
  content: " ";
  display: table;
}
.ie8 .crossroad-brands ul:after,
.ie9 .crossroad-brands ul:after {
  clear: both;
}
.ie8 .crossroad-brands ul:before,
.ie9 .crossroad-brands ul:before,
.ie8 .crossroad-brands ul:after,
.ie9 .crossroad-brands ul:after {
  content: " ";
  display: table;
}
.ie8 .crossroad-brands ul:after,
.ie9 .crossroad-brands ul:after {
  clear: both;
}
.ie8 .crossroad-brands ul li,
.ie9 .crossroad-brands ul li {
  float: left;
  width: 50%;
  padding: 0 2px;
  margin-left: -1px;
  border-left: 0 solid transparent;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.crossroad-brands li:first-child:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  content: "";
}
.crossroad-brands ul a {
  display: block;
  padding: .5em 0;
  text-decoration: none;
}
.crossroad-brands ul a:hover {
  text-decoration: underline;
}
@media (min-width: 590px) {
  .crossroad-brands ul {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 4px;
    column-gap: 4px;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  .crossroad-brands ul li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 .crossroad-brands ul,
  .ie9 .crossroad-brands ul {
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
  }
  .ie8 .crossroad-brands ul:before,
  .ie9 .crossroad-brands ul:before,
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    content: " ";
    display: table;
  }
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    clear: both;
  }
  .ie8 .crossroad-brands ul:before,
  .ie9 .crossroad-brands ul:before,
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    content: " ";
    display: table;
  }
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    clear: both;
  }
  .ie8 .crossroad-brands ul li,
  .ie9 .crossroad-brands ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 2px;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .crossroad-brands ul {
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 4px;
    column-gap: 4px;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
    margin: 0 0 3em;
  }
  .crossroad-brands ul li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 .crossroad-brands ul,
  .ie9 .crossroad-brands ul {
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
  }
  .ie8 .crossroad-brands ul:before,
  .ie9 .crossroad-brands ul:before,
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    content: " ";
    display: table;
  }
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    clear: both;
  }
  .ie8 .crossroad-brands ul:before,
  .ie9 .crossroad-brands ul:before,
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    content: " ";
    display: table;
  }
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    clear: both;
  }
  .ie8 .crossroad-brands ul li,
  .ie9 .crossroad-brands ul li {
    float: left;
    width: 25%;
    padding: 0 2px;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .crossroad-brands ul {
    -webkit-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 4px;
    column-gap: 4px;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  .crossroad-brands ul li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 .crossroad-brands ul,
  .ie9 .crossroad-brands ul {
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
  }
  .ie8 .crossroad-brands ul:before,
  .ie9 .crossroad-brands ul:before,
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    content: " ";
    display: table;
  }
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    clear: both;
  }
  .ie8 .crossroad-brands ul:before,
  .ie9 .crossroad-brands ul:before,
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    content: " ";
    display: table;
  }
  .ie8 .crossroad-brands ul:after,
  .ie9 .crossroad-brands ul:after {
    clear: both;
  }
  .ie8 .crossroad-brands ul li,
  .ie9 .crossroad-brands ul li {
    float: left;
    width: 20%;
    padding: 0 2px;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .crossroad-brands ul a {
    display: inline-block;
  }
}
.brand-links {
  position: relative;
  margin: 24px -16px 0 -16px;
}
.brand-links + .homepage-component {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .brand-links {
    min-height: 100px;
    margin: 80px 0 0 0;
  }
  .brand-links:first-of-type {
    margin-top: 40px;
  }
  .brand-links + .homepage-component {
    margin-top: 40px !important;
  }
}
.hp-brands {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  overflow-x: scroll;
}
.hp-brands::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .hp-brands {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    overflow: hidden;
  }
}
.hp-brands__item {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hp-brands__item img {
  max-height: 50px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .hp-brands__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    height: 80px;
    margin: 0 0.375rem;
    padding: 0.5rem;
    box-sizing: border-box;
    background-color: #f5f5f5;
  }
  .hp-brands__item:first-child {
    margin-left: 1rem;
  }
  .hp-brands__item:last-child {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .hp-brands__item {
    max-width: 7.5rem;
    margin: 1rem;
  }
  .hp-brands__item img {
    max-height: 50px;
  }
}
.crossroad-categories {
  overflow: hidden;
}
.crossroad-categories > ul {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.crossroad-categories > ul > li {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.crossroad-categories > ul > li {
  width: 50%;
}
.crossroad-categories li {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
}
.crossroad-categories .title {
  display: block;
  text-align: left;
  position: relative;
}
.crossroad-categories .title h2 a {
  position: relative;
  display: block;
  padding-top: 115px;
  padding-bottom: 2.5em;
  text-decoration: none;
}
.crossroad-categories .name {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}
.crossroad-categories .title a:hover .name {
  text-decoration: none;
}
.crossroad-categories .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 112px;
}
.crossroad-categories .img a,
.crossroad-categories .img .responsively-lazy {
  display: block;
  height: 100%;
}
.crossroad-categories .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.crossroad-categories p {
  display: none;
}
@media (max-width: 589px) {
  .crossroad-categories li:nth-child(odd):last-child {
    position: relative;
    /* &:after { content: ""; position: absolute; right: -1px; top: 0; height: 100%; width: 1px; background-color: @color-grey-lt; } */
  }
}
@media (min-width: 590px) {
  .crossroad-categories > ul > li {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .crossroad-categories ul {
    margin-left: -1px;
    margin-bottom: -1px;
  }
  .crossroad-categories .title .ico-percentage:before {
    content: "%";
    position: absolute;
    bottom: 50px;
    right: 50%;
    margin-right: -65px;
    font-size: 24px;
    color: #fff;
    background-color: rgba(220, 0, 105, 0.7);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: 1;
    line-height: 42px;
    text-align: center;
  }
  .crossroad-categories .name {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: 1;
    line-height: 1.5;
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .crossroad-categories li:nth-child(3n+1):last-child {
    margin-left: 33.00330033%;
  }
  .crossroad-categories li:nth-child(3n+1):last-child,
  .crossroad-categories li:nth-child(3n+2):last-child {
    position: relative;
  }
}
@media (min-width: 768px) {
  .crossroad-categories {
    margin: 0 -5px 5em;
  }
  .crossroad-categories > ul > li {
    width: 33.33333333%;
  }
  .crossroad-categories ul {
    margin: 0 -0.5%;
  }
  .crossroad-categories li {
    margin: 3em 0 0 0;
    padding: 0 10px;
  }
  .crossroad-categories .title {
    margin: .25em auto 0;
  }
  .crossroad-categories .title h2 {
    margin-top: 0.5em;
    line-height: 1.1;
  }
  .crossroad-categories .title h2 a {
    padding: 0;
    color: #000;
    display: inline;
    line-height: 20px;
  }
  .crossroad-categories .title h2 a:hover {
    text-shadow: -2px -1px #fff, -1px 1px #fff, 2px -1px #fff, 1px 1px #fff;
    background-size: 1px 1em;
    box-shadow: inset 0 -1px currentColor;
  }
  .crossroad-categories .name {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
  }
  .crossroad-categories .img {
    position: relative;
    width: auto;
    height: 160px;
  }
  .crossroad-categories p {
    display: block;
    font-size: 85.71428571%;
    line-height: 1.65;
    text-align: left;
  }
  .crossroad-categories p a {
    margin: 0 .5em 0 0;
    text-decoration: none;
    color: #000;
  }
  .crossroad-categories p a:hover {
    text-decoration: underline;
  }
  .crossroad-categories a.ico-rarr {
    white-space: nowrap;
  }
  .crossroad-categories a.ico-rarr:after {
    color: #000;
    overflow: hidden;
    height: 13px;
    line-height: 1;
  }
}
@media (min-width: 960px) {
  .crossroad-categories > ul > li {
    width: 25%;
  }
  .crossroad-categories p a {
    margin: 0 .33em 0 0;
  }
}
.crossroad-categories--redesign {
  position: relative;
  margin: 32px 0 0 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .crossroad-categories--redesign {
    margin-top: 56px;
  }
}
.crossroad-categories--redesign > h2 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .crossroad-categories--redesign > h2 {
    text-align: center;
  }
}
.crossroad-categories--redesign ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
  margin: 16px -16px 0 -16px;
  width: auto;
  letter-spacing: normal;
}
.crossroad-categories--redesign ul::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .crossroad-categories--redesign ul {
    display: block;
    white-space: nowrap;
    margin: 0 54px;
    padding-left: 12px;
    overflow: hidden;
  }
  .no-js .crossroad-categories--redesign ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    white-space: normal;
  }
}
.crossroad-categories--redesign ul > li {
  position: relative;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style: none;
  -webkit-flex-basis: 58.3333%;
      -ms-flex-preferred-size: 58.3333%;
          flex-basis: 58.3333%;
  max-width: 58.3333%;
  margin: 90px 0 0 0;
  padding: 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .crossroad-categories--redesign ul > li:first-child {
    margin-left: 16px;
  }
  .crossroad-categories--redesign ul > li:not(:last-child) {
    margin-right: 24px;
  }
}
.crossroad-categories--redesign ul > li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 100%;
}
@media (min-width: 590px) {
  .crossroad-categories--redesign ul > li {
    -webkit-flex-basis: 35.6667%;
        -ms-flex-preferred-size: 35.6667%;
            flex-basis: 35.6667%;
    max-width: 35.6667%;
  }
}
@media (min-width: 768px) {
  .crossroad-categories--redesign ul > li {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  .crossroad-categories--redesign ul > li {
    width: 281px;
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .crossroad-categories--redesign li.item {
    border: none;
  }
  .crossroad-categories--redesign li.item > div {
    white-space: normal;
    padding: 0 0 25px 0;
    border: 1px solid #e6e6e6;
  }
  .crossroad-categories--redesign li.item:before {
    display: none;
  }
}
.crossroad-categories--redesign .img {
  top: -90px;
}
@media (min-width: 768px) {
  .crossroad-categories--redesign .img {
    position: absolute;
    top: -110px;
    width: 100%;
    height: 140px;
  }
}
.crossroad-categories--redesign .title {
  padding-top: 40px;
}
.crossroad-categories--redesign .title h3 {
  text-align: center;
  padding: 0 8px;
  margin-top: 0;
  margin-bottom: 8px;
}
.crossroad-categories--redesign .title h3 a {
  display: block;
  line-height: 0;
}
.crossroad-categories--redesign .title .ico-percentage:before {
  display: none;
}
.crossroad-categories--redesign .title:hover h3 a .name {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .crossroad-categories--redesign .title {
    margin: 0;
  }
  .crossroad-categories--redesign .title h3 a {
    color: #404040;
  }
  .crossroad-categories--redesign .title h3 a:hover {
    box-shadow: none;
    text-shadow: none;
  }
}
.crossroad-categories--redesign .name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  position: static;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.crossroad-categories--redesign .name:before {
  display: none;
}
.crossroad-categories--redesign p {
  display: block;
  padding: 0 8px 8px 8px;
  text-align: center;
}
.crossroad-categories--redesign p > a {
  margin: 0 4px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: #808080;
  text-decoration: none;
}
.crossroad-categories--redesign p > a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .crossroad-categories--redesign p {
    padding: 0 16px 8px 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .crossroad-categories--redesign p {
    padding: 0 32px;
  }
}
.crossroad-categories--redesign .carousel-controls {
  display: none;
}
@media (min-width: 992px) {
  .crossroad-categories--redesign .carousel-controls {
    display: block;
  }
}
.crossroad-icon-box {
  margin: 0 0 1.3em;
}
.crossroad-icon-box ul {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 2px;
  border-left: 2px solid #f5f5f5;
}
.crossroad-icon-box li {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 0 0 -2px;
  border: solid #f5f5f5;
  border-width: 2px 2px 2px 0;
  font-size: 114.28571429%;
  line-height: 1.875;
  font-weight: bold;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: center;
  color: #404040;
}
.crossroad-icon-box .title {
  display: block;
}
.crossroad-icon-box p {
  margin: 0;
}
.crossroad-icon-box .title {
  margin: 0 0 .25em;
  font-size: 112.5%;
  line-height: 2;
  text-align: center;
}
.crossroad-icon-box .small {
  font-size: 87.5%;
  line-height: 2.14;
  font-weight: normal;
}
@media (min-width: 480px) {
  .crossroad-icon-box {
    overflow: hidden;
  }
  .crossroad-icon-box > ul {
    width: 101%;
    margin: 0 -1% 0 0;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  .crossroad-icon-box > ul > li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .crossroad-icon-box > ul > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .crossroad-icon-box {
    margin: 0 0 2em;
  }
  .crossroad-icon-box > ul > li {
    width: 33.33333333%;
  }
  .crossroad-icon-box li {
    padding: 30px 10px 15px;
    min-height: 205px;
  }
}
@media (min-width: 960px) {
  .crossroad-icon-box > ul > li {
    width: 25%;
  }
  .two-cols .crossroad-icon-box > ul > li {
    width: 33.33333333%;
  }
}
.crossroad-icon-box__icon {
  display: block;
  line-height: 1;
  color: #808080;
  text-align: center;
}
@media (min-width: 768px) {
  .crossroad-icon-box__icon {
    line-height: 1.25;
    margin-bottom: .35em;
  }
}
.crossroad-stores {
  margin: 0 -10px 1.3em;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-align: left;
}
.crossroad-stores ul {
  overflow: hidden;
}
.crossroad-stores .item {
  margin: 1.5em 0 0;
}
.crossroad-stores .spc {
  margin: 0 10px -1px;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.crossroad-stores .title {
  margin: 0 0 .28em;
  font-size: 100%;
  text-align: center;
}
.crossroad-stores p {
  margin: 0;
}
@media (min-width: 590px) {
  .crossroad-stores {
    overflow: hidden;
  }
  .crossroad-stores > ul {
    width: 101%;
    margin: 0 -1% 0 0;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  .crossroad-stores > ul > li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .crossroad-stores > ul > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .crossroad-stores {
    margin-bottom: 4em;
  }
  .crossroad-stores > ul > li {
    width: 33.33333333%;
  }
}
.crossroad-stores-bordered {
  position: relative;
  padding-bottom: 1em;
}
.crossroad-stores-bordered:after {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 0;
  border-bottom: 2px solid #f5f5f5;
  content: "";
}
@media (min-width: 768px) {
  .crossroad-stores-bordered {
    padding-bottom: 2em;
    margin-bottom: 1.5em;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.fade {
  transition: opacity .15s linear;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px 0 16px;
}
@media (min-width: 590px) {
  .modal-header {
    padding: 32px 32px 0 32px;
  }
}
.modal-header .close {
  position: absolute;
  top: 1px;
  right: 2px;
  z-index: 2;
  padding: 5px;
  background: none;
  border: none;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px;
}
@media (min-width: 590px) {
  .modal-body {
    padding: 32px;
  }
}
.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 480px) {
  .modal-footer {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem;
  }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem;
  }
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 590px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tns-outer {
  position: relative;
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100% !important;
  max-width: 1035px;
}
.tns-controls [aria-controls] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: 0 0;
  outline: 0;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  color: #000;
}
.tns-controls [aria-controls]:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 24px 34px;
  background-repeat: no-repeat;
}
.tns-controls [data-controls=prev] {
  left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23fff' points='26.87 10.74 24.04 7.92 0 31.96 24.04 56 26.87 53.17 5.66 31.96 26.87 10.74'/%3E%3C/svg%3E");
  background-size: 24px 34px;
  background-position: center left;
}
.tns-controls [data-controls=prev]:after {
  left: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23000' points='26.87 10.74 24.04 7.92 0 31.96 24.04 56 26.87 53.17 5.66 31.96 26.87 10.74'/%3E%3C/svg%3E");
  background-position: center left;
}
.tns-controls [data-controls=next] {
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23fff' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  background-size: 24px 34px;
  background-position: center right;
}
.tns-controls [data-controls=next]:after {
  right: -2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23000' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  background-position: center right;
}
.tns-controls [disabled] {
  display: none;
}
.tns-nav {
  position: absolute;
  bottom: -24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 20px;
  z-index: 5;
}
.tns-nav [aria-controls] {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: 0 0;
  outline: 0;
  border: none;
  padding: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 20px;
  max-width: 50px;
  width: 50px;
  margin: 0 4px;
}
.tns-nav [aria-controls]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #e6e6e6;
}
@media (min-width: 768px) {
  .tns-nav [aria-controls] {
    max-width: 100px;
    width: 100px;
    margin: 0 8px;
  }
}
.tns-nav [aria-controls].tns-nav-active:after {
  background-color: #808080;
}
@media (min-width: 768px) {
  .tns-nav [aria-controls]:hover:after {
    background-color: #808080;
  }
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
  z-index: 3;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.33333333%;
  width: calc(100% * @count / @perpage);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.42857143%;
  width: calc(100% / @count);
  height: 10px;
  float: left;
}
.homepage-benefits {
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 768px) {
  .homepage-benefits {
    margin-top: 56px;
    margin-bottom: 0;
  }
}
.homepage-benefits__item {
  padding: 12px 16px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #404040;
  letter-spacing: 0.4px;
}
.homepage-benefits__item strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.homepage-benefits__item:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .homepage-benefits__item:nth-child(n+2) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage-benefits__item:nth-child(n+3) {
    display: none;
  }
}
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px 10px 0;
  background: #f5f5f5;
  border: solid #bfbfbf;
  border-width: 2px 0 0;
  box-shadow: 0 5px 21px rgba(0, 0, 0, 0.28);
}
.popup .product,
.popup .gift {
  display: none;
}
.popup .close a {
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
  height: 0;
  padding: 10px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23000' points='49.04 10.79 46.21 7.96 25 29.17 3.79 7.96 0.96 10.79 22.17 32 0.96 53.21 3.79 56.04 25 34.83 46.21 56.04 49.04 53.21 27.83 32 49.04 10.79'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
}
.popup .close a:hover {
  color: #000;
}
.popup .close a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  font-size: 25px;
}
.popup h2:before {
  display: block;
  height: 1.3em;
  color: #dc0069;
  font-size: 250%;
  line-height: 1;
}
.popup h2 {
  margin: 0 0 1em;
  padding-right: 60px;
}
.popup h2.center {
  padding-left: 60px;
}
@media (min-width: 480px) {
  .popup {
    left: 50%;
    right: auto;
    width: 330px;
    margin-left: -177px;
    border-width: 2px 2px 0;
  }
}
@media (max-width: 767px) {
  .popup.mobile-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .popup {
    padding: 20px 20px 0;
    width: 500px;
    min-height: 235px;
    margin-left: -272px;
  }
  .popup h2,
  .popup h2.center {
    padding: 0;
    line-height: 1.42;
  }
  .popup .product,
  .popup .gift {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .popup.popup-newsletter {
    padding-left: 190px;
    width: 330px;
  }
  .popup.popup-newsletter h2 {
    margin: 25px 0 .66em;
  }
  .popup.popup-gift-sent {
    padding-left: 270px;
    width: 250px;
  }
  .popup.popup-gift-sent h2 {
    margin: 35px 0 1.5em;
  }
  .popup.popup-gift-sent .gift {
    left: 20px;
    bottom: auto;
    top: 50%;
    margin: -95px 0 0;
  }
  .popup.popup-free-transport {
    width: 290px;
    padding: 30px 100px 30px 150px;
  }
  .popup.popup-free-transport h2 {
    font-size: 185.71428571%;
  }
}
@media (min-width: 960px) {
  .popup .close a {
    padding: 27px 0 0 27px;
    top: 0;
    right: 0;
  }
  .popup .close a:before {
    font-size: 13px;
    margin: -6px 0 0 -6px;
  }
}
.no-js .popup {
  display: none;
}
.popup-with-overlay .popup {
  background: #fff;
  padding: 30px;
  box-shadow: none;
  border: 0;
}
.popup-with-overlay .popup-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.popup-with-overlay .close {
  margin: 0;
}
.popup-with-overlay .close a {
  top: 0;
  padding: 32px 0 0 32px;
  color: #000;
}
.popup-with-overlay .close a:before {
  margin: -6px 0 0 -6px;
  font-size: 12px;
  content: "\b117";
}
.popup-with-overlay h2 {
  margin: 0 0 .75em;
  padding: 0;
  font-size: 142.85714286%;
  line-height: 1.15;
  font-weight: normal;
  color: #000;
}
.popup-with-overlay label {
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.popup-with-overlay p {
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.popup-with-overlay .small {
  font-size: 78.57142857%;
}
.popup-with-overlay.popup-free-transport .inputs-inline {
  position: relative;
  margin: 0 auto;
  padding-right: 50px;
}
.popup-with-overlay.popup-free-transport .inputs-inline > br {
  display: inline;
}
.popup-with-overlay.popup-free-transport .inputs-inline .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
}
.popup-with-overlay.popup-free-transport .inp-text {
  height: 35px;
  padding: 5px 10px;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.popup-with-overlay.popup-free-transport .btn {
  height: 35px;
  line-height: 35px;
  border-width: 0;
  font-weight: normal;
  font-size: 14px;
}
.popup-with-overlay.popup-free-transport .btn span {
  line-height: 35px;
  -webkit-padding-before: 0;
}
.popup-with-overlay.popup-free-transport .code {
  padding: 8px 12px;
  background: #e6e6e6;
  color: #000;
}
@media (min-width: 768px) {
  .popup-with-overlay h2 {
    margin: 0 0 .5em;
    font-size: 185.71428571%;
    line-height: 1.19230769;
  }
  .popup-with-overlay .small {
    font-size: 85.71428571%;
  }
  .popup-with-overlay.popup-free-transport .popup {
    width: 295px;
    overflow: hidden;
    padding: 50px 95px 30px 150px;
    min-height: 0;
    line-height: 180px;
  }
  .popup-with-overlay.popup-free-transport form {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.5;
  }
}
#popup-banner.delivery-free,
#popup-banner-ok.delivery-free,
#popup-banner-ko.delivery-free {
  background-color: white;
}
#popup-banner.delivery-free input,
#popup-banner-ok.delivery-free input,
#popup-banner-ko.delivery-free input {
  border-width: 1px;
}
#popup-banner.delivery-free button,
#popup-banner-ok.delivery-free button,
#popup-banner-ko.delivery-free button {
  background-color: black;
  border-color: black;
}
@media (min-width: 768px) {
  #popup-banner-ok.delivery-free {
    padding-left: 190px;
    width: 330px;
  }
}
#popup-banner.delivery-free h2 {
  margin-top: 20px;
}
#popup-banner.delivery-free .btn:hover {
  background-color: #404040;
  border-color: #404040;
}
#popup-banner-ok.delivery-free h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
#popup-banner-ok.delivery-free .btn {
  width: 100%;
  cursor: default;
}
#popup-banner-ok.delivery-free .btn,
#popup-banner-ko.delivery-free .btn {
  background-color: black;
  border-color: black;
}
#popup-banner-ok.delivery-free .btn span,
#popup-banner-ko.delivery-free .btn span {
  background-color: black;
  border-color: black;
}
#pd-box-overlay {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  background-color: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
#pd-box-overlay .pp-express-checkout {
  opacity: 0.701961;
}
#pd-box-overlay .pp-express-checkout span {
  font-size: 2.5em;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 270px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
#pd-box-window {
  z-index: 502;
  /*position: absolute;*/
  top: 35px;
  left: 50%;
  width: 400px;
}
@media (max-width: 991px) {
  #pd-box-window {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin: 10px 0 0px 10px;
  }
}
#pd-box-window.loading #pd-content {
  background: #fff url('../img/bg/ajax-notino.gif') 50% 50% no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  #pd-box-window.loading #pd-content {
    background-image: url('../img/bg/ajax-64-notino.gif');
    background-size: 32px;
  }
}
#pd-box-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0px 0 0 0;
  border: none;
  padding: 0px;
  clear: both;
  _margin-top: 0;
  display: inline;
  background: white;
}
#pd-box-image {
  display: block;
  margin: 15px 12px;
  overflow: hidden;
  zoom: 1;
  padding: 0;
  text-align: center;
}
#pd-box-title {
  padding: 15px 10px 5px;
  margin: 0 0 0 0;
  text-align: left;
  border: none;
}
#pd-box-desc {
  padding: 10px;
  margin: 0;
  text-align: left;
}
#pd-box-desc h1:first-child,
#pd-box-desc .h1:first-child,
#pd-box-desc h2:first-child,
#pd-box-desc .h2:first-child,
#pd-box-desc h3:first-child,
#pd-box-desc .h3:first-child,
#pd-box-desc h4:first-child,
#pd-box-desc .h4:first-child,
#pd-box-desc h5:first-child,
#pd-box-desc h6:first-child {
  margin-top: .5em;
}
@media (max-width: 767px) {
  #pd-box-desc > iframe {
    position: absolute;
    height: auto !important;
  }
}
#pd-box-pager {
  margin: 30px 12px 10px;
  padding: 0 100px 0;
  position: relative;
  zoom: 1;
  text-align: center;
  line-height: 2;
}
#pd-box-pages {
  text-align: center;
  word-spacing: 5px;
}
#pd-box-pages a.active {
  font-weight: bold;
  text-decoration: none;
}
#pd-box-prev,
#pd-box-next {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  padding-left: 15px;
  text-decoration: none;
}
#pd-box-next {
  left: auto;
  right: 0;
  padding: 0 15px 0 0;
}
#pd-box-prev:before,
#pd-box-next:after {
  top: -1px;
  left: 0;
  position: absolute;
  font-size: 26px;
  font-family: Arial, sans-serif;
  content: "‹";
  line-height: 1;
}
#pd-box-next:after {
  right: 0;
  left: auto;
  content: "›";
}
a#pd-box-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 10px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23000' points='49.04 10.79 46.21 7.96 25 29.17 3.79 7.96 0.96 10.79 22.17 32 0.96 53.21 3.79 56.04 25 34.83 46.21 56.04 49.04 53.21 27.83 32 49.04 10.79'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  text-indent: -1000px;
}
a#pd-box-close:hover {
  color: #000;
}
a#pd-box-close:before {
  position: absolute;
  width: 25px;
  height: 26px;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  font-size: 25px;
}
#pd-box-HideSelect {
  z-index: 499;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  margin: 0;
}
#pd-content {
  position: relative;
  background: #fff;
  padding: 0 0 1px;
  min-height: 150px;
  -webkit-transform: translateZ(0);
}
@media (max-width: 767px) {
  .credit-card-pdbox #pd-content {
    min-height: 90vh;
  }
}
#pd-box-top-left,
#pd-box-top-right,
#pd-box-bottom-left,
#pd-box-bottom-right {
  display: none;
}
@media (min-width: 768px) {
  #pd-box-window {
    margin-top: 35px;
  }
  #pd-box-desc {
    padding: 10px 20px 20px;
  }
}
#pd-box-contentbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.pdbox-open {
  overflow: hidden;
}
.pdbox-open #pd-box-contentbox {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pd-box-notino {
  /*img:not([width], [height]) { .responsive-img; max-height: 47px; }*/
}
.pd-box-notino #pd-box-close {
  padding: 33px 0 0 33px;
  color: #fff;
}
.pd-box-notino #pd-box-close:before {
  font-size: 15px;
  width: 15px;
  height: 15px;
  margin: -7px 0 0 -7px;
}
.pd-box-notino #pd-box-close:hover {
  color: #ddd;
}
.pd-box-notino #pd-box-desc {
  padding: 0;
}
.pd-box-notino p {
  text-align: center;
}
.pd-box-notino .logos {
  margin: 0;
  background: #000;
}
.pd-box-notino .logo {
  display: block;
  background: #000;
}
.pd-box-notino .logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.pd-box-notino .logo:first-child {
  margin: 0 0 13px;
}
.pd-box-notino .buttons {
  margin: 1.3em 10px;
}
.pd-box-notino .buttons .btn {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .pd-box-notino {
    /*.logos { .font-size(46); }*/
    /*.logo { height: 140px; margin: 20px 0 0; line-height: 135px; }*/
    /*.logo:first-child { margin: 0 0 20px; }*/
  }
}
.status-wrap {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  text-align: center;
}
.product-status,
.status-action,
.status-new,
.status-best-value,
.status-free-shipping,
.status-outlet {
  display: inline-block;
  position: relative;
  top: 3px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 1px;
  margin-bottom: 1px;
}
.status-action {
  background: #dc0069;
}
.status-new,
.status-outlet {
  background: #e6e6e6;
  color: #000;
}
.status-action + .status-free-shipping + .status-new {
  display: none;
}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
	Parfums Theme
----------------------------------- */
.pp_parfums .pp_arrow_previous,
.pp_parfums .pp_arrow_next,
.pp_parfums a.pp_previous,
.pp_parfums a.pp_next {
  color: #000;
  text-decoration: none;
}
.pp_parfums .pp_arrow_previous:hover,
.pp_parfums .pp_arrow_next:hover,
.pp_parfums a.pp_previous:hover,
.pp_parfums a.pp_next:hover {
  color: #000;
}
.pp_parfums .pp_arrow_previous:before,
.pp_parfums .pp_arrow_next:before,
.pp_parfums a.pp_previous:before,
.pp_parfums a.pp_next:before {
  position: absolute;
  top: 50%;
  text-indent: 0;
}
.pp_parfums .pp_nav {
  display: none !important;
}
.pp_parfums .pp_top,
.pp_parfums .pp_content_container,
.pp_parfums .pp_bottom {
  /*max-width:1000px;*/
  margin: 0 auto;
  background: #fff;
}
.pp_parfums .pp_top,
.pp_parfums .pp_top .pp_left,
.pp_parfums .pp_top .pp_middle,
.pp_parfums .pp_top .pp_right {
  height: 53px;
}
.pp_parfums iframe {
  display: block;
}
.pp_parfums .pp_inline {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 1px 20px;
}
.pp_parfums .pp_close {
  top: -43px;
  right: -10px;
  width: 53px;
  height: 53px;
  z-index: 2001;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23000' points='49.04 10.79 46.21 7.96 25 29.17 3.79 7.96 0.96 10.79 22.17 32 0.96 53.21 3.79 56.04 25 34.83 46.21 56.04 49.04 53.21 27.83 32 49.04 10.79'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.pp_parfums .pp_close:before {
  left: 50%;
  margin: -13px 0 0 -13px;
  font-size: 25px;
}
.pp_parfums .pp_loaderIcon {
  width: 32px;
  height: 32px;
  margin: -32px 0 0 -16px;
  background: url('../img/bg/ajax.gif');
}
.bodyWebSite37 .pp_parfums .pp_loaderIcon {
  background-image: url('../img/bg/ajax-notino.gif');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .backgroundsize .pp_parfums .pp_loaderIcon {
    background-image: url('../img/bg/ajax-64.gif');
    background-size: 32px;
  }
  .backgroundsize .bodyWebSite37 .pp_parfums .pp_loaderIcon {
    background-image: url('../img/bg/ajax-64-notino.gif');
  }
}
.pp_parfums .pp_fade {
  position: relative;
}
.pp_parfums .pp_hoverContainerVideo {
  height: 0 !important;
  top: 50%;
  overflow: visible;
}
.pp_parfums .pp_hoverContainerVideo a.pp_previous,
.pp_parfums .pp_hoverContainerVideo a.pp_next {
  width: 100px;
  height: 150px;
  margin: -75px 0 0;
}
.pp_parfums a.pp_previous,
.pp_parfums a.pp_next {
  position: relative;
  background: none;
}
.pp_parfums a.pp_previous:before,
.pp_parfums a.pp_next:before {
  left: 0;
  margin: -18px 0 0;
  font-size: 35px;
  opacity: 0;
  transition: opacity 300ms ease;
}
.touch .pp_parfums a.pp_previous:before,
.touch .pp_parfums a.pp_next:before,
.pp_parfums a.pp_previous:hover:before,
.pp_parfums a.pp_next:hover:before {
  opacity: 1;
  color: #000;
}
.pp_parfums a.pp_next:before {
  right: 0;
  left: auto;
  content: ">";
}
.pp_parfums .pp_gallery {
  display: block !important;
  opacity: 1 !important;
  margin: 15px 0 0;
}
.pp_parfums .pp_gallery li:before {
  display: none;
}
.pp_parfums .pp_gallery a {
  line-height: 45px;
}
.pp_parfums .pp_gallery ul a:hover,
.pp_parfums .pp_gallery li.selected a {
  border-color: #dc0069;
}
.pp_parfums .pp_gallery .pp_arrow_previous,
.pp_parfums .pp_gallery .pp_arrow_next {
  position: relative;
  height: 52px;
  margin: 0 !important;
}
.pp_parfums .pp_gallery .pp_arrow_previous:before,
.pp_parfums .pp_gallery .pp_arrow_next:before {
  left: 50%;
  font-size: 12px;
  margin: -6px 0 0 -6px;
}
.pp_parfums .pp_gallery .pp_arrow_next:before {
  content: ">";
}
.pp_parfums .pp_gallery li.default a {
  height: 50px;
  background: none;
  text-align: center;
  color: #dc0069;
  transition: color 300ms ease;
}
.pp_parfums .pp_gallery li.default a:hover {
  color: #404040;
}
.pp_details {
  margin: 10px 0 0 !important;
  height: 52px !important;
}
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_top {
  padding: 0 20px;
}
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_fade {
  display: none;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  left: 50%;
  margin-top: 2px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 56px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px #ddd solid;
  display: block;
  float: left;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #008700;
}
.pp_gallery ul a img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery li.default a img {
  display: none;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(../../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(../../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_bottom {
  padding: 0 20px;
}
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
#side-menu:before,
#side-menu:after {
  content: " ";
  display: table;
}
#side-menu:after {
  clear: both;
}
#side-menu:before,
#side-menu:after {
  content: " ";
  display: table;
}
#side-menu:after {
  clear: both;
}
#side-menu h3,
#side-menu .h3 {
  margin: .125em 0 0;
  padding: 0 10px .25em;
  border-bottom: 1px solid #f5f5f5;
  font-size: 114.28571429%;
  font-weight: bold;
}
#side-menu ul {
  margin: 0 0 1.11em;
}
#side-menu li {
  border-top: 1px solid #f5f5f5;
}
#side-menu a {
  display: block;
  padding: .75em 10px;
}
#side-menu a.sel {
  text-decoration: none;
  font-weight: bold;
  background-color: #f5f5f5;
}
@media (min-width: 590px) {
  #side-menu .col-l,
  #side-menu .col-r {
    float: left;
    width: 49%;
  }
  #side-menu .col-r {
    float: right;
  }
}
@media (min-width: 960px) {
  #side-menu ul {
    font-size: 85.71428571%;
  }
  #side-menu a {
    padding: .5em 10px;
  }
  #side-menu .col-l,
  #side-menu .col-r {
    float: none;
    width: auto;
  }
}
.store-map {
  border: solid #f5f5f5;
  border-width: 2px 0;
  padding: 0 0 1em;
}
@media (min-width: 768px) {
  .store-map {
    margin: 1em 0 0;
    padding: 0 0 .5em;
  }
}
.benefits-page {
  /* POZDEJI VYMAZAT */
}
.benefits-page #sidebanner {
  display: none;
}
.benefits-page #col-content {
  font-weight: 300;
}
.benefits-page #col-content h1,
.benefits-page #col-content .h1 {
  font-size: 271.42857143%;
  font-weight: 300;
  text-align: left;
  margin: 0.4em 0 0 0;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .benefits-page #col-content h1,
  .benefits-page #col-content .h1 {
    font-size: 342.85714286%;
  }
}
.benefits-page #col-content h2,
.benefits-page #col-content .h2 {
  font-weight: bold;
  margin: 0 0 1em 0;
  position: relative;
}
.benefits-page #col-content h2.ico {
  padding-left: 42px;
}
.benefits-page #col-content p {
  font-size: 114.28571429%;
}
.benefits-page #col-content .row {
  padding: 20px 0;
}
.benefits-page #col-content .row:first-of-type {
  padding-bottom: 0;
}
.benefits-page #col-content .row:not(:first-of-type):not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #e6e6e6;
}
.benefits-page #col-content .benefit-ico {
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .benefits-page #col-content .img {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .benefits-page #col-content h2,
  .benefits-page #col-content .h2 {
    font-size: 171.42857143%;
  }
  .benefits-page #col-content .row {
    padding: 60px 0;
  }
  .benefits-page #col-content .row:not(:first-of-type):not(:last-of-type):not(:nth-last-child(2)):after {
    width: 75%;
  }
  .benefits-page #col-content .row:not(:first-of-type):not(:last-of-type):not(:nth-last-child(2)):nth-child(even):after {
    left: auto;
  }
  .benefits-page #col-content .row:nth-last-child(2):after {
    left: 0;
    right: 0;
    width: 100%;
  }
  .benefits-page #col-content .row.img-vertical {
    padding: 40px 0;
  }
  .benefits-page #col-content .benefit-ico {
    top: 1px;
  }
}
.freetext-predefined-blocks {
  /* POZDEJI VYMAZAT */
}
.freetext-predefined-blocks #sidebanner {
  display: none;
}
.freetext-predefined-blocks #col-content {
  font-weight: 300;
}
.freetext-predefined-blocks #col-content h1,
.freetext-predefined-blocks #col-content .h1 {
  font-size: 271.42857143%;
  font-weight: 300;
  text-align: left;
  margin: 0.4em 0 0 0;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .freetext-predefined-blocks #col-content h1,
  .freetext-predefined-blocks #col-content .h1 {
    font-size: 342.85714286%;
  }
}
.freetext-predefined-blocks #col-content h2,
.freetext-predefined-blocks #col-content .h2 {
  font-weight: bold;
  margin: 0 0 1em 0;
  position: relative;
}
.freetext-predefined-blocks #col-content p {
  font-size: 114.28571429%;
}
.freetext-predefined-blocks #col-content .row {
  padding: 20px 0;
}
.freetext-predefined-blocks #col-content .row:first-of-type {
  padding-bottom: 0;
}
.freetext-predefined-blocks #col-content .row:not(:first-of-type):not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #e6e6e6;
}
.freetext-predefined-blocks #col-content .ico:before {
  font-size: 24px;
  text-transform: none;
  top: -1px;
  left: 0;
  position: absolute;
}
.freetext-predefined-blocks #col-content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .freetext-predefined-blocks #col-content .img {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .freetext-predefined-blocks #col-content h1,
  .freetext-predefined-blocks #col-content .h1 {
    margin-bottom: 1em;
  }
  .freetext-predefined-blocks #col-content h2,
  .freetext-predefined-blocks #col-content .h2 {
    font-size: 171.42857143%;
  }
  .freetext-predefined-blocks #col-content .row {
    padding: 60px 0;
  }
  .freetext-predefined-blocks #col-content .row:not(:first-of-type):not(:last-of-type):after {
    width: 75%;
    right: auto;
  }
  .freetext-predefined-blocks #col-content .row:not(:first-of-type):not(:last-of-type):nth-child(odd):after {
    right: 15px;
    left: auto;
  }
  .freetext-predefined-blocks #col-content .row.img-vertical {
    padding: 40px 0;
  }
  .freetext-predefined-blocks #col-content .ico:before {
    font-size: 32px;
    top: 1px;
  }
}
.homepage-component {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .homepage-component {
    margin-top: 120px;
  }
}
.homepage-component.promotion-banners-wrapper {
  margin-top: 0;
}
@media (min-width: 768px) {
  .homepage-component.promotion-banners-wrapper {
    margin-top: 80px;
  }
}
.homepage-component h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .homepage-component h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.homepage-component .product-list .item .spc {
  padding-top: 0;
}
.homepage-component .product-list .product-icons {
  top: 0;
  margin-top: 0;
}
.homepage-component .product-list .wishlist__nav {
  padding-top: 0px;
}
.bestsellers {
  display: none;
}
.blog-articles .btn-wrapper {
  padding: 0 10px;
}
.blog-articles .btn {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .bestsellers,
  .blog-articles {
    display: block;
    padding-bottom: 10px;
  }
  .blog-articles .btn {
    margin-top: 0;
  }
}
.blog-articles--redesign {
  padding-bottom: 0;
}
@media (min-width: 590px) {
  .blog-articles--redesign h2 {
    display: block;
  }
}
.blog-articles--redesign h2 > a {
  text-decoration: none;
}
.blog-articles--redesign h2 > a:hover {
  border-bottom: 1px solid #000;
}
.blog-articles--redesign ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
}
.blog-articles--redesign ul::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .blog-articles--redesign ul {
    overflow-x: hidden;
  }
}
.blog-articles--redesign li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style: none;
  -webkit-flex-basis: 58.3333%;
      -ms-flex-preferred-size: 58.3333%;
          flex-basis: 58.3333%;
  max-width: 58.3333%;
  margin: 0;
  padding: 0;
}
.blog-articles--redesign li:not(:last-child) {
  margin-right: 24px;
}
@media (min-width: 590px) {
  .blog-articles--redesign li {
    -webkit-flex-basis: 35.6667%;
        -ms-flex-preferred-size: 35.6667%;
            flex-basis: 35.6667%;
    max-width: 35.6667%;
  }
}
@media (min-width: 992px) {
  .blog-articles--redesign li {
    -webkit-flex-basis: 329px;
        -ms-flex-preferred-size: 329px;
            flex-basis: 329px;
    max-width: 329px;
  }
}
.blog-articles--redesign li:before {
  display: none;
}
.blog-articles--redesign li .name {
  display: inline;
}
.blog-articles--redesign li:hover .name {
  border-bottom: 1px solid #000;
}
.blog-articles--redesign .crossroad-articles-blog {
  position: relative;
}
.blog-articles--redesign .crossroad-articles-blog .carousel-controls {
  display: none;
}
@media (min-width: 992px) {
  .blog-articles--redesign .crossroad-articles-blog .carousel-controls {
    display: block;
    top: 97px;
  }
}
.blog-articles--redesign .crossroad-articles-blog ul {
  margin: 0 -16px;
}
@media (min-width: 768px) {
  .blog-articles--redesign .crossroad-articles-blog ul {
    margin: 0;
  }
}
.blog-articles--redesign .crossroad-articles-blog li:first-child {
  margin-left: 16px;
}
.blog-articles--redesign .crossroad-articles-blog li:last-child {
  padding-right: 16px;
}
.blog-articles--redesign .crossroad-articles-blog li .img {
  line-height: 115px;
}
.blog-articles--redesign .crossroad-articles-blog li .img.newblog {
  position: relative;
  overflow: hidden;
}
.blog-articles--redesign .crossroad-articles-blog li .img.newblog img {
  max-width: none;
  max-height: calc(58.3333vw * 184/ 328);
}
@media (min-width: 590px) {
  .blog-articles--redesign .crossroad-articles-blog li .img.newblog img {
    max-height: calc(35.6667vw * 184 / 328);
  }
}
@media (min-width: 768px) {
  .blog-articles--redesign .crossroad-articles-blog li:first-child {
    margin-left: 0;
  }
  .blog-articles--redesign .crossroad-articles-blog li:last-child {
    padding-right: 0;
  }
  .blog-articles--redesign .crossroad-articles-blog li .img {
    padding-top: calc(100% * 300 / 450);
  }
  .blog-articles--redesign .crossroad-articles-blog li .img.newblog {
    padding-top: calc(100% * 184 / 328);
  }
  .blog-articles--redesign .crossroad-articles-blog li .img.newblog img {
    max-height: 100%;
  }
}
.blog-articles--redesign .crossroad-articles-blog h3.title {
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center;
  color: #404040;
}
#bestsellers {
  display: block;
}
@media (min-width: 992px) {
  #lastVisitedProducts {
    margin-top: 56px;
  }
}
.homepage-products {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.homepage-products .product-list li {
  padding-bottom: 0;
}
.homepage-products ul {
  letter-spacing: normal !important;
}
.homepage-products ul li {
  padding: 0;
  list-style: none;
}
.homepage-products ul li:before {
  display: none;
}
.homepage-products .carousel-controls {
  display: none;
}
@media (min-width: 992px) {
  .homepage-products .carousel-controls {
    display: block;
  }
}
.search-results h1 {
  margin: 32px 0;
  text-align: center !important;
}
@media (min-width: 992px) {
  .search-results h1 {
    margin: 56px 0;
  }
}
.search-results h2 {
  text-align: center !important;
}
.search-results__count {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
}
.search-results__results {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .search-results__results {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .search-results__not-found {
    margin-bottom: 48px;
    text-align: center;
  }
}
.search-results__brands {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .search-results__brands {
    margin-top: 32px;
  }
}
.search-results__brand {
  position: relative;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
  transition: all 250ms ease;
}
.search-results__brand:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23000' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .search-results__brand {
    padding-right: 16px;
    padding-left: 16px;
    background-color: #f5f5f5;
    border: none;
  }
  .search-results__brand:after {
    right: 16px;
  }
  .search-results__brand:hover {
    background-color: #000;
    color: #fff;
  }
}
.search-results__products ul {
  letter-spacing: normal !important;
}
.search-results__products ul li {
  padding: 0;
  list-style: none;
}
.search-results__products ul li:before {
  display: none;
}
.search-results__products .carousel-controls {
  display: none;
}
@media (min-width: 992px) {
  .search-results__products .carousel-controls {
    display: block;
  }
}
.search-results__categories {
  margin: 16px 0;
}
@media (min-width: 992px) {
  .search-results__categories {
    text-align: center;
  }
}
.search-results__categories-title {
  margin-bottom: 8px;
  color: #808080;
}
.search-results__categories-list {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  white-space: nowrap;
  overflow-x: auto;
}
.search-results__categories-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .search-results__categories-list {
    margin: 0;
    white-space: normal;
  }
}
.search-results__category {
  display: inline-block;
  margin: 4px;
  padding: 4px 12px;
  border: 1px solid #e6e6e6;
  text-decoration: none;
  color: #000;
}
.search-results__category:hover {
  background-color: #f5f5f5;
}
.search-results__category:first-of-type {
  margin-left: 0;
}
.search-results__category:last-of-type {
  margin-right: 16px;
}
.page--store-detail .breadcrumb {
  text-align: center;
}
.page--store-detail h1 {
  margin-top: 1em;
}
.page--store-detail .store-map {
  border: none;
  margin-top: 1em;
  margin-right: -30px;
  margin-bottom: 2em;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .page--store-detail .store-map {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .page--store-detail .store-map {
    margin-top: 2.5em;
  }
}
.page--store-detail .store-map__map {
  margin: 0 -15px;
}
.page--store-detail .store-map__map > iframe {
  max-width: 100%;
  min-width: 100%;
  min-height: 300px;
  height: auto;
}
@media (min-width: 768px) {
  .page--store-detail .store-map__map {
    margin: 0;
  }
  .page--store-detail .store-map__map > iframe {
    min-height: 400px;
  }
}
@media (min-width: 768px) {
  .page--store-detail .buttons {
    margin-top: 0.8em;
  }
}
.page--store-detail .store-map__link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-left: 45px;
  max-width: 40%;
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
  font-size: 12px;
}
.page--store-detail .store-map__link:nth-child(n+2) {
  margin-left: 10px;
}
.page--store-detail .store-map__link:hover {
  text-decoration: underline;
}
.page--store-detail .store-map__link:hover .store-map__link-ico {
  border-color: #000;
}
@media (min-width: 992px) {
  .page--store-detail .store-map__link {
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 14px;
  }
  .page--store-detail .store-map__link:nth-child(n+2) {
    margin-left: 20px;
  }
}
.page--store-detail .store-map__link-ico {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  padding: 8px;
  border-radius: 100%;
  border: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .store-details {
    margin: -10px 0;
  }
}
.store-details__type {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
.store-gallery {
  margin: 1em -30px;
  background-color: #f5f5f5;
}
.store-gallery .carousel-controls {
  top: 0;
  left: 0;
  height: 100%;
  margin-top: 0;
  z-index: 4;
  outline: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: none;
}
.store-gallery .carousel-controls > a {
  top: 20px;
  height: 100%;
  width: 35%;
  margin-left: 0;
  background: none !important;
  outline: none;
}
.store-gallery .carousel-controls > a:after {
  background: none !important;
}
.store-gallery .carousel-controls .carousel-control-prev {
  left: 0;
}
.store-gallery .carousel-controls .carousel-control-next {
  right: 0;
}
@media (min-width: 992px) {
  .store-gallery {
    margin: 2em 0 2.5em 0;
  }
}
@media (min-width: 1280px) {
  .store-gallery {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.store-gallery--big {
  position: relative;
}
.store-gallery--big .item {
  height: 0;
  padding-bottom: calc(100% * 726 / 1580);
  border-radius: 3px;
  text-align: center;
}
.store-gallery--big .item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.store-gallery--thumbs-wrapper {
  position: relative;
  z-index: 5;
  clear: both;
}
@media (min-width: 992px) {
  .store-gallery--thumbs-wrapper {
    padding: 20px 80px;
    box-sizing: border-box;
    background-color: #404040;
  }
}
.store-gallery--thumbs {
  position: static;
  height: auto;
  background-color: #fff;
}
@media (min-width: 992px) {
  .store-gallery--thumbs {
    background: none;
  }
}
.store-gallery--thumbs .item {
  border-radius: 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  outline: 0;
}
.store-gallery--thumbs .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: none;
}
@media (min-width: 992px) {
  .store-gallery--thumbs .item img {
    display: block;
  }
}
.store-gallery--thumbs .item.active {
  border-color: #fff;
}
@media (min-width: 992px) {
  .store-gallery--thumbs .item {
    background: #f5f5f5;
    border: 5px solid #404040;
    padding: 0;
    margin: 0 3px;
    height: auto;
    /*padding-bottom: 7%;*/
  }
  .store-gallery--thumbs .item:after {
    display: none;
  }
}
.store-baseinfo {
  text-align: center;
}
.store-baseinfo ul.tick li {
  padding-left: 0;
}
.store-baseinfo ul.tick li:before {
  background: none;
}
.store-baseinfo h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .store-baseinfo {
    text-align: left;
    font-size: 16px;
  }
  .store-baseinfo h2 {
    text-align: left;
  }
  .store-baseinfo ul.tick {
    padding-left: 20px;
  }
  .store-baseinfo ul.tick li {
    list-style: disc;
  }
}
.store-payments {
  padding: 0 0 20px 15px;
}
.nav-tabs {
  margin-bottom: 2em;
  position: relative;
  transition: padding-bottom 300ms ease;
}
@media (min-width: 992px) {
  .nav-tabs {
    margin-bottom: 4em;
    padding-bottom: 100px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .nav-tabs {
    padding-bottom: 0px !important;
  }
}
.nav-tabs__item.ca-expanded .nav-tabs__headline:after {
  -webkit-transform: translateY(-6px) rotate(180deg);
      -ms-transform: translateY(-6px) rotate(180deg);
          transform: translateY(-6px) rotate(180deg);
}
.nav-tabs__item.ca-expanded .nav-tabs__headline > .ca-link {
  border-bottom: none;
}
@media (min-width: 992px) {
  .nav-tabs__item {
    display: inline-block;
  }
  .nav-tabs__item.ca-expanded .nav-tabs__headline {
    border-color: #808080;
  }
}
.nav-tabs__headline {
  font-size: 18px;
  position: relative;
  font-weight: 300;
}
.nav-tabs__headline:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-size: 12px 12px;
}
.nav-tabs__headline > .ca-link {
  display: block;
  padding: 15px 25px 15px 0;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}
@media (min-width: 992px) {
  .nav-tabs__headline {
    font-size: 20px;
    border-bottom: 3px solid transparent;
    z-index: 2;
  }
  .nav-tabs__headline:after {
    display: none;
  }
  .nav-tabs__headline > .ca-link {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 1px;
    padding-left: 20px;
    border-bottom: none;
  }
}
.nav-tabs__content {
  text-align: left;
}
.nav-tabs__content iframe {
  max-width: 100%;
  min-height: 300px;
  height: auto;
}
@media (min-width: 768px) {
  .nav-tabs__content iframe {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .nav-tabs__content {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    padding-top: 20px;
    border-top: 1px solid #bfbfbf;
    font-size: 16px;
  }
}
.store-virtual-tour {
  margin: 2em 0;
}
.store-virtual-tour iframe {
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  height: auto;
}
@media (min-width: 768px) {
  .store-virtual-tour iframe {
    min-height: 400px;
  }
}
.other-stores {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .other-stores {
    margin-bottom: 100px;
    padding: 0 50px;
    font-size: 16px;
  }
}
.other-stores__item {
  padding: 3px 10px;
  text-align: center;
}
.delivery-pricelist .ca {
  margin: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
.delivery-pricelist .ca-link {
  padding: 16px 88px 16px 0;
  font-size: 16px;
  color: #000;
}
@media (min-width: 768px) {
  .delivery-pricelist .ca-link {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .delivery-pricelist .ca-link {
    padding: 16px 500px 16px 0;
  }
}
.delivery-pricelist .ca-link:hover {
  color: #000;
}
.delivery-pricelist .ca-link:before {
  top: 43%;
  left: inherit;
  right: 0;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.delivery-pricelist .ca-expanded .ca-link {
  padding: 16px 88px 16px 0;
}
.delivery-pricelist .ca-box {
  padding: 16px;
}
@media (min-width: 768px) {
  .delivery-pricelist .ca-box {
    padding: 16px 24px;
  }
}
.delivery-pricelist .inputs-compact {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .delivery-pricelist .inputs-compact {
    margin-top: 80px;
  }
}
.delivery-pricelist__header {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .delivery-pricelist__header {
    margin-top: 48px;
  }
}
.delivery-pricelist__free-delivery {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.25rem;
}
.delivery-pricelist__title {
  color: #dc0069;
  font-weight: 700;
}
.delivery-pricelist__desc {
  color: #000;
  font-weight: 300;
}
.delivery-pricelist__desc a {
  color: #000;
}
.delivery-pricelist__section {
  margin: 64px 0 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .delivery-pricelist__section {
    margin: 80px 0 40px;
  }
}
.delivery-pricelist__price {
  position: absolute;
  top: 34%;
  font-size: 14px;
}
@media (max-width: 991px) {
  .delivery-pricelist__price {
    right: 32px;
  }
}
@media (min-width: 992px) {
  .delivery-pricelist__price {
    left: 500px;
  }
}
.page-has-breadcrumb:not(.page-product-list-no-filters):not(.sp-has-fullwidth-components) .breadcrumb {
  position: relative;
  bottom: -24px;
  z-index: 1;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .page-has-breadcrumb:not(.page-product-list-no-filters):not(.sp-has-fullwidth-components) .breadcrumb {
    padding-left: 285px;
  }
}
@media (min-width: 1280px) {
  .page-has-breadcrumb:not(.page-product-list-no-filters):not(.sp-has-fullwidth-components) .breadcrumb {
    max-width: 1320px;
  }
}
@media (min-width: 768px) {
  .page-has-breadcrumb:not(.page-product-list-no-filters):not(.sp-has-fullwidth-components) #col-annot {
    margin-top: 40px;
  }
}
@media (min-width: 960px) {
  .page-has-breadcrumb:not(.page-product-list-no-filters):not(.sp-has-fullwidth-components) #col-annot {
    margin-top: 8px;
  }
  .page-has-breadcrumb:not(.page-product-list-no-filters):not(.sp-has-fullwidth-components) .category-components {
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  .page-has-breadcrumb:not(.page-product-list-no-filters):not(.sp-has-fullwidth-components) .category-components {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) and (min-width: 960px) {
  .sp-has-components:not(.sp-has-fullwidth-components) #main.main--fluid {
    padding-top: 8px;
  }
  .sp-has-components:not(.sp-has-fullwidth-components).page-has-breadcrumb .breadcrumb {
    bottom: -16px;
    height: 20px;
    padding-left: 0;
  }
}
.sp-has-components .category-components .container {
  padding: 0;
}
@media (min-width: 1280px) {
  .sp-has-fullwidth-components.page-has-breadcrumb .breadcrumb {
    max-width: 1320px;
  }
}
@media (min-width: 960px) {
  .page-is-specialpage #main:not(.main--fluid) #col-side,
  .sp-has-components #main:not(.main--fluid) #col-side {
    float: left;
    width: 253px;
    padding-top: 24px;
  }
  .page-is-specialpage #main:not(.main--fluid) #col-content,
  .sp-has-components #main:not(.main--fluid) #col-content,
  .page-is-specialpage #main:not(.main--fluid) #col-annot,
  .sp-has-components #main:not(.main--fluid) #col-annot,
  .page-is-specialpage #main:not(.main--fluid) .category-component--seo-text,
  .sp-has-components #main:not(.main--fluid) .category-component--seo-text {
    float: right;
    width: calc(100% -  285px);
  }
}
@media (min-width: 960px) {
  #main.main--fluid {
    padding-top: 24px;
  }
  #main.main--fluid #col-side {
    float: left;
    width: 253px;
  }
  #main.main--fluid #col-annot,
  #main.main--fluid #col-content,
  #main.main--fluid .last-visited,
  #main.main--fluid .category-component--seo-text {
    float: right;
    width: calc(100% -  285px);
  }
}
@media (min-width: 1280px) {
  #main.main--fluid {
    max-width: 1320px;
  }
  #main.main--fluid .category-components {
    float: right;
    width: calc(100% -  285px);
  }
  #main.main--fluid .product-list > ul > li {
    width: 25%;
  }
}
.page-product-list-no-filters #main.main--fluid {
  max-width: 1035px;
}
.page-product-list-no-filters #main.main--fluid #col-content,
.page-product-list-no-filters #main.main--fluid .last-visited,
.page-product-list-no-filters #main.main--fluid .category-component--seo-text {
  width: 100%;
}
@media (min-width: 1280px) {
  .page-product-list-no-filters #main.main--fluid .category-components,
  .page-product-list-no-filters #main.main--fluid #col-annot {
    width: 100%;
  }
}
.category-components {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.category-components .text-image_text-cta {
  padding-bottom: 25px;
}
.category-components .text-image_cta {
  display: inline-block;
  margin: 0 auto;
}
.category-components .text-image_PhoneContent {
  display: block;
  padding-top: 25px;
}
.category-components .text-image_DeskContent {
  display: none;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .category-components {
    margin-bottom: 24px;
  }
  .category-components .text-image_PhoneContent {
    display: none;
  }
  .category-components .text-image_DeskContent {
    display: block;
    padding-top: 20px;
  }
  .category-components .text-image_text-cta {
    padding-bottom: 0px;
  }
}
.category-component:not(.category-component--intro):not(.category-component--banners):not(.category-component--fullwidth-banners):not(.category-component--title):not(.category-component--backlink):not(.category-component--main-title) {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .category-component:not(.category-component--intro):not(.category-component--banners):not(.category-component--fullwidth-banners):not(.category-component--title):not(.category-component--backlink):not(.category-component--main-title) {
    margin-top: 56px;
  }
}
.component-title {
  display: block;
  margin-top: 0;
  text-transform: none;
  text-align: center;
}
.component-title .small {
  font-size: 57.14285714%;
  text-decoration: none;
  color: #000;
}
.component-title-link {
  text-decoration: none;
  color: #000;
}
.component-title-link:hover {
  box-shadow: none;
}
.full-width-components {
  margin-right: -16px;
  margin-left: -16px;
}
.category-component--actions {
  position: relative;
}
.category-component--actions .carousel-controls {
  display: none;
}
@media (min-width: 992px) {
  .category-component--actions .carousel-controls {
    display: block;
  }
}
.category-component--banners {
  margin: 0 -16px 40px -16px;
}
.category-component:not(:first-of-type) + .category-component--banners {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .category-component:not(:first-of-type) + .category-component--banners {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .category-component--banners .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .category-component--banners {
    margin-bottom: 80px;
  }
  .category-component--banners .mobile {
    display: none;
  }
}
@media (min-width: 1067px) {
  .category-component--banners {
    margin-right: 0;
    margin-left: 0;
  }
}
.category-component--brand-intro.text-brand-without-text .component-title {
  text-align: center;
}
.category-component--brand-intro .component-title {
  margin: 0;
  padding: 5px 0;
}
.category-component--brand-intro .component-title img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 200px;
}
@media (min-width: 768px) {
  .category-component--brand-intro .component-title img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .category-component--brand-intro .component-title {
    padding: 5px 30px 5px 0;
  }
}
.category-component--brand-intro .text-brand-text {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .category-component--brand-intro .text-brand-text {
    margin-top: 0;
    font-size: 18px;
  }
}
.category-component--brand-intro .text-brand-text .ca-box {
  position: relative;
  height: 72px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: justify;
}
@media (min-width: 768px) {
  .category-component--brand-intro .text-brand-text .ca-box {
    height: 81px;
  }
}
.category-component--brand-intro .text-brand-text p:last-of-type {
  margin-bottom: 10px;
}
.category-component--brand-intro .text-brand-text .ca-control {
  visibility: hidden;
  font-weight: bold;
  font-size: 14px;
}
.category-component--brand-intro .text-brand-text .ca-control .ca-link {
  text-decoration: none;
  color: #000;
}
.category-component--brand-intro .text-brand-text .ca-control .ca-link .ca-control-expand,
.category-component--brand-intro .text-brand-text .ca-control .ca-link .ca-control-collapse {
  text-transform: lowercase;
}
.category-component--brand-intro .text-brand-text.ca-collapsed .ca-control,
.category-component--brand-intro .text-brand-text.ca-expanded .ca-control {
  visibility: visible;
}
.category-component--brand-intro .text-brand-text.ca-collapsed .ca-box {
  display: block;
}
.category-component--brand-intro .text-brand-text.ca-collapsed .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
.category-component--brand-intro .text-brand-text.ca-expanded .ca-box {
  height: auto;
  overflow: visible;
  margin-bottom: 0;
}
.category-component--brand-intro .text-brand-text.ca-expanded .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='49.04 42.04 25 18 0.96 42.04 3.79 44.87 25 23.66 46.21 44.87 49.04 42.04'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
.category-component--brands .brandpage-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .category-component--brands .brandpage-logos {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.category-component--brands .brandpage-logos .brand-link {
  position: relative;
  padding-bottom: 50px;
  -webkit-flex-basis: 38%;
      -ms-flex-preferred-size: 38%;
          flex-basis: 38%;
  margin: 15px;
  max-width: 150px;
}
@media (min-width: 768px) {
  .category-component--brands .brandpage-logos .brand-link {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    padding-bottom: 60px;
  }
}
.category-component--brands .brandpage-logos .brand-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #f5f5f5;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
.category-component--brands .brandpage-logos .brand-link img.loaded {
  background: none;
}
@media (min-width: 768px) {
  .category-component--brands .brandpage-logos .brand-link img {
    max-height: 60px;
  }
}
.category-component--categories .categories {
  margin: 2em 0;
}
.category {
  padding: 0 16px;
  margin: 0 -16px;
}
.category .category-thumb {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.category .category-thumb img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  background-color: #f5f5f5;
}
.category .category-thumb img.loaded {
  height: auto;
  background: none;
}
.category .category-title {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  color: #000;
  text-transform: uppercase;
  transition: all 250ms ease;
  padding: 16px 0;
  margin: 0;
}
.category > a {
  text-decoration: none;
  display: block;
}
@media (max-width: 589px) {
  .nopicture .category {
    border-bottom: 1px solid #e6e6e6;
  }
  .category-title {
    padding-right: 16px;
  }
}
.normal .category .category-title,
.bigpicture .category .category-title {
  padding: 8px 0 16px;
}
@media (max-width: 589px) {
  .category > a:after {
    content: "";
    position: absolute;
    top: 60%;
    right: 13px;
    width: 13px;
    height: 22px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 64'%3E%3Cpolygon fill='%23808080' points='2.96 7.96 0.13 10.79 21.34 32 0.13 53.21 2.96 56.04 27 32 2.96 7.96'/%3E%3C/svg%3E");
    background-size: 13px 13px;
    background-repeat: no-repeat;
  }
  .category-title {
    font-size: 14px;
  }
  .normal .category > a,
  .bigpicture .category > a {
    text-align: center;
  }
  .normal .category > a:after,
  .bigpicture .category > a:after {
    display: none;
  }
  .normal .category .category-thumb,
  .bigpicture .category .category-thumb {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 109%;
    vertical-align: bottom;
  }
  .normal .category .category-title,
  .bigpicture .category .category-title {
    text-align: center;
  }
}
@media (min-width: 590px) {
  .categories {
    border-bottom: none;
  }
  .category {
    border-top: none;
    margin: 10px 0;
    padding: 0;
  }
  .category .category-thumb {
    display: block;
    vertical-align: bottom;
    padding: 10px 0 0 0;
    height: 160px;
    width: auto;
    position: relative;
    transition: -webkit-transform 4s ease;
    transition: transform 4s ease;
    transition: transform 4s ease, -webkit-transform 4s ease;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .category .category-thumb img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .category .category-title {
    border-width: 0;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    position: relative;
    transition: all 250ms ease;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    max-width: none;
  }
  .category .category-title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .category > a:hover .category-title {
    text-decoration: underline;
  }
  .nopicture .category {
    margin: 0;
    height: 100%;
    margin-bottom: 15px;
  }
  .nopicture .category > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc(85%);
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    transition: all 250ms ease;
  }
  .nopicture .category > a .category-title {
    border-width: 0;
    padding: 20px 15px;
  }
  .nopicture .category > a .category-title:before {
    display: none;
  }
  .nopicture .category > a:hover {
    background-color: #000;
  }
  .nopicture .category > a:hover .category-title {
    color: #fff;
    text-decoration: none;
  }
  .nopicture .col:nth-last-child(1) .category-title,
  .nopicture .col:nth-last-child(2) .category-title {
    border-width: 0;
  }
  .bigpicture .category .category-thumb {
    height: auto;
  }
  .bigpicture .category .category-thumb img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .category .category-thumb {
    height: 200px;
  }
  .bigpicture .category .category-thumb {
    height: 270px;
  }
}
.category-component--description p {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule: 0 solid transparent;
  column-rule: 0 solid transparent;
  /* zabrání zalomení sloupce uvnitř li */
  text-align: justify;
}
.category-component--description p li {
  -webkit-column-break-inside: avoid;
  /* spec + prefixes */
}
.ie8 .category-component--description p,
.ie9 .category-component--description p {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.ie8 .category-component--description p:before,
.ie9 .category-component--description p:before,
.ie8 .category-component--description p:after,
.ie9 .category-component--description p:after {
  content: " ";
  display: table;
}
.ie8 .category-component--description p:after,
.ie9 .category-component--description p:after {
  clear: both;
}
.ie8 .category-component--description p:before,
.ie9 .category-component--description p:before,
.ie8 .category-component--description p:after,
.ie9 .category-component--description p:after {
  content: " ";
  display: table;
}
.ie8 .category-component--description p:after,
.ie9 .category-component--description p:after {
  clear: both;
}
.ie8 .category-component--description p li,
.ie9 .category-component--description p li {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-left: -1px;
  border-left: 0 solid transparent;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.category-component--gift-navigator h1 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .category-component--gift-navigator h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .category-component--gift-navigator {
    padding: 32px 0;
    border: 1px solid #e6e6e6;
  }
}
.gift-navigator__price-ranges {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 32px -16px 16px -16px;
  padding-left: 16px;
  overflow-x: auto;
  white-space: nowrap;
}
.gift-navigator__price-ranges::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .gift-navigator__price-ranges {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gift-navigator__price-range {
  margin: 0 16px 0 0;
  padding: 8px 32px 6px 32px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}
.gift-navigator__price-range:hover {
  border-color: #000;
}
.gift-navigator__price-range:last-of-type {
  position: relative;
}
.gift-navigator__price-range:last-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 100%;
}
@media (min-width: 992px) {
  .gift-navigator__price-range {
    margin: 0 8px;
  }
}
.gift-navigator__price-range--active {
  font-weight: bold;
  border-color: #000;
  border-width: 2px;
}
.gift-navigator__categories-container {
  position: relative;
  min-height: 200px;
  margin-top: 60px;
}
.gift-navigator__categories-container.loading:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 64"><path fill="currentColor" d="M11.44,19.39A4.35,4.35,0,0,1,7.08,15,4.15,4.15,0,0,1,8.38,12a4.15,4.15,0,0,1,3.06-1.3A4.35,4.35,0,0,1,15.8,15a4.34,4.34,0,0,1-4.36,4.36Zm-7,17a4.17,4.17,0,0,1-3.08-1.28,4.35,4.35,0,0,1,0-6.16,4.17,4.17,0,0,1,3.08-1.28,4.17,4.17,0,0,1,3.09,1.28,4.37,4.37,0,0,1,0,6.16A4.17,4.17,0,0,1,4.42,36.36Zm24-24a4.21,4.21,0,0,1-3.08-1.28A4.17,4.17,0,0,1,24.05,8a4.17,4.17,0,0,1,1.28-3.08,4.35,4.35,0,0,1,6.16,0A4.21,4.21,0,0,1,32.77,8a4.21,4.21,0,0,1-1.28,3.09A4.21,4.21,0,0,1,28.41,12.38Zm-17,40.95A4.15,4.15,0,0,1,8.38,52,4.15,4.15,0,0,1,7.08,49a4.35,4.35,0,0,1,4.36-4.36,4.36,4.36,0,1,1,0,8.72ZM45.38,20.48A5.46,5.46,0,0,1,39.93,15a5.45,5.45,0,1,1,9.3,3.85A5.24,5.24,0,0,1,45.38,20.48Zm-17,39.87a4.36,4.36,0,1,1,0-8.72,4.16,4.16,0,0,1,3.08,1.27,4.37,4.37,0,0,1-3.08,7.45Zm24-21.81A6.52,6.52,0,0,1,45.85,32,6.55,6.55,0,1,1,57,36.63,6.28,6.28,0,0,1,52.4,38.54Zm-7,18.06a7.64,7.64,0,0,1-5.4-13A7.62,7.62,0,1,1,50.76,54.35,7.34,7.34,0,0,1,45.38,56.6Z"/></svg>') center center no-repeat;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  -webkit-animation: syncInProgress 1500ms infinite linear;
          animation: syncInProgress 1500ms infinite linear;
  z-index: 1;
}
.gift-navigator__categories-container.loading .gift-navigator__category {
  opacity: 0;
}
@media (min-width: 992px) {
  .gift-navigator__categories-container {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.gift-navigator__category {
  position: relative;
  transition: opacity 350ms ease;
  text-align: center;
}
.gift-navigator__category:not(:last-of-type) {
  margin-bottom: 80px;
}
.gift-navigator__category .carousel-controls {
  display: none;
}
@media (min-width: 992px) {
  .gift-navigator__category .carousel-controls {
    display: block;
  }
}
.gift-navigator__category-title {
  font-size: 1.5rem;
  text-align: center;
}
.gift-navigator__category-title > a {
  text-decoration: none;
}
.gift-navigator__category-title > a:hover {
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .gift-navigator__category-title {
    font-size: 1.75rem;
    font-weight: bold;
  }
}
.gift-navigator__category-link {
  display: none;
  color: #dc0069;
}
@media (min-width: 992px) {
  .gift-navigator__category-link {
    display: inline-block;
  }
}
.gift-navigator__filter {
  display: block;
  position: relative;
}
@media (min-width: 480px) {
  .gift-navigator__filter {
    display: inline-block;
  }
}
.gift-navigator__filter-value {
  height: 56px;
  margin-left: 6px;
  padding-right: 30px;
  line-height: 36px;
  font-size: 2rem;
  font-weight: bold;
  color: #dc0069;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23dc0069' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 50% right 0;
  background-size: 20px;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #dc0069;
}
.gift-navigator__filter-value:hover {
  border-bottom: none;
}
@media (max-width: 991px) {
  .gift-navigator__filter-value {
    display: none;
  }
}
@media (min-width: 992px) {
  .gift-navigator__filter-value {
    font-size: 2.5rem;
  }
}
.gift-navigator__filter-options {
  display: none;
  position: absolute;
  right: 0;
  min-width: 200px;
  border: 1px solid #e6e6e6;
  box-shadow: #e6e6e6 0px 2px 2px 0px;
  background-color: #fff;
  z-index: 1;
  text-align: left;
}
.gift-navigator__filter-option {
  display: block;
  padding: 8px 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: lighter;
  cursor: pointer;
}
.gift-navigator__filter-option.selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -8 50 80'%3E%3Cpath fill='%23000' d='M42.39 13.95L16.2 40.14 5.66 29.6 0 35.26l16.15 16.15L48 19.55l-5.61-5.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: top 50% left 8px;
}
.gift-navigator__filter-option:hover {
  background-color: #f5f5f5;
}
select.gift-navigator__filter-select.inp-text {
  width: auto;
  height: 36px;
  padding: 0 24px 0 0;
  line-height: 36px;
  font-size: 2rem;
  font-weight: bold;
  color: #dc0069;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23dc0069' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top 50% right 0;
  background-size: 20px;
  border: none;
  border-bottom: 1px solid #dc0069;
  cursor: pointer;
  vertical-align: baseline;
}
@media (min-width: 480px) {
  select.gift-navigator__filter-select.inp-text {
    margin-left: 6px;
  }
}
@media (min-width: 992px) {
  select.gift-navigator__filter-select.inp-text {
    display: none;
  }
}
.gift-navigator__category-show-more > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #dc0069;
}
.category-show-more__icon {
  padding: 8px;
  border-radius: 100%;
  background: #dc0069;
  color: #fff;
}
.category-show-more__title {
  display: block;
  margin-top: 16px;
  text-transform: uppercase;
}
.category-component--hot-offer {
  margin: 3em -16px;
  text-align: center;
  letter-spacing: 1px;
}
.category-component--hot-offer > a {
  display: block;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.category-component--hot-offer > a span {
  display: block;
}
@media (min-width: 768px) {
  .category-component--hot-offer {
    margin: 24px 0 16px 0;
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .category-component--intro {
    background-position: right 100% top;
  }
}
@media (max-width: 767px) {
  .category-component--intro {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .category-component--intro {
    padding: 1em 0 1.5em 0;
    background-repeat: no-repeat, repeat-x;
    background-position: left 150px top;
    background-size: auto 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
  }
  .category-component--intro p {
    font-size: 20px;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .category-component--intro {
    background-position: 30vw top;
  }
}
@media (min-width: 1280px) {
  .category-component--intro {
    background-position: 40vw top;
  }
}
.category-component--intro .component-title {
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: left;
}
@media (min-width: 768px) {
  .category-component--intro .component-title {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .sp-has-fullwidth-components.sp-has-filter .category-component--intro {
    background-position: 45vw top;
  }
}
.sp-has-fullwidth-components.sp-has-filter .category-component--intro .container {
  max-width: 1035px;
  padding: 0 16px;
}
@media (min-width: 1120px) {
  .sp-has-fullwidth-components.sp-has-filter .category-component--intro .container {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .sp-has-fullwidth-components.sp-has-filter .category-component--intro .container {
    max-width: 1300px;
  }
}
.category-component--products {
  position: relative;
}
.category-component--products .carousel-controls {
  display: none;
}
@media (min-width: 992px) {
  .category-component--products .carousel-controls {
    display: block;
  }
}
@media (max-width: 991px) {
  .category-products--highlighted .row--nowrap {
    margin: 0;
  }
}
.category-products--highlighted .component-title {
  margin-bottom: 0.3rem;
}
.category-products--highlighted .item.highlighted {
  width: calc(100vw/1.714);
  list-style: none;
}
@media (min-width: 480px) {
  .category-products--highlighted .item.highlighted {
    width: calc(100vw/2.8);
  }
}
.category-products--highlighted .item.highlighted:before {
  display: none;
}
@media (min-width: 992px) {
  .category-products--highlighted .item.highlighted {
    width: auto;
    padding-top: 40px;
  }
  .category-products--highlighted .item.highlighted:after {
    content: "";
    position: absolute;
    top: 24px;
    right: -28px;
    width: 160px;
    height: 183px;
    background: url('https://cdn.notinoimg.com/images/gallery/icons/highlighted-product.svg') top left no-repeat;
    background-size: contain;
    z-index: -1;
  }
  .category-products--highlighted .item.highlighted .name {
    padding: 0 32px;
    font-size: 22px;
  }
  .category-products--highlighted .item.highlighted .name .brand,
  .category-products--highlighted .item.highlighted .name strong {
    display: inline-block;
    width: auto;
  }
  .category-products--highlighted .item.highlighted .name strong {
    margin: 0 8px;
  }
  .category-products--highlighted .item.highlighted .subname {
    font-size: 16px;
  }
  .category-products--highlighted .item.highlighted .price {
    font-size: 36px;
    color: #dc0069;
  }
  .category-products--highlighted .item.highlighted .price strong {
    font-weight: lighter;
  }
  .category-products--highlighted .item.highlighted .price > span:not(.unit-price),
  .category-products--highlighted .item.highlighted .price strong > span:not(.unit-price) {
    font-size: 24px;
  }
  .category-products--highlighted .item.highlighted .img-wrap .img {
    width: 350px;
    padding-top: 350px;
    max-width: 350px;
    box-sizing: border-box;
  }
  .category-products--highlighted .item.highlighted .img-wrap .img img {
    max-height: 350px;
    mix-blend-mode: multiply;
  }
}
@media (min-width: 992px) {
  .category-products--highlighted .product-list {
    margin-top: 32px;
  }
}
.category-products__subtitle-link {
  display: inline-block;
  color: #dc0069;
  font-size: 12px;
}
.highlighted-products {
  padding-left: 0;
}
.product-list--mobile-swipe .highlighted-products ul {
  overflow: visible;
  padding-left: 0;
}
.product-list--mobile-swipe .highlighted-products ul .item {
  -webkit-flex-basis: calc(100vw/1.714);
      -ms-flex-preferred-size: calc(100vw/1.714);
          flex-basis: calc(100vw/1.714);
  max-width: calc(100vw/1.714);
}
@media (min-width: 480px) {
  .product-list--mobile-swipe .highlighted-products ul .item {
    -webkit-flex-basis: calc(100vw/2.8);
        -ms-flex-preferred-size: calc(100vw/2.8);
            flex-basis: calc(100vw/2.8);
    max-width: calc(100vw/2.8);
  }
}
@media (min-width: 992px) {
  .highlighted-products {
    padding-left: 24px;
    padding-bottom: 32px;
    border-left: 2px solid #e6e6e6;
    z-index: 1;
    background-color: #fff;
  }
  .highlighted-products ul {
    display: block !important;
    letter-spacing: -0.31em;
    /* Webkit: collapse white-space between units */
    text-rendering: optimizespeed;
    /* Webkit: fixes text-rendering: optimizeLegibility */
  }
  .highlighted-products ul > li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .highlighted-products .item {
    letter-spacing: normal;
    width: 50% !important;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    padding-bottom: 0 !important;
  }
}
.category-component--seo-text.collapsable .ca-box .split {
  display: none;
}
.category-component--seo-text.collapsable .ca-control {
  display: none;
  font-weight: bold;
  font-size: 14px;
}
.category-component--seo-text.collapsable .ca-control .ca-link {
  text-decoration: none;
  color: #000;
}
.category-component--seo-text.collapsable .ca-control .ca-link .ca-control-expand,
.category-component--seo-text.collapsable .ca-control .ca-link .ca-control-collapse {
  text-transform: lowercase;
}
.category-component--seo-text.collapsable .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
.category-component--seo-text.collapsable.ca-collapsed {
  position: relative;
}
.category-component--seo-text.collapsable.ca-collapsed .ca-box {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-component--seo-text.collapsable.ca-collapsed .ca-box > * {
  display: none;
}
.category-component--seo-text.collapsable.ca-collapsed .ca-box p {
  display: inline;
}
.category-component--seo-text.collapsable.ca-collapsed .ca-box .dont-collapse {
  display: block;
  white-space: normal;
}
.category-component--seo-text.collapsable.ca-collapsed .ca-control {
  display: block;
}
.category-component--seo-text.collapsable.ca-collapsed.not-all .ca-box > *:not(.dont-collapse) {
  display: none;
}
.category-component--seo-text.collapsable.not-collapsable .ca-control {
  display: none;
}
.category-component--seo-text.collapsable.collapsable.ca-expanded .ca-control {
  display: block;
}
.category-component--seo-text.collapsable.ca-expanded .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='49.04 42.04 25 18 0.96 42.04 3.79 44.87 25 23.66 46.21 44.87 49.04 42.04'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
.category-component--text-image .component-title {
  text-align: left;
}
.category-component--text-image .component-title.center {
  text-align: center;
}
.category-component--text-image .text-image-text p:last-of-type {
  margin-bottom: 10px;
}
.category-component--text-image .text-image-text .split {
  display: none;
}
.category-component--text-image .text-image-text .ca-control {
  visibility: hidden;
  font-weight: bold;
  font-size: 14px;
}
.category-component--text-image .text-image-text .ca-control .ca-link {
  text-decoration: none;
  color: #000;
}
.category-component--text-image .text-image-text .ca-control .ca-link .ca-control-expand,
.category-component--text-image .text-image-text .ca-control .ca-link .ca-control-collapse {
  text-transform: lowercase;
}
.category-component--text-image .text-image-text.ca-collapsed .ca-control,
.category-component--text-image .text-image-text.ca-expanded .ca-control {
  visibility: visible;
}
.category-component--text-image .text-image-text.ca-collapsed .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
.category-component--text-image .text-image-text.ca-collapsed .ca-box {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-component--text-image .text-image-text.ca-collapsed .ca-box > * {
  display: none;
}
.category-component--text-image .text-image-text.ca-collapsed .ca-box p {
  display: inline;
}
.category-component--text-image .text-image-text.ca-collapsed .ca-box .dont-collapse {
  display: block;
  white-space: normal;
}
.category-component--text-image .text-image-text.ca-collapsed.not-all .ca-box > *:not(.dont-collapse) {
  display: none;
}
.category-component--text-image .text-image-text.not-collapsable .ca-control {
  display: none;
}
.category-component--text-image .text-image-text.ca-expanded .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='49.04 42.04 25 18 0.96 42.04 3.79 44.87 25 23.66 46.21 44.87 49.04 42.04'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
.category-component--text-image .img {
  display: block;
  text-align: center;
}
.category-component--text-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-height: 400px;
}
.category-component--wysiwyg .component-wysiwyg .ca-box p img {
  width: 100%;
  height: auto;
}
.category-component--wysiwyg .component-wysiwyg .ca-box ul {
  margin-top: 0;
}
.category-component--wysiwyg .component-wysiwyg .ca-box .split {
  display: none;
}
.category-component--wysiwyg .component-wysiwyg .ca-control {
  visibility: hidden;
  font-weight: bold;
  font-size: 14px;
}
.category-component--wysiwyg .component-wysiwyg .ca-control .ca-link {
  text-decoration: none;
  color: #000;
}
.category-component--wysiwyg .component-wysiwyg .ca-control .ca-link .ca-control-expand,
.category-component--wysiwyg .component-wysiwyg .ca-control .ca-link .ca-control-collapse {
  text-transform: lowercase;
}
.category-component--wysiwyg .component-wysiwyg .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
.category-component--wysiwyg .component-wysiwyg.ca-collapsed {
  position: relative;
}
.category-component--wysiwyg .component-wysiwyg.ca-collapsed .ca-box {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-component--wysiwyg .component-wysiwyg.ca-collapsed .ca-box > * {
  display: none;
}
.category-component--wysiwyg .component-wysiwyg.ca-collapsed .ca-box p {
  display: inline;
}
.category-component--wysiwyg .component-wysiwyg.ca-collapsed .ca-box .dont-collapse {
  display: block;
  white-space: normal;
}
.category-component--wysiwyg .component-wysiwyg.ca-collapsed .ca-control {
  visibility: visible;
}
.category-component--wysiwyg .component-wysiwyg.ca-collapsed.not-all .ca-box > *:not(.dont-collapse) {
  display: none;
}
.category-component--wysiwyg .component-wysiwyg.not-collapsable .ca-control {
  display: none;
}
.category-component--wysiwyg .component-wysiwyg.collapsable.ca-expanded .ca-control {
  visibility: visible;
}
.category-component--wysiwyg .component-wysiwyg.ca-expanded .ca-control:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='currentColor' points='49.04 42.04 25 18 0.96 42.04 3.79 44.87 25 23.66 46.21 44.87 49.04 42.04'/%3E%3C/svg%3E");
  background-size: 11px 11px;
}
@media (min-width: 992px) {
  .sp-new-layout .category-component--wysiwyg:first-of-type .component-title {
    text-align: left !important;
    font-weight: bold !important;
  }
}
.page-has-breadcrumb .category-component--wysiwyg:first-of-type {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .category-component--fullwidth-banners .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .category-component--fullwidth-banners .mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .category-component--fullwidth-banners:before,
  .category-component--fullwidth-banners:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    background-position: top center;
    background-repeat: repeat-x;
  }
  .category-component--fullwidth-banners:before {
    z-index: 1;
    background-image: var(--bgImageBefore);
    background-repeat: var(--bgImageBeforeRepeat);
  }
  .category-component--fullwidth-banners:after {
    z-index: 2;
    background-image: var(--bgImageAfter);
    background-repeat: var(--bgImageAfterRepeat);
    opacity: 0;
  }
  .category-component--fullwidth-banners.fading {
    transition: background-color 350ms ease;
  }
  .category-component--fullwidth-banners.fading:before,
  .category-component--fullwidth-banners.fading:after {
    transition: opacity 350ms ease;
  }
  .category-component--fullwidth-banners.fading:before {
    opacity: 0;
  }
  .category-component--fullwidth-banners.fading:after {
    opacity: 1;
  }
}
.category-component--title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .category-component--title {
    margin-bottom: 40px;
  }
}
.category-component--main-title {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .category-components .category-component--main-title {
    margin-top: 0;
  }
  .category-component--main-title + .category-component {
    margin-top: 0 !important;
  }
  #col-content .category-component--main-title {
    display: block;
    margin-top: 16px;
  }
  .page-has-breadcrumb #col-content .category-component--main-title {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .category-component--main-title {
    max-width: 1320px;
  }
}
.category-component--main-title h1 {
  margin: 0;
  text-align: left;
  font-weight: bold;
}
.category-component--main-title h1 span {
  font-size: 75%;
  font-weight: 300;
}
.category-component--backlink {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .category-component--backlink {
    display: none;
  }
}
.page-footer {
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}
.page-footer a {
  color: #bfbfbf;
  text-decoration: none;
}
.page-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-footer__section {
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-footer__headline {
  display: block;
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-footer__section--border:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  border-bottom: 1px solid #404040;
}
.page-footer__section--intended {
  padding-bottom: 3em;
}
.page-footer__section--mobile-special:after {
  display: none;
}
.benefits--fluid {
  padding: 1.1em 0;
  border-color: #000;
  border-style: solid;
  border-width: 1px 0;
}
.benefits__item {
  line-height: 1.2em;
}
.benefits__item > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.benefits__item > a:hover {
  text-decoration: underline;
}
@media (max-width: 589px) {
  .benefits__item:not(:first-child) {
    display: none;
  }
}
@media (max-width: 991px) {
  .benefits__item:nth-child(n+3) {
    display: none;
  }
}
.benefit__ico {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  padding-right: 0.75rem;
  font-size: 2.2rem;
}
.benefit__name {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.footer-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}
.footer-logos__item {
  margin: 1em 2em 1em 0;
}
.footer-logos__item img {
  max-height: 60px;
}
.footer-logos__item .trustpilot-widget {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.ie8 .footer-logos__item,
.ie9 .footer-logos__item {
  float: left;
}
@media (min-width: 590px) {
  .link-list ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  .link-list ul li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 .link-list ul,
  .ie9 .link-list ul {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }
  .ie8 .link-list ul:before,
  .ie9 .link-list ul:before,
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    clear: both;
  }
  .ie8 .link-list ul:before,
  .ie9 .link-list ul:before,
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    clear: both;
  }
  .ie8 .link-list ul li,
  .ie9 .link-list ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .link-list ul {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 0 solid transparent;
    column-rule: 0 solid transparent;
    /* zabrání zalomení sloupce uvnitř li */
  }
  .link-list ul li {
    -webkit-column-break-inside: avoid;
    /* spec + prefixes */
  }
  .ie8 .link-list ul,
  .ie9 .link-list ul {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
  }
  .ie8 .link-list ul:before,
  .ie9 .link-list ul:before,
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    clear: both;
  }
  .ie8 .link-list ul:before,
  .ie9 .link-list ul:before,
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    content: " ";
    display: table;
  }
  .ie8 .link-list ul:after,
  .ie9 .link-list ul:after {
    clear: both;
  }
  .ie8 .link-list ul li,
  .ie9 .link-list ul li {
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    margin-left: -1px;
    border-left: 0 solid transparent;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.link-list li {
  padding: 0.25em 0;
}
.our-sites {
  margin: 1em 0;
  padding: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  border-top: none;
  overflow: hidden;
}
.our-sites .ca-control {
  background: #000;
  border: 1px solid #404040;
}
.our-sites .ca-control a {
  color: #fff !important;
}
.our-sites .ca-control a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 64'%3E%3Cpolygon fill='%23ffffff' points='46.21 19.13 25 40.34 3.79 19.13 0.96 21.96 25 46 49.04 21.96 46.21 19.13'/%3E%3C/svg%3E");
}
.our-sites .ca-control a:hover,
.our-sites .ca-control a:active {
  color: #fff;
}
.our-sites .ca-box {
  background: #000;
  border: 1px solid #404040;
  padding: 10px;
}
.our-sites li {
  padding: 0.5em 0;
  width: 100%;
}
.our-sites a:before {
  vertical-align: text-bottom;
  padding-right: 8px;
}
.our-sites ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 590px) {
  .our-sites li {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .our-sites {
    margin: 0;
    padding: 1em 0;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
  }
  .our-sites .ca-box {
    padding: 0;
    border: none;
  }
  .our-sites li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .our-sites li {
    width: 16.66666%;
  }
}
.flag__img {
  display: inline-block;
}
.our-stores {
  text-transform: uppercase;
  line-height: 1.8em;
}
.our-stores__item {
  display: inline-block;
}
.our-stores__item:not(:last-child) {
  padding-right: 2.5em;
}
.our-stores__item-city {
  font-weight: bold;
}
.our-stores__item-link:before {
  content: " | ";
  display: inline-block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #808080;
}
.payment-methods__item {
  display: inline-block;
  box-sizing: border-box;
  height: 27px;
  padding-left: 4px;
  line-height: 25px;
  border-radius: 2px;
  overflow: hidden;
  vertical-align: middle;
}
.payment-methods__item img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
}
.payment-methods__item--not-used {
  opacity: 0.2;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.payment-methods__item--footer {
  padding-left: 4px;
  background-color: #fff;
}
.payment-methods__item--visa {
  width: 42px;
}
.payment-methods__item--mastercard,
.payment-methods__item--maestro,
.payment-methods__item--jcb {
  width: 36px;
}
.payment-methods__item--paypal {
  width: 68px;
  padding-top: 1px;
}
.payment-methods__item--platba24 {
  width: 84px;
}
.payment-methods__item--americanexpress {
  width: 41px;
  padding-right: 1px;
  padding-left: 1px;
}
.payment-methods__item--discover {
  width: 70px;
}
.payment-methods__item--klarna {
  width: 49px;
  background: none;
  padding: 0;
}
.payment-methods__item--sofort {
  width: 49px;
  background: none;
  padding: 0;
}
.payment-methods__item--rechnung {
  width: 130px;
  padding: 0;
}
.payment-methods__item--ratenkauf {
  width: 130px;
  padding: 0;
}
.payment-methods__item--przelewy24 {
  width: 56px;
}
.payment-methods__item--ideal {
  width: 36px;
}
.payment-methods__item--dinersclub {
  width: 37px;
  padding: 0;
  background: none;
  line-height: 24px;
}
.payment-methods__item--googlepay {
  width: 51px;
}
.payment-methods__item--blik {
  width: 50px;
}
.payment-methods__item--mbway {
  width: 50px;
}
.payment-methods__item--twint {
  width: 77px;
}
.payment-methods__item--swish {
  width: 61px;
}
.payment-methods__item--mobilepay {
  width: 92px;
}
.payment-methods__item--ctpay {
  width: 40px;
}
.payment-methods__item--paypo {
  width: 70px;
}
.payment-methods__item--nova-global {
  width: 132px;
}
.payment-methods__item--cartebleue {
  width: 38px;
}
.payment-methods__item--bancontact {
  padding: 0 2px;
}
.payment-methods__item--yandex {
  width: 88px;
}
.payment-methods__item--multibanco {
  width: 83px;
}
.payment-methods__item--giropay {
  width: 60px;
}
.payment-methods__item--mir {
  width: 64px;
}
.payment-methods__item--webmoney {
  width: 102px;
}
.payment-methods__item--qiwi {
  width: 59px;
}
.payment-methods__item--applepay {
  width: 48px;
}
.payment-methods--in-checkout {
  display: block;
  float: right;
}
.payment-methods--in-checkout .payment-methods__item {
  margin-bottom: 0;
}
.payment-methods--longer {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .payment-methods--longer {
    float: right;
    max-width: 45%;
    margin: 0;
    text-align: right;
  }
}
.payment-methods--wrapped {
  float: left;
  clear: both;
  margin-top: 8px;
  text-align: left;
}
.quick-contact {
  padding-top: 2em;
}
.quick-contact__phone {
  color: #fff !important;
  font-size: 2.2em;
  font-weight: bold;
  text-decoration: none;
}
.quick-contact__working-hours {
  display: block;
  color: #bfbfbf;
  margin: 0 0 1em 0;
}
.quick-contact__links a {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: underline;
}
.quick-contact__links a:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  line-height: 1em;
  border-right: 1px solid #404040;
}
.quick-contact__links a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .quick-contact {
    padding-top: 3em;
    padding-bottom: 1em;
  }
  .quick-contact__contact,
  .quick-contact__links {
    display: inline-block;
    vertical-align: top;
  }
  .quick-contact__links {
    line-height: 3rem;
    margin-left: 2em;
  }
}
@media only screen and (min-width: 1001px) {
  .responsive-switch {
    display: none;
  }
}
.responsive-switch .btn {
  text-transform: uppercase;
  font-size: 1rem;
}
.seo-text {
  display: none;
  color: #808080;
  font-size: 0.7rem;
  line-height: 1.67;
}
.seo-text:before,
.seo-text:after {
  content: " ";
  display: table;
}
.seo-text:after {
  clear: both;
}
.seo-text:before,
.seo-text:after {
  content: " ";
  display: table;
}
.seo-text:after {
  clear: both;
}
.seo-text h1,
.seo-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5,
.seo-text h6 {
  margin: .5em 0 .2em;
  color: #bfbfbf;
  text-align: left;
  font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  line-height: inherit;
}
.seo-text h1 {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.seo-text p {
  margin: 0;
}
.seo-text ul {
  margin: .5em 0;
  padding-left: 1.5em;
}
.seo-text li {
  margin: 0;
  padding-left: 0;
  line-height: inherit;
  list-style: disc;
}
.seo-text li:before {
  display: none;
}
.seo-text strong {
  font-weight: normal;
  color: #bfbfbf;
}
@media (min-width: 768px) {
  .seo-text {
    display: block;
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .social-icons {
    text-align: right;
  }
}
.social-icons__ico {
  display: inline-block;
  width: 1em;
  margin: 0 0.1em 0 0;
  font-size: 1.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .social-icons__ico {
    margin: 0 0 0 0.2em;
    line-height: 1rem;
  }
}
