/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../img/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face {
  font-family: 'proxima_nova_altblack';
  src: url(../css/759f387860abb73fcf49af2702ab7616.woff2) format("woff2"), url(../css/f9a7dd81d4c07b38d4c1da52456ef3d6.woff) format("woff"), url(../css/c47c63d8f301bb81337bc22ea1856699.ttf) format("truetype"), url(../css/9a791c5480d9d79ec58a3150080aae96.svg#proxima_nova_altblack) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_altbold';
  src: url(../css/7a949b68173b0f9755ba57ef48f681ea.eot);
  src: url(../css/7a949b68173b0f9755ba57ef48f681ea.eot?#iefix) format("embedded-opentype"), url(../css/d95e053cc3c90fd7165117385ad6c455.woff2) format("woff2"), url(../css/fa0710b89ae5c7e636ada71f6784b035.woff) format("woff"), url(../css/d728a3dba7deb0990ca1dfefed200c82.ttf) format("truetype"), url(../css/bfe2bf497235aeb3cff53373d160d8ea.svg#proxima_nova_altbold) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova_ltthin';
  src: url(../css/e2d89c72689b3ca0476824f408481657.eot);
  src: url(../css/e2d89c72689b3ca0476824f408481657.eot?#iefix) format("embedded-opentype"), url(../css/0e628fcfc4bd1e3ae0a4c66172302f03.woff2) format("woff2"), url(../css/17aa4534a407451efec8919b7abe52ba.woff) format("woff"), url(../css/532aaef1988c0cb07d3cb2ff93a47127.ttf) format("truetype"), url(../css/73313d2273713d4d8fc756b35f45c25e.svg#proxima_nova_ltthin) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvetica_neue_lt';
  src: url(../css/46312475353c2f1966f70bf283bc4c0b.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'helvetica_neue_lt_light';
  src: url(../css/c4a6a4997599c810a67c487821c00f69.eot);
  src: url(../css/c4a6a4997599c810a67c487821c00f69.eot?#iefix) format("embedded-opentype"), url(../css/d7a32822cbb7554608bb4c8b308b3f9a.woff) format("woff"), url(../css/ed34a2cd217debfc1654c38939fa9d04.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'portovintage-icon';
  src: url(../css/ed3bd1d3fd4da278d6d4879ff36d04bc.eot);
  src: url(../css/ed3bd1d3fd4da278d6d4879ff36d04bc.eot#iefix) format("embedded-opentype"), url(../css/6fe83539d30e6fbc3bf582b559e05f21.ttf) format("truetype"), url(../css/4796ec1db065e264c31ef79bf0cc53c5.woff) format("woff"), url(../css/1e7468554762600a5aa41e51155e126a.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

*[class^="icon-"], *[class*=" icon-"], *[class^="icon-"] span, *[class*=" icon-"] span {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'portovintage-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-porto-vintage-bottle-color .path1:before {
  content: "\E903";
  color: #777673; }

.icon-porto-vintage-bottle-color .path2:before {
  content: "\E904";
  margin-left: -1em;
  color: #810c2f; }

.icon-porto-vintage-bottle-color .path3:before {
  content: "\E905";
  margin-left: -1em;
  color: #810c2f; }

.icon-porto-vintage-delivery-color .path1:before {
  content: "\E906";
  color: #777673; }

.icon-porto-vintage-delivery-color .path2:before {
  content: "\E907";
  margin-left: -0.9091796875em;
  color: #777673; }

.icon-porto-vintage-delivery-color .path3:before {
  content: "\E908";
  margin-left: -0.9091796875em;
  color: #777673; }

.icon-porto-vintage-delivery-color .path4:before {
  content: "\E909";
  margin-left: -0.9091796875em;
  color: #777673; }

.icon-porto-vintage-delivery-color .path5:before {
  content: "\E90A";
  margin-left: -0.9091796875em;
  color: #777673; }

.icon-porto-vintage-delivery-color .path6:before {
  content: "\E90B";
  margin-left: -0.9091796875em;
  color: #ea5a20; }

.icon-porto-vintage-euro-color:before {
  content: "\E90C";
  color: #b59023; }

.icon-porto-vintage-grid-color .path1:before {
  content: "\E90D";
  color: #777673; }

.icon-porto-vintage-grid-color .path2:before {
  content: "\E90E";
  margin-left: -1em;
  color: #318b38; }

.icon-porto-vintage-grid-color .path3:before {
  content: "\E90F";
  margin-left: -1em;
  color: #318b38; }

.icon-porto-vintage-grid-color .path4:before {
  content: "\E910";
  margin-left: -1em;
  color: #318b38; }

.icon-porto-vintage-delivery:before {
  content: "\E900"; }

.icon-porto-vintage-euro:before {
  content: "\E901"; }

.icon-porto-vintage-package:before {
  content: "\E902"; }

.icon-porto-vintage-bottle:before {
  content: "\E92F"; }

.icon-porto-vintage-europe:before {
  content: "\E932"; }

.icon-porto-vintage-grid:before {
  content: "\E933"; }

.icon-porto-vintage-thumb:before {
  content: "\E934"; }

@font-face {
  font-family: 'FontAwesome';
  src: url(../css/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(../css/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../css/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(../css/fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(../css/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(../css/912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-1-5x {
  font-size: 1.5em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

* {
  font-family: "helvetica_neue_lt"; }

#wrapper {
  padding: 0;
  background: red; }

@media screen and (max-width: 768px) {
  .page-header {
    padding-top: 105px !important; } }

.page-header {
  position: relative;
  padding-top: 85px;
  margin: 0; }
  .page-header h1 {
    color: white; }

a {
  color: #1A1919;
  transition: all 0.4s ease 0s; }
  a:hover, a:focus {
    color: #686464;
    outline: 0; }
    a:hover span, a:hover i, a:focus span, a:focus i {
      color: #686464; }

body#checkout a {
  color: #1A1919;
  transition: all 0.4s ease 0s; }
  body#checkout a:hover, body#checkout a:focus {
    color: #686464;
    outline: 0; }
    body#checkout a:hover span, body#checkout a:hover i, body#checkout a:focus span, body#checkout a:focus i {
      color: #686464; }

h1, h2, h3, h4, h5 {
  font-family: "proxima_nova_altblack"; }

h2 {
  font-size: 26pt;
  text-transform: uppercase;
  margin-bottom: 25px; }

@media screen and (max-width: 768px) {
  h2 {
    font-size: 18pt;
    text-transform: uppercase;
    margin-bottom: 16px; } }

ul.list-style > li {
  list-style: initial; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.light {
  font-family: "proxima_nova_ltthin"; }

.bold {
  font-family: "proxima_nova_altblack"; }

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

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

.text-right {
  text-align: right; }

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

.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#wrapper {
  background: #F5F5F5; }

#content {
  position: relative; }

.main-container {
  padding: 0; }

.bg-img {
  background-size: cover !important; }

.max-width {
  margin: 0 auto;
  max-width: 495px; }

.container-lg {
  max-width: 1200px;
  margin: auto; }

.section-delivery {
  padding: 35px 0;
  background: url(../img/delivery-bg.png) no-repeat center center;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  .section-delivery [class*="icon-"] {
    font-size: 200px; }
  .section-delivery span {
    display: block;
    font-size: 20px; }

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #B59023;
  z-index: 10;
  transition: all 0.4s ease 0s;
  opacity: 0; }
  .back-to-top:hover {
    background: #a07f1f; }
  .back-to-top a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none; }

@media screen and (min-width: 992px) {
  .back-to-top {
    display: none; } }

.flex {
  display: flex;
  justify-content: space-between; }

.section-title {
  padding-left: 15px;
  padding-right: 15px; }

.card {
  padding: 20px;
  box-shadow: none;
  border: 0; }

.custom-radio input[type=radio]:checked + span {
  background-color: #B59023; }

.white {
  color: white; }

.underline {
  text-decoration: underline; }

.checkout.cart-detailed-actions.card-block {
  padding: 1.25rem 0; }

#header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 15px 0;
  background: none;
  z-index: 10; }
  @media screen and (max-width: 1200px) {
    #header .logo {
      margin: auto; } }
  @media screen and (min-width: 1200px) {
    #header #_desktop_logo {
      width: 22% !important; }
    #header .menu-desktop {
      width: 44.6667% !important; } }
  #header .logo {
    display: block;
    padding: 10px;
    max-width: 320px;
    text-align: left; }
    #header .logo:hover .baseline, #header .logo:focus .baseline {
      text-decoration: none; }
    #header .logo img {
      display: block;
      width: 90%;
      max-width: 300px;
      padding-bottom: 5px;
      margin: 0 auto; }
    #header .logo .baseline {
      display: block;
      text-align: center;
      font-size: 10px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      color: #F5F5F5;
      line-height: 12px; }
  @media screen and (max-width: 1200px) {
    #header .logo {
      text-align: center; }
      #header .logo img {
        margin: 0 auto; }
      #header .logo .baseline {
        padding: 0;
        text-align: center; } }
  #header .header-nav-container {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  @media screen and (max-width: 1200px) {
    #header .header-nav #_desktop_language_selector {
      display: none !important; } }
  #header .header-nav {
    margin: 11px 0;
    padding: 10px;
    background: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: 0; }
    #header .header-nav > * {
      display: inline-block;
      vertical-align: middle; }
    #header .header-nav a {
      color: #d9d9d9;
      transition: all 0.4s ease 0s; }
      #header .header-nav a:hover {
        color: white; }
    #header .header-nav a, #header .header-nav a span {
      font-weight: 300;
      font-size: 14px; }
  #header .top-menu {
    margin: 15px 0; }
  #header .mobile-nav .ps-social-follow {
    margin-bottom: 15px; }
  #header .menu ul a {
    padding: 0 10px;
    background: none;
    font-family: "helvetica_neue_lt"; }
  #header .menu > ul > li:not(:first-child) {
    border: 0; }
  #header .menu > ul > li:hover > div {
    display: none; }
  #header .menu > ul > .category a, #header .menu > ul > .cms-page a, #header .menu > ul > .link a, #header .menu > ul > .adcms a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300; }
    #header .menu > ul > .category a:hover, #header .menu > ul > .cms-page a:hover, #header .menu > ul > .link a:hover, #header .menu > ul > .adcms a:hover {
      color: #d9d9d9; }
  @media screen and (max-width: 1430px) {
    #header .menu > ul > .category a, #header .menu > ul > .cms-page a, #header .menu > ul > .link a, #header .menu > ul > .adcms a {
      font-size: 14px; } }
  #header .dropdown-toggle {
    margin-left: -4px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 3px;
    border-radius: 0;
    text-align: center;
    background: #d9d9d9;
    color: #1A1919;
    transition: all 0.3s ease 0s;
    border: 0;
    vertical-align: top; }
    #header .dropdown-toggle:hover {
      color: #1A1919;
      background: white; }
  #header .dropdown-menu {
    left: 0;
    right: inherit;
    margin: 0;
    padding: 0;
    border: 1px solid #cfcfcf;
    border-radius: 0; }
    #header .dropdown-menu a {
      display: block;
      width: 100%;
      padding: 10px;
      border: 0; }
  #header .header-nav {
    text-align: right; }
    #header .header-nav .user-info {
      text-align: center;
      margin: 0;
      margin-left: 4px; }
      #header .header-nav .user-info a {
        padding: 7px 10px 3px;
        background: #d9d9d9;
        color: #1A1919;
        transition: all 0.3s ease 0s;
        border: 0; }
        #header .header-nav .user-info a:hover {
          color: #1A1919;
          background: white; }
        #header .header-nav .user-info a.logout {
          border: 0;
          text-align: center; }
      #header .header-nav .user-info .account {
        display: inline-block;
        vertical-align: top;
        margin-left: 0; }
        #header .header-nav .user-info .account span {
          color: #1A1919; }
    #header .header-nav .blockcart {
      background: none;
      padding: 0;
      margin: 0;
      height: auto; }
      #header .header-nav .blockcart .body {
        display: none !important; }
      #header .header-nav .blockcart .products-count {
        display: inline-block;
        background: #B59023;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        padding: 3px 0;
        text-align: center; }
      #header .header-nav .blockcart.cart-preview .header {
        background: none;
        margin-top: 0;
        border: 0; }
        #header .header-nav .blockcart.cart-preview .header a {
          color: white;
          transition: all 0.3s ease 0s; }
          #header .header-nav .blockcart.cart-preview .header a span {
            color: white;
            transition: all 0.3s ease 0s; }
          #header .header-nav .blockcart.cart-preview .header a:hover {
            color: #d9d9d9; }
            #header .header-nav .blockcart.cart-preview .header a:hover span {
              color: #d9d9d9; }
    #header .header-nav #blockcart-wrapper {
      margin-left: 15px; }
  #header .header-top {
    background: none !important; }
  #header #wrapper, #header .header-nav, #header .header-top, #header a.logo, #header aside#notifications {
    padding: 0 10px; }
  #header .menu-toggle {
    padding: 10px 20px;
    color: white;
    font-size: 28px; }
  @media screen and (max-width: 992px) {
    #header .logo .baseline {
      font-size: 9px;
      padding: 0; }
    #header .user-info {
      text-align: left; }
      #header .user-info .dropdown-menu {
        left: 0;
        right: inherit;
        margin: 0;
        padding: 0;
        border: 1px solid #cfcfcf;
        border-radius: 0; }
        #header .user-info .dropdown-menu a {
          display: block;
          width: 100%;
          padding: 10px;
          border: 0; }
      #header .user-info .account {
        display: inline-block;
        text-transform: uppercase;
        font-size: 13px; } }
  @media screen and (max-width: 1200px) {
    #header #wrapper, #header .header-nav, #header .header-top, #header a.logo, #header aside#notifications {
      padding: 0; }
    #header .logo-container {
      text-align: center; }
    #header .header-nav > * {
      display: block; }
    #header .header-nav .ps-social-follow, #header .header-nav .user-info {
      display: none; }
    #header .mobile-nav .ps-social-follow li a {
      padding: 4px 0; } }
  @media screen and (max-width: 1200px) {
    #header .mobile-nav {
      position: fixed;
      left: 0;
      top: 0;
      width: 60%;
      min-width: 260px;
      max-width: 500px;
      height: 100vh;
      padding: 25px;
      padding-top: 30px;
      background: #1A1919;
      z-index: 20;
      transition: all 0.4s ease 0s;
      transform: translateX(-110%); }
      #header .mobile-nav.active {
        transform: translateX(0); }
      #header .mobile-nav .menu {
        float: none;
        clear: both; }
      #header .mobile-nav li.category, #header .mobile-nav li.cms-page, #header .mobile-nav li.link, #header .mobile-nav li.adcms {
        display: block;
        padding: 15px 0;
        font-size: 12px; }
        #header .mobile-nav li.category a, #header .mobile-nav li.cms-page a, #header .mobile-nav li.link a, #header .mobile-nav li.adcms a {
          padding: 0; }
      #header .mobile-nav .close {
        color: white;
        opacity: 1; }
      #header .mobile-nav .user-info {
        text-align: left;
        margin: 0; }
        #header .mobile-nav .user-info a {
          padding: 7px 10px 3px;
          background: #d9d9d9;
          color: #1A1919;
          transition: all 0.3s ease 0s;
          border: 0;
          text-transform: uppercase; }
          #header .mobile-nav .user-info a:hover {
            color: #1A1919;
            background: #F5F5F5; }
          #header .mobile-nav .user-info a.logout {
            text-align: center;
            font-size: 14px;
            border-left: 0; }
      #header .mobile-nav .dropdown-item {
        white-space: normal; }
    #header #_desktop_language_selector {
      display: inline-block;
      margin-bottom: 10px; }
      #header #_desktop_language_selector .language-selector {
        margin: 0;
        padding: 0; }
        #header #_desktop_language_selector .language-selector .dropdown-menu {
          left: 0;
          right: inherit; } }
  #header .language-selector, #header .currency-selector {
    display: inline;
    border: 0;
    background: none;
    padding-top: 3px; }
    #header .language-selector .expand-more, #header .currency-selector .expand-more {
      text-transform: uppercase;
      color: white; }
    #header .language-selector .dropdown-menu, #header .currency-selector .dropdown-menu {
      border: 0; }
      #header .language-selector .dropdown-menu li, #header .currency-selector .dropdown-menu li {
        padding: 0;
        border-color: silver;
        background: #d9d9d9;
        transition: all 0.4s ease 0s; }
        #header .language-selector .dropdown-menu li:hover, #header .currency-selector .dropdown-menu li:hover {
          background: #F5F5F5; }
        #header .language-selector .dropdown-menu li.current, #header .currency-selector .dropdown-menu li.current {
          background: #F5F5F5;
          font-style: normal; }
          #header .language-selector .dropdown-menu li.current a, #header .currency-selector .dropdown-menu li.current a {
            font-weight: 800; }
        #header .language-selector .dropdown-menu li a, #header .currency-selector .dropdown-menu li a {
          text-transform: none;
          color: #1A1919; }
  #header .currency-selector {
    display: block !important;
    padding-top: 0 !important;
    margin: 0 !important; }
    #header .currency-selector #currency-selector-label {
      display: none; }
  #header .category, #header .adcms {
    position: relative; }
    #header .category:hover .sub-menu, #header .adcms:hover .sub-menu {
      position: absolute;
      left: -0.9375rem;
      top: 20px !important;
      width: 200px;
      display: block !important;
      background: black; }
      #header .category:hover .sub-menu .top-menu, #header .adcms:hover .sub-menu .top-menu {
        display: flex !important;
        flex-direction: column-reverse; }
      #header .category:hover .sub-menu .category, #header .category:hover .sub-menu .adcms, #header .adcms:hover .sub-menu .category, #header .adcms:hover .sub-menu .adcms {
        display: block;
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px; }
        #header .category:hover .sub-menu .category:hover a, #header .category:hover .sub-menu .adcms:hover a, #header .adcms:hover .sub-menu .category:hover a, #header .adcms:hover .sub-menu .adcms:hover a {
          color: #d9d9d9;
          background: #333333; }
        #header .category:hover .sub-menu .category a, #header .category:hover .sub-menu .adcms a, #header .adcms:hover .sub-menu .category a, #header .adcms:hover .sub-menu .adcms a {
          display: block;
          padding-top: 5px;
          padding-bottom: 5px;
          font-size: 13px;
          text-align: left;
          text-transform: none;
          white-space: normal;
          transition: all 0.3s ease 0s; }

@media screen and (max-width: 768px) {
  #header .popover.sub-menu {
    position: static !important;
    top: 65px !important;
    margin: 0; }
    #header .popover.sub-menu .top-menu {
      width: 100%; }
      #header .popover.sub-menu .top-menu > li {
        padding: 5px;
        margin-bottom: 0; }
        #header .popover.sub-menu .top-menu > li .dropdown-item {
          width: 100%; }
  #header .adcms .dropdown-item {
    display: inline-block;
    width: 70%;
    margin-bottom: 10px; }
  #header .adcms .expand-btn {
    display: inline-block;
    width: 30%; }
  #header .mobile-nav {
    overflow-x: hidden;
    overflow-y: auto; } }

#module-advancedcms-adcms .row {
  padding-right: 0 !important;
  padding-left: 0 !important; }

#footer {
  padding-top: 0; }
  @media screen and (max-width: 1100px) {
    #footer .footer-top-left {
      display: none; } }
  @media screen and (max-width: 900px) {
    #footer .footer-top {
      flex-direction: column;
      align-items: stretch; }
      #footer .footer-top .footer-top-left {
        display: none; }
      #footer .footer-top .footer-top-center {
        order: 2; }
      #footer .footer-top .footer-top-right {
        display: block;
        margin: auto; }
    #footer .footer-reassurance {
      display: none; } }
  @media screen and (max-width: 900px) {
    #footer .footer-top {
      justify-content: center !important; }
      #footer .footer-top .shipping-text-container {
        padding-top: 30px;
        padding-bottom: 30px; }
      #footer .footer-top .footer-top-left {
        width: 100% !important; } }
  #footer .footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #footer .footer-top .footer-top-left {
      width: 326px; }
      #footer .footer-top .footer-top-left img {
        max-width: 100%; }
    #footer .footer-top .footer-top-right {
      width: 326px; }
      #footer .footer-top .footer-top-right img {
        display: block;
        margin: auto; }
    #footer .footer-top .enlarge {
      font-size: 26px; }
      #footer .footer-top .enlarge img {
        width: 85px; }
  @media screen and (max-width: 768px) {
    #footer .footer-cols .wrapper, #footer .footer-cols .block-categories {
      display: none; }
    #footer .footer-cols .block-contact h3, #footer .footer-cols .block-contact > span {
      display: none !important; }
    #footer .shipping-text-container {
      background: #F5F5F5; } }
  #footer .shipping-reassurance {
    display: none;
    background: white;
    padding: 0; }
    #footer .shipping-reassurance .shipping-text-container {
      text-align: center; }
    #footer .shipping-reassurance h3 {
      color: #B59023; }
    #footer .shipping-reassurance .shipping-text-container {
      flex-grow: 2; }
      #footer .shipping-reassurance .shipping-text-container h2 {
        color: #B59023; }
      #footer .shipping-reassurance .shipping-text-container h2, #footer .shipping-reassurance .shipping-text-container h3, #footer .shipping-reassurance .shipping-text-container p {
        text-align: center; }
      #footer .shipping-reassurance .shipping-text-container p {
        max-width: 400px;
        margin: auto; }
    @media screen and (min-width: 768px) {
      #footer .shipping-reassurance .shipping-text-container {
        text-align: right; } }
  #footer .pre-reassurance {
    background: url(../img/img-comite.png) no-repeat center center;
    padding: 40px;
    color: white; }
    #footer .pre-reassurance p {
      color: white; }
    #footer .pre-reassurance [class*="icon-"] {
      font-size: 125px; }
    #footer .pre-reassurance h3 {
      text-transform: uppercase;
      color: white; }
  #footer .reassurance {
    width: 100%;
    padding: 25px 0;
    font-size: 12px;
    color: #1A1919;
    background: #dfceb1;
    line-height: 14px; }
    #footer .reassurance [class*="icon-"] {
      font-size: 75px; }
    #footer .reassurance .bold {
      display: block;
      text-transform: uppercase; }
    #footer .reassurance strong {
      font-family: "proxima_nova_altblack";
      text-transform: uppercase; }
    #footer .reassurance .reassurance-item {
      padding: 0; }
      #footer .reassurance .reassurance-item .col-sm-4, #footer .reassurance .reassurance-item .col-sm-8 {
        padding: 0 !important; }
  #footer .footer-container {
    margin: 0;
    padding: 30px;
    background: #1A1919;
    color: #F5F5F5; }
    #footer .footer-container .footer-cols {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      #footer .footer-container .footer-cols > div {
        padding: 10px; }
    #footer .footer-container .h3 {
      color: white;
      font-size: 14px;
      text-transform: uppercase; }
    #footer .footer-container .collapse {
      display: inherit; }
    #footer .footer-container a {
      font-weight: 400;
      margin: 0;
      font-family: "helvetica_neue_lt_light";
      font-size: 13px;
      color: white; }
      #footer .footer-container a:hover {
        text-decoration: underline;
        color: #F5F5F5; }
    #footer .footer-container .block-categories {
      margin: 0;
      padding: 0;
      box-shadow: none;
      background: none; }
      #footer .footer-container .block-categories a {
        font-family: "helvetica_neue_lt_light"; }
    #footer .footer-container .block-contact {
      padding: 0;
      border: 0; }
      #footer .footer-container .block-contact h3 a {
        font-weight: bold;
        font-family: "helvetica_neue_lt"; }
      #footer .footer-container .block-contact span {
        color: white;
        display: block;
        font-size: 13px; }
        #footer .footer-container .block-contact span.email {
          font-size: 16px; }
    #footer .footer-container .footer-bottom {
      margin-top: 20px;
      margin-bottom: 20px; }
      #footer .footer-container .footer-bottom li {
        display: inline-block;
        padding-right: 5px; }
      #footer .footer-container .footer-bottom a, #footer .footer-container .footer-bottom p {
        font-family: "helvetica_neue_lt_light";
        font-size: 10px;
        color: white; }
      #footer .footer-container .footer-bottom .h3 {
        display: none; }
      #footer .footer-container .footer-bottom .link-list, #footer .footer-container .footer-bottom .copyright {
        padding-top: 13px;
        margin: 0; }
      #footer .footer-container .footer-bottom .link-list {
        text-align: center; }
      #footer .footer-container .footer-bottom .payment-img {
        padding-left: 0;
        padding-top: 0; }
      #footer .footer-container .footer-bottom .row > * {
        padding-left: 8px;
        padding-right: 8px; }
    #footer .footer-container .ps-social-follow li {
      padding: 2px 0 5px; }
  #footer .category-sub-menu li a {
    border: 0; }
  #footer #block_myaccount_infos .title {
    border: 0; }
  #footer #block_myaccount_infos .myaccount-title a {
    font-family: "helvetica_neue_lt";
    font-weight: 700; }
  #footer #block_myaccount_infos .account-list {
    background: none; }
    #footer #block_myaccount_infos .account-list li {
      border: 0;
      padding: 0; }
  @media screen and (max-width: 768px) {
    #footer .reassurance .reassurance-item {
      text-align: center;
      margin: 15px 0; }
    #footer .footer-container .footer-cols {
      display: block;
      margin: auto;
      text-align: center; }
      #footer .footer-container .footer-cols .title {
        position: relative; }
      #footer .footer-container .footer-cols .navbar-toggler {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        float: none !important;
        padding: 0; }
      #footer .footer-container .footer-cols .follow img {
        max-width: 130px; }
    #footer .footer-container .collapse {
      display: block; }
    #footer .footer-bottom {
      text-align: center; }
      #footer .footer-bottom .title {
        display: none; }
      #footer .footer-bottom .collapse {
        display: block; } }
  #footer #aior_add_to_cart_available_display, #footer #aior_add_to_cart_available_real {
    display: none; }
  #footer .safe-text {
    text-align: center;
    font-size: 13px; }
  #footer .footer-top-center {
    padding-top: 75px; }

aside#notifications {
  position: fixed;
  top: 60px;
  right: 30px;
  margin: 0;
  padding: 0;
  z-index: 10; }
  aside#notifications .notification {
    padding: 15px 15px 11px;
    border-radius: 15px; }
  aside#notifications .alert.alert-success {
    font-size: 1.2rem;
    font-weight: bold; }

.btn {
  padding: 13px 20px 10px;
  border-radius: 0;
  transition: all 0.3s ease 0s; }
  .btn:hover, .btn:focus, .btn:visited {
    text-decoration: none; }

.btn.btn-primary {
  background-color: #B59023;
  border: 1px;
  text-transform: uppercase;
  color: white; }
  .btn.btn-primary:hover {
    background-color: #97781d; }
  .btn.btn-primary span {
    color: white; }

.btn.btn-secondary {
  background-color: #E46F3F;
  border: 0;
  text-transform: uppercase;
  color: white; }
  .btn.btn-secondary:hover {
    background-color: #e05820; }
  .btn.btn-secondary span {
    color: white; }

.btn.btn-tertiary {
  background-color: #761B30;
  border: 0;
  text-transform: uppercase;
  color: white; }
  .btn.btn-tertiary:hover {
    background-color: #591424; }
  .btn.btn-tertiary span {
    color: white; }

.btn.btn-neutral {
  background-color: #d9d9d9;
  border: 0;
  text-transform: uppercase;
  color: #1A1919; }
  .btn.btn-neutral:hover {
    background-color: #c7c7c7; }
  .btn.btn-neutral span {
    color: #1A1919; }

.btn.btn-big {
  padding: 23px 30px 20px;
  font-size: 22px; }

.input-group .input-group-btn > .btn[data-action="show-password"] {
  display: inline-block;
  padding: 0.77rem 1rem; }

.modal .btn-neutral {
  background-color: #d9d9d9 !important;
  border: 0;
  margin-right: .3125rem;
  color: black !important; }
  .modal .btn-neutral:hover {
    background-color: #c7c7c7; }

#products .products, .featured-products .products, .product-accessories .products, .product-miniature .products {
  justify-content: center; }

.section-title h2 {
  margin-top: 40px;
  margin-bottom: 8px; }

.section-title p {
  margin-bottom: 5px;
  font-size: 18px; }

.products.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.products, #products {
  padding-top: 15px;
  padding-bottom: 15px; }
  .products .title-box, #products .title-box {
    padding-top: 125px;
    padding-bottom: 30px; }
  .products article.product-miniature, #products article.product-miniature {
    margin: 0;
    margin-bottom: 1.563rem;
    border: 0;
    background: none;
    max-width: 380px; }
    .products article.product-miniature img, #products article.product-miniature img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .products article.product-miniature .h2, #products article.product-miniature .h2 {
      font-size: 26px; }
      .products article.product-miniature .h2 a, #products article.product-miniature .h2 a {
        text-transform: uppercase;
        font-family: "proxima_nova_altblack"; }
      .products article.product-miniature .h2 span, #products article.product-miniature .h2 span {
        display: block;
        font-family: "proxima_nova_ltthin"; }
        .products article.product-miniature .h2 span a, #products article.product-miniature .h2 span a {
          font-family: "proxima_nova_ltthin"; }
    .products article.product-miniature .product-description, #products article.product-miniature .product-description {
      text-align: center;
      position: inherit;
      width: auto;
      height: auto;
      box-shadow: none; }
      .products article.product-miniature .product-description::after, #products article.product-miniature .product-description::after {
        display: none; }
    .products article.product-miniature .product-description-short, #products article.product-miniature .product-description-short {
      font-size: 12px;
      padding: 15px 15px 0; }
    .products article.product-miniature .price, #products article.product-miniature .price {
      display: block;
      font-size: 24px;
      font-family: "proxima_nova_ltthin";
      margin-bottom: 15px; }
    .products article.product-miniature .product-legend, #products article.product-miniature .product-legend {
      display: none; }
    .products article.product-miniature .product-list-actions, #products article.product-miniature .product-list-actions {
      margin-bottom: 15px; }
    .products article.product-miniature[data-ref-product*="SELMEN"], .products article.product-miniature[data-ref-product*="SELMENOFF"], #products article.product-miniature[data-ref-product*="SELMEN"], #products article.product-miniature[data-ref-product*="SELMENOFF"] {
      order: 1; }
      .products article.product-miniature[data-ref-product*="SELMEN"] .h2 a, .products article.product-miniature[data-ref-product*="SELMEN"] .h2 span, .products article.product-miniature[data-ref-product*="SELMENOFF"] .h2 a, .products article.product-miniature[data-ref-product*="SELMENOFF"] .h2 span, #products article.product-miniature[data-ref-product*="SELMEN"] .h2 a, #products article.product-miniature[data-ref-product*="SELMEN"] .h2 span, #products article.product-miniature[data-ref-product*="SELMENOFF"] .h2 a, #products article.product-miniature[data-ref-product*="SELMENOFF"] .h2 span {
        color: #E46F3F; }
      .products article.product-miniature[data-ref-product*="SELMEN"] .price, .products article.product-miniature[data-ref-product*="SELMENOFF"] .price, #products article.product-miniature[data-ref-product*="SELMEN"] .price, #products article.product-miniature[data-ref-product*="SELMENOFF"] .price {
        color: #E46F3F; }
      .products article.product-miniature[data-ref-product*="SELMEN"] .add-to-cart-btn, .products article.product-miniature[data-ref-product*="SELMENOFF"] .add-to-cart-btn, #products article.product-miniature[data-ref-product*="SELMEN"] .add-to-cart-btn, #products article.product-miniature[data-ref-product*="SELMENOFF"] .add-to-cart-btn {
        background-color: #E46F3F;
        font-family: "proxima_nova_ltthin";
        color: white; }
        .products article.product-miniature[data-ref-product*="SELMEN"] .add-to-cart-btn:hover, .products article.product-miniature[data-ref-product*="SELMENOFF"] .add-to-cart-btn:hover, #products article.product-miniature[data-ref-product*="SELMEN"] .add-to-cart-btn:hover, #products article.product-miniature[data-ref-product*="SELMENOFF"] .add-to-cart-btn:hover {
          background-color: #bc491a; }
      .products article.product-miniature[data-ref-product*="SELMEN"] .fa-gift, .products article.product-miniature[data-ref-product*="SELMENOFF"] .fa-gift, #products article.product-miniature[data-ref-product*="SELMEN"] .fa-gift, #products article.product-miniature[data-ref-product*="SELMENOFF"] .fa-gift {
        color: #E46F3F; }
    .products article.product-miniature[data-ref-product*="SELPRI"], .products article.product-miniature[data-ref-product*="SELPRIOFF"], #products article.product-miniature[data-ref-product*="SELPRI"], #products article.product-miniature[data-ref-product*="SELPRIOFF"] {
      order: 2; }
      .products article.product-miniature[data-ref-product*="SELPRI"] .h2 a, .products article.product-miniature[data-ref-product*="SELPRI"] .h2 span, .products article.product-miniature[data-ref-product*="SELPRIOFF"] .h2 a, .products article.product-miniature[data-ref-product*="SELPRIOFF"] .h2 span, #products article.product-miniature[data-ref-product*="SELPRI"] .h2 a, #products article.product-miniature[data-ref-product*="SELPRI"] .h2 span, #products article.product-miniature[data-ref-product*="SELPRIOFF"] .h2 a, #products article.product-miniature[data-ref-product*="SELPRIOFF"] .h2 span {
        color: #761B30; }
      .products article.product-miniature[data-ref-product*="SELPRI"] .price, .products article.product-miniature[data-ref-product*="SELPRIOFF"] .price, #products article.product-miniature[data-ref-product*="SELPRI"] .price, #products article.product-miniature[data-ref-product*="SELPRIOFF"] .price {
        color: #761B30; }
      .products article.product-miniature[data-ref-product*="SELPRI"] .add-to-cart-btn, .products article.product-miniature[data-ref-product*="SELPRIOFF"] .add-to-cart-btn, #products article.product-miniature[data-ref-product*="SELPRI"] .add-to-cart-btn, #products article.product-miniature[data-ref-product*="SELPRIOFF"] .add-to-cart-btn {
        background-color: #761B30;
        font-family: "proxima_nova_ltthin";
        color: white; }
        .products article.product-miniature[data-ref-product*="SELPRI"] .add-to-cart-btn:hover, .products article.product-miniature[data-ref-product*="SELPRIOFF"] .add-to-cart-btn:hover, #products article.product-miniature[data-ref-product*="SELPRI"] .add-to-cart-btn:hover, #products article.product-miniature[data-ref-product*="SELPRIOFF"] .add-to-cart-btn:hover {
          background-color: #380d17; }
      .products article.product-miniature[data-ref-product*="SELPRI"] .fa-gift, .products article.product-miniature[data-ref-product*="SELPRIOFF"] .fa-gift, #products article.product-miniature[data-ref-product*="SELPRI"] .fa-gift, #products article.product-miniature[data-ref-product*="SELPRIOFF"] .fa-gift {
        color: #761B30; }
    .products article.product-miniature[data-ref-product*="SELEXC"], .products article.product-miniature[data-ref-product*="SELEXCOFF"], #products article.product-miniature[data-ref-product*="SELEXC"], #products article.product-miniature[data-ref-product*="SELEXCOFF"] {
      order: 3; }
      .products article.product-miniature[data-ref-product*="SELEXC"] .h2 a, .products article.product-miniature[data-ref-product*="SELEXC"] .h2 span, .products article.product-miniature[data-ref-product*="SELEXCOFF"] .h2 a, .products article.product-miniature[data-ref-product*="SELEXCOFF"] .h2 span, #products article.product-miniature[data-ref-product*="SELEXC"] .h2 a, #products article.product-miniature[data-ref-product*="SELEXC"] .h2 span, #products article.product-miniature[data-ref-product*="SELEXCOFF"] .h2 a, #products article.product-miniature[data-ref-product*="SELEXCOFF"] .h2 span {
        color: #B59023; }
      .products article.product-miniature[data-ref-product*="SELEXC"] .price, .products article.product-miniature[data-ref-product*="SELEXCOFF"] .price, #products article.product-miniature[data-ref-product*="SELEXC"] .price, #products article.product-miniature[data-ref-product*="SELEXCOFF"] .price {
        color: #B59023; }
      .products article.product-miniature[data-ref-product*="SELEXC"] .add-to-cart-btn, .products article.product-miniature[data-ref-product*="SELEXCOFF"] .add-to-cart-btn, #products article.product-miniature[data-ref-product*="SELEXC"] .add-to-cart-btn, #products article.product-miniature[data-ref-product*="SELEXCOFF"] .add-to-cart-btn {
        background-color: #B59023;
        font-family: "proxima_nova_ltthin";
        color: white; }
        .products article.product-miniature[data-ref-product*="SELEXC"] .add-to-cart-btn:hover, .products article.product-miniature[data-ref-product*="SELEXCOFF"] .add-to-cart-btn:hover, #products article.product-miniature[data-ref-product*="SELEXC"] .add-to-cart-btn:hover, #products article.product-miniature[data-ref-product*="SELEXCOFF"] .add-to-cart-btn:hover {
          background-color: #755d17; }
      .products article.product-miniature[data-ref-product*="SELEXC"] .fa-gift, .products article.product-miniature[data-ref-product*="SELEXCOFF"] .fa-gift, #products article.product-miniature[data-ref-product*="SELEXC"] .fa-gift, #products article.product-miniature[data-ref-product*="SELEXCOFF"] .fa-gift {
        color: #B59023; }
    .products article.product-miniature .product-link, #products article.product-miniature .product-link {
      text-decoration: underline; }
    .products article.product-miniature .fidelity, #products article.product-miniature .fidelity {
      font-size: 14px; }
      .products article.product-miniature .fidelity .fa-gift, #products article.product-miniature .fidelity .fa-gift {
        font-size: 20px; }
    .products article.product-miniature .thumbnail-container, #products article.product-miniature .thumbnail-container {
      height: 100%;
      margin: 0;
      padding: 20px 25px;
      background: white;
      box-shadow: none;
      width: auto; }
  .products .products-selection, #products .products-selection {
    padding: 15px 15px 10px;
    background-color: white; }
    .products .products-selection .products-sort-order.dropdown, #products .products-selection .products-sort-order.dropdown {
      padding: 0; }
    .products .products-selection .total-products, .products .products-selection .sort-by, #products .products-selection .total-products, #products .products-selection .sort-by {
      padding-top: 7px;
      color: #686464; }
    .products .products-selection .select-title, #products .products-selection .select-title {
      width: 100%;
      background: #F5F5F5;
      text-align: left;
      padding-right: 20px;
      padding-top: 6px;
      border: 1px solid #e8e8e8;
      -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25); }
      .products .products-selection .select-title .fa-caret-down, #products .products-selection .select-title .fa-caret-down {
        float: right; }
    .products .products-selection .dropdown-menu, #products .products-selection .dropdown-menu {
      width: 100%;
      padding: 0; }
      .products .products-selection .dropdown-menu > a, #products .products-selection .dropdown-menu > a {
        display: block;
        padding: 10px;
        transition: all 0.4s ease 0s; }
        .products .products-selection .dropdown-menu > a:hover, #products .products-selection .dropdown-menu > a:hover {
          text-decoration: none;
          background: #F5F5F5; }
  .products .active_filters, #products .active_filters {
    padding: 30px;
    background: white; }
    .products .active_filters .h2, #products .active_filters .h2 {
      font-weight: bold;
      text-transform: uppercase; }
    .products .active_filters .empty, #products .active_filters .empty {
      font-size: 12px;
      color: #686464; }
  .products #search_filters_wrapper, #products #search_filters_wrapper {
    margin-top: 15px;
    padding: 30px;
    background: white; }
    .products #search_filters_wrapper a:hover, #products #search_filters_wrapper a:hover {
      color: #686464; }
  .products #js-product-list.row, #products #js-product-list.row {
    margin-left: -30px;
    margin-right: -30px; }
  @media (max-width: 1200px) {
    .products article.product-miniature, #products article.product-miniature {
      width: auto; } }
  @media (max-width: 1000px) {
    .products article.product-miniature, #products article.product-miniature {
      margin: 0 auto 1.563rem; } }

@media screen and (max-width: 768px) {
  .products article.product-miniature .product-thumbnail img {
    width: 70%; } }

#main .page-header {
  background: url(../img/title-bg.png) no-repeat center center;
  margin: 0;
  padding-top: 170px;
  padding-bottom: 50px;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  #main .page-header h1 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "proxima_nova_altblack"; }
    #main .page-header h1 span {
      display: block;
      font-family: "proxima_nova_ltthin"; }
  #main .page-header.title-box {
    padding-left: 15px;
    padding-right: 15px; }
    #main .page-header.title-box h1 {
      font-family: "proxima_nova_ltthin";
      font-weight: 300; }
    #main .page-header.title-box h2 {
      margin-bottom: 5px; }
    #main .page-header.title-box .subtitle {
      color: white;
      text-transform: none;
      font-size: 1.2rem; }
    #main .page-header.title-box .title-legend {
      color: white;
      margin-top: -15px; }

@media screen and (max-width: 768px) {
  #main .page-header h1 {
    font-size: 30px; } }

.pagination {
  background: white;
  padding: 15px;
  margin-bottom: 30px; }
  .pagination span {
    padding-top: 7px;
    padding-right: 20px; }
  .pagination ul li.current a {
    background: gainsboro; }
  .pagination ul li a {
    border: 0; }
    .pagination ul li a:hover {
      background: #F5F5F5; }

.ps-social-follow {
  padding: 5px;
  min-width: 125px; }
  .ps-social-follow li {
    display: inline-block;
    background: #d9d9d9;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    transition: all 0.4s ease 0s; }
    .ps-social-follow li:hover {
      transform: scale(1.1);
      background: white; }
    .ps-social-follow li a {
      display: block;
      width: 100%;
      padding: 1px 0px;
      color: black !important; }

#cms .page-footer {
  margin-bottom: 0 !important; }

#cms .page-header {
  padding-left: 15px;
  padding-right: 15px; }

#cms .page-content.page-cms {
  margin-top: 1.563rem;
  margin-bottom: 1.563rem;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem; }
  #cms .page-content.page-cms h1, #cms .page-content.page-cms h1 b, #cms .page-content.page-cms h1 span {
    text-align: left;
    font-size: 28px;
    font-family: "proxima_nova_altblack";
    text-transform: uppercase; }
  #cms .page-content.page-cms h2, #cms .page-content.page-cms h2 b, #cms .page-content.page-cms h2 span {
    text-align: left;
    font-size: 18px;
    font-family: "proxima_nova_altblack"; }
  #cms .page-content.page-cms h2 {
    margin-top: 45px;
    margin-bottom: 15px; }
  #cms .page-content.page-cms p, #cms .page-content.page-cms p span {
    list-style: initial;
    font-size: .9375rem;
    color: #7a7a7a;
    font-weight: 400; }
  #cms .page-content.page-cms b, #cms .page-content.page-cms strong {
    font-weight: 700; }
    #cms .page-content.page-cms b span, #cms .page-content.page-cms strong span {
      font-weight: 700; }
  #cms .page-content.page-cms ul {
    padding-left: 20px; }
    #cms .page-content.page-cms ul li {
      list-style: initial;
      font-size: .9375rem;
      color: #7a7a7a;
      font-weight: 400; }
  @media screen and (max-width: 768px) {
    #cms .page-content.page-cms #main .page-header h1, #cms .page-content.page-cms #main .page-header h1 b, #cms .page-content.page-cms #main .page-header h1 span {
      font-size: 22px; }
    #cms .page-content.page-cms h1, #cms .page-content.page-cms h1 b, #cms .page-content.page-cms h1 span {
      font-size: 22px; }
    #cms .page-content.page-cms h2, #cms .page-content.page-cms h2 b, #cms .page-content.page-cms h2 span {
      font-size: 16px; } }
  #cms .page-content.page-cms .comment-ca-marche h1 .normal {
    font-family: 'helvetica_neue_lt';
    font-size: 24px;
    text-transform: none; }
  #cms .page-content.page-cms .comment-ca-marche h2 {
    margin-top: 0; }
  #cms .page-content.page-cms .comment-ca-marche p {
    display: block;
    max-width: 450px;
    margin: 0 auto; }
  #cms .page-content.page-cms .comment-ca-marche img {
    margin-bottom: 25px; }
  #cms .page-content.page-cms .cms-inner {
    max-width: 800px;
    margin: 15px auto; }

#cms table {
  width: 100% !important; }
  #cms table td {
    padding: 10px;
    border: 1px solid #d9d9d9;
    vertical-align: middle; }
    #cms table td p {
      margin: 0; }

.advanced-cms-wrapper .btn {
  font-weight: normal; }

#module-advancedcms-adcms a {
  text-decoration: none !important; }

#blockcart-modal .cart-content-btn a.btn:hover .material-icons, #blockcart-modal .cart-content-btn a.btn:focus .material-icons {
  color: white; }

#blockcart-modal[data-ref-product*="SELMEN"] .product-name, #blockcart-modal[data-ref-product*="SELMENOFF"] .product-name {
  color: #E46F3F; }
  #blockcart-modal[data-ref-product*="SELMEN"] .product-name span, #blockcart-modal[data-ref-product*="SELMENOFF"] .product-name span {
    color: #E46F3F; }

#blockcart-modal[data-ref-product*="SELMEN"] .cart-content-btn a.btn, #blockcart-modal[data-ref-product*="SELMENOFF"] .cart-content-btn a.btn {
  color: white;
  background: #E46F3F; }
  #blockcart-modal[data-ref-product*="SELMEN"] .cart-content-btn a.btn:hover, #blockcart-modal[data-ref-product*="SELMEN"] .cart-content-btn a.btn:focus, #blockcart-modal[data-ref-product*="SELMENOFF"] .cart-content-btn a.btn:hover, #blockcart-modal[data-ref-product*="SELMENOFF"] .cart-content-btn a.btn:focus {
    background: #a64117; }

#blockcart-modal[data-ref-product*="SELPRI"] .product-name, #blockcart-modal[data-ref-product*="SELPRIOFF"] .product-name {
  color: #761B30; }
  #blockcart-modal[data-ref-product*="SELPRI"] .product-name span, #blockcart-modal[data-ref-product*="SELPRIOFF"] .product-name span {
    color: #761B30; }

#blockcart-modal[data-ref-product*="SELPRI"] .cart-content-btn a.btn, #blockcart-modal[data-ref-product*="SELPRIOFF"] .cart-content-btn a.btn {
  color: white;
  background: #761B30; }
  #blockcart-modal[data-ref-product*="SELPRI"] .cart-content-btn a.btn:hover, #blockcart-modal[data-ref-product*="SELPRI"] .cart-content-btn a.btn:focus, #blockcart-modal[data-ref-product*="SELPRIOFF"] .cart-content-btn a.btn:hover, #blockcart-modal[data-ref-product*="SELPRIOFF"] .cart-content-btn a.btn:focus {
    background: #23080e; }

#blockcart-modal[data-ref-product*="SELEXC"] .product-name, #blockcart-modal[data-ref-product*="SELEXCOFF"] .product-name {
  color: #B59023; }
  #blockcart-modal[data-ref-product*="SELEXC"] .product-name span, #blockcart-modal[data-ref-product*="SELEXCOFF"] .product-name span {
    color: #B59023; }

#blockcart-modal[data-ref-product*="SELEXC"] .cart-content-btn a.btn, #blockcart-modal[data-ref-product*="SELEXCOFF"] .cart-content-btn a.btn {
  color: white;
  background: #B59023; }
  #blockcart-modal[data-ref-product*="SELEXC"] .cart-content-btn a.btn:hover, #blockcart-modal[data-ref-product*="SELEXC"] .cart-content-btn a.btn:focus, #blockcart-modal[data-ref-product*="SELEXCOFF"] .cart-content-btn a.btn:hover, #blockcart-modal[data-ref-product*="SELEXCOFF"] .cart-content-btn a.btn:focus {
    background: #604c12; }

#blockcart-modal .modal-header {
  background: #1A1919; }
  #blockcart-modal .modal-header .modal-title {
    text-transform: uppercase;
    font-size: 28px;
    font-family: "proxima_nova_altblack";
    color: white; }

#blockcart-modal .modal-body .product-name {
  text-transform: uppercase;
  font-family: "proxima_nova_ltthin";
  font-size: 22px; }
  #blockcart-modal .modal-body .product-name span {
    display: block;
    font-family: "proxima_nova_altblack";
    text-transform: uppercase; }

#blockcart-modal .modal-body .cart-content {
  padding: 0; }

#blockcart-modal .close {
  transition: all 0.3s ease 0s; }
  #blockcart-modal .close span {
    color: white; }

.fancybox-inner {
  padding: 20px; }
  .fancybox-inner > div {
    padding-top: 15px; }

#sponsorship_text h2 {
  margin: 20px 0; }

#sponsorship_text .legend {
  font-size: .875rem;
  color: #878787; }

.sponsorship-thx {
  text-align: center;
  padding: 10px 0;
  font-size: 20pt; }

@media screen and (min-width: 768px) {
  .sponsorshipPopup #sponsorship_text img {
    height: 200px !important;
    transform: translateX(-30px); } }

@media screen and (max-width: 768px) {
  .sponsorshipBlock #sponsorship_text img {
    position: static !important;
    margin: auto;
    height: 350px !important;
    transform: translateX(0) !important;
    top: 100px; } }

.sponsorshipBlock #sponsorship_text img {
  position: absolute;
  left: 50%;
  height: 350px !important;
  transform: translateX(-50%); }

#list_contacts_form {
  margin-top: 20px; }

#rewards_sponsorship {
  overflow-x: hidden; }

body.modal-open {
  padding-right: 0 !important; }

body#checkout .modal-content {
  padding: 0; }

.modal-backdrop {
  display: none; }

#newsletterModal {
  padding-right: 0 !important; }
  #newsletterModal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: auto;
    transform: translate(-50%, calc(100% - 55px));
    -webkit-box-shadow: 1px 1px 32px -8px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 1px 1px 32px -8px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 1px 32px -8px rgba(0, 0, 0, 0.65);
    z-index: 1000;
    transition: all 0.4s ease 0s; }
  #newsletterModal .modal-title {
    cursor: pointer; }
  #newsletterModal.show .modal-dialog {
    transform: translate(-50%, 0); }
  #newsletterModal.show .modal-header .expand {
    display: none; }
  #newsletterModal.show .modal-header button.close {
    display: block; }
  #newsletterModal.show .modal-title {
    cursor: auto; }
  #newsletterModal .modal-header {
    color: white;
    background: #1A1919; }
    #newsletterModal .modal-header .expand {
      transform: rotateZ(180deg);
      float: right;
      cursor: pointer; }
    #newsletterModal .modal-header button.close {
      display: none;
      color: white;
      opacity: 0.7;
      transition: all 0.4s ease 0s; }
      #newsletterModal .modal-header button.close:hover {
        opacity: 1; }
    #newsletterModal .modal-header h2 {
      font-size: 1rem;
      color: white; }
  #newsletterModal .modal-body {
    overflow: auto; }
    #newsletterModal .modal-body .block_newsletter {
      padding: 15px; }
  #newsletterModal .newsletter-label {
    color: #1A1919;
    text-transform: uppercase; }
  #newsletterModal .newsletter-label, #newsletterModal .newsletter-legend {
    text-align: center; }
  #newsletterModal .pfg-forms h3 {
    display: none; }
  #newsletterModal .pfg-forms fieldset {
    border: 0; }
  #newsletterModal .pfg-forms .inline {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 33%; }
    #newsletterModal .pfg-forms .inline .form-control-label {
      width: 100%;
      float: none;
      clear: both;
      text-align: left; }
    #newsletterModal .pfg-forms .inline .col-md-8 {
      width: 100%;
      padding: 0 3px;
      float: none;
      clear: both; }
  #newsletterModal .pfg-forms .newsletter-validation {
    float: none;
    clear: both; }
    #newsletterModal .pfg-forms .newsletter-validation .form-control-label {
      display: none; }
    #newsletterModal .pfg-forms .newsletter-validation .col-md-8 {
      width: 100%;
      float: none;
      clear: both; }

@media screen and (max-width: 768px) {
  #newsletterModal.show .modal-dialog {
    transform: translate(-48%, 0); }
  #newsletterModal .modal-dialog {
    max-height: 100vh;
    width: 95%;
    left: 48%;
    transform: translate(-48%, calc(100% - 62px)); }
    #newsletterModal .modal-dialog .form-group.inline {
      margin-bottom: 0.1rem; }
    #newsletterModal .modal-dialog .newsletter-label {
      margin-bottom: 0; }
    #newsletterModal .modal-dialog .modal-header {
      padding: 7px; }
    #newsletterModal .modal-dialog p {
      font-size: .8375rem; }
    #newsletterModal .modal-dialog .inline {
      float: none;
      clear: both;
      width: 100%; } }

#cookieModal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000000;
  display: none; }
  #cookieModal.show {
    display: block; }
  #cookieModal .modal-dialog {
    max-width: none;
    margin: 0; }
    #cookieModal .modal-dialog .modal-content {
      padding: 10px;
      background: #1A1919; }
      #cookieModal .modal-dialog .modal-content .modal-header {
        border: 0; }
      #cookieModal .modal-dialog .modal-content .modal-title {
        max-width: 900px;
        margin: 0 auto; }
      #cookieModal .modal-dialog .modal-content p, #cookieModal .modal-dialog .modal-content a {
        color: white; }
      #cookieModal .modal-dialog .modal-content a {
        text-decoration: underline; }
      #cookieModal .modal-dialog .modal-content .btn-cookie {
        float: none !important;
        background: #B59023;
        margin-left: 25px;
        opacity: 1 !important;
        font-size: 14px;
        padding: 10px;
        color: white;
        text-shadow: none !important; }
        #cookieModal .modal-dialog .modal-content .btn-cookie:hover {
          background: #a07f1f; }
      #cookieModal .modal-dialog .modal-content .close {
        opacity: 0.7;
        color: white;
        transition: all 0.3s ease 0s; }
        #cookieModal .modal-dialog .modal-content .close:hover {
          opacity: 0.55; }

#index .page-header {
  padding-top: 75px;
  background: url(../img/fond-landingpage.png) no-repeat center center; }
  #index .page-header.fr {
    background: url(../img/home-bg.png) no-repeat center center; }

#index .page-content {
  margin-bottom: 0; }

#index .page-footer {
  margin: 0; }

@media screen and (max-width: 900px) {
  #index .home-title {
    padding-bottom: 10px !important; } }

#index .home-title {
  position: relative;
  padding-top: 10px;
  padding-bottom: 3vh;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  #index .home-title h2 {
    font-size: 28px;
    margin-bottom: 10px; }
  #index .home-title h1 {
    font-size: 70px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400; }
    #index .home-title h1 span {
      display: inline; }
  #index .home-title h3 {
    display: inline-block;
    font-family: "proxima_nova_ltthin";
    font-size: 20px;
    margin-bottom: 0;
    padding: 15px 25px 8px;
    background: #B59023; }
  #index .home-title .ps-social-follow {
    position: absolute;
    top: 80px;
    right: 20px; }
    #index .home-title .ps-social-follow ul li {
      display: block;
      margin-bottom: 15px;
      width: 35px;
      height: 35px;
      padding: 9px 0; }

#index .slide-container {
  position: relative;
  width: 575px;
  overflow: hidden; }
  #index .slide-container .slide-item {
    display: none;
    animation: slideanimation_in 0.75s; }
    #index .slide-container .slide-item.active {
      display: block; }

@keyframes slideanimation_in {
  0% {
    transform: translateY(-110%);
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    transform: translateY(0); } }

#index .header-left {
  padding-top: 65px; }
  #index .header-left h2 {
    margin-bottom: 5px;
    color: white; }
  #index .header-left p {
    color: white; }
  #index .header-left .bottle-nb {
    max-width: 275px;
    margin: auto;
    text-align: left; }
    #index .header-left .bottle-nb span:first-child {
      font-size: 190px;
      float: left;
      margin-top: 50px;
      color: #B59023;
      font-family: "proxima_nova_altblack";
      font-stretch: extra-condensed; }
    #index .header-left .bottle-nb span {
      display: block;
      font-size: 28px;
      text-transform: none;
      line-height: 30px;
      padding-bottom: 5px; }
      #index .header-left .bottle-nb span.bold {
        margin-top: -6px; }
        #index .header-left .bottle-nb span.bold :first-of-type {
          margin-top: 10px; }
    #index .header-left .bottle-nb small {
      float: right;
      text-transform: none;
      font-size: 14px; }

@media screen and (max-width: 768px) {
  #index .transition-block {
    top: -90px; } }

#index .transition-block {
  position: absolute;
  top: -65px;
  left: 50%;
  width: 60%;
  max-width: 700px;
  padding: 20px;
  transform: translate(-50%, -75%);
  background: #1A1919;
  text-align: center;
  z-index: 4; }
  #index .transition-block p {
    margin: 1em 0 1.5em;
    font-size: 15pt;
    line-height: 1.2;
    color: white;
    text-transform: uppercase;
    font-family: "proxima_nova_ltthin"; }
  #index .transition-block .btn {
    margin-bottom: 10px; }

#index .selection-comite {
  padding: 0; }
  #index .selection-comite .row-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    #index .selection-comite .row-flex > div {
      float: none;
      clear: both;
      align-self: stretch; }
  #index .selection-comite .column {
    padding: 120px 10px 10px; }
  #index .selection-comite .slider {
    padding: 0; }
  #index .selection-comite .bg-img {
    background: url(../img/comite.png) no-repeat center center; }
  #index .selection-comite .selection-text-container {
    float: right;
    max-width: 600px;
    margin-bottom: 30px;
    padding: 0 30px;
    padding-left: 130px; }
  #index .selection-comite .homeslider-container {
    height: 100%;
    min-height: 200px;
    float: none;
    clear: both; }
    #index .selection-comite .homeslider-container .homeslider {
      height: 100%; }
      #index .selection-comite .homeslider-container .homeslider li {
        height: 100%; }
  #index .selection-comite .background-slide {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important; }

#index .subscribe-section {
  padding: 0 0 50px 0;
  text-align: center;
  background: url(../img/img-comite.png) no-repeat center center; }
  #index .subscribe-section p {
    color: white; }
  #index .subscribe-section .stock {
    display: inline-block;
    padding: 50px;
    margin: 50px 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #B59023; }
    #index .subscribe-section .stock p {
      color: #B59023; }
  #index .subscribe-section .subscribe-banner {
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: white; }
    #index .subscribe-section .subscribe-banner > * {
      margin-bottom: 10px; }
    #index .subscribe-section .subscribe-banner .max-width {
      position: relative; }
    #index .subscribe-section .subscribe-banner .bottles {
      position: absolute;
      top: -85px;
      left: -70%; }
    #index .subscribe-section .subscribe-banner .video {
      position: absolute;
      top: 0;
      right: -70%; }
    #index .subscribe-section .subscribe-banner .row > div p {
      margin-left: 25px;
      margin-right: 25px; }
  #index .subscribe-section .btn {
    transform: translateY(-50%); }

#index .homeslider-container {
  margin: 0; }

@media screen and (max-width: 1200px) {
  #index .home-products .products {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-direction: column;
    align-items: center; } }

#index .home-products {
  padding: 0 0 100px 0; }
  #index .home-products .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px; }
  #index .home-products .section-title h2 {
    margin-top: 0; }
  #index .home-products .section-title p {
    font-size: 22px; }
  #index .home-products .product-description-short {
    display: none; }

@media screen and (min-width: 1100px) {
  #index article.product-miniature {
    max-width: 305px !important; } }

#index article.product-miniature {
  margin: 0;
  margin-bottom: 1.563rem;
  border: 0;
  background: none;
  max-width: 380px; }
  #index article.product-miniature img {
    display: block;
    width: 100%;
    margin: 0 auto; }
  #index article.product-miniature .product-description {
    padding-top: 15px; }
  #index article.product-miniature .h2 {
    font-size: 22px; }
    #index article.product-miniature .h2 span {
      font-size: 18px; }
  #index article.product-miniature .price {
    font-size: 20px; }
  #index article.product-miniature .thumbnail-container {
    padding: 10px 8px; }
  #index article.product-miniature .fidelity {
    color: #1A1919;
    font-size: 13px;
    text-transform: lowercase; }

@media screen and (max-width: 1200px) {
  #index .page-header {
    padding-top: 130px; } }

@media screen and (max-width: 768px) {
  #index .subscribe-banner {
    padding: 25px !important; }
  #index .page-header {
    padding-top: 100px;
    padding-bottom: 100px; }
  #index .homeslider-container {
    display: block;
    width: 100%; }
  #index .row-flex > div {
    width: 100%; }
  #index .slide-container {
    width: 330px; }
  #index .home-title {
    padding-top: 40px;
    padding-bottom: 20vh; }
    #index .home-title .ps-social-follow {
      display: none; }
    #index .home-title h2 {
      font-size: 16px; }
    #index .home-title h1 {
      font-size: 28px;
      margin-bottom: 10px; }
    #index .home-title h3 {
      font-size: 12px;
      padding: 10px 10px 8px; }
  #index .transition-block {
    width: 90%; }
    #index .transition-block p {
      font-size: 14px; }
  #index .selection-comite .column {
    padding-top: 70px; }
    #index .selection-comite .column .selection-text-container {
      margin: 0;
      text-align: center;
      padding: 0 30px; } }

#index .pre-reassurance {
  display: none; }

#index .shipping-reassurance {
  display: block; }

.click-to-call {
  position: absolute;
  top: 275px;
  right: 0;
  width: 75%;
  max-width: 300px;
  min-width: 125px;
  z-index: 9;
  transition: all 0.4s ease 0s; }
  .click-to-call .row {
    margin-left: -15px;
    margin-right: -15px; }
  .click-to-call .click-to-call-header {
    padding: 10px;
    background: #B59023;
    color: white;
    cursor: pointer; }
    .click-to-call .click-to-call-header .fa {
      float: left;
      padding-right: 10px; }
    .click-to-call .click-to-call-header .click-to-call-title {
      display: inline-block;
      padding-top: 7px; }
  .click-to-call .click-to-call-form {
    padding: 20px;
    background: white;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
    .click-to-call .click-to-call-form .ps-social-follow {
      margin-top: 15px; }
      .click-to-call .click-to-call-form .ps-social-follow li {
        margin: 0 10px; }
        .click-to-call .click-to-call-form .ps-social-follow li:hover i.fa {
          color: #B59023; }
        .click-to-call .click-to-call-form .ps-social-follow li i.fa {
          padding-top: 3px; }
    .click-to-call .click-to-call-form span.open-days {
      color: #7a7a7a;
      font-size: 12px; }
    .click-to-call .click-to-call-form .pfg-forms fieldset > div:first-child {
      margin-top: 0;
      margin-bottom: 1rem; }
    .click-to-call .click-to-call-form .pfg-forms h3 {
      display: none; }
    .click-to-call .click-to-call-form .pfg-forms .form-group {
      margin-bottom: 0; }
      .click-to-call .click-to-call-form .pfg-forms .form-group .form-control-label {
        text-transform: none;
        padding-top: 10px; }
    .click-to-call .click-to-call-form fieldset {
      border: 0;
      padding: 0; }
      .click-to-call .click-to-call-form fieldset .form-group > label, .click-to-call .click-to-call-form fieldset .form-group > div {
        width: 100%;
        float: none;
        clear: both;
        text-align: left; }
    .click-to-call .click-to-call-form .alert {
      margin-top: 10px; }
  .click-to-call.open .click-to-call-close {
    display: block;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 768px) {
  .click-to-call {
    display: none;
    position: static;
    top: inherit;
    right: inherit;
    width: 100%;
    max-width: 100%; }
    .click-to-call .click-to-call-form {
      padding: 70px 20px; }
    .click-to-call .click-to-call-header {
      width: 100%;
      float: right; }
      .click-to-call .click-to-call-header .fa {
        float: none;
        clear: both; }
      .click-to-call .click-to-call-header .click-to-call-title {
        width: 100%; } }

.subscribe-info {
  color: white;
  font-size: 34px;
  line-height: 1.2; }
  .subscribe-info p {
    font-size: 34px; }
  .subscribe-info .bottle-nb {
    text-align: left;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 400px;
    font-family: "proxima_nova_altblack";
    font-size: 40px; }
    .subscribe-info .bottle-nb span {
      margin-top: -15px;
      padding-right: 10px;
      line-height: 1;
      float: left;
      font-family: "proxima_nova_altblack";
      font-size: 120px;
      color: #B59023; }
    .subscribe-info .bottle-nb small {
      font-size: 22px;
      font-weight: bold; }
  .subscribe-info .or-more {
    clear: both;
    text-align: left;
    font-size: 22px;
    padding-left: 30%; }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #index .bottle-nb span {
    text-align: center; }
    #index .bottle-nb span:first-child {
      float: none !important;
      clear: both;
      font-size: 156px !important;
      margin-top: 15px !important;
      line-height: 160px; }
  #index .bottle-nb small {
    text-align: center; } }

@media screen and (max-width: 768px) {
  #index .home-products {
    padding: 0; }
  #index .header-left {
    padding-top: 25px;
    padding-bottom: 45px; }
  #index article.product-miniature {
    margin-left: auto;
    margin-right: auto; }
  .bottle-nb {
    width: 270px !important;
    font-size: 20px !important; }
    .bottle-nb span:first-child {
      font-size: 150px !important;
      margin-top: 30px !important; }
    .bottle-nb .or-more {
      font-size: 16px !important;
      padding-left: 45% !important; } }

#index .owl-carousel {
  z-index: 1; }

#index .owl-carousel, #index .owl-stage-outer, #index .owl-stage, #index .owl-item, #index .slide {
  height: 100%; }

#index .owl-stage-outer {
  z-index: -1; }

#index .owl-carousel .owl-nav {
  z-index: 10; }
  #index .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px; }
  #index .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px; }
  #index .owl-carousel .owl-nav span {
    font-family: monospace;
    vertical-align: middle;
    color: white;
    font-size: 60px; }

#index .shipping-text-container {
  padding-top: 60px;
  background: #F5F5F5;
  text-align: center !important; }

.slide.video {
  background-color: black; }
  .slide.video .video-container {
    display: block;
    margin: 0 auto;
    padding-top: 31px; }
  .slide.video iframe {
    display: block;
    margin: 0 auto; }

.cart-grid {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .cart-grid .product-line-info span {
    display: block; }
  .cart-grid .product-line-grid .label {
    text-transform: uppercase;
    font-family: "proxima_nova_ltthin";
    font-size: 18px; }
    .cart-grid .product-line-grid .label:hover {
      color: #4e4b4b; }
    .cart-grid .product-line-grid .label span {
      display: block;
      font-family: "proxima_nova_altblack";
      text-transform: uppercase; }
  .cart-grid .product-line-grid .product-line-recurence, .cart-grid .product-line-grid .product-line-box-content {
    padding-top: 20px; }
  .cart-grid .product-line-grid .bootstrap-touchspin input.form-control, .cart-grid .product-line-grid .bootstrap-touchspin input.input-group {
    width: 2rem; }
  .cart-grid .product-line-grid .product-price {
    margin-top: 8px; }
  .cart-grid .product-line-grid .remove-from-cart:hover {
    color: #4e4b4b; }

.cart-overview .cart-item {
  border-top: 1px solid #d9d9d9; }
  .cart-overview .cart-item:first-child {
    border-top: 0; }

.cart-grid-body a.label:hover {
  color: #B59023; }

.cart-container .cart-item .current-price .price {
  color: #B59023; }

.reassurance-payment-logos {
  margin-top: 15px;
  margin-bottom: 15px; }

.reassurance-payment-securise img {
  max-width: 175px; }

.bestkit-product-line {
  margin-top: 10px;
  padding: 15px;
  background: #F5F5F5; }
  .bestkit-product-line > .product-line-info {
    margin-bottom: 8px; }
    .bestkit-product-line > .product-line-info:nth-child(3) {
      float: none;
      clear: both; }
  .bestkit-product-line .label {
    text-align: left;
    text-transform: none; }
  .bestkit-product-line .extra-values {
    font-weight: bold; }

.cart-footer #reward_loyalty {
  margin-top: 15px;
  padding: 15px;
  background: white; }
  .cart-footer #reward_loyalty b {
    font-size: 16px;
    color: #B59023; }

.cart-content {
  padding: 50px 0; }
  .cart-content .main-content, .cart-content .sidebar-content {
    background: white;
    padding: 20px; }

.cart-grid-right .cart-summary {
  padding-top: 5px;
  padding-bottom: 5px; }

.cart-detailed-totals .cart-voucher p {
  text-align: center; }

.cart-detailed-totals .cart-voucher .promo-code-button {
  padding: 0;
  text-decoration: underline; }

.cart-detailed-totals .promo-code .promo-input {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25); }

#blockcart-modal .modal-body {
  background: white; }

#cart .fancybox-overlay {
  display: none; }

@media screen and (max-width: 768px) {
  .product-line-grid-right .price, .product-line-grid-right .qty {
    width: 50%;
    text-align: center; } }

.card.cart-summary {
  padding: 5px 10px; }
  .card.cart-summary .block-promo .promo-name {
    padding: 0.6rem; }

.reassurance-payment-securise {
  position: static;
  margin: auto;
  width: 240px; }
  .reassurance-payment-securise img {
    float: left;
    margin-right: 5px; }
  .reassurance-payment-securise .reassurance-payment-securise-text span {
    display: block;
    padding-left: 5px;
    text-align: left;
    font-size: 11px; }
    .reassurance-payment-securise .reassurance-payment-securise-text span:first-child {
      font-size: 14px;
      font-weight: bold;
      padding-top: 5px;
      line-height: 15px; }
    .reassurance-payment-securise .reassurance-payment-securise-text span:last-child {
      color: #24A3A9; }

#main.product-box[data-ref-product*="SELMEN"] .box-color, #main.product-box[data-ref-product*="SELMEN"] .fa-gift, #main.product-box[data-ref-product*="SELMENOFF"] .box-color, #main.product-box[data-ref-product*="SELMENOFF"] .fa-gift {
  color: #E46F3F; }

#main.product-box[data-ref-product*="SELMEN"] .btn-box-color .btn, #main.product-box[data-ref-product*="SELMENOFF"] .btn-box-color .btn {
  background: #E46F3F;
  color: white; }

#main.product-box[data-ref-product*="SELMEN"] .back-to-category a, #main.product-box[data-ref-product*="SELMEN"] .pack-product-pdf a, #main.product-box[data-ref-product*="SELMENOFF"] .back-to-category a, #main.product-box[data-ref-product*="SELMENOFF"] .pack-product-pdf a {
  color: #E46F3F; }
  #main.product-box[data-ref-product*="SELMEN"] .back-to-category a:hover, #main.product-box[data-ref-product*="SELMEN"] .back-to-category a:hover i, #main.product-box[data-ref-product*="SELMEN"] .pack-product-pdf a:hover, #main.product-box[data-ref-product*="SELMEN"] .pack-product-pdf a:hover i, #main.product-box[data-ref-product*="SELMENOFF"] .back-to-category a:hover, #main.product-box[data-ref-product*="SELMENOFF"] .back-to-category a:hover i, #main.product-box[data-ref-product*="SELMENOFF"] .pack-product-pdf a:hover, #main.product-box[data-ref-product*="SELMENOFF"] .pack-product-pdf a:hover i {
    color: #a64117; }

#main.product-box[data-ref-product*="SELPRI"] .box-color, #main.product-box[data-ref-product*="SELPRI"] .fa-gift, #main.product-box[data-ref-product*="SELPRIOFF"] .box-color, #main.product-box[data-ref-product*="SELPRIOFF"] .fa-gift {
  color: #761B30; }

#main.product-box[data-ref-product*="SELPRI"] .btn-box-color .btn, #main.product-box[data-ref-product*="SELPRIOFF"] .btn-box-color .btn {
  background: #761B30;
  color: white; }

#main.product-box[data-ref-product*="SELPRI"] .back-to-category a, #main.product-box[data-ref-product*="SELPRI"] .pack-product-pdf a, #main.product-box[data-ref-product*="SELPRIOFF"] .back-to-category a, #main.product-box[data-ref-product*="SELPRIOFF"] .pack-product-pdf a {
  color: #761B30; }
  #main.product-box[data-ref-product*="SELPRI"] .back-to-category a:hover, #main.product-box[data-ref-product*="SELPRI"] .back-to-category a:hover i, #main.product-box[data-ref-product*="SELPRI"] .pack-product-pdf a:hover, #main.product-box[data-ref-product*="SELPRI"] .pack-product-pdf a:hover i, #main.product-box[data-ref-product*="SELPRIOFF"] .back-to-category a:hover, #main.product-box[data-ref-product*="SELPRIOFF"] .back-to-category a:hover i, #main.product-box[data-ref-product*="SELPRIOFF"] .pack-product-pdf a:hover, #main.product-box[data-ref-product*="SELPRIOFF"] .pack-product-pdf a:hover i {
    color: #23080e; }

#main.product-box[data-ref-product*="SELEXC"] .box-color, #main.product-box[data-ref-product*="SELEXC"] .fa-gift, #main.product-box[data-ref-product*="SELEXCOFF"] .box-color, #main.product-box[data-ref-product*="SELEXCOFF"] .fa-gift {
  color: #B59023; }

#main.product-box[data-ref-product*="SELEXC"] .btn-box-color .btn, #main.product-box[data-ref-product*="SELEXCOFF"] .btn-box-color .btn {
  background: #B59023;
  color: white; }

#main.product-box[data-ref-product*="SELEXC"] .back-to-category a, #main.product-box[data-ref-product*="SELEXC"] .pack-product-pdf a, #main.product-box[data-ref-product*="SELEXCOFF"] .back-to-category a, #main.product-box[data-ref-product*="SELEXCOFF"] .pack-product-pdf a {
  color: #B59023; }

#main.product-box[data-ref-product*="SELEXC"] .back-to-category:hover, #main.product-box[data-ref-product*="SELEXC"] .back-to-category:hover i, #main.product-box[data-ref-product*="SELEXC"] .pack-product-pdf:hover, #main.product-box[data-ref-product*="SELEXC"] .pack-product-pdf:hover i, #main.product-box[data-ref-product*="SELEXCOFF"] .back-to-category:hover, #main.product-box[data-ref-product*="SELEXCOFF"] .back-to-category:hover i, #main.product-box[data-ref-product*="SELEXCOFF"] .pack-product-pdf:hover, #main.product-box[data-ref-product*="SELEXCOFF"] .pack-product-pdf:hover i {
  color: #604c12; }

#main.product-box .fa-gift {
  font-size: 20px; }

#main.product-box #loyalty {
  margin-top: 1.2rem;
  color: gray; }

#main.product-box .product-tabs {
  display: none; }

#main.product-box .page-header {
  position: relative;
  padding-top: 85px;
  padding-bottom: 30px; }
  #main.product-box .page-header .product-information {
    padding-top: 55px;
    padding-left: 0;
    text-align: center; }
    #main.product-box .page-header .product-information .product-description {
      text-transform: none;
      max-width: 650px;
      margin: auto; }
      #main.product-box .page-header .product-information .product-description p {
        font-size: 18px;
        line-height: 20px;
        color: white; }
    #main.product-box .page-header .product-information .add {
      float: none;
      margin: auto; }
  #main.product-box .page-header .social-sharing {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 35px;
    margin-top: 0; }
    #main.product-box .page-header .social-sharing > span {
      display: none; }
    #main.product-box .page-header .social-sharing ul li {
      display: block;
      width: 35px;
      height: 35px;
      margin-top: 15px;
      margin-left: 0;
      padding: 9px 0;
      transition: all 0.3s ease 0s; }
      #main.product-box .page-header .social-sharing ul li:hover {
        transform: scale(1.1); }
      #main.product-box .page-header .social-sharing ul li .social-icon {
        text-indent: inherit;
        font-size: 16px; }

#main.product-box .product-pack {
  margin-top: 3.5rem; }
  #main.product-box .product-pack h2 {
    margin-bottom: 45pt; }
  #main.product-box .product-pack .pack-product-pdf {
    display: block;
    margin: 10px 0; }
    #main.product-box .product-pack .pack-product-pdf a {
      display: block;
      text-align: center; }
    #main.product-box .product-pack .pack-product-pdf .fa {
      text-align: center;
      display: block;
      font-size: 1.6rem; }

#main.product-box .product-cover img {
  background: none;
  box-shadow: none; }

#main.product-box .box-bottom {
  margin-top: 20px; }
  #main.product-box .box-bottom .card {
    padding: 15px;
    margin: 0;
    margin-bottom: 1.4rem; }
  #main.product-box .box-bottom h3 {
    margin: 0;
    margin-top: 0.3rem;
    padding: 10px;
    text-transform: uppercase;
    font-size: 32px; }
  #main.product-box .box-bottom .product-prices {
    margin-top: 0.3rem; }
    #main.product-box .box-bottom .product-prices .product-legend {
      margin-bottom: 0; }
    #main.product-box .box-bottom .product-prices div {
      margin: 0; }
    #main.product-box .box-bottom .product-prices .current-price .price {
      font-size: 46px;
      font-family: "proxima_nova_altblack"; }
    #main.product-box .box-bottom .product-prices .current-price .price-legend {
      font-size: 22px; }
  #main.product-box .box-bottom #add-to-cart-or-refresh .product-discounts {
    margin: 0; }
  #main.product-box .box-bottom .additional-form {
    padding: 40px; }
    #main.product-box .box-bottom .additional-form #bestkit_productfields input, #main.product-box .box-bottom .additional-form #bestkit_productfields textarea, #main.product-box .box-bottom .additional-form #bestkit_productfields select {
      border: 0;
      background: #F5F5F5; }
    #main.product-box .box-bottom .additional-form #bestkit_productfields input[type="radio"] {
      display: inline;
      width: auto; }
    #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group {
      margin-right: 3%; }
      #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(2), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(3), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(6), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(7), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(8), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(9), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(10), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(11), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(12), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(13) {
        width: 47%;
        display: inline-block;
        margin-right: 2.6%; }
      #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(5) .clearfix > label:first-child {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 20px 0; }
      #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group select {
        max-width: 175px; }
  #main.product-box .box-bottom .product-quantity {
    margin-top: 0.7rem;
    justify-content: center; }
    #main.product-box .box-bottom .product-quantity span.add-to-cart-legend {
      padding-top: 11px;
      padding-right: 10px; }
    #main.product-box .box-bottom .product-quantity .btn-touchspin {
      background: white !important;
      color: #1A1919 !important; }

#main.product-box[data-ref-product*="SELMENOFF"] .actions-card h3, #main.product-box[data-ref-product*="SELPRIOFF"] .actions-card h3, #main.product-box[data-ref-product*="SELEXCOFF"] .actions-card h3 {
  font-size: 28px; }

#main.product-box[data-ref-product*="SELMENOFF"] #loyalty, #main.product-box[data-ref-product*="SELPRIOFF"] #loyalty, #main.product-box[data-ref-product*="SELEXCOFF"] #loyalty {
  margin-top: 0; }

@media screen and (max-width: 1200px) {
  #main.product-box[data-ref-product*="SELMENOFF"] .actions-card, #main.product-box[data-ref-product*="SELPRIOFF"] .actions-card, #main.product-box[data-ref-product*="SELEXCOFF"] .actions-card {
    display: block;
    text-align: center; }
    #main.product-box[data-ref-product*="SELMENOFF"] .actions-card > *, #main.product-box[data-ref-product*="SELPRIOFF"] .actions-card > *, #main.product-box[data-ref-product*="SELEXCOFF"] .actions-card > * {
      display: block;
      margin: 0 auto; } }

@media screen and (max-width: 768px) {
  #main.product-box .page-header {
    padding-bottom: 40px; }
    #main.product-box .page-header img {
      width: 75% !important;
      margin: auto; }
    #main.product-box .page-header .product-information {
      padding: 0 20px;
      text-align: center; }
      #main.product-box .page-header .product-information .product-description {
        margin: auto; }
    #main.product-box .page-header .social-sharing {
      position: static;
      width: 120px;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; }
      #main.product-box .page-header .social-sharing > span {
        display: none; }
      #main.product-box .page-header .social-sharing ul {
        margin: 0 auto 15px; }
        #main.product-box .page-header .social-sharing ul li {
          display: inline-block;
          width: 35px;
          height: 35px;
          margin: 5px;
          padding: 9px;
          transition: all 0.3s ease 0s; }
          #main.product-box .page-header .social-sharing ul li:hover {
            transform: scale(1.1); }
          #main.product-box .page-header .social-sharing ul li .social-icon {
            text-indent: inherit;
            font-size: 16px; }
  #main.product-box .product-detail-item {
    width: 100%;
    min-width: 100%; }
  #main.product-box .actions-card {
    display: block; }
    #main.product-box .actions-card > div {
      display: block; }
  #main.product-box .box-bottom {
    text-align: center; }
    #main.product-box .box-bottom .product-prices {
      margin: 0 auto; }
    #main.product-box .box-bottom #add-to-cart-or-refresh {
      margin: 15px auto 0; }
    #main.product-box .box-bottom .additional-form {
      padding: 40px; }
      #main.product-box .box-bottom .additional-form #bestkit_productfields .radio-inline {
        float: none; }
      #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group {
        margin-right: 3%; }
        #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(2), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(3), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(6), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(7), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(8), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(9), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(10), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(11), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(12), #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group:nth-child(13) {
          width: 100%;
          display: block; }
        #main.product-box .box-bottom .additional-form #bestkit_productfields .form-group select {
          max-width: 175px; }
  #main.product-box .pack-product-container {
    display: block; }
    #main.product-box .pack-product-container > div {
      width: 100% !important; }
    #main.product-box .pack-product-container .pack-product-img {
      padding-top: 20px;
      text-align: center; }
      #main.product-box .pack-product-container .pack-product-img img {
        width: 80%;
        height: auto;
        transform: translate(0, 0); } }

@media screen and (max-width: 1000px) {
  #main.product-box .product-detail-item {
    width: 100%;
    min-width: 100%; }
    #main.product-box .product-detail-item .pack-product {
      padding: 0 35px 20px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .product-box-text {
    width: 100% !important;
    margin: 15px; }
  .product-detail-item {
    margin: 15px; } }

@media screen and (max-width: 768px) {
  #product.page-product .reassurance {
    display: none; }
  .product-detail-item, .product-box-text {
    width: 100% !important;
    min-width: 0 !important;
    margin: 15px; }
  .product-detail-item .pack-product {
    padding: 0 35px 20px; } }

.product-box-text {
  width: 23.8%;
  padding: 25px 15px 15px 15px;
  background: white; }
  .product-box-text h3 {
    text-align: center;
    margin-bottom: 35px; }
  .product-box-text p {
    margin-bottom: 20px;
    color: #1A1919; }

.product-detail-item {
  min-width: 350px;
  width: 36.8%; }
  .product-detail-item .card {
    border: 0;
    height: 100%;
    margin-bottom: 1.4rem;
    padding: 10px; }
    .product-detail-item .card .card-inner-border {
      height: 100%; }
  .product-detail-item .pack-product-container {
    justify-content: space-between; }
  .product-detail-item .pack-product-img {
    display: block;
    width: 40%;
    overflow: hidden; }
    .product-detail-item .pack-product-img img {
      height: 450px;
      transform: translate(-33%, 0); }
  .product-detail-item .pack-product {
    width: 65%;
    padding: 0 0 0 10px; }
    .product-detail-item .pack-product p, .product-detail-item .pack-product span {
      font-family: "helvetica_neue_lt_light"; }
    .product-detail-item .pack-product p {
      color: #1A1919; }
    .product-detail-item .pack-product .pack-product-name {
      display: block;
      padding: 20px 0;
      font-size: 22px; }
      .product-detail-item .pack-product .pack-product-name span {
        display: block;
        font-family: "proxima_nova_altblack";
        text-transform: uppercase; }
    .product-detail-item .pack-product .pack-product-features li {
      padding-bottom: 5px; }

#product .modal-backdrop.fade.in {
  display: block; }

#product .reassurance-popin li {
  color: #7a7a7a;
  font-size: .9375rem; }

#product .pack-product-description {
  font-family: "helvetica_neue_lt" !important;
  font-size: .9375rem !important; }

@media print {
  #product #header .menu-toggle, #product #header .mobile-nav, #product #header .menu-static, #product #header .header-nav-container,
  #product footer, #product .social-sharing, #product .back-to-category {
    display: none; }
  #product #header .logo-container {
    display: block;
    margin: auto;
    text-align: center;
    float: none;
    clear: both;
    padding: 15px 10px;
    background-color: #1A1919 !important;
    -webkit-print-color-adjust: exact !important; }
  #product .product-detail-item {
    width: 100%; }
    #product .product-detail-item .card, #product .product-detail-item .pack-product-container {
      width: 100%; } }

#authentication #content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  #authentication #content [data-action="show-password"] {
    padding: 12.5px 10px; }

#password #content {
  box-shadow: none;
  background: none; }
  #password #content .container {
    padding: 20px 15px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: white; }

.registered-since {
  text-align: center;
  font-size: 18pt; }

#my-account a:focus, #my-account a:hover {
  text-decoration: none; }

#my-account .myaccount-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

#my-account #content.page-content.customer-page {
  padding: 0;
  background: none;
  box-shadow: none; }

#my-account.page-my-account #content .links a:hover span.link-item {
  -webkit-box-shadow: 5px 10px 15px -10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 10px 15px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 15px -10px rgba(0, 0, 0, 0.15);
  transform: scale(1.03); }
  #my-account.page-my-account #content .links a:hover span.link-item i {
    color: #B59023; }

#my-account.page-my-account #content .links a span.link-item {
  -webkit-box-shadow: 5px 10px 15px -32px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 10px 15px -32px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 15px -32px rgba(0, 0, 0, 0.15);
  padding: 40px;
  transition: all 0.3s ease 0s; }
  #my-account.page-my-account #content .links a span.link-item i {
    transition: all 0.3s ease 0.2s; }
  #my-account.page-my-account #content .links a span.link-item p {
    padding: 15px 0;
    margin: 0;
    text-transform: none; }

.page-customer-account aside#notifications,
.page-addresses aside#notifications,
.page-address aside#notifications,
.page-history aside#notifications,
#module-allinone_rewards-rewards aside#notifications,
#module-allinone_rewards-sponsorship aside#notifications,
#module-pixxid_customercard-customercard aside#notifications {
  position: static; }

.page-customer-account .pre-content-container,
.page-addresses .pre-content-container,
.page-address .pre-content-container,
.page-history .pre-content-container,
#module-allinone_rewards-rewards .pre-content-container,
#module-allinone_rewards-sponsorship .pre-content-container,
#module-pixxid_customercard-customercard .pre-content-container {
  margin-top: 1.563rem; }
  .page-customer-account .pre-content-container p,
  .page-addresses .pre-content-container p,
  .page-address .pre-content-container p,
  .page-history .pre-content-container p,
  #module-allinone_rewards-rewards .pre-content-container p,
  #module-allinone_rewards-sponsorship .pre-content-container p,
  #module-pixxid_customercard-customercard .pre-content-container p {
    margin: 0;
    text-transform: uppercase; }
    .page-customer-account .pre-content-container p i,
    .page-addresses .pre-content-container p i,
    .page-address .pre-content-container p i,
    .page-history .pre-content-container p i,
    #module-allinone_rewards-rewards .pre-content-container p i,
    #module-allinone_rewards-sponsorship .pre-content-container p i,
    #module-pixxid_customercard-customercard .pre-content-container p i {
      display: inline-block;
      font-size: 34px;
      margin-right: 10px; }

.page-content.customer-page {
  margin-top: 1.563rem; }
  .page-content.customer-page .custom-checkbox {
    display: flex; }
    .page-content.customer-page .custom-checkbox span {
      min-width: 15px; }

span.label-pill.dark {
  color: #1A1919; }

.account-link span {
  display: inline-block;
  padding-top: 4px; }

a[data-link-action="add-address"] {
  display: inline-block;
  padding: 10px 10px;
  background: #B59023; }
  a[data-link-action="add-address"] span, a[data-link-action="add-address"] i {
    color: white; }
  a[data-link-action="add-address"] span {
    display: inline-block;
    margin-top: 3px !important; }

.page-addresses .address {
  box-shadow: none; }
  .page-addresses .address .address-footer {
    border-color: #d9d9d9; }

#content.page-content.customer-page {
  padding: 2rem 1rem;
  background: white;
  box-shadow: none; }

.paymentcard-form .form-group > * {
  padding-top: .625rem; }

#addresses #content.page-content.customer-page {
  background: none; }

.card-info {
  max-width: 500px;
  margin: 15px auto;
  padding: 15px;
  background: #F5F5F5; }
  .card-info label {
    text-transform: uppercase;
    font-size: 12px; }
  .card-info .card-value {
    font-weight: 700; }

#order-detail #content {
  background: none; }
  #order-detail #content > * {
    box-shadow: none; }
    #order-detail #content > * > div, #order-detail #content > * > div article {
      box-shadow: none; }
  #order-detail #content a.button-primary {
    margin-top: 3px;
    padding: 13px 20px 10px;
    background-color: #B59023;
    border: 0;
    text-transform: uppercase;
    color: white; }
    #order-detail #content a.button-primary:hover {
      background-color: #97781d; }

#addresses #content {
  padding-left: 0;
  padding-right: 0; }

#module-allinone_rewards-rewards #gift_list {
  display: none; }

#rewards_account .idTabs li:last-child {
  display: none; }

#module-allinone_rewards-sponsorship #sponsorship_form > div:first-child {
  font-size: .9375rem;
  color: #7a7a7a; }

body#checkout #header .header-nav {
  padding: 0;
  box-shadow: none; }

body#checkout #footer {
  box-shadow: none;
  padding: 0;
  background: none; }

body#checkout #cart-summary-product-list .product-price {
  color: #1A1919; }

body#checkout .checkout-container {
  padding-top: 30px;
  padding-bottom: 30px; }
  body#checkout .checkout-container section {
    box-shadow: none; }
    body#checkout .checkout-container section.checkout-step {
      border-color: #B59023; }
    body#checkout .checkout-container section .address-item.selected {
      border-color: #B59023; }
  body#checkout .checkout-container .checkout-reasurance {
    margin-top: 15px;
    text-align: center; }

body#checkout .add-address a {
  text-decoration: underline; }

body#checkout .offer-address-message {
  padding: 15px;
  background: #F5F5F5;
  font-weight: 700; }

body#checkout .hover-tipso-tooltip {
  background: #1A1919; }
  body#checkout .hover-tipso-tooltip .btn {
    background: none;
    color: #F5F5F5;
    font-size: 14px;
    font-weight: bold; }

body .js-address-form a {
  text-decoration: underline; }

body #order-details {
  margin: 20px 15px;
  padding: 25px;
  background: #F5F5F5; }

body .order-confirmation-table .details {
  font-size: 24px;
  font-family: "proxima_nova_ltthin"; }
  body .order-confirmation-table .details span {
    display: block; }
    body .order-confirmation-table .details span.name-legend {
      font-weight: 300;
      font-size: 14px; }

#module-creditcardofflinepayment-validation .page-content {
  background: #F5F5F5; }
  #module-creditcardofflinepayment-validation .page-content > .container {
    margin-top: 1.563rem;
    margin-bottom: 1.563rem;
    padding: 25px;
    background: white; }

#checkout-payment-step .modal {
  background: rgba(0, 0, 0, 0.6); }

#checkout-payment-step .modal-dialog .modal-content {
  padding: 20px;
  background: white; }
  #checkout-payment-step .modal-dialog .modal-content p, #checkout-payment-step .modal-dialog .modal-content p span {
    font-size: 12px; }

#order-confirmation .welcome-title {
  text-transform: uppercase;
  color: black;
  font-size: 14pt; }

#order-confirmation .home-btn {
  display: inline-block;
  margin: 0 auto; }

#category #category-description {
  overflow: hidden; }

@media screen and (min-width: 1200px) {
  #category .product-description-short p {
    min-height: 140px; } }

#contact #content {
  margin-bottom: 0; }
  #contact #content .container {
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 25px;
    background: white; }
    #contact #content .container .file-upload .btn.btn-default {
      background-color: #d9d9d9;
      border: 0;
      text-transform: uppercase;
      color: #1A1919; }
      #contact #content .container .file-upload .btn.btn-default:hover {
        background-color: #c7c7c7; }
    #contact #content .container .file-upload label {
      padding: 12px 10px; }

#contact #left-column {
  display: none; }

#pagenotfound #main .page-header {
  margin-top: 0; }

.order-confirmation-container {
  margin-top: 1.563rem;
  margin-bottom: 1.563rem; }
  .order-confirmation-container .total {
    color: #B59023;
    font-size: 18px; }
  .order-confirmation-container .total-value {
    font-family: "proxima_nova_altblack";
    font-size: 28px; }

#order-items {
  border-right: 0; }
  #order-items hr {
    border-color: #B59023; }

.landing-page .header-center {
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima_nova_altblack";
  color: white;
  font-size: 22px; }

.landing-page .header-contact span {
  display: block;
  color: white;
  font-size: 22px; }
  .landing-page .header-contact span:first-child {
    text-transform: uppercase;
    font-size: 14px; }

.landing-page #footer .footer-phone span {
  display: block;
  font-size: 22px;
  font-weight: bold; }
  .landing-page #footer .footer-phone span:first-child {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400; }
  .landing-page #footer .footer-phone span:last-child {
    font-size: 12px;
    font-weight: 400; }

.landing-page #footer .footer-center {
  text-align: center; }
  .landing-page #footer .footer-center .footer-contact span {
    display: block; }
    .landing-page #footer .footer-center .footer-contact span:first-child {
      font-size: 16px;
      text-transform: uppercase; }
    .landing-page #footer .footer-center .footer-contact span.footer-email {
      font-size: 22px;
      font-weight: bold; }
  .landing-page #footer .footer-center .footer-legal-mentions {
    margin-top: 10px;
    font-size: 12px; }

.landing-page #footer .footer-logo {
  text-align: right; }
  .landing-page #footer .footer-logo .baseline {
    font-size: 12px; }

.prestablog-nav-top {
  display: none !important; }

#module-prestablog-blog #main > .container {
  padding: 35px 0; }

#module-prestablog-blog .page-header {
  padding-top: 115px;
  padding-bottom: 35px; }
  #module-prestablog-blog .page-header h3 {
    font-family: "proxima_nova_ltthin"; }

#module-prestablog-blog div#abo a {
  color: #B59023; }

#module-prestablog-blog .article-counter {
  font-size: 14px; }

#module-prestablog-blog .article, #module-prestablog-blog .comment {
  margin: 0 auto;
  padding: 25px;
  background: white; }

#module-prestablog-blog .article .article-inner {
  max-width: 800px;
  margin: 0 auto; }

#module-prestablog-blog #prestablogfont img {
  display: block;
  margin: auto; }

#module-prestablog-blog .comment .comment-inner {
  max-width: 800px;
  margin: 0 auto; }

#module-prestablog-blog .comment fieldset#prestablog-comment {
  border: 0;
  background: #F5F5F5; }

#module-prestablog-blog .comment form {
  margin-bottom: 15px; }

#module-prestablog-blog #prestablog_menu_cat nav ul li a:hover {
  background-color: #B59023; }

#module-prestablog-blog h1#prestablog_article {
  color: #B59023; }

#module-prestablog-blog #blog_list a.blog_link:hover, #module-prestablog-blog #blog_list .comments:hover {
  color: #B59023; }

#module-prestablog-blog #blog_list a::after {
  margin-top: -3px; }

#module-prestablog-blog .btn-primary {
  background-color: #B59023;
  transition: all 0.3s ease 0s; }
  #module-prestablog-blog .btn-primary:hover {
    background-color: #97781d; }

#module-prestablog-blog .shipping-reassurance {
  display: none; }

#product .product-box .page-product-box {
  float: none;
  clear: both;
  background: white; }

@media (min-width: 576px) {
  #product .product-box .page-product-box {
    width: 540px;
    max-width: 100%; } }

@media (min-width: 768px) {
  #product .product-box .page-product-box {
    width: 720px;
    max-width: 100%; } }

@media (min-width: 992px) {
  #product .product-box .page-product-box {
    width: 960px;
    max-width: 100%; } }

@media (min-width: 1200px) {
  #product .product-box .page-product-box {
    width: 1140px;
    max-width: 100%; } }

#module-advancedcms-adcms .advanced-cms-wrapper {
  background: #F5F5F5 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none; }
  #module-advancedcms-adcms .advanced-cms-wrapper h1 {
    padding-top: 0 !important; }
  #module-advancedcms-adcms .advanced-cms-wrapper h2 {
    padding-left: 0; }
  #module-advancedcms-adcms .advanced-cms-wrapper .row {
    border-width: 0 !important; }
  #module-advancedcms-adcms .advanced-cms-wrapper .row.title {
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #F5F5F5 !important; }
    #module-advancedcms-adcms .advanced-cms-wrapper .row.title h2 {
      margin: 20px 0 !important; }
  #module-advancedcms-adcms .advanced-cms-wrapper .row.club {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: white !important; }
    #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title {
      background: transparent !important; }
      #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title h1, #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title h2, #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title h3, #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title h4, #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title p {
        color: black; }
      #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title h2 {
        margin: 5px 0;
        padding: 0 !important; }
        #module-advancedcms-adcms .advanced-cms-wrapper .row.club .home-title h2 span {
          font-size: 20px; }
    #module-advancedcms-adcms .advanced-cms-wrapper .row.club .style-p {
      font-family: "helvetica_neue_lt"; }
    #module-advancedcms-adcms .advanced-cms-wrapper .row.club.club-img {
      text-align: left !important;
      margin-bottom: 30px; }
      #module-advancedcms-adcms .advanced-cms-wrapper .row.club.club-img .home-title {
        padding: 0 !important; }
      #module-advancedcms-adcms .advanced-cms-wrapper .row.club.club-img h1, #module-advancedcms-adcms .advanced-cms-wrapper .row.club.club-img h2, #module-advancedcms-adcms .advanced-cms-wrapper .row.club.club-img h3, #module-advancedcms-adcms .advanced-cms-wrapper .row.club.club-img h4, #module-advancedcms-adcms .advanced-cms-wrapper .row.club.club-img p {
        text-align: left !important; }
  #module-advancedcms-adcms .advanced-cms-wrapper .row.item {
    max-width: 1140px;
    margin: 1.563rem auto !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background: white;
    border: 0 !important; }
    #module-advancedcms-adcms .advanced-cms-wrapper .row.item .img {
      height: 100%; }
      #module-advancedcms-adcms .advanced-cms-wrapper .row.item .img > div {
        height: 100%; }
      #module-advancedcms-adcms .advanced-cms-wrapper .row.item .img p {
        margin: 0 !important; }
    @media screen and (max-width: 768px) {
      #module-advancedcms-adcms .advanced-cms-wrapper .row.item h2, #module-advancedcms-adcms .advanced-cms-wrapper .row.item h3, #module-advancedcms-adcms .advanced-cms-wrapper .row.item p {
        text-align: center !important; } }
    @media screen and (min-width: 900px) {
      #module-advancedcms-adcms .advanced-cms-wrapper .row.item .img {
        padding-right: 0 !important; } }
  #module-advancedcms-adcms .advanced-cms-wrapper .row:not(.item) img {
    max-width: 80%;
    margin: 0 auto;
    text-align: center; }
  #module-advancedcms-adcms .advanced-cms-wrapper .row:not(.title):not(.club):not(.item):not(.cms-footer) {
    margin: 0 auto !important; }
  @media screen and (min-width: 900px) {
    #module-advancedcms-adcms .advanced-cms-wrapper .row:not(.title):not(.club):not(.item):not(.cms-footer) {
      padding: 15px 100px !important;
      padding-left: 100px !important;
      padding-right: 100px !important; } }
  #module-advancedcms-adcms .advanced-cms-wrapper .row:not(.title):not(.club):not(.cms-footer) {
    background: white;
    max-width: 1140px; }
  #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer {
    width: 99%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
    #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .cms-links {
      background: black;
      color: white; }
      #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .cms-links > div {
        max-width: 400px;
        float: right;
        padding: 15px; }
      #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .cms-links a {
        color: white;
        text-decoration: underline !important; }
    #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club {
      text-align: left;
      padding: 25px;
      background: white; }
      #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club .home-title {
        color: black;
        background: transparent !important; }
        #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club .home-title h2 {
          margin: 8px 0; }
        #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club .home-title h1, #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club .home-title h2, #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club .home-title h3, #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club .home-title h4, #module-advancedcms-adcms .advanced-cms-wrapper .cms-footer .footer-club .home-title p {
          color: black; }

body#cms {
  overflow-x: hidden; }

.landing-page {
  overflow: hidden; }
  .landing-page .landing-page-top {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .landing-page .landing-page-top-container {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 70px; }
    .landing-page .landing-page-top-container .landing-page-top-left, .landing-page .landing-page-top-container .landing-page-top-center {
      padding-top: 100px;
      padding-left: 0;
      padding-right: 0; }
    .landing-page .landing-page-top-container .landing-page-top-left {
      color: white; }
      .landing-page .landing-page-top-container .landing-page-top-left .main-title {
        margin-bottom: 5px;
        font-size: 41px; }
      .landing-page .landing-page-top-container .landing-page-top-left .subtitle {
        margin-bottom: 0;
        font-family: "proxima_nova_altblack";
        font-size: 26px; }
      .landing-page .landing-page-top-container .landing-page-top-left .subscribe-info .bottle-nb {
        width: auto;
        color: white; }
        .landing-page .landing-page-top-container .landing-page-top-left .subscribe-info .bottle-nb > span {
          color: white; }
          .landing-page .landing-page-top-container .landing-page-top-left .subscribe-info .bottle-nb > span.number {
            color: white;
            font-family: "proxima_nova_altblack";
            font-size: 150px; }
          .landing-page .landing-page-top-container .landing-page-top-left .subscribe-info .bottle-nb > span.number-legend {
            padding-top: 20px;
            font-size: 40px;
            font-family: "proxima_nova_altblack";
            color: white; }
            .landing-page .landing-page-top-container .landing-page-top-left .subscribe-info .bottle-nb > span.number-legend span {
              margin-top: 0;
              font-size: 40px;
              font-family: "proxima_nova_ltthin";
              display: block;
              float: none;
              clear: both;
              color: white; }
    .landing-page .landing-page-top-container .vocation-block {
      background: black;
      padding: 40px 20px;
      text-align: center;
      font-size: 24px;
      max-width: 710px; }
      .landing-page .landing-page-top-container .vocation-block p {
        margin: 0;
        color: white; }
  .landing-page .landing-page-top-center {
    padding-top: 27px; }
    .landing-page .landing-page-top-center .old-price {
      position: relative;
      display: block;
      font-size: 80px;
      font-weight: 900;
      color: white;
      line-height: 65px;
      padding-left: 40px;
      padding-top: 15px;
      clear: both; }
      .landing-page .landing-page-top-center .old-price::after {
        content: "";
        position: absolute;
        border: 3px solid #DFCEB1;
        width: 140px;
        height: 1px;
        top: 50%;
        left: 40px;
        transform: rotateZ(-40deg); }
    .landing-page .landing-page-top-center .current-price span.price {
      float: left;
      font-size: 140px;
      font-weight: 900;
      line-height: normal;
      padding: 0 15px 0 0; }
    .landing-page .landing-page-top-center .current-price > span {
      padding: 18px 0;
      color: white; }
      .landing-page .landing-page-top-center .current-price > span.current-price-top {
        display: block;
        font-size: 22px; }
  @media screen and (max-width: 1300px) {
    .landing-page .landing-page-top-center .current-price .price {
      font-size: 90px !important; } }
  @media screen and (max-width: 768px) {
    .landing-page .header-contact {
      margin-top: 50px; }
      .landing-page .header-contact span {
        text-align: center; }
    .landing-page .landing-page-top-left {
      text-align: center; }
      .landing-page .landing-page-top-left .main-title {
        font-size: 35px !important; }
      .landing-page .landing-page-top-left .subtitle {
        font-size: 18px; }
      .landing-page .landing-page-top-left .number {
        font-size: 120px !important; }
      .landing-page .landing-page-top-left .number-legend {
        font-size: 28px !important; }
        .landing-page .landing-page-top-left .number-legend span {
          font-size: 28px !important; }
      .landing-page .landing-page-top-left .subscribe-info {
        margin-bottom: 20px; }
    .landing-page .landing-page-top-right {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      .landing-page .landing-page-top-right img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto; }
    .landing-page .landing-page-top-center .old-price {
      font-size: 65px !important;
      width: 100px !important; }
      .landing-page .landing-page-top-center .old-price::after {
        width: 115px;
        top: 45%;
        left: 30px; }
    .landing-page .landing-page-top-center .current-price .current-price-top {
      padding: 0; }
    .landing-page .click-to-call .click-to-call-close {
      transform: translate(0px, 0px); } }
  .landing-page .bg-grey {
    background: #F5F5F5; }
  .landing-page .section-middle-left, .landing-page .section-middle-right {
    margin-top: 15px; }
    .landing-page .section-middle-left p, .landing-page .section-middle-left p span, .landing-page .section-middle-right p, .landing-page .section-middle-right p span {
      color: black; }
  .landing-page .section-bottom p, .landing-page .section-bottom p span {
    color: black; }
  @media screen and (max-width: 1366px) {
    .landing-page .section-middle-left {
      padding: 20px 50px; } }
  .landing-page .section-middle-left {
    padding: 20px 70px;
    border-right: 1px solid #d9d9d9; }
    .landing-page .section-middle-left .section-title {
      text-align: center;
      font-family: "proxima_nova_altblack";
      font-size: 26px;
      margin: 30px 0;
      padding: 0 10px; }
  .landing-page .product-detail-item .pack-product-img {
    padding-top: 30px; }
    .landing-page .product-detail-item .pack-product-img img {
      display: block;
      margin: 0 auto;
      height: auto;
      transform: none; }
  @media screen and (max-width: 768px) {
    .landing-page .landing-page-top-container {
      padding-left: 10px;
      padding-right: 10px; }
    .landing-page .section-middle-left {
      padding: 20px; }
      .landing-page .section-middle-left .section-title {
        text-align: center; }
    .landing-page .product-detail-item .pack-product-img {
      width: 89%; }
    .landing-page .product-detail-item .pack-product {
      width: 89%; } }
  .landing-page .section-middle-right span span {
    font-size: 40px !important; }
  .landing-page .section-middle-right .section-title-container, .landing-page .section-bottom .section-title-container {
    text-align: center;
    margin-top: 28px; }
    .landing-page .section-middle-right .section-title-container h2, .landing-page .section-bottom .section-title-container h2 {
      margin-bottom: 0; }
      .landing-page .section-middle-right .section-title-container h2 span, .landing-page .section-bottom .section-title-container h2 span {
        font-size: 34px;
        font-family: "proxima_nova_ltthin"; }
    .landing-page .section-middle-right .section-title-container span, .landing-page .section-bottom .section-title-container span {
      font-size: 24px;
      font-family: "proxima_nova_altblack"; }
      .landing-page .section-middle-right .section-title-container span span, .landing-page .section-bottom .section-title-container span span {
        color: #D5754B;
        font-size: 24px;
        font-family: "proxima_nova_altblack"; }
  .landing-page .section-bottom .section-title-container {
    margin-top: 30px;
    margin-bottom: 20px; }
  .landing-page .section-bottom .section-bottom-item-container {
    margin-top: 15px;
    margin-bottom: 40px; }
  .landing-page .section-bottom .section-bottom-item {
    margin: 20px 0; }
    .landing-page .section-bottom .section-bottom-item .section-bottom-item-inner {
      padding: 20px;
      overflow: auto;
      min-height: 568px; }
      .landing-page .section-bottom .section-bottom-item .section-bottom-item-inner.section-bottom-reassurance {
        padding: 35px 20px 20px 20px;
        min-height: 171px; }
        .landing-page .section-bottom .section-bottom-item .section-bottom-item-inner.section-bottom-reassurance .section-bottom-item-title {
          padding-bottom: 15px; }
    .landing-page .section-bottom .section-bottom-item .row {
      margin: 17px auto; }
      .landing-page .section-bottom .section-bottom-item .row span {
        display: block; }
        .landing-page .section-bottom .section-bottom-item .row span:first-child {
          font-weight: 800; }
  .landing-page .section-bottom .section-bottom-item-right .section-bottom-item-inner {
    padding: 20px 35px; }
  .landing-page .section-bottom .section-bottom-item-title {
    display: block;
    font-weight: bold;
    font-size: 20px; }
  @media screen and (max-width: 768px) {
    .landing-page .section-middle-right .section-title-container h2 span, .landing-page .section-bottom .section-title-container h2 span {
      font-size: 24px; }
    .landing-page .section-bottom .section-title-container {
      text-align: center; }
    .landing-page .section-bottom .section-bottom-item-inner div {
      text-align: center; }
      .landing-page .section-bottom .section-bottom-item-inner div span {
        text-align: center; }
    .landing-page .section-bottom .section-bottom-item-inner {
      padding: 10px 35px; }
      .landing-page .section-bottom .section-bottom-item-inner p {
        text-align: center; } }
  .landing-page .text-center {
    text-align: center; }
  .landing-page .call-to-action {
    margin: 30px 0; }
    .landing-page .call-to-action > div {
      padding-top: 20px;
      padding-bottom: 20px; }
    .landing-page .call-to-action div div:first-child {
      font-family: "proxima_nova_altblack";
      font-size: 26px;
      padding-top: 11px;
      text-align: right; }
      .landing-page .call-to-action div div:first-child span {
        font-family: "proxima_nova_altblack"; }
    .landing-page .call-to-action div div:last-child {
      text-align: left; }
  @media screen and (max-width: 768px) {
    .landing-page .form-control-label {
      font-size: 9pt; }
    .landing-page .call-to-action {
      margin: 20px 0 0 0;
      line-height: 28px; }
      .landing-page .call-to-action div {
        text-align: center !important; }
      .landing-page .call-to-action .container div:last-child {
        margin-top: 10px; } }
  .landing-page .box-color-orange {
    color: #E46F3F !important; }
  .landing-page .btn-box-color-orange {
    background: #E46F3F; }
    .landing-page .btn-box-color-orange:hover {
      background: #bc491a; }
  @media screen and (max-width: 1300px) {
    .landing-page .landing-page-top-center .current-price .price {
      font-size: 90px !important; } }
  @media screen and (max-width: 768px) {
    .landing-page .click-to-call {
      transform: translateY(calc(100% - 50px));
      text-transform: uppercase;
      font-weight: bold; }
      .landing-page .click-to-call.open {
        transform: translateY(0); }
      .landing-page .click-to-call .click-to-call-header {
        float: none;
        clear: both;
        width: 100%;
        transform: none;
        background: #E46F3F; }
      .landing-page .click-to-call .pfg-forms {
        max-width: 350px;
        background: white; }
        .landing-page .click-to-call .pfg-forms button.btn {
          background: #E46F3F; }
          .landing-page .click-to-call .pfg-forms button.btn:hover {
            background: #bc491a; } }
  @media screen and (min-width: 768px) {
    .landing-page .click-to-call {
      position: absolute;
      top: 40px;
      right: 0;
      transform: translate(83%, 0px); }
      .landing-page .click-to-call.open {
        transform: translate(0px, 0px); }
      .landing-page .click-to-call .click-to-call-header {
        float: left;
        height: 452px;
        margin-right: 20px;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        background-color: #E46F3F; }
        .landing-page .click-to-call .click-to-call-header span {
          text-transform: uppercase;
          font-family: "proxima_nova_altblack";
          font-size: 18px; }
      .landing-page .click-to-call .click-to-call-form {
        height: 452px; }
      .landing-page .click-to-call .click-to-call-close {
        right: auto;
        left: -10px; }
      .landing-page .click-to-call .pfg-forms {
        max-width: 350px;
        background: white; }
        .landing-page .click-to-call .pfg-forms button.btn {
          background: #E46F3F; }
          .landing-page .click-to-call .pfg-forms button.btn:hover {
            background: #bc491a; }
    .landing-page .icon {
      font-size: 95px; } }

#amateur {
  background-color: #f5f5f5 !important;
  padding: 20px; }
  #amateur > .row-acceuil > .col-md-12 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    float: none;
    clear: both; }

#amateur col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

#privee {
  padding: 20px; }
  #privee > .row-acceuil > .col-md-12 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    float: none;
    clear: both; }

#exception {
  background-color: #f5f5f5 !important;
  padding: 20px; }
  #exception > .row-acceuil > .col-md-12 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    float: none;
    clear: both; }

#exception {
  background-color: #f5f5f5 !important; }

#custom-text {
  padding: 0; }

#amateur img {
  max-width: 100%;
  height: auto; }

#privee img {
  max-width: 100%;
  height: auto; }

#exception img {
  max-width: 100%;
  height: auto; }

#leclub img {
  max-width: 100%;
  height: auto; }

#titrerejoignezleclub img {
  max-width: 100%;
  height: auto; }

#amateur h2 {
  font-family: "proxima_nova_altblack";
  color: #000 !important;
  text-align: center;
  text-transform: none;
  font-family: "proxima_nova_altblack" !important;
  font-size: 22px;
  margin: 30px 0;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.2; }
  #amateur h2 span {
    text-transform: uppercase; }

#privee h2 {
  font-family: "proxima_nova_altblack";
  color: #000 !important;
  text-align: center;
  text-transform: none;
  font-family: "proxima_nova_altblack" !important;
  font-size: 22px;
  margin: 30px 0;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.2; }
  #privee h2 span {
    text-transform: uppercase; }

#exception h2 {
  font-family: "proxima_nova_altblack";
  color: #000 !important;
  text-transform: none;
  text-align: center;
  font-family: "proxima_nova_altblack" !important;
  font-size: 22px;
  margin: 30px 0;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.2; }
  #exception h2 span {
    text-transform: uppercase; }

#amateur h3 {
  color: #E46F3F !important;
  text-align: left;
  font-family: "proxima_nova_altblack" !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1; }

#privee h3 {
  color: #761B30 !important;
  text-align: left;
  font-family: "proxima_nova_altblack" !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1; }

#exception h3 {
  color: #B59023 !important;
  text-align: left;
  font-family: "proxima_nova_altblack" !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1; }

#custom-text h2 > span {
  font-family: "proxima_nova_altblack" !important; }

#custom-text p {
  font-family: "helvetica_neue_lt";
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: none; }

.cuvee {
  text-align: left; }

@media screen and (max-width: 768px) {
  .cuvee h3 {
    margin-top: 20px;
    margin-bottom: 15px; } }

.privee {
  text-align: left; }

.blabla-gauche {
  text-align: left; }

.blabla-gauche p {
  border-right: 1px solid #d9d9d9;
  padding-right: 10px; }

.blabla-droit {
  text-align: left; }

.blabla-droit p {
  border-left: 1px solid #d9d9d9;
  padding-left: 10px; }

.box-color-orange {
  color: #E46F3F !important; }

.box-color-prune {
  color: #761B30 !important; }

.box-color-dore {
  color: #B59023 !important; }

#custom-text ul {
  margin: 0 0 10px; }

#custom-text ul > li {
  color: #000;
  font-family: "helvetica_neue_lt";
  line-height: 1.2;
  margin: 0 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-transform: none; }

#amateur a.btn, #privee a.btn, #exception a.btn {
  font-weight: normal; }

#amateur .btn.btn-primary {
  background-color: #E46F3F !important;
  margin: 0 0 30px; }

#privee .btn.btn-primary {
  background-color: #761B30 !important;
  margin: 0 0 30px; }

#exception .btn.btn-primary {
  background-color: #B59023 !important;
  margin: 0 0 30px; }

#rejoignezleclub .bloctexte {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  background-color: #f5f5f5 !important;
  color: #333 !important; }

#rejoignezleclub .bloctextecote {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px;
  background-color: #f5f5f5 !important;
  color: #333 !important; }
  #rejoignezleclub .bloctextecote h3 {
    font-size: 20px; }

#rejoignezleclub .bloctexte p {
  text-align: left;
  padding: 40px;
  font-weight: 800; }

#rejoignezleclub .bloctextecote p {
  text-align: left; }

#rejoignezleclub .bloctexte p > span {
  font-size: 20px; }

#rejoignezleclub .bloctexte h3 > span {
  text-align: center;
  padding: 20px;
  font-weight: 800;
  font-size: 20px;
  text-transform: initial; }

#rejoignezleclub .bloctexte .col-sm-3 img {
  height: auto !important;
  border: 0;
  vertical-align: bottom;
  margin-top: 60%;
  margin-left: 30%; }

@media screen and (max-width: 768px) {
  #rejoignezleclub .bloctexte .col-sm-3 img {
    margin-top: 10%;
    margin-left: 0; }
  #rejoignezleclub .bloctexte p {
    text-align: center; } }

#rejoignezleclub {
  max-width: 1400px;
  margin: auto; }

#titrerejoignezleclub {
  margin-top: 30px; }

#titrerejoignezleclub h2 > span {
  font-size: 34px;
  font-family: "proxima_nova_ltthin" !important;
  color: #333; }

@media screen and (max-width: 900px) {
  #titrerejoignezleclub h2 > span {
    font-size: 23px; } }

#titrerejoignezleclub h3 {
  font-size: 24px;
  font-family: "proxima_nova_altblack"; }

#rejoignezleclub h2 {
  color: #333;
  margin-bottom: 0px; }

#rejoignezleclub {
  padding-bottom: 150px; }

@media screen and (max-width: 900px) {
  #rejoignezleclub {
    padding-bottom: 65px; } }

#leclub .bloctexte p {
  text-align: left !important; }

#leclub .col-md-8 {
  padding-top: 5%; }

#leclub .bloctexte p > span {
  font-size: 20px; }

#leclub .bloctexte h3 {
  margin-bottom: 35px; }

#leclub .bloctexte h3 > span {
  text-align: center;
  padding: 20px;
  font-weight: 800;
  font-size: 28px;
  text-transform: initial; }

#leclub .bloctexte img {
  height: auto !important;
  border: 0;
  vertical-align: bottom;
  margin-top: 0;
  margin-left: 0;
  max-width: 100%; }

#leclub h2 > span {
  font-size: 34px;
  font-family: "proxima_nova_ltthin" !important;
  color: #333; }

#leclub h2 {
  font-size: 26pt;
  color: #333;
  margin-bottom: 20px;
  padding-top: 10px; }

@media screen and (max-width: 900px) {
  #leclub h2 {
    font-size: 24px; }
    #leclub h2 span {
      font-size: 23px; } }

#leclub .row-acceuil {
  max-width: 1200px;
  margin: auto; }

#leclub .container-fluid {
  padding-left: 0px;
  padding-bottom: 0px; }

#module-advancedcms-adcms .row {
  padding-left: 5%;
  padding-right: 5%; }

#module-advancedcms-adcms h1 {
  color: #B59023;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px; }

#module-advancedcms-adcms h2 {
  font-family: "proxima_nova_altblack" !important;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  margin: 30px 0;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left; }

#module-advancedcms-adcms p {
  font-family: "helvetica_neue_lt";
  line-height: 1.4;
  margin: 0 0 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  text-transform: none;
  color: #232323; }

#module-advancedcms-adcms blockquote {
  color: #E46F3F !important;
  padding-left: 10%;
  padding-right: 10%; }

#module-advancedcms-adcms .home-title h2 {
  color: #FFF;
  text-align: center;
  font-family: "proxima_nova_altblack" !important;
  text-transform: uppercase;
  font-size: 22px;
  margin: 30px 0;
  padding: 0 10px;
  font-weight: 700;
  line-height: 1.2; }

#module-advancedcms-adcms .home-title h3 {
  color: #FFF;
  text-align: center; }

#module-advancedcms-adcms .home-title {
  background-color: #9b9b9b;
  padding: 20px; }

#module-advancedcms-adcms a {
  text-decoration: underline; }
