<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @license
 * MyFonts Webfont Build ID 3244638, 2016-07-06T13:41:53-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: LifehackBasic-Regular by DearType
 * URL: http://www.myfonts.com/fonts/deartype/lifehack/basic/
 * 
 * Webfont: Lifehack-Regular by DearType
 * URL: http://www.myfonts.com/fonts/deartype/lifehack/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&amp;buildid=3244638
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &amp;#x00A9; 2015 by DearType, Veneta Rangelova. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/31825e");

  
@font-face {font-family: 'LifehackBasic-Regular';src: url('clientlib/css/lifehack/webfonts/31825E_0_0.eot');src: url('clientlib/css/lifehack/webfonts/31825E_0_0.eot?#iefix') format('embedded-opentype'),url('clientlib/css/lifehack/webfonts/31825E_0_0.woff2') format('woff2'),url('clientlib/css/lifehack/webfonts/31825E_0_0.woff') format('woff'),url('clientlib/css/lifehack/webfonts/31825E_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Lifehack-Regular';src: url('clientlib/css/lifehack/webfonts/31825E_1_0.eot');src: url('clientlib/css/lifehack/webfonts/31825E_1_0.eot?#iefix') format('embedded-opentype'),url('clientlib/css/lifehack/webfonts/31825E_1_0.woff2') format('woff2'),url('clientlib/css/lifehack/webfonts/31825E_1_0.woff') format('woff'),url('clientlib/css/lifehack/webfonts/31825E_1_0.ttf') format('truetype');}
 
#spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 1;
    overflow: hidden;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -32px;
    /* -1 * image width / 2 */
    margin-top: -32px;
    /* -1 * image height / 2 */
    display: block;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(1, 155, 198, 0.2);
    border-right: 1.1em solid rgba(1, 155, 198, 0.2);
    border-bottom: 1.1em solid rgba(1, 155, 198, 0.2);
    border-left: 1.1em solid #0191b7;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* perfect-scrollbar v0.6.11 */

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-y {
    padding-right: 10px;
}

.ps-container.ps-active-x &gt; .ps-scrollbar-x-rail,
.ps-container.ps-active-y &gt; .ps-scrollbar-y-rail {
    display: block;
    background-color: #c8c6c1;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail {
    background-color: #c8c6c1;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail &gt; .ps-scrollbar-x {
    background-color: #000;
}

.ps-container.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail {
    background-color: #c8c6c1;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail &gt; .ps-scrollbar-y {
    background-color: #000;
}

.ps-container &gt; .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0.9;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 4px;
}

.ps-container &gt; .ps-scrollbar-x-rail &gt; .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #000;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 4px;
}

.ps-container &gt; .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0.9;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 1px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 4px;
}

.ps-container &gt; .ps-scrollbar-y-rail &gt; .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #000;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 4px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail {
    background-color: #c8c6c1;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x &gt; .ps-scrollbar-x-rail &gt; .ps-scrollbar-x {
    background-color: #000;
}

.ps-container:hover.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail {
    background-color: #c8c6c1;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y &gt; .ps-scrollbar-y-rail &gt; .ps-scrollbar-y {
    background-color: #000;
}

.ps-container:hover &gt; .ps-scrollbar-x-rail,
.ps-container:hover &gt; .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover &gt; .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover &gt; .ps-scrollbar-x-rail:hover &gt; .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover &gt; .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover &gt; .ps-scrollbar-y-rail:hover &gt; .ps-scrollbar-y {
    background-color: #999;
}
@font-face {
    font-family: 'dearjoe_6_trialregular';
    src: url('clientlib/css/dearjoe/dearjoe_6_trial-webfont.eot');
    src: url('clientlib/css/dearjoe/dearjoe_6_trial-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib/css/dearjoe/dearjoe_6_trial-webfont.woff2') format('woff2'), url('clientlib/css/dearjoe/dearjoe_6_trial-webfont.woff') format('woff'), url('clientlib/css/dearjoe/dearjoe_6_trial-webfont.ttf') format('truetype'), url('clientlib/css/dearjoe/dearjoe_6_trial-webfont.svg#dearjoe_6_trialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'libby';
    src: url('clientlib/css/libby/libbybold-webfont.woff2') format('woff2'), url('clientlib/css/libby/libbybold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'libby';
    src: url('clientlib/css/libby/libbyregular-webfont.woff2') format('woff2'), url('clientlib/css/libby/libbyregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    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; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results &gt; .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results &gt; .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }


/* NOT PART OF ORIGINAL select2 code; adaptation to hide numeric input spinner on certain browsers */
input[type='number'].select2-search__field {
    -moz-appearance: textfield;  }

input[type='number'].select2-search__field::-webkit-outer-spin-button,
input[type='number'].select2-search__field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;  }

.ds-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: #FFF;
    color: #000;
    outline: none;
    font-weight: bold;
}

.ds-wrapper .ds-input {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #000;
    width: 50%;
    height: 60%;
    line-height: 60%;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    font-size: 120%;
    -moz-appearance: textfield;
}

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

.ds-wrapper .ds-dropdown {
    cursor: pointer;
    position: absolute;
    left: 60%;
    right: 0;
    top: 0;
    bottom: 0;
}

.ds-wrapper .ds-arrow-icon {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
}

.ds-wrapper .ds-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: 3px;
    background: #FFF;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
}

.ds-wrapper .ds-list li span {
    display: block;
    text-decoration: none;
    color: #AAA;
    padding: 10px 31%;
    cursor: pointer;
}

.ds-wrapper .ds-list li:hover span {
    background: #EEE;
}

.ds-wrapper.active .ds-list {
    opacity: 1;
    pointer-events: auto;
    z-index: 416;
}

.disabled {
    /*    pointer-events: none !important;*/
    cursor: default;
}

#summer-app-body *,
#summer-app-body *:before,
#summer-app-body *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    position: relative;
}

#summer-app-body {
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: normal;
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

@media (min-width: 1023px) {
    .tablets-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .regular-only {
        display: none;
    }
}


/***
 * Header
 */

#header-wrapper {
    position: relative;
    z-index: 20;
    /*    overflow: hidden;*/
    width: 100%;
    min-height: 40px;
}

#main-header {
    position: relative;
    text-align: right;
    padding: 10px;
    width: 100%;
    z-index: 50;
}

.logo-wrapper {
    position: absolute;
    z-index: 450;
    right: 50%;
    top: 0;
    width: 30%;
    min-width: 460px;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
}


/* Medium screens (640px) */

@media (max-width: 1024px) {
    .logo-wrapper {
        min-width: 380px;
        top: 0%;
        width: 45%;
    }
}

@media (max-width: 767px) {
    #main-header {
        padding: 0;
        text-align: center;
    }
    #main-header .menu-toggle {
        display: none;
        float: left;
        width: 62px;
        height: 46px;
        border: none;
        background: url(../../../../content/dam/eu-images/summerpromo2017/icon-menu-toggle.png) center no-repeat;
        border-right: 1px solid #e7e7e7;
        outline: none;
    }
    .mobile-menu-display #main-header .menu-toggle {
        background: url(../../../../content/dam/eu-images/summerpromo2017/icon-menu-toggle-white.png) center no-repeat #363636;
    }
    #main-header .logo {
        padding: 0;
        display: inline-block;
        position: static;
        padding-top: 3px;
    }
    #main-header .logo img {
        height: 38px;
        width: auto;
    }
    #header-wrapper {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 400;
        background-color: #fff;
    }
    #header-wrapper .socials {
        display: none;
    }
    #mobileSearch {
        display: none !important;
    }
}


/***
 * Mobile Menu
 */

.mobile-menu-display .mobile-menu {
    display: block;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 380;
    padding-top: 50px;
    background-color: #363636;
    color: #fff;
    font: 14px;
    text-transform: uppercase;
    text-align: center;
}

.mobile-menu a {
    text-decoration: none;
    color: #fff;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    padding: 20px 0;
}

.mobile-menu li+li {
    border-top: 2px solid #3e3e3e;
}

.mobile-menu .sub-menu-toggle:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border: 7px solid transparent;
    border-left-color: #fff;
}

.mobile-menu .sub-menu {
    display: none;
}

.mobile-menu .sub-menu-display .sub-menu {
    display: block;
}

.mobile-menu .sub-menu-display .sub-menu-toggle:after {
    border-top-color: #fff;
    border-left-color: transparent;
    border-bottom-width: 0;
}

.mobile-menu ul ul {
    padding: 10px 0;
    font-size: 10px;
}

.mobile-menu ul ul li {
    padding: 10px;
    background-color: #3e3e3e;
}

.mobile-menu .home {
    background-color: #009eca;
}

.mobile-menu .home a:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/icon-home.png) center no-repeat;
    margin: -5px 10px 0 0;
}


/***
 * Branded item button
 */

#promo-button-wrapper {
    position: absolute;
    z-index: 351;
    left: 50%;
    bottom: 400px;
    width: 30%;
    min-width: 430px;
    margin-top: -15px;
}

@media (max-width: 860px) {
    #promo-button-wrapper {
        bottom: 460px;
        min-width: 383px;
    }
}
@media (max-width: 767px) {
    #promo-button-wrapper {
        display: none;
    }
}

#promo-button {
    font-size: 11px;
    transform: translateY(-100%);
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}

#promo-button.disabled {
    color: #000;
}


/*


.pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    background: #a4e9ff;
    background: -moz-linear-gradient(top, #a4e9ff 0%, #1baee7 100%);
    background: -webkit-linear-gradient(top, #a4e9ff 0%, #1baee7 100%);
    background: linear-gradient(to bottom, #a4e9ff 0%, #1baee7 100%);
    border-radius: 50%;
}

*/

.radial-progress {
    width: 180px;
    height: 180px;
    background: #a4e9ff;
    background: -moz-linear-gradient(top, #a4e9ff 0%, #1baee7 100%);
    background: -webkit-linear-gradient(top, #a4e9ff 0%, #1baee7 100%);
    background: linear-gradient(to bottom, #a4e9ff 0%, #1baee7 100%);
    border-radius: 50%;
    box-shadow: -8px 9px 31px rgba(0, 0, 0, 0.3);
}

.radial-progress .circle .mask,
.radial-progress .circle .fill,
.radial-progress .circle .shadow {
    width: 180px;
    height: 180px;
    position: absolute;
    border-radius: 50%;
}

.radial-progress .circle .mask,
.radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    border-radius: 50%;
}

.radial-progress .circle .mask {
    clip: rect(0px, 90px, 180px, 0px);
}

.radial-progress .circle .mask .fill {
    clip: rect(0px, 180px, 180px, 90px);
    background-color: #9d9c9a;
}

.radial-progress .inset {
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    background: #b0afad;
    border-radius: 50%;
}

.radial-progress .inset .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../../../../content/dam/eu-images/summerpromo2017/branded-items-1.png) center 10px no-repeat;
    border-radius: 50%;
    text-align: center;
    padding: 106px 30px 10px 30px;
    opacity: 1;
    color: #000;
    transition: opacity 0.5s ease-out;
}

.radial-progress .circle .mask.full,
.radial-progress .circle .fill {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.radial-progress .circle .fill.fix {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.radial-progress.level-2 .circle .mask.full,
.radial-progress.level-2 .circle .fill {
    -webkit-transform: rotate(299.4deg);
    -ms-transform: rotate(299.4deg);
    transform: rotate(299.4deg);
}

.radial-progress.level-2 .circle .fill.fix {
    -webkit-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.radial-progress.level-2 .inset .content {
    opacity: 0.5;
}

.radial-progress.level-1 .circle .mask.full,
.radial-progress.level-1 .circle .fill {
    -webkit-transform: rotate(238.8deg);
    -ms-transform: rotate(238.8deg);
    transform: rotate(238.8deg);
}

.radial-progress.level-1 .circle .fill.fix {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.radial-progress.level-1 .inset .content {
    opacity: 0.5;
}

.radial-progress.level-0 .circle .mask.full,
.radial-progress.level-0 .circle .fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.radial-progress.level-0 .circle .fill.fix {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.radial-progress.level-0 .inset .content {
    opacity: 0.5;
}


/***
 * Discount badges
 */

#discount-badges {
    position: absolute;
    bottom: 400px;
    z-index: 400;
    left: 50%;
    transform: translateX(160px);
    font-size: 14px;
}

#discount-badges .badge {
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
}

#discount-badges .badge.discount {
    position: relative;
    z-index: 2;
    background-color: #3d3c3a;
    color: #fff;
    width: 74px;
    height: 74px;
    line-height: 74px;
}

#discount-badges .badge.discount strong {
    font-size: 23px;
    vertical-align: middle;
}

#discount-badges .badge.shipping {
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #000;
    width: 62px;
    height: 62px;
    padding-top: 21px;
    margin-left: 29px;
    line-height: 13px;
    margin-top: -13px;
}

#discount-badges .badge.shipping strong {
    font-size: 17px;
    vertical-align: middle;
}

#discount-badges .badge.shipping .label {
    font-size: 8px;
}

@media (max-width: 860px) {
    #discount-badges {
        bottom: 428px;
        transform: translateX(139px);
    }
    #discount-badges .badge.shipping{
        margin-left: 39px;
        margin-top: -16px;
    }
}
@media (max-width: 767px) {
    #discount-badges {
        bottom: auto;
        top: 53px;
        transform: translate(85px, -8px);
        font-size: 9px;
        height: 76px;
        width: 58px;
    }
    #discount-badges .badge.discount {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    #discount-badges .badge.discount strong {
        font-size: 15px;
    }
    #discount-badges .badge.shipping {
        position: absolute;
        bottom: -7px;
        width: 50px;
        height: 50px;
        padding-top: 16px;
        margin-left: 20px;
        line-height: 9px;
        margin-top: -8px;
    }
    #discount-badges .badge.shipping strong {
        font-size: 12px;
    }
    #discount-badges .badge.shipping .label {
        font-size: 7px;
    }
}


/***
 * Game rules popup
 */

#promo-info-popup {
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#promo-info-popup.show {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
}

#promo-info-popup .promo-info-popup-wrapper {
    position: fixed;
    max-width: 520px;
    height: 115px;
    z-index: 360;
    right: 100%;
    top: 30vh;
    transform: translate(20px, -50%);
    font-size: 16px;
    word-break: break-word;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 43px rgba(0, 0, 0, 0.28);
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#promo-info-popup.show .promo-info-popup-wrapper {
    right: 50%;
    transform: translate(50%, -50%);
    height: auto;
    top: 50vh;
    width: 100%;
    padding: 50px 0;
}

#promo-info-popup .label {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translate(50%, -50%) rotate(-90deg);
    font-size: 10px;
    pointer-events: none;
    font-weight: bold;
}

#promo-info-popup.show .label {
    display: none;
}

#promo-info-popup .popup-content {
    padding: 30px 20px;
    max-width: 410px;
    min-width: 230px;
    margin: 0 auto;
    opacity: 0;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    overflow: hidden;
    height: 100%;
}

#promo-info-popup.show .popup-content {
    opacity: 1;
    font-size: 25px;
    height: auto;
}

#promo-info-popup .close-button {
    position: absolute;
    cursor: pointer;
    border: none;
    right: -35px;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/cross-1.png) center no-repeat;
    display: none;
}

#promo-info-popup.show .close-button {
    display: block;
}


@media (max-width: 1024px) {
    #promo-info-popup.show .promo-info-popup-wrapper {
        max-width: 330px;
        padding:  0;
    }
    #promo-info-popup.show .popup-content {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #promo-info-popup.show .promo-info-popup-wrapper {
        max-width: 230px;
        min-width: 230px;
    }
}

/***
 * Back button
 */

#back-button {
    position: absolute;
    bottom: 360px;
    left: 50%;
    margin-left: -380px;
    border: none;
    background: url(../../../../content/dam/eu-images/summerpromo2017/arrow-left-1.png) 10px center no-repeat #000;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 5px 35px;
    font-size: 10px;
    z-index: 450;
    cursor: pointer;
}

#back-button.hide {
    display: none;
}

@media (max-width: 1024px) {
    #back-button {
        top: 123px;
        bottom: auto;
        left: 20px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #back-button {
        position: fixed;
        top: 76px;
        left: 0;
        /*
        color: #000;
        background: url(../../../../content/dam/eu-images/summerpromo2017/arrow-left-1-black.png) 10px center no-repeat transparent;
        border: 1px solid rgba(0, 0, 0, 0.1);
        */
    }
}


/***
 * Socials
 */

.socials {
    display: inline-block;
    vertical-align: top;
    padding: 7px 16px 0;
}

.socials a {
    text-decoration: none;
}


/***
 * Cart
 */

#cart-toggle {
    font-size: 11px;
    display: inline-block;
    color: #000;
    background-color: #fff;
    text-transform: uppercase;
    padding: 8px 12px;
    border: none;
    font-weight: bold;
    outline: none;
}

#cart-toggle .num-product {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

#shopping-cart {
    position: absolute;
    clear: both;
    z-index: 20;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    transition: all 0.3s ease-in-out;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
}

.cart-open #shopping-cart {
    padding: 60px 0;
    max-height: calc(100vh - 65px);
    overflow: auto;
}

#shopping-cart .content {
    max-width: 900px;
    margin: 0 auto;
    clear: both;
}

#shopping-cart .cart-error-messages {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #f00;
    margin-bottom: 40px;
}

#shopping-cart .empty-cart {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

#shopping-cart .products {
    float: left;
    width: 100%;
    max-width: 630px;
}

#shopping-cart .total {
    float: left;
    width: 100%;
    max-width: 240px;
    margin-left: 28px;
}

#shopping-cart .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#shopping-cart .products-table {
    border: 1px solid #d6d6d6;
    width: 100%;
    border-collapse: collapse;
}

#shopping-cart .products-table td {
    border: 1px solid #d6d6d6;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 0;
}

#shopping-cart .product-name {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    max-width: 310px;
    padding: 0 10px;
}

#shopping-cart .product-image {
    display: block;
    margin: 0 auto;
    max-height: 90px;
    width: auto;
}

#shopping-cart .quantity {
    width: 110px;
    margin: 0 auto;
}

#shopping-cart .quantity .ctrl {
    border-radius: 50%;
    width: 23px;
    height: 24px;
    line-height: 27px;
    padding: 0;
    text-align: center;
}

#shopping-cart .quantity .product-quantity,
#shopping-cart .quantity .qty {
    display: inline-block;
    width: 100%;
    padding: 0 6px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#shopping-cart .remove-button {
    display: block;
    width: 100%;
    background-color: #b7b8ba;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-size: 9px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    bottom: 0;
}

#shopping-cart .product-price {
    position: relative;
    height: 49.5%;
    padding: 10px 17px;
    color: #000;
    font-size: 14.5px;
    font-weight: bold;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#shopping-cart .product-price.regular:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: rotate(-24deg) translate(-50%, -50%);
    width: 40px;
    height: 1px;
    background-color: #000;
}

#shopping-cart .product-price.promo.regular:after {
    content: none;
}

#shopping-cart .product-price+.product-price {
    border-top: 1px solid #d6d6d6;
}

#shopping-cart .product-price.discount {
    color: #008aaf;
}

#shopping-cart .total-table {
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 25px 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#shopping-cart .total-table strong {
    white-space: nowrap;
}

#shopping-cart .total-table .regular strong {
    position: relative;
}

#shopping-cart .total-table .regular strong:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-24deg);
    width: 40px;
    margin-left: -20px;
    height: 1px;
    background-color: #000;
}

#shopping-cart .total-table .discount strong {
    color: #008aaf;
}

#shopping-cart .checkout-button {
    padding: 5px;
    border: none;
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

#shopping-cart .checkout-disabled {
    text-align: center;
    background-color: #b7b8ba;
    padding: 10px;
    font-size: 16px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#shopping-cart .continue-button {
    padding: 7px 5px 5px;
    margin-top: 13px;
    border: none;
    display: block;
    background-color: #989796;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

#shopping-cart .promo-button {
    margin-top: 13px;
    padding: 7px 5px 5px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background-color: #008aaf;
    border: none;
    display: block;
}

#shopping-cart .close-button {
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
    width: 42px;
    height: 40px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/cross-1.png) center no-repeat #000;
}

@media (max-width: 1023px) {
    #shopping-cart .products {
        float: none;
        margin: 0 auto;
    }
    #shopping-cart .total {
        float: none;
        margin: 0 auto;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    #cart-toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    #shopping-cart {
        top: 65px;
    }
    #shopping-cart .empty-cart {
        margin: 20px 0;
    }
    #cart-toggle {
        background: url(../../../../content/dam/eu-images/summerpromo2017/cart-icon-mobile.png) center no-repeat;
        background-size: 21px 23px;
        width: 48px;
        height: 45px;
        position: absolute;
        top: 70px;
        right: 5px;
        float: right;
        z-index: 30;
    }
    #cart-toggle .num-product {
        position: absolute;
        top: 2px;
        right: 2px;
        color: #fff;
        background-color: #008ab0;
        font-weight: bold;
        border-radius: 50%;
        display: inline-block;
        width: 19px;
        height: 19px;
        line-height: 19px;
        text-align: center;
        font-size: 13px;
    }
    .cart-open #cart-toggle {
        background: url(../../../../content/dam/eu-images/summerpromo2017/cart-icon-mobile-hover.png) center no-repeat;
        background-size: 28px 27px;
        display: none;
    }
    .cart-open #cart-toggle .num-product {
        background-color: #fff;
        color: #008ab0;
    }
    .cart-open #shopping-cart {
        background-color: #008ab0;
        color: #fff;
        padding: 0 0 0 0;
        height: calc(100vh - 65px);
    }
    #shopping-cart .close-button {
        width: 32px;
        height: 30px;
        right: 0;
        -webkit-background-size: 20px;
        background-size: 20px;
        /*        display: none;*/
    }
    #shopping-cart .title {
        display: none;
    }
    #shopping-cart .product-row .clearfix {
        border-bottom: 1px solid #008ab0;
    }
    #shopping-cart .products {
        float: none;
        padding-bottom: 300px;
    }

    #shopping-cart .product-row {
        background-color: #fff;
        border: 1px solid #008ab0;
        max-width: 95%;
        width: 350px;
        height: 100px;
        margin: 6px auto 0;
        display: flex;
        flex-direction: row;
    }
    #shopping-cart .product-row:first-child {
        margin-top: 36px;
    }
    #shopping-cart .product-image {
        width: 18%;
        height: 100%;
        max-height: inherit;
        text-align: center;
    }
    #shopping-cart .product-image img {
        width: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    #shopping-cart .product-text {
        width: 64%;
        display: block;
        height: 100%;
        border-left: 2px solid #008AB0;
        border-right: 2px solid #008AB0;
    }
    #shopping-cart .product-name {
        text-transform: uppercase;
        font-size: 11px;
        height: 55%;
        width: 100%;
        font-weight: bold;
        border-bottom: 1px solid #008AB0;
    }
    #shopping-cart .product-name&gt;div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    #shopping-cart .product-row .prices-div {
        width: 100%;
        height: 45%;
        display: flex;
        flex-direction: row;
    }
    #shopping-cart .prices-div .price-box {
        height: 100%;
        flex-grow: 1;
        border-right: 1px solid #008AB0;
        padding: 0;
        margin: 0;
    }
    #shopping-cart .prices-div .price-box:last-child {
        border-right: 0;
    }
    #shopping-cart .prices-div .product-price {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        width: auto;
        margin: auto;
        padding: 0 8px;
        text-align: center;
        font-size: 11px;
    }
    #shopping-cart .product-row .actions {
        width: 18%;
        height: 100%;
    }
    #shopping-cart .product-row .actions-remove {
        height: 60%;
        text-align: right;
    }
    #shopping-cart .product-row .btn-actions-remove {
        width: 30px;
        height: 30px;
        padding: 0;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }
    #shopping-cart .icon-x {
        stroke: #000;
        fill: transparent;
        stroke-linecap: round;
        stroke-width: 3;
    }
    #shopping-cart .product-row .quantity {
        width: 100%;
        height: 40%;
        padding: 4px 2px;
    }
    #shopping-cart .quantity .select2-container--default .select2-selection--single,
    #shopping-cart .quantity .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }
    #shopping-cart .quantity .select2-container--default .select2-selection--single {
        border: 2px solid #000;
    }
    #shopping-cart .quantity .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }

    #shopping-cart .total {
        float: none;
        margin: 10px auto 0;
        width: 100%;
        max-width: none;
        position: fixed;
        bottom: 0;
        left: 0;
        display: none;
    }
    .cart-open #shopping-cart .total {
        display: block;
    }
    #shopping-cart .total-table {
        background-color: #fff;
        border: none;
        font-size: 16px;
        padding: 10px;
        font-weight: normal;
        color: #000;
    }
    #shopping-cart .total-table .discount {
        color: #008aaf;
    }
    #shopping-cart .continue-button {
        margin-top: 0;
        color: #000;
    }
    #shopping-cart .promo-button {
        margin-top: 0;
    }
    #shopping-cart .checkout-disabled {
        text-transform: uppercase;
    }
}


/***
 * Background handling
 */

#main-wrapper {
    position: relative;
    z-index: 10;
    min-height: 100vh;
}

.background.header {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 0;
    height: 100vh;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.background .wall {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 68%;
    max-height: 683px;
    left: 0;
    width: 100%;
    background: url(../../../../content/dam/eu-images/summerpromo2017/wall.jpg) bottom left no-repeat, url(../../../../content/dam/eu-images/summerpromo2017/wall-pattern.jpg) bottom left repeat-x;
}

.background .halos {
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    height: calc(68% + 126px);
    max-height: 809px;
    width: 200vw;
    transition: transform 1s ease-in-out;
}

.background .halos .halo {
    width: 100vw;
    float: left;
    height: 100%;
}

.background .halos .halo.regular {
    background: url(../../../../content/dam/eu-images/summerpromo2017/halo-yellow.png) bottom center no-repeat;
}

.background .halos .halo.promo {
    background: url(../../../../content/dam/eu-images/summerpromo2017/halo-yellow.png) bottom center no-repeat;
}

.module-2 .background .halos .halo.regular {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/halo-orange.png);
}

.module-2 .background .halos .halo.promo {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/halo-orange.png);
}

.module-3 .background .halos .halo.regular {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/halo-blue.png);
}

.module-3 .background .halos .halo.promo {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/halo-blue.png);
}

.module-4 .background .halos .halo.regular {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/halo-green.png);
}

.module-4 .background .halos .halo.promo {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/halo-green.png);
}

.background .floor {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 200vw;
    background: url(../../../../content/dam/eu-images/summerpromo2017/floor.jpg) bottom center;
    transition: transform 1s ease-in-out;
}

.promo-layout .background .floor,
.promo-layout .background .halos {
    transform: translate3d(-50%, 0, 0)
}

#nav-rituals {
    display: none;
}

#section-wrapper {
    position: relative;
    z-index: 10;
    transition: all 0.3s;
}

#summer-app-body.cart-open #section-wrapper {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    #main-wrapper {
        padding-top: 46px;
        padding-bottom: 126px;
    }
    .background {
        position: fixed;
    }
    .background .wall {
        height: 68%;
        max-height: 392px;
        background: none;
    }
    .background .halos {
        height: calc(68% + 126px);
        max-height: 512px;
    }
    .background .halos .halo {
        background-size: 150% auto !important;
    }
    .background .halos .halo.regular,
    .background .halos .halo.promo {
        background-image: -ms-linear-gradient(top, #ffd12a 30%, #e2a803 90%);
        background-image: -moz-linear-gradient(top, #ffd12a 30%, #e2a803 90%);
        background-image: -o-linear-gradient(top, #ffd12a 30%, #e2a803 90%);
        background-image: -webkit-linear-gradient(top, #ffd12a 30%, #e2a803 90%);
        background-image: linear-gradient(to bottom, #ffd12a 30%, #e2a803 90%);
    }
    .module-2 .background .halos .halo.regular,
    .module-2 .background .halos .halo.promo {
        background-image: -ms-linear-gradient(top, #ff8575 30%, #dd4b43 90%);
        background-image: -moz-linear-gradient(top, #ff8575 30%, #dd4b43 90%);
        background-image: -o-linear-gradient(top, #ff8575 30%, #dd4b43 90%);
        background-image: -webkit-linear-gradient(top, #ff8575 30%, #dd4b43 90%);
        background-image: linear-gradient(to bottom, #ff8575 30%, #dd4b43 90%);

    }
    .module-3 .background .halos .halo.regular,
    .module-3 .background .halos .halo.promo {
        background-image: -ms-linear-gradient(top, #3dceff 30%, #1991c4 90%);
        background-image: -moz-linear-gradient(top, #3dceff 30%, #1991c4 90%);
        background-image: -o-linear-gradient(top, #3dceff 30%, #1991c4 90%);
        background-image: -webkit-linear-gradient(top, #3dceff 30%, #1991c4 90%);
        background-image: linear-gradient(to bottom, #3dceff 30%, #1991c4 90%);
    }
    .module-4 .background .halos .halo.regular,
    .module-4 .background .halos .halo.promo {
        background-image: -ms-linear-gradient(top, #88de35 30%, #679B2F 100%);
        background-image: -moz-linear-gradient(top, #88de35 30%, #679B2F 100%);
        background-image: -o-linear-gradient(top, #88de35 30%, #679B2F 100%);
        background-image: -webkit-linear-gradient(top, #88de35 30%, #679B2F 100%);
        background-image: linear-gradient(to bottom, #88de35 30% #679B2F 100%);

    }
    .background .floor {
        background: #e2a803;
    }
    .module-2 .background .floor {
        background: #dd4b43;
    }
    .module-3 .background .floor {
        background: #1991c4;
    }
    .module-4 .background .floor {
        background: #679B2F;
    }
}


/***
 * Site title
 */

#site-title {
    font-family: 'dearjoe_6_trialregular', cursive;
    font-weight: normal;
    position: absolute;
    z-index: 340;
    left: 50%;
    bottom: 470px;
    /*    top: -40px;*/
    width: 100%;
    max-width: 600px;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 27px;
}

#site-title small {
    font-size: 35px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.43);
}

#site-title div {
    font-size: 65px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    transform: rotate(-10deg);
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

[class^='en_'] #site-title div{
    font-size: 95px;
}

@media (max-width: 1023px) {
    #site-title {
        top: auto;
        bottom: 530px;
    }
    [class^='en_'] #site-title div,
    #site-title div {
        font-size: 50px;
        margin: 0 auto;
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    #site-title {
        top: 3px;
        bottom: auto;
    }
    #site-title small {
        font-size: 17px;
    }
    #site-title div {
        font-size: 50px;
    }
}

@media (max-height: 850px) {
    #site-title {
        bottom: auto;
        top: -40px;
    }
}


/***
 * Products stands
 */

#products {
    margin: 0 auto;
    position: relative;
    z-index: 350;
    width: 100%;
    height: 100%;
    max-width: 764px;
    min-height: 450px;
}

#products .product {
    position: absolute;
    z-index: 100;
}

#products .product .product-image {
    position: relative;
    z-index: 5;
    display: block;
    transform: translateY(-100%);
}

#products .product .product-image img {
    position: relative;
    left: 50%;
    display: block;
    /*
    width: 100px;
    max-width: 100%;
    height: auto;
    */
    margin: 0 auto;
    transform-origin: center 90%;
    transform: translate(-50%, 13px);
    width: 91px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#products .product .product-display {
    display: block;
    position: relative;
}

#products .product .product-display:before {
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: top left no-repeat transparent;
    transition: all 0.5s ease-in-out;
}

#products .product .product-display:after {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0%;
    bottom: 0%;
    right: 0;
    left: 0;
    background: bottom left no-repeat transparent;
    transition: all 0.5s ease-in-out;
}

#products.category1 .product.product-category1 .product-display:after {
    opacity: 1;
}

#products.category2 .product.product-category2 .product-display:after {
    opacity: 1;
}

#products.category3 .product.product-category3 .product-display:after {
    opacity: 1;
}

#products .product .soldout-label {
    position: absolute;
    text-transform: uppercase;
    font-size: 15px;
    color: #008aaf;
    text-align: center;
    /*    bottom: 100%;*/
    top: 15px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    margin-bottom: 10px;
    font-weight: bold;
    pointer-events: none;
}


/*
.module-3 #products .product .soldout-label{
    color: #bb4800;
}
*/

.product .presale-infos {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    right: 100%;
    width: 240px;
    text-align: right;
}

.product .presale-label {
    font-size: 14px;
    color: #008aaf;
    text-transform: uppercase;
    padding-right: 16px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/arrow-left-2.png) right 3px no-repeat;
    width: 240px;
    text-align: right;
}

#products .product:after {
    content: "";
    left: -11px;
    bottom: -55px;
    position: absolute;
    width: 261px;
    height: 97px;
    z-index: -1;
    background: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-1-shadow.png) top left no-repeat;
}

#products .product.product-1 .product-display,
#products .product.product-4 .product-display,
#products .product.product-7 .product-display {
    z-index: 5;
}

#products .product.product-2 .product-display,
#products .product.product-5 .product-display,
#products .product.product-8 .product-display {
    z-index: 10;
}

#products .product.product-3 .product-display,
#products .product.product-6 .product-display,
#products .product.product-9 .product-display {
    z-index: 15;
}

#products .product.product-1 {
    bottom: 86px;
    left: 160px;
}

#products .product.product-1 .product-display {
    width: 88px;
    height: 235px;
}

#products .product.product-1 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-1.png);
}

#products .product.product-1 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-1-hover.png);
}

.module-2 #products .product.product-1 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-1.png);
}

.module-2 #products .product.product-1 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-1-hover.png);
}

.module-3 #products .product.product-1 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-1.png);
}

.module-3 #products .product.product-1 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-1-hover.png);
}

.module-4 #products .product.product-1 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-1.png);
}

.module-4 #products .product.product-1 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-1-hover.png);
}


/*
#products .product.product-1 .product-image {
    transform: translateY(-93%);
}
*/

#products .product.product-1:after {
    left: -22px;
    bottom: -57px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-1-shadow.png);
}

#products .product.product-2 {
    bottom: 62px;
    left: 212px;
}

#products .product.product-2 .product-display {
    width: 96px;
    height: 160px;
}

#products .product.product-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-2.png);
}

#products .product.product-2 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-2-hover.png);
}

.module-2 #products .product.product-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-2.png);
}

.module-2 #products .product.product-2 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-2-hover.png);
}

.module-3 #products .product.product-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-2.png);
}

.module-3 #products .product.product-2 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-2-hover.png);
}

.module-4 #products .product.product-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-2.png);
}

.module-4 #products .product.product-2 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-2-hover.png);
}

#products .product.product-2:after {
    left: 0;
    bottom: -55px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-2-shadow.png);
}

#products .product.product-3 {
    bottom: 35px;
    left: 96px;
}

#products .product.product-3 .product-display {
    width: 99px;
    height: 169px;
}

#products .product.product-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-3.png);
}

#products .product.product-3 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-3-hover.png);
}

.module-2 #products .product.product-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-3.png);
}

.module-2 #products .product.product-3 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-3-hover.png);
}

.module-3 #products .product.product-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-3.png);
}

.module-3 #products .product.product-3 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-3-hover.png);
}

.module-4 #products .product.product-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-3.png);
}

.module-4 #products .product.product-3 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-3-hover.png);
}

#products .product.product-3:after {
    left: 3px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-3-shadow.png);
}

#products .product.product-4 {
    bottom: 73px;
    left: 315px;
}

#products .product.product-4 .product-display {
    width: 89px;
    height: 243px;
}

#products .product.product-4 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-4.png);
}

#products .product.product-4 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-4-hover.png);
}

.module-2 #products .product.product-4 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-4.png);
}

.module-2 #products .product.product-4 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-4-hover.png);
}

.module-3 #products .product.product-4 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-4.png);
}

.module-3 #products .product.product-4 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-4-hover.png);
}

.module-4 #products .product.product-4 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-4.png);
}

.module-4 #products .product.product-4 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-4-hover.png);
}

#products .product.product.product-4:after {
    left: -21px;
    bottom: -56px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-4-shadow.png);
}

#products .product.product-5 {
    bottom: 37px;
    left: 371px;
}

#products .product.product-5 .product-display {
    width: 94px;
    height: 169px;
}

#products .product.product-5 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-5.png);
}

#products .product.product-5 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-5-hover.png);
}

.module-2 #products .product.product-5 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-5.png);
}

.module-2 #products .product.product-5 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-5-hover.png);
}

.module-3 #products .product.product-5 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-5.png);
}

.module-3 #products .product.product-5 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-5-hover.png);
}

.module-4 #products .product.product-5 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-5.png);
}

.module-4 #products .product.product-5 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-5-hover.png);
}


/*
#products .product.product-5 .product-image {
    transform: translateY(-91%);
}
*/

#products .product.product-5:after {
    left: 0;
    bottom: -55px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-5-shadow.png);
}

#products .product.product-6 {
    bottom: 17px;
    left: 264px;
}

#products .product.product-6 .product-display {
    width: 100px;
    height: 118px;
}

#products .product.product-6 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-6.png);
}

#products .product.product-6 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-6-hover.png);
}

.module-2 #products .product.product-6 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-6.png);
}

.module-2 #products .product.product-6 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-6-hover.png);
}

.module-3 #products .product.product-6 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-6.png);
}

.module-3 #products .product.product-6 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-6-hover.png);
}

.module-4 #products .product.product-6 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-6.png);
}

.module-4 #products .product.product-6 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-6-hover.png);
}


/*
#products .product.product-6 .product-image {
    transform: translate(8%, -72%);
}
*/

#products .product.product-6:after {
    left: 1px;
    top: 75px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-6-shadow.png);
}

#products .product.product-7 {
    bottom: 96px;
    left: 459px;
}

#products .product.product-7 .product-display {
    width: 83px;
    height: 230px;
}

#products .product.product-7 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-7.png);
}

#products .product.product-7 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-7-hover.png);
}

.module-2 #products .product.product-7 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-7.png);
}

.module-2 #products .product.product-7 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-7-hover.png);
}

.module-3 #products .product.product-7 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-7.png);
}

.module-3 #products .product.product-7 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-7-hover.png);
}

.module-4 #products .product.product-7 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-7.png);
}

.module-4 #products .product.product-7 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-7-hover.png);
}


/*
#products .product.product-7 .product-image {
    transform: translateY(-90%);
}
*/

#products .product.product-7:after {
    left: -18px;
    bottom: -56px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-7-shadow.png);
}

#products .product.product-8 {
    bottom: 66px;
    left: 538px;
}

#products .product.product-8 .product-display {
    width: 89px;
    height: 157px;
}

#products .product.product-8 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-8.png);
}

#products .product.product-8 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-8-hover.png);
}

.module-2 #products .product.product-8 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-8.png);
}

.module-2 #products .product.product-8 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-8-hover.png);
}

.module-3 #products .product.product-8 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-8.png);
}

.module-3 #products .product.product-8 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-8-hover.png);
}

.module-4 #products .product.product-8 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-8.png);
}

.module-4 #products .product.product-8 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-8-hover.png);
}


/*
#products .product.product-8 .product-image {
    transform: translateY(-90%);
}
*/

#products .product.product-8:after {
    left: 0px;
    bottom: -59px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-8-shadow.png);
}

#products .product.product-9 {
    bottom: 16px;
    left: 429px;
}

#products .product.product-9 .product-display {
    width: 101px;
    height: 120px;
}

#products .product.product-9 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-9.png);
}

#products .product.product-9 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-9-hover.png);
}

.module-2 #products .product.product-9 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-9.png);
}

.module-2 #products .product.product-9 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-9-hover.png);
}

.module-3 #products .product.product-9 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-9.png);
}

.module-3 #products .product.product-9 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-9-hover.png);
}

.module-4 #products .product.product-9 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-9.png);
}

.module-4 #products .product.product-9 .product-display:after {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-9-hover.png);
}

#products .product.product-9:after {
    left: -11px;
    bottom: -55px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-9-shadow.png);
}


@media (min-width: 768px) {
    #products.overview .product:hover .product-image img {
        transform: translate(-50%, 0);
        width: 130px;
    }
}
@media (max-width: 768px) {
    .product .presale-label {
        width: 140px;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .product .presale-infos {
        top: 0;
        bottom: auto;
        right: 50%;
        transform: translateX(50%);
    }
    .product .presale-label {
        text-align: center;
        padding-right: 0;
        /*width: 140px;*/
        width: 100%;
        background: none;
        position: relative;
        font-size: 13px;
        font-weight: bold;
        text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.3);
    }
    .product .presale-label:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border: 5px solid transparent;
        border-top-color: #000;
    }
    .product .presale-quickbuy {
        display: none;
    }
}

@media (max-width: 767px) {
    /*
    #products {
        min-height: 420px;
    }
    */
    .product .presale-label {
        color: #000;
    }
    #products .product .product-display:before,
    #products .product .product-display:after {
        content: none;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #products .product .product-display {
        width: auto !important;
        height: auto !important;
        display: inline-block;
    }
    #products .product .product-image {
        transform: none;
        display: inline-block;
    }
    #products .product .product-image img {
        position: static;
        transform: none;
        left: auto;
        right: auto;
    }
    #products.overview .product .product-image img {
        width: 100%;
        height: auto;
    }

    /*
    #products.overview .product:hover .product-image img {
        transform: none;
        width: 100%;
    }
    */
    /*
    #products.overview .product:hover .product-image img {
        transform: none;
        width: 91px;
    }
    #products .product.product-1 .product-display {
        width: 55px;
        height: 145px;
    }
    #products .product.product-2 .product-display {
        width: 58px;
        height: 99px;
    }
    #products .product.product-3 .product-display {
        width: 60px;
        height: 105px;
    }
    #products .product.product-4 .product-display {
        width: 55px;
        height: 151px;
    }
    #products .product.product-5 .product-display {
        width: 58px;
        height: 105px;
    }
    #products .product.product-6 .product-display {
        width: 63px;
        height: 73px;
    }
    #products .product.product-7 .product-display {
        width: 52px;
        height: 143px;
    }
    #products .product.product-8 .product-display {
        width: 55px;
        height: 97px;
    }
    #products .product.product-9 .product-display {
        width: 63px;
        height: 75px;
    }
    #products .product .product-image img {
        width: 55px;
        transform: translate(-50%, 8px);
    }
    #products.overview .product:hover .product-image img {
        transform: translate(-50%, 8px);
        width: 55px;
    }
    */
    /*
    #products .product.product-1 {
        left: 50px;
        bottom: 46px;
    }
    #products .product.product-2 {
        left: 80px;
        bottom: 31px;
    }
    #products .product.product-3 {
        left: 7px;
        bottom: 14px;
    }
    #products .product.product-4 {
        left: 130px;
        bottom: 42px;
    }
    #products .product.product-5 {
        left: 159px;
        bottom: 15px;
    }
    #products .product.product-6 {
        left: 94px;
        bottom: 0;
    }
    #products .product.product-7 {
        left: 215px;
        bottom: 52px;
    }
    #products .product.product-8 {
        left: 260px;
        bottom: 30px;
    }
    #products .product.product-9 {
        left: 206px;
        bottom: 0;
    }
    */
    #products .product {
        position: relative;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        display: inline-block;
    }
    #products.overview .product {
        pointer-events: none;
        text-align: center;
    }
    #products.overview .product .product-display img {
        transform: scale(0.5, 0.5);
    }
    #products.overview .product.slick-current {
        pointer-events: all;
    }
    #products.overview .product.slick-current .product-display img {
        transform: scale(1, 1);
    }
    #products.overview .mobile-only .product-quantity {
        width: 100%;
    }
    #products .product:after {
        content: none;
        width: 155px;
        height: 60px;
        bottom: -34px !important;
        top: auto !important;
        -webkit-background-size: cover;
        background-size: cover;
    }
    /*
    #products .product.product-3:after {
        left: 0;
    }
    #products .product.product-8:after {
        left: -4px;
    }
    */
    #products.overview .slide-category {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    #products.overview .slide-category&gt;h3 {
        position: relative;
        z-index: 100;
        text-align: center;
        margin: 0 0 15px;
        color: #fff;
        font-weight: normal;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.43);
        cursor: pointer;
        font-size: 25px;
    }

    #products.overview .slick-arrow {
        border: none;
        padding: 0;
        width: 20px;
        height: 40px;
        position: absolute;
        z-index: 50;
        top: 50%;
        left: 20%;
        overflow: hidden;
        outline: 0;
        cursor: pointer;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background: none;
        border-radius: 0;
    }
    #products.overview .slick-arrow:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        border: 1px solid #000;
        width: 27px;
        height: 27px;
        display: inline-block;
        transform-origin: left top;
        transform: translateX(20.5px) rotate(45deg);
    }
    #products.overview .slick-next {
        left: auto;
        right: 20%;
        text-align: right;
    }
    #products.overview .slick-next:before {
        transform: rotate(45deg);
    }
    #products.overview .slick-list {
        overflow: visible;
    }
    #products.overview .add-to-cart {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    #products.overview .slick-disabled {
        opacity: 0.1;
    }
}


/***
 * Products quick menu
 */

.product-menu {
    position: absolute;
    z-index: 200;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.3);
}

.product-menu.active {
    z-index: 250;
}

.product-menu:before {
    content: "";
    position: absolute;
    left: -40px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/plus-sign.png) center no-repeat rgba(255, 255, 255, 0.66);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 5;
    cursor: pointer;
}

.product-menu.active:before {
    background: url(../../../../content/dam/eu-images/summerpromo2017/minus-sign.png) center no-repeat #000;
}

.product-menu .links {
    position: absolute;
}

.product-menu a {
    display: block;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 230px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
}

#products .presale-quickbuy .quick-buy {
    background-color: #fff;
    color: #000;
    width: auto;
}

#products .product-menu .viewProduct,
#products .product-menu .ritual-link {
    background-color: #008ab0;
}

.module-3 #products .product-menu .viewProduct,
.module-3 #products .product-menu .ritual-link {
    background-color: #ffb40c;
}

#products.products-details .product-menu.product-idx-1 {
    bottom: 225px;
    right: 76px;
}

#products.products-details .product-menu.product-idx-2 {
    bottom: 176px;
    right: 141px;
}

#products.overview .product-menu.product-1 {
    bottom: 386px;
    left: 248px;
}

#products.overview .product-menu.product-2 {
    bottom: 293px;
    left: 292px;
}

#products.overview .product-menu.product-3 {
    bottom: 255px;
    left: 194px;
}

#products.overview .product-menu.product-4 {
    bottom: 393px;
    left: 405px;
}

#products.overview .product-menu.product-5 {
    bottom: 287px;
    left: 451px;
}

#products.overview .product-menu.product-6 {
    bottom: 197px;
    left: 364px;
}

#products.overview .product-menu.product-7 {
    bottom: 386px;
    left: 539px;
}

#products.overview .product-menu.product-8 {
    bottom: 296px;
    left: 638px;
}

#products.overview .product-menu.product-9 {
    bottom: 196px;
    left: 529px;
}

@media (max-width: 1023px) {
    #products.products-details .product-menu .links,
    #products.overview .product-menu .links {
        transform: translateX(-50%);
        top: 40px;
        margin-left: -30px;
    }
    #products.overview .product-menu .links:before {
        content: "";
        position: absolute;
        bottom: 100%;
        height: 0;
        width: 0;
        border: 10px solid transparent;
        border-bottom-color: #000;
        border-top-width: 0;
        left: 50%;
        margin-left: -5px;
    }
}

@media (max-width: 767px) {
    #products.overview .product-menu.presale .links:before {
        border-bottom-color: #fff;
    }
    .product-menu:before {
        width: 22px;
        height: 22px;
        left: 0;
        -webkit-background-size: 14px !important;
        background-size: 14px !important;
    }
    #products.overview {
        max-width: 325px;
        margin-top: 140px;
    }
    #products.overview&gt;.product-menu {
        display: none;
    }
    #products.overview .product-menu {
        bottom: auto !important;
        left: 80% !important;
        right: auto !important;
        top: 50% !important;
    }
    #products.overview .product-menu .links:before {
        left: 65%;
    }
    /*
    #products.overview .product-menu.product-1 {
        bottom: 257px;
        left: 86px;
    }
    #products.overview .product-menu.product-2 {
        bottom: 169px;
        left: 113px;
    }
    #products.overview .product-menu.product-3 {
        bottom: 157px;
        left: 46px;
    }
    #products.overview .product-menu.product-4 {
        bottom: 243px;
        left: 155px;
    }
    #products.overview .product-menu.product-5 {
        bottom: 174px;
        left: 194px;
    }
    #products.overview .product-menu.product-6 {
        bottom: 87px;
        left: 137px;
    }
    #products.overview .product-menu.product-7 {
        bottom: 235px;
        left: 251px;
    }
    #products.overview .product-menu.product-8 {
        bottom: 174px;
        left: 297px;
    }
    #products.overview .product-menu.product-9 {
        bottom: 101px;
        left: 241px;
    }
    #products.overview .product-menu.product-1 .links,
    #products.overview .product-menu.product-3 .links {
        left: -22px;
        top: 30px;
        transform: none;
        margin-left: 0;
    }
    #products.overview .product-menu.product-2 .links,
    #products.overview .product-menu.product-4 .links,
    #products.overview .product-menu.product-5 .links,
    #products.overview .product-menu.product-6 .links {
        transform: translateX(-50%);
        top: 30px;
        margin-left: 0;
    }
    #products.overview .product-menu.product-7 .links,
    #products.overview .product-menu.product-8 .links,
    #products.overview .product-menu.product-9 .links {
        right: -22px;
        top: 30px;
        transform: none;
        margin-left: 0;
    }
    #products.overview .product-menu.product-1 .links:before,
    #products.overview .product-menu.product-3 .links:before {
        left: 10px;
    }
    #products.overview .product-menu.product-2 .links:before,
    #products.overview .product-menu.product-4 .links:before,
    #products.overview .product-menu.product-5 .links:before,
    #products.overview .product-menu.product-6 .links:before {
        right: 45%;
        left: auto;
    }
    #products.overview .product-menu.product-7 .links:before,
    #products.overview .product-menu.product-8 .links:before,
    #products.overview .product-menu.product-9 .links:before {
        right: 10px;
        left: auto;
    }
    #products.overview .quick-buy-wrapper:hover .quick-buy-tooltip {
        display: none;
    }
    */
}


/***
 * Products details
 */

#products.products-details .product.selected:after {
    content: none;
}

#products.products-details .product {
    left: auto;
    right: 40px;
    bottom: 86px;
}

#products.products-details .product.selected {
    left: 50%;
    bottom: 0;
    top: 200px;
    z-index: 110;
    width: 240px;
    margin-left: -120px;
}

#products.products-details .product-idx-2 .product-display {
    height: 97px;
    width: 89px;
}

#products.products-details .product-idx-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-8-aside.png);
}

.module-2 #products.products-details .product-idx-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-8-aside.png);
}

.module-3 #products.products-details .product-idx-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-8-aside.png);
}

.module-4 #products.products-details .product-idx-2 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-8-aside.png);
}

#products.products-details .product-idx-2:after {
    left: 0px;
    bottom: -59px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-8-shadow.png);
}

#products.products-details .product-idx-3 {
    bottom: 46px;
    right: 100px;
}

#products.products-details .product-idx-3 .product-display {
    height: 101px;
    width: 102px;
}

#products.products-details .product-idx-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-9-aside.png);
}

.module-2 #products.products-details .product-idx-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-2/stand-9-aside.png);
}

.module-3 #products.products-details .product-idx-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-3/stand-9-aside.png);
}

.module-4 #products.products-details .product-idx-3 .product-display:before {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-4/stand-9-aside.png);
}

#products.products-details .product-idx-3:after {
    left: -11px;
    top: auto;
    bottom: -55px;
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/stands/module-1/stand-9-shadow.png);
}

#products.products-details .ritual-link {
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 5px 0;
}

#products.products-details .suggested-items-title {
    position: absolute;
    z-index: 101;
    right: 125px;
    bottom: 60px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    transform: translateX(50%);
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
}

#products.products-details .suggested-items-title:before {
    content: "";
    display: block;
    height: 18px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: url(../../../../content/dam/eu-images/summerpromo2017/top-arrow-1.png) center top no-repeat;
}

#products.products-details .product-select-image {
    position: absolute;
    max-height: 350px;
    width: auto;
    bottom: 30px;
    right: 110%;
}

@media (max-width: 1023px) {
    #products.products-details .product {
        right: 70px;
    }
    #products.products-details .product-idx-3 {
        right: 131px;
    }
}

@media (max-width: 767px) {
    #products.products-details .product {
        display: none;
    }
    #products.products-details .product-menu {
        display: none;
    }
    #products.products-details .suggested-items-title {
        display: none;
    }
    #products.products-details {
        padding-top: 130px;
    }
    #products.products-details .product.selected {
        display: block;
        position: static;
        margin: 0 auto 0;
        width: 90%;
    }
    #products.products-details .product-select-image {
        display: none;
    }
    #products.products-details .image {
        float: left;
        width: 160px;
        height: 170px;
        text-align: center;
    }
    #products.products-details .image img {
        height: 170px;
        width: auto;
        display: inline-block;
    }
    #products.products-details .ritual-link {
        display: inline-block;
    }
}


/***
 * Product infos
 */

#products .product-infos {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#products .product-infos a {
    text-decoration: none;
    color: #fff;
}

#products .product-infos .presale-alert {
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    color: #008ab0;
    margin-bottom: 10px;
    font-weight: bold;
}

#products .product-infos h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: normal;
    text-transform: uppercase;
}

#products .product-description {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 13px;
    max-height: 130px;
    overflow: auto;
    position: relative;
}

#products .product-links {
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
}

#products .product-long-description {
    position: absolute;
    z-index: 200;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.7, 0.7);
    width: 459px;
    max-height: 244px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 33px 26px 30px;
    color: #000;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
}

#products .product-long-description.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
}

#products .product-long-description .description-content {
    max-height: 200px;
    position: relative;
}

#products .product-long-description a {
    color: #000;
    text-transform: uppercase;
}

#products .product-long-description .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/cross-1.png) center no-repeat #000;
    cursor: pointer;
}

#products .product-links button {
    padding: 0;
    display: inline;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
}

#products .product-links button:hover,
#products .product-links a:hover {
    text-decoration: underline;
}

#products .product-links a:before {
    /*content: "";*/
    content: none;
    display: inline-block;
    height: 13px;
    width: 1px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 767px) {
    #products .product-infos {
        position: static;
        transform: none;
        left: auto;
        max-width: none;
    }
    #products .product-infos h2 {
        max-width: 215px;
        margin: 0 auto 10px;
    }
    #products .product-infos .presale-alert {
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        margin-bottom: 0;
    }
    #products .product-infos .presale-alert br {
        display: none;
    }
    #products .product-description {
        margin-top: 13px;
        max-height: none;
    }
    #products .product-links button {
        display: none;
    }
    #products .product-links a:before {
        content: none;
    }
    #products .mobile-long-description {
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    #products .mobile-long-description .parsys&gt;.richtext,
    #products .mobile-content-section .parsys&gt;.richtext {
        padding-left: 0;
        padding-right: 0;
    }
    #products .product-infos a {
        text-decoration: underline;
    }
    #products .mobile-content-section .label {
        font-weight: bold;
        margin: 20px 0 5px;
    }
    #products .mobile-content-section .label:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left-color: #fff;
        margin-left: 7px;
    }
    #products .mobile-content-section.show .label:after {
        border-left-color: transparent;
        border-top-color: #fff;
        border-bottom-width: 0;
    }
    #products .mobile-content-section .content {
        display: none;
    }
    #products .mobile-content-section.show .content {
        display: block;
    }
}


/***
 * Product price
 */

#products .product-action {
    /*    max-width: 180px;*/
    margin: 0 auto;
    text-align: center;
}

#products .product-action .label {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#products .product-action .first-row {
    margin-bottom: 20px;
}

#products .product-price,
#products .product-psv,
#products .quantity {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#products .product-price .price {
    /*    max-width: 50px;*/
    padding: 3px 10px;
    margin: 0 auto;
    height: 22px;
}

#products .product-price .price.regular {
    color: #000;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

#products .product-price .price.regular:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(-24deg);
    width: 90%;
    height: 1px;
    background-color: #000;
}

#products .product-price.promo .price.regular {
    line-height: 36px;
    height: auto;
}

#products .product-price.promo .price.regular:after {
    content: none;
}

#products .product-price .price.discount {
    color: #fff;
    background-color: #019bc6;
}

#products .product-psv .psv {
    color: #fff;
    background-color: #019bc6;
    font-size: 17px;
    line-height: 44px;
    height: 44px;
    padding: 0 10px;
}

.module-3 #products .product-price .price.discount,
.module-3 #products .product-psv .psv {
    background-color: #FFB403;
}

#products .quantity {
    width: 25%;
}

#products .quantity .ctrl,
#products .quantity .qty {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
}

#products .quantity .ctrl {
    line-height: 30px;
}

#products .quantity .qty {
    color: #000;
    background-color: #fff;
    font-weight: bold;
    padding: 0 7px;
    line-height: 42px;
}

@media (max-width: 1023px) {
    /*
    #products .quantity {
        width: 100%;
        display: block;
        margin-top: 33px;
        background-color: #fff;
        padding: 0 7px;
    }
    #products .presales .quantity {
        margin-bottom: 10px;
    }
    #products .quantity .ctrl {
        display: inline-block;
        height: 28px;
        width: 28px;
        line-height: 28px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        border-radius: 50%;
    }
*/
}

@media (max-width: 767px) {


    #products.overview .product-action {
        display: none;
    }

    #products.overview .slick-current .product-action {
        display: block;
    }

    #products .product-action {
        float: left;
        width: 125px;
        text-align: left;
    }

    #products .product-action .product-price,
    #products .product-action .product-psv {
        width: 100%;
    }

    #products .product-action .product-psv {
        padding-top: 10px;
        margin: 0 3px;
    }

    #products.overview .product-action {
        float: none;
        width: auto;
        text-align: center;
    }
    #products .quantity {
        width: 100%;
        display: block;
        margin-top: 20px;
        /*background-color: #fff;*/
        /*padding: 0 7px;*/
        padding: 0;
    }
    #products .presales .quantity {
        margin-bottom: 10px;
    }
    #products .quantity .ctrl {
        display: inline-block;
        height: 28px;
        width: 28px;
        line-height: 28px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        border-radius: 50%;
    }
    #products .quantity .label {
        display: none;
    }
    #products .quantity .qty {
        width: 50px;
    }
    #products .quantity .product-quantity {
        width: 100%;
    }
}


/***
 * Product call to action
 */

#products .quick-buy,
#products .add-to-cart {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
    padding: 11px 15px;
    font-weight: bold;
    width: 100%;
    max-width: 180px;
    min-height: 42px;
}

#products .quick-buy[disabled],
#products .add-to-cart[disabled] {
    cursor: auto;
}

#products .branded-items-disabled-message {
    padding: 5px 0;
    color: #000;
    max-width: 180px;
    margin: 10px auto;
}

#products .quick-buy-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 250;
    max-width: 180px;
}

#products .quick-buy-wrapper .quantity {
    max-width: 50px;
}

#products.overview .quick-buy {
    max-width: none;
}

#products.overview .quick-buy-wrapper {
    max-width: none;
    margin: 12px 0 0;
}

#products.products-details .quick-buy-wrapper {
    z-index: 150;
}

@media (max-width: 1023px) {
    #products .quick-buy,
    #products .add-to-cart {
        background-color: #000;
        color: #fff;
        /*font-size: 12px;
        padding: 10px;
        min-height: 0;*/
    }
    #products .quick-buy {
        background-color: #fff;
        color: #000;
    }
    /*
    #products.overview .quick-buy-wrapper {
        margin: 0;
        position: relative;
    }
    #products.overview .quick-buy-wrapper .quantity {
        float: left;
        width: 50%;
        margin-top: 0;
        border-top: 1px solid #a6a6a6;
    }
    #products.overview .quick-buy-wrapper .quantity .qty {
        width: auto;
        height: 40px;
        line-height: 40px;
    }
    #products.overview .quick-buy-wrapper .actions .quick-buy {
        float: left;
        width: 50%;
        background-color: #000;
        border-top: 1px solid #000;
        color: #fff;
        height: 41px;
    }
    #products.overview .quick-buy-tooltip {
        display: none;
    }
    */
}


/*
#products .quick-buy {
    background-color: #019bc6;
    color: #fff;
}*/

#products .quick-buy-tooltip {
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #c1c1c1;
    width: 190px;
    padding: 9px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}

#products .quick-buy-wrapper:hover .quick-buy-tooltip {
    display: block;
}

#products .quick-buy-tooltip:before {
    content: "";
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 100%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: #c1c1c1;
    border-right-width: 8px;
    border-left: 0;
}

#products.overview .quick-buy-tooltip {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 12px;
}

#products.overview .quick-buy-tooltip:before {
    right: 50%;
    top: auto;
    bottom: 100%;
    margin-right: -12px;
    border: 12px solid transparent;
    border-bottom-color: #c1c1c1;
    border-bottom-width: 8px;
    border-top: 0;
}

@media (max-width: 767px) {
    #products .quick-buy-tooltip {
        display: block;
        position: relative;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 150px;
        padding-bottom: 15px;
    }
    #products.overview .quick-buy-tooltip {
        position: absolute;
    }
    #products .quick-buy-tooltip:before {
        top: auto;
        bottom: 100%;
        right: 50%;
        margin-top: 0;
        margin-right: -12px;
        border: 12px solid transparent;
        border-bottom-color: #c1c1c1;
        border-bottom-width: 8px;
    }
    #products .quick-buy-tooltip:after {
        content: "";
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 -12px -12px;
        border-radius: 50%;
        background: url(../../../../content/dam/eu-images/summerpromo2017/cross-1.png) center no-repeat #000;
        background-size: 15px auto;
    }
    #products .quick-buy[disabled],
    #products .add-to-cart[disabled] {
        cursor: auto;
        background-color: #ccc;
        color: #000;
    }
    #products.overview .quick-buy-tooltip {
        width: 240px;
        display: block;
    }
}


/***
 * Out of stock texts
 */

#products .product-soldout-notification {
    max-width: 170px;
    margin: 0 auto;
}

#products .product-soldout-notification .button {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    background-color: #d3d3d3;
    color: #000;
    border: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
    padding: 10px 15px;
    font-weight: bold;
    width: 100%;
}

#products .product-soldout-notification .description {
    font-size: 13px;
    color: #000;
}

#products .product-soldout-notification.mobile-only {
    max-width: 170px;
    margin: 15px auto;
}

/***
 * Quantity controls
 */

.quantity {
    position: relative;
    font-size: 0;
}

.quantity .ctrl {
    position: relative;
    height: 100%;
    background-color: #000;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 21px;
}

.quantity .qty {
    font-size: 22px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.quantity .ctrl.disabled {
    color: #ccc;
}


/***
 * Select 2
 */

.select2-results__message {
    display: none !important;
}

.quantity .product-quantity {
    width: 50px;
}

.quantity .select2-container--default {
    width: 100%;
}

.quantity .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 0;
    height: 44px;
    border: 1px solid #000;
}

.quantity .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    /* line-height: 28px; */
    font-size: 15px;
    line-height: 42px;
}

.quantity .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.quantity .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent;
}


.mobile-only .product-row .quantity .select2-container--default .select2-selection--single {
    height: 39px;
    border: none;
}

.mobile-only .product-row .quantity .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px;
}

.mobile-only .product-row .quantity .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}

/***
 * Ritual page
 */

#rituals {
    color: #fff;
    padding-top: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 350;
    width: 100%;
    height: 100%;
    max-width: 764px;
}

#rituals .ritual-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 360px;
    width: 100%;
}

#rituals .ritual-video {
    position: absolute;
    right: 46%;
    bottom: 240px;
    max-width: 36%;
    max-height: 345px;
}

#rituals .ritual-video iframe {
    width: 275px;
    height: 154px;
}

#rituals .ritual-description {
    max-width: 225px;
    max-height: 155px;
    overflow-y: auto;
    text-align: justify;
    position: absolute;
    left: 55%;
    bottom: 240px;
    font-size: 13px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#rituals .ritual-description h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: bold;
}

#rituals .ritual-description p {
    margin: 1em 0;
}

#rituals .products {
    position: absolute;
    bottom: 40px;
    right: 10%;
    width: 80%;
    text-align: right;
}

#rituals .product {
    display: inline-block;
    position: relative;
    /*    margin-left: -20px;*/
    width: 33%;
    text-align: center;
}

#rituals .product-1 {}

#rituals .product-2 {}

#rituals .product-3 {}

#rituals .product .product-image {
    cursor: pointer;
    /*max-height: 300px;*/
    max-height: 190px;
    /*    margin-left: -20px;*/
    max-width: 125%;
    /*
    position: absolute;
    position: absolute;
    bottom: 0;
    right: -30px;
    */
}


/*
    max-width: 100%;
    height: auto;
*/


/*
    max-height: 260px;
    width: auto;
    */

#rituals .product .product-menu {
    top: auto;
    bottom: 75px;
    right: 30px;
}


/*
#rituals .product-1 .product-menu {
    bottom: 160px;
    right: 30px;
}

#rituals .product-2 .product-menu {
    bottom: 130px;
    right: 30px;
}

#rituals .product-3 .product-menu {
    bottom: 75px;
    right: 30px;
}
*/

#rituals .product .presale-infos {
    position: absolute;
    top: auto;
    bottom: 99%;
    margin-bottom: -15px;
    right: 50%;
    transform: translateX(50%);
}

#rituals .product .presale-label {
    position: relative;
    background: none;
    padding-right: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

#rituals .product .presale-label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #000;
}

@media (max-width: 767px) {
    #rituals {
        padding-top: 160px;
    }
    #rituals .product .presale-infos {
        position: static;
        width: auto;
        transform: none;
    }

    #rituals .ritual-video {
        position: static;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    #rituals .ritual-video iframe{
        width: 320px;
        height: 180px;
    }
    #rituals .ritual-description h2,
    #rituals .ritual-description h3,
    #rituals .ritual-description h4 {
        text-align: center;
    }
    #rituals .ritual-description {
        position: static;
        width: 90%;
        max-width: none;
        margin: 0 auto;
        max-height: none;
        touch-action: auto;
    }
    #rituals .products {
        position: static;
        width: 100%;
        text-align: center;
    }
    #rituals .product {
        margin-left: -10px;
        margin-right: -10px;
    }
    #rituals .product .product-image {
        /*width: 100%;*/
        height: auto;
    }
    #rituals .product-1 .product-menu {
        bottom: 34%;
        right: 50%;
    }
    #rituals .product-1 .product-menu .links {
        top: 40px;
        left: -90px;
    }
    #rituals .product-2 .product-menu {
        bottom: 47%;
        right: 50%;
    }
    #rituals .product-2 .product-menu .links {
        top: 40px;
        left: -90px;
    }
    #rituals .product-3 .product-menu {
        bottom: 60%;
        right: 50%;
    }
    #rituals .product-3 .product-menu .links {
        top: 40px;
        right: -50px;
    }
    #rituals .product-menu:before {
        width: 31px;
        height: 31px;
        background-size: 20px !important;
    }
}


/***
 * Footer
 */

#main-footer {
    position: relative;
    z-index: 25;
    min-height: 110px;
    height: calc(32vh - 126px - 60px);
    transition: all 0.3s ease-in-out;
}

#disclaimer {
    font-size: 9px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 780px;
    margin: 0 auto;
    padding: 8px;
    transition: all 0.3s ease-in-out;
}

#summer-app-body.cart-open #disclaimer,
#summer-app-body.cart-open #main-footer {
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    #main-footer {
        min-height: 0;
    }
}


/***
 * Mobile infos cta
 */

#mobile-infos {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
}

#mobile-infos .alert-text {
    background-color: #fff;
    font-size: 10px;
    color: #000;
    padding: 10px;
}

#mobile-infos .button-3 {
    font-size: 12px;
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    position: relative;
}

#mobile-infos .button-3:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    background: #1eceff;
    transition: width 0.5s ease-in-out;
}

#mobile-infos .button-3:after  {
    background: #a4e9ff;
    background: -moz-linear-gradient(left, #a4e9ff 0%, #1baee7 100%);
    background: -webkit-linear-gradient(left, #a4e9ff 0%, #1baee7 100%);
    background: linear-gradient(to right, #a4e9ff 0%, #1baee7 100%);
}

#mobile-infos.level-0 .button-3:after {
    width: 0%;
}

#mobile-infos.level-1 .button-3:after {
    width: 33%;
}

#mobile-infos.level-2 .button-3:after {
    width: 66%;
}

#mobile-infos .socials {
    position: relative;
    background-color: #c6c6c6;
    font-size: 14px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    width: 100%;
    padding: 0;
}

#mobile-infos .socials .roll {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 35px 0;
}

#mobile-infos .socials .roll .close {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -18px 0 0 -18px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/cross-1.png) center no-repeat #000;
    /*    border: 3px solid rgba(255, 255, 255, 0.3);*/
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

#mobile-infos .socials .roll img {
    height: 41px;
    width: auto;
}

#mobile-infos .socials .roll a {
    margin: 12px;
}

#mobile-infos .socials .roll-toggle {
    border: none;
    background: none;
    padding: 5px 0;
    font-weight: bold;
    outline: none;
}

#mobile-infos .socials .roll-toggle img {
    vertical-align: middle;
}


/***
 * Cart overview / navigation
 */

#cart-overview {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

#cart-overview .cart-carousel-wrapper {
    display: inline-block;
    position: relative;
}

#cart-overview .cart-carousel {
    width: 300px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    float: none;
    padding: 0;
}

#cart-overview .elements {
    display: none;
}


/*.slick-prev */

#cart-overview .carousel-ctrl {
    border: none;
    padding: 0;
    width: 10px;
    height: 21px;
    position: absolute;
    z-index: 50;
    bottom: 52px;
    margin-bottom: -10.5px;
    left: 5px;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
}

#cart-overview .carousel-ctrl:before {
    content: "";
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    display: inline-block;
    transform-origin: left top;
    transform: translateX(10.5px) rotate(45deg);
}

#cart-overview .carousel-next {
    left: auto;
    right: 5px;
    text-align: right;
}

#cart-overview .carousel-next:before {
    transform: rotate(45deg);
}

#cart-overview .slick-arrow.next {
    display: none;
}

#cart-overview .box {
    position: relative !important;
    display: inline-block;
    float: none;
    min-height: 104px;
    width: 100px;
    vertical-align: bottom;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
}

#cart-overview .box.placeholder {
    background: url(../../../../content/dam/eu-images/summerpromo2017/cart-icon-spray.png) center no-repeat #e4e4e4;
}

#cart-overview .box+.box {
    /*
    margin-left: -1px;
    border-left: 1px solid #f9e089;
*/
}

#cart-overview .box.placeholder-1 {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/cart-icon-spray.png);
}

#cart-overview .box.placeholder-2 {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/cart-icon-tube.png);
}

#cart-overview .box.placeholder-3 {
    background-image: url(../../../../content/dam/eu-images/summerpromo2017/cart-icon-pot.png);
}

#cart-overview .box.alert {
    min-height: 104px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    width: auto;
    text-transform: uppercase;
    text-align: left;
}

#cart-overview .product-display {
    background-color: #fff;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

#cart-overview .product img {
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 80px;
    max-height: 80px;
    vertical-align: middle;
}

#cart-overview .qty {
    padding: 0 5px;
}

#cart-overview .remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #000;
    color: #fff;
    border: 0;
    font-size: 10px;
    line-height: 9px;
    padding: 0;
    outline: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

#cart-overview .product-action {
    overflow: hidden;
    background-color: #fff;
    max-height: 0px;
    transition: all 0.3s ease-out;
}

#cart-overview .text-switch{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#cart-overview .button-1,
#cart-overview .button-2,
#cart-overview .button-3 {
    display: block;
    border: none;
    width: 100%;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}

#cart-overview .button-1 {
    /*    margin-top: 10px;*/
    position: absolute;
    bottom: 0;
    border: none;
    background-color: #989796;
}

#cart-overview .button-2 {
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
    background-color: #000;
    color: #fff;
}

#cart-overview .button-3 {
    height: 52px;
    background-color: #019bc6;
    color: #fff;
    padding: 3px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart-overview .alert-text {
    padding: 20px;
    line-height: 1.8;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#cart-overview .alert-text.text-1,
#cart-overview .alert-text.text-2,
#cart-overview .alert-text.text-3 {
    padding: 8px 20px;
    line-height: 1.5;
}

#cart-overview .alert-cta {
    background-color: #000;
}

#cart-overview .product:hover .product-action {
    max-height: 50px;
}

#cart-overview .product:hover .remove {
    opacity: 1;
}

@media (max-width: 767px) {
    #cart-overview {
        display: none;
    }
}


/*
#cart-overview .product.ng-enter {
    animation: growInBottom 0.3s both ease-in;
    z-index: 9999;
}
#cart-overview .product.ng-leave {
    animation: slideOutBottom 0.3s both ease-in;
    z-index: 9999;
    position: absolute;
}
*/


/* ANIMATIONS
============================================================================= */


/*
.product.ng-enter {
    animation: slideInLeft 0.3s both ease-in;
    z-index: 8888;
}
.product.ng-enter-stagger {
    animation-delay: 0.1s;
}
#main-view.ng-leave {
    transition: 0.5s linear all;
}
#main-view.ng-leave .product {
    animation: slideOutLeft 0.3s both ease-in;
    z-index: 9999;
}
#main-view.ng-leave .product {
    animation-delay: 0.1s;
}
*/

#main-view {
    position: relative;
    min-height: 610px;
    max-height: 755px;
    height: calc(68vh + 126px - 54px);
    overflow: hidden;
}

@media (max-width: 767px) {
    #main-view {
        min-height: 0;
        /*        max-height: 461px;*/
        max-height: none;
        height: auto;
        overflow: hidden;
        margin-top: 50px;
    }
}


/* leaving animations ----------------------------------------- */

@keyframes slideOutLeft {
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutBottom {
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}


/* entering animations --------------------------------------- */

@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growInBottom {
    from {
        transform: scale3d(0.2, 0.2, 1);
        opacity: 0;
    }
    to {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}


/***
 * Country selection
 */

.country-selection .logo {
    position: static;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

#countries {
    text-transform: none;
    width: 90%;
    max-width: 1150px;
    margin: 100px auto;
}

#countries h2 {
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
}

#countries .country-list {
    float: left;
    width: 25%;
    text-shadow: 0 0 35px #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#countries .country-list&gt;li {
    padding: 5px 0;
}

#countries .country-list ul,
#countries .country-list ul li {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

#countries .country-list ul {
    margin-left: 5px;
}

#countries .country-list ul li+li:before {
    content: "|";
    color: rgba(0, 0, 0, 0.5);
    margin-right: 3px;
    font-size: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}

.country-selection .background .wall {
    min-height: 550px;
}

@media (max-width: 1024px) {
    #countries {
        margin: 50px auto;
    }
    #countries .country-list ul {
        display: block;
    }
}

@media (max-width: 767px) {
    .country-selection {
        background: url(../../../../content/dam/eu-images/summerpromo2017/wall.jpg) bottom left no-repeat #fff;
    }
    .country-selection .background {
        display: none;
    }
    #countries .country-list {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    #countries .country-list ul {
        display: inline-block;
    }
}


/***
 * Nuskin overwrite
 */

#content {
    padding: 0;
    width: 100%;
    max-width: none !important;
}

.parsys.bodyContent {
    margin-bottom: 0;
}

#footer-wrap {
    width: 100%;
    color: #707173;
    padding-bottom: 30px;
    background: #fff;
    display: none !important;
}

div#logo .desktopLogo {
    display: none !important;
}

#header {
    height: auto !important;
}

#mobileCart {
    /*display: none !important;*/
}

#mainWrapper {
    overflow: visible !important;
}


/* Fix for "Add to Cart Button missing" AEM-11593 */

@media screen and (max-width:1024px) and (min-width:768px) {
    #main-view .products-details .quick-buy-wrapper {
        display: inline-block;
        width: 45%;
    }
    #main-view .products-details button.add-to-cart {
        display: inline-block;
        width: 45%;
    }
    #main-view .products-details button.quick-buy {
        width: 100%;
    }
    #main-view #products.products-details .product-action .first-row {
        margin-bottom: 10px;
    }
    #main-view #products.products-details .quantity {
        margin-bottom: 0;
        /*
        margin-top: 10px;
        */
    }
}


/* End of FIX AEM-11593 */


/* Ending page */

#ending {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 500;
    display: none;
    padding: 70px 0;
    max-width: 925px;
    width: 90%;
    box-shadow: 0px 1px 84px 0px rgba(0, 0, 0, 0.45);
    text-align: center;
    color: #000;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ending strong {
    color: #11b8f7;
}

#ending h2 {
    text-transform: uppercase;
    font-size: 34px;
    max-width: 720px;
    width: 90%;
    margin: 0 auto;
}

#ending .winter {
    background: url(../../../../content/dam/eu-images/summerpromo2017/winter.png) top center no-repeat;
    color: #fff;
    height: 250px;
    padding-left: 260px;
    padding-right: 60px;
    padding-top: 70px;
    max-width: 684px;
    width: 90%;
    margin: 30px auto;
    font-size: 32px;
    font-weight: bold;
    text-transform: none;
}

#ending a {
    color: #11b8f7;
    text-decoration: underline;
}

#ending a.facebook {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 37px;
    background: url(../../../../content/dam/eu-images/summerpromo2017/icon-facebook-ending.png) left center no-repeat;
}

#ending .footer-note {
    font-size: 29px;
    line-height: 1.2;
    max-width: 720px;
    width: 90%;
    margin: 0 auto;
}

.ended #ending {
    display: block;
}

.ended #back-button,
.ended #disclaimer,
.ended #promo-button {
    display: none;
}

@media screen and (max-width:850px) {
    #ending .winter {
        background: none;
        padding: 0;
        color: #000;
        height: auto;
    }
    #ending h2 {
        font-size: 30px;
    }
    #ending .winter {
        font-size: 28px;
    }
    #ending .footer-note {
        font-size: 25px;
    }
}

@media screen and (max-width:650px) {
    #ending {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #ending br {
        display: none;
    }
    #ending h2 {
        font-size: 24px;
    }
    #ending .winter {
        font-size: 22px;
    }
    #ending .footer-note {
        font-size: 20px;
    }
}
</pre></body></html>