@charset "UTF-8";
/* breakpoint with two conditions (min and max) */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontAwesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontAwesome/fontawesome-webfont.svg?v=4.7.0#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.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

.product-bougie-personnalisee .imgLoading {
  z-index: 100000; }

.product-customizable-wrapper .txtTitle {
  letter-spacing: 0px; }

.product-customizable-wrapper h2 {
  font-family: "Trajan Pro", Georgia, Times, "Times New Roman", serif;
  color: #4b4b4b;
  text-transform: uppercase; }

.product-customizable-wrapper .boxProductView {
  overflow: visible; }
  .product-customizable-wrapper .boxProductView:after {
    content: '';
    display: table;
    clear: both; }

.product-customizable-wrapper .product-view {
  margin-top: 0; }
  .product-customizable-wrapper .product-view:after {
    content: '';
    display: table;
    clear: both; }

.product-customizable-wrapper .zoomContainer {
  z-index: 10; }

.product-customizable-wrapper .custom-label-hidden,
.product-customizable-wrapper p.required,
.product-customizable-wrapper .imgThumb {
  display: none; }

.product-customizable-wrapper .validated-ok {
  width: 26px;
  height: 20px;
  display: inline-block;
  background: url("../images/update2017/customlabel/ico-tick.png") no-repeat;
  background-size: cover; }

.product-customizable-wrapper .block-left {
  width: 885px;
  float: left; }
  .product-customizable-wrapper .block-left .hdProductView {
    clear: both;
    width: auto;
    margin-bottom: 0; }
    .product-customizable-wrapper .block-left .hdProductView .txtTitle {
      padding-top: 0;
      line-height: 40px;
      font-size: 30px; }
    .product-customizable-wrapper .block-left .hdProductView h2 {
      padding-top: 60px; }
  .product-customizable-wrapper .block-left .lineColorView {
    margin-top: 10px; }
  .product-customizable-wrapper .block-left .block-progress {
    margin-top: 1px;
    margin-bottom: 25px;
    background: #ededee;
    padding: 10px 10px 5px; }
    .product-customizable-wrapper .block-left .block-progress .step {
      position: relative;
      display: inline-block;
      font-family: "Trajan Pro", Georgia, Times, "Times New Roman", serif;
      color: #737373; }
      .product-customizable-wrapper .block-left .block-progress .step span {
        display: block;
        float: left; }
      .product-customizable-wrapper .block-left .block-progress .step .validated-ok {
        position: absolute;
        top: -5px;
        left: 10px;
        -webkit-animation-duration: 0.1s;
        animation-duration: 0.1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
      .product-customizable-wrapper .block-left .block-progress .step .validated-ok.current + .txt {
        text-decoration: underline;
        cursor: pointer; }
      .product-customizable-wrapper .block-left .block-progress .step .step-no {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #fff;
        text-align: center;
        line-height: 24px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 13px;
        margin-right: 10px; }
      .product-customizable-wrapper .block-left .block-progress .step .txt {
        line-height: 25px;
        font-size: 16px;
        text-transform: uppercase;
        color: #bbbbbb;
        letter-spacing: -0.5px;
        -webkit-transition: color 0.1s ease-out;
        -moz-transition: color 0.1s ease-out;
        -ms-transition: color 0.1s ease-out;
        -o-transition: color 0.1s ease-out;
        transition: color 0.1s ease-out; }
        .product-customizable-wrapper .block-left .block-progress .step .txt::first-letter {
          font-size: 19px; }
        .product-customizable-wrapper .block-left .block-progress .step .txt:hover {
          color: #737373; }
      .product-customizable-wrapper .block-left .block-progress .step.current .txt {
        color: #737373; }
    .product-customizable-wrapper .block-left .block-progress .separator {
      position: relative;
      display: inline-block;
      line-height: 20px;
      height: 20px;
      margin: 0 20px; }
      .product-customizable-wrapper .block-left .block-progress .separator:after {
        content: "";
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #bcbdbe;
        border-right: none; }
  .product-customizable-wrapper .block-left .product-essential .product-description {
    width: calc(100% - 260px);
    color: #9da1a2;
    font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    float: left; }
    .product-customizable-wrapper .block-left .product-essential .product-description .cms-content-toggle {
      margin-top: 25px;
      display: block;
      text-transform: uppercase;
      text-decoration: underline;
      font-size: 11px;
      color: #8b8d8e;
      font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      -ms-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      .product-customizable-wrapper .block-left .product-essential .product-description .cms-content-toggle:hover {
        color: #4b4b4b; }
  .product-customizable-wrapper .block-left .product-essential .boxProductViewImg {
    position: relative;
    float: left;
    width: 260px; }
    .product-customizable-wrapper .block-left .product-essential .boxProductViewImg .imgLarge {
      width: 100%;
      margin-right: 0; }
      .product-customizable-wrapper .block-left .product-essential .boxProductViewImg .imgLarge .product-image-gallery .gallery-image {
        width: 160px;
        margin: auto; }
    .product-customizable-wrapper .block-left .product-essential .boxProductViewImg .zoom-lightbox-toggle {
      color: #9da1a2;
      font-weight: bold;
      font-family: Arial, sans-serif;
      font-size: 9px;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      z-index: 1; }
      .product-customizable-wrapper .block-left .product-essential .boxProductViewImg .zoom-lightbox-toggle:after {
        content: "";
        width: 100%;
        display: block;
        background: url("../images/update2017/ico-magnifier.png") no-repeat;
        height: 20px;
        background-position: center; }

.product-customizable-wrapper .boxProductViewShop h2 {
  display: inline-block;
  margin: 13px 0; }

.product-customizable-wrapper .boxProductViewShop .toggle-click {
  margin-top: 15px;
  float: right;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  color: #8b8d8e;
  font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  cursor: pointer; }
  .product-customizable-wrapper .boxProductViewShop .toggle-click:hover {
    color: #4b4b4b; }

.product-customizable-wrapper .boxProductViewShop .qtyCart {
  margin-bottom: 0;
  border-bottom: 0; }

.product-customizable-wrapper .boxProductViewShop .block-side-top {
  padding: 30px;
  background: #ededee;
  margin-bottom: 20px; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .row.bordered-bottom {
    border-bottom: 1px solid #d9d9d9; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .row:after {
    content: '';
    display: table;
    clear: both; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left {
    float: left;
    height: 90px;
    width: 170px;
    padding-right: 20px; }
    .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .txt {
      display: block;
      clear: both;
      position: relative;
      float: left;
      text-align: left;
      border: 1px solid #c5c5c5;
      font-size: 14px;
      font-weight: bold;
      font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
      margin-bottom: 10px;
      padding: 0 20px 0 5px;
      background: #dddddd;
      color: #737373; }
      .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .txt:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 40%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 24px;
        height: 18px;
        background: url("../images/update2017/customlabel/ico-tick.png") no-repeat center center;
        background-size: cover;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
      .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .txt.txt-no-selection, .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .txt.error {
        margin-bottom: 5px;
        font-style: italic;
        color: #737373;
        font-size: 14px;
        padding: 0;
        font-weight: normal;
        letter-spacing: 0px;
        background: transparent;
        border: 0; }
        .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .txt.txt-no-selection:after, .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .txt.error:after {
          display: none; }
      .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .txt.txt-chosen-perfume {
        display: none;
        font-size: 12px;
        letter-spacing: -0.4px; }
    .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .price-box {
      text-align: left;
      border-bottom: 0; }
    .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-left .availability {
      display: none; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .row .col-right {
    float: right;
    width: 90px; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .row .price-box {
    clear: both; }
    .product-customizable-wrapper .boxProductViewShop .block-side-top .row .price-box .regular-price .price {
      font-size: 22px;
      line-height: 100%; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .btn-validation span {
    font-weight: bold; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .btn-validation .txt-small {
    font-size: 12px; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .j2t-loyalty-points {
    display: block !important;
    font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #a4a4a4;
    font-style: italic;
    font-size: 12px;
    margin: 15px 0; }
  .product-customizable-wrapper .boxProductViewShop .block-side-top .link-wishlist {
    display: none; }

#cms-customizable-block {
  margin: auto;
  max-width: 1250px;
  width: 100%; }

.product-bougie-personnalisee #pp-error-product {
  border: 1px solid #c5c6c6;
  max-width: 100%;
  width: 320px;
  padding: 20px;
  text-align: center; }
  .product-bougie-personnalisee #pp-error-product .txtNote {
    color: #4b4b4b;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .product-bougie-personnalisee #pp-error-product .btClose {
    border: 1px solid #c5c6c6;
    margin-bottom: 15px;
    text-align: center;
    position: relative; }
    .product-bougie-personnalisee #pp-error-product .btClose:after {
      background: url("../images/shadow_bt_rv.png") no-repeat center;
      content: "";
      width: 100%;
      height: 8px;
      position: absolute;
      bottom: -9px;
      left: 0; }
    .product-bougie-personnalisee #pp-error-product .btClose a {
      color: #8b8d8e;
      font: bold 13px/20px "Trajan Pro", Georgia, Times, "Times New Roman", serif;
      display: block;
      padding: 15px 0px; }

#pp-add-image-form {
  text-align: center; }
  #pp-add-image-form input[type="file"] {
    display: none; }
  #pp-add-image-form #fileupload-mask {
    background: #eeeeee;
    border: none;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px; }
    #pp-add-image-form #fileupload-mask:hover {
      background: #dddddd;
      color: black; }

/*override the style from the former slicer*/
/*we cannot use some of the style block for customizing candle label page*/
@media only screen and (min-width: 1024px) and (max-width: 1360px) {
  #container-editor {
    margin-top: 80px; }
    #container-editor #pp-help-text {
      top: -20px; }
  .product-customizable-wrapper .product-options {
    width: 100%;
    margin-right: 0; }
  .product-customizable-wrapper .boxProductViewShop {
    clear: none;
    float: right;
    width: 325px; }
  .product-customizable-wrapper .product-view,
  .product-customizable-wrapper .catalog-product-view .breadcrumbs {
    width: 1280px; }
  .product-customizable-wrapper .block-left {
    width: 885px;
    padding-right: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #product-options-wrapper {
    float: none;
    margin: 0;
    width: 100%; } }

.customized-label-list .product-description .opt_parfums {
  padding-left: 10px;
  font-weight: normal; }
  .customized-label-list .product-description .opt_parfums:before {
    content: " - "; }

.customized-label-list .link-edit,
.customized-label-list .link-remove {
  text-align: center; }

@media (max-width: 799px) {
  .cms-index-index .homeGridContent .mdHomeGrid {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
    .cms-index-index .homeGridContent .mdHomeGrid .it.fleur {
      -webkit-box-ordinal-group: -1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-ordinal-group: -1;
      /* OLD - Firefox 19- */
      -ms-flex-order: -1;
      /* TWEENER - IE 10 */
      -webkit-order: -1;
      /* NEW - Chrome */
      order: -1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }

.n2017 .col-main {
  overflow-x: hidden; }

.n2017 .bordered {
  border: 10px solid #fff;
  overflow: hidden; }

.n2017 .showOnMb {
  display: none !important; }

.n2017 .links {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: filter 0.1s ease-out;
  -moz-transition: filter 0.1s ease-out;
  -ms-transition: filter 0.1s ease-out;
  -o-transition: filter 0.1s ease-out;
  transition: filter 0.1s ease-out; }
  .n2017 .links:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%); }

.n2017.cms-index-index .main-container {
  background: url(../images/mainBg.png) 50% 160px no-repeat fixed; }

.n2017 .main-container {
  background: url("../images/noel2017/pageBg.png") 50% 160px no-repeat fixed; }

.n2017 .gridFlex {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-bottom: 25px; }
  .n2017 .gridFlex .it {
    position: relative;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: auto;
    -webkit-flex-basis: auto;
    background-color: #fff;
    opacity: 1;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -webkit-transition: filter 0.1s ease-out;
    -moz-transition: filter 0.1s ease-out;
    -ms-transition: filter 0.1s ease-out;
    -o-transition: filter 0.1s ease-out;
    transition: filter 0.1s ease-out; }
    .n2017 .gridFlex .it:hover {
      filter: brightness(97%);
      -webkit-filter: brightness(97%); }
    .n2017 .gridFlex .it button,
    .n2017 .gridFlex .it .link {
      filter: brightness(100%);
      -webkit-filter: brightness(100%);
      -webkit-transition: filter 0.1s ease-out;
      -moz-transition: filter 0.1s ease-out;
      -ms-transition: filter 0.1s ease-out;
      -o-transition: filter 0.1s ease-out;
      transition: filter 0.1s ease-out; }
      .n2017 .gridFlex .it button:hover,
      .n2017 .gridFlex .it .link:hover {
        filter: brightness(95%);
        -webkit-filter: brightness(95%); }
    .n2017 .gridFlex .it .title {
      line-height: 113%; }

.n2017 .homeSlider + p {
  display: none; }

.n2017 .mdHomeSlider {
  height: 440px; }
  .n2017 .mdHomeSlider .it {
    height: auto; }
    .n2017 .mdHomeSlider .it .itImg {
      display: block;
      width: 100%;
      background-color: #fff;
      height: 440px;
      background-size: cover;
      background-position: center; }
    .n2017 .mdHomeSlider .it .ribbon-img {
      display: none; }
  .n2017 .mdHomeSlider .owl-theme .owl-controls .owl-pagination {
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 10%;
    margin: inherit;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); }
  .n2017 .mdHomeSlider .owl-theme .owl-page span {
    border: 1px solid #fff; }

.n2017 .n2017TopWrapper {
  padding: 8px 15px;
  background: #dcb063; }
  .n2017 .n2017TopWrapper p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px; }

.n2017 .n2017ProductsWrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px); }
  .n2017 .n2017ProductsWrapper .gridFlex {
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .n2017 .n2017ProductsWrapper .gridFlex .it {
      box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15); }
  .n2017 .n2017ProductsWrapper .grid2It .it {
    width: 100%;
    max-width: 630px;
    overflow: hidden; }
  .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts {
    padding: 20px; }
    .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts:hover {
      filter: brightness(100%);
      -webkit-filter: brightness(100%); }
    .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews {
      width: 100%; }
      .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt {
        position: relative;
        padding: 0 0 0 10px;
        border-top: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        z-index: 1; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt h2 {
          font-family: "Montserrat", sans-serif;
          font-weight: 300;
          font-size: 32px;
          line-height: 113%;
          /* ~36px from design */
          color: rgba(126, 112, 96, 0.6); }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls {
          padding: 5px 0 5px 10px;
          display: flex;
          display: -webkit-flex;
          flex-direction: row;
          -webkit-flex-direction: row;
          position: static;
          width: 75px; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls .p {
            background: url(../img/arrow-left-slider--top-cms.png) no-repeat 0 0;
            width: 12px;
            height: 24px; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls .n {
            background: url(../img/arrow-right-slider--top-cms.png) no-repeat 0 0;
            width: 12px;
            height: 24px; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls .p,
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls .n {
            background-size: 100% auto;
            filter: brightness(100%);
            -webkit-ftiler: brightness(100%);
            -webkit-transition: filter 0.1s ease-out;
            -moz-transition: filter 0.1s ease-out;
            -ms-transition: filter 0.1s ease-out;
            -o-transition: filter 0.1s ease-out;
            transition: filter 0.1s ease-out; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls .p:hover,
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls .n:hover {
              filter: brightness(90%);
              -webkit-filter: brightness(90%); }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt .controls .sliderStatus {
            font-family: "Cinzel", serif;
            font-size: 14px;
            line-height: 24px;
            color: #7e7060;
            flex-grow: 1;
            -webkit-flex-grow: 1;
            flex-basis: auto;
            -webkit-flex-basis: auto;
            text-align: center; }
      .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdCt {
        padding: 0;
        border: 0; }
      .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid {
        margin: 0; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid.loading li {
          display: none; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid.loading li:first-child {
          display: flex;
          display: -webkit-flex; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li {
          display: flex;
          display: -webkit-flex;
          flex-direction: row;
          -webkit-flex-direction: row;
          padding: 10px;
          margin: 0;
          width: 100%; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemImg,
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt {
            padding: 0; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemImg {
            position: relative;
            display: flex;
            display: -webkit-flex;
            align-items: flex-end;
            -webkit-align-items: flex-end;
            height: 340px;
            width: 340px; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemImg .itemMask {
              z-index: 1; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemImg .product-image {
              margin: 0;
              height: 340px;
              width: 340px; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemImg img {
              width: 100%; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            -webkit-flex-direction: column;
            align-self: flex-end;
            -webkit-align-self: flex-end;
            overflow: visible;
            padding-right: 5px; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .product-name {
              height: auto;
              margin-bottom: 35px; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .product-name a {
                font-family: "Montserrat", sans-serif;
                font-size: 15px;
                font-weight: bold;
                color: #7e7060;
                text-transform: uppercase;
                letter-spacing: 0.5px; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .product-desc {
              height: auto;
              color: rgba(126, 112, 96, 0.6);
              font-size: 14px; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box {
              margin: 0; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .old-price,
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .special-price {
                display: block; }
                .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .old-price .price,
                .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .special-price .price {
                  font-family: "Cinzel", serif; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .old-price {
                padding: 2px 15px; }
                .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .old-price .price {
                  font-size: 18px;
                  color: #7e7060; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .special-price {
                padding: 2px 5px; }
                .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .special-price .price {
                  font-size: 28px;
                  color: #7e7060; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .regular-price {
                padding: 10px 5px; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .actions {
              flex-grow: 1;
              display: flex;
              display: -webkit-flex;
              align-items: flex-end; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .actions button {
                background: #e8bcdd;
                font-family: "Cinzel", serif;
                font-weight: bold;
                font-size: 15px;
                color: #fff;
                text-transform: uppercase;
                box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
                -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                padding: 15px 20px;
                height: 50px; }
                .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .actions button:hover {
                  -webkit-filter: brightness(90%);
                  filter: brightness(90%); }
      .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .link {
        padding-left: 10px;
        color: rgba(126, 112, 96, 0.6);
        font-size: 13px;
        text-decoration: underline;
        font-weight: 300; }
  .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-family: "Montserrat", sans-serif; }
    .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .title {
      margin: 10px 0;
      font-weight: 300;
      font-size: 32px;
      line-height: 113%;
      color: #7e7060;
      text-transform: uppercase; }
      .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .title img {
        width: 100%;
        height: auto; }
      .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .title span {
        display: block; }
      .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .title b {
        font-weight: bold; }
    .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .price {
      height: 130px;
      width: 130px;
      line-height: 130px;
      text-align: center;
      font-size: 28px;
      color: #fff;
      background: url("../images/noel2017/priceTag.png") no-repeat;
      background-size: cover;
      -webkit-transform: translate(80px, -30px);
      -moz-transform: translate(80px, -30px);
      -ms-transform: translate(80px, -30px);
      -o-transform: translate(80px, -30px);
      transform: translate(80px, -30px); }
    .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .links {
      display: block;
      margin-bottom: 30px;
      float: left;
      padding: 15px 25px;
      color: #dcb063;
      background: #fff;
      font-family: "Cinzel", serif;
      font-weight: bold;
      text-transform: uppercase;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
      letter-spacing: 2px; }
  .n2017 .n2017ProductsWrapper .grid3It .it {
    width: 100%;
    max-width: 415px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    background-size: cover; }
    .n2017 .n2017ProductsWrapper .grid3It .it .title {
      font-family: "Montserrat", sans-serif;
      text-align: center;
      font-weight: 300;
      font-size: 22px;
      text-transform: uppercase; }
      .n2017 .n2017ProductsWrapper .grid3It .it .title b {
        font-weight: 700; }
  .n2017 .n2017ProductsWrapper .grid3It .blockGift .title {
    color: #fff; }
    .n2017 .n2017ProductsWrapper .grid3It .blockGift .title span {
      display: block; }
  .n2017 .n2017ProductsWrapper .grid3It .blockGift .links {
    margin: auto;
    display: block;
    float: left;
    padding: 8px 25px;
    color: #7e7060;
    background: #fff;
    font-family: "Cinzel", serif;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
  .n2017 .n2017ProductsWrapper .grid3It .blockGoodPrice .title {
    color: #7e7060; }
  .n2017 .n2017ProductsWrapper .grid3It .blockGoodPrice .links {
    display: block;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #7e7060;
    text-decoration: underline;
    text-align: center; }
  .n2017 .n2017ProductsWrapper .grid3It .blockCutomizedLabel .links {
    display: block;
    padding: 8px 15px;
    margin: auto;
    font-family: "Cinzel", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background: #dcb063;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }
  .n2017 .n2017ProductsWrapper .grid1It .it img {
    height: auto;
    width: 100%; }
  .n2017 .n2017ProductsWrapper .grid1It .colLeft {
    padding: 50px 50px 50px 40px;
    width: 440px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    background: #fff; }
    .n2017 .n2017ProductsWrapper .grid1It .colLeft .blockTitle {
      padding-bottom: 15px; }
      .n2017 .n2017ProductsWrapper .grid1It .colLeft .blockTitle p {
        font-size: 32px;
        line-height: 113%;
        color: #dcb063; }
        .n2017 .n2017ProductsWrapper .grid1It .colLeft .blockTitle p b {
          font-weight: bold; }
    .n2017 .n2017ProductsWrapper .grid1It .colLeft .blockSubtitle {
      padding-bottom: 60px;
      color: #7e7060;
      font-size: 17px; }
  .n2017 .n2017ProductsWrapper .grid1It .colRight {
    position: relative; }
    .n2017 .n2017ProductsWrapper .grid1It .colRight .price {
      position: absolute;
      top: 100px;
      left: -60px;
      width: 138px;
      height: 137px;
      background: url("../images/noel2017/priceTag2.png") no-repeat;
      background-size: cover;
      line-height: 137px;
      text-align: center;
      font-family: "Cinzel", serif;
      font-size: 28px;
      color: #fff; }

.n2017 .artWrapper {
  background: #fff url("../images/noel2017/artBg.jpg") no-repeat;
  background-size: cover; }
  .n2017 .artWrapper.playing .video img {
    opacity: 0;
    z-index: -1; }
  .n2017 .artWrapper.playing .video iframe {
    opacity: 1; }
  .n2017 .artWrapper .blockTitle h2 {
    padding: 65px 15px 15px;
    font-size: 37px;
    color: #fff;
    font-family: "Cinzel", serif;
    text-align: center; }
  .n2017 .artWrapper .video {
    width: 100%;
    max-width: 960px;
    margin: auto;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 0; }
    .n2017 .artWrapper .video img {
      position: relative;
      display: block;
      opacity: 1;
      z-index: 1;
      cursor: pointer; }
    .n2017 .artWrapper .video iframe {
      position: absolute;
      top: 10px;
      left: 10px;
      height: calc(100% - 20px);
      height: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
      opacity: 0; }
    .n2017 .artWrapper .video img,
    .n2017 .artWrapper .video iframe {
      -webkit-transition: opacity 0.05s ease-out;
      -moz-transition: opacity 0.05s ease-out;
      -ms-transition: opacity 0.05s ease-out;
      -o-transition: opacity 0.05s ease-out;
      transition: opacity 0.05s ease-out; }

.n2017 .historyWrapper {
  margin: auto;
  padding-top: 60px;
  width: 100%;
  background: #fff; }
  .n2017 .historyWrapper .blockTitle h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #7e7060;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .n2017 .historyWrapper .blockContent .txt {
    margin: 0 auto 70px;
    width: 100%;
    max-width: 650px;
    text-align: center;
    color: rgba(120, 107, 91, 0.6);
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px; }
  .n2017 .historyWrapper .blockContent .grid3It {
    max-width: 1280px;
    margin: auto;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .n2017 .historyWrapper .blockContent .grid3It .it {
      position: relative;
      width: 100%;
      max-width: 415px; }
      .n2017 .historyWrapper .blockContent .grid3It .it:hover {
        -webkit-filter: brightness(100%);
        filter: brightness(100%); }
        .n2017 .historyWrapper .blockContent .grid3It .it:hover .itThumb {
          -webkit-filter: brightness(97%);
          filter: brightness(97%); }
      .n2017 .historyWrapper .blockContent .grid3It .it a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1; }
      .n2017 .historyWrapper .blockContent .grid3It .it .itThumb {
        -webkit-filter: brightness(100%);
        filter: brightness(100%);
        -webkit-transition: filter 0.1s ease-out;
        -moz-transition: filter 0.1s ease-out;
        -ms-transition: filter 0.1s ease-out;
        -o-transition: filter 0.1s ease-out;
        transition: filter 0.1s ease-out; }
      .n2017 .historyWrapper .blockContent .grid3It .it .itTitle {
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #7e7060;
        text-transform: uppercase;
        margin: 30px 0 0;
        letter-spacing: 2px; }
      .n2017 .historyWrapper .blockContent .grid3It .it .itDesc {
        color: rgba(120, 107, 91, 0.6);
        font-size: 14px;
        line-height: 18px;
        font-family: "Montserrat", sans-serif; }
  .n2017 .historyWrapper .blockContent .quote .quoteMess {
    padding-top: 40px;
    max-width: 680px;
    width: 100%;
    margin: auto;
    text-align: right; }
    .n2017 .historyWrapper .blockContent .quote .quoteMess span {
      display: block;
      font-family: "Edwardian Script ITC", sans-serif;
      font-size: 40px;
      line-height: 36px;
      color: #786b5b; }
      .n2017 .historyWrapper .blockContent .quote .quoteMess span sup {
        font-size: 50px;
        line-height: 10px;
        opacity: 0.6; }
      .n2017 .historyWrapper .blockContent .quote .quoteMess span .aLeft {
        text-align: left; }
      .n2017 .historyWrapper .blockContent .quote .quoteMess span .aRight {
        text-align: right; }
  .n2017 .historyWrapper .blockContent .quote .quoteAuthor {
    width: 680px;
    margin: auto;
    padding: 40px 15px 90px;
    text-align: right;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: rgba(120, 107, 91, 0.6); }
    .n2017 .historyWrapper .blockContent .quote .quoteAuthor b {
      font-weight: 700; }

.n2017 .imprintWrapper {
  background: #fff;
  position: relative;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .n2017 .imprintWrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background: rgba(220, 176, 99, 0.2); }
  .n2017 .imprintWrapper .ct {
    position: absolute;
    text-align: center; }
  .n2017 .imprintWrapper .title {
    padding-top: 40px; }
    .n2017 .imprintWrapper .title h2 {
      margin: 50px auto 20px;
      font-family: "Cinzel", serif;
      font-size: 68px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff; }
  .n2017 .imprintWrapper .links {
    display: inline-block;
    padding: 15px 35px;
    background: #e4bbda;
    color: #fff;
    font-family: "Cinzel", serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2); }

.n2017 .socialNetworkWrapper {
  padding-top: 70px;
  background: #fff; }
  .n2017 .socialNetworkWrapper .blockTitle {
    font-family: "Cinzel", serif;
    font-size: 33px;
    font-weight: bold;
    color: rgba(126, 112, 96, 0.6);
    text-align: center; }
  .n2017 .socialNetworkWrapper .hashTag {
    font-family: "Homemade Apple", sans-serif;
    font-size: 24px;
    color: #7e7060; }
  .n2017 .socialNetworkWrapper .grid4It {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0 50px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    overflow: hidden; }
    .n2017 .socialNetworkWrapper .grid4It .it {
      position: relative;
      display: flex;
      display: -webkit-flex;
      width: 100%;
      max-width: 310px;
      height: 310px;
      background-size: cover;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
    .n2017 .socialNetworkWrapper .grid4It a, .n2017 .socialNetworkWrapper .grid4It i {
      position: absolute; }
    .n2017 .socialNetworkWrapper .grid4It a {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .n2017 .socialNetworkWrapper .grid4It i {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 0;
      color: #fff; }
      .n2017 .socialNetworkWrapper .grid4It i:before {
        font-size: 117px; }

.n2017 .newsletterWrapper {
  background: #fff;
  padding-bottom: 95px; }
  .n2017 .newsletterWrapper .block-subscribe {
    height: auto;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 30px 15px 40px;
    border: 10px solid #fff;
    background: #f0ede7;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    text-align: center; }
  .n2017 .newsletterWrapper .block-title {
    padding: 0;
    font-weight: 300;
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    color: rgba(126, 112, 96, 0.6);
    text-transform: uppercase; }
    .n2017 .newsletterWrapper .block-title b {
      font-weight: bold; }
  .n2017 .newsletterWrapper .block-content {
    color: #7e7060;
    font-family: "Homemade Apple";
    font-size: 24px;
    line-height: initial; }
    .n2017 .newsletterWrapper .block-content:before {
      display: none; }
  .n2017 .newsletterWrapper label {
    padding-bottom: 10px;
    line-height: 113%; }
  .n2017 .newsletterWrapper .input-box {
    display: flex;
    display: -webkit-flex;
    padding: 0;
    margin: auto;
    width: 100%;
    max-width: 720px;
    height: auto; }
    .n2017 .newsletterWrapper .input-box input,
    .n2017 .newsletterWrapper .input-box button {
      flex-grow: 1;
      -webkit-flex-grow: 1; }
    .n2017 .newsletterWrapper .input-box input {
      background: #fff;
      padding: 0 25px;
      height: 50px;
      line-height: 50px;
      color: rgba(120, 107, 91, 0.6);
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      vertical-align: middle; }
    .n2017 .newsletterWrapper .input-box button {
      max-width: 145px;
      background: #e8bcdd;
      position: static;
      border: 0;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-filter: brightness(100%);
      filter: brightness(100%);
      -webkit-transition: filter 0.1s ease-out;
      -moz-transition: filter 0.1s ease-out;
      -ms-transition: filter 0.1s ease-out;
      -o-transition: filter 0.1s ease-out;
      transition: filter 0.1s ease-out; }
      .n2017 .newsletterWrapper .input-box button:hover {
        background: #e8bcdd;
        color: #fff;
        -webkit-filter: brightness(90%);
        filter: brightness(90%); }
    .n2017 .newsletterWrapper .input-box ::-webkit-input-placeholder,
    .n2017 .newsletterWrapper .input-box ::-moz-placeholder,
    .n2017 .newsletterWrapper .input-box :-ms-input-placeholder,
    .n2017 .newsletterWrapper .input-box :-moz-placeholder {
      color: #786b5b;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 300; }

@media (max-width: 1199px) {
  .n2017 .gridFlex {
    margin-bottom: 15px; }
  .n2017 .mdHomeSlider {
    height: 300px; }
    .n2017 .mdHomeSlider .it .itImg {
      height: 300px; }
  .n2017 .n2017ProductsWrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .n2017 .n2017ProductsWrapper .gridFlex {
      padding: 0 15px; }
    .n2017 .n2017ProductsWrapper .grid2It {
      flex-direction: column;
      -webkit-flex-direction: column; }
      .n2017 .n2017ProductsWrapper .grid2It .it {
        height: auto;
        max-width: 100%;
        width: 100%; }
      .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts {
        padding: 15px;
        margin-bottom: 20px; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts:hover {
          filter: brightness(100%);
          -webkit-filter: brightness(100%); }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid {
          width: 100%; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt {
            flex-grow: 1;
            -webkit-flex-grow: 1; }
      .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .price {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .links {
        margin: 15px 0 0; }
    .n2017 .n2017ProductsWrapper .grid3It .it {
      max-width: 32%;
      height: auto; }
      .n2017 .n2017ProductsWrapper .grid3It .it img {
        width: 100%;
        height: auto; }
  .n2017 .artWrapper .blockTitle p {
    padding: 30px 15px 15px; }
  .n2017 .historyWrapper .blockContent .txt {
    margin: 0 auto 25px;
    padding: 0 15px; }
  .n2017 .historyWrapper .blockContent .quote .quoteMess {
    padding-top: 15px; }
  .n2017 .historyWrapper .blockContent .quote .quoteAuthor {
    padding: 15px 15px 30px; }
  .n2017 .historyWrapper .blockContent .grid3It {
    padding: 0 15px; }
    .n2017 .historyWrapper .blockContent .grid3It .it {
      max-width: 32%; }
  .n2017 .imprintWrapper .title {
    padding: 0; }
    .n2017 .imprintWrapper .title p {
      margin: auto;
      font-size: 38px; }
  .n2017 .imprintWrapper .ct {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .n2017 .socialNetworkWrapper {
    padding-top: 15px; }
    .n2017 .socialNetworkWrapper .grid4It {
      padding: 15px; }
      .n2017 .socialNetworkWrapper .grid4It .it {
        height: 200px;
        max-width: 24%; } }

@media (max-width: 767px) {
  .n2017 .bordered {
    border: 5px solid #fff; }
  .n2017 .hideOnMb {
    display: none; }
  .n2017 .showOnMb {
    display: block !important; }
  .n2017 .showOnMb.gridFlex {
    display: flex !important;
    display: -webkit-flex !important; }
  .n2017 .main-container {
    background: #fff; }
  .n2017 .n2017TopWrapper {
    padding: 8px; }
    .n2017 .n2017TopWrapper p {
      font-size: 12px;
      font-weight: normal;
      letter-spacing: -0.1px; }
  .n2017 .mbFeaturedBanner {
    position: relative; }
    .n2017 .mbFeaturedBanner img {
      width: 100%; }
    .n2017 .mbFeaturedBanner .btn {
      position: absolute;
      display: inline-block;
      padding: 15px 35px;
      background: #e4bbda;
      color: #fff;
      font-family: "Cinzel", serif;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      left: 15px;
      right: 15px;
      bottom: 5px; }
  .n2017 .n2017ProductsWrapper {
    padding-top: 30px; }
    .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts {
      padding: 0;
      box-shadow: none;
      -webkit-box-shadow: none; }
      .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews {
        padding: 10px 0; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt {
          padding: 0;
          display: flex;
          display: -webkit-flex;
          justify-content: space-around;
          -webkit-justify-content: space-between;
          align-items: center;
          -webkit-align-items: center;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdTt h2 {
            font-size: 16px; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .mdCt .product-name {
          margin: 0 auto; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li {
          flex-direction: column;
          -webkit-flex-direction: column;
          justify-content: center;
          -webkit-justify-content: center; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemImg {
            order: -1;
            -webkit-order: -1;
            padding: 0;
            height: auto;
            width: 100%; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemImg .product-image {
              margin: 0;
              height: 270px;
              width: 270px; }
          .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt {
            padding: 15px 0;
            text-align: center;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-direction: row;
            -webkit-flex-direction: row;
            align-items: center;
            -webkit-align-items: center; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .product-name {
              flex: 1 0 100%;
              -webkit-flex: 1 0 100%; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .product-name a {
                font-size: 14px;
                line-height: initial; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .product-desc {
              flex-grow: 1;
              -webkit-flex-grow: 1;
              width: 70%; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box {
              width: 30%;
              padding-left: 5px; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .old-price .price {
                font-size: 12px;
                line-height: initial; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .price-box .special-price .price {
                font-size: 18px;
                line-height: initial; }
            .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .actions {
              margin-top: 15px;
              align-items: stretch;
              -webkit-align-items: stretch; }
              .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .products-grid li .itemCt .actions button {
                margin: auto; }
        .n2017 .n2017ProductsWrapper .grid2It .blockNewProducts .mdProductHomeNews .link {
          display: block;
          margin: auto;
          padding: 0;
          text-align: center; }
    .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .title {
      font-size: 14px; }
    .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .price {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 14px;
      -webkit-transform: translate(30px, 0);
      -moz-transform: translate(30px, 0);
      -ms-transform: translate(30px, 0);
      -o-transform: translate(30px, 0);
      transform: translate(30px, 0); }
    .n2017 .n2017ProductsWrapper .grid2It .blockAvantCalendar .links {
      padding: 8px 10px;
      letter-spacing: 0;
      font-size: 12px; }
    .n2017 .n2017ProductsWrapper .grid3It {
      flex-direction: column;
      -webkit-flex-direction: column; }
      .n2017 .n2017ProductsWrapper .grid3It .it {
        margin-bottom: 20px;
        height: 260px;
        max-width: 100%; }
      .n2017 .n2017ProductsWrapper .grid3It .blockCutomizedLabel {
        box-shadow: none;
        -webkit-box-shadow: none; }
        .n2017 .n2017ProductsWrapper .grid3It .blockCutomizedLabel img {
          width: 160px; }
        .n2017 .n2017ProductsWrapper .grid3It .blockCutomizedLabel .links {
          font-size: 12px; }
    .n2017 .n2017ProductsWrapper .grid1It .it {
      flex-direction: column;
      -webkit-flex-direction: column; }
      .n2017 .n2017ProductsWrapper .grid1It .it .colLeft {
        padding: 15px;
        width: 100%;
        background: transparent; }
        .n2017 .n2017ProductsWrapper .grid1It .it .colLeft p {
          text-align: center; }
        .n2017 .n2017ProductsWrapper .grid1It .it .colLeft .blockTitle {
          padding-bottom: 5px; }
          .n2017 .n2017ProductsWrapper .grid1It .it .colLeft .blockTitle p {
            font-size: 16px;
            margin: auto; }
        .n2017 .n2017ProductsWrapper .grid1It .it .colLeft .blockSubtitle {
          padding-bottom: 0; }
          .n2017 .n2017ProductsWrapper .grid1It .it .colLeft .blockSubtitle p {
            font-size: 9px; }
      .n2017 .n2017ProductsWrapper .grid1It .it .colRight .price {
        width: 60px;
        height: 60px;
        left: 20px;
        top: -15px;
        line-height: 60px;
        font-size: 14px; }
  .n2017 .artWrapper {
    height: 210px; }
    .n2017 .artWrapper .video iframe {
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      width: -webkit-calc(100% - 10px);
      height: calc(100% - 10px);
      height: -webkit-calc(100% - 10px); }
    .n2017 .artWrapper .blockTitle h2 {
      padding: 15px 15px 0;
      font-size: 20px; }
    .n2017 .artWrapper .blockContent {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
  .n2017 .historyWrapper .blockTitle,
  .n2017 .historyWrapper .blockContent .txt {
    padding: 0 25px;
    text-align: left; }
  .n2017 .historyWrapper .blockTitle {
    padding-bottom: 10px; }
  .n2017 .historyWrapper .blockContent .grid3It {
    padding: 0 25px;
    flex-direction: column;
    -webkit-flex-direction: column; }
    .n2017 .historyWrapper .blockContent .grid3It .it {
      position: relative;
      padding: 25px 0;
      border-top: 1px solid rgba(126, 112, 96, 0.6);
      max-width: 100%; }
      .n2017 .historyWrapper .blockContent .grid3It .it:last-child {
        border-bottom: 1px solid rgba(126, 112, 96, 0.6); }
      .n2017 .historyWrapper .blockContent .grid3It .it a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block; }
      .n2017 .historyWrapper .blockContent .grid3It .it .itThumb {
        float: right;
        width: 35%; }
      .n2017 .historyWrapper .blockContent .grid3It .it .itTitle,
      .n2017 .historyWrapper .blockContent .grid3It .it .itDesc {
        float: left;
        width: 65%;
        margin: 0;
        padding-right: 25px; }
  .n2017 .historyWrapper .blockContent .quote {
    padding-top: 40px; }
    .n2017 .historyWrapper .blockContent .quote .quoteMess {
      text-align: center;
      padding: 0 50px;
      text-indent: -25px;
      text-align: left; }
      .n2017 .historyWrapper .blockContent .quote .quoteMess span {
        font-size: 30px;
        display: inline; }
    .n2017 .historyWrapper .blockContent .quote .quoteAuthor {
      padding: 15px 25px 40px;
      text-align: left; }
      .n2017 .historyWrapper .blockContent .quote .quoteAuthor b {
        display: block; }
  .n2017 .imprintWrapper p,
  .n2017 .imprintWrapper img {
    width: 100%; }
  .n2017 .imprintWrapper .title h2 {
    margin: 30px auto 10px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    text-shadow: 0px 0px 1px #786b5b;
    -webkit-text-shadow: 0px 0px 1px #786b5b; }
  .n2017 .imprintWrapper .title,
  .n2017 .imprintWrapper .title + p {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  .n2017 .imprintWrapper .links {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 320px;
    padding: 12px 15px; }
  .n2017 .socialNetworkWrapper .grid4It {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 15px 25px; }
    .n2017 .socialNetworkWrapper .grid4It .it {
      margin-bottom: 15px;
      height: auto;
      width: 47%;
      max-width: 47%; }
      .n2017 .socialNetworkWrapper .grid4It .it img {
        width: 100%; }
      .n2017 .socialNetworkWrapper .grid4It .it i:before {
        font-size: 75px; }
  .n2017 .newsletterWrapper {
    padding: 0 25px 15px; }
    .n2017 .newsletterWrapper .block-subscribe {
      box-shadow: none;
      -webkit-box-shadow: none;
      border: 1px solid rgba(129, 85, 34, 0.3);
      background: #fff; }
    .n2017 .newsletterWrapper .block-title {
      display: none; }
    .n2017 .newsletterWrapper label {
      font-size: 18px;
      line-height: 150%;
      display: block; }
    .n2017 .newsletterWrapper .block-content {
      padding: 0; }
    .n2017 .newsletterWrapper .input-box input {
      padding: 5px;
      width: auto;
      background: rgba(126, 112, 96, 0.15);
      border: 0; }
    .n2017 .newsletterWrapper .input-box button {
      width: 150px;
      font-size: 10px; } }

@media (min-width: 1200px) {
  .headerMainInner {
    height: 120px; }
  .header .headerCenter {
    padding-top: 10px; }
  .headerReassurance,
  .itHeaderSearch {
    top: 50px; } }

@media (min-width: 1600px) {
  .n2017 .mdHomeSlider,
  .n2017 .mdHomeSlider .it .itImg {
    height: 590px; } }

@media (max-width: 1360px) and (min-width: 1024px) {
  .navContainer .nav > ul > li > a {
    padding: 15px 5px 13px; } }

.custom-label-wrapper {
  width: 886px;
  padding: 0 !important; }

.editor-wrapper {
  width: 100%;
  float: left;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #d9d9d9; }

#personalization-product-processing-content {
  position: absolute;
  background: #eee url("../images/ajax-loader.gif") no-repeat center;
  background-size: 32px 32px;
  font-size: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.step-el {
  display: none; }

.label-customization-step1 .step1-el {
  display: block; }

.label-customization-step2 .step2-el {
  display: block; }

.editor-wrapper .drawing-board {
  position: relative;
  margin-right: 0; }
  .editor-wrapper .drawing-board #cc-canvas {
    border: 0; }

.custom-label-message {
  color: #9da1a2;
  font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px; }

.side-toolbar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px; }
  .side-toolbar .btn {
    cursor: pointer;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center; }
  .side-toolbar .btn-preview {
    background-image: url("../images/update2017/customlabel/icon_preview.svg");
    border-bottom: 1px solid #d9d9d9; }
  .side-toolbar .btn-saved-labels {
    background-image: url("../images/update2017/customlabel/icon_open.svg"); }
  .side-toolbar .btn-save {
    background-image: url("../images/update2017/customlabel/icon_save.svg"); }

.block-attributes-select ul {
  clear: both; }

.block-attributes-select h2 {
  margin-top: 60px; }

.block-attributes-select .attribute-size {
  margin-top: 30px; }
  .block-attributes-select .attribute-size li {
    position: relative;
    border: 1px solid #c5c5c5;
    width: 205px;
    height: 95px;
    margin: 0 30px 0 0;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out; }
    .block-attributes-select .attribute-size li:after {
      background: url("../images/update2017/customlabel/ico-tick.png") no-repeat center center;
      content: "";
      position: absolute;
      width: 48px;
      height: 36px;
      bottom: 10px;
      right: -15px;
      -webkit-transition: transform 0.1s ease-in-out;
      -moz-transition: transform 0.1s ease-in-out;
      -ms-transition: transform 0.1s ease-in-out;
      -o-transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out;
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0); }
    .block-attributes-select .attribute-size li.active {
      background: #dfdfdf; }
      .block-attributes-select .attribute-size li.active:after {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
    .block-attributes-select .attribute-size li:hover {
      background: #ededee;
      border-color: #d9d9d9; }
    .block-attributes-select .attribute-size li span {
      display: block;
      color: #4b4b4b;
      color: rgba(75, 75, 75, 0.8);
      font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
      line-height: 115%; }
      .block-attributes-select .attribute-size li span.txt-label {
        font-size: 13px; }
      .block-attributes-select .attribute-size li span.txt-weight {
        font-size: 22px;
        font-weight: bold; }
      .block-attributes-select .attribute-size li span.txt-price {
        font-size: 16px;
        line-height: 150%; }

.block-attributes-select .attribute-perfume_type {
  width: 100%;
  position: relative;
  margin-top: 15px; }
  .block-attributes-select .attribute-perfume_type:after {
    content: '';
    display: table;
    clear: both; }
  .block-attributes-select .attribute-perfume_type li {
    margin: 0;
    border: 0;
    position: relative;
    height: 195px;
    width: 20%;
    display: block;
    float: left;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    border: 0;
    cursor: pointer; }
    .block-attributes-select .attribute-perfume_type li:before {
      content: "";
      position: absolute;
      top: 0;
      right: -1px;
      bottom: -2px;
      left: -1px;
      background: url("../images/update2017/customlabel/bg-lv2-active.jpg") no-repeat center bottom;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out; }
    .block-attributes-select .attribute-perfume_type li.active, .block-attributes-select .attribute-perfume_type li:hover {
      border-bottom: #fff 1px solid; }
      .block-attributes-select .attribute-perfume_type li.active:before, .block-attributes-select .attribute-perfume_type li:hover:before {
        opacity: 1; }
    .block-attributes-select .attribute-perfume_type li:hover img {
      -webkit-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -o-transform: translateY(-5px);
      transform: translateY(-5px); }
    .block-attributes-select .attribute-perfume_type li:hover .txt-summary {
      color: #4b4b4b; }
      .block-attributes-select .attribute-perfume_type li:hover .txt-summary:after {
        -webkit-transform: translate(-50%, 5px);
        -moz-transform: translate(-50%, 5px);
        -ms-transform: translate(-50%, 5px);
        -o-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px); }
    .block-attributes-select .attribute-perfume_type li img {
      position: relative;
      margin: 0 auto 0;
      display: block;
      width: 130px;
      z-index: 1;
      -webkit-transition: transform 0.1s ease-in-out;
      -moz-transition: transform 0.1s ease-in-out;
      -ms-transition: transform 0.1s ease-in-out;
      -o-transition: transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out; }
    .block-attributes-select .attribute-perfume_type li .txt-label {
      display: table-cell;
      vertical-align: bottom;
      position: relative;
      text-align: center;
      z-index: 1;
      font-size: 14px;
      font-family: "Trajan Pro", Georgia, Times, "Times New Roman", serif;
      color: #212121;
      text-transform: uppercase;
      letter-spacing: -0.5px;
      line-height: 120%;
      height: 30px;
      width: 170px; }
    .block-attributes-select .attribute-perfume_type li .txt-summary {
      display: block;
      position: relative;
      text-align: center;
      z-index: 1;
      font-size: 13px;
      font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
      color: #8b8d8e;
      letter-spacing: -0.5px;
      text-decoration: underline;
      -webkit-transition: color 0.1s ease-in-out;
      -moz-transition: color 0.1s ease-in-out;
      -ms-transition: color 0.1s ease-in-out;
      -o-transition: color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out; }
      .block-attributes-select .attribute-perfume_type li .txt-summary:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #8b8d8e;
        border-bottom: none;
        top: 25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: transform 0.1s ease-in-out;
        -moz-transition: transform 0.1s ease-in-out;
        -ms-transition: transform 0.1s ease-in-out;
        -o-transition: transform 0.1s ease-in-out;
        transition: transform 0.1s ease-in-out; }

.block-attributes-select .attribute-opt_parfums {
  opacity: 0;
  padding: 25px 20px;
  border: 1px solid #d9d9d9; }
  .block-attributes-select .attribute-opt_parfums:after {
    content: '';
    display: table;
    clear: both; }
  .block-attributes-select .attribute-opt_parfums li {
    width: 410px;
    height: 100px;
    border-radius: 49px;
    cursor: pointer;
    background: #fff;
    display: none;
    float: left;
    padding: 5px;
    margin: 5px;
    will-change: background-color; }
    .block-attributes-select .attribute-opt_parfums li.active {
      position: relative;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      display: block;
      border: 1px solid #fff;
      -webkit-transition: background 0.1s ease-in-out;
      -moz-transition: background 0.1s ease-in-out;
      -ms-transition: background 0.1s ease-in-out;
      -o-transition: background 0.1s ease-in-out;
      transition: background 0.1s ease-in-out; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .block-attributes-select .attribute-opt_parfums li.active.selected {
        background: #dfdfdf;
        border-color: #ccc; }
        .block-attributes-select .attribute-opt_parfums li.active.selected .txt-selection-state:after {
          opacity: 1;
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          transform: scale(1, 1); }
      .block-attributes-select .attribute-opt_parfums li.active.disable {
        cursor: not-allowed; }
        .block-attributes-select .attribute-opt_parfums li.active.disable:before {
          content: "";
          position: absolute;
          background: #fff;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0.8;
          z-index: 1; }
        .block-attributes-select .attribute-opt_parfums li.active.disable:after {
          content: "Indisponible dans cette taille de bougie";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: #fff;
          border: 1px solid #c9c9c9;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          width: 235px;
          text-align: center;
          padding: 3px 15px;
          font-size: 12px;
          font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
          z-index: 2; }
        .block-attributes-select .attribute-opt_parfums li.active.disable:hover {
          border-color: #fff; }
      .block-attributes-select .attribute-opt_parfums li.active:hover {
        background: #ededee;
        border-color: #d9d9d9; }
  .block-attributes-select .attribute-opt_parfums span {
    display: block;
    line-height: 125%; }
  .block-attributes-select .attribute-opt_parfums .col-left,
  .block-attributes-select .attribute-opt_parfums .col-right {
    float: left; }
  .block-attributes-select .attribute-opt_parfums .col-left {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    margin: 5px 0 0 5px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 1px -1px 4px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 1px -1px 4px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
  .block-attributes-select .attribute-opt_parfums .col-right {
    padding-left: 15px; }
  .block-attributes-select .attribute-opt_parfums .txt-label {
    font-family: "Trajan Pro", Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    color: #666666;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .block-attributes-select .attribute-opt_parfums .txt-desc {
    font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #9da1a2;
    height: 45px;
    overflow: hidden; }
  .block-attributes-select .attribute-opt_parfums .txt-selection-state {
    position: relative;
    font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 180%;
    color: #666666;
    letter-spacing: -0.5px;
    text-decoration: underline; }
    .block-attributes-select .attribute-opt_parfums .txt-selection-state:before {
      content: "";
      position: absolute;
      display: block;
      height: 15px;
      width: 15px;
      border: 1px solid #c5c5c5;
      background: #fff;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
      text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
      left: -25px;
      top: 1px; }
    .block-attributes-select .attribute-opt_parfums .txt-selection-state:after {
      content: "";
      position: absolute;
      left: -26px;
      top: -3px;
      display: block;
      width: 24px;
      height: 18px;
      background: url("../images/update2017/customlabel/ico-tick.png") no-repeat center center;
      background-size: cover;
      opacity: 0;
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }

.step-error-popup .fancybox-skin {
  border: 1px solid #4b4b4b;
  border: 1px solid rgba(75, 75, 75, 0.3);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #4b4b4b;
  font-size: 12px; }

.step-error-popup .fancybox-close {
  top: 0;
  right: 0;
  background: none;
  text-align: center;
  line-height: 36px;
  color: #4b4b4b;
  color: rgba(75, 75, 75, 0.3);
  font-size: 10px; }

.helper-messages {
  position: absolute;
  font-size: 13px;
  font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #9da1a2;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px); }

.message-pixelate-warning {
  display: none;
  padding: 15px 20px;
  position: absolute;
  z-index: 2; }
  .message-pixelate-warning:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 17px;
    background: url("../images/update2017/customlabel/icon_warning.png") no-repeat center; }
  .message-pixelate-warning span {
    padding-left: 5px;
    display: inline-block;
    color: #737373;
    font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px; }

.container-editor {
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: 517px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #d9d9d9; }
  .container-editor .canvas-container.mode-preview-75gr canvas {
    -webkit-transform: translate(30px, 60px);
    -moz-transform: translate(30px, 60px);
    -ms-transform: translate(30px, 60px);
    -o-transform: translate(30px, 60px);
    transform: translate(30px, 60px); }
  .container-editor .canvas-container.mode-preview-180gr canvas {
    -webkit-transform: translate(30px, 71px);
    -moz-transform: translate(30px, 71px);
    -ms-transform: translate(30px, 71px);
    -o-transform: translate(30px, 71px);
    transform: translate(30px, 71px); }
  .container-editor .pp-toolbars {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px; }
    .container-editor .pp-toolbars.active .pp-buttons {
      opacity: 1; }
    .container-editor .pp-toolbars .pp-buttons {
      position: absolute;
      bottom: 80px;
      height: 60px;
      left: 0;
      right: 0;
      background: #ededee;
      padding: 10px;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
      .container-editor .pp-toolbars .pp-buttons:before {
        content: "";
        height: 9px;
        bottom: 0px;
        background: url(../images/update2017/customlabel/toolbar-shadow.png) no-repeat;
        display: block;
        position: absolute;
        left: 0;
        right: 0; }
      .container-editor .pp-toolbars .pp-buttons .pp-btn-background-color {
        float: left;
        width: 120px; }
        .container-editor .pp-toolbars .pp-buttons .pp-btn-background-color .color-sample {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .container-editor .pp-toolbars .pp-buttons .pp-btn-background-color span {
          padding-left: 45px;
          display: inline-block;
          width: 90px;
          float: left;
          font-size: 12px;
          font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
          color: #4b4b4b;
          vertical-align: middle;
          padding-top: 5px;
          line-height: 15px; }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-color span b {
            display: block;
            font-weight: bold; }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-color span:hover {
            text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
            -webkit-tex-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
      .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item,
      .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item {
        display: block;
        float: left;
        padding: 0 10px;
        border-left: 1px solid #d9d9d9; }
        .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-itemlast-of-type,
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-itemlast-of-type {
          border-right: 1px solid #d9d9d9; }
        .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .bg-items,
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .bg-items {
          display: inline-block;
          overflow: hidden;
          width: 0;
          will-change: width; }
        .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .bg-item,
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .bg-item {
          position: relative;
          float: left;
          padding: 4px 5px;
          margin-right: 5px;
          background: transparent;
          -webkit-transition: background 0.1s ease-out;
          -moz-transition: background 0.1s ease-out;
          -ms-transition: background 0.1s ease-out;
          -o-transition: background 0.1s ease-out;
          transition: background 0.1s ease-out;
          cursor: pointer; }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .bg-item.active,
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .bg-item.active {
            background: #d4d4d4; }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .bg-item img,
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .bg-item img {
            position: relative;
            z-index: 1;
            border: 1px solid #fff;
            height: 30px; }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .bg-item.active,
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .bg-item.active {
            background: #d4d4d4; }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .bg-item:before,
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .bg-item:before {
            content: "";
            position: absolute;
            top: 3px;
            right: 4px;
            bottom: 3px;
            left: 4px;
            background: #d4d4d4; }
        .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .theme-title,
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .theme-title {
          display: inline-block;
          vertical-align: middle;
          height: 38px;
          line-height: 38px; }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .theme-title span,
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .theme-title span {
            display: inline-block;
            vertical-align: middle;
            padding: 0 10px;
            line-height: 125%;
            font-size: 12px;
            color: #4b4b4b; }
            .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .theme-title span b,
            .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .theme-title span b {
              display: block;
              font-weight: bold; }
            .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .theme-title span:hover,
            .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .theme-title span:hover {
              text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
              -webkit-tex-shadow: 1px 1px rgba(0, 0, 0, 0.2); }
          .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .theme-title .theme-photo,
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .theme-title .theme-photo {
            display: inline-block;
            vertical-align: middle; }
            .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item .theme-title .theme-photo img,
            .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .theme-title .theme-photo img {
              height: 30px; }
        .container-editor .pp-toolbars .pp-buttons .pp-btn-background-image .bg-group-item.active .bg-items,
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item.active .bg-items {
          width: auto;
          -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item {
        border-left: 0;
        padding-left: 0; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .bg-group-item .bg-items {
          width: auto; }
      .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order {
        float: left;
        border-left: 1px solid #d9d9d9;
        padding: 0 10px; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button {
          height: 40px;
          font-size: 0; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-up, .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-down {
            padding: 0 10px; }
            .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-up:before, .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-down:before {
              content: "";
              width: 24px;
              height: 24px;
              vertical-align: middle;
              display: block; }
            .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-up:after, .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-down:after {
              left: 5px;
              top: 3px; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-up:before {
            background: url("../images/update2017/customlabel/icon_up.png") no-repeat; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .group-update-order button.ico-go-down:before {
            background: url("../images/update2017/customlabel/icon_down.png") no-repeat; }
      .container-editor .pp-toolbars .pp-buttons .pp-buttons-image .filter-gray {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-slide {
        cursor: pointer; }
      .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-arrow {
        position: absolute;
        z-index: 1;
        right: 0;
        font-size: 0;
        height: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        background: rgba(237, 237, 237, 0.8);
        padding-left: 12px; }
        .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-arrow:before {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-arrow.slick-prev {
          left: -10px; }
          .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-arrow.slick-prev:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid #8b8d8e;
            border-left: none; }
        .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-arrow.slick-next {
          right: -10px; }
          .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-arrow.slick-next:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid #8b8d8e;
            border-right: none; }
        .container-editor .pp-toolbars .pp-buttons .slick-slider .slick-arrow.slick-disabled {
          opacity: 0;
          z-index: -1; }
      .container-editor .pp-toolbars .pp-buttons .group-btn-right {
        float: right;
        -webkit-transform: translate(10px, -10px);
        -moz-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
        -o-transform: translate(10px, -10px);
        transform: translate(10px, -10px); }
        .container-editor .pp-toolbars .pp-buttons .group-btn-right .btn-delete {
          font-size: 0;
          width: 60px;
          height: 60px;
          background: #ddd;
          background: rgba(211, 211, 211, 0.5);
          text-align: center;
          margin-right: 0;
          -webkit-transition: background 0.1s ease-out;
          -moz-transition: background 0.1s ease-out;
          -ms-transition: background 0.1s ease-out;
          -o-transition: background 0.1s ease-out;
          transition: background 0.1s ease-out; }
          .container-editor .pp-toolbars .pp-buttons .group-btn-right .btn-delete:before {
            content: "";
            width: 22px;
            height: 25px;
            background: url("../images/update2017/customlabel/icon_trash.svg") no-repeat;
            display: inline-block; }
          .container-editor .pp-toolbars .pp-buttons .group-btn-right .btn-delete:hover {
            background: lightgray; }
      .container-editor .pp-toolbars .pp-buttons .color-sample {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        border: 1px solid #d9d9d9; }
        .container-editor .pp-toolbars .pp-buttons .color-sample:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          background: transparent;
          border: 1px solid #fff; }
      .container-editor .pp-toolbars .pp-buttons .pp-buttons-text {
        line-height: 40px; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .text-editor-wrapper {
          float: left;
          padding: 0 10px; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-edit-text {
          width: 70px;
          line-height: 15px;
          vertical-align: middle;
          font-size: 12px;
          color: rgba(75, 75, 75, 0.6);
          -webkit-transition: color 0.1s ease-out;
          -moz-transition: color 0.1s ease-out;
          -ms-transition: color 0.1s ease-out;
          -o-transition: color 0.1s ease-out;
          transition: color 0.1s ease-out; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-edit-text:before {
            content: "";
            display: inline-block;
            width: 28px;
            height: 28px;
            background: url("../images/update2017/customlabel/icon_pencil.svg") no-repeat;
            float: left; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-edit-text:hover {
            color: #4b4b4b; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .text-controls .newListSelected {
          min-width: 0;
          background: #fff url("../images/update2017/customlabel/icon_select.jpg") no-repeat 100% 0;
          margin-right: 10px;
          vertical-align: middle; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .text-controls .newListSelected .selectedTxt {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 5px 30px 5px 10px;
            cursor: pointer; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .text-controls .newListSelected ul.newList a {
            font-size: 15px;
            padding: 0 5px; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .text-controls #pp-btn-text-font-family + .newListSelected {
          width: 170px; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .text-controls #pp-btn-text-font-size + .newListSelected {
          width: 60px; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text button {
          height: 30px;
          font-size: 0;
          margin-right: 20px; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text button:before {
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: brightness(100%);
            -webkit-filter: brightness(100%);
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -ms-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text button:hover:before {
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
            filter: brightness(30%);
            -webkit-filter: brightness(30%); }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-text-italic:before {
          background: url("../images/update2017/customlabel/icon_italic.svg") no-repeat center; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-text-bold:before {
          background: url("../images/update2017/customlabel/icon_bold.svg") no-repeat center; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-text-aleft:before {
          background: url("../images/update2017/customlabel/icon_leftalign.svg") no-repeat center; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-text-aright:before {
          background: url("../images/update2017/customlabel/icon_rightalign.svg") no-repeat center; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .btn-text-acenter:before {
          background: url("../images/update2017/customlabel/icon_center.svg") no-repeat center; }
        .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .update-order-wrapper {
          display: inline-block; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .update-order-wrapper .btn-up:before {
            background: url("../images/update2017/customlabel/icon_up.png") no-repeat; }
          .container-editor .pp-toolbars .pp-buttons .pp-buttons-text .update-order-wrapper .btn-down:before {
            background: url("../images/update2017/customlabel/icon_down.png") no-repeat; }
      .container-editor .pp-toolbars .pp-buttons .btn-toggle-state {
        position: relative;
        z-index: 0; }
        .container-editor .pp-toolbars .pp-buttons .btn-toggle-state:before {
          display: inline-block;
          content: "";
          width: 23px;
          height: 24px; }
        .container-editor .pp-toolbars .pp-buttons .btn-toggle-state:after {
          content: "";
          position: absolute;
          left: -5px;
          right: 0;
          background: #d4d4d4;
          height: 30px;
          width: 30px;
          border: 1px solid #c5c5c5;
          top: 0;
          opacity: 0;
          z-index: -1;
          -webkit-transition: opacity 0.1s ease-out;
          -moz-transition: opacity 0.1s ease-out;
          -ms-transition: opacity 0.1s ease-out;
          -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out; }
        .container-editor .pp-toolbars .pp-buttons .btn-toggle-state.active:after {
          opacity: 0.8; }
    .container-editor .pp-toolbars .pp-group {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 405px;
      height: 80px;
      margin: auto;
      text-align: center;
      padding-top: 15px; }
      .container-editor .pp-toolbars .pp-group .pp-group-sub {
        position: relative;
        display: block;
        float: left;
        width: 33.3%; }
        .container-editor .pp-toolbars .pp-group .pp-group-sub button {
          position: relative;
          display: inline-block;
          font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
          font-size: 12px;
          color: #4b4b4b;
          color: rgba(75, 75, 75, 0.6);
          -webkit-transition: color 0.1s ease-out;
          -moz-transition: color 0.1s ease-out;
          -ms-transition: color 0.1s ease-out;
          -o-transition: color 0.1s ease-out;
          transition: color 0.1s ease-out; }
          .container-editor .pp-toolbars .pp-group .pp-group-sub button:hover {
            color: #4b4b4b; }
          .container-editor .pp-toolbars .pp-group .pp-group-sub button:before {
            display: block;
            margin: auto;
            content: "";
            margin-bottom: 8px; }
          .container-editor .pp-toolbars .pp-group .pp-group-sub button #mirror-bgcolor-sample {
            position: absolute;
            top: 12px;
            left: 52.5%;
            height: 14px;
            width: 14px;
            border: 0;
            background: #fff;
            display: block; }
        .container-editor .pp-toolbars .pp-group .pp-group-sub:before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          -webkit-transform: translate(-30px, -16px);
          -ms-transform: translate(-30px, -16px);
          transform: translate(-30px, -16px);
          width: 70px;
          height: 11px;
          background: url("../images/update2017/customlabel/toolbar-current-arrow.png") no-repeat;
          opacity: 0;
          -webkit-transition: opacity 0.1s ease-out;
          -moz-transition: opacity 0.1s ease-out;
          -ms-transition: opacity 0.1s ease-out;
          -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out; }
        .container-editor .pp-toolbars .pp-group .pp-group-sub.active:before {
          opacity: 1; }
      .container-editor .pp-toolbars .pp-group .pp-group-background button:before {
        background: url("../images/update2017/customlabel/icon-add-bgcolor.svg") no-repeat;
        width: 40px;
        height: 29px; }
      .container-editor .pp-toolbars .pp-group .pp-buttons-image button:before {
        background: url("../images/update2017/customlabel/icon-add-imgbg.svg") no-repeat;
        width: 35px;
        height: 31px; }
      .container-editor .pp-toolbars .pp-group .pp-buttons-text button:before {
        background: url("../images/update2017/customlabel/icon-add-text.svg") no-repeat;
        width: 34px;
        height: 31px; }
  .container-editor .pp-btn-background-image .bg-group-item {
    height: 40px; }
    .container-editor .pp-btn-background-image .bg-group-item .bg-group .bg-items {
      display: block;
      float: left;
      cursor: pointer; }

.product-bougie-personnalisee .colorpicker {
  z-index: 10;
  top: 937px !important;
  width: 353px;
  height: 174px;
  background-image: url("../images/update2017/color-picker/colorpicker_background.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_rgb_r {
    background-image: url("../images/update2017/color-picker/colorpicker_rgb_r.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_rgb_g {
    background-image: url("../images/update2017/color-picker/colorpicker_rgb_g.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_rgb_b {
    background-image: url("../images/update2017/color-picker/colorpicker_rgb_b.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_hsb_h {
    background-image: url("../images/update2017/color-picker/colorpicker_hsb_h.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_hsb_s {
    background-image: url("../images/update2017/color-picker/colorpicker_hsb_s.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_hsb_b {
    background-image: url("../images/update2017/color-picker/colorpicker_hsb_b.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_hex {
    background-image: url("../images/update2017/color-picker/colorpicker_hex.png"); }
  .product-bougie-personnalisee .colorpicker .colorpicker_submit {
    background-image: url("../images/update2017/color-picker/colorpicker_submit.png"); }
  .product-bougie-personnalisee .colorpicker input {
    right: 15px;
    height: 12px; }
  .product-bougie-personnalisee .colorpicker .colorpicker_color {
    left: 13px;
    top: 11px; }
  .product-bougie-personnalisee .colorpicker .colorpicker_new_color {
    left: 212px;
    top: 11px; }
  .product-bougie-personnalisee .colorpicker .colorpicker_current_color {
    left: 282px;
    top: 11px; }

.product-bougie-personnalisee .editor-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  height: 380px;
  width: 60px;
  z-index: 3; }
  .product-bougie-personnalisee .editor-sidebar .button {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 50px; }
    .product-bougie-personnalisee .editor-sidebar .button.hover span {
      opacity: 1;
      -webkit-animation-duration: 0.1s;
      animation-duration: 0.1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .product-bougie-personnalisee .editor-sidebar .button:before {
      content: attr(data-tooltip);
      position: absolute;
      white-space: nowrap;
      text-align: right;
      display: block;
      width: 150px;
      left: -150px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url("../images/update2017/customlabel/bg-tooltip.svg") no-repeat;
      background-size: 100% 100%;
      height: 25px;
      display: none; }
    .product-bougie-personnalisee .editor-sidebar .button:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.8; }
    .product-bougie-personnalisee .editor-sidebar .button span {
      white-space: nowrap;
      display: inline-block;
      height: 25px;
      margin-top: 10px;
      opacity: 0; }
      .product-bougie-personnalisee .editor-sidebar .button span:before {
        content: "";
        display: inline-block;
        height: 25px;
        width: 13px;
        background: url(../images/update2017/customlabel/bg-tooltip1.svg) no-repeat; }
      .product-bougie-personnalisee .editor-sidebar .button span:after {
        content: "";
        display: inline-block;
        height: 25px;
        width: 18px;
        background: url(../images/update2017/customlabel/bg-tooltip2.svg) no-repeat; }
      .product-bougie-personnalisee .editor-sidebar .button span i {
        display: inline-block;
        background: #fff;
        color: #737373;
        border-left: 0;
        border-right: 0;
        white-space: nowrap;
        height: 25px;
        line-height: 25px;
        background: url(../images/update2017/customlabel/bg-tooltipm.svg); }
  .product-bougie-personnalisee .editor-sidebar .button-preview {
    border-bottom: 1px solid #d9d9d9; }
    .product-bougie-personnalisee .editor-sidebar .button-preview:after {
      background: url("../images/update2017/customlabel/icon_preview.svg") no-repeat;
      width: 25px;
      height: 14px; }
  .product-bougie-personnalisee .editor-sidebar .button-open:after {
    background: url("../images/update2017/customlabel/icon_open.svg") no-repeat;
    width: 24px;
    height: 20px; }
  .product-bougie-personnalisee .editor-sidebar .button-save:after {
    background: url("../images/update2017/customlabel/icon_save.svg") no-repeat;
    width: 20px;
    height: 20px; }

.product-bougie-personnalisee .text-image-fancybox {
  width: 300px !important;
  left: 50% !important;
  top: 80px !important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute !important;
  font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .product-bougie-personnalisee .text-image-fancybox .fancybox-skin {
    background: #fff; }
  .product-bougie-personnalisee .text-image-fancybox .fancybox-title {
    font-family: inherit;
    color: #8b8d8e;
    font-size: 22px;
    margin: 5px 0 20px; }
  .product-bougie-personnalisee .text-image-fancybox .fancybox-inner {
    width: 100% !important;
    height: auto !important;
    min-height: 100px;
    overflow: hidden !important; }
  .product-bougie-personnalisee .text-image-fancybox textarea {
    width: 100%;
    height: 154px;
    color: #b4b4b4;
    font-size: 13px;
    border: 1px solid #c5c6c6;
    padding: 10px 5px;
    letter-spacing: -0.2px;
    margin-bottom: 15px;
    cursor: text;
    resize: none; }
  .product-bougie-personnalisee .text-image-fancybox textarea::-webkit-input-placeholder {
    font-style: italic; }
  .product-bougie-personnalisee .text-image-fancybox textarea::-moz-placeholder {
    font-style: italic; }
  .product-bougie-personnalisee .text-image-fancybox textarea:-ms-input-placeholder {
    font-style: italic; }
  .product-bougie-personnalisee .text-image-fancybox .fancybox-actions {
    margin: auto;
    text-align: center;
    margin: 0px -10px 0 -10px;
    overflow: hidden;
    white-space: nowrap; }
    .product-bougie-personnalisee .text-image-fancybox .fancybox-actions button {
      position: relative;
      display: inline-block;
      font-weight: bold;
      font-family: "Trajan Pro", Georgia, Times, "Times New Roman", serif;
      font-size: 13px;
      padding: 0 25px;
      vertical-align: middle;
      line-height: 30px;
      min-width: 125px;
      margin: 0 10px 10px 10px; }
      .product-bougie-personnalisee .text-image-fancybox .fancybox-actions button:after {
        content: "";
        background: url("../images/update2017/customlabel/fancybox-btn-shadow.png") no-repeat;
        height: 8px;
        bottom: -8px;
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0.4; }
    .product-bougie-personnalisee .text-image-fancybox .fancybox-actions .btn-cancel {
      border: 1px solid #c5c6c6;
      color: #8b8d8e; }
    .product-bougie-personnalisee .text-image-fancybox .fancybox-actions .btn-ok {
      color: #fff;
      background: #e8bcdd;
      border: 1px solid #e8bcdd; }
      .product-bougie-personnalisee .text-image-fancybox .fancybox-actions .btn-ok.disabled {
        opacity: 0.5;
        cursor: not-allowed; }
  .product-bougie-personnalisee .text-image-fancybox + .fancybox-overlay {
    height: 437px !important; }

.product-bougie-personnalisee .image-upload-fancybox .progress-bar {
  height: 15px;
  margin: 10px auto;
  background: #e8bcdd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: left; }

.product-bougie-personnalisee .image-upload-fancybox .image {
  clear: both;
  margin: 10px auto; }
  .product-bougie-personnalisee .image-upload-fancybox .image img {
    display: block;
    max-height: 160px;
    margin: auto; }

.product-bougie-personnalisee .preview-fancybox {
  left: 0 !important;
  top: 0 !important; }
  .product-bougie-personnalisee .preview-fancybox .fancybox-skin {
    background: transparent; }
  .product-bougie-personnalisee .preview-fancybox .fancybox-close {
    width: 60px;
    height: 46px;
    top: -1px;
    right: 0;
    background: url("../images/update2017/customlabel/preview-close-icon.png") no-repeat; }
  .product-bougie-personnalisee .preview-fancybox + .fancybox-overlay {
    display: none !important; }

.product-bougie-personnalisee .history-label-fancybox {
  width: 700px !important; }
  .product-bougie-personnalisee .history-label-fancybox .fancybox-inner {
    max-height: 300px;
    overflow-y: scroll !important; }
  .product-bougie-personnalisee .history-label-fancybox .txt-title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-family: "Gisha", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #4b4b4b;
    text-transform: uppercase;
    font-weight: bold; }
  .product-bougie-personnalisee .history-label-fancybox .txt-note {
    color: #f00;
    font-size: 12px;
    padding: 10px 0; }
  .product-bougie-personnalisee .history-label-fancybox .canvas-list {
    width: 100%; }
    .product-bougie-personnalisee .history-label-fancybox .canvas-list th {
      text-align: center;
      font-weight: bold; }
    .product-bougie-personnalisee .history-label-fancybox .canvas-list td {
      padding: 10px 5px; }
    .product-bougie-personnalisee .history-label-fancybox .canvas-list a {
      padding: 5px 10px;
      background: #e8bcdd;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
      .product-bougie-personnalisee .history-label-fancybox .canvas-list a:hover {
        background: #cba5c1; }
    .product-bougie-personnalisee .history-label-fancybox .canvas-list .product-description .product-name {
      font-weight: bold; }
    .product-bougie-personnalisee .history-label-fancybox .canvas-list .product-description > div {
      padding-left: 10px;
      font-weight: normal; }
      .product-bougie-personnalisee .history-label-fancybox .canvas-list .product-description > div:before {
        content: " - "; }

.product-bougie-personnalisee .login-fancybox .txt-success {
  display: block;
  padding-top: 20px;
  text-align: center; }
  .product-bougie-personnalisee .login-fancybox .txt-success a {
    text-decoration: underline; }

.product-bougie-personnalisee .login-fancybox .input-box {
  display: block;
  clear: both;
  padding: 0;
  margin-bottom: 10px; }
  .product-bougie-personnalisee .login-fancybox .input-box input {
    width: 100%;
    height: 40px;
    font: 12px/20px Arial, Helvetica, sans-serif;
    padding: 9px 14px;
    border: 1px solid #b0b0b0; }

.product-bougie-personnalisee .login-fancybox .btnLogin {
  margin: auto;
  background: #e8bcdd;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  display: block; }

.product-bougie-personnalisee .custom-cms {
  clear: both;
  margin-bottom: 20px; }

/*
* This file include all bug fixing styles
* 1. Header
* 2. Page title
*/
/* Header */
.headerTop {
  position: relative; }

/* Page title */
:lang(en) .parfumIndexPageTitle,
:lang(it) .parfumIndexPageTitle {
  padding: 40px 0; }
  :lang(en) .parfumIndexPageTitle .txt,
  :lang(it) .parfumIndexPageTitle .txt {
    display: none; }
  :lang(en) .parfumIndexPageTitle .linkBack,
  :lang(it) .parfumIndexPageTitle .linkBack {
    top: 20px; }

/* Sutunam custom styles in 2018 */
/* Header */
/** Generated by FG **/
@font-face {
  font-family: 'Conv_Cinzel-Regular';
  src: url("../fonts/Cinzel/Cinzel-Regular.eot");
  src: url("../fonts/Cinzel/Cinzel-Regular.woff") format("woff"), url("../fonts/Cinzel/Cinzel-Regular.ttf") format("truetype"), url("../fonts/Cinzel/Cinzel-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.header .headerCenter {
  text-align: center;
  padding-top: 55px; }
  @media only screen and (min-width: 1200px) {
    .header .headerCenter {
      padding-top: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header .headerCenter {
      padding-top: 30px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .header .headerCenter {
      padding-top: 5px; } }

.header .textAbout {
  display: none; }

.header .logo {
  display: inline-block;
  vertical-align: top;
  float: none;
  max-width: 340px; }

/* Footer */
.footerLogo a {
  display: inline-block;
  vertical-align: top;
  max-width: 200px; }

.n2017.checkout-onepage-success .main {
  width: 100%;
  padding: 10px 0; }
  .n2017.checkout-onepage-success .main .col-main {
    width: 1340px;
    margin: auto;
    max-width: 100%; }

/* checkout success page */
.checkout-onepage-success .page-title {
  border-bottom: none;
  padding-top: 45px;
  margin-bottom: 10px;
  padding-bottom: 5px; }
  .checkout-onepage-success .page-title h1 {
    color: #7e7060;
    text-transform: uppercase;
    text-align: center; }

.checkout-onepage-success h2.sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #9da1a2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px; }

.checkout-onepage-success p {
  text-align: center;
  color: #9da1a2;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 3px; }

.checkout-onepage-success .buttons-set {
  border-top: none;
  margin: 0;
  padding: 8px 0;
  text-align: center; }
  .checkout-onepage-success .buttons-set button.button {
    float: none; }
    .checkout-onepage-success .buttons-set button.button span span {
      font-size: 15px;
      padding: 11px 25px; }

.checkout-onepage-success .vote-choose-wrapper {
  position: relative;
  z-index: 9; }
  .checkout-onepage-success .vote-choose-wrapper .vote-choose {
    max-width: 637px;
    width: 100%;
    text-align: left;
    margin: 18px auto;
    padding: 7px 10px;
    background: #fff;
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
    .checkout-onepage-success .vote-choose-wrapper .vote-choose .inner {
      padding: 34px 26px;
      background: #f8f7f5 url("../images/2018/bg-vote-choose.jpg") 100% 50%;
      background-size: cover; }
      .checkout-onepage-success .vote-choose-wrapper .vote-choose .inner h3 {
        font-size: 22px;
        color: #7e7060;
        font-weight: bold;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif; }
      .checkout-onepage-success .vote-choose-wrapper .vote-choose .inner span {
        font-size: 18px;
        color: #7e7060;
        display: block;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif; }
      .checkout-onepage-success .vote-choose-wrapper .vote-choose .inner a {
        font-size: 16px;
        color: #bf95b5;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        letter-spacing: 2px;
        position: relative;
        display: inline-block; }
        .checkout-onepage-success .vote-choose-wrapper .vote-choose .inner a:before {
          content: '';
          position: absolute;
          bottom: 3px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #bf95b5; }

.checkout-onepage-success .form-jotformeu {
  background: #f0ede7;
  margin-top: -85px;
  padding-top: 85px;
  min-height: 170px;
  padding-bottom: 20px; }

.cms-page-view .breadcrumbs {
  display: none; }

.cms-page-view .main-container {
  background: #fff;
  padding-left:10% }

.cms-page-view .main {
  width: 100%;
  padding: 0; }
  .cms-page-view .main .container-cms {
    width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%; }

.cms-page-view .banner-top {
  height: auto;
  overflow: hidden;
  position: relative; }
  .cms-page-view .banner-top .image-banner-top {
    position: relative; }
    .cms-page-view .banner-top .image-banner-top:before {
      content: '';
      background: rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .cms-page-view .banner-top img {
    width: 100%; }
  .cms-page-view .banner-top .title-banner {
    margin-top: 10px;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 900px;
    max-width: 100%;
    transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -webkit-transform: translate3D(-50%, -50%, 0);
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */ }
    .cms-page-view .banner-top .title-banner h2 {
      font-size: 72px;
      font-family: 'Conv_Cinzel-Regular' ,sans-serif;
      text-transform: uppercase;
      margin-bottom: 9px;
      line-height: 42px;
      letter-spacing: 5px; }
    .cms-page-view .banner-top .title-banner span {
      font-size: 15px;
      font-family: 'Conv_Cinzel-Regular' ,sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .cms-page-view .banner-top .title-banner p {
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      margin-top: 25px;
      margin-bottom: 0;
      font-weight: 300; }

.cms-page-view .slider-top {
  margin-top: -25px;
  position: relative;
  z-index: 9; }
  .cms-page-view .slider-top .inner-slider-top-cms {
    background-color: #fff;
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    padding: 0; }
    .cms-page-view .slider-top .inner-slider-top-cms .homeSlider .mdHomeSlider {
      height: auto; }
      .cms-page-view .slider-top .inner-slider-top-cms .homeSlider .mdHomeSlider .slick-dots {
        bottom: 25px; }
        .cms-page-view .slider-top .inner-slider-top-cms .homeSlider .mdHomeSlider .slick-dots .slick-count {
          font-size: 14px;
          color: #7e7060;
          font-family: 'Conv_Cinzel-Regular' ,sans-serif; }
    .cms-page-view .slider-top .inner-slider-top-cms .slick-arrow {
      z-index: 9; }
      .cms-page-view .slider-top .inner-slider-top-cms .slick-arrow:before {
        display: none; }
    .cms-page-view .slider-top .inner-slider-top-cms .slick-prev {
      background: url("../img/arrow-left-slider--top-cms.png") no-repeat 0 0;
      width: 18px;
      height: 36px;
      left: 35px; }
    .cms-page-view .slider-top .inner-slider-top-cms .slick-next {
      background: url("../img/arrow-right-slider--top-cms.png") no-repeat 0 0;
      width: 18px;
      height: 36px;
      right: 35px; }
    .cms-page-view .slider-top .inner-slider-top-cms .it {
      position: relative; }
      .cms-page-view .slider-top .inner-slider-top-cms .it .bigLink img {
        margin: auto;
        padding: 97px 0 0 0; }
      .cms-page-view .slider-top .inner-slider-top-cms .it .description {
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .cms-page-view .slider-top .inner-slider-top-cms .it .description h3.title {
          font-size: 32px;
          color: #c892aa;
          text-transform: uppercase;
          font-weight: normal;
          margin-top: 44px;
          letter-spacing: 2px;
          line-height: 39px;
          font-family: 'Conv_Cinzel-Regular' ,sans-serif; }
        .cms-page-view .slider-top .inner-slider-top-cms .it .description p {
          font-size: 12px;
          color: #7e7060;
          text-align: center;
          width: 730px;
          max-width: 100%;
          margin: auto;
          font-family: "Montserrat", sans-serif;
          font-weight: 300; }
          .cms-page-view .slider-top .inner-slider-top-cms .it .description p span {
            color: #7e7060;
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'Conv_Cinzel-Regular' ,sans-serif;
            letter-spacing: 1.5px; }
          .cms-page-view .slider-top .inner-slider-top-cms .it .description p a {
            position: absolute;
            bottom: 70px;
            left: 50%;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
            background-color: #e7bbdd;
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            display: inline-block;
            text-decoration: none;
            padding: 14px 27px;
            font-family: 'Conv_Cinzel-Regular' ,sans-serif; }

.cms-page-view .introduction .title {
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 90px 0 110px 0;
  font-family: 'Conv_Cinzel-Regular' ,sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase; }

.cms-page-view .introduction .item-dark .infomation span, .cms-page-view .introduction .item-dark .infomation p {
  color: #fff; }

.cms-page-view .introduction .item-light .infomation span, .cms-page-view .introduction .item-light .infomation p {
  color: #7e7060; }

.cms-page-view .introduction .item {
  min-height: 408px;
  background-size: cover !important; }
  .cms-page-view .introduction .item:first-child .image {
    vertical-align: bottom;
    margin-bottom: -20px; }
  .cms-page-view .introduction .item:nth-child(2) .infomation {
    margin-top: 45px; }
  .cms-page-view .introduction .item:last-child {
    padding-bottom: 78px; }
  .cms-page-view .introduction .item .image {
    padding: 10px;
    background: #fff;
    width: 416px;
    display: inline-block;
    vertical-align: top;
    margin-top: -20px;
    position: relative;
    -moz-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    /* drop shadow */
    -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    /* drop shadow */
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    /* drop shadow */ }
    .cms-page-view .introduction .item .image.certification:before {
      content: '';
      position: absolute;
      right: -50px;
      top: 80px;
      background: url("../images/2018/cetification.png") no-repeat 0 0;
      width: 102px;
      height: 102px; }
  .cms-page-view .introduction .item .infomation {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 425px);
    padding: 85px 90px 102px 90px;
    box-sizing: border-box; }
    .cms-page-view .introduction .item .infomation span {
      font-size: 14px;
      text-transform: uppercase;
      width: 370px;
      display: inline-block;
      max-width: 100%;
      line-height: 23px;
      margin-bottom: 25px; }
    .cms-page-view .introduction .item .infomation p {
      font-size: 14px;
      line-height: 23px;
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      width: 580px;
      max-width: 100%; }

.cms-page-view .cms-list-product {
  padding: 20px 0 114px 0;
  overflow: hidden; }
  .cms-page-view .cms-list-product .title {
    font-size: 36px;
    color: #7e7060;
    text-align: center;
    padding: 68px 0 65px 0;
    font-family: 'Conv_Cinzel-Regular' ,sans-serif;
    letter-spacing: 1px;
    font-weight: normal; }
  .cms-page-view .cms-list-product ul {
    list-style: none;
    font-size: 0; }
    .cms-page-view .cms-list-product ul li {
      list-style: none;
      width: calc(100%/6);
      display: inline-block;
      margin: 0 0 5px 0;
      float: left; }
      .cms-page-view .cms-list-product ul li a {
        padding: 20px 0;
        text-decoration: none;
        display: block;
        transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        background-color: #fff;
        /* layer fill content */
        -moz-box-shadow: 0 5px 10px transparent;
        /* drop shadow */
        -webkit-box-shadow: 0 5px 10px transparent;
        /* drop shadow */
        box-shadow: 0 5px 10px transparent;
        /* drop shadow */ }
        .cms-page-view .cms-list-product ul li a .image {
          padding: 0 5px;
          height: 200px;
          overflow: hidden;
          display: block;
          text-align: center; }
          .cms-page-view .cms-list-product ul li a .image img {
            max-width: 100%;
            max-height: 100%; }
        .cms-page-view .cms-list-product ul li a .infomation {
          padding: 0 5px;
          text-align: center;
          display: block;
          height: 68px;
          overflow: hidden; }
          .cms-page-view .cms-list-product ul li a .infomation .name-product {
            color: #7e7060;
            text-transform: uppercase;
            font-size: 14px;
            display: inline-block;
            padding-bottom: 7px;
            border-bottom: 1px solid #7e7060;
            margin-bottom: 3px;
            height: 29px;
            overflow: hidden; }
          .cms-page-view .cms-list-product ul li a .infomation .detail {
            color: #7e7060;
            font-size: 12px;
            display: block;
            transition: none; }
          .cms-page-view .cms-list-product ul li a .infomation .discover {
            font-size: 0;
            color: #e8bcdd; }
        .cms-page-view .cms-list-product ul li a:hover {
          transform: translateY(-24px);
          -moz-transform: translateY(-24px);
          -webkit-transform: translateY(-24px);
          -ms-transform: translateY(-24px);
          background-color: #fff;
          /* layer fill content */
          -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          /* drop shadow */
          -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          /* drop shadow */
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          /* drop shadow */ }
          .cms-page-view .cms-list-product ul li a:hover .infomation .discover {
            font-size: 13px;
            transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s; }
          .cms-page-view .cms-list-product ul li a:hover .infomation .detail {
            font-size: 0;
            transition: none; }

.cms-page-view .slider-bottom {
  background: #f0ede7;
  padding: 55px 0 6px 0; }
  .cms-page-view .slider-bottom .mdProductHomeNews {
    width: 100%; }
    .cms-page-view .slider-bottom .mdProductHomeNews .mdTt, .cms-page-view .slider-bottom .mdProductHomeNews .mdCt {
      margin: 0;
      padding: 0;
      border: none; }
    .cms-page-view .slider-bottom .mdProductHomeNews h2 {
      display: inline-block;
      font-size: 32px;
      color: #7e7060;
      font-family: 'Conv_Cinzel-Regular' ,sans-serif;
      letter-spacing: 1px; }
    .cms-page-view .slider-bottom .mdProductHomeNews a.link {
      float: right;
      font-size: 13px;
      color: #b1a99e;
      text-transform: none;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0;
      opacity: 1;
      overflow: visible;
      padding-left: 0;
      padding-right: 15px; }
      .cms-page-view .slider-bottom .mdProductHomeNews a.link:hover {
        text-decoration: underline; }
      .cms-page-view .slider-bottom .mdProductHomeNews a.link:before {
        background: #d9d9d9;
        width: 1px;
        height: 24px;
        content: '';
        z-index: 9;
        top: -3px;
        left: -48px;
        position: absolute; }
    .cms-page-view .slider-bottom .mdProductHomeNews p.controls {
      display: none; }
  .cms-page-view .slider-bottom .products-grid {
    padding: 0;
    margin: 34px -10px 0 -10px;
    width: 100% !important; }
    .cms-page-view .slider-bottom .products-grid .itemImg {
      width: 100%;
      padding: 0;
      height: 410px;
      display: table; }
      .cms-page-view .slider-bottom .products-grid .itemImg p {
        width: 100%;
        height: 410px;
        display: table-cell;
        vertical-align: middle; }
        .cms-page-view .slider-bottom .products-grid .itemImg p img {
          margin: auto; }
      .cms-page-view .slider-bottom .products-grid .itemImg .ribbon-img img {
        margin: 0 0 0 28px; }
    .cms-page-view .slider-bottom .products-grid .itemCt {
      background: transparent;
      padding: 29px 1px; }
      .cms-page-view .slider-bottom .products-grid .itemCt h3 {
        height: auto;
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .cms-page-view .slider-bottom .products-grid .itemCt h3 a {
          font-size: 15px;
          color: #7e7060;
          text-decoration: none;
          text-transform: uppercase;
          font-family: 'Conv_Cinzel-Regular' ,sans-serif;
          letter-spacing: 1.5px; }
      .cms-page-view .slider-bottom .products-grid .itemCt .product-desc {
        color: #b1a99e;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        line-height: 24px;
        margin-bottom: 14px;
        height: 50px;
        font-weight: 300; }
      .cms-page-view .slider-bottom .products-grid .itemCt .price-box {
        text-align: left;
        margin: 0 0 17px 0;
        height: 30px; }
        .cms-page-view .slider-bottom .products-grid .itemCt .price-box .price {
          font-size: 28px;
          color: #e8bcdd;
          font-family: 'Conv_Cinzel-Regular' ,sans-serif; }
        .cms-page-view .slider-bottom .products-grid .itemCt .price-box .old-price {
          margin: 0 5px 0 0; }
          .cms-page-view .slider-bottom .products-grid .itemCt .price-box .old-price .price {
            font-size: 18px;
            color: #7e7060;
            font-family: 'Conv_Cinzel-Regular' ,sans-serif; }
        .cms-page-view .slider-bottom .products-grid .itemCt .price-box .special-price {
          margin: 3px 0 0 0; }
      .cms-page-view .slider-bottom .products-grid .itemCt .actions {
        height: auto; }
        .cms-page-view .slider-bottom .products-grid .itemCt .actions button {
          height: auto; }
          .cms-page-view .slider-bottom .products-grid .itemCt .actions button span {
            height: auto; }
            .cms-page-view .slider-bottom .products-grid .itemCt .actions button span span {
              background: #fff;
              font-size: 15px;
              color: #7e7060;
              display: block;
              opacity: 1;
              width: auto;
              padding: 12px 21px;
              height: auto;
              -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
              -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
              box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
              font-family: 'Conv_Cinzel-Regular' ,sans-serif; }
  .cms-page-view .slider-bottom .slick-arrow {
    z-index: 9;
    top: -54px; }
    .cms-page-view .slider-bottom .slick-arrow:before {
      display: none; }
  .cms-page-view .slider-bottom .slick-prev {
    background: url("../img/arrow-left-slider--top-cms.png") no-repeat 0 0;
    width: 12px;
    height: 23px;
    left: auto;
    right: 350px;
    background-size: 100% auto; }
  .cms-page-view .slider-bottom .slick-next {
    background: url("../img/arrow-right-slider--top-cms.png") no-repeat 0 0;
    width: 12px;
    height: 23px;
    right: 270px;
    background-size: 100% auto; }
  .cms-page-view .slider-bottom .slick-dots {
    bottom: auto;
    top: -64px;
    width: auto;
    right: 306px;
    font-size: 14px;
    color: #7e7060;
    font-family: 'Conv_Cinzel-Regular' ,sans-serif; }

.cms-index-index.n2017 .n2017TopWrapper {
  background: #bda688; }
  .cms-index-index.n2017 .n2017TopWrapper p {
    font-weight: normal; }

@media (min-width: 768px) {
  .checkout-onepage-success .page-title h1 {
    font-size: 48px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .cms-page-view .mdHomeSlider .it p {
    display: block; } }

@media (max-width: 1199px) {
  .cms-page-view .banner-top .title-banner h2 {
    font-size: 42px; }
  .cms-page-view .banner-top .title-banner p {
    padding: 0 10px;
    font-size: 13px; }
  .cms-page-view .cms-list-product .title {
    padding: 30px 0;
    font-size: 25px; }
  .cms-page-view .cms-list-product ul li {
    width: calc(100%/4); }
  .cms-page-view .introduction .title {
    padding: 30px 0;
    font-size: 25px; }
  .cms-page-view .introduction .item {
    min-height: auto; }
    .cms-page-view .introduction .item .image {
      max-width: 30%; }
      .cms-page-view .introduction .item .image.certification:before {
        background-size: 70% auto; }
    .cms-page-view .introduction .item .infomation {
      width: 69%;
      padding: 50px 20px; }
  .cms-page-view .slider-bottom .products-grid {
    margin: 34px 0 0 0; } }

@media (max-width: 799px) and (min-width: 480px) {
  .cms-page-view .mdProductsGrid.mdProductHomeNews .products-grid li.item {
    float: left; } }

@media (max-width: 767px) {
  .cms-page-view .slider-top .inner-slider-top-cms .it .description h3.title {
    margin-top: 15px;
    font-size: 24px; }
  .cms-page-view .slider-top .inner-slider-top-cms .it .description p {
    display: block;
    font-size: 0; }
    .cms-page-view .slider-top .inner-slider-top-cms .it .description p span {
      font-size: 12px; }
    .cms-page-view .slider-top .inner-slider-top-cms .it .description p a {
      bottom: 30px;
      padding: 10px 17px;
      font-size: 12px; }
  .cms-page-view .slider-top .inner-slider-top-cms .homeSlider .mdHomeSlider .slick-dots {
    bottom: 0; }
  .cms-page-view .homeSlider {
    display: block !important; }
  .cms-page-view .banner-top {
    height: 180px; }
    .cms-page-view .banner-top .title-banner {
      top: 0;
      transform: none;
      left: 0; }
    .cms-page-view .banner-top h2 {
      font-size: 26px; }
    .cms-page-view .banner-top p {
      display: none; }
    .cms-page-view .banner-top img {
      width: auto;
      height: auto;
      max-width: none; }
  .cms-page-view .cms-list-product .title {
    font-size: 20px; }
  .cms-page-view .cms-list-product ul li {
    width: calc(100%/2); }
    .cms-page-view .cms-list-product ul li a .image {
      height: 150px; }
    .cms-page-view .cms-list-product ul li a .infomation {
      height: 88px; }
      .cms-page-view .cms-list-product ul li a .infomation .name-product {
        height: 50px; }
  .cms-page-view .introduction .title {
    font-size: 20px; }
  .cms-page-view .introduction .item {
    padding: 20px 0; }
    .cms-page-view .introduction .item .container-cms {
      display: flex;
      flex-direction: column; }
    .cms-page-view .introduction .item:nth-child(2) .infomation {
      margin-top: 0; }
    .cms-page-view .introduction .item .image {
      margin: 10px 0 !important;
      max-width: 100%;
      order: 1; }
      .cms-page-view .introduction .item .image.certification:before {
        width: 50px;
        height: 50px;
        top: 0;
        right: 0;
        background-size: 50px auto; }
    .cms-page-view .introduction .item .infomation {
      width: 100%;
      padding: 0;
      order: 2; }
  .cms-page-view .slider-bottom .products-grid {
    margin: 34px 0 0 0; }
  .cms-page-view .slider-bottom .slick-arrow {
    top: 160px; }
  .cms-page-view .slider-bottom .slick-next {
    right: 15px; }
  .cms-page-view .slider-bottom .slick-prev {
    left: 15px; }
  .cms-page-view .slider-bottom .slick-dots {
    bottom: 0;
    top: auto;
    right: auto;
    left: auto;
    width: 100%; }
  .cms-page-view .slider-bottom .mdProductsGrid.mdProductHomeNews h2 {
    font-size: 24px;
    width: 100%; }
  .cms-page-view .slider-bottom .mdProductsGrid.mdProductHomeNews .products-grid li.item {
    float: left; }
  .cms-page-view .slider-bottom .mdProductsGrid.mdProductHomeNews a.link {
    float: left;
    padding: 0; }
    .cms-page-view .slider-bottom .mdProductsGrid.mdProductHomeNews a.link:before {
      display: none; }
  .cms-page-view .slider-bottom .products-grid .itemImg {
    height: auto; }
    .cms-page-view .slider-bottom .products-grid .itemImg p {
      display: block;
      height: auto; } }

@media (max-width: 480px) {
  .cms-page-view .slider-top .inner-slider-top-cms .it .bigLink img {
    padding: 97px 0 75px 0; }
  .cms-page-view .slider-top .inner-slider-top-cms .it .description p a {
    bottom: 30px;
    padding: 10px 17px;
    font-size: 12px;
    width: 80%; } }

/*# sourceMappingURL=custom_update_2018.css.map */