@charset "UTF-8";
:root {
  --dark-grey: hsla(240, 7%, 84%, 1);
  --medium-grey: hsla(240, 6%, 94%, 1);
  --light-grey: hsla(240, 6%, 97%, 1);
  --background-grey: hsla(0, 0%, 98%, 1);
  --dark-blue: hsla(240, 100%, 10%, 1);
  --pink-color: hsla(328, 98%, 47%, 1);
  --pink-light-color: hsla(324, 88%, 97%, 1);
  --white: hsla(0, 0%, 100%, 1);
  --black: hsla(0, 0%, 0%, 1);
  --dark-purple: hsla(248, 13%, 35%, 1);
  --med-purple: hsla(247, 7%, 51%, 1);
  --light-purple: hsla(245, 7%, 68%, 1);
  --orange: hsla(18, 100%, 50%, 1);
  --dark-cornflower-blue: hsla(222, 67%, 36%, 1);
  --error: hsla(344, 83%, 39%, 1);
  --corrected-error: hsla(193, 62%, 87%, 1);
  --light-blue: hsla(193, 61%, 91%, 1);
  --in-stock: hsla(140, 94%, 42%, 1);
  --in-replinishment: hsla(38, 100%, 50%, 1);
  --not-available: hsla(5, 100%, 50%, 1);
  --twitter-feed-bg: hsla(216, 100%, 66%, 1);
}

.ui-datepicker {
  border: solid 1px #d3d3d9;
  padding: 5px;
  margin-top: 8px;
  background: #FFF;
  z-index: 9 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  margin: 18px 0 10px 0;
  height: 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 18px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 3;
  background: transparent url("../images/arrow-left-icon.svg") center center no-repeat;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 18px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 3;
  background: transparent url("../images/arrow-right-icon.svg") center center no-repeat;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  height: 18px;
  top: 0;
  position: absolute;
  width: 100%;
  line-height: 18px;
  z-index: 2;
  text-transform: uppercase;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  color: #575757;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default, .ui-datepicker .ui-datepicker-calendar thead tr th span {
  text-align: center;
  width: 40px;
  height: 32px;
  line-height: 32px;
  display: block;
  font-size: 12px;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active, .ui-datepicker .ui-datepicker-calendar thead tr th span.ui-state-active {
  color: #f0027F;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #9f9f9f;
}
.ui-datepicker .ui-datepicker-calendar thead tr th span {
  font-weight: 700;
}
.ui-datepicker:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  border: solid 1px #d3d3d9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  border-bottom: 0;
  border-right: 0;
}

.eshop-range-slider {
  position: relative;
  margin-top: 8px;
}
.eshop-range-slider .eshop-range-slider__no-delivery {
  display: none;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: -4px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.eshop-range-slider--disabled .eshop-range-slider__no-delivery {
  display: block;
}
.eshop-range-slider--disabled .eshop-range-slider__box {
  position: relative;
  background-color: #d3d3d9;
  height: 7px;
  border-radius: 3px;
  text-align: center;
}
.eshop-range-slider--disabled .eshop-range-slider__box .ui-slider-handle, .eshop-range-slider--disabled .eshop-range-slider__box .ui-slider-range {
  display: none;
}
.eshop-range-slider--disabled.eshop-range-slider .eshop-range-slider__act--hide {
  display: none;
}
.eshop-range-slider--disabled.eshop-range-slider .eshop-range-slider__act--show {
  display: block;
}
.eshop-range-slider .eshop-range-slider__act {
  position: absolute;
  width: 40px;
  right: -60px;
  top: -8px;
  text-align: center;
  font-size: 24px;
  color: #000033;
  line-height: 24px;
  height: 24px;
}
.eshop-range-slider .eshop-range-slider__act a {
  color: #000033;
  text-decoration: none;
}
.eshop-range-slider .eshop-range-slider__act--hide {
  display: block;
}
.eshop-range-slider .eshop-range-slider__act--show {
  display: none;
  text-decoration: underline !important;
  font-size: 14px;
}

.ui-slider {
  position: relative;
  text-align: left;
  background-color: #a9a8b2;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.ui-slider .ui-slider-handle:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.ui-slider .ui-slider-fllabel {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #f0027F;
  border-radius: 3px;
}

.ui-slider-horizontal {
  height: 7px;
  border-radius: 7px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -13px;
  margin-left: -15px;
}

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

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

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

@media screen and (max-width: 767px) {
  .eshop-hours-range > .row > .col-sm-4 {
    margin: 20px 40px 60px 15px;
  }
  .eshop-hours-range > .row > .col-sm-4:last-child {
    margin: 0 40px 0 15px;
  }
}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media screen and (max-width: 543px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.uk, .iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}

.iti-flag {
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0 0 1px 0 #888;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../images/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}

.intl-tel-input {
  width: 100%;
}
.intl-tel-input .country-list {
  height: 300px;
  overflow: hidden;
}
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 12px !important;
  padding-left: 52px !important;
}

.es-p-0 {
  padding: 0px !important;
}
.es-p-5 {
  padding: 5px !important;
}
.es-p-10 {
  padding: 10px !important;
}
.es-p-15 {
  padding: 15px !important;
}
.es-p-20 {
  padding: 20px !important;
}
.es-p-25 {
  padding: 25px !important;
}
.es-p-30 {
  padding: 30px !important;
}
.es-p-35 {
  padding: 35px !important;
}
.es-p-40 {
  padding: 40px !important;
}
.es-p-45 {
  padding: 45px !important;
}
.es-p-50 {
  padding: 50px !important;
}
.es-p-55 {
  padding: 55px !important;
}
.es-p-60 {
  padding: 60px !important;
}
.es-p-65 {
  padding: 65px !important;
}
.es-p-70 {
  padding: 70px !important;
}
.es-p-75 {
  padding: 75px !important;
}
.es-p-80 {
  padding: 80px !important;
}
.es-p-85 {
  padding: 85px !important;
}
.es-p-90 {
  padding: 90px !important;
}
.es-p-95 {
  padding: 95px !important;
}
.es-p-t0 {
  padding-top: 0px !important;
}
.es-p-t5 {
  padding-top: 5px !important;
}
.es-p-t10 {
  padding-top: 10px !important;
}
.es-p-t15 {
  padding-top: 15px !important;
}
.es-p-t20 {
  padding-top: 20px !important;
}
.es-p-t25 {
  padding-top: 25px !important;
}
.es-p-t30 {
  padding-top: 30px !important;
}
.es-p-t35 {
  padding-top: 35px !important;
}
.es-p-t40 {
  padding-top: 40px !important;
}
.es-p-t45 {
  padding-top: 45px !important;
}
.es-p-t50 {
  padding-top: 50px !important;
}
.es-p-t55 {
  padding-top: 55px !important;
}
.es-p-t60 {
  padding-top: 60px !important;
}
.es-p-t65 {
  padding-top: 65px !important;
}
.es-p-t70 {
  padding-top: 70px !important;
}
.es-p-t75 {
  padding-top: 75px !important;
}
.es-p-t80 {
  padding-top: 80px !important;
}
.es-p-t85 {
  padding-top: 85px !important;
}
.es-p-t90 {
  padding-top: 90px !important;
}
.es-p-t95 {
  padding-top: 95px !important;
}
.es-p-r0 {
  padding-right: 0px !important;
}
.es-p-r5 {
  padding-right: 5px !important;
}
.es-p-r10 {
  padding-right: 10px !important;
}
.es-p-r15 {
  padding-right: 15px !important;
}
.es-p-r20 {
  padding-right: 20px !important;
}
.es-p-r25 {
  padding-right: 25px !important;
}
.es-p-r30 {
  padding-right: 30px !important;
}
.es-p-r35 {
  padding-right: 35px !important;
}
.es-p-r40 {
  padding-right: 40px !important;
}
.es-p-r45 {
  padding-right: 45px !important;
}
.es-p-r50 {
  padding-right: 50px !important;
}
.es-p-r55 {
  padding-right: 55px !important;
}
.es-p-r60 {
  padding-right: 60px !important;
}
.es-p-r65 {
  padding-right: 65px !important;
}
.es-p-r70 {
  padding-right: 70px !important;
}
.es-p-r75 {
  padding-right: 75px !important;
}
.es-p-r80 {
  padding-right: 80px !important;
}
.es-p-r85 {
  padding-right: 85px !important;
}
.es-p-r90 {
  padding-right: 90px !important;
}
.es-p-r95 {
  padding-right: 95px !important;
}
.es-p-b0 {
  padding-bottom: 0px !important;
}
.es-p-b5 {
  padding-bottom: 5px !important;
}
.es-p-b10 {
  padding-bottom: 10px !important;
}
.es-p-b15 {
  padding-bottom: 15px !important;
}
.es-p-b20 {
  padding-bottom: 20px !important;
}
.es-p-b25 {
  padding-bottom: 25px !important;
}
.es-p-b30 {
  padding-bottom: 30px !important;
}
.es-p-b35 {
  padding-bottom: 35px !important;
}
.es-p-b40 {
  padding-bottom: 40px !important;
}
.es-p-b45 {
  padding-bottom: 45px !important;
}
.es-p-b50 {
  padding-bottom: 50px !important;
}
.es-p-b55 {
  padding-bottom: 55px !important;
}
.es-p-b60 {
  padding-bottom: 60px !important;
}
.es-p-b65 {
  padding-bottom: 65px !important;
}
.es-p-b70 {
  padding-bottom: 70px !important;
}
.es-p-b75 {
  padding-bottom: 75px !important;
}
.es-p-b80 {
  padding-bottom: 80px !important;
}
.es-p-b85 {
  padding-bottom: 85px !important;
}
.es-p-b90 {
  padding-bottom: 90px !important;
}
.es-p-b95 {
  padding-bottom: 95px !important;
}
.es-p-l0 {
  padding-left: 0px !important;
}
.es-p-l5 {
  padding-left: 5px !important;
}
.es-p-l10 {
  padding-left: 10px !important;
}
.es-p-l15 {
  padding-left: 15px !important;
}
.es-p-l20 {
  padding-left: 20px !important;
}
.es-p-l25 {
  padding-left: 25px !important;
}
.es-p-l30 {
  padding-left: 30px !important;
}
.es-p-l35 {
  padding-left: 35px !important;
}
.es-p-l40 {
  padding-left: 40px !important;
}
.es-p-l45 {
  padding-left: 45px !important;
}
.es-p-l50 {
  padding-left: 50px !important;
}
.es-p-l55 {
  padding-left: 55px !important;
}
.es-p-l60 {
  padding-left: 60px !important;
}
.es-p-l65 {
  padding-left: 65px !important;
}
.es-p-l70 {
  padding-left: 70px !important;
}
.es-p-l75 {
  padding-left: 75px !important;
}
.es-p-l80 {
  padding-left: 80px !important;
}
.es-p-l85 {
  padding-left: 85px !important;
}
.es-p-l90 {
  padding-left: 90px !important;
}
.es-p-l95 {
  padding-left: 95px !important;
}
.es-m-0 {
  margin: 0px !important;
}
.es-m-5 {
  margin: 5px !important;
}
.es-m-10 {
  margin: 10px !important;
}
.es-m-15 {
  margin: 15px !important;
}
.es-m-20 {
  margin: 20px !important;
}
.es-m-25 {
  margin: 25px !important;
}
.es-m-30 {
  margin: 30px !important;
}
.es-m-35 {
  margin: 35px !important;
}
.es-m-40 {
  margin: 40px !important;
}
.es-m-45 {
  margin: 45px !important;
}
.es-m-50 {
  margin: 50px !important;
}
.es-m-55 {
  margin: 55px !important;
}
.es-m-60 {
  margin: 60px !important;
}
.es-m-65 {
  margin: 65px !important;
}
.es-m-70 {
  margin: 70px !important;
}
.es-m-75 {
  margin: 75px !important;
}
.es-m-80 {
  margin: 80px !important;
}
.es-m-85 {
  margin: 85px !important;
}
.es-m-90 {
  margin: 90px !important;
}
.es-m-95 {
  margin: 95px !important;
}
.es-m-t0 {
  margin-top: 0px !important;
}
.es-m-t5 {
  margin-top: 5px !important;
}
.es-m-t10 {
  margin-top: 10px !important;
}
.es-m-t15 {
  margin-top: 15px !important;
}
.es-m-t20 {
  margin-top: 20px !important;
}
.es-m-t25 {
  margin-top: 25px !important;
}
.es-m-t30 {
  margin-top: 30px !important;
}
.es-m-t35 {
  margin-top: 35px !important;
}
.es-m-t40 {
  margin-top: 40px !important;
}
.es-m-t45 {
  margin-top: 45px !important;
}
.es-m-t50 {
  margin-top: 50px !important;
}
.es-m-t55 {
  margin-top: 55px !important;
}
.es-m-t60 {
  margin-top: 60px !important;
}
.es-m-t65 {
  margin-top: 65px !important;
}
.es-m-t70 {
  margin-top: 70px !important;
}
.es-m-t75 {
  margin-top: 75px !important;
}
.es-m-t80 {
  margin-top: 80px !important;
}
.es-m-t85 {
  margin-top: 85px !important;
}
.es-m-t90 {
  margin-top: 90px !important;
}
.es-m-t95 {
  margin-top: 95px !important;
}
.es-m-r0 {
  margin-right: 0px !important;
}
.es-m-r5 {
  margin-right: 5px !important;
}
.es-m-r10 {
  margin-right: 10px !important;
}
.es-m-r15 {
  margin-right: 15px !important;
}
.es-m-r20 {
  margin-right: 20px !important;
}
.es-m-r25 {
  margin-right: 25px !important;
}
.es-m-r30 {
  margin-right: 30px !important;
}
.es-m-r35 {
  margin-right: 35px !important;
}
.es-m-r40 {
  margin-right: 40px !important;
}
.es-m-r45 {
  margin-right: 45px !important;
}
.es-m-r50 {
  margin-right: 50px !important;
}
.es-m-r55 {
  margin-right: 55px !important;
}
.es-m-r60 {
  margin-right: 60px !important;
}
.es-m-r65 {
  margin-right: 65px !important;
}
.es-m-r70 {
  margin-right: 70px !important;
}
.es-m-r75 {
  margin-right: 75px !important;
}
.es-m-r80 {
  margin-right: 80px !important;
}
.es-m-r85 {
  margin-right: 85px !important;
}
.es-m-r90 {
  margin-right: 90px !important;
}
.es-m-r95 {
  margin-right: 95px !important;
}
.es-m-b0 {
  margin-bottom: 0px !important;
}
.es-m-b5 {
  margin-bottom: 5px !important;
}
.es-m-b10 {
  margin-bottom: 10px !important;
}
.es-m-b15 {
  margin-bottom: 15px !important;
}
.es-m-b20 {
  margin-bottom: 20px !important;
}
.es-m-b25 {
  margin-bottom: 25px !important;
}
.es-m-b30 {
  margin-bottom: 30px !important;
}
.es-m-b35 {
  margin-bottom: 35px !important;
}
.es-m-b40 {
  margin-bottom: 40px !important;
}
.es-m-b45 {
  margin-bottom: 45px !important;
}
.es-m-b50 {
  margin-bottom: 50px !important;
}
.es-m-b55 {
  margin-bottom: 55px !important;
}
.es-m-b60 {
  margin-bottom: 60px !important;
}
.es-m-b65 {
  margin-bottom: 65px !important;
}
.es-m-b70 {
  margin-bottom: 70px !important;
}
.es-m-b75 {
  margin-bottom: 75px !important;
}
.es-m-b80 {
  margin-bottom: 80px !important;
}
.es-m-b85 {
  margin-bottom: 85px !important;
}
.es-m-b90 {
  margin-bottom: 90px !important;
}
.es-m-b95 {
  margin-bottom: 95px !important;
}
.es-m-l0 {
  margin-left: 0px !important;
}
.es-m-l5 {
  margin-left: 5px !important;
}
.es-m-l10 {
  margin-left: 10px !important;
}
.es-m-l15 {
  margin-left: 15px !important;
}
.es-m-l20 {
  margin-left: 20px !important;
}
.es-m-l25 {
  margin-left: 25px !important;
}
.es-m-l30 {
  margin-left: 30px !important;
}
.es-m-l35 {
  margin-left: 35px !important;
}
.es-m-l40 {
  margin-left: 40px !important;
}
.es-m-l45 {
  margin-left: 45px !important;
}
.es-m-l50 {
  margin-left: 50px !important;
}
.es-m-l55 {
  margin-left: 55px !important;
}
.es-m-l60 {
  margin-left: 60px !important;
}
.es-m-l65 {
  margin-left: 65px !important;
}
.es-m-l70 {
  margin-left: 70px !important;
}
.es-m-l75 {
  margin-left: 75px !important;
}
.es-m-l80 {
  margin-left: 80px !important;
}
.es-m-l85 {
  margin-left: 85px !important;
}
.es-m-l90 {
  margin-left: 90px !important;
}
.es-m-l95 {
  margin-left: 95px !important;
}
.es-f-normal {
  font-family: "Source Sans Pro", Verdana, sans-serif !important;
  font-weight: 400 !important;
}
.es-f-bold {
  font-weight: 600 !important;
}
.es-f-light {
  font-weight: 300 !important;
}
.es-f-colight {
  font-weight: 300 !important;
}
.es-f-coexbold {
  font-weight: 700 !important;
}
.es-f-exbold {
  font-weight: 700 !important;
}
.es-fs-9 {
  font-size: 9px;
}
.es-fs-10 {
  font-size: 10px;
}
.es-fs-11 {
  font-size: 11px !important;
}
.es-fs-12 {
  font-size: 12px !important;
}
.es-fs-14 {
  font-size: 14px !important;
}
.es-fs-16 {
  font-size: 16px !important;
}
.es-fs-17 {
  font-size: 17px !important;
}
.es-fs-18 {
  font-size: 18px;
}
.es-fs-20 {
  font-size: 20px;
}
.es-fs-22 {
  font-size: 22px;
}
.es-fs-24 {
  font-size: 24px;
}
.es-fs-28 {
  font-size: 28px;
}
.es-fs-32 {
  font-size: 32px !important;
}
.es-fs-40 {
  font-size: 40px !important;
}
.es-fs-42 {
  font-size: 42px;
}
.es-fs-60 {
  font-size: 60px;
}
.es-b-t {
  border-top: 1px solid #d3d3d9 !important;
}
.es-b-t0 {
  border-top: 0px !important;
}
.es-b-b {
  border-bottom: 1px solid #d3d3d9;
}
.es-b-b0 {
  border-bottom: 0 !important;
}
.es-b-l {
  border-left: 1px solid #d3d3d9;
}
.es-b-r {
  border-right: 1px solid #d3d3d9;
}
.es-b-c-blue {
  border: solid 1px #000033 !important;
}
.es-b-c-pink {
  border: solid 1px #f0027F !important;
}
.es-b-0 {
  border: 0 !important;
}
.es-b-r2 {
  border-right: solid 2px #000033;
}
.es-b-all {
  border: solid 1px #d3d3d9;
}
.es-c-white {
  color: #FFF;
}
.es-c-gray {
  color: #7c7a8c;
}
.es-c-txt {
  color: #000033;
}
.es-c-txt-light {
  color: #514e65;
}
.es-c-pink {
  color: #f0027F;
}
.es-c-red {
  color: #f00;
}
.es-c-yellow {
  color: #ffa200;
}
.es-c-green {
  color: #06ce48;
}
.es-c-gray-panel {
  color: #f6f6f7;
}
.es-c-error {
  color: #b5163f;
}
.es-c-blue {
  color: #000033;
}
.es-bg-white {
  background-color: #FFF !important;
}
.es-bg-gray {
  background-color: #7c7a8c !important;
}
.es-bg-blue {
  background-color: #000033 !important;
}
.es-bg-darkgray {
  background-color: #514e65 !important;
}
.es-bg-txt-light {
  background-color: #514e65 !important;
}
.es-bg-pink {
  background-color: #f0027F !important;
}
.es-bg-lightgray {
  background-color: #f6f6f7 !important;
}
.es-bg-light {
  background-color: #fbfbfb !important;
}
.es-lh-9 {
  line-height: 9px;
}
.es-lh-10 {
  line-height: 10px;
}
.es-lh-12 {
  line-height: 12px;
}
.es-lh-16 {
  line-height: 16px;
}
.es-lh-18 {
  line-height: 18px;
}
.es-lh-20 {
  line-height: 20px;
}
.es-lh-22 {
  line-height: 22px;
}
.es-lh-24 {
  line-height: 24px;
}
.es-lh-30 {
  line-height: 30px;
}
.es-lh-34 {
  line-height: 34px;
}
.es-lh-40 {
  line-height: 40px;
}
.es-m-r-auto {
  margin-right: auto;
}
.es-m-r-47 {
  margin-right: 47px;
}
.es-m-l-auto {
  margin-left: auto;
}
.es-float-l {
  float: left;
}
.es-float-r {
  float: right;
}
.es-block {
  display: block !important;
}
.es-inline-block {
  display: inline-block !important;
}
.es-table {
  display: table !important;
}
.es-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.es-flex-middle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.es-flex-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.es-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.es-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.es-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.es-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.es-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.es-ta-l {
  text-align: left !important;
}
.es-ta-r {
  text-align: right !important;
}
.es-td-strike {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 16px;
}
.es-td-strike:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: solid 1px #000033;
  top: 50%;
  left: 0;
}
.es-td-strike-b {
  position: relative;
}
.es-td-strike-b:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-top: solid 2px #000033;
  top: 5px;
  left: 0;
}
.es-td-u {
  text-decoration: underline;
}
.es-td-none {
  text-decoration: none !important;
}
.es-tdeco-underline {
  text-decoration: underline;
}
.es-tdeco-none {
  text-decoration: none !important;
  border-bottom: none !important;
}
.es-tt-u {
  text-transform: uppercase;
}
.es-tt-none {
  text-transform: None !important;
}
.es-valign-center {
  vertical-align: middle !important;
}
.es-valign-top {
  vertical-align: top !important;
}
.es-w-auto {
  width: auto !important;
}
.es-w-half {
  width: 50%;
}
.es-w-90 {
  width: 90px;
}
.es-w-50 {
  width: 50px;
}
.es-w-40 {
  width: 40px;
}
.es-w-120 {
  width: 120px;
}
.es-w-all {
  width: 100%;
}
.es-maxwidth-70 {
  max-width: 70px;
}
.es-h-48 {
  height: 48px;
}
.es-h-40 {
  height: 40px !important;
}
.es-h-80 {
  height: 80px;
}
.es-h-16 {
  height: 16px !important;
}
.es-h-20 {
  height: 20px !important;
}
.es-h-28 {
  height: 28px !important;
}
.es-h-30 {
  height: 30px;
}
.es-h-all {
  height: 100%;
}
.es-mh-30 {
  min-height: 30px;
}
.es-mh-40 {
  min-height: 40px !important;
}
.es-mh-36 {
  min-height: 36px;
}
.es-l-col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.es-l-group {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.es-images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.es-images-row img {
  margin-right: 35px;
}
.es-disable-arrow::-webkit-outer-spin-button, .es-disable-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.es-round-pink {
  text-transform: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  background-color: #f0027F;
  text-align: center;
  line-height: 25px;
  vertical-align: top;
}
.es-round-green {
  text-transform: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  background-color: #06ce48;
  text-align: center;
  line-height: 25px;
  vertical-align: top;
}
.es-round-black {
  vertical-align: top;
  text-transform: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #000033;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.es-round-red {
  text-transform: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  background-color: #f00;
  text-align: center;
  line-height: 25px;
  vertical-align: top;
}
.es-round-amber {
  text-transform: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  background-color: #ff7E00;
  text-align: center;
  line-height: 25px;
  vertical-align: top;
}
.es-list-bullets li {
  position: relative;
  margin-left: 17px;
  line-height: 18px;
  list-style-type: disc;
}
.es-list-nobullets {
  list-style-type: none;
}
.es-list-nobullets li:before {
  content: none !important;
}
.es-remove-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(108, 99, 136, 0.8);
  overflow: hidden;
  display: inline-block;
}
.es-remove-button--right {
  right: -20px;
  position: relative;
}
.es-with-tooltip {
  position: relative;
  padding-right: 30px;
}
.es-with-tooltip > span.help-block.form-wrapper__help {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.es-with-tooltip .control-label {
  position: relative;
}
.es-wb-all {
  word-break: break-all;
}

.grid {
  display: grid;
}

.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.es-small-placeholder input::-webkit-input-placeholder {
  font-size: 16px;
}

.bubble-pink--large {
  top: -4px;
}

.generic-cnt ul.list-circle.list-circle--small > li:before {
  height: 24px;
  vertical-align: middle;
  top: -2px;
}

.eshop-contract-label {
  margin: 10px 0;
}
.eshop-contract-label > span {
  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #23223F;
  color: #FFF;
}

.ss-container {
  position: relative;
}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 18px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ss-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ss-content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.es-p-l20-md {
  padding-left: 20px !important;
}

@media screen and (max-width: 1199px) {
  .es-p-l20-md {
    padding-left: 5px !important;
  }
}
.eshop-show-scroll .ss-scroll {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.eshop-pallet-table {
  font-size: 12px;
  width: 100%;
}
.eshop-pallet-table tr td {
  border: solid 1px #d3d3d9;
  padding: 14px 5px;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .eshop-pallet-table {
    width: 100%;
  }
}
.eshop-sku-icones > a {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .eshop-sku-icones {
    margin-top: 15px;
  }
  .eshop-sku-icones > a {
    width: 100%;
    text-align: center;
    padding: 5px;
    border: solid 2px #000033;
  }
}
.input-group {
  display: table;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox-wrapper .form-group .checkbox input[type=checkbox] + span {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.checkbox-wrapper .form-group .checkbox input[type=checkbox] + span::before {
  margin-top: 5px !important;
}

.eshop-addr-footer {
  position: absolute;
  bottom: 0;
}

.light-product-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 15px 0 15px !important;
}

.banner-zero-result {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .banner-zero-result {
    margin-top: 10px;
  }
}

.info-box {
  border: solid 2px #f0027F !important;
  min-height: 40px;
  padding: 9px 0px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  background: #FFF;
}
.info-box .col-md-2 {
  max-width: 7%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.info-box .col-md-10 {
  padding: 0px;
  margin-left: 30px;
}
.info-box .col-xs-1 {
  padding-left: 2px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.info-box .form-wrapper__help-icon {
  margin-left: 5px;
}

.promo-orange {
  color: #ff4e00;
}

.promo-green {
  color: #3FA535;
}

.promo-dark-orange {
  color: #FF0000;
}

.promo-yellow {
  color: #FFFF33;
}

.promo-blue {
  color: #1E4398;
}

.help-block.help-block__link {
  display: inline-block;
  margin-top: 0;
  padding: 10px 20px 0 0;
}
.help-block.help-block__link > .form-wrapper__help-icon {
  margin-left: 0px;
  height: 17px;
  min-width: 17px;
}
.help-block.help-block__link > .form-wrapper__tooltip {
  left: 0;
  padding-bottom: 10px;
}

html.iphone,
body.iphone {
  overflow-x: hidden !important;
}

.flex-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.flex-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-card--v-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .flex-card {
    min-width: 100%;
  }
}
.e-print-img {
  display: none;
  margin: -5px 5px 0 0;
}

.es-tooltip {
  position: relative;
}
.es-tooltip-content {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 7px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding: 5px 8px;
  max-width: 150px;
  font-size: 10px;
  background: #000033;
  border-radius: 5px;
  color: #FFF;
  font-weight: normal;
  line-height: 12px;
}
.es-tooltip-content:before {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #000033;
  content: "";
  position: absolute;
  left: calc(50% - 2.5px);
  top: 100%;
}
.es-tooltip-content.right {
  left: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.es-tooltip-content.right:before {
  left: calc(100% - 10px - 2.5px);
}
.es-tooltip-content.left {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.es-tooltip-content.left:before {
  left: 7.5px;
}
.es-tooltip:hover .es-tooltip-content {
  display: block;
}

.rating {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 30px;
  color: gold;
  margin: 0px auto;
  line-height: 30px;
}

.rating .star {
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rating .star.filled {
  color: gold;
}

.rating .star.empty {
  color: #ddd;
}

.row.row-pd-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-pd-5 > [class*=" col-xs-"],
.row.row-pd-5 > [class^=col-xs-],
.row.row-pd-5 > [class*=" col-sm-"],
.row.row-pd-5 > [class^=col-sm-],
.row.row-pd-5 > [class*=" col-md-"],
.row.row-pd-5 > [class^=col-md-],
.row.row-pd-5 > [class*=" col-lg-"],
.row.row-pd-5 > [class^=col-lg-] {
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  .five-cols .col-md-1 {
    width: 100%;
    *width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .five-cols .col-md-1 {
    width: 20%;
    *width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .five-cols .col-md-1 {
    width: 20%;
    *width: 20%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .eight-cols .col-md-1 {
    width: 12.5%;
    *width: 12.5%;
  }
}
@media screen and (min-width: 992px) {
  .eight-cols .col-md-1 {
    width: 12.5%;
    *width: 12.5%;
  }
}
@media screen and (min-width: 1200px) {
  .eight-cols .col-md-1 {
    width: 12.5%;
    *width: 12.5%;
  }
}
@media screen and (min-width: 768px) {
  .nine-cols .col-md-1 {
    width: 11.11%;
    *width: 11.11%;
  }
}
@media screen and (min-width: 992px) {
  .nine-cols .col-md-1 {
    width: 11.11%;
    *width: 11.11%;
  }
}
@media screen and (min-width: 1200px) {
  .nine-cols .col-md-1 {
    width: 11.11%;
    *width: 11.11%;
  }
}
@media screen and (min-width: 768px) {
  .ten-cols .col-md-1 {
    width: 10%;
    *width: 10%;
    word-break: break-all;
  }
}
@media screen and (min-width: 992px) {
  .ten-cols .col-md-1 {
    width: 10%;
    *width: 10%;
    word-break: break-all;
  }
}
@media screen and (min-width: 1200px) {
  .ten-cols .col-md-1 {
    width: 10%;
    *width: 10%;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  .eleven-cols .col-md-1 {
    width: 9.0909090909%;
    *width: 9.0909090909%;
    word-break: break-all;
  }
}
@media screen and (min-width: 992px) {
  .eleven-cols .col-md-1 {
    width: 9.0909090909%;
    *width: 9.0909090909%;
    word-break: break-all;
  }
}
@media screen and (min-width: 1200px) {
  .eleven-cols .col-md-1 {
    width: 9.0909090909%;
    *width: 9.0909090909%;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  .twelve-cols .col-md-1 {
    width: 8.3333333333%;
    *width: 8.3333333333%;
    word-break: break-all;
  }
}
@media screen and (min-width: 992px) {
  .twelve-cols .col-md-1 {
    width: 8.3333333333%;
    *width: 8.3333333333%;
    word-break: break-all;
  }
}
@media screen and (min-width: 1200px) {
  .twelve-cols .col-md-1 {
    width: 8.3333333333%;
    *width: 8.3333333333%;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  .thirteen-cols .col-md-1 {
    width: 7.6923076923%;
    *width: 7.6923076923%;
    word-break: break-all;
  }
}
@media screen and (min-width: 992px) {
  .thirteen-cols .col-md-1 {
    width: 7.6923076923%;
    *width: 7.6923076923%;
    word-break: break-all;
  }
}
@media screen and (min-width: 1200px) {
  .thirteen-cols .col-md-1 {
    width: 7.6923076923%;
    *width: 7.6923076923%;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  .fourteen-cols .col-md-1 {
    width: 7.1428571429%;
    *width: 7.1428571429%;
    word-break: break-all;
  }
}
@media screen and (min-width: 992px) {
  .fourteen-cols .col-md-1 {
    width: 7.1428571429%;
    *width: 7.1428571429%;
    word-break: break-all;
  }
}
@media screen and (min-width: 1200px) {
  .fourteen-cols .col-md-1 {
    width: 7.1428571429%;
    *width: 7.1428571429%;
    word-break: break-all;
  }
}
.es-icone-previous:before {
  content: "";
  display: inline-block;
  background: url("../images/previous-icon.svg") center center no-repeat;
  width: 7px;
  height: 12px;
  background-size: 96%;
}
.es-icone-password {
  content: "";
  display: inline-block;
  background: #FFF url("../images/password-icon.png") 20px center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-tick-error:after, .form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer .es-has-error:after, .form-wrapper.eshop-form-wrapper .form-group.es-has-error .control-label:not(.no-icon):after {
  content: "";
  display: inline-block;
  background: url("../images/tick-error-icon.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -27px;
  right: 15px;
}
.es-icone-tick-error--small:after, .form-wrapper.eshop-form-wrapper .form-group.es-has-error--small .control-label:not(.no-icon):after {
  content: "";
  display: inline-block;
  background: url("../images/tick-error-icon.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -24px;
  right: 5px;
  background-size: 74%;
}
.es-icone-tick-success:after, .form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer .es-has-success:after, .form-wrapper.eshop-form-wrapper .form-group.es-has-success .control-label:not(.no-icon):after {
  content: "";
  display: inline-block;
  background: url("../images/tick-success-icon.svg");
  width: 14px;
  height: 12px;
  position: absolute;
  bottom: -25px;
  right: 15px;
}
.es-icone-datepicker-small:before, .btn.es-btn--datepicker:before {
  content: "";
  display: inline-block;
  background-image: url("../images/datepicker-icon.png");
  background-size: 100% 100%;
  width: 15px;
  height: 16px;
}
.es-icone-search:before, .btn.es-btn--search:before {
  content: "";
  display: inline-block;
  background: url("../images/search-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-tick:before, .eshop-voucher .voucher-multicheckbox label:before, .eshop-checkbox-filter label:before, .eshop-multicheckbox label:before, .eshop-checkbox input:checked + label:before {
  content: "";
  display: inline-block;
  background-image: url("../images/tick-icon.svg");
  width: 14px;
  height: 12px;
}
.es-icone-category:before, .eshop-checkbox-group .eshop-checkbox:first-child label > span .eshop-checkbox__toggle:before {
  content: "";
  display: inline-block;
  background-image: url("../images/category-icon.svg");
  width: 29px;
  height: 26px;
}
.es-icone-subcategory:before, .eshop-checkbox-group .eshop-checkbox:first-child label > span .eshop-checkbox__toggle.opened:before {
  content: "";
  display: inline-block;
  background-image: url("../images/subcategory-icon.svg");
  width: 31px;
  height: 26px;
}
.es-icone-arrow-right:before, .eshop-login-multiaccount__item > a.link:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right-icon.svg");
  width: 8px;
  height: 14px;
}
.es-icone-arrow-right-pink:before, .eshop-login-multiaccount__item > a.link:hover:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right-pink-icon.svg");
  width: 8px;
  height: 13px;
}
.es-icone-info-message {
  display: inline-block;
  background: #f0027F;
  color: #FFF;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}
.es-icone-company:before {
  content: "";
  background: url("../images/company-icon.svg") center center no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.es-icone-company-pink:before {
  content: "";
  background: url("../images/company-pink-icon.svg") center center no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.es-icone-individual:before {
  content: "";
  background: url("../images/individual-icon.svg") center center no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.es-icone-individual-pink:before {
  content: "";
  background: url("../images/individual-pink-icon.svg") center center no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.es-icone-logistics:before {
  content: "";
  display: inline-block;
  background: url("../images/logistics-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 55%;
}
.es-icone-packaging:before {
  content: "";
  display: inline-block;
  background: url("../images/packaging-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 70%;
}
.es-icone-packaging-small:before {
  content: "";
  display: inline-block;
  background: url("../images/packaging-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 60%;
}
.es-icone-calculator:before {
  content: "";
  display: inline-block;
  background: url("../images/calculator-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 50%;
}
.es-icone-delivery-fast:before {
  content: "";
  display: inline-block;
  background: url("../images/delivery-fast-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 70%;
}
.es-icone-office-buyer:before {
  content: "";
  display: inline-block;
  background: url("../images/office-buyer-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 40%;
}
.es-icone-office-reseller:before {
  content: "";
  display: inline-block;
  background: url("../images/office-reseller-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 70%;
}
.es-icone-selection-assistance:before {
  content: "";
  display: inline-block;
  background: url("../images/selection-assistance-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 60%;
}
.es-icone-prescriber:before {
  content: "";
  display: inline-block;
  background: url("../images/prescriber-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 40%;
}
.es-icone-designer:before {
  content: "";
  display: inline-block;
  background: url("../images/designer-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 65%;
}
.es-icone-delivery:before {
  content: "";
  display: inline-block;
  background: url("../images/delivery-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-logistic:before {
  content: "";
  display: inline-block;
  background: url("../images/logistic-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-download:before {
  content: "";
  display: inline-block;
  background-image: url("../images/download-icon.svg");
  width: 10px;
  height: 12px;
  margin: 0 10px 0 0;
}
.es-icone-account:before {
  content: "";
  display: inline-block;
  background: url("../images/account-icon.svg") no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
.es-icone-email-big:before {
  content: "";
  display: inline-block;
  background-image: url("../images/email-big-icon.png");
  width: 37px;
  height: 23px;
}
.es-icone-cart:before {
  content: "";
  display: inline-block;
  background: url("../images/cart-icon.svg") no-repeat;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
.es-icone-close:before {
  content: "";
  display: inline-block;
  background-image: url("../images/close-icon.svg");
  width: 13px;
  height: 13px;
}
.es-icone-datepicker:before {
  content: "";
  display: inline-block;
  background-image: url("../images/datepicker-icon.png");
  width: 20px;
  height: 21px;
}
.es-icone-datepicker-small:before, .btn.es-btn--datepicker:before {
  content: "";
  display: inline-block;
  background-image: url("../images/datepicker-icon.png");
  background-size: 100% 100%;
  width: 15px;
  height: 16px;
}
.es-icone-arrow-left:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-left-icon.svg");
  width: 8px;
  height: 14px;
}
.es-icone-arrow-right:before, .eshop-login-multiaccount__item > a.link:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right-icon.svg");
  width: 8px;
  height: 14px;
}
.es-icone-arrow-first:before {
  content: "";
  display: inline-block;
  background: url("../images/arrow-first-icon.svg") no-repeat;
  width: 15px;
  height: 16px;
  background-size: 100%;
}
.es-icone-arrow-last:before {
  content: "";
  display: inline-block;
  background: url("../images/arrow-last-icon.svg") no-repeat;
  width: 15px;
  height: 16px;
  background-size: 100%;
}
.es-icone-arrow-first-grey:before, .eshop-pagination__page--first a:hover .es-icone-arrow-first:before {
  content: "";
  display: inline-block;
  background: url("../images/arrow-first-grey-icon.svg") no-repeat;
  width: 15px;
  height: 16px;
  background-size: 100%;
}
.es-icone-arrow-last-grey:before, .eshop-pagination__page--last a:hover .es-icone-arrow-last:before {
  content: "";
  display: inline-block;
  background: url("../images/arrow-last-grey-icon.svg") no-repeat;
  width: 15px;
  height: 16px;
  background-size: 100%;
}
.es-icone-arrow-right-pink:before, .eshop-login-multiaccount__item > a.link:hover:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right-pink-icon.svg");
  width: 8px;
  height: 13px;
}
.es-icone-arrow-left-grey:before, .eshop-pagination__page--previous a:hover .es-icone-arrow-left:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-left-grey-icon.svg");
  width: 8px;
  height: 14px;
}
.es-icone-arrow-right-grey:before, .eshop-pagination__page--next a:hover .es-icone-arrow-right:before, .eshop-pagination__page--next a:hover .eshop-login-multiaccount__item > a.link:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right-grey-icon.svg");
  width: 8px;
  height: 14px;
}
.es-icone-arrow-bottom:before, .eshop-combobox .combobox-container .input-group .input-group-addon:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-bottom-icon.svg");
  width: 15px;
  height: 8px;
}
.es-icone-arrow-bottom-white:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-bottom-icon-white.svg");
  width: 15px;
  height: 8px;
}
.es-icone-tick:before, .eshop-voucher .voucher-multicheckbox label:before, .eshop-checkbox-filter label:before, .eshop-multicheckbox label:before, .eshop-checkbox input:checked + label:before {
  content: "";
  display: inline-block;
  background-image: url("../images/tick-icon.svg");
  width: 14px;
  height: 12px;
}
.es-icone-category:before, .eshop-checkbox-group .eshop-checkbox:first-child label > span .eshop-checkbox__toggle:before {
  content: "";
  display: inline-block;
  background-image: url("../images/category-icon.svg");
  width: 29px;
  height: 26px;
}
.es-icone-subcategory:before, .eshop-checkbox-group .eshop-checkbox:first-child label > span .eshop-checkbox__toggle.opened:before {
  content: "";
  display: inline-block;
  background-image: url("../images/subcategory-icon.svg");
  width: 31px;
  height: 26px;
}
.es-icone-previous--small:before {
  content: "";
  display: inline-block;
  background: url("../images/previous-icon.svg") center center no-repeat;
  width: 6px;
  height: 10px;
  background-size: 96%;
}
.es-icone-previous:before {
  content: "";
  display: inline-block;
  background: url("../images/previous-icon.svg") center center no-repeat;
  width: 7px;
  height: 12px;
  background-size: 96%;
}
.es-icone-txt:before {
  content: "";
  display: inline-block;
  background: url("../images/txt-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-pdf:before {
  content: "";
  display: inline-block;
  background: url("../images/pdf-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-xlsx:before {
  content: "";
  display: inline-block;
  background: url("../images/xlsx-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-csv:before {
  content: "";
  display: inline-block;
  background: url("../images/csv-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-csv-pink:before {
  content: "";
  display: inline-block;
  background: url("../images/csv-icon-pink.svg") center center no-repeat;
  width: 27px;
  height: 32px;
}
.es-icone-xml:before {
  content: "";
  display: inline-block;
  background: url("../images/xml-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-delete:before {
  content: "";
  display: inline-block;
  background: url("../images/delete-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-search:before, .btn.es-btn--search:before {
  content: "";
  display: inline-block;
  background: url("../images/search-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-search-white:before {
  content: "";
  display: inline-block;
  background: url(../images/search-icon-w.svg) 100% 100% no-repeat;
  width: 15px;
  background-size: 100%;
  height: 19px;
}
.es-icone-search-white-config:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background-image: url(../images/search-icon-w.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.es-icone-arrow-black-top:before {
  content: "";
  display: inline-block;
  background: url(../images/icon-arrow-black-top.svg) 100% 100% no-repeat;
  width: 16px;
  background-size: 100%;
  height: 9px;
  margin-right: 5px;
}
.es-icone-arrow-black-bottom:before {
  content: "";
  display: inline-block;
  background: url(../images/icon-arrow-black-bottom.svg) 100% 100% no-repeat;
  width: 16px;
  background-size: 100%;
  height: 9px;
  margin-right: 5px;
}
.es-icone-list:before {
  content: "";
  display: inline-block;
  background-image: url("../images/list-icon.svg");
  width: 16px;
  height: 14px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.es-icone-grid:before {
  content: "";
  display: inline-block;
  background-image: url("../images/grid-icon.svg");
  width: 15px;
  height: 15px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.es-icone-info-message {
  display: inline-block;
  background: #f0027F;
  color: #FFF;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}
.es-icone-email {
  background: #FFF url("../images/email-icon.png") 95% center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-password {
  content: "";
  display: inline-block;
  background: #FFF url("../images/password-icon.png") 20px center no-repeat;
  width: 100%;
  height: 100%;
}
.es-icone-tick-error:after, .form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer .es-has-error:after, .form-wrapper.eshop-form-wrapper .form-group.es-has-error .control-label:not(.no-icon):after {
  content: "";
  display: inline-block;
  background: url("../images/tick-error-icon.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: -27px;
  right: 15px;
}
.es-icone-tick-error--small:after, .form-wrapper.eshop-form-wrapper .form-group.es-has-error--small .control-label:not(.no-icon):after {
  content: "";
  display: inline-block;
  background: url("../images/tick-error-icon.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -24px;
  right: 5px;
  background-size: 74%;
}
.es-icone-tick-success:after, .form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer .es-has-success:after, .form-wrapper.eshop-form-wrapper .form-group.es-has-success .control-label:not(.no-icon):after {
  content: "";
  display: inline-block;
  background: url("../images/tick-success-icon.svg");
  width: 14px;
  height: 12px;
  position: absolute;
  bottom: -25px;
  right: 15px;
}
.es-icone-phone:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-phone.png");
  width: 24px;
  height: 23px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.es-icone-mail:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-email.png");
  width: 30px;
  height: 19px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
.es-icone-mail-s:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-email.png");
  background-size: 100% 100%;
  width: 20px;
  height: 13px;
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.es-icone-download:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-download.svg");
  background-size: 100% 100%;
  width: 10px;
  height: 12px;
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.es-icone-favorite:before {
  content: "";
  display: block;
  background: url("../images/icon-favorite.svg") 4px 4px no-repeat;
  background-size: 65% 65%;
}
.es-icone-zoom:before {
  content: "";
  background-image: url("../images/icon-zoom.svg");
  background-size: auto auto !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}
.es-icone-alarm {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #f0027F;
  text-align: center;
  border-radius: 10px;
  vertical-align: bottom;
}
.es-icone-alarm:before {
  content: "";
  background: url("../images/alarm-icon.svg") center center no-repeat;
  display: block;
  height: 10px;
  width: 10px;
  margin: 3px auto;
}
.es-icone-alarm-pink:before {
  content: "";
  background: url("../images/alarm-pink-icon.svg") center center no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.es-icone-order-sample:before {
  content: "";
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/icon-grid-sample.svg") center center no-repeat;
}
.es-icone-order-sample--small:before {
  content: "";
  width: 23px;
  height: 25px;
  display: block;
  background: url("../images/order-sample-icon.svg") center center no-repeat;
  background-size: 70% 70%;
}
.es-icone-gift:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  background-image: url("../images/gift-icon.svg");
  background-repeat: no-repeat;
}
.es-icone-promo:before, .es-icone-sale:before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background-image: url("../images/icon-sale.png");
  background-repeat: no-repeat;
}
.es-icone-promosvg:before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background-image: url("../images/promo-icon.svg");
  background-repeat: no-repeat;
}
.es-icone-wait:before {
  content: "";
  width: 17px;
  height: 26px;
  display: block;
  background-image: url("../images/wait-icon.svg");
  background-repeat: no-repeat;
}
.es-icone-dedicated:before {
  content: "";
  width: 26px;
  height: 20px;
  display: block;
  background-image: url("../images/dedicated-icon.svg");
  background-repeat: no-repeat;
}
.es-icone-cut:before {
  content: "";
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/icon-grid-cut.svg") center center no-repeat;
}
.es-icone-cut--small:before, .eshop-filters-item.active .eshop-filters-item__title:before {
  content: "";
  width: 22px;
  height: 20px;
  display: block;
  background: url("../images/cut-icon.svg") center center no-repeat;
  background-size: 65% 65%;
}
.es-icone-bogof:before {
  content: "";
  width: 22px;
  height: 19px;
  display: block;
  background-image: url("../images/bogof-icon.svg");
  background-repeat: no-repeat;
}
.es-icone-reset:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  background-image: url("../images/icon-reset.svg");
  background-repeat: no-repeat;
}
.es-icone-reset-white:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon-reset-white.svg");
  background-repeat: no-repeat;
}
.es-icone-lock {
  width: 18px;
  height: 22px;
  display: inline-block;
}
.es-icone-lock:before {
  content: "";
  width: 18px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../images/icon-lock.svg");
  background-repeat: no-repeat;
}
.es-icone-add-fellow:before {
  content: "";
  background-image: url(../images/icon-add-fellow.png);
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-top: 4px;
}
.es-icone-split-cols:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  background-image: url(../images/icon-split-cols.svg);
}
.es-icone-split-rows:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  background-image: url(../images/icon-split-rows.svg);
}
.es-icone-split-cols3:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  vertical-align: middle;
  background-image: url(../images/icon-split-cols3.svg);
}
.es-icone-split-rows3:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  vertical-align: middle;
  background-image: url(../images/icon-split-rows3.svg);
}
.es-icone-split-quad:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  vertical-align: middle;
  background-image: url(../images/icon-split-quad.svg);
}
.es-icone-input {
  padding-right: 40px;
}
.es-icone-input-email {
  background-image: url("../images/icon-email.png");
  background-size: 20px 13px;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
}
.es-icone-input-account {
  background-image: url("../images/icon-account.svg");
  background-size: 14px 18px;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}
.es-icone-plus-big:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  vertical-align: middle;
  background-image: url(../images/icon-plus.svg);
}
.es-icone-car-small:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-car-small.png") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 70%;
}
.es-icone-car-truck:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-car-truck.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 70%;
}
.es-icone-car-trailer:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-car-trailer.png") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 70%;
}
.es-icone-sharefolder:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-folder-share.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.es-icone-favorite-solid:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-favorite-solid.png") center center no-repeat;
  background-size: 100% 100%;
  width: 13px;
  height: 10px;
}
.es-icone-delete-small:before {
  content: "";
  display: block;
  background: url("../images/icon-delete-small.svg") center center no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 13px;
}
.es-icone-share-plus-small:before {
  content: "";
  background: url(../images/icon-share-plus.svg) center center no-repeat;
  background-size: 100% 100%;
  width: 14px;
  height: 12px;
  display: block;
}
.es-icone-edit:before {
  content: "";
  background: url(../images/icon-edit.svg) center center no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  display: block;
}
.es-icone-um-green:before {
  content: "";
  background: #00999b url(../images/tick-icon.svg) center center no-repeat;
  background-size: 55% 55%;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 20px;
  margin: 0 auto;
}
.es-icone-copy {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.es-icone-copy:before {
  content: "";
  background: url(../images/icon-copy.svg) center center no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.es-icone-play {
  position: relative;
}
.es-icone-play:before {
  content: "";
  background: url(../images/play-icon.svg) center center no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  cursor: pointer;
}
.es-icone-play--big {
  position: relative;
}
.es-icone-play--big:before {
  content: "";
  background: url(../images/play-icon.svg) center center no-repeat;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 150px;
  left: 150px;
  cursor: pointer;
}
.es-icone-valide-pink:before {
  content: "";
  background: #f0027F url(../images/tick-icon.svg) center center no-repeat;
  background-size: 55% 55%;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
}
.es-icone-add-pink:before {
  content: "";
  background: #f0027F url(../images/plus-icon.svg) center center no-repeat;
  background-size: 55% 55%;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
}
.es-icone-refuse-red:before {
  content: "";
  background: white url(../images/tick-error-icon.svg) center center no-repeat;
  background-size: 55% 55%;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 8px;
  margin: 0 auto;
  border: solid 2px #b5163f;
}
.es-icone-um-red:before {
  content: "";
  background: #b7113c url(../images/tick-icon.svg) center center no-repeat;
  background-size: 55% 55%;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 20px;
  margin: 0 auto;
}
.es-icone-pending-order:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-pending-order.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  margin: -6px 10px 0 0;
  vertical-align: middle;
}
.es-icone-minus:before, .eshop-leftmenu .eshop-leftmenu__menu li.has-submenu.has-submenu--opened > a:before {
  content: "";
  background: url("../images/minus-icon.svg") center center no-repeat;
  background-color: #f0027F;
}
.es-icone-plus:before, .eshop-leftmenu .eshop-leftmenu__menu li.has-submenu > a:before {
  content: "";
  background: url("../images/plus-icon.svg") center center no-repeat;
  background-color: #f0027F;
}
.es-icone-bg-gray:before {
  background-color: #7c7a8c !important;
}
.es-icone-bg-pink:before {
  background-color: #f0027F !important;
}
.es-icone-favourite-selected:before {
  content: "";
  background: url("../images/icon-favourite-selected.svg") center center no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.es-icone-favourite-deselected:before {
  content: "";
  background: url("../images/icon-favourite-deselected.svg") center center no-repeat;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.es-icone-favourite-delivery:before {
  content: "";
  background: url("../images/icon-favourite-selected.svg") center center no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  margin-bottom: -3px;
}
.es-icone-quantity-details:before {
  content: "";
  -webkit-mask: url("../images/icon-quantity.svg") center center no-repeat;
  mask: url("../images/icon-quantity.svg") center center no-repeat;
  display: inline-block;
  height: 20px;
  width: 26px;
  -webkit-mask-size: 80% 80%;
  mask-size: 80% 80%;
  margin-right: 3px;
  background-color: #003;
}
.es-icone-share-round:before {
  content: "";
  background: url("../images/share-round.svg") center center no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
}
.es-icone-arrow-left-linear:before {
  content: "";
  background: url("../images/arrow-left-linear-icon.svg") center center no-repeat;
  display: inline-block;
  height: 17px;
  width: 21px;
}
.es-icone-barcode:before {
  content: "";
  background: url("../images/barcode-icon.svg") center center no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.es-icone-antalismore:before {
  content: "";
  background: url("../images/antalismore-icon.svg") center center no-repeat;
  display: inline-block;
  height: 94px;
  width: 65px;
}
.es-icone-antalismore--small:before {
  content: "";
  background: url("../images/antalismore-icon.svg") center center no-repeat;
  display: inline-block;
  height: 45px;
  width: 30px;
  background-size: 100%;
}
.es-icone-shop-card:before {
  content: "";
  display: inline-block;
  background: url("../images/shop-card-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 60%;
}
.es-icone-reward:before {
  content: "";
  display: inline-block;
  background: url("../images/reward-icon.svg") center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: 45%;
}
.es-icone-loyalty:before {
  content: "";
  background: url("../images/loyalty-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-home:before {
  content: "";
  background: url("../images/home-icon.svg") center center no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}
.es-icone-warning-popup:before {
  content: "";
  background: url("../images/warning-popup.svg") center center no-repeat;
  display: inline-block;
  height: 15px;
  width: 13px;
  background-size: 95%;
  margin-bottom: -3px;
  margin-left: 3px;
}
.es-icone-warehouse-white:before {
  content: "";
  background: url("../images/warehouse-white.svg") center center no-repeat;
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 5px;
}
.es-icone-warehouse-black:before {
  content: "";
  background: url("../images/warehouse-black.svg") center center no-repeat;
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 5px;
}
.es-icone-scale-price:before {
  content: "";
  background: url("../images/icon-deg.svg") center center no-repeat;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.es-icone-grid-cut:before {
  content: "";
  -webkit-mask: url("../images/icon-grid-cut.svg") center center no-repeat;
  mask: url("../images/icon-grid-cut.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003;
}
.es-icone-grid-cut:hover:before {
  background-color: #f0027F;
}
.es-icone-grid-sample:before {
  content: "";
  -webkit-mask: url("../images/icon-grid-sample.svg") center center no-repeat;
  mask: url("../images/icon-grid-sample.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003;
}
.es-icone-grid-sample:before:hover {
  background-color: #f0027F;
}
.es-icone-grid-sample:hover:before {
  background-color: #f0027F;
}
.es-icone-grid-favourite:before {
  content: "";
  -webkit-mask: url("../images/icon-grid-favourite.svg") center center no-repeat;
  mask: url("../images/icon-grid-favourite.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003;
}
.es-icone-grid-favourite:hover:before {
  background-color: #f0027F;
}
.es-icone-grid-favourite-active:before {
  content: "";
  background: url("../images/icon-grid-favourite-active.svg") center center no-repeat;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-mask: none;
  mask: none;
  background-color: transparent !important;
}
.es-icone-contracts:before {
  content: "";
  background: url("../images/menu/contracts-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-easystock:before {
  content: "";
  background: url("../images/menu/easystock-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-favorites:before {
  content: "";
  background: url("../images/menu/favorites-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-solutions:before {
  content: "";
  background: url("../images/menu/solutions-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-fixed-assortment:before {
  content: "";
  background: url("../images/menu/fixed-assortment-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-easytruck:before {
  content: "";
  background: url("../images/easytruck-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-packaging-personnalization:before {
  content: "";
  background: url("../images/packaging-personnalization-icon.svg") center center no-repeat;
  display: inline-block;
  height: 35px;
  width: 35px;
}
.es-icone-broom-light-white:before {
  -webkit-mask: url("../images/menu/broom-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/broom-light-icon.svg") center center no-repeat;
}
.es-icone-broom-light-black:before {
  -webkit-mask: url("../images/menu/broom-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/broom-light-icon.svg") center center no-repeat;
}
.es-icone-broom-plain-black:before {
  -webkit-mask: url("../images/menu/broom-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/broom-plain-icon.svg") center center no-repeat;
}
.es-icone-broom-plain-white:before {
  -webkit-mask: url("../images/menu/broom-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/broom-plain-icon.svg") center center no-repeat;
}
.es-icone-calendar-light-white:before {
  -webkit-mask: url("../images/menu/calendar-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/calendar-light-icon.svg") center center no-repeat;
}
.es-icone-calendar-light-black:before {
  -webkit-mask: url("../images/menu/calendar-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/calendar-light-icon.svg") center center no-repeat;
}
.es-icone-calendar-plain-black:before {
  -webkit-mask: url("../images/menu/calendar-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/calendar-plain-icon.svg") center center no-repeat;
}
.es-icone-calendar-plain-white:before {
  -webkit-mask: url("../images/menu/calendar-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/calendar-plain-icon.svg") center center no-repeat;
}
.es-icone-cart-light-white:before {
  -webkit-mask: url("../images/menu/cart-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/cart-light-icon.svg") center center no-repeat;
}
.es-icone-cart-light-black:before {
  -webkit-mask: url("../images/menu/cart-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/cart-light-icon.svg") center center no-repeat;
}
.es-icone-cart-plain-black:before {
  -webkit-mask: url("../images/menu/cart-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/cart-plain-icon.svg") center center no-repeat;
}
.es-icone-cart-plain-white:before {
  -webkit-mask: url("../images/menu/cart-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/cart-plain-icon.svg") center center no-repeat;
}
.es-icone-clock-light-white:before {
  -webkit-mask: url("../images/menu/clock-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/clock-light-icon.svg") center center no-repeat;
}
.es-icone-clock-light-black:before {
  -webkit-mask: url("../images/menu/clock-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/clock-light-icon.svg") center center no-repeat;
}
.es-icone-clock-plain-black:before {
  -webkit-mask: url("../images/menu/clock-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/clock-plain-icon.svg") center center no-repeat;
}
.es-icone-clock-plain-white:before {
  -webkit-mask: url("../images/menu/clock-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/clock-plain-icon.svg") center center no-repeat;
}
.es-icone-fire-light-white:before {
  -webkit-mask: url("../images/menu/fire-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/fire-light-icon.svg") center center no-repeat;
}
.es-icone-fire-light-black:before {
  -webkit-mask: url("../images/menu/fire-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/fire-light-icon.svg") center center no-repeat;
}
.es-icone-fire-plain-black:before {
  -webkit-mask: url("../images/menu/fire-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/fire-plain-icon.svg") center center no-repeat;
}
.es-icone-fire-plain-white:before {
  -webkit-mask: url("../images/menu/fire-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/fire-plain-icon.svg") center center no-repeat;
}
.es-icone-label-light-white:before {
  -webkit-mask: url("../images/menu/label-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/label-light-icon.svg") center center no-repeat;
}
.es-icone-label-light-black:before {
  -webkit-mask: url("../images/menu/label-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/label-light-icon.svg") center center no-repeat;
}
.es-icone-label-plain-black:before {
  -webkit-mask: url("../images/menu/label-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/label-plain-icon.svg") center center no-repeat;
}
.es-icone-label-plain-white:before {
  -webkit-mask: url("../images/menu/label-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/label-plain-icon.svg") center center no-repeat;
}
.es-icone-leaf-light-white:before {
  -webkit-mask: url("../images/menu/leaf-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/leaf-light-icon.svg") center center no-repeat;
}
.es-icone-leaf-light-black:before {
  -webkit-mask: url("../images/menu/leaf-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/leaf-light-icon.svg") center center no-repeat;
}
.es-icone-leaf-plain-black:before {
  -webkit-mask: url("../images/menu/leaf-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/leaf-plain-icon.svg") center center no-repeat;
}
.es-icone-leaf-plain-white:before {
  -webkit-mask: url("../images/menu/leaf-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/leaf-plain-icon.svg") center center no-repeat;
}
.es-icone-new-light-white:before {
  -webkit-mask: url("../images/menu/new-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/new-light-icon.svg") center center no-repeat;
}
.es-icone-new-light-black:before {
  -webkit-mask: url("../images/menu/new-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/new-light-icon.svg") center center no-repeat;
}
.es-icone-new-plain-black:before {
  -webkit-mask: url("../images/menu/new-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/new-plain-icon.svg") center center no-repeat;
}
.es-icone-new-plain-white:before {
  -webkit-mask: url("../images/menu/new-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/new-plain-icon.svg") center center no-repeat;
}
.es-icone-percent-light-white:before {
  -webkit-mask: url("../images/menu/percent-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/percent-light-icon.svg") center center no-repeat;
}
.es-icone-percent-light-black:before {
  -webkit-mask: url("../images/menu/percent-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/percent-light-icon.svg") center center no-repeat;
}
.es-icone-percent-plain-black:before {
  -webkit-mask: url("../images/menu/percent-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/percent-plain-icon.svg") center center no-repeat;
}
.es-icone-percent-plain-white:before {
  -webkit-mask: url("../images/menu/percent-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/percent-plain-icon.svg") center center no-repeat;
}
.es-icone-star-light-white:before {
  -webkit-mask: url("../images/menu/star-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/star-light-icon.svg") center center no-repeat;
}
.es-icone-star-light-black:before {
  -webkit-mask: url("../images/menu/star-light-icon.svg") center center no-repeat;
  mask: url("../images/menu/star-light-icon.svg") center center no-repeat;
}
.es-icone-star-plain-black:before {
  -webkit-mask: url("../images/menu/star-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/star-plain-icon.svg") center center no-repeat;
}
.es-icone-star-plain-white:before {
  -webkit-mask: url("../images/menu/star-plain-icon.svg") center center no-repeat;
  mask: url("../images/menu/star-plain-icon.svg") center center no-repeat;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus {
  outline: none !important;
}
.btn.es-btn {
  text-decoration: none;
  border-radius: 0;
  white-space: normal;
}
.btn.es-btn[disabled], .btn.es-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
.btn.es-btn--white {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  width: 100%;
  height: 40px;
  padding: 9px 12px;
  font-size: 14px;
  background-color: #FFF;
  color: #000033;
  border: solid 2px #000033;
}
.btn.es-btn--datepicker {
  position: relative;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  width: 100%;
  height: 40px;
  padding: 10px 34px 10px 12px;
  font-size: 14px;
  background-color: #FFF;
  color: #000033;
  border: solid 1px #d3d3d9;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.btn.es-btn--datepicker:before {
  position: absolute;
  right: 9px;
  top: 11px;
}
.btn.es-btn--cutting .es-icone-cut--small:before, .btn.es-btn--cutting .eshop-filters-item.active .eshop-filters-item__title:before, .eshop-filters-item.active .btn.es-btn--cutting .eshop-filters-item__title:before {
  border-radius: 10px;
  background-color: #f0027F;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.btn.es-btn--cutting[disabled] .es-icone-cut--small:before, .btn.es-btn--cutting[disabled] .eshop-filters-item.active .eshop-filters-item__title:before, .eshop-filters-item.active .btn.es-btn--cutting[disabled] .eshop-filters-item__title:before, .btn.es-btn--cutting.disabled .es-icone-cut--small:before, .btn.es-btn--cutting.disabled .eshop-filters-item.active .eshop-filters-item__title:before, .eshop-filters-item.active .btn.es-btn--cutting.disabled .eshop-filters-item__title:before {
  background-color: #000033;
}
.btn.es-btn--multiline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  line-height: 14px;
}
.btn.es-btn--white-small {
  width: 120px;
  min-height: 35px;
  height: 40px;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  background-color: #FFF;
  color: #000033;
  border: 1px solid #d3d3d9;
}
.btn.es-btn--white-small i {
  height: 17px;
  padding: 0 5px;
}
.btn.es-btn--white-small input {
  height: 0;
}
.btn.es-btn--search {
  width: 25px;
  height: 25px;
  border: solid 1px #d3d3d9;
  background-color: transparent;
  padding: 0;
}
.btn.es-btn--border-pink {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
  line-height: 16px;
  border: solid 2px #f0027F;
  color: #f0027F;
  font-weight: bold;
  font-size: 16px;
  gap: 5px;
}
.btn.es-btn--list, .btn.es-btn--grid {
  display: block;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  height: 32px;
  margin-bottom: 0;
  font-size: 14px;
  background-color: #FFF;
  color: #000033;
  border: solid 1px #d3d3d9;
  line-height: 32px;
  padding: 0 15px 0 10px;
  min-width: 85px;
  float: right;
}
.btn.es-btn--list.active, .btn.es-btn--grid.active {
  background-color: #eeeef0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.es-btn--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
  margin: 0 15px 15px 0;
  padding-left: 12px;
  padding-right: 12px;
  vertical-align: top;
}
.btn.es-btn--lightgray {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  font-size: 14px;
  background-color: #fbfbfb;
  border: 1px solid #d3d3d9;
  color: #000033;
}

.es-btn-h48 {
  height: 48px;
  min-height: 48px;
}

.es-btn-invisible {
  border: 0;
  background: transparent;
}

.eshop-fullpage .btn-pink, .eshop-leftside-filter .btn-pink, .eshop-maincontent .btn-pink, .eshop-login-header .btn-pink, .eshop-login .btn-pink, .modal.eshop-modal .btn-pink, .modal.generic-popup .btn-pink, .eshop-popover .btn-pink {
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  min-width: 1px;
  width: 100%;
  font-size: 14px;
}
.eshop-fullpage .btn-pink[disabled], .eshop-fullpage .btn-pink.disabled, .eshop-leftside-filter .btn-pink[disabled], .eshop-leftside-filter .btn-pink.disabled, .eshop-maincontent .btn-pink[disabled], .eshop-maincontent .btn-pink.disabled, .eshop-login-header .btn-pink[disabled], .eshop-login-header .btn-pink.disabled, .eshop-login .btn-pink[disabled], .eshop-login .btn-pink.disabled, .modal.eshop-modal .btn-pink[disabled], .modal.eshop-modal .btn-pink.disabled, .modal.generic-popup .btn-pink[disabled], .modal.generic-popup .btn-pink.disabled, .eshop-popover .btn-pink[disabled], .eshop-popover .btn-pink.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}

.btn-pink--add-to-cart {
  min-width: 1px;
  background-color: #f0027F;
  border-color: #f0027F;
  width: 100%;
}
.btn-pink--add-to-cart span {
  height: 40px;
  line-height: 40px;
}
.btn-pink--add-to-cart span:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-cart-w.svg") center center no-repeat;
  width: 25px;
  height: 100%;
  vertical-align: middle;
}
.btn-pink.es-btn--inline {
  width: 200px !important;
}
.btn-pink.es-btn--inline > span {
  height: auto;
  line-height: 16px;
}

.link.es-link {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  cursor: pointer;
  text-decoration: underline;
}
.link.es-link--coexbold {
  font-weight: 700;
}
.link.es-link--exbold {
  font-weight: 700;
}
.link.es-link--small-gray {
  font-size: 16px;
  color: #514e65;
}
.link.es-link--previous {
  text-decoration: none;
  font-size: 20px;
  padding-left: 10px;
}
.link.es-link--simple {
  text-decoration: none;
}
.link.es-link--simple:hover {
  color: #000033;
  text-decoration: none;
}
.link.es-link--simple-hover {
  text-decoration: none;
  cursor: pointer;
}
.link.es-link--simple-hover:hover {
  color: #f0027F;
  text-decoration: none;
}
.link.es-link--bold {
  color: #514e65;
  font-weight: 700;
  text-decoration: none;
}
.link.es-link--bold:hover {
  color: #f0027F;
  text-decoration: none;
}
.link.es-link--underline-pink {
  color: #f0027F;
}
.link.es-link--underline-pink:hover, .link.es-link--underline-pink:focus {
  color: #f0027F;
  text-decoration: underline;
}
.link.es-show-link, .link.es-hide-link {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding-left: 28px;
  color: #f0027F;
  outline: unset;
}
.link.es-show-link:before, .link.es-hide-link:before {
  position: absolute;
  content: "+";
  color: #FFF;
  background-color: #f0027F;
  width: 18px;
  height: 18px;
  left: 0;
  top: -1px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
}
.link.es-show-link--small, .link.es-hide-link--small {
  font-size: 14px;
  padding-left: 22px;
}
.link.es-show-link--small:before, .link.es-hide-link--small:before {
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  top: 1px;
}
.link.es-hide-link:before {
  content: "-";
}

.group-flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.group-flex-btn button,
.group-flex-btn a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
}

@media screen and (max-width: 991px) {
  .row *[class^=col-] > .btn.es-btn,
  .row *[class^=col-] > .btn-pink {
    margin-bottom: 15px;
  }
  .row > [class*=" col-xs-"]:last-child > .btn-pink,
  .row > [class*=" col-xs-"]:last-child > .btn.es-btn,
  .row > [class^=col-xs-]:last-child > .btn-pink,
  .row > [class^=col-xs-]:last-child > .btn.es-btn,
  .row > [class*=" col-sm-"]:last-child > .btn-pink,
  .row > [class*=" col-sm-"]:last-child > .btn.es-btn,
  .row > [class^=col-sm-]:last-child > .btn-pink,
  .row > [class^=col-sm-]:last-child > .btn.es-btn,
  .row > [class*=" col-md-"]:last-child > .btn-pink,
  .row > [class*=" col-md-"]:last-child > .btn.es-btn,
  .row > [class^=col-md-]:last-child > .btn-pink,
  .row > [class^=col-md-]:last-child > .btn.es-btn,
  .row > [class*=" col-lg-"]:last-child > .btn-pink,
  .row > [class*=" col-lg-"]:last-child > .btn.es-btn,
  .row > [class^=col-lg-]:last-child > .btn-pink,
  .row > [class^=col-lg-]:last-child > .btn.es-btn {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .link.es-link--previous {
    font-size: 14px;
    position: relative;
    top: -2px;
    padding-left: 5px;
  }
}
.card-group {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 10px;
  color: #003;
}
.card-group .card {
  position: relative;
  border: 1px solid #d3d3d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.card-group .card:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-color: #f0027F;
  background-color: #EFEFF1;
  text-decoration: none;
}
.card-group .card:hover .detail {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: visible;
}
.card-group .card:hover .detail--styled {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.card-group .card:hover .btn {
  color: #f0027F;
  border-color: #f0027F;
}
.card-group .card picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.card-group .card picture img {
  -o-object-fit: contain;
  object-fit: contain;
}
.card-group .card img {
  max-height: 100%;
  width: 100%;
}
.card-group .card .title {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #000033;
  position: relative;
  overflow-wrap: break-word;
}
.card-group .card .description {
  padding: 0 15px 10px 15px;
  font-size: 14px;
  line-height: 16px;
  color: #000033;
  position: relative;
}
.card-group .card .detail {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  background-color: transparent;
  padding: 0 15px 15px 15px;
  text-align: left;
}
.card-group .card .detail > span {
  text-decoration: underline;
  color: #000033;
}
.card-group .card .detail--styled {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  width: auto;
  border: 1px solid #d3d3d9;
  background-color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0 15px 15px 15px;
  line-height: 25px;
}
.card-group .card .detail--styled > span {
  text-decoration: none;
}
.card-group .card .detail--styled-2 {
  position: absolute;
  top: -35px;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  width: calc(100% - 30px);
  border: 1px solid #d3d3d9;
  background-color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0 15px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.95;
}
.card-group .card .detail--styled-2 > span {
  text-decoration: none;
}
.card-group .card .detail--styled-2:hover {
  border: 1px solid #f0027F;
  opacity: 1;
}
.card-group .card .btn {
  width: auto;
  margin: 0 15px 15px 15px;
  font-weight: bold;
}
.card-group .card .sticker {
  position: absolute;
  top: 5px;
  left: 0;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0 5px;
  font-size: 12px;
  width: auto;
}
.card-group .card .sticker--pink {
  background-color: #f0027F;
  color: #FFF;
}
.card-group.four-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
}
.card-group.gap-15 {
  gap: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .card-group {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card-group {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 767px) {
  .card-group {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.col-xs-1-24 {
  width: 4.1666666667%;
  float: left;
}

.col-xs-2-24 {
  width: 8.3333333333%;
  float: left;
}

.col-xs-3-24 {
  width: 12.5%;
  float: left;
}

.col-xs-4-24 {
  width: 16.6666666667%;
  float: left;
}

.col-xs-5-24 {
  width: 20.8333333333%;
  float: left;
}

.col-xs-6-24 {
  width: 25%;
  float: left;
}

.col-xs-7-24 {
  width: 29.1666666667%;
  float: left;
}

.col-xs-8-24 {
  width: 33.3333333333%;
  float: left;
}

.col-xs-9-24 {
  width: 37.5%;
  float: left;
}

.col-xs-10-24 {
  width: 41.6666666667%;
  float: left;
}

.col-xs-11-24 {
  width: 45.8333333333%;
  float: left;
}

.col-xs-12-24 {
  width: 50%;
  float: left;
}

.col-xs-13-24 {
  width: 54.1666666667%;
  float: left;
}

.col-xs-14-24 {
  width: 58.3333333333%;
  float: left;
}

.col-xs-15-24 {
  width: 62.5%;
  float: left;
}

.col-xs-16-24 {
  width: 66.6666666667%;
  float: left;
}

.col-xs-17-24 {
  width: 70.8333333333%;
  float: left;
}

.col-xs-18-24 {
  width: 75%;
  float: left;
}

.col-xs-19-24 {
  width: 79.1666666667%;
  float: left;
}

.col-xs-20-24 {
  width: 83.3333333333%;
  float: left;
}

.col-xs-21-24 {
  width: 87.5%;
  float: left;
}

.col-xs-22-24 {
  width: 91.6666666667%;
  float: left;
}

.col-xs-23-24 {
  width: 95.8333333333%;
  float: left;
}

.col-xs-24-24 {
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  .col-sm-1-24 {
    width: 4.1666666667%;
    float: left;
  }
  .col-sm-2-24 {
    width: 8.3333333333%;
    float: left;
  }
  .col-sm-3-24 {
    width: 12.5%;
    float: left;
  }
  .col-sm-4-24 {
    width: 16.6666666667%;
    float: left;
  }
  .col-sm-5-24 {
    width: 20.8333333333%;
    float: left;
  }
  .col-sm-6-24 {
    width: 25%;
    float: left;
  }
  .col-sm-7-24 {
    width: 29.1666666667%;
    float: left;
  }
  .col-sm-8-24 {
    width: 33.3333333333%;
    float: left;
  }
  .col-sm-9-24 {
    width: 37.5%;
    float: left;
  }
  .col-sm-10-24 {
    width: 41.6666666667%;
    float: left;
  }
  .col-sm-11-24 {
    width: 45.8333333333%;
    float: left;
  }
  .col-sm-12-24 {
    width: 50%;
    float: left;
  }
  .col-sm-13-24 {
    width: 54.1666666667%;
    float: left;
  }
  .col-sm-14-24 {
    width: 58.3333333333%;
    float: left;
  }
  .col-sm-15-24 {
    width: 62.5%;
    float: left;
  }
  .col-sm-16-24 {
    width: 66.6666666667%;
    float: left;
  }
  .col-sm-17-24 {
    width: 70.8333333333%;
    float: left;
  }
  .col-sm-18-24 {
    width: 75%;
    float: left;
  }
  .col-sm-19-24 {
    width: 79.1666666667%;
    float: left;
  }
  .col-sm-20-24 {
    width: 83.3333333333%;
    float: left;
  }
  .col-sm-21-24 {
    width: 87.5%;
    float: left;
  }
  .col-sm-22-24 {
    width: 91.6666666667%;
    float: left;
  }
  .col-sm-23-24 {
    width: 95.8333333333%;
    float: left;
  }
  .col-sm-24-24 {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1-24 {
    width: 4.1666666667%;
    float: left;
  }
  .col-md-2-24 {
    width: 8.3333333333%;
    float: left;
  }
  .col-md-3-24 {
    width: 12.5%;
    float: left;
  }
  .col-md-4-24 {
    width: 16.6666666667%;
    float: left;
  }
  .col-md-5-24 {
    width: 20.8333333333%;
    float: left;
  }
  .col-md-6-24 {
    width: 25%;
    float: left;
  }
  .col-md-7-24 {
    width: 29.1666666667%;
    float: left;
  }
  .col-md-8-24 {
    width: 33.3333333333%;
    float: left;
  }
  .col-md-9-24 {
    width: 37.5%;
    float: left;
  }
  .col-md-10-24 {
    width: 41.6666666667%;
    float: left;
  }
  .col-md-11-24 {
    width: 45.8333333333%;
    float: left;
  }
  .col-md-12-24 {
    width: 50%;
    float: left;
  }
  .col-md-13-24 {
    width: 54.1666666667%;
    float: left;
  }
  .col-md-14-24 {
    width: 58.3333333333%;
    float: left;
  }
  .col-md-15-24 {
    width: 62.5%;
    float: left;
  }
  .col-md-16-24 {
    width: 66.6666666667%;
    float: left;
  }
  .col-md-17-24 {
    width: 70.8333333333%;
    float: left;
  }
  .col-md-18-24 {
    width: 75%;
    float: left;
  }
  .col-md-19-24 {
    width: 79.1666666667%;
    float: left;
  }
  .col-md-20-24 {
    width: 83.3333333333%;
    float: left;
  }
  .col-md-21-24 {
    width: 87.5%;
    float: left;
  }
  .col-md-22-24 {
    width: 91.6666666667%;
    float: left;
  }
  .col-md-23-24 {
    width: 95.8333333333%;
    float: left;
  }
  .col-md-24-24 {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1-24 {
    width: 4.1666666667%;
    float: left;
  }
  .col-lg-2-24 {
    width: 8.3333333333%;
    float: left;
  }
  .col-lg-3-24 {
    width: 12.5%;
    float: left;
  }
  .col-lg-4-24 {
    width: 16.6666666667%;
    float: left;
  }
  .col-lg-5-24 {
    width: 20.8333333333%;
    float: left;
  }
  .col-lg-6-24 {
    width: 25%;
    float: left;
  }
  .col-lg-7-24 {
    width: 29.1666666667%;
    float: left;
  }
  .col-lg-8-24 {
    width: 33.3333333333%;
    float: left;
  }
  .col-lg-9-24 {
    width: 37.5%;
    float: left;
  }
  .col-lg-10-24 {
    width: 41.6666666667%;
    float: left;
  }
  .col-lg-11-24 {
    width: 45.8333333333%;
    float: left;
  }
  .col-lg-12-24 {
    width: 50%;
    float: left;
  }
  .col-lg-13-24 {
    width: 54.1666666667%;
    float: left;
  }
  .col-lg-14-24 {
    width: 58.3333333333%;
    float: left;
  }
  .col-lg-15-24 {
    width: 62.5%;
    float: left;
  }
  .col-lg-16-24 {
    width: 66.6666666667%;
    float: left;
  }
  .col-lg-17-24 {
    width: 70.8333333333%;
    float: left;
  }
  .col-lg-18-24 {
    width: 75%;
    float: left;
  }
  .col-lg-19-24 {
    width: 79.1666666667%;
    float: left;
  }
  .col-lg-20-24 {
    width: 83.3333333333%;
    float: left;
  }
  .col-lg-21-24 {
    width: 87.5%;
    float: left;
  }
  .col-lg-22-24 {
    width: 91.6666666667%;
    float: left;
  }
  .col-lg-23-24 {
    width: 95.8333333333%;
    float: left;
  }
  .col-lg-24-24 {
    width: 100%;
    float: left;
  }
}
.col-sm-1-24,
.col-sm-2-24,
.col-sm-3-24,
.col-sm-4-24,
.col-sm-5-24,
.col-sm-6-24,
.col-sm-7-24,
.col-sm-8-24,
.col-sm-9-24,
.col-sm-10-24,
.col-sm-11-24,
.col-sm-12-24,
.col-sm-13-24,
.col-sm-14-24,
.col-sm-15-24,
.col-sm-16-24,
.col-sm-17-24,
.col-sm-18-24,
.col-sm-19-24,
.col-sm-20-24,
.col-sm-21-24,
.col-sm-22-24,
.col-sm-23-24,
.col-sm-24-24 {
  position: relative;
  min-height: 1px;
}

:root {
  --width-menu-one-level: 380px;
}

.e-impersonate-button {
  position: absolute;
  right: 10px;
  top: 130px;
}
.e-impersonate-button > a {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: block;
  color: white;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  background: rgba(0, 0, 51, 0.5019607843) 0% 0% no-repeat padding-box;
}

.e-menu {
  display: none;
  height: calc(100dvh - 120px - var(--message-container-height));
  overflow: hidden;
  width: var(--width-menu-one-level);
  position: absolute;
  -webkit-box-shadow: 12px 0px 11px -12px rgba(0, 0, 0, 0.3);
  box-shadow: 12px 0px 11px -12px rgba(0, 0, 0, 0.3);
}
.e-menu--open {
  display: block;
}
.e-menu > .e-menu--wrapper {
  position: initial;
  width: var(--width-menu-one-level);
  background-color: #FFF;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  border-right: solid 1px #E9E9E9;
}
.e-menu > .e-menu--wrapper .e-menu-title {
  padding: 15px;
  color: #000033;
  border-bottom: solid 1px #E9E9E9;
  border-right: solid 1px #E9E9E9;
}
.e-menu > .e-menu--wrapper .e-menu-title--content {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.e-menu > .e-menu--wrapper .e-menu-title--content > a.back {
  display: none;
  color: #f0027F;
  font-size: 12px;
  padding-right: 10px;
  height: 20px;
}
.e-menu > .e-menu--wrapper .e-menu-title > a {
  display: block;
  color: #f0027F;
  padding-top: 10px;
}
.e-menu > .e-menu--wrapper > .e-menu-section > ul > li > div {
  position: absolute;
  top: 0;
  width: 0;
  left: var(--width-menu-one-level);
  overflow: hidden;
  height: 100%;
}
.e-menu > .e-menu--wrapper > .e-menu-section > ul > li > div img {
  display: none;
}
.e-menu > .e-menu--wrapper > .e-menu-section > ul > li > div > ul {
  position: initial;
  width: var(--width-menu-one-level);
  background-color: #FFF;
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  border-right: solid 1px #E9E9E9;
}
.e-menu > .e-menu--wrapper > .e-menu-section > ul > li > div > ul > li > div {
  position: absolute;
  top: 0;
  width: 0;
  left: var(--width-menu-one-level);
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
}
.e-menu > .e-menu--wrapper > .e-menu-section > ul > li > div > ul > li > div > ul {
  width: var(--width-menu-one-level);
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.e-menu-l2--open {
  width: calc(var(--width-menu-one-level) * 2);
}
.e-menu-l2--open > .e-menu--wrapper .e-menu--l1.opened > div {
  width: var(--width-menu-one-level);
}
.e-menu-l2--open > .e-menu--wrapper .e-menu--l1.opened > div img {
  display: block;
}
.e-menu-l2--open.translate.e-menu {
  -webkit-transform: translate(calc(var(--width-menu-one-level) * -1), 0);
  -ms-transform: translate(calc(var(--width-menu-one-level) * -1), 0);
  transform: translate(calc(var(--width-menu-one-level) * -1), 0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.e-menu-l3--open {
  width: calc(var(--width-menu-one-level) * 3);
}
.e-menu-l3--open > .e-menu--wrapper .e-menu--l1.opened > div {
  width: calc(var(--width-menu-one-level) * 2);
}
.e-menu-l3--open > .e-menu--wrapper .e-menu--l2.opened > div {
  width: var(--width-menu-one-level);
}
.e-menu-l3--open.translate.e-menu {
  -webkit-transform: translate(calc(var(--width-menu-one-level) * -2), 0);
  -ms-transform: translate(calc(var(--width-menu-one-level) * -2), 0);
  transform: translate(calc(var(--width-menu-one-level) * -2), 0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.e-menu.translate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.e-menu.translate .e-menu--l1 > div {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.e-menu.translate .e-menu--l2 > div {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.e-menu .e-menu--wrapper ul li {
  border-right: solid 1px #E9E9E9;
}
.e-menu .e-menu--wrapper ul li.opened > a, .e-menu .e-menu--wrapper ul li > a:hover {
  background-color: #FAFAFA;
  color: #f0027F !important;
}
.e-menu .e-menu--wrapper ul li img {
  width: 35px;
  height: 35px;
}
.e-menu .e-menu--wrapper ul li > a > span.text {
  margin: 0 auto 0 10px;
}
.e-menu .e-menu-section.e-menu--normal a:not(.back):not(.link):not(.boxsel-button) {
  color: #000033;
  border-bottom: solid 1px #E9E9E9;
  background-color: white;
  font-weight: 400;
  text-transform: none;
}
.e-menu .e-menu-section.e-menu--normal a:not(.back):not(.link):not(.boxsel-button):hover {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  background-color: #FAFAFA;
  color: #f0027F;
}
.e-menu .e-menu-section.e-menu--base a:not(.back):not(.link):not(.boxsel-button) {
  border-bottom: solid 1px white;
  font-weight: 700;
  text-transform: uppercase;
}
.e-menu .e-menu-section.e-menu--base a:not(.back):not(.link):not(.boxsel-button):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.e-menu .e-menu-section.e-menu--base a:not(.back):not(.link):not(.boxsel-button):hover:after {
  width: 8px;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.e-menu .e-menu-section.e-menu--highlighted a:not(.back):not(.link):not(.boxsel-button) {
  color: #f0027F;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--highlighted a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #f0027F;
}
.e-menu .e-menu-section.e-menu--highlighted a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #f0027F !important;
}
.e-menu .e-menu-section.e-menu--highlighted a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #f0027F;
}
.e-menu .e-menu-section.e-menu--magenta-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #F0027F;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--magenta-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #F0027F;
}
.e-menu .e-menu-section.e-menu--magenta-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #F0027F !important;
}
.e-menu .e-menu-section.e-menu--magenta-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #F0027F;
}
.e-menu .e-menu-section.e-menu--magenta-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #F0027F;
}
.e-menu .e-menu-section.e-menu--magenta-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #AF055E;
}
.e-menu .e-menu-section.e-menu--magenta-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #F0027F;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--magenta-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--yellow-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: #000000;
  background-color: #F8CC00;
}
.e-menu .e-menu-section.e-menu--yellow-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #D9B300;
}
.e-menu .e-menu-section.e-menu--yellow-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #F8CC00;
  color: #000000 !important;
}
.e-menu .e-menu-section.e-menu--yellow-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #000000;
}
.e-menu .e-menu-section.e-menu--pink-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #EC72B2;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--pink-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #EC72B2;
}
.e-menu .e-menu-section.e-menu--pink-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #EC72B2 !important;
}
.e-menu .e-menu-section.e-menu--pink-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #EC72B2;
}
.e-menu .e-menu-section.e-menu--pink-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #EC72B2;
}
.e-menu .e-menu-section.e-menu--pink-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #D64E96;
}
.e-menu .e-menu-section.e-menu--pink-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #EC72B2;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--pink-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--blue-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #527DB9;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--blue-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #527DB9;
}
.e-menu .e-menu-section.e-menu--blue-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #527DB9 !important;
}
.e-menu .e-menu-section.e-menu--blue-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #527DB9;
}
.e-menu .e-menu-section.e-menu--blue-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #527DB9;
}
.e-menu .e-menu-section.e-menu--blue-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #0051AE;
}
.e-menu .e-menu-section.e-menu--blue-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #527DB9;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--blue-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--red-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #EB2521;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--red-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #EB2521;
}
.e-menu .e-menu-section.e-menu--red-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #EB2521 !important;
}
.e-menu .e-menu-section.e-menu--red-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #EB2521;
}
.e-menu .e-menu-section.e-menu--red-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #EB2521;
}
.e-menu .e-menu-section.e-menu--red-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #BB1D19;
}
.e-menu .e-menu-section.e-menu--red-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #EB2521;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--red-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--dark-orange-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #FF4D00;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--dark-orange-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #FF4D00;
}
.e-menu .e-menu-section.e-menu--dark-orange-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #FF4D00 !important;
}
.e-menu .e-menu-section.e-menu--dark-orange-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #FF4D00;
}
.e-menu .e-menu-section.e-menu--dark-orange-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #FF4D00;
}
.e-menu .e-menu-section.e-menu--dark-orange-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #C13A00;
}
.e-menu .e-menu-section.e-menu--dark-orange-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #FF4D00;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--dark-orange-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--orange-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #F07D1A;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--orange-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #F07D1A;
}
.e-menu .e-menu-section.e-menu--orange-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #F07D1A !important;
}
.e-menu .e-menu-section.e-menu--orange-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #F07D1A;
}
.e-menu .e-menu-section.e-menu--orange-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #F07D1A;
}
.e-menu .e-menu-section.e-menu--orange-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #BE6314;
}
.e-menu .e-menu-section.e-menu--orange-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #F07D1A;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--orange-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--grey-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #4A4A4A;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--grey-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #4A4A4A;
}
.e-menu .e-menu-section.e-menu--grey-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #4A4A4A !important;
}
.e-menu .e-menu-section.e-menu--grey-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #4A4A4A;
}
.e-menu .e-menu-section.e-menu--grey-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #4A4A4A;
}
.e-menu .e-menu-section.e-menu--grey-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #000000;
}
.e-menu .e-menu-section.e-menu--grey-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #4A4A4A;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--grey-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--dark-blue-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #1E4398;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--dark-blue-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #1E4398;
}
.e-menu .e-menu-section.e-menu--dark-blue-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #1E4398 !important;
}
.e-menu .e-menu-section.e-menu--dark-blue-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #1E4398;
}
.e-menu .e-menu-section.e-menu--dark-blue-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #1E4398;
}
.e-menu .e-menu-section.e-menu--dark-blue-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #001C5B;
}
.e-menu .e-menu-section.e-menu--dark-blue-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #1E4398;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--dark-blue-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section.e-menu--green-light a:not(.back):not(.link):not(.boxsel-button) {
  color: #3FA535;
  background-color: #E9E9E9;
}
.e-menu .e-menu-section.e-menu--green-light a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #3FA535;
}
.e-menu .e-menu-section.e-menu--green-light a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #E9E9E9;
  color: #3FA535 !important;
}
.e-menu .e-menu-section.e-menu--green-light a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: #3FA535;
}
.e-menu .e-menu-section.e-menu--green-plain a:not(.back):not(.link):not(.boxsel-button) {
  color: white;
  background-color: #3FA535;
}
.e-menu .e-menu-section.e-menu--green-plain a:not(.back):not(.link):not(.boxsel-button):after {
  background-color: #307321;
}
.e-menu .e-menu-section.e-menu--green-plain a:not(.back):not(.link):not(.boxsel-button):hover {
  background-color: #3FA535;
  color: white !important;
}
.e-menu .e-menu-section.e-menu--green-plain a:not(.back):not(.link):not(.boxsel-button).text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  width: 100%;
  padding: 0 12px;
  line-height: 20px;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  color: #000033;
  border-bottom: solid 1px #E9E9E9;
  background-color: white;
  font-weight: 400;
  text-transform: none;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button):hover {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  background-color: #FAFAFA;
  color: #f0027F;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-light-white]:before, .e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-light-black]:before, .e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-plain-white]:before, .e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-plain-black]:before {
  content: "";
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-light-white]:before {
  background-color: #fff;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-light-black]:before {
  background-color: #003;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-plain-white]:before {
  background-color: #fff;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button)[class*=es-icone-][class*=-plain-black]:before {
  background-color: #003;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--normal {
  color: #000033 !important;
  border-bottom: solid 1px #E9E9E9 !important;
  background-color: white !important;
  font-weight: 400 !important;
  text-transform: none !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--normal:hover {
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  background-color: #FAFAFA !important;
  color: #f0027F !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--normal:after {
  content: none !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--base {
  border-bottom: solid 1px white !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--base:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--base:hover:after {
  width: 8px;
  -webkit-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--highlighted {
  color: #f0027F !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--highlighted:after {
  background-color: #f0027F;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--highlighted:hover {
  background-color: #E9E9E9 !important;
  color: #f0027F !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--highlighted.text-color[class*=es-icone-]:before {
  background-color: #f0027F;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-light {
  color: #F0027F !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-light:after {
  background-color: #F0027F;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-light:hover {
  background-color: #E9E9E9 !important;
  color: #F0027F !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-light.text-color[class*=es-icone-]:before {
  background-color: #F0027F;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-plain {
  color: white !important;
  background-color: #F0027F !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-plain:after {
  background-color: #AF055E;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-plain:hover {
  background-color: #F0027F !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--magenta-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--yellow-plain {
  color: #000000 !important;
  background-color: #F8CC00 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--yellow-plain:after {
  background-color: #D9B300;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--yellow-plain:hover {
  background-color: #F8CC00 !important;
  color: #000000 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--yellow-plain.text-color[class*=es-icone-]:before {
  background-color: #000000;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-light {
  color: #EC72B2 !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-light:after {
  background-color: #EC72B2;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-light:hover {
  background-color: #E9E9E9 !important;
  color: #EC72B2 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-light.text-color[class*=es-icone-]:before {
  background-color: #EC72B2;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-plain {
  color: white !important;
  background-color: #EC72B2 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-plain:after {
  background-color: #D64E96;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-plain:hover {
  background-color: #EC72B2 !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pink-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-light {
  color: #527DB9 !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-light:after {
  background-color: #527DB9;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-light:hover {
  background-color: #E9E9E9 !important;
  color: #527DB9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-light.text-color[class*=es-icone-]:before {
  background-color: #527DB9;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-plain {
  color: white !important;
  background-color: #527DB9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-plain:after {
  background-color: #0051AE;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-plain:hover {
  background-color: #527DB9 !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--blue-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-light {
  color: #EB2521 !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-light:after {
  background-color: #EB2521;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-light:hover {
  background-color: #E9E9E9 !important;
  color: #EB2521 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-light.text-color[class*=es-icone-]:before {
  background-color: #EB2521;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-plain {
  color: white !important;
  background-color: #EB2521 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-plain:after {
  background-color: #BB1D19;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-plain:hover {
  background-color: #EB2521 !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--red-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-light {
  color: #FF4D00 !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-light:after {
  background-color: #FF4D00;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-light:hover {
  background-color: #E9E9E9 !important;
  color: #FF4D00 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-light.text-color[class*=es-icone-]:before {
  background-color: #FF4D00;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-plain {
  color: white !important;
  background-color: #FF4D00 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-plain:after {
  background-color: #C13A00;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-plain:hover {
  background-color: #FF4D00 !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-orange-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-light {
  color: #F07D1A !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-light:after {
  background-color: #F07D1A;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-light:hover {
  background-color: #E9E9E9 !important;
  color: #F07D1A !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-light.text-color[class*=es-icone-]:before {
  background-color: #F07D1A;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-plain {
  color: white !important;
  background-color: #F07D1A !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-plain:after {
  background-color: #BE6314;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-plain:hover {
  background-color: #F07D1A !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--orange-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-light {
  color: #4A4A4A !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-light:after {
  background-color: #4A4A4A;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-light:hover {
  background-color: #E9E9E9 !important;
  color: #4A4A4A !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-light.text-color[class*=es-icone-]:before {
  background-color: #4A4A4A;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-plain {
  color: white !important;
  background-color: #4A4A4A !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-plain:after {
  background-color: #000000;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-plain:hover {
  background-color: #4A4A4A !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--grey-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-light {
  color: #1E4398 !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-light:after {
  background-color: #1E4398;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-light:hover {
  background-color: #E9E9E9 !important;
  color: #1E4398 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-light.text-color[class*=es-icone-]:before {
  background-color: #1E4398;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-plain {
  color: white !important;
  background-color: #1E4398 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-plain:after {
  background-color: #001C5B;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-plain:hover {
  background-color: #1E4398 !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--dark-blue-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-light {
  color: #3FA535 !important;
  background-color: #E9E9E9 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-light:after {
  background-color: #3FA535;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-light:hover {
  background-color: #E9E9E9 !important;
  color: #3FA535 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-light.text-color[class*=es-icone-]:before {
  background-color: #3FA535;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-plain {
  color: white !important;
  background-color: #3FA535 !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-plain:after {
  background-color: #307321;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-plain:hover {
  background-color: #3FA535 !important;
  color: white !important;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--green-plain.text-color[class*=es-icone-]:before {
  background-color: white;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pattern-1 {
  background: url("../images/menu/pattern1.png") repeat center center;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pattern-2 {
  background: url("../images/menu/pattern2.png") repeat center center;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pattern-3 {
  background: url("../images/menu/pattern3.png") repeat center center;
}
.e-menu .e-menu-section a:not(.back):not(.link):not(.boxsel-button).e-menu--pattern-4 {
  background: url("../images/menu/pattern4.png") repeat center center;
}

.header--sticked .e-menu {
  height: calc(100dvh - 80px);
}

@media screen and (max-width: 991px) {
  .header--sticked .e-menu {
    height: calc(100dvh - 100px);
  }
  .e-menu {
    height: calc(100dvh - 140px - var(--message-container-height));
  }
  .e-menu > .e-menu--wrapper .e-menu-title--content > a.back {
    display: block;
  }
  .e-menu > .e-menu--wrapper .e-menu-title > a {
    padding-left: 30px;
  }
  .e-impersonate-button {
    top: 150px;
  }
}
.eshop-marketing-text {
  font-size: 14px;
  line-height: 18px;
}
.eshop-marketing-text h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.eshop-marketing-text h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.eshop-marketing-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.eshop-marketing-text a {
  text-decoration: underline;
  font-weight: 700;
  color: #000033;
}
.eshop-marketing-text a:hover {
  color: #f0027F;
  text-decoration: underline;
}
.eshop-marketing-text p {
  margin-bottom: 10px;
}
.eshop-marketing-text ul {
  padding-left: 15px;
  margin-bottom: 10px;
}
.eshop-marketing-text ul li {
  list-style-type: disc;
  padding: 3px 0;
}

.eshop-select {
  display: inline-block;
  width: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 30px 0 10px;
}
.eshop-select--right {
  direction: rtl;
}
.eshop-select--right > option {
  direction: inherit;
}
.eshop-select--full {
  width: 100%;
}

.form-group.eshop-input-text input[type=text] {
  margin-bottom: 0 !important;
}
.form-group.eshop-input-text input[type=text]:focus {
  border: solid 1px #f0027F;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.eshop-input-text input[type=text].eshop-input-text--small {
  width: 40px;
  text-align: center;
  padding: 6px;
  display: inline-block;
}
.form-group .input-inner-icon {
  color: grey;
  cursor: pointer;
  top: 34px;
  position: absolute;
  right: 25px;
}

.form-wrapper.eshop-form-wrapper {
  padding: 0;
}
.form-wrapper.eshop-form-wrapper .es-error-message {
  display: none;
}
.form-wrapper.eshop-form-wrapper .form-group.input-text--small .control-label {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 14px;
  text-transform: initial;
}
.form-wrapper.eshop-form-wrapper .form-group.input-text--small input[type=text].form-control {
  height: 20px;
  padding: 0 3px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=text].form-control,
.form-wrapper.eshop-form-wrapper .form-group input[type=email].form-control,
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control,
.form-wrapper.eshop-form-wrapper .form-group input[type=tel].form-control,
.form-wrapper.eshop-form-wrapper .form-group input[type=search].form-control,
.form-wrapper.eshop-form-wrapper .form-group select.form-control {
  height: 40px;
  margin-bottom: 10px;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #d3d3d9;
  padding: 0 15px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=text].form-control:focus,
.form-wrapper.eshop-form-wrapper .form-group input[type=email].form-control:focus,
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control:focus,
.form-wrapper.eshop-form-wrapper .form-group input[type=tel].form-control:focus,
.form-wrapper.eshop-form-wrapper .form-group input[type=search].form-control:focus,
.form-wrapper.eshop-form-wrapper .form-group select.form-control:focus {
  border-color: #f0027F;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=text].form-control::-ms-clear,
.form-wrapper.eshop-form-wrapper .form-group input[type=email].form-control::-ms-clear,
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control::-ms-clear,
.form-wrapper.eshop-form-wrapper .form-group input[type=tel].form-control::-ms-clear,
.form-wrapper.eshop-form-wrapper .form-group input[type=search].form-control::-ms-clear,
.form-wrapper.eshop-form-wrapper .form-group select.form-control::-ms-clear {
  display: none;
}
.form-wrapper.eshop-form-wrapper .form-group input:-ms-input-placeholder {
  color: #828282 !important;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=tel][disabled]::-webkit-input-placeholder {
  color: #eee !important;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=tel][disabled]::-moz-placeholder {
  color: #eee !important;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=tel][disabled]:-ms-input-placeholder {
  color: #eee !important;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=tel][disabled]::-ms-input-placeholder {
  color: #eee !important;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=tel][disabled]::placeholder {
  color: #eee !important;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=file] {
  display: none;
}
.form-wrapper.eshop-form-wrapper .form-group .eshop-label-file {
  cursor: pointer;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  width: 100%;
  min-height: 40px;
  padding: 11px 12px;
  font-size: 14px;
  background-color: #FFF;
  color: #000033;
  border: solid 2px #000033;
  text-align: center;
}
.form-wrapper.eshop-form-wrapper .form-group .control-label {
  font-size: 16px;
  line-height: 22px;
}
.form-wrapper.eshop-form-wrapper .form-group .control-label--small {
  font-size: 16px;
  text-transform: none;
  font-family: inherit;
}
.form-wrapper.eshop-form-wrapper .form-group .control-label--smaller {
  font-size: 12px;
}
.form-wrapper.eshop-form-wrapper .form-group .control-label__subtitle {
  display: block;
  font-size: 16px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  text-transform: none;
}
.form-wrapper.eshop-form-wrapper .form-group .control-label .form-wrapper__help-icon {
  margin-left: 10px;
}
.form-wrapper.eshop-form-wrapper .form-group .control-label .with-eye {
  position: absolute;
  right: -25px;
  bottom: -32px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control {
  padding-left: 50px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control::-moz-placeholder {
  font-size: 14px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control:-ms-input-placeholder {
  font-size: 14px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control::-ms-input-placeholder {
  font-size: 14px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=password].form-control::placeholder {
  font-size: 14px;
}
.form-wrapper.eshop-form-wrapper .form-group input[type=password]::-ms-reveal {
  display: none;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-success .control-label:not(.no-icon) {
  position: relative;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-success .form-control {
  border: solid 1px #16989a !important;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-success input[type=email].form-control {
  background: #FFF;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error .control-label:not(.no-icon) {
  position: relative;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error .form-control {
  border: solid 1px #b5163f !important;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error .form-control--right {
  padding-right: 40px !important;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error .checkbox input[type=checkbox] + span:before {
  border: solid 1px #b5163f;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error .eshop-selectbox .sb-toggle {
  border: solid 1px #b5163f !important;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error .eshop-radio.eshop-radio--style1 label {
  border: solid 1px #b5163f;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error--text .checkbox-label {
  color: #b5163f !important;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error .es-error-message {
  font-size: 14px;
  display: block;
  color: #b5163f;
  margin-top: 5px;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error--small .control-label:not(.no-icon) {
  position: relative;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error--small .form-control {
  border: solid 1px #b5163f !important;
}
.form-wrapper.eshop-form-wrapper .form-group.es-has-error--small .form-control--right {
  padding-right: 40px !important;
}
.form-wrapper.eshop-form-wrapper .form-group .checkbox {
  color: #000033;
}
.form-wrapper.eshop-form-wrapper .form-group .checkbox .form-wrapper__help-icon {
  top: 0;
}
.form-wrapper.eshop-form-wrapper .form-group textarea {
  border: solid 1px #d3d3d9;
  width: 100% !important;
}
.form-wrapper.eshop-form-wrapper .form-group input.prefilled {
  background-color: #dbeff8;
}
.form-wrapper.eshop-form-wrapper .form-group .eshop-datepicker input {
  height: 100%;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.form-wrapper.eshop-form-wrapper .form-group .eshop-datepicker .eshop-datepicker--icon {
  height: 22px;
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__panel {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f6f6f7;
  margin-top: 30px;
  margin-bottom: 30px;
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__panel:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 160px;
  width: 30px;
  height: 30px;
  background-color: #fbfbfb;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__panel-separator {
  width: 100%;
  height: 1px;
  background: #d3d3d9;
  margin: 40px 0;
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer {
  margin-top: 10px;
  margin-bottom: 20px;
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer__title {
  display: inline-block;
  height: 24px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer .es-has-error:after {
  top: 15px;
  right: 30px;
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer .es-has-success:after {
  top: 15px;
  right: 30px;
}
.form-wrapper.eshop-form-wrapper .eshop-form-wrapper__validate-customer .form-wrapper__help {
  top: 4px;
}
.form-wrapper.eshop-form-wrapper .form-control--right {
  text-align: right;
}
.form-wrapper.eshop-form-wrapper .form-control--folder {
  width: 150px;
  margin: 0 auto;
  text-align: center;
}
.form-wrapper.eshop-form-wrapper .form-group.eshop-form-search {
  position: relative;
  padding-right: 75px;
}
.form-wrapper.eshop-form-wrapper .form-group.eshop-form-search .eshop-input-placeholder {
  position: absolute;
  top: 13px;
  left: 20px;
  pointer-events: none;
  font-size: 14px;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100px;
}
.form-wrapper.eshop-form-wrapper .form-group.eshop-form-search input[type=text] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fbfbfb;
}
.form-wrapper.eshop-form-wrapper .form-group.eshop-form-search input[type=text]:focus, .form-wrapper.eshop-form-wrapper .form-group.eshop-form-search input[type=text]:valid {
  background-color: #FFF;
}
.form-wrapper.eshop-form-wrapper .form-group.eshop-form-search input[type=text]:focus + .eshop-input-placeholder {
  opacity: 1;
}
.form-wrapper.eshop-form-wrapper .form-group.eshop-form-search input[type=text]:valid + .eshop-input-placeholder {
  display: none;
}
.form-wrapper.eshop-form-wrapper .form-group.eshop-form-search .es-btn--search-square {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  border-radius: 0;
  background-color: #f0027F;
}
.form-wrapper .address-lookup .help-block .form-wrapper__tooltip {
  left: 0;
}
.form-wrapper .address-lookup #logistic-form-toggle-button {
  text-transform: unset !important;
}

::-ms-clear {
  display: none;
}

.eshop-order-summary .form-wrapper .form-group .checkbox label {
  display: block;
}

@media screen and (max-width: 991px) {
  #deliveryForm .btn.es-btn.es-btn--white.es-btn--multiline {
    max-width: none;
  }
}
.eshop-datepicker {
  display: inline-block;
  border: solid 1px #d3d3d9;
  padding: 8px;
  margin-bottom: 30px;
}
.eshop-datepicker input {
  display: inline-block;
  width: 100px;
  border: 0;
  text-align: center;
  padding: 8px 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.eshop-datepicker input:focus {
  outline: none;
}
.eshop-datepicker--icon {
  vertical-align: middle;
  display: inline-block;
  padding: 0 15px;
}
.eshop-datepicker-box__input {
  height: 0;
  visibility: hidden;
}

.eshop-combobox .combobox-container .input-group input {
  color: #514e65;
  font-size: 14px;
  border: solid 1px #d3d3d9;
  padding: 0 13px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 0;
  height: 40px;
  margin-bottom: 0 !important;
}
.eshop-combobox .combobox-container .input-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d3d3d9;
}
.eshop-combobox .combobox-container .input-group .input-group-addon {
  background: white;
  border: solid 1px #d3d3d9;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 0;
  padding: 0 5px;
  cursor: pointer;
}
.eshop-combobox .combobox-container .input-group .input-group-addon > .caret {
  display: none;
}
.eshop-combobox .combobox-container .fa {
  font-family: inherit;
}
.eshop-combobox .combobox-container .fa-remove:before {
  content: "";
}
.eshop-combobox .combobox-container .typeahead {
  max-height: 200px;
  overflow: auto;
  border-radius: 0;
  border: solid 1px #e9e7ed;
  margin-top: 0;
  border-top: 0;
  width: 100%;
}
.eshop-combobox .combobox-container .typeahead > .active a, .eshop-combobox .combobox-container .typeahead > .active a:hover, .eshop-combobox .combobox-container .typeahead > .active a:focus {
  background: #daf0f6;
  color: inherit;
}

.checkbox input[type=checkbox]:disabled + span:before {
  background-color: #eee !important;
  cursor: not-allowed;
  opacity: 0.5;
}

.eshop-checkbox {
  margin: 0 !important;
  min-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eshop-checkbox label {
  padding-left: 0;
  line-height: 14px;
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
}
.eshop-checkbox label > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 75px;
}
.eshop-checkbox label > span .eshop-checkbox__toggle {
  display: none;
}
.eshop-checkbox label:before {
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1px #d3d3d9;
  display: inline-block;
  position: absolute;
  left: 30px;
  visibility: visible;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  z-index: 1;
}
.eshop-checkbox input:checked + label {
  background: #daf0f6;
}
.eshop-checkbox input:checked + label:before {
  width: 24px;
  height: 24px;
  background-color: #f0027F;
}
.eshop-checkbox input {
  visibility: hidden;
}
.eshop-checkbox--desactivated label {
  color: grey;
}
.eshop-checkbox--desactivated label:before {
  display: none;
}
.eshop-checkbox-group .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group .eshop-checkbox label:before {
  left: 75px;
}
.eshop-checkbox-group .eshop-checkbox label > span {
  padding-left: 120px;
}
.eshop-checkbox-group .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group .eshop-checkbox:first-child label:before {
  left: 30px;
}
.eshop-checkbox-group .eshop-checkbox:first-child label > span {
  padding-left: 75px;
}
.eshop-checkbox-group .eshop-checkbox:first-child label > span .eshop-checkbox__toggle {
  display: block;
  margin-right: 15px;
  width: 30px;
}
.eshop-checkbox-group .eshop-checkbox:first-child label > span .eshop-checkbox__toggle:before {
  position: relative;
}
.eshop-checkbox-group .eshop-checkbox-group {
  display: none;
}
.eshop-checkbox-group--l0 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l0 .eshop-checkbox label:before {
  left: 75px;
}
.eshop-checkbox-group--l0 .eshop-checkbox label > span {
  padding-left: 120px;
}
.eshop-checkbox-group--l0 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l0 .eshop-checkbox:first-child label:before {
  left: 30px;
}
.eshop-checkbox-group--l0 .eshop-checkbox:first-child label > span {
  padding-left: 75px;
}
.eshop-checkbox-group--l1 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l1 .eshop-checkbox label:before {
  left: 120px;
}
.eshop-checkbox-group--l1 .eshop-checkbox label > span {
  padding-left: 165px;
}
.eshop-checkbox-group--l1 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l1 .eshop-checkbox:first-child label:before {
  left: 75px;
}
.eshop-checkbox-group--l1 .eshop-checkbox:first-child label > span {
  padding-left: 120px;
}
.eshop-checkbox-group--l2 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l2 .eshop-checkbox label:before {
  left: 165px;
}
.eshop-checkbox-group--l2 .eshop-checkbox label > span {
  padding-left: 210px;
}
.eshop-checkbox-group--l2 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l2 .eshop-checkbox:first-child label:before {
  left: 120px;
}
.eshop-checkbox-group--l2 .eshop-checkbox:first-child label > span {
  padding-left: 165px;
}
.eshop-checkbox-group--l3 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l3 .eshop-checkbox label:before {
  left: 210px;
}
.eshop-checkbox-group--l3 .eshop-checkbox label > span {
  padding-left: 255px;
}
.eshop-checkbox-group--l3 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l3 .eshop-checkbox:first-child label:before {
  left: 165px;
}
.eshop-checkbox-group--l3 .eshop-checkbox:first-child label > span {
  padding-left: 210px;
}
.eshop-checkbox-group--l4 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l4 .eshop-checkbox label:before {
  left: 255px;
}
.eshop-checkbox-group--l4 .eshop-checkbox label > span {
  padding-left: 300px;
}
.eshop-checkbox-group--l4 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l4 .eshop-checkbox:first-child label:before {
  left: 210px;
}
.eshop-checkbox-group--l4 .eshop-checkbox:first-child label > span {
  padding-left: 255px;
}
.eshop-checkbox-group--l5 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l5 .eshop-checkbox label:before {
  left: 300px;
}
.eshop-checkbox-group--l5 .eshop-checkbox label > span {
  padding-left: 345px;
}
.eshop-checkbox-group--l5 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l5 .eshop-checkbox:first-child label:before {
  left: 255px;
}
.eshop-checkbox-group--l5 .eshop-checkbox:first-child label > span {
  padding-left: 300px;
}
.eshop-checkbox-group--l6 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l6 .eshop-checkbox label:before {
  left: 345px;
}
.eshop-checkbox-group--l6 .eshop-checkbox label > span {
  padding-left: 390px;
}
.eshop-checkbox-group--l6 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l6 .eshop-checkbox:first-child label:before {
  left: 300px;
}
.eshop-checkbox-group--l6 .eshop-checkbox:first-child label > span {
  padding-left: 345px;
}
.eshop-checkbox-group--l7 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l7 .eshop-checkbox label:before {
  left: 390px;
}
.eshop-checkbox-group--l7 .eshop-checkbox label > span {
  padding-left: 435px;
}
.eshop-checkbox-group--l7 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l7 .eshop-checkbox:first-child label:before {
  left: 345px;
}
.eshop-checkbox-group--l7 .eshop-checkbox:first-child label > span {
  padding-left: 390px;
}
.eshop-checkbox-group--l8 .eshop-checkbox {
  display: none;
}
.eshop-checkbox-group--l8 .eshop-checkbox label:before {
  left: 435px;
}
.eshop-checkbox-group--l8 .eshop-checkbox label > span {
  padding-left: 480px;
}
.eshop-checkbox-group--l8 .eshop-checkbox:first-child {
  display: block;
}
.eshop-checkbox-group--l8 .eshop-checkbox:first-child label:before {
  left: 390px;
}
.eshop-checkbox-group--l8 .eshop-checkbox:first-child label > span {
  padding-left: 435px;
}
.eshop-checkbox--select-all {
  font-weight: 700;
  margin-bottom: 10px;
}
.eshop-checkbox--small {
  height: 18px;
  width: 18px;
  min-height: 18px;
}
.eshop-checkbox--small label {
  min-height: 18px;
  padding: 0;
}
.eshop-checkbox--small label:before {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  margin: 0;
}
.eshop-checkbox--small.eshop-checkbox input:checked + label:before {
  width: 18px;
  height: 18px;
  background-size: 60%;
}

.eshop-switch {
  cursor: pointer;
}
.eshop-switch label {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 20px;
}
.eshop-switch .on {
  display: none;
  position: absolute;
  top: 0;
  color: white;
  left: 10px;
  line-height: 21px;
  cursor: pointer;
}
.eshop-switch .off {
  display: block;
  position: absolute;
  top: 0;
  color: white;
  right: 11px;
  line-height: 21px;
  cursor: pointer;
}
.eshop-switch label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.eshop-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B7113C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: solid 1px #d3d3d9;
}
.eshop-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -8px;
  top: -3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  border: solid 1px #d3d3d9;
}
.eshop-switch input:checked + .slider {
  background-color: #00999B;
}
.eshop-switch input:checked + .slider + .on {
  display: block;
}
.eshop-switch input:checked + .slider + .on + .off {
  display: none;
}
.eshop-switch input:checked + .slider:before {
  -webkit-transform: translateX(41px);
  -ms-transform: translateX(41px);
  transform: translateX(41px);
}

.eshop-multicheckbox {
  margin-top: 20px;
}
.eshop-multicheckbox__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.eshop-multicheckbox__title > span {
  font-size: 12px;
}
.eshop-multicheckbox .checkbox-inline + .checkbox-inline {
  margin: 0;
}
.eshop-multicheckbox input {
  visibility: hidden;
}
.eshop-multicheckbox label {
  position: relative;
  cursor: pointer;
  padding: 5px 30px 5px 0;
  margin-left: -18px;
  margin-right: 25px;
}
.eshop-multicheckbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: solid 1px #d3d3d9;
  display: inline-block;
  position: absolute;
  right: 0;
  visibility: visible;
  top: 2px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  z-index: 1;
}
.eshop-multicheckbox input:checked + label:before {
  background-color: #f0027F;
}

.eshop-radio {
  display: inline-block;
  margin: 0;
  height: 40px;
}
.eshop-radio__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.eshop-radio__text-input {
  border: 0;
  background: none;
  outline: none;
}
.eshop-radio.eshop-radio--style1 {
  height: auto;
  margin-bottom: 15px;
  display: block;
}
.eshop-radio.eshop-radio--style1 label {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #d3d3d9;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.eshop-radio.eshop-radio--style1 label:before {
  top: 11px;
}
.eshop-radio.eshop-radio--style1 input:checked + label:after {
  top: 13px;
}
.eshop-radio.eshop-radio--style1 input:checked + label {
  border: solid 1px #f0027F;
}
.eshop-radio.eshop-radio--style1 input:disabled + label {
  background-color: #eee !important;
  border: 1px solid #d3d3d9 !important;
}
.eshop-radio.eshop-radio--style2 {
  height: auto;
  margin-bottom: 10px;
  display: block;
}
.eshop-radio.eshop-radio--style2 label {
  line-height: 18px;
  height: auto;
  left: -12px;
  padding-right: 0 !important;
  background-color: transparent;
}
.eshop-radio.eshop-radio--style2 label:before {
  top: 0;
}
.eshop-radio.eshop-radio--style2 label.eshop-radio--style2__two-lines {
  display: table;
}
.eshop-radio.eshop-radio--style2 label.eshop-radio--style2__two-lines > * {
  display: table-cell;
  vertical-align: middle;
}
.eshop-radio.eshop-radio--style2 label.eshop-radio--style2__two-lines:before {
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.eshop-radio.eshop-radio--style2 label.eshop-radio--style2__two-lines:after {
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.eshop-radio.eshop-radio--style2 input:checked + label:after {
  top: 2px;
}
.eshop-radio.eshop-radio--style3 {
  height: auto;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 15px;
}
.eshop-radio.eshop-radio--style3 label {
  line-height: 18px;
  height: auto;
  padding-left: 30px !important;
  padding-right: 0 !important;
  background-color: transparent;
}
.eshop-radio.eshop-radio--style3 label:before {
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.eshop-radio.eshop-radio--style3 label:after {
  left: 2px !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.eshop-radio.eshop-radio--style3 label.label-inline-text:before {
  top: 21px !important;
}
.eshop-radio.eshop-radio--style3 label.label-inline-text:after {
  top: 21px !important;
}
.eshop-radio.eshop-radio--multiline {
  height: auto;
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
.eshop-radio.eshop-radio--multiline label {
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #d3d3d9;
  width: 100%;
  height: 40px;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
}
.eshop-radio.eshop-radio--multiline label:before {
  top: 11px;
}
.eshop-radio.eshop-radio--multiline input:checked + label:after {
  top: 13px;
}
.eshop-radio.eshop-radio--multiline input:checked + label {
  border: solid 1px #f0027F;
  color: #f0027F;
}
.eshop-radio.eshop-radio--multiline input:disabled + label {
  background-color: #eee !important;
  border: 1px solid #d3d3d9 !important;
}
.eshop-radio .radio-inline {
  padding-left: 10px;
}
.eshop-radio .radio-inline + .radio-inline {
  margin-left: 0;
}
.eshop-radio.eshop-radio--large {
  height: auto;
  display: block;
}
.eshop-radio.eshop-radio--large label {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #d3d3d9;
  min-width: 180px;
  padding-left: 60px !important;
  line-height: 18px !important;
  height: auto !important;
  padding-top: 25px;
  padding-bottom: 25px;
}
.eshop-radio.eshop-radio--large label:before {
  top: 50%;
  margin-top: -10px;
  left: 22px !important;
}
.eshop-radio.eshop-radio--large label:after {
  top: 50% !important;
  margin-top: -8px;
  left: 24px !important;
}
.eshop-radio.eshop-radio--large input:checked + label {
  border: 1px solid #f0027F;
}
.eshop-radio.radio-border {
  width: 270px;
  height: auto;
  margin-bottom: 10px;
}
.eshop-radio.radio-border label {
  border: 1px solid #d3d3d9;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.eshop-radio.radio-border input[type=text],
.eshop-radio.radio-border input[type=number],
.eshop-radio.radio-border input[type=phone],
.eshop-radio.radio-border input[type=tel] {
  border: none;
  background-color: transparent;
  outline: none;
}
.eshop-radio.radio-border input:checked + label {
  border: 1px solid #f0027F;
}
.eshop-radio.radio-border input + label:before {
  top: 16px !important;
}
.eshop-radio.radio-border input + label:after {
  top: 18px !important;
}
.eshop-radio.radio-list {
  width: auto;
  height: auto;
  margin-bottom: 6px;
  margin-left: -40px;
}
.eshop-radio.radio-list label {
  height: auto;
  line-height: 1.25;
}
.eshop-radio.radio-list input + label:before {
  top: -1px !important;
}
.eshop-radio.radio-list input + label:after {
  top: 1px !important;
}
.eshop-radio input[type=radio] {
  display: none;
}
.eshop-radio label {
  position: relative;
  cursor: pointer;
  padding: 0 30px 0 40px;
  height: 34px;
  line-height: 34px;
  background-color: white;
  z-index: 0;
}
.eshop-radio label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: solid 1px #d3d3d9;
  display: inline-block;
  position: absolute;
  left: 12px;
  visibility: visible;
  top: 8px;
  cursor: pointer;
  z-index: 1;
  border-radius: 10px;
  background-color: white;
}
.eshop-radio input:checked + label:before {
  border-color: #f0027F;
}
.eshop-radio input:checked + label:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 14px;
  visibility: visible;
  top: 10px;
  cursor: pointer;
  z-index: 1;
  border-radius: 10px;
  background-color: #f0027F;
}
.eshop-radio input:disabled + label {
  background-color: #eee !important;
  border: 1px solid #d3d3d9 !important;
  cursor: not-allowed;
}
.eshop-radio input:disabled + label:before {
  border: solid 1px #d3d3d9;
}
.eshop-radio input:disabled + label:after {
  opacity: 0.5;
}

.eshop-radio-expand {
  display: none;
  position: relative;
  padding: 25px 40px 15px 40px;
}
.eshop-radio-expand:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-top: 20px solid #fbfbfb;
  position: absolute;
  top: 0;
  left: 50px;
}
.eshop-radio-expand.open {
  display: block;
}
.eshop-radio-expand__close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  color: #000033;
  text-decoration: none !important;
  z-index: 1;
}

.eshop-checkbox-filter label {
  position: relative;
  cursor: pointer;
  padding: 4px 0 4px 18px;
  margin-left: -18px;
  line-height: 18px;
}
.eshop-checkbox-filter label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 1px #d3d3d9;
  display: inline-block;
  position: absolute;
  left: 0;
  visibility: visible;
  top: 5px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  z-index: 1;
}
.eshop-checkbox-filter input {
  visibility: hidden;
}
.eshop-checkbox-filter input:checked + label:before {
  background-color: #f0027F;
  border: 0;
}
.eshop-checkbox-filter--color {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 3px;
}
.eshop-checkbox-filter--color input {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0;
}
.eshop-checkbox-filter--color label {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
}
.eshop-checkbox-filter--color label:before {
  top: 0;
  background-image: none;
}
.eshop-checkbox-filter--color label.without-color {
  background-color: white;
  overflow: hidden;
}
.eshop-checkbox-filter--color label.without-color:after {
  content: "";
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  background: red;
  top: 6px;
  left: -3px;
  z-index: 9;
  position: absolute;
}
.eshop-checkbox-filter--color input:checked + label:before {
  border: solid 1px #f0027F;
  background-color: inherit;
}

.eshop-radio-block {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 10px 0;
}
.eshop-radio-block label {
  margin: 0;
  padding: 0;
  width: 100%;
}
.eshop-radio-block label .eshop-card-modal {
  padding: 10px 5px;
  margin: 0;
  display: table;
  min-height: 105px;
  width: 100%;
  height: 1px;
  table-layout: fixed;
}
.eshop-radio-block label .eshop-card-modal .eshop-card__icon {
  margin: 0 auto 15px auto;
  width: 55px;
  height: 55px;
}
.eshop-radio-block label .eshop-card-modal .eshop-card__title {
  font-size: 12px;
}
.eshop-radio-block label .eshop-card-modal .eshop-card__title-content {
  max-height: 82px;
  overflow: hidden;
  line-height: 14px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.eshop-radio-block input:checked + label {
  border-color: red;
}
.eshop-radio-block input:checked + label .eshop-card-modal {
  border-color: #f0027F;
  margin-bottom: 0;
}
.eshop-radio-block input:checked + label .eshop-card-modal .eshop-card__icon {
  background-color: #f0027F;
}
.eshop-radio-block input:checked + label .eshop-card-modal .eshop-card__title {
  color: #f0027F;
}
.eshop-radio-block input {
  visibility: hidden;
  left: -99999px;
}

label.es-form-radio--radio-inline-plain {
  position: relative;
  min-height: 24px;
  margin-bottom: 18px;
}
label.es-form-radio--radio-inline-plain > input {
  display: none;
}
label.es-form-radio--radio-inline-plain > span {
  display: block;
  padding: 0 0 0 28px;
}
label.es-form-radio--radio-inline-plain > span:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
label.es-form-radio--radio-inline-plain > input:checked + span:before {
  background-color: #f0027F;
  border: 1px solid #f0027F;
  -webkit-box-shadow: inset 0 0 0 2px #FFF;
  box-shadow: inset 0 0 0 2px #FFF;
}

@media screen and (max-width: 767px) {
  .eshop-radio.eshop-radio--style1 label {
    margin-bottom: 10px;
  }
  .eshop-radio.eshop-radio--style1 > div:last-child label {
    margin-bottom: 0;
  }
  .eshop-radio-expand {
    padding: 25px 25px 15px 25px;
  }
  .eshop-radio-expand__close {
    right: 5px;
  }
}
select.eshop-selectbox {
  display: none;
}

.eshop-selectbox.disable .sb-toggle {
  background-color: #eee;
}
.eshop-selectbox .sb-toggle {
  height: 40px;
  border: solid 1px #d3d3d9;
  font-size: 14px;
  line-height: 40px;
}
.eshop-selectbox .sb-toggle:after {
  right: 4px;
}
.eshop-selectbox .sb-item {
  display: table;
  width: 100%;
}
.eshop-selectbox .sb-item a, .eshop-selectbox .sb-item div {
  display: table-cell;
  height: 34px;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  white-space: inherit;
}
.eshop-selectbox .sb-dropdown {
  top: 40px;
  border-color: #d3d3d9;
  z-index: 2;
}
.eshop-selectbox.sb-container .sb-dropdown {
  display: none;
  overflow-y: inherit;
  overflow-x: inherit;
}
.eshop-selectbox.sb-container .ss-container {
  height: 197px !important;
}
.eshop-selectbox--pagination {
  width: 80px;
}
.eshop-selectbox--pagination .sb-toggle {
  font-size: 14px;
  width: auto;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
}
.eshop-selectbox--pagination .sb-dropdown {
  top: 30px;
}
.eshop-selectbox--filter {
  width: 180px;
}
.eshop-selectbox--filter .sb-toggle {
  font-size: 14px;
  width: auto;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
}
.eshop-selectbox--filter .sb-dropdown {
  top: 30px;
}
.eshop-selectbox--small .sb-toggle {
  font-size: 10px;
  padding: 0 5px;
  min-width: auto;
}
.eshop-selectbox--small .sb-toggle:after {
  right: 0;
}
.eshop-selectbox--small .sb-item a, .eshop-selectbox--small .sb-item div {
  font-size: 10px;
  padding: 0 5px;
}
.eshop-selectbox--small .sb-item-active a:after, .eshop-selectbox--small .sb-item-active div:after {
  right: 0;
}

.es-form-textarea-labeled {
  background-color: #fbfbfb;
  padding: 20px 24px;
  border: 1px solid #d3d3d9;
}
.es-form-textarea-labeled label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
.es-form-textarea-labeled textarea {
  width: 100%;
  border: 1px solid #d3d3d9;
  border-radius: 0;
  resize: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.es-form-textarea-labeled textarea:focus {
  border-color: #f0027F;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.eshop-panel {
  padding: 20px;
  background-color: white;
  border: solid 1px #d3d3d9;
  margin-bottom: 20px;
}
.eshop-panel--scroll {
  height: 300px;
}
.eshop-panel__text {
  font-size: 16px;
  color: #000033;
}
.eshop-panel textarea {
  width: 100%;
  margin-top: 20px;
  min-height: 120px;
}

.panel.eshop-panel-default {
  border: solid 1px #d3d3d9;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.panel.eshop-panel-default .panel-heading {
  border-bottom: solid 1px #d3d3d9;
  background-color: #fefeff;
}
.panel.eshop-panel-default .panel-heading--blue {
  background-color: #000033;
  color: #ffffff;
}
.panel.eshop-panel-default .panel-heading-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  border-bottom: 0;
  padding: 0;
  cursor: pointer;
}
.panel.eshop-panel-default .panel-heading-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #FBFBFB;
  color: #EC008C;
  pointer-events: none;
}
.panel.eshop-panel-default .panel-heading-item:nth-child(2) {
  border-left: solid 1px #d3d3d9;
}
.panel.eshop-panel-default .panel-heading-item.inactive {
  border-bottom: solid 1px #d3d3d9;
  background-color: white;
  color: #000033;
  pointer-events: auto;
}
.panel.eshop-panel-default .panel-heading .panel-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 15px;
}
.panel.eshop-panel-default .panel-body {
  background-color: #fbfbfb;
  padding: 20px 30px;
}
.panel.eshop-panel-default .panel-body--full {
  background-color: #f6f6f7;
  padding: 0;
}
.panel.eshop-panel-default .panel-body--top {
  padding: 20px 30px 0 30px;
}
.panel.eshop-panel-default .panel-body--middle {
  padding: 0 30px;
}
.panel.eshop-panel-default .panel-body--bottom {
  padding: 0 30px 20px 30px;
}
.panel.eshop-panel-default .panel-body p {
  font-size: 14px;
  line-height: 18px;
}
.panel.eshop-panel-small {
  border: solid 1px #d3d3d9;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.panel.eshop-panel-small .panel-body {
  background-color: #fbfbfb;
  padding: 10px 10px 0 10px;
  line-height: 18px;
}
.panel.eshop-panel-small .panel-heading--pink {
  background-color: #f0027F;
  color: #FFF;
  padding: 5px 10px;
}
.panel.eshop-panel-small .panel-heading .panel-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding-left: 0;
}
.panel.eshop-panel--toggle .panel-title.eshop-panel--toggle__header {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  display: block;
}
.panel.eshop-panel--toggle .panel-title.eshop-panel--toggle__header:after {
  content: "–";
  position: absolute;
  right: 0;
  top: 0;
}
.panel.eshop-panel--toggle .panel-title.eshop-panel--toggle__header.eshop-panel--toggle__header--hide {
  display: block;
}
.panel.eshop-panel--toggle .panel-title.eshop-panel--toggle__header.eshop-panel--toggle__header--show {
  display: none;
}
.panel.eshop-panel--toggle .panel-title.eshop-panel--toggle__header:hover, .panel.eshop-panel--toggle .panel-title.eshop-panel--toggle__header:focus {
  text-decoration: none;
  color: inherit;
}
.panel.eshop-panel--toggle.eshop-panel--toggle--open .panel-title.eshop-panel--toggle__header.eshop-panel--toggle__header--hide {
  display: none;
}
.panel.eshop-panel--toggle.eshop-panel--toggle--open .panel-title.eshop-panel--toggle__header.eshop-panel--toggle__header--show {
  display: block;
}
.panel.eshop-panel--toggle.eshop-panel--toggle--open .panel-title.eshop-panel--toggle__header:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
}
.panel img {
  max-width: 100%;
  height: auto;
}

.eshop-panel-row--full {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .eshop-panel {
    padding: 15px;
  }
  .panel.eshop-panel-default .panel-heading .panel-title {
    font-size: 16px;
    line-height: 16px;
    padding-left: 0;
  }
  .panel.eshop-panel-default .panel-body {
    padding: 15px 15px;
  }
  .panel.eshop-panel-default .panel-body--top {
    padding: 15px 15px 0 15px;
  }
  .panel.eshop-panel-default .panel-body--middle {
    padding: 0 15px;
  }
  .panel.eshop-panel-default .panel-body--bottom {
    padding: 0 15px 15px 15px;
  }
  .panel.eshop-panel-default .panel-body--full {
    padding: 0;
  }
  .eshop-panel-row--full {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.eshop-hideshow__bloc {
  display: none;
}
.eshop-hideshow .es-hide-link {
  display: none;
}
.eshop-hideshow__link {
  margin-top: 15px;
}
.eshop-hideshow--text {
  display: inline;
}
.eshop-hideshow--text .eshop-hideshow__bloc > * {
  display: inline;
}

.eshop-spinbutton {
  width: 100%;
  border: 1px solid #d3d3d9;
  background: #FFF;
  height: 40px;
  position: relative;
}
.eshop-spinbutton.spinbutton-error {
  border: 1px solid #f00;
}
.eshop-spinbutton button {
  position: absolute;
  right: 0;
  width: 30px;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  top: 0;
}
.eshop-spinbutton button.eshop-spinbutton-minus {
  left: 0;
}
.eshop-spinbutton button.eshop-spinbutton-plus {
  right: 0;
}
.eshop-spinbutton button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.eshop-spinbutton input {
  border: none;
  background: transparent;
  width: 100%;
  text-align: center;
  outline: none;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

.eshop-banner {
  height: 210px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.eshop-banner--dark:after {
  content: "";
  display: block;
  z-index: 3;
  background-color: #000;
  opacity: 0.55;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.eshop-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.eshop-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.eshop-banner__text {
  position: relative;
  z-index: 5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 210px;
  padding: 10px 70px;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .eshop-banner__text {
    padding: 10px 20px;
  }
}
.eshop-popover {
  cursor: pointer;
}
.eshop-popover .popover.bottom > .arrow {
  top: -11px !important;
}
.eshop-popover .popover .popover-content {
  padding: 30px 40px 30px 20px;
}
.eshop-popover--shopping-delivery {
  display: inline;
}
.eshop-popover--shopping-delivery .popover {
  width: 300px;
  margin-top: 25px;
  border-radius: 0;
}
.eshop-popover--shopping-delivery .popover .popover-content {
  padding: 30px 20px;
}
.eshop-popover--shopping-delivery--align-left .popover {
  margin-left: 20%;
}
.eshop-popover--shopping-delivery--align-left .popover.bottom > .arrow {
  margin-left: -70px;
}

.form-wrapper__help-icon {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .form-wrapper__tooltip {
    top: -9999vh;
  }
  .form-wrapper__tooltip--right {
    left: -75px;
  }
  .form-wrapper__tooltip--right:after {
    left: 190px;
  }
}
.eshop-hideshow-shadow__description {
  position: relative;
  height: 54px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
.eshop-hideshow-shadow__description:after {
  content: "";
  height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  bottom: 0;
  width: 100%;
}
.eshop-hideshow-shadow__description.opened, .eshop-hideshow-shadow__description.without-shadow {
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  overflow: inherit;
  height: 54px;
}
.eshop-hideshow-shadow__description.opened:after, .eshop-hideshow-shadow__description.without-shadow:after {
  display: none;
}
.eshop-hideshow-shadow__description.opened, .eshop-hideshow-shadow__description.without-shadow {
  height: auto !important;
}
.eshop-hideshow-shadow__description--wrapper {
  line-height: 18px;
}
.eshop-hideshow-shadow__link {
  display: none;
  margin-bottom: 10px;
}

i {
  font-style: italic;
}

b {
  font-weight: 700;
}

.boxsel {
  border: 1px solid #f0027F !important;
  position: relative;
  padding: 10px !important;
}
.boxsel input[type=number]::-webkit-inner-spin-button,
.boxsel input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.boxsel input[type=number] {
  -moz-appearance: textfield;
}
.boxsel-left {
  padding: 0 !important;
  border: none !important;
}
.boxsel-menu .boxsel {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .boxsel-menu .boxsel {
    padding-left: 130px !important;
  }
}
.boxsel-left .boxsel {
  margin-bottom: 10px !important;
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  .boxsel-card .boxsel {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .boxsel-card .boxsel {
    padding-bottom: 10px !important;
    margin-bottom: 40px;
  }
}
.boxsel-visu {
  text-align: center;
}
.boxsel-visu img {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.boxsel-menu .boxsel-visu img {
  width: 118px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .boxsel-menu .boxsel-visu img {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.boxsel-card .boxsel-visu img {
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .boxsel-card .boxsel-visu img {
    margin-bottom: 0;
    width: 176px;
    height: 111px;
  }
}
.boxsel-left .boxsel-visu img {
  width: 176px;
  height: 111px;
}
.boxsel-title {
  font-weight: bold;
  color: #f0027F;
  font-size: 14px;
  line-height: 20px;
}
.boxsel-card .boxsel-title {
  font-size: 16px;
  line-height: 24px;
}
.boxsel-row {
  margin-right: -5px;
  margin-left: -5px;
}
.boxsel-input {
  border-radius: 0;
  font-size: 12px;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}
.boxsel-input:focus {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f0027F;
}
.boxsel-button {
  border-radius: 0;
  color: #fff;
  background-color: #f0027F;
  font-weight: bold;
}
.boxsel-button:focus, .boxsel-button:hover {
  color: #fff;
  outline: none;
}
.boxsel-error {
  color: #b5163f;
  margin: 0;
  width: 100% !important;
}
.boxsel-part {
  padding: 10px 5px 0 5px;
  width: 100%;
  float: left;
  margin: 0;
}
.boxsel-menu .boxsel-part {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .boxsel-menu .boxsel-part {
    width: 25%;
  }
}
.boxsel-left .boxsel-part {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .boxsel-card .boxsel-part {
    width: 50%;
  }
}
.boxsel-part .form-group {
  margin: 0;
}
.boxsel-part .es-has-error-box input.form-control {
  border-color: #b5163f;
}

.e-menu .boxsel {
  background-color: #E9E9E9;
  border: solid 1px #CCCCCC !important;
  padding: 5px 5px 10px 5px !important;
  margin: -10px;
}
.e-menu .boxsel-title {
  color: #000033;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  line-height: 16px;
  margin-bottom: 5px;
}
.e-menu .boxsel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.e-menu .boxsel-form {
  width: calc(100% - 110px);
}
.e-menu .boxsel-visuel img {
  width: 105px !important;
  height: auto !important;
}
.e-menu .boxsel-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 0;
}
.e-menu .boxsel-input .form-group {
  margin-bottom: 10px;
  width: 33.333%;
}

.slider-scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding: 0 0 10px 0;
}
.slider-scroll .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(20% - 16px);
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
  padding: 5px;
  cursor: pointer;
  position: relative;
  margin-top: 18px;
  border: solid 1px #D3D3D9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-scroll .item--promotion {
  background-color: #FF4E00;
  color: white;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  font-size: 14px;
  width: calc(100% + 2px);
  text-align: center;
  position: absolute;
  top: -18px;
  left: -1px;
  border: solid 1px #D3D3D9;
}
.slider-scroll .item.active {
  border: solid 1px #F0027F;
  background-color: #EFEFF1;
}
.slider-scroll .item.active .item--promotion {
  border: solid 1px #F0027F;
}
.slider-scroll .item:hover {
  background-color: #EFEFF1;
}
.slider-scroll.five-columns .item {
  width: calc(20% - 16px);
}
.slider-scroll.four-columns .item {
  width: calc(25% - 15px);
}
.slider-scroll.three-columns .item {
  width: calc(33.333333% - 13.333333px);
}
.slider-scroll.two-columns .item {
  width: calc(50% - 10px);
}
.slider-scroll.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 320px;
  gap: 8px;
  padding-bottom: 0;
}
.slider-scroll.vertical .item {
  width: calc(50% - 4px) !important;
}

@media (min-width: 768px) {
  .scroll-styled .slider-scroll::-webkit-scrollbar {
    height: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-scroll .item {
    width: calc(33.333333% - 13.333333px) !important;
  }
}
@media screen and (max-width: 767px) {
  .slider-scroll .item {
    width: calc(40% - 10px) !important;
  }
}
.warning-message {
  background-color: #fbe3f3;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #000033;
}
.warning-message--icon {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.warning-message--icon > img {
  width: 30px;
  margin-right: 10px;
}
.warning-message--text {
  font-size: 16px;
  line-height: 20px;
  margin: 0 20px 0 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.warning-message--close {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--dark-grey);
  position: relative;
  cursor: pointer;
}
.warning-message--close:before {
  content: "×";
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .warning-message {
    height: auto;
    padding: 5px 10px;
  }
  .warning-message--text {
    margin-left: 20px;
  }
  .warning-message--icon img {
    margin: 0;
  }
  .warning-message--icon > span {
    display: none;
  }
}
.global-carousel .carousel-inner > .item {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  gap: 20px;
}
.global-carousel .carousel-inner > .item.active, .global-carousel .carousel-inner > .item.next.left, .global-carousel .carousel-inner > .item.prev.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-carousel .carousel-inner > .item > .inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.global-carousel .arrows-wrapper .carousel-control {
  width: 38px;
  height: 30px;
  font-size: 20px;
  background-image: none !important;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  position: absolute;
  top: inherit;
  bottom: -10px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 0 0 transparent;
  box-shadow: 0px 0px 0 0 transparent;
  text-shadow: 0 0 transparent;
  color: #f0027f;
}
.global-carousel .arrows-wrapper .carousel-control:hover {
  cursor: pointer;
}
.global-carousel .carousel-indicators {
  margin: 10px auto;
  position: relative;
  height: auto;
  bottom: 0;
  left: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 3;
}
.global-carousel .carousel-indicators > li {
  margin: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: #d3d3d9;
}
.global-carousel .carousel-indicators > li.active {
  background-color: #f0027f;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .global-carousel.carousel .arrows-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .global-carousel.carousel .arrows-wrapper {
    display: none;
  }
}
.header__vat-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 0 0;
}

.vat_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vat_switcher input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.vat_switcher input:checked + label {
  background: #FFCAE6;
}
.vat_switcher input:checked + label .check {
  left: 25px;
  background: #F0027F;
}
.vat_switcher input:checked + label .check:before {
  width: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  left: 6px;
}
.vat_switcher input:checked + label .check:after {
  width: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 4px;
}
.vat_switcher input:checked + label + .vat_switcher--text:before {
  content: attr(text-include);
}
.vat_switcher label {
  width: 48px;
  background: #EFEFF1;
  height: 26px;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.vat_switcher label:before {
  content: none;
}
.vat_switcher label .check {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #000033;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 3px;
  left: 3px;
}
.vat_switcher label .check:before, .vat_switcher label .check:after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.vat_switcher label .check:before {
  width: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
  left: 4px;
}
.vat_switcher label .check:after {
  width: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  left: 4px;
}
.vat_switcher--text {
  text-align: center;
  font-weight: 700;
  padding-left: 5px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.vat_switcher--text:before {
  content: attr(text-exclude);
}

header .header_global-wrapper .js-opencam-header {
  display: none;
}

@media screen and (max-width: 991px) {
  header .header_global-wrapper .js-opencam-header {
    margin-right: 10px;
    padding-top: 3px;
    position: static;
    z-index: 1;
  }
  header .header_global-wrapper .js-opencam-header i.fa {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header_global-wrapper .js-opencam-header {
    margin-right: 0;
    padding-top: 3px;
    z-index: 1;
  }
  header .header_global-wrapper .js-opencam-header i.fa {
    font-size: 20px;
  }
  .vat_switcher--text {
    font-size: 12px;
  }
}
.eshop-input-search {
  position: relative;
  padding: 8px;
  background: #e9e7ed;
}
.eshop-input-search .eshop-input-search__button {
  height: 35px;
  width: 40px;
  display: block;
  right: 9px;
  position: absolute;
  background: #f0027F;
  border: 0;
  border-radius: 0;
  text-align: center;
  outline: none;
}
.eshop-input-search .eshop-input-search__button .eshop-input-search__icon {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
}
.eshop-input-search__input {
  height: 35px;
  border: 1px solid #d5d3db;
  padding: 0 30px;
  background-color: #fff;
  line-height: 36px;
  width: 100%;
  padding-right: 50px;
  outline: none;
}

.eshop-modal .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 20px 20px 20px;
  background: #fafafa;
}
.eshop-modal .modal-dialog .modal-content .modal-header {
  color: #000033;
  padding: 0;
  border-bottom: 0;
  min-height: 35px;
}
.eshop-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 28px;
}
.eshop-modal .modal-dialog .modal-content .modal-header .modal-title--big {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.eshop-modal .modal-dialog .modal-content .modal-header .modal-title--small {
  font-size: 24px;
  margin-bottom: 0;
}
.eshop-modal .modal-dialog .modal-content .modal-header .modal-subtitle {
  font-size: 16px;
}
.eshop-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 32px;
  opacity: 1;
  outline: none;
  margin-top: 5px;
}
.eshop-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.eshop-modal .modal-dialog .modal-content .modal-body > .eshop-panel {
  margin-bottom: 0;
}
.eshop-modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border-top: 0;
  margin-top: 15px;
}
.eshop-modal-message .modal-dialog .modal-content {
  text-align: center;
  display: table;
  width: 100%;
  min-height: 400px;
  padding: 60px;
}
.eshop-modal-message .modal-dialog .modal-content .modal-header {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background-color: #FFF;
  border: solid 1px #d3d3d9;
  padding: 0 10px;
}
.eshop-modal-message .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 16px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.eshop-modal-message .modal-dialog .modal-content .modal-header .modal-title--big {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 26px;
}
.eshop-modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: -42px;
}
.eshop-modal-confirm .modal-dialog .modal-content {
  width: 100%;
  padding: 40px 20px 20px 20px;
  min-height: 200px;
}
.eshop-modal-confirm .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: table;
  width: 100%;
  height: 1px;
  min-height: 200px;
}
.eshop-modal-confirm .modal-dialog .modal-content .modal-header .modal-header__container {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background-color: #FFF;
  border: solid 1px #d3d3d9;
  padding: 0 10px;
}
.eshop-modal-confirm .modal-dialog .modal-content .modal-header .modal-header__container .modal-title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 16px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding: 0 40px;
}
.eshop-modal-confirm .modal-dialog .modal-content .modal-header .modal-header__container .modal-title--big {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 32px;
}
.eshop-modal-confirm .modal-dialog .modal-content .modal-header .modal-header__container .close {
  position: absolute;
  right: 0;
  top: -42px;
}
.eshop-modal-add-to-cart .modal-dialog {
  max-width: 1260px;
  width: 90%;
}
.eshop-modal-add-to-cart .modal-dialog .modal-content {
  padding: 10px 20px 20px 20px;
  background: #fff;
}
.eshop-modal-add-to-cart .modal-dialog .modal-content--small {
  padding: 60px 200px;
}
.eshop-modal-add-to-cart .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  margin-bottom: 0;
}
.eshop-modal-large .modal-dialog {
  width: 100%;
  margin: 4px auto;
}
.eshop-modal-large .modal-dialog .modal-content {
  margin: 0 40px;
}

@media screen and (max-width: 1199px) {
  .eshop-modal-add-to-cart .modal-dialog .modal-content--small {
    padding: 10px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .eshop-modal-message .modal-dialog .modal-content {
    padding: 40px;
  }
  .eshop-modal-large .modal-dialog .modal-content {
    margin: 0 10px;
  }
  .eshop-modal-add-to-cart .modal-dialog {
    width: auto;
  }
  .eshop-modal-add-to-cart .modal-dialog .modal-content {
    padding: 5px 5px 10px 5px;
  }
  .eshop-modal-add-to-cart .modal-dialog .modal-content--small {
    padding: 10px 15px 20px 15px;
  }
}
.generic-popup .modal-content {
  border-radius: 0;
  padding: 10px;
  min-height: 0;
}
.generic-popup .modal-header {
  border: none;
  min-height: 0;
}
.generic-popup .modal-header .close {
  margin-top: -22px;
  right: -8px;
  position: relative;
  font-size: 25px;
  opacity: 1;
}
.generic-popup .modal-header .close::before {
  content: "×";
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: -4px;
  top: -1px;
}
.generic-popup .modal-header .close::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 2px;
  left: -8px;
  background-color: var(--dark-grey);
  z-index: 1;
}
.generic-popup .modal-header .popup-picto {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.generic-popup .modal-header .popup-picto--big {
  width: 24px;
  margin-right: 5px;
}
.generic-popup .modal-header .popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.generic-popup .modal-header .popup-title .modal-title {
  margin: 0;
  font-size: 24px;
  line-height: 20px;
}
.generic-popup .modal-body p {
  font-size: 16px;
  line-height: 18px;
}
.generic-popup .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.generic-popup .modal-footer button {
  width: 160px !important;
}

#quantity-matrix-popup .quantity-matrix-table {
  font-size: 12px;
  table-layout: fixed;
  margin-bottom: 15px;
}
#quantity-matrix-popup .quantity-matrix-table tr td {
  border: solid 1px #d3d3d9;
  padding: 5px;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  width: 169px;
  word-break: break-all;
}
#quantity-matrix-popup .quantity-matrix-table tr td.border-0 {
  border: 0;
}
#quantity-matrix-popup .quantity-matrix-table tr td.background-empty {
  background-color: #DBDBDE;
}
#quantity-matrix-popup .quantity-matrix-table tr td.background-grey {
  background-color: #EEEEEE;
}
#quantity-matrix-popup .quantity-matrix-table tr td div.eshop-selectbox .sb-toggle {
  border: 0;
  height: 20px;
  line-height: 20px;
}
#quantity-matrix-popup .quantity-matrix-table tr td .eshop-spinbutton {
  border: 0;
  height: 20px;
}
#quantity-matrix-popup .quantity-matrix-table tr td .eshop-spinbutton button {
  height: 20px;
  line-height: 20px;
}
#quantity-matrix-popup .quantity-matrix-table tr td .eshop-spinbutton input {
  height: 20px;
  line-height: 20px;
}
#quantity-matrix-popup .btn-pink.btn-pink--add-to-cart {
  width: 170px;
}

.quantity-matrix-stacked--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.quantity-matrix-stacked--icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 10px;
}
.quantity-matrix-stacked--icon > .eshop-icon-link {
  margin: 0;
}
.quantity-matrix-stacked--icon > .eshop-icon-link:before {
  content: "=";
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quantity-matrix-stacked--value {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background-color: #EEEEEE;
  border: solid 1px #D3D3D9;
}

@media screen and (max-width: 991px) {
  #quantity-matrix-popup .btn-pink.btn-pink--add-to-cart {
    width: 100%;
  }
}
.eshop-breadcrumb {
  font-size: 12px;
  border-bottom: solid 1px #d3d3d9;
  border-top: solid 1px #d3d3d9;
}
.eshop-breadcrumb.breadcrumb-footer {
  display: none;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li {
  padding: 0 18px 0 0;
  position: relative;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  overflow: hidden;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li:first-child {
  padding-left: 0;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li:last-child:after {
  border: 0;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li:first-child, .eshop-breadcrumb .e-shop-breadcrumb-menu > li:last-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li a {
  color: #000033;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  padding-right: 8px;
  z-index: 1;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li a:hover {
  text-decoration: underline;
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li:after {
  content: "";
  border-right: solid 1px #d3d3d9;
  border-bottom: solid 1px #d3d3d9;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  right: 7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.eshop-breadcrumb .e-shop-breadcrumb-menu > li.active {
  font-weight: 700;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .eshop-breadcrumb {
    border: 0;
  }
  .eshop-breadcrumb .e-shop-breadcrumb-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eshop-breadcrumb .e-shop-breadcrumb-menu > li {
    margin: 0 8px 5px 0;
  }
  .eshop-breadcrumb .e-shop-breadcrumb-menu > li:first-child {
    padding-right: 0;
  }
  .eshop-breadcrumb .e-shop-breadcrumb-menu > li:first-child:after {
    border: 0;
  }
  .eshop-breadcrumb .e-shop-breadcrumb-menu > li:first-child a {
    border: 0;
  }
  .eshop-breadcrumb .e-shop-breadcrumb-menu > li a {
    border: solid 1px #d3d3d9;
    border-right: 0;
    line-height: 28px;
    padding-left: 5px;
  }
  .eshop-breadcrumb.breadcrumb-footer {
    display: block;
  }
  .eshop-breadcrumb:not(.breadcrumb-footer) {
    display: none;
  }
}
.eshop-leftmenu {
  margin: 20px 30px 0 0;
}
.eshop-leftmenu .eshop-leftmenu__title {
  font-size: 20px;
  line-height: 42px;
  font-weight: 700;
  color: #000033;
  padding-left: 12px;
  margin: 0 0 0 20px;
  border-top: 0;
}
.eshop-leftmenu .eshop-leftmenu__menu {
  list-style: none;
}
.eshop-leftmenu .eshop-leftmenu__menu li {
  position: relative;
  list-style: none;
}
.eshop-leftmenu .eshop-leftmenu__menu li a {
  position: relative;
  display: block;
  color: #000033;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 12px 12px;
  font-weight: 700;
  border-top: solid 2px #d3d3d9;
  text-decoration: none;
  margin-left: 20px;
}
.eshop-leftmenu .eshop-leftmenu__menu li a:hover {
  background-color: #eeeef0;
}
.eshop-leftmenu .eshop-leftmenu__menu li ul {
  display: none;
}
.eshop-leftmenu .eshop-leftmenu__menu li ul li a {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding-left: 20px;
  border-top: 0;
}
.eshop-leftmenu .eshop-leftmenu__menu li.has-submenu > a:before {
  position: absolute;
  width: 18px;
  height: 18px;
  left: -18px;
  top: 11px;
}
.eshop-leftmenu .eshop-leftmenu__menu li.has-submenu.has-submenu--opened > ul {
  display: block;
}
.eshop-leftmenu .eshop-leftmenu__menu li.actived-menu a {
  background-color: #eeeef0;
}
.eshop-leftmenu .eshop-leftmenu__menu > li.eshop-leftmenu__menu--home a {
  border-top: 0;
  font-size: 20px;
  font-weight: 700;
}
.eshop-leftmenu + .eshop-leftmenu {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .eshop-leftmenu .eshop-leftmenu__menu {
    display: none;
  }
  .eshop-leftmenu .eshop-leftmenu__title {
    margin-left: 0;
    padding-left: 0;
    cursor: pointer;
    background: #fafafa;
    border: solid 1px #e9e7ed;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .eshop-leftmenu .eshop-leftmenu__title:before {
    content: "+";
    display: inline-block;
    padding-right: 10px;
    width: 25px;
    text-align: center;
  }
  .eshop-leftmenu .eshop-leftmenu__title.mobile--opened:before {
    content: "–";
  }
}
.eshop-maincontent {
  margin-top: 20px;
  color: #000033;
}
.eshop-maincontent__title {
  font-size: 28px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.eshop-maincontent__title--light {
  font-weight: 300;
  font-size: 20px;
}
.eshop-maincontent__title--small {
  font-size: 24px;
  margin-bottom: 10px;
}
.eshop-maincontent__subtitle {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
  margin-bottom: 20px;
}

.prod-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.prod-title h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.prod-title-count {
  font-size: 12px;
}

.prod-eco {
  width: 70px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prod-eco-txt {
  font-size: 1.2rem;
  text-decoration: underline;
  color: var(--in-stock);
}

@media screen and (max-width: 991px) {
  .prod-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod-eco-item {
    margin-right: 5px;
  }
  .prod-eco {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.prod-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .prod-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.prod-title {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.prod-title-count {
  font-size: 12px;
}
.prod-eco {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .prod-head-narrow .prod-eco {
    width: 70px;
  }
}
@media screen and (max-width: 991px) {
  .prod-eco {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.prod-eco-item {
  width: 100%;
  max-width: 100%;
  max-height: 54px;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .prod-head-narrow .prod-eco-item {
    max-width: 100%;
    max-height: 38px;
  }
}
@media screen and (max-width: 991px) {
  .prod-eco-item {
    margin-right: 5px;
  }
}
.prod-eco-txt {
  font-size: 1.2rem;
  text-decoration: underline;
  text-align: center;
  color: var(--in-stock);
  margin-top: -8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prod-head-narrow .prod-eco-txt {
  font-size: 11px;
  line-height: 12px;
}

.eshop-card {
  background-color: #FFF;
  border: solid 1px #d3d3d9;
  padding: 25px 28px;
  margin-bottom: 40px;
}
.eshop-card__icon {
  display: block;
  margin: 0 auto 25px auto;
  width: 88px;
  height: 88px;
  background-color: #000033;
  border-radius: 50px;
  text-align: center;
}
.eshop-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.eshop-card__text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 25px;
}
.eshop-card__progressbar__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.eshop-card__progressbar__bar {
  position: relative;
  height: 8px;
  width: 100%;
  margin-bottom: 30px;
  background-color: #d3d3d9;
}
.eshop-card__progressbar__bar--step {
  height: 8px;
  background-color: #f0027F;
}
.eshop-card-contract {
  padding: 0 0 55px 0;
  position: relative;
  min-height: 180px;
}
.eshop-card-contract__title {
  background: #F6F6F6;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 700;
}
.eshop-card-contract__content {
  padding: 15px;
}
.eshop-card-contract__button {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 15px 15px 15px;
}
.eshop-card-sector {
  padding: 0;
  min-height: 100px;
  position: relative;
  padding-bottom: 45px;
  overflow: hidden;
}
.eshop-card-sector__image {
  position: relative;
  text-align: center;
}
.eshop-card-sector__image img {
  max-height: 100%;
  width: 100%;
}
.eshop-card-sector__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 278/184;
}
.eshop-card-sector__image picture img {
  -o-object-fit: contain;
  object-fit: contain;
}
.eshop-card-sector__title {
  padding: 25px 20px 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000033;
  line-height: 24px;
  display: block;
  margin-bottom: 0;
}
.eshop-card-sector__title:hover {
  text-decoration: none;
}
.eshop-card-sector__title a {
  color: #000033;
  text-decoration: none;
}
.eshop-card-sector__title a:hover {
  text-decoration: none;
  color: #f0027F;
}
.eshop-card-sector__title a:hover > h2 {
  color: #f0027F;
}
.eshop-card-sector__title a > span {
  font-size: 14px;
}
.eshop-card-sector__title a > h2 {
  display: inline;
  font-size: 16px;
  margin: 0 4px 0 0;
}
.eshop-card-sector__subtitle {
  list-style: none;
  padding: 0 20px 4px 20px;
  color: #000033;
  line-height: 18px;
  font-size: 14px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.eshop-card-sector__subtitle:hover {
  text-decoration: none;
}
.eshop-card-sector__subtitle a {
  font-size: 14px;
  color: #000033;
  text-decoration: none;
}
.eshop-card-sector__subtitle a:hover {
  text-decoration: none;
  color: #f0027F;
}
.eshop-card-sector__subtitle a > span {
  font-size: 14px;
  font-weight: 700;
}
.eshop-card-sector__subtitle--text {
  list-style: none;
  padding: 25px 20px 8px 20px;
  line-height: 18px;
}
.eshop-card-sector__text {
  position: absolute;
  top: 20px;
  padding: 0 20px 15px 20px;
  display: none;
}
.eshop-card-sector__text p {
  padding-bottom: 15px;
}
.eshop-card-sector__other-subcategory {
  display: none;
}
.eshop-card-sector__seeall, .eshop-card-sector__seeall--static {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.eshop-card-sector__button {
  padding: 10px 20px 0 20px;
}
.eshop-card-sector__button .btn-pink {
  width: 100%;
  min-width: 100%;
}
.eshop-card-sector--allcategory {
  padding-bottom: 0;
}
.eshop-card-sector--allcategory .eshop-card-sector__seeall {
  display: none;
}
.eshop-card-sector--allcategory .eshop-card-sector__title, .eshop-card-sector--allcategory .eshop-card-sector__subtitle {
  padding-right: 30px;
}
.eshop-card-sector--allcategory .eshop-card-sector__other-subcategory {
  display: block;
  padding-bottom: 20px;
}
.eshop-card-sector--allcategory .eshop-card-sector--close {
  display: block;
}
.eshop-card-sector--allcategory .ss-container {
  height: 100%;
}
.eshop-card-sector--allcategory .ss-container .ss-scroll {
  padding: 60px 0 20px 0;
  background: none;
  right: auto !important;
  left: 100%;
  margin-left: -19px;
}
.eshop-card-sector--allcategory .ss-container .ss-scroll:after {
  display: block;
  content: "";
  width: 6px;
  height: 100%;
  background: #eeeef0;
  border-radius: 4px;
}
.eshop-card-sector--close {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
  padding: 10px;
  cursor: pointer;
  z-index: 3;
}
.eshop-card-sector--offers {
  padding-bottom: 80px;
}
.eshop-card-sector--offers .eshop-card-sector__button {
  padding: 10px 20px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.eshop-card-sector--offers .eshop-card-sector__stick {
  position: absolute;
  top: 40px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 5px 3px 5px;
  background-color: #00999b;
  color: #FFF;
  text-transform: uppercase;
}
.eshop-card-sector--offers:hover .eshop-card-sector__image, .eshop-card-sector--offers:hover .eshop-card-sector__title, .eshop-card-sector--offers:hover .eshop-card-sector__subtitle, .eshop-card-sector--offers:hover .eshop-card-sector__subtitle--text {
  visibility: hidden;
}
.eshop-card-sector--offers:hover .eshop-card-sector__text {
  display: block;
}
.eshop-card-sector .ss-container .ss-content {
  padding-right: 0;
}
.eshop-card-modal {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  padding: 20px 10px;
  text-align: center;
}
.eshop-card-modal .eshop-card__icon {
  width: 62px;
  height: 62px;
}
.eshop-card-modal .eshop-card__title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000033;
  font-weight: 700;
  height: 32px;
  margin-bottom: 0;
}
.eshop-card-modal:hover {
  border-color: #f0027F;
}
@media screen and (max-width: 767px) {
  .eshop-card-hauto {
    height: auto !important;
  }
}

.most-popular-carousel .global-carousel .carousel-inner > .item {
  gap: 30px;
}
.most-popular-carousel .eshop-card.eshop-card-sector.eshop-card-sector--offers {
  display: block;
  width: 100%;
  height: auto !important;
  margin-bottom: 0;
}
.most-popular-carousel .eshop-card.eshop-card-sector.eshop-card-sector--offers .eshop-card-sector__image {
  padding-top: 25px;
}
.most-popular-carousel .eshop-card.eshop-card-sector.eshop-card-sector--offers .eshop-card-sector__image__content img {
  width: 100px;
  height: 100px;
}

.previous-order-carousel {
  margin-bottom: 30px;
}
.previous-order-carousel .global-carousel .carousel-inner > .item {
  gap: 30px;
}
.previous-order-carousel .eshop-card-carousel {
  border: solid 1px #d3d3d9;
  width: 100%;
}
.previous-order-carousel .eshop-card-carousel__header {
  padding: 15px 20px 10px 20px;
  background: #FFF;
  border-bottom: solid 1px #d3d3d9;
  font-size: 16px;
}
.previous-order-carousel .eshop-card-carousel__content {
  padding: 15px 20px;
  background: #fafafa;
}

.btn-orange {
  background-color: #ff4e00;
}

.panel_description-heading.btn-orange {
  background-color: #ff4e00;
}
.panel_description-heading.promo-green {
  background-color: #3FA535;
}
.panel_description-heading.promo-dark-orange {
  background-color: #FF0000;
}
.panel_description-heading.promo-yellow {
  background-color: #FFFF33;
}
.panel_description-heading.promo-blue {
  background-color: #1E4398;
}

.full-container {
  container: full/inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}
.full-container-left .eshop-leftside-filter {
  width: 240px;
  margin-right: 30px;
}
.full-container-left .eshop-leftside-filter .eshop-filters {
  margin-right: 0;
  margin-top: 15px;
}
.full-container-right {
  margin-top: 0;
  width: calc(430px * 4 + 20px * (4 - 1));
}

.sku-cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}
.sku-cards .card {
  background-color: #FFF;
  width: 430px;
  margin-bottom: 10px;
}
.sku-cards .card.open-prices {
  z-index: 2;
}
.sku-cards .card.open-prices .card-wrap {
  border: solid 1px #f0027F;
}
.sku-cards .card.open-prices .card-scale-price i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.sku-cards .card-wrap {
  position: relative;
  padding: 0 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid 1px #d3d3d9;
  height: 100%;
}
.sku-cards .card-wrap:hover {
  border: solid 1px #f0027F;
}
.sku-cards .card-select {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.sku-cards .card-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 30px 0 0px;
  line-height: 18px;
  margin: 0 -10px;
  gap: 4px;
  cursor: pointer;
}
.sku-cards .card-promotion--label {
  text-align: center;
  font-size: 10px;
  width: 130px;
  color: #FFF;
  background-color: #ff4e00;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.sku-cards .card-promotion--label.promo-green {
  background-color: #3FA535;
}
.sku-cards .card-promotion--label.promo-dark-orange {
  background-color: #FF0000;
}
.sku-cards .card-promotion--label.promo-yellow {
  background-color: #FFFF33;
}
.sku-cards .card-promotion--label.promo-blue {
  background-color: #1E4398;
}
.sku-cards .card-promotion--text {
  color: #000033;
  font-size: 12px;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.sku-cards .card-title {
  font-weight: bold;
  line-height: 16px;
  font-size: 14px;
  padding: 5px 15px 10px 0;
  margin: 0;
}
.sku-cards .card-title a {
  color: #000033;
}
.sku-cards .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sku-cards .card-left {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sku-cards .card-left > *:last-child {
  margin-bottom: 0;
}
.sku-cards .card-left:has(.card-input-reference) .card-input-reference + .card-scale-price {
  margin-top: 5px;
}
.sku-cards .card-left:has(.card-scale-price) .card-input-reference {
  margin-bottom: 0 !important;
}
.sku-cards .card-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.sku-cards .card-image {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sku-cards .card-image picture img {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 200px;
}
.sku-cards .card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 3px;
  margin: 3px 0 5px 0;
}
.sku-cards .card-icons .eshop-icon-link {
  margin: 0;
}
.sku-cards .card-icons .eshop-icon-link:before {
  margin: 0;
}
.sku-cards .card-icons > a > span {
  display: none;
}
.sku-cards .card-icons--code {
  font-size: 16px;
  margin: 0 auto;
  line-height: 20px;
}
.sku-cards .card-icons--code a {
  color: #000033;
}
.sku-cards .card-input-reference {
  width: 100%;
  text-align: center;
  outline: none;
  border: 1px solid #d3d3d9;
  height: 22px;
  line-height: 22px;
  margin-top: auto;
}
.sku-cards .card-price {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #d3d3d9;
  background-color: #fafafa;
  padding: 5px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sku-cards .card-price-status {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 12px;
}
.sku-cards .card-price-status:before {
  content: "•";
  font-size: 30px;
  line-height: 6px;
  padding-right: 5px;
  vertical-align: top;
}
.sku-cards .card-scale-price {
  margin-top: auto;
}
.sku-cards .card-scale-price-content {
  display: none;
  position: absolute;
  top: 100%;
  height: auto;
  width: calc(100% + 2px);
  background: #FFF;
  z-index: 2;
  border: solid 1px #f0027F;
  left: -1px;
  border-top: 0;
}
.sku-cards .card-scale-price i {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.sku-cards .card-quantity-matrix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px #000033;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 3px;
}
.sku-cards .card-quantity-matrix .es-icone-quantity-details:before {
  margin: 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.sku-cards .card-quantity-matrix:hover {
  border: solid 1px #f0027F;
}
.sku-cards .card-quantity-matrix:hover .es-icone-quantity-details:before {
  background-color: #f0027F;
}
.sku-cards .card-quantity-matrix .eshop-product-card__pallet {
  position: relative;
  top: 0;
  right: 0;
}
.sku-cards .card-quantity-matrix .eshop-product-card__pallet > a > span {
  display: none;
}
.sku-cards.open-prices:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

@container full (width < calc(calc(430px * 4 + 20px * (4 - 1)) + 240px + 30px)) {
  .full-container-right {
    width: calc(430px * 3 + 20px * (3 - 1));
  }
}
@container full (width < calc(calc(430px * 3 + 20px * (3 - 1)) + 240px + 30px)) {
  .full-container-right {
    width: calc(430px * 2 + 20px * (2 - 1));
  }
}
@container full (width < calc(calc(430px * 2 + 20px * (2 - 1)) + 240px + 30px)) {
  .full-container-right {
    width: calc(100% - 270px);
  }
  .full-container-right .card {
    width: calc(50% - 10px);
  }
}
@container full (width < 1030px) {
  .full-container-right {
    width: calc(100% - 215px);
  }
  .full-container-right .card {
    width: calc(50% - 10px);
  }
  .full-container-left .eshop-leftside-filter {
    width: 200px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .full-container .eshop-leftside-filter {
    display: none;
  }
  .full-container-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .full-container .eshop-leftside-filter {
    display: none;
  }
  .full-container-right {
    width: 100%;
  }
  .full-container-right .card {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .sku-cards .card-left {
    width: 150px;
  }
  .sku-cards .card-image {
    height: 150px;
  }
  .sku-cards .card-image picture img {
    width: 150px;
    max-height: 150px;
  }
}
@media screen and (max-width: 340px) {
  .sku-cards .card-left {
    width: 120px;
  }
  .sku-cards .card-image {
    height: 120px;
  }
  .sku-cards .card-image picture img {
    width: 120px;
    max-height: 120px;
  }
}
.eshop-hcard {
  padding: 30px;
  margin-bottom: 40px;
  border: solid 1px #d3d3d9;
  background-color: #fafafa;
}
.eshop-hcard__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.eshop-hcard__text {
  font-size: 16px;
  margin-bottom: 20px;
}
.eshop-hcard--blue {
  background-color: #000033;
  color: #FFF;
}
.eshop-hcard--blue .eshop-hcard__text {
  margin-bottom: 0;
}
.eshop-hcard--blue .btn-pink {
  width: 100%;
  min-width: auto;
}

@media screen and (max-width: 991px) {
  .eshop-hcard--blue .eshop-hcard__text {
    margin-bottom: 10px;
  }
}
.eshop-pagination {
  font-size: 14px;
  margin: 15px 0;
  padding: 4px 30px;
  border: solid 1px #d3d3d9;
  background-color: #fafafa;
}
.eshop-pagination > div {
  padding: 0;
}
.eshop-pagination__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 4px 0;
  gap: 2px;
}
.eshop-pagination__page li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eshop-pagination__page li > span,
.eshop-pagination__page li > a {
  padding: 3px 6px;
}
.eshop-pagination__page a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #514e65;
  cursor: pointer;
}
.eshop-pagination__page a:hover {
  background-color: #f0027F;
  color: #FFF;
}
.eshop-pagination__page--previous > a, .eshop-pagination__page--next > a, .eshop-pagination__page--first > a, .eshop-pagination__page--last > a {
  font-size: 16px;
  font-weight: 700;
  color: #000033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.eshop-pagination__page--previous > a:hover, .eshop-pagination__page--next > a:hover, .eshop-pagination__page--first > a:hover, .eshop-pagination__page--last > a:hover {
  color: #7c7a8c !important;
  background-color: transparent !important;
}
.eshop-pagination__page--previous span, .eshop-pagination__page--next span, .eshop-pagination__page--first span, .eshop-pagination__page--last span {
  font-size: 16px;
  font-weight: 700;
  color: #7c7a8c !important;
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.eshop-pagination__page--active a {
  background-color: #f0027F;
  color: #FFF;
}
.eshop-pagination__number {
  line-height: 30px;
}
.eshop-pagination__left {
  line-height: 30px;
}

.result-page--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: solid 2px #f0027F;
}
.result-page--header h1 {
  font-size: 22px;
  margin: 0;
  line-height: 30px;
  padding-bottom: 15px;
}

.e-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-bottom: 15px;
}
.e-sorting--text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
  color: #514e65;
}
.e-sorting-filter {
  color: #f0027F;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: right;
  line-height: 30px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .eshop-pagination {
    text-align: center;
  }
  .eshop-pagination__page, .eshop-pagination__right {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .result-page {
    margin-top: 10px;
  }
  .result-page--header {
    background-color: white;
    position: sticky;
    top: 100px;
    border: none;
    margin-bottom: 0;
  }
  .result-page--header > h1 {
    font-size: 18px;
  }
  .e-sorting-filter {
    position: sticky;
    top: 100px;
  }
  .e-sorting-filter--sticked {
    z-index: 5;
    background: white;
    padding: 0 10px;
    margin: -15px;
    -webkit-box-shadow: -1px 8px 8px -3px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 8px 8px -3px rgba(0, 0, 0, 0.3);
  }
  .e-sorting-filter--sticked h1 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .eshop-pagination {
    padding: 4px 15px;
  }
}
.eshop-order {
  margin-bottom: 35px;
}
.eshop-order__header {
  padding: 30px 0;
  border-top: solid 1px #d3d3d9;
}
.eshop-order__header-title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.eshop-order__header-link {
  display: inline-block;
}
.eshop-order__header-link:last-child {
  padding-left: 30px;
}
.eshop-order__no-order {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
}
.eshop-order-item {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 14px;
  border: solid 1px #d3d3d9;
  background: #fafafa;
  padding: 0 15px;
  color: #000033;
  line-height: 16px;
}
.eshop-order-item > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 20px 5px;
  word-break: break-word;
}
.eshop-order-item__date, .eshop-order-item__order {
  vertical-align: top !important;
}
.eshop-order-item__status {
  background-color: #feeff8;
}
.eshop-order-item__status, .eshop-order-item__price, .eshop-order-item__quantity, .eshop-order-item__invoice, .eshop-order-item__total, .eshop-order-item__link {
  text-align: center;
}
.eshop-order-item__product table {
  margin-top: 10px;
}
.eshop-order-item__product table th {
  font-weight: 700;
}
.eshop-order-item__product table th, .eshop-order-item__product table td {
  padding-right: 7px;
}
.eshop-order-item__status--border {
  border-left: solid 1px #d3d3d9;
  border-right: solid 1px #d3d3d9;
}
.eshop-order-item__link .btn-pink {
  margin-bottom: 15px !important;
}
.eshop-order-item__select .eshop-checkbox label {
  width: 24px;
  margin: 0 auto;
}
.eshop-order-item__select .eshop-checkbox input:checked + label {
  background-color: transparent;
}
.eshop-order-item__select .eshop-checkbox label:before {
  left: 0;
}
.eshop-order-item__delete {
  position: relative;
  padding: 0 !important;
}
.eshop-order-item__delete > a {
  position: absolute;
  right: -35px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #6d6388;
  margin-top: -20px;
  top: 50%;
}
.eshop-order-item__delete > a:hover {
  opacity: 0.9;
}
.eshop-order-item__hideshow {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.eshop-order-item__hideshow--columns {
  bottom: -10px;
  left: 5px;
  width: 100%;
}
.eshop-order-item__showdetail--mobile {
  display: none !important;
}
.eshop-order-item__download {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.eshop-order-item__download a {
  font-weight: 700;
  color: #000033;
}
.eshop-order-item__download a:hover {
  text-decoration: none;
  color: #f0027F;
}
.eshop-order-item__wrapper {
  padding: 30px 30px 25px 30px;
  margin: 30px 60px;
  background: #FFF;
  border: solid 1px #d3d3d9;
}
.eshop-order-item__wrapper > .col-sm-3 {
  padding-bottom: 5px;
}
.eshop-order-item--white {
  background-color: #FFF;
}
.eshop-order-item__mobile-title {
  display: none;
}
.eshop-order-item__tophead {
  background: none;
  border: 0;
  margin: 0;
}
.eshop-order-item__tophead > div {
  padding: 0 5px 10px 5px;
}
.eshop-order-item__tophead--compose {
  position: relative;
  border-bottom: solid 1px #d3d3d9;
  padding-bottom: 10px;
  color: #d3d3d9;
  text-align: center;
}
.eshop-order-item__tophead--compose:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  background: #d3d3d9;
  border-radius: 10px;
  bottom: -3px;
}
.eshop-order-item__tophead--compose:after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 0;
  background: #d3d3d9;
  border-radius: 10px;
  bottom: -3px;
}
.eshop-order-item--reduced-height {
  min-height: 40px;
}
.eshop-order-item--reduced-height > div {
  padding: 5px 5px;
  min-height: 40px;
}
.eshop-order-item-separator {
  border-bottom: solid 1px #000033;
  margin: 8px auto;
  width: 30px;
}
.eshop-order-item .es-hide-link {
  display: none;
}
.eshop-order--sortable__title {
  color: #514e65;
  font-size: 26px;
  margin-bottom: 20px;
}
.eshop-order--sortable .eshop-order-item {
  margin-bottom: 0;
  border-top: 0;
}
.eshop-order--sortable .eshop-order-item:last-child {
  border-bottom: solid 1px #d3d3d9;
}
.eshop-order--sortable .eshop-order-item__head {
  color: #FFF;
  background: #000033;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 12px;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.eshop-order--sortable .eshop-order-item__head > div {
  cursor: pointer;
  padding: 0 5px;
  border-right: solid 1px white;
}
.eshop-order--sortable .eshop-order-item__head > div:last-child {
  border: 0;
}
.eshop-order--sortable .eshop-order-item__head > div .eshop-order-item__head--sortable {
  position: relative;
  display: block;
  outline: unset;
  padding-right: 8px;
}
.eshop-order--sortable .eshop-order-item__head > div .eshop-order-item__head--sortable:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6.9px 4px;
  border-color: transparent transparent #ffffff transparent;
}
.eshop-order--sortable .eshop-order-item__head > div .eshop-order-item__head--sortable:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
.eshop-order--sortable .eshop-order-item__status {
  background: inherit;
}
.eshop-order--sortable .eshop-order-item__order--bottom {
  position: absolute;
  bottom: 20px;
}
.eshop-order--sortable .eshop-order-item__order img {
  max-width: 100%;
}
.eshop-order--sortable .eshop-order-item--spending {
  padding-top: 40px;
  padding-bottom: 40px;
}
.eshop-order--sortable .eshop-order-item--spending .es-hide-link {
  display: none;
}
.eshop-order--sortable .eshop-order-item--spending .eshop-order-item__order--bottom {
  bottom: -20px;
}
.eshop-order--product {
  position: relative;
  display: none;
  margin-bottom: 0;
}
.eshop-order--product .eshop-order-item {
  margin-bottom: 0;
  border-bottom: solid 1px #d8d8dd;
  background: #e8e7eb;
}
.eshop-order--product .eshop-order-item:last-child {
  border-bottom: solid 1px #d3d3d9;
}
.eshop-order--product .eshop-order-item.selected {
  border: solid 1px #f0027F;
}
.eshop-order--product .eshop-order-item__head {
  color: #000033;
  background: #d3d3d9;
}
.eshop-order--product .eshop-order-item__head > div {
  cursor: inherit;
  padding: 0 5px;
}
.eshop-order--product .eshop-order-item__head > div:after {
  content: "";
}
.eshop-order--product .eshop-order-item__image img {
  width: 100%;
  height: auto;
  border: solid 1px #d3d3d9;
}
.eshop-order--product:after {
  content: " ";
  position: absolute;
  top: -11px;
  left: 180px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fafafa;
  border-bottom: 0;
  border-right: 0;
}
.eshop-order--progress-bar {
  position: relative;
  display: none;
  margin-bottom: 0 !important;
}
.eshop-order--progress-bar .eshop-order-item {
  background: #e8e7eb;
}
.eshop-order--progress-bar:after {
  left: 50%;
}
.eshop-order--catalog-tab:after {
  content: " ";
  position: absolute;
  top: -5px;
  left: 50px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fafafa;
  border-bottom: 0;
  border-right: 0;
}
.eshop-order--users-tab {
  position: relative;
  display: none;
  margin-bottom: 0;
  border-bottom: solid 1px #d3d3d9;
}
.eshop-order--users-tab:after {
  content: " ";
  position: absolute;
  top: -5px;
  left: 300px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fafafa;
  border-bottom: 0;
  border-right: 0;
}
.eshop-order--small-space .eshop-order-item {
  padding: 0;
}
.eshop-order--small-space .eshop-order-item > div {
  padding: 5px;
}
.eshop-order--cutting-table .eshop-order-item {
  text-align: center;
  margin-bottom: 0;
  min-height: 50px;
}
.eshop-order--cutting-table .eshop-order-item > div {
  padding: 10px 5px;
}
.eshop-order--cutting-table .eshop-order-item__head {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.eshop-order--adding-line {
  margin-right: 50px;
  position: relative;
}
.eshop-order--adding-line .add-line {
  position: absolute;
  color: #FFF;
  background-color: #f0027F;
  width: 30px;
  height: 30px;
  right: -40px;
  bottom: 0;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
}

.panel.eshop-panel-default .eshop-order--product {
  border-bottom: solid 1px #d8d8dd;
}
.panel.eshop-panel-default .eshop-order > .eshop-order-item {
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .eshop-order-item {
    padding-top: 10px;
  }
  .eshop-order-item > div {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0 5px 0;
  }
  .eshop-order-item__mobile-title {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 700;
    color: #7c7a8c;
  }
  .eshop-order-item__order .es-float-r {
    float: none;
  }
  .eshop-order-item__showdetail--mobile {
    display: block !important;
  }
  .eshop-order-item__delete {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .eshop-order-item__delete > a {
    right: 0;
    margin-top: 0;
  }
  .eshop-order-item__status--border {
    border: 0;
  }
  .eshop-order-item__hideshow--columns {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 5px 0 !important;
  }
  .eshop-order-item__select .eshop-checkbox {
    height: auto;
  }
  .eshop-order--product .eshop-order-item__image img {
    max-width: 100%;
    width: auto;
  }
  .eshop-order--product:after {
    display: none;
  }
  .eshop-order--sortable .eshop-order-item {
    border-top: solid 1px #d3d3d9;
  }
}
.eshop-fullpage {
  margin-top: 20px;
}
.eshop-fullpage__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.eshop-fullpage__text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.eshop-cart-summary__header {
  border: 1px solid #d3d3d9;
  border-bottom: 0;
  background-color: #f6f6f7;
}
.eshop-cart-summary__header .form-wrapper.eshop-form-wrapper {
  display: inline-block;
}
.eshop-cart-summary__header .form-wrapper.eshop-form-wrapper .form-group {
  margin: 0;
}
.eshop-cart-summary__header .form-wrapper.eshop-form-wrapper .form-group input[type=text] {
  width: auto;
}
.eshop-cart-summary__remove {
  padding-top: 20px;
  text-align: right;
}
.eshop-cart-summary__remove > .help-block.form-wrapper__help {
  margin: -20px -15px 0 0;
}
.eshop-cart-summary__all-datepicker {
  text-align: right;
  display: inline-block;
  position: relative;
  top: -10px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .eshop-cart-summary .js-secureCheckout {
    margin-bottom: 15px !important;
  }
  .eshop-cart-summary__header .form-wrapper.eshop-form-wrapper {
    padding-left: 15px !important;
  }
  .eshop-cart-summary__header .form-wrapper.eshop-form-wrapper .form-group input[type=text] {
    width: 115px;
  }
  .eshop-cart-summary__remove .es-remove-button.es-remove-button--right {
    right: 10px;
  }
  .eshop-cart-summary__remove > .help-block.form-wrapper__help {
    margin: -31px 12px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .eshop-cart-summary .js-secureCheckout {
    margin-bottom: 15px !important;
  }
}
.eshop-delivery-tracking__item {
  border: solid 1px #d3d3d9;
}
.eshop-delivery-tracking__information {
  position: relative;
  padding: 15px 15px 55px 15px;
  background: #fafafa;
  min-height: 100px;
}
.eshop-delivery-tracking__information .eshop-hideshow {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #FFF;
  border: solid 2px #f0027F;
}
.eshop-delivery-tracking__information .eshop-hideshow > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #f0027F;
  text-decoration: none !important;
  display: block;
  padding: 10px 11px;
}
.eshop-delivery-tracking__information .eshop-hideshow > a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-deg.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eshop-delivery-tracking__information .eshop-hideshow.open a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.eshop-delivery-tracking__top {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}
.eshop-delivery-tracking__action {
  text-align: center;
  margin-top: 25px;
}
.eshop-delivery-tracking__detail {
  border-top: solid 1px #d3d3d9;
  background: #e8e7eb;
  height: auto;
  padding: 15px;
}
.eshop-delivery-tracking__progressbar {
  position: relative;
  margin: 30px 30px 0 60px;
  height: 60px;
}
.eshop-delivery-tracking__progressbar--pos0 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
}
.eshop-delivery-tracking__progressbar--pos0:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  width: 40px;
  height: 40px;
  border: solid 1px #A9A9A9;
  border-radius: 30px;
  background-color: white;
  z-index: 1;
}
.eshop-delivery-tracking__progressbar--pos0:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -12px;
  width: 24px;
  height: 24px;
  border: solid 1px #f0027F;
  border-radius: 30px;
  background-color: #f0027F;
  z-index: 3;
}
.eshop-delivery-tracking__progressbar--pos1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 20px;
  background: white;
  border-top: solid 1px #A9A9A9;
  border-bottom: solid 1px #A9A9A9;
}
.eshop-delivery-tracking__progressbar--pos1 > span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  background: #f0027F;
  width: 100%;
  z-index: 2;
  border-top: solid 5px white;
  border-bottom: solid 5px white;
}
.eshop-delivery-tracking__progressbar--pos1:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 40px;
  height: 40px;
  border: solid 1px #A9A9A9;
  border-radius: 30px;
  background-color: white;
  z-index: 1;
}
.eshop-delivery-tracking__progressbar--pos1:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -12px;
  width: 24px;
  height: 24px;
  border: solid 1px #f0027F;
  border-radius: 30px;
  background-color: #f0027F;
  z-index: 3;
}
.eshop-delivery-tracking__progressbar--pos2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 20px;
  background: white;
  border-top: solid 1px #A9A9A9;
  border-bottom: solid 1px #A9A9A9;
}
.eshop-delivery-tracking__progressbar--pos2 > span {
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  background: #f0027F;
  width: 100%;
  z-index: 2;
  border-top: solid 5px white;
  border-bottom: solid 5px white;
}
.eshop-delivery-tracking__progressbar--pos2:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -20px;
  width: 40px;
  height: 40px;
  border: solid 1px #A9A9A9;
  border-radius: 30px;
  background-color: white;
  z-index: 1;
}
.eshop-delivery-tracking__progressbar--pos2:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -12px;
  width: 24px;
  height: 24px;
  border: solid 1px #f0027F;
  border-radius: 30px;
  background-color: #f0027F;
  z-index: 3;
}
.eshop-delivery-tracking__progressbar--status {
  position: absolute;
  top: -30px;
  right: -75px;
  width: 150px;
  text-align: center;
}
.eshop-delivery-tracking__progressbar--date {
  position: absolute;
  bottom: -38px;
  right: -75px;
  width: 150px;
  text-align: center;
  font-size: 12px;
}
.eshop-delivery-tracking__progressbar--prepared .eshop-delivery-tracking__progressbar--pos1 > span,
.eshop-delivery-tracking__progressbar--prepared .eshop-delivery-tracking__progressbar--pos2 > span {
  background: white;
}
.eshop-delivery-tracking__progressbar--prepared .eshop-delivery-tracking__progressbar--pos1:after,
.eshop-delivery-tracking__progressbar--prepared .eshop-delivery-tracking__progressbar--pos2:after {
  display: none;
}
.eshop-delivery-tracking__progressbar--shipped .eshop-delivery-tracking__progressbar--pos2 > span {
  background: white;
}
.eshop-delivery-tracking__progressbar--shipped .eshop-delivery-tracking__progressbar--pos2:after {
  display: none;
}
.eshop-delivery-tracking__planned {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
  width: auto;
  top: -12px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .eshop-delivery-tracking__progressbar {
    margin: 25px 15px 20px 15px;
    height: 30px;
    font-size: 10px;
  }
  .eshop-delivery-tracking__progressbar--pos0 {
    height: 10px;
  }
  .eshop-delivery-tracking__progressbar--pos0:before {
    top: -5px;
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .eshop-delivery-tracking__progressbar--pos0:after {
    top: -1px;
    left: -6px;
    width: 12px;
    height: 12px;
  }
  .eshop-delivery-tracking__progressbar--pos1 {
    height: 10px;
  }
  .eshop-delivery-tracking__progressbar--pos1 > span {
    height: 8px;
    border-top: solid 3px white;
    border-bottom: solid 3px white;
  }
  .eshop-delivery-tracking__progressbar--pos1:before {
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .eshop-delivery-tracking__progressbar--pos1:after {
    top: -1px;
    right: -6px;
    width: 12px;
    height: 12px;
  }
  .eshop-delivery-tracking__progressbar--pos2 {
    height: 10px;
  }
  .eshop-delivery-tracking__progressbar--pos2 > span {
    height: 8px;
    border-top: solid 3px white;
    border-bottom: solid 3px white;
  }
  .eshop-delivery-tracking__progressbar--pos2:before {
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .eshop-delivery-tracking__progressbar--pos2:after {
    top: -1px;
    right: -6px;
    width: 12px;
    height: 12px;
  }
  .eshop-delivery-tracking__progressbar--status {
    top: -20px;
    right: -40px;
    width: 80px;
  }
  .eshop-delivery-tracking__progressbar--date {
    bottom: -26px;
    right: -45px;
    width: 90px;
    font-size: 9px;
  }
  .eshop-delivery-tracking__action {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .eshop-delivery-tracking__information {
    min-height: 180px;
  }
  .eshop-delivery-tracking__detail .eshop-order-item > div {
    text-align: left;
    padding: 4px 0 !important;
  }
}
.eshop-category {
  margin: 30px 30px 30px 15px;
  color: #000033;
}
.eshop-category__title {
  font-size: 16px;
  font-weight: 700;
  color: #f0027F;
  margin-bottom: 20px;
}
.eshop-category .eshop-hideshow__link {
  position: relative;
  left: -15px;
}
.eshop-category__item--lv1 {
  padding: 5px 0;
}
.eshop-category__item--lv1 a, .eshop-category__item--lv1 label {
  font-weight: 700;
}
.eshop-category__item--lv2 {
  padding: 5px 0;
}
.eshop-category__item--lv2 a, .eshop-category__item--lv2 label {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  padding-left: 5px;
}
.eshop-category__item a, .eshop-category__item label {
  color: #000033;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.eshop-category__item a:hover, .eshop-category__item label:hover {
  color: #f0027F;
}
.eshop-category__item a > span, .eshop-category__item label > span {
  font-weight: 700;
  padding-left: 3px;
}

.eshop-filters {
  padding: 10px 15px 0 15px;
  margin: 20px 15px 0 0;
  background-color: #EEEEF0;
  border: solid 1px #d3d3d9;
  color: #000033;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eshop-filters-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 10px 15px;
  font-size: 12px;
}
.eshop-filters-header .es-icone-cut--small, .eshop-filters-header .eshop-filters-item.active .eshop-filters-item__title, .eshop-filters-item.active .eshop-filters-header .eshop-filters-item__title {
  margin-right: 6px;
}
.eshop-filters-header .es-icone-cut--small:before, .eshop-filters-header .eshop-filters-item.active .eshop-filters-item__title:before, .eshop-filters-item.active .eshop-filters-header .eshop-filters-item__title:before {
  content: "";
  background-color: #f0027F;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background-size: 60% 60%;
}
.eshop-filters__title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0 10px 0;
  color: #f0027F;
}
.eshop-filters__title__clear {
  display: block;
  margin: 10px 0;
  color: #f0027F;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.eshop-filters__title__clear:before {
  content: "×";
  text-align: center;
  border: 0;
  color: #f0027F;
  font-size: 14px;
  line-height: 18px;
  background-size: 0;
  display: inline-block;
  padding-right: 4px;
}
.eshop-filters_hideshow {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.eshop-filters_hideshow:hover {
  color: #000033;
}
.eshop-filters:first-child .eshop-filters__title {
  border-top: none;
  padding-top: 0;
}
.eshop-filters .eshop-hideshow__link {
  position: relative;
  margin: 0 0 0 10px;
  padding-bottom: 10px;
  display: none;
}
.eshop-filters__selected .eshop-filters__selected-item.eshop-filters__selected-item--color {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 0 0 18px;
}
.eshop-filters__selected .eshop-filters__selected-item.eshop-filters__selected-item--color:before {
  top: 0;
  left: -18px;
}
.eshop-filters__selected .eshop-filters__selected-item.eshop-filters__selected-item--color {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 0 0 18px;
}
.eshop-filters__selected .eshop-filters__selected-item.eshop-filters__selected-item--color:before {
  top: 0;
  left: -18px;
}
.eshop-filters__selected .eshop-checkbox-filter .eshop-checkbox-filter--image-color {
  width: 14px;
  position: relative;
  top: 1px;
}
.eshop-filters__selected .eshop-checkbox-filter.eshop-checkbox-filter--without-pointer {
  pointer-events: none;
}
.eshop-filters__selected .eshop-checkbox-filter.eshop-checkbox-filter--without-pointer .eshop-filters__selected-item {
  padding-left: 6px;
}
.eshop-filters__selected .eshop-checkbox-filter.eshop-checkbox-filter--without-pointer .eshop-filters__selected-item:before {
  content: "";
}
.eshop-filters__selected .eshop-checkbox-filter.eshop-checkbox-filter--color {
  margin: 0;
  width: auto;
  height: auto;
  padding: 4px 0 2px 0;
  line-height: 18px;
}
.eshop-filters__selected .eshop-checkbox-filter.eshop-checkbox-filter--color .eshop-filters__selected-item {
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 0 0 18px;
}
.eshop-filters__selected .eshop-checkbox-filter.eshop-checkbox-filter--color .eshop-filters__selected-item:before {
  top: 0;
  left: -18px;
}
.eshop-filters__selected .eshop-filters__selected-item {
  margin-left: 0;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 4px 6px 4px 18px;
  line-height: 18px;
  color: #000033;
  text-decoration: none;
  border: solid 1px #000033;
  margin-bottom: 3px;
  background: white;
}
.eshop-filters__selected .eshop-filters__selected-item:before {
  content: "×";
  text-align: center;
  border: 0;
  color: #000033;
  font-size: 18px;
  line-height: 18px;
  background-size: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 50%;
  cursor: pointer;
  z-index: 1;
  margin-top: -9px;
}
.eshop-filters-item {
  background: white;
  margin-bottom: 10px;
}
.eshop-filters-item.active {
  border-left: solid 3px #f0027F;
}
.eshop-filters-item.active .eshop-filters-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eshop-filters-item.active .eshop-filters-item__title:before {
  content: "";
  margin-right: 6px;
  background-color: #f0027F;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background-size: 60% 60%;
}
.eshop-filters-item__title {
  position: relative;
  font-weight: 700;
  padding: 18px 18px 18px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.eshop-filters-item__title:after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
  font-weight: 700;
  font-size: 18px;
  color: #c5c4cc;
}
.eshop-filters-item__simple-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0;
  text-transform: uppercase;
}
.eshop-filters-item.has-item--opened .eshop-filters-item__title:after {
  content: "–";
}
.eshop-filters-item.has-item--opened .eshop-hideshow__link {
  display: block;
}
.eshop-filters-item__search {
  position: relative;
}
.eshop-filters-item__search .form-group {
  margin-right: 25px;
}
.eshop-filters-item__search .form-group input[type=text] {
  border-radius: 0;
  border: solid 1px #d3d3d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  height: 25px;
}
.eshop-filters-item__search .form-group input[type=text]:focus {
  border: solid 1px #f0027F;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.eshop-filters-item__search .es-btn--search {
  position: absolute;
  top: 0;
  right: 0;
}
.eshop-filters-item__list {
  padding: 0 15px 15px 10px;
  display: none;
}
.eshop-filters-item__list label span {
  font-weight: 700;
}
.eshop-filters-item__list .ss-container .ss-scroll {
  background: #7c7a8c;
  right: auto !important;
  left: 100%;
  margin-left: 0;
  opacity: 1;
}
.eshop-filters-item__list--color {
  font-size: 0;
  margin-left: 15px;
  max-width: 130px;
}
.eshop-filters-item__list--color .eshop-filters-item__value {
  position: relative;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 3px;
  border: solid 1px #e9e7ed;
  display: inline-block;
  overflow: hidden;
}
.eshop-filters-item__list--color .eshop-filters-item__value.without-color:after {
  content: "";
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  background: red;
  top: 4px;
  left: -3px;
  z-index: 9;
  position: absolute;
}
.eshop-filters-item__list--brand .eshop-filters-item__value {
  padding-left: 18px;
  margin-bottom: 1px;
  margin-top: 1px;
}
.eshop-filters-item__list--brand .eshop-filters-item__value:before {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 1px #d3d3d9;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
}
.eshop-filters-item__list--brand .eshop-filters-item__value:hover:before {
  width: 14px;
  height: 14px;
  border: solid 1px #f0027F;
}
.eshop-filters-item__value {
  display: block;
  position: relative;
  padding-bottom: 10px;
  color: #000033;
  cursor: pointer;
  text-decoration: none;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.eshop-filters-item__value:hover {
  color: #f0027F;
}
.eshop-filters-item__value > span {
  font-weight: 700;
  padding-left: 3px;
}
.eshop-filters-item--scrollbar {
  height: 220px;
}
.eshop-filters--star {
  position: relative;
  background: url("../images/star-empty.jpg") left top;
  width: 75px;
  display: inline-block;
  height: 15px;
}
.eshop-filters--star:before {
  content: "";
  position: absolute;
  height: 15px;
  top: 0;
  left: 0;
  background: url("../images/star.jpg") left top;
}
.eshop-filters--star5:before {
  width: 75px;
}
.eshop-filters--star4:before {
  width: 60px;
}
.eshop-filters--star3:before {
  width: 45px;
}
.eshop-filters--star2:before {
  width: 30px;
}
.eshop-filters--star1:before {
  width: 15px;
}
.eshop-filters--star0:before {
  width: 0;
}

.eshop-leftside-filter .eshop-filters-return {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--dark-grey);
  position: relative;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  top: 10px;
}
.eshop-leftside-filter .eshop-filters-return:before {
  content: "×";
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .eshop-leftside-filter.opened {
    position: fixed;
    height: 100%;
    width: 100%;
    background: white;
    overflow: scroll;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
  }
  .eshop-leftside-filter.opened .eshop-filters {
    display: block;
    margin: 20px 0 0 0;
  }
  .eshop-leftside-filter.opened > .eshop-category {
    display: block;
    margin: 20px 0 20px 15px;
  }
  .eshop-leftside-filter.opened .eshop-filters-mobile {
    display: none !important;
  }
  .eshop-leftside-filter.opened .eshop-filters-return {
    display: block !important;
  }
  .eshop-leftside-filter .eshop-filters,
  .eshop-leftside-filter .eshop-category {
    display: none;
  }
  .eshop-leftside-filter .eshop-filters-return {
    display: none !important;
  }
}
label.eshop-filters-item__value {
  font-weight: 400;
}

.eshop-filters-item__list--brand label.eshop-filters-item__value:before {
  top: 0px;
}

.eshop-product-card {
  height: auto;
  border: 1px solid #d3d3d9;
  position: relative;
  color: #25233e;
  border-bottom: 0;
}
.eshop-product-card .container_promo {
  margin-top: 5px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eshop-product-card .container_promo .promo-label {
  padding: 4px 3px;
  color: var(--white);
  background-color: #ff4e00;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 140px;
  max-width: 140px;
}
.eshop-product-card .container_promo .promo-label.blue {
  background-color: var(--dark-cornflower-blue);
}
.eshop-product-card .container_promo .promo-label.promo-blue {
  background-color: var(--dark-cornflower-blue);
}
.eshop-product-card .container_promo .promo-label.promo-orange {
  background-color: var(--orange);
}
.eshop-product-card .container_promo .promo-label.promo-green {
  background-color: #3FA535;
}
.eshop-product-card .container_promo .promo-label.promo-dark-orange {
  background-color: #FF0000;
}
.eshop-product-card .container_promo .promo-label.promo-yellow {
  background-color: #FFFF33;
}
.eshop-product-card .container_promo .promo-label.promo-blue {
  background-color: #1E4398;
}
.eshop-product-card .container_promo .promo-text {
  color: #000033;
}
.eshop-product-card .container_promo .promo-text span:first-child() {
  color: #ff4e00;
  font-weight: 700;
}
.eshop-product-card .container_promo .promo-text.promo-green span:first-child() {
  color: #3FA535;
}
.eshop-product-card .container_promo .promo-text.promo-dark-orange span:first-child() {
  color: #FF0000;
}
.eshop-product-card .container_promo .promo-text.promo-yellow span:first-child() {
  color: #FFFF33;
}
.eshop-product-card .container_promo .promo-text.promo-blue span:first-child() {
  color: #1E4398;
}
.eshop-product-card .container_promo .promo-text.blue span:first-child() {
  color: var(--dark-cornflower-blue);
}
.eshop-product-card:last-of-type {
  border: 1px solid #d3d3d9;
}
.eshop-product-card__remarks {
  bottom: -14px;
  position: absolute;
  color: #f00;
}
.eshop-product-card:hover .eshop-product-card__extra-label:not(.opened-label) a:after {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.eshop-product-card__pallet {
  position: absolute;
  top: -26px;
  right: 8px;
}
.eshop-product-card__pallet--relative {
  position: relative;
  top: 10px;
  right: inherit;
}
.eshop-product-card__pallet a {
  font-size: 12px;
  color: #000033;
  text-decoration: underline;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.eshop-product-card__contract-info {
  background-color: #FBFBFB;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 10px;
  line-height: 16px;
}
.eshop-product-card--empty-bloc {
  display: none;
}
.eshop-product-card__image .es-error-message {
  display: none;
}
.eshop-product-card__checkbox {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  padding: 0 !important;
  z-index: 1;
}
.eshop-product-card__checkbox > .form-group {
  margin: 0;
  height: 24px;
}
.eshop-product-card__checkbox > .form-group > .checkbox {
  margin: 0;
  width: 24px;
  height: 24px;
}
.eshop-product-card__checkbox > .form-group > .checkbox > .checkbox-label {
  padding: 0 0 0 39px !important;
  margin: 0;
  width: 24px;
  height: 26px;
}
.eshop-product-card__checkbox-all {
  left: 3px;
}
.eshop-product-card__checkbox-all-cart {
  left: 3px;
  margin-top: -18px;
  top: 24px;
}
.eshop-product-card.eshop-product-card--selected {
  margin-bottom: 0;
  border: 1px solid #f0027F;
}
.eshop-product-card.eshop-product-card--selected + .eshop-product-card.eshop-product-card--selected {
  margin-top: -1px;
}
.eshop-product-card:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.eshop-product-card:first-child {
  background-color: #FFF;
}
.eshop-product-card-inner {
  padding: 35px 10px 25px 10px;
  position: relative;
}
.eshop-product-card-inner__head {
  background: #FFF;
  min-height: inherit;
  padding: 15px 10px;
}
.eshop-product-card-inner__head--blue {
  background-color: #26233e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.eshop-product-card-inner__head .eshop-product-card__main > div {
  vertical-align: middle;
}
.eshop-product-card__main {
  display: table;
  width: 100%;
  margin: 0;
}
.eshop-product-card__main > div {
  display: table-cell;
  vertical-align: top;
  float: none;
  word-break: break-word;
  padding: 0 5px;
}
.eshop-product-card__main table {
  margin-top: 10px;
}
.eshop-product-card__main table th {
  font-weight: 700;
}
.eshop-product-card__main table th,
.eshop-product-card__main table td {
  padding-right: 7px;
}
.eshop-product-card__links {
  vertical-align: middle !important;
}
.eshop-product-card--border-promo:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  background-color: #ff4e00;
}
.eshop-product-card--border.promo-green:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  background-color: #3FA535;
}
.eshop-product-card--border.promo-dark-orange:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  background-color: #FF0000;
}
.eshop-product-card--border.promo-yellow:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  background-color: #FFFF33;
}
.eshop-product-card--border.promo-blue:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  background-color: #1E4398;
}
.eshop-product-card--border-notavailable {
  border: 1px solid #f00;
}
.eshop-product-card--border-pink {
  border: 1px solid #f0027F;
}
.eshop-product-card--border-pink:last-of-type {
  border: 1px solid #f0027F;
}
.eshop-product-card .remove-button {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(108, 99, 136, 0.8);
  overflow: hidden;
  z-index: 1;
}
.eshop-product-card__checkbox-col {
  vertical-align: middle !important;
}
.eshop-product-card__checkbox-col .form-group {
  margin: 0;
}
.eshop-product-card__checkbox-col .form-group .checkbox {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.eshop-product-card__checkbox-col .form-group .checkbox label {
  padding: 4px 0 0 39px !important;
  width: 24px;
  height: 24px;
}
.eshop-product-card__thumbnail {
  text-align: center;
  position: relative;
  margin: 0 auto;
  max-width: 100px;
}
.eshop-product-card__thumbnail--empty .eshop-product-card__thumbnail-extra {
  position: relative;
  margin: 0 auto 10px auto;
  left: inherit;
  top: inherit;
}
.eshop-product-card__thumbnail img {
  width: 100%;
  max-width: 100px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto 10px auto;
}
.eshop-product-card__thumbnail-extra {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.eshop-product-card__thumbnail-badge {
  position: absolute;
  top: -32px;
  left: -11px;
  background: #f0027F;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  line-height: 14px;
  text-align: center;
  z-index: 1;
}
.eshop-product-card__thumbnail-badge-relative {
  position: relative;
  top: 0;
  left: 0;
}
.eshop-product-card__thumbnail-badge.promo-orange {
  background: #ff4e00;
}
.eshop-product-card__thumbnail-badge.promo-green {
  background: #3FA535;
}
.eshop-product-card__thumbnail-badge.promo-dark-orange {
  background: #FF0000;
}
.eshop-product-card__thumbnail-badge.promo-yellow {
  background: #FFFF33;
}
.eshop-product-card__thumbnail-badge.promo-blue {
  background: #1E4398;
}
.eshop-product-card__description .es-error-message {
  display: block;
  font-size: 14px;
  color: #b5163f;
}
.eshop-product-card__title {
  line-height: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .eshop-product-card__title {
    margin-top: 10px;
  }
}
.eshop-product-card__title a {
  color: #000033;
  text-decoration: none;
}
.eshop-product-card__title-promo {
  color: #f0027F;
  position: absolute;
  top: -28px;
  white-space: nowrap;
  font-weight: 700;
}
.eshop-product-card__title-promo.promo-orange {
  color: #000033 !important;
}
.eshop-product-card__title-promo.promo-orange span:first-child {
  color: #ff4e00;
}
.eshop-product-card__title-promo.promo-orange span:last-child {
  font-weight: 400;
}
.eshop-product-card__title-promo.promo-green {
  color: #000033 !important;
}
.eshop-product-card__title-promo.promo-green span:first-child {
  color: #3FA535;
}
.eshop-product-card__title-promo.promo-green span:last-child {
  font-weight: 400;
}
.eshop-product-card__title-promo.promo-dark-orange {
  color: #000033 !important;
}
.eshop-product-card__title-promo.promo-dark-orange span:first-child {
  color: #FF0000;
}
.eshop-product-card__title-promo.promo-dark-orange span:last-child {
  font-weight: 400;
}
.eshop-product-card__title-promo.promo-yellow {
  color: #000033 !important;
}
.eshop-product-card__title-promo.promo-yellow span:first-child {
  color: #FFFF33;
}
.eshop-product-card__title-promo.promo-yellow span:last-child {
  font-weight: 400;
}
.eshop-product-card__title-promo.promo-blue {
  color: #000033 !important;
}
.eshop-product-card__title-promo.promo-blue span:first-child {
  color: #1E4398;
}
.eshop-product-card__title-promo.promo-blue span:last-child {
  font-weight: 400;
}
.eshop-product-card__excerpt {
  min-height: 60px;
  line-height: 18px;
}
.eshop-product-card__excerpt-extra {
  height: 22px;
  line-height: 22px;
  margin-top: 20px;
}
.eshop-product-card__excerpt-extra--background {
  border: solid 1px #d3d3d9;
  background: #f6f6f7;
  padding: 10px 5px;
}
.eshop-product-card__excerpt-promo {
  color: #ff4e00 !important;
  font-weight: 700;
  margin-top: 20px;
}
.eshop-product-card__excerpt .promo-green {
  color: #3FA535 !important;
  font-weight: 700;
  margin-top: 20px;
}
.eshop-product-card__excerpt .promo-dark-orange {
  color: #FF0000 !important;
  font-weight: 700;
  margin-top: 20px;
}
.eshop-product-card__excerpt .promo-yellow {
  color: #FFFF33 !important;
  font-weight: 700;
  margin-top: 20px;
}
.eshop-product-card__excerpt .promo-blue {
  color: #1E4398 !important;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .eshop-product-card__price-stock {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.eshop-product-card__footer {
  display: table;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .eshop-product-card__footer {
    margin-top: 10px;
  }
}
.eshop-product-card__extra {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #f6f6f8;
}
.eshop-product-card__extra-label {
  display: block;
  position: absolute;
  top: -52px;
  right: 15px;
  background-color: #FFF;
  border: solid 2px #f0027F;
}
.eshop-product-card__extra-label > a {
  font-weight: 700;
  text-transform: uppercase;
  color: #f0027F;
  text-decoration: none !important;
  display: block;
  padding: 10px 11px;
}
.eshop-product-card__extra-label > a:after {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-deg.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eshop-product-card__extra-label.opened-label a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.eshop-product-card__extra-label--fixed-size {
  display: table;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 162px;
}
.eshop-product-card__extra-label--fixed-size > a {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  font-size: 12px;
  padding: 0 5px;
}
.eshop-product-card__extra-content {
  padding: 0 50px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.eshop-product-card__extra-content-placeholder {
  padding: 5px 0;
  margin: 0 auto;
}
.eshop-product-card__extra.open .eshop-product-card__extra-label a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.eshop-product-card__extra.open .eshop-product-card__extra-content {
  border-top: 1px solid #d3d3d9;
  max-height: 100%;
  padding: 20px 35px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.eshop-product-card__extra .eshop-product-card__extra-label + .eshop-product-card__extra-label {
  right: 220px;
}
.eshop-product-card__reference-input {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
.eshop-product-card__reference-input::-webkit-input-placeholder {
  color: #999 !important;
}
.eshop-product-card__reference-input::-moz-placeholder {
  color: #999 !important;
}
.eshop-product-card__reference-input:-ms-input-placeholder {
  color: #999 !important;
}
.eshop-product-card__reference-input::-ms-input-placeholder {
  color: #999 !important;
}
.eshop-product-card__reference-input::placeholder {
  color: #999 !important;
}
.eshop-product-card__reference-input::-webkit-input-placeholder {
  color: #999 !important;
}
.eshop-product-card__reference-input:-moz-placeholder {
  color: #999 !important;
}
@media screen and (max-width: 767px) {
  .eshop-product-card__reference-input {
    margin-bottom: 10px;
  }
}
.eshop-product-card__reference-text {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .eshop-product-card__reference-text {
    margin-bottom: 10px;
  }
}
.eshop-product-card--border-promo .eshop-product-card__description .eshop-product-card__excerpt {
  min-height: 0;
}
.eshop-product-card__delivery-option {
  display: none;
}

.dot-assortment {
  position: relative;
}
.dot-assortment::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: unset;
  background-color: var(--pink-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
}

.eshop-icon-link {
  color: #000;
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 5px;
  margin-right: 20px;
  line-height: 20px;
}
.eshop-icon-link:hover {
  color: #f0027F;
}
.eshop-icon-link:hover:before {
  background-color: #f0027F;
}
.eshop-icon-link:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  overflow: hidden;
}

.eshop-product-stock {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
.eshop-product-stock:before {
  content: "•";
  position: absolute;
  font-size: 30px;
  line-height: 0.05;
  left: 0;
  top: 7px;
}
.eshop-product-stock.es-c-red {
  color: #f00;
}
.eshop-product-stock.es-c-green {
  color: #06ce48;
}
.eshop-product-stock.es-c-yellow {
  color: #ffa200;
}

.eshop-product-card__extraslider {
  visibility: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.eshop-product-card__extraslider button {
  position: absolute;
  top: 50%;
  border: none;
  background-image: url(../images/arrow-bottom-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-top: -10px;
  outline: none;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.eshop-product-card__extraslider button.next {
  right: -35px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.eshop-product-card__extraslider button.prev {
  left: -35px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.eshop-product-card__extraslider button.inactive {
  pointer-events: none;
  opacity: 0;
}
.eshop-product-card__extraslider-heading {
  font-weight: 700;
  margin-right: 15px;
}
.eshop-product-card__extraslider-row {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25;
  margin: 5px 0;
}
.eshop-product-card__extraslider-slideable {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-touch-action: pan-x pinch-zoom;
  touch-action: pan-x pinch-zoom;
}
.eshop-product-card__extraslider-slideable::-webkit-scrollbar {
  display: none;
}
.eshop-product-card__extraslider-items {
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  font-size: 0;
  line-height: 0;
}
.eshop-product-card__extraslider-item {
  display: inline-block;
  text-align: center;
  white-space: initial;
}
.eshop-product-card__extraslider-item .eshop-product-card__extraslider-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.eshop-product-card__extraslider--blue {
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.eshop-product-card__extraslider--blue .eshop-product-card__extraslider-heading {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  margin: 0;
  text-align: center;
  border-left: solid 1px #d3d3d9;
}
.eshop-product-card__extraslider--blue .eshop-product-card__extraslider-row {
  background: #FFF;
  font-size: 12px;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #d3d3d9;
  border-right: solid 1px #d3d3d9;
  padding: 0 4px;
}
.eshop-product-card__extraslider--simple .eshop-product-card__extraslider-slideable {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.eshop-product-card__extraslider--simple .eshop-product-card__extraslider-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.eshop-product-card__extraslider--simple .eshop-product-card__extraslider-item {
  width: auto;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .eshop-product-card {
    margin-bottom: 10px;
    border: 1px solid #d3d3d9;
  }
  .eshop-product-card__columns {
    display: none;
  }
  .eshop-product-card-inner {
    padding: 20px 3px 10px 3px;
  }
  .eshop-product-card-inner__head {
    display: none;
  }
  .eshop-product-card__main > div {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .eshop-product-card__title {
    text-align: center;
    font-size: 20px;
  }
  .eshop-product-card__title > a {
    display: block;
    padding-top: 10px;
  }
  .eshop-product-card__title-promo {
    position: relative;
    top: 0;
    display: block;
    white-space: normal;
    font-size: 14px;
    padding-top: 0 !important;
  }
  .eshop-product-card__title-promo .promo-orange {
    color: #000033;
  }
  .eshop-product-card__title-promo .promo-orange span:first-child() {
    color: #ff4e00;
    font-weight: 700;
  }
  .eshop-product-card__title-promo .promo-green {
    color: #000033;
  }
  .eshop-product-card__title-promo .promo-green span:first-child() {
    color: #3FA535;
    font-weight: 700;
  }
  .eshop-product-card__title-promo .promo-dark-orange {
    color: #000033;
  }
  .eshop-product-card__title-promo .promo-dark-orange span:first-child() {
    color: #FF0000;
    font-weight: 700;
  }
  .eshop-product-card__title-promo .promo-yellow {
    color: #000033;
  }
  .eshop-product-card__title-promo .promo-yellow span:first-child() {
    color: #FFFF33;
    font-weight: 700;
  }
  .eshop-product-card__title-promo .promo-blue {
    color: #000033;
  }
  .eshop-product-card__title-promo .promo-blue span:first-child() {
    color: #1E4398;
    font-weight: 700;
  }
  .eshop-product-card .eshop-product-stock {
    padding-left: 0;
  }
  .eshop-product-card .eshop-product-stock:before {
    position: relative;
    top: 6px;
    left: -4px;
  }
  .eshop-product-card__links {
    padding-top: 10px;
  }
  .eshop-product-card__links > .eshop-icon-link {
    margin-bottom: 10px;
  }
  .eshop-product-card__thumbnail-badge {
    position: relative;
    top: 0;
    left: 0;
    margin: 35px 0 5px 0;
  }
  .eshop-product-card__extra .eshop-product-card__extra-content {
    border-bottom: solid 1px #d3d3d9;
  }
  .eshop-product-card__extra-label {
    position: relative;
    top: inherit;
    right: inherit;
    border: 0;
    margin: 0 20px;
  }
  .eshop-product-card__extra-label a {
    text-align: right;
  }
  .eshop-product-card__extra-label--fixed-size {
    width: 100% !important;
    margin: 0;
  }
  .eshop-product-card__excerpt-promo {
    margin-bottom: 10px;
  }
  .eshop-product-card .eshop-product-card__extra-label + .eshop-product-card__extra-label {
    right: 0;
  }
  .eshop-product-card .remove-button {
    top: 30px;
    right: 10px;
  }
  .eshop-product-card .eshop-product-card__checkbox {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 1;
  }
  .eshop-product-card__checkbox-all-cart {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-top: 7px;
  }
  .eshop-product-card__checkbox-all {
    left: 13px;
    position: relative;
    top: 8px;
    display: inline-block;
  }
  .eshop-product-card__extraslider-item {
    width: 100%;
  }
  .eshop-product-card__extraslider--blue .eshop-product-card__extraslider-heading {
    width: 50%;
  }
}
#mktph-sku-listing:not(:empty), #mktph-sku-listing:empty:last-child {
  border-top: solid 1px #d3d3d9;
}

.eshop-inpage-navigation {
  border: 0;
}
.eshop-inpage-navigation .inpage-navigation__wrapper-navigation {
  border-color: #d3d3d9;
}
.eshop-inpage-navigation .inpage-navigation__wrapper-navigation.one-item {
  width: 33%;
}
.eshop-inpage-navigation__wrapper-navigation {
  border-top: 1px solid #d3d3d9;
  border-bottom: 1px solid #d3d3d9;
}
.eshop-inpage-navigation__wrapper-navigation .panel-title {
  margin-bottom: 0 !important;
}
.eshop-inpage-navigation__tabs-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eshop-inpage-navigation__tabs-navigation-item {
  position: relative;
  display: inline-block;
  border-right: 1px solid #d3d3d9;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0;
  cursor: pointer;
}
.eshop-inpage-navigation__tabs-navigation-item::before {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: -1px;
}
.eshop-inpage-navigation__tabs-navigation-item:hover::before, .eshop-inpage-navigation__tabs-navigation-item.active::before {
  height: 6px;
  background: #f0027F;
}
.eshop-inpage-navigation__tabs-navigation-item:first-child {
  border-left: 1px solid #d3d3d9;
}
.eshop-inpage-navigation__tabs-navigation-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000033;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
}
.eshop-inpage-navigation__tabs-navigation-item-link:hover {
  text-decoration: none;
}
.eshop-inpage-navigation__tabs-icon {
  display: none;
}
.eshop-inpage-navigation__wrapper-content {
  padding: 80px 0;
  border-bottom: 1px solid #d3d3d9;
  background: #fbfbfb;
}
.eshop-inpage-navigation .tab-content {
  width: 100%;
}
.eshop-inpage-navigation .inpage-navigation__tabs-navigation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #d3d3d9;
  padding: 0;
}
.eshop-inpage-navigation .inpage-navigation__tabs-navigation-item:before {
  margin-left: 0;
  left: 0;
}
.eshop-inpage-navigation .inpage-navigation__tabs-navigation-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
}
.eshop-inpage-navigation .inpage-navigation__wrapper-content {
  border-left: 1px solid #d3d3d9;
  border-right: 1px solid #d3d3d9;
  border-color: #d3d3d9;
  padding: 30px;
}
.eshop-inpage-navigation--spacing-small .inpage-navigation__wrapper-content {
  border-left: 1px solid #d3d3d9;
  border-right: 1px solid #d3d3d9;
  padding: 20px 30px;
}
.eshop-inpage-navigation .generic-cnt,
.eshop-inpage-navigation .generic-cnt p,
.eshop-inpage-navigation .generic-cnt ul:not(.cke_panel_list) {
  font-size: 14px;
  line-height: 18px;
}
.eshop-inpage-navigation .generic-cnt h2 {
  font-size: 22px;
  margin: 10px 0;
  padding: 0;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .eshop-inpage-navigation .inpage-navigation__wrapper-navigation.one-item {
    width: 100%;
  }
  .eshop-inpage-navigation .panel-group {
    width: 100%;
    margin: 0;
  }
  .eshop-inpage-navigation .panel-group .panel.panel-default {
    border: 0;
    margin-bottom: 15px;
  }
  .eshop-inpage-navigation .panel-group .panel.panel-default:first-child {
    border: 0;
  }
  .eshop-inpage-navigation .panel-group .panel.panel-default .panel-title {
    background-color: #000033;
  }
  .eshop-inpage-navigation .panel-group .panel.panel-default .panel-title .inpage-navigation__tabs-navigation-item-link {
    color: #FFF;
    font-size: 14px;
    font-family: "Source Sans Pro", Verdana, sans-serif;
    text-transform: inherit;
    padding: 10px 15px;
  }
  .eshop-inpage-navigation .panel-group .panel.panel-default .panel-title .inpage-navigation__tabs-navigation-item-link .inpage-navigation__tabs-icon {
    top: 50%;
    right: 15px;
    color: white;
  }
  .eshop-inpage-navigation .panel-group .panel-collapse.collapse.in {
    border: solid 1px #d3d3d9;
  }
  .eshop-inpage-navigation .panel img {
    width: auto;
    display: inline-block;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .eshop-inpage-navigation .inpage-navigation__wrapper-navigation.one-item {
    width: 100%;
  }
}
.eshop-banner {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.eshop-banner img {
  max-width: 100%;
}

.eshop-news-item {
  position: relative;
}
.eshop-news-item__photo {
  width: 100%;
}
.eshop-news-item__photo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.eshop-news-item__title {
  color: #000033;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  margin-top: -5px;
}
.eshop-news-item__text {
  font-size: 16px;
  line-height: 1.5;
}

.eshop-login {
  padding: 40px 0;
  background-color: #fbfbfb;
  color: #000033;
}
.eshop-login-bloc {
  min-height: 300px;
  border: solid 1px #d3d3d9;
  background-color: #FFF;
}
.eshop-login-bloc__left {
  width: 50%;
  padding: 46px;
  float: left;
  border-right: solid 1px #d3d3d9;
}
.eshop-login-bloc__right {
  width: 50%;
  padding: 46px;
  float: right;
}
.eshop-login-bloc__main {
  width: 50%;
  padding: 46px;
}
.eshop-login-bloc__list > ul.list-checked {
  text-transform: uppercase;
  font-weight: 700;
}
.eshop-login-bloc__title {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 10px;
}
.eshop-login-bloc__subtitle {
  font-size: 16px;
  padding-bottom: 20px;
}
.eshop-login-bloc__form {
  padding: 0;
}
.eshop-login-bloc__form .es-link--small-gray {
  padding: 20px 0;
}
.eshop-login-header {
  border-bottom: solid 1px #d3d3d9;
}
.eshop-login-header-item {
  height: 120px;
  display: table;
  padding: 20px 0;
  width: 100%;
}
.eshop-login-header-item__container {
  display: table-cell;
  vertical-align: middle;
}
.eshop-login-header-item__container h2 {
  margin: 0;
}
.eshop-login-header-item__container h3 {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.eshop-login-multiaccount__title {
  margin-bottom: 10px;
}
.eshop-login-multiaccount__item {
  border: solid 1px #d3d3d9;
  display: table;
  width: 100%;
  min-height: 100px;
  background-color: #fbfbfb;
  border-bottom: 0;
}
.eshop-login-multiaccount__item:nth-child(2n+1) {
  background-color: #FFF;
}
.eshop-login-multiaccount__item:last-child {
  border-bottom: solid 1px #d3d3d9;
}
.eshop-login-multiaccount__item > a.link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 35px;
  font-size: 18px;
}
.eshop-login-multiaccount__item > a.link .eshop-login-multiaccount__item-name {
  font-weight: 700;
  text-transform: uppercase;
}
.eshop-login-multiaccount__item > a.link:before {
  right: 20px;
  position: absolute;
  top: 50%;
  height: 14px !important;
  margin-top: -7px;
}
.eshop-login-footer {
  border-top: solid 1px #d3d3d9;
}
.eshop-login-footer-item {
  height: 120px;
  display: table;
  width: 100%;
  text-align: center;
}
.eshop-login-footer-item__container {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .eshop-login-bloc {
    border: 0;
    background-color: transparent;
  }
  .eshop-login-bloc__left, .eshop-login-bloc__right, .eshop-login-bloc__main {
    width: 100%;
    border: solid 1px #d3d3d9;
    background-color: white;
  }
}
/*********************************************/
/* GRID Templates*/
/*********************************************/
.productdetails_container-grid {
  display: grid;
  row-gap: 1.5rem;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-template-columns: 460px minmax(0, 1fr);
  grid-template-rows: auto;
}

.productdetails_products-gallery {
  grid-column: 1/2;
  grid-row: 1/2;
  margin-top: 20px;
}

.productdetails_products-infos {
  grid-column: 2/3;
  grid-row: 1/2;
}

.productdetails_more-infos {
  grid-column: 2/3;
  grid-row: 2/3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 30px 0;
  background-color: pink;
}

.productdetails_mobile-title {
  display: none;
}

.productdetails_products-infos {
  margin-top: 20px;
}

/*********************************************/
/* MEDIA Queries */
/*********************************************/
@media screen and (max-width: 543px) {
  .productdetails_mobile-title {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .productdetails_container-grid {
    display: block;
    position: relative;
  }
  .productdetails_container-grid .productdetails_products-gallery {
    margin-top: 25px;
  }
  .productdetails_container-grid .productdetails_products-infos-header .productdetails_title {
    position: absolute;
    top: -10px;
  }
}
@media screen and (min-width: 992px) {
  .productdetails_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .productdetails_products-infos-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*********************************************/
.header-title-excerpt {
  width: 100%;
}

.skudetails_container-grid {
  display: grid;
  grid-template-columns: 460px minmax(0, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 1.5rem;
}

.skudetails_products-gallery {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: 20px;
}

.skudetails_products-infos {
  grid-column: 2/3;
  grid-row: 1/2;
}

.prod-title {
  margin-top: 0;
}

#content-panel {
  padding: 10px 5px;
  margin: 0 auto;
  display: none;
  background-color: var(--background-grey);
  border: 1px solid var(--medium-grey);
  border-top: none;
  line-height: 20px;
}

.panel_description-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  background-color: var(--pink-color);
  padding: 7px 5px;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.panel_description-heading h4 {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-right: 20px;
  margin-bottom: 0;
}

.toggle-signs {
  position: absolute;
  right: 10px;
  font-size: 1rem;
  width: 14px;
  height: 14px;
  background-color: var(--white);
  text-align: center;
  line-height: 15px;
}

.btn-orange .toggle-signs {
  color: #ff4e00;
}

.promo-green .toggle-signs {
  color: #3FA535;
}

.promo-dark-orange .toggle-signs {
  color: #FF0000;
}

.promo-yellow .toggle-signs {
  color: #FFFF33;
}

.promo-blue .toggle-signs {
  color: #1E4398;
}

/*********************************************/
/* MEDIA Queries */
/*********************************************/
@media screen and (max-width: 543px) {
  .skudetails_container-grid {
    display: block;
  }
  .skudetails_container-grid .eshop-maincontent {
    margin-top: 0;
  }
  .skudetails_products-infos-text {
    margin-top: 10px;
  }
  h1.prod-title {
    font-size: 20px;
  }
  .container-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .skudetails_container-grid {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .skudetails_products-infos,
  .productdetails_products-infos {
    padding-left: 15px;
  }
}
/*********************************************/
.eshop-order-summary {
  background-color: #fbfbfb;
  border: 1px solid #d3d3d9;
  padding: 20px 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.eshop-order-summary br {
  display: block;
  margin: 25px 0;
  content: "";
}

.os-table {
  margin: 0 0 20px 0;
}
.os-table > tbody > tr > td {
  border-top: none;
  padding: 5px;
  line-height: 1.2;
}
.os-table > tbody > tr > td:first-child {
  padding-left: 0;
}
.os-table > tbody > tr > td:last-child {
  padding-right: 0;
}
.os-table > tbody > tr.os-tr-sigma > td {
  padding-top: 20px;
}
.os-table-label {
  text-align: left;
}
.os-table-value {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
.os-price {
  color: #f0027F;
}
.os-trans-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.os-trans-status {
  margin-bottom: 10px;
}
.os-trans-item {
  margin-bottom: 6px;
}
.os-trans-label {
  font-size: 14px;
}
.os-trans-value {
  font-weight: bold;
}

.eshop-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 11px;
}
.eshop-table__head {
  display: table-row;
}
.eshop-table__head > div {
  display: table-cell;
  word-break: break-word;
  float: none;
  font-weight: 700;
  text-align: center;
  font-size: 11px;
  padding: 10px 5px;
}
.eshop-table__row {
  display: table-row;
  width: 100%;
}
.eshop-table__row > div {
  display: table-cell;
  word-break: break-word;
  float: none;
  text-align: center;
  padding: 0 5px 5px 5px;
  vertical-align: top;
}
.eshop-table__row.eshop-table__expandable > div {
  display: table-cell;
  float: none;
  padding-top: 5px;
  vertical-align: middle;
}
.eshop-table__expandable .es-show-link {
  display: inline-block;
  white-space: nowrap;
  width: 70px;
  font-size: 11px;
  padding-left: 16px;
  line-height: 16px;
}
.eshop-table__expandable .es-hide-link {
  display: none;
  white-space: nowrap;
  width: 70px;
  font-size: 11px;
  padding-left: 16px;
  line-height: 16px;
}
.eshop-table__expandable.expand .es-show-link {
  display: none;
}
.eshop-table__expandable.expand .es-hide-link {
  display: inline-block;
}
.eshop-table__nested-row {
  background-color: #f6f6f7;
  display: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.eshop-table__nested-row .eshop-table__head > div {
  font-size: 11px;
}
.eshop-table .expand + .eshop-table__nested-row {
  display: block;
}

.eshop-progress-navigation {
  background-color: #fafafa;
  height: 57px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.eshop-progress-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.eshop-progress-navigation__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center;
  color: #a9a8b2;
  position: relative;
  font-size: 20px;
  padding: 18px 10px;
  font-weight: 700;
  border-top: 1px solid #d3d3d9;
  border-bottom: 1px solid #d3d3d9;
  border-left: 1px solid #d3d3d9;
}
.eshop-progress-navigation__list-item > a {
  color: #a9a8b2;
  text-decoration: none;
}
.eshop-progress-navigation__list-item > a:hover {
  color: #000033;
}
.eshop-progress-navigation__list-item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #fafafa;
  position: absolute;
  right: -20px;
  top: -1px;
  z-index: 20;
}
.eshop-progress-navigation__list-item:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #d3d3d9;
  position: absolute;
  left: 1px;
  top: -1px;
  z-index: 10;
}
.eshop-progress-navigation__list-item:nth-child(1):before {
  display: none;
}
.eshop-progress-navigation__list-item:nth-last-child(1) {
  border-right: 1px solid #d3d3d9;
}
.eshop-progress-navigation__list-item:nth-last-child(1):after {
  display: none;
}
.eshop-progress-navigation__list-item.active {
  color: #000;
  -webkit-box-shadow: inset 1px 0 0 #fafafa, inset 0 4px 0 0 #f0027F;
  box-shadow: inset 1px 0 0 #fafafa, inset 0 4px 0 0 #f0027F;
}

.eshop-payment {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 15px;
  margin-bottom: 20px;
}
.eshop-payment-method {
  cursor: pointer;
}
.eshop-payment-method__hidden-radio {
  display: none;
}
.eshop-payment-method__content {
  width: 100%;
  border: 1px solid #d3d3d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eshop-payment-method__content:before {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #d3d3d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.eshop-payment-method__content-title {
  display: grid;
  width: 100%;
  grid-column: auto;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 50px;
  min-height: 90px;
  row-gap: 5px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.eshop-payment-method__content-title > div {
  grid-column: span 3;
}
.eshop-payment-method__content-title > div:nth-last-child(2) {
  grid-column: span 1;
}
.eshop-payment-method__content-title > div:nth-last-child(2) ~ * {
  grid-column: span 2;
}
.eshop-payment-method__content-title > div:nth-last-child(3) {
  grid-column: span 1;
}
.eshop-payment-method__content-title > div:nth-last-child(3) ~ * {
  grid-column: span 1;
}
.eshop-payment-method input:checked + .eshop-payment-method__content {
  border: 2px solid #f0027F;
}
.eshop-payment-method input:checked + .eshop-payment-method__content:before {
  background-color: #f0027F;
  border: 1px solid #f0027F;
  -webkit-box-shadow: inset 0 0 0 2px #FFF;
  box-shadow: inset 0 0 0 2px #FFF;
}

@media screen and (max-width: 991px) {
  .eshop-payment-method__content-title > div:nth-last-child(2),
  .eshop-payment-method__content-title > div:nth-last-child(3),
  .eshop-payment-method__content-title > div:nth-last-child(2) ~ *,
  .eshop-payment-method__content-title > div:nth-last-child(3) ~ * {
    grid-column: span 3;
  }
  .eshop-payment-method__content-title > div:nth-child(3) {
    display: none;
  }
}
.eshop-address-box {
  height: 310px;
  background-color: #fbfbfb;
  border: 1px solid #d3d3d9;
  position: relative;
  margin-bottom: 15px;
}
.eshop-address-box--new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.eshop-address-box--new:hover {
  opacity: 0.8;
}
.eshop-address-box--disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.eshop-address-box--disabled:hover {
  opacity: 0.4;
}
.eshop-address-box__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3d3d9;
  padding: 6px 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.eshop-address-box__main {
  padding: 10px;
  line-height: 1.2;
  font-size: 16px;
}
.eshop-address-box__footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
}
.eshop-address-box__footer a {
  font-size: 12px;
  color: #000033;
  text-decoration: underline;
  margin-right: 8px;
  display: inline-block;
  padding: 5px 0;
  white-space: nowrap;
}

.eshop-folder {
  height: auto;
  position: relative;
  vertical-align: top;
  width: auto;
  display: block;
  margin: 0;
}
.eshop-folder--faded {
  opacity: 0.5;
}
.eshop-folder__icon {
  text-align: center;
  background-image: url("../images/category-icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 48px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.eshop-folder__icon > span {
  display: inline-block;
  width: 60%;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.eshop-folder__icon--pointer {
  cursor: pointer;
}
.eshop-folder__title {
  text-decoration: none !important;
  color: #000033 !important;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 10px;
}
.eshop-folder__title-count {
  color: #f0027F;
  display: inline;
}
.eshop-folder__title:hover {
  color: #f0027F !important;
}
.eshop-folder__actions {
  position: absolute;
  top: 20px;
  right: 0;
  white-space: nowrap;
}
.eshop-folder__actions-item {
  vertical-align: top;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.eshop-folder--large {
  width: 105px;
  height: 85px;
  margin: 0 auto;
}
.eshop-folder--large .eshop-folder__icon {
  width: 74%;
  height: 74%;
}
.eshop-folder__children {
  display: none;
}
.eshop-folder__children .eshop-folder {
  margin-left: 40px !important;
}
.eshop-folder__children .eshop-folder:before {
  content: "";
  height: 50px;
  width: 30px;
  position: absolute;
  left: -40px;
  border-left: 2px solid #7c7a8c;
  border-bottom: 2px solid #7c7a8c;
}
.eshop-folder--expand input {
  display: none;
}
.eshop-folder--expand > .eshop-folder__icon {
  background-image: url("../images/subcategory-icon.svg");
}
.eshop-folder--expand > .eshop-folder__children {
  display: block;
}
.eshop-folder__selectable {
  padding: 10px 0 10px 0;
}

.eshop-folder-selectable-tree .eshop-folder {
  width: auto;
  display: block;
  margin: 0;
}
.eshop-folder-selectable-tree .eshop-folder label {
  width: 100%;
}
.eshop-folder-selectable-tree .eshop-folder__icon {
  width: 48px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.eshop-folder-selectable-tree .eshop-folder__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 10px;
}
.eshop-folder-selectable-tree input.eshop-folder__radio {
  display: none;
}
.eshop-folder-selectable-tree .eshop-folder__selectable {
  padding: 10px 0 10px 0;
  height: 60px;
}
.eshop-folder-selectable-tree input.eshop-folder__radio:checked + .eshop-folder__selectable {
  background-color: #daf0f6;
  position: relative;
}
.eshop-folder-selectable-tree .eshop-folder__children .eshop-folder:before {
  display: none;
}
.eshop-folder-selectable-tree .eshop-folder--expand > .eshop-folder__expandToggle:before {
  content: "-";
}
.eshop-folder-selectable-tree .eshop-folder--expand > label > .eshop-folder__selectable > .eshop-folder__icon {
  background-image: url("../images/subcategory-icon.svg");
}

.eshop-folder__expandToggle {
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: -25px;
  top: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f0027F;
  z-index: 5;
}
.eshop-folder__expandToggle:before {
  content: "+";
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .eshop-folder__actions {
    top: 0;
    left: 62px;
    right: inherit;
  }
  .eshop-folder__expandToggle {
    left: -16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 22px;
  }
}
.eshop-cutting-tools-projects {
  display: none;
}

.eshop-cutting-tools-update-projects {
  display: none;
}

.eshop-easystock {
  line-height: 16px;
}
.eshop-easystock__top-menu {
  margin-bottom: 30px;
}
.eshop-easystock__top-menu ul li {
  display: inline-block;
  padding: 5px 30px 5px 0;
}
.eshop-easystock__top-menu ul li a {
  font-size: 20px;
  font-weight: 700;
  color: #D3D3D9;
  text-decoration: none;
}
.eshop-easystock__top-menu ul li a.active, .eshop-easystock__top-menu ul li a:hover {
  color: #f0027F;
}
.eshop-easystock__info--title {
  font-weight: 700;
  margin-bottom: 5px;
}
.eshop-easystock__middle {
  font-weight: 700;
  margin: 30px 90px 10px 90px;
}
.eshop-easystock__middle-item {
  min-height: 83px;
  margin: 0 0 15px 0;
}
.eshop-easystock__middle--icon {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 40px;
  height: 40px;
  background-color: #000033;
  border-radius: 50px;
  text-align: center;
}
.eshop-easystock__middle--text {
  margin: 8px 0 0 50px;
}
.eshop-easystock__middle--value {
  position: absolute;
  top: 67px;
  width: 100%;
  font-size: 18px;
  color: #f0027F;
  text-align: center;
}
.eshop-easystock__caption {
  margin-top: 20px;
}
.eshop-easystock__caption-item {
  position: relative;
  display: inline-block;
  height: 26px;
  font-weight: 700;
  padding: 0 15px 0 0;
  margin-bottom: 5px;
  line-height: 26px;
}
.eshop-easystock__caption-item:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 26px;
  border: solid 1px #d3d3d9;
  background: #d3d3d9;
  vertical-align: top;
  margin-right: 10px;
}
.eshop-easystock__caption-item.low-stock:before {
  background: #FF1600;
}
.eshop-easystock__caption-item.in-preparation:before {
  background: #f0027F;
}
.eshop-easystock__caption-item.in-delivery:before {
  background: #FFA200;
}
.eshop-easystock__caption-item.in-stock:before {
  background: #06ce48;
}
.eshop-easystock__status {
  width: 100%;
  text-align: center;
  color: white;
  max-width: 125px;
  margin: 0 auto;
  padding: 10px 5px;
}
.eshop-easystock__status--green {
  background: #06ce48;
}
.eshop-easystock__status--yellow {
  background: #ffa200;
}
.eshop-easystock__status--red {
  background: #FF1600;
}
.eshop-easystock .eshop-order {
  margin-bottom: 20px;
}
.eshop-easystock .eshop-order .eshop-order-item .form-group {
  margin-bottom: 0;
}
.eshop-easystock .eshop-order .eshop-order-item .form-group input[type=text].form-control {
  margin-bottom: 0;
}

.eshop-progressbar {
  margin-right: 43px;
  font-weight: 700;
}
.eshop-progressbar__ladder {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #d3d3d9;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 10px;
  color: #d3d3d9;
}
.eshop-progressbar__ladder--index {
  position: relative;
  float: left;
  top: -20px;
  width: 20%;
  text-align: center;
}
.eshop-progressbar__ladder--index:after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #d3d3d9;
  top: 17px;
  left: 50%;
  margin-left: -3px;
}
.eshop-progressbar__ladder--index:first-child {
  width: 10%;
  text-align: left;
  left: -7px;
}
.eshop-progressbar__ladder--index:first-child:after {
  left: 7px;
}
.eshop-progressbar__ladder--index:last-child {
  width: 10%;
  text-align: right;
  right: -15px;
}
.eshop-progressbar__ladder--index:last-child:after {
  right: 12px;
  left: inherit;
}
.eshop-progressbar__bar {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #d3d3d9;
  margin-bottom: 20px;
}
.eshop-progressbar__bar--small {
  height: 20px;
}
.eshop-progressbar__bar--small .eshop-progressbar--instock {
  height: 20px;
  line-height: 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 12px;
}
.eshop-progressbar__bar--small .eshop-progressbar__bar--text {
  font-size: 12px;
  top: 25px;
}
.eshop-progressbar__bar--min-stock {
  position: absolute;
  top: 40px;
  left: 0;
  width: 40px;
  text-align: center;
  margin-left: -20px;
  padding-top: 3px;
  z-index: 5;
}
.eshop-progressbar__bar--min-stock:after {
  position: absolute;
  content: " ";
  height: 40px;
  width: 1px;
  top: -40px;
  left: 20px;
  background: #000;
}
.eshop-progressbar__bar .in-delivery {
  background: #FFA200;
}
.eshop-progressbar__bar .in-preparation {
  background: #f0027F;
}
.eshop-progressbar__bar .low-stock {
  background: #FF1600;
}
.eshop-progressbar__bar--text {
  position: absolute;
  right: 0;
  top: 45px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.eshop-progressbar__bar--text-top {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 25px;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}
.eshop-progressbar__content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
}
.eshop-progressbar--instock {
  background: #06ce48;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  color: white;
  padding-right: 5px;
  float: left;
}
.eshop-progressbar--delivery {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: right;
  color: white;
  padding-right: 5px;
  float: left;
}
.eshop-progressbar--exceedstock {
  position: absolute;
  right: -43px;
  top: 0;
  width: 40px;
  height: 40px;
  background: #06ce48;
  text-align: center;
  line-height: 40px;
  color: white;
  opacity: 0;
}
.eshop-progressbar--exceedstock.in-stock.in-delivery {
  width: 19px;
  background: #06ce48 !important;
  right: -22px;
}
.eshop-progressbar--exceedstock.in-stock.in-delivery:after {
  content: " ";
  position: absolute;
  width: 19px;
  height: 40px;
  right: -21px;
  top: 0;
  background: #FFA200;
}
.eshop-progressbar--exceedstock.in-stock.in-preparation {
  width: 19px;
  background: #06ce48 !important;
  right: -22px;
}
.eshop-progressbar--exceedstock.in-stock.in-preparation:after {
  content: " ";
  position: absolute;
  width: 19px;
  height: 40px;
  right: -21px;
  top: 0;
  background: #f0027F;
}
.eshop-progressbar--exceedstock.in-delivery.in-preparation {
  width: 19px;
  background: #FFA200 !important;
  right: -22px;
}
.eshop-progressbar--exceedstock.in-delivery.in-preparation:after {
  content: " ";
  position: absolute;
  width: 19px;
  height: 40px;
  right: -21px;
  top: 0;
  background: #f0027F;
}
.eshop-progressbar--exceedstock.in-stock.in-delivery.in-preparation {
  width: 12px;
  background: #06ce48 !important;
  right: -15px;
}
.eshop-progressbar--exceedstock.in-stock.in-delivery.in-preparation:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 40px;
  right: -14px;
  top: 0;
  background: #FFA200;
}
.eshop-progressbar--exceedstock.in-stock.in-delivery.in-preparation:before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 40px;
  right: -28px;
  top: 0;
  background: #f0027F;
}

@media screen and (max-width: 767px) {
  .eshop-easystock__middle {
    margin: 20px 0 10px 0;
  }
  .eshop-easystock__middle--value {
    text-align: left;
    padding-left: 47px;
  }
}
#interactive.viewport, #interactive-easystock.viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#interactive.viewport canvas, #interactive-easystock.viewport canvas, video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

#interactive.viewport canvas.drawingBuffer, #interactive-easystock.viewport canvas.drawingBuffer, video.drawingBuffer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#result_strip {
  margin-top: 5px;
  padding-top: 5px;
}

#result_strip ul.thumbnails > li {
  width: 150px;
}

#result_strip ul.thumbnails > li .thumbnail .imgWrapper {
  width: 130px;
  height: 130px;
  overflow: hidden;
}

#result_strip ul.thumbnails > li .thumbnail .imgWrapper img {
  margin-top: -25px;
  width: 130px;
  height: 180px;
}

@media screen and (min-width: 768px) {
  .eshop-translation-table .col-sm-5 {
    width: 57.1%;
  }
  .eshop-translation-table .col-sm-6 {
    width: 57.1%;
  }
  .eshop-translation-table .col-sm-2 {
    width: 10.7%;
  }
  .eshop-translation-table .col-sm-1.no-label {
    width: 4%;
  }
  .eshop-translation-table .col-sm-1.no-label .link.es-show-link {
    padding-left: 1px;
  }
  .eshop-translation-table .eshop-order-item {
    padding-right: 15px;
    padding-left: 8px;
  }
}
.eshop-translation-table textarea:focus {
  outline: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #f0027F;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

#eshop-translation-detail textarea:focus {
  outline: none;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #f0027F;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

.eshop-translation-table .eshop-order-item > div {
  padding: 8px 5px;
}

.input-inner-icon {
  color: grey;
  cursor: pointer;
  top: 22px;
  position: absolute;
  right: 25px;
}

@media print {
  a[href]:after {
    display: none;
    visibility: hidden;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  header.header {
    position: relative !important;
  }
  .reinsurance-bar, .eshop-navigation, .mobile-search, footer.footer {
    display: none !important;
  }
  .btn,
  .es-btn,
  .btn-pink {
    display: none;
  }
  .es-c-pink {
    color: #f0027F !important;
  }
  .header {
    width: 100% !important;
  }
  .header .eshop-first-bar__typo {
    color: #f0027F !important;
  }
  .eshop-product-card {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .eshop-product-card-inner__head {
    padding: 15px 5px;
  }
  .eshop-product-card-inner {
    padding: 25px 0 15px 0;
  }
  .eshop-product-card__main > div {
    text-align: left;
  }
  .eshop-product-card__main > div .eshop-product-card__thumbnail {
    text-align: left;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .eshop-product-card__main > div .eshop-product-card__thumbnail img {
    max-width: 100%;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
  .eshop-leftside-filter {
    display: none !important;
  }
  .eshop-print-none {
    display: none !important;
  }
  .eshop-print-full {
    width: 100% !important;
  }
  .eshop-product-card__actions .eshop-selectbox .sb-toggle {
    height: auto;
    line-height: 16px;
    padding: 12px 4px;
    text-overflow: inherit;
    min-width: auto;
    white-space: inherit;
    min-height: 40px;
  }
  .eshop-product-card__actions .eshop-selectbox .sb-toggle:after {
    visibility: hidden;
  }
  .eshop-product-card__actions .eshop-spinbutton button {
    display: none;
  }
  .eshop-product-card__image {
    width: 20% !important;
  }
  .eshop-product-card__description {
    width: 50% !important;
  }
  .eshop-product-card__price-stock {
    width: 30% !important;
  }
  .eshop-product-card__links,
  .eshop-product-card__pallet,
  .help-block.form-wrapper__help,
  .eshop-product-card__extra,
  .es-remove-button,
  .remove-button,
  .eshop-product-card__checkbox {
    display: none !important;
  }
  .card-quantity-matrix,
  .card-scale-price,
  .sku-cards .card-right .btn.es-btn.es-btn--border-pink {
    display: none !important;
  }
  .sku-cards .card-wrap {
    padding-bottom: 5px;
  }
  .full-container-right {
    width: 100% !important;
  }
  .full-container-right .sku-cards .card {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    width: calc(50% - 10px) !important;
  }
  .full-container-right .sku-cards .card .card-header {
    height: auto !important;
  }
  .eshop-product-card__title-promo {
    top: -18px;
  }
  .eshop-product-card__thumbnail-extra {
    display: none;
    background-color: #f0027F !important;
  }
  .inpage-navigation__wrapper-content {
    display: block !important;
  }
  #smartsupp-widget-container {
    visibility: hidden;
  }
  .e-print-img {
    display: inline !important;
  }
  .e-print-img + span.help-block {
    display: none;
  }
  .eshop-product-card__thumbnail-badge {
    top: -17px;
  }
  .col-sm-1-24 {
    width: 4.1666666667% !important;
    float: left !important;
  }
  .col-sm-2-24 {
    width: 8.3333333333% !important;
    float: left !important;
  }
  .col-sm-3-24 {
    width: 12.5% !important;
    float: left !important;
  }
  .col-sm-4-24 {
    width: 16.6666666667% !important;
    float: left !important;
  }
  .col-sm-5-24 {
    width: 20.8333333333% !important;
    float: left !important;
  }
  .col-sm-6-24 {
    width: 25% !important;
    float: left !important;
  }
  .col-sm-7-24 {
    width: 29.1666666667% !important;
    float: left !important;
  }
  .col-sm-8-24 {
    width: 33.3333333333% !important;
    float: left !important;
  }
  .col-sm-9-24 {
    width: 37.5% !important;
    float: left !important;
  }
  .col-sm-10-24 {
    width: 41.6666666667% !important;
    float: left !important;
  }
  .col-sm-11-24 {
    width: 45.8333333333% !important;
    float: left !important;
  }
  .col-sm-12-24 {
    width: 50% !important;
    float: left !important;
  }
  .col-sm-13-24 {
    width: 54.1666666667% !important;
    float: left !important;
  }
  .col-sm-14-24 {
    width: 58.3333333333% !important;
    float: left !important;
  }
  .col-sm-15-24 {
    width: 62.5% !important;
    float: left !important;
  }
  .col-sm-16-24 {
    width: 66.6666666667% !important;
    float: left !important;
  }
  .col-sm-17-24 {
    width: 70.8333333333% !important;
    float: left !important;
  }
  .col-sm-18-24 {
    width: 75% !important;
    float: left !important;
  }
  .col-sm-19-24 {
    width: 79.1666666667% !important;
    float: left !important;
  }
  .col-sm-20-24 {
    width: 83.3333333333% !important;
    float: left !important;
  }
  .col-sm-21-24 {
    width: 87.5% !important;
    float: left !important;
  }
  .col-sm-22-24 {
    width: 91.6666666667% !important;
    float: left !important;
  }
  .col-sm-23-24 {
    width: 95.8333333333% !important;
    float: left !important;
  }
  .col-sm-24-24 {
    width: 100% !important;
    float: left !important;
  }
}
/* 
* BEGIN Xselling Carousel 
*/
.container_slider-xselling h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.crossselling_frame-sku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 120px;
  max-height: 120px;
  margin: 0 auto;
  border: 1px solid var(--medium-grey);
}
.crossselling_frame-sku--left {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid var(--medium-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px;
}
.crossselling_frame-sku--left img {
  display: block;
  width: 100%;
}
.crossselling_frame-sku--right {
  padding: 6px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  line-height: 13px;
}
.crossselling_frame-sku--right .bottom-right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.crossselling_frame-sku--right .bottom-right-row .sku-quantity {
  font-size: 10px;
  font-weight: 700;
  color: #000033;
}

.crossselling_sku-thumbnail {
  -o-object-fit: cover;
  object-fit: cover;
}
.crossselling_sku-desc {
  padding-bottom: 2px;
  width: 95%;
  overflow: hidden;
}
.crossselling_sku-indicator, .crossselling_frame-sku--left:after, .crossselling_frame-sku--right:after {
  content: "\a";
  position: absolute;
  top: -16px;
  right: -16px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.crossselling_sku-promo {
  position: absolute;
  padding: 2px 2px;
  color: var(--white);
  background-color: #ff4e00;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  left: 0;
  top: 0;
  min-width: 120px;
  max-width: 120px;
}
.crossselling_sku-promo.blue {
  background-color: var(--dark-cornflower-blue);
}
.crossselling_sku-promo.promo-blue {
  background-color: var(--dark-cornflower-blue);
}
.crossselling_sku-promo.promo-orange {
  background-color: var(--orange);
}
.crossselling_sku-price {
  font-weight: 700;
  color: var(--pink-color);
  margin-bottom: 3px;
}
.crossselling_sku-cta {
  text-decoration: none;
  color: var(--pink-color);
  font-weight: 700;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.crossselling_sku-cta:hover {
  color: var(--pink-color);
}

@media screen and (max-width: 767px) {
  .container_slider-xselling {
    min-height: auto;
  }
  .container_slider-xselling h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .crossselling_sku-desc p {
    font-size: 12px;
  }
}
/* 
* END Xselling Carousel 
*/
.eshop-product-card__extra.xselling {
  background-color: transparent;
  border: none;
}
.eshop-product-card__extra.xselling .eshop-product-card__extraslider-row.xselling {
  background-color: var(--dark-blue);
  color: var(--white);
  min-width: 70px;
}
.eshop-product-card__extra.xselling .eshop-product-card__extra-content {
  border: none;
}
.eshop-product-card__extra.xselling .eshop-product-card__extraslider.xselling button {
  background-image: none;
  text-indent: 0;
  margin: 0;
}
.eshop-product-card__extra.xselling button.next,
.eshop-product-card__extra.xselling button.prev {
  background-image: unset;
  text-indent: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: var(--medium-grey);
}
.eshop-product-card__extra.xselling .btn-xselling {
  height: 25px;
  width: 25px;
  background-color: var(--dark-grey);
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  position: relative;
}
.eshop-product-card__extra.xselling .btn-xselling:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}
.eshop-product-card__extra.xselling .prev-xselling {
  position: absolute;
  left: -36px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  text-align: center;
}
.eshop-product-card__extra.xselling .next-xselling {
  position: absolute;
  right: -36px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  text-align: center;
}

/*TO VERIFY IF ITS REALLY USED*/
.red {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid var(--not-available);
}

.orange {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid var(--in-replinishment);
}

.pink {
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 32px solid transparent;
  border-right: 32px solid var(--pink-color);
}

:host {
  border: solid 1px red !important;
}

.eshop-vertical-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.eshop-vertical-gallery .carousel-nav {
  width: 62px;
  margin: 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.eshop-vertical-gallery .carousel-nav .items {
  height: 328px;
  overflow: hidden;
}
.eshop-vertical-gallery .carousel-nav .items .item {
  width: 62px;
  height: 66px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  padding: 2px 0;
  cursor: pointer;
}
.eshop-vertical-gallery .carousel-nav .items .item img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: solid 1px #d3d3d9;
}
.eshop-vertical-gallery .carousel-nav .items .item.active img {
  border: solid 2px #f0027F;
}
.eshop-vertical-gallery .carousel-nav .btn-control {
  position: absolute;
  text-align: center;
  font-size: 13px;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background-color: var(--medium-grey);
  color: #000033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.eshop-vertical-gallery .carousel-nav .btn-control.previous {
  top: -30px;
}
.eshop-vertical-gallery .carousel-nav .btn-control.next {
  bottom: -30px;
}
.eshop-vertical-gallery .carousel-nav .play-model-animation {
  display: none;
}
.eshop-vertical-gallery .preview {
  width: calc(100% - 75px);
  margin: 4px 0;
  height: 385px;
  border: solid 1px #d3d3d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.eshop-vertical-gallery .preview > img {
  max-height: 100%;
  display: none !important;
  max-width: 100%;
}
.eshop-vertical-gallery .preview > img.active {
  display: block !important;
}
.eshop-vertical-gallery .preview model-viewer {
  width: 100%;
  height: 100%;
  background-color: white;
}
.eshop-vertical-gallery .preview model-viewer.three-d-background-gradient-gray {
  background-image: -webkit-gradient(linear, left bottom, left top, from(lightgrey), color-stop(1%, lightgrey), color-stop(26%, #e0e0e0), color-stop(48%, #efefef), color-stop(75%, #d9d9d9), to(#bcbcbc));
  background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}
.eshop-vertical-gallery .preview .model-viewer-config {
  position: absolute;
  top: 50px;
  left: 10px;
}
.eshop-vertical-gallery .preview .model-viewer-config-item {
  width: 36px;
  height: 36px;
  border: solid 1px #e4e4e4;
  cursor: pointer;
  margin-bottom: 10px;
}
.eshop-vertical-gallery .preview .model-viewer-config-item:hover {
  border: solid 2px #f0027F;
}
.eshop-vertical-gallery .preview .model-viewer-config-item.active-variant {
  border: solid 2px #f0027F;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}
.eshop-vertical-gallery .preview .model-viewer-config-item--title {
  position: absolute;
  top: calc(100% - 24px);
  left: 55px;
}
.eshop-vertical-gallery .preview .play-model-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--dark-grey);
  z-index: 1;
  cursor: pointer;
}
.eshop-vertical-gallery .preview__zoom-btn {
  position: absolute;
  bottom: 12px;
  right: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  z-index: 1;
  background-color: #f0027F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
}
.eshop-vertical-gallery .preview-back {
  display: none;
}
.eshop-vertical-gallery .preview .promo-label {
  display: block;
  position: absolute;
  padding: 4px 7px;
  color: var(--white);
  background-color: #ff4e00;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  left: 0;
  top: 14px;
  max-width: 140px;
  min-width: 140px;
}
.eshop-vertical-gallery .preview .promo-label.blue {
  background-color: var(--dark-cornflower-blue);
}
.eshop-vertical-gallery .preview .promo-label.promo-blue {
  background-color: var(--dark-cornflower-blue);
}
.eshop-vertical-gallery .preview .promo-label.promo-orange {
  background-color: var(--orange);
}
.eshop-vertical-gallery .preview .promo-label.promo-green {
  background-color: #3FA535;
}
.eshop-vertical-gallery .preview .promo-label.promo-dark-orange {
  background-color: #FF0000;
}
.eshop-vertical-gallery .preview .promo-label.promo-yellow {
  background-color: #FFFF33;
}
.eshop-vertical-gallery .preview .promo-label.promo-blue {
  background-color: #1E4398;
}
.eshop-vertical-gallery .preview-debug-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  z-index: 2;
}
.eshop-vertical-gallery .dots {
  display: none;
}

.eshop-modal-vertical-gallery .modal-dialog .modal-content {
  background-color: #FFF;
}
.eshop-modal-vertical-gallery .eshop-vertical-gallery .carousel-nav {
  width: 100px;
}
.eshop-modal-vertical-gallery .eshop-vertical-gallery .carousel-nav .items {
  height: 520px;
}
.eshop-modal-vertical-gallery .eshop-vertical-gallery .carousel-nav .items .item {
  width: 100px;
  height: 104px;
}
.eshop-modal-vertical-gallery .eshop-vertical-gallery .preview {
  width: 800px;
  height: 800px;
  margin: 0;
}
.eshop-modal-vertical-gallery .eshop-vertical-gallery .preview__zoom-btn {
  display: none;
}

@media (min-width: 992px) {
  .eshop-modal-vertical-gallery .modal-dialog {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .eshop-vertical-gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
  }
  .eshop-vertical-gallery .preview, .eshop-vertical-gallery .preview__zoom-btn {
    display: none;
  }
  .eshop-vertical-gallery .preview-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--dark-grey);
    z-index: 1;
    cursor: pointer;
  }
  .eshop-vertical-gallery .carousel-nav {
    width: 100%;
    max-width: 400px;
    margin: 0;
    overflow: hidden;
    display: block;
    aspect-ratio: 1/1;
  }
  .eshop-vertical-gallery .carousel-nav .items {
    height: auto;
    width: 40000px;
  }
  .eshop-vertical-gallery .carousel-nav .items .item {
    width: 400px;
    height: auto;
    max-width: 400px;
    float: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .eshop-vertical-gallery .carousel-nav .items .item img {
    border: 0 !important;
    height: auto;
    aspect-ratio: 1/1;
  }
  .eshop-vertical-gallery .carousel-nav .items .item model-viewer {
    height: 100%;
    width: 100%;
  }
  .eshop-vertical-gallery .carousel-nav .items .item model-viewer.three-d-background-gradient-gray {
    background-image: -webkit-gradient(linear, left bottom, left top, from(lightgrey), color-stop(1%, lightgrey), color-stop(26%, #e0e0e0), color-stop(48%, #efefef), color-stop(75%, #d9d9d9), to(#bcbcbc));
    background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
  }
  .eshop-vertical-gallery .carousel-nav .items .item .model-viewer-config {
    position: absolute;
    top: 60px;
    left: 10px;
  }
  .eshop-vertical-gallery .carousel-nav .items .item .model-viewer-config-item {
    width: 36px;
    height: 36px;
    border: solid 1px #e4e4e4;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .eshop-vertical-gallery .carousel-nav .items .item .model-viewer-config-item:hover {
    border: solid 2px #f0027F;
  }
  .eshop-vertical-gallery .carousel-nav .items .item .model-viewer-config-item.active-variant {
    border: solid 2px #f0027F;
    -webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
    box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  }
  .eshop-vertical-gallery .carousel-nav .items .item .model-viewer-config-item--title {
    position: absolute;
    top: calc(100% - 24px);
    left: 55px;
  }
  .eshop-vertical-gallery .carousel-nav .play-model-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--dark-grey);
    z-index: 1;
    cursor: pointer;
  }
  .eshop-vertical-gallery .dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10px;
    position: absolute;
    bottom: -30px;
  }
  .eshop-vertical-gallery .dots > ul {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .eshop-vertical-gallery .dots > ul li button {
    border: 0;
    padding: 10px;
    background-color: var(--white);
    position: relative;
  }
  .eshop-vertical-gallery .dots > ul li button:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--dark-grey);
    border-radius: 30px;
  }
  .eshop-vertical-gallery .dots > ul li.active button:before {
    background-color: var(--pink-color);
  }
  .eshop-modal-vertical-gallery .eshop-vertical-gallery .carousel-nav {
    width: 400px;
  }
  .eshop-modal-vertical-gallery .eshop-vertical-gallery .carousel-nav .items {
    height: 400px;
  }
  .eshop-modal-vertical-gallery .eshop-vertical-gallery .carousel-nav .items .item {
    width: 400px;
    height: 400px;
  }
}
.eshop-voucher .panel-with-card.panel.eshop-panel-default .panel-body {
  padding: unset;
}
.eshop-voucher .panel-with-card.panel.eshop-panel-default .panel-body .eshop-product-card {
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.eshop-voucher .voucher-multicheckbox__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.eshop-voucher .voucher-multicheckbox__title > span {
  font-size: 12px;
}
.eshop-voucher .voucher-multicheckbox .checkbox-inline + .checkbox-inline {
  margin: 0;
}
.eshop-voucher .voucher-multicheckbox input {
  visibility: hidden;
}
.eshop-voucher .voucher-multicheckbox label {
  position: relative;
  cursor: pointer;
  padding: 5px 30px 5px 0;
  margin-left: -18px;
  margin-right: 25px;
}
.eshop-voucher .voucher-multicheckbox label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: solid 1px #d3d3d9;
  display: inline-block;
  position: absolute;
  right: 0;
  visibility: visible;
  top: 2px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  z-index: 1;
}
.eshop-voucher .voucher-multicheckbox input:checked + label:before {
  background-color: #f0027F;
}
.eshop-voucher .voucher-multicheckbox input[type=checkbox][disabled]:not(:checked) + label:before {
  background-color: darkgray;
  background-image: unset;
}
.eshop-voucher .voucher-multicheckbox input[type=checkbox][disabled]:checked + label:before {
  background-color: darkgray;
}
.eshop-voucher .span-data-list-bold {
  font-weight: 400 !important;
  padding-left: 10px;
}
.eshop-voucher .span-data-next-checkbox {
  margin-left: 10px;
}
.eshop-voucher .external-link__button.btn-pink {
  width: 50px;
  margin-left: 20px;
}
.eshop-voucher .external-link__button.btn-pink .external-link__icon {
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px;
}
.eshop-voucher .eshop-label-file-list-file.eshop-label-file {
  margin-left: 10px;
  width: 138px;
}
.eshop-voucher .eshop-product-element-position.eshop-product-card__title {
  margin-left: 150px;
}
.eshop-voucher .eshop-product-card__title-margin-left.eshop-product-card__title {
  margin-left: 20px;
}
.eshop-voucher .eshop-multicheckbox.e-customer-margin-left {
  margin-left: 40px;
}
.eshop-voucher .margin-left-twenty {
  margin-left: 20px;
}
.eshop-voucher .margin-left-fifteen {
  margin-left: 15px;
}
.eshop-voucher .margin-left-thirty {
  margin-left: 30px;
}
.eshop-voucher .panel-body--top-voucher.eshop-panel--toggle__body textarea {
  font-size: 14px;
}
.eshop-voucher .voucher-scope-def-line {
  padding: 15px 20px 5px 10px;
}
.eshop-voucher .voucher-cell {
  text-align: center;
  margin-left: 0px !important;
}
.eshop-voucher .voucher-detail {
  display: inline-block;
  background-color: #f0027F;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.eshop-voucher .voucher-detail:hover {
  background-color: #000033;
}
.eshop-voucher .voucher-detail > i {
  line-height: 32px;
  font-size: 16px;
  color: white;
}
.eshop-voucher .voucher-app-creteria-tooltip {
  height: 40px;
  padding: 13px 0 0 0;
}
.eshop-voucher .voucher-app-creteria-checkbox {
  padding-left: 0px;
  padding-top: 7px;
}
.eshop-voucher .first-order-label {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 10px !important;
}
.eshop-voucher .form-wrapper .form-group .checkbox input[type=checkbox][disabled]:checked + span:before {
  background: url("../images/checkbox-disabled-checked.png") no-repeat !important;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: revert;
}
.eshop-voucher .form-wrapper .form-group .checkbox input[type=checkbox][disabled]:not(:checked) + span:before {
  background: url("../images/checkbox-disabled.png") no-repeat !important;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  opacity: revert;
}

.e-voucher {
  margin-bottom: 2rem;
  padding: 2rem 2rem 1rem 2rem;
  border: 1px solid #d3d3d9;
  background-color: #fbfbfb;
}
.e-voucher-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.e-voucher-form > div {
  width: 25%;
  padding-right: 15px;
}
.e-voucher-form > div:nth-child(3) {
  padding-right: 0;
}
.e-voucher-errors {
  min-height: 16px;
  line-height: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .e-voucher-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .e-voucher-form > div {
    width: auto;
  }
  .e-voucher-form > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .e-voucher-form > div:nth-child(3) {
    min-width: 110px;
  }
  .e-voucher-form > div:first-child {
    display: none;
  }
}
.e-promotion {
  margin-bottom: 20px;
}
.e-promotion-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.e-promotion-filter--item {
  margin: 0 10px 10px 0;
}
.e-promotion-filter--item input {
  display: none;
}
.e-promotion-filter--item input:checked + label {
  border: solid 1px #f0027F;
  color: #f0027F;
}
.e-promotion-filter--item label {
  border: solid 1px #d3d3d9;
  padding: 5px 10px;
  color: #000033;
  font-size: 14px;
  cursor: pointer;
}
.e-promotion-filter--all {
  font-size: 14px;
  text-decoration: underline;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 767px) {
  .e-promotion-filter {
    display: block;
  }
  .e-promotion-filter-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .e-promotion-filter-scroll > div {
    display: inline-block;
    white-space: normal;
  }
}
.promotions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 10px;
  color: #003;
}
.promotions .promotion-card {
  border: 1px solid #d3d3d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.promotions .promotion-card:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-color: #f0027F;
  background-color: #EFEFF1;
}
.promotions .promotion-card:hover .promotion-detail {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: visible;
}
.promotions .promotion-card:hover .promotion-detail--styled {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.promotions .promotion-image picture {
  aspect-ratio: 400/264;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.promotions .promotion-image img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.promotions .promotion-title {
  padding: 10px 15px;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #000033;
  position: relative;
}
.promotions .promotion-detail {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  background-color: transparent;
  padding: 0 15px 15px 15px;
  text-align: left;
}
.promotions .promotion-detail > span {
  text-decoration: underline;
  color: #000033;
}
.promotions .promotion-detail--styled {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  width: auto;
  border: 1px solid #d3d3d9;
  background-color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0 15px 15px 15px;
  line-height: 25px;
}
.promotions .promotion-detail--styled > span {
  text-decoration: none;
}
.promotions .promotion-detail--styled-2 {
  position: absolute;
  top: -35px;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
  width: calc(100% - 30px);
  border: 1px solid #d3d3d9;
  background-color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0 15px;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.95;
}
.promotions .promotion-detail--styled-2 > span {
  text-decoration: none;
}
.promotions .promotion-detail--styled-2:hover {
  border: 1px solid #f0027F;
  opacity: 1;
}
.promotions.four-columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .promotions {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .promotions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 767px) {
  .promotions {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.modal-open {
  overflow: hidden !important;
}

@page {
  margin: 2mm 2mm 10mm 2mm;
}
.globalLastedDeliveryDateClass {
  border: solid 2px #f0027F;
}

.ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.pac-container.pac-logo {
  z-index: 1051;
}

.plastictag {
  color: #188D0D;
  font-size: 12px;
  line-height: 14px;
  margin: 5px 0;
}
.eshop-order-item__quantity .plastictag {
  margin: 5px 0 0 0;
  text-align: center;
  color: #000033;
}
.eshop-order-item__quantity .plastictag-title {
  color: #000033;
}

.bottom-postion {
  position: relative;
  bottom: 10px;
}

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

.btn-picto {
  height: 40px;
  width: 40px;
  display: inline-block;
}

.popover {
  max-width: 500px;
  left: 0 !important;
  border-radius: 0px;
  border: 1px solid var(--dark-grey);
}
.popover .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popover .image {
  width: 75px;
  height: 75px;
}
.popover .media-body {
  padding-left: 15px;
  padding-right: 15px;
}
.popover .close {
  color: black !important;
  margin-top: -10px;
  margin-right: -10px;
  opacity: 1;
}
.popover .arrow {
  display: none;
}
.popover .link a {
  color: #337ab7;
  text-decoration: none;
  border-bottom: 1px solid #337ab7;
}
.popover .link a:link {
  color: #337ab7;
  text-decoration: none;
  border-bottom: 1px solid #337ab7;
}
.popover .link a:hover {
  color: #000033;
  text-decoration: none;
  border-bottom: 0px;
}

.e-impersonate-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.e-impersonate-search > * {
  width: 200px;
}
.e-impersonate-warning {
  margin: 10px 0;
  font-size: 18px;
  color: #b5163f;
}
.e-impersonate table thead {
  color: #FFF;
  background: #000033;
  height: 50px;
}
.e-impersonate table tbody tr.even {
  background-color: #fbfbfb;
}
.e-impersonate table tr {
  border: solid 1px #d3d3d9;
}
.e-impersonate table th, .e-impersonate table td {
  vertical-align: middle;
  padding: 10px;
}
.e-impersonate table th a, .e-impersonate table td a {
  display: inline-block;
  padding: 10px 0;
}
.e-impersonate table th select, .e-impersonate table td select {
  width: 150px;
}

.e-disambiguation {
  background-color: #FAFAFA;
  border: solid 1px #D3D3D9;
  padding: 10px 15px 15px 15px;
  margin-bottom: 20px;
}
.e-disambiguation .introduction {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.e-disambiguation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.e-disambiguation .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 7.5px);
  background-color: white;
  border: solid 1px #D3D3D9;
  color: #000033;
  text-decoration: none;
}
.e-disambiguation .content .item picture {
  aspect-ratio: 400/265;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30%;
}
.e-disambiguation .content .item picture img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.e-disambiguation .content .item .text {
  font-weight: bold;
  padding: 10px 15px;
  width: 70%;
}
.e-disambiguation .content input {
  display: none;
}

@media screen and (max-width: 991px) {
  .e-disambiguation .content .item {
    width: 100%;
  }
  .e-disambiguation .content .item:nth-of-type(n+3) {
    display: none;
  }
  .e-disambiguation .content input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    gap: 5px;
    margin: 0;
  }
  .e-disambiguation .content input:before {
    content: "+";
    color: #FFF;
    background-color: #f0027F;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .e-disambiguation .content input:after {
    content: attr(text-show-more);
    color: #f0027F;
    line-height: 14px;
  }
  .e-disambiguation .content input:checked {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .e-disambiguation .content input:checked:before {
    content: "-";
  }
  .e-disambiguation .content input:checked:after {
    content: attr(text-show-less);
  }
  .e-disambiguation .content input:checked ~ .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}