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

// ----------------------------------------------
*/
.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+ */ } }

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

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