/* Minification failed. Returning unminified contents.
(15524,20): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-00d6ff'
(15958,20): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-004740'
(15997,20): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-004740'
(15999,15): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-f3e8d7'
(16008,20): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-f3e8d7'
(16010,15): run-time error CSS1039: Token not allowed after unary operator: '-unnamed-color-004740'
 */
@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400i,700|Oswald:300,400,700|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1, .text--list-anonym li .h1-like, .h1-like {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1,
.text--list-anonym li .h1-like,
.h1-like, h2, .text--list-anonym li .h2-like, .h2-like, h3, .modal .modal__inner h1.h4-like, .modal .modal__inner .h4-like.h1-like, .text--list-anonym li .h3-like, .h3-like, h4, .text--list-anonym li .h4-like, .h4-like, h5, .text--list-anonym li .h5-like, .h5-like, h6, .text--list-anonym li .h6-like, .h6-like,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

/**
 * Set the global `box-sizing` state to `border-box`.
 */
*, *:before, .text--list-anonym li .link.double-arrow:after, .text--list-anonym li .link.simple-arrow:after, .link.double-arrow:after, .link.simple-arrow:after, *:after {
  box-sizing: border-box;
}

/**
 * Colors bases
 * Usage: map-get($map-colors-bases, color-name);
 */
/**
 * Grid config
 */
.cf:after, .nutritional-facts ul li ul.Vitamines:after, .tiles:after, .nav:after,
.clearfix:after,
.grid__item--float:after {
  content: "";
  display: table;
  clear: both;
}

.is-invisible {
  visibility: hidden;
}

.is-clickable {
  cursor: pointer;
}

a {
  outline: none;
}

.not-clickable {
  cursor: default !important;
  text-decoration: none !important;
}

.is-zoomable {
  cursor: zoom-in;
}

a.is-disabled {
  pointer-events: none;
  cursor: default;
}

.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

.opacity-transition {
  transition: opacity 0.5s ease;
}

.no-break {
  white-space: nowrap;
}

.wrap-and-break {
  white-space: normal;
  word-break: break-word;
}

.temporary {
  border: dashed 1px #F24D50;
  margin: 20px 0;
  padding: 10px 20px;
}

.border-behind {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.border-behind:before, .text--list-anonym li .border-behind.link.double-arrow:after, .text--list-anonym li .border-behind.link.simple-arrow:after, .border-behind.link.double-arrow:after, .border-behind.link.simple-arrow:after {
  color: #494949;
  content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
  display: block;
  font-size: 6px;
  letter-spacing: 4px;
  line-height: 1px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 1;
}
.border-behind span {
  background: #fff;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
}
.border-radius {
  border-radius: 2px;
}
.border-dashed {
  border: dashed 1px #CCCCCC;
}
.border-dashed--bigger {
  border: dashed 3px #CCCCCC;
}
.border-dotted:before, .tile__content:before, .text--list-anonym li .border-dotted.link.double-arrow:after, .text--list-anonym li .link.double-arrow.tile__content:after, .text--list-anonym li .border-dotted.link.simple-arrow:after, .text--list-anonym li .link.simple-arrow.tile__content:after, .border-dotted.link.double-arrow:after, .link.double-arrow.tile__content:after, .border-dotted.link.simple-arrow:after, .link.simple-arrow.tile__content:after, .border-dotted:after, .tile__content:after {
  background-image: linear-gradient(to right, #999999 40%, rgba(153, 153, 153, 0) 20%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 2px;
}
.border-dotted:before, .tile__content:before, .text--list-anonym li .border-dotted.link.double-arrow:after, .text--list-anonym li .link.double-arrow.tile__content:after, .text--list-anonym li .border-dotted.link.simple-arrow:after, .text--list-anonym li .link.simple-arrow.tile__content:after, .border-dotted.link.double-arrow:after, .link.double-arrow.tile__content:after, .border-dotted.link.simple-arrow:after, .link.simple-arrow.tile__content:after {
  background-position: top;
  top: -30px;
}
.border-dotted:after, .tile__content:after {
  background-position: bottom;
  bottom: -30px;
}
.border-dotted-bottom:after {
  content: "";
  background-image: linear-gradient(to right, #999999 40%, rgba(153, 153, 153, 0) 20%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
}
.border-dotted-bottom:after {
  background-position: bottom;
  bottom: 0;
}
.border-dotted-top:after {
  content: "";
  background-image: linear-gradient(to right, #999999 40%, rgba(153, 153, 153, 0) 20%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
}
.border-dotted-top:after {
  background-position: top;
  top: 0;
}
.border-dotted-right, .border-dotted-right-white {
  background-position: right;
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.border-dotted-right-white {
  background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 0%);
}
.border-dotted-right {
  background-image: linear-gradient(to bottom, #333 10%, rgba(255, 255, 255, 0) 0%);
}
.border-dotted-left, .border-dotted-left-white {
  background-position: left;
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.border-dotted-left-white {
  background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 0%);
}
.border-dotted-left {
  background-image: linear-gradient(to bottom, #333 10%, rgba(255, 255, 255, 0) 0%);
}
.border-simple, .island--solid {
  border: solid 1px #CCCCCC;
}
.border-double {
  border-bottom: solid 2px #2D2C2F;
  border-top: solid 2px #2D2C2F;
  padding: 1px 0;
}
.border-double__container {
  border-bottom: solid 1px #2D2C2F;
  border-top: solid 1px #2D2C2F;
}

.border-top-1 {
  border-top: solid 3px #2D2C2F;
}
.border-top-1:before, .text--list-anonym li .border-top-1.link.double-arrow:after, .text--list-anonym li .border-top-1.link.simple-arrow:after, .border-top-1.link.double-arrow:after, .border-top-1.link.simple-arrow:after {
  margin-bottom: 10px;
  margin-top: 6px;
  overflow: hidden;
}
.border-top-2 {
  overflow: hidden;
}
.border-top-2:before, .text--list-anonym li .border-top-2.link.double-arrow:after, .text--list-anonym li .border-top-2.link.simple-arrow:after, .border-top-2.link.double-arrow:after, .border-top-2.link.simple-arrow:after {
  content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
  display: block;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 1px;
  margin-bottom: 7px;
  margin-top: 10px;
}

.insignia {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}

.background-white {
  background-color: #FFFFFF;
}
.background-grey {
  background-color: #999999;
}
.background-light-grey {
  background-color: #EFEFEF;
}
.background-ghost {
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.94);
}
.btn-big,
.background-gradient {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 40%, #e7e7e7 100%);
}
.background-gradient--alt {
  background: #e7e7e7;
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 50%);
}

.box-shadow-full {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAngAAAALCAMAAADbYABOAAAAQlBMVEUAAAA8Oz49PD4+PEA7Oj48Oz88Oz8yMDQ6OT0+PT88Oz48Oz48Oz48Oz48Oz48Oz48Oz48Oz48Oz48Oz49PD48Oz5j0ArrAAAAFnRSTlMAIhYSBw8dAgQLK0hBOiYwNU8aW2FVIX5YmwAAAkxJREFUWMPt14lOg0AUheGy77t9/1eVM2PRucswCCYN8W+auGC18OVefKRVlsx5X49d20zP5/JxomXBk/UkTW4Nr9XqlEahQaqm9W6RWv6bogP1vuoDDW7jVveqdWpoE+1JWtQ0GVAwNW031n0+J1mVfsGLNnih8iRfC+FF0nF1rUcRxzPUYj0pyM/sFksl54r9zfaBj2Y8lXaNbw/FswCTkkSt2wGTy/rQTMLDesnHgcDr62GFB3mErZlhP5SZV3djvkKAcVaKIZy5gOkzk+JwQZlc9ffhl2QhnYCOc0HoMpS6SeSa7BSTUzOxHCOQgIEXzfEGL86jfhitPMTXY7ivzt2IfGwRWoomRVDi6biedL/y0tJLOmZ7S3ApzFM+J5lKiSQZlQ0PKobVXW7cAV6Vxdi1Vh53S3mJC5IvxloD5tLCprF5DQXrOc+ooD2uq/hZ6X7mZr99KWgPyuSVYJLfsO6aRB0NNOBujjMDr3yNPMgzagVhW4ovRICR2SVMLYUWzpDfTTge/lW9x1tUnGjnDetUvbNSWuCEpL690eakj8AugbuyBDzIm0HPiiXzSwYm7EcRGBIHV8p1XTuACqE3FvcXXL1HmamKCu/4lDnuT0pm0giJVw3V6g7wXvJAb827IdEur4qm+aJv+34g3rciNCIyVKXwv441Ag641I/CyMORRqt+b59sCbx2F6Mu6p4z6E4pEPfnJM+yMNcYL2WPJFAzm5WsKxMWY2n6h3Sb9hd5AEoygsyPbGC/aRFgJU36K258E/XfOaUcxCcMhauSm2nngQAAAABJRU5ErkJggg==");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 11px;
  padding-bottom: 11px;
}
.box-shadow-full__container {
  box-shadow: 0 -1px 3px #F1F1EE, -1px -2px 3px #F1F1EE, 1px -2px 3px #F1F1EE;
}
.box-shadow-full__product-detail .item-product__prices div {
  margin: 0 !important;
}
.box-shadow-full__product-detail .item-product__prices div div {
  padding-right: 12px !important;
}
.box-shadow-full__product-detail .padded {
  padding: 0 12px;
}

.box-shadow-right {
  box-shadow: 5px 5px 5px #CCCCCC;
}

.font-size-content {
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
}
.font-size-sub-content {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 15px;
}
.font-size-comment {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 14px;
}
.font-size-item {
  font-size: 13px;
  font-size: 1rem;
  line-height: 15px;
}

.is-open .to-show {
  display: block;
}
.is-open .to-hide {
  display: none;
}

.to-show {
  display: none;
}

.to-hide {
  display: block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}
.block--force {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.vertical-middle {
  vertical-align: middle;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.image--readmode {
  width: 220px;
}

.fluid {
  width: 100%;
}

.push {
  margin: 20px !important;
}

.push--top {
  margin-top: 20px !important;
}

.push--right {
  margin-right: 20px !important;
}

.push--bottom {
  margin-bottom: 20px !important;
}

.push--left {
  margin-left: 20px !important;
}

.push--ends {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.push--sides {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.push-medium {
  margin: 40px !important;
}

.push-medium--top {
  margin-top: 40px !important;
}

.push-medium--right {
  margin-right: 40px !important;
}

.push-medium--bottom {
  margin-bottom: 40px !important;
}

.push-medium--left {
  margin-left: 40px !important;
}

.push-medium--ends {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.push-medium--sides {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.push-large {
  margin: 60px !important;
}

.push-large--top {
  margin-top: 60px !important;
}

.push-large--right {
  margin-right: 60px !important;
}

.push-large--bottom {
  margin-bottom: 60px !important;
}

.push-large--left {
  margin-left: 60px !important;
}

.push-large--ends {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.push-large--sides {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.push-half {
  margin: 10px !important;
}

.push-half--top {
  margin-top: 10px !important;
}

.push-half--right {
  margin-right: 10px !important;
}

.push-half--bottom {
  margin-bottom: 10px !important;
}

.push-half--left {
  margin-left: 10px !important;
}

.push-half--ends {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.push-half--sides {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.soft {
  padding: 20px !important;
}

.soft--top {
  padding-top: 20px !important;
}

.soft--right {
  padding-right: 20px !important;
}

.soft--bottom {
  padding-bottom: 20px !important;
}

.soft--left {
  padding-left: 20px !important;
}

.soft--ends {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.soft--sides {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.soft-half {
  padding: 10px !important;
}

.soft-half--top {
  padding-top: 10px !important;
}

.soft-half--right {
  padding-right: 10px !important;
}

.soft-half--bottom {
  padding-bottom: 10px !important;
}

.soft-half--left {
  padding-left: 10px !important;
}

.soft-half--ends {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.soft-half--sides {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.soft-medium {
  padding: 40px !important;
}

.soft-medium--top {
  padding-top: 40px !important;
}

.soft-medium--right {
  padding-right: 40px !important;
}

.soft-medium--bottom {
  padding-bottom: 40px !important;
}

.soft-medium--left {
  padding-left: 40px !important;
}

.soft-medium--ends {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.soft-medium--sides {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.soft-large {
  padding: 60px !important;
}

.soft-large--top {
  padding-top: 60px !important;
}

.soft-large--right {
  padding-right: 60px !important;
}

.soft-large--bottom {
  padding-bottom: 60px !important;
}

.soft-large--left {
  padding-left: 60px !important;
}

.soft-large--ends {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.soft-large--sides {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.full-bleed {
  margin-right: 20px !important;
  margin-left: -20px !important;
}
.soft .full-bleed {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.soft-medium .full-bleed {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.soft-large .full-bleed {
  margin-left: -60px !important;
  margin-right: -60px !important;
}
.soft-half .full-bleed {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

/**
 * Layers
 * For quick and easy z-index layering
 */
.layer-1 {
  position: relative;
  z-index: 1;
}

.layer-2 {
  position: relative;
  z-index: 2;
}

.layer-3 {
  position: relative;
  z-index: 3;
}

.layer-4 {
  position: relative;
  z-index: 4;
}

.layer-5 {
  position: relative;
  z-index: 5;
}

.layer-6 {
  position: relative;
  z-index: 6;
}

.layer-7 {
  position: relative;
  z-index: 7;
}

.layer-8 {
  position: relative;
  z-index: 8;
}

.layer-9 {
  position: relative;
  z-index: 9;
}

.layer-10 {
  position: relative;
  z-index: 10;
}

.print-lineitem {
  padding-left: 1.6em;
  text-indent: -1.6em;
  position: relative;
}
.print-lineitem .square {
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #E53134;
}

span.placeholder {
  color: #aaa;
  overflow: auto !important;
}

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i {
  font-style: italic;
}

.fsn {
  font-style: normal;
}

.valign--grid:before, .text--list-anonym li .valign--grid.link.double-arrow:after, .text--list-anonym li .valign--grid.link.simple-arrow:after, .valign--grid.link.double-arrow:after, .valign--grid.link.simple-arrow:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.valign--grid > .grid__item {
  vertical-align: middle;
}

.iframe--full-width,
.iframe--concours {
  width: 100%;
}

.product-detail__name, .recipe-panel .recipe-block__content .time-title, .item-block__title, .item-block__overlay .time-title, .text--list-anonym li h2, .text--list-anonym li .h2-like, .text--list-anonym li h3, .text--list-anonym li .h3-like, h2, .h2-like, h3, .modal .modal__inner h1.h4-like, .modal .modal__inner .h4-like.h1-like, .h3-like {
  font-family: "Bitter", sans-serif;
}

.tiles__title, .stepper__item, .nav--collapsible__clickable, .card__header,
.btn-big,
.btn-fluid, .main-nav__legend, .text-presentation, .text--list-anonym li .text-presentation, .text--list-anonym li .average-heading, .average-heading,
.font-brand {
  font-family: "Bitter", sans-serif !important;
  font-weight: bold;
}
.nav--tabs a, .nav-bits li, .main-footer__header, .text--list-anonym li h4, .text--list-anonym li .h4-like, h4, .h4-like,
.text--list-anonym li .text-presentation .nav--tabs a,
.nav--tabs .text--list-anonym li .text-presentation a,
.text--list-anonym li .text-presentation .nav-bits li,
.nav-bits .text--list-anonym li .text-presentation li,
.text--list-anonym li .text-presentation .main-footer__header,
.text--list-anonym li .average-heading .nav--tabs a,
.nav--tabs .text--list-anonym li .average-heading a,
.text--list-anonym li .average-heading .nav-bits li,
.nav-bits .text--list-anonym li .average-heading li,
.text--list-anonym li .average-heading .main-footer__header,
.font-brand--regular {
  font-family: "Bitter", sans-serif !important;
  font-weight: 400;
}
.font-brand--light {
  font-family: "Bitter", sans-serif !important;
  font-weight: 400;
}

.recipe-panel .recipe-block__content .time-value, .recipe-panel .recipe-block__title h3, .recipe-panel .recipe-block__title .modal .modal__inner h1.h4-like, .modal .modal__inner .recipe-panel .recipe-block__title h1.h4-like, .recipe-panel .recipe-block__title .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .recipe-panel .recipe-block__title .h4-like.h1-like, .recipe-panel .recipe-block__title .h3-like, .slideshow__title, .pagination, .item-product__overlay > div, .item-block--half .item-block__overlay .time-value, .item-block__overlay .time-value,
.btn, .island, .text--list-anonym li h1, .text--list-anonym li .h1-like, h1, .h1-like,
.font-alt {
  font-family: "oswald", Helvetica, sans-serif;
}

.product-detail__price--sale > .price, .nutritional-facts *, .search-box__input .search-box__button, .search-box__input, .search-box__input:focus, .media--news .media__title, .price, .form--inline .form__field-button .input, .form--inline .form__field-button .error-message, .cart-item__title,
.btn--blank,
.no-boxshadow .btn--blank, .island--airmiles, .aside-box__sub-title-alt, .main-nav__link, .main-footer label, .main-footer__string, .main-footer__link, .text--list-anonym li h5, .text--list-anonym li .h5-like, .text--list-anonym li h6, .text--list-anonym li .h6-like, h5, .h5-like, h6, .h6-like, html,
.font-default {
  font-family: "roboto", Arial, Helvetica, Droid Sans, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iga-icons";
  src: url("../fonts/iga-icons.eot?5kju6x");
  src: url("../fonts/iga-icons.eot?5kju6x#iefix") format("embedded-opentype"), url("../fonts/iga-icons.ttf?5kju6x") format("truetype"), url("../fonts/iga-icons.woff?5kju6x") format("woff"), url("../fonts/iga-icons.svg?5kju6x#iga-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icn {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iga-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=icn-]:before, .text--list-anonym li [class*=icn-].link.double-arrow:after, .text--list-anonym li [class*=icn-].link.simple-arrow:after, [class*=icn-].link.double-arrow:after, [class*=icn-].link.simple-arrow:after {
  position: relative;
  top: 2px;
}

.icn-Facebook:before, .text--list-anonym li .icn-Facebook.link.double-arrow:after, .text--list-anonym li .icn-Facebook.link.simple-arrow:after, .icn-Facebook.link.double-arrow:after, .icn-Facebook.link.simple-arrow:after {
  content: "\e902";
}

.icn-GooglePlus:before, .text--list-anonym li .icn-GooglePlus.link.double-arrow:after, .text--list-anonym li .icn-GooglePlus.link.simple-arrow:after, .icn-GooglePlus.link.double-arrow:after, .icn-GooglePlus.link.simple-arrow:after {
  content: "\e903";
}

.icn-Pinterest:before, .text--list-anonym li .icn-Pinterest.link.double-arrow:after, .text--list-anonym li .icn-Pinterest.link.simple-arrow:after, .icn-Pinterest.link.double-arrow:after, .icn-Pinterest.link.simple-arrow:after {
  content: "\e904";
}

.icn-Twitter:before, .text--list-anonym li .icn-Twitter.link.double-arrow:after, .text--list-anonym li .icn-Twitter.link.simple-arrow:after, .icn-Twitter.link.double-arrow:after, .icn-Twitter.link.simple-arrow:after {
  content: "\e905";
}

.icn-YouTube:before, .text--list-anonym li .icn-YouTube.link.double-arrow:after, .text--list-anonym li .icn-YouTube.link.simple-arrow:after, .icn-YouTube.link.double-arrow:after, .icn-YouTube.link.simple-arrow:after {
  content: "\e906";
}

.icn-Instagram:before, .text--list-anonym li .icn-Instagram.link.double-arrow:after, .text--list-anonym li .icn-Instagram.link.simple-arrow:after, .icn-Instagram.link.double-arrow:after, .icn-Instagram.link.simple-arrow:after {
  content: "\e907";
}

.icn-tasse-a-mesurer:before, .text--list-anonym li .icn-tasse-a-mesurer.link.double-arrow:after, .text--list-anonym li .icn-tasse-a-mesurer.link.simple-arrow:after, .icn-tasse-a-mesurer.link.double-arrow:after, .icn-tasse-a-mesurer.link.simple-arrow:after {
  content: "\e908";
}

.icn-portions:before, .text--list-anonym li .icn-portions.link.double-arrow:after, .text--list-anonym li .icn-portions.link.simple-arrow:after, .icn-portions.link.double-arrow:after, .icn-portions.link.simple-arrow:after {
  content: "\e909";
}

.icn-horloge-cuisson:before, .text--list-anonym li .icn-horloge-cuisson.link.double-arrow:after, .text--list-anonym li .icn-horloge-cuisson.link.simple-arrow:after, .icn-horloge-cuisson.link.double-arrow:after, .icn-horloge-cuisson.link.simple-arrow:after {
  content: "\e90a";
}

.icn-item-list-icon:before, .text--list-anonym li .icn-item-list-icon.link.double-arrow:after, .text--list-anonym li .icn-item-list-icon.link.simple-arrow:after, .icn-item-list-icon.link.double-arrow:after, .icn-item-list-icon.link.simple-arrow:after {
  content: "\e90b";
}

.icn-play-filled:before, .text--list-anonym li .icn-play-filled.link.double-arrow:after, .text--list-anonym li .icn-play-filled.link.simple-arrow:after, .icn-play-filled.link.double-arrow:after, .icn-play-filled.link.simple-arrow:after {
  content: "\e90c";
}

.icn-uniE90B:before, .text--list-anonym li .icn-uniE90B.link.double-arrow:after, .text--list-anonym li .icn-uniE90B.link.simple-arrow:after, .icn-uniE90B.link.double-arrow:after, .icn-uniE90B.link.simple-arrow:after {
  content: "\e90d";
}

.icn-uniE90C:before, .text--list-anonym li .icn-uniE90C.link.double-arrow:after, .text--list-anonym li .icn-uniE90C.link.simple-arrow:after, .icn-uniE90C.link.double-arrow:after, .icn-uniE90C.link.simple-arrow:after {
  content: "\e90e";
}

.icn-uniE90D:before, .text--list-anonym li .icn-uniE90D.link.double-arrow:after, .text--list-anonym li .icn-uniE90D.link.simple-arrow:after, .icn-uniE90D.link.double-arrow:after, .icn-uniE90D.link.simple-arrow:after {
  content: "\e90f";
}

.icn-search:before, .text--list-anonym li .icn-search.link.double-arrow:after, .text--list-anonym li .icn-search.link.simple-arrow:after, .icn-search.link.double-arrow:after, .icn-search.link.simple-arrow:after {
  content: "\e910";
}

.icn-shopping-list:before, .text--list-anonym li .icn-shopping-list.link.double-arrow:after, .text--list-anonym li .icn-shopping-list.link.simple-arrow:after, .icn-shopping-list.link.double-arrow:after, .icn-shopping-list.link.simple-arrow:after {
  content: "\e911";
}

.icn-shopping-cart-fliped:before, .text--list-anonym li .icn-shopping-cart-fliped.link.double-arrow:after, .text--list-anonym li .icn-shopping-cart-fliped.link.simple-arrow:after, .icn-shopping-cart-fliped.link.double-arrow:after, .icn-shopping-cart-fliped.link.simple-arrow:after {
  content: "\e912";
}

.icn-eye:before, .text--list-anonym li .icn-eye.link.double-arrow:after, .text--list-anonym li .icn-eye.link.simple-arrow:after, .icn-eye.link.double-arrow:after, .icn-eye.link.simple-arrow:after {
  content: "\e913";
}

.icn-heart:before, .text--list-anonym li .icn-heart.link.double-arrow:after, .text--list-anonym li .icn-heart.link.simple-arrow:after, .icn-heart.link.double-arrow:after, .icn-heart.link.simple-arrow:after {
  content: "\e914";
}

.icn-print:before, .text--list-anonym li .icn-print.link.double-arrow:after, .text--list-anonym li .icn-print.link.simple-arrow:after, .icn-print.link.double-arrow:after, .icn-print.link.simple-arrow:after {
  content: "\e915";
}

/* Font icons */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?20141118");
  src: url("../fonts/icons.eot?#iefix20141118") format("embedded-opentype"), url("../fonts/icons.woff?20141118") format("woff"), url("../fonts/icons.svg?20141118#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20160128");
  src: url("../fonts/icomoon.eot?#iefix20160128") format("embedded-opentype"), url("../fonts/icomoon.woff?20160128") format("woff"), url("../fonts/icomoon.svg?20160128#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.shepherd-button-close:before,
.icons,
.mobile-toggler h3:before,
.mobile-toggler .h3-like:before,
.mobile-toggler .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .mobile-toggler h1.h4-like:before,
.mobile-toggler .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .mobile-toggler .h4-like.h1-like:before,
.mobile-toggler .modal .modal__inner h1.h4-like.link.simple-arrow:after,
.modal .modal__inner .mobile-toggler h1.h4-like.link.simple-arrow:after,
.mobile-toggler .modal .modal__inner .h4-like.h1-like.link.simple-arrow:after,
.modal .modal__inner .mobile-toggler .h4-like.h1-like.link.simple-arrow:after,
.mobile-toggler .modal .modal__inner h1.h4-like.link.double-arrow:after,
.modal .modal__inner .mobile-toggler h1.h4-like.link.double-arrow:after,
.mobile-toggler .modal .modal__inner .h4-like.h1-like.link.double-arrow:after,
.modal .modal__inner .mobile-toggler .h4-like.h1-like.link.double-arrow:after,
.portable-toggler h3:before,
.portable-toggler .h3-like:before,
.portable-toggler .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .portable-toggler h1.h4-like:before,
.portable-toggler .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .portable-toggler .h4-like.h1-like:before,
.portable-toggler .modal .modal__inner h1.h4-like.link.simple-arrow:after,
.modal .modal__inner .portable-toggler h1.h4-like.link.simple-arrow:after,
.portable-toggler .modal .modal__inner .h4-like.h1-like.link.simple-arrow:after,
.modal .modal__inner .portable-toggler .h4-like.h1-like.link.simple-arrow:after,
.portable-toggler .modal .modal__inner h1.h4-like.link.double-arrow:after,
.modal .modal__inner .portable-toggler h1.h4-like.link.double-arrow:after,
.portable-toggler .modal .modal__inner .h4-like.h1-like.link.double-arrow:after,
.modal .modal__inner .portable-toggler .h4-like.h1-like.link.double-arrow:after,
.toggler .toggler__btn:before,
.slideshow .owl-next,
.slideshow .owl-prev,
.dropdown__cta:before,
.nav--collapsible__clickable.js-cta-collapsible:before,
.text--list-anonym li .link.simple-arrow:after,
.text--list-anonym li .link.double-arrow:after,
.link.simple-arrow:after,
.link.double-arrow:after,
[class^=icon--]:before,
[class*=" icon--"]:before {
  display: inline-block;
  font-family: "icons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 16px;
  line-height: 10px;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shepherd-button-close:before, .shepherd-button-close.link.simple-arrow:after, .shepherd-button-close.link.double-arrow:after, .text--list-anonym li .shepherd-button-close.link.simple-arrow:after, .text--list-anonym li .shepherd-button-close.link.double-arrow:after,
[class*=icon--icomoon],
[class*=icon--icomoon][class^=icon--]:before,
[class*=icon--icomoon][class^=icon--].link.double-arrow:after,
[class*=icon--icomoon][class^=icon--].link.simple-arrow:after,
[class*=icon--icomoon][class*=" icon--"]:before,
[class*=icon--icomoon][class*=" icon--"].link.double-arrow:after,
[class*=icon--icomoon][class*=" icon--"].link.simple-arrow:after {
  font-family: "icomoon";
}
.shepherd-button-close:before, .text--list-anonym li .link.double-arrow.shepherd-button-close:after, .text--list-anonym li .link.simple-arrow.shepherd-button-close:after, .link.double-arrow.shepherd-button-close:after, .link.simple-arrow.shepherd-button-close:after,
[class*=icon--icomoon]:before,
.text--list-anonym li [class*=icon--icomoon].link.double-arrow:after,
.text--list-anonym li [class*=icon--icomoon].link.simple-arrow:after,
[class*=icon--icomoon].link.double-arrow:after,
[class*=icon--icomoon].link.simple-arrow:after {
  position: relative;
  top: 2px;
}

.icon--addtolist:before,
.text--list-anonym li .icon--addtolist.link.double-arrow:after,
.text--list-anonym li .icon--addtolist.link.simple-arrow:after,
.icon--addtolist.link.double-arrow:after,
.icon--addtolist.link.simple-arrow:after {
  content: "]";
  top: 4px;
  position: relative;
  left: 1px;
}
.icon--arrow-circle-down:before,
.text--list-anonym li .icon--arrow-circle-down.link.double-arrow:after,
.text--list-anonym li .icon--arrow-circle-down.link.simple-arrow:after,
.icon--arrow-circle-down.link.double-arrow:after,
.icon--arrow-circle-down.link.simple-arrow:after {
  content: ":";
}
.icon--arrow-circle-left:before,
.text--list-anonym li .icon--arrow-circle-left.link.double-arrow:after,
.text--list-anonym li .icon--arrow-circle-left.link.simple-arrow:after,
.icon--arrow-circle-left.link.double-arrow:after,
.icon--arrow-circle-left.link.simple-arrow:after,
.icon--carousel-left:before,
.text--list-anonym li .icon--carousel-left.link.double-arrow:after,
.text--list-anonym li .icon--carousel-left.link.simple-arrow:after,
.icon--carousel-left.link.double-arrow:after,
.icon--carousel-left.link.simple-arrow:after {
  content: "<";
}
.icon--arrow-circle-right:before,
.text--list-anonym li .icon--arrow-circle-right.link.double-arrow:after,
.text--list-anonym li .icon--arrow-circle-right.link.simple-arrow:after,
.icon--arrow-circle-right.link.double-arrow:after,
.icon--arrow-circle-right.link.simple-arrow:after,
.icon--carousel-right:before,
.text--list-anonym li .icon--carousel-right.link.double-arrow:after,
.text--list-anonym li .icon--carousel-right.link.simple-arrow:after,
.icon--carousel-right.link.double-arrow:after,
.icon--carousel-right.link.simple-arrow:after {
  content: "=";
}
.icon--arrow-circle-up:before,
.text--list-anonym li .icon--arrow-circle-up.link.double-arrow:after,
.text--list-anonym li .icon--arrow-circle-up.link.simple-arrow:after,
.icon--arrow-circle-up.link.double-arrow:after,
.icon--arrow-circle-up.link.simple-arrow:after {
  content: ";";
}
.icon--arrow-down:before,
.mobile-toggler h3:before,
.mobile-toggler .h3-like:before,
.mobile-toggler .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .mobile-toggler h1.h4-like:before,
.mobile-toggler .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .mobile-toggler .h4-like.h1-like:before,
.portable-toggler h3:before,
.portable-toggler .h3-like:before,
.portable-toggler .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .portable-toggler h1.h4-like:before,
.portable-toggler .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .portable-toggler .h4-like.h1-like:before,
.toggler .toggler__btn:before,
.dropdown__cta:before,
.text--list-anonym li .icon--arrow-down.link.double-arrow:after,
.text--list-anonym li .mobile-toggler h3.link.double-arrow:after,
.mobile-toggler .text--list-anonym li h3.link.double-arrow:after,
.text--list-anonym li .mobile-toggler .link.double-arrow.h3-like:after,
.mobile-toggler .text--list-anonym li .link.double-arrow.h3-like:after,
.text--list-anonym li .mobile-toggler .modal .modal__inner h1.link.double-arrow.h4-like:after,
.mobile-toggler .modal .modal__inner .text--list-anonym li h1.link.double-arrow.h4-like:after,
.text--list-anonym li .modal .modal__inner .mobile-toggler h1.link.double-arrow.h4-like:after,
.modal .modal__inner .mobile-toggler .text--list-anonym li h1.link.double-arrow.h4-like:after,
.text--list-anonym li .mobile-toggler .modal .modal__inner .link.double-arrow.h4-like.h1-like:after,
.mobile-toggler .modal .modal__inner .text--list-anonym li .link.double-arrow.h4-like.h1-like:after,
.text--list-anonym li .modal .modal__inner .mobile-toggler .link.double-arrow.h4-like.h1-like:after,
.modal .modal__inner .mobile-toggler .text--list-anonym li .link.double-arrow.h4-like.h1-like:after,
.text--list-anonym li .portable-toggler h3.link.double-arrow:after,
.portable-toggler .text--list-anonym li h3.link.double-arrow:after,
.text--list-anonym li .portable-toggler .link.double-arrow.h3-like:after,
.portable-toggler .text--list-anonym li .link.double-arrow.h3-like:after,
.text--list-anonym li .portable-toggler .modal .modal__inner h1.link.double-arrow.h4-like:after,
.portable-toggler .modal .modal__inner .text--list-anonym li h1.link.double-arrow.h4-like:after,
.text--list-anonym li .modal .modal__inner .portable-toggler h1.link.double-arrow.h4-like:after,
.modal .modal__inner .portable-toggler .text--list-anonym li h1.link.double-arrow.h4-like:after,
.text--list-anonym li .portable-toggler .modal .modal__inner .link.double-arrow.h4-like.h1-like:after,
.portable-toggler .modal .modal__inner .text--list-anonym li .link.double-arrow.h4-like.h1-like:after,
.text--list-anonym li .modal .modal__inner .portable-toggler .link.double-arrow.h4-like.h1-like:after,
.modal .modal__inner .portable-toggler .text--list-anonym li .link.double-arrow.h4-like.h1-like:after,
.text--list-anonym li .link.double-arrow.dropdown__cta:after,
.text--list-anonym li .icon--arrow-down.link.simple-arrow:after,
.text--list-anonym li .mobile-toggler h3.link.simple-arrow:after,
.mobile-toggler .text--list-anonym li h3.link.simple-arrow:after,
.text--list-anonym li .mobile-toggler .link.simple-arrow.h3-like:after,
.mobile-toggler .text--list-anonym li .link.simple-arrow.h3-like:after,
.text--list-anonym li .mobile-toggler .modal .modal__inner h1.link.simple-arrow.h4-like:after,
.mobile-toggler .modal .modal__inner .text--list-anonym li h1.link.simple-arrow.h4-like:after,
.text--list-anonym li .modal .modal__inner .mobile-toggler h1.link.simple-arrow.h4-like:after,
.modal .modal__inner .mobile-toggler .text--list-anonym li h1.link.simple-arrow.h4-like:after,
.text--list-anonym li .mobile-toggler .modal .modal__inner .link.simple-arrow.h4-like.h1-like:after,
.mobile-toggler .modal .modal__inner .text--list-anonym li .link.simple-arrow.h4-like.h1-like:after,
.text--list-anonym li .modal .modal__inner .mobile-toggler .link.simple-arrow.h4-like.h1-like:after,
.modal .modal__inner .mobile-toggler .text--list-anonym li .link.simple-arrow.h4-like.h1-like:after,
.text--list-anonym li .portable-toggler h3.link.simple-arrow:after,
.portable-toggler .text--list-anonym li h3.link.simple-arrow:after,
.text--list-anonym li .portable-toggler .link.simple-arrow.h3-like:after,
.portable-toggler .text--list-anonym li .link.simple-arrow.h3-like:after,
.text--list-anonym li .portable-toggler .modal .modal__inner h1.link.simple-arrow.h4-like:after,
.portable-toggler .modal .modal__inner .text--list-anonym li h1.link.simple-arrow.h4-like:after,
.text--list-anonym li .modal .modal__inner .portable-toggler h1.link.simple-arrow.h4-like:after,
.modal .modal__inner .portable-toggler .text--list-anonym li h1.link.simple-arrow.h4-like:after,
.text--list-anonym li .portable-toggler .modal .modal__inner .link.simple-arrow.h4-like.h1-like:after,
.portable-toggler .modal .modal__inner .text--list-anonym li .link.simple-arrow.h4-like.h1-like:after,
.text--list-anonym li .modal .modal__inner .portable-toggler .link.simple-arrow.h4-like.h1-like:after,
.modal .modal__inner .portable-toggler .text--list-anonym li .link.simple-arrow.h4-like.h1-like:after,
.text--list-anonym li .link.simple-arrow.dropdown__cta:after,
.icon--arrow-down.link.double-arrow:after,
.mobile-toggler h3.link.double-arrow:after,
.mobile-toggler .link.double-arrow.h3-like:after,
.mobile-toggler .modal .modal__inner h1.link.double-arrow.h4-like:after,
.modal .modal__inner .mobile-toggler h1.link.double-arrow.h4-like:after,
.mobile-toggler .modal .modal__inner .link.double-arrow.h4-like.h1-like:after,
.modal .modal__inner .mobile-toggler .link.double-arrow.h4-like.h1-like:after,
.portable-toggler h3.link.double-arrow:after,
.portable-toggler .link.double-arrow.h3-like:after,
.portable-toggler .modal .modal__inner h1.link.double-arrow.h4-like:after,
.modal .modal__inner .portable-toggler h1.link.double-arrow.h4-like:after,
.portable-toggler .modal .modal__inner .link.double-arrow.h4-like.h1-like:after,
.modal .modal__inner .portable-toggler .link.double-arrow.h4-like.h1-like:after,
.toggler .link.double-arrow.toggler__btn:after,
.link.double-arrow.dropdown__cta:after,
.icon--arrow-down.link.simple-arrow:after,
.mobile-toggler h3.link.simple-arrow:after,
.mobile-toggler .link.simple-arrow.h3-like:after,
.mobile-toggler .modal .modal__inner h1.link.simple-arrow.h4-like:after,
.modal .modal__inner .mobile-toggler h1.link.simple-arrow.h4-like:after,
.mobile-toggler .modal .modal__inner .link.simple-arrow.h4-like.h1-like:after,
.modal .modal__inner .mobile-toggler .link.simple-arrow.h4-like.h1-like:after,
.portable-toggler h3.link.simple-arrow:after,
.portable-toggler .link.simple-arrow.h3-like:after,
.portable-toggler .modal .modal__inner h1.link.simple-arrow.h4-like:after,
.modal .modal__inner .portable-toggler h1.link.simple-arrow.h4-like:after,
.portable-toggler .modal .modal__inner .link.simple-arrow.h4-like.h1-like:after,
.modal .modal__inner .portable-toggler .link.simple-arrow.h4-like.h1-like:after,
.toggler .link.simple-arrow.toggler__btn:after,
.link.simple-arrow.dropdown__cta:after {
  content: "B";
}
.icon--arrow-left:before,
.text--list-anonym li .icon--arrow-left.link.double-arrow:after,
.text--list-anonym li .icon--arrow-left.link.simple-arrow:after,
.icon--arrow-left.link.double-arrow:after,
.icon--arrow-left.link.simple-arrow:after {
  content: "D";
}
.icon--arrow-right:before,
.text--list-anonym li .icon--arrow-right.link.double-arrow:after,
.text--list-anonym li .icon--arrow-right.link.simple-arrow:after,
.icon--arrow-right.link.double-arrow:after,
.icon--arrow-right.link.simple-arrow:after {
  content: "E";
}
.icon--arrow-right-strong:before,
.slideshow .owl-next:before,
.text--list-anonym li .icon--arrow-right-strong.link.double-arrow:after,
.text--list-anonym li .icon--arrow-right-strong.link.simple-arrow:after,
.icon--arrow-right-strong.link.double-arrow:after,
.slideshow .link.double-arrow.owl-next:after,
.icon--arrow-right-strong.link.simple-arrow:after,
.slideshow .link.simple-arrow.owl-next:after {
  content: "G";
}
.icon--arrow-left-strong:before,
.slideshow .owl-prev:before,
.text--list-anonym li .icon--arrow-left-strong.link.double-arrow:after,
.text--list-anonym li .icon--arrow-left-strong.link.simple-arrow:after,
.icon--arrow-left-strong.link.double-arrow:after,
.slideshow .link.double-arrow.owl-prev:after,
.icon--arrow-left-strong.link.simple-arrow:after,
.slideshow .link.simple-arrow.owl-prev:after {
  content: "F";
}
.icon--arrow-right-link-simple:before,
.text--list-anonym li .icon--arrow-right-link-simple.link.double-arrow:after,
.icon--arrow-right-link-simple.link.double-arrow:after,
.icon--arrow-right-link-simple.link.simple-arrow:after,
.text--list-anonym li .link.simple-arrow:after {
  content: "V";
}
.icon--arrow-right-link-double:before,
.text--list-anonym li .icon--arrow-right-link-double.link.simple-arrow:after,
.icon--arrow-right-link-double.link.double-arrow:after,
.text--list-anonym li .link.double-arrow:after,
.icon--arrow-right-link-double.link.simple-arrow:after,
.link.simple-arrow.double-arrow:after {
  content: "l";
}
.icon--note:before,
.text--list-anonym li .icon--note.link.double-arrow:after,
.text--list-anonym li .icon--note.link.simple-arrow:after,
.icon--note.link.double-arrow:after,
.icon--note.link.simple-arrow:after {
  content: "n";
}
.icon--arrow-left-link-simple:before,
.text--list-anonym li .icon--arrow-left-link-simple.link.double-arrow:after,
.text--list-anonym li .icon--arrow-left-link-simple.link.simple-arrow:after,
.icon--arrow-left-link-simple.link.double-arrow:after,
.icon--arrow-left-link-simple.link.simple-arrow:after {
  content: "w";
}
.icon--arrow-left-link-double:before,
.text--list-anonym li .icon--arrow-left-link-double.link.double-arrow:after,
.text--list-anonym li .icon--arrow-left-link-double.link.simple-arrow:after,
.icon--arrow-left-link-double.link.double-arrow:after,
.icon--arrow-left-link-double.link.simple-arrow:after {
  content: "x";
}
.icon--arrow-skinny-left:before,
.text--list-anonym li .icon--arrow-skinny-left.link.double-arrow:after,
.text--list-anonym li .icon--arrow-skinny-left.link.simple-arrow:after,
.icon--arrow-skinny-left.link.double-arrow:after,
.icon--arrow-skinny-left.link.simple-arrow:after {
  content: "o";
}
.icon--arrow-skinny-left-double:before,
.text--list-anonym li .icon--arrow-skinny-left-double.link.double-arrow:after,
.text--list-anonym li .icon--arrow-skinny-left-double.link.simple-arrow:after,
.icon--arrow-skinny-left-double.link.double-arrow:after,
.icon--arrow-skinny-left-double.link.simple-arrow:after {
  content: "q";
}
.icon--arrow-skinny-right:before,
.text--list-anonym li .icon--arrow-skinny-right.link.double-arrow:after,
.text--list-anonym li .icon--arrow-skinny-right.link.simple-arrow:after,
.icon--arrow-skinny-right.link.double-arrow:after,
.icon--arrow-skinny-right.link.simple-arrow:after {
  content: "p";
}
.icon--arrow-skinny-right-double:before,
.text--list-anonym li .icon--arrow-skinny-right-double.link.double-arrow:after,
.text--list-anonym li .icon--arrow-skinny-right-double.link.simple-arrow:after,
.icon--arrow-skinny-right-double.link.double-arrow:after,
.icon--arrow-skinny-right-double.link.simple-arrow:after {
  content: "r";
}
.icon--arrow-up:before,
.mobile-toggler.is-open h3:before,
.mobile-toggler.is-open .h3-like:before,
.mobile-toggler.is-open .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .mobile-toggler.is-open h1.h4-like:before,
.mobile-toggler.is-open .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .mobile-toggler.is-open .h4-like.h1-like:before,
.portable-toggler.is-open h3:before,
.portable-toggler.is-open .h3-like:before,
.portable-toggler.is-open .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .portable-toggler.is-open h1.h4-like:before,
.portable-toggler.is-open .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .portable-toggler.is-open .h4-like.h1-like:before,
.toggler.is-active .toggler__btn:before,
.is-active .dropdown__cta:before,
.text--list-anonym li .icon--arrow-up.link.double-arrow:after,
.text--list-anonym li .icon--arrow-up.link.simple-arrow:after,
.icon--arrow-up.link.double-arrow:after,
.mobile-toggler.is-open h3.link.double-arrow:after,
.mobile-toggler.is-open .link.double-arrow.h3-like:after,
.mobile-toggler.is-open .modal .modal__inner h1.link.double-arrow.h4-like:after,
.modal .modal__inner .mobile-toggler.is-open h1.link.double-arrow.h4-like:after,
.mobile-toggler.is-open .modal .modal__inner .link.double-arrow.h4-like.h1-like:after,
.modal .modal__inner .mobile-toggler.is-open .link.double-arrow.h4-like.h1-like:after,
.portable-toggler.is-open h3.link.double-arrow:after,
.portable-toggler.is-open .link.double-arrow.h3-like:after,
.portable-toggler.is-open .modal .modal__inner h1.link.double-arrow.h4-like:after,
.modal .modal__inner .portable-toggler.is-open h1.link.double-arrow.h4-like:after,
.portable-toggler.is-open .modal .modal__inner .link.double-arrow.h4-like.h1-like:after,
.modal .modal__inner .portable-toggler.is-open .link.double-arrow.h4-like.h1-like:after,
.toggler.is-active .link.double-arrow.toggler__btn:after,
.is-active .link.double-arrow.dropdown__cta:after,
.icon--arrow-up.link.simple-arrow:after,
.mobile-toggler.is-open h3.link.simple-arrow:after,
.mobile-toggler.is-open .link.simple-arrow.h3-like:after,
.mobile-toggler.is-open .modal .modal__inner h1.link.simple-arrow.h4-like:after,
.modal .modal__inner .mobile-toggler.is-open h1.link.simple-arrow.h4-like:after,
.mobile-toggler.is-open .modal .modal__inner .link.simple-arrow.h4-like.h1-like:after,
.modal .modal__inner .mobile-toggler.is-open .link.simple-arrow.h4-like.h1-like:after,
.portable-toggler.is-open h3.link.simple-arrow:after,
.portable-toggler.is-open .link.simple-arrow.h3-like:after,
.portable-toggler.is-open .modal .modal__inner h1.link.simple-arrow.h4-like:after,
.modal .modal__inner .portable-toggler.is-open h1.link.simple-arrow.h4-like:after,
.portable-toggler.is-open .modal .modal__inner .link.simple-arrow.h4-like.h1-like:after,
.modal .modal__inner .portable-toggler.is-open .link.simple-arrow.h4-like.h1-like:after,
.toggler.is-active .link.simple-arrow.toggler__btn:after,
.is-active .link.simple-arrow.dropdown__cta:after {
  content: "C";
}
.icon--calendar:before,
.text--list-anonym li .icon--calendar.link.double-arrow:after,
.text--list-anonym li .icon--calendar.link.simple-arrow:after,
.icon--calendar.link.double-arrow:after,
.icon--calendar.link.simple-arrow:after {
  content: "H";
}
.icon--cart:before,
.text--list-anonym li .icon--cart.link.double-arrow:after,
.text--list-anonym li .icon--cart.link.simple-arrow:after,
.icon--cart.link.double-arrow:after,
.icon--cart.link.simple-arrow:after {
  content: "I";
}
.icon--cart-fee:before,
.text--list-anonym li .icon--cart-fee.link.double-arrow:after,
.text--list-anonym li .icon--cart-fee.link.simple-arrow:after,
.icon--cart-fee.link.double-arrow:after,
.icon--cart-fee.link.simple-arrow:after {
  content: "M";
}
.icon--delete:before,
.text--list-anonym li .icon--delete.link.double-arrow:after,
.text--list-anonym li .icon--delete.link.simple-arrow:after,
.icon--delete.link.double-arrow:after,
.icon--delete.link.simple-arrow:after {
  content: "e";
}
.icon--delivery:before,
.text--list-anonym li .icon--delivery.link.double-arrow:after,
.text--list-anonym li .icon--delivery.link.simple-arrow:after,
.icon--delivery.link.double-arrow:after,
.icon--delivery.link.simple-arrow:after {
  content: "j";
}
.icon--delivery-price:before,
.text--list-anonym li .icon--delivery-price.link.double-arrow:after,
.text--list-anonym li .icon--delivery-price.link.simple-arrow:after,
.icon--delivery-price.link.double-arrow:after,
.icon--delivery-price.link.simple-arrow:after {
  content: "N";
}
.icon--save:before,
.text--list-anonym li .icon--save.link.double-arrow:after,
.text--list-anonym li .icon--save.link.simple-arrow:after,
.icon--save.link.double-arrow:after,
.icon--save.link.simple-arrow:after {
  content: "v";
}
.icon--edit:before,
.text--list-anonym li .icon--edit.link.double-arrow:after,
.text--list-anonym li .icon--edit.link.simple-arrow:after,
.icon--edit.link.double-arrow:after,
.icon--edit.link.simple-arrow:after {
  content: "L";
}
.icon--error:before,
.text--list-anonym li .icon--error.link.double-arrow:after,
.text--list-anonym li .icon--error.link.simple-arrow:after,
.icon--error.link.double-arrow:after,
.icon--error.link.simple-arrow:after {
  content: "s";
}
.icon--close:before,
.text--list-anonym li .icon--close.link.double-arrow:after,
.text--list-anonym li .icon--close.link.simple-arrow:after,
.icon--close.link.double-arrow:after,
.icon--close.link.simple-arrow:after {
  content: "z";
}
.icon--facebook-circle:before,
.text--list-anonym li .icon--facebook-circle.link.double-arrow:after,
.text--list-anonym li .icon--facebook-circle.link.simple-arrow:after,
.icon--facebook-circle.link.double-arrow:after,
.icon--facebook-circle.link.simple-arrow:after,
.icon--facebook {
  content: "R";
}
.icon--googleplus-circle:before,
.text--list-anonym li .icon--googleplus-circle.link.double-arrow:after,
.text--list-anonym li .icon--googleplus-circle.link.simple-arrow:after,
.icon--googleplus-circle.link.double-arrow:after,
.icon--googleplus-circle.link.simple-arrow:after,
.icon--googleplus {
  content: "U";
}
.icon--instagram-circle:before,
.text--list-anonym li .icon--instagram-circle.link.double-arrow:after,
.text--list-anonym li .icon--instagram-circle.link.simple-arrow:after,
.icon--instagram-circle.link.double-arrow:after,
.icon--instagram-circle.link.simple-arrow:after,
.icon--instagram {
  content: "\ea92";
}
.icon--heart:before,
.text--list-anonym li .icon--heart.link.double-arrow:after,
.text--list-anonym li .icon--heart.link.simple-arrow:after,
.icon--heart.link.double-arrow:after,
.icon--heart.link.simple-arrow:after {
  content: "J";
}
.icon--heart-border:before,
.text--list-anonym li .icon--heart-border.link.double-arrow:after,
.text--list-anonym li .icon--heart-border.link.simple-arrow:after,
.icon--heart-border.link.double-arrow:after,
.icon--heart-border.link.simple-arrow:after {
  content: "K";
}
.icon--help-circle:before,
.text--list-anonym li .icon--help-circle.link.double-arrow:after,
.text--list-anonym li .icon--help-circle.link.simple-arrow:after,
.icon--help-circle.link.double-arrow:after,
.icon--help-circle.link.simple-arrow:after {
  content: "X";
}
.icon--home:before,
.text--list-anonym li .icon--home.link.double-arrow:after,
.text--list-anonym li .icon--home.link.simple-arrow:after,
.icon--home.link.double-arrow:after,
.icon--home.link.simple-arrow:after {
  content: "Z";
}
.icon--location:before,
.text--list-anonym li .icon--location.link.double-arrow:after,
.text--list-anonym li .icon--location.link.simple-arrow:after,
.icon--location.link.double-arrow:after,
.icon--location.link.simple-arrow:after {
  content: "_";
}
.icon--mail:before,
.text--list-anonym li .icon--mail.link.double-arrow:after,
.text--list-anonym li .icon--mail.link.simple-arrow:after,
.icon--mail.link.double-arrow:after,
.icon--mail.link.simple-arrow:after {
  content: "O";
}
.icon--mail-circle-border:before,
.text--list-anonym li .icon--mail-circle-border.link.double-arrow:after,
.text--list-anonym li .icon--mail-circle-border.link.simple-arrow:after,
.icon--mail-circle-border.link.double-arrow:after,
.icon--mail-circle-border.link.simple-arrow:after {
  content: "P";
}
.icon--number-1:before,
.text--list-anonym li .icon--number-1.link.double-arrow:after,
.text--list-anonym li .icon--number-1.link.simple-arrow:after,
.icon--number-1.link.double-arrow:after,
.icon--number-1.link.simple-arrow:after {
  content: "1";
}
.icon--number-2:before,
.text--list-anonym li .icon--number-2.link.double-arrow:after,
.text--list-anonym li .icon--number-2.link.simple-arrow:after,
.icon--number-2.link.double-arrow:after,
.icon--number-2.link.simple-arrow:after {
  content: "2";
}
.icon--number-3:before,
.text--list-anonym li .icon--number-3.link.double-arrow:after,
.text--list-anonym li .icon--number-3.link.simple-arrow:after,
.icon--number-3.link.double-arrow:after,
.icon--number-3.link.simple-arrow:after {
  content: "3";
}
.icon--number-4:before,
.text--list-anonym li .icon--number-4.link.double-arrow:after,
.text--list-anonym li .icon--number-4.link.simple-arrow:after,
.icon--number-4.link.double-arrow:after,
.icon--number-4.link.simple-arrow:after {
  content: "4";
}
.icon--number-5:before,
.text--list-anonym li .icon--number-5.link.double-arrow:after,
.text--list-anonym li .icon--number-5.link.simple-arrow:after,
.icon--number-5.link.double-arrow:after,
.icon--number-5.link.simple-arrow:after {
  content: "5";
}
.icon--number-6:before,
.text--list-anonym li .icon--number-6.link.double-arrow:after,
.text--list-anonym li .icon--number-6.link.simple-arrow:after,
.icon--number-6.link.double-arrow:after,
.icon--number-6.link.simple-arrow:after {
  content: "6";
}
.icon--number-7:before,
.text--list-anonym li .icon--number-7.link.double-arrow:after,
.text--list-anonym li .icon--number-7.link.simple-arrow:after,
.icon--number-7.link.double-arrow:after,
.icon--number-7.link.simple-arrow:after {
  content: "7";
}
.icon--number-8:before,
.text--list-anonym li .icon--number-8.link.double-arrow:after,
.text--list-anonym li .icon--number-8.link.simple-arrow:after,
.icon--number-8.link.double-arrow:after,
.icon--number-8.link.simple-arrow:after {
  content: "8";
}
.icon--number-9:before,
.text--list-anonym li .icon--number-9.link.double-arrow:after,
.text--list-anonym li .icon--number-9.link.simple-arrow:after,
.icon--number-9.link.double-arrow:after,
.icon--number-9.link.simple-arrow:after {
  content: "9";
}
.icon--pause:before,
.text--list-anonym li .icon--pause.link.double-arrow:after,
.text--list-anonym li .icon--pause.link.simple-arrow:after,
.icon--pause.link.double-arrow:after,
.icon--pause.link.simple-arrow:after {
  content: "^";
}
.icon--notice:before,
.text--list-anonym li .icon--notice.link.double-arrow:after,
.text--list-anonym li .icon--notice.link.simple-arrow:after,
.icon--notice.link.double-arrow:after,
.icon--notice.link.simple-arrow:after {
  content: "[";
}
.icon--pinterest-circle:before,
.text--list-anonym li .icon--pinterest-circle.link.double-arrow:after,
.text--list-anonym li .icon--pinterest-circle.link.simple-arrow:after,
.icon--pinterest-circle.link.double-arrow:after,
.icon--pinterest-circle.link.simple-arrow:after,
.icon--pinterest {
  content: "`";
}
.icon--phone:before,
.text--list-anonym li .icon--phone.link.double-arrow:after,
.text--list-anonym li .icon--phone.link.simple-arrow:after,
.icon--phone.link.double-arrow:after,
.icon--phone.link.simple-arrow:after {
  content: "i";
}
.icon--fax:before,
.text--list-anonym li .icon--fax.link.double-arrow:after,
.text--list-anonym li .icon--fax.link.simple-arrow:after,
.icon--fax.link.double-arrow:after,
.icon--fax.link.simple-arrow:after {
  content: "u";
}
.icon--play:before,
.text--list-anonym li .icon--play.link.double-arrow:after,
.text--list-anonym li .icon--play.link.simple-arrow:after,
.icon--play.link.double-arrow:after,
.icon--play.link.simple-arrow:after {
  content: "b";
}
.icon--play-circle:before,
.text--list-anonym li .icon--play-circle.link.double-arrow:after,
.text--list-anonym li .icon--play-circle.link.simple-arrow:after,
.icon--play-circle.link.double-arrow:after,
.icon--play-circle.link.simple-arrow:after {
  content: "c";
}
.icon--plus-circle:before,
.text--list-anonym li .icon--plus-circle.link.double-arrow:after,
.text--list-anonym li .icon--plus-circle.link.simple-arrow:after,
.icon--plus-circle.link.double-arrow:after,
.icon--plus-circle.link.simple-arrow:after {
  content: "d";
}
.icon--print:before,
.text--list-anonym li .icon--print.link.double-arrow:after,
.text--list-anonym li .icon--print.link.simple-arrow:after,
.icon--print.link.double-arrow:after,
.icon--print.link.simple-arrow:after {
  content: "f";
}
.icon--search:before,
.text--list-anonym li .icon--search.link.double-arrow:after,
.text--list-anonym li .icon--search.link.simple-arrow:after,
.icon--search.link.double-arrow:after,
.icon--search.link.simple-arrow:after {
  content: "Y";
}
.icon--sound:before,
.text--list-anonym li .icon--sound.link.double-arrow:after,
.text--list-anonym li .icon--sound.link.simple-arrow:after,
.icon--sound.link.double-arrow:after,
.icon--sound.link.simple-arrow:after {
  content: "m";
}
.icon--star:before,
.text--list-anonym li .icon--star.link.double-arrow:after,
.text--list-anonym li .icon--star.link.simple-arrow:after,
.icon--star.link.double-arrow:after,
.icon--star.link.simple-arrow:after {
  content: "Q";
}
.icon--check:before,
.text--list-anonym li .icon--check.link.double-arrow:after,
.text--list-anonym li .icon--check.link.simple-arrow:after,
.icon--check.link.double-arrow:after,
.icon--check.link.simple-arrow:after {
  content: "y";
}
.icon--target:before,
.text--list-anonym li .icon--target.link.double-arrow:after,
.text--list-anonym li .icon--target.link.simple-arrow:after,
.icon--target.link.double-arrow:after,
.icon--target.link.simple-arrow:after {
  content: "T";
}
.icon--time:before,
.text--list-anonym li .icon--time.link.double-arrow:after,
.text--list-anonym li .icon--time.link.simple-arrow:after,
.icon--time.link.double-arrow:after,
.icon--time.link.simple-arrow:after {
  content: "W";
}
.icon--triangle-down:before,
.nav--collapsible__clickable.js-cta-collapsible:before,
.text--list-anonym li .icon--triangle-down.link.double-arrow:after,
.text--list-anonym li .icon--triangle-down.link.simple-arrow:after,
.icon--triangle-down.link.double-arrow:after,
.link.double-arrow.nav--collapsible__clickable.js-cta-collapsible:after,
.icon--triangle-down.link.simple-arrow:after,
.link.simple-arrow.nav--collapsible__clickable.js-cta-collapsible:after {
  content: ">";
}
.icon--triangle-left:before,
.text--list-anonym li .icon--triangle-left.link.double-arrow:after,
.text--list-anonym li .icon--triangle-left.link.simple-arrow:after,
.icon--triangle-left.link.double-arrow:after,
.icon--triangle-left.link.simple-arrow:after {
  content: "@";
}
.icon--triangle-right:before,
.text--list-anonym li .icon--triangle-right.link.double-arrow:after,
.text--list-anonym li .icon--triangle-right.link.simple-arrow:after,
.icon--triangle-right.link.double-arrow:after,
.icon--triangle-right.link.simple-arrow:after {
  content: "A";
}
.icon--triangle-up:before,
.nav--collapsible .is-active .nav--collapsible__clickable.js-cta-collapsible:before,
.text--list-anonym li .icon--triangle-up.link.double-arrow:after,
.text--list-anonym li .icon--triangle-up.link.simple-arrow:after,
.icon--triangle-up.link.double-arrow:after,
.nav--collapsible .is-active .link.double-arrow.nav--collapsible__clickable.js-cta-collapsible:after,
.icon--triangle-up.link.simple-arrow:after,
.nav--collapsible .is-active .link.simple-arrow.nav--collapsible__clickable.js-cta-collapsible:after {
  content: "?";
}
.icon--twitter-circle:before,
.text--list-anonym li .icon--twitter-circle.link.double-arrow:after,
.text--list-anonym li .icon--twitter-circle.link.simple-arrow:after,
.icon--twitter-circle.link.double-arrow:after,
.icon--twitter-circle.link.simple-arrow:after {
  content: "k";
}
.icon--user:before,
.text--list-anonym li .icon--user.link.double-arrow:after,
.text--list-anonym li .icon--user.link.simple-arrow:after,
.icon--user.link.double-arrow:after,
.icon--user.link.simple-arrow:after {
  content: "h";
}
.icon--warning:before,
.text--list-anonym li .icon--warning.link.double-arrow:after,
.text--list-anonym li .icon--warning.link.simple-arrow:after,
.icon--warning.link.double-arrow:after,
.icon--warning.link.simple-arrow:after {
  content: "0";
}
.icon--menu:before,
.text--list-anonym li .icon--menu.link.double-arrow:after,
.text--list-anonym li .icon--menu.link.simple-arrow:after,
.icon--menu.link.double-arrow:after,
.icon--menu.link.simple-arrow:after {
  content: "t";
}
.icon--cash:before,
.text--list-anonym li .icon--cash.link.double-arrow:after,
.text--list-anonym li .icon--cash.link.simple-arrow:after,
.icon--cash.link.double-arrow:after,
.icon--cash.link.simple-arrow:after {
  content: "S";
}
.icon--view:before,
.text--list-anonym li .icon--view.link.double-arrow:after,
.text--list-anonym li .icon--view.link.simple-arrow:after,
.icon--view.link.double-arrow:after,
.icon--view.link.simple-arrow:after {
  content: "\\";
}
.icon--outside:before,
.text--list-anonym li .icon--outside.link.double-arrow:after,
.text--list-anonym li .icon--outside.link.simple-arrow:after,
.icon--outside.link.double-arrow:after,
.icon--outside.link.simple-arrow:after {
  content: "g";
}
.icon--youtube-circle:before,
.text--list-anonym li .icon--youtube-circle.link.double-arrow:after,
.text--list-anonym li .icon--youtube-circle.link.simple-arrow:after,
.icon--youtube-circle.link.double-arrow:after,
.icon--youtube-circle.link.simple-arrow:after,
.icon--youtube:before,
.text--list-anonym li .icon--youtube.link.double-arrow:after,
.text--list-anonym li .icon--youtube.link.simple-arrow:after,
.icon--youtube.link.double-arrow:after,
.icon--youtube.link.simple-arrow:after {
  content: "a";
}
.icon--minus:before,
.text--list-anonym li .icon--minus.link.double-arrow:after,
.text--list-anonym li .icon--minus.link.simple-arrow:after,
.icon--minus.link.double-arrow:after,
.icon--minus.link.simple-arrow:after {
  content: "-";
}
.icon--plus:before,
.text--list-anonym li .icon--plus.link.double-arrow:after,
.text--list-anonym li .icon--plus.link.simple-arrow:after,
.icon--plus.link.double-arrow:after,
.icon--plus.link.simple-arrow:after {
  content: "+";
}
.icon--apple-circle:before,
.text--list-anonym li .icon--apple-circle.link.double-arrow:after,
.text--list-anonym li .icon--apple-circle.link.simple-arrow:after,
.icon--apple-circle.link.double-arrow:after,
.icon--apple-circle.link.simple-arrow:after,
.icon--apple {
  content: "\e900";
}
.icon--icomoon-paper-flyers:before,
.text--list-anonym li .icon--icomoon-paper-flyers.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-paper-flyers.link.simple-arrow:after,
.icon--icomoon-paper-flyers.link.double-arrow:after,
.icon--icomoon-paper-flyers.link.simple-arrow:after {
  content: "\e900";
}
.icon--icomoon-personalized-flyers:before,
.text--list-anonym li .icon--icomoon-personalized-flyers.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-personalized-flyers.link.simple-arrow:after,
.icon--icomoon-personalized-flyers.link.double-arrow:after,
.icon--icomoon-personalized-flyers.link.simple-arrow:after {
  content: "\e901";
}
.icon--icomoon-list:before,
.text--list-anonym li .icon--icomoon-list.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-list.link.simple-arrow:after,
.icon--icomoon-list.link.double-arrow:after,
.icon--icomoon-list.link.simple-arrow:after {
  content: "\e902";
}
.icon--icomoon-grid:before,
.text--list-anonym li .icon--icomoon-grid.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-grid.link.simple-arrow:after,
.icon--icomoon-grid.link.double-arrow:after,
.icon--icomoon-grid.link.simple-arrow:after {
  content: "\e903";
}
.icon--icomoon-search:before,
.text--list-anonym li .icon--icomoon-search.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-search.link.simple-arrow:after,
.icon--icomoon-search.link.double-arrow:after,
.icon--icomoon-search.link.simple-arrow:after {
  content: "\e904";
}
.icon--icomoon-cart:before,
.text--list-anonym li .icon--icomoon-cart.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-cart.link.simple-arrow:after,
.icon--icomoon-cart.link.double-arrow:after,
.icon--icomoon-cart.link.simple-arrow:after {
  content: "\e905";
}
.icon--icomoon-user:before,
.text--list-anonym li .icon--icomoon-user.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-user.link.simple-arrow:after,
.icon--icomoon-user.link.double-arrow:after,
.icon--icomoon-user.link.simple-arrow:after {
  content: "\e906";
}
.icon--icomoon-notification:before,
.text--list-anonym li .icon--icomoon-notification.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-notification.link.simple-arrow:after,
.icon--icomoon-notification.link.double-arrow:after,
.icon--icomoon-notification.link.simple-arrow:after {
  content: "\e951";
}
.icon--icomoon-menu:before,
.text--list-anonym li .icon--icomoon-menu.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-menu.link.simple-arrow:after,
.icon--icomoon-menu.link.double-arrow:after,
.icon--icomoon-menu.link.simple-arrow:after {
  content: "\e907";
}
.icon--icomoon-check:before,
.text--list-anonym li .icon--icomoon-check.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-check.link.simple-arrow:after,
.icon--icomoon-check.link.double-arrow:after,
.icon--icomoon-check.link.simple-arrow:after {
  content: "\e908";
}
.icon--icomoon-location:before,
.text--list-anonym li .icon--icomoon-location.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-location.link.simple-arrow:after,
.icon--icomoon-location.link.double-arrow:after,
.icon--icomoon-location.link.simple-arrow:after {
  content: "\e909";
}
.icon--icomoon-plus:before,
.text--list-anonym li .icon--icomoon-plus.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-plus.link.simple-arrow:after,
.icon--icomoon-plus.link.double-arrow:after,
.icon--icomoon-plus.link.simple-arrow:after {
  content: "\e90a";
}
.icon--icomoon-store:before,
.text--list-anonym li .icon--icomoon-store.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-store.link.simple-arrow:after,
.icon--icomoon-store.link.double-arrow:after,
.icon--icomoon-store.link.simple-arrow:after {
  content: "\e90b";
}
.icon--icomoon-promotion:before,
.text--list-anonym li .icon--icomoon-promotion.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-promotion.link.simple-arrow:after,
.icon--icomoon-promotion.link.double-arrow:after,
.icon--icomoon-promotion.link.simple-arrow:after {
  content: "\e90c";
}
.shepherd-button-close:before, .text--list-anonym li .link.double-arrow.shepherd-button-close:after, .text--list-anonym li .link.simple-arrow.shepherd-button-close:after, .link.double-arrow.shepherd-button-close:after, .link.simple-arrow.shepherd-button-close:after,
.icon--icomoon-close:before,
.text--list-anonym li .icon--icomoon-close.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-close.link.simple-arrow:after,
.icon--icomoon-close.link.double-arrow:after,
.icon--icomoon-close.link.simple-arrow:after {
  content: "\e90d";
}
.icon--icomoon-RachelleBeryLogo:before,
.text--list-anonym li .icon--icomoon-RachelleBeryLogo.link.double-arrow:after,
.text--list-anonym li .icon--icomoon-RachelleBeryLogo.link.simple-arrow:after,
.icon--icomoon-RachelleBeryLogo.link.double-arrow:after,
.icon--icomoon-RachelleBeryLogo.link.simple-arrow:after {
  content: "\e940";
}
.icon--icomoon-RachelleBeryLogo {
  color: #8e1537;
}
.icon--icomoon-scene-logo .path1:before,
.icon--icomoon-scene-logo .path1.link.double-arrow:after,
.icon--icomoon-scene-logo .path1.link.simple-arrow:after {
  content: "\e90e";
  color: #fff;
}
.icon--icomoon-scene-logo .path2:before,
.icon--icomoon-scene-logo .path2.link.double-arrow:after,
.icon--icomoon-scene-logo .path2.link.simple-arrow:after {
  content: "\e90f";
  color: #fff;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path3:before,
.icon--icomoon-scene-logo .path3.link.double-arrow:after,
.icon--icomoon-scene-logo .path3.link.simple-arrow:after {
  content: "\e910";
  color: #9b43ff;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path4:before,
.icon--icomoon-scene-logo .path4.link.double-arrow:after,
.icon--icomoon-scene-logo .path4.link.simple-arrow:after {
  content: "\e911";
  color: #23b574;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path5:before,
.icon--icomoon-scene-logo .path5.link.double-arrow:after,
.icon--icomoon-scene-logo .path5.link.simple-arrow:after {
  content: "\e912";
  color: #ff93aa;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path6:before,
.icon--icomoon-scene-logo .path6.link.double-arrow:after,
.icon--icomoon-scene-logo .path6.link.simple-arrow:after {
  content: "\e913";
  color: #2c76ec;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path7:before,
.icon--icomoon-scene-logo .path7.link.double-arrow:after,
.icon--icomoon-scene-logo .path7.link.simple-arrow:after {
  content: "\e914";
  color: #ff3b48;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path8:before,
.icon--icomoon-scene-logo .path8.link.double-arrow:after,
.icon--icomoon-scene-logo .path8.link.simple-arrow:after {
  content: "\e915";
  color: #fff;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path9:before,
.icon--icomoon-scene-logo .path9.link.double-arrow:after,
.icon--icomoon-scene-logo .path9.link.simple-arrow:after {
  content: "\e916";
  color: #fff;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path10:before,
.icon--icomoon-scene-logo .path10.link.double-arrow:after,
.icon--icomoon-scene-logo .path10.link.simple-arrow:after {
  content: "\e917";
  color: #fff;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path11:before,
.icon--icomoon-scene-logo .path11.link.double-arrow:after,
.icon--icomoon-scene-logo .path11.link.simple-arrow:after {
  content: "\e918";
  color: #fff;
  margin-left: -3.3076171875em;
}
.icon--icomoon-scene-logo .path12:before,
.icon--icomoon-scene-logo .path12.link.double-arrow:after,
.icon--icomoon-scene-logo .path12.link.simple-arrow:after {
  content: "\e919";
  color: #fff;
  margin-left: -3.3076171875em;
}

.icon--alt:before,
.text--list-anonym li .icon--alt.link.double-arrow:after,
.text--list-anonym li .icon--alt.link.simple-arrow:after,
.icon--alt.link.double-arrow:after,
.icon--alt.link.simple-arrow:after,
.icn--alt:before,
.text--list-anonym li .icn--alt.link.double-arrow:after,
.text--list-anonym li .icn--alt.link.simple-arrow:after,
.icn--alt.link.double-arrow:after,
.icn--alt.link.simple-arrow:after {
  color: #FFFFFF;
  background-color: #000000;
}
.icon--muted,
.icn--muted {
  color: #CCCCCC;
}
.icon--success:before,
.text--list-anonym li .icon--success.link.double-arrow:after,
.text--list-anonym li .icon--success.link.simple-arrow:after,
.icon--success.link.double-arrow:after,
.icon--success.link.simple-arrow:after,
.icn--success:before,
.text--list-anonym li .icn--success.link.double-arrow:after,
.text--list-anonym li .icn--success.link.simple-arrow:after,
.icn--success.link.double-arrow:after,
.icn--success.link.simple-arrow:after {
  color: #138F40;
}
.icon--small:before,
.dropdown__cta:before,
.nav--collapsible__clickable.js-cta-collapsible:before,
.text--list-anonym li .icon--small.link.double-arrow:after,
.text--list-anonym li .link.double-arrow.dropdown__cta:after,
.text--list-anonym li .icon--small.link.simple-arrow:after,
.text--list-anonym li .link.simple-arrow.dropdown__cta:after,
.icon--small.link.double-arrow:after,
.link.double-arrow.dropdown__cta:after,
.link.double-arrow.nav--collapsible__clickable.js-cta-collapsible:after,
.icon--small.link.simple-arrow:after,
.link.simple-arrow.dropdown__cta:after,
.link.simple-arrow.nav--collapsible__clickable.js-cta-collapsible:after,
.icn--small:before,
.text--list-anonym li .icn--small.link.double-arrow:after,
.text--list-anonym li .icn--small.link.simple-arrow:after,
.icn--small.link.double-arrow:after,
.icn--small.link.simple-arrow:after {
  font-size: 11px;
  height: 11px;
  line-height: 7px;
}
.icon--medium:before,
.text--list-anonym li .icon--medium.link.double-arrow:after,
.text--list-anonym li .icon--medium.link.simple-arrow:after,
.icon--medium.link.double-arrow:after,
.icon--medium.link.simple-arrow:after,
.icn--medium:before,
.text--list-anonym li .icn--medium.link.double-arrow:after,
.text--list-anonym li .icn--medium.link.simple-arrow:after,
.icn--medium.link.double-arrow:after,
.icn--medium.link.simple-arrow:after {
  font-size: 19px;
  height: 24px;
  line-height: 17px;
}
.icon--large:before,
.item-block .icon--heart:before,
.text--list-anonym li .icon--large.link.double-arrow:after,
.text--list-anonym li .icon--large.link.simple-arrow:after,
.icon--large.link.double-arrow:after,
.item-block .link.double-arrow.icon--heart:after,
.icon--large.link.simple-arrow:after,
.item-block .link.simple-arrow.icon--heart:after,
.icon--carousel-left:before,
.text--list-anonym li .icon--carousel-left.link.double-arrow:after,
.text--list-anonym li .icon--carousel-left.link.simple-arrow:after,
.icon--carousel-left.link.double-arrow:after,
.icon--carousel-left.link.simple-arrow:after,
.icon--carousel-right:before,
.text--list-anonym li .icon--carousel-right.link.double-arrow:after,
.text--list-anonym li .icon--carousel-right.link.simple-arrow:after,
.icon--carousel-right.link.double-arrow:after,
.icon--carousel-right.link.simple-arrow:after,
.icn--large:before,
.text--list-anonym li .icn--large.link.double-arrow:after,
.text--list-anonym li .icn--large.link.simple-arrow:after,
.icn--large.link.double-arrow:after,
.icn--large.link.simple-arrow:after {
  font-size: 32px;
  height: 32px;
  line-height: 17px;
}
.icon--larger:before,
.text--list-anonym li .icon--larger.link.double-arrow:after,
.text--list-anonym li .icon--larger.link.simple-arrow:after,
.icon--larger.link.double-arrow:after,
.icon--larger.link.simple-arrow:after,
.icn--larger:before,
.text--list-anonym li .icn--larger.link.double-arrow:after,
.text--list-anonym li .icn--larger.link.simple-arrow:after,
.icn--larger.link.double-arrow:after,
.icn--larger.link.simple-arrow:after {
  font-size: 50px;
  height: 50px;
  line-height: 26px;
}
.icon.v-top:before,
.icon.v-top.link.double-arrow:after,
.icon.v-top.link.simple-arrow:after,
.icn.v-top:before,
.icn.v-top.link.double-arrow:after,
.icn.v-top.link.simple-arrow:after {
  vertical-align: top;
}
.icon.v-bottom:before,
.icon.v-bottom.link.double-arrow:after,
.icon.v-bottom.link.simple-arrow:after,
.icn.v-bottom:before,
.icn.v-bottom.link.double-arrow:after,
.icn.v-bottom.link.simple-arrow:after {
  vertical-align: bottom;
}
.icon.v-middle:before,
.icon.v-middle.link.double-arrow:after,
.icon.v-middle.link.simple-arrow:after,
.icn.v-middle:before,
.icn.v-middle.link.double-arrow:after,
.icn.v-middle.link.simple-arrow:after {
  vertical-align: middle;
}
.icon-group,
.icn-group {
  margin-top: 20px;
}
.icon-group > :first-child,
.icn-group > :first-child {
  margin-left: 0;
}
.icon-group > *,
.icn-group > * {
  margin-left: 3px;
}
.icon-group .icon-label,
.icon-group .icn-label,
.icn-group .icon-label,
.icn-group .icn-label {
  vertical-align: middle;
}

.icon-voila {
  padding-left: 85% !important;
  padding-top: 3% !important;
  color: white;
}

.icon-voila-background {
  background-color: #004740 !important;
}
.icon-voila-background button {
  padding: 0 0 0 0;
  background-color: #004740 !important;
}

.icon-note-empty:before, .text--list-anonym li .icon-note-empty.link.double-arrow:after, .text--list-anonym li .icon-note-empty.link.simple-arrow:after, .icon-note-empty.link.double-arrow:after, .icon-note-empty.link.simple-arrow:after {
  content: "\e924";
}

.icon-note:before, .text--list-anonym li .icon-note.link.double-arrow:after, .text--list-anonym li .icon-note.link.simple-arrow:after, .icon-note.link.double-arrow:after, .icon-note.link.simple-arrow:after {
  content: "\e926";
}

.icon-comment-bubble-empty:before, .text--list-anonym li .icon-comment-bubble-empty.link.double-arrow:after, .text--list-anonym li .icon-comment-bubble-empty.link.simple-arrow:after, .icon-comment-bubble-empty.link.double-arrow:after, .icon-comment-bubble-empty.link.simple-arrow:after {
  content: "\e900";
}

.icon-comment-bubble-filled:before, .text--list-anonym li .icon-comment-bubble-filled.link.double-arrow:after, .text--list-anonym li .icon-comment-bubble-filled.link.simple-arrow:after, .icon-comment-bubble-filled.link.double-arrow:after, .icon-comment-bubble-filled.link.simple-arrow:after {
  content: "\e901";
}

/*------------------------------------*\
    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.33333333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -20px;
  /* [3] */
  /*@if $use-markup-fix != true{
      letter-spacing:-0.31em;
  }*/
}

.grid {
  font-size: 0px;
  letter-spacing: -1em;
}

.grid > * {
  font-size: 13px;
  font-size: 1rem;
  letter-spacing: normal;
}

/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 * 6. Fix for dynamically resizing height in IE8
 */
.grid__item {
  display: inline-block;
  /* [1] */
  padding-left: 20px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  /* [5] */
  /* [5] */
  box-sizing: border-box;
  /* [5] */
  zoom: 1;
  /* [6] */
}

.grid__item--float {
  float: left;
  padding-left: 20px;
  /* [2] */
  width: 100%;
  /* [4] */
  /* [5] */
  /* [5] */
  box-sizing: border-box;
  /* [5] */
}

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -10px;
}
.grid--narrow > .grid__item {
  padding-left: 10px;
}

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -40px;
}
.grid--wide > .grid__item {
  padding-left: 40px;
}

/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}

/**
 * Halves
 */
.one-half, .six-twelfths, .five-tenths, .four-eighths, .three-sixths, .two-quarters {
  width: 50%;
}

/**
 * Thirds
 */
.one-third, .four-twelfths, .two-sixths {
  width: 33.33333333%;
}

.two-thirds, .eight-twelfths, .four-sixths {
  width: 66.66666667%;
}

/**
 * Quarters
 */
.one-quarter, .three-twelfths, .two-eighths {
  width: 25%;
}

.three-quarters, .nine-twelfths, .six-eighths {
  width: 75%;
}

/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.66666667%;
}

.five-sixths, .ten-twelfths {
  width: 83.33333333%;
}

/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

/**
 * Twelfths
 */
.one-twelfth {
  width: 8.33333333%;
}

.five-twelfths {
  width: 41.66666667%;
}

.seven-twelfths {
  width: 58.33333333%;
}

.eleven-twelfths {
  width: 91.66666667%;
}

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 767px) {
  /**
   * Whole
   */
  .palm--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .palm--one-half, .palm--six-twelfths, .palm--five-tenths, .palm--four-eighths, .palm--three-sixths, .palm--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .palm--one-third, .palm--four-twelfths, .palm--two-sixths {
    width: 33.33333333%;
  }

  .palm--two-thirds, .palm--eight-twelfths, .palm--four-sixths {
    width: 66.66666667%;
  }

  /**
   * Quarters
   */
  .palm--one-quarter, .palm--three-twelfths, .palm--two-eighths {
    width: 25%;
  }

  .palm--three-quarters, .palm--nine-twelfths, .palm--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .palm--one-fifth, .palm--two-tenths {
    width: 20%;
  }

  .palm--two-fifths, .palm--four-tenths {
    width: 40%;
  }

  .palm--three-fifths, .palm--six-tenths {
    width: 60%;
  }

  .palm--four-fifths, .palm--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .palm--one-sixth, .palm--two-twelfths {
    width: 16.66666667%;
  }

  .palm--five-sixths, .palm--ten-twelfths {
    width: 83.33333333%;
  }

  /**
   * Eighths
   */
  .palm--one-eighth {
    width: 12.5%;
  }

  .palm--three-eighths {
    width: 37.5%;
  }

  .palm--five-eighths {
    width: 62.5%;
  }

  .palm--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .palm--one-tenth {
    width: 10%;
  }

  .palm--three-tenths {
    width: 30%;
  }

  .palm--seven-tenths {
    width: 70%;
  }

  .palm--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .palm--one-twelfth {
    width: 8.33333333%;
  }

  .palm--five-twelfths {
    width: 41.66666667%;
  }

  .palm--seven-twelfths {
    width: 58.33333333%;
  }

  .palm--eleven-twelfths {
    width: 91.66666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /**
   * Whole
   */
  .portable--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .portable--one-half, .portable--six-twelfths, .portable--five-tenths, .portable--four-eighths, .portable--three-sixths, .portable--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .portable--one-third, .portable--four-twelfths, .portable--two-sixths {
    width: 33.33333333%;
  }

  .portable--two-thirds, .portable--eight-twelfths, .portable--four-sixths {
    width: 66.66666667%;
  }

  /**
   * Quarters
   */
  .portable--one-quarter, .portable--three-twelfths, .portable--two-eighths {
    width: 25%;
  }

  .portable--three-quarters, .portable--nine-twelfths, .portable--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .portable--one-fifth, .portable--two-tenths {
    width: 20%;
  }

  .portable--two-fifths, .portable--four-tenths {
    width: 40%;
  }

  .portable--three-fifths, .portable--six-tenths {
    width: 60%;
  }

  .portable--four-fifths, .portable--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .portable--one-sixth, .portable--two-twelfths {
    width: 16.66666667%;
  }

  .portable--five-sixths, .portable--ten-twelfths {
    width: 83.33333333%;
  }

  /**
   * Eighths
   */
  .portable--one-eighth {
    width: 12.5%;
  }

  .portable--three-eighths {
    width: 37.5%;
  }

  .portable--five-eighths {
    width: 62.5%;
  }

  .portable--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .portable--one-tenth {
    width: 10%;
  }

  .portable--three-tenths {
    width: 30%;
  }

  .portable--seven-tenths {
    width: 70%;
  }

  .portable--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .portable--one-twelfth {
    width: 8.33333333%;
  }

  .portable--five-twelfths {
    width: 41.66666667%;
  }

  .portable--seven-twelfths {
    width: 58.33333333%;
  }

  .portable--eleven-twelfths {
    width: 91.66666667%;
  }
}
@media only screen and (min-width: 768px) {
  /**
   * Whole
   */
  .portable-up--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .portable-up--one-half, .portable-up--six-twelfths, .portable-up--five-tenths, .portable-up--four-eighths, .portable-up--three-sixths, .portable-up--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .portable-up--one-third, .portable-up--four-twelfths, .portable-up--two-sixths {
    width: 33.33333333%;
  }

  .portable-up--two-thirds, .portable-up--eight-twelfths, .portable-up--four-sixths {
    width: 66.66666667%;
  }

  /**
   * Quarters
   */
  .portable-up--one-quarter, .portable-up--three-twelfths, .portable-up--two-eighths {
    width: 25%;
  }

  .portable-up--three-quarters, .portable-up--nine-twelfths, .portable-up--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .portable-up--one-fifth, .portable-up--two-tenths {
    width: 20%;
  }

  .portable-up--two-fifths, .portable-up--four-tenths {
    width: 40%;
  }

  .portable-up--three-fifths, .portable-up--six-tenths {
    width: 60%;
  }

  .portable-up--four-fifths, .portable-up--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .portable-up--one-sixth, .portable-up--two-twelfths {
    width: 16.66666667%;
  }

  .portable-up--five-sixths, .portable-up--ten-twelfths {
    width: 83.33333333%;
  }

  /**
   * Eighths
   */
  .portable-up--one-eighth {
    width: 12.5%;
  }

  .portable-up--three-eighths {
    width: 37.5%;
  }

  .portable-up--five-eighths {
    width: 62.5%;
  }

  .portable-up--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .portable-up--one-tenth {
    width: 10%;
  }

  .portable-up--three-tenths {
    width: 30%;
  }

  .portable-up--seven-tenths {
    width: 70%;
  }

  .portable-up--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .portable-up--one-twelfth {
    width: 8.33333333%;
  }

  .portable-up--five-twelfths {
    width: 41.66666667%;
  }

  .portable-up--seven-twelfths {
    width: 58.33333333%;
  }

  .portable-up--eleven-twelfths {
    width: 91.66666667%;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Whole
   */
  .desk--one-whole {
    width: 100%;
  }

  /**
   * Halves
   */
  .desk--one-half, .desk--six-twelfths, .desk--five-tenths, .desk--four-eighths, .desk--three-sixths, .desk--two-quarters {
    width: 50%;
  }

  /**
   * Thirds
   */
  .desk--one-third, .desk--four-twelfths, .desk--two-sixths {
    width: 33.33333333%;
  }

  .desk--two-thirds, .desk--eight-twelfths, .desk--four-sixths {
    width: 66.66666667%;
  }

  /**
   * Quarters
   */
  .desk--one-quarter, .desk--three-twelfths, .desk--two-eighths {
    width: 25%;
  }

  .desk--three-quarters, .desk--nine-twelfths, .desk--six-eighths {
    width: 75%;
  }

  /**
   * Fifths
   */
  .desk--one-fifth, .desk--two-tenths {
    width: 20%;
  }

  .desk--two-fifths, .desk--four-tenths {
    width: 40%;
  }

  .desk--three-fifths, .desk--six-tenths {
    width: 60%;
  }

  .desk--four-fifths, .desk--eight-tenths {
    width: 80%;
  }

  /**
   * Sixths
   */
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.66666667%;
  }

  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.33333333%;
  }

  /**
   * Eighths
   */
  .desk--one-eighth {
    width: 12.5%;
  }

  .desk--three-eighths {
    width: 37.5%;
  }

  .desk--five-eighths {
    width: 62.5%;
  }

  .desk--seven-eighths {
    width: 87.5%;
  }

  /**
   * Tenths
   */
  .desk--one-tenth {
    width: 10%;
  }

  .desk--three-tenths {
    width: 30%;
  }

  .desk--seven-tenths {
    width: 70%;
  }

  .desk--nine-tenths {
    width: 90%;
  }

  /**
   * Twelfths
   */
  .desk--one-twelfth {
    width: 8.33333333%;
  }

  .desk--five-twelfths {
    width: 41.66666667%;
  }

  .desk--seven-twelfths {
    width: 58.33333333%;
  }

  .desk--eleven-twelfths {
    width: 91.66666667%;
  }
}
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*=push--] {
  position: relative;
}

/**
 * Whole
 */
.push--one-whole {
  left: 100%;
}

/**
 * Halves
 */
.push--one-half, .push--six-twelfths, .push--five-tenths, .push--four-eighths, .push--three-sixths, .push--two-quarters {
  left: 50%;
}

/**
 * Thirds
 */
.push--one-third, .push--four-twelfths, .push--two-sixths {
  left: 33.33333333%;
}

.push--two-thirds, .push--eight-twelfths, .push--four-sixths {
  left: 66.66666667%;
}

/**
 * Quarters
 */
.push--one-quarter, .push--three-twelfths, .push--two-eighths {
  left: 25%;
}

.push--three-quarters, .push--nine-twelfths, .push--six-eighths {
  left: 75%;
}

/**
 * Fifths
 */
.push--one-fifth, .push--two-tenths {
  left: 20%;
}

.push--two-fifths, .push--four-tenths {
  left: 40%;
}

.push--three-fifths, .push--six-tenths {
  left: 60%;
}

.push--four-fifths, .push--eight-tenths {
  left: 80%;
}

/**
 * Sixths
 */
.push--one-sixth, .push--two-twelfths {
  left: 16.66666667%;
}

.push--five-sixths, .push--ten-twelfths {
  left: 83.33333333%;
}

/**
 * Eighths
 */
.push--one-eighth {
  left: 12.5%;
}

.push--three-eighths {
  left: 37.5%;
}

.push--five-eighths {
  left: 62.5%;
}

.push--seven-eighths {
  left: 87.5%;
}

/**
 * Tenths
 */
.push--one-tenth {
  left: 10%;
}

.push--three-tenths {
  left: 30%;
}

.push--seven-tenths {
  left: 70%;
}

.push--nine-tenths {
  left: 90%;
}

/**
 * Twelfths
 */
.push--one-twelfth {
  left: 8.33333333%;
}

.push--five-twelfths {
  left: 41.66666667%;
}

.push--seven-twelfths {
  left: 58.33333333%;
}

.push--eleven-twelfths {
  left: 91.66666667%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /**
   * Whole
   */
  .push--portable--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--portable--one-half, .push--portable--six-twelfths, .push--portable--five-tenths, .push--portable--four-eighths, .push--portable--three-sixths, .push--portable--two-quarters {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--portable--one-third, .push--portable--four-twelfths, .push--portable--two-sixths {
    left: 33.33333333%;
  }

  .push--portable--two-thirds, .push--portable--eight-twelfths, .push--portable--four-sixths {
    left: 66.66666667%;
  }

  /**
   * Quarters
   */
  .push--portable--one-quarter, .push--portable--three-twelfths, .push--portable--two-eighths {
    left: 25%;
  }

  .push--portable--three-quarters, .push--portable--nine-twelfths, .push--portable--six-eighths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--portable--one-fifth, .push--portable--two-tenths {
    left: 20%;
  }

  .push--portable--two-fifths, .push--portable--four-tenths {
    left: 40%;
  }

  .push--portable--three-fifths, .push--portable--six-tenths {
    left: 60%;
  }

  .push--portable--four-fifths, .push--portable--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--portable--one-sixth, .push--portable--two-twelfths {
    left: 16.66666667%;
  }

  .push--portable--five-sixths, .push--portable--ten-twelfths {
    left: 83.33333333%;
  }

  /**
   * Eighths
   */
  .push--portable--one-eighth {
    left: 12.5%;
  }

  .push--portable--three-eighths {
    left: 37.5%;
  }

  .push--portable--five-eighths {
    left: 62.5%;
  }

  .push--portable--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--portable--one-tenth {
    left: 10%;
  }

  .push--portable--three-tenths {
    left: 30%;
  }

  .push--portable--seven-tenths {
    left: 70%;
  }

  .push--portable--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--portable--one-twelfth {
    left: 8.33333333%;
  }

  .push--portable--five-twelfths {
    left: 41.66666667%;
  }

  .push--portable--seven-twelfths {
    left: 58.33333333%;
  }

  .push--portable--eleven-twelfths {
    left: 91.66666667%;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Whole
   */
  .push--desk--one-whole {
    left: 100%;
  }

  /**
   * Halves
   */
  .push--desk--one-half, .push--desk--six-twelfths, .push--desk--five-tenths, .push--desk--four-eighths, .push--desk--three-sixths, .push--desk--two-quarters {
    left: 50%;
  }

  /**
   * Thirds
   */
  .push--desk--one-third, .push--desk--four-twelfths, .push--desk--two-sixths {
    left: 33.33333333%;
  }

  .push--desk--two-thirds, .push--desk--eight-twelfths, .push--desk--four-sixths {
    left: 66.66666667%;
  }

  /**
   * Quarters
   */
  .push--desk--one-quarter, .push--desk--three-twelfths, .push--desk--two-eighths {
    left: 25%;
  }

  .push--desk--three-quarters, .push--desk--nine-twelfths, .push--desk--six-eighths {
    left: 75%;
  }

  /**
   * Fifths
   */
  .push--desk--one-fifth, .push--desk--two-tenths {
    left: 20%;
  }

  .push--desk--two-fifths, .push--desk--four-tenths {
    left: 40%;
  }

  .push--desk--three-fifths, .push--desk--six-tenths {
    left: 60%;
  }

  .push--desk--four-fifths, .push--desk--eight-tenths {
    left: 80%;
  }

  /**
   * Sixths
   */
  .push--desk--one-sixth, .push--desk--two-twelfths {
    left: 16.66666667%;
  }

  .push--desk--five-sixths, .push--desk--ten-twelfths {
    left: 83.33333333%;
  }

  /**
   * Eighths
   */
  .push--desk--one-eighth {
    left: 12.5%;
  }

  .push--desk--three-eighths {
    left: 37.5%;
  }

  .push--desk--five-eighths {
    left: 62.5%;
  }

  .push--desk--seven-eighths {
    left: 87.5%;
  }

  /**
   * Tenths
   */
  .push--desk--one-tenth {
    left: 10%;
  }

  .push--desk--three-tenths {
    left: 30%;
  }

  .push--desk--seven-tenths {
    left: 70%;
  }

  .push--desk--nine-tenths {
    left: 90%;
  }

  /**
   * Twelfths
   */
  .push--desk--one-twelfth {
    left: 8.33333333%;
  }

  .push--desk--five-twelfths {
    left: 41.66666667%;
  }

  .push--desk--seven-twelfths {
    left: 58.33333333%;
  }

  .push--desk--eleven-twelfths {
    left: 91.66666667%;
  }
}
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*=pull--] {
  position: relative;
}

/**
 * Whole
 */
.pull--one-whole {
  right: 100%;
}

/**
 * Halves
 */
.pull--one-half, .pull--six-twelfths, .pull--five-tenths, .pull--four-eighths, .pull--three-sixths, .pull--two-quarters {
  right: 50%;
}

/**
 * Thirds
 */
.pull--one-third, .pull--four-twelfths, .pull--two-sixths {
  right: 33.33333333%;
}

.pull--two-thirds, .pull--eight-twelfths, .pull--four-sixths {
  right: 66.66666667%;
}

/**
 * Quarters
 */
.pull--one-quarter, .pull--three-twelfths, .pull--two-eighths {
  right: 25%;
}

.pull--three-quarters, .pull--nine-twelfths, .pull--six-eighths {
  right: 75%;
}

/**
 * Fifths
 */
.pull--one-fifth, .pull--two-tenths {
  right: 20%;
}

.pull--two-fifths, .pull--four-tenths {
  right: 40%;
}

.pull--three-fifths, .pull--six-tenths {
  right: 60%;
}

.pull--four-fifths, .pull--eight-tenths {
  right: 80%;
}

/**
 * Sixths
 */
.pull--one-sixth, .pull--two-twelfths {
  right: 16.66666667%;
}

.pull--five-sixths, .pull--ten-twelfths {
  right: 83.33333333%;
}

/**
 * Eighths
 */
.pull--one-eighth {
  right: 12.5%;
}

.pull--three-eighths {
  right: 37.5%;
}

.pull--five-eighths {
  right: 62.5%;
}

.pull--seven-eighths {
  right: 87.5%;
}

/**
 * Tenths
 */
.pull--one-tenth {
  right: 10%;
}

.pull--three-tenths {
  right: 30%;
}

.pull--seven-tenths {
  right: 70%;
}

.pull--nine-tenths {
  right: 90%;
}

/**
 * Twelfths
 */
.pull--one-twelfth {
  right: 8.33333333%;
}

.pull--five-twelfths {
  right: 41.66666667%;
}

.pull--seven-twelfths {
  right: 58.33333333%;
}

.pull--eleven-twelfths {
  right: 91.66666667%;
}

@media only screen and (min-width: 1200px) {
  /**
   * Whole
   */
  .pull--desk--one-whole {
    right: 100%;
  }

  /**
   * Halves
   */
  .pull--desk--one-half, .pull--desk--six-twelfths, .pull--desk--five-tenths, .pull--desk--four-eighths, .pull--desk--three-sixths, .pull--desk--two-quarters {
    right: 50%;
  }

  /**
   * Thirds
   */
  .pull--desk--one-third, .pull--desk--four-twelfths, .pull--desk--two-sixths {
    right: 33.33333333%;
  }

  .pull--desk--two-thirds, .pull--desk--eight-twelfths, .pull--desk--four-sixths {
    right: 66.66666667%;
  }

  /**
   * Quarters
   */
  .pull--desk--one-quarter, .pull--desk--three-twelfths, .pull--desk--two-eighths {
    right: 25%;
  }

  .pull--desk--three-quarters, .pull--desk--nine-twelfths, .pull--desk--six-eighths {
    right: 75%;
  }

  /**
   * Fifths
   */
  .pull--desk--one-fifth, .pull--desk--two-tenths {
    right: 20%;
  }

  .pull--desk--two-fifths, .pull--desk--four-tenths {
    right: 40%;
  }

  .pull--desk--three-fifths, .pull--desk--six-tenths {
    right: 60%;
  }

  .pull--desk--four-fifths, .pull--desk--eight-tenths {
    right: 80%;
  }

  /**
   * Sixths
   */
  .pull--desk--one-sixth, .pull--desk--two-twelfths {
    right: 16.66666667%;
  }

  .pull--desk--five-sixths, .pull--desk--ten-twelfths {
    right: 83.33333333%;
  }

  /**
   * Eighths
   */
  .pull--desk--one-eighth {
    right: 12.5%;
  }

  .pull--desk--three-eighths {
    right: 37.5%;
  }

  .pull--desk--five-eighths {
    right: 62.5%;
  }

  .pull--desk--seven-eighths {
    right: 87.5%;
  }

  /**
   * Tenths
   */
  .pull--desk--one-tenth {
    right: 10%;
  }

  .pull--desk--three-tenths {
    right: 30%;
  }

  .pull--desk--seven-tenths {
    right: 70%;
  }

  .pull--desk--nine-tenths {
    right: 90%;
  }

  /**
   * Twelfths
   */
  .pull--desk--one-twelfth {
    right: 8.33333333%;
  }

  .pull--desk--five-twelfths {
    right: 41.66666667%;
  }

  .pull--desk--seven-twelfths {
    right: 58.33333333%;
  }

  .pull--desk--eleven-twelfths {
    right: 91.66666667%;
  }
}
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward 'jumps' when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  color: #494949;
  font-size: 0.8125em;
  /* [1] */
  line-height: 1.3076923077;
  /* [1] */
  min-height: 100%;
  /* [3] */
}

/**
 * Default tags
 */
a {
  color: #494949;
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}

/**
 * Headings
 */
h2, .text--list-anonym li .h2-like, .h2-like, h3, .modal .modal__inner h1.h4-like, .modal .modal__inner .h4-like.h1-like, .text--list-anonym li .h3-like, .h3-like {
  line-height: 1.3em;
}
h2, .text--list-anonym li .h2-like, .h2-like,
h2 a,
.text--list-anonym li .h2-like a,
.h2-like a, h3, .modal .modal__inner h1.h4-like, .modal .modal__inner .h4-like.h1-like, .text--list-anonym li .h3-like, .h3-like,
h3 a,
.modal .modal__inner h1.h4-like a,
.modal .modal__inner .h4-like.h1-like a,
.text--list-anonym li .h3-like a,
.h3-like a {
  color: #2D2C2F;
}

h4, .text--list-anonym li .h4-like, .h4-like {
  line-height: 1.4em;
}

h5, .text--list-anonym li .h5-like, .h5-like, h6, .text--list-anonym li .h6-like, .h6-like {
  font-weight: 700;
  line-height: 1.4em;
}

h3, .modal .modal__inner h1.h4-like, .modal .modal__inner .h4-like.h1-like, .text--list-anonym li .h3-like, .h3-like,
h3 a,
.modal .modal__inner h1.h4-like a,
.modal .modal__inner .h4-like.h1-like a,
.text--list-anonym li .h3-like a,
.h3-like a, h4, .text--list-anonym li .h4-like, .h4-like,
h4 a,
.text--list-anonym li .h4-like a,
.h4-like a {
  color: #333333;
  font-weight: bold;
}

h5, .text--list-anonym li .h5-like, .h5-like,
h5 a,
.text--list-anonym li .h5-like a,
.h5-like a, h6, .text--list-anonym li .h6-like, .h6-like,
h6 a,
.text--list-anonym li .h6-like a,
.h6-like a {
  color: #494949;
}

h1, .text--list-anonym li .h1-like, .h1-like {
  line-height: 1.3em;
  font-size: 28px;
  font-size: 2.1538461538rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #2D2C2F;
}

h2, .text--list-anonym li .h2-like, .h2-like {
  font-size: 21px;
  font-size: 1.6153846154rem;
  text-transform: uppercase;
  color: #999999;
  position: relative;
  display: table;
  overflow: hidden;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
h2:before, .text--list-anonym li h2.link.double-arrow:after, .text--list-anonym li h2.link.simple-arrow:after, .text--list-anonym li .h2-like:before, .text--list-anonym li .h2-like.link.double-arrow:after, .text--list-anonym li .h2-like.link.simple-arrow:after, h2.link.double-arrow:after, h2.link.simple-arrow:after, .h2-like:before, .h2-like.link.double-arrow:after, .h2-like.link.simple-arrow:after, h2:after, .text--list-anonym li .h2-like:after, .h2-like:after {
  content: "";
  background-image: linear-gradient(to right, #999999 40%, rgba(0, 0, 0, 0) 20%);
  background-position: center;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  display: table-cell;
  position: relative;
  width: 23%;
  height: 100%;
}
h2:before, .text--list-anonym li h2.link.double-arrow:after, .text--list-anonym li h2.link.simple-arrow:after, .text--list-anonym li .h2-like:before, .text--list-anonym li .h2-like.link.double-arrow:after, .text--list-anonym li .h2-like.link.simple-arrow:after, h2.link.double-arrow:after, h2.link.simple-arrow:after, .h2-like:before, .h2-like.link.double-arrow:after, .h2-like.link.simple-arrow:after {
  right: 2%;
}
h2:after, .text--list-anonym li .h2-like:after, .h2-like:after {
  left: 2%;
}
@media screen and (min-width: 768px) {
  h2, .text--list-anonym li .h2-like, .h2-like {
    white-space: nowrap;
  }
  h2:before, .text--list-anonym li h2.link.double-arrow:after, .text--list-anonym li h2.link.simple-arrow:after, .text--list-anonym li .h2-like:before, .text--list-anonym li .h2-like.link.double-arrow:after, .text--list-anonym li .h2-like.link.simple-arrow:after, h2.link.double-arrow:after, h2.link.simple-arrow:after, .h2-like:before, .h2-like.link.double-arrow:after, .h2-like.link.simple-arrow:after, h2:after, .text--list-anonym li .h2-like:after, .h2-like:after {
    width: 43%;
  }
}

.h2-dotless {
  display: block;
  overflow: auto;
  text-align: left;
}

.h2-dotless:before, .text--list-anonym li .h2-dotless.link.double-arrow:after, .text--list-anonym li .h2-dotless.link.simple-arrow:after, .h2-dotless.link.double-arrow:after, .h2-dotless.link.simple-arrow:after, .h2-dotless:after {
  content: none;
}

h3, .modal .modal__inner h1.h4-like, .modal .modal__inner .h4-like.h1-like, .text--list-anonym li .h3-like, .h3-like {
  font-size: 19px;
  font-size: 1.4615384615rem;
  text-transform: uppercase;
  text-align: left;
}
h3:before, .modal .modal__inner h1.h4-like:before, .modal .modal__inner .h4-like.h1-like:before, .text--list-anonym li h3.link.double-arrow:after, .text--list-anonym li h3.link.simple-arrow:after, .text--list-anonym li .h3-like:before, .text--list-anonym li .h3-like.link.double-arrow:after, .text--list-anonym li .h3-like.link.simple-arrow:after, h3.link.double-arrow:after, h3.link.simple-arrow:after, .h3-like:before, .h3-like.link.double-arrow:after, .h3-like.link.simple-arrow:after, h3:after, .modal .modal__inner h1.h4-like:after, .modal .modal__inner .h4-like.h1-like:after, .text--list-anonym li .h3-like:after, .h3-like:after {
  content: none;
}

h4, .text--list-anonym li .h4-like, .h4-like {
  font-size: 16px;
  font-size: 1.2307692308rem;
  text-transform: uppercase;
  text-align: left;
}
h4:before, .text--list-anonym li h4.link.double-arrow:after, .text--list-anonym li h4.link.simple-arrow:after, .text--list-anonym li .h4-like:before, .text--list-anonym li .h4-like.link.double-arrow:after, .text--list-anonym li .h4-like.link.simple-arrow:after, h4.link.double-arrow:after, h4.link.simple-arrow:after, .h4-like:before, .h4-like.link.double-arrow:after, .h4-like.link.simple-arrow:after, h4:after, .text--list-anonym li .h4-like:after, .h4-like:after {
  content: none;
}

h5, .text--list-anonym li .h5-like, .h5-like {
  font-size: 14px;
  font-size: 1.0769230769rem;
  text-transform: uppercase;
  text-align: left;
}
h5:before, .text--list-anonym li h5.link.double-arrow:after, .text--list-anonym li h5.link.simple-arrow:after, .text--list-anonym li .h5-like:before, .text--list-anonym li .h5-like.link.double-arrow:after, .text--list-anonym li .h5-like.link.simple-arrow:after, h5.link.double-arrow:after, h5.link.simple-arrow:after, .h5-like:before, .h5-like.link.double-arrow:after, .h5-like.link.simple-arrow:after, h5:after, .text--list-anonym li .h5-like:after, .h5-like:after {
  content: none;
}

h6, .text--list-anonym li .h6-like, .h6-like {
  font-size: 13px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
}
h6:before, .text--list-anonym li h6.link.double-arrow:after, .text--list-anonym li h6.link.simple-arrow:after, .text--list-anonym li .h6-like:before, .text--list-anonym li .h6-like.link.double-arrow:after, .text--list-anonym li .h6-like.link.simple-arrow:after, h6.link.double-arrow:after, h6.link.simple-arrow:after, .h6-like:before, .h6-like.link.double-arrow:after, .h6-like.link.simple-arrow:after, h6:after, .text--list-anonym li .h6-like:after, .h6-like:after {
  content: none;
}

.h2-dotless {
  display: block;
  overflow: auto;
  text-align: left;
}
.h2-dotless:before, .text--list-anonym li .h2-dotless.link.double-arrow:after, .text--list-anonym li .h2-dotless.link.simple-arrow:after, .h2-dotless.link.double-arrow:after, .h2-dotless.link.simple-arrow:after, .h2-dotless:after {
  content: none;
}

.average-heading {
  font-size: 16px;
  font-size: 1.2307692308rem;
  line-height: 20.9230769231px;
}

/**
 * Link
 */
.link {
  cursor: pointer;
  text-decoration: underline;
}
.link:hover, .link:focus {
  color: #494949;
}
.link.cta {
  color: #5c5e6c;
}
.link.simple-arrow:after, .link.double-arrow:after {
  display: inline-block;
  font-size: 12px;
  height: 12px;
  line-height: 4px;
  margin-left: 5px;
  text-decoration: none;
}
.link.double-arrow-left .icon {
  margin-right: 5px;
}
.link.double-arrow-left .icon:before, .link.double-arrow-left .icon.link.double-arrow:after, .link.double-arrow-left .icon.link.simple-arrow:after {
  display: inline-block;
  font-size: 12px;
  height: 12px;
  line-height: 4px;
  text-decoration: none;
}
.link__icon-after {
  margin-left: 10px;
}
.link__icon-before {
  margin-right: 10px;
}

[style*="font-weight: ligthter"] {
  font-weight: 300 !important;
}

hr {
  border: 0;
  border-top: 1px dotted #333333;
  margin: 20px 0;
  overflow: visible;
}
hr.solid {
  border-top: 1px solid #494949;
}
hr.alt:after {
  border: 0;
  border-top: 1px dotted #E53134;
  content: " ";
  height: 1px;
  display: block;
  margin-top: 2px;
}
hr.variant {
  border-color: #E53134;
}
hr.light {
  border-color: #fff;
}
hr.light.alt:after {
  border-color: #fff;
}
hr.large {
  margin: 40px 0 40px 0;
}
hr.seam {
  border-top: 1px solid rgba(161, 161, 161, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/**
 * Free text styles
 */
.text {
  color: #494949;
  /**
  * Font size
  */
  /**
   * Order status
   */
  /**
  * Colors
  */
  /**
  * Alignments
  */
  /**
   * Unbreakable
   */
  /**
  * Weight
  */
  /**
  * Letter Cases
  */
  /**
  * Special texts
  */
}
.text h1, .text .text--list-anonym li .h1-like, .text--list-anonym li .text .h1-like, .text .h1-like,
.text h2,
.text .text--list-anonym li .h2-like,
.text--list-anonym li .text .h2-like,
.text .h2-like,
.text h3,
.text .modal .modal__inner h1.h4-like,
.modal .modal__inner .text h1.h4-like,
.text .modal .modal__inner .h4-like.h1-like,
.modal .modal__inner .text .h4-like.h1-like,
.text .text--list-anonym li .h3-like,
.text--list-anonym li .text .h3-like,
.text .h3-like,
.text h4,
.text .text--list-anonym li .h4-like,
.text--list-anonym li .text .h4-like,
.text .h4-like,
.text h5,
.text .text--list-anonym li .h5-like,
.text--list-anonym li .text .h5-like,
.text .h5-like,
.text h6,
.text .text--list-anonym li .h6-like,
.text--list-anonym li .text .h6-like,
.text .h6-like {
  margin-bottom: 10px;
}
.text a {
  color: #E53134;
}
.text p {
  color: #494949;
}
.text ol {
  counter-reset: counter;
  list-style: none;
  margin-bottom: 40px;
}
.text ol ol {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}
.text ol li:first-child {
  margin-top: 0;
}
.text ol li {
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.text ol li:before, .text ol li.link.simple-arrow:after, .text ol li.link.double-arrow:after {
  line-height: 8px;
  color: #494949;
  counter-increment: counter;
  margin-right: 10px;
  padding: 4px 7px 2px 0;
  position: absolute;
  left: 0;
  top: auto;
}
.text--counter .text ol li:before, .text--counter .text ol li.link.simple-arrow:after, .text--counter .text ol li.link.double-arrow:after {
  content: counter(counter) ".";
}
.text ul {
  counter-reset: counter;
  list-style: none;
  margin-bottom: 40px;
  padding-left: 40px;
}
.text ul ul {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}
.text ul li:first-child {
  margin-top: 0;
}
.text ul li {
  margin-top: 10px;
  position: relative;
}
.text ul li:before, .text ul li.link.simple-arrow:after, .text ul li.link.double-arrow:after {
  content: "•";
  font-size: 25px;
  position: absolute;
  left: -40px;
  top: -7px;
}
.text--line-behind {
  position: relative;
  z-index: 1;
}
.text--line-behind:before, .text--list-anonym li .text--line-behind.link.double-arrow:after, .text--list-anonym li .text--line-behind.link.simple-arrow:after, .text--line-behind.link.simple-arrow:after, .text--line-behind.link.double-arrow:after {
  border-top: dotted 1px #333333;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.text--line-behind span {
  background: #FFFFFF;
  padding: 0 20px;
}
.text--line-behind span.whitebg {
  background: #FFFFFF;
}
.text--line-behind--alt {
  position: relative;
  z-index: 1;
}
.text--line-behind--alt:before, .text--list-anonym li .text--line-behind--alt.link.double-arrow:after, .text--list-anonym li .text--line-behind--alt.link.simple-arrow:after, .text--line-behind--alt.link.simple-arrow:after, .text--line-behind--alt.link.double-arrow:after {
  border-top: dotted 1px #333333;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.text--line-behind--alt span {
  background: #F2F2F2;
  padding: 0 20px;
}
.text--line-behind--alt span.whitebg {
  background: #FFFFFF;
}
.text--normal {
  font-weight: 400;
}
.text--soft {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 15.6923076923px;
}
.text--small {
  font-size: 11px;
  font-size: 0.8461538462rem;
  line-height: 14.3846153846px;
}
.text--larger {
  font-size: 24px;
  font-size: 1.8461538462rem;
  line-height: 31.3846153846px;
}
.text--huge {
  font-size: 36px;
  font-size: 2.7692307692rem;
  line-height: 47.0769230769px;
}
.text--list-anonym li:before, .text--list-anonym li.link.simple-arrow:after, .text--list-anonym li.link.double-arrow:after {
  display: none !important;
}
.text--list-anonym li {
  padding-left: 0 !important;
  /**
   * Default tags
   */
  /**
   * Headings
   */
  /**
   * Link
   */
  /**
   * Free text styles
   */
  /**
   *  text-identation and alignement with icon
   */
}
.text--list-anonym li a {
  color: #494949;
  text-decoration: none;
}
.text--list-anonym li p {
  margin: 0 0 20px 0;
}
.text--list-anonym li h2, .text--list-anonym li .h2-like, .text--list-anonym li h3, .text--list-anonym li .modal .modal__inner h1.h4-like, .modal .modal__inner .text--list-anonym li h1.h4-like, .text--list-anonym li .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .text--list-anonym li .h4-like.h1-like, .text--list-anonym li .h3-like {
  line-height: 1.3em;
}
.text--list-anonym li h2, .text--list-anonym li .h2-like,
.text--list-anonym li h2 a,
.text--list-anonym li .h2-like a, .text--list-anonym li h3, .text--list-anonym li .modal .modal__inner h1.h4-like, .modal .modal__inner .text--list-anonym li h1.h4-like, .text--list-anonym li .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .text--list-anonym li .h4-like.h1-like, .text--list-anonym li .h3-like,
.text--list-anonym li h3 a,
.text--list-anonym li .modal .modal__inner h1.h4-like a,
.modal .modal__inner .text--list-anonym li h1.h4-like a,
.text--list-anonym li .modal .modal__inner .h4-like.h1-like a,
.modal .modal__inner .text--list-anonym li .h4-like.h1-like a,
.text--list-anonym li .h3-like a {
  color: #2D2C2F;
}
.text--list-anonym li h4, .text--list-anonym li .h4-like {
  line-height: 1.4em;
}
.text--list-anonym li h5, .text--list-anonym li .h5-like, .text--list-anonym li h6, .text--list-anonym li .h6-like {
  font-weight: 700;
  line-height: 1.4em;
}
.text--list-anonym li h3, .text--list-anonym li .modal .modal__inner h1.h4-like, .modal .modal__inner .text--list-anonym li h1.h4-like, .text--list-anonym li .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .text--list-anonym li .h4-like.h1-like, .text--list-anonym li .h3-like,
.text--list-anonym li h3 a,
.text--list-anonym li .modal .modal__inner h1.h4-like a,
.modal .modal__inner .text--list-anonym li h1.h4-like a,
.text--list-anonym li .modal .modal__inner .h4-like.h1-like a,
.modal .modal__inner .text--list-anonym li .h4-like.h1-like a,
.text--list-anonym li .h3-like a, .text--list-anonym li h4, .text--list-anonym li .h4-like,
.text--list-anonym li h4 a,
.text--list-anonym li .h4-like a {
  color: #333333;
  font-weight: bold;
}
.text--list-anonym li h5, .text--list-anonym li .h5-like,
.text--list-anonym li h5 a,
.text--list-anonym li .h5-like a, .text--list-anonym li h6, .text--list-anonym li .h6-like,
.text--list-anonym li h6 a,
.text--list-anonym li .h6-like a {
  color: #494949;
}
.text--list-anonym li h1, .text--list-anonym li .h1-like {
  line-height: 1.3em;
  font-size: 28px;
  font-size: 2.1538461538rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #2D2C2F;
}
.text--list-anonym li h2, .text--list-anonym li .h2-like {
  font-size: 21px;
  font-size: 1.6153846154rem;
  text-transform: uppercase;
  color: #999999;
  position: relative;
  display: table;
  overflow: hidden;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.text--list-anonym li h2:before, .text--list-anonym li h2.link.double-arrow:after, .text--list-anonym li h2.link.simple-arrow:after, .text--list-anonym li .h2-like:before, .text--list-anonym li .h2-like.link.double-arrow:after, .text--list-anonym li .h2-like.link.simple-arrow:after, .text--list-anonym li h2:after, .text--list-anonym li .h2-like:after {
  content: "";
  background-image: linear-gradient(to right, #999999 40%, rgba(0, 0, 0, 0) 20%);
  background-position: center;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  display: table-cell;
  position: relative;
  width: 23%;
  height: 100%;
}
.text--list-anonym li h2:before, .text--list-anonym li h2.link.double-arrow:after, .text--list-anonym li h2.link.simple-arrow:after, .text--list-anonym li .h2-like:before, .text--list-anonym li .h2-like.link.double-arrow:after, .text--list-anonym li .h2-like.link.simple-arrow:after {
  right: 2%;
}
.text--list-anonym li h2:after, .text--list-anonym li .h2-like:after {
  left: 2%;
}
@media screen and (min-width: 768px) {
  .text--list-anonym li h2, .text--list-anonym li .h2-like {
    white-space: nowrap;
  }
  .text--list-anonym li h2:before, .text--list-anonym li h2.link.double-arrow:after, .text--list-anonym li h2.link.simple-arrow:after, .text--list-anonym li .h2-like:before, .text--list-anonym li .h2-like.link.double-arrow:after, .text--list-anonym li .h2-like.link.simple-arrow:after, .text--list-anonym li h2:after, .text--list-anonym li .h2-like:after {
    width: 43%;
  }
}
.text--list-anonym li h3, .text--list-anonym li .modal .modal__inner h1.h4-like, .modal .modal__inner .text--list-anonym li h1.h4-like, .text--list-anonym li .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .text--list-anonym li .h4-like.h1-like, .text--list-anonym li .h3-like {
  font-size: 19px;
  font-size: 1.4615384615rem;
  text-transform: uppercase;
  text-align: left;
}
.text--list-anonym li h3:before, .text--list-anonym li .modal .modal__inner h1.h4-like:before, .modal .modal__inner .text--list-anonym li h1.h4-like:before, .text--list-anonym li .modal .modal__inner .h4-like.h1-like:before, .modal .modal__inner .text--list-anonym li .h4-like.h1-like:before, .text--list-anonym li h3.link.double-arrow:after, .text--list-anonym li h3.link.simple-arrow:after, .text--list-anonym li .h3-like:before, .text--list-anonym li .h3-like.link.double-arrow:after, .text--list-anonym li .h3-like.link.simple-arrow:after, .text--list-anonym li h3:after, .text--list-anonym li .modal .modal__inner h1.h4-like:after, .modal .modal__inner .text--list-anonym li h1.h4-like:after, .text--list-anonym li .modal .modal__inner .h4-like.h1-like:after, .modal .modal__inner .text--list-anonym li .h4-like.h1-like:after, .text--list-anonym li .h3-like:after {
  content: none;
}
.text--list-anonym li h4, .text--list-anonym li .h4-like {
  font-size: 16px;
  font-size: 1.2307692308rem;
  text-transform: uppercase;
  text-align: left;
}
.text--list-anonym li h4:before, .text--list-anonym li h4.link.double-arrow:after, .text--list-anonym li h4.link.simple-arrow:after, .text--list-anonym li .h4-like:before, .text--list-anonym li .h4-like.link.double-arrow:after, .text--list-anonym li .h4-like.link.simple-arrow:after, .text--list-anonym li h4:after, .text--list-anonym li .h4-like:after {
  content: none;
}
.text--list-anonym li h5, .text--list-anonym li .h5-like {
  font-size: 14px;
  font-size: 1.0769230769rem;
  text-transform: uppercase;
  text-align: left;
}
.text--list-anonym li h5:before, .text--list-anonym li h5.link.double-arrow:after, .text--list-anonym li h5.link.simple-arrow:after, .text--list-anonym li .h5-like:before, .text--list-anonym li .h5-like.link.double-arrow:after, .text--list-anonym li .h5-like.link.simple-arrow:after, .text--list-anonym li h5:after, .text--list-anonym li .h5-like:after {
  content: none;
}
.text--list-anonym li h6, .text--list-anonym li .h6-like {
  font-size: 13px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
}
.text--list-anonym li h6:before, .text--list-anonym li h6.link.double-arrow:after, .text--list-anonym li h6.link.simple-arrow:after, .text--list-anonym li .h6-like:before, .text--list-anonym li .h6-like.link.double-arrow:after, .text--list-anonym li .h6-like.link.simple-arrow:after, .text--list-anonym li h6:after, .text--list-anonym li .h6-like:after {
  content: none;
}
.text--list-anonym li .average-heading {
  font-size: 16px;
  font-size: 1.2307692308rem;
  line-height: 20.9230769231px;
}
.text--list-anonym li .link {
  cursor: pointer;
  text-decoration: underline;
}
.text--list-anonym li .link:hover, .text--list-anonym li .link:focus {
  color: #494949;
}
.text--list-anonym li .link.cta {
  color: #5c5e6c;
}
.text--list-anonym li .link.simple-arrow:after, .text--list-anonym li .link.double-arrow:after {
  display: inline-block;
  font-size: 12px;
  height: 12px;
  line-height: 4px;
  margin-left: 5px;
  text-decoration: none;
}
.text--list-anonym li .link.double-arrow-left .icon {
  margin-right: 5px;
}
.text--list-anonym li .link.double-arrow-left .icon:before, .text--list-anonym li .link.double-arrow-left .icon.link.double-arrow:after, .text--list-anonym li .link.double-arrow-left .icon.link.simple-arrow:after {
  display: inline-block;
  font-size: 12px;
  height: 12px;
  line-height: 4px;
  text-decoration: none;
}
.text--list-anonym li .link__icon-after {
  margin-left: 10px;
}
.text--list-anonym li .link__icon-before {
  margin-right: 10px;
}
.text--list-anonym li [style*="font-weight: ligthter"] {
  font-weight: 300 !important;
}
.text--list-anonym li hr {
  border: 0;
  border-top: 1px dotted #333333;
  margin: 20px 0;
  overflow: visible;
}
.text--list-anonym li hr.solid {
  border-top: 1px solid #494949;
}
.text--list-anonym li hr.alt:after {
  border: 0;
  border-top: 1px dotted #E53134;
  content: " ";
  height: 1px;
  display: block;
  margin-top: 2px;
}
.text--list-anonym li hr.variant {
  border-color: #E53134;
}
.text--list-anonym li hr.light {
  border-color: #fff;
}
.text--list-anonym li hr.light.alt:after {
  border-color: #fff;
}
.text--list-anonym li hr.large {
  margin: 40px 0 40px 0;
}
.text--list-anonym li hr.seam {
  border-top: 1px solid rgba(161, 161, 161, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.text--list-anonym li .text {
  color: #494949;
  /**
  * Font size
  */
  /**
   * Order status
   */
  /**
  * Colors
  */
  /**
  * Alignments
  */
  /**
   * Unbreakable
   */
  /**
  * Weight
  */
  /**
  * Letter Cases
  */
  /**
  * Special texts
  */
}
.text--list-anonym li .text h1, .text--list-anonym li .text .h1-like,
.text--list-anonym li .text h2,
.text--list-anonym li .text .h2-like,
.text--list-anonym li .text h3,
.text--list-anonym li .text .h3-like,
.text--list-anonym li .text h4,
.text--list-anonym li .text .h4-like,
.text--list-anonym li .text h5,
.text--list-anonym li .text .h5-like,
.text--list-anonym li .text h6,
.text--list-anonym li .text .h6-like {
  margin-bottom: 10px;
}
.text--list-anonym li .text a {
  color: #E53134;
}
.text--list-anonym li .text p {
  color: #494949;
}
.text--list-anonym li .text ol {
  counter-reset: counter;
  list-style: none;
  margin-bottom: 40px;
}
.text--list-anonym li .text ol ol {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}
.text--list-anonym li .text ol li:first-child {
  margin-top: 0;
}
.text--list-anonym li .text ol li {
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.text--list-anonym li .text ol li:before, .text--list-anonym li .text ol li.link.simple-arrow:after, .text--list-anonym li .text ol li.link.double-arrow:after {
  line-height: 8px;
  color: #494949;
  counter-increment: counter;
  margin-right: 10px;
  padding: 4px 7px 2px 0;
  position: absolute;
  left: 0;
  top: auto;
}
.text--counter .text--list-anonym li .text ol li:before, .text--counter .text--list-anonym li .text ol li.link.simple-arrow:after, .text--counter .text--list-anonym li .text ol li.link.double-arrow:after {
  content: counter(counter) ".";
}
.text--list-anonym li .text ul {
  counter-reset: counter;
  list-style: none;
  margin-bottom: 40px;
  padding-left: 40px;
}
.text--list-anonym li .text ul ul {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 0;
}
.text--list-anonym li .text ul li:first-child {
  margin-top: 0;
}
.text--list-anonym li .text ul li {
  margin-top: 10px;
  position: relative;
}
.text--list-anonym li .text ul li:before, .text--list-anonym li .text ul li.link.simple-arrow:after, .text--list-anonym li .text ul li.link.double-arrow:after {
  content: "•";
  font-size: 25px;
  position: absolute;
  left: -40px;
  top: -7px;
}
.text--list-anonym li .text--line-behind {
  position: relative;
  z-index: 1;
}
.text--list-anonym li .text--line-behind:before, .text--list-anonym li .text--line-behind.link.simple-arrow:after, .text--list-anonym li .text--line-behind.link.double-arrow:after {
  border-top: dotted 1px #333333;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.text--list-anonym li .text--line-behind span {
  background: #FFFFFF;
  padding: 0 20px;
}
.text--list-anonym li .text--line-behind span.whitebg {
  background: #FFFFFF;
}
.text--list-anonym li .text--line-behind--alt {
  position: relative;
  z-index: 1;
}
.text--list-anonym li .text--line-behind--alt:before, .text--list-anonym li .text--line-behind--alt.link.simple-arrow:after, .text--list-anonym li .text--line-behind--alt.link.double-arrow:after {
  border-top: dotted 1px #333333;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.text--list-anonym li .text--line-behind--alt span {
  background: #F2F2F2;
  padding: 0 20px;
}
.text--list-anonym li .text--line-behind--alt span.whitebg {
  background: #FFFFFF;
}
.text--list-anonym li .text--normal {
  font-weight: 400;
}
.text--list-anonym li .text--soft {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 15.6923076923px;
}
.text--list-anonym li .text--small {
  font-size: 11px;
  font-size: 0.8461538462rem;
  line-height: 14.3846153846px;
}
.text--list-anonym li .text--larger {
  font-size: 24px;
  font-size: 1.8461538462rem;
  line-height: 31.3846153846px;
}
.text--list-anonym li .text--huge {
  font-size: 36px;
  font-size: 2.7692307692rem;
  line-height: 47.0769230769px;
}
.text--list-anonym li .text--list-anonym li:before, .text--list-anonym li .text--list-anonym li.link.simple-arrow:after, .text--list-anonym li .text--list-anonym li.link.double-arrow:after {
  display: none !important;
}
.text--list-anonym li .text--list-anonym li {
  padding-left: 0 !important;
}
.text--list-anonym li .text--close-fitting {
  line-height: 1.1em;
}
.text--list-anonym li .text--status-cancelled {
  color: #f40 !important;
}
.text--list-anonym li .text--status-pending {
  color: #E53134 !important;
}
.text--list-anonym li .text--status-delivered {
  color: #E53134 !important;
}
.text--list-anonym li .text--status-shipped {
  color: #E53134 !important;
}
.text--list-anonym li .text--brand {
  color: #E53134 !important;
}
.text--list-anonym li .text--secondary {
  color: #A1A1A1 !important;
}
.text--list-anonym li .text--muted {
  color: #494949 !important;
}
.text--list-anonym li .text--contrast {
  color: #FFFFFF !important;
}
.text--list-anonym li .text--important, .text--list-anonym li .price--featured, .text--list-anonym li .form-field .error-message, .form-field .text--list-anonym li .error-message, .text--list-anonym li .cart-list__item.is-error .cart-list__item__delete, .cart-list__item.is-error .text--list-anonym li .cart-list__item__delete, .text--list-anonym li .alert--ko {
  color: #E53134 !important;
}
.text--list-anonym li .text--checkout {
  color: #1ba2b1 !important;
}
.text--list-anonym li .text--valid {
  color: #138F40 !important;
}
.text--list-anonym li .text--warning {
  color: #f0ad4e !important;
}
.text--list-anonym li .text--discreet {
  color: #A1A1A1 !important;
}
.text--list-anonym li .text--left {
  text-align: left !important;
}
.text--list-anonym li .text--center {
  text-align: center !important;
}
.text--list-anonym li .text--right {
  text-align: right !important;
}
.text--list-anonym li .text--unbreakable {
  white-space: nowrap;
}
.text--list-anonym li .text--strong, .text--list-anonym li .pagination, .text--list-anonym li .card__header {
  font-weight: 700;
}
.text--list-anonym li .text--emphasis,
.text--list-anonym li .btn-fluid, .text--list-anonym li .text--uppercase {
  text-transform: uppercase !important;
}
.text--list-anonym li .text--footnote {
  font-size: 11px;
  font-size: 0.8461538462rem;
  line-height: 16px;
}
.text--list-anonym li .text--striked {
  text-decoration: line-through;
}
.text--list-anonym li .text--inverted {
  color: #fff;
}
.text--list-anonym li .text-presentation {
  font-size: 20px;
  font-weight: 300;
}
.text--list-anonym li .text--icon--indent {
  padding-left: 50px;
  position: relative;
}
.text--list-anonym li .text--icon--indent > .icon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 40px;
}
.text--close-fitting {
  line-height: 1.1em;
}
.text--status-cancelled {
  color: #f40 !important;
}
.text--status-pending {
  color: #E53134 !important;
}
.text--status-delivered {
  color: #E53134 !important;
}
.text--status-shipped {
  color: #E53134 !important;
}
.text--brand {
  color: #E53134 !important;
}
.text--secondary {
  color: #A1A1A1 !important;
}
.text--muted {
  color: #494949 !important;
}
.text--contrast {
  color: #FFFFFF !important;
}
.text--important, .price--featured, .form-field .error-message, .cart-list__item.is-error .cart-list__item__delete, .alert--ko {
  color: #E53134 !important;
}
.text--checkout {
  color: #1ba2b1 !important;
}
.text--valid {
  color: #138F40 !important;
}
.text--warning {
  color: #f0ad4e !important;
}
.text--discreet {
  color: #A1A1A1 !important;
}
.text--left {
  text-align: left !important;
}
.text--center {
  text-align: center !important;
}
.text--right {
  text-align: right !important;
}
.text--unbreakable {
  white-space: nowrap;
}
.text--strong, .pagination, .card__header {
  font-weight: 700;
}
.text--emphasis,
.btn-fluid, .text--uppercase {
  text-transform: uppercase !important;
}
.text--footnote {
  font-size: 11px;
  font-size: 0.8461538462rem;
  line-height: 16px;
}
.text--striked {
  text-decoration: line-through;
}

.text--inverted {
  color: #fff;
}

.text-presentation {
  font-size: 20px;
  font-weight: 300;
}

/**
 *  text-identation and alignement with icon
 */
.text--icon--indent {
  padding-left: 50px;
  position: relative;
}
.text--icon--indent > .icon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--h4-like {
    font-size: 16px;
  }
}

h2.tmp-update-dot-style, .tmp-update-dot-style.h2-like, .text--list-anonym li .tmp-update-dot-style.h2-like {
  border-bottom: dotted 3px #999;
  width: fit-content;
  text-align: left;
}
h2.tmp-update-dot-style:before, .tmp-update-dot-style.h2-like:before, h2.tmp-update-dot-style.link.simple-arrow:after, h2.tmp-update-dot-style.link.double-arrow:after, h2.tmp-update-dot-style:after, .tmp-update-dot-style.h2-like:after {
  content: normal;
  background-image: unset;
}
@media screen and (min-width: 768px) {
  h2.tmp-update-dot-style:before, .tmp-update-dot-style.h2-like:before, h2.tmp-update-dot-style.link.simple-arrow:after, h2.tmp-update-dot-style.link.double-arrow:after, h2.tmp-update-dot-style:after, .tmp-update-dot-style.h2-like:after {
    width: 43%;
  }
}

h2.push--bottom, .push--bottom.h2-like, .text--list-anonym li .push--bottom.h2-like {
  width: inherit;
}

@media only screen and (max-width: 767px) {
  .palm--hide {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .palm--inline-block {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767px) {
  .palm--block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .portable-up--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .portable-up--inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .portable-up--block {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .desk--hide {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .desk--inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) {
  .desk--block {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .palm--push--bottom {
    margin-bottom: 20px !important;
  }

  .palm--push--top {
    margin-top: 20px !important;
  }

  .palm--push-half--bottom {
    margin-bottom: 10px !important;
  }

  .palm--push-half--top {
    margin-top: 10px !important;
  }

  .palm--push-medium--bottom {
    margin-bottom: 40px !important;
  }

  .palm--push-medium--top {
    margin-top: 40px !important;
  }

  .palm--soft {
    padding: 20px !important;
  }

  .palm--soft--top {
    padding-top: 20px !important;
  }

  .palm--soft--right {
    padding-right: 20px !important;
  }

  .palm--soft--bottom {
    padding-bottom: 20px !important;
  }

  .palm--soft--left {
    padding-left: 20px !important;
  }

  .palm--soft--ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .palm--soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .palm--soft-half {
    padding: 10px !important;
  }

  .palm--soft-half--top {
    padding-top: 10px !important;
  }

  .palm--soft-half--right {
    padding-right: 10px !important;
  }

  .palm--soft-half--bottom {
    padding-bottom: 10px !important;
  }

  .palm--soft-half--left {
    padding-left: 10px !important;
  }

  .palm--soft-half--ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .palm--soft-half--sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .palm--soft-medium {
    padding: 40px !important;
  }

  .palm--soft-medium--top {
    padding-top: 40px !important;
  }

  .palm--soft-medium--right {
    padding-right: 40px !important;
  }

  .palm--soft-medium--bottom {
    padding-bottom: 40px !important;
  }

  .palm--soft-medium--left {
    padding-left: 40px !important;
  }

  .palm--soft-medium--ends {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .palm--soft-medium--sides {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--push--bottom {
    margin-bottom: 20px !important;
  }

  .portable--push--top {
    margin-top: 20px !important;
  }

  .portable--push-half--bottom {
    margin-bottom: 10px !important;
  }

  .portable--push-half--top {
    margin-top: 10px !important;
  }

  .portable--push-medium--bottom {
    margin-bottom: 40px !important;
  }

  .portable--push-medium--top {
    margin-top: 40px !important;
  }

  .portable--soft {
    padding: 20px !important;
  }

  .portable--soft--top {
    padding-top: 20px !important;
  }

  .portable--soft--right {
    padding-right: 20px !important;
  }

  .portable--soft--bottom {
    padding-bottom: 20px !important;
  }

  .portable--soft--left {
    padding-left: 20px !important;
  }

  .portable--soft--ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .portable--soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .portable--soft-half {
    padding: 10px !important;
  }

  .portable--soft-half--top {
    padding-top: 10px !important;
  }

  .portable--soft-half--right {
    padding-right: 10px !important;
  }

  .portable--soft-half--bottom {
    padding-bottom: 10px !important;
  }

  .portable--soft-half--left {
    padding-left: 10px !important;
  }

  .portable--soft-half--ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .portable--soft-half--sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .portable--soft-medium {
    padding: 40px !important;
  }

  .portable--soft-medium--top {
    padding-top: 40px !important;
  }

  .portable--soft-medium--right {
    padding-right: 40px !important;
  }

  .portable--soft-medium--bottom {
    padding-bottom: 40px !important;
  }

  .portable--soft-medium--left {
    padding-left: 40px !important;
  }

  .portable--soft-medium--ends {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .portable--soft-medium--sides {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 768px) {
  .portable-up--push--bottom {
    margin-bottom: 20px !important;
  }

  .portable-up--push--top {
    margin-top: 20px !important;
  }

  .portable-up--push-half--bottom {
    margin-bottom: 10px !important;
  }

  .portable-up--push-half--top {
    margin-top: 10px !important;
  }

  .portable-up--push-medium--bottom {
    margin-bottom: 40px !important;
  }

  .portable-up--push-medium--top {
    margin-top: 40px !important;
  }

  .portable-up--soft {
    padding: 20px !important;
  }

  .portable-up--soft--top {
    padding-top: 20px !important;
  }

  .portable-up--soft--right {
    padding-right: 20px !important;
  }

  .portable-up--soft--bottom {
    padding-bottom: 20px !important;
  }

  .portable-up--soft--left {
    padding-left: 20px !important;
  }

  .portable-up--soft--ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .portable-up--soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .portable-up--soft-half {
    padding: 10px !important;
  }

  .portable-up--soft-half--top {
    padding-top: 10px !important;
  }

  .portable-up--soft-half--right {
    padding-right: 10px !important;
  }

  .portable-up--soft-half--bottom {
    padding-bottom: 10px !important;
  }

  .portable-up--soft-half--left {
    padding-left: 10px !important;
  }

  .portable-up--soft-half--ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .portable-up--soft-half--sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .portable-up--soft-medium {
    padding: 40px !important;
  }

  .portable-up--soft-medium--top {
    padding-top: 40px !important;
  }

  .portable-up--soft-medium--right {
    padding-right: 40px !important;
  }

  .portable-up--soft-medium--bottom {
    padding-bottom: 40px !important;
  }

  .portable-up--soft-medium--left {
    padding-left: 40px !important;
  }

  .portable-up--soft-medium--ends {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .portable-up--soft-medium--sides {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .desk--push--bottom {
    margin-bottom: 20px !important;
  }

  .desk--push--top {
    margin-top: 20px !important;
  }

  .desk--push-half--bottom {
    margin-bottom: 10px !important;
  }

  .desk--push-half--top {
    margin-top: 10px !important;
  }

  .desk--push-medium--bottom {
    margin-bottom: 40px !important;
  }

  .desk--push-medium--top {
    margin-top: 40px !important;
  }

  .desk--soft {
    padding: 20px !important;
  }

  .desk--soft--top {
    padding-top: 20px !important;
  }

  .desk--soft--right {
    padding-right: 20px !important;
  }

  .desk--soft--bottom {
    padding-bottom: 20px !important;
  }

  .desk--soft--left {
    padding-left: 20px !important;
  }

  .desk--soft--ends {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .desk--soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .desk--soft-half {
    padding: 10px !important;
  }

  .desk--soft-half--top {
    padding-top: 10px !important;
  }

  .desk--soft-half--right {
    padding-right: 10px !important;
  }

  .desk--soft-half--bottom {
    padding-bottom: 10px !important;
  }

  .desk--soft-half--left {
    padding-left: 10px !important;
  }

  .desk--soft-half--ends {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .desk--soft-half--sides {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .desk--soft-medium {
    padding: 40px !important;
  }

  .desk--soft-medium--top {
    padding-top: 40px !important;
  }

  .desk--soft-medium--right {
    padding-right: 40px !important;
  }

  .desk--soft-medium--bottom {
    padding-bottom: 40px !important;
  }

  .desk--soft-medium--left {
    padding-left: 40px !important;
  }

  .desk--soft-medium--ends {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .desk--soft-medium--sides {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .palm--text {
    /**
    * Alignments
    */
  }
  .palm--text--left {
    text-align: left !important;
  }
  .palm--text--center {
    text-align: center !important;
  }
  .palm--text--right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--text {
    /**
    * Alignments
    */
  }
  .portable--text--left {
    text-align: left !important;
  }
  .portable--text--center {
    text-align: center !important;
  }
  .portable--text--right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) {
  .portable-up--text {
    /**
    * Alignments
    */
  }
  .portable-up--text--left {
    text-align: left !important;
  }
  .portable-up--text--center {
    text-align: center !important;
  }
  .portable-up--text--right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1200px) {
  .desk--text {
    /**
    * Alignments
    */
  }
  .desk--text--left {
    text-align: left !important;
  }
  .desk--text--center {
    text-align: center !important;
  }
  .desk--text--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .palm--float--none {
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--float--none {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .portable-up--float--none {
    float: none;
  }
}
@media only screen and (min-width: 1200px) {
  .desk--float--none {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .palm--float--none {
    float: none;
  }

  .palm--text--left {
    text-align: left !important;
  }

  .palm--text--center {
    text-align: center !important;
  }

  .palm--text--right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--float--none {
    float: none;
  }

  .portable--text--left {
    text-align: left !important;
  }

  .portable--text--center {
    text-align: center !important;
  }

  .portable--text--right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 768px) {
  .portable-up--float--none {
    float: none;
  }

  .portable-up--text--left {
    text-align: left !important;
  }

  .portable-up--text--center {
    text-align: center !important;
  }

  .portable-up--text--right {
    text-align: right !important;
  }
}
@media only screen and (min-width: 1200px) {
  .desk--float--none {
    float: none;
  }

  .desk--text--left {
    text-align: left !important;
  }

  .desk--text--center {
    text-align: center !important;
  }

  .desk--text--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .palm--flush {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--flush {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .portable-up--flush {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .desk--flush {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .palm--full {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable--full {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .portable-up--full {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .desk--full {
    width: 100%;
  }
}
.main-content,
.restraint {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .main-content,
.restraint {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-content,
.restraint {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content,
.restraint {
    width: 1180px;
  }
}

.restraint--always {
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .restraint--always {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .restraint--always {
    width: calc(200% + 20px);
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .restraint--always {
    width: 1180px;
  }
}

.grey-wrapper {
  background: #EFEFEF;
}

.compact-block {
  max-width: 300px;
}

.margin-centered {
  margin: 0 auto;
}

.wrapper {
  background: #fff;
  overflow: hidden;
}

.content {
  padding: 0 20px;
}

.main-header {
  background: #FFFFFF;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  z-index: 102;
}
.main-header__quick-links {
  font-size: 0;
  margin: 8px 20px 40px 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .main-header__quick-links {
    position: absolute;
    top: 20px;
    right: 0;
    width: 55%;
    margin-top: 0;
  }
}
.main-header__quick-links > * {
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
  color: #777777;
  display: inline-block;
}
.main-header__quick-links .name {
  color: #777777;
  text-decoration: none;
}
.main-header__quick-links a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
  /*&:first-child {
      margin-left: 0;
  }*/
}
@media only screen and (max-width: 767px) {
  .main-header__quick-links a {
    margin-left: 5px;
  }
}
.main-header__quick-links a:hover {
  text-decoration: none;
}
.main-header__tools {
  float: right;
}
.main-header__tools .item {
  margin-right: 20px;
}
.main-header__tools .item .icon--large:before, .main-header__tools .item .item-block .icon--heart:before, .item-block .main-header__tools .item .icon--heart:before, .main-header__tools .item .icon--carousel-right:before, .main-header__tools .item .icon--carousel-left:before, .main-header__tools .item .icon--large.link.simple-arrow:after, .main-header__tools .item .item-block .link.simple-arrow.icon--heart:after, .item-block .main-header__tools .item .link.simple-arrow.icon--heart:after, .main-header__tools .item .icon--carousel-right.link.simple-arrow:after, .main-header__tools .item .icon--carousel-left.link.simple-arrow:after, .main-header__tools .item .icon--large.link.double-arrow:after, .main-header__tools .item .item-block .link.double-arrow.icon--heart:after, .item-block .main-header__tools .item .link.double-arrow.icon--heart:after, .main-header__tools .item .icon--carousel-right.link.double-arrow:after, .main-header__tools .item .icon--carousel-left.link.double-arrow:after {
  height: auto;
}
.main-header__tools .item .icon--location:before, .main-header__tools .item .icon--location.link.simple-arrow:after, .main-header__tools .item .icon--location.link.double-arrow:after {
  position: relative;
  top: -4px;
}
.main-header__tools .item--cart .icon--warning:before, .main-header__tools .item--cart .icon--warning.link.simple-arrow:after, .main-header__tools .item--cart .icon--warning.link.double-arrow:after {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .main-header__tools {
    background: #333333;
    display: table;
    width: 100%;
    margin-right: 0;
    padding: 10px;
  }
  .main-header__tools .item {
    margin-left: 0;
    display: table-cell;
    padding: 0 1%;
    text-align: center;
  }
  .main-header__tools .item .btn-big {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-header__tools .item--cart .btn-big__cell {
    min-width: 100px;
  }
  .main-header__tools .item--menu .icon:before, .main-header__tools .item--menu .icon.link.simple-arrow:after, .main-header__tools .item--menu .icon.link.double-arrow:after {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .search-box {
    margin: 10px;
    padding: 0;
  }
}

.main-footer {
  overflow: hidden;
  position: relative;
  background-color: #333333;
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
}
.main-footer .search-box {
  padding: 0;
}
.main-footer__header {
  background: #000;
  padding: 20px 0;
}
.main-footer__header .error-message {
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  width: 100%;
}
.main-footer__header .error-message.is-error {
  padding: 10px 5px;
  margin-top: 10px;
}
.main-footer__header-menu {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0 20px 0 40px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .main-footer__header-menu {
    display: table;
    text-align: left;
    padding: 0;
  }
}
.main-footer__header-menu li {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .main-footer__header-menu li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 6px;
    background-repeat: repeat-y;
  }
  .main-footer__header-menu li > a {
    display: inline;
  }
  .main-footer__header-menu li:last-child {
    background: none;
    padding-right: 0;
  }
  .main-footer__header-menu li.newsletter {
    width: 58%;
    padding-top: 0;
  }
  .main-footer__header-menu li.newsletter-wrapper {
    width: 46%;
  }
  .main-footer__header-menu li.social-wrapper {
    width: auto;
  }
}
.main-footer__header-menu li > ul {
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .main-footer__header-menu li > ul {
    display: table;
    width: 100%;
    text-align: left;
    list-style: none;
  }
  .main-footer__header-menu li > ul > li {
    background: none;
    display: table-cell;
  }
}
.main-footer label, .main-footer__string, .main-footer__link {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  color: #FFFFFF;
  vertical-align: middle;
  font-weight: 200;
}
.main-footer__link:not(:last-child) {
  margin-right: 20px;
}
.main-footer__link:hover {
  text-decoration: underline;
}
.main-footer__copyright {
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
  bottom: 10px;
  color: #CCCCCC;
  left: 0;
  position: absolute;
  font-weight: 300;
}
.main-footer__links {
  padding-bottom: 80px;
  position: relative;
}
.main-footer__links h3, .main-footer__links .modal .modal__inner h1.h4-like, .modal .modal__inner .main-footer__links h1.h4-like, .main-footer__links .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .main-footer__links .h4-like.h1-like, .main-footer__links .h3-like, .main-footer__links .text--list-anonym li .h3-like, .text--list-anonym li .main-footer__links .h3-like {
  color: #fff;
  text-transform: uppercase;
}
.main-footer__links a {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  color: #CCCCCC;
  font-weight: 300;
}
.main-footer__links a:hover, .main-footer__links a:focus {
  color: #fff;
  text-decoration: underline;
}

.table {
  width: 100%;
  /**
   * Pretty much only used for cart items.
   */
  /**
   * Extends .table
   * Table used for listing
   * Responds on palm by showing every <td> onen under another, with a line separating each tr
   */
}
.table td,
.table th {
  padding: 2px 0;
}
.table th {
  font-weight: 700;
}
.table--default {
  margin: 10px 0;
}
.table--default th {
  font-weight: normal;
  text-align: left;
}
.table--small {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 19px;
  width: auto;
}
.table--small th {
  color: #E53134;
  text-align: left;
  padding-right: 10px;
  font-weight: normal;
  vertical-align: top;
}
.table--small td {
  font-weight: bold;
}
.table--vertical td {
  padding: 0 20px;
}
.table--vertical .full {
  padding-left: 0;
  padding-right: 0;
}
.table--main, .table--listing {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  border-collapse: separate;
}
.table--main thead, .table--listing thead {
  border-bottom: solid 1px #A1A1A1;
}
.table--main th, .table--listing th {
  padding-bottom: 10px;
  padding-left: 40px;
  padding-top: 10px;
  text-align: left;
}
.table--main td, .table--listing td {
  border-bottom: dotted 1px #A1A1A1;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 20px;
  word-wrap: break-word;
}
.table--dotted tr {
  border: 1px dotted #333333;
  border-left: none;
  border-right: none;
}
.table--dotted th, .table--dotted td {
  padding: 7px 20px;
}
.table--dotted td {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .table--listing thead {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .table--listing th {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .table--listing tr {
    border-bottom: dotted 1px #A1A1A1;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 40px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .table--listing tr td:first-child,
.table--listing tr th:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .table--listing td {
    border-bottom: 0;
    display: block;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .table--listing tbody tr td:first-child {
    font-weight: bold;
  }
  .table--listing .line-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.table--listing tbody tr:hover td {
  color: #E53134;
}

.text table {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  border-collapse: separate;
  width: 100%;
}
.text table thead {
  border-bottom: solid 1px #A1A1A1;
}
.text table th {
  padding-bottom: 10px;
  padding-left: 40px;
  padding-top: 10px;
  text-align: left;
}
.text table td {
  border-bottom: dotted 1px #A1A1A1;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top: 20px;
  word-wrap: break-word;
}

.v-top {
  vertical-align: top !important;
}

.v-middle {
  vertical-align: middle !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t0 {
  width: 0;
}

.t5 {
  width: 5%;
}

.t10 {
  width: 10%;
}

.t12 {
  width: 12.5%;
}

/* 1/8 */
.t15 {
  width: 15%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

/* 1/4 */
.t30 {
  width: 30%;
}

.t33 {
  width: 33.333%;
}

/* 1/3 */
.t35 {
  width: 35%;
}

.t37 {
  width: 37.5%;
}

/* 3/8 */
.t40 {
  width: 40%;
}

.t45 {
  width: 45%;
}

.t50 {
  width: 50%;
}

/* 1/2 */
.t55 {
  width: 55%;
}

.t60 {
  width: 60%;
}

.t62 {
  width: 62.5%;
}

/* 5/8 */
.t65 {
  width: 65%;
}

.t66 {
  width: 66.666%;
}

/* 2/3 */
.t70 {
  width: 70%;
}

.t75 {
  width: 75%;
}

/* 3/4*/
.t80 {
  width: 80%;
}

.t85 {
  width: 85%;
}

.t87 {
  width: 87.5%;
}

/* 7/8 */
.t90 {
  width: 90%;
}

.t95 {
  width: 95%;
}

.item-table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

.debug .grid__item {
  background: rgba(0, 0, 0, 0.7);
}

.debug-box {
  background: #e53134;
  display: block;
  font-size: 12px;
  line-height: 4;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.debug-box--large {
  line-height: 16;
}
.debug-box--x-large {
  line-height: 24;
}
.debug-box--full {
  display: block;
  height: 100%;
}

.debug-grid {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.debug-grid .debug-box {
  background: rgba(255, 0, 0, 0.4);
}
.debug-grid * {
  height: 100%;
}

.map-colors-bases-black {
  color: #000000;
}

.map-colors-bases-green {
  color: #138F40;
}

.map-colors-bases-grey1 {
  color: #333333;
}

.map-colors-bases-grey2 {
  color: #494949;
}

.map-colors-bases-grey3 {
  color: #A1A1A1;
}

.map-colors-bases-grey4 {
  color: #777777;
}

.map-colors-bases-grey5 {
  color: #CCCCCC;
}

.map-colors-bases-grey6 {
  color: #F1F1EE;
}

.map-colors-bases-grey7 {
  color: #F2F2F2;
}

.map-colors-bases-grey8 {
  color: #2D2C2F;
}

.map-colors-bases-grey9 {
  color: #F6F6F6;
}

.map-colors-bases-grey10 {
  color: #434343;
}

.map-colors-bases-grey11 {
  color: #dddddd;
}

.map-colors-bases-grey12 {
  color: #999999;
}

.map-colors-bases-grey13 {
  color: #888888;
}

.map-colors-bases-grey14 {
  color: #EFEFEF;
}

.map-colors-bases-grey15 {
  color: #5c5e6c;
}

.map-colors-bases-dark-red {
  color: #B1111D;
}

.map-colors-bases-red {
  color: #E53134;
}

.map-colors-bases-light-red {
  color: #F24D50;
}

.map-colors-bases-warning-red {
  color: #FF4400;
}

.map-colors-bases-white {
  color: #FFFFFF;
}

.map-colors-bases-blue {
  color: #1ba2b1;
}

.map-colors-bases-blue-hover {
  color: #51b3bd;
}

.map-colors-bases-blue-light {
  color: #e9fafc;
}

.map-colors-bases-light-blue {
  color: #bde2e6;
}

.map-colors-bases-blue-airmiles {
  color: #1c97d4;
}

.map-colors-bases-yellow {
  color: #f4d000;
}

.map-colors-bases-warning {
  color: #f0ad4e;
}

.map-colors-bases-social-login_apple {
  color: #000000;
}

.map-colors-bases-social-login_facebook {
  color: #3b5999;
}

.map-colors-bases-social-login_google {
  color: #db4e3f;
}

.map-colors-bases-social-login_twitter {
  color: #55acee;
}

.sg-colors li {
  display: block;
  float: left;
  font-size: 11px;
  width: 100px;
  height: 200px;
}
.sg-colors .sg-swatch {
  display: block;
  font-size: 300px;
  height: 100px;
  line-height: 0;
  overflow: hidden;
  text-indent: -40px;
  width: 100px;
}
.sg-colors .sg-label {
  display: block;
}

.debug-mqs {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.debug-mq {
  text-align: center;
  display: inline-block;
  background: #ddd;
  line-height: 2;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .debug-mq--palm {
    background: #f66;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .debug-mq--portable {
    background: #f66;
  }
}

@media only screen and (min-width: 1200px) {
  .debug-mq--desk {
    background: #f66;
  }
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  padding-left: 4px;
  margin-left: -4px;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.sps--blw {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.sps--blw .sps--hide {
  display: none;
}
.sps--blw.sps--logo {
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  .sps--blw.sps--logo {
    margin-top: 5px;
  }
  .sps--blw.sps--logo .logo {
    top: 0;
  }
}
.sps--blw.sps--nav {
  background: #FFFFFF;
  border-bottom: 1px solid #EFEFEF;
  top: 60px;
}
@media only screen and (min-width: 1200px) {
  .sps--blw.sps--nav {
    top: 0;
  }
  .sps--blw.sps--nav .sps--ul {
    left: 10%;
    position: relative;
    float: left;
  }
  .sps--blw.sps--nav .sps--search--cart {
    width: 55%;
    float: right;
    margin-bottom: 10px;
  }
  .sps--blw.sps--nav .sps--search--cart .search-box {
    padding: 0;
  }
  .sps--blw.sps--nav .sps--nav-hide {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .sps--blw.secondary-nav {
    padding-top: 175px;
    position: relative;
  }
}
.sps--blw .sps--submenu {
  left: auto !important;
}

.main-nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .main-nav {
    margin-left: 20px;
    display: block;
  }
}
.main-nav.is-open {
  display: block;
  text-align: left;
  padding-left: 20px;
}

.main-nav__submenu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 150;
  left: 0px;
}
@media only screen and (min-width: 1200px) {
  li:hover > .main-nav__submenu-wrapper, li:focus > .main-nav__submenu-wrapper {
    display: block;
  }
}

.main-nav__submenu {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
  background: #EFEFEF;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
}

.main-nav__col {
  background: #EFEFEF;
  display: table-cell;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  width: 220px;
  color: #494949;
}
.main-nav__col:first-child {
  margin-left: 0;
}
.main-nav__col--thumbnail {
  padding: 20px;
}
.main-nav__col--thumbnail + .main-nav__col--thumbnail {
  border: 0;
  padding-left: 0;
}

.main-nav__link {
  font-size: 13px;
  font-size: 1rem;
  line-height: 15px;
  color: #494949;
  display: block;
  overflow: hidden;
  padding: 9px 20px;
  text-align: left;
  text-overflow: ellipsis;
}
.main-nav__link:hover, .main-nav__link:focus {
  color: #E53134;
}

.main-nav__legend {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18px;
  display: block;
  margin-top: 8px;
}

.add-to-cart {
  position: relative;
  /* Standard syntax */
}
.add-to-cart .controls {
  display: table;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.add-to-cart .controls__add {
  display: inline;
}
.add-to-cart .controls__update {
  display: none;
}
.is-in-cart .add-to-cart controls__update-buttons.controls__update {
  display: table;
  width: 100%;
}
.add-to-cart controls__update-buttons .controls__update-value {
  display: table-cell;
}
.add-to-cart controls__update-buttons .btn {
  display: table-cell;
}
.is-in-cart .add-to-cart .controls__add {
  display: none;
}
.is-in-cart .add-to-cart .controls__update {
  display: inline;
}
.add-to-cart input,
.add-to-cart .btn {
  display: inline-block;
  vertical-align: middle;
}
.controls__update-buttons .add-to-cart input,
.controls__update-buttons .add-to-cart .btn {
  display: table-cell;
}
.add-to-cart .btn + .btn {
  margin: 0;
}
.add-to-cart input {
  font-size: 16px;
  font-size: 1.2307692308rem;
  -moz-appearance: textfield;
  background: #FFFFFF;
  border: solid 2px #CCCCCC;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
}
.add-to-cart input.controls__update-value {
  width: 33%;
}
.add-to-cart input:focus {
  border-color: #B1111D;
}
.add-to-cart .control {
  display: table-cell;
  width: 40px;
  padding-right: 10px;
}
.add-to-cart .control--fluid {
  width: auto;
  padding-right: 0;
}
.add-to-cart .control--zero {
  width: 0;
}
.add-to-cart .feedback {
  background: #F24D50;
  bottom: 100%;
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: bold;
  left: 0;
  padding: 4px 5px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.add-to-cart.is-added .feedback {
  display: block;
  animation: addedPopup 5s forwards;
}
@keyframes addedPopup {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-cart .btn span {
  vertical-align: middle;
}
.add-to-cart .btn--icon-top {
  font-size: 11px;
  border-left: 0;
  border-right: 0;
}
.add-to-cart .btn--icon-top:hover, .add-to-cart .btn--icon-top:focus {
  color: #fff;
  background: #E53134;
  border-color: #E53134;
}
.add-to-cart .btn--icon-top .icon:before, .add-to-cart .btn--icon-top .icon.link.simple-arrow:after, .add-to-cart .btn--icon-top .icon.link.double-arrow:after {
  height: 7px;
}
.add-to-cart .btn--alt {
  width: 40px;
  color: #494949;
}
.add-to-cart .btn--alt:hover, .add-to-cart .btn--alt:focus {
  background: #494949;
  border-color: #494949;
  color: #fff;
  box-shadow: none;
}
.add-to-cart .btn--alt:before, .add-to-cart .btn--alt.link.simple-arrow:after, .add-to-cart .btn--alt.link.double-arrow:after {
  font-size: 26px;
  font-size: 2rem;
}
.add-to-cart.is-loading .btn, .add-to-cart.is-loading .btn:focus {
  background: #EFEFEF;
  border-color: #CCCCCC;
  color: #fff;
}

.ajax {
  min-height: 50px;
  position: relative;
  transition: height 3s;
}
.ajax__loading {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}
.ajax__loading__content {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ajax__loading__content--top {
  margin-top: 20px;
  top: 0;
}
.ajax__loading .ajax__confirmation {
  background: #FFFFFF;
  border: 1px solid #2D2C2F;
  margin: 20px auto 0 auto;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  width: 70%;
}

.voila-popup-is-loading:before, .is-loading:before, .link.simple-arrow.voila-popup-is-loading:after, .link.simple-arrow.is-loading:after, .link.double-arrow.voila-popup-is-loading:after, .link.double-arrow.is-loading:after, .text--list-anonym li .link.simple-arrow.voila-popup-is-loading:after, .text--list-anonym li .link.simple-arrow.is-loading:after, .text--list-anonym li .link.double-arrow.voila-popup-is-loading:after, .text--list-anonym li .link.double-arrow.is-loading:after {
  bottom: 0;
  background: url(../images/loader.gif) center center no-repeat;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.is-loading--empty {
  min-height: 80px;
}
.is-loading--no-spinner:before, .is-loading--no-spinner.link.simple-arrow:after, .is-loading--no-spinner.link.double-arrow:after, .text--list-anonym li .is-loading--no-spinner.link.simple-arrow:after, .text--list-anonym li .is-loading--no-spinner.link.double-arrow:after {
  background-image: none;
}
.is-loading--no-background:before, .is-loading--no-background.link.simple-arrow:after, .is-loading--no-background.link.double-arrow:after, .text--list-anonym li .is-loading--no-background.link.simple-arrow:after, .text--list-anonym li .is-loading--no-background.link.double-arrow:after {
  background-color: transparent;
}

.alert {
  margin: 20px 0;
  padding: 20px 0;
}
.alert--ok {
  color: #138F40;
}
.aside-box {
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
  background-color: #FFFFFF;
  color: #333333;
}
.aside-box--darker {
  background-color: #EFEFEF;
}

.aside-box__sub-title {
  color: #333333;
  font-weight: 700;
}

.aside-box__sub-title-alt {
  font-size: 12px;
  font-size: 0.9230769231rem;
  color: #939393;
  font-weight: 400;
  margin: 10px 0 8px 0;
}

.aside-box__padded {
  padding: 10px 20px;
}

.aside-box__border-soft {
  border: solid 1px #EFEFEF;
  background-color: #fff;
  border-top: 0;
}

.banner {
  overflow: hidden;
  position: relative;
}
.banner__content {
  position: relative;
  z-index: 3;
}
.banner__media {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

.island {
  padding: 10px 10px;
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 21px;
}
.island--blank {
  background: none;
  border: 0;
  padding: 0;
}
.island--airmiles {
  background-color: #1c97d4;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
}
.island--airmiles .island__container {
  padding: 0;
}
.island--light {
  background-color: #EFEFEF;
  font-style: italic;
}
.island--warning {
  border: solid 1px #E53134;
  margin-bottom: 20px;
}
.island--warning .island__container .icon {
  top: 3px;
}
.island--small {
  font-size: 11px;
  font-size: 0.8461538462rem;
  line-height: 14.3846153846px;
}
.island__container {
  padding: 0 40px;
  position: relative;
}
.island__container-icon-small {
  padding-left: 20px;
}
.island__container-icon-larger {
  padding-left: 60px;
}
.island__container .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.island__container .icon--small, .island__container .dropdown__cta:before, .island__container .dropdown__cta.link.simple-arrow:after, .island__container .dropdown__cta.link.double-arrow:after, .island__container .nav--collapsible__clickable.js-cta-collapsible:before, .island__container .nav--collapsible__clickable.js-cta-collapsible.link.simple-arrow:after, .island__container .nav--collapsible__clickable.js-cta-collapsible.link.double-arrow:after {
  left: 3px;
  top: -1px;
}
.island__container .icon--larger {
  left: 2px;
  top: -15px;
}
.island.soft .island__container .icon--small, .island.soft .island__container .dropdown__cta:before, .island.soft .island__container .dropdown__cta.link.simple-arrow:after, .island.soft .island__container .dropdown__cta.link.double-arrow:after, .island.soft .island__container .nav--collapsible__clickable.js-cta-collapsible:before, .island.soft .island__container .nav--collapsible__clickable.js-cta-collapsible.link.simple-arrow:after, .island.soft .island__container .nav--collapsible__clickable.js-cta-collapsible.link.double-arrow:after {
  left: -2px;
}
.island.soft .island__container .icon--large, .island.soft .island__container .item-block .icon--heart, .item-block .island.soft .island__container .icon--heart, .island.soft .island__container .icon--carousel-right, .island.soft .island__container .icon--carousel-left {
  left: -4px;
}
.island.soft .island__container .icon--larger {
  left: -13px;
}

.box {
  display: block;
  padding: 20px;
  position: relative;
}
.box tr:last-child td {
  padding-bottom: 0;
}
.box > a:hover {
  color: inherit;
}

.box--darker {
  background-color: #2D2C2F;
}

.box--dark {
  background-color: #F6F6F6;
}

.box--blue {
  background-color: #e9fafc;
}

.box--light {
  background-color: #FFFFFF;
}

.box--important {
  border: solid 1px #E53134;
}

.box--transparent {
  background-color: transparent;
}

.box--no-border {
  border: 0;
}

.box--border {
  border: solid 1px #CCCCCC;
}

.box--textarea-mimic {
  max-height: 100px;
  overflow: auto;
}

.box--color-not-available {
  background-color: #dddddd;
  border: 1px solid #777777;
}

.box--color-available {
  background-color: #FFFFFF;
  border: 1px solid #777777;
}

.box--small {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 15.6923076923px;
  padding: 10px;
}

.box--full:after {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.7);
  content: "";
  height: 1000px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.box--full .box__content {
  position: relative;
  z-index: 2;
}

.breadcrumb > li + li:before, .breadcrumb > li + li.link.simple-arrow:after, .breadcrumb > li + li.link.double-arrow:after {
  color: #E53134;
  content: " >  ";
  font-weight: 700;
}
.breadcrumb > li,
.breadcrumb > li > a {
  color: #333333;
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
}
.breadcrumb > li > span {
  background-color: #EFEFEF;
  padding: 7px 10px;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb > li > span:last-child {
  border-radius: 5px;
  background-color: transparent;
}
.breadcrumb > li > a {
  text-decoration: underline;
}
.breadcrumb > li > a:hover {
  color: #df011a;
}
.breadcrumb .breadcrumb__remove {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABGdBTUEAALGPC/xhBQAAAQBJREFUOBHdlLEJwzAQRa1gj5B06QNpVQcyhBdwmcyTxoULtR4i4NptwDtkBYFy30RCCJncFWoiEAbd6enf18nVPM+uKjB2BZgr8s/Bfd/fhmHYb9mHGHIQV7g8rbXaSvbr2OCceyilXnVdX7uue/sYvoBaa5+Uc6acO9tjgo2AYiMAsfIEioNHtuKMqlU51iOloRq2YgBQPmyIlE8Enb7lByhyReAEvhDwhEkHLanvYjDgnCEGRxe1KoVaqE4vVASOoGgpeHrBjDwP3cLuigw09HIuxlZMpba524ffmW5pK8lv89eTNsYc/JMWgTnd4HPYVvgN3G85cNM0R64KSd4HtRTTRTIgKNwAAAAASUVORK5CYII=") left center no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-color: #EFEFEF;
  height: 32px;
  margin-left: -4px;
  position: relative;
  width: 34px;
  border-radius: 0 5px 5px 0;
}
.breadcrumb .breadcrumb__remove:hover {
  background-color: #d6d6d6;
}

@font-face {
  font-family: FoundersGrotesk-Regular;
  src: url("../fonts/founders_grotesk-regular.otf") format("opentype");
}
.btn {
  font-size: 14px;
  font-size: 1.0769230769rem;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 3px;
}
.no-boxshadow .btn {
  border: solid 1px #A1A1A1;
}
.btn:hover,
.btn:focus {
  background: #F2F2F2;
}
.btn:focus {
  outline: 0;
}
.btn.btn--important {
  background: #138F40;
  color: #fff;
}
.btn.btn--important:focus,
.btn.btn--important:hover {
  background: #0a4b22;
}
.btn.btn--important[disabled] {
  opacity: 0.5;
}
.btn.btn--squared {
  border-radius: 0;
}
.btn + .btn {
  margin-left: 20px;
}
.btn .icon {
  margin-right: 10px;
}
.btn--x-large {
  padding: 10px 40px 8px;
}
.btn--blank,
.no-boxshadow .btn--blank {
  font-size: 14px;
  font-size: 1.0769230769rem;
  background: none;
  box-shadow: none;
  color: inherit;
  font-weight: 400;
  padding: 0;
  text-transform: none;
  text-decoration: underline;
}
.btn--blank:hover,
.btn--blank:focus,
.no-boxshadow .btn--blank:hover,
.no-boxshadow .btn--blank:focus {
  background: none;
}
.icon + .btn--blank,
.icon + .no-boxshadow .btn--blank {
  margin-left: 10px;
}
.btn--blank + .icon,
.no-boxshadow .btn--blank + .icon {
  margin-left: 10px;
}
.btn--blank.btn.is-disabled,
.btn--blank[disabled],
.no-boxshadow .btn--blank.btn.is-disabled,
.no-boxshadow .btn--blank[disabled] {
  background: none;
  color: #CCCCCC;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}
.btn--alt {
  background: #333333;
  color: #fff;
}
.btn--alt:hover,
.btn--alt:focus {
  background: #777777;
  /*box-shadow: 1px 1px 0 map-get($map-colors-bases, "grey3"), 2px 2px 0 map-get($map-colors-bases, "grey3"), 3px 3px 0 map-get($map-colors-bases, "grey3");*/
}
.btn--danger {
  background: #E53134;
  color: #fff;
}
.btn--danger:hover,
.btn--danger:focus {
  background: #b31719;
}
.btn--default {
  background-color: #EFEFEF;
  box-shadow: none;
  color: #333333;
}
.btn--default:hover,
.btn--default:focus {
  background-color: #c9c9c9;
}
.btn--default.is-disabled,
.btn--default[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn--voila {
  background-color: #004740;
  color: #F3E8D7;
  font-family: FoundersGrotesk-Regular;
  padding: 7px;
}
.btn--voila span img {
  width: 50px;
}
.btn--voila:hover,
.btn--voila:focus {
  background-color: #004740;
}
.btn--voila-header-btn {
  background-image: url(~/media/Home/Voila/voila-header-button.ashx) !important;
  background-color: #00d6ff;
  background-position: 50% 50% !important;
  background-size: 100px 50% !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 42px !important;
  background-repeat: no-repeat !important;
  position: static !important;
}
.btn--voila-header-btn:hover,
.btn--voila-header-btn:focus {
  background-color: #00c1e6;
}
.btn--voila-near-match {
  padding: 8.5px;
}
.btn--voila-near-match:hover,
.btn--voila-near-match:focus {
  background-color: #002e29;
}
.btn--voila-near-match-text {
  padding: 0;
}
.btn--voila-near-match-text:hover,
.btn--voila-near-match-text:focus {
  background-color: #002e29;
}
.btn--secondary {
  background: #e7e7e7;
  background: linear-gradient(to bottom, #ffffff 40%, #e7e7e7 100%);
  border: solid 1px #333333;
  box-shadow: none;
  color: #333333;
}
.btn--secondary:hover,
.btn--secondary:focus {
  background: #fff;
}
.btn--secondary.is-disabled,
.btn--secondary[disabled] {
  background: #F1F1EE;
  color: #CCCCCC;
  border-color: #CCCCCC;
  box-shadow: none;
  pointer-events: none;
}
.btn--icon-top {
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.btn--icon-top .icon {
  margin-right: 0;
}
.btn--icon-top .icon:before,
.btn--icon-top .icon.link.simple-arrow:after,
.btn--icon-top .icon.link.double-arrow:after {
  display: block;
  width: 100%;
}
.btn--full-width {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.btn--show-more {
  display: none;
}
.is-active .btn--show-more {
  display: block;
  text-decoration: underline;
}
.btn--medium {
  height: 40px;
  padding: 13px 8px;
}
.btn--medium .item-product__added-to-list-notification {
  top: 10px;
}
.btn--hollow {
  border: solid 1px #999999;
  background-color: transparent;
  color: #999999;
}
.btn--hollow-inverted {
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
}
.btn--hollow-inverted:hover,
.btn--hollow-inverted:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn--hollow-important {
  border: solid 1px #E53134;
  background-color: transparent;
  color: #E53134;
}
.btn--hollow-important:hover,
.btn--hollow-important:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.shepherd-buttons > li:last-child a,
.btn--dark {
  background-color: #333333 !important;
  color: #fff;
}
.shepherd-buttons > li:last-child a:hover, .shepherd-buttons > li:last-child a:focus,
.btn--dark:hover,
.btn--dark:focus {
  background-color: #595959;
}
.btn--light {
  background-color: #FFFFFF;
  border: 1px solid #dddddd;
  box-shadow: none;
  color: #333333;
}
.btn-group {
  margin-top: 20px;
}
.btn-group > * {
  margin-left: 3px;
}
.btn-group > .btn {
  margin-left: 10px;
  margin-bottom: 10px;
}
.btn-group > :first-child {
  margin-left: 0;
}
.btn.btn--disabled,
.btn.is-disabled,
.btn[disabled] {
  cursor: default;
  opacity: 0.3;
}
.btn.btn--disabled:focus,
.btn.is-disabled:focus,
.btn[disabled]:focus {
  border: 1px solid transparent;
  pointer-events: none;
}
.btn-fluid {
  width: 100%;
  padding: 8px 10px 10px;
}
.btn-big {
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  padding: 4px 20px 3px 20px;
}
.btn-big__cell {
  font-size: 18px;
  font-size: 1.3846153846rem;
  line-height: 23.5384615385px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.btn-big__icon-small:before,
.btn-big__icon-small.link.simple-arrow:after,
.btn-big__icon-small.link.double-arrow:after,
.text--list-anonym li .btn-big__icon-small.link.simple-arrow:after,
.text--list-anonym li .btn-big__icon-small.link.double-arrow:after {
  font-size: 13px;
  font-size: 1rem;
}
.btn-big__price {
  font-size: 16px;
  font-size: 1.2307692308rem;
  line-height: 20.9230769231px;
  border-top: solid 1px #777777;
  display: inline-block;
  padding-top: 6px;
}
.btn-big__font-larger {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
}
.btn--no-event {
  pointer-events: none;
}

.css-m-store-view-flyer-btn {
  margin-left: 0 !important;
  margin-top: 20px;
}

.card {
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
}
.card.is-disabled:before, .card.is-disabled.link.simple-arrow:after, .card.is-disabled.link.double-arrow:after {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.card.is-disabled .hide--disabled {
  display: none;
}
.card.is-active {
  border: 1px solid #000000;
}
.card .media img {
  max-width: 150px;
}
.card > a:hover {
  color: inherit;
}
.card > a:hover .card__header {
  background-color: #CCCCCC;
}
.card.is-selected {
  border: 1px solid #000;
}

.card__header {
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
}
.card__header:after {
  content: "";
  background-image: linear-gradient(to right, #999999 40%, rgba(153, 153, 153, 0) 20%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-position: bottom;
  bottom: 0;
}

.card__body {
  padding: 20px;
}
.card__body--overlap {
  border: 1px solid #CCCCCC;
  border-top: 0;
  position: absolute;
  width: 100%;
  z-index: 102;
}
.card__body li {
  margin: 10px 0;
}
.card__body .address-banner {
  background-color: #CCCCCC;
  padding: 20px;
  border-bottom-style: 0;
}
.card__body .address-banner--title {
  font-size: 1.5rem;
  font-family: "oswald", Helvetica, sans-serif;
}
.card__body .address-banner--info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card__feedback {
  display: none;
}
.card__feedback.show-feedback {
  display: inline;
  animation: showFeedback 5s forwards;
}

@keyframes showFeedback {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.carousel {
  font-size: 0;
  margin: 0 -20px;
  text-align: center;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .carousel {
    margin: 0;
  }
}
.carousel .owl-pagination {
  padding-left: 20px;
  padding-right: 20px;
}
.carousel .owl-page {
  display: none;
}
.carousel .owl-arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 24px;
  margin: 0 20px 40px;
  text-align: center;
  width: 24px;
  zoom: 1;
}
.carousel .owl-arrow > [class*=icon] {
  line-height: 24px;
  width: 100%;
}
.carousel__item {
  display: inline-block;
  font-size: 13px;
  margin: 0 20px 40px;
  position: relative;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .carousel__item {
    margin-left: 0;
    width: 100%;
  }
}
.owl-item .carousel__item {
  display: block;
  float: none;
  margin: 0 20px 40px;
}
.owl-item .carousel__item > .grid__item {
  width: auto;
}
.carousel__wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .carousel__wrapper {
    overflow: visible;
  }
}

.cart-item {
  position: relative;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 20px;
}
.cart-item h2, .cart-item .h2-like, .cart-item .text--list-anonym li .h2-like, .text--list-anonym li .cart-item .h2-like {
  line-height: 1.2em;
  margin-bottom: 8px;
  text-transform: none;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .cart-item h2, .cart-item .h2-like, .cart-item .text--list-anonym li .h2-like, .text--list-anonym li .cart-item .h2-like {
    min-height: auto;
  }
}
.cart-item h2 > a, .cart-item .h2-like > a, .cart-item .text--list-anonym li .h2-like > a {
  font-weight: 400;
}
.cart-item:last-child hr {
  display: none;
}
.cart-item__title {
  font-size: 13px;
  font-size: 1rem;
  line-height: 15px;
  color: #939393;
  min-height: 15px;
  text-transform: none;
  white-space: initial;
  text-align: initial;
}
.cart-item__title:before, .cart-item__title.link.simple-arrow:after, .cart-item__title.link.double-arrow:after, .text--list-anonym li .cart-item__title.link.simple-arrow:after, .text--list-anonym li .cart-item__title.link.double-arrow:after, .cart-item__title:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .cart-item .cart-item__cell {
    display: block;
  }
}
.cart-item .cart-item__cell--media {
  width: 140px;
}
@media only screen and (max-width: 880px) {
  .cart-item .cart-item__cell--media {
    width: 100px;
  }
}
.cart-item .cart-item__cell--check {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .cart-item .cart-item__cell--check {
    width: auto;
  }
}
.cart-item .cart-item__cell--qty {
  width: 35px;
}
@media only screen and (max-width: 767px) {
  .cart-item .cart-item__cell--qty {
    float: left;
    padding-top: 0;
    width: auto;
  }
}
.cart-item .cart-item__cell--price {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .cart-item .cart-item__cell--price {
    float: left;
    padding-top: 0;
    width: auto;
  }
}

.cart-compact__price {
  font-size: 30px;
  font-size: 2.3076923077rem;
  line-height: 39.2307692308px;
  color: #333333;
  font-weight: 700;
}

.cart-list__item {
  border-top: solid 1px #CCCCCC;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .cart-list__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.cart-list__item:first-child {
  border-top: 0;
}
.cart-list__item table {
  margin: 0;
}
.cart-list__item.is-error {
  border: solid 1px #FF4400;
}
.cart-summary {
  max-height: 400px;
  overflow-y: auto;
}
.cart-summary__item {
  border-top: dotted 1px #CCCCCC;
  padding: 20px;
  position: relative;
}
.cart-summary__item:first-child {
  border-top: 0;
}
.cart-summary__item table {
  table-layout: fixed;
}
.cart-summary__item table td {
  word-wrap: break-word;
}

@media only screen and (max-width: 767px) {
  .delete-cart-item {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.cart-button-dropdown__body {
  padding: 10px 15px 10px 15px;
  position: absolute;
  z-index: 1;
  background-color: #F7F7F7;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-top-width: 0px;
  border-radius: 0 0 3px 3px;
}

.cart-button-dropdown__text {
  width: calc(100% - 60px);
  padding: 10px;
  margin-left: 20px;
  background-color: #F7F7F7;
  border: 1px solid #CCCCCC;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
}

.cart-button-dropdown__button {
  width: 40px;
  padding: 10px;
  background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
  border-left-width: 0px;
  border-radius: 0 3px 3px 0;
}

.section--shopping-cart .cart-item img {
  margin-left: -45px;
}

.section--shopping-cart .cart-item--gift img {
  margin-left: 0;
}

.cart-button-hide {
  display: none;
}

.checkout-header {
  padding-top: 14px;
  padding-bottom: 14px;
}
.checkout-header a {
  font-size: 14px;
  font-size: 1.0769230769rem;
}

.checkout-header__logo {
  position: absolute;
  top: 50px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) {
  .checkout-header__logo {
    -ms-transform: translateX(0);
        transform: translateX(0);
    top: 0;
    left: 0;
    display: block;
  }
}
.checkout-header__logo .logo {
  position: static;
  width: 66px;
}
@media only screen and (min-width: 1200px) {
  .checkout-header__logo .logo {
    margin-left: 0;
    width: 106px;
  }
}

.checkout-header__return {
  padding-left: 0px;
}
.checkout-header__return div {
  width: 45%;
}
@media only screen and (min-width: 1200px) {
  .checkout-header__return {
    padding-left: 120px;
  }
}

.checkout__iframe {
  height: 1040px;
  width: 100%;
}

.checkout-footer {
  background: #F2F2F2;
  margin-top: 40px;
}
.checkout-footer .checkout-footer__content {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .checkout-footer .checkout-footer__content {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-footer .checkout-footer__content {
    position: relative;
  }
}

.checkout-ends {
  background: #000000;
  position: relative;
  z-index: 2;
}

.inputphonenumber {
  background: #F2F2F2;
  border: solid 1px #CCCCCC;
  color: #494949;
  display: block;
  padding: 10px 10px;
  width: 300px;
  max-width: 100%;
  border-radius: 3px;
  line-height: normal !important;
  margin-bottom: 10px !important;
}

.checkout-banner {
  height: 100%;
}

.lpNoticeContainer {
  background: #0070DE;
  border-radius: 3px;
  padding: 20px;
  color: #FFFFFF;
}

.lpNoticeContent {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.lpNoticeContent a {
  text-decoration: underline;
  cursor: pointer;
}

.lpNoticeLink {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

.maxlimit {
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  color: #E53134;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}

.notification-button {
  cursor: pointer;
}

.notification-button-badge {
  background-color: #E53134;
  border-radius: 50%;
  color: white;
  padding: 1px 3px;
  font-size: 8px;
  position: absolute;
}
.notification-button-badge--desk {
  right: 30px;
  top: 9px;
}
.notification-button-badge--portable {
  right: 5px;
  top: 10px;
}

@media screen and (orientation: portrait) {
  .notification-button-badge--portable {
    right: 5px;
    top: 10px;
  }
}
.notification-action {
  text-decoration: underline;
}

.shepherd-text {
  padding: 5px !important;
}
.shepherd-text .notification {
  display: block;
}
.shepherd-text .notification:not(:first-child) {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid silver;
}

.shepherd-content > footer {
  padding: 0 0 0 3px !important;
}

.figure {
  position: relative;
}
.figure__media {
  display: block;
  width: 100%;
}
.figure__caption {
  background: #494949;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.figure__caption:before, .figure__caption.link.simple-arrow:after, .figure__caption.link.double-arrow:after, .text--list-anonym li .figure__caption.link.simple-arrow:after, .text--list-anonym li .figure__caption.link.double-arrow:after {
  color: #FFFFFF;
  content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
  display: block;
  font-size: 4px;
  letter-spacing: 4px;
  line-height: 1px;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
}
.figure__caption:after {
  color: #FFFFFF;
  content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
  display: block;
  font-size: 4px;
  letter-spacing: 4px;
  line-height: 1px;
  overflow: hidden;
  padding-top: 6px;
  padding-bottom: 6px;
}
.figure__caption a {
  color: #fff;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search] {
  box-sizing: border-box;
}

.numeric input {
  -moz-appearance: textfield;
  outline: none;
  text-align: center;
}

.numeric {
  position: relative;
  display: inline-block;
}
.numeric.is-active .numeric__plus, .numeric.is-active .numeric__minus {
  display: block;
}
.numeric__plus, .numeric__minus {
  background: #F24D50;
  appearance: none;
  border: 0;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: none;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  left: 0;
  line-height: 25px;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 40px;
  z-index: 3;
}
.numeric__plus:hover, .numeric__plus:focus, .numeric__minus:hover, .numeric__minus:focus {
  background: #B1111D;
}
.numeric__plus {
  top: -28px;
}
.numeric__minus {
  bottom: -30px;
  line-height: 16px;
}

.form-field {
  margin-bottom: 20px;
  position: relative;
}
.form-field.compact {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .form-field {
    margin-bottom: 10px;
  }
}
.form-field label,
.form-field .label {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 10px;
  cursor: pointer;
}
.form-field label:first-letter,
.form-field .label:first-letter {
  text-transform: uppercase;
}
.form-field .error-message {
  font-size: 11px;
  font-size: 0.8461538462rem;
  line-height: 11px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  transition: all, 0.5s, ease-in-out;
}
.form-field .error-message.is-error {
  display: inline-block;
  opacity: 1;
  max-height: 200px;
  transition: all, 0.5s, ease-in-out;
}
.form-field .error-message.icon:before, .form-field .error-message.icon.link.simple-arrow:after, .form-field .error-message.icon.link.double-arrow:after {
  height: 17px;
  line-height: 11px;
  margin: 2px 8px 0 3px;
}
.form-field .error-message--under-field {
  background: #FFFFFF;
  line-height: inherit;
  margin-top: 3px;
  padding: 5px;
}
.form-field .input {
  font-size: 13px;
  font-size: 1rem;
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
  color: #494949;
  display: block;
  padding: 10px 10px;
  width: 300px;
  max-width: 100%;
  border-radius: 3px;
}
.form-field .input[disabled] {
  background: #F2F2F2;
}
.form-field .input--full {
  width: 100%;
}
.form-field .input.is-error {
  border-color: #E53134;
}
.form-field .input:focus {
  border-color: #E53134;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .form-field .input {
    font-size: 16px;
  }
}
.form-field--fluid input,
.form-field--fluid select,
.form-field--fluid textarea,
.form-field--fluid .input {
  width: 100%;
}
.form-field--alt input,
.form-field--alt .input {
  border-color: #777777;
}
.form-field textarea {
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.1) inset;
  width: 100%;
}
.form-field textarea.is-error {
  border-color: #E53134;
}
.form-field .radio-group li {
  display: inline-block;
  margin: 0 20px 0 0;
  text-transform: none;
  vertical-align: top;
}
.form-field .radio-group li:last-child {
  margin-right: 0;
}
.form-field .radio-group li label {
  text-transform: none !important;
}
.form-field .input--date {
  margin-right: 20px;
  width: 15%;
}
.form-field .input--phone,
.form-field .input--ext {
  display: inline-block;
}
.form-field .input--phone {
  width: 40%;
}
.form-field .input--ext {
  width: 15%;
}

.radio,
.checkbox {
  /**
   * Checked mechanism for the pseudo-element
   */
}
.radio label,
.checkbox label {
  text-transform: none;
  font-weight: normal;
}
.radio input[type=radio] + label,
.radio input[type=checkbox] + label,
.radio .is-disabled + label,
.checkbox input[type=radio] + label,
.checkbox input[type=checkbox] + label,
.checkbox .is-disabled + label {
  cursor: pointer;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .radio input[type=radio] + label,
.radio input[type=checkbox] + label,
.radio .is-disabled + label,
.checkbox input[type=radio] + label,
.checkbox input[type=checkbox] + label,
.checkbox .is-disabled + label {
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.radio input[type=radio] + label:focus:before, .radio input[type=radio] + label.link.simple-arrow:focus:after, .radio input[type=radio] + label.link.double-arrow:focus:after,
.radio input[type=checkbox] + label:focus:before,
.radio input[type=checkbox] + label.link.simple-arrow:focus:after,
.radio input[type=checkbox] + label.link.double-arrow:focus:after,
.radio .is-disabled + label:focus:before,
.radio .is-disabled + label.link.simple-arrow:focus:after,
.radio .is-disabled + label.link.double-arrow:focus:after,
.checkbox input[type=radio] + label:focus:before,
.checkbox input[type=radio] + label.link.simple-arrow:focus:after,
.checkbox input[type=radio] + label.link.double-arrow:focus:after,
.checkbox input[type=checkbox] + label:focus:before,
.checkbox input[type=checkbox] + label.link.simple-arrow:focus:after,
.checkbox input[type=checkbox] + label.link.double-arrow:focus:after,
.checkbox .is-disabled + label:focus:before,
.checkbox .is-disabled + label.link.simple-arrow:focus:after,
.checkbox .is-disabled + label.link.double-arrow:focus:after {
  background: #E53134;
}
.radio input[type=radio] + label:before, .radio input[type=radio] + label.link.simple-arrow:after, .radio input[type=radio] + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio] + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio] + label.link.double-arrow:after,
.radio input[type=checkbox] + label:before,
.radio input[type=checkbox] + label.link.simple-arrow:after,
.radio input[type=checkbox] + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox] + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox] + label.link.double-arrow:after,
.radio .is-disabled + label:before,
.radio .is-disabled + label.link.simple-arrow:after,
.radio .is-disabled + label.link.double-arrow:after,
.radio .text--list-anonym li .is-disabled + label.link.simple-arrow:after,
.radio .text--list-anonym li .is-disabled + label.link.double-arrow:after,
.checkbox input[type=radio] + label:before,
.checkbox input[type=radio] + label.link.simple-arrow:after,
.checkbox input[type=radio] + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio] + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio] + label.link.double-arrow:after,
.checkbox input[type=checkbox] + label:before,
.checkbox input[type=checkbox] + label.link.simple-arrow:after,
.checkbox input[type=checkbox] + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox] + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox] + label.link.double-arrow:after,
.checkbox .is-disabled + label:before,
.checkbox .is-disabled + label.link.simple-arrow:after,
.checkbox .is-disabled + label.link.double-arrow:after,
.checkbox .text--list-anonym li .is-disabled + label.link.simple-arrow:after,
.checkbox .text--list-anonym li .is-disabled + label.link.double-arrow:after {
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: inset 0 0 0px 2px #fff;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-right: 7px;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 12px;
}
@media only screen and (max-width: 767px) {
  .radio input[type=radio] + label:before, .radio input[type=radio] + label.link.simple-arrow:after, .radio input[type=radio] + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio] + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio] + label.link.double-arrow:after,
.radio input[type=checkbox] + label:before,
.radio input[type=checkbox] + label.link.simple-arrow:after,
.radio input[type=checkbox] + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox] + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox] + label.link.double-arrow:after,
.radio .is-disabled + label:before,
.radio .is-disabled + label.link.simple-arrow:after,
.radio .is-disabled + label.link.double-arrow:after,
.radio .text--list-anonym li .is-disabled + label.link.simple-arrow:after,
.radio .text--list-anonym li .is-disabled + label.link.double-arrow:after,
.checkbox input[type=radio] + label:before,
.checkbox input[type=radio] + label.link.simple-arrow:after,
.checkbox input[type=radio] + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio] + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio] + label.link.double-arrow:after,
.checkbox input[type=checkbox] + label:before,
.checkbox input[type=checkbox] + label.link.simple-arrow:after,
.checkbox input[type=checkbox] + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox] + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox] + label.link.double-arrow:after,
.checkbox .is-disabled + label:before,
.checkbox .is-disabled + label.link.simple-arrow:after,
.checkbox .is-disabled + label.link.double-arrow:after,
.checkbox .text--list-anonym li .is-disabled + label.link.simple-arrow:after,
.checkbox .text--list-anonym li .is-disabled + label.link.double-arrow:after {
    height: 30px;
    width: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.radio input[type=radio].is-error + label:before, .radio input[type=radio].is-error + label.link.simple-arrow:after, .radio input[type=radio].is-error + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio].is-error + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio].is-error + label.link.double-arrow:after,
.radio input[type=checkbox].is-error + label:before,
.radio input[type=checkbox].is-error + label.link.simple-arrow:after,
.radio input[type=checkbox].is-error + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox].is-error + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox].is-error + label.link.double-arrow:after,
.checkbox input[type=radio].is-error + label:before,
.checkbox input[type=radio].is-error + label.link.simple-arrow:after,
.checkbox input[type=radio].is-error + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio].is-error + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio].is-error + label.link.double-arrow:after,
.checkbox input[type=checkbox].is-error + label:before,
.checkbox input[type=checkbox].is-error + label.link.simple-arrow:after,
.checkbox input[type=checkbox].is-error + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].is-error + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].is-error + label.link.double-arrow:after {
  border-color: #f40;
}
.radio input[type=radio].is-disabled + label,
.radio input[type=checkbox].is-disabled + label,
.radio input[type=radio][disabled] + label,
.radio input[type=checkbox][disabled] + label,
.radio .is-disabled input[type=radio] + label,
.radio .is-disabled input[type=checkbox] + label,
.checkbox input[type=radio].is-disabled + label,
.checkbox input[type=checkbox].is-disabled + label,
.checkbox input[type=radio][disabled] + label,
.checkbox input[type=checkbox][disabled] + label,
.checkbox .is-disabled input[type=radio] + label,
.checkbox .is-disabled input[type=checkbox] + label {
  cursor: default;
  opacity: 0.5;
}
.radio input[type=radio].is-disabled + label:hover:before, .radio input[type=radio].is-disabled + label.link.simple-arrow:hover:after, .radio input[type=radio].is-disabled + label.link.double-arrow:hover:after,
.radio input[type=checkbox].is-disabled + label:hover:before,
.radio input[type=checkbox].is-disabled + label.link.simple-arrow:hover:after,
.radio input[type=checkbox].is-disabled + label.link.double-arrow:hover:after,
.radio input[type=radio][disabled] + label:hover:before,
.radio input[type=radio][disabled] + label.link.simple-arrow:hover:after,
.radio input[type=radio][disabled] + label.link.double-arrow:hover:after,
.radio input[type=checkbox][disabled] + label:hover:before,
.radio input[type=checkbox][disabled] + label.link.simple-arrow:hover:after,
.radio input[type=checkbox][disabled] + label.link.double-arrow:hover:after,
.radio .is-disabled input[type=radio] + label:hover:before,
.radio .is-disabled input[type=radio] + label.link.simple-arrow:hover:after,
.radio .is-disabled input[type=radio] + label.link.double-arrow:hover:after,
.radio .is-disabled input[type=checkbox] + label:hover:before,
.radio .is-disabled input[type=checkbox] + label.link.simple-arrow:hover:after,
.radio .is-disabled input[type=checkbox] + label.link.double-arrow:hover:after,
.checkbox input[type=radio].is-disabled + label:hover:before,
.checkbox input[type=radio].is-disabled + label.link.simple-arrow:hover:after,
.checkbox input[type=radio].is-disabled + label.link.double-arrow:hover:after,
.checkbox input[type=checkbox].is-disabled + label:hover:before,
.checkbox input[type=checkbox].is-disabled + label.link.simple-arrow:hover:after,
.checkbox input[type=checkbox].is-disabled + label.link.double-arrow:hover:after,
.checkbox input[type=radio][disabled] + label:hover:before,
.checkbox input[type=radio][disabled] + label.link.simple-arrow:hover:after,
.checkbox input[type=radio][disabled] + label.link.double-arrow:hover:after,
.checkbox input[type=checkbox][disabled] + label:hover:before,
.checkbox input[type=checkbox][disabled] + label.link.simple-arrow:hover:after,
.checkbox input[type=checkbox][disabled] + label.link.double-arrow:hover:after,
.checkbox .is-disabled input[type=radio] + label:hover:before,
.checkbox .is-disabled input[type=radio] + label.link.simple-arrow:hover:after,
.checkbox .is-disabled input[type=radio] + label.link.double-arrow:hover:after,
.checkbox .is-disabled input[type=checkbox] + label:hover:before,
.checkbox .is-disabled input[type=checkbox] + label.link.simple-arrow:hover:after,
.checkbox .is-disabled input[type=checkbox] + label.link.double-arrow:hover:after {
  border-color: #ccc;
}
.radio input[type=radio].is-disabled + label:before, .radio input[type=radio].is-disabled + label.link.simple-arrow:after, .radio input[type=radio].is-disabled + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio].is-disabled + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio].is-disabled + label.link.double-arrow:after,
.radio input[type=checkbox].is-disabled + label:before,
.radio input[type=checkbox].is-disabled + label.link.simple-arrow:after,
.radio input[type=checkbox].is-disabled + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox].is-disabled + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox].is-disabled + label.link.double-arrow:after,
.radio input[type=radio][disabled] + label:before,
.radio input[type=radio][disabled] + label.link.simple-arrow:after,
.radio input[type=radio][disabled] + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=radio][disabled] + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=radio][disabled] + label.link.double-arrow:after,
.radio input[type=checkbox][disabled] + label:before,
.radio input[type=checkbox][disabled] + label.link.simple-arrow:after,
.radio input[type=checkbox][disabled] + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox][disabled] + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox][disabled] + label.link.double-arrow:after,
.radio .is-disabled input[type=radio] + label:before,
.radio .is-disabled input[type=radio] + label.link.simple-arrow:after,
.radio .is-disabled input[type=radio] + label.link.double-arrow:after,
.radio .is-disabled .text--list-anonym li input[type=radio] + label.link.simple-arrow:after,
.radio .is-disabled .text--list-anonym li input[type=radio] + label.link.double-arrow:after,
.radio .is-disabled input[type=checkbox] + label:before,
.radio .is-disabled input[type=checkbox] + label.link.simple-arrow:after,
.radio .is-disabled input[type=checkbox] + label.link.double-arrow:after,
.radio .is-disabled .text--list-anonym li input[type=checkbox] + label.link.simple-arrow:after,
.radio .is-disabled .text--list-anonym li input[type=checkbox] + label.link.double-arrow:after,
.checkbox input[type=radio].is-disabled + label:before,
.checkbox input[type=radio].is-disabled + label.link.simple-arrow:after,
.checkbox input[type=radio].is-disabled + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio].is-disabled + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio].is-disabled + label.link.double-arrow:after,
.checkbox input[type=checkbox].is-disabled + label:before,
.checkbox input[type=checkbox].is-disabled + label.link.simple-arrow:after,
.checkbox input[type=checkbox].is-disabled + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].is-disabled + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].is-disabled + label.link.double-arrow:after,
.checkbox input[type=radio][disabled] + label:before,
.checkbox input[type=radio][disabled] + label.link.simple-arrow:after,
.checkbox input[type=radio][disabled] + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio][disabled] + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio][disabled] + label.link.double-arrow:after,
.checkbox input[type=checkbox][disabled] + label:before,
.checkbox input[type=checkbox][disabled] + label.link.simple-arrow:after,
.checkbox input[type=checkbox][disabled] + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox][disabled] + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox][disabled] + label.link.double-arrow:after,
.checkbox .is-disabled input[type=radio] + label:before,
.checkbox .is-disabled input[type=radio] + label.link.simple-arrow:after,
.checkbox .is-disabled input[type=radio] + label.link.double-arrow:after,
.checkbox .is-disabled .text--list-anonym li input[type=radio] + label.link.simple-arrow:after,
.checkbox .is-disabled .text--list-anonym li input[type=radio] + label.link.double-arrow:after,
.checkbox .is-disabled input[type=checkbox] + label:before,
.checkbox .is-disabled input[type=checkbox] + label.link.simple-arrow:after,
.checkbox .is-disabled input[type=checkbox] + label.link.double-arrow:after,
.checkbox .is-disabled .text--list-anonym li input[type=checkbox] + label.link.simple-arrow:after,
.checkbox .is-disabled .text--list-anonym li input[type=checkbox] + label.link.double-arrow:after {
  background: #fff;
}
.radio input[type=radio].is-error + label + .error-message,
.radio input[type=checkbox].is-error + label + .error-message,
.checkbox input[type=radio].is-error + label + .error-message,
.checkbox input[type=checkbox].is-error + label + .error-message {
  margin-bottom: 8px;
}
.radio .is-disabled + label,
.checkbox .is-disabled + label {
  cursor: default;
  opacity: 0.5;
}
.radio .is-disabled + label:hover:before, .radio .is-disabled + label.link.simple-arrow:hover:after, .radio .is-disabled + label.link.double-arrow:hover:after,
.checkbox .is-disabled + label:hover:before,
.checkbox .is-disabled + label.link.simple-arrow:hover:after,
.checkbox .is-disabled + label.link.double-arrow:hover:after {
  border-color: #ccc;
}
.radio .is-disabled + label:before, .radio .is-disabled + label.link.simple-arrow:after, .radio .is-disabled + label.link.double-arrow:after, .radio .text--list-anonym li .is-disabled + label.link.simple-arrow:after, .radio .text--list-anonym li .is-disabled + label.link.double-arrow:after,
.checkbox .is-disabled + label:before,
.checkbox .is-disabled + label.link.simple-arrow:after,
.checkbox .is-disabled + label.link.double-arrow:after,
.checkbox .text--list-anonym li .is-disabled + label.link.simple-arrow:after,
.checkbox .text--list-anonym li .is-disabled + label.link.double-arrow:after {
  background: #fff;
}
.radio input[type=radio] ~ label:before, .radio input[type=radio] ~ label.link.simple-arrow:after, .radio input[type=radio] ~ label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio] ~ label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio] ~ label.link.double-arrow:after,
.radio .is-disabled ~ label:before,
.radio .is-disabled ~ label.link.simple-arrow:after,
.radio .is-disabled ~ label.link.double-arrow:after,
.radio .text--list-anonym li .is-disabled ~ label.link.simple-arrow:after,
.radio .text--list-anonym li .is-disabled ~ label.link.double-arrow:after,
.checkbox input[type=radio] ~ label:before,
.checkbox input[type=radio] ~ label.link.simple-arrow:after,
.checkbox input[type=radio] ~ label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio] ~ label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio] ~ label.link.double-arrow:after,
.checkbox .is-disabled ~ label:before,
.checkbox .is-disabled ~ label.link.simple-arrow:after,
.checkbox .is-disabled ~ label.link.double-arrow:after,
.checkbox .text--list-anonym li .is-disabled ~ label.link.simple-arrow:after,
.checkbox .text--list-anonym li .is-disabled ~ label.link.double-arrow:after {
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .radio input[type=radio] ~ label:before, .radio input[type=radio] ~ label.link.simple-arrow:after, .radio input[type=radio] ~ label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio] ~ label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio] ~ label.link.double-arrow:after,
.radio .is-disabled ~ label:before,
.radio .is-disabled ~ label.link.simple-arrow:after,
.radio .is-disabled ~ label.link.double-arrow:after,
.radio .text--list-anonym li .is-disabled ~ label.link.simple-arrow:after,
.radio .text--list-anonym li .is-disabled ~ label.link.double-arrow:after,
.checkbox input[type=radio] ~ label:before,
.checkbox input[type=radio] ~ label.link.simple-arrow:after,
.checkbox input[type=radio] ~ label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio] ~ label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio] ~ label.link.double-arrow:after,
.checkbox .is-disabled ~ label:before,
.checkbox .is-disabled ~ label.link.simple-arrow:after,
.checkbox .is-disabled ~ label.link.double-arrow:after,
.checkbox .text--list-anonym li .is-disabled ~ label.link.simple-arrow:after,
.checkbox .text--list-anonym li .is-disabled ~ label.link.double-arrow:after {
    border-radius: 2px;
  }
}
.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  width: 0;
}
.radio input[type=radio].checked + label:before, .radio input[type=radio].checked + label.link.simple-arrow:after, .radio input[type=radio].checked + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio].checked + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio].checked + label.link.double-arrow:after,
.radio input[type=checkbox].checked + label:before,
.radio input[type=checkbox].checked + label.link.simple-arrow:after,
.radio input[type=checkbox].checked + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox].checked + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox].checked + label.link.double-arrow:after,
.checkbox input[type=radio].checked + label:before,
.checkbox input[type=radio].checked + label.link.simple-arrow:after,
.checkbox input[type=radio].checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio].checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio].checked + label.link.double-arrow:after,
.checkbox input[type=checkbox].checked + label:before,
.checkbox input[type=checkbox].checked + label.link.simple-arrow:after,
.checkbox input[type=checkbox].checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].checked + label.link.double-arrow:after {
  background: #000000;
  content: " ";
}
.radio input[type=radio]:checked + label:before, .radio input[type=radio]:checked + label.link.simple-arrow:after, .radio input[type=radio]:checked + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio]:checked + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio]:checked + label.link.double-arrow:after,
.radio input[type=checkbox]:checked + label:before,
.radio input[type=checkbox]:checked + label.link.simple-arrow:after,
.radio input[type=checkbox]:checked + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:checked + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:checked + label.link.double-arrow:after,
.checkbox input[type=radio]:checked + label:before,
.checkbox input[type=radio]:checked + label.link.simple-arrow:after,
.checkbox input[type=radio]:checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:checked + label.link.double-arrow:after,
.checkbox input[type=checkbox]:checked + label:before,
.checkbox input[type=checkbox]:checked + label.link.simple-arrow:after,
.checkbox input[type=checkbox]:checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:checked + label.link.double-arrow:after {
  background: #000000;
  content: " ";
}
.radio input[type=radio]:focus + label:before, .radio input[type=radio]:focus + label.link.simple-arrow:after, .radio input[type=radio]:focus + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio]:focus + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio]:focus + label.link.double-arrow:after, .radio input[type=radio]:hover + label:before, .radio input[type=radio]:hover + label.link.simple-arrow:after, .radio input[type=radio]:hover + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio]:hover + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio]:hover + label.link.double-arrow:after,
.radio input[type=checkbox]:focus + label:before,
.radio input[type=checkbox]:focus + label.link.simple-arrow:after,
.radio input[type=checkbox]:focus + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:focus + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:focus + label.link.double-arrow:after,
.radio input[type=checkbox]:hover + label:before,
.radio input[type=checkbox]:hover + label.link.simple-arrow:after,
.radio input[type=checkbox]:hover + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:hover + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:hover + label.link.double-arrow:after,
.checkbox input[type=radio]:focus + label:before,
.checkbox input[type=radio]:focus + label.link.simple-arrow:after,
.checkbox input[type=radio]:focus + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:focus + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:focus + label.link.double-arrow:after,
.checkbox input[type=radio]:hover + label:before,
.checkbox input[type=radio]:hover + label.link.simple-arrow:after,
.checkbox input[type=radio]:hover + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:hover + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:hover + label.link.double-arrow:after,
.checkbox input[type=checkbox]:focus + label:before,
.checkbox input[type=checkbox]:focus + label.link.simple-arrow:after,
.checkbox input[type=checkbox]:focus + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:focus + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:focus + label.link.double-arrow:after,
.checkbox input[type=checkbox]:hover + label:before,
.checkbox input[type=checkbox]:hover + label.link.simple-arrow:after,
.checkbox input[type=checkbox]:hover + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:hover + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:hover + label.link.double-arrow:after {
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  .radio input[type=radio].checked + label:before, .radio input[type=radio].checked + label.link.simple-arrow:after, .radio input[type=radio].checked + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio].checked + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio].checked + label.link.double-arrow:after,
.radio input[type=checkbox].checked + label:before,
.radio input[type=checkbox].checked + label.link.simple-arrow:after,
.radio input[type=checkbox].checked + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox].checked + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox].checked + label.link.double-arrow:after,
.checkbox input[type=radio].checked + label:before,
.checkbox input[type=radio].checked + label.link.simple-arrow:after,
.checkbox input[type=radio].checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio].checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio].checked + label.link.double-arrow:after,
.checkbox input[type=checkbox].checked + label:before,
.checkbox input[type=checkbox].checked + label.link.simple-arrow:after,
.checkbox input[type=checkbox].checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox].checked + label.link.double-arrow:after {
    background: #FFFFFF;
    content: " ";
  }
  .radio input[type=radio]:checked + label:before, .radio input[type=radio]:checked + label.link.simple-arrow:after, .radio input[type=radio]:checked + label.link.double-arrow:after, .radio .text--list-anonym li input[type=radio]:checked + label.link.simple-arrow:after, .radio .text--list-anonym li input[type=radio]:checked + label.link.double-arrow:after,
.radio input[type=checkbox]:checked + label:before,
.radio input[type=checkbox]:checked + label.link.simple-arrow:after,
.radio input[type=checkbox]:checked + label.link.double-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:checked + label.link.simple-arrow:after,
.radio .text--list-anonym li input[type=checkbox]:checked + label.link.double-arrow:after,
.checkbox input[type=radio]:checked + label:before,
.checkbox input[type=radio]:checked + label.link.simple-arrow:after,
.checkbox input[type=radio]:checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=radio]:checked + label.link.double-arrow:after,
.checkbox input[type=checkbox]:checked + label:before,
.checkbox input[type=checkbox]:checked + label.link.simple-arrow:after,
.checkbox input[type=checkbox]:checked + label.link.double-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:checked + label.link.simple-arrow:after,
.checkbox .text--list-anonym li input[type=checkbox]:checked + label.link.double-arrow:after {
    background: #FFFFFF;
    content: " ";
  }
  .radio input[type=radio].checked + label:after, .radio input[type=radio]:checked + label:after,
.radio input[type=checkbox].checked + label:after,
.radio input[type=checkbox]:checked + label:after,
.checkbox input[type=radio].checked + label:after,
.checkbox input[type=radio]:checked + label:after,
.checkbox input[type=checkbox].checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
    content: "y";
    font-family: "icons";
    left: 7px;
    font-size: 16px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .radio,
.checkbox {
    margin-bottom: 10px;
  }
}

textarea {
  box-sizing: border-box;
  border: solid 1px #ccc;
  resize: none;
}
textarea:focus {
  border: solid 1px #E53134;
  outline: none;
}

select {
  font-size: 13px;
  font-size: 1rem;
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
  color: #494949;
  padding: 10px 20px 10px 10px;
  max-width: 100%;
  opacity: 1;
  height: 40px;
  border-radius: 3px;
}
select:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 16px;
  }
}
select.is-error {
  border-color: #E53134;
}

.form__field-icon {
  color: #CCCCCC;
  left: 8px;
  position: absolute;
  top: 4px;
}
.search-box .form__field-icon {
  left: 12px;
  top: 13px;
}
.form__field-button {
  position: relative;
}
.form__field-button .input,
.form__field-button input {
  padding-right: 40px;
}
.form--inline .form__field-button .form__field-icon + input {
  padding-left: 28px;
}
.form--inline {
  display: inline-block;
}
.form--inline .form-field {
  margin-bottom: 0;
}
.form--inline .form__label, .form--inline .form-field {
  display: inline-block;
  vertical-align: middle;
}
.form--inline .form__field-button {
  margin-left: 20px;
}
.form--inline .form__field-button .error-message {
  font-size: 11px;
  font-size: 0.8461538462rem;
  background: #FFF;
  bottom: -28px;
  left: 2px;
  padding: 5px;
  position: absolute;
  text-indent: 0;
}
.form--inline .form__field-button .error-message .icon:before, .form--inline .form__field-button .error-message .icon.link.simple-arrow:after, .form--inline .form__field-button .error-message .icon.link.double-arrow:after {
  margin-right: 2px;
}
.is-error + .form--inline .form__field-button .error-message {
  display: inline-block;
}
.form--inline .form__field-button .input {
  font-size: 12px;
  font-size: 0.9230769231rem;
  height: 32px;
  font-style: italic;
  margin-right: 20px;
  padding-left: 8px;
}
.form--inline .form__field-button .input.is-error:focus {
  background: #FFF;
}
.form--inline .form__field-button--small input {
  width: 200px;
}
.form--inline .form__field-button--large input {
  width: 300px;
}
.form--inline .form__field-button--textual .input {
  border-radius: 3px;
  border-width: 2px;
  padding-right: 60px;
}
.form__field-button .form__btn {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 26px;
  border-radius: 0;
  color: #494949;
  cursor: pointer;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 2px;
}
.form--inline .form__field-button .form__btn {
  height: 28px;
  padding: 0 15px;
}
.form--inline .form__field-button .form__btn span {
  display: block;
  margin-top: -2px;
}
.form--inline .form__field-button .form__btn span:before, .form--inline .form__field-button .form__btn span.link.simple-arrow:after, .form--inline .form__field-button .form__btn span.link.double-arrow:after {
  font-size: 15px;
}
.form--inline .form__field-button--plain .form__btn, .form__field-button--plain .form__btn {
  background: #F1F1EE;
  color: #494949;
  padding: 2px 0 0 0;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
}
.form--inline .form__field-button--plain .form__btn .icon:before, .form__field-button--plain .form__btn .icon:before, .form__field-button--plain .form__btn .icon.link.simple-arrow:after, .form__field-button--plain .form__btn .icon.link.double-arrow:after {
  font-size: 20px;
  font-size: 1.5384615385rem;
}
.form--inline .form__field-button--plain .form__btn--search, .form__field-button--plain .form__btn--search {
  padding-top: 5px;
  border: 1px solid #CCCCCC;
}
.is-error .form--inline .form__field-button--plain .form__btn--search, .is-error .form__field-button--plain .form__btn--search {
  border: 1px solid #E53134;
}
.form--inline .form__field-button--plain .form__btn {
  right: 15px;
}
.form--inline .form__field-button--textual .form__btn {
  background-color: #F1F1EE;
  border-left: 1px solid #CCCCCC;
  color: #494949;
  right: 17px;
}

.create-account-form {
  display: none;
}

.create-account-form.open {
  display: block;
}

.newsletter-form {
  margin-left: 0;
  background-color: #dddddd;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.newsletter-email-section {
  display: none;
}

.newsletter-email-section.open {
  display: block;
}

.email-form-keep-space {
  display: contents;
}

@media only screen and (min-width: 768px) {
  .header-banner {
    overflow-x: hidden;
    position: relative;
  }
}

.header-banner__banner-media {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-banner__banner-media {
    display: block;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .header-banner__banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .header-banner__banner-title {
    position: relative;
    top: 50%;
    vertical-align: middle;
    text-align: center;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 36px;
    font-size: 2.7692307692rem;
    line-height: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .header-banner__banner {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .header-banner__white-text h1, .header-banner__white-text .h1-like, .header-banner__white-text .text--list-anonym li .h1-like, .text--list-anonym li .header-banner__white-text .h1-like {
    color: white;
  }
}

/**
 * Images
 */
img.fluid {
  display: block;
  width: 100%;
  height: auto;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
img.image-size-1 {
  max-height: 100px;
  max-width: 100px;
}
img.image-size-2 {
  max-height: 140px;
  max-width: 140px;
}
img.image-size-3 {
  max-height: 123px;
  max-width: 220px;
}

.img-voila-header {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 100px;
}

.img-voila-body {
  display: block;
  max-height: 350px;
}

.item-block {
  color: #2D2C2F;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.item-block__recipe-group .item-block {
  background-image: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  box-shadow: 0 0 15px #ddd;
}
.item-block > *:first-child {
  margin-top: 0;
}
.item-block table th {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .item-block table th,
.item-block table td {
    display: block;
  }
}

.item-block__overlay-container {
  overflow: hidden;
}

.item-block__overlay {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.item-block--recipe .item-block__overlay-container:hover .item-block__overlay, .item-block--recipe.full-hover:hover .item-block__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in-out;
}
.item-block--recipe .item-block__overlay-container:hover .item-block__overlay .item-table, .item-block--recipe.full-hover:hover .item-block__overlay .item-table {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
.item-block__overlay .item-table {
  position: absolute;
  top: 100%;
  transition: all 0.5s ease-in-out;
}
.item-block__overlay .item-table > .table-cell + .table-cell {
  padding-top: 7px;
  background-image: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 0%);
  background-position: left;
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.item-block__overlay .icn,
.item-block__overlay .time-title,
.item-block__overlay .time-value {
  display: block;
}
.item-block__overlay .time-title {
  font-size: 11px;
  padding: 10px 0;
}
.item-block__overlay .time-value {
  font-size: 16px;
  font-weight: 300;
}

.item-block--half .item-block__overlay .time-value {
  font-size: 23px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .item-block__container {
    border: 1px solid #CCCCCC;
  }
}

.item-block__title {
  font-size: 17px;
  font-size: 1.3076923077rem;
  line-height: 19px;
}
.item-block__title a {
  color: #fff;
}
.item-block__title a:hover {
  color: #d9d9d9;
}
.item-block--light .item-block__title a {
  color: inherit;
}

.item-block__content {
  background-color: #333333;
  min-height: 87px;
}
.item-block--light .item-block__content {
  background-color: #FFFFFF;
}
.item-block__recipe-group .item-block__content {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .item-block__content {
    border: 0;
  }
}

.item-block__creator {
  text-decoration: underline;
}

.item-block__media {
  border: solid 1px #CCCCCC;
  border-bottom-width: 0;
}
.item-block--light .item-block__media, .item-block__recipe-group .item-block__media {
  border: 0;
}
.item-block__media > a {
  display: block;
}
.item-block__media img {
  display: block;
  height: auto;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .item-block__media {
    border: 0;
  }
}

.item-block__recipe-box a {
  color: #fff;
}

.item-product {
  background: #FFFFFF;
  height: 100%;
  position: relative;
  border: 1px solid #EFEFEF;
}
.item-product.is-in-cart {
  border: 1px solid #000000;
}
.owl-carousel .item-product {
  margin-top: 10px;
  margin-bottom: 10px;
}
.carousel .item-product {
  width: 155px;
}
@media only screen and (max-width: 767px) {
  .carousel .item-product {
    width: 100%;
  }
}
.owl-item .item-product {
  width: 100% !important;
}
.item-product .media-overlay img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  max-width: 160px;
  margin: 0 auto;
}
.item-product .popular-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.item-product .popular-ribbon span.ribbon {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Needed for Safari */
  width: 100px;
  display: block;
  background: #000000;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}
.item-product .popular-ribbon span.ribbon > .icn {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Needed for Safari */
  display: inline-block;
}
.item-product .popular-ribbon span.ribbon::before, .item-product .popular-ribbon span.ribbon.link.simple-arrow:after, .item-product .popular-ribbon span.ribbon.link.double-arrow:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #666666;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #666666;
}
.item-product .popular-ribbon span.ribbon::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #666666;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #666666;
}
.item-product .popular-IsCanadian {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-align: left;
}

.item-product__add-to-list .icn, .item-product__add-to-list .icn:before, .item-product__add-to-list .icn.link.simple-arrow:after, .item-product__add-to-list .icn.link.double-arrow:after {
  font-size: 12px;
  top: 0px;
}

.item-product__content {
  padding: 0 20px;
  word-wrap: break-word;
}
.item-product__content h3, .item-product__content .modal .modal__inner h1.h4-like, .modal .modal__inner .item-product__content h1.h4-like, .item-product__content .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .item-product__content .h4-like.h1-like, .item-product__content .h3-like, .item-product__content .text--list-anonym li .h3-like, .text--list-anonym li .item-product__content .h3-like {
  line-height: 1.2em;
  margin-bottom: 8px;
  text-transform: none;
}
.item-product__content h3 > a, .item-product__content .modal .modal__inner h1.h4-like > a, .modal .modal__inner .item-product__content h1.h4-like > a, .item-product__content .modal .modal__inner .h4-like.h1-like > a, .modal .modal__inner .item-product__content .h4-like.h1-like > a, .item-product__content .h3-like > a, .item-product__content .text--list-anonym li .h3-like > a {
  font-weight: 400;
}

.item-product__controls {
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.item-product__brand {
  font-size: 13px;
  font-size: 1rem;
  line-height: 15px;
  color: #939393;
  min-height: 15px;
}

.item-product__info {
  padding: 6px 0;
}
.item-product__info--product-detail {
  font-size: 18px;
  font-size: 1.3846153846rem;
  line-height: 23.5384615385px;
  font-weight: 500;
}
.item-product__info .text--small {
  font-weight: 400;
  color: #939393;
}

@media screen and (max-width: 400px) {
  .item-product__prices .deposit-category {
    float: left;
  }
}
@media screen and (min-width: 401px) {
  .item-product__prices .deposit-category {
    float: right;
  }
}
.item-product__prices {
  font-size: 0;
  width: 100%;
}
.item-product__prices .item-product__price-label {
  display: inline-block;
}
.item-product__prices .tax-deposit-category {
  margin-top: -24px;
  color: #333;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.item-product__prices .tax-category {
  float: left;
}
.item-product__prices .tax-category-pdp {
  color: #333;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-product__prices .deposit-category-pdp {
  /*margin-top: -24px;*/
  color: #333;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 145.455% */
}
.item-product__prices.on-sale .item-product__price {
  text-decoration: line-through;
}
.item-product__prices.on-sale .item-product__price .price-amount {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  font-weight: 400;
  text-decoration: line-through;
}
.item-product__prices.on-sale .tax-deposit-category {
  margin-top: -64px;
}
.item-product__prices.is-new-price .item-product__price--old {
  background: #90bb52;
  margin: 0 -12px;
  padding: 14px 0 0;
}
.item-product__prices.is-new-price .item-product__price--old span + span {
  font-size: 21px;
  font-size: 1.6153846154rem;
  line-height: 27.4615384615px;
  text-decoration: line-through;
  white-space: nowrap;
  margin-left: 3px;
}
.item-product__prices.is-new-price.on-sale .item-product__price--old span + span {
  font-size: 16px;
  font-size: 1.2307692308rem;
  line-height: 20.9230769231px;
}
.item-product__prices.is-new-price.on-sale .item-product__price {
  background: #f4d000;
  margin: 0 -12px;
  padding: 6px 12px;
}
.item-product__prices.is-new-price.on-sale .item-product__price span:first-child {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 15.6923076923px;
  text-decoration: none;
}
.item-product__prices.is-new-price.on-sale .item-product__price span + span {
  font-size: 21px;
  font-size: 1.6153846154rem;
  line-height: 27.4615384615px;
  text-decoration: line-through;
  white-space: nowrap;
  margin-left: 3px;
}

.item-product__price--sale {
  font-size: 11px;
  font-size: 0.8461538462rem;
  line-height: 14.3846153846px;
  color: #E53134;
}

@media screen and (max-width: 398px) {
  .item-product__price--sale {
    margin-bottom: 5px;
  }
}
.item-product__overlay {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
}
.item-product__overlay--full-height {
  height: 100%;
}
.is-in-cart .item-product__overlay {
  display: block;
}
.item-product__overlay:before, .item-product__overlay.link.simple-arrow:after, .item-product__overlay.link.double-arrow:after, .text--list-anonym li .item-product__overlay.link.simple-arrow:after, .text--list-anonym li .item-product__overlay.link.double-arrow:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.item-product__overlay > div {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 36px;
}

.item-product__overlay-controls {
  text-align: center;
}
.item-product__overlay--full-height .item-product__overlay-controls {
  margin-top: 20px;
}

.item-product__overlay-btn {
  display: inline-block;
  padding: 0 10px;
}

.item-product__overlay-btn-label {
  display: block;
  height: 16px;
  margin: 11px 0;
  width: 16px;
}

.item-product__overlay-minus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAFVBMVEX///////////////////////////9nSIHRAAAAB3RSTlMAESIzZnf/xVenYwAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAaSURBVAiZY2AgD5iGgoAAA4NbGggoYGOQAwCG/Qkb4/9bAgAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
}
@media only screen and (min-device-pixel-ratio: 1.5) {
  .item-product__overlay-minus {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAABNSURBVCiRY2AYVsAkvRwGWg1BAm5ds2auBKNVM4xAAuln3967C0b3bgeBBDLv/4eBP8FggfcIgWSQQCVC4C92FRnn3sHA66CB8DfNAAA6rlB000Zm+gAAAABJRU5ErkJggg==");
    background-size: 16px 16px;
  }
}

.item-product__overlay-plus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAGFBMVEX///////////////////////////////8pK8DIAAAACHRSTlMAZneZu8zd/97ioQYAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAJklEQVQImWNgYGAwL2KAAOIZSkpK4SVKSooM6eVgUIJgkGcgjAEA9E4RdiP9LLUAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}
@media only screen and (min-device-pixel-ratio: 1.5) {
  .item-product__overlay-plus {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAACwSURBVCiRY2AAAaase29bBRgQgKn6/7+lGAIKyALZ7/+iqXj/b6oAXhVAgamUagEKLIEKCAkCgTDQjGVKQIaQIEMoCISt+f9vZyqIFcLQuXLlrJmzzr3/d3vlTCCrnWHv23t33957////OxDj7S6G+/9RwGt0gdsMs3cDwZ57///fBTF2z2AwcQEC1znv/20PAbGMIY5hRHcpSGAKA6rT/6F7n7BvaaAFIyoxIhuRHADNT5+MmYgPgQAAAABJRU5ErkJggg==");
    background-size: 16px 16px;
  }
}

.item-product__quantity {
  font-size: 20px;
  font-size: 1.5384615385rem;
  line-height: 40px;
  color: #E53134;
  margin: 0 auto;
  display: block;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 50%;
}

.item-product__added-to-list-notification {
  display: block;
  position: absolute;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
  background: inherit;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .item-product__added-to-list-notification {
    -ms-transform: translateX(-3px);
        transform: translateX(-3px);
  }
}

.item-product.added-to-list .icn-item-list-icon {
  opacity: 0;
  transition: all, 0.5s, ease-in-out;
}
.item-product .icn-item-list-icon {
  opacity: 1;
  transition: all, 1s, ease-in-out;
}

.price {
  font-size: 19px;
  font-size: 1.4615384615rem;
  line-height: 24.8461538462px;
  font-weight: 700;
  white-space: nowrap;
}
.price--muted {
  color: #ccc;
}
.tax-deposit-category {
  margin-top: 5px;
  color: #000;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.compact-b {
  padding-left: 10px;
}
.compact-b .media-overlay {
  padding: 0 10px;
}
.compact-b .item-product__brand {
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 14.38462px;
}
.compact-b h4, .compact-b .text--list-anonym li .h4-like, .text--list-anonym li .compact-b .h4-like, .compact-b .h4-like {
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 18.30769px;
  min-height: 36px;
}
.compact-b .item-product__info {
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 14.38462px;
}
.compact-b .item-product__prices div div span.price {
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 23.53846px;
}
.compact-b .item-product__prices.on-sale .item-product__price span {
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 14.38462px;
}
.compact-b .item-product__prices .item-product__price {
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 14.38462px;
}
.compact-b .item-product__controls .add-to-cart input, .compact-b .compact-b .item-product__controls .add-to-cart .btn {
  font-size: 12px;
  font-size: 0.92308rem;
  line-height: 15.69231px;
}
.compact-b .item-product__controls .item-product__add-to-list {
  font-size: 11px;
  font-size: 0.84615rem;
  line-height: 14.38462px;
}
.compact-b .add-to-cart input.controls__update-value {
  width: 60%;
  padding: 10px 0;
}
.compact-b .item-product__overlay-btn {
  padding: 10px;
}
.compact-b .item-product__content {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .compact-b .item-product {
    padding-bottom: 26px;
  }
  .compact-b .item-product__controls {
    background-color: #fff;
    margin-left: -10px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
  }
  .compact-b:hover .item-product__controls {
    opacity: 1;
  }
}
header .logo {
  position: absolute;
  top: 15px;
  left: 48%;
  z-index: 10;
}
header .logo a {
  margin-left: -50%;
}
@media only screen and (min-width: 1200px) {
  header .logo a {
    margin-left: 0;
  }
}
header .logo img {
  width: 66px;
}
@media only screen and (min-width: 1200px) {
  header .logo img {
    width: 106px;
  }
}

@media only screen and (min-width: 1200px) {
  .main-header .logo {
    top: 75px;
    left: 0;
  }
}

footer .logo--footer > img {
  width: 67px;
  display: inline-block;
}

.map {
  position: relative;
}
.map__overlay {
  background-color: #f6f6f3;
  background-color: rgba(242, 242, 242, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.map__overlay__container {
  padding: 30px 90px;
}
.map__overlay__image {
  float: left;
}
.map__overlay__content {
  margin-left: 140px;
}
.map__overlay__image {
  margin: 0 40px 20px 0;
  width: 100px;
}
.map__overlay img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .map__overlay {
    position: relative;
  }
  .map__overlay__container {
    padding: 20px;
  }
}
.map__gmap {
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map__gmap {
    height: 240px;
  }
}

.media--promo [href]:hover {
  border-color: #E53134;
  cursor: pointer;
}
.media--promo [href]:hover .border-double,
.media--promo [href]:hover .border-double__container {
  transition: border 0.15s;
  border-color: #E53134;
}
.media--promo .border-double,
.media--promo .border-double__container {
  transition: border 0.15s;
}

.media__title {
  color: #FFFFFF;
}
.media--news .media__title {
  font-size: 13px;
  font-size: 1rem;
  color: #494949;
}
.media--promo .media__title {
  color: #000000;
  line-height: 1.2em;
}

.media__content {
  line-height: 1.4em;
}

.media__link {
  font-weight: bold;
  display: inline-block;
}
.media--promo:hover .media__link {
  color: #E53134;
}
@media only screen and (max-width: 767px) {
  .media__link {
    margin-bottom: 20px;
  }
}

.media__content-holder {
  padding: 10px 30px;
  color: #fff;
  background: #333333;
  position: relative;
}
@media screen and (min-width: 768px) {
  .media__content-holder {
    padding: 20px 30px;
    color: #fff;
    background: #333333;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .media__content-holder {
    padding: 20px 30px;
    color: #fff;
    background: #333333;
    position: absolute;
    z-index: 2;
    right: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .media__content-holder:before, .media__content-holder.link.simple-arrow:after, .media__content-holder.link.double-arrow:after, .text--list-anonym li .media__content-holder.link.simple-arrow:after, .text--list-anonym li .media__content-holder.link.double-arrow:after {
    background: #333333;
    border-radius: 50% 50% 0px 0px;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: -27%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 90%;
    z-index: -1;
  }
}
@media only screen and (min-width: 1200px) {
  .media__content-holder:before, .media__content-holder.link.simple-arrow:after, .media__content-holder.link.double-arrow:after, .text--list-anonym li .media__content-holder.link.simple-arrow:after, .text--list-anonym li .media__content-holder.link.double-arrow:after {
    border-radius: 50% 0px 0px 50%;
    height: 80%;
    left: -21px;
    top: 10%;
    -ms-transform: translateX(0);
        transform: translateX(0);
    width: 63px;
  }
}
.media__content-holder .media__link {
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .media__content-holder .media__link {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .media__content-holder .media__link {
    position: absolute;
    bottom: 20px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .media__content-holder .media__link {
    margin-bottom: 0;
  }
}
.media__content-holder .media__link:hover {
  color: #e6e6e6;
}

.media__img {
  font-size: 0;
  display: block;
}
.media__img--left {
  float: left;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .media__img {
    font-size: 0;
    display: block;
    float: none;
  }
}
@media screen and (min-width: 1200px) {
  .media__img {
    font-size: 0;
    display: block;
    float: left;
  }
}
.opt-content-link .media__img {
  overflow: hidden;
}
.opt-content-link .media__img img {
  -ms-transform: scale(1);
      transform: scale(1);
  transition: transform, 0.5s, ease-in-out;
}
.opt-content-link:hover .media__img img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  transition: transform, 0.5s, ease-in-out;
}

.media__img--left {
  float: left;
  margin-right: 20px;
}

.media__video:before, .media__video.link.simple-arrow:after, .media__video.link.double-arrow:after, .text--list-anonym li .media__video.link.simple-arrow:after, .text--list-anonym li .media__video.link.double-arrow:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  border: 2px solid white;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  transition: background-color, 0.5s, ease-in-out;
  z-index: 1;
}
.media__video:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 21px solid white;
  border-bottom: 12px solid transparent;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  margin-left: 0.5%;
  transition: border-left-color, 0.5s, ease-in-out;
  z-index: 2;
}
.media__video span {
  position: relative;
  display: inline-block;
}
.media__video span:before, .media__video span.link.simple-arrow:after, .media__video span.link.double-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color, 0.5s, ease-in-out;
}
.media__video:hover:before, .media__video.link.simple-arrow:hover:after, .media__video.link.double-arrow:hover:after {
  background-color: #fff;
  transition: background-color, 0.5s, ease-in-out;
}
.media__video:hover:after {
  border-left-color: #CCCCCC;
  transition: border-left-color, 0.5s, ease-in-out;
}
.media__video:hover span:before, .media__video:hover span.link.simple-arrow:after, .media__video:hover span.link.double-arrow:after {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color, 0.5s, ease-in-out;
}

.media--news h4, .media--news .h4-like, .media--news .text--list-anonym li .h4-like, .text--list-anonym li .media--news .h4-like {
  margin-bottom: 5px;
  font-size: 16px;
}
.media--news h4 > a, .media--news .h4-like > a, .media--news .text--list-anonym li .h4-like > a {
  color: #fff;
}

.media-overlay {
  position: relative;
  padding-top: 30px;
}
.media-overlay > img {
  display: block;
}

.media-overlay__ribbon {
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
  background: #E53134;
  background: rgba(229, 49, 52, 0.8);
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  color: #fff;
  padding: 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  pointer-events: none;
  font-style: italic;
}
.media-overlay__ribbon.scene-promo {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  font-style: normal;
}
.media-overlay__ribbon[data-reward-type~=GetZPts], .media-overlay__ribbon[data-reward-type~=GetZPtsOnYUnitsOfB] {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}

.modal-template {
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  background: #fff;
  border: 1px solid #333333;
}
.modal-template--relative {
  position: relative;
}
.modal-template .modal__header {
  background: #2D2C2F;
  box-sizing: border-box;
  min-height: 36px;
  padding: 7px 15px;
  width: 100%;
}
.modal-template .modal__header .modal__title {
  font-size: 18px;
  font-size: 1.3846153846rem;
  line-height: 22px;
  color: white;
  font-weight: bold;
}
.modal-template .modal__header .modal__close {
  float: right;
  padding-right: 0;
}
.modal-template .modal__header .modal__close.btn {
  font-size: 13px;
  font-size: 1rem;
  line-height: 15px;
  background: transparent;
  color: white;
  font-family: arial;
  font-weight: normal;
  margin-top: 2px;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
.modal-template .modal__header .modal__close.btn .icon {
  margin-left: 10px;
  margin-right: 0;
}
.modal-template .modal__content {
  box-sizing: border-box;
  padding: 25px 20px 15px;
  position: relative;
  width: 100%;
}
.modal-template .modal__body p {
  font-size: 15px;
  font-size: 1.1538461538rem;
  line-height: 18px;
}
.modal-template .modal__body p strong {
  font-size: 19px;
  font-size: 1.4615384615rem;
  line-height: 19px;
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.modal-template .modal__body p strong span {
  background-color: #EFEFEF;
  display: inline-block;
  padding: 10px 15px;
}
.modal-template .modal__body .listing {
  margin-left: 20px;
}
.modal-template .modal__body .listing li {
  font-size: 15px;
}
.modal-template .modal__footer {
  margin-top: 10px;
  box-sizing: border-box;
}
.modal-template .modal__footer .btn {
  margin-bottom: 10px;
}
.modal-template.modal--login {
  max-width: 720px;
  width: 100%;
  display: none;
}

.voila-modal {
  background-color: #004740;
  display: none;
}

.open-modal-voila {
  display: block;
}

body.modal-open {
  overflow: hidden;
  height: 100%;
}

.modal--fullpage {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-holder {
  overflow: hidden;
}
.modal-holder > div {
  left: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
}

.modal--flipp-product {
  width: 860px;
  max-width: 100%;
}

.modal--flipp-promo {
  width: 1180px;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.modal--flipp-product-details {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: block;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
}

.modal {
  position: absolute;
  width: 435px;
  max-width: 100%;
  z-index: 100;
  transition: opacity 0.5s ease;
  display: none;
}
.modal .hidden {
  display: none;
}
.modal--overlay {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 9990;
  cursor: pointer;
}
.modal--storeSelector {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 9999;
  display: block;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.modal--timeSlotSelection {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 9999;
  display: block;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.modal .modal__inner {
  position: relative;
  padding: 10px;
  width: 400px;
  max-width: 100%;
  background: #fff;
  border: 1px solid black;
}
.modal .modal__inner--no-background {
  background: none;
  border: 0;
}
.modal .modal__inner--no-background .modal__close {
  position: absolute;
  right: 3px;
  top: 17px;
  z-index: 2;
}
.modal .modal__inner--no-background .modal__close a {
  color: #FFFFFF;
}
.modal .modal__inner--no-background .modal__close .icon {
  text-shadow: 0 1px 3px #444;
}
.modal--image {
  max-width: 1000px !important;
  min-height: 100px;
  min-width: 100px;
  width: 100%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  top: 50%;
  z-index: 9999;
  position: absolute;
  opacity: 1;
  display: block;
}
.modal--image:before, .modal--image.link.simple-arrow:after, .modal--image.link.double-arrow:after, .text--list-anonym li .modal--image.link.simple-arrow:after, .text--list-anonym li .modal--image.link.double-arrow:after {
  background-color: transparent;
}
.modal--image .modal__inner {
  width: auto;
  padding: 0;
}
.modal--image .modal__inner .modal__close {
  right: -5px;
  top: 6px;
}
.modal--image .modal__inner .modal__close a {
  color: #000000;
}
.modal--image .modal__inner .modal__close .icon {
  text-shadow: none;
}

.item-list-popup {
  background: #fff;
  box-shadow: 2px 2px 10px -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 250px;
  z-index: 3;
  top: 0;
}
.item-list-popup .card .card__header {
  background: #556463;
  background: linear-gradient(to bottom, #6f7979 40%, #556463 100%);
}
@media only screen and (max-width: 767px) {
  .item-list-popup {
    position: relative;
    width: 100%;
    margin: 10px 0;
  }
}

.nav {
  width: 100%;
  list-style: none;
  margin-left: 0;
}
@media only screen and (min-width: 1200px) {
  .nav {
    width: auto;
  }
}
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.nav--top > li {
  vertical-align: top;
}

.nav--block {
  line-height: 1;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap;
}
.nav--block > li {
  letter-spacing: normal;
  word-spacing: normal;
}
.nav--block > li > a {
  padding: 10px;
}

.secondary-nav {
  background-color: #161616;
}
.secondary-nav nav {
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .secondary-nav nav {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .secondary-nav nav {
    margin: 0 -20px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .secondary-nav nav > ul + ul {
    padding-right: 5px;
  }
}
.secondary-nav .nav {
  font-size: 0;
}

.secondary-nav__item {
  padding: 0 15px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .secondary-nav__item {
    padding: 0 20px;
  }
  .secondary-nav__item:before, .secondary-nav__item.link.simple-arrow:after, .secondary-nav__item.link.double-arrow:after, .text--list-anonym li .secondary-nav__item.link.simple-arrow:after, .text--list-anonym li .secondary-nav__item.link.double-arrow:after {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    top: 12px;
    left: 0px;
    position: absolute;
  }
  .secondary-nav__item:first-child:before, .secondary-nav__item.link.simple-arrow:first-child:after, .secondary-nav__item.link.double-arrow:first-child:after {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .secondary-nav__item {
    padding: 0 7px;
  }
}
.secondary-nav__item:after {
  content: "";
  display: inline-block;
  height: 60px;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .secondary-nav__item:after {
    display: none;
  }
}
.secondary-nav__item.menu-cart {
  background-color: #138F40;
}
@media only screen and (min-width: 1200px) {
  .secondary-nav__item.menu-cart:after {
    content: none;
  }
}

.secondary-nav__link,
.secondary-nav__lang-btn .lang-switcher {
  font-size: 10px;
  font-size: 0.7692307692rem;
  line-height: 13.0769230769px;
  color: #FFFFFF;
  display: inline-block;
  max-width: 250px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .secondary-nav__link,
.secondary-nav__lang-btn .lang-switcher {
    font-size: 14px;
    font-size: 1.0769230769rem;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.secondary-nav__link:first-child,
.secondary-nav__lang-btn .lang-switcher:first-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
}
.secondary-nav__link:hover, .secondary-nav__link:focus,
.secondary-nav__lang-btn .lang-switcher:hover,
.secondary-nav__lang-btn .lang-switcher:focus {
  text-decoration: underline;
}
.secondary-nav__link:hover .icon:before, .secondary-nav__link:hover .icon.link.simple-arrow:after, .secondary-nav__link:hover .icon.link.double-arrow:after, .secondary-nav__link:hover .icn:before, .secondary-nav__link:hover .icn.link.simple-arrow:after, .secondary-nav__link:hover .icn.link.double-arrow:after, .secondary-nav__link:focus .icon:before, .secondary-nav__link:focus .icon.link.simple-arrow:after, .secondary-nav__link:focus .icon.link.double-arrow:after, .secondary-nav__link:focus .icn:before, .secondary-nav__link:focus .icn.link.simple-arrow:after, .secondary-nav__link:focus .icn.link.double-arrow:after,
.secondary-nav__lang-btn .lang-switcher:hover .icon:before,
.secondary-nav__lang-btn .lang-switcher:hover .icon.link.simple-arrow:after,
.secondary-nav__lang-btn .lang-switcher:hover .icon.link.double-arrow:after,
.secondary-nav__lang-btn .lang-switcher:hover .icn:before,
.secondary-nav__lang-btn .lang-switcher:hover .icn.link.simple-arrow:after,
.secondary-nav__lang-btn .lang-switcher:hover .icn.link.double-arrow:after,
.secondary-nav__lang-btn .lang-switcher:focus .icon:before,
.secondary-nav__lang-btn .lang-switcher:focus .icon.link.simple-arrow:after,
.secondary-nav__lang-btn .lang-switcher:focus .icon.link.double-arrow:after,
.secondary-nav__lang-btn .lang-switcher:focus .icn:before,
.secondary-nav__lang-btn .lang-switcher:focus .icn.link.simple-arrow:after,
.secondary-nav__lang-btn .lang-switcher:focus .icn.link.double-arrow:after {
  text-decoration: none;
}
.secondary-nav__link .icon, .secondary-nav__link .icn,
.secondary-nav__lang-btn .lang-switcher .icon,
.secondary-nav__lang-btn .lang-switcher .icn {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .secondary-nav__link .icon, .secondary-nav__link .icn,
.secondary-nav__lang-btn .lang-switcher .icon,
.secondary-nav__lang-btn .lang-switcher .icn {
    display: inline;
    margin-right: 10px;
  }
}

.secondary-nav__grid-btn {
  left: 0;
  position: absolute;
}

.secondary-nav__lang-btn {
  position: absolute;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .secondary-nav__lang-btn {
    padding: 10px;
    right: 0;
    top: 100%;
  }
  .secondary-nav__lang-btn:before, .secondary-nav__lang-btn.link.simple-arrow:after, .secondary-nav__lang-btn.link.double-arrow:after, .text--list-anonym li .secondary-nav__lang-btn.link.simple-arrow:after, .text--list-anonym li .secondary-nav__lang-btn.link.double-arrow:after {
    display: none;
  }
  .secondary-nav__lang-btn > a {
    color: #494949;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .secondary-nav__lang-btn {
    left: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .secondary-nav__lang-btn {
    left: 65px;
  }
  .secondary-nav__lang-btn:after {
    content: none;
  }
}
.secondary-nav__lang-btn .secondary-nav__link {
  font-size: 14px;
  font-size: 1.0769230769rem;
}

.secondary-nav__store-btn {
  position: absolute;
  left: 40px;
}

.nav--stacked__title {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 20px;
  font-weight: 700;
}
.nav--stacked > li {
  display: list-item;
  margin-bottom: 10px;
}
.nav--stacked > li > a {
  display: block;
}

.nav--main {
  font-size: 0;
}
.nav--main > li {
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
  border-top: 1px solid #dddddd;
  display: block;
  margin: 0 -10px;
  position: relative;
}
.nav--main > li:hover {
  background: #F2F2F2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav--main > li {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav--main > li {
    font-size: 14px;
    font-size: 1.0769230769rem;
    line-height: 1.3em;
    border: 0;
    display: inline-block;
    margin: 0;
  }
  .nav--main > li:hover, .nav--main > li:focus {
    background-color: #E53134;
  }
  .nav--main > li:hover:after, .nav--main > li:focus:after {
    content: none;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #E53134;
    position: absolute;
    z-index: 160;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .nav--main > li:hover > a, .nav--main > li:focus > a {
    color: #fff;
  }
  .nav--main > li.is-active:before, .nav--main > li.is-active.link.simple-arrow:after, .nav--main > li.is-active.link.double-arrow:after {
    background-color: #777777;
    bottom: 0;
    content: "";
    height: 5px;
    position: absolute;
    width: 100%;
  }
}
.nav--main > li > a {
  color: #2D2C2F;
  display: block;
  padding: 10px 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav--main > li > a {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .nav--main > li > a {
    display: inline-block;
    font-family: "bitter", sans-serif !important;
    font-weight: bold;
    padding: 20px 20px;
    text-transform: uppercase;
  }
}
.nav--main > li > a:hover {
  background: #F2F2F2;
  background: none;
}
@media only screen and (min-width: 1200px) {
  .nav--main > li > a:hover {
    background: none;
  }
}

.nav--secondary__cart .nav__label {
  float: left;
  line-height: 1.4;
  text-align: left;
  margin-left: 5px;
}
.nav--secondary__cart .icon {
  float: left;
}

.nav--collapsible {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
}
@media only screen and (max-width: 767px) {
  .nav--collapsible {
    padding-bottom: 20px;
  }
}
.nav--collapsible__clickable {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
}
.nav--collapsible__clickable.js-cta-collapsible {
  cursor: pointer;
}
.nav--collapsible__clickable.js-cta-collapsible:before, .nav--collapsible__clickable.js-cta-collapsible.link.simple-arrow:after, .nav--collapsible__clickable.js-cta-collapsible.link.double-arrow:after {
  float: right;
  line-height: 6px;
  margin-left: 20px;
  font-size: 16px;
  color: #999999;
}
.nav--collapsible .child {
  margin: 0;
}
.nav--collapsible .child li {
  padding: 8px 0;
}
.nav--collapsible .child li:last-child {
  padding-bottom: 20px;
}
.nav--collapsible .child .is-active > a {
  font-weight: bold;
  color: #E53134;
}
.nav--collapsible > ul {
  padding: 0 15px;
}
.nav--collapsible > ul > li {
  overflow: auto;
  background-image: linear-gradient(to right, #CCCCCC 40%, rgba(0, 0, 0, 0) 20%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.nav--collapsible > ul > li a:focus {
  color: black;
  text-decoration: underline;
}
.nav--collapsible > ul > li:last-child {
  background-image: none;
}
.nav--collapsible .icon:before, .nav--collapsible .icon.link.simple-arrow:after, .nav--collapsible .icon.link.double-arrow:after, .nav--collapsible .icn:before, .nav--collapsible .icn.link.simple-arrow:after, .nav--collapsible .icn.link.double-arrow:after {
  margin-right: 10px;
}
.nav--collapsible .is-active .child {
  display: block;
}
.nav--collapsible .child {
  display: none;
}
.nav--collapsible .child.show {
  display: block;
}
.nav--collapsible .show-more-item {
  text-decoration: none;
}

.nav-bits {
  overflow: hidden;
}
.nav-bits li {
  display: inline;
}
.nav-bits li.is-active {
  background: #fff;
  border: solid 1px #A1A1A1;
  color: #494949;
  padding-bottom: 15px;
}
.nav-bits li.is-active:hover, .nav-bits li.is-active:focus {
  background: #fff;
}
.nav-bits li:hover,
.nav-bits li:focus {
  outline: none;
  background-color: rgba(242, 77, 80, 0.99);
}
.nav-bits li {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  cursor: pointer;
  background: #E53134;
  border-left: solid 1px #F24D50;
  border-right: solid 1px #B1111D;
  color: #fff;
  float: left;
  padding: 12px 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav-bits li {
    padding-left: 13px;
    padding-right: 13px;
  }
}

.nav--tabs {
  font-size: 0;
  padding: 0;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav--tabs {
    padding-left: 0;
    border-bottom: 0;
    margin-bottom: 10px;
    display: block;
  }
}
.nav--tabs li {
  border: 1px solid #EFEFEF;
  border-bottom: 0;
  display: table-cell;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav--tabs li {
    border-bottom: 1px solid #CCCCCC;
    display: block;
  }
}
.nav--tabs li:hover a {
  color: #333333;
}
.nav--tabs li,
.nav--tabs li a {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .nav--tabs li,
.nav--tabs li a {
    border-radius: 5px;
    width: 100%;
  }
}
.nav--tabs a {
  background: #FFFFFF;
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
  color: #999999;
  padding: 10px 20px;
  width: 100%;
}
.nav--tabs li.is-active {
  position: relative;
  border: 1px solid #EFEFEF;
  border-bottom: 0;
}
.nav--tabs li.is-active:after {
  border-bottom: 1px solid #EFEFEF;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav--tabs li.is-active:after {
    display: none;
  }
}
.nav--tabs li.is-active a {
  background: #EFEFEF;
  color: #000000;
  font-weight: bold;
}

/**
 * For example used for "Search by feature" list
 */
.nav-tags {
  /*a span*/
  /*img*/
}
.nav-tags li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.nav-tags li:after {
  display: block;
  content: "";
  border-top: 1px solid rgba(161, 161, 161, 0.4);
}
.nav-tags a {
  display: table;
  width: 100%;
  padding: 4px 15px;
}
.nav-tags__label {
  display: table-cell;
  padding-bottom: 3px;
  padding-right: 20px;
  padding-top: 3px;
  vertical-align: middle;
  width: 100%;
}
.nav-tags__media {
  float: left;
}

.nav-arrow {
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  padding: 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
}
.nav-arrow .icon:before, .nav-arrow .icon.link.simple-arrow:after, .nav-arrow .icon.link.double-arrow:after, .nav-arrow .icn:before, .nav-arrow .icn.link.simple-arrow:after, .nav-arrow .icn.link.double-arrow:after {
  font-size: 32px;
  font-size: 2.4615384615rem;
}
.nav-arrow.nav-arrow--left {
  left: 0;
}
.nav-arrow.nav-arrow--right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .nav-arrow {
    padding: 11px;
  }
}

.active-refiners .child li {
  border-bottom: none;
  position: relative;
}
.active-refiners .child li a.active-refiners__remove {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -8px;
}
.active-refiners .child li > span {
  display: block;
  padding: 10px 25px 10px 10px;
  background-color: #F6F6F6;
}
.active-refiners .child li .icon:before, .active-refiners .child li .icon.link.simple-arrow:after, .active-refiners .child li .icon.link.double-arrow:after, .active-refiners .child li .icn:before, .active-refiners .child li .icn.link.simple-arrow:after, .active-refiners .child li .icn.link.double-arrow:after {
  margin: 0;
}
.active-refiners .child li.active-refiners__reset > a {
  text-decoration: underline;
  color: #E53134;
}
.active-refiners .child li.active-refiners__reset > a:hover {
  text-decoration: none;
}
.active-refiners .child li:first-child {
  padding-top: 10px;
}
.active-refiners .child li:first-child .active-refiners__remove {
  margin-top: -6px;
}

.nav--hr {
  top: 100px;
  position: relative;
  margin: 0;
  border-top: 1px solid #EFEFEF;
}
@media (max-width: 1199px) {
  .nav--hr {
    display: none;
  }
}

.rollout-menu {
  font-size: 14px;
  font-size: 1.0769230769rem;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #494949;
  display: none;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
}
.rollout-menu--store-detail {
  min-width: 320px;
}
.rollout-menu--left {
  left: 0;
  right: auto;
}
.rollout-menu .search-box {
  margin: -10px -11px -11px;
  min-width: 250px;
  padding: 0;
}
.rollout-menu .search-box input {
  border-radius: 0;
}
.rollout-menu .search-box input,
.rollout-menu .search-box .btn {
  border: 2px solid #dddddd;
  line-height: 41px;
}

.rollout-menu__container:hover .rollout-menu {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .secondary-nav .rollout-menu__container:hover .rollout-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .secondary-nav .rollout-menu__container:hover .rollout-menu {
    display: none;
  }
}

.hide-if-default {
  visibility: hidden;
}

.rollout-menu__item {
  padding: 10px;
  border-top: 1px solid #dddddd;
}
.rollout-menu__item.checkbox label {
  width: 100%;
}
.main-nav .rollout-menu__item {
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-nav .rollout-menu__item {
    margin: 0 -20px;
  }
}

.rollout-menu__link,
.rollout-menu__item .lang-switcher {
  display: block;
  margin: -10px;
  padding: 10px;
  white-space: nowrap;
}
.main-nav .rollout-menu__link,
.main-nav .rollout-menu__item .lang-switcher {
  padding: 10px 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-nav .rollout-menu__link,
.main-nav .rollout-menu__item .lang-switcher {
    padding: 10px 20px;
  }
}
.rollout-menu__link:hover,
.rollout-menu__item .lang-switcher:hover {
  background: #F2F2F2;
}

.rollout-menu__list-controls {
  background: #F2F2F2;
}

.pagination {
  font-size: 0;
  text-align: right;
}
.pagination > * {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  font-weight: 400;
}
.pagination .is-disabled,
.pagination .aspNetDisabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=40);
  box-shadow: none;
  opacity: 0.4;
}
.pagination > li {
  text-align: center;
  padding: 0;
  border: 1px solid #CCCCCC;
  border-right: 0;
  background-color: #FFFFFF;
}
.pagination > li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child {
  border-right: 1px solid #CCCCCC;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a {
  box-sizing: border-box;
  display: inline-block;
  height: 39px;
  width: 39px;
  margin: 0;
}
.pagination > li > a:hover {
  background: #EFEFEF;
}
.pagination > li > a.is-active {
  background: #dddddd;
  cursor: default;
}
.pagination > li > a.is-disabled:hover, .pagination > li > a.aspNetDisabled:hover {
  background: none !important;
}
.pagination .pagination__arrow:hover a.is-disabled {
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .pagination {
    text-align: center;
  }
}
.pagination.nav--block li a {
  padding: 11px 6px;
}

.period-schedule {
  border: 1px solid #777777;
  box-sizing: border-box;
  position: relative;
}
.period-schedule .table--fixed {
  border: 1px solid #777777;
  border-right: 0;
  box-sizing: border-box;
  width: 10%;
}
.period-schedule .table--fixed td {
  background-color: #FFFFFF;
  box-sizing: border-box;
  height: 76px;
}
.period-schedule .table--fixed th {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #777777;
  height: 100px;
}
.period-schedule__selected {
  display: none;
}
.period-schedule .table--scrolling {
  border: 1px solid #777777;
  border-left: 0;
  box-sizing: border-box;
  overflow: hidden;
  width: 90%;
}
.period-schedule .table--scrolling table {
  margin-left: 0;
  table-layout: fixed;
  transition: all 0.5s ease;
}
.period-schedule .table--scrolling .table--2x {
  width: 200%;
}
.period-schedule .table--scrolling .table--3x {
  width: 300%;
}
.period-schedule .table--scrolling .table--4x {
  width: 400%;
}
.period-schedule .table--scrolling th {
  height: 50px;
}
.period-schedule td {
  border: 1px solid #999999;
  background-color: #dddddd;
  box-sizing: border-box;
  height: 38px;
  transition: background-color 0.15s ease;
}
.period-schedule td[rowspan="2"] span:before, .period-schedule td[rowspan="2"] span.link.simple-arrow:after, .period-schedule td[rowspan="2"] span.link.double-arrow:after {
  font-size: 26px;
  font-size: 2rem;
  line-height: 34px;
}
.period-schedule td > a {
  height: 100%;
  width: 100%;
  z-index: 2;
}
.period-schedule td.is-available {
  background-color: #FFFFFF;
}
.period-schedule td.is-available,
.period-schedule td.is-available a {
  color: #1ba2b1;
}
.period-schedule td.is-available:hover,
.period-schedule td.is-available a:hover {
  color: #fff;
}
.period-schedule td.is-available:hover, .period-schedule td.is-available:focus, .period-schedule td.is-available:hover a {
  background-color: #51b3bd;
  color: #FFFFFF;
  cursor: pointer;
}
.period-schedule td.is-active {
  background-color: #1ba2b1;
}
.period-schedule td.is-active .period-schedule__selected {
  display: block;
}
.period-schedule td.is-active,
.period-schedule td.is-active a {
  color: #FFFFFF;
}
.period-schedule td.is-active:hover,
.period-schedule td.is-active a:hover {
  color: #fff;
}
.period-schedule td.is-unavailable {
  background-color: #bde2e6;
}
.period-schedule td.is-unavailable:hover,
.period-schedule td.is-unavailable a:hover {
  color: #fff;
}
.period-schedule td.is-full {
  background-color: #A1A1A1;
}
.period-schedule .row-header th {
  border: 1px solid #777777;
  border-bottom: 1px solid #777777;
  box-sizing: border-box;
}
.period-schedule .row-header:first-child th {
  border-bottom: 0;
  border-top: 0;
}

.area {
  background: #F2F2F2;
  box-shadow: 1px 1px 8px -2px rgba(0, 0, 0, 0.5);
}
.area:after {
  background: url(../images/jagged.png) top left repeat-x;
  content: "";
  display: block;
  height: 15px;
  position: relative;
  top: 15px;
}
.area .border-behind span {
  background: #F2F2F2;
}

.search-box {
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .search-box {
    padding-top: 20px;
  }
}
.search-box__restrain {
  text-align: center;
}
.search-box__restrain .search-box__input {
  max-width: 580px;
  display: inline-block;
  width: 100%;
}
.search-box__input, .search-box__input:focus {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 15.6923076923px;
  color: #494949;
  font-style: italic;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.tt-init .search-box__input, .tt-init .search-box__input:focus {
  overflow: visible;
}
.search-box__input .twitter-typeahead, .search-box__input:focus .twitter-typeahead {
  display: block !important;
}
.search-box__input .search-box__button, .search-box__input:focus .search-box__button {
  background-color: #EFEFEF;
  font-size: 12px;
  font-size: 0.9230769231rem;
  border-radius: 0 3px 3px 0;
  border: 0;
  border: 1px solid #CCCCCC;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
  transition: background 0.15s;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  z-index: 101;
}
.search-box__input .search-box__button:hover, .search-box__input .search-box__button:focus, .search-box__input:focus .search-box__button:hover, .search-box__input:focus .search-box__button:focus {
  background-color: #d6d6d6;
}
.search-box__input .search-box__button .icon, .search-box__input:focus .search-box__button .icon {
  margin: 0;
}
.search-box__input .search-box__button:disabled .icon--search, .search-box__input:focus .search-box__button:disabled .icon--search {
  opacity: 0.2;
}
.search-box__input .search-box__button--dark, .search-box__input:focus .search-box__button--dark {
  background-color: #333333;
  color: #FFFFFF;
}
.search-box__input .search-box__button--dark:hover, .search-box__input .search-box__button--dark:focus, .search-box__input:focus .search-box__button--dark:hover, .search-box__input:focus .search-box__button--dark:focus {
  background-color: #595959;
}
.search-box__input input, .search-box__input:focus input {
  vertical-align: middle !important;
  line-height: 34px;
  background: #fff;
}
.search-box__input input::-ms-clear, .search-box__input:focus input::-ms-clear {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-box__input input, .search-box__input:focus input {
    font-size: 16px;
  }
}
.search-box__input input:focus, .search-box__input:focus input:focus {
  outline: 0;
}
.search-box .tt-search-field-container {
  position: relative;
  z-index: 101;
}
.search-box .tt-dropdown-menu {
  background: #fff;
  display: none;
  margin-top: -5px;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 3px 3px;
  width: 100%;
}
.search-box .tt-suggestion {
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.search-box .tt-suggestion.tt-cursor {
  background: #E53134;
  color: #FFFFFF;
}
.search-box .tt-suggestion:last-child {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.search-box .dropdown {
  margin-right: -5px;
  z-index: 102;
}
.search-box .tt-search-field-container {
  display: block;
  overflow: hidden;
}
.search-box .search-field {
  border: 0;
  border: 1px solid #CCCCCC;
  background: #F7F7F7;
  border-radius: 3px;
  padding-right: 32px;
  padding-left: 10px;
  width: 100%;
  height: 40px;
}
.search-box .search-field.is-error, .search-box .search-field.is-error + .search-box__button {
  border-color: #E53134;
}

.dropdown__cta {
  background-color: #EFEFEF;
  font-size: 14px;
  font-size: 1.0769230769rem;
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 3px 0 0 3px;
  color: #777777;
  cursor: pointer;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.dropdown__cta span {
  float: left;
  line-height: inherit;
}
.dropdown__cta:before, .dropdown__cta.link.simple-arrow:after, .dropdown__cta.link.double-arrow:after, .text--list-anonym li .dropdown__cta.link.simple-arrow:after, .text--list-anonym li .dropdown__cta.link.double-arrow:after {
  height: auto;
  font-size: inherit;
  padding-right: 4px;
  padding-left: 6px;
  float: right;
  line-height: 33px;
}
.dropdown__cta:hover, .dropdown__cta:focus {
  background-color: #d6d6d6;
}
.dropdown__cta::selection, .dropdown__cta *::selection {
  background: none;
}
.dropdown__content {
  background: #fff;
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #CCCCCC;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}
.dropdown__content:before, .dropdown__content.link.simple-arrow:after, .dropdown__content.link.double-arrow:after, .text--list-anonym li .dropdown__content.link.simple-arrow:after, .text--list-anonym li .dropdown__content.link.double-arrow:after {
  content: "";
  position: absolute;
  background: #fff;
  border-left: 1px solid #CCCCCC;
  top: -5px;
  left: -1px;
  width: 5px;
  height: 5px;
}
.is-active .dropdown__content {
  display: block;
}
.dropdown__content li:last-child {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}
.dropdown__content input[type=radio] {
  position: absolute;
  width: 0;
  opacity: 0;
}
.dropdown__content label {
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.dropdown__content input[type=radio]:focus + label,
.dropdown__content label:hover {
  background: #E53134;
  color: #FFFFFF;
}

.social-share {
  display: inline-block;
  font-size: 0.1px;
  line-height: normal;
}
.social-share a {
  display: inline-block;
  height: 30px;
  margin: 2px 10px;
  overflow: hidden;
  width: 30px;
}
.social-share a:hover img, .social-share a:focus img {
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .social-share a {
    margin: 2px 3px;
  }
}
.social-share__link {
  background: #fff;
  border-radius: 31px;
  color: #494949;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  margin-right: 7px;
}
.social-share__link:hover, .social-share__link:focus {
  color: #E53134;
}

.slideshow .owl-wrapper-outer {
  margin: 0;
  padding: 0;
}
.slideshow .owl-buttons {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.slideshow .owl-next,
.slideshow .owl-prev {
  height: 60px;
  position: absolute;
  top: -30px;
  transition: background 0.15s, color 0.15s;
  width: 30px;
  background: #CCCCCC;
  color: #494949;
  opacity: 0.4;
}
.slideshow .owl-next:before, .slideshow .owl-next.link.simple-arrow:after, .slideshow .owl-next.link.double-arrow:after,
.slideshow .owl-prev:before,
.slideshow .owl-prev.link.simple-arrow:after,
.slideshow .owl-prev.link.double-arrow:after {
  position: relative;
  top: 22px;
}
.slideshow .owl-next:hover,
.slideshow .owl-prev:hover {
  background: #b3b3b3;
  color: #303030;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.slideshow .owl-next {
  right: 0px;
}
.slideshow .owl-prev {
  left: 0px;
}
.slideshow .owl-pagination {
  display: inline-table;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slideshow .owl-page {
  display: table-cell;
  padding-right: 1px;
}
.slideshow .owl-page span {
  background: #CCCCCC;
  border-radius: 0;
  display: block;
  height: 4px;
  margin: 0;
  transition: background 0.15s ease-out;
  width: 100%;
}
.slideshow .owl-page.active span {
  background: #E53134;
  height: 6px;
}

.slideshow__title {
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 20%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
  margin-bottom: 25px;
  padding-bottom: 25px;
  white-space: inherit;
}
@media only screen and (min-width: 1200px) {
  .slideshow__title {
    font-size: 36px;
    font-size: 2.7692307692rem;
    line-height: 47.0769230769px;
  }
}
.slideshow__title:after, .slideshow__title:before, .slideshow__title.link.simple-arrow:after, .slideshow__title.link.double-arrow:after, .text--list-anonym li .slideshow__title.link.simple-arrow:after, .text--list-anonym li .slideshow__title.link.double-arrow:after {
  content: none;
}

.slideshow__item {
  color: #FFFFFF;
  display: none;
  position: relative;
}
.owl-item .slideshow__item, .slideshow__item:first-child {
  display: block;
}
.slideshow__item > img, .slideshow__item > a, .slideshow__item > a img {
  display: block;
  height: auto;
  width: 100%;
}

.slideshow__content-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 33.3333333333%;
}
.is-on-right-side .slideshow__content-wrapper {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slideshow__content-wrapper {
    font-size: 0;
  }
  .slideshow__content-wrapper:before, .slideshow__content-wrapper.link.simple-arrow:after, .slideshow__content-wrapper.link.double-arrow:after, .text--list-anonym li .slideshow__content-wrapper.link.simple-arrow:after, .text--list-anonym li .slideshow__content-wrapper.link.double-arrow:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
}

.slideshow__content {
  padding: 40px 45px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slideshow__content {
    padding: 0 28px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.9230769231rem;
    line-height: 15.6923076923px;
    display: inline-block;
  }
}

.simple-slide {
  display: block;
  width: 100%;
}
.simple-slide__slides {
  position: relative;
  width: 100%;
}
.simple-slide__slides li {
  display: none;
  width: 100%;
}
.simple-slide__slides li.is-active {
  display: block;
}
.simple-slide__controls {
  padding-bottom: 10px;
}

.stepper {
  position: relative;
  z-index: 2;
}
.stepper .main-content {
  left: 0;
}
.stepper .main-content:before, .stepper .main-content.link.simple-arrow:after, .stepper .main-content.link.double-arrow:after {
  background: #333333;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 100%;
}

.stepper__list {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.stepper__item {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .stepper__item {
    font-size: 14px;
    font-size: 1.0769230769rem;
    line-height: 18.3076923077px;
  }
}

.stepper__step {
  display: inline-block;
  padding-top: 55px;
  position: relative;
}
.stepper__step:before, .stepper__step.link.simple-arrow:after, .stepper__step.link.double-arrow:after, .text--list-anonym li .stepper__step.link.simple-arrow:after, .text--list-anonym li .stepper__step.link.double-arrow:after {
  background: #FFFFFF;
  border: solid 4px #333333;
  border-radius: 12px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 22px;
  left: 50%;
  margin: 0 auto 20px;
  position: absolute;
  top: 21px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 22px;
}
.stepper__step.link {
  text-decoration: none;
}
.stepper__step.link:hover, .stepper__step.link:focus {
  color: #E53134;
  text-decoration: underline;
}
.stepper__step > .icon {
  color: #FFFFFF;
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  top: 22px;
  width: 100%;
  font-family: "oswald", Helvetica, sans-serif;
}
.stepper__step > .icon:before, .stepper__step > .icon.link.simple-arrow:after, .stepper__step > .icon.link.double-arrow:after, .text--list-anonym li .stepper__step > .icon.link.simple-arrow:after, .text--list-anonym li .stepper__step > .icon.link.double-arrow:after {
  font-size: 10px;
}
.is-done > .stepper__step:before, .is-done > .stepper__step.link.simple-arrow:after, .is-done > .stepper__step.link.double-arrow:after, .text--list-anonym li .is-done > .stepper__step.link.simple-arrow:after, .text--list-anonym li .is-done > .stepper__step.link.double-arrow:after {
  background: #333333;
}
.is-done > .stepper__step:after {
  display: none;
}
.is-done > .stepper__step > .icon {
  display: block;
}
.is-active > .stepper__step:before, .is-active > .stepper__step.link.simple-arrow:after, .is-active > .stepper__step.link.double-arrow:after, .text--list-anonym li .is-active > .stepper__step.link.simple-arrow:after, .text--list-anonym li .is-active > .stepper__step.link.double-arrow:after {
  border-radius: 14px;
  box-shadow: 0 0 0 2px #FFFFFF inset;
  height: 28px;
  top: 17px;
  width: 28px;
}
.is-active > .stepper__step:after {
  background: #E53134;
  border-radius: 37px;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 23px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 16px;
}

.tile {
  background: #494949;
  color: #FFFFFF;
}
.tile__image {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.tile__content {
  margin: 0 10px;
  padding: 10px 0;
}

.tiles {
  width: 102%;
  margin-left: -2%;
}
.tiles--large .tiles__tile {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .tiles--large .tiles__tile {
    width: 48%;
  }
}
.tiles__tile {
  background: #333333;
  float: left;
  list-style: none;
  margin-left: 2%;
  margin-bottom: 2%;
  width: 31.3333333333%;
}
@media only screen and (max-width: 767px) {
  .tiles__tile {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .tiles__tile.is-empty {
    display: none;
  }
}
.tiles__tile.is-empty:before, .tiles__tile.is-empty.link.simple-arrow:after, .tiles__tile.is-empty.link.double-arrow:after {
  display: block;
  content: "";
  position: relative;
  padding-bottom: 56.129%;
  height: 0;
}
.tiles__title {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles__title {
    padding: 0 10px;
    font-size: 16px;
  }
}
.tiles__title:before, .tiles__title.link.simple-arrow:after, .tiles__title.link.double-arrow:after, .text--list-anonym li .tiles__title.link.simple-arrow:after, .text--list-anonym li .tiles__title.link.double-arrow:after, .tiles__title:after {
  content: "";
  background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 20%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  width: 45%;
  height: 2px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.tiles__title:before, .tiles__title.link.simple-arrow:after, .tiles__title.link.double-arrow:after, .text--list-anonym li .tiles__title.link.simple-arrow:after, .text--list-anonym li .tiles__title.link.double-arrow:after {
  background-position: top;
  top: -30px;
}
.tiles__title:after {
  background-position: bottom;
  bottom: -30px;
}
.tiles__tile:hover .tiles__content img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  transition: transform, 0.5s, ease-in-out;
}
.tiles__content {
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 56.129%;
  overflow: hidden;
}
.tiles__content:before, .tiles__content.link.simple-arrow:after, .tiles__content.link.double-arrow:after, .text--list-anonym li .tiles__content.link.simple-arrow:after, .text--list-anonym li .tiles__content.link.double-arrow:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tiles__content img {
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: transform, 0.5s, ease-in-out;
}

.toggler {
  padding-bottom: 0 !important;
  overflow: hidden;
}
.toggler:before, .toggler.link.simple-arrow:after, .toggler.link.double-arrow:after, .text--list-anonym li .toggler.link.simple-arrow:after, .text--list-anonym li .toggler.link.double-arrow:after {
  color: #494949;
  content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1px;
  position: relative;
  padding-bottom: 18px;
  top: 2px;
}
.toggler .toggler__btn {
  padding-right: 25px;
  cursor: pointer;
}
.toggler .toggler__btn:before, .toggler .toggler__btn.link.simple-arrow:after, .toggler .toggler__btn.link.double-arrow:after {
  float: right;
  position: relative;
  right: -15px;
}
.toggler .toggler__btn:hover, .toggler .toggler__btn:focus {
  color: #E53134;
}
.toggler .toggler__content {
  display: none;
}
.toggler.is-active {
  padding-bottom: 40px !important;
}
.toggler.is-active .toggler__content {
  display: block;
}
.collapsible__content {
  display: none;
}
.collapsible.is-active .collapsible__content {
  display: block;
}
.collapsible__btn--close {
  display: none;
}
.collapsible.is-active .collapsible__btn--close {
  display: inline-block;
}
.collapsible.is-active .collapsible__btn--open {
  display: none;
}

.tooltip {
  position: inherit !important;
  display: inline-block;
  padding: 0 20px;
}
.tooltip .tip {
  width: 200px;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 120%;
}
.tooltip .tip:before, .tooltip .tip.link.simple-arrow:after, .tooltip .tip.link.double-arrow:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #f6f6f3 transparent transparent;
}
.tooltip .tip .box {
  min-height: 50px;
}
.tooltip:hover .tooltiptext-otherEmail {
  visibility: visible;
  opacity: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext-otherEmail {
  visibility: hidden;
  min-width: 145px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px !important;
  position: absolute;
  z-index: 100;
  top: 100% !important;
  left: 0 !important;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto !important;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px !important;
  position: absolute;
  z-index: 100;
  top: 100% !important;
  left: 0 !important;
  opacity: 0;
  transition: opacity 1s;
}
@media (min-width: 1025px) {
  .tooltip .tooltip:hover .tooltiptext-otherEmail {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto !important;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px !important;
    position: absolute;
    z-index: 100;
    top: 20px !important;
    left: 0px !important;
    opacity: 0;
    transition: opacity 1s;
  }
}
@media (max-width: 768px) {
  .tooltip .tooltiptext-otherEmail {
    visibility: hidden;
    max-width: 145px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px !important;
    position: absolute;
    z-index: 100;
    top: 25px;
    left: 0px;
    opacity: 0;
    transition: opacity 1s;
  }
}
.tooltip .close {
  position: absolute;
  z-index: 2;
  right: -8px;
  top: -8px;
}

.question-icon {
  height: 15px !important;
  width: 15px !important;
}

@media (max-width: 768px) {
  .tooltip {
    width: 100% !important;
  }
}
/**
 * Responsive video wrapper
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 * http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
 */
.video {
  position: relative;
  padding-bottom: 56.2%;
  /* video ratio */
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: 9998;
}
body .popup {
  position: fixed;
}
.carousel__item .popup {
  position: absolute;
}

.popup__mask {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.popup__mask--dark {
  background: rgba(0, 0, 0, 0.5);
}
.popup__mask--light {
  background: rgba(255, 255, 255, 0.5);
}

.popup__content {
  background: #FFFFFF;
  border: 1px solid #666;
  box-sizing: border-box;
  color: #494949;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 740px;
  min-width: 300px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 80%;
  z-index: 2;
}
.no-transform .popup__content {
  top: 20%;
}
.popup--small .popup__content {
  max-width: 500px;
}
.popup--large .popup__content {
  max-width: 1000px;
}

.popup-voila-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 30px 0 10px 0;
}
.popup-voila-text .voila-upper-text {
  font-size: 34px;
  color: #EDDEC7;
}
.popup-voila-text .voila-body-text {
  font-size: 22px;
  color: #FFFFFF;
}

.b-modal.__b-popup2__ {
  z-index: 10000 !important;
}

.vpopup {
  left: 0 !important;
}
.vpopup .vpopup__content {
  box-sizing: border-box;
  color: #333333;
  margin: 0 auto;
  max-width: 630px;
  min-width: 300px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 80%;
  z-index: 2;
  padding: 16px;
  max-height: 96vh;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 600px) {
  .vpopup .vpopup__content {
    padding: 14px;
    margin-top: 10px;
    min-width: 0;
    width: 100vw;
  }
}
.vpopup .vpopup__content .vpopup__inner {
  background: white;
  overflow: auto;
  height: 100%;
}
.no-transform .vpopup .vpopup__content {
  top: 20%;
}
.popup--small .vpopup .vpopup__content {
  max-width: 500px;
}
.popup--large .vpopup .vpopup__content {
  max-width: 1000px;
}
.vpopup .vpopup__wrapper {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 32px;
  font-size: 17px;
  text-align: center;
}
@media (max-width: 800px) {
  .vpopup .vpopup__wrapper {
    font-size: 15px;
    padding: 20px 16px;
  }
}
.vpopup .vpopup__wrapper.vpopup__wrapper--addToCart .vpopup__actions {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .vpopup .vpopup__wrapper.vpopup__wrapper--addToCart .vpopup__banner {
    margin-top: 20px;
  }
}
.vpopup .vpopup__title {
  line-height: 1.17;
  font-weight: bold;
}
.vpopup .vpopup__title + .vpopup__title {
  margin-top: 14px;
}
.vpopup .vpopup__text--spaced {
  margin: 80px 0;
}
.vpopup .vpopup__textAction {
  appearance: none;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
}
.vpopup .vpopup__banner {
  max-width: 100%;
  margin: 32px auto 0 auto;
}
.vpopup .vpopup__banner + .vpopup__actions {
  margin-top: 42px;
}
.vpopup .vpopup__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.vpopup .vpopup__actions + .vpopup__text {
  margin-top: 16px;
}
.vpopup .vpopup__button {
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 9px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  line-height: 50px;
  text-transform: uppercase;
}
.vpopup .vpopup__button + .vpopup__button {
  margin-top: 14px;
}
.vpopup .vpopup__button + .vpopup__button__wrap {
  margin-top: 14px;
}
.vpopup .vpopup__button.vpopup__button--dark {
  background-color: #333333;
  color: #FFFFFF;
}
.vpopup .vpopup__button.vpopup__button--light {
  background-color: #E2E6E8;
  color: #333333;
}
.vpopup .vpopup__button__wrap + .vpopup__button__wrap {
  margin-top: 14px;
}
.vpopup .vpopup__button__wrap + .vpopup__button {
  margin-top: 14px;
}
.vpopup .popup__close {
  position: absolute;
  right: 5px;
  top: 2px;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  width: 30px;
  height: 30px;
  padding: 9px;
  line-height: 0;
  cursor: pointer;
}
.vpopup .popup__close .icon--close::before, .vpopup .popup__close .icon--close.link.simple-arrow:after, .vpopup .popup__close .icon--close.link.double-arrow:after {
  width: 12px;
  height: 12px;
}
.vpopup .vpopup__sep {
  border-top: 1px solid #494949;
  margin: 25px 0;
}
@media (max-width: 800px) {
  .vpopup .vpopup__sep {
    margin: 18px 0;
  }
}
.vpopup .vpopup__bold {
  font-weight: bold;
}
.vpopup .vpopup__list {
  background-color: #E2E6E8;
  padding: 0 24px;
  border-radius: 10px;
  margin: 25px 0;
  text-align: left;
}
@media (max-width: 600px) {
  .vpopup .vpopup__list {
    padding: 0 14px;
  }
}
.vpopup .vpopup__list .vpopup__table {
  width: 100%;
}
@media (max-width: 600px) {
  .vpopup .vpopup__list .vpopup__table {
    font-size: 14px;
  }
}
.vpopup .vpopup__list .vpopup__list__note {
  padding-bottom: 30px;
}
.vpopup .vpopup__list .vpopup__list__note:empty {
  padding: 0;
}
@media (max-width: 600px) {
  .vpopup .vpopup__list .vpopup__list__note {
    padding-bottom: 20px;
  }
  .vpopup .vpopup__list .vpopup__list__note:empty {
    padding: 0;
  }
}
.vpopup .vpopup__list__similar {
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
.vpopup .vpopup__list__similar:empty {
  padding: 0;
}
@media (max-width: 600px) {
  .vpopup .vpopup__list__similar {
    padding-top: 20px;
  }
  .vpopup .vpopup__list__similar:empty {
    padding: 0;
  }
}
.vpopup .voila-name-column,
.vpopup .voila-price-column {
  padding: 0 0 0 25px;
}
.vpopup .vpopup__list__select {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .vpopup .vpopup__list__select {
    font-size: 11px;
  }
}
.vpopup .vpopup__list__all {
  font-weight: bold;
}
.vpopup .vpopup__list__all label {
  padding-left: 12px;
}
@media (max-width: 600px) {
  .vpopup .vpopup__list__all {
    font-size: 14px;
  }
}
.vpopup .vpopup__list__note {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 600px) {
  .vpopup .vpopup__list__note {
    font-size: 11px;
  }
}
.vpopup .vpopup__cartAnim {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 600px) {
  .vpopup .accordion-content.content-open {
    padding: 4px 0;
  }
}
.vpopup .accordion.vpopup__accordion {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #333333;
  width: calc(100% - 10px);
}
.vpopup .accordion.vpopup__accordion .arrow {
  border-right-color: #333333;
  border-top-color: #333333;
  width: 10px;
  height: 10px;
}

/*.featured-recipes {
    background: url(../images/bg-wood.jpg);
    border-top: solid 1px transparent;
    box-shadow: 0 13px 10px -10px rgba(0,0,0,.5) inset;
    padding-bottom: $spacing-double * 2;

    padding-left: 10px;
    padding-right: 10px;

    > p {
        color: #fff;
        text-align: center;
    }
    &__cta {
        margin-top: $spacing-double;
        text-align: center;
    }
    h2 {
        color: #fff;
        text-align: center;
    }

    .owl-theme .owl-controls .owl-page span {
        background: #000;
        color: #fff;
    }
    .owl-theme .owl-controls .owl-page.active span {
        color: #000;
        background: $color-gray;
    }

    .owl-theme .owl-controls.clickable .owl-page:hover span,
    .owl-theme .owl-controls.clickable .owl-page:focus span {
        background: #fff;
        color: #000;
    }

    .owl-theme .owl-controls .owl-pagination__prev,
    .owl-theme .owl-controls .owl-pagination__next {
        background: #000;
        border: 0;
        color: #fff;
        &:hover, 
        &:focus {
            color: #000;
            background: #fff;
        }
    }
}
*/
.special-features {
  background: #F2F2F2;
}
.special-features li {
  border-top: 1px solid #F1F1EE;
  border-bottom: 1px solid #FFFFFF;
}

/*------------------------------------*\
    $LINK-COMPLEX
\*------------------------------------*/
/**
 * As inspired by @necolas:
 * github.com/necolas/suit-utils/blob/master/link.css#L18
 *
 * Add hover behaviour to only selected items within links, e.g.:
 *
   <a href=log-in class=link-complex>
       <i class="s  s--user"></i>
       <span class=link-complex__target>Log in</span>
   </a>
 *
 * Demo: jsfiddle.net/inuitcss/rt9M3
 *
 */
.link-complex,
.link-complex:hover,
.link-complex:active,
.link-complex:focus {
  text-decoration: none;
}

.link-complex .link-complex__target {
  border-bottom: solid 1px;
}

.link-complex:hover .link-complex__target,
.link-complex:active .link-complex__target,
.link-complex:focus .link-complex__target {
  border-bottom: 0;
}

.nutritional-facts {
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 15.6923076923px;
  background-color: white;
  border: 1px solid #000;
  color: #000;
  display: block !important;
  padding: 4px;
  position: absolute;
  right: 0;
  width: 240px;
  z-index: 900;
}
.nutritional-facts * {
  color: #000;
  line-height: 1;
}
.nutritional-facts h1, .nutritional-facts .h1-like, .nutritional-facts .text--list-anonym li .h1-like, .text--list-anonym li .nutritional-facts .h1-like {
  font-size: 19px;
  font-size: 1.4615384615rem;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 0;
  margin-bottom: 3px;
  margin-top: 0;
}
.nutritional-facts span.Portion {
  display: block;
  margin-bottom: 2px;
}
.nutritional-facts ul {
  border-top: 3px solid black;
}
.nutritional-facts ul.FirstLine {
  border-top: 4px solid black;
  margin-top: 4px;
}
.nutritional-facts ul.VitaminesBox li {
  padding: 0px 0px 2px 0px;
}
.nutritional-facts ul li {
  padding: 2px 0px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.nutritional-facts ul li.TitleNutr {
  font-weight: bold;
  color: #000;
}
.nutritional-facts ul li.Half {
  width: 48%;
  float: left;
}
.nutritional-facts ul li + li {
  border-top: 1px solid black;
}
.nutritional-facts ul li span {
  float: right;
}
.nutritional-facts ul li ul {
  margin-top: 3px;
}
.nutritional-facts ul li ul.Lipides {
  border-top: 3px solid #000;
  margin-top: 4px;
}
.nutritional-facts ul li ul.Lipides li {
  margin-left: 8px;
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.nutritional-facts ul li ul.Lipides li span {
  margin-top: -7px;
}
.nutritional-facts ul li ul.Glucides {
  padding-left: 8px;
  border-top: 1px solid #000;
}
.nutritional-facts ul li ul.Glucides li {
  margin-left: 3px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.nutritional-facts ul li ul.Glucides li:first-child {
  padding-bottom: 2px;
}
.nutritional-facts ul li ul.Vitamines {
  border-top: none !important;
  margin-left: 0px;
  margin-bottom: 0px;
}
.nutritional-facts ul li ul.Vitamines li {
  border: none;
  border-bottom: 1px solid #000;
  width: 110px !important;
  overflow: hidden;
  margin-left: 5px;
  padding: 0px 0px 3px 0px;
  margin-top: 0px;
}
.nutritional-facts ul li ul.Vitamines li:first-child {
  margin-left: 0px;
}
.nutritional-facts ul li ul.VitTwo li {
  border-bottom: 0px;
}

.databox {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px 4px;
  text-align: left;
  border-radius: 4px;
  background: #333333;
  background: linear-gradient(to bottom, #777777 0%, #333333 50%);
  color: #FFFFFF;
}
.databox .databox__value {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
  font-weight: lighter;
}
.databox .databox__desc {
  font-size: 9px;
  font-size: 0.6923076923rem;
  line-height: 9px;
  font-weight: bold;
}
.databox .databox__value,
.databox .databox__desc {
  display: block;
}

.additionnal-info {
  overflow: visible;
  position: relative;
}
.additionnal-info .content {
  display: none;
  left: 0;
  top: auto;
  position: absolute;
  z-index: 2;
}
.additionnal-info:hover .content {
  display: block;
}

.sidebar--dark {
  background: #F2F2F2;
}

.drawer {
  background: white;
  box-shadow: 6px 4px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  transition: 250ms ease;
  z-index: 200;
}
@media only screen and (min-width: 768px) {
  .drawer {
    z-index: 0;
  }
}
.drawer--left {
  left: 0;
  transform: translate3d(-200%, 0, 0);
}
.drawer--left.is-open {
  display: inline-block;
  transform: translate3d(0%, 0, 0);
  padding-right: 20px;
}
.drawer--right {
  right: 0;
  transform: translate3d(200%, 0, 0);
}
.drawer--right.is-open {
  display: inline-block;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .drawer--right {
    padding-left: 0;
  }
}
.drawer .drawer__close {
  position: absolute;
  z-index: 10;
  right: -13px;
  top: -9px;
}
.drawer .drawer__close--inner {
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .drawer {
    background: none;
    box-shadow: none;
    display: inline-block;
    left: 0;
    position: relative;
    right: 0;
    top: auto;
    -ms-transform: none;
        transform: none;
    transition: none;
  }
  .drawer .drawer__close {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .drawer--dashboard {
    background: white;
    box-shadow: 6px 4px 16px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    transition: 250ms ease;
    z-index: 10;
    left: 0;
    transform: translate3d(-200%, 0, 0);
  }
  .drawer--dashboard.is-open {
    display: inline-block;
    transform: translate3d(0%, 0, 0);
  }
  .drawer--dashboard .drawer__close {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .palm--drawer {
    background: white;
    box-shadow: 6px 4px 16px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    transition: 250ms ease;
    z-index: 10;
  }
  .palm--drawer--left {
    left: 0;
    transform: translate3d(-200%, 0, 0);
  }
  .palm--drawer--left.is-open {
    display: inline-block;
    transform: translate3d(0%, 0, 0);
  }
  .palm--drawer--right {
    right: 0;
    transform: translate3d(200%, 0, 0);
  }
  .palm--drawer--right.is-open {
    display: inline-block;
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .palm--drawer--right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .palm--drawer .drawer__close {
    position: absolute;
    z-index: 10;
    right: -13px;
    top: -9px;
  }
  .palm--drawer .drawer__close--inner {
    right: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .no-csstransforms3d .drawer {
    display: none;
  }
  .no-csstransforms3d .drawer.is-open {
    display: inline-block;
  }
  .no-csstransforms3d .palm--drawer {
    display: none;
  }
  .no-csstransforms3d .palm--drawer.is-open {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .no-csstransforms3d .drawer {
    display: none;
  }
  .no-csstransforms3d .drawer.is-open {
    display: inline-block;
  }
}

.mobile-toggler h3:before, .mobile-toggler .h3-like:before, .mobile-toggler .modal .modal__inner h1.h4-like:before, .modal .modal__inner .mobile-toggler h1.h4-like:before, .mobile-toggler .modal .modal__inner .h4-like.h1-like:before, .modal .modal__inner .mobile-toggler .h4-like.h1-like:before, .mobile-toggler h3.link.simple-arrow:after, .mobile-toggler .h3-like.link.simple-arrow:after, .mobile-toggler .modal .modal__inner h1.h4-like.link.simple-arrow:after, .modal .modal__inner .mobile-toggler h1.h4-like.link.simple-arrow:after, .mobile-toggler .modal .modal__inner .h4-like.h1-like.link.simple-arrow:after, .modal .modal__inner .mobile-toggler .h4-like.h1-like.link.simple-arrow:after, .mobile-toggler h3.link.double-arrow:after, .mobile-toggler .h3-like.link.double-arrow:after, .mobile-toggler .modal .modal__inner h1.h4-like.link.double-arrow:after, .modal .modal__inner .mobile-toggler h1.h4-like.link.double-arrow:after, .mobile-toggler .modal .modal__inner .h4-like.h1-like.link.double-arrow:after, .modal .modal__inner .mobile-toggler .h4-like.h1-like.link.double-arrow:after,
.portable-toggler h3:before,
.portable-toggler .h3-like:before,
.portable-toggler .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .portable-toggler h1.h4-like:before,
.portable-toggler .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .portable-toggler .h4-like.h1-like:before,
.portable-toggler h3.link.simple-arrow:after,
.portable-toggler .h3-like.link.simple-arrow:after,
.portable-toggler .modal .modal__inner h1.h4-like.link.simple-arrow:after,
.modal .modal__inner .portable-toggler h1.h4-like.link.simple-arrow:after,
.portable-toggler .modal .modal__inner .h4-like.h1-like.link.simple-arrow:after,
.modal .modal__inner .portable-toggler .h4-like.h1-like.link.simple-arrow:after,
.portable-toggler h3.link.double-arrow:after,
.portable-toggler .h3-like.link.double-arrow:after,
.portable-toggler .modal .modal__inner h1.h4-like.link.double-arrow:after,
.modal .modal__inner .portable-toggler h1.h4-like.link.double-arrow:after,
.portable-toggler .modal .modal__inner .h4-like.h1-like.link.double-arrow:after,
.modal .modal__inner .portable-toggler .h4-like.h1-like.link.double-arrow:after {
  display: none;
  right: 2%;
}
.mobile-toggler h3:after, .mobile-toggler .h3-like:after, .mobile-toggler .modal .modal__inner h1.h4-like:after, .modal .modal__inner .mobile-toggler h1.h4-like:after, .mobile-toggler .modal .modal__inner .h4-like.h1-like:after, .modal .modal__inner .mobile-toggler .h4-like.h1-like:after,
.portable-toggler h3:after,
.portable-toggler .h3-like:after,
.portable-toggler .modal .modal__inner h1.h4-like:after,
.modal .modal__inner .portable-toggler h1.h4-like:after,
.portable-toggler .modal .modal__inner .h4-like.h1-like:after,
.modal .modal__inner .portable-toggler .h4-like.h1-like:after {
  left: 2%;
}
.mobile-toggler h3:before, .mobile-toggler .h3-like:before, .mobile-toggler .modal .modal__inner h1.h4-like:before, .modal .modal__inner .mobile-toggler h1.h4-like:before, .mobile-toggler .modal .modal__inner .h4-like.h1-like:before, .modal .modal__inner .mobile-toggler .h4-like.h1-like:before, .mobile-toggler h3.link.simple-arrow:after, .mobile-toggler h3.link.double-arrow:after, .mobile-toggler h3:after, .mobile-toggler .h3-like:after, .mobile-toggler .modal .modal__inner h1.h4-like:after, .modal .modal__inner .mobile-toggler h1.h4-like:after, .mobile-toggler .modal .modal__inner .h4-like.h1-like:after, .modal .modal__inner .mobile-toggler .h4-like.h1-like:after,
.portable-toggler h3:before,
.portable-toggler .h3-like:before,
.portable-toggler .modal .modal__inner h1.h4-like:before,
.modal .modal__inner .portable-toggler h1.h4-like:before,
.portable-toggler .modal .modal__inner .h4-like.h1-like:before,
.modal .modal__inner .portable-toggler .h4-like.h1-like:before,
.portable-toggler h3.link.simple-arrow:after,
.portable-toggler h3.link.double-arrow:after,
.portable-toggler h3:after,
.portable-toggler .h3-like:after,
.portable-toggler .modal .modal__inner h1.h4-like:after,
.modal .modal__inner .portable-toggler h1.h4-like:after,
.portable-toggler .modal .modal__inner .h4-like.h1-like:after,
.modal .modal__inner .portable-toggler .h4-like.h1-like:after {
  background: none;
  position: relative;
  width: 23%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .mobile-toggler {
    overflow: hidden;
  }
  .mobile-toggler h3, .mobile-toggler .h3-like, .mobile-toggler .text--list-anonym li .h3-like, .text--list-anonym li .mobile-toggler .h3-like, .mobile-toggler .modal .modal__inner h1.h4-like, .modal .modal__inner .mobile-toggler h1.h4-like, .mobile-toggler .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .mobile-toggler .h4-like.h1-like {
    cursor: pointer;
    position: relative;
  }
  .mobile-toggler h3:before, .mobile-toggler .h3-like:before, .mobile-toggler .modal .modal__inner h1.h4-like:before, .modal .modal__inner .mobile-toggler h1.h4-like:before, .mobile-toggler .modal .modal__inner .h4-like.h1-like:before, .modal .modal__inner .mobile-toggler .h4-like.h1-like:before, .mobile-toggler h3.link.simple-arrow:after, .mobile-toggler .h3-like.link.simple-arrow:after, .mobile-toggler .modal .modal__inner h1.h4-like.link.simple-arrow:after, .modal .modal__inner .mobile-toggler h1.h4-like.link.simple-arrow:after, .mobile-toggler .modal .modal__inner .h4-like.h1-like.link.simple-arrow:after, .modal .modal__inner .mobile-toggler .h4-like.h1-like.link.simple-arrow:after, .mobile-toggler h3.link.double-arrow:after, .mobile-toggler .h3-like.link.double-arrow:after, .mobile-toggler .modal .modal__inner h1.h4-like.link.double-arrow:after, .modal .modal__inner .mobile-toggler h1.h4-like.link.double-arrow:after, .mobile-toggler .modal .modal__inner .h4-like.h1-like.link.double-arrow:after, .modal .modal__inner .mobile-toggler .h4-like.h1-like.link.double-arrow:after {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .mobile-toggler .mobile-toggler__content {
    display: none;
  }
  .mobile-toggler.is-open .mobile-toggler__content {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-shaded--light {
    background: #EFEFEF;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .portable-toggler {
    overflow: hidden;
  }
  .portable-toggler h3, .portable-toggler .h3-like, .portable-toggler .text--list-anonym li .h3-like, .text--list-anonym li .portable-toggler .h3-like, .portable-toggler .modal .modal__inner h1.h4-like, .modal .modal__inner .portable-toggler h1.h4-like, .portable-toggler .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .portable-toggler .h4-like.h1-like {
    cursor: pointer;
    position: relative;
  }
  .portable-toggler h3:before, .portable-toggler .h3-like:before, .portable-toggler .modal .modal__inner h1.h4-like:before, .modal .modal__inner .portable-toggler h1.h4-like:before, .portable-toggler .modal .modal__inner .h4-like.h1-like:before, .modal .modal__inner .portable-toggler .h4-like.h1-like:before, .portable-toggler h3.link.simple-arrow:after, .portable-toggler .h3-like.link.simple-arrow:after, .portable-toggler .modal .modal__inner h1.h4-like.link.simple-arrow:after, .modal .modal__inner .portable-toggler h1.h4-like.link.simple-arrow:after, .portable-toggler .modal .modal__inner .h4-like.h1-like.link.simple-arrow:after, .modal .modal__inner .portable-toggler .h4-like.h1-like.link.simple-arrow:after, .portable-toggler h3.link.double-arrow:after, .portable-toggler .h3-like.link.double-arrow:after, .portable-toggler .modal .modal__inner h1.h4-like.link.double-arrow:after, .modal .modal__inner .portable-toggler h1.h4-like.link.double-arrow:after, .portable-toggler .modal .modal__inner .h4-like.h1-like.link.double-arrow:after, .modal .modal__inner .portable-toggler .h4-like.h1-like.link.double-arrow:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .portable-toggler .mobile-toggler__content {
    display: none;
  }
  .portable-toggler.is-open .mobile-toggler__content {
    display: block;
  }
}

.ad {
  display: inline-block;
  margin: 20px 0;
}

.ad + .ad {
  margin-left: 20px;
}

.ad--one-third-right {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.recipe-ad-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.warning-box {
  border: 1px solid #f0ad4e;
  padding: 20px 20px 5px 20px;
  margin-bottom: 15px;
  background-color: #f2f2f2;
}
.warning-box .icon--warning {
  color: #f0ad4e;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .ts-selector--mobile {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: -6000px;
  }
}

.ts-selector__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ts-selector__field {
  margin: 5px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 185px;
}

.ts-notice {
  background-color: #efefef;
  height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
.ts-notice .ts-notice-content {
  background-color: #fc9425;
  border: 1px solid #c97549;
  color: #4b2108;
  height: 46px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 4px;
  width: 100%;
  z-index: 110;
}
@media only screen and (min-width: 1200px) {
  .ts-notice .ts-notice-content {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 1180px;
  }
}
.ts-notice .ts-notice-content .ts-notice-text {
  display: inline-block;
  line-height: 1.2em;
  padding: 0 50px;
  position: relative;
  top: 50%;
  -ms-transform: translatey(-50%);
      transform: translatey(-50%);
}
@media only screen and (min-width: 768px) {
  .ts-notice .ts-notice-content .ts-notice-text {
    font-size: 17px;
    line-height: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .ts-notice .ts-notice-content .ts-notice-text {
    padding: 0;
  }
}
.ts-notice .ts-notice-content:before, .ts-notice .ts-notice-content.link.simple-arrow:after, .ts-notice .ts-notice-content.link.double-arrow:after {
  background-color: #e88831;
  border-radius: 50%;
  color: white;
  content: "!";
  display: block;
  font-size: 1.3em;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translatey(-50%);
      transform: translatey(-50%);
  width: 28px;
}
.ts-notice a {
  color: #4b2108;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translatey(-50%);
      transform: translatey(-50%);
}
.ts-notice a span {
  display: none;
}
.ts-notice a i {
  font-size: 16px;
  font-style: normal;
}

body.notice {
  padding-top: 52px;
}

.social-login {
  margin: 38px auto 0;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .social-login:before, .social-login.link.simple-arrow:after, .social-login.link.double-arrow:after, .text--list-anonym li .social-login.link.simple-arrow:after, .text--list-anonym li .social-login.link.double-arrow:after {
    background-color: #dddddd;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 18px;
    width: 1px;
  }
}

.social-login__menu {
  position: relative;
}

.social-login__btn {
  font-weight: normal;
  padding-left: 40px;
  text-transform: none;
  border-radius: 6px;
}

.social-login__btn-icon {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 10px 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
[data-provider=facebook] .social-login__btn-icon {
  background-color: #3b5999;
  padding-top: 12px;
}
[data-provider=facebook] .social-login__btn-icon.icon--facebook-circle:before, [data-provider=facebook] .social-login__btn-icon.icon--facebook-circle.link.simple-arrow:after, [data-provider=facebook] .social-login__btn-icon.icon--facebook-circle.link.double-arrow:after {
  font-size: 25px;
}
[data-provider=twitter] .social-login__btn-icon {
  background-color: #55acee;
  padding-top: 12px;
}
[data-provider=twitter] .social-login__btn-icon.icon--twitter-circle:before, [data-provider=twitter] .social-login__btn-icon.icon--twitter-circle.link.simple-arrow:after, [data-provider=twitter] .social-login__btn-icon.icon--twitter-circle.link.double-arrow:after {
  font-size: 20px;
}
[data-provider=google] .social-login__btn-icon {
  background-color: #db4e3f;
}
[data-provider=google] .social-login__btn-icon.icon--googleplus-circle:before, [data-provider=google] .social-login__btn-icon.icon--googleplus-circle.link.simple-arrow:after, [data-provider=google] .social-login__btn-icon.icon--googleplus-circle.link.double-arrow:after {
  font-size: 22px;
}
[data-provider=apple] .social-login__btn-icon {
  background-color: #000000;
}
[data-provider=apple] .social-login__btn-icon.icon--apple-circle:before, [data-provider=apple] .social-login__btn-icon.icon--apple-circle.link.simple-arrow:after, [data-provider=apple] .social-login__btn-icon.icon--apple-circle.link.double-arrow:after {
  font-size: 25px;
}

.store-details .key-personnels {
  display: -ms-flexbox;
  display: flex;
}
.store-details .key-personnels__img {
  max-width: 40%;
  width: unset;
}
.store-details .key-personnels__text {
  margin-top: auto;
  margin-bottom: auto;
}
.store-details .key-personnels__text--title {
  font-weight: bold;
}

.og-store-selector {
  position: relative;
  min-height: 400px;
}
.og-store-selector a {
  text-decoration: underline;
}
.og-store-selector a.btn {
  text-decoration: none;
}
.og-store-selector__header {
  font-size: 13px;
  font-size: 1rem;
  line-height: 17px;
  background-color: #dddddd;
  border: 1px solid #CCCCCC;
  padding: 20px;
  text-align: left;
}
.og-store-selector__body {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-top: none;
  color: #494949;
  padding: 20px;
  text-align: left;
}
.og-store-selector__body h3, .og-store-selector__body .h3-like, .og-store-selector__body .text--list-anonym li .h3-like, .text--list-anonym li .og-store-selector__body .h3-like, .og-store-selector__body .modal .modal__inner h1.h4-like, .modal .modal__inner .og-store-selector__body h1.h4-like, .og-store-selector__body .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .og-store-selector__body .h4-like.h1-like {
  font-size: 15px;
  font-size: 1.1538461538rem;
  line-height: 19.6153846154px;
  color: #494949;
}
.og-store-selector__body p {
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 18.3076923077px;
}
.og-store-selector__body label {
  font-size: 15px;
  font-size: 1.1538461538rem;
  line-height: 19.6153846154px;
}
.og-store-selector__map {
  height: 0;
  padding-bottom: 90%;
}
@media only screen and (max-width: 767px) {
  .og-store-selector__map {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .radio .store-locator__action-box > li {
    display: block;
    margin-bottom: 10px;
  }
}
.store-locator__action-box > li input[type=checkbox] {
  height: 18px;
  width: 18px;
}
.store-locator__action-box > li label.checkbox-label {
  vertical-align: middle;
  font-weight: normal !important;
}
@media only screen and (max-width: 767px) {
  .store-locator__action-box > li > label {
    margin: 0;
  }
}

.store-locator__map-container,
.store-locator__map-loader {
  height: 270px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .store-locator__map-container,
.store-locator__map-loader {
    height: 325px;
  }
}

.store-locator__search {
  margin-bottom: 40px;
  background: #FFFFFF;
  padding: 20px;
}
.store-locator__search h3, .store-locator__search .h3-like, .store-locator__search .text--list-anonym li .h3-like, .text--list-anonym li .store-locator__search .h3-like, .store-locator__search .modal .modal__inner h1.h4-like, .modal .modal__inner .store-locator__search h1.h4-like, .store-locator__search .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .store-locator__search .h4-like.h1-like {
  text-transform: unset;
}

.store-locator__search-tab {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .store-locator__refiners {
    float: left;
  }
}
.store-locator__refiners h3:before, .store-locator__refiners .h3-like:before, .store-locator__refiners .modal .modal__inner h1.h4-like:before, .modal .modal__inner .store-locator__refiners h1.h4-like:before, .store-locator__refiners .modal .modal__inner .h4-like.h1-like:before, .modal .modal__inner .store-locator__refiners .h4-like.h1-like:before, .store-locator__refiners h3.link.simple-arrow:after, .store-locator__refiners .h3-like.link.simple-arrow:after, .store-locator__refiners .modal .modal__inner h1.h4-like.link.simple-arrow:after, .modal .modal__inner .store-locator__refiners h1.h4-like.link.simple-arrow:after, .store-locator__refiners .modal .modal__inner .h4-like.h1-like.link.simple-arrow:after, .modal .modal__inner .store-locator__refiners .h4-like.h1-like.link.simple-arrow:after, .store-locator__refiners h3.link.double-arrow:after, .store-locator__refiners .h3-like.link.double-arrow:after, .store-locator__refiners .modal .modal__inner h1.h4-like.link.double-arrow:after, .modal .modal__inner .store-locator__refiners h1.h4-like.link.double-arrow:after, .store-locator__refiners .modal .modal__inner .h4-like.h1-like.link.double-arrow:after, .modal .modal__inner .store-locator__refiners .h4-like.h1-like.link.double-arrow:after {
  display: none !important;
}

.card .store-locator__store-body {
  padding: 20px 50px;
}
@media only screen and (min-width: 768px) {
  .card .store-locator__store-body {
    padding: 20px;
  }
}
.card .store-locator__store-body .text--icon--indent {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .card .store-locator__store-body .text--icon--indent {
    margin: 0 -30px 20px;
  }
}

.store-locator__search-controls .search-box__input {
  overflow: visible;
}
.store-locator__search-controls .search-box__button {
  z-index: 0;
}
.store-locator__search-controls .error-message {
  position: absolute;
  top: 48px;
}
.store-locator__search-controls .error-message.is-error {
  display: block;
}
.store-locator__search-controls > .grid__item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .store-locator__search-controls > .grid__item {
    margin-bottom: 20px;
  }
}

.store-locator__geoloc-btn {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .store-locator__geoloc-btn {
    display: inline-block;
    width: auto;
  }
}

.fat-menu {
  background: #333333;
  border-top: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: table;
  width: 100%;
  color: #fff;
}
.fat-menu .main-nav__col {
  overflow: visible;
  z-index: 100;
}
.fat-menu > * {
  display: block;
  width: 100%;
}
.fat-menu .main-nav__col {
  padding: 0;
}

.fat-menu:before, .fat-menu.link.simple-arrow:after, .fat-menu.link.double-arrow:after, .text--list-anonym li .fat-menu.link.simple-arrow:after, .text--list-anonym li .fat-menu.link.double-arrow:after {
  background: #F2F2F2;
  content: none;
  height: 10px;
  left: 30px;
  position: absolute;
  right: 30px;
  top: 0;
}

.fat-menu__wrapper {
  position: inherit !important;
}

.fat-menu__safe-zone {
  display: none;
  left: 0;
  margin: 0px -30px -30px;
  padding: 0px 30px 30px;
  position: absolute;
  right: 0;
  z-index: 140;
}

.fat-menu__wrapper:hover .fat-menu__safe-zone {
  display: block;
}
@media only screen and (max-width: 767px) {
  .fat-menu__wrapper:hover .fat-menu__safe-zone {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fat-menu__wrapper:hover .fat-menu__safe-zone {
    display: none;
  }
}

.fat-menu__item {
  display: inline-block;
  float: left;
}
.fat-menu__item.is-active {
  position: relative;
  background-color: #c9c9c9;
}
.fat-menu__item.is-active:after {
  content: "";
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 0;
  height: 0;
  top: 100%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #c9c9c9;
}
.fat-menu__item .main-nav__link {
  padding: 20px 15px;
}
.fat-menu__item.is-active-list .main-nav__item-list {
  display: inline-block;
  float: left;
}

.fat-menu__more-link {
  display: inline-block;
  float: left;
  text-decoration: underline;
  padding: 20px 15px;
}
.fat-menu__more-link:hover, .fat-menu__more-link:focus {
  background: none;
  text-decoration: underline;
}

.fat-menu__preview {
  padding-top: 20px;
  padding-right: 20px;
}
li > .fat-menu__preview {
  display: none;
}

.fat-menu__image {
  display: inline-block;
  float: left;
  margin: -20px 0 0 0;
  position: relative;
  z-index: 100;
}
.fat-menu__image > img {
  display: block;
}

.fat-menu__heading {
  font-size: 20px;
  font-size: 1.5384615385rem;
  line-height: 27px;
}

.fat-menu__heading {
  text-transform: uppercase;
  color: #fff;
  width: auto;
  display: block;
  text-align: left;
}
.fat-menu__heading:after, .fat-menu__heading:before, .fat-menu__heading.link.simple-arrow:after, .fat-menu__heading.link.double-arrow:after, .text--list-anonym li .fat-menu__heading.link.simple-arrow:after, .text--list-anonym li .fat-menu__heading.link.double-arrow:after {
  content: none;
}

.fat-menu__description {
  font-size: 13px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
}

.fat-menu__cta {
  line-height: 19px;
  padding: 10px 25px;
}

.promotion-list {
  display: table;
}

.promotion-list__item {
  display: table-row;
}

.promotion-list__icon {
  display: table-cell;
  padding-bottom: 10px;
  padding-right: 0.3em;
  text-align: center;
  vertical-align: middle;
}
.promotion-list__icon .icon:before, .promotion-list__icon .icon.link.simple-arrow:after, .promotion-list__icon .icon.link.double-arrow:after {
  height: 1em;
  line-height: 1em;
  position: relative;
  top: -1px;
  vertical-align: baseline;
}
.promotion-list__icon .icon--calendar:before, .promotion-list__icon .icon--calendar.link.simple-arrow:after, .promotion-list__icon .icon--calendar.link.double-arrow:after {
  font-size: 30px;
}
.promotion-list__icon .icon--icomoon-promotion:before, .promotion-list__icon .icon--icomoon-promotion.link.simple-arrow:after, .promotion-list__icon .icon--icomoon-promotion.link.double-arrow:after {
  font-size: 20px;
}

.promotion-list__text {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: middle;
}

.promotion-list__more-link {
  border-left: 1px solid;
  padding-left: 0.3em;
}

.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element.link.simple-arrow:after, .shepherd-element.link.double-arrow:after, .text--list-anonym li .shepherd-element.link.simple-arrow:after, .text--list-anonym li .shepherd-element.link.double-arrow:after,
.shepherd-element *,
.shepherd-element *:after,
.shepherd-element *:before,
.shepherd-element .link.simple-arrow:after,
.shepherd-element .link.double-arrow:after,
.shepherd-element .text--list-anonym li .link.simple-arrow:after,
.text--list-anonym li .shepherd-element .link.simple-arrow:after,
.shepherd-element .text--list-anonym li .link.double-arrow:after,
.text--list-anonym li .shepherd-element .link.double-arrow:after {
  box-sizing: border-box;
}

.shepherd-element {
  display: none;
  max-height: 100%;
  max-width: 280px;
  position: absolute;
  z-index: 999;
}
.shepherd-element.shepherd-open {
  display: block;
}

.shepherd-content {
  background-color: #F2F2F2;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.shepherd-content:before, .shepherd-content.link.simple-arrow:after, .shepherd-content.link.double-arrow:after, .text--list-anonym li .shepherd-content.link.simple-arrow:after, .text--list-anonym li .shepherd-content.link.double-arrow:after {
  border-color: transparent;
  border-style: solid;
  border-width: 16px;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.shepherd-element-attached-top .shepherd-content:before, .shepherd-element-attached-top .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-top .shepherd-content.link.double-arrow:after, .shepherd-element-attached-bottom .shepherd-content:before, .shepherd-element-attached-bottom .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-bottom .shepherd-content.link.double-arrow:after {
  left: 50%;
  margin-left: -16px;
}
.shepherd-element-attached-right .shepherd-content:before, .shepherd-element-attached-right .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-right .shepherd-content.link.double-arrow:after, .shepherd-element-attached-left .shepherd-content:before, .shepherd-element-attached-left .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-left .shepherd-content.link.double-arrow:after {
  margin-top: -16px;
  top: 50%;
}
.shepherd-element-attached-top .shepherd-content {
  margin-top: 16px;
}
.shepherd-element-attached-top .shepherd-content:before, .shepherd-element-attached-top .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-top .shepherd-content.link.double-arrow:after {
  border-top: 0;
  border-bottom-color: #2D2C2F;
  bottom: 100%;
}
.shepherd-element-attached-right .shepherd-content {
  margin-right: 16px;
}
.shepherd-element-attached-right .shepherd-content:before, .shepherd-element-attached-right .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-right .shepherd-content.link.double-arrow:after {
  border-right: 0;
  border-left-color: #F2F2F2;
  left: 100%;
}
.shepherd-element-attached-bottom .shepherd-content {
  margin-bottom: 16px;
}
.shepherd-element-attached-bottom .shepherd-content:before, .shepherd-element-attached-bottom .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-bottom .shepherd-content.link.double-arrow:after {
  border-bottom: 0;
  border-top-color: #F2F2F2;
  top: 100%;
}
.shepherd-element-attached-left .shepherd-content {
  margin-left: 16px;
}
.shepherd-element-attached-left .shepherd-content:before, .shepherd-element-attached-left .shepherd-content.link.simple-arrow:after, .shepherd-element-attached-left .shepherd-content.link.double-arrow:after {
  border-left: 0;
  border-right-color: #F2F2F2;
  right: 100%;
}
.shepherd-content > header {
  background-color: #2D2C2F;
  border-radius: 5px 5px 0 0;
  padding: 0 20px;
}
.shepherd-content > header:after {
  content: "";
  display: table;
  clear: both;
}
.shepherd-content > footer {
  padding: 0 20px 20px;
}

.shepherd-title {
  font-size: 13px;
  font-size: 1rem;
  line-height: 36px;
  color: #FFFFFF;
  padding-right: 75px;
}
.shepherd-has-cancel-link .shepherd-title {
  float: left;
}

.shepherd-cancel-link {
  float: right;
  font-weight: normal;
  position: relative;
  text-decoration: none;
}
.shepherd-has-title .shepherd-cancel-link {
  margin-bottom: 0;
  padding: 0;
}

.shepherd-text {
  padding: 20px;
}

.shepherd-buttons {
  list-style: none;
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: right;
}
.shepherd-buttons > li {
  display: inline-block;
  margin: 0;
}
.shepherd-buttons > li + li {
  padding-left: 20px;
  width: 50%;
}
.shepherd-button {
  min-width: 70px;
}

.shepherd-button-close {
  color: #FFFFFF;
  cursor: pointer;
  line-height: 36px;
  min-width: 0;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  top: 0;
}
.shepherd-button-close:before, .shepherd-button-close.link.simple-arrow:after, .shepherd-button-close.link.double-arrow:after, .text--list-anonym li .shepherd-button-close.link.simple-arrow:after, .text--list-anonym li .shepherd-button-close.link.double-arrow:after {
  float: right;
  line-height: 33px;
  margin-left: 10px;
  text-decoration: none;
}

.opt-content-link {
  position: relative;
}
.opt-content-link .media__img {
  width: auto;
  float: none;
}
.opt-content-link .media__content {
  /*padding:0px;*/
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
}
.opt-content-link .media__title {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 60px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .opt-content-link .media__title {
    padding: 0 10px;
    font-size: 16px;
  }
}
.opt-content-link .media__title:before, .opt-content-link .media__title:after {
  content: "";
  background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 20%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  width: 45%;
  height: 2px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.opt-content-link .media__title:before, .opt-content-link .media__title.link.simple-arrow:after, .opt-content-link .media__title.link.double-arrow:after {
  background-position: top;
  top: -30px;
}
.opt-content-link .media__title:after {
  background-position: bottom;
  bottom: -30px;
}

.recipe-panel .recipe-block__title {
  color: #fff;
  padding: 15px 0;
}
.recipe-panel .recipe-block__title h1, .recipe-panel .recipe-block__title h2, .recipe-panel .recipe-block__title h3, .recipe-panel .recipe-block__title .modal .modal__inner h1.h4-like, .modal .modal__inner .recipe-panel .recipe-block__title h1.h4-like, .recipe-panel .recipe-block__title .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .recipe-panel .recipe-block__title .h4-like.h1-like, .recipe-panel .recipe-block__title h4, .recipe-panel .recipe-block__title h5, .recipe-panel .recipe-block__title h6,
.recipe-panel .recipe-block__title .h1-like, .recipe-panel .recipe-block__title .h2-like, .recipe-panel .recipe-block__title .h3-like, .recipe-panel .recipe-block__title .h4-like, .recipe-panel .recipe-block__title .h5-like, .recipe-panel .recipe-block__title .h6-like {
  color: #fff;
}
.recipe-panel .recipe-block__title h3, .recipe-panel .recipe-block__title .modal .modal__inner h1.h4-like, .modal .modal__inner .recipe-panel .recipe-block__title h1.h4-like, .recipe-panel .recipe-block__title .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .recipe-panel .recipe-block__title .h4-like.h1-like, .recipe-panel .recipe-block__title .h3-like {
  font-size: 26px;
  font-size: 2rem;
  line-height: 39px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recipe-panel .recipe-block__title {
    padding: 10px 0;
  }
  .recipe-panel .recipe-block__title h3, .recipe-panel .recipe-block__title .modal .modal__inner h1.h4-like, .modal .modal__inner .recipe-panel .recipe-block__title h1.h4-like, .recipe-panel .recipe-block__title .modal .modal__inner .h4-like.h1-like, .modal .modal__inner .recipe-panel .recipe-block__title .h4-like.h1-like, .recipe-panel .recipe-block__title .h3-like {
    font-size: 20px;
    font-size: 1.5384615385rem;
    line-height: 26px;
  }
}
.recipe-panel .recipe-block__container {
  background: #333333;
}
.recipe-panel .recipe-block__content {
  height: 100%;
  position: relative;
  top: 0;
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 0 30px 20px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .recipe-panel .recipe-block__content {
    padding: 0 20px 20px;
  }
}
.recipe-panel .recipe-block__content .item-table {
  position: relative;
  transition: all 0.5s ease-in-out;
  text-align: center;
  width: 70%;
}
.recipe-panel .recipe-block__content .item-table .table-cell {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .recipe-panel .recipe-block__content .item-table .table-cell {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .recipe-panel .recipe-block__content .item-table .table-cell:nth-child(4) {
    position: absolute;
    right: 0px;
    bottom: -60px;
  }
}
.recipe-panel .recipe-block__content .item-table.recipe-detail {
  width: 100%;
  margin-left: -20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recipe-panel .recipe-block__content {
    padding: 0 20px;
  }
}
.recipe-panel .recipe-block__content .icn, .recipe-panel .recipe-block__content .time-title, .recipe-panel .recipe-block__content .time-value {
  display: block;
}
.recipe-panel .recipe-block__content .time-value-position {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .recipe-panel .recipe-block__content .time-value-position {
    top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .recipe-panel .recipe-block__content .time-value-position {
    top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .recipe-panel .recipe-block__content .time-value-position {
    top: 15px;
  }
}
.recipe-panel .recipe-block__content .time-title {
  font-size: 11px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recipe-panel .recipe-block__content .time-title {
    padding: 0;
  }
}
.recipe-panel .recipe-block__content .time-value {
  font-size: 23px;
  font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recipe-panel .recipe-block__content .time-value {
    font-size: 1.7vw;
    padding: 0;
  }
}

.recipe-desc {
  display: block;
  color: #CCCCCC;
  text-align: left;
  line-height: 20px;
}
.recipe-desc-value {
  color: #CCCCCC;
}

.recipe-block__media .icon-group {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 20px;
}

.recipe-block__container .icon-group {
  padding: 10px 0;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .recipe-block__container .icon-group {
    padding: 20px 0 10px;
  }
}

.list-box__pills > .child {
  display: inline-block;
}
.list-box__pills > .child > li {
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
}
.list-box__pills > .child > li > a {
  display: block;
  padding: 5px 10px;
  background-color: #EFEFEF;
  border-radius: 5px;
}
.list-box__pills > .child > li > a:hover, .list-box__pills > .child > li > a:focus {
  background-color: #c9c9c9;
}
.list-box__pills > .child > li .nav-tags__media {
  float: none;
  vertical-align: middle;
}
.list-box__pills > .child > li .nav-tags__label {
  display: inline;
  padding: 0;
  width: auto;
  vertical-align: middle;
}

.newsletter-label {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .newsletter-label {
    text-align: right;
    margin: 0;
  }
}
.newsletter-media {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .newsletter-media {
    text-align: right;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-label label, .newsletter-media {
    display: inline-block;
    vertical-align: middle;
  }
}

.newsletter-image {
  margin-bottom: 0 !important;
}

.nodelist-item {
  position: relative;
  overflow: hidden;
}

.nodelist-item__img {
  width: auto;
  float: none;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.nodelist-item:hover .nodelist-item__img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.nodelist-item__content {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  transition: background 0.2s ease-in-out;
}
.nodelist-item:hover .nodelist-item__content {
  background: rgba(0, 0, 0, 0.65);
}

.nodelist-item__title {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 50%;
  left: 0;
  padding: 30px 0;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nodelist-item__title {
    padding: 0 10px;
    font-size: 16px;
  }
}
.nodelist-item:hover .nodelist-item__title {
  bottom: 100%;
  -ms-transform: translateY(0%);
      transform: translateY(0%);
}
.nodelist-item__title:before, .nodelist-item__title.link.simple-arrow:after, .nodelist-item__title.link.double-arrow:after, .text--list-anonym li .nodelist-item__title.link.simple-arrow:after, .text--list-anonym li .nodelist-item__title.link.double-arrow:after, .nodelist-item__title:after {
  content: "";
  background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 20%);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  width: 45%;
  height: 2px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.nodelist-item__title:before, .nodelist-item__title.link.simple-arrow:after, .nodelist-item__title.link.double-arrow:after, .text--list-anonym li .nodelist-item__title.link.simple-arrow:after, .text--list-anonym li .nodelist-item__title.link.double-arrow:after {
  background-position: top;
  top: 0;
}
.nodelist-item__title:after {
  background-position: bottom;
  bottom: 0;
}

.nodelist-item__desc {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 100%;
  -ms-transform: translateY(0%);
      transform: translateY(0%);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .nodelist-item__desc {
    padding: 0 10px;
    font-size: 16px;
  }
}
.nodelist-item:hover .nodelist-item__desc {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.nodelist-item__text {
  display: block;
  position: relative;
}

.product-detail__brand {
  color: #939393;
  min-height: 15px;
  font-size: 18px;
  font-size: 1.3846153846rem;
  line-height: 24px;
}

.product-detail__name {
  text-transform: none;
}

.product-detail__price--sale {
  color: #E53134;
}
.product-detail__price--sale > .price {
  color: #E53134;
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
  font-size: 24px;
  font-size: 1.8461538462rem;
  line-height: 31.3846153846px;
}

.product-detail__info {
  color: #939393;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.0769230769rem;
  line-height: 16px;
}

.item-product__prices > .prices {
  margin-bottom: 24px !important;
}

.product-detail__Inline__IsCanadian {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

.product-detail__IsCanadian {
  position: relative;
  right: 0px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-align: left;
}

.product-detail__Inline__IsCanadian__inline-text {
  display: inline-block;
  margin-right: 0;
  margin-left: 10px;
  font-family: Roboto;
  font-size: 18px !important;
  text-transform: none;
}

.product-detail__promotion-title {
  color: #e53134;
}

.product-detail__promotion-detail {
  display: inline-block;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  padding: 7px 15px;
  margin: 5px;
  width: 100%;
  text-align: center;
}
.product-detail__promotion-detail:hover {
  text-decoration: underline;
}

.product-comment {
  display: none;
}

.product-comment.open {
  display: block;
}

.add-comment-button-div {
  display: none;
}

.add-comment-button-div.open {
  display: block;
}

.add-comment-textarea-div {
  display: none;
}

.add-comment-textarea-div.open {
  display: block;
}

.thematic-tile .item-block__content {
  min-height: 0;
}
.thematic-tile .item-block__overlay-container:after {
  border: 1px solid #CCCCCC;
  border-bottom-color: transparent;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.thematic-tile .item-block__media {
  border: none;
  padding-bottom: 55%;
}
.thematic-tile .item-block__media img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.thematic-featured .item-block__content {
  min-height: 87px;
}

.css-popover {
  position: relative;
  padding: 5px;
}
.css-popover > .css-popover-wrapper {
  display: none;
}
.css-popover:focus > .css-popover-wrapper {
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  z-index: 1000;
  min-width: 240px;
  bottom: calc(100% + 10px);
  right: -100%;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.css-popover-arrow {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  left: 73%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.css-popover-arrow:after {
  content: "";
  border-width: 10px;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #f7f7f7;
  border-bottom-width: 0;
  bottom: 1px;
  left: 73%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  position: absolute;
}

.promocode.applied {
  display: none;
}
.promocode-message {
  display: none;
  opacity: 0;
  transition: opacity 2s;
}
.promocode-message.open {
  opacity: 1;
  display: block;
  transition: opacity 2s;
  margin-bottom: 30px;
}
.promocode-alerts {
  display: none;
  opacity: 0;
  overflow: hidden;
  top: 10px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  transition: opacity 2s;
  padding: 15px !important;
  bottom: 0;
}
.promocode-alerts.open {
  opacity: 1;
  display: block;
  transition: opacity 2s;
}
.promocode-value {
  font-weight: bold;
  text-transform: uppercase;
  word-break: break-all;
}

input.js-promo-code {
  text-transform: uppercase;
}

.js-close-alert {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}

.flatsheettopbar-menu-item-title > h4, .flatsheettopbar-menu-item-title > .h4-like, .text--list-anonym li .flatsheettopbar-menu-item-title > .h4-like {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
}

.flatsheettopbar-shoppinglist-texts {
  margin-top: 10px;
  margin-bottom: 15px;
}
.flatsheettopbar-shoppinglist-texts .flatsheettopbar-shoppinglist-item-info-area {
  height: 55px;
  line-height: 55px;
}

.flatsheettopbar-shoppinglist-item {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
.flatsheettopbar-shoppinglist-item-info-area {
  width: 45%;
  padding-left: 10px;
  float: left;
}
.flatsheettopbar-shoppinglist-item-name {
  margin-bottom: 3px;
  word-wrap: break-word;
}
.flatsheettopbar-shoppinglist-item-price {
  font-weight: bold;
  margin-bottom: 3px;
}
.flatsheettopbar-shoppinglist-item-valid-dates {
  color: #707070;
}
.flatsheettopbar-shoppinglist-item-remove-button {
  color: #3F3F3F;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  font-size: 10px;
}
.flatsheettopbar-shoppinglist-item-quantities {
  width: 34%;
  padding-left: 10px;
  float: left;
}
.flatsheettopbar-shoppinglist-item-quantities -count {
  color: #3F3F3F;
}
.flatsheettopbar-shoppinglist-item-quantities .quantity-area {
  overflow: hidden;
  padding: 5px;
}
.flatsheettopbar-shoppinglist-item-quantities-count-area {
  width: 50%;
  float: left;
  padding: 0px 2px;
  line-height: 20px;
  text-align: center;
}
.flatsheettopbar-shoppinglist-item-quantities-minus, .flatsheettopbar-shoppinglist-item-quantities-plus {
  width: 25%;
  float: left;
  border: 1px solid #AFAFAF;
  border-radius: 3px;
  text-align: center;
  padding: 2px 0px;
  cursor: pointer;
}
.flatsheettopbar-shoppinglist-item-image {
  border: 1px solid #d3d3d3;
  height: 55px;
  width: 20%;
  float: left;
  font-size: 0;
  text-align: center;
  position: relative;
}
.flatsheettopbar-shoppinglist-item-image .icon--menu:before, .flatsheettopbar-shoppinglist-item-image .icon--menu.link.simple-arrow:after, .flatsheettopbar-shoppinglist-item-image .icon--menu.link.double-arrow:after {
  font-size: 35px;
  margin-top: 20px;
}
.flatsheettopbar-shoppinglist-item-image i {
  font-size: 40px;
  padding: 6px;
  display: block;
  color: #3F3F3F;
}
.flatsheettopbar-shoppinglist-item-image div.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

.area-opened {
  background-color: white;
}
.area-opened:hover {
  background-color: white;
}

.disable-button .flatsheettopbar-button-wrapper {
  cursor: default;
}

/* Topbar Menu Container */
.flatsheettopbar {
  display: block;
  border-collapse: collapse;
  width: 100%;
  /* Flyer Selector Button */
}
.flatsheettopbar-shoppinglist-toolbar {
  position: relative;
}
.flatsheettopbar-shoppinglist-toolbar .tool-button {
  color: #444444;
  text-decoration: none;
  font-weight: bold;
  width: 107px;
  background: #EDEDED;
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
  cursor: pointer;
}
.flatsheettopbar-shoppinglist-toolbar .tool-button i {
  margin-right: 5px;
}
.flatsheettopbar-shoppinglist-toolbar .print-button {
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
}
.flatsheettopbar-shoppinglist-toolbar .sendToList-button {
  border-left: solid 3px #fff;
}
.flatsheettopbar-menu {
  font-size: 12px;
  border-bottom: 2px solid #eee;
  background-color: #FAFAFA;
  height: 50px;
  /* Topbar Menu Item */
}
.flatsheettopbar-menu-icon {
  float: left;
  display: inline-block;
  fill: currentColor;
  font-size: 25px;
  margin-right: 8px;
  color: #3F3F3F;
}
.flatsheettopbar-menu .area-opened {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.flatsheettopbar-menu-item {
  float: left;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.flatsheettopbar-menu-item-dropdown {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.flatsheettopbar-menu-item-item-selector {
  display: table;
  height: 50px;
  width: 100%;
}
.flatsheettopbar-menu-item-label {
  display: table-cell;
  /*padding-top: 10px;*/
  vertical-align: middle;
}
.flatsheettopbar-menu-item-label .icon--icomoon-list:before, .flatsheettopbar-menu-item-label .icon--icomoon-list.link.simple-arrow:after, .flatsheettopbar-menu-item-label .icon--icomoon-list.link.double-arrow:after {
  font-size: 35px;
  right: 8px;
}
.flatsheettopbar-menu-item-title > h4, .flatsheettopbar-menu-item-title > .h4-like, .text--list-anonym li .flatsheettopbar-menu-item-title > .h4-like {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}
.flatsheettopbar-menu-item-title > p {
  padding-top: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #2D2D2D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
}
.flatsheettopbar-button-wrapper {
  padding: 0px 7.5px;
  cursor: pointer;
  z-index: 4;
  position: relative;
  border: 1px solid transparent;
}
.flatsheettopbar-button-wrapper:hover {
  background-color: #eee;
  border-radius: 4px;
}
.flatsheettopbar-flyers {
  width: 250px;
  /* Flyer Selector Dropdown */
}
.flatsheettopbar-flyers .disable-button {
  color: #C5C5C5;
}
.flatsheettopbar-flyers .disable-button:hover {
  background-color: #FAFAFA;
}
.flatsheettopbar-flyers strong {
  font-weight: bold;
  font-size: 13px;
  vertical-align: super;
}
.flatsheettopbar-flyers h4, .flatsheettopbar-flyers .h4-like, .flatsheettopbar-flyers .text--list-anonym li .h4-like, .text--list-anonym li .flatsheettopbar-flyers .h4-like {
  line-height: 19px;
  font-size: 15px;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.flatsheettopbar-flyers .flatsheettopbar-menu-item-title p {
  width: 230px;
}
.flatsheettopbar-flyers-dropdown {
  width: 390px;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  color: #2D2D2D;
  max-height: 330px;
  overflow-y: scroll;
}

.flatsheettopbar-pdf,
.flatsheettopbar-fullscreen {
  display: inline-block;
  cursor: pointer;
  padding: 6px 10px;
  border: 1px solid transparent;
}

.flatsheettopbar-categories {
  width: 179px;
}

.flatsheettopbar-help-button,
.flatsheettopbar-more-button,
.flatsheettopbar-menu-item-title {
  display: inline-block;
  padding-left: 5px;
}

.flatsheettopbar-subscribe-button {
  cursor: pointer;
  padding: 6px 11px;
  border: 1px solid transparent;
  display: inline-block;
}

.flatsheettopbar-subscribe-button .subscribe-label {
  color: #2d2d2d;
}

.flatsheettopbar-subscribe-button a:hover {
  text-decoration: none;
}

.flatsheettopbar-fullscreen:hover,
.flatsheettopbar-pdf:hover,
.flatsheettopbar-subscribe-button:hover {
  opacity: 0.8;
}

.flatsheettopbar-airmiles-highlights,
.flatsheettopbar-categories,
.flatsheettopbar-menu-item-title > p {
  width: 100px;
  margin: 0 0 0px 0 !important;
}

.flatsheettopbar-zoom .legibility-zoom-out {
  padding: 2px 7px;
}

.flatsheettopbar-zoom .legibility-zoom-in:hover {
  padding: 2px 7px;
  margin-top: 1px;
}

.flatsheettopbar-zoom .legibility-zoom-out:hover {
  padding: 2px 7px;
}

.flatsheettopbar-menu-right-align {
  float: right;
}

.flatsheettopbar-submenu-right-align {
  float: right;
  clear: right;
}

.flatsheettopbar-corrections, .flatsheettopbar-time-left {
  float: none;
  display: inline-block;
}

input#shopping_list_email {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px;
  resize: none;
}

#shopping_list_email h4, #shopping_list_email .h4-like {
  font-size: 12px;
  font-weight: bold;
}

#shopping_list_email .email-instruction {
  padding: 5px 0;
}

.offscreen {
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  text-indent: -10000px;
  z-index: -1;
  outline: 0;
}

.offscreen {
  top: auto;
  left: auto;
  height: 0px;
}

.flatsheettopbar-shoppinglist-clear-confirmation-prompt {
  position: absolute;
  bottom: 100%;
  background: #EDEDED;
  margin-bottom: 3px;
  padding: 4px;
  width: 100%;
}

.confirmation-prompt-close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 10px;
}

.flatsheettopbar-shoppinglist-clear-confirmation-prompt h2, .flatsheettopbar-shoppinglist-clear-confirmation-prompt .h2-like, .flatsheettopbar-shoppinglist-clear-confirmation-prompt .text--list-anonym li .h2-like, .text--list-anonym li .flatsheettopbar-shoppinglist-clear-confirmation-prompt .h2-like {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  padding: 0px 30px;
  text-transform: none;
  white-space: normal;
  display: inherit;
  color: #e2001a;
}

.flatsheettopbar-shoppinglist-clear-confirmation-prompt .button-wrapper {
  margin: 15px auto;
  width: 165px;
}

.flatsheettopbar-shoppinglist-clear-confirmation-prompt .clear-affirmative,
.flatsheettopbar-shoppinglist-clear-confirmation-prompt .clear-negative {
  margin: 0px 5px;
  border: none;
  border-radius: 3px;
  color: white;
  width: 70px;
  padding: 10px 0px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

.flatsheettopbar-shoppinglist-clear-confirmation-prompt .clear-negative {
  background-color: #999;
}

.goog-custom-button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  cursor: pointer;
}
.goog-custom-button .icon--delete:before, .goog-custom-button .icon--delete.link.simple-arrow:after, .goog-custom-button .icon--delete.link.double-arrow:after {
  margin-right: 5px;
}

.goog-custom-button-focused {
  cursor: pointer;
}

.goog-custom-button-disabled {
  cursor: default;
}

.goog-slider-thumb {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  cursor: pointer;
}

.goog-menuitem.goog-menuitem-highlight {
  background-color: #3a3a3a;
  cursor: pointer;
}

/* High level layout */
.location-dialog {
  left: auto !important;
  height: 210px;
  width: 350px;
  background: url("/images/hosted/v4/bg-postal-code-prompt.png") no-repeat scroll 0 0 transparent;
  border-radius: 0px;
  cursor: default;
  box-shadow: 0 0 0 0 #000;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
}

.location-dialog .modal-close-x {
  right: 13px;
  top: 17px;
}

.location-dialog .location-extra-help {
  background: url("/images/hosted/v4/help-page.png") no-repeat scroll 10px 10px transparent;
  background-color: #333;
  position: absolute;
  top: 165px;
  right: 38px;
  border-radius: 5px;
  padding: 5px;
  width: 126px;
  height: 88px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.location-msg {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 62px;
  top: 20px;
  color: white;
  line-height: 20px;
}

.location-msg-subtext {
  font-size: 12px;
  left: 62px;
  position: absolute;
  top: 50px;
  color: white;
  padding-right: 5px;
}

.location-form-container {
  position: absolute;
  left: 62px;
  top: 110px;
  width: 207px;
  height: 36px;
  border-radius: 10px;
  box-shadow: inset 1px 1px 2px 0 #aaaaaa;
  border: 3px solid #f2f2f2;
  background: white;
}

.location-dialog-error {
  position: absolute;
  left: 62px;
  top: 90px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #e12121;
}

.location-dialog .label-input-label, .location-code {
  border: 0 none;
  bottom: 0;
  font-size: 14px;
  left: 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 9px;
  width: 155px;
  height: 20px;
}

.location-msg span {
  font-weight: normal;
  font-size: 12px;
}

.goog-custom-button-hover .sidebar-toggle-button-unchecked {
  color: #646464;
}

.goog-custom-button-checked .sidebar-toggle-button-unchecked {
  display: none;
}

.goog-custom-button-hover .sidebar-toggle-button-checked {
  color: #646464;
}

.goog-custom-button-checked .sidebar-toggle-button-checked {
  display: block;
}

.not-found-dialog {
  padding: 30px;
  width: 200px;
  height: 100px;
  font-size: 18px;
  background: url(/images/hosted/flyer-not-found-bk.png) no-repeat 150px white;
  line-height: 20px;
}

.not-found-dialog p {
  width: 167px;
}

.flatsheettopbar-shopping-list {
  float: right;
  /*
  width: 170px;
     position: absolute;
     right: 0px;
  */
}
.flatsheettopbar-shopping-list-item-count {
  color: #FFFFFF;
  background-color: #757575;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  position: absolute;
  top: 8px;
  left: 22px;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
}
.flatsheettopbar-shopping-list-dropdown {
  position: absolute;
  top: 50px;
  right: 0px;
  display: block;
  width: 470px;
  z-index: 101;
}

.flatsheettopbar-label-online-shopping {
  display: none;
}

@media screen and (max-width: 415px) {
  .flatsheettopbar-button-wrapper {
    position: relative;
    bottom: 10px;
    background-color: #f2f2f2;
    height: 43px;
    display: inline-block;
    float: right;
  }

  .flatsheettopbar-label-online-shopping {
    display: inline-block;
    position: relative;
    top: 14px;
    font-size: 12px;
    text-transform: none;
  }

  .flatsheettopbar-menu-icon {
    font-size: inherit;
  }

  .flatsheettopbar-menu-item-label {
    float: right;
    padding-top: 0;
  }
  .flatsheettopbar-menu-item-label .icon--icomoon-list:before, .flatsheettopbar-menu-item-label .icon--icomoon-list.link.simple-arrow:after, .flatsheettopbar-menu-item-label .icon--icomoon-list.link.double-arrow:after {
    font-size: 25px;
    right: 0px;
  }

  .flatsheettopbar-shopping-list {
    width: inherit;
  }
  .flatsheettopbar-shopping-list-item-count {
    position: relative;
    left: 13px;
    display: block;
    z-index: 3;
  }
  .flatsheettopbar-shopping-list-dropdown {
    position: inherit;
    top: 0;
    width: 100%;
    z-index: 3;
    display: inline-block;
  }

  .flatsheettopbar-menu-item-title p {
    display: none;
  }

  .flatsheettopbar-shoppinglist-freetext-area .free-text-wrap {
    width: 55% !important;
  }

  .flatsheettopbar-shoppinglist-free-text-button {
    padding: 7px 0px !important;
    width: 21% !important;
  }

  .flatsheettopbar-shoppinglist-toolbar .email-button {
    width: 27% !important;
  }

  a .print-button {
    display: none !important;
  }

  .flatsheettopbar-shoppinglist-toolbar .clear-button {
    width: 39% !important;
  }

  .flatsheettopbar-shoppinglist-toolbar .sendToList-button {
    width: 31% !important;
  }
}
img.shoppinglist-dropdown-item-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#flatsheettopbar-shopping-list-fragment {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px solid #EEEEEE;
}

#flatsheettopbar-shopping-list-fragment * {
  box-sizing: border-box;
}

.flatsheettopbar-shoppinglist-flyers-wrap {
  position: relative;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 10px;
  max-height: 400px;
  overflow-y: auto;
}

.flatsheettopbar-shoppinglist-flyer {
  margin-bottom: 10px;
}

.flatsheettopbar-shoppinglist-free-text-item {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 20px;
}

.item-quantities-disabled {
  opacity: 0.3;
  cursor: auto;
}

.flatsheettopbar-shoppinglist-location .message-text, .flatsheettopbar-shoppinglist-nocookies .message-text {
  background-color: #FDEFD1;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 20px;
}

.flatsheettopbar-shoppinglist-location, .flatsheettopbar-shoppinglist-nocookies {
  text-align: center;
  margin: 0px auto;
  padding-top: 13px;
  padding-bottom: 4px;
}

.flatsheettopbar-shoppinglist-location .message-text, .flatsheettopbar-shoppinglist-nocookies .message-text {
  background-color: #FDEFD1;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 20px;
}

.flatsheettopbar-shoppinglist-zero {
  text-align: center;
  width: 70%;
  margin: 0px auto;
  padding-top: 10px;
}

.flatsheettopbar-shoppinglist-zero .shoppinglist-icon-container {
  overflow: hidden;
  margin-bottom: 15px;
}

.flatsheettopbar-shoppinglist-zero .zero-message {
  font-weight: bold;
  font-size: 15px;
}

.flatsheettopbar-shoppinglist-zero .zero-instruction {
  margin-bottom: 35px;
  font-size: 13px;
}

.flatsheettopbar-shoppinglist-zero i {
  font-size: 25px;
}

.flatsheettopbar-shoppinglist-zero .underline {
  width: 40%;
  border-top: 2px solid #e7e7e7;
  margin: 10px auto;
}

.flatsheettopbar-shoppinglist-freetext-area {
  margin: 12px auto;
}

.flatsheettopbar-shoppinglist-freetext-area .free-text-wrap {
  width: 48%;
  display: inline-block;
}

.flatsheettopbar-shoppinglist-freetext-area .free-text-form {
  text-align: center;
}

.flatsheettopbar-shoppinglist-freetext-area .free-text-form input {
  width: 100%;
  padding-left: 12px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  margin-right: 3px;
  height: 32px;
}

.flatsheettopbar-shoppinglist-free-text-button {
  background-color: #3F3F3F;
  width: 25%;
  padding: 10px 0px;
  display: inline-block;
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
}
.flatsheettopbar-shoppinglist-free-text-button is-disabled, .flatsheettopbar-shoppinglist-free-text-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

/* Shopping List Email Popup */
.flatsheettopbar-shoppinglist-email-popup {
  position: absolute;
  bottom: 100%;
  background: #EDEDED;
  margin-bottom: 3px;
  padding: 12px;
  width: 100%;
}
.flatsheettopbar-shoppinglist-email-popup .email-form-close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 10px;
}
.flatsheettopbar-shoppinglist-email-popup .email-header {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.flatsheettopbar-shoppinglist-email-popup .email-form .email-instruction {
  text-align: center;
  width: 240px;
  margin: 10px auto;
}

.email-submit {
  background-color: #3F3F3F;
  color: #FFFFFF;
  width: 30%;
  display: inline-block;
  padding: 8px 0px;
  text-align: center;
  border-radius: 3px;
}
.email-submit .disabled {
  opacity: 0.4;
}
.email-submit .disabled .email-submit-loader {
  display: inline-block;
}
.email-submit .disabled .email-submit-text {
  display: none;
}

.flatsheettopbar-shoppinglist-email-popup .email-form .email-error,
.flatsheettopbar-shoppinglist-free-text-error {
  color: #930622;
  background-color: #FFDBE2;
  border: 1px solid rgba(147, 6, 34, 0.5);
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.flatsheettopbar-shoppinglist-email-popup .email-form .email-text {
  width: 210px;
  display: inline-block;
}

.flatsheettopbar-shoppinglist-email-popup .email-form .email-text input {
  border: none;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
  height: 28px;
}

.email-success-primary-text {
  font-weight: bold;
  margin-bottom: 2px;
}

.flatsheettopbar-shoppinglist-email-resend {
  font-weight: bold;
  color: #3F3F3F;
  margin-left: 38px;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
}

.primary_theme_accent {
  color: #e2001a;
}
.primary_theme_background {
  background-color: #e2001a;
}
.primary_theme_fill {
  fill: #e2001a;
}
.primary_theme_border {
  border-color: #e2001a;
}
.primary_theme_font_color {
  color: #ffffff;
}

.secondary_theme_accent {
  color: #f2f2f2;
}
.secondary_theme_background {
  background-color: #6f717c;
}
.secondary_theme_font_color {
  color: #000000;
}

.flatsheettopbar-shoppinglist-information-message {
  background: #EDEDED;
  padding: 10px;
  padding-right: 32px;
  margin-bottom: 2px;
  bottom: 100%;
  width: 100%;
}
.flatsheettopbar-shoppinglist-information-message .information-prompt-close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 10px;
}

.flatsheettopbar-shoppinglist-period-print {
  color: red;
}

.flatsheettopbar-shoppinglist-period {
  background-color: #999999;
  color: white;
  text-align: center;
}

.js-FlyerKeywordsPrompt .grid {
  margin-left: 0px;
}

.flatsheettopbar-shopping-list .email-form-keep-space {
  display: block;
  margin: -5px 0 0 0;
  min-height: 18px;
}

.FlyerShoppingList-SendToList-CheckMark {
  display: inline-block;
}

.cookie-popup-container {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: white;
  width: 100%;
  padding: 20px;
  box-shadow: 0 -1px 12px -5px #333333;
  display: none;
  /*as default*/
}
.cookie-popup-container .cookie-popup-actions-container {
  text-align: right;
}

@media (max-width: 768px) {
  .cookie-popup-container .cookie-popup-actions-container button {
    width: 100%;
  }
}
.link-color {
  color: #1c97d4;
}

.link-voila {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 20px 0 0 0;
}
.link-voila a {
  color: #BFD1CF;
  text-decoration: underline;
}
.link-voila p {
  color: #BFD1CF;
}

.link-voila-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px 0;
}
.link-voila-button a {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 10px 70px 10px 70px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  border-radius: 8px;
}

.accordion {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: black;
  cursor: pointer;
  margin-top: 25px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #ccc;
  font-family: "Roboto", Arial, Helvetica, Droid Sans, sans-serif;
  font-weight: bold;
}

.arrow-down {
  position: relative;
  float: right;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  margin-top: 4px;
}

.arrow-up {
  position: relative;
  float: right;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 0.2em solid black;
  border-top: 0.2em solid black;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin-top: 8px;
}

.accordion-content {
  /* css animation */
  overflow: hidden;
  display: none;
  padding: 0 1em;
  max-height: 0;
  opacity: 0;
  /* add browser prefixes */
  transition: all 0.3s ease;
}

.content-open {
  opacity: 1;
  padding: 15px 0px;
  max-height: unset;
  display: inherit;
}

button.accordion:focus {
  border-style: solid;
  border-color: black;
  border-width: 2px;
}

@font-face {
  font-family: FoundersGrotesk-Medium;
  src: url("../fonts/founders_grotesk-medium.otf") format("opentype");
}
@font-face {
  font-family: FoundersGrotesk-Regular;
  src: url("../fonts/founders_grotesk-regular.otf") format("opentype");
}
@font-face {
  font-family: FoundersGrotesk-SemiBold;
  src: url("../fonts/founders_grotesk-semibold.otf") format("opentype");
}
/* Responsive Mixins */
.voila-fullpage-popup {
  top: 0px !important;
  left: 0px !important;
  width: 100%;
  height: 100%;
  background: var(--unnamed-color-00d6ff) 0% 0% no-repeat padding-box;
  background: #00D6FF 0% 0% no-repeat padding-box;
  opacity: 1;
  display: none;
  z-index: 10000 !important;
  overflow-y: scroll;
}

.voila-cart-primary-text {
  color: #004740;
  font-family: FoundersGrotesk-Regular !important;
  font-size: 28px;
  height: 100px;
}
.voila-cart-primary-text span {
  font-family: FoundersGrotesk-SemiBold;
}
@media only screen and (min-width: 1201px) {
  .voila-cart-primary-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-cart-primary-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-cart-primary-text {
    font-size: 20px;
    height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-cart-primary-text {
    font-size: 15px;
    height: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-cart-primary-text {
    font-size: 15px;
    height: 120px;
  }
}
@media only screen and (max-width: 300px) {
  .voila-cart-primary-text {
    font-size: 15px;
    height: 135px;
  }
}

.line-effect {
  width: 750px;
  border-bottom: solid 1px #004740;
  margin: auto;
  margin-bottom: 15px;
}

.voila-cart-legal-text {
  color: #004740;
  font-family: FoundersGrotesk-Regular !important;
  font-size: 19px;
  padding-top: 10px;
}
@media only screen and (max-width: 992px) {
  .voila-cart-legal-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-cart-legal-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-cart-legal-text {
    font-size: 15px;
  }
}

.voila-cart-main-text {
  color: #004740;
  font-family: FoundersGrotesk-Medium !important;
  margin-top: -55px;
}
@media only screen and (min-width: 1201px) {
  .voila-cart-main-text {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-cart-main-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-cart-main-text {
    font-size: 25px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-cart-main-text {
    font-size: 19px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-cart-main-text {
    font-size: 19px;
    margin-top: -30px;
  }
}

.voila-flyer-cart-main-text {
  color: #004740;
  font-family: FoundersGrotesk-Regular !important;
  margin-top: 100px;
}
@media only screen and (min-width: 1201px) {
  .voila-flyer-cart-main-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-flyer-cart-main-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-flyer-cart-main-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-flyer-cart-main-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-flyer-cart-main-text {
    font-size: 18px;
  }
}

.voila-cart-near-match-text {
  color: #004740;
  font-family: FoundersGrotesk-Medium !important;
  font-size: 28px;
  margin-top: -35px;
}
@media only screen and (min-width: 1201px) {
  .voila-cart-near-match-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-cart-near-match-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-cart-near-match-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-cart-near-match-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-cart-near-match-text {
    font-size: 15px;
  }
}

.line-effect {
  width: 750px;
  border-bottom: solid 1px #004740;
  margin: auto;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1201px) {
  .line-effect {
    width: 750px;
  }
}
@media only screen and (max-width: 1200px) {
  .line-effect {
    width: 750px;
  }
}
@media only screen and (max-width: 992px) {
  .line-effect {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .line-effect {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .line-effect {
    width: 300px;
  }
}

.voila-cart-legal-text {
  color: #004740;
  font-family: FoundersGrotesk-Regular !important;
  font-size: 19px;
  padding-top: 20px;
}
@media only screen and (min-width: 1201px) {
  .voila-cart-legal-text {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-cart-legal-text {
    font-size: 19px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-cart-legal-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-cart-legal-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-cart-legal-text {
    font-size: 16px;
  }
}

.voila-body-text {
  letter-spacing: NaNpx;
  color: #004740;
  opacity: 1;
  font-family: FoundersGrotesk-Medium !important;
}
.voila-body-text span {
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (min-width: 1201px) {
  .voila-body-text {
    font-size: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-body-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-body-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-body-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-body-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .voila-header .voila-image-header {
    display: normal;
  }
  .voila-header .voila-app-image-header {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .voila-header .voila-image-header {
    display: none;
  }
  .voila-header .voila-app-image-header {
    display: normal;
    width: 100%;
    object-fit: cover;
  }
}

.voila-image-body {
  width: auto;
  margin-top: -68px;
}
.voila-image-body img {
  width: 541px;
}
@media only screen and (max-width: 767px) {
  .voila-image-body img {
    position: relative;
    width: 100%;
    margin: 10px 0;
  }
}

.voila-cart-gif {
  width: auto;
  margin-top: -80px;
  height: 450px;
}
.voila-cart-gif img {
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .voila-cart-gif img {
    position: relative;
    width: 100%;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-cart-gif {
    margin-top: -80px;
    height: 400px;
  }
}

.voila-close-icon button, .voila-close-icon a {
  color: #F3E8D7;
  background-color: transparent !important;
  display: block;
  position: absolute;
  top: 72px;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .voila-close-icon button, .voila-close-icon a {
    top: 15px;
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-close-icon button, .voila-close-icon a {
    top: 5px;
  }
}

.voila-close-icon :hover {
  background-color: #00D6FF !important;
}

.voila-popup-button {
  border-radius: 4px;
}
.voila-popup-button a {
  font-family: FoundersGrotesk-Regular;
}
@media only screen and (min-width: 1201px) {
  .voila-popup-button a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-popup-button a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-popup-button a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-button a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 300px) {
  .voila-popup-button a {
    font-size: 12px;
  }
}
.voila-popup-button a div {
  padding: 12px 0px 6px 0px;
}

.green-button, .white-button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
@media only screen and (min-width: 1201px) {
  .green-button, .white-button {
    width: 345px;
  }
}
@media only screen and (max-width: 1200px) {
  .green-button, .white-button {
    width: 325px;
  }
}
@media only screen and (max-width: 992px) {
  .green-button, .white-button {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .green-button, .white-button {
    width: 275px;
  }
}
@media only screen and (max-width: 300px) {
  .green-button, .white-button {
    width: 170px;
  }
}

.asp-green-button {
  padding: 12px 0px 6px 0px;
  border: none;
  color: #F3E8D7;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  font-size: 17px;
  background: var(--unnamed-color-004740) 0% 0% no-repeat padding-box;
  background: #004740 0% 0% no-repeat padding-box;
  font-family: FoundersGrotesk-Regular;
}
@media only screen and (min-width: 1201px) {
  .asp-green-button {
    width: 345px;
  }
}
@media only screen and (max-width: 1200px) {
  .asp-green-button {
    width: 325px;
  }
}
@media only screen and (max-width: 992px) {
  .asp-green-button {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .asp-green-button {
    width: 275px;
  }
}
@media only screen and (max-width: 300px) {
  .asp-green-button {
    width: 170px;
  }
}

.voila-cart-buttons {
  margin-top: -230px;
}

.voila-flyer-cart-buttons {
  margin-top: 120px;
}

.green-button {
  background: var(--unnamed-color-004740) 0% 0% no-repeat padding-box;
  background: #004740 0% 0% no-repeat padding-box;
  color: var(--unnamed-color-f3e8d7);
}
.green-button a {
  letter-spacing: 0px;
  color: #F3E8D7;
  opacity: 1;
}

.white-button {
  background: var(--unnamed-color-f3e8d7) 0% 0% no-repeat padding-box;
  background: #F3E8D7 0% 0% no-repeat padding-box;
  color: var(--unnamed-color-004740);
}
.white-button a {
  letter-spacing: 0px;
  color: #004740;
  opacity: 1;
}

/* Voila Centered Popup */
.voila-centered-popup {
  background-color: #00D6FF;
  max-width: 1080px;
  width: 90%;
  position: relative;
  display: none;
}
@media only screen and (orientation: landscape) and (max-width: 992px) {
  .voila-centered-popup {
    height: 70%;
    overflow: clip scroll;
  }
}
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .voila-centered-popup {
    height: 70%;
    overflow: clip scroll;
  }
}
@media only screen and (orientation: landscape) and (max-width: 575px) {
  .voila-centered-popup {
    height: 70%;
    overflow: clip scroll;
  }
}
@media only screen and (orientation: landscape) and (max-width: 300px) {
  .voila-centered-popup {
    height: 70%;
    overflow: clip scroll;
  }
}
.voila-centered-popup .container-close-button {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-close-button {
    right: 10px;
    top: 10px;
  }
}
.voila-centered-popup .container-close-button button {
  background-color: #00D6FF;
  color: #F1E8D9;
  border: none;
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-close-button button {
    background-color: transparent;
  }
}
.voila-centered-popup .container-image {
  float: left;
  width: 50%;
}
.voila-centered-popup .container-image img {
  width: 90%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-image img {
    width: 101%;
    margin: -2px 0px 10px -2px;
  }
}
.voila-centered-popup .container-image .mobile-image {
  display: none;
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-image .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-image .desktop-image {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-image {
    width: 100%;
    float: none;
  }
}
.voila-centered-popup .container-text {
  float: left;
  width: 50%;
  font-family: "FoundersGrotesk-Medium";
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-text {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.voila-centered-popup .container-text .title {
  font-size: 37px;
  color: #004740;
  text-align: center;
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 50px;
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-text .title {
    font-size: 22px;
    float: none;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.voila-centered-popup .container-text .links a {
  margin: auto;
  margin-top: 12px;
  display: block;
  border-radius: 4px;
  padding: 12px 0px 6px 0px;
  text-transform: uppercase;
  text-align: center;
  font-family: "FoundersGrotesk-Regular";
  font-size: 17px;
  width: 315px;
}
@media only screen and (max-width: 992px) {
  .voila-centered-popup .container-text .links a {
    width: 265px;
  }
}
.voila-centered-popup .container-text .links .darkgreen {
  background-color: #004740;
  color: #F3E8D7;
}
.voila-centered-popup .container-text .links .white {
  background-color: #F3E8D7;
  color: #004740;
}

/* Voila Address Banner */
.voila-address-banner {
  background: #00D6FF 0% 0% no-repeat padding-box;
  font-size: 14px;
  min-height: 275px;
  color: #004740;
}
.voila-address-banner.voila-address-banner--custom {
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 992px) {
  .voila-address-banner.voila-address-banner--custom {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.voila-address-banner.voila-address-banner--custom .container-left {
  float: none;
  padding-bottom: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.voila-address-banner.voila-address-banner--custom .container-left p {
  margin: 0;
  padding: 0 16px;
}
.voila-address-banner.voila-address-banner--custom .container-right {
  float: none;
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  .voila-address-banner.voila-address-banner--custom .container-right {
    padding: 0 16px 25px 16px;
  }
  .voila-address-banner.voila-address-banner--custom .container-right a {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .voila-address-banner.voila-address-banner--custom .container-right {
    padding-top: 26px;
  }
}
.voila-address-banner.voila-address-banner--custom .container-right p {
  margin: 0;
  padding: 0;
}
.voila-address-banner.voila-address-banner--custom .container-right a {
  padding: 6px 0px 4px 0px;
}
@media only screen and (max-width: 1200px) {
  .voila-address-banner.voila-address-banner--custom .container-right a.darkgreen {
    margin-top: 0;
  }
}
.voila-address-banner .container-left {
  float: left;
  width: 52%;
  text-align: center;
  font-family: FoundersGrotesk-Medium;
}
@media only screen and (max-width: 1200px) {
  .voila-address-banner .container-left {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .voila-address-banner .container-left img {
    width: inherit;
  }
}
.voila-address-banner .container-left p {
  font-size: 26px;
  margin-left: 25px;
  margin-bottom: 0px;
  font-size: 26px;
  color: #004740;
}
@media only screen and (max-width: 1200px) {
  .voila-address-banner .container-left p {
    margin-left: 0px;
    float: none;
  }
}
.voila-address-banner .container-right {
  width: 48%;
  float: left;
  font-family: FoundersGrotesk-Regular;
  text-align: center;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .voila-address-banner .container-right {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
}
.voila-address-banner .container-right p {
  padding-top: 25px;
  font-size: 20px;
  color: #004740;
}
@media only screen and (max-width: 1200px) {
  .voila-address-banner .container-right p {
    display: none;
  }
}
.voila-address-banner .container-right a {
  margin: auto;
  margin-top: 12px;
  display: block;
  border-radius: 4px;
  padding: 12px 0px 6px 0px;
  text-transform: uppercase;
  font-size: 14px;
  width: 315px;
}
@media only screen and (max-width: 1200px) {
  .voila-address-banner .container-right a {
    width: 80%;
  }
}
.voila-address-banner .container-right .darkgreen {
  background-color: #004740;
  color: #F3E8D7;
  font-family: FoundersGrotesk-Regular;
  font-size: 16px;
}
.voila-address-banner .container-right .white {
  background-color: #F3E8D7;
  color: #004740;
  font-family: FoundersGrotesk-Regular;
  font-size: 16px;
}

/* Voila Deliver Address Prompt */
.voila-deliver-address-prompt {
  background-color: #00D6FF;
  padding: 0px;
  width: 345px;
  height: 160px;
  margin-left: 25px;
}
@media only screen and (max-width: 992px) {
  .voila-deliver-address-prompt {
    width: 93%;
    margin-left: 20px;
  }
}
.voila-deliver-address-prompt.voila-deliver-address-prompt--custom {
  margin-left: 20px;
  height: auto;
}
.voila-deliver-address-prompt.voila-deliver-address-prompt--custom .container-right {
  font-family: "FoundersGrotesk-Medium";
  padding: 10px 18px;
}
@media only screen and (max-width: 992px) {
  .voila-deliver-address-prompt.voila-deliver-address-prompt--custom .container-right {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-deliver-address-prompt.voila-deliver-address-prompt--custom .container-right {
    padding: 10px 12px;
  }
}
.voila-deliver-address-prompt.voila-deliver-address-prompt--custom .container-right .title {
  width: 100%;
  margin: 0;
}
.voila-deliver-address-prompt.voila-deliver-address-prompt--custom .container-right .links a {
  width: 100%;
  padding: 6px 0px 4px 0px;
}
.voila-deliver-address-prompt.voila-deliver-address-prompt--custom .container-left {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.voila-deliver-address-prompt.voila-deliver-address-prompt--custom .voila-deliver-address-prompt-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.voila-deliver-address-prompt .container-left {
  float: left;
  width: 50%;
  padding-bottom: 10px;
}
.voila-deliver-address-prompt .container-left img {
  width: 100%;
}
.voila-deliver-address-prompt .container-right {
  float: left;
  width: 50%;
  font-family: "FoundersGrotesk-Regular";
  text-align: center;
}
.voila-deliver-address-prompt .container-right .title {
  margin-top: 20px;
  width: 95%;
}
.voila-deliver-address-prompt .container-right .title p {
  color: #004740;
  margin-bottom: 10px;
}
.voila-deliver-address-prompt .container-right .links a {
  margin: auto;
  margin-top: 5px;
  display: block;
  border-radius: 2px;
  padding: 8px 0px 2px 0px;
  text-transform: uppercase;
  width: 150px;
  font-size: 9px;
}
@media only screen and (max-width: 992px) {
  .voila-deliver-address-prompt .container-right .links a {
    width: 140px;
  }
}
.voila-deliver-address-prompt .container-right .links .darkgreen {
  background-color: #004740;
  color: #F3E8D7;
}

.voila-popup-ul {
  padding-left: 20px;
  text-align: left;
}

.voila-popup-accordion {
  color: #004740;
  border-style: none;
  font-size: 28px;
  font-family: "FoundersGrotesk-SemiBold";
}
@media only screen and (max-width: 992px) {
  .voila-popup-accordion {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-accordion {
    font-size: 17px;
  }
}

.voila-popup-accordion-section {
  margin-left: 28%;
  margin-right: 28%;
  margin-top: 25px;
}
@media only screen and (min-width: 1201px) {
  .voila-popup-accordion-section {
    margin-left: 32%;
    margin-right: 32%;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-popup-accordion-section {
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media only screen and (max-width: 992px) {
  .voila-popup-accordion-section {
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-accordion-section {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .voila-popup-accordion-section {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.voila-popup-arrow-down {
  position: relative;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 0.2em solid #004740;
  border-top: 0.2em solid #004740;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  margin-bottom: 4px;
  margin-left: 5px;
}
@media only screen and (max-width: 992px) {
  .voila-popup-arrow-down {
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-arrow-down {
    width: 8px;
    height: 8px;
    margin-bottom: 2px;
  }
}

.voila-popup-arrow-up {
  position: relative;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 0.2em solid #004740;
  border-top: 0.2em solid #004740;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin-bottom: 0px;
  margin-left: 5px;
}
@media only screen and (max-width: 992px) {
  .voila-popup-arrow-up {
    width: 8px;
    height: 8px;
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-arrow-up {
    width: 8px;
    height: 8px;
    margin-bottom: -1px;
  }
}

.voila-popup-accordion-content {
  color: #004740;
  overflow: auto;
  overflow-wrap: break-word;
  font-size: 28px;
  font-family: "FoundersGrotesk-SemiBold";
}
@media only screen and (max-width: 992px) {
  .voila-popup-accordion-content {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-accordion-content {
    font-size: 17px;
  }
}

.voila-popup-no-match-note {
  margin-top: 25px;
  font-family: "FoundersGrotesk-Regular";
  font-size: 19px;
  padding-left: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .voila-popup-no-match-note {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-no-match-note {
    font-size: 12px;
  }
}

.voila-popup-prod-map-result-count {
  font-family: "FoundersGrotesk-SemiBold";
}

.voila-popup-near-match-panel {
  background-color: #F3E8D7;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 25px;
}
@media only screen and (min-width: 1201px) {
  .voila-popup-near-match-panel {
    margin-left: 32%;
    margin-right: 32%;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-popup-near-match-panel {
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media only screen and (max-width: 992px) {
  .voila-popup-near-match-panel {
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-near-match-panel {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-popup-near-match-panel {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -25px;
  }
}

.voila-popup-similar-prod-msg {
  text-align: center;
  font-family: "FoundersGrotesk-Regular";
  color: #004740;
  font-size: 28px;
  line-height: 50px;
}
@media only screen and (max-width: 992px) {
  .voila-popup-similar-prod-msg {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-similar-prod-msg {
    font-size: 18px;
  }
}

.try-again-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 900;
}

.voila-popup-near-match-items {
  width: 100%;
  position: relative;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
}
.voila-popup-near-match-items tbody tr td:first-of-type {
  width: 41px;
}
.voila-popup-near-match-items label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.voila-popup-near-match-items label::before, .voila-popup-near-match-items label.link.simple-arrow:after, .voila-popup-near-match-items label.link.double-arrow:after {
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid #333333;
  top: 5px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 800px) {
  .voila-popup-near-match-items label::before, .voila-popup-near-match-items label.link.simple-arrow:after, .voila-popup-near-match-items label.link.double-arrow:after {
    top: 2px;
  }
}
.voila-popup-near-match-items label::after {
  content: none;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  height: 5px;
  width: 8px;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  left: 18px;
  top: 7px;
  margin-left: -16px;
  pointer-events: none;
}
@media (max-width: 800px) {
  .voila-popup-near-match-items label::after {
    top: 4px;
  }
}
.voila-popup-near-match-items input[type=checkbox] {
  opacity: 0;
  display: none;
}
.voila-popup-near-match-items input[type=checkbox] + ::after {
  content: none;
}
.voila-popup-near-match-items input[type=checkbox]:checked + ::after {
  content: "";
}

.voila-popup-near-match-select-all-items {
  color: #333333;
  display: block;
  position: relative;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
}
.voila-popup-near-match-select-all-items label {
  padding-left: 8px;
  cursor: pointer;
}
.voila-popup-near-match-select-all-items label::before, .voila-popup-near-match-select-all-items label.link.simple-arrow:after, .voila-popup-near-match-select-all-items label.link.double-arrow:after {
  content: "";
  height: 12px;
  width: 12px;
  border: 1px solid #333333;
  top: 5px;
  left: 0;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 800px) {
  .voila-popup-near-match-select-all-items label::before, .voila-popup-near-match-select-all-items label.link.simple-arrow:after, .voila-popup-near-match-select-all-items label.link.double-arrow:after {
    top: 2px;
  }
}
.voila-popup-near-match-select-all-items label::after {
  content: none;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  height: 5px;
  width: 8px;
  border-left: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  left: 18px;
  top: 7px;
  margin-left: -16px;
  pointer-events: none;
}
@media (max-width: 800px) {
  .voila-popup-near-match-select-all-items label::after {
    top: 4px;
  }
}
.voila-popup-near-match-select-all-items input[type=checkbox] {
  opacity: 0;
}
.voila-popup-near-match-select-all-items input[type=checkbox] + ::after {
  content: none;
}
.voila-popup-near-match-select-all-items input[type=checkbox]:checked + ::after {
  content: "";
}

.voila-popup-select-near-match-msg {
  font-family: "FoundersGrotesk-Regular";
  color: #004740;
  font-size: 22px;
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .voila-popup-select-near-match-msg {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-select-near-match-msg {
    font-size: 13px;
  }
}

.voila-popup-near-match-note {
  font-family: "FoundersGrotesk-Regular";
  color: #004740;
  font-size: 18px;
  margin-top: 25px;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
  .voila-popup-near-match-note {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-near-match-note {
    font-size: 12px;
  }
}

.voila-popup-center-message {
  font-family: "FoundersGrotesk-Regular";
  color: #004740;
  font-size: 28px;
  padding-left: 10px;
  text-align: center;
}
@media only screen and (min-width: 1201px) {
  .voila-popup-center-message {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .voila-popup-center-message {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .voila-popup-center-message {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .voila-popup-center-message {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .voila-popup-center-message {
    font-size: 15px;
  }
}
@media only screen and (max-width: 300px) {
  .voila-popup-center-message {
    font-size: 15px;
  }
}

.voila-name-column {
  word-break: break-word;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.voila-price-column {
  word-break: keep-all;
  display: -ms-flexbox;
  display: flex;
  padding: 0px !important;
  width: 25%;
  -ms-flex-pack: right;
      justify-content: right;
}

.voila-popup-is-loading--empty {
  min-height: 80px;
}
.voila-popup-is-loading:before, .voila-popup-is-loading.link.simple-arrow:after, .voila-popup-is-loading.link.double-arrow:after, .text--list-anonym li .voila-popup-is-loading.link.simple-arrow:after, .text--list-anonym li .voila-popup-is-loading.link.double-arrow:after {
  z-index: 999999;
}
.voila-popup-is-loading--no-spinner:before, .voila-popup-is-loading--no-spinner.link.simple-arrow:after, .voila-popup-is-loading--no-spinner.link.double-arrow:after, .text--list-anonym li .voila-popup-is-loading--no-spinner.link.simple-arrow:after, .text--list-anonym li .voila-popup-is-loading--no-spinner.link.double-arrow:after {
  background-image: none;
}
.voila-popup-is-loading--no-background:before, .voila-popup-is-loading--no-background.link.simple-arrow:after, .voila-popup-is-loading--no-background.link.double-arrow:after, .text--list-anonym li .voila-popup-is-loading--no-background.link.simple-arrow:after, .text--list-anonym li .voila-popup-is-loading--no-background.link.double-arrow:after {
  background-color: transparent;
}

.shopOnVoilaSpan > img {
  width: 80px !important;
}

.elmpopup__wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 17px;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.elmpopup__banner {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
}

.elmpopup__text--spaced {
  margin: 2% 2%;
}

.elmpopup__text--addPopup {
  width: 92%;
}

.elmpopup__text--verifyPopup {
  width: 92%;
}

.elmpopup__inner {
  overflow: auto;
  height: 100%;
}

.elmpopup__content {
  box-sizing: border-box;
  background: white;
  color: #333333;
  margin: 0 auto;
  max-width: 875px;
  max-height: 72.5%;
  min-width: auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  z-index: 2;
  /* max-height: 96vh; */
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
}

.elmpopup__contentverify {
  box-sizing: border-box;
  background: white;
  color: #333333;
  margin: 0 auto;
  max-width: 915px;
  max-height: 696px;
  min-width: auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  z-index: 2;
  /* overflow: auto; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
}

.elmpopup__contentverify .elmpopup__button {
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}

.elmpopup__contentverify .footer_text {
  border-bottom: 1px silver solid;
  padding-bottom: 19px;
}

.elmpopup__contentverify #elm-scene-support-link {
  text-decoration: underline;
}

.elmpopup__contentGhostKit {
  box-sizing: border-box;
  background: white;
  color: #333333;
  margin: 0 auto;
  max-width: 540px;
  max-height: 590px;
  min-width: auto;
  position: relative !important;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 80%;*/
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
}

.elmpopup__button {
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 9px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  line-height: 50px;
  text-transform: uppercase;
}

.elmpopup__button + .elmpopup__button {
  margin-top: 14px;
}

.elmpopup__button + .elmpopup__button__wrap {
  margin-top: 14px;
}

.elmpopup__button.elmpopup__button--dark {
  background-color: #333333;
  color: #FFFFFF;
  margin: 10px;
}

.elmpopup__button.elmpopup__button--light {
  background-color: #E2E6E8;
  color: #333333;
  margin: 14px 10px 10px 10px;
}

.elmpopup__button__wrap + .elmpopup__button__wrap {
  margin-top: 14px;
}

.elmpopup__button__wrap + .elmpopup__button {
  margin-top: 14px;
}

.elmpopup__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elmpopup__label1 {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  margin-left: 2%;
  margin-bottom: 10%;
  /* or 133% */
  text-transform: uppercase;
  /* Heading */
  color: #2D2C2F;
  margin-right: 2%;
}

.elmpopup__label2 {
  /* Body Text */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  /* margin-left: 15%; */
  /* or 143% */
  /* Body Text Color */
  color: #404040;
  margin-right: 2%;
}

.elmpopup__image {
  /* Body Text */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* text-align: left; */
  /* margin-left: 2%; */
  /* or 143% */
  /* Body Text Color */
  color: #404040;
  float: left;
}

.popup__close {
  position: absolute;
  right: 5px;
  top: 2px;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  width: 30px;
  height: 30px;
  padding: 9px;
  line-height: 0;
  cursor: pointer;
  z-index: 500 !important;
}

.popup__close .icon--close::before, .popup__close .icon--close.link.simple-arrow:after, .popup__close .icon--close.link.double-arrow:after {
  width: 12px;
  height: 12px;
}

.popup__close {
  position: absolute;
  right: 5px;
  top: 2px;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  width: 30px;
  height: 30px;
  padding: 9px;
  line-height: 0;
  cursor: pointer;
}

.popup__close .icon--close::before, .popup__close .icon--close.link.simple-arrow:after, .popup__close .icon--close.link.double-arrow:after {
  width: 12px;
  height: 12px;
}

.txtstyle {
  width: 100%;
}

.vpscene {
  height: fit-content;
}

.tickimage {
  width: 60%;
}

@media (min-width: 100px) and (max-width: 415px) {
  .elmpopup__contentverify {
    max-height: 750px;
    width: 96%;
  }

  .elmpopup__label1 {
    font-size: 21px;
    line-height: 29px;
  }

  .elmpopup__label2 {
    font-size: 13px;
  }

  .tickimage {
    width: 38%;
  }

  .elmpopup__content {
    overflow: auto;
    max-height: 90vh;
    max-width: 100%;
  }

  .elmpopup__text--spaced {
    margin: 10% 2%;
    margin-bottom: 5%;
  }

  .elmpopup__footer.elmpopup__text--spaced {
    margin: 5% 2%;
  }
}
@media (min-width: 100px) and (max-width: 280px) {
  .elmpopup__label1 {
    font-size: 18px;
    line-height: 23px;
  }

  .elmpopup__label2 {
    font-size: 12px;
  }

  .elmpopup__contentverify .elmpopup__button {
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 375px) and (max-width: 667px) {
  .elmpopup__content {
    overflow: auto;
  }
}
@media (min-width: 360px) and (max-width: 740px) {
  .elmpopup__label2 {
    font-size: 16px;
  }

  .elmpopup__content {
    overflow: auto;
  }
}
@media (min-width: 800px) and (max-width: 1000px) {
  .elmpopup__content {
    overflow: auto;
  }
}
@media (width: 1180px) and (height: 820px) {
  .vpscene {
    display: block;
  }

  .vpscene1 {
    display: block;
  }

  .elmpopup__banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .elmpopup__content {
    overflow: auto;
  }
}
@media (width: 1024px) and (height: 768px) {
  .vpscene {
    display: block;
  }

  .vpscene1 {
    display: block;
  }

  .elmpopup__banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .elmpopup__content {
    overflow: auto;
  }
}
@media (min-width: 150px) and (max-width: 653px) {
  .vpscene {
    display: none;
  }

  .vpscene1 {
    display: none;
  }

  .elmpopup__banner {
    display: none;
  }

  .elmpopup__content {
    overflow: auto;
  }
}
@media (min-width: 540px) and (max-width: 720px) {
  .elmpopup__contentverify {
    max-height: 680px;
  }

  .tickimage {
    width: 50%;
  }

  .elmpopup__content {
    overflow: auto;
    max-height: 90vh;
    max-width: 100%;
  }

  .elmpopup__text--spaced {
    margin: 10% 2%;
    margin-bottom: 2%;
  }

  .elmpopup__footer.elmpopup__text--spaced {
    margin: 5% 2%;
  }
}
@media (width: 912px) and (height: 1368px) {
  .tickimage {
    width: 28%;
  }

  .elmpopup__content {
    overflow: auto;
  }
}
@media (min-width: 150px) and (max-width: 767px) {
  .vpscene {
    display: none;
  }

  .vpscene1 {
    display: none;
  }

  .elmpopup__banner {
    display: none;
  }
}
@media (min-width: 768px) {
  .vpscene {
    display: block;
    width: 100%;
  }

  .vpscene1 {
    display: block;
    width: 100%;
  }

  .elmpopup__banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (min-width: 800px) and (max-width: 870px) and (min-height: 380px) and (max-height: 400px) {
  .elmpopup__contentverify {
    overflow: auto;
    max-height: 96vh;
  }

  .elmpopup__content {
    overflow: auto;
    max-height: 90vh;
    max-width: 664px;
  }

  .elmpopup__contentGhostKit {
    max-width: 664px;
  }

  .tickimage {
    width: 50%;
  }

  .elmpopup__image {
    margin-bottom: 3%;
  }

  .elmpopup__label2 {
    margin-bottom: 3%;
  }

  .vpscene {
    display: none;
  }

  .vpscene1 {
    display: none;
  }

  .elmpopup__banner {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 850px) and (min-height: 1100px) and (max-height: 1200px) {
  .elmpopup__text--addPopup {
    width: 80%;
  }
}
@media (min-width: 1020px) and (max-height: 850px) {
  .elmpopup__text--addPopup {
    width: 80%;
  }

  .elmpopup__content {
    overflow: auto;
    max-height: 82%;
    max-width: 74%;
  }
}
.elmpopup__button {
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 9px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  line-height: 50px;
  text-transform: uppercase;
}

/*#region Ghostkit styling */
.ghostkitfirstlabel {
  height: 68px;
  font-family: "Bitter";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* or 120% */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #494949;
}

.ghostkitsecondlabel {
  height: 31px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* or 200% */
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #494949;
  margin-top: 8%;
  margin-bottom: 8%;
}

.ghostkitthirdlabel {
  height: 12px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* or 186% */
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #494949;
}

@media screen and (orientation: portrait) {
  .elmpopup__contentGhostKit {
    max-width: 90%;
    max-height: 70%;
    min-width: auto;
    top: 50%;
  }
}
@media screen and (orientation: landscape) and (max-height: 653px) {
  .elmpopup__contentGhostKit {
    max-width: 90%;
    max-height: 70%;
    min-width: auto;
    top: 50%;
  }
}
.elmpopup__contentGhostKit .vpopup__content {
  box-sizing: border-box;
  color: #333333;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 16px;
  max-height: 96vh;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: unset;
}

/*#endregion */
/*#region verifycard styling */
@media only screen and (orientation: landscape) and (max-width: 992px) {
  .elmpopup__contentverify {
    height: 70%;
    overflow: clip scroll;
  }
}
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .elmpopup__contentverify {
    height: 70%;
    overflow: clip scroll;
  }
}
@media only screen and (orientation: landscape) and (max-width: 575px) {
  .elmpopup__contentverify {
    height: 70%;
    overflow: clip scroll;
  }
}
@media only screen and (orientation: landscape) and (max-width: 300px) {
  .elmpopup__contentverify {
    height: 70%;
    overflow: clip scroll;
  }
}
@media screen and (orientation: portrait) and (max-width: 280px) {
  .elmpopup__actions .elmpopup__button {
    font-size: 12px;
  }
}
.elmpopup__actions__verify {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

/*#endregion verifycard styling */
.print .print--hide {
  display: none !important;
}
.print .print__ingredients ol {
  margin-bottom: 15px;
}
.print .print__ingredients ol li {
  margin: 2px 0;
  /*border-top: 1px dotted #555;*/
}
.print .print__ingredients ol li:first-child {
  border: none;
}
.print .print__method {
  margin: 0;
  padding: 0 !important;
}
.print .print__method ol {
  padding-left: 25px;
}
.print .print__method ol li {
  list-style-type: decimal;
  padding-left: 10px;
}
.print .print__method ol li:before, .print .print__method ol li.link.simple-arrow:after, .print .print__method ol li.link.double-arrow:after {
  content: "";
  display: none;
}

.screen--hide {
  display: none;
}

@media print {
  .print * {
    font-family: Georgia, "Times New Roman", serif !important;
  }

  .print--hide {
    display: none !important;
  }

  .screen--hide {
    display: block;
  }

  /*h1, h2 {
      page-break-before: avoid;
      page-break-after: avoid;
  }*/
  .print--block {
    display: block;
    page-break-inside: avoid;
  }

  .print--inlineblock {
    display: inline-block;
    page-break-inside: avoid;
  }
}
.notification-button {
  cursor: pointer;
}

.notification-button-badge {
  background-color: #E53134;
  border-radius: 50%;
  color: white;
  padding: 1px 3px;
  font-size: 8px;
  position: absolute;
}
.notification-button-badge--desk {
  right: 30px;
  top: 9px;
}
.notification-button-badge--portable {
  right: 5px;
  top: 10px;
}

@media screen and (orientation: portrait) {
  .notification-button-badge--portable {
    right: 5px;
    top: 10px;
  }
}
.notification-action {
  text-decoration: underline;
}

.shepherd-text {
  padding: 5px !important;
}
.shepherd-text .notification {
  display: block;
}
.shepherd-text .notification:not(:first-child) {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid silver;
}

.shepherd-content > footer {
  padding: 0 0 0 3px !important;
}

/**
 * WORK IN PROGRESS THIS FILE NEEDS TO BE EMPTIED REGULARLY.
 * THIS FILE IS NOT MEANT TO HOLD ANYTHING FOR LONG. IT IS ONLY
 * TO HAVE A QUICK WAY OF PUTTING STYLES (PLACEHOLDERS OR STUFF LIKE THAT)
 *
 *
 * If you let this file hold anything important you should be ashamed of yourself.
 */
.disable {
  pointer-events: none;
}

/* MFA */
#gigya-email-code-verification-screen .gigya-composite-control.gigya-composite-control-textbox, #gigya-tfa-verification-screen .gig-tfa-provider-wrapper .gig-tfa-label {
  left: 0;
  position: sticky;
  width: 370px !important;
  margin: 0 auto 40px !important;
  padding-bottom: 0 !important;
}

#gigya-email-code-verification-screen .gigya-composite-control.gigya-composite-control-textbox::before, #gigya-email-code-verification-screen .gigya-composite-control.gigya-composite-control-textbox.link.simple-arrow:after, #gigya-email-code-verification-screen .gigya-composite-control.gigya-composite-control-textbox.link.double-arrow:after, #gigya-tfa-verification-screen .gig-tfa-provider-wrapper .gig-tfa-label::before, #gigya-tfa-verification-screen .gig-tfa-provider-wrapper .gig-tfa-label.link.simple-arrow:after, #gigya-tfa-verification-screen .gig-tfa-provider-wrapper .gig-tfa-label.link.double-arrow:after {
  content: "";
  background-image: linear-gradient(to left, #333 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 16.6% 1px;
  background-repeat: repeat-x;
  background-position-x: 47px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#gigya-email-code-verification-screen .gigya-layout-row .gigya-composite-control.gigya-composite-control-textbox .gigya-input-text, #gigya-tfa-verification-screen .gigya-layout-row .gig-tfa-provider-wrapper .gig-tfa-label .gig-tfa-code-textbox {
  text-indent: 5% !important;
  letter-spacing: 50px;
  width: 105%;
  outline: none !important;
  display: block;
  border: 0 !important;
  padding-right: 0;
  background-color: transparent;
  box-shadow: none;
  height: 43px;
  font-size: 18px !important;
  font-weight: 700 !important;
  overflow: hidden;
}

.gigya-screen .gigya-layout-row:after {
  content: "";
  display: table;
  clear: both;
}

.gigya-screen.portrait div.gigya-tfa .gig-tfa-container .gig-tfa-code-remember-checkbox, .gigya-screen input[type=checkbox], .gigya-screen input[type=radio] {
  accent-color: #333333 !important;
}

.gigya-screen-dialog-close:after {
  font-family: "icons";
  content: "z";
  color: #FFFFFF;
}

.gigya-screen-dialog-close img {
  display: none;
}
