/******************************************************************
          ___   __    ___  _  _   __   __     __  ____
         / __) / _\  / __)/ )( \ / _\ (  )   /  \(_  _)
        ( (__ /    \( (__ ) __ (/    \/ (_/\(  O ) )(
         \___)\_/\_/ \___)\_)(_/\_/\_/\____/ \__/ (__) 1.6

*******************************************************************

    INDEX :
    1. Configuration & Imports
    2. Default elements styles
    3. Ready 2 use and silent classes
    4. Components
    5. Pages
    6. Modules

    DEPENDENCIES :
    - font-awesome

******************************************************************/
/******************************************************************
    1. Configuration & imports
******************************************************************/
/*
  html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
/*
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from SARL 202 ecommerce
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the SARL 202 ecommerce is strictly forbidden.
 * In order to obtain a license, please contact us: tech@202-ecommerce.com
 * ...........................................................................
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe 202 ecommerce
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la SARL 202 ecommerce est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter 202-ecommerce <tech@202-ecommerce.com>
 * ...........................................................................
 *
 * @author    202-ecommerce <tech@202-ecommerce.com>
 * @copyright Copyright (c) 202-ecommerce
 * @license   Commercial license
 */
.d-inline-block {
  display: inline-block !important;
}

.list-unstyled {
  list-style: none !important;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.o-grid {
  font-size: 0;
}
.o-grid__col {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.o-grid--middle .o-grid__col {
  vertical-align: middle;
}

/* Margin
   ========================================================================= */
.u-mb-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .u-mb-20\@s {
    margin-bottom: 20px;
  }
}
/* Padding
   ========================================================================= */
.u-ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Font sizes
   ========================================================================= */
.u-fz-12 {
  font-size: 12px;
}

/* Sizes
   ========================================================================= */
.u-1\/2 {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .u-1\/2\@sm {
    width: 50%;
  }

  .u-1\/3\@sm {
    width: calc(100%/3);
  }
}
.u-text-center {
  text-align: center;
}

.u-img {
  max-width: 100%;
  height: auto;
}

.u-table {
  display: table;
  width: 100%;
}
.u-table > * {
  display: table-cell;
  vertical-align: top;
}
.u-table--middle > * {
  vertical-align: middle;
}

/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
.dn-header__content {
  position: relative;
  z-index: 2;
  background: #491c0f;
  padding: 7px 0;
}
.dn-header__content:before, .dn-header__content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dn-header__content:after {
  clear: both;
}
.dn-header__navigation {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}
.dn-header__logo {
  margin: 20px auto 0;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1224px) {
  .dn-header__logo {
    display: none;
  }
}
@media only screen and (min-width: 1225px) {
  .dn-header__logo {
    display: none;
  }
}
.dn-header__link {
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 36px;
}
.dn-header__link--spacing {
  margin-right: 45px;
}
.dn-header__link--cart {
  position: relative;
  padding-right: 50px;
  display: block;
}
.dn-header__link--cart .dn-header__link-icon {
  position: absolute;
  top: -7px;
  right: 0;
}
.dn-header__user {
  float: right;
}

@media only screen and (min-width: 1225px) {
  .dn-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #f9f9f9;
  }
}
@media only screen and (min-width: 1500px) {
  .dn-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #f9f9f9;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1224px) {
  .dn-header__link {
    font-size: 11px;
  }
  .dn-header__link--spacing {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .dn-header {
    padding-top: 20px;
  }
  .dn-header__logo {
    margin-top: 0;
  }
  .dn-header__content {
    background: none;
  }
  .dn-header__navigation {
    z-index: 3;
  }
}
@media only screen and (min-width: 769px) {
  body.minimalist_process .dn-header__content {
    display: none;
  }
}
/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
.dn-footer-top {
  position: relative;
}
.dn-footer-top__background {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.dn-footer-top__background--left {
  background: #491c0f;
  left: 0;
}
.dn-footer-top__background--right {
  background: #f9f9f9;
  right: 0;
  top: 1px;
  bottom: 1px;
  border-top: 1px solid #e2e2e2;
}

/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
/* HOME PUSHS
   ========================================================================= */
.dn-home-pushs {
  width: calc(100% + 15px);
  padding-bottom: 30px;
}
.dn-home-pushs:before, .dn-home-pushs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dn-home-pushs:after {
  clear: both;
}
.dn-home-pushs__container {
  width: 100%;
}
.dn-home-pushs__container--reinsurance {
  background: white;
}
.dn-home-pushs__element {
  float: left;
  margin-right: 15px;
  position: relative;
}
.dn-home-pushs__element:hover .dn-home-pushs__overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dn-home-pushs__element--tier {
  width: calc((100% / 3) - 15px);
}
.dn-home-pushs__element--half {
  width: calc((100% / 2) - 15px);
}
.dn-home-pushs__element.has-hover-effect:hover .dn-home-pushs__picture {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.dn-home-pushs__container {
  position: relative;
  overflow: hidden;
  padding-top: 67.38462%;
  height: 0;
}
.dn-home-pushs__picture {
  -webkit-transition: all 100ms;
  transition: all 100ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dn-home-pushs__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.dn-home-pushs__overlay {
  background: #491c0f;
  padding: 50px 55px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.dn-home-pushs__button {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  border: 1px solid white;
  height: 47px;
  line-height: 47px;
  font-size: 12px;
  margin-bottom: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.dn-home-pushs__button:hover {
  background: white;
  color: #593312;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .dn-home-pushs {
    width: 100%;
    padding-bottom: 15px;
  }
  .dn-home-pushs__element {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .dn-home-pushs__element--tier {
    width: 100%;
  }
  .dn-home-pushs__element--half {
    width: 100%;
  }
}
/* Store pushs
   ========================================================================= */
.dn-home-pushs-store .dn-home-pushs__container {
  position: relative;
  overflow: hidden;
  padding-top: 42.68293%;
  height: 0;
}
.dn-home-pushs-store__content {
  padding: 65px 110px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dn-home-pushs-store__content:hover {
  text-decoration: none;
}
.dn-home-pushs-store__title {
  color: white;
  font-size: 27px;
  margin-bottom: 25px;
  text-align: center;
  font-family: "SaveurSans-Regular";
  -webkit-font-smoothing: antialiased;
}
.dn-home-pushs-store__text {
  font-size: 12px;
  color: white;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.dn-home-pushs-store__form {
  height: 35px;
  line-height: 35px;
  border: 1px solid white;
  padding: 0 20px;
  font-size: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.dn-home-pushs-store__submit {
  background: none;
  display: inline-block;
  border: 0;
  width: 30px;
  text-align: left;
  height: 17px;
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.dn-home-pushs-store__input {
  background: none;
  border: 0;
  color: white;
  width: calc(100% - 30px);
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

@media only screen and (min-width: 769px) and (max-width: 1224px) {
  .dn-home-pushs-store__content {
    padding: 20px 15px 0;
  }
}
@media only screen and (max-width: 768px) {
  .dn-home-pushs-store__content {
    padding: 20px 15px 0;
  }
  .dn-home-pushs-store__title {
    font-size: 22px;
  }
}
.dn-l-banner {
  padding: 20px 0;
}
.dn-l-banner .dn-banner {
  margin-bottom: 20px;
}

/* Banner
   ========================================================================= */
.dn-banner {
  display: block;
  width: 100%;
  position: relative;
}
.dn-banner:before {
  content: '';
  padding-top: 25%;
  float: left;
}
.dn-banner:after {
  content: '';
  display: block;
  clear: both;
}
.dn-banner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Banner popin content
   ========================================================================= */
.dn-banner-details {
  border: 2px solid #E3328B;
  padding: 10px;
  position: relative;
  text-align: center;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .dn-banner-details__icons:before, .dn-banner-details__icons:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
  }
  .dn-banner-details__icons:after {
    clear: both;
  }
}
.dn-banner-details__top {
  width: calc(100% - 300px);
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .dn-banner-details__top {
    width: 100%;
  }
}
.dn-banner-details__in-france {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 115px;
  height: 115px;
  background: url(../img/icons/made-in-france.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .dn-banner-details__in-france {
    position: relative;
    float: left;
  }
}
.dn-banner-details__title {
  font-family: "SaveurSans-Regular";
  font-size: 30px;
  font-weight: bold;
  color: #E3328B;
  text-transform: uppercase;
  margin-bottom: 55px;
  line-height: 35px;
}
.dn-banner-details__subtitle {
  font-family: "SaveurSans-Regular";
  font-size: 24px;
  line-height: 30px;
  color: #E3328B;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.dn-banner-details__block {
  color: #4b4746;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.dn-banner-details__link {
  display: inline-block;
  text-transform: uppercase;
  color: #E3328B;
  padding: 15px 25px;
  border: 1px solid #E3328B;
  font-size: 25px;
  font-family: "SaveurSans-Regular";
  line-height: 30px;
}

/* Specifics
   ========================================================================= */
.dn-banner-dragees__catalog {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .dn-banner-dragees__catalog {
    position: relative;
    float: right;
  }
}

/*
 * NOTICE OF LICENSE
 *
 * This source file is subject to a commercial license from SARL 202 ecommerce
 * Use, copy, modification or distribution of this source file without written
 * license agreement from the SARL 202 ecommerce is strictly forbidden.
 * In order to obtain a license, please contact us: tech@202-ecommerce.com
 * ...........................................................................
 * INFORMATION SUR LA LICENCE D'UTILISATION
 *
 * L'utilisation de ce fichier source est soumise a une licence commerciale
 * concedee par la societe 202 ecommerce
 * Toute utilisation, reproduction, modification ou distribution du present
 * fichier source sans contrat de licence ecrit de la part de la SARL 202 ecommerce est
 * expressement interdite.
 * Pour obtenir une licence, veuillez contacter 202-ecommerce <tech@202-ecommerce.com>
 * ...........................................................................
 *
 * @author    202-ecommerce <tech@202-ecommerce.com>
 * @copyright Copyright (c) 202-ecommerce
 * @license   Commercial license
 */
.user-dropdown_wrapper {
  position: relative;
}

.user-dropdown_dropdown {
  display: none;
  position: absolute;
  width: 240px;
  right: 0;
  top: calc(100% + 9px);
  z-index: 2;
}

.user-dropdown_header {
  display: block;
  margin-top: -1px;
  padding: 10px 12px 10px 12px;
  font-size: 14px;
  color: white;
  background: #4b4746;
}

.user-dropdown_content {
  padding: 10px 12px 10px 12px;
  border: 1px solid #d2d2d2;
  background-color: white;
}

.user-dropdown_item {
  height: 36px;
  line-height: 36px;
  padding: 4px 0;
}
.user-dropdown_item > a {
  display: block;
  height: 100%;
}
.user-dropdown_item > a:hover {
  text-decoration: none;
}
.user-dropdown_item > a span {
  vertical-align: middle;
}
.user-dropdown_item > a .picto {
  display: inline-block;
  width: 28px;
  height: 100%;
  margin-right: 10px;
  vertical-align: middle;
}
.user-dropdown_item + .user-dropdown_item {
  border-top: solid 1px black;
}

/******************************************************************
    2. Default elements styles
******************************************************************/
* {
  outline: none;
  padding: 0;
  margin: 0;
}

/* Text */
html, body {
  font: normal 12px/16px "Open Sans", sans-serif;
  /* Gives a basic font size of 16px with 18px of line-height */
  color: #4b4746;
  background: white;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

/* Controls */
input[type="text"], input[type="password"],
input[type="email"], input[type="tel"],
input[type="number"], input[type="search"], textarea {
  padding: 0;
  margin: 0;
  border: 0 none;
  outline: 0 none;
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 3px !important;
}

textarea {
  resize: vertical;
}

/******************************************************************
    3. Ready 2 use and silent classes
******************************************************************/
/* Box Model Positionning */
.hidden, .not-displayable, .unvisible {
  display: none;
}

.block_hidden_only_for_screen {
  display: none;
}

.clearfix:before, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* Text positionning */
.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

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

/* Text style */
.bold, strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.pink {
  color: #E3328B;
}

/* Titles */
.page-heading {
  font-size: 30px;
  line-height: 30px;
  color: #593312;
  text-transform: uppercase;
  font-family: "SaveurSans-Regular";
  text-align: center;
  padding: 25px 0 30px;
  font-weight: normal;
}

/* "Aesthetic" buttons */
/* Titles */
.heading1 {
  font-size: 30px;
  color: #593312;
  font-family: "SaveurSans-Regular";
  text-transform: uppercase;
  font-weight: normal;
}
.heading1 strong {
  font-family: "SaveurSans-Bold";
  font-weight: normal;
}

.heading2 {
  font-family: "SaveurSans-Regular";
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: normal;
}
.heading2 span {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

.heading3 {
  color: #4b4746;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
}

/* Colors */
.color-pink {
  color: #E3328B;
}

/******************************************************************
    4. Components
******************************************************************/
.clear {
  clear: both;
}

/* Forms */
textarea {
  border: 1px solid #dbdbdb;
}

/* Form validation */
.form-group.form-error label {
  color: red;
}
.form-group.form-error input, .form-group.form-error textarea {
  border-color: red !important;
}
.form-group.form-ok input, .form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: #ddf9e1;
}
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px;
}

#center_column .form-group {
  position: relative;
}

#center_column .form-group label,
#center_column .form-group .label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 6px 10px;
}
#center_column .form-group label.top,
#center_column .form-group .label.top {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: "Open Sans", sans-serif;
}

#center_column .form-group .label {
  width: 116%;
}

#center_column .form-group input {
  height: 38px;
  line-height: 38px;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 0 10px;
  width: 276px;
}

#center_column .form-group input[type="radio"] {
  width: 14px;
  height: 14px;
}

#center_column .form-group + .form-group {
  margin-top: 18px;
}

#center_column .form-group textarea {
  border-radius: 6px;
  padding: 10px;
  width: 276px;
}

#center_column div.checkbox {
  width: 378px;
  margin: 12px 0 0 98px;
}

#center_column div.checkbox > * {
  float: left;
  display: block;
}

#center_column div.checkbox label {
  margin-top: -3px;
  width: 91%;
}

/* Text from wysiwyg (RTE) */
/* Notification messages */
.alert {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}
.alert li {
  list-style-type: none;
  font-weight: normal;
}
.alert.alert-success {
  border: 1px solid #6ec955;
  color: #6ec955;
}
.alert.alert-danger {
  border: 1px solid #df1f1f;
  color: #df1f1f;
}
.alert.alert-warning {
  border: 1px solid #f29d38;
  color: #f29d38;
}

/* Fancybox */
/* Breadcrumb */
#columns .breadcrumb {
  margin: 13px auto 15px;
  font-size: 10px;
  color: #4b4746;
}
#columns .breadcrumb .navigation-pipe {
  margin: 0px 3px;
}

/* Sorting */
.content_sortPagiBar {
  float: left;
  width: 100%;
  min-height: 45px;
}

/* Footer links */
/* Pagination */
.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
  list-style: inside none;
}

/* Product List Style Display */
.display {
  list-style: inside none;
}

/* Cart Step */
/* Cart voucher */
/* Payment module */
#slider_row + .row {
  border: 1px solid #e3e3e3;
  background: white;
}

#center_column {
  width: 1200px;
  margin: auto;
}
#center_column.full-column {
  width: 100%;
}

#order #center_column {
  padding-bottom: 100px;
}

@media (max-width: 1206px) {
  #center_column {
    width: 760px;
  }
  #center_column.full-column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #center_column {
    width: 92%;
    margin: 0 4%;
  }
  #center_column.full-column {
    width: 100%;
    margin: 0;
  }
}
#index #slider_row + .row {
  border: none;
  background: none;
}

#index #center_column {
  width: 100%;
  margin: 0;
}

.btn_55_custom {
  background: #e03288;
  color: white;
  height: 55px;
  border-radius: 6px;
  padding: 0 15px 0 0;
  display: block;
  margin: 10px auto 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.btn_55_custom > span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  line-height: 55px;
}

.btn_55_custom .default,
.btn_55_custom .hover {
  position: absolute;
  top: 19px;
  right: 20px;
}

.btn_55_custom .text {
  width: 100%;
  text-align: center;
}

.btn_55_custom[disabled] {
  background: #CCC;
  cursor: default;
}

.btn_55_custom .hover {
  display: none;
}

.btn_55_custom .circle {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: -9px;
  right: -54px;
  display: block;
  background: #f9d6e7;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.btn_55_custom:not([disabled]):hover {
  background: #c4176d;
}

.btn_55_custom:not([disabled]):hover .circle {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -13px;
}

.btn_55_custom:not([disabled]):hover .hover {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
}

.btn_55_custom:not([disabled]):hover .default {
  display: none;
}

.btn_40_custom {
  background: #e03288;
  color: white;
  height: 40px;
  border-radius: 6px;
  padding: 0 15px 0 0;
  display: block;
  margin: 10px auto 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.btn_40_custom > span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  line-height: 40px;
}

.btn_40_custom .default,
.btn_40_custom .hover {
  position: absolute;
  top: 12px;
  right: 20px;
}

.btn_40_custom .text {
  width: 100%;
  text-align: center;
}

.btn_40_custom .hover {
  display: none;
}

.btn_40_custom .circle {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: -6px;
  right: -54px;
  display: block;
  background: #f9d6e7;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.btn_40_custom:hover {
  background: #c4176d;
}

.btn_40_custom:hover .circle {
  opacity: 1;
  filter: alpha(opacity=100);
  right: -8px;
}

.btn_40_custom:hover .hover {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
}

.btn_40_custom:hover .default {
  display: none;
}

.btn_back {
  background: #acacac;
  color: white;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 22px 0 25px;
  display: block;
  margin: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.btn_back .hover {
  display: none;
}

.btn_back .circle {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top: -11px;
  left: -60px;
  display: block;
  background: #eeeeee;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.btn_back .default,
.btn_back .hover {
  position: absolute;
  top: 11px;
  left: 18px;
  z-index: 3;
}

.btn_back .text {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
}

.btn_back:hover .circle {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -9px;
}

.btn_back:hover .hover {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
}

.btn_back:hover .default {
  display: none;
}

.btn_45_pink {
  background: #E3328B;
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 200ms all;
  transition: 200ms all;
  padding: 0 30px;
  border: none;
  cursor: pointer;
}

.btn_45_pink:hover {
  background: #c4176d;
}

@media (max-width: 1206px) {
  .btn_55_custom:not([disabled]):hover .circle {
    display: none;
  }

  .btn_55_custom:not([disabled]):hover .hover {
    display: none;
  }

  .btn_55_custom:not([disabled]):hover .default {
    display: block;
  }

  .btn_40_custom:hover .circle {
    display: none;
  }

  .btn_40_custom:hover .hover {
    display: none;
  }

  .btn_40_custom:hover .default {
    display: block;
  }

  .btn_back:hover .circle {
    display: none;
  }

  .btn_back:hover .hover {
    display: none;
  }

  .btn_back:hover .default {
    display: block;
  }
}
.selectBox-dropdown.custom2 {
  border-color: #dbdbdb;
  border-radius: 6px;
  height: 38px;
  line-height: 38px;
}

.selectBox-dropdown.custom2 .selectBox-label {
  font-size: 13px;
  font-family: 'latoregular';
  text-transform: none;
  height: 38px;
  line-height: 38px;
}

.selectBox-dropdown.custom2 .selectBox-arrow {
  background: url("../js/selectbox/selectBox-arrow-grey.png") no-repeat;
  width: 12px;
  height: 6px;
  top: 18px;
}

.custom2-selectBox-dropdown-menu {
  border-color: #dbdbdb !important;
  border-radius: 6px !important;
  margin-top: 4px !important;
}

.custom2-selectBox-dropdown-menu li + li {
  border-color: #dbdbdb !important;
}

/* Pagination */
#pagination_bottom {
  text-align: center;
  margin: 25px 0;
}

#pagination_bottom li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: 18px;
  height: 27px;
  width: 27px;
  line-height: 27px;
  margin: 0 3px;
}

#pagination_bottom li a {
  display: block;
  text-decoration: none;
}

#pagination_bottom li.pagination_previous,
#pagination_bottom li.pagination_next {
  border-radius: 50%;
  text-align: center;
  background: white;
  border: 1px solid #593312;
}

#pagination_bottom li.pagination_previous span,
#pagination_bottom li.pagination_next span {
  display: block;
  margin: 5px auto 0;
}

#pagination_bottom li.pagination_previous .hover,
#pagination_bottom li.pagination_next .hover {
  display: none;
}

#pagination_bottom li.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

#pagination_bottom li.current {
  color: #593312;
}

#pagination_bottom li.current span span {
  border-bottom: 1px solid #593312;
  padding-bottom: 8px;
}

#pagination_bottom li.pagination_previous:hover,
#pagination_bottom li.pagination_next:hover {
  background: #593312;
}

#pagination_bottom li.pagination_previous:hover .default,
#pagination_bottom li.pagination_next:hover .default {
  display: none;
}

#pagination_bottom li.pagination_previous:hover .hover,
#pagination_bottom li.pagination_next:hover .hover {
  display: block;
}

@media (max-width: 768px) {
  .fancybox-error {
    white-space: normal !important;
  }
}
/* Feature store */
.feature_store {
  display: block;
  clear: both;
  max-width: 150px;
}
.feature_store .content {
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: white;
  display: block;
  text-align: center;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.feature_store .content .text {
  display: none;
  font-size: 14px;
  margin-left: 8px;
  line-height: 13px;
  text-align: left;
}
.feature_store .sg-feature_store {
  margin: 12px auto 0;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.feature_store .line {
  display: none;
}
.feature_store:hover .content {
  width: auto;
  padding: 0 15px;
}
.feature_store:hover .text {
  margin-left: 4px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/******************************************************************
    5. Layout
******************************************************************/
body {
  background: #f9f9f9;
}
body.content_only {
  background: none;
}

#page {
  min-width: 320px;
}

#headerTop {
  background: #593312;
  height: 30px;
  box-shadow: 0 2px 1px rgba(5, 6, 7, 0.23);
}

.columns-container {
  position: relative;
  z-index: 1;
}

.c_center {
  width: 1200px;
  margin: auto;
}

#header {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #header {
    position: relative;
    z-index: 3;
  }

  #header .c_center {
    padding: 17px 0 0;
  }
}
#footer {
  background: white;
}

@media (max-width: 768px) {
  #footer {
    background: #f9f9f9;
  }

  #footerTop {
    height: auto;
  }

  #footerTop .c_center {
    margin: 0;
    width: 100%;
  }

  #footer .copyright {
    margin-top: 20px;
  }

  #footer .copyright span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 70%;
  }
}
/* FORM */
.form_custom input {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  height: 39px;
  line-height: 39px;
  color: #593312;
  padding: 0 10px;
  font-size: 12px;
}

.form_custom textarea {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #593312;
  padding: 10px;
  font-size: 12px;
}

.form_custom button {
  background: #e03288;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  border-radius: 6px;
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

/* CHECKBOX */
#page .checkbox div.checker span,
#page .checkbox div.checker.focus span,
#page .checkbox div.checker.hover span {
  background: url("../img/project/checkbox.png") no-repeat 0 0;
  width: 12px;
  height: 13px;
  cursor: pointer;
}

#page .checkbox div.checker .checked,
#page .checkbox div.checker.hover .checked,
#page .checkbox div.checker.focus .checked {
  background: url("../img/project/checkbox.png") no-repeat 0 0;
  width: 12px;
  height: 13px;
  background-position: -12px 0;
}

#page div.radio {
  width: 12px;
  height: 12px;
}

#page div.radio span,
#page div.radio.focus span,
#page div.radio.hover span {
  height: 10px;
  width: 10px;
  border: 1px solid #aeaeae;
  border-radius: 50%;
  background: white;
  cursor: pointer;
}

#page div.radio .checked,
#page div.radio.hover .checked,
#page div.radio.focus .checked {
  height: 12px;
  width: 12px;
  border: none;
  background: #c8d200;
}

/* FORM GREY */
.form_grey {
  background: #f9f9f9;
  padding: 30px;
}

.form_grey .btn_40_custom {
  width: 200px;
  float: left;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #center_column .form_grey .form-group input {
    width: 90%;
    padding: 0 5%;
  }

  #center_column .form_grey .form-group textarea {
    width: 90%;
    padding: 5%;
  }

  #center_column .form_grey .btn_40_custom {
    width: 100%;
  }

  #center_column .form_grey div.checkbox {
    width: 100%;
  }
}
/******************************************************************
    ORDER
******************************************************************/
table.table th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #491c0f;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
}

table.table th .footable-sort-indicator {
  display: none;
}

table.table tbody td {
  background: #f2f2f2;
}

table.table tbody .alternate_item td {
  background: white;
}

#order table.table th {
  background: #491c0f;
  line-height: 14px;
  padding: 12px 10px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
}

#order table.table th.first_item {
  border-radius: 6px 0 0 6px;
  padding: 0;
}

#order table.table th.last_item {
  border-radius: 0 6px 6px 0;
}

#order table.table th.cart_description {
  width: 180px;
}

#order table.table th.cart_unit {
  width: 90px;
}

table.table td {
  vertical-align: middle;
}

#order-detail-content {
  width: calc(100% - 320px - 20px);
  float: left;
}

#block-order-detail .table-states {
  text-align: left;
}
#block-order-detail .ereservation-cancel {
  margin-top: 10px;
  display: block;
}

#order h1.page-heading {
  padding: 25px 0 25px;
}

#cart_summary {
  width: 100%;
}

#cart_summary #ereservation-status span {
  display: none;
}

#cart_summary th.cart_description {
  padding: 0 10px;
}

#cart_summary th.cart_delete {
  padding: 0;
  width: 14px;
}

#cart_summary td {
  background: white;
}

#cart_summary td.cart_product a {
  display: block;
}

#cart_summary td.cart_description .feature_store {
  margin: 5px 0 0 0;
  font-size: 10px;
  line-height: 18px;
  height: 18px;
  max-width: none;
}

#cart_summary td.cart_description .feature_store span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#cart_summary td.cart_description .product-name {
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

#cart_summary td.cart_description .product-name a {
  color: #4b4746;
}

#cart_summary td.cart_unit {
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-align: center;
}

#cart_summary td.cart_unit .old-price {
  color: #4b4746;
  display: block;
  text-decoration: line-through;
}

#cart_summary td.cart_quantity .cart_quantity_input {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 38px;
  width: 54px;
  line-height: 38px;
  text-align: center;
  color: #4b4746;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  display: blockl;
  margin: auto;
}

#cart_summary td.cart_quantity .cart_quantity_input.hidden {
  display: none;
}

#cart_summary td.cart_quantity a.cart_quantity_input_box {
  min-width: 54px;
}

#cart_summary td.cart_quantity a.cart_customization_quantity_input_box {
  min-width: 54px;
}

#cart_summary td.cart_quantity a.cart_quantity_input_box .selectBox-label {
  padding-left: 10px;
}

#cart_summary td.cart_quantity > span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#cart_summary td.cart_total {
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: right;
}

#cart_summary td.cart_delete {
  padding: 9px 0;
  text-align: center;
}

#cart_summary td.cart_delete > div {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#cart_summary td.cart_delete a {
  display: block;
}

#cart_summary tr + tr td,
#cart_summary #cart_free_bag td {
  border-top: 1px solid #dbdbdb;
}

#cart_summary .customization td {
  border-top: none;
  padding: 6px 10px;
}

#cart_summary .customization ul {
  list-style: none;
}

#cart_summary .customization .cart_quantity {
  text-align: center;
}

#cart_summary .customization .cart_quantity .cart_quantity_input {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 38px;
  width: 54px;
  line-height: 38px;
  text-align: center;
  color: #4b4746;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  display: block;
  margin: auto;
}

#cart_summary .cart_discount td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

#cart_summary .cart_discount_name {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#cart_summary .cart_discount_delete {
  text-align: center;
}

#cart_summary .cart_discount_price {
  text-align: right;
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#cart_summary .price_discount_del a {
  display: block;
}

#cart_summary tr.qty0 td {
  border-top: 1px solid #df1f1f;
  border-bottom: 1px solid #df1f1f;
}

#cart_summary tr.qty0 td > * {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#cart_summary tr.qty0 td.cart_delete > * {
  opacity: 1;
  filter: alpha(opacity=100);
}

#cart_summary tr.qty0 td.cart_delete {
  border-right: 1px solid #df1f1f;
}

#cart_summary tr.qty0 td.cart_product {
  border-left: 1px solid #df1f1f;
}

#cart_summary tr.ereservation-alert td.cart_product {
  border-left: 1px solid #df1f1f;
}
#cart_summary tr.ereservation-alert td.cart_description .product-name a {
  color: #df1f1f;
}

@media (max-width: 768px) {
  #cart_summary td.cart_description .feature_store {
    margin: 2px 0 0 0;
    line-height: 1;
    height: auto;
  }

  .shipping_mode .title {
    float: none !important;
  }
}
table.bottom {
  width: 100%;
}

table.bottom tfoot td {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 16px 10px;
  width: 50%;
}

/* Free bag */
#cart_free_bag .cart_fb_picto {
  width: 100px;
}

#cart_free_bag .cart_fb_picto .sg-free_bag,
#cart_free_bag .cart_fb_picto .checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#cart_free_bag .cart_fb_picto .checker {
  margin-top: 8px;
  margin-right: 26px;
}

#cart_free_bag .price {
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: right;
  text-transform: uppercase;
}

#cart_free_bag .cart_delete {
  width: 14px;
  padding: 0;
}

.shipping_mode .title {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 255px;
  float: left;
}
.shipping_mode div.radio span {
  top: 2px;
}
.shipping_mode label {
  margin-right: 10px;
}

/* Estimate shipping */
.estimated_shipping td {
  border-top: 0 !important;
  padding-top: 0 !important;
}
.estimated_shipping.store_shipping td {
  padding-bottom: 0;
}
.estimated_shipping.store_shipping .estimation_block, .estimated_shipping.store_shipping #estimated_shipping_cost {
  display: none;
}

.estimated_shipping_title .title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 255px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.estimated_shipping_title #compare_shipping_form {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 224px;
  vertical-align: middle;
}

#estimated_shipping_cost {
  color: #E3328B;
  text-align: right;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

#compare_shipping #uniform-id_country_cc {
  min-width: 150px;
}

#compare_shipping #id_country_cc {
  min-width: 150px;
}

#order #compare_shipping_form .selectBox-dropdown {
  height: 30px;
  line-height: 30px;
}

#order #compare_shipping_form .selectBox-dropdown .selectBox-label {
  height: 30px;
  line-height: 30px;
}

#order #compare_shipping_form .selectBox-dropdown .selectBox-arrow {
  top: 12px;
}

/* Voucher */
#cart_voucher {
  border-bottom: 1px solid #dbdbdb;
}

#cart_voucher h4 {
  width: 255px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 13px;
  vertical-align: middle;
}

#cart_voucher h4 span {
  font-size: 11px;
  font-family: 'latoregular';
  text-transform: none;
}

#cart_voucher #title {
  margin-top: 4px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  float: left;
}

#display_cart_vouchers {
  float: left;
  margin: 5px 0 0 10px;
}

#cart_voucher fieldset > p {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#cart_voucher #voucher p {
  border: 1px solid #dbdbdb;
  height: 38px;
  line-height: 38px;
  width: 224px;
  padding: 0 10px;
  border-radius: 6px;
}

#cart_voucher #voucher p > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#cart_voucher #voucher #discount_name {
  width: 190px;
  font-size: 13px;
  color: #4b4746;
  height: 24px;
  line-height: 24px;
}

.ie7 #cart_voucher #voucher #discount_name {
  float: left;
  margin-top: 12px;
}

#cart_voucher #voucher button {
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: none;
  background: none;
  color: #4b4746;
  cursor: pointer;
}

.cart_navigation .btn_back {
  float: left;
  width: 180px;
}

.cart_navigation .btn_back .text {
  margin-left: 10px;
}

.cart_navigation .btn_back:hover {
  text-decoration: none;
}

.cart_navigation .btn_back .hover {
  margin-left: 0;
}

.cart_navigation .btn_back:hover .circle {
  left: -14px;
}

#order .voucher_name {
  color: #E3328B;
  cursor: pointer;
}

.gift-fidelity-row {
  display: flex;
}
.gift-fidelity-row .gift-message,
.gift-fidelity-row .cart-fidelity {
  border-top: 0;
}
@media (max-width: 1206px) {
  .gift-fidelity-row {
    flex-direction: column;
    width: 100%;
  }
  .gift-fidelity-row .gift-message,
  .gift-fidelity-row .cart-fidelity {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.gift-fidelity-row .cart-fidelity {
  border-bottom: 1px solid #dbdbdb;
}
.gift-fidelity-row .cart-fidelity .cart-fidelity-img {
  float: left;
  margin-right: 30px;
  width: 46px;
  height: 58px;
  margin-bottom: 20px;
}
.gift-fidelity-row .cart-fidelity .cart-fidelity-img img {
  width: 100%;
  height: auto;
}
.gift-fidelity-row .cart-fidelity .cart-fidelity-content {
  overflow: hidden;
  margin-bottom: 20px;
}
.gift-fidelity-row .cart-fidelity .cart-fidelity-content .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.gift-fidelity-row .cart-fidelity .cart-fidelity-content .title small {
  font-size: 12px;
}
.gift-fidelity-row .cart-fidelity .cart-fidelity-content strong {
  font-family: "Open Sans", sans-serif;
}
.gift-fidelity-row .cart-fidelity .table-fidelity {
  width: 100%;
}
.gift-fidelity-row .cart-fidelity .table-fidelity th {
  background: none;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  color: #593312;
  font-weight: normal;
  border-bottom: 1px solid #dbdbdb;
}
.gift-fidelity-row .cart-fidelity .table-fidelity td {
  padding: 10px;
}
.gift-fidelity-row .cart-fidelity #cart_fidelity_points {
  font-family: "Open Sans", sans-serif;
}
.gift-fidelity-row .cart-fidelity.cart-fidelity-payment {
  border-bottom: 0;
  margin: 25px 0 0;
}
.gift-fidelity-row .cart-fidelity.cart-fidelity-payment:before, .gift-fidelity-row .cart-fidelity.cart-fidelity-payment:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gift-fidelity-row .cart-fidelity.cart-fidelity-payment:after {
  clear: both;
}
.gift-fidelity-row .cart-fidelity.cart-fidelity-payment .cart-fidelity-img {
  margin: 0 15px 0 0;
}
.gift-fidelity-row .cart-fidelity.cart-fidelity-payment .cart-fidelity-content {
  padding-top: 10px;
  margin: 0;
}

.submit.custom {
  margin-top: 15px;
}

.submit.custom .btn_55_custom {
  min-width: 220px;
}

.submit.custom .btn_55_custom .text {
  margin-left: -5px;
}

.submit.custom .btn_55_custom:hover .circle {
  right: -25px;
}

.recap_right {
  float: left;
  width: 320px;
  margin-left: 20px;
}

.recap_right > .content {
  border: 1px solid #d2d2d2;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 18px 24px;
}

.recap_right .top {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.recap_right .top span {
  font-size: 11px;
  display: block;
}

.recap_right table {
  width: 100%;
  margin-top: 24px;
}

.recap_right table .cart_total_price {
  border-top: 1px solid #e3e3e3;
}

.recap_right table td {
  text-align: left;
  padding: 10px;
}

.recap_right table .cart_total_price td {
  padding-top: 15px;
}

.recap_right table .cart_total_delivery td {
  padding-bottom: 15px;
}

.recap_right table .cart_total_delivery td span {
  vertical-align: top;
  margin: 3px 0 0 5px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.recap_right table td + td {
  text-align: right;
}

.recap_right table td.price {
  color: #E3328B;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.recap_right table .cart_total_price.last td {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #E3328B;
  padding: 22px 10px;
}

.recap_right .btn_55_custom {
  margin-bottom: 14px;
}

.recap_right .btn_55_custom .text {
  margin-left: -5px;
}

.recap_right .btn_55_custom:hover .circle {
  right: -25px;
}

.recap_right .reassurance {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}

.recap_right .free_shipping_price {
  margin: 22px 0 0;
  font-size: 12px;
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.recap_right .block_help {
  margin-top: 22px;
}

.recap_right .block_help .sg-cart_phone {
  float: left;
  margin-left: 50px;
  display: block;
  margin-top: 3px;
}

.recap_right .block_help .infos {
  margin-left: 16px;
  float: left;
  width: 200px;
  font-size: 12px;
  line-height: 16px;
}

.recap_right .block_help .infos > span {
  display: block;
}

.recap_right .block_help .infos .title {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.recap_right .block_help .infos .pink {
  color: #E3328B;
}

.recap_right .payment-reinsurance {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background: #f9f9f9;
  padding: 11px 0 9px;
  text-align: center;
  margin-top: 10px;
}
.recap_right .payment-reinsurance .title {
  font-size: 11px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: block;
}
.recap_right .payment-reinsurance .payment-reinsurance-icons {
  background: url(../img/project/payment-reinsurance.png) no-repeat;
  width: 237px;
  height: 21px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.btn_back_to_cart {
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
}

.btn_back_to_cart > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.btn_back_to_cart .text {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-left: 5px;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

.btn_back_to_cart:hover {
  text-decoration: none;
}

.btn_back_to_cart:hover .text {
  margin-left: 10px;
}

/* ORDER STEP */
.step_container {
  height: 40px;
  margin-top: 1px;
  position: relative;
}

.step_container .left_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 40px;
  width: 50%;
  background: #491c0f;
}

.step_container .right_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 40px;
  width: 50%;
  background: #dbdbdb;
}

.step_container.payment .right_bg {
  background: #491c0f;
}

.step_container ul {
  text-align: center;
  position: relative;
  z-index: 2;
}

.step_container ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 244px;
  height: 40px;
  background: #dbdbdb;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.step_container ul li.step_done,
.step_container ul li.step_current {
  background: #491c0f;
  color: white;
}

.step_container ul li.step_done a,
.step_container ul li.step_current a {
  color: white;
}

.step_container ul li em {
  font-style: normal;
}

.step_container ul li + li {
  border-left: 1px solid white;
  margin-left: -3px;
}

/* ORDER ADDRESS*/
.description_title {
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.description_title + .addresses {
  margin-top: 45px;
}

.addresses > .row {
  text-align: center;
}

.addresses > .row > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.addresses .address_delivery > * {
  float: left;
}

#center_column .addresses .address_delivery label {
  width: 205px;
  margin: 8px 10px 0 15px;
  text-align: right;
  font-weight: normal;
  text-transform: none;
  font-family: 'latoregular';
}

.addresses .address_delivery select {
  width: 215px;
}

.addresses .addressesAreEquals {
  margin-left: 15px;
}

.addresses .addressesAreEquals > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#address_invoice_form {
  display: block;
  margin: 15px 0;
  text-align: center;
}

#address_invoice_form .button {
  height: 38px;
  line-height: 38px;
  background: white;
  border: 1px solid #4b4746;
  border-radius: 6px;
  width: 244px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: auto;
  display: block;
  font-size: 11px;
  margin-left: 364px;
}

#address_invoice_form .button:hover {
  text-decoration: none;
}

#address_invoice_form.select {
  text-align: center;
}

#address_invoice_form.select label {
  margin: 0 8px 0 15px;
  text-align: right;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: "latoregular";
  text-transform: none;
}

#address_invoice_form.select select {
  width: 215px;
}

.addresses-selectors {
  float: left;
  width: 58%;
  padding-right: 2%;
}
.addresses-selectors > div {
  float: right;
}

.addresses-actions {
  float: right;
  width: 40%;
}
.addresses-actions .addressesAreEquals {
  height: 40px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.addresses-actions .addressesAreEquals .checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.addresses-actions .add-new-address {
  text-align: left;
  padding-left: 15%;
  padding-top: 10px;
  float: left;
}
.addresses-actions .add-new-address .btn_back {
  height: 30px;
  line-height: 30px;
  margin-top: 0;
}

.addresses ul.address {
  width: 490px;
  float: left;
  margin-top: 25px;
  list-style: none;
}

.addresses ul.address + ul.address {
  margin-left: 20px;
}

.addresses ul.address li {
  background: #f9f9f9;
  text-align: left;
  padding: 0 50px;
}

.addresses ul.address li.address_title {
  background: #593312;
  border-radius: 6px 6px 0 0;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  color: white;
  text-align: center;
}

.addresses ul.address li.address_title h3 {
  font-weight: normal;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.addresses ul.address li.address_title h3 span {
  position: absolute;
  top: 0;
  right: -35px;
  display: block;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.addresses ul.address li.address_title h3 .open {
  display: none;
}

.addresses ul.address li.address_firstname {
  padding-top: 10px;
}

.addresses ul.address li.address_phone_mobile {
  padding-top: 12px;
}

.addresses ul.address li.address_update {
  padding: 38px 50px;
  margin: 0;
}

.addresses ul.address li.address_update a {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
}

.address_add a,
.btn_giftcard {
  height: 38px;
  line-height: 38px;
  background: white;
  border: 1px solid #4b4746;
  border-radius: 6px;
  width: 244px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 12px auto;
  display: block;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}

.address_add a:hover,
.btn_giftcard:hover {
  text-decoration: none;
}

#center_column #ordermsg {
  margin-top: 25px;
}

#center_column #ordermsg label {
  margin: 0 16px;
  display: block;
  font-weight: normal;
  font-family: 'latoregular';
  text-transform: none;
}

#center_column #ordermsg textarea {
  margin-top: 10px;
  border-radius: 6px;
  padding: 5px;
  font-size: 13px;
  color: #4b4746;
  width: 99%;
  height: 80px;
}

.processAddress {
  margin-top: 30px;
}

/* ORDER CARRIER */
.delivery_options_address {
  margin-top: 30px;
}

.delivery_options_address table {
  width: 100%;
}

.delivery_option {
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 14px;
  margin-top: 20px;
}

.delivery_option table.table tbody td {
  background: white;
}

.delivery_option table .delivery_option_radio {
  width: 18px;
}

.delivery_option table .delivery_option_logo {
  width: 170px;
}

.delivery_option table .delivery_option_info .infos {
  width: 260px;
  float: left;
}

.delivery_option table .delivery_option_info .infos strong {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.delivery_option table .delivery_option_info .block_dateofdelivery {
  float: left;
  width: 290px;
  margin-left: 40px;
}

.delivery_option table .delivery_option_info .block_dateofdelivery strong {
  font-weight: normal;
}

.delivery_option table .delivery_option_info .block_dateofdelivery .small {
  font-size: 11px;
  line-height: 14px;
}

.delivery_option .choose-delivery p {
  margin-bottom: 5px;
}

.delivery_option .choose-delivery .input-date-delivery {
  height: 30px;
  line-height: 30px;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 0 10px;
  width: 150px;
}

.delivery_option table .delivery_option_delay {
  float: left;
  width: 320px;
  margin-left: 20px;
}

.delivery_option table .delivery_option_price {
  text-align: right;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  width: 100px;
}

.processCarrier {
  margin: 20px auto 50px;
  text-align: center;
}
.processCarrier .button {
  width: 280px;
  margin-bottom: 10px;
}
.processCarrier .text {
  line-height: 14px;
  font-size: 14px;
}
.processCarrier .text span {
  font-size: 11px;
  text-transform: none;
}
.processCarrier .payment-required {
  font-style: italic;
}

.processAddress {
  margin: 20px auto 50px;
  text-align: center;
}
.processAddress .button {
  padding: 0px 20px;
  margin-bottom: 10px;
  width: 350px;
}
.processAddress .text {
  line-height: 14px;
  font-size: 14px;
}
.processAddress .text span {
  font-size: 11px;
  text-transform: none;
}

#order .selectBox-dropdown {
  border-color: #dbdbdb;
  border-radius: 6px;
  height: 38px;
  line-height: 38px;
}

#order .selectBox-dropdown .selectBox-label {
  font-size: 13px;
  font-family: 'latoregular';
  text-transform: none;
  height: 38px;
  line-height: 38px;
}

#order .selectBox-dropdown .selectBox-arrow {
  background: url("../js/selectbox/selectBox-arrow-grey.png") no-repeat;
  width: 12px;
  height: 6px;
  top: 18px;
}

#order .selectBox-options {
  border-color: #dbdbdb;
  border-radius: 6px;
  margin-top: 4px;
}

#order .selectBox-options li + li {
  border-color: #dbdbdb;
}

#order #gift_message_wrapper {
  padding: 15px 0;
}
#order #gift_message_wrapper .label-picture {
  width: 37px;
  height: 40px;
  background: url(../img/project/gift-message.png?v=3) no-repeat;
  margin: 0 15px 0 0;
  display: block;
  float: left;
}
#order #gift_message_wrapper #gift_message {
  font-family: "Open Sans", sans-serif;
  resize: none;
  margin-left: 0;
  width: calc(100% - 15px);
  font-size: 14px;
  font-size: 0.875rem;
}
#order #gift_message_wrapper label {
  text-transform: none;
  margin-left: 0;
  font-family: "Open Sans", sans-serif;
}
#order #gift_message_wrapper label strong {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
#order #gift_message_wrapper .label-text {
  display: flex;
  flex-direction: column;
}
#order #gift_message_wrapper .label-text .gift-message-radios {
  margin-top: 5px;
}
#order #gift_message_wrapper .label-description {
  text-align: right;
  width: 100%;
  display: block;
  color: #999;
  font-size: 11px;
  font-size: 0.6875rem;
}
#order #gift_message_wrapper .gift-message-radios > * {
  display: inline-block;
  vertical-align: middle;
}
#order #gift_message_wrapper .gift-message-radios input[type="radio"] + label {
  margin: 0 20px 0 0;
}

/*ORDER PAYMENT*/
.paiement_block {
  margin: 40px auto 0;
}

.paiement_block #order-detail-content {
  float: left;
  width: 296px;
  background: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
  padding: 0 12px;
}

.paiement_block #order-detail-content .top {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 27px 0;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: relative;
  cursor: pointer;
}

.paiement_block #order-detail-content .top span {
  display: none;
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 24px;
}

.paiement_block #order-detail-content tbody td {
  padding: 9px 0;
  border-top: 1px solid #dbdbdb;
  font-family: 'latoregular';
}

.paiement_block #order-detail-content tbody td.cart_description {
  padding: 9px 10px;
}

.paiement_block #order-detail-content tbody td.cart_total {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #E3328B;
}

.paiement_block #order-detail-content tbody td .qty {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.paiement_block #order-detail-content tbody td ul {
  list-style: none;
}

.paiement_block #order-detail-content tbody .cart_item ul, .paiement_block #order-detail-content tbody .cart_item strong {
  float: left;
}

.paiement_block #order-detail-content tbody .cart_item strong {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.paiement_block #order-detail-content td {
  background: none;
}

#order-detail-content .free_shipping_price,
#order-detail-content .free_shipping_reached {
  padding: 10px 0;
  font-size: 14px;
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.paiement_block .cart_discount_name strong {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.paiement_block #cart_summary tfoot td {
  padding: 3px 0;
  text-align: left;
  border: none;
  border-top: 1px solid #e3e3e3;
}

.paiement_block #cart_summary tfoot tr + tr td {
  border-top: none;
}

.paiement_block #cart_summary tfoot td + td {
  text-align: right;
  color: #E3328B;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.paiement_block #cart_summary tfoot .cart_total_price td {
  padding-top: 14px;
}

.paiement_block #cart_summary tfoot .last td {
  color: #E3328B;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  width: 75px;
}

.paiement_block #cart_summary tfoot .cart_shipping td {
  font-size: 11px;
  padding-bottom: 14px;
  line-height: 12px;
}

.paiement_right {
  float: left;
  width: 658px;
  margin-left: 20px;
}

.paiement_right .address {
  width: 255px;
  float: left;
  list-style: none;
}

.paiement_right .address + .address {
  margin-left: 85px;
}

.paiement_right .address .address_title {
  position: relative;
}

.paiement_right .address .address_title h3 {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 16px;
}

.paiement_right .address .address_title span {
  position: absolute;
  top: 0;
  right: 13px;
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: white;
}

.paiement_right .address .address_country {
  margin-bottom: 16px;
}

.paiement_right .block_message {
  margin-top: 24px;
}

.block_cgv {
  position: relative;
  margin-top: 30px;
  color: #E3328B;
  font-size: 14px;
}

.block_cgv > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.block_cgv > .checker {
  margin-top: 4px;
}

.block_cgv a {
  text-decoration: underline;
}

.gift-message-payment {
  padding: 10px 0;
}
.gift-message-payment strong {
  font-family: "Open Sans", sans-serif;
}

#HOOK_PAYMENT {
  margin-top: 27px;
}

#HOOK_PAYMENT .title {
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 7px;
}

#HOOK_PAYMENT .payment_module a {
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  background: white;
  height: 98px;
  line-height: 98px;
  padding: 0 25px;
  display: block;
  margin-top: 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}

#HOOK_PAYMENT .payment_module a > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#HOOK_PAYMENT .payment_module a .infos {
  margin-left: 20px;
  width: 64%;
  line-height: 20px;
}

#HOOK_PAYMENT .payment_module a .bold {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

#HOOK_PAYMENT .payment_module a span {
  font-size: 13px;
}

#HOOK_PAYMENT .payment_module .sg-arrow_brown_r_6 {
  position: absolute;
  top: 43px;
  right: 24px;
  display: block;
}

#HOOK_PAYMENT .payment_module a:hover {
  border-color: #593312;
}

#module-cheque-payment form.c_center,
#module-bankwire-payment form.c_center {
  margin: 10px auto 50px;
  text-align: center;
}

#cart_navigation.module_payment {
  text-align: center;
}

#cart_navigation.module_payment .btn_back {
  width: 200px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  vertical-align: middle;
  margin-top: 10px;
}

#cart_navigation.module_payment .btn_40_custom {
  width: 260px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  margin-left: 20px;
  vertical-align: middle;
  margin-bottom: 0;
}

/* ORDER CONFIRMATION */
#order-confirmation div.block_left, #module-nq_clickandcollect-confirmation div.block_left {
  float: left;
  width: 345px;
  height: 375px;
  background: url("../img/project/order_conf.jpg") no-repeat;
  margin: 60px 0 100px;
}
#order-confirmation .block_right, #module-nq_clickandcollect-confirmation .block_right {
  float: left;
  width: calc(100% - 345px - 40px);
  margin: 60px 0 100px 40px;
}
#order-confirmation h1, #module-nq_clickandcollect-confirmation h1 {
  text-align: left;
  padding-top: 0;
}
#order-confirmation .alert, #module-nq_clickandcollect-confirmation .alert {
  font-weight: normal;
}
#order-confirmation .cart_navigation, #module-nq_clickandcollect-confirmation .cart_navigation {
  margin-top: 30px;
}
#order-confirmation .cart_navigation a, #module-nq_clickandcollect-confirmation .cart_navigation a {
  border: 1px solid #4b4746;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  display: block;
  text-align: center;
  width: 424px;
  text-decoration: none;
  position: relative;
}
#order-confirmation .cart_navigation a > *, #module-nq_clickandcollect-confirmation .cart_navigation a > * {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#order-confirmation .cart_navigation a .text, #module-nq_clickandcollect-confirmation .cart_navigation a .text {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
}
#order-confirmation .cart_navigation a .sg-arrow_greydark_r_6, #module-nq_clickandcollect-confirmation .cart_navigation a .sg-arrow_greydark_r_6 {
  position: absolute;
  top: 14px;
  right: 19px;
  display: block;
}

@media (max-width: 1206px) {
  .hide-tablet {
    display: none;
  }

  #order #gift_message_wrapper #gift_message {
    width: calc(100% - 15px);
    margin-left: 0;
  }

  #cart_summary td.cart_description .feature_store {
    height: auto;
  }

  #block-history .history_detail {
    display: none !important;
  }

  #block-history .last_item {
    display: none !important;
  }

  #order-detail-content {
    width: 496px;
  }

  table.table th.cart_description {
    width: auto;
  }

  #cart_voucher h4,
  .estimated_shipping_title .title {
    width: 150px;
  }

  #cart_voucher h4 {
    padding-right: 10px;
  }

  .recap_right {
    width: 251px;
    margin-left: 13px;
  }

  .recap_right > .content {
    padding: 18px 10px;
  }

  .recap_right .free_shipping_price {
    padding: 0 30px;
  }

  .recap_right .block_help .sg-cart_phone {
    margin-left: 25px;
  }

  .step_container ul li {
    width: 185px;
  }

  /* ORDER ADDRESS */
  .addresses ul.address {
    width: 370px;
  }

  #address_invoice_form.select {
    padding-right: 0;
    text-align: left;
  }

  #address_invoice_form.select label {
    margin: 0 10px 0 15px;
  }

  /* ORDER CARRIER */
  .delivery_option table .delivery_option_delay {
    margin-left: 0;
    clear: both;
  }

  .delivery_option table .delivery_option_info .block_dateofdelivery {
    width: auto;
    float: none;
    margin-left: 0;
  }

  /* ORDER PAYMENT */
  .paiement_block #order-detail-content {
    width: 276px;
  }

  .paiement_right {
    width: 438px;
  }

  .paiement_right .address {
    width: 204px;
  }

  .paiement_right .address + .address {
    margin-left: 30px;
  }

  #HOOK_PAYMENT .payment_module a .infos {
    width: 210px;
    margin-left: 0;
  }

  /*ORDER CONFIRMATION*/
  #order-confirmation .block_right, #module-nq_clickandcollect-confirmation .block_right {
    width: 395px;
  }

  #order-confirmation .cart_navigation a, #module-nq_clickandcollect-confirmation .cart_navigation a {
    width: auto;
  }
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }

  .cart_navigation.visible_mobile {
    text-align: center;
  }

  .cart_navigation.visible_mobile .btn_back {
    margin: 0 auto 0;
    float: none;
  }

  #order-detail-content {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  table.table th.cart_product {
    width: 60px;
  }

  table.table th.cart_total {
    text-align: center;
  }

  table.table th.cart_unit {
    width: auto;
  }

  table.table .cart_description .product-name .qty {
    display: inline;
  }

  table.table .cart_description .cart_quantity_input_box {
    margin-top: 4px;
    min-width: 54px;
  }

  table.table td.cart_total {
    min-width: 70px;
  }

  table.table td.cart_product img {
    width: 60px;
    height: 60px;
  }

  #cart_free_bag .cart_fb_picto {
    width: 60px;
  }

  #cart_free_bag .cart_fb_picto .checker {
    margin-right: 16px;
  }

  .estimated_shipping_title #compare_shipping_form {
    width: auto;
  }

  .estimated_shipping_title + .price {
    width: 60px;
    text-align: right;
  }

  table.bottom + .cart_navigation {
    display: none;
  }

  #cart_voucher h4 {
    margin-bottom: 4px;
  }

  .recap_right {
    width: 100%;
    float: none;
    margin: 30px 0 0;
  }

  .recap_right .block_help {
    text-align: center;
    margin: 22px 0;
  }

  .recap_right .block_help .sg-cart_phone {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
  }

  .recap_right .block_help .infos {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    text-align: left;
  }

  #cart_related_product {
    display: none;
  }

  .step_container {
    height: auto;
  }

  .step_container {
    padding-bottom: 1px;
    border-bottom: 1px solid #e3e3e3;
  }

  .step_container ul li {
    width: auto;
    padding: 0 23px 0 20px;
    color: white;
  }

  .step_container ul li .text {
    display: none;
  }

  .step_container ul li.step_current .text {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  .step_container ul li + li {
    margin-left: -3px;
  }

  .delivery_option table .delivery_option_price {
    font-size: 14px;
    width: auto;
  }

  #order #gift_message_wrapper .label-picture {
    margin: 5px 15px 0 0;
    height: 50px;
  }

  /* ORDER ADDRESS */
  .addresses > .row > *,
  #address_invoice_form.select {
    display: block;
    float: none;
    width: 100%;
  }

  .addresses-selectors:before, .addresses-selectors:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .addresses-selectors:after {
    clear: both;
  }

  .addresses-selectors > div {
    float: none;
  }

  .addresses .address_delivery > * {
    float: none;
  }

  .addresses .address_delivery select,
  #address_invoice_form.select select {
    width: auto;
  }

  #address_invoice_form {
    text-align: center !important;
  }

  .addresses .address .address_add:before, .addresses .address .address_add:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .addresses .address .address_add:after {
    clear: both;
  }

  #center_column .addresses .address_delivery label {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
  }

  .addresses-actions .add-new-address {
    float: none;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    padding: 0;
  }

  .addresses .addressesAreEquals {
    margin: 15px 0 0;
    text-align: center;
  }

  .description_address + .addresses {
    margin-top: 20px;
  }

  #order .addresses ul.address {
    width: 100%;
  }

  #order .addresses ul.address + ul.address {
    margin-left: 0;
  }

  #order #address_invoice {
    margin-left: 0;
  }

  .addresses ul.address + ul.address .address_title {
    display: block;
  }

  .addresses ul.address + ul.address .address_title .close {
    display: none;
  }

  .addresses ul.address + ul.address .address_title .open {
    display: block;
  }

  /*#slider_row + .row {border:none}
  #slider_row + .row  #center_column.full-column {border-top:1px solid #e3e3e3}*/
  #ordermsg textarea {
    width: 97%;
  }

  .delivery_option table .delivery_option_logo {
    width: 80px;
  }

  .delivery_option table .delivery_option_logo img {
    max-width: 80px;
  }

  .delivery_option table .delivery_option_info .infos {
    width: auto;
    float: none;
  }

  .delivery_option .choose-delivery .input-date-delivery {
    width: 50px;
  }

  /* ORDER PAYMENT */
  .paiement_block #order-detail-content {
    width: 96%;
    padding: 0 2%;
    float: none;
  }

  .paiement_block #order-detail-content .top {
    padding: 0 15px;
  }

  .paiement_block #order-detail-content .top .close {
    display: block;
  }

  .paiement_right {
    width: 100%;
    float: none;
    margin: 0;
  }

  .paiement_right .address {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    text-align: center;
    padding: 15px 0;
  }

  .paiement_right .address + .address {
    margin: 20px 0 0;
  }

  .paiement_right .address li {
    display: none;
  }

  .paiement_right .address .address_title {
    display: block;
  }

  .paiement_right .address .address_title .page-subheading {
    margin: 0;
  }

  .paiement_right .address .address_title span {
    color: #4b4746;
  }

  .paiement_right .address .address_title .open {
    display: block;
  }

  .paiement_right .address .address_name {
    margin-top: 15px;
  }

  .paiement_right .block_message, .block_cgv {
    text-align: center;
  }

  #HOOK_PAYMENT .title {
    text-align: center;
  }

  #HOOK_PAYMENT .payment_module a {
    padding-left: 0;
    padding-right: 15px;
  }

  #HOOK_PAYMENT .payment_module a .infos {
    margin-left: -20px;
    width: 140px;
  }

  #cart_navigation.module_payment .btn_40_custom {
    margin-left: 0;
    margin-bottom: 0;
  }

  /* ORDER CONFIRMATION */
  img.block_left {
    width: 50%;
    margin: 20px auto;
  }

  #order-confirmation .block_right,
  #module-nq_clickandcollect-confirmation .block_right {
    margin: 20px 0 50px 0;
    text-align: center;
    width: 100%;
  }

  #order-confirmation .block_right h1,
  #module-nq_clickandcollect-confirmation h1 {
    text-align: center;
  }
}
@media (max-width: 410px) {
  .delivery_option table .delivery_option_logo {
    width: auto;
  }

  .delivery_option table .delivery_option_logo img {
    display: none;
  }
}
/******************************************************************
    MINIMALST PROCESS
******************************************************************/
.minimalist_process #headerTop .c_center,
.minimalist_process #search_block,
.minimalist_process #cart_block,
.minimalist_process #nq_navigation,
.minimalist_process .breadcrumb,
.minimalist_process #footerTop,
.minimalist_process #nq_footerlinks {
  /*display: none*/
}

#order.minimalist_process h1.page-heading {
  padding: 45px 0 5px;
}

.minimalist_process #header .c_center {
  position: relative;
}

.minimalist_process .logo_shop {
  float: none;
  margin: 20px auto 26px;
}

.minimalist_process #footer .copyright {
  margin-top: 20px;
}

.minimalist_process #center_column {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .btn_back_to_cart {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 20px auto;
    text-align: center;
  }
}
/******************************************************************
    6. Pages without .scss file
******************************************************************/
#account_menu {
  float: left;
  width: 235px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  margin: 50px 0;
  overflow: hidden;
}

#account_menu ul {
  list-style: none;
}

#account_menu li a {
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}

#account_menu li + li a {
  border-top: 1px solid #dbdbdb;
}

#account_menu li span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#account_menu li .picto {
  width: 44px;
}

#account_menu li .text {
  font-size: 14px;
  color: #593312;
}

#account_menu li .sg-arrow_brown_r_6,
#account_menu li .sg-arrow_white_r_6 {
  display: block;
  position: absolute;
  top: 19px;
  right: 10px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

#account_menu li a.current {
  background: #593312;
}

#account_menu li a.current .text {
  color: white;
}

#account_menu li a:hover .text + span {
  right: 25px;
}

#account_right {
  margin: 50px 0 50px 103px;
  width: 660px;
  float: left;
}

#account_right .welcome {
  font-size: 16px;
  color: #593312;
  font-family: "SaveurSans-Regular";
}

#account_right h1 {
  text-align: left;
  padding: 3px 0 15px;
}

@media (max-width: 1206px) {
  #account_right {
    width: 493px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  #account_menu {
    width: 100%;
    margin: 20px 0 0;
  }

  #account_right {
    width: 100%;
    margin: 40px 0;
  }
}
/* address */
#add_address {
  margin-top: 20px;
}

#address .selectBox-dropdown.custom2 {
  min-width: 296px;
}

#address #adress_alias label {
  width: 296px;
}

@media (max-width: 768px) {
  #address .form_grey .selectBox-dropdown.custom2 {
    min-width: 100% !important;
  }

  #address #adress_alias label {
    width: 100%;
  }
}
/* identity */
#identity .radio-inline {
  float: left;
}

#identity .radio-inline + .radio-inline {
  margin-left: 18px;
}

#identity .radio-inline div.radio {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#identity .selectBox.days {
  min-width: 73px;
}

#identity .selectBox.months {
  min-width: 124px;
  margin-left: 7px;
}

#identity .selectBox.years {
  min-width: 74px;
  margin-left: 7px;
}

#identity #center_column div.checkbox {
  margin-left: 0;
}

#security_informations {
  font-size: 11px;
  text-align: left;
}

#identity .checkbox input, #identity .radio input {
  margin-right: 5px !important;
}

@media (max-width: 768px) {
  #identity .selectBox.days {
    min-width: 20%;
  }

  #identity .selectBox.months {
    min-width: 41%;
    margin-left: 2%;
  }

  #identity .selectBox.years {
    min-width: 30%;
    margin-left: 2%;
  }
}
/* index.tpl */
/* search.tpl */
/* 404.tpl */
.pagenotfound {
  text-align: center;
}
.pagenotfound .heading1 {
  margin: 30px 0 50px 0;
}
.pagenotfound .img-404 {
  margin-bottom: 30px;
}
.pagenotfound p {
  color: #4b4746;
  font-size: 13px;
  margin-bottom: 30px;
}
.pagenotfound p:last-child {
  margin-bottom: 150px;
}
.pagenotfound .btn_55_custom {
  padding: 0 40px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* password.tpl */
#password #center_column {
  text-align: center;
}

#password #center_column label {
  margin-left: 0;
}

#password #center_column .btn_40_custom {
  margin: 20px auto;
  float: none;
}

#password .footer_links {
  list-style: none;
}

#password .footer_links li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

#password .footer_links li a {
  width: 200px;
  text-decoration: none;
  margin-bottom: 20px;
}

/******************************************************************
    7. Modules without .scss file
******************************************************************/
/******************************************************************
    8. Components
******************************************************************/
body .ac_results {
  margin-left: -15px;
  border: none;
  width: auto !important;
  background: none;
}

body .ac_results ul {
  border: 1px solid #dbdbdb;
  border-radius: 0 0 4px 4px;
  background: white;
  overflow: hidden;
  width: 374px;
}

body .ac_results li {
  padding: 6px 15px;
}

body .ac_results li.ac_over {
  background: #491c0f;
}

@media (max-width: 1206px) {
  body .ac_results ul {
    width: 204px;
  }
}
@media (max-width: 768px) {
  body .ac_results {
    display: none !important;
  }
}
.iframe-hide iframe {
  display: none;
}

/******************************************************************
    8. ALL STORES
******************************************************************/
#searchcc h1 {
  margin-top: 20px;
}

#searchcc .contentcc ul li {
  line-height: 20px;
  height: auto !important;
  margin-top: 15px !important;
}

.protection-rules {
  text-align: center;
  margin-top: 20px;
}

.fancybox-inner .modal {
  background: #4b4746;
  padding: 40px 30px;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}

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