/*
  ----------------------------------------------------------------
    Copyright (C) 2013 VML Poland
    All rights reserved.
  ----------------------------------------------------------------

  @project   Palmolive.com, RedFuse
  @author    Marcin Pajak
  @copyright Copyright (C) 2013 VML Poland
             All rights reserved.


  CSS STRUCTURE:
    1. AXIOMS
    2. VARIABLES
    3. GLOBALS
    4. COMPONENTS
    5. STRUCTURE
    6. MODULES
    7. ADDITIVES
    8. CLEARFIX
    9. PRINT
*/
/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h2 {
  font-size: 1.5em;
  margin: 0;
}

h3 {
  font-size: 1.17em;
  margin: 0;
}

h4 {
  font-size: 1em;
  margin: 0;
}

h5 {
  font-size: 0.83em;
  margin: 0;
}

h6 {
  font-size: 0.75em;
  margin: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 *
 *  VML Library v1.0
 *  Mixins
 *
 *  $author    Marcin Pajak
 *  $copyright Copyright (C) 2013 VML Poland
 *             All rights reserved.
 *
 */
.caret-base, .link-prev:before, .link-next:after, .show-arrows.arrow-left:before, .show-arrows.arrow-right:after, .caret-search, .ps-scrollbar-x:before, .ps-scrollbar-x:after, .ui.sidebar .caret-submenu, .ui.sidebar a:hover .caret-submenu, .ui.sidebar .is-active .caret-submenu,
.ui.sidebar .is-active a:hover .caret-submenu {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
}

/* ----------------------------------------------------------------
    2. VARIABLES
 * ---------------------------------------------------------------- */
/* Styles */
#root .color-main {
  color: #009390;
}
#root .color-second,
#root .color-secondary {
  color: #333333;
}
#root .color-grey {
  color: #919191;
}
#root .color-red {
  color: #e30613;
}
#root .color-white {
  color: #fff;
}
#root .color-link {
  color: #009390;
}
#root .color-violet {
  color: #52378a;
}
#root .no-margin {
  margin: 0;
}
#root .no-wrap {
  white-space: nowrap;
}
#root .lower {
  text-transform: none;
}
#root .left-text {
  text-align: left;
}

.bigger {
  font-size: 1.352em;
}

.smaller {
  font-size: .8em;
}

.bg-grey {
  background: #fafafa;
  margin-bottom: -10px;
}

.link-block, .link-category, .link-product, .link-ingredient {
  display: block;
}
.link-block:hover, .link-category:hover, .link-product:hover, .link-ingredient:hover {
  text-decoration: none;
}

.text-justify p {
  text-align: justify;
}

#root .lazy-carousel,
#root .lazy-category {
  display: none;
}

/* ----------------------------------------------------------------
    11. GLOBALS
          Fonts
          Typography
          Abstracts
          Utilities
 * ---------------------------------------------------------------- */
@font-face {
  font-family: DMBrandWeb;
  src: url("/PalmoliveEU/Equity/v2/common/fonts/DMBrand-Regular.eot");
}

.verdana {
  font-family: Verdana, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  color: #646464;
  font: normal 100%/1.5 "Lato", Verdana, sans-serif;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.1;
  margin: .7em 0;
}

h2 {
  font-size: 1.7364em;
  font-weight: 300;
  line-height: 1;
  margin: 1.2em 0;
  text-transform: uppercase;
}

h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 1.1em 0;
}

h4 {
  font-size: 1.1409em;
  font-weight: normal;
  line-height: 1.4;
  margin: .55em 0;
  text-transform: uppercase;
}

h5 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 1.5em 0;
}

h6 {
  font-size: .9em;
  line-height: 1;
  margin: 1em 0;
}

p {
  line-height: 1.4;
  margin: 14px 0;
  margin: 1.4rem 0;
}
p.upper {
  margin-top: -.85em;
}

li {
  line-height: 1.5;
}

p,
li {
  font-size: 12px;
  font-size: 1.2rem;
}

a {
  -webkit-transition: color 0.21s linear;
  -moz-transition: color 0.21s linear;
  -o-transition: color 0.21s linear;
  transition: color 0.21s linear;
  color: #009390;
  text-decoration: none;
}

a:active {
  background-color: transparent;
}

a:hover {
  color: #e95640;
  text-decoration: none;
}

.wrapper {
  margin: 0 10px;
  max-width: 900px;
  width: auto;
}

.wrapper-wider {
  max-width: 1000px;
}

.ie8 .wrapper {
  margin: 0 auto;
  width: 900px;
}

@media only screen and (min-width: 920px) {
  .wrapper {
    margin: 0 auto;
  }
}
.loader {
  display: inline-block;
}

.ajax-loading {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  min-height: 275px;
  width: 20%;
}

.loading {
  display: block;
  margin: 0 auto;
  width: 100%;
}

::selection {
  background: #25355c;
  color: #fff;
  text-shadow: 0 0 transparent !important;
}

::-moz-selection {
  background: #25355c;
  color: #fff;
  text-shadow: 0 0 transparent !important;
}

.empty {
  margin: 2em 0 1em;
}
.empty.empty-big {
  margin-top: 4.2em;
}

.equals {
  overflow: hidden;
  position: realtive;
}

.equal {
  margin-bottom: -999em;
  padding-bottom: 999em;
}

.icon {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.border-box, .icon-ingr--bordered, .tabs-categories, .video-container, .list-options, .circle, .popin-column, .modal-column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-select, .item-option, .link-option {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.medium,
.desktop,
.desktop-inline {
  display: none;
}

.mobile,
.mobile.medium,
.block {
  display: block;
}

/* ----------------------------------------------------------------
    4. COMPONENTS
        Buttons
        Box
        Entry
        Icons
        Media
        Modals
        Pagination
        Slider
        Table
        Tabs
        Tooltip
 * ---------------------------------------------------------------- */
/* --------------------------
   Alerts
* --------------------------- */
.alert.error {
  border: 0;
}

.border-box, .icon-ingr--bordered, .tabs-categories, .video-container, .list-options, .circle, .popin-column, .modal-column {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------
   Buttons
* --------------------------- */
button.btn {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.btn {
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: content-box;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: #009390;
  display: inline-block;
  padding: 9px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.21s linear;
  -moz-transition: all 0.21s linear;
  -o-transition: all 0.21s linear;
  transition: all 0.21s linear;
  /* Compatibility */
}
.btn, .btn:hover {
  box-shadow: none;
  text-decoration: none;
}
.btn.btn-inverse, .btn:hover {
  background-color: #009390;
  background-position: 0 -40px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.btn.btn-inverse.btn-inverse:hover, .btn:hover.btn-inverse:hover {
  background: #fff;
  box-shadow: none;
  color: #009390;
}
.btn:active, .btn:focus {
  background-color: #e95640;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.btn-results span {
  padding-right: 10px;
  position: relative;
}
.btn-results span:after {
  content: "\203A";
  display: block;
  position: absolute;
  right: -4px;
  top: -6px;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn-secondary {
  background: #E7F5F4;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: #fff;
  color: #009390;
}

/* Buttons Sizes */
.btn-small {
  font-size: 11px;
  padding: 2px 12px;
}

.btn-medium {
  font-size: 12px;
  padding: 14px 16px;
}

.btn-large {
  font-size: 16px;
  padding: 9px 19px;
}

/* Compatibility */
.no-cssgradients .btn {
  background-repeat: repeat-x;
}
.no-cssgradients .btn.btn-medium {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/btn/btn-medium.png");
}
.no-cssgradients .btn-primary.btn-medium {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/btn/btn-primary-medium.png");
  background-repeat: repeat-x;
}
.no-cssgradients .btn-secondary.btn-medium {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/btn/btn-secondary-medium.png");
  background-repeat: repeat-x;
}

.btn-search {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 12px 15px 15px 50px;
  position: relative;
}
.btn-search small {
  display: block;
}
.btn-search .icon-search {
  left: 10px;
  margin: -14px 0 0;
  position: absolute;
  top: 50%;
}

.btn-ingredient {
  text-align: center;
}

.sensations-of-narure-modal .btn-ingredient{
  background-color: #009390;
  background-position: 0 -40px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}

.sensations-of-narure-modal .btn-ingredient:hover{
      background-color: #007C7A;
}

.sensations-of-narure-modal .properties{
      display: block !important;
}

/* --------------------------
   Box
* --------------------------- */
.box {
  background: #fff;
  border-radius: 15px;
  position: relative;
}

.caption-decorated {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/pattern-dash.png") 0 0 repeat white;
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid #fff;
  box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.04);
  color: #009390;
  font-weight: normal;
  margin: 10px 0;
  padding: 15px 30px;
  text-transform: uppercase;
}

.caption-desc {
  margin-top: -10px;
}

/* --------------------------
   Entry
* --------------------------- */
/* --------------------------
   Forms
* --------------------------- */
/* --------------------------
   Icons
   $TODO: Sprites;
* --------------------------- */
a i {
  cursor: pointer;
}

.icon-find {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/icons/icon-nav-search.png") 0 0 no-repeat;
  height: 15px;
  margin: 0 5px 0 -3px;
  vertical-align: text-bottom;
  width: 15px;
}

.icon-change {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/icons/icon-change.png") 0 0 no-repeat;
  height: 16px;
  margin: -2px 5px 0 -43px;
  vertical-align: middle;
  width: 16px;
}

.icon-reset {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/icons/icon-clear.png") 0 0 no-repeat;
  -webkit-transition: background-position 0.21s linear;
  -moz-transition: background-position 0.21s linear;
  -o-transition: background-position 0.21s linear;
  transition: background-position 0.21s linear;
  height: 16px;
  display: inline-block;
  vertical-align: -25%;
  width: 16px;
}
a:hover .icon-reset {
  background-position: 0 -16px;
}

/* --------------------------
   Lists
* --------------------------- */
/* List Decorated */
.list-decorated {
  margin: 1em 0;
}
.list-decorated > li {
  font-size: 1.2em;
  list-style: none;
  padding: .3em 0 .3em 2em;
}

/* List Labels */
.list-labels {
  margin: 1em 0;
}
.list-labels .label {
  float: left;
}
.list-labels .value {
  float: right;
}
.list-labels.font-15 {
  margin: 1.5em 0 0;
}
.list-labels.font-15 .item-labels {
  line-height: 1.35;
}

.item-labeled {
  margin: .1em 0;
}
.item-labeled .label {
  color: #333333;
  float: left;
  padding-right: 1%;
  text-transform: uppercase;
  width: 34%;
}
.item-labeled .value {
  display: block;
  margin-left: 35%;
}
.fixed-width .item-labeled > .label {
  width: 170px;
}
.fixed-width .item-labeled > .value {
  margin-left: 170px;
}

/* List */
.list {
  margin: .5em 0;
  padding: 0;
}

/* --------------------------
   Media
* --------------------------- */
.media {
  height: 275px;
  width: 405px;
}
.media.left {
  margin: 1em 3.33em 2em -325px;
}

/* --------------------------
   Modals
* --------------------------- */
/* --------------------------
   Pagination
* --------------------------- */
.list-pagination {
  margin: 30px 0;
}

.item-pagination {
  display: inline-block;
}
.item-pagination.is-disabled {
  visibility: hidden;
}

.link-pagination {
  font-size: 11px;
  font-size: 1.1rem;
  -webkit-transition: "color .2s ease, background-color .3s ease";
  -moz-transition: "color .2s ease, background-color .3s ease";
  -o-transition: "color .2s ease, background-color .3s ease";
  transition: "color .2s ease, background-color .3s ease";
  background: #fff;
  border-radius: 50px;
  color: #9fd4d3;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.link-pagination:hover, .is-active .link-pagination {
  background-color: #9fd4d3;
  color: #fff;
}

.link-prev,
.link-next {
  background: transparent;
  padding: 0 5px;
  width: auto;
}

.link-prev:before {
  border-right: 5px solid #9fd4d3;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  margin: 3px 5px 0 0;
}

.link-next:after {
  border-left: 5px solid #9fd4d3;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  margin: 4px 0 0 5px;
}

/* --------------------------
   Slider
* --------------------------- */
.carousel {
  position: relative;
}

.item-carousel {
  min-height: 320px;
}

.carousel-image {
  display: block;
  margin: 0 auto;
}

.list-carousel,
.item-carousel,
.js-direction-nav,
.js-direction-nav li {
  list-style-type: none;
}

.js-prev,
.js-next {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/slider-nav-mobile.png") 0 0 no-repeat transparent;
  height: 42px;
  position: absolute;
  top: 130px;
  width: 43px;
}
.js-prev.js-disabled,
.js-next.js-disabled {
  cursor: default;
  filter: alpha(opacity=40);
  opacity: .4;
}

.js-prev {
  left: 21px;
}

.js-next {
  background-position: 0 -42px;
  right: 21px;
}

/* Slider Paging dots */
.js-control-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.js-control-nav a {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/slider-controls.png") 0 0 no-repeat transparent;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  text-indent: -9999em;
  width: 18px;
}
.js-control-nav a:hover, .js-control-nav a.js-active {
  background-position: 0 -18px;
}
.js-control-nav li {
  display: inline-block;
  list-style-type: none;
  padding: 0 2px;
}

/* Compatibility */
.js .slide-prev,
.js .slide-next {
  display: block;
}

.carousel-slogan {
  color: #009390;
}
.carousel-slogan img {
  display: block;
  margin: 0 auto;
  max-height: 290px;
  max-height: 50vh;
}
.carousel-slogan .data {
  padding: 5px 5px 11px;
}

.carousel-caption {
  font-size: 13px;
  font-size: 1.3rem;
}

.carousel-brand {
  margin: 0;
}

.carousel-caption {
  margin: 5px 0;
  text-transform: uppercase;
}

.btn-carousel {
  margin: 5px 0;
}

.range-poster,
.category-poster {
  max-height: 60vh;
}

/* --------------------------
   Section
* --------------------------- */
/* Users Content */
.editor-content {
  text-align: left;
}
.editor-content p,
.editor-content li {
  line-height: 1.5;
}

.table-content td {
  border: 1px solid #e1e1e1;
  padding: 5px;
  text-align: left;
}
.table-content td p {
  text-align: left;
}

/* --------------------------
   Table
* --------------------------- */
.table caption {
  font-size: 1.6em;
  font-weight: 300;
  margin: 0 0 1em;
}

.table-striped tbody tr:nth-child(2n+1) td,
.table-striped tbody tr:nth-child(2n+1) th {
  background: #fff;
}

/* --------------------------
   Tabs
* --------------------------- */
/* --------------------------
   Tooltip
* --------------------------- */
.popover {
  padding-bottom: 20px;
  position: absolute;
}

.popover-inner {
  background: #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  padding: 1em;
  position: relative;
  z-index: 2;
}
.popover-inner h3 {
  margin: 0;
  padding: 0;
}
.popover-inner img {
  display: block;
}
.popover-inner .arrow {
  bottom: -15px;
  left: 50%;
  margin-left: -33px;
  position: absolute;
  z-index: 1;
}
.popover-inner.top {
  margin-top: -5px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/* ----------------------------------------------------------------
    5. STRUCTURE
        Layout
        Grids
        Static Sections
            Header
            Container
            Footer
 * ---------------------------------------------------------------- */
/* --------------------------
   Layout
* --------------------------- */
html {
  height: 100%;
}

body,
.site {
  min-height: 100%;
}

body {
  background: #fff;
  overflow-y: scroll;
  position: relative;
}
.ie7 body {
  overflow-y: visible;
}

.site {
  text-align: center;
}

/* --------------------------
   Grids
* --------------------------- */
.small-1of3, .item-ingredient {
  width: 33%;
  width: calc(99.9%/3);
}

.sep, .wod-nav-item:before {
  background: #009390;
  content: "";
  height: 10px;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  width: 1px;
}

/* --------------------------
   Static Sections
* --------------------------- */
/* HEADER */
.site-header {
  border-bottom: 1px solid #9ed4d3;
  position: relative;
}

.top-social {
  margin: 24px 0;
}

.top-sound {
  display: none;
  height: 23px;
  line-height: 23px;
  margin-left: 30px;
  position: relative;
  top: -5px;
}

.link-sound {
  position: relative;
}
.link-sound:after {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/sound.png") 0 0 no-repeat;
  content: "";
  display: none;
  filter: alpha(opacity=0);
  height: 167px;
  left: -84px;
  opacity: 0;
  position: absolute;
  top: -16px;
  width: 139px;
  z-index: 5;
}
.link-sound.fadein-animation:after {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.link-sound.fadeout-animation:after {
  filter: alpha(opacity=40) !important;
  opacity: 0 !important;
}

.icon-sound {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/icons/icon-music.png") 0 0 no-repeat;
  height: 20px;
  width: 20px;
}
.link-sound.is-active .icon-sound {
  background-position: 0 -22px;
}

/* Logo */
.logo {
  float: left;
  position: relative;
}
.logo img {
  max-height: 55px;
  display: block;
  margin: 0 auto;
}

/* Navigation */
.nav {
  display: none;
}

.list-nav {
  margin: 0;
  padding: 0;
  text-align: left;
}

.item-nav {
  border-bottom: 1px solid #E0E0E0;
}

.link-nav {
  font-size: 13px;
  font-size: 1.3rem;
  border: 0 solid #009390;
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
  /* Compatibility */
}
.link-nav.current, .link-nav:hover {
  color: #e95640;
}

.subnav,
.subnav .link-dismiss {
  display: none;
}

.item-nav.item-show_new {
  display: none;
}

.link-sidebar {
  font-size: 17px;
  font-size: 1.7rem;
  background: #E7F5F4;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  height: 24px;
  margin: -19px 20px 0 10px;
  padding: 5px 43px 5px 8px;
  position: absolute;
  right: 0;
  top: 50%;
}
.link-sidebar:hover .icon-nav {
  color: #e95640;
}
.link-sidebar:hover .icon-nav:before {
  background: #e95640;
  box-shadow: 0 0.25em 0 0 #e95640, 0 0.5em 0 0 #e95640;
}

.icon-nav {
  display: inline-block;
  font-size: 28px;
  height: 3px;
  right: 5px;
  margin: -8px 5px 0 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: absolute;
  top: 50%;
  width: 28px;
}
.icon-nav span {
  font-size: 18px;
  font-size: 1.8rem;
}
.icon-nav:before {
  content: "";
  display: block;
  width: 1em;
  height: .1em;
  background: #009390;
  box-shadow: 0 0.25em 0 0 #009390, 0 0.5em 0 0 #009390;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* CONTAINER */
/* Main */
/* Main Elements */
.main-title {
  color: #009390;
  margin: 1em 0 .7em;
  text-transform: uppercase;
}

.main-abstract {
  max-width: 730px;
  padding: 0 0 1em;
}
.main-abstract p {
  line-height: 1.5;
}
.main-abstract.abstract-wider {
  max-width: 810px;
}

/* Asides */
.aside {
  width: 223px;
}

.with-aside.right {
  width: 710px;
}

/* FOOTER */
.site-footer a:hover {
  color: #e95640;
}
.site-footer .logo {
  float: none;
  height: auto;
  margin: 10px auto;
}

.section-links {
  border-top: 1px solid #9ed4d3;
  color: #009390;
}
.section-links .column {
  padding-top: 21px;
}
.section-links .column-title {
  margin: 0 0 15px;
  text-transform: none;
}

.item-link {
  padding: 3px 0;
}

.section-info,
.section-info a {
  color: #fff;
}

.section-info {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/bgs/footer-mobile.png") center 0 no-repeat transparent;
  background-size: 100% 52px;
  padding-top: 52px;
}
.section-info > .inner {
  background: #006b6b;
  padding: 1px 0;
}

.site-language {
  margin: 15px 0 0;
  padding: 15px 0;
}
.site-language .label {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.no-separator {
  border: none;
}

.no-separator:before {
  display: none;
}

.language-sep {
  padding: 0 5px;
}

.copyrights {
  font-size: 10px;
  font-size: 1rem;
  margin: 10px 0;
  margin: 1rem 0;
}

h3 {
  font-size: 15px;
  font-size: 1.5rem;
}

.link-quicknav {
  display: inline-block;
  padding: 5px;
}

/* ----------------------------------------------------------------
    6. MODULES
        Article
        Cart
        Category
        Home
        Product
        Search
 * ---------------------------------------------------------------- */
/* ----------------------------------------------------------------
    ARTICLE
 * ---------------------------------------------------------------- */
.icon-ingr--catgory {
  -webkit-transition: transform 0.21s ease;
  -moz-transition: transform 0.21s ease;
  -o-transition: transform 0.21s ease;
  transition: transform 0.21s ease;
  background: 0 0 no-repeat;
  bottom: -25px;
  height: 102px;
  left: -10px;
  position: absolute;
  width: 140px;
  z-index: 2;
}

/*
.ingredient-1 {
    width: 123px; }

.ingredient-2 {
    height: 90px;
    width: 142px; }

.ingredient-3 {
    width: 141px; }

.ingredient-4 {
    width: 123px; }

.ingredient-5 {
    height: 104px;
    width: 116px; }

.ingredient-6 {
    width: 89px; }
*/
.section-categories {
  padding: 10px 0 55px;
}

.category-name {
  -webkit-transition: color 0.21s ease;
  -moz-transition: color 0.21s ease;
  -o-transition: color 0.21s ease;
  transition: color 0.21s ease;
  text-transform: uppercase;
}

.category-photos {
  display: inline-block;
  position: relative;
}
.category-photos:after {
  border-radius: 203px;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: box-shadow 0.21s ease;
  -moz-transition: box-shadow 0.21s ease;
  -o-transition: box-shadow 0.21s ease;
  transition: box-shadow 0.21s ease;
}

.category-photo {
  border-radius: 203px;
  display: block;
  margin: 0 auto;
}

.link-category {
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 0 30px;
}
.link-category:hover .category-name {
  color: #E95640;
}
.link-category:hover .category-photos:after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}
.link-category:hover .icon-ingr--catgory {
  transform: scale(1.03);
}

/* ----------------------------------------------------------------
    ERRORS
 * ---------------------------------------------------------------- */
.section-errors {
  padding: 40px 0;
}

/* ----------------------------------------------------------------
    SITEMAP
 * ---------------------------------------------------------------- */
.section-sitemap .list-links {
  margin: 5px 0 11px;
}

.item-sitemap {
  font-size: 14px;
  font-size: 1.4rem;
  color: #009390;
  padding: 5px 0;
}

.item-sitemap--complex {
  padding: 0 21px 15px;
}

a.link-sitemap:after {
  content: " >>";
}

.caption-sitemap {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0 5px;
}

/* ----------------------------------------------------------------
    PRODUCT
 * ---------------------------------------------------------------- */
.product {
  position: relative;
}
.product .box {
  padding-bottom: 50px;
}

.product-general {
  color: #009390;
}
.product.white-font .product-general, .product.white-font .product-general a {
  color: #fff;
}

.product-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 5px 0;
  text-transform: uppercase;
}

.product-csc {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 5px 0;
  text-transform: uppercase;
}

.product-excerpt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 3px 0;
  text-transform: none;
}

.product-container {
  margin-top: 21px;
}
.product-new .product-container {
  position: relative;
}
.product-new .product-container:after {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/new-flag.png") 0 0 no-repeat;
  content: "";
  display: block;
  height: 85px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 84px;
  z-index: 5;
}

.product-photos {
  padding: 0 0 20px;
  text-align: center;
}

.addon {
  display: block;
  position: absolute;
}

.product-description {
  border-bottom: 1px solid #c3c3c3;
  margin: 0 21px 12px;
}

.caption {
  color: #009390;
  margin: 10px 0;
}

.link-product {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 2px 0 5px;
  position: relative;
}
.link-product:hover {
  background: #e7f5f4;
  color: #009390;
}
.link-product:hover .b-product-name {
  color: #e95640;
}

/* List Breadcrumbs */
.list-breadcrumbs {
  padding: 15px 0;
}

.item-breadcrumb {
  display: inline-block;
  padding: 0 3px 0 0;
}
.item-breadcrumb:before {
  color: #009390;
  content: ">";
  padding: 0 3px 0 0;
}
.product.white-font .item-breadcrumb:before {
  color: #fff;
}
.item-breadcrumb:first-child:before {
  content: "";
}

/* List Ingredients */
.link-ingredient:hover .icon-ingr {
  border-color: #e95640;
}

.icon-ingr--bordered, .icon-ingr--search, .icon-ingr--wod {
  background: center center no-repeat;
  background-size: contain;
  display: inline-block;
  text-align: center;
}

.aquatic-1 .icon-ingr--wod{
    background-size: cover;
        height: 100%;
        width: 100%;
}

.icon-ingr--bordered {
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background-color: #fff;
  border: 1px solid #9ed4d3;
  border-radius: 47px;
  height: 47px;
  line-height: 47px;
  width: 47px;
}

.icon-ingr--search {
  height: 30px;
  margin: 2px 0 -8px;
  width: 30px;
}

.icon-ingr--wod {
  height: 90%;
  vertical-align: middle;
  width: 90%;
  z-index: 2;
}

.item-ingredient {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.ingredient-name {
  display: block;
  font-weight: normal;
  margin: 0;
}

.ingredient.size-small {
  background: 0 0 no-repeat;
  display: inline-block;
  height: 47px;
  width: 47px;
}

.ingr-oil,
.size-small.ingredient {
  background-image: url("/PalmoliveEU/Equity/v2/common/gfx/ingredients/oil-small.png");
}

/* List Characterisctics */
.list-characteristics {
  text-align: center;
}
.list-characteristics > li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
}
.list-characteristics .color-main {
  margin-right: 10px;
}
.list-characteristics .label {
  font-size: 15px;
  font-size: 1.5rem;
}

.product-ingredients {
  margin-bottom: 10px;
}

/* List Benefits */
.list-benefits {
  margin: 0;
  min-height: 86px;
}

.item-benefit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  text-align: left;
}

/* List Products */
.list-products {
  margin: 0 0 20px;
}

.item-product {
  display: inline-block;
  margin-top: 10px;
  max-width: 286px;
  min-width: 280px;
  padding: 1px 0;
  vertical-align: top;
  width: 100%;
}
.item-product.product-new {
  position: relative;
}
.item-product.product-new:after {
  background: #009390;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  content: "NEW";
  display: block;
  font-size: 1.7rem;
  height: 24px;
  left: 0;
  line-height: 24px;
  margin-top: -13px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  top: 174px;
  z-index: 2;
}
.item-product .link-product {
  min-height: 260px;
}
.item-product .list-ingredients {
  left: -5px;
  position: relative;
  text-align: left;
}
.item-product .item-ingredient {
  font-size: 10px;
  font-size: 1rem;
}

.b-product-photo {
  bottom: 30px;
  left: 0;
  position: absolute;
  width: 128px;
}

.b-product-data {
  margin: 0 0 0 128px;
}
.b-product-data > .list-benefits:first-child {
  margin-top: 10px;
}

.b-product-name {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: normal;
  margin: 10px 0 5px;
  text-transform: uppercase;
}
.product-new .b-product-name {
  padding: 0 36px;
}

.b-product-name,
.b-product-category {
  text-decoration: underline;
}

.b-product-name:after,
.section-range .b-product-category:after {
  content: " >>";
}

.b-product-category {
  font-weight: normal;
  margin: 0;
  text-transform: none;
}
.b-product-category:first-child {
  padding-top: 15px;
}

.related-container {
  padding: 0 21px;
}

.icon-search {
  background-image: url("/PalmoliveEU/Equity/v2/common/gfx/icons/icon-zoom.png");
  height: 28px;
  width: 28px;
}

.btn-search {
  margin: 15px 0;
}
.btn-search .icon-search {
  margin-right: 15px;
}

/* List Tabs */
.tabs-categories {
  margin: 0 21px;
  position: relative;
}
.tabs-categories .owl-prev,
.tabs-categories .owl-next {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/tabs-nav.png") 0 0 no-repeat;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 47px;
  margin-top: -23px;
  position: absolute;
  top: 50%;
  width: 49px;
}
.tabs-categories .owl-prev:hover,
.tabs-categories .owl-next:hover {
  filter: alpha(opacity=85);
  opacity: .85;
}
.tabs-categories .owl-prev {
  left: -10px;
}
.tabs-categories .owl-next {
  background-position: 0 -47px;
  right: -10px;
}
.tabs-categories.owl-carousel {
  width: auto;
}
.tabs-categories:after {
  background-color: #9ed4d3;
  bottom: 14px;
  content: "";
  display: block;
  height: 2px;
  left: 70px;
  position: absolute;
  right: 70px;
}

.tab-category {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/category-arrow.png") 0 -400px no-repeat transparent;
  font-size: 21px;
  font-size: 2.1rem;
  display: inline-block;
  font-weight: 300;
  padding: 15px 40px 26px;
  text-transform: uppercase;
}
.tab-category.is-active {
  background-position: center bottom;
}
.tab-category.is-active .link-tab {
  color: #e95640;
}

.link-tab:hover {
  text-decoration: none;
}

.caption-decorated + .tabs-categories {
  margin-top: -10px;
}

/* Section Related */
.section-related {
  padding: 0 0 21px;
}

/* ----------------------------------------------------------------
    CATEGORY
 * ---------------------------------------------------------------- */
.section-category .tabs-categories {
  margin-bottom: 30px;
}

.category-info {
  color: #009390;
}
.category-info .category-photos {
  margin-bottom: 30px;
}

.category-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 10px 0;
  margin: 1rem 0;
}

.category-excerpt,
.category-description {
  margin: 5px 0;
  margin: .5rem 0;
}

.category-excerpt {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
}

.category-description {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
  padding-right: 30px;
}

.category-products {
  padding: 0 0 50px;
}

/* ----------------------------------------------------------------
    RANGE
 * ---------------------------------------------------------------- */
.range-title {
  border-radius: 10px 10px 0 0;
  margin: 0;
}

.s-range-ad {
  margin: 30px 0;
}

.narrow {
  margin-left: 10px;
  margin-right: 10px;
}

.video-container {
  background: #fff;
  border: 1px solid #9ed4d3;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 9px;
}

.icon-play {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/icons/icon-play.png");
  height: 76px;
  width: 76px;
}

.link-video {
  display: block;
  position: relative;
}
.link-video img {
  display: block;
  width: 100% !important;
}
.link-video .icon-play {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  filter: alpha(opacity=80);
  left: 50%;
  margin: -38px 0 0 -38px;
  opacity: .8;
  position: absolute;
  top: 50%;
}
.link-video:after {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: rgba(0, 0, 0, 0.25);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.link-video:hover .icon-play {
  filter: alpha(opacity=100);
  opacity: 1;
}
.link-video:hover:after {
  background: rgba(0, 0, 0, 0.1);
}

.site-title {
  font-size: 40px;
  font-size: 4rem;
  color: #009390;
  font-weight: 300;
}

.section-content {
  color: #888;
}

/* SELECTOR */
.section-selector {
  padding: 20px 0 50px;
}
.section-selector .logo {
  float: none;
  margin: 20px 0;
}

.selector-intro {
  text-align: center;
}
.selector-intro .logo {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
}
.selector-intro .logo:after {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/logo-drop.png") 0 0 no-repeat;
  background-size: contain;
  bottom: -20px;
  content: "";
  height: 30px;
  left: 10px;
  position: absolute;
  width: 59px;
}

.selector-hedaer h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  margin: 10px 0;
}
.selector-hedaer p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}

.list-countries {
  margin: 21px 0;
}

.item-country {
  float: left;
  padding: 2px 0;
  width: 50%;
}

.link-country {
  color: #5b5b5b;
}

/* --------------------------
   Offers
* --------------------------- */
.item-offer {
  padding: 12px 0;
}

.content-external {
  padding: 21px 0;
}

.offer-headline {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 10px 0 30px;
}
.offer-headline strong {
  font-size: 32px;
  font-size: 2.2rem;
}

.offer-caption {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0;
}

.offer-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.signup-wrapper {
  margin: 0 16px;
  overflow: hidden;
  padding: 10px 0;
}
.signup-wrapper iframe {
  max-width: 100%;
}

/* --------------------------
   Search
* --------------------------- */
.section-search,
.section-newproducts {
  padding: 10px 0 40px;
}
.section-search .site-title,
.section-newproducts .site-title {
  margin: 10px 0;
  margin: 1rem 0;
}

.section-filters {
  padding: 0 0 21px;
}

.item-filter {
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}
.item-filter .link-option {
  display: block;
  text-align: left;
  width: auto;
}

.filter-remove {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 5px 0 1px;
}

.icon-options {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/icons/icon-search.png") 0 0 no-repeat;
  display: block;
  height: 80px;
  margin: 10px auto;
  width: 80px;
}

.panel .wrapper {
  position: relative;
}
.panel .link-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.panel-search {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 56px;
  z-index: 100;
}
.panel-search.is-active {
  display: block;
}

.options-caption {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
}

.options-desc {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px 0;
  text-transform: uppercase;
}

.link-reset {
  color: #999;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  position: static;
  text-transform: uppercase;
}

.search-options {
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  margin: 21px 0;
  position: relative;
}
.search-options:first-child {
  margin-top: 11px;
}

.options-category {
  background: #08AAA7 0 0 no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c9391), color-stop(1, #08aaa7));
  background-image: -o-linear-gradient(bottom, #0c9391 0%, #08aaa7 100%);
  background-image: -moz-linear-gradient(bottom, #0c9391 0%, #08aaa7 100%);
  background-image: -webkit-linear-gradient(bottom, #0c9391 0%, #08aaa7 100%);
  background-image: -ms-linear-gradient(bottom, #0c9391 0%, #08aaa7 100%);
  background-image: linear-gradient(to bottom, #0c9391 0%, #08aaa7 100%);
  border-radius: 7px 7px 0 0;
  height: 36px;
  padding: 0 20px;
}

.options-title {
  color: #fff;
  display: table-cell;
  height: 36px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.options-container {
  height: 69px;
  margin: 0 30px;
  overflow: hidden;
  position: relative;
}

.list-options {
  display: table;
  height: 100%;
  padding: 2px 0;
}

.show-arrows.arrow-left:before {
  border-right: 10px solid #9ed4d3;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  left: 10px;
  position: absolute;
  top: 60px;
}
.show-arrows.arrow-right:after {
  border-left: 10px solid #9ed4d3;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  right: 10px;
  position: absolute;
  top: 60px;
}

.item-option {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #fff;
  display: none;
  height: 100%;
  min-width: 91px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 91px;
}
.item-option.is-clickable .link-option {
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
  pointer-events: auto;
}
.item-option.is-active {
  background-color: #b0e1e0;
}
.item-option.is-visible {
  display: table-cell;
}
.item-option:first-child {
  border-left: 0;
}
.item-option:last-child {
  border-right: 0;
}

.link-option {
  cursor: default;
  display: table-cell;
  height: 100%;
  filter: alpha(opacity=20);
  opacity: .2;
  pointer-events: none;
  text-align: center;
  width: 91px;
}

.link-dismiss {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #888;
  display: inline-block;
  line-height: 1;
  padding: 3px 6px;
}

.options-footer {
  background: #eff8f8;
  margin: 5px 0 0;
  padding: 15px 0;
  text-align: right;
}
.options-footer .btn {
  float: right;
}
.options-footer .btn:first-child {
  float: left;
}

.ingr-name {
  display: block;
  line-height: 1;
}

.caret-search {
  border-top: 8px solid #009390;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  margin: 0 0 0 5px;
  position: relative;
  vertical-align: middle;
}

.ps-scrollbar-x-rail {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 9px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  z-index: -1;
}

#root .ps-scrollbar-x-rail {
  display: none !important;
}

.show-arrows:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  background: #f4f4f4;
  border: #e5e5e5 1px;
  border-style: solid none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover,
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ps-scrollbar-x {
  background-color: #08aba8;
  border-radius: 4px;
  bottom: 0;
  cursor: pointer;
  height: 10px;
  position: absolute;
}
.ps-scrollbar-x:before {
  border-right: 3px solid white;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  content: "";
  left: 5px;
  position: absolute;
  top: 1px;
}
.ps-scrollbar-x:after {
  border-left: 3px solid white;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  content: "";
  right: 5px;
  position: absolute;
  top: 2px;
}

.show-arrows .ps-scrollbar-x-rail {
  z-index: 2;
}

#root .ps-scrollbar-y-rail {
  display: none !important;
}

/* --------------------------
   WOD
* --------------------------- */
.module-wod .section-content {
  padding: 20px 0 40px;
}

#cnt {
  margin: 0 auto;
  max-width: 804px;
  min-height: 430px;
  padding: 20px 0 40px;
  width: 100%;
}

.wod-container {
  background: #fff;
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.wod-container:before.notyet {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.wod-options {
  margin: 0 auto;
  max-width: 980px;
  padding: 5px 0;
  text-align: right;
}

.wod-option {
  border-left: 1px solid #009390;
  display: inline-block;
  line-height: 20px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.wod-option:first-child {
  border-left: 0;
}
.wod-option a {
  margin-bottom: 0;
  margin-top: 0;
}

.wod {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/ajax-loader.gif") center center no-repeat white;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 536px;
  max-width: 980px;
  position: absolute;
  right: 0;
  top: 30px;
}
.wod .landscape-please {
  display: none;
}

.wod-scene {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background-size: cover;
  bottom: 0;
  filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.wod-scene.is-active {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 1;
}

.scene-splash {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/wod/home.jpg") center center no-repeat;
}

.scene-floral {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/wod/floral.png") center center no-repeat;
}

.scene-botanical {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/wod/botanic.png") center center no-repeat;
}

.scene-aquatic {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/wod/aquatic.png") center center no-repeat;
}

.scene-fruit {
  background: url("/PalmoliveEU/Equity/v2/common/gfx/wod/fruit.png") center center no-repeat;
}

.wod-intro {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 rgba(178, 222, 221, 0.75);
  border-radius: 500px;
  color: #009390;
  filter: alpha(opacity=0);
  height: 150px;
  padding: 25px;
  position: absolute;
  text-align: center;
  width: 150px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wod-intro.main {
  left: 50%;
  margin: -100px 0 0 -100px;
  top: 50%;
}
.point-item.is-active .wod-intro, .no-touch .point-item:hover .wod-intro, .wod-intro.is-active {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch .wod-intro:hover {
  box-shadow: inset 0 0 0 150px rgba(77, 179, 177, 0.78), inset 0 0 0 10px rgba(255, 255, 255, 0.9);
  color: #fff;
}

.wod-product {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  background: #fff;
  box-shadow: 0 0 0 2px white inset, 0 0 0 6px rgba(255, 255, 255, 0.35);
  border-radius: 500px;
  color: #009390;
  filter: alpha(opacity=0);
  height: 120px;
/*  padding: 20px;*/
  position: absolute;
  text-align: center;
  width: 120px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
}
.wod-product .size-big {
  left: 50%;
  margin: -51px 0 0 -61px;
  top: 50%;
}
.point-item.is-active .wod-product, .no-touch .point-item:hover .wod-product {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.no-touch .wod-product:hover, .wod-product:active {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(77, 179, 177, 1), 0 0 0 6px rgba(255, 255, 255, 0.35);
  color: #FFFFFF;
}
.wod-product.pos-right {
  left: 28px;
  margin-top: -75px;
  top: 50%;
}
.wod-product.pos-left {
  margin-top: -75px;
  right: 42px;
  top: 50%;
}
.wod-product.pos-topleft {
  margin-top: -159px;
  right: -12px;
  top: 50%;
}
.wod-product.pos-topright {
  left: -5px;
  margin-top: -152px;
  top: 50%;
}
.wod-product.pos-bottomleft {
  right: -16px;
  top: 32px;
}
.wod-product.pos-bottomright {
  left: -20px;
  top: 32px;
}

.intro-text {
  font-size: 15px;
  font-size: 1.5rem;
  display: table-cell;
  height: 150px;
  vertical-align: middle;
  /*text-transform: uppercase;*/
  font-weight: 400;
}

.intro-text::first-letter {
    text-transform: uppercase !important;
}

.scene-aquatic .wod-intro.main .intro-text, .scene-botanical .wod-intro.main .intro-text, .wod-intro[data-target="floral"] .intro-text {
  font-size: 12px;
  font-size: 1.2rem;
}

.point {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(178, 222, 221, 0.75);
  border-radius: 40px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.31), inset 0 0 0 2px rgba(255, 255, 255, 0.6);
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  width: 20px;
}
.no-touch .point-item:hover .point, .point-item.is-active .point {
  background: rgba(77, 179, 177, 0.65);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.41), inset 0 0 0 2px rgba(255, 255, 255, 0.8);
  height: 40px;
  margin: -20px 0 0 -20px;
  width: 40px;
}

.no-touch .point-item:hover .point-product, .point-item.is-active .point-product {
  height: 60px;
  margin: -40px 0 0 -40px;
  padding: 10px;
  width: 60px;
}
.no-touch .point-item:hover .point-product .point-text, .point-item.is-active .point-product .point-text {
  -webkit-transition: opacity 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
  filter: alpha(opacity=100);
  opacity: 1;
}
.point-product:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.point-text {
  color: #fff;
  display: inline-block;
  filter: alpha(opacity=0);
  font-size: 10px;
  line-height: 1;
  max-height: 30px;
  opacity: 0;
  overflow: hidden;
  vertical-align: middle;
}

.points-list {
  -webkit-transition: opacity 2s ease 1.5s;
  -moz-transition: opacity 2s ease 1.5s;
  -o-transition: opacity 2s ease 1.5s;
  transition: opacity 2s ease 1.5s;
  filter: alpha(opacity=0);
  opacity: 0;
}
.points-list.is-active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.point-item {
  cursor: pointer;
  position: absolute;
}
.no-touch .point-item:hover {
  z-index: 5;
}

.world-floral {
  left: 7%;
  top: 52%;
}
.world-floral .wod-intro {
  left: 40px;
  margin-top: -100px;
  top: 50%;
}

.world-botanical {
  right: 27%;
  top: 53%;
}
.world-botanical .wod-intro {
  right: 40px;
  margin-top: -100px;
  top: 50%;
}

.world-aquatic {
  right: 7%;
  bottom: 16%;
}
.world-aquatic .wod-intro {
  right: -20px;
  margin-top: -195px;
  top: 50%;
}

.world-fruit {
  right: 55%;
  top: 52%;
}
.world-fruit .wod-intro {
  left: 40px;
  margin-top: -100px;
  top: 50%;
}

.wod-intro.pos-right {
  left: 31px;
  margin-top: -100px;
  top: 50%;
}
.wod-intro.pos-left {
  right: 31px;
  margin-top: -100px;
  top: 50%;
}
.wod-intro.pos-topleft {
  right: -20px;
  margin-top: -195px;
  top: 50%;
}
.wod-intro.pos-topright {
  left: -20px;
  margin-top: -195px;
  top: 50%;
}
.wod-intro.pos-bottomleft {
  right: -16px;
  top: -7px;
}
.wod-intro.pos-bottomright {
  left: -20px;
  top: 32px;
}

.floral-1 {
  left: 6%;
  top: 60%;
}

.floral-2 {
  bottom: 24%;
  left: 17%;
}

.floral-3 {
  bottom: 35%;
  right: 43%;
}

.floral-4 {
  right: 20%;
  top: 16%;
}

.floral-5 {
  bottom: 11%;
  right: 7%;
}

.aquatic-1 {
  bottom: 21%;
  left: 41%;
}

.aquatic-2 {
  right: 34%;
  top: 32%;
}

.aquatic-3 {
  top: 15%;
  right: 10%;
}

.aquatic-4 {
  right: 8%;
  bottom: 15%;
}

.botanical-1 {
  bottom: 89%;
  left: 5%;
}

.botanical-2 {
  right: 57%;
  top: 14%;
}

.botanical-3 {
  right: 7%;
  top: 13%;
}

.botanical-4 {
  right: 8%;
  bottom: 13%;
}

.fruit-1 {
  bottom: 21%;
  left: 9%;
}

.fruit-2 {
  left: 12%;
  bottom: 83%;
}

.fruit-3 {
  right: 34%;
  bottom: 32%;
}

.fruit-4 {
  right: 10%;
  top: 18%;
}

.wod-nav {
  -webkit-transition: opacity 2s ease 1.5s;
  -moz-transition: opacity 2s ease 1.5s;
  -o-transition: opacity 2s ease 1.5s;
  transition: opacity 2s ease 1.5s;
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  height: 31px;
  position: absolute;
  text-align: center;
  top: -4px;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
}

.wod-nav ul{
  background: url("/PalmoliveEU/Equity/v2/common/gfx/bgs/nav-wod.png") center 0 no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3px;
}

.wod-nav.is-active {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 8;
}

.wod-nav-item {
  display: inline-block;
  line-height: 26px;
  padding: 0 8px;
  position: relative;
}
.wod-nav-item.is-active .wod-link {
  color: #fff;
}
.wod-nav-item:before {
  left: 0;
}
.wod-nav-item:first-child:before {
  display: none;
}

.module-wod .wod-nav .wod-nav-item a.wod-link::first-letter{
  text-transform: uppercase !important;
}

.wod-link {
  font-size: 13px;
  font-size: 1.3rem;
  color: #019390;
  font-weight: bold;
/*  text-transform: uppercase;*/
/*text-transform: lowercase !important;*/
}

.circle-container {
  position: absolute;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 60px;
  padding: 0;
  list-style: none;
}
.point-item.is-active .circle-container, .no-touch .point-item:hover .circle-container {
  filter: alpha(opacity=0);
  opacity: 0;
}

.circle {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 100px;
  -o-animation: zoom 5s ease infinite;
  -ms-animation: zoom 5s ease infinite;
  -moz-animation: zoom 5s ease infinite;
  -webkit-animation: zoom 5s ease infinite;
  animation: zoom 5s ease infinite;
}

.circle:nth-child(1) {
  border: 4px solid rgba(255, 255, 255, 0.3);
}

.circle:nth-child(2) {
  border: 4px solid rgba(255, 255, 255, 0.5);
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.circle:nth-child(3) {
  border: 4px solid rgba(255, 255, 255, 0.3);
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

@keyframes zoom {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }

  30% {
    width: 100%;
    height: 100%;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes zoom {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }

  30% {
    width: 100%;
    height: 100%;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes zoom {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }

  35% {
    width: 100%;
    height: 100%;
  }

  65% {
    width: 100%;
    height: 100%;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoom {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }

  30% {
    width: 100%;
    height: 100%;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  to {
    opacity: 0;
  }
}

.popin-container {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}
.popin-container:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.popin-container.is-active {
  display: block;
}

.popin {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border: 6px solid #fff;
  border: 6px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 80%;
  z-index: -1;
}
.popin.is-active {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 3;
  margin-top: initial !important;
}

.popin-inject {
  background: #fff;
  padding: 10px 0 10px 10px;
  text-align: left;
       padding-top: 30px;
     padding-bottom: 30px;
}

.popin-inject .modal-column{
  display: none;
}

.popin-inject .sensations-of-narure-modal{
  display: block !important;
}

.popin-inject .sensations-of-narure-modal .modal-column{
  display: inline-block;
}

.popin-close {
  border-color: #9ed4d3;
  color: #009390;
  padding: 1px 3px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.popin-column {
  display: inline-block;
  vertical-align: top;
}

.popin-photo {
  text-align: center;
  width: 40%;
}

.popin-data,
.module-wod .modal-data {
  color: #009390;
  margin: 15px 0 0;
  max-height: 240px;
  overflow: auto;
  padding: 0 2%;
  width: 56%;
  width: calc(60%);
}

.popin-title,
.popin-caption {
  text-transform: uppercase;
}

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

.popin-section {
  border-top: 1px solid #9ed4d3;
  padding: 10px 0;
}

.modal {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 5px rgba(2, 148, 145, 0.32);
  border: 1px solid rgba(2, 148, 145, 0.32);
  filter: alpha(opacity=0);
  opacity: 0;
  left: 0;
  margin-left: 1%;
  position: fixed;
  top: 50%;
  width: 98%;
  z-index: -1;
}
.modal.is-active {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 5;
}

.modal-inject {
  background: #fff;
  padding: 30px 0 10px 10px;
}

.modal-close {
  border-color: #9ed4d3;
  color: #009390;
  padding: 1px 3px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-column {
  display: inline-block;
  vertical-align: top;
}

.modal-photo {
  text-align: center;
  width: 40%;
}

.modal-data {
  max-height: 240px;
  overflow: auto;
  padding: 0 4%;
  text-align: left;
  width: 66%;
  width: calc(70%);
}

.modal-body p {
  margin: 0 0 8px;
}

.modal-body .properties h5{
      font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 147, 144, 0.17);
    padding-top: 6px;
    margin-bottom: 0px;
}

.module-wod .modal-body .properties p{
    font-size: 1.4rem;
    padding-top: 0px;
}


.module-wod .modal-body p{
    padding-top: 15px;
    font-size: 1.3rem;
}

.module-wod .modal-body .modal-text{
      padding-top: 15px;
    font-size: 1.3rem;
}

.modal-title,
.modal-caption {
  font-size: 14px;
  font-size: 1.4rem;
  color: #009390;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.module-wod .modal-caption{
    font-size: 1.8rem;
  font-weight: bold;
/*  padding-bottom: 10px;*/
/*  position: absolute;
    left: 33%;*/
}

/* ----------------------------------------------------------------
    7. ADDITIVES
        JS Plugins
 * ---------------------------------------------------------------- */
/* -- JS Plugins -- */
/*******************************
            Sidebar
*******************************/
body.pushed {
  margin-right: 0;
}

.ui.sidebar {
  position: fixed;
  margin: 0 !important;
  width: 275px !important;
  height: 100% !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -ms-overflow-y: auto;
  overflow-y: auto;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-transition: margin-left 0.3s ease, margin-top 0.3s ease;
  -moz-transition: margin-left 0.3s ease, margin-top 0.3s ease;
  -o-transition: margin-left 0.3s ease, margin-top 0.3s ease;
  -ms-transition: margin-left 0.3s ease, margin-top 0.3s ease;
  transition: margin-left 0.3s ease, margin-top 0.3s ease;
}

/*******************************
            Types
*******************************/
.ui.sidebar {
  background: #E7F5F4;
  color: #fff;
  min-height: 100%;
  margin-left: -275px !important;
}
.ui.sidebar nav {
  display: block;
  margin: 1rem 1.5rem;
}
.ui.sidebar .link-sidebar {
  font-size: 40px;
  font-size: 4rem;
  background: #fff;
  display: inline-block;
  height: auto;
  line-height: 1;
  margin: 21px auto 6px;
  padding: 1px 12px;
  position: static;
}
.ui.sidebar .link-sidebar:hover {
  text-decoration: none;
}
.ui.sidebar .subnav-caption {
  color: #009390;
}
.ui.sidebar .subnav {
  padding-bottom: 21px;
}
.ui.sidebar .subnav-footer {
  display: none;
}
.ui.sidebar .caret-submenu {
  border-left: 6px solid #009390;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  float: right;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}
.ui.sidebar a:hover .caret-submenu {
  border-left: 6px solid #e95640;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}
.ui.sidebar .is-active .caret-submenu,
.ui.sidebar .is-active a:hover .caret-submenu {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border-top: 6px solid #e95640;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.ui.right.sidebar {
  left: 100%;
  margin: 0px !important;
}

.ui.top.sidebar {
  margin: -40px 0px 0px 0px !important;
  width: 100% !important;
  height: 40px !important;
}

.ui.bottom.sidebar {
  width: 100% !important;
  height: 40px !important;
  top: 100%;
  margin: 0px !important;
}

/*******************************
            States
*******************************/
.ui.active.sidebar {
  margin-left: 0px !important;
}

.ui.active.right.sidebar {
  margin-left: -275px !important;
}

.ui.active.top.sidebar {
  margin-top: 0px !important;
}

.ui.active.bottom.sidebar {
  margin-top: -40px !important;
}

/*******************************
           Variations
*******************************/
.ui.floating.sidebar {
  -webkit-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
}

.ui.right.floating.sidebar {
  -webkit-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.2);
}

.ui.top.floating.sidebar {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.ui.bottom.floating.sidebar {
  -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
}

/*
 *  Core Owl Carousel CSS File
 *  v1.23
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../gfx/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.search-product.is-visible,
.box-product.is-visible {
  display: inline-block;
}
.search-product, .search-product.pagination-hide,
.box-product,
.box-product.pagination-hide {
  display: none;
}

.share-container {
  float: right;
  padding: 15px 0;
  position: relative;
  z-index: 3;
}
.module-content .share-container {
  margin-top: -10px;
}

.share-label {
  color: #009390;
  float: left;
  padding-right: 5px;
}
.product.white-font .share-label {
  color: #fff;
}

.is-hidden {
  display: none;
}

.clearfix, .top, .link-product, .item-country, header,
section,
footer,
.basket-item,
.cf,
.search-options,
.entry,
.form-inline,
.item-labels,
.item-summary,
.nav,
.pagination {
  zoom: 1;
}
.clearfix:before, .top:before, .link-product:before, .item-country:before, header:before,
section:before,
footer:before,
.basket-item:before,
.cf:before,
.search-options:before,
.entry:before,
.form-inline:before,
.item-labels:before,
.item-summary:before,
.nav:before,
.pagination:before, .clearfix:after, .top:after, .link-product:after, .item-country:after, header:after,
section:after,
footer:after,
.basket-item:after,
.cf:after,
.search-options:after,
.entry:after,
.form-inline:after,
.item-labels:after,
.item-summary:after,
.nav:after,
.pagination:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .top:after, .link-product:after, .item-country:after, header:after,
section:after,
footer:after,
.basket-item:after,
.cf:after,
.search-options:after,
.entry:after,
.form-inline:after,
.item-labels:after,
.item-summary:after,
.nav:after,
.pagination:after {
  clear: both;
}


@media only screen and (max-width: 700px) {
  .share-container {
    bottom: 10px;
    left: 50%;
    max-width: 120px;
    margin-left: -60px;
    position: absolute;
    z-index: 50;
  }
  .site-container{
    position: relative;
  }
}

@media only screen and (max-width: 599px) {
  .editor-content {
    text-align: center;
  }

  .list-characteristics {
    margin-top: 0;
  }
  .list-characteristics .label {
    display: block;
    margin-right: 0;
  }

  .item-product {
    max-width: 310px;
  }

  .product {
    background: none !important;
  }

  .addon {
    display: none;
  }

  .related-container {
    padding: 0;
  }

  .js-prev,
  .js-next {
    background-image: url("/PalmoliveEU/Equity/v2/common/gfx/slider-nav-mobile.png");
    height: 42px;
    margin: -21px 0 0;
    width: 43px;
  }

  .js-next {
    background-position: 0 -42px;
    right: 21px;
  }

  .top-social {
    display: none;
  }

  .range-description {
    padding: 0 10px;
  }

  .subnav-placeholder {
    display: none;
  }

  .is-active .subnav {
    display: block;
  }
  .is-active .link-nav {
    color: #e95640;
  }
  .is-active + .item-show_new {
    display: block;
  }

  .mobile-carousel {
    margin-top: 15px;
  }

  .js-toggle-filters {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
  }
  .js-toggle-filters:hover {
    color: #e95640;
  }
  .js-toggle-filters:hover .caret-search {
    border-top: 8px solid #e95640;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .js-toggle-filters.is-active {
    color: #e95640;
  }
  .js-toggle-filters.is-active .caret-search {
    border: 0;
    border-bottom: 8px solid #e95640;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .js-container-filters {
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    max-height: 0;
    overflow: hidden;
  }
  .js-container-filters.is-active {
    max-height: 550px;
  }

  .product-photos,
  .product-data {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .btn-search {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .product-description {
    display: none;
  }

  .product-description.mobile {
    display: block;
  }

  .options-header {
    color: #009390;
    padding-left: 40px;
    padding-right: 50px;
    text-align: left;
  }

  .icon-options {
    background-size: contain;
    height: 30px;
    width: 30px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
  }

  .options-caption {
    font-size: 20px;
    font-size: 2rem;
    margin: 10px 0 0;
  }

  .options-desc {
    left: -40px;
    margin-right: -90px;
    margin-top: 20px;
    position: relative;
    text-align: center;
  }

  .product-general .list-breadcrumbs {
    display: none;
  }

  .module-content .main {
    padding-bottom: 50px;
    position: relative;
  }

  /*.module-range .site-container {
    position: relative;
  }*/

  .module-range{
    position: relative;
  }

  /*.share-container {
    bottom: 10px;
    left: 50%;
    max-width: 120px;
    margin-left: -60px;
    position: absolute;
    z-index: 50;
  }*/

  #root #at3win {
    left: 2.5% !important;
    top: 100px !important;
  }

  .options-footer {
    text-align: center;
  }
  .options-footer .btn,
  .options-footer .btn:first-child {
    float: none;
  }
  .options-footer .btn:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 919px) {
  .mobile,
  .mobile-inline {
    display: none;
  }

  .medium {
    display: block;
  }

  .medium-1of2, .item-product {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .medium-1of3, .item-category {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }

  .addon {
    display: none;
  }

  .top-social {
    display: none;
  }

  .tab-category {
    padding: 15px 20px 26px;
  }

  .narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  .item-carousel {
    min-height: 200px;
  }

  .js-control-nav {
    margin: 5px 0 0;
  }

  .section-filters {
    margin-left: 21px;
    margin-right: 21px;
    text-align: left;
  }
  .section-filters .btn-search {
    float: right;
  }
  .section-filters .columns {
    clear: both;
  }
  .section-filters .caret-search {
    display: none;
  }

  .subnav-placeholder {
    display: none;
  }

  .subnav-footer {
    display: none;
  }

  .is-active .subnav {
    display: block;
  }
  .is-active .link-nav {
    color: #e95640;
  }
  .is-active + .item-show_new {
    display: block;
  }

  .category-photos {
    max-width: 150px;
  }

  .selector-intro {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/bgs/country-selector.jpg") center center no-repeat;
    margin-bottom: 50px;
    width: 100%;
  }
  .selector-intro .logo {
    display: inline-block;
    position: relative;
  }
  .selector-intro .logo:after {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/logo-drop.png") 0 0 no-repeat;
    bottom: -40px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 79px;
  }
  .selector-intro .wrapper {
    height: 472px;
    padding: 10px 0 0;
    position: relative;
  }

  .selector-packshot {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/products.png") center center no-repeat;
    bottom: -65px;
    height: 248px;
    position: absolute;
    right: 30px;
    width: 262px;
  }

  .category-info {
    color: #009390;
    height: 400px;
    left: 0;
    overflow: hidden;
    padding: 1px 0;
    position: relative;
    width: 100%;
  }
  .category-info .wrapper {
    padding: 130px 0 0;
    position: relative;
    text-align: left;
    z-index: 2;
  }
  .category-info .inner {
    float: right;
    max-width: 50%;
  }

  .parralax {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/categories/1.png") center 0 no-repeat;
    bottom: -80px;
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
  }

  .category-products {
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .category-products .wrapper {
    padding: 12px 0 0;
    position: relative;
  }

  .js-prev,
  .js-next {
    margin-top: -21px;
    top: 50%;
  }

  .options-header {
    color: #009390;
    margin: 20px 0 0;
    padding: 20px 50px 20px 100px;
    position: relative;
    text-align: left;
  }
  .options-header .icon-options {
    left: 10px;
    position: absolute;
    top: 0;
  }
}

@media only screen and (min-width: 920px) {
  .modal {
    left: 50%;
    margin: 0 0 0 -220px;
    width: 440px;
    top: 65%;
    top: calc(50% + 124px;);
  }

  .mobile,
  .mobile-inline,
  .medium,
  .mobile.medium {
    display: none;
  }

  .desktop {
    display: block;
  }

  .desktop-inline {
    display: inline;
  }

  .js-prev,
  .js-next {
    background-image: url("/PalmoliveEU/Equity/v2/common/gfx/slider-nav.png");
    height: 84px;
    margin: -42px 0 0;
    top: 50%;
    width: 86px;
  }

  .js-next {
    background-position: 0 -84px;
  }

  /* Slider Paging dots */
  .js-control-nav {
    bottom: 21px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .item-carousel {
    min-height: 329px;
  }

  .item-special {
    position: relative;
    width: 1000px;
  }
  .item-special img {
    left: 0;
    position: absolute;
    top: 0;
  }

  /* ----------------------------------------------------------------
      5. STRUCTURE
          Layout
          Grids
          Static Sections
              Header
              Container
              Footer
   * ---------------------------------------------------------------- */
  /* --------------------------
     Static Sections
  * --------------------------- */
  /* HEADER */
  .site-header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 21;
    min-height: 124px;
  }
  .site-header .wrapper {
    background: #fff;
  }

  .logo img {
    max-height: none;
  }

  .top-social {
    display: block;
    float: right;
  }

  .top-sound {
    display: inline-block;
  }

  /* Navigation */
  .sep, .wod-nav-item:before, .item-nav:first-child .link-nav:before, .link-nav:after {
    background: #009390;
    content: "";
    height: 10px;
    margin: -5px 0 0;
    position: absolute;
    top: 50%;
    width: 1px;
  }

  .nav {
    display: block;
    height: 30px;
    padding: 5px 0 10px;
  }

  .list-nav {
    display: table;
    height: 100%;
    width: 100%;
  }

  .item-nav {
    border-bottom-width: 0;
    display: table-cell;
    line-height: 1.1;
    vertical-align: middle;
  }

  .link-nav {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 13px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .item-nav:first-child .link-nav:before {
    left: 0;
  }
  .link-nav:after {
    right: 0;
  }
  .is-active .link-nav {
    color: #96c7c5;
  }

  .subnav {
    -webkit-transition: max-height 0.7s ease;
    -moz-transition: max-height 0.7s ease;
    -o-transition: max-height 0.7s ease;
    transition: max-height 0.7s ease;
    box-shadow: 0 2px 5px rgba(0, 147, 144, 0.25);
    background: #fff;
    display: block;
    left: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 125px;
    width: 100%;
    z-index: -1;
  }
  .subnav .link-dismiss {
    display: block;
  }
  .subnav .column {
    position: relative;
  }
  .subnav .list-links {
    margin-left: 10px;
  }
  .subnav .item-link {
    font-size: 13px;
    font-size: 1.3rem;
    max-width: 135px;
  }
  .subnav .item-link a:hover + .subnav-placeholder {
    opacity: 1;
  }
  .is-active .subnav {
    max-height: 500px;
    top: 125px;
  }

  .subnav-caption {
    font-size: 24px;
    font-size: 2.4rem;
    color: #009390;
    font-weight: 300;
  }

  .subnav-footer {
    background: #eff8f8;
    margin: 25px 0 0;
    padding: 15px 0;
    text-align: center;
  }

  .subnav-placeholder {
    color: #009390;
    max-width: 150px;
    position: absolute;
    right: 60px;
    text-align: center;
    top: 60px;
  }
  .subnav-placeholder:after {
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    background: #fff;
    bottom: -25px;
    content: "";
    left: -20px;
    position: absolute;
    right: -20px;
    top: -10px;
    z-index: 10;
  }
  .subnav-placeholder .category-name {
    margin: 5px 0;
  }
  .subnav-placeholder .category-photos {
    max-width: 150px;
  }
  .subnav-placeholder .icon-ingr--catgory {
    background-position: left bottom;
    background-size: contain;
    max-width: 75%;
  }
  .subnav-placeholder.is-visible:after {
    background: none;
  }

  .subnav .item-link a {
    display: inline-block;
  }

  .col-ranges .subnav-placeholder {
    right: -20px;
  }

  .link-sidebar {
    display: none;
  }

  .list-breadcrumbs {
    text-align: left;
  }

  .columns-nav {
    min-height: 240px;
  }

  /* CONTAINER */
  .site-header + .site-container {
    padding-top: 124px;
  }

  .column {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }

  .columns .wide-1of5 {
    width: 20%;
  }
  .columns .wide-1of4 {
    width: 25%;
  }
  .columns .wide-1of3 {
    width: 33%;
    width: calc(100%/3);
  }
  .columns .wide-1of2,
  .columns .wide-2of4 {
    width: 50%;
  }
  .columns .wide-3of4 {
    width: 75%;
  }
  .columns .wide-2of2,
  .columns .wide-3of3,
  .columns .wide-4of4 {
    width: 100%;
  }
  .columns .bordered {
    border-left: 1px solid #9ed4d3;
    left: -1px;
    margin-right: -1px;
    position: relative;
  }

  .width-1of3, .item-product, .item-category {
    width: 33%;
    width: calc(99.9%/3);
  }

  .width-1of4, .items-four .item-category {
    width: 25%;
  }

  .width-1of5, .item-country {
    width: 20%;
  }

  /* FOOTER */
  .site-footer {
    background: #fff;
    position: relative;
    z-index: 3;
  }

  .section-links {
    overflow: hidden;
    margin: 0 0 15px;
    padding: 30px 0 0;
    position: realtive;
    text-align: left;
  }
  .section-links .column {
    margin-bottom: -999em;
    padding-top: 0;
    padding-bottom: 999em;
    opacity: .7;
  }
  .section-links .column:hover {
    opacity: 1;
  }
  .section-links .column-last {
    padding-top: 40px;
    padding-left: 30px;
  }

  .list-double > li {
    float: left;
    padding-right: 5%;
    width: 45%;
  }

  .section-info {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/footer-top.png") center 0 no-repeat transparent;
    background-size: 100% 103px;
    border-top: 0;
    padding-top: 102px;
  }
  .section-info > .inner {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/footer-bg.png") center 0 repeat-y transparent;
    background-size: 100% 100%;
    padding: 1px 0;
  }

  .list-quicknav {
    margin: 12px 0;
    margin: 1.2rem 0;
  }

  .item-quicknav {
    border-left: 1px solid #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 13px 0 12px;
  }
  .item-quicknav:first-child {
    border-left: 0;
  }

  .link-quicknav {
    padding: 0;
  }

  /* ----------------------------------------------------------------
      ERRORS
   * ---------------------------------------------------------------- */
  .section-errors {
    min-height: 330px;
    padding: 100px 0;
  }

  /* ----------------------------------------------------------------
      SITEMAP
   * ---------------------------------------------------------------- */
  a.link-sitemap:after {
    content: "";
  }

  /* ----------------------------------------------------------------
      HOMEPAGE
   * ---------------------------------------------------------------- */
  .carousel-main {
    max-height: 329px;
    overflow: hidden;
  }

  /* ----------------------------------------------------------------
      PRODUCT
   * ---------------------------------------------------------------- */
  .product {
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
  }

  .product-general {
    min-height: 180px;
    padding-left: 290px;
    text-align: left;
  }

  .product-container {
    padding-top: 21px;
    position: relative;
  }

  .product-details {
    text-align: left;
  }

  .product-photos {
    float: left;
    position: relative;
    width: 280px;
  }

  .product-photo {
    height: 240px;
    position: relative;
  }
  .product-photo .photo {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -140px;
    position: absolute;
    width: 280px;
  }

  .addon {
    bottom: 10px;
    left: 30px;
    position: absolute;
  }

  .product-data {
    margin-left: 290px;
    padding-right: 34px;
  }

  .list-characteristics {
    text-align: left;
  }

  .product-characterisctisc {
    margin: 21px 0 0;
  }

  .product-ingredients {
    border-left: 1px dotted #c3c3c3;
    float: right;
    padding-left: 45px;
  }
  .product-ingredients .list-ingredients {
    left: -15px;
    position: relative;
  }

  .product-description {
    margin: 0 0 12px;
  }

  .btn-search {
    border: 0;
    border-radius: 0;
    height: 49px;
    padding: 11px 10px 0 50px;
  }
  .btn-search small {
    display: block;
  }
  .btn-search .icon-search {
    left: 10px;
    margin: -14px 0 0;
    position: absolute;
    top: 50%;
  }
  .btn-search:after, .btn-search:before {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/btn-search2.png");
    bottom: -8px;
    content: "";
    position: absolute;
    top: 0;
    width: 32px;
  }
  .btn-search:after {
    background-position: 0 -70px;
    right: -30px;
  }
  .btn-search:before {
    background-position: 0 -1400px;
    left: -30px;
  }
  .btn-search, .btn-search:hover, .btn-search:active, .btn-search:focus {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/btn-search2.png") 0 0 repeat-x;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0.25, #abdbda), color-stop(0.5, #d8eeee), color-stop(0.85, #abdbda));
    background-image: -o-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: -moz-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: -webkit-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: -ms-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 144, 147, 0.3);
  }
  .btn-search.fixed {
    position: absolute;
    right: 60px;
    top: -23px;
  }
  .btn-search.single {
    line-height: 40px;
  }

  .link-reset {
    position: absolute;
    right: 0;
    top: 56px;
  }

  .tab-category {
    width: 266px;
    padding: 15px 10px 26px;
  }

  .b-product-name,
  .b-product-category {
    text-decoration: none;
  }

  .b-product-name:after,
  .section-range .b-product-category:after {
    content: "";
  }

  /* ----------------------------------------------------------------
      CATEGORY
   * ---------------------------------------------------------------- */
  .category-title {
    font-size: 50px;
    font-size: 5rem;
  }

  .category-excerpt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* List Categories */
  .category-photos {
    margin: 0 auto;
    max-width: 180px;
  }

  .section-category {
    padding-top: 1px;
  }

  .category-info {
    color: #009390;
    height: 400px;
    left: 0;
    overflow: hidden;
    padding: 1px 0;
    position: relative;
    width: 100%;
  }
  .category-info .wrapper {
    padding: 130px 0 0;
    position: relative;
    text-align: left;
    z-index: 2;
  }
  .category-info .inner {
    padding: 0 15px 0 430px;
  }

  .parralax {
    background: center 0 no-repeat;
    bottom: -80px;
    left: 0;
    position: absolute;
    top: -40px;
    width: 100%;
  }

  .category-products {
    background: #fff;
    position: relative;
    z-index: 2;
  }
  .category-products .wrapper {
    padding: 70px 0 0;
    position: relative;
  }

  /* CONTENT SITE */
  .module-content {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/bgs/content.jpg") center 0 no-repeat;
  }
  .module-content .main {
    background: #fff;
    padding: 10px 0;
  }

  .section-content {
    margin: 0 auto;
    max-width: 775px;
    text-align: left;
  }

  .selector-hedaer {
    padding: 30px 0 20px;
  }

  /* ----------------------------------------------------------------
      RANGE
   * ---------------------------------------------------------------- */
  .section-range {
    padding-top: 295px;
  }

  .s-range-info {
    text-align: left;
  }

  .range-title {
    padding-right: 300px;
  }

  .range-description {
    max-width: 615px;
    padding: 10px 30px;
  }

  .narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }

  /* ----------------------------------------------------------------
      COUNTRY SELECTOR
   * ---------------------------------------------------------------- */
  .section-selector {
    text-align: left;
  }

  .selector-intro {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/bgs/country-selector.jpg") center center no-repeat;
    width: 100%;
  }
  .selector-intro .logo {
    display: inline-block;
    position: relative;
  }
  .selector-intro .logo:after {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/logo-drop.png") 0 0 no-repeat;
    bottom: -40px;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 79px;
  }
  .selector-intro .wrapper {
    height: 472px;
    padding: 10px 0 0;
    position: relative;
  }

  .selector-packshot {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/products.png") center center no-repeat;
    bottom: -65px;
    height: 248px;
    position: absolute;
    right: 30px;
    width: 262px;
  }

  /* ----------------------------------------------------------------
      SEARCH
   * ---------------------------------------------------------------- */
  .section-search,
  .section-newproducts {
    padding-top: 50px;
  }

  .section-filters {
    margin: 0 auto;
    max-width: 750px;
    text-align: left;
  }
  .section-filters .caret-search {
    display: none;
  }

  .panel .link-dismiss {
    right: 0;
  }

  .panel-search {
    -webkit-transition: max-height 0.7s ease;
    -moz-transition: max-height 0.7s ease;
    -o-transition: max-height 0.7s ease;
    transition: max-height 0.7s ease;
    box-shadow: 0 2px 5px rgba(0, 147, 144, 0.25);
    bottom: auto;
    display: block;
    max-height: 0;
    overflow: hidden;
    position: fixed;
    text-align: left;
    top: 125px;
  }
  .panel-search .wrapper {
    background: transparent;
    position: relative;
  }
  .panel-search.is-active {
    height: 100%;
    max-height: 452px;
  }
  .panel-search.is-active.expanded {
    max-height: 544px;
  }
  .panel-search.is-active.is-scroll_enabled {
    overflow: auto;
  }

  .options-header {
    color: #009390;
    margin: 0;
    padding: 20px 10px 20px 100px;
    position: relative;
  }
  .options-header .icon-options {
    left: 10px;
    position: absolute;
    top: 0;
  }

  .options-category {
    border-radius: 7px 7px 0 7px;
    box-shadow: inset 0 30px 0 #2caeac;
    float: left;
    height: 69px;
    width: 107px;
  }

  .options-title {
    height: 63px;
  }

  .options-title {
    width: 107px;
  }

  .options-container {
    margin: 0;
    overflow: hidden;
    position: relative;
  }

  #root .ps-scrollbar-x-rail {
    display: block !important;
  }

  #root .arrow-left:before,
  #root .arrow-right:after {
    border: 0;
    display: none;
  }

  .ui.sidebar {
    display: none;
  }
}
@media only screen and (max-width: 804px) {
  .wod-options {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 919px) {
  .product {
    background-color: transparent;
    background-position: center 0;
    background-repeat: no-repeat;
  }
  .product-general {
    min-height: 180px;
    padding-left: 290px;
    text-align: left;
  }

  .product-container {
    padding-top: 21px;
    position: relative;
  }

  .product-details {
    text-align: left;
  }

  .product-photos {
    float: left;
    position: relative;
    width: 280px;
  }

  .product-photo {
    height: 240px;
    position: relative;
  }
  .product-photo .photo {
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -140px;
    position: absolute;
    width: 280px;
  }

  .addon {
    bottom: 10px;
    left: 30px;
    position: absolute;
  }

  .product-data {
    margin-left: 290px;
    padding-right: 34px;
  }

  .product-characterisctisc,
  .product-ingredients {
    text-align: center;
  }

  .product-description {
    margin: 0 0 12px;
  }

  .product-container .btn-search {
    border: 0;
    border-radius: 0;
    height: 49px;
    padding: 11px 10px 0 50px;
  }
  .product-container .btn-search small {
    display: block;
  }
  .product-container .btn-search .icon-search {
    left: 10px;
    margin: -14px 0 0;
    position: absolute;
    top: 50%;
  }
  .product-container .btn-search:after, .product-container .btn-search:before {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/btn-search2.png");
    bottom: -8px;
    content: "";
    position: absolute;
    top: 0;
    width: 32px;
  }
  .product-container .btn-search:after {
    background-position: 0 -70px;
    right: -30px;
  }
  .product-container .btn-search:before {
    background-position: 0 -1400px;
    left: -30px;
  }
  .product-container .btn-search, .product-container .btn-search:hover, .product-container .btn-search:active, .product-container .btn-search:focus {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/btn-search2.png") 0 0 repeat-x;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0.25, #abdbda), color-stop(0.5, #d8eeee), color-stop(0.85, #abdbda));
    background-image: -o-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: -moz-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: -webkit-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: -ms-linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    background-image: linear-gradient(right bottom, #abdbda 25%, #d8eeee 50%, #abdbda 85%);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 144, 147, 0.3);
  }
  .product-container .btn-search.fixed {
    position: absolute;
    right: 60px;
    top: -23px;
  }
  .product-container .btn-search.single {
    line-height: 40px;
  }

  .tab-category {
    width: 266px;
    padding: 15px 10px 26px;
  }

  .section-range {
    padding-top: 295px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
  .mobile-bg {
    display: block;
  }

  .product-photos,
  .product-data {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }

  .product {
    background: none !important;
  }
}
@media only screen and (orientation: portrait) and (max-width: 500px) {
  .wod .landscape-please {
    background: url("/PalmoliveEU/Equity/v2/common/gfx/bgs/landscape-please.png") center 180px no-repeat white;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .wod .landscape-please h3 {
    margin-top: 60px;
    text-transform: uppercase;
  }

  .wod {
    max-height: 100vh;
  }
}
