@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/*!
 * Override import Bootstrap v3.0.0
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #777;
  text-decoration: none; }
  a:hover, a:focus {
    color: #515151;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #333; }
  .breadcrumb > .active {
    color: #333; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #55c65e;
  border: 1px solid #36943e; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3aae43; }

.label-info {
  background-color: #5192f3;
  border: 1px solid #4b80c3; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #2174f0; }

.label-warning {
  background-color: #fe9126;
  border: 1px solid #e4752b; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #f07701; }

.label-danger {
  background-color: #f3515c;
  border: 1px solid #d4323d; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #f0212f; }

.mabpopup, .mabpopup-overlay {
  opacity: 0;
  visibility: hidden; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

p {
  margin: 0 0 9px; }

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }
body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #777; }
  body.content_only {
    background: none;
    min-width: 0px; }

#header {
  z-index: 5003; }

#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px; }

#index .tab-content {
  margin-top: 35px;
  margin-bottom: 34px; }

.ie8 #header #header_logo {
  width: 350px; }

.dark {
  color: #333; }

.unvisible {
  display: none; }

.header-container {
  background: #fff; }

/**
* le theme mab
*/
@font-face {
  font-family: 'mab';
  src: url("fonts/mab.eot?pihty9");
  src: url("fonts/mab.eot?pihty9#iefix") format("embedded-opentype"), url("fonts/mab.ttf?pihty9") format("truetype"), url("fonts/mab.woff?pihty9") format("woff"), url("fonts/mab.svg?pihty9#mab") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-locked:before {
  content: "\1f512"; }

.ico-ok:before {
  content: "\2713"; }

.ico-wrong:before {
  content: "\2716"; }

.ico-france:before {
  content: "\2b1f"; }

.ico-burger:before {
  content: "\1f354"; }

.ico-close:before {
  content: "\2613"; }

.ico-user:before {
  content: "\1f464"; }

.ico-app:before {
  content: "\1f4f1"; }

.ico-arrowTB:before {
  content: "\25bf"; }

.ico-carnet:before {
  content: "\1f4d4"; }

.ico-cart:before {
  content: "\1f45c"; }

.ico-cb:before {
  content: "\1f4b3"; }

.ico-facebook:before {
  content: "\270e"; }

.ico-fav:before {
  content: "\1f44d"; }

.ico-gift:before {
  content: "\1f381"; }

.ico-heart:before {
  content: "\2665"; }

.ico-insta:before {
  content: "\1f4f7"; }

.ico-letter:before {
  content: "\2709"; }

.ico-magnify:before {
  content: "\26b2"; }

.ico-manege:before {
  content: "\1f3db"; }

.ico-openhand:before {
  content: "\270b"; }

.ico-pack:before {
  content: "\1f4e6"; }

.ico-pinterest:before {
  content: "\1f370"; }

.ico-print:before {
  content: "\1f5a8"; }

.ico-redo:before {
  content: "\27f2"; }

.ico-star:before {
  content: "\2b51"; }

.ico-tick:before {
  content: "\2714"; }

.ico-cal:before {
  content: "\e900"; }

.btn-toplink, .btn-toplink:hover {
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none !important; }

/**
* titres
*/
.ttl--h2 {
  color: #a18c6f;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px; }

.ttl--sub {
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.ttl--niv1 {
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-size: 29px;
  font-weight: bold; }
.ttl--niv2 {
  color: #a18c6f;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold; }
.ttl--niv3 {
  color: #101010;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold; }

/**
* text
*/
/*******************************************************************
					Cart Block Styles
********************************************************************/
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #777;
  display: block;
  width: 100%;
  height: 100%; }
  .cart_block .cart_block_list .remove_link a:before,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .cart_block .cart_block_list .remove_link a:hover,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151; }
.cart_block .cart-images {
  float: left;
  margin-right: 20px; }
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }
  .cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px; }
    .cart_block .cart-info .product-name a {
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
  .cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }
.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }
.cart_block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }
  .cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px; }
    .cart_block .cart-buttons a#button_order_cart {
      margin-right: 0;
      border: none; }
      .cart_block .cart-buttons a#button_order_cart span {
        padding: 7px 0;
        font-size: 1.1em;
        background: #43b155; }
      .cart_block .cart-buttons a#button_order_cart:hover span {
        background: #2e7a3a;
        color: #fff; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  position: absolute;
  top: 95px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #484848;
  color: #fff;
  width: 270px; }
  @media (max-width: 480px) {
    #header .cart_block {
      width: 100%; } }
  @media (max-width: 1200px) {
    #header .cart_block {
      width: 100%; } }
  #header .cart_block a {
    color: #fff; }
    #header .cart_block a:hover {
      color: #9c9b9b; }
  #header .cart_block .cart_block_list .remove_link a,
  #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #fff;
    outline: none;
    text-decoration: none; }
    #header .cart_block .cart_block_list .remove_link a:hover,
    #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
      color: #9c9b9b; }
  #header .cart_block .price {
    color: #fff; }
  #header .cart_block dt {
    background: url(../../../img/cart-shadow.png) repeat-x; }
    #header .cart_block dt.first_item {
      background: none; }
  #header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px; }
    #header .cart_block .product-atributes a {
      color: #9c9b9b; }
      #header .cart_block .product-atributes a:hover {
        color: #fff; }
  #header .cart_block .cart-prices {
    border: none;
    background: url(../../../img/cart-shadow.png) repeat-x #3d3d3d; }
  #header .cart_block .cart-buttons {
    background: url(../../../img/cart-shadow.png) repeat-x #333; }
#header .block_content {
  margin-bottom: 0; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .cart_block table.vouchers tr td {
    padding: 2px; }
    .cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  z-index: 98; }

.layer_cart_overlay,
.mab-popin__overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

* html .layer_cart_overlay,
* html .mab-popin__overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  z-index: 99; }
  #layer_cart .layer_cart_product {
    font-weight: 400;
    padding: 30px 30px 30px 30px; }
  #layer_cart .button-container {
    position: absolute;
    width: 100%;
    padding: 0 30px 20px 30px; }

#layer_cart,
.mab-popin {
  background-color: #fff;
  position: absolute;
  display: none;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  #layer_cart .layer_cart_product,
  .mab-popin .layer_cart_product {
    overflow: hidden;
    position: static; }
    #layer_cart .layer_cart_product .title,
    .mab-popin .layer_cart_product .title {
      display: block;
      font-size: 23px;
      line-height: 29px;
      font-family: "Roboto", sans-serif;
      color: #46a74e;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_product .title,
        .mab-popin .layer_cart_product .title {
          font-size: 18px;
          padding-right: 0;
          line-height: normal; } }
      #layer_cart .layer_cart_product .title i,
      .mab-popin .layer_cart_product .title i {
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_product .title i,
          .mab-popin .layer_cart_product .title i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container,
    .mab-popin .layer_cart_product .product-image-container {
      max-width: 178px;
      border: 1px solid #d6d4d4;
      padding: 5px;
      float: left;
      margin-right: 30px; }
      @media (max-width: 480px) {
        #layer_cart .layer_cart_product .product-image-container,
        .mab-popin .layer_cart_product .product-image-container {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info,
    .mab-popin .layer_cart_product .layer_cart_product_info {
      padding: 38px 0 0 0; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title,
      .mab-popin .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 8px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div,
      .mab-popin .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong,
        .mab-popin .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .layer_cart_cart,
  .mab-popin .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #d6d4d4;
    padding: 21px 30px 170px 30px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative; }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_cart,
      .mab-popin .layer_cart_cart {
        min-height: 318px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #layer_cart .layer_cart_cart,
      .mab-popin .layer_cart_cart {
        min-height: 360px; } }
    @media (max-width: 991px) {
      #layer_cart .layer_cart_cart,
      .mab-popin .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4; } }
    #layer_cart .layer_cart_cart .title,
    .mab-popin .layer_cart_cart .title {
      display: block;
      font: 400 23px/29px "Roboto", sans-serif;
      color: #333;
      border-bottom: 1px solid #d6d4d4;
      padding-bottom: 13px;
      margin-bottom: 17px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_cart .title,
        .mab-popin .layer_cart_cart .title {
          font-size: 18px; } }
    #layer_cart .layer_cart_cart .layer_cart_row,
    .mab-popin .layer_cart_cart .layer_cart_row {
      padding: 0 0 7px 0; }
  #layer_cart .button-container,
  .mab-popin .button-container {
    bottom: 0;
    left: 0; }
  #layer_cart .cross,
  .mab-popin .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2; }
    #layer_cart .cross:before,
    .mab-popin .cross:before {
      content: "\f057";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 25px; }
    #layer_cart .cross:hover,
    .mab-popin .cross:hover {
      color: #515151; }
  #layer_cart .continue,
  .mab-popin .continue {
    cursor: pointer; }
  #layer_cart p,
  .mab-popin p {
    padding: 0px; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content,
.mab-popin .crossseling .crossseling-content {
  border-top: 1px solid #d6d4d4;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2,
.mab-popin .crossseling h2 {
  font: 400 23px/26px "Roboto", sans-serif;
  color: #333;
  margin-bottom: 25px; }
#layer_cart .crossseling #blockcart_list,
.mab-popin .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }
  #layer_cart .crossseling #blockcart_list ul,
  .mab-popin .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li,
    .mab-popin .crossseling #blockcart_list ul li {
      float: left;
      width: 178px;
      margin: 0 0px 0 0; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container,
      .mab-popin .crossseling #blockcart_list ul li .product-image-container {
        border: 1px solid #d6d4d4;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img,
        .mab-popin .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%; }
      #layer_cart .crossseling #blockcart_list ul li .product-name,
      .mab-popin .crossseling #blockcart_list ul li .product-name {
        padding-bottom: 5px; }
        #layer_cart .crossseling #blockcart_list ul li .product-name a,
        .mab-popin .crossseling #blockcart_list ul li .product-name a {
          font-size: 15px;
          line-height: 20px; }
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  #layer_cart .crossseling #blockcart_list a.bx-next,
  .mab-popin .crossseling #blockcart_list a.bx-prev,
  .mab-popin .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    #layer_cart .crossseling #blockcart_list a.bx-next:after,
    .mab-popin .crossseling #blockcart_list a.bx-prev:after,
    .mab-popin .crossseling #blockcart_list a.bx-next:after {
      display: block;
      text-indent: 0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:hover,
    #layer_cart .crossseling #blockcart_list a.bx-next:hover,
    .mab-popin .crossseling #blockcart_list a.bx-prev:hover,
    .mab-popin .crossseling #blockcart_list a.bx-next:hover {
      color: #c0c0c0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
    #layer_cart .crossseling #blockcart_list a.bx-next.disabled,
    .mab-popin .crossseling #blockcart_list a.bx-prev.disabled,
    .mab-popin .crossseling #blockcart_list a.bx-next.disabled {
      display: none; }
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  .mab-popin .crossseling #blockcart_list a.bx-prev {
    left: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    .mab-popin .crossseling #blockcart_list a.bx-prev:after {
      content: "\f137"; }
  #layer_cart .crossseling #blockcart_list a.bx-next,
  .mab-popin .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after,
    .mab-popin .crossseling #blockcart_list a.bx-next:after {
      content: "\f138"; }
  #layer_cart .crossseling #blockcart_list .bx-controls,
  .mab-popin .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }

#search_block_top {
  padding-top: 50px; }
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px; }

.ac_results {
  text-align: left;
  padding: 0px;
  overflow: hidden;
  z-index: 99999;
  background: #fff;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0; }
  .ac_results li {
    border: none;
    border-radius: 0; }
    .ac_results li a {
      border: none;
      border-radius: 0;
      margin: 0px;
      cursor: default;
      display: block;
      font: menu;
      overflow: hidden;
      padding: 0 10px;
      font-weight: normal;
      color: #686666;
      font-size: 13px;
      line-height: 22px; }
      .ac_results li a.ac_odd {
        background: #fff; }
      .ac_results li a:hover, .ac_results li a.ac_over, .ac_results li a.ui-state-focus {
        background: #a18c6f !important;
        color: #fff !important; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden; }
  body .alert.alert-warning {
    background: #ebebe8;
    color: #333; }

#page {
  max-width: 1280px;
  margin: 0 auto; }

/**
* Loader
**/
.bx_loader:before, .bx_loader_pagecache:before {
  content: '';
  display: block;
  background: #FFF url(../img/bx_loader.gif) center center no-repeat;
  opacity: 0.6;
  position: absolute;
  z-index: 2000;
  height: 100%;
  left: 0;
  top: 0; }

.bx_loader:before {
  left: -1px;
  width: 261px; }

.bx_loader_pagecache:before {
  width: 228px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; }

  .access.user-not-logged span.bx_loader_pagecache:before {
    left: 0;
    top: 0; } }
/**
* arche
*/
.arche {
  z-index: 9999;
  position: relative; }

/**
* helpers classes
*/
.center {
  text-align: center; }

.center-block {
  margin: 0 auto;
  display: block; }

input {
  -webkit-appearance: none; }

.print-only {
  display: none; }

/**
* .ac_results
*/
body .ac_results {
  border: none; }

#header #search_block_top {
  padding: 20px 0 20px 65px;
  position: relative;
  z-index: 1001; }
#header #block_top_menu {
  padding-top: 0; }
#header #search_block_top #searchbox {
  width: 256px;
  height: 39px; }
#header #search_block_top #search_query_top {
  color: #252525;
  background: white;
  width: 100%;
  height: 39px;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  outline: 0;
  text-transform: none; }
  #header #search_block_top #search_query_top::placeholder, #header #search_block_top #search_query_top::-webkit-input-placeholder, #header #search_block_top #search_query_top::-moz-placeholder, #header #search_block_top #search_query_top:-ms-input-placeholder, #header #search_block_top #search_query_top:-moz-placeholder {
    color: #252525;
    opacity: 1;
    text-transform: uppercase; }
#header #search_block_top .btn.button-search {
  background: none;
  color: #a18c6f;
  padding: 0;
  line-height: 37px;
  text-align: center;
  outline: 0; }
  #header #search_block_top .btn.button-search i {
    font-size: 24px;
    vertical-align: middle; }
#header .link-advanced {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
  margin-bottom: 8px; }
#header #search_block_top .btn.button-search:before {
  display: none;
  display: none; }

.pull-left {
  float: left; }

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 0; }

.header-container {
  height: 183px;
  overflow-x: hidden; }

header .row #header_logo + .col-sm-4 + .col-sm-4 {
  float: left !important; }

.bloc-header-wrapper {
  float: left; }
  .bloc-header-wrapper.manege-wrapper {
    height: 105px;
    padding: 30px 20px 0 40px;
    min-width: 251px; }
    .bloc-header-wrapper.manege-wrapper .btn-toplink .manege-text {
      display: inline-block; }
  .bloc-header-wrapper.account-wrapper {
    height: 105px;
    overflow: hidden;
    padding: 30px 20px 0 30px;
    position: relative;
    width: 226px; }
    .bloc-header-wrapper.account-wrapper .btn-toplink .firstname, .bloc-header-wrapper.account-wrapper .btn-toplink .lastname {
      vertical-align: super; }

.cart-wrapper {
  float: right;
  padding-right: 7.5px; }

.btn-toplink {
  line-height: 20px;
  display: inline-block;
  text-align: left; }
  .btn-toplink i {
    font-size: 40px;
    position: relative;
    margin-right: 6px;
    top: 3px; }
  .btn-toplink.account {
    text-align: center;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .btn-toplink:hover {
    color: white; }
  .btn-toplink .text-login {
    vertical-align: super; }

.access.user-logged {
  position: relative; }
  .access.user-logged > .logout {
    display: none !important;
    color: #fff;
    font-size: 18px;
    line-height: 66px;
    position: absolute;
    width: 40px;
    text-align: center;
    top: 0;
    right: 55px; }
    .access.user-logged > .logout .text-logout {
      display: none; }

.action-header {
  float: right;
  height: 105px;
  padding-top: 25px;
  position: relative;
  width: 130px; }
  .action-header-link {
    color: white;
    display: block;
    padding: 0 10px;
    text-align: center; }
    .action-header-link:hover, .action-header-link:active, .action-header-link:focus {
      color: #363636;
      text-decoration: none; }
  .action-header-icon {
    font-size: 30px; }
  .action-header-label {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis; }

/**
* menu
*/
/*** ESSENTIAL STYLES ***/
.sf-contener {
  clear: both;
  float: left;
  width: 100%; }

.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  position: relative;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #e9e9e9;
  background: #f6f6f6; }
  @media (max-width: 767px) {
    .sf-menu {
      display: none; } }

.sf-menu ul {
  position: absolute;
  top: -999em;
  background: #fff; }
  @media (max-width: 767px) {
    .sf-menu ul {
      position: relative; } }

.sf-menu ul li {
  width: 100%; }

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu > li {
  float: left;
  border-right: 1px solid #d6d4d4; }
  @media (max-width: 767px) {
    .sf-menu > li {
      float: none;
      position: relative;
      border-right: none; }
      .sf-menu > li span {
        position: absolute;
        right: 6px;
        top: 20px;
        width: 30px;
        height: 30px;
        z-index: 2; }
        .sf-menu > li span:after {
          font-family: "FontAwesome";
          content: "\f067";
          font-size: 26px; }
        .sf-menu > li span.active:after {
          content: "\f068"; } }
  .sf-menu > li > a {
    font: 600 18px/22px "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    color: #484848;
    display: block; }
  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: #333;
    border-bottom-color: #666666;
    color: #fff; }

.sf-menu li li li a {
  display: inline-block;
  position: relative;
  color: #777777;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 10px; }
  .sf-menu li li li a:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px; }
  .sf-menu li li li a:hover {
    color: #333; }

.sf-menu li ul {
  display: none;
  left: 0;
  top: 59px;
  /* match top ul list item height */
  z-index: 99;
  padding: 12px 0px 18px 0px; }
  @media (max-width: 767px) {
    .sf-menu li ul {
      top: 0; } }

.sf-menu li li ul {
  position: static;
  display: block !important;
  opacity: 1 !important;
  background: none;
  -moz-box-shadow: transparent 0px 0px 0px;
  -webkit-box-shadow: transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px; }

.sf-menu li li li ul {
  padding: 0 0 0 20px; }

.sf-menu li li li ul {
  width: 220px; }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0; }

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 200px;
  /* match ul width */
  top: 0; }

.sf-menu > li > ul {
  padding: 26px 30px 31px;
  width: 100%; }
  .sf-menu > li > ul > li > a {
    text-transform: uppercase;
    font: 600 16px/20px "Source Sans Pro", sans-serif;
    color: #333; }
    .sf-menu > li > ul > li > a:hover {
      color: #515151; }

.sf-menu > li > ul > li {
  float: left;
  width: 20%;
  padding-right: 15px; }
  @media (max-width: 767px) {
    .sf-menu > li > ul > li {
      width: 50%; } }
  @media (max-width: 479px) {
    .sf-menu > li > ul > li {
      width: 100%;
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .sf-menu > li > ul > li.first-in-line-lg {
      clear: left; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .sf-menu > li > ul > li.first-in-line-xs {
      clear: left; } }

.sf-menu > li > ul > li.category-thumbnail {
  width: 100% !important;
  float: none;
  clear: both;
  overflow: hidden;
  padding-right: 0; }
  .sf-menu > li > ul > li.category-thumbnail > div {
    float: left;
    padding-left: 10px;
    width: 33.333%; }
    @media (max-width: 479px) {
      .sf-menu > li > ul > li.category-thumbnail > div {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center; } }
    .sf-menu > li > ul > li.category-thumbnail > div:first-child {
      padding-left: 0; }
    .sf-menu > li > ul > li.category-thumbnail > div img {
      max-width: 100%;
      display: block; }

.cat-title {
  display: none; }
  @media (max-width: 767px) {
    .cat-title {
      display: block;
      font: 600 18px/22px "Source Sans Pro", sans-serif;
      text-transform: uppercase;
      color: #484848;
      display: block;
      padding: 17px 20px;
      border-bottom: 3px solid #e9e9e9;
      background: #f6f6f6;
      position: relative; }
      .cat-title:hover {
        background: #333;
        border-bottom-color: #666666;
        color: #fff; }
      .cat-title:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px; }
      .cat-title.active:after {
        content: "\f068"; } }

.sf-menu li.sf-search {
  border: none; }
  .sf-menu li.sf-search input {
    display: inline;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 13px 10px 0 0;
    font-size: 13px;
    color: #9c9b9b;
    border: 1px solid #d6d4d4; }

#block_top_menu .category-thumbnail {
  clear: both;
  width: 100%;
  float: none; }
  #block_top_menu .category-thumbnail div {
    float: left;
    width: 33.33333%; }
    #block_top_menu .category-thumbnail div img {
      max-width: 100%; }
#block_top_menu li.category-thumbnail {
  padding-right: 0; }

.header-container .container {
  position: relative;
  background: #a18c6f; }
  .header-container .container #header_logo {
    float: left;
    padding: 23px 35.5px 20px;
    width: 226px; }

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 0; }

.header-container {
  height: 183px;
  overflow-x: hidden; }
  .header-container #header .container {
    position: relative;
    background: #a18c6f; }
    .header-container #header .container #header_logo {
      padding: 23px 35.5px 20px;
      width: 226px; }
      .header-container #header .container #header_logo .logo.mobile {
        display: none; }

.header-container .sf-menu {
  border-bottom: 5px solid #a18c6f;
  background: #fff;
  display: flex;
  justify-content: space-between; }
  .header-container .sf-menu > li.sfHover > a, .header-container .sf-menu > li > a:hover, .header-container .sf-menu > li.sfHoverForce > a {
    background: white;
    color: #a18c6f; }
  .header-container .sf-menu li ul {
    top: 102px; }
  .header-container .sf-menu > li {
    border: none !important;
    height: 62px;
    width: 12.5%;
    padding: 0 5px;
    text-align: center; }
    .header-container .sf-menu > li > a {
      border-radius: 6px;
      font-size: 15px;
      line-height: 16px;
      font-family: "Roboto", sans-serif;
      color: #302f2e;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      text-align: center;
      height: 100%;
      position: relative;
      width: 100%; }
      .header-container .sf-menu > li > a > .text-menu {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute; }
      .header-container .sf-menu > li > a.menu_link_seasonality {
        color: #a18c6f !important; }
        .header-container .sf-menu > li > a.menu_link_seasonality:hover {
          color: #fff !important; }
    .header-container .sf-menu > li [title="Accueil"] {
      color: #fff !important;
      background: none !important; }

.opera:-o-prefocus, .header-container .sf-menu .rich-menu--rightcolumn .row {
  word-spacing: -0.43em;
  /* Fix for Opera */ }

.header-container .sf-menu .rich-menu {
  border-top: 5px solid #a18c6f;
  clear: both;
  position: absolute;
  top: 62px;
  z-index: 1001;
  display: none; }
  .header-container .sf-menu .rich-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ebebe8;
    display: block; }
  .header-container .sf-menu .rich-menu > .row {
    position: relative;
    z-index: 1002;
    height: 100%; }
    .header-container .sf-menu .rich-menu > .row > div {
      height: 100%; }
  .header-container .sf-menu .rich-menu--rightcolumn {
    background: #ebebe8;
    padding-right: 15px; }
    .header-container .sf-menu .rich-menu--rightcolumn .row {
      letter-spacing: -0.31em;
      /* Corriger le problème avec les polices non web-safe */
      font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; }
      .header-container .sf-menu .rich-menu--rightcolumn .row .col-xs-6 {
        display: inline-block;
        vertical-align: bottom;
        float: none;
        word-spacing: normal;
        letter-spacing: normal; }
    .header-container .sf-menu .rich-menu--rightcolumn .bottom-link-cat .btn-link {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      font-weight: bold; }
      .header-container .sf-menu .rich-menu--rightcolumn .bottom-link-cat .btn-link i {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -2px; }
  .header-container .sf-menu .rich-menu--cont {
    position: relative;
    padding: 30px 24px;
    background: #fff;
    min-height: 394px; }
  .header-container .sf-menu .rich-menu--columns {
    float: left;
    padding-left: 40px; }
    .header-container .sf-menu .rich-menu--columns.first-col {
      padding-left: 0;
      width: 250px; }
    .header-container .sf-menu .rich-menu--columns.second-col {
      width: 360px; }
    .header-container .sf-menu .rich-menu--columns.third-col {
      width: 160px; }
    .header-container .sf-menu .rich-menu--columns__ttl {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      color: #a18c6f;
      border-bottom: 1px solid #999;
      padding-bottom: 6px; }
    .header-container .sf-menu .rich-menu--columns ul {
      position: static;
      display: block;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding-top: 13px; }
      .header-container .sf-menu .rich-menu--columns ul li {
        position: relative; }
        .header-container .sf-menu .rich-menu--columns ul li a {
          color: #7e7e7e;
          font-weight: 600;
          font-size: 12px;
          font-family: "Roboto", sans-serif;
          padding-top: 3px;
          padding-bottom: 3px; }
          .header-container .sf-menu .rich-menu--columns ul li a:hover {
            text-decoration: underline; }
  .header-container .sf-menu .rich-menu--ttl {
    font-size: 22px;
    text-transform: uppercase;
    color: #0f0f0f;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 5px 0 15px;
    margin: 0;
    line-height: 26px; }
  .header-container .sf-menu .rich-menu--linkcat {
    color: #7e7e7e;
    font-weight: 600;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: 24px;
    right: 64px;
    text-decoration: underline; }
    .header-container .sf-menu .rich-menu--linkcat:hover {
      text-decoration: underline; }
  .header-container .sf-menu .rich-menu .disclaimer {
    background: #a18c6f;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 18px;
    clear: both;
    padding: 12px 0; }

.sfiBandeau {
  height: 25px;
  line-height: 25px;
  width: 100%;
  transition: opacity 2s, visibility 2s;
  text-align: center; }
  .sfiBandeau .sfiBandeau-etat {
    padding: 5px; }

#freeShippingHeader {
  background-color: #a18c6f;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 6px 10px 1px 10px; }

@media only screen and (min-width: 1280px) {
  #form_wishlist .inputTxt.form-control {
    width: 59%; } }
@media only screen and (max-width: 1280px) {
  .header-container #header .container #header_logo {
    padding: 23px 15px 20px;
    text-align: center;
    width: 20%; }
    .header-container #header .container #header_logo > a > img {
      display: inline-block; }
  .header-container #header .container #search_block_top {
    padding: 20px 15px;
    width: 20%; }
    .header-container #header .container #search_block_top #searchbox {
      width: 100%; }
    .header-container #header .container #search_block_top .link-advanced {
      font-size: 15px; }
  .header-container #header .container .bloc-header-wrapper {
    min-width: inherit;
    padding: 30px 15px;
    width: 20%; }
    .header-container #header .container .bloc-header-wrapper .btn-toplink {
      font-size: 14px; }
  .header-container #header .container .sf-menu > li > a {
    font-size: 13px; }

  .menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper {
    right: 150px;
    width: 50px; }
    .menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper .firstname, .menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper .lastname, .menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper .text-login {
      display: none; }
  .menu-fixed .header-container #header .container .cart-wrapper {
    width: auto; } }
/** Tablet Portrait **/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-container #header .container #search_block_top {
    width: 30%; }
  .header-container #header .container .bloc-header-wrapper.account-wrapper {
    overflow: inherit;
    width: 10%; }
  .header-container #header .container .bloc-header-wrapper .btn-toplink i {
    font-size: 32px; }
  .header-container #header .container .bloc-header-wrapper .btn-toplink .firstname, .header-container #header .container .bloc-header-wrapper .btn-toplink .lastname {
    display: none; }

  .menu-fixed .header-container #header .container .account-wrapper {
    display: none; }
  .menu-fixed .header-container #header .container .sf-menu li:nth-child(n+7) {
    display: none; } }
@media only screen and (min-width: 1200px) {
  .blocslider--creator__txt {
    height: 66px; }

  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    min-width: 302px; } }
@media only screen and (max-width: 1280px) {
  #columns {
    padding-right: 15px;
    padding-left: 15px; } }
@media only screen and (max-width: 1140px) {
  #header #search_block_top #searchbox {
    width: 170px; }

  .access.user-logged .logout {
    right: 0; } }
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 1200px; }

  #header .container {
    padding-left: 0;
    padding-right: 0; } }
/**
* pour tous les écrans plus grands que la phablette
*/
@media only screen and (min-width: 767px) {
  .mob-only,
  .hidden-sm-up {
    display: none; }

  #header .shopping_cart {
    z-index: 1001; }

  .header-container .sf-menu > li.manege {
    display: none; }

  .btn-open-search {
    display: none; }
    .btn-open-search .ico-close {
      display: none; }
    .btn-open-search.open .ico-magnify {
      display: none; }
    .btn-open-search.open .ico-close {
      display: inline-block; }

  button.account.btn-toplink {
    display: none; }

  .mobile-account-menu {
    display: none; }

  /**
  * blocheadimg
  */
  .blocheadimg--img .img-mobile {
    display: none; } }
@media only screen and (max-width: 992px) {
  /**
  menu user
  */
  .menu-fixed .btn-toplink.account,
  .menu-fixed .access.user-logged > .logout,
  .btn-toplink.account,
  .access.user-logged > .logout {
    display: none; }

  .menu-fixed button.account.btn-toplink,
  button.account.btn-toplink {
    text-align: center !important;
    margin: 0;
    float: right;
    display: block !important;
    border: none;
    padding: 0;
    width: 66px;
    outline: 0;
    text-align: center;
    max-height: 66px;
    overflow: visible;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none !important;
    right: 0;
    position: absolute !important;
    color: #fff !important; }
    .menu-fixed button.account.btn-toplink .ico-user,
    button.account.btn-toplink .ico-user {
      margin: 0; }
    .menu-fixed button.account.btn-toplink .firstname,
    button.account.btn-toplink .firstname {
      display: block;
      position: absolute;
      bottom: 4px;
      left: 0;
      right: 0;
      width: auto;
      line-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px; }

  .mobile-account-menu {
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 100;
    width: 200px;
    background: #ebebe8;
    display: none; }
    .mobile-account-menu ul {
      margin: 0; }
    .mobile-account-menu li {
      border-top: 2px solid #fff; }
      .mobile-account-menu li:first-child {
        border: none; }
      .mobile-account-menu li a {
        display: block;
        padding: 10px 10px;
        color: #a18c6f;
        font-family: "Roboto", sans-serif;
        font-weight: bold; }
      .mobile-account-menu li .logout-link {
        background: #ccccc9;
        text-align: center;
        font-weight: bold;
        text-transform: none;
        color: #525252; }

  .open-user-menu + .mobile-account-menu {
    display: block; }

  #header .shopping_cart > a:first-child > b .desk-only {
    display: none !important; }

  .header-container .sf-menu > li {
    padding-left: 0;
    padding-right: 0; }
    .header-container .sf-menu > li a {
      font-size: 14px; }

  .login.btn-toplink {
    position: relative;
    z-index: 1001;
    text-align: right; }
    .login.btn-toplink .text-login {
      display: none; } }
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .container {
    max-width: 1200px; }

  #header .container {
    padding-left: 0;
    padding-right: 0; }

  .menu-fixed .access.user-logged .account.btn-toplink .lastname,
  .account.btn-toplink .lastname {
    display: none !important; }

  .menu-fixed .access.user-logged .firstname {
    display: inline-block !important;
    width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    font-size: 12px;
    position: absolute;
    bottom: -19px;
    right: -15px;
    text-align: center; }

  .header-container #header .btn-toplink .ico-france {
    display: none; }
  .header-container #header .sf-menu > li.special-event > a > .text-menu {
    min-width: 95%;
    padding: 12px 5px; }

 /**
* header home
*/
  /**
  * blocslider
  */ }
@media only screen and (max-width: 796px) {
  #search_block_top + .col-sm-3 .btn-toplink {
    font-size: 11px; } }
@media only screen and (max-width: 767px) {
  .hidden-xs-down {
    display: none; }

  /**
  * header
  */
  .img-placer-desk {
    display: none; }

  .img-placer-mob {
    display: block; }

  .header-container .wrapper-mobile {
    display: block;
    left: -270px;
    width: 270px;
    right: auto;
    top: 50px !important;
    position: fixed;
    bottom: 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    background: #f7f7f7; }
    .header-container .wrapper-mobile::-webkit-scrollbar {
      width: 0 !important; }
    .header-container .wrapper-mobile .menu-mobile > ul {
      display: block;
      width: 100%;
      border: none !important;
      position: static;
      padding: 0 0 6px; }
    .header-container .wrapper-mobile > ul {
      display: block;
      width: 100%;
      border: none !important;
      position: static;
      overflow: hidden; }
      .header-container .wrapper-mobile > ul > li {
        width: 100%; }
        .header-container .wrapper-mobile > ul > li > a {
          border-top: 2px solid #fff !important;
          border-bottom: none !important;
          height: 56px;
          line-height: 56px;
          text-align: left;
          padding-left: 20px;
          background: #ebebe8;
          font-size: 16px;
          color: #a18c6f;
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          text-transform: uppercase; }
          .header-container .wrapper-mobile > ul > li > a.menu_link_seasonality, .header-container .wrapper-mobile > ul > li > a.special-event {
            background: #a18c6f !important;
            color: #fff !important; }
            .header-container .wrapper-mobile > ul > li > a.menu_link_seasonality:hover, .header-container .wrapper-mobile > ul > li > a.special-event:hover {
              background: #b5b5b5;
              color: #fff; }
        .header-container .wrapper-mobile > ul > li:first-child a {
          border-top: none !important; }
        .header-container .wrapper-mobile > ul > li span.active,
        .header-container .wrapper-mobile > ul > li span {
          top: 8px; }
          .header-container .wrapper-mobile > ul > li span.active:after,
          .header-container .wrapper-mobile > ul > li span:after {
            content: "+";
            width: 20px;
            height: 20px;
            line-height: 18px;
            text-align: center;
            display: block;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            background-color: none;
            border: 1px solid #a18c6f;
            position: absolute;
            top: 8px;
            right: 8px;
            font-weight: bold;
            font-size: 16px !important;
            color: #a18c6f; }
        .header-container .wrapper-mobile > ul > li span.active:after {
          content: "-"; }
        .header-container .wrapper-mobile > ul > li span.active + a {
          background: #f7f7f7; }
        .header-container .wrapper-mobile > ul > li span + a + .menu-mobile,
        .header-container .wrapper-mobile > ul > li span.active + a + .menu-mobile {
          top: 0;
          position: static;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          padding: 0 0 6px; }
        .header-container .wrapper-mobile > ul > li.selections.active > a, .header-container .wrapper-mobile > ul > li.selections.active > a:hover {
          background: #f7f7f7 !important;
          color: #7b7b7b; }
      .header-container .wrapper-mobile > ul .rich-menu {
        padding: 0; }
      .header-container .wrapper-mobile > ul .rich-menu--cont {
        padding: 0 20px;
        background: #f7f7f7; }
        .header-container .wrapper-mobile > ul .rich-menu--cont ul {
          padding: 0;
          background: #f7f7f7; }
    .header-container .wrapper-mobile .rich-menu--columns__ttl {
      color: #7b7b7b;
      font-size: 14px;
      margin-bottom: 0; }
    .header-container .wrapper-mobile .rich-menu ul li {
      padding: 0; }
      .header-container .wrapper-mobile .rich-menu ul li a {
        display: inline-block;
        line-height: 30px;
        height: 30px;
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: bold;
        padding-left: 10px;
        font-family: "Roboto", sans-serif;
        color: #7b7b7b; }
        .header-container .wrapper-mobile .rich-menu ul li a:before {
          display: none; }

  #block_top_menu:hover + .rich-menu {
    display: none; }

  body.menu-fixed #block_top_menu,
  body.menu-fixed #header_logo {
    display: block; }

  #block_top_menu {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    padding: 0; }
    #block_top_menu .cat-title {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      width: 50px;
      font-size: 0;
      background: #000;
      border-bottom: none;
      padding: 0;
      color: #fff; }
      #block_top_menu .cat-title:after {
        position: absolute;
        content: '\1f354';
        font-family: 'mab';
        top: 14px;
        left: 9px;
        font-size: 21px;
        font-weight: 400;
        color: #a18c6f; }
      #block_top_menu .cat-title.active:after {
        content: '\2613';
        color: #FFF; }

  #search_block_top {
    position: absolute;
    top: 0;
    left: 50px;
    width: 50px;
    height: 50px;
    background: #000;
    overflow: hidden;
    padding: 0; }

  body.open-search #header .container #search_block_top {
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 50px;
    z-index: 1002;
    width: auto; }
    body.open-search #header .container #search_block_top #searchbox {
      margin: 6px 0 0 8px;
      width: 170px; }
  body.open-search #header .link-advanced {
    padding: 9px 0 0 10px;
    font-size: 11px; }
  body.open-search .btn-open-search.open {
    right: 0;
    left: auto; }

  #header {
    background: #000; }
    #header .shopping_cart > a:first-child {
      font-size: 14px;
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      width: 50px;
      line-height: 50px; }
      #header .shopping_cart > a:first-child .ico-cart {
        margin: 0;
        font-size: 20px; }
      #header .shopping_cart > a:first-child b,
      #header .shopping_cart > a:first-child span {
        display: none; }
      #header .shopping_cart > a:first-child .ajax_cart_quantity {
        display: inline-block; }
        #header .shopping_cart > a:first-child .ajax_cart_quantity .desk-only {
          display: inline-block; }
    #header .account.btn-toplink,
    #header .login.btn-toplink {
      height: 50px;
      line-height: 50px;
      background: #000;
      font-size: 0px !important;
      text-align: center; }
      #header .account.btn-toplink:hover,
      #header .login.btn-toplink:hover {
        background: #a18c6f; }
      #header .account.btn-toplink i,
      #header .login.btn-toplink i {
        top: 11px; }
    #header .login.btn-toplink i {
      color: #717070; }
    #header a.account.btn-toplink {
      display: none; }
    #header button.account.btn-toplink {
      display: block;
      border: none;
      padding: 0;
      width: 50px;
      outline: 0; }
      #header button.account.btn-toplink:hover {
        background: none;
        color: #fff; }
    #header .access.user-logged .logout {
      display: none; }

  .mobile-account-menu {
    position: absolute;
    right: 0;
    top: 50px;
    width: 200px;
    background: #ebebe8;
    display: none;
    text-align: left; }
    .mobile-account-menu.open {
      display: block; }
    .mobile-account-menu ul {
      margin: 0; }
    .mobile-account-menu li {
      border-top: 2px solid #fff; }
      .mobile-account-menu li:first-child {
        border: none; }
      .mobile-account-menu li a {
        display: block;
        padding: 10px 10px;
        color: #a18c6f;
        font-family: "Roboto", sans-serif;
        font-weight: bold; }
      .mobile-account-menu li .logout-link {
        background: #ccccc9;
        text-align: center;
        font-weight: bold;
        text-transform: none;
        color: #525252; }

  .open-user-menu + .mobile-account-menu {
    display: block; }

  .btn-open-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    line-height: 50px;
    text-align: center;
    background: #101010;
    color: #fff;
    outline: 0; }
    .btn-open-search i {
      font-size: 24px;
      vertical-align: middle; }
    .btn-open-search .ico-close {
      display: none; }
    .btn-open-search.open .ico-close {
      display: inline-block;
      font-size: 20px !important; }
    .btn-open-search.open .ico-magnify {
      display: none; }

  #header .account.btn-toplink {
    position: relative; }
    #header .account.btn-toplink i {
      top: 6px;
      margin: 0; }
    #header .account.btn-toplink .firstname {
      position: absolute;
      bottom: 4px;
      left: 0;
      right: 0;
      color: #fff;
      font-size: 9px;
      line-height: 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

  /**
* menu mobile open
*/
  .footer-container,
  .columns-container {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }

  .menu-mobile-open {
    position: relative;
    overflow-y: hidden;
    position: fixed; }
    .menu-mobile-open .fixscroll {
      position: fixed;
      top: 50px;
      right: 0;
      left: 270px;
      bottom: 0; }
    .menu-mobile-open .header-container,
    .menu-mobile-open .header-container #header {
      background: #a18c6f; }
      .menu-mobile-open .header-container .cat-title,
      .menu-mobile-open .header-container #header .cat-title {
        background: #a18c6f; }
    .menu-mobile-open .footer-container,
    .menu-mobile-open .columns-container {
      -moz-transform: translate3d(270px, 0, 0);
      -ms-transform: translate3d(270px, 0, 0);
      -webkit-transform: translate3d(270px, 0, 0);
      transform: translate3d(270px, 0, 0);
      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms; }
    .menu-mobile-open .header-container .container #header_logo {
      left: 10px;
      margin-left: 0; }
    .menu-mobile-open #header button.account.btn-toplink,
    .menu-mobile-open .account.btn-toplink,
    .menu-mobile-open #search_block_top + div + div + div,
    .menu-mobile-open #header .shopping_cart > a:first-child,
    .menu-mobile-open .login.btn-toplink,
    .menu-mobile-open #search_block_top {
      display: none; }
    .menu-mobile-open #block_top_menu {
      padding-left: 0;
      top: 0 !important; }
    .menu-mobile-open #block_top_menu .cat-title {
      top: 0;
      right: 0;
      left: auto !important;
      z-index: 9999;
      display: block;
      position: absolute;
      right: 0 !important; }
    .menu-mobile-open #header #block_top_menu {
      top: 50px;
      position: fixed;
      left: 0;
      right: 300px;
      bottom: 0;
      z-index: 100; }
    .menu-mobile-open .header-container .sf-menu > li.sfHover > a,
    .menu-mobile-open .header-container .sf-menu > li > a:hover,
    .menu-mobile-open .header-container .sf-menu > li.sfHoverForce > a {
      background: #fff !important;
      color: #302f2e !important; }
    .menu-mobile-open .header-container .sf-menu > li > a.sf-with-ul:hover:before, .menu-mobile-open .header-container .sf-menu > li.sfHover > a.sf-with-ul:before {
      display: none; }
    .menu-mobile-open #header .rich-menu {
      position: static;
      display: none; }
      .menu-mobile-open #header .rich-menu:after {
        display: none; }
      .menu-mobile-open #header .rich-menu .rich-menu--linkcat,
      .menu-mobile-open #header .rich-menu .rich-menu--ttl,
      .menu-mobile-open #header .rich-menu .wrap-disclaimer,
      .menu-mobile-open #header .rich-menu .col-md-4 {
        display: none; }
      .menu-mobile-open #header .rich-menu .rich-menu--columns {
        width: 100%;
        padding-left: 0;
        float: none; }
        .menu-mobile-open #header .rich-menu .rich-menu--columns + .rich-menu--columns {
          margin-top: 16px; }
    .menu-mobile-open .mobile-account-menu {
      display: none !important; }

  .sf-menu > li {
    float: none;
    position: relative;
    border-right: none; }

  .header-container .wrapper-mobile > ul > li.selections ul {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7; }
    .header-container .wrapper-mobile > ul > li.selections ul li a {
      text-transform: uppercase; }

  .header-container .sf-menu .rich-menu > .row > div {
    width: 100%; }

  .header-container {
    height: 50px; }
    .header-container #header .container {
      min-height: 50px; }
      .header-container #header .container #header_logo {
        height: 50px;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        padding: 5px;
        width: 50px; }
        .header-container #header .container #header_logo .logo.desktop {
          display: none; }
        .header-container #header .container #header_logo .logo.mobile {
          display: block; }
      .header-container #header .container #search_block_top {
        background: #a18c6f;
        float: left;
        padding: 0; }
        .header-container #header .container #search_block_top #searchbox {
          display: none; }
        .header-container #header .container #search_block_top .link-advanced {
          display: none;
          font-size: 13px;
          padding: 8px 10px;
          width: 130px; }
        .header-container #header .container #search_block_top .btn-open-search {
          background: #a18c6f; }
          .header-container #header .container #search_block_top .btn-open-search.open {
            background: #8d785c; }
        .header-container #header .container #search_block_top.open #searchbox {
          display: block; }
        .header-container #header .container #search_block_top.open .link-advanced {
          display: inline-block; }
      .header-container #header .container .bloc-header-wrapper.manege-wrapper {
        display: none; }
      .header-container #header .container .action-header {
        height: 50px;
        padding-top: 0;
        position: relative;
        width: 50px; }
        .header-container #header .container .action-header.account-wrapper .access {
          height: 100%;
          width: 100%; }
          .header-container #header .container .action-header.account-wrapper .access .account, .header-container #header .container .action-header.account-wrapper .access .login {
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translateX(-50%) translateY(-50%); }
          .header-container #header .container .action-header.account-wrapper .access.user-logged .action-header-icon {
            font-size: 24px; }
        .header-container #header .container .action-header.account-wrapper .action-header-label {
          font-size: 11px;
          line-height: 11px;
          margin-top: 0;
          overflow: hidden;
          text-overflow: ellipsis; }
        .header-container #header .container .action-header.account-wrapper .text-login {
          display: none; }
        .header-container #header .container .action-header.wishlist-wrapper {
          display: none; }
        .header-container #header .container .action-header.shopping_cart .action-header-link {
          background: #8d785c; }
        .header-container #header .container .action-header.shopping_cart .action-header-label {
          display: inline;
          font-size: 14px;
          margin-left: -3px; }
        .header-container #header .container .action-header-icon {
          font-size: 26px; }
      .header-container #header .container .cart-wrapper {
        float: right;
        height: 50px;
        padding: 0;
        width: 50px; }
        .header-container #header .container .cart-wrapper .shopping_cart > a:first-child {
          padding: 0; }
          .header-container #header .container .cart-wrapper .shopping_cart > a:first-child .ico-cart {
            top: 10px; }
          .header-container #header .container .cart-wrapper .shopping_cart > a:first-child:hover {
            color: white;
            font-size: 14px; }
            .header-container #header .container .cart-wrapper .shopping_cart > a:first-child:hover span {
              font-size: 14px; }
      .header-container #header .container #block_top_menu .sf-menu > li {
        height: auto; }
        .header-container #header .container #block_top_menu .sf-menu > li > a {
          border-radius: 0;
          font-size: 16px; }
          .header-container #header .container #block_top_menu .sf-menu > li > a:after {
            display: none; }
          .header-container #header .container #block_top_menu .sf-menu > li > a .text-menu {
            position: initial; }
            .header-container #header .container #block_top_menu .sf-menu > li > a .text-menu:after {
              display: none; }
        .header-container #header .container #block_top_menu .sf-menu > li .rich-menu {
          text-align: left; }
          .header-container #header .container #block_top_menu .sf-menu > li .rich-menu--columns__ttl {
            display: none; }
          .header-container #header .container #block_top_menu .sf-menu > li .rich-menu--columns.second-col, .header-container #header .container #block_top_menu .sf-menu > li .rich-menu--columns.third-col {
            display: none; }
          .header-container #header .container #block_top_menu .sf-menu > li .rich-menu.menu-selection ul {
            min-height: 150px;
            padding: 0 20px; }
            .header-container #header .container #block_top_menu .sf-menu > li .rich-menu.menu-selection ul > li a {
              text-transform: initial; }
      .header-container #header .container #block_top_menu .cat-title {
        background: #8d785c; }
        .header-container #header .container #block_top_menu .cat-title:after {
          color: #fff; }
        .header-container #header .container #block_top_menu .cat-title.active:after {
          left: auto; }
    .header-container #header #freeShippingHeader, .header-container #header #countdown-wrapper {
      position: static; }
      .header-container #header #freeShippingHeader i, .header-container #header #countdown-wrapper i {
        transform: inherit; }

  .menu-mobile-open .header-container #header .container #header_logo {
    left: 60px;
    padding: 5px;
    width: 110px; }
    .menu-mobile-open .header-container #header .container #header_logo .logo.desktop {
      display: block; }
    .menu-mobile-open .header-container #header .container #header_logo .logo.mobile {
      display: none; }

  body.menu-fixed .header-container #header .container {
    padding: 0; }
    body.menu-fixed .header-container #header .container #header_logo {
      display: block; }
    body.menu-fixed .header-container #header .container #block_top_menu {
      display: block; }
    body.menu-fixed .header-container #header .container #search_block_top {
      height: 50px;
      left: 50px;
      padding: 0;
      width: 20%; }
      body.menu-fixed .header-container #header .container #search_block_top .btn-open-search {
        height: 50px;
        width: 50px; }
        body.menu-fixed .header-container #header .container #search_block_top .btn-open-search .ico-magnify {
          left: 0;
          position: relative;
          top: 0; }
      body.menu-fixed .header-container #header .container #search_block_top.open {
        left: 0;
        width: 100%; }
        body.menu-fixed .header-container #header .container #search_block_top.open .link-advanced {
          background: transparent;
          margin-left: 0;
          padding: 6px 4px; }
        body.menu-fixed .header-container #header .container #search_block_top.open .btn-open-search.open {
          right: 0;
          z-index: 1500; }
    body.menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper {
      right: 50px;
      height: 50px;
      padding: 0; }
      body.menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper .firstname {
        display: block; }
      body.menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper .login.btn-toplink {
        color: white; }
        body.menu-fixed .header-container #header .container .bloc-header-wrapper.account-wrapper .login.btn-toplink i {
          color: white; }
    body.menu-fixed .header-container #header .container .action-header {
      height: 50px;
      padding-top: 0; }
      body.menu-fixed .header-container #header .container .action-header.account-wrapper .access.user-not-logged .action-header-icon {
        font-size: 26px; }
      body.menu-fixed .header-container #header .container .action-header.account-wrapper .action-header-label {
        font-size: 11px;
        line-height: 11px;
        margin-top: 0;
        overflow: hidden;
        text-overflow: ellipsis; }
      body.menu-fixed .header-container #header .container .action-header.account-wrapper .text-login {
        display: none; }
    body.menu-fixed .header-container #header .container .cart-wrapper {
      height: 50px; }
      body.menu-fixed .header-container #header .container .cart-wrapper .cart_block {
        top: 50px; }
      body.menu-fixed .header-container #header .container .cart-wrapper .shopping_cart > a:first-child {
        background: #8d785c;
        height: 50px;
        padding: 0; }
  body.menu-fixed .header-container #header #freeShippingHeader {
    padding: 6px 10px 1px 10px; }
  body.menu-fixed .header-container #header #countdown-wrapper {
    padding-left: 7.5px;
    padding-right: 7.5px; } }
.hidden {
  display: none;
  visibility: hidden; }

#countdown-wrapper {
  background: #a18c6f; }
  #countdown-wrapper > a {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 100%;
    padding: 9px 0; }
    #countdown-wrapper > a:hover, #countdown-wrapper > a:active, #countdown-wrapper > a:focus {
      color: #fff; }
  #countdown-wrapper h2, #countdown-wrapper h3, #countdown-wrapper h4, #countdown-wrapper h5, #countdown-wrapper p {
    margin: 0; }

/*******************************************************************
					Cart Block Styles
********************************************************************/
.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #777;
  display: block;
  width: 100%;
  height: 100%; }
  .cart_block .cart_block_list .remove_link a:before,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .cart_block .cart_block_list .remove_link a:hover,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151; }
.cart_block .cart-images {
  float: left;
  margin-right: 20px; }
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }
  .cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px; }
    .cart_block .cart-info .product-name a {
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
  .cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }
.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }
.cart_block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }
  .cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px; }
    .cart_block .cart-buttons a#button_order_cart {
      margin-right: 0;
      border: none; }
      .cart_block .cart-buttons a#button_order_cart span {
        padding: 7px 0;
        font-size: 1.1em;
        background: #43b155; }
      .cart_block .cart-buttons a#button_order_cart:hover span {
        background: #2e7a3a;
        color: #fff; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  position: absolute;
  top: 95px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #484848;
  color: #fff;
  width: 270px; }
  @media (max-width: 480px) {
    #header .cart_block {
      width: 100%; } }
  @media (max-width: 1200px) {
    #header .cart_block {
      width: 100%; } }
  #header .cart_block a {
    color: #fff; }
    #header .cart_block a:hover {
      color: #9c9b9b; }
  #header .cart_block .cart_block_list .remove_link a,
  #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #fff;
    outline: none;
    text-decoration: none; }
    #header .cart_block .cart_block_list .remove_link a:hover,
    #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
      color: #9c9b9b; }
  #header .cart_block .price {
    color: #fff; }
  #header .cart_block dt {
    background: url(../../../img/cart-shadow.png) repeat-x; }
    #header .cart_block dt.first_item {
      background: none; }
  #header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px; }
    #header .cart_block .product-atributes a {
      color: #9c9b9b; }
      #header .cart_block .product-atributes a:hover {
        color: #fff; }
  #header .cart_block .cart-prices {
    border: none;
    background: url(../../../img/cart-shadow.png) repeat-x #3d3d3d; }
  #header .cart_block .cart-buttons {
    background: url(../../../img/cart-shadow.png) repeat-x #333; }
#header .block_content {
  margin-bottom: 0; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .cart_block table.vouchers tr td {
    padding: 2px; }
    .cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  z-index: 98; }

.layer_cart_overlay,
.mab-popin__overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

* html .layer_cart_overlay,
* html .mab-popin__overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  z-index: 99; }
  #layer_cart .layer_cart_product {
    font-weight: 400;
    padding: 30px 30px 30px 30px; }
  #layer_cart .button-container {
    position: absolute;
    width: 100%;
    padding: 0 30px 20px 30px; }

#layer_cart,
.mab-popin {
  background-color: #fff;
  position: absolute;
  display: none;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  #layer_cart .layer_cart_product,
  .mab-popin .layer_cart_product {
    overflow: hidden;
    position: static; }
    #layer_cart .layer_cart_product .title,
    .mab-popin .layer_cart_product .title {
      display: block;
      font-size: 23px;
      line-height: 29px;
      font-family: "Roboto", sans-serif;
      color: #46a74e;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_product .title,
        .mab-popin .layer_cart_product .title {
          font-size: 18px;
          padding-right: 0;
          line-height: normal; } }
      #layer_cart .layer_cart_product .title i,
      .mab-popin .layer_cart_product .title i {
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_product .title i,
          .mab-popin .layer_cart_product .title i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container,
    .mab-popin .layer_cart_product .product-image-container {
      max-width: 178px;
      border: 1px solid #d6d4d4;
      padding: 5px;
      float: left;
      margin-right: 30px; }
      @media (max-width: 480px) {
        #layer_cart .layer_cart_product .product-image-container,
        .mab-popin .layer_cart_product .product-image-container {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info,
    .mab-popin .layer_cart_product .layer_cart_product_info {
      padding: 38px 0 0 0; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title,
      .mab-popin .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 8px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div,
      .mab-popin .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong,
        .mab-popin .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .layer_cart_cart,
  .mab-popin .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #d6d4d4;
    padding: 21px 30px 170px 30px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative; }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_cart,
      .mab-popin .layer_cart_cart {
        min-height: 318px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #layer_cart .layer_cart_cart,
      .mab-popin .layer_cart_cart {
        min-height: 360px; } }
    @media (max-width: 991px) {
      #layer_cart .layer_cart_cart,
      .mab-popin .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4; } }
    #layer_cart .layer_cart_cart .title,
    .mab-popin .layer_cart_cart .title {
      display: block;
      font: 400 23px/29px "Roboto", sans-serif;
      color: #333;
      border-bottom: 1px solid #d6d4d4;
      padding-bottom: 13px;
      margin-bottom: 17px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_cart .title,
        .mab-popin .layer_cart_cart .title {
          font-size: 18px; } }
    #layer_cart .layer_cart_cart .layer_cart_row,
    .mab-popin .layer_cart_cart .layer_cart_row {
      padding: 0 0 7px 0; }
  #layer_cart .button-container,
  .mab-popin .button-container {
    bottom: 0;
    left: 0; }
  #layer_cart .cross,
  .mab-popin .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2; }
    #layer_cart .cross:before,
    .mab-popin .cross:before {
      content: "\f057";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 25px; }
    #layer_cart .cross:hover,
    .mab-popin .cross:hover {
      color: #515151; }
  #layer_cart .continue,
  .mab-popin .continue {
    cursor: pointer; }
  #layer_cart p,
  .mab-popin p {
    padding: 0px; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content,
.mab-popin .crossseling .crossseling-content {
  border-top: 1px solid #d6d4d4;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2,
.mab-popin .crossseling h2 {
  font: 400 23px/26px "Roboto", sans-serif;
  color: #333;
  margin-bottom: 25px; }
#layer_cart .crossseling #blockcart_list,
.mab-popin .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }
  #layer_cart .crossseling #blockcart_list ul,
  .mab-popin .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li,
    .mab-popin .crossseling #blockcart_list ul li {
      float: left;
      width: 178px;
      margin: 0 0px 0 0; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container,
      .mab-popin .crossseling #blockcart_list ul li .product-image-container {
        border: 1px solid #d6d4d4;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img,
        .mab-popin .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%; }
      #layer_cart .crossseling #blockcart_list ul li .product-name,
      .mab-popin .crossseling #blockcart_list ul li .product-name {
        padding-bottom: 5px; }
        #layer_cart .crossseling #blockcart_list ul li .product-name a,
        .mab-popin .crossseling #blockcart_list ul li .product-name a {
          font-size: 15px;
          line-height: 20px; }
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  #layer_cart .crossseling #blockcart_list a.bx-next,
  .mab-popin .crossseling #blockcart_list a.bx-prev,
  .mab-popin .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    #layer_cart .crossseling #blockcart_list a.bx-next:after,
    .mab-popin .crossseling #blockcart_list a.bx-prev:after,
    .mab-popin .crossseling #blockcart_list a.bx-next:after {
      display: block;
      text-indent: 0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:hover,
    #layer_cart .crossseling #blockcart_list a.bx-next:hover,
    .mab-popin .crossseling #blockcart_list a.bx-prev:hover,
    .mab-popin .crossseling #blockcart_list a.bx-next:hover {
      color: #c0c0c0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
    #layer_cart .crossseling #blockcart_list a.bx-next.disabled,
    .mab-popin .crossseling #blockcart_list a.bx-prev.disabled,
    .mab-popin .crossseling #blockcart_list a.bx-next.disabled {
      display: none; }
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  .mab-popin .crossseling #blockcart_list a.bx-prev {
    left: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    .mab-popin .crossseling #blockcart_list a.bx-prev:after {
      content: "\f137"; }
  #layer_cart .crossseling #blockcart_list a.bx-next,
  .mab-popin .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after,
    .mab-popin .crossseling #blockcart_list a.bx-next:after {
      content: "\f138"; }
  #layer_cart .crossseling #blockcart_list .bx-controls,
  .mab-popin .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }

#search_block_top {
  padding-top: 50px; }
  #search_block_top #searchbox {
    float: left;
    width: 100%; }
  #search_block_top .btn.button-search {
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0; }
    #search_block_top .btn.button-search span {
      display: none; }
    #search_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center; }
    #search_block_top .btn.button-search:hover {
      color: #6f6f6f; }
  #search_block_top #search_query_top {
    display: inline;
    padding: 13px 60px 13px 13px;
    height: 45px;
    background: #fbfbfb;
    margin-right: 1px; }

.ac_results {
  text-align: left;
  padding: 0px;
  overflow: hidden;
  z-index: 99999;
  background: #fff;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px; }
  .ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0; }
  .ac_results li {
    border: none;
    border-radius: 0; }
    .ac_results li a {
      border: none;
      border-radius: 0;
      margin: 0px;
      cursor: default;
      display: block;
      font: menu;
      overflow: hidden;
      padding: 0 10px;
      font-weight: normal;
      color: #686666;
      font-size: 13px;
      line-height: 22px; }
      .ac_results li a.ac_odd {
        background: #fff; }
      .ac_results li a:hover, .ac_results li a.ac_over, .ac_results li a.ui-state-focus {
        background: #a18c6f !important;
        color: #fff !important; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .button.button-small {
    float: left; }
    form#searchbox .button.button-small i {
      margin-right: 0; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon-heart:before {
  content: ""; }

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

/**
* .breadcrumb
_theme-mab.scss.scss line  1943
*/
body .breadcrumb {
  list-style: none;
  display: inline-block;
  padding: 0 11px;
  line-height: 24px;
  min-height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: none;
  font-size: 11.5px;
  font-weight: normal;
  color: #777;
  margin: 0;
  top: -15px;
  position: relative;
  height: 19px;
  z-index: 1; }
  body .breadcrumb .navigation-pipe {
    width: 8px;
    display: inline-block; }
  body .breadcrumb span {
    font-weight: bold; }
  body .breadcrumb a {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    font-size: 11.5px;
    font-weight: normal;
    color: #777;
    background: none; }
    body .breadcrumb a span {
      font-weight: normal !important; }
    body .breadcrumb a:hover {
      color: #777777; }
      body .breadcrumb a:hover span {
        text-decoration: underline; }
  body .breadcrumb a.home {
    width: auto;
    padding-right: 8px; }
  body .breadcrumb > li {
    display: inline-block; }
    body .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #333; }
  body .breadcrumb > .active {
    color: #333; }

.ie8 .breadcrumb {
  min-height: 1px; }
  .ie8 .breadcrumb a:after {
    display: none; }
  .ie8 .breadcrumb .navigation-pipe {
    width: 20px; }

/**
* product
*/
#slider_row {
  padding: 0; }

.pb-center-column h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #252525;
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding-bottom: 16px; }
.pb-center-column p {
  margin-bottom: 10px; }

.pb-center-column #product_reference {
  display: none !important; }

.product--manufacturer {
  font-size: 12px; }
  .product--manufacturer a {
    color: #252525;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline; }

#image-block {
  position: relative;
  margin-left: 93px;
  padding: 0;
  border: none; }
  #image-block #view_full_size {
    display: block; }
  #image-block .zoom {
    color: #555;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px; }
    #image-block .zoom i {
      font-size: 20px;
      vertical-align: middle;
      display: inline-block;
      padding-right: 4px; }
  #image-block .createur {
    position: absolute;
    top: 8px;
    right: 8px; }
    #image-block .createur img {
      background: none; }

#usefull_link_block {
  bottom: 95px;
  margin: 0;
  position: absolute;
  width: 80px; }
  #usefull_link_block li {
    margin: 0;
    text-align: center; }
    #usefull_link_block li a {
      display: inline-block;
      color: #777;
      font-size: 13px;
      font-weight: normal;
      font-family: "Roboto", sans-serif; }
      #usefull_link_block li a span {
        text-decoration: underline; }
      #usefull_link_block li a i {
        font-size: 26px;
        vertical-align: middle;
        display: inline-block; }
      #usefull_link_block li a:before {
        display: none; }

.logos-bijou {
  position: absolute;
  top: 0;
  left: 15.5px;
  width: 52px; }
  .logos-bijou img {
    display: block;
    max-width: 100%;
    margin-bottom: 12px; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.box-cart-bottom {
  padding: 0 0 4px; }
  .box-cart-bottom > div:first-child {
    display: inline-block;
    vertical-align: top; }
    .box-cart-bottom > div:first-child + .wishlist {
      margin-left: 5px;
      position: relative;
      display: inline-block; }
    .box-cart-bottom > div:first-child.unvisible + .wishlist {
      margin-left: 0; }
  .box-cart-bottom .buttons_bottom_block,
  .box-cart-bottom #add_to_cart {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top; }

.box-info-product .exclusive,
.box-info-product .exclusive span {
  border: none;
  background: none;
  background: #a18c6f;
  padding: 0;
  text-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none; }
  .box-info-product .exclusive:after, .box-info-product .exclusive:before,
  .box-info-product .exclusive span:after,
  .box-info-product .exclusive span:before {
    display: none; }

.box-info-product .exclusive {
  width: 174px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  outline: 0; }
  .box-info-product .exclusive span {
    border: 2px solid transparent;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    background: none;
    width: 100%; }
  .box-info-product .exclusive:hover {
    background: #ebebe8;
    color: #a18c6f; }
    .box-info-product .exclusive:hover span {
      color: #a18c6f; }

#add_to_cart + .buttons_bottom_block {
  padding-right: 5px; }

.box-info-product .wishlist_button_list,
.box-info-product #wishlist_button_nopop,
.box-info-product #wishlist_button {
  width: 170px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border: 2px solid #a18c6f;
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #a18c6f;
  text-decoration: none;
  outline: 0;
  font-weight: bold;
  cursor: pointer; }
  .box-info-product .wishlist_button_list > i, .box-info-product .wishlist_button_list:before,
  .box-info-product #wishlist_button_nopop > i,
  .box-info-product #wishlist_button_nopop:before,
  .box-info-product #wishlist_button > i,
  .box-info-product #wishlist_button:before {
    background: none;
    color: #a18c6f;
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 8px;
    font-weight: normal;
    line-height: 32px; }
  .box-info-product .wishlist_button_list:before,
  .box-info-product #wishlist_button_nopop:before,
  .box-info-product #wishlist_button:before {
    font-family: "FontAwesome";
    content: "\f08a";
    top: 0; }
  .box-info-product .wishlist_button_list > i,
  .box-info-product #wishlist_button_nopop > i,
  .box-info-product #wishlist_button > i {
    display: none; }
  .box-info-product .wishlist_button_list.product_in_wishlist:before,
  .box-info-product #wishlist_button_nopop.product_in_wishlist:before,
  .box-info-product #wishlist_button.product_in_wishlist:before {
    display: none; }
  .box-info-product .wishlist_button_list.product_in_wishlist > i,
  .box-info-product #wishlist_button_nopop.product_in_wishlist > i,
  .box-info-product #wishlist_button.product_in_wishlist > i {
    display: inline-block;
    top: 0;
    vertical-align: top; }

.product_in_wishlist .btn-wish .fa-heart-o + .ico-heart {
  display: inline-block; }

.box-info-product p {
  margin: 0; }

.product--attr-dispo,
.content_prices {
  padding-bottom: 24px; }

.our_price_display {
  display: inline-block; }

#our_price_display {
  color: #a18c6f;
  font-size: 39px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 32px; }
  #our_price_display .small {
    font-size: 22px;
    font-weight: 800; }

#old_price {
  text-decoration: none;
  padding: 0 0 0 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #8e8e8e;
  font-size: 15px;
  line-height: 18px; }

#old_price_display {
  text-decoration: line-through; }
  #old_price_display .price {
    font-size: 19px;
    color: #8e8e8e; }
  #old_price_display .small {
    font-size: 12px;
    color: #8e8e8e; }

#attributes {
  display: inline-block;
  vertical-align: top; }
  #attributes .attribute_list {
    display: inline-block;
    width: auto;
    min-width: 280px; }
    #attributes .attribute_list .selector {
      width: 100%; }
      #attributes .attribute_list .selector > span {
        width: 100%; }
    #attributes .attribute_list .form-control {
      width: 100%; }
    #attributes .attribute_list .taille-unique {
      display: block;
      padding-bottom: 20px; }
  #attributes fieldset {
    padding: 0; }
  #attributes label {
    display: none; }

.box-info-product .product_attributes,
.box-info-product .content_prices {
  padding: 0;
  padding-top: 24px; }
.box-info-product .content_prices {
  padding-top: 24px; }

.socialsharing_product li {
  text-align: right; }

.top-hr {
  height: 2px !important; }

.product_attributes, .box-cart-bottom {
  background: none; }

.btn-social {
  background: #2d2c2b;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  display: inline-block;
  margin-bottom: 3px;
  outline: 0;
  padding: 0;
  webkit-appearance: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .btn-social i {
    font: normal normal normal 26px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #fff;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative; }

.avantages-bijou {
  text-align: center;
  padding-top: 20px; }
  .avantages-bijou--ttl {
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    color: #a18c6f; }
    .avantages-bijou--ttl:before {
      content: "";
      height: 2px;
      display: block;
      background: #d6d6d6;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -1px; }
    .avantages-bijou--ttl span {
      background: #fff;
      display: inline-block;
      padding: 0 6px;
      position: relative; }

#product .box-info-product .exclusive, #product .box-info-product .exclusive span {
  background: #a18c6f;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  text-shadow: none;
  width: 206px; }

.modal {
  opacity: 0; }

/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px; }

.top-hr {
  background: #C4C4C4;
  height: 5px;
  margin: 2px 0 31px; }

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Source Sans Pro", sans-serif; }

.box-security .product-heading-h5 {
  margin: 3px 0 -8px; }
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #dbdbdb;
  background: #fff; }
  .pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%; }
  @media (max-width: 767px) {
    .pb-left-column #image-block #view_full_size {
      position: relative; } }
  .pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
    .pb-left-column #image-block #view_full_size .span_link:after {
      font-family: "FontAwesome";
      color: #c0c0c0;
      font-size: 20px;
      line-height: 22px;
      content: "\f00e";
      font-weight: normal;
      margin: 0 0 0 4px; }
    .pb-left-column #image-block #view_full_size .span_link:hover:after {
      color: #333; }
  .pb-left-column #image-block #view_full_size .product-img-nav {
    background: #a18c6f;
    cursor: pointer;
    color: white;
    font-family: "FontAwesome";
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px; }
    .pb-left-column #image-block #view_full_size .product-img-nav.product-img-prev {
      left: 0;
      border-radius: 0 15px 15px 0;
      z-index: 100; }
      .pb-left-column #image-block #view_full_size .product-img-nav.product-img-prev:before {
        content: ""; }
    .pb-left-column #image-block #view_full_size .product-img-nav.product-img-next {
      border-radius: 15px 0 0 15px;
      right: 0; }
      .pb-left-column #image-block #view_full_size .product-img-nav.product-img-next:before {
        content: ""; }
  .pb-left-column #image-block a.jqzoom div div img,
  .pb-left-column #image-block span.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
  .pb-left-column #image-block a.jqzoom div div .zoomWrapper,
  .pb-left-column #image-block span.jqzoom div div .zoomWrapper {
    border: none; }
  .pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
  .pb-left-column #image-block .new-box,
  .pb-left-column #image-block .sale-box {
    z-index: 5002; }

/* miniatures */
#views_block {
  margin-left: 93px;
  margin-top: 10px;
  position: relative; }
  @media (min-width: 480px) and (max-width: 991px) {
    #views_block {
      margin-left: 0; } }
  @media (max-width: 767px) {
    #views_block {
      margin-left: 0;
      width: 100%; } }
  #views_block #thumbs_list {
    float: left;
    margin-left: 30px;
    overflow: hidden;
    width: 480px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #views_block #thumbs_list {
        width: 350px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #views_block #thumbs_list {
        width: 310px; } }
    @media (max-width: 767px) {
      #views_block #thumbs_list {
        margin-left: 20px;
        width: 90%; } }
    #views_block #thumbs_list #thumbs_list_frame {
      list-style-type: none;
      margin: 0;
      overflow: hidden;
      padding-left: 0;
      width: 5000px; }
      #views_block #thumbs_list #thumbs_list_frame li {
        border: none;
        cursor: pointer;
        float: left;
        height: 70px;
        line-height: 0;
        width: 70px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        #views_block #thumbs_list #thumbs_list_frame li a {
          background: #fbfbfb;
          border: 1px solid #dbdbdb;
          display: block;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          #views_block #thumbs_list #thumbs_list_frame li a:hover, #views_block #thumbs_list #thumbs_list_frame li a.zoomThumbActive {
            border-color: #a18c6f; }
          #views_block #thumbs_list #thumbs_list_frame li a img {
            border: none;
            width: 100%;
            height: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
      #views_block #thumbs_list #thumbs_list_frame li + li {
        margin-left: 12px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          #views_block #thumbs_list #thumbs_list_frame li + li {
            margin-left: 19px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          #views_block #thumbs_list #thumbs_list_frame li + li {
            margin-left: 8px; } }
  #views_block .scrollbox-nav {
    cursor: pointer;
    color: #a18c6f;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; }
    #views_block .scrollbox-nav.scrollbox-prev {
      left: 0; }
      #views_block .scrollbox-nav.scrollbox-prev:before {
        content: ""; }
    #views_block .scrollbox-nav.scrollbox-next {
      right: 0;
      text-align: right; }
      #views_block .scrollbox-nav.scrollbox-next:before {
        content: ""; }

@media (min-width: 768px) and (max-width: 991px) {
  #product #usefull_link_block, #product .logos-bijou {
    display: none; } }
@media (max-width: 767px) {
  #product .sale-label, #product .new-label {
    left: 1px; }
  #product .logos-bijou {
    position: absolute;
    top: 0;
    left: 0; }
  #product #usefull_link_block {
    position: absolute;
    display: block;
    bottom: 80px;
    left: -22px; }
    #product #usefull_link_block span {
      display: none; } }
.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
  width: 294px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 194px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 82px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 196px; } }

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      width: 30px;
      padding-left: 3px; } }
  @media (max-width: 767px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }

.show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 44px;
      padding-left: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 41px;
      padding-left: 13px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 45px;
      padding-left: 14px; } }

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right {
      margin-top: 28px; } }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #333; }

#view_scroll_right {
  float: left; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
  margin-top: 0; }
  #view_scroll_left:before {
    content: "\f137";
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0 0 8px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li:first-child {
      margin: 0 0 8px 0;
      border: none;
      padding: 0; }
    #usefull_link_block li a {
      color: #777676;
      font-weight: 700;
      position: relative;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #000; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb {
      clear: both;
      float: none; }
      #usefull_link_block li#left_share_fb a {
        padding-left: 18px; }
      #usefull_link_block li#left_share_fb a:before {
        content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      font-weight: 700;
      clear: both;
      float: none;
      margin: 0 0 8px 0;
      border: none;
      padding: 0;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #000; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 30px;
  /* form */ }
  .pb-center-column h1 {
    padding-bottom: 16px;
    font-size: 20px;
    color: #3a3939; }
  .pb-center-column p {
    margin-bottom: 10px; }
  .pb-center-column #product_reference {
    margin-bottom: 6px; }
  .pb-center-column #short_description_block {
    color: #666; }
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0 0 15px;
      word-wrap: break-word; }
      .pb-center-column #short_description_block #short_description_content p {
        line-height: 18px; }
  .pb-center-column #buy_block {
    margin-top: 10px; }
    .pb-center-column #buy_block label {
      display: inline-block;
      width: 125px;
      font-weight: 700;
      font-size: 12px;
      text-align: right; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }

#attributes fieldset {
  padding-bottom: 3px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  width: 100%; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: #fff;
      color: #666; }
  #attributes .attribute_list ul {
    clear: both; }
    #attributes .attribute_list ul li {
      float: left;
      margin-right: 10px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none; }
    #attributes .attribute_list #color_to_pick_list li {
      float: left;
      margin: 0 3px 3px 0;
      padding: 1px;
      border: 1px solid #d6d4d4;
      clear: none;
      width: 26px;
      height: 26px; }
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
          height: 22px;
          width: 22px; }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #4d4d4d; }

.product_attributes,
.box-cart-bottom {
  padding: 19px 19px 17px; }

.box-cart-bottom {
  padding: 0; }

#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }

.box-info-product p {
  margin-bottom: 7px; }
.box-info-product .exclusive {
  padding: 0;
  border-top: 1px solid #0079b6;
  border-right: 1px solid #006fa8;
  border-left: 1px solid #006fa8;
  border-bottom: 1px solid #012740;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background-image: -moz-linear-gradient(#009ad0, #007ab7);
  background-image: -webkit-linear-gradient(#009ad0, #007ab7);
  background-image: linear-gradient(#009ad0, #007ab7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
  .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: 1px solid #06b2e6;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px; }
    @media (max-width: 991px) {
      .box-info-product .exclusive:before {
        display: none; } }
  .box-info-product .exclusive.added:before {
    content: "\f00c"; }
  .box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
    height: 51px;
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none; }
  .box-info-product .exclusive:after {
    background: url(../img/border-1.gif) repeat-y 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2; }
    @media (max-width: 991px) {
      .box-info-product .exclusive:after {
        display: none; } }
  .box-info-product .exclusive span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    border-top: 1px solid #06b2e6;
    border-right: 1px solid #06b2e6;
    border-left: 1px solid #06b2e6;
    border-bottom: 1px solid #06b2e6;
    text-shadow: 0 1px #015883;
    padding: 12px 36px 14px 60px;
    color: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199px) {
      .box-info-product .exclusive span {
        padding: 12px 22px 14px 55px;
        font-size: 14px; } }
    @media (max-width: 991px) {
      .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: left; } }
  .box-info-product .exclusive:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
    background-position: 0 0; }

#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf; }
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      position: relative;
      top: 0;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #015883;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
      content: "\f110";
      animation: 2s linear 0s normal none infinite spin;
      -webkit-animation: 2s linear 0s normal none infinite spin;
      -moz-animation: 2s linear 0s normal none infinite spin;
      border: none; }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
      background: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51px;
      content: "";
      width: 1px;
      z-index: 2; }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
          display: none; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      border: none;
      border-top: 1px solid #006fa8;
      text-shadow: 0 1px #015883;
      padding: 12px 16px 14px;
      color: #fff;
      display: block !important;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          font-size: 16px; } }
      @media (max-width: 991px) {
        #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
          padding: 8px 12px 10px;
          text-align: center; } }
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
      background-image: -moz-linear-gradient(#007ab7, #009ad0);
      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
      background-image: linear-gradient(#007ab7, #009ad0);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
      background-position: 0 0; }

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: #fff; }
  .table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #d6d4d4;
        width: 30%;
        font-weight: 700;
        color: #333; }

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  width: 50%;
  margin: 0 0 20px;
  background: #fff; }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none; }

/* accessories  */
.accessories-block .block_description {
  display: none; }
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }
.accessories-block .product-name {
  margin-bottom: 5px; }
  .accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
    .accessories-block .product-name a:hover {
      color: #515151; }
.accessories-block div ul li a {
  display: inline-block; }
.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px; }
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px; }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  margin-left: 5px; }

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block; }

#pQuantityAvailable span {
  font-weight: 700;
  color: #333; }

#product .etiquette_delay {
  display: inline-block;
  background-color: #a18c6f;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  margin-top: 5px; }
#product .availability_info_delay bold {
  font-weight: bold;
  color: #000; }
#product .personnalisation {
  margin-bottom: 24px; }

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); }

/* prices */
.content_prices {
  padding: 13px 19px; }

.discount {
  display: none; }

.our_price_display {
  font-weight: 600;
  font-size: 29px;
  line-height: 32px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333; }
  @media (max-width: 991px) {
    .our_price_display {
      font-size: 26px;
      line-height: 28px; } }
  .our_price_display .price {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333; }
    @media (max-width: 991px) {
      .our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }

#old_price {
  padding-bottom: 15px;
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 23px; }

#reduction_percent,
#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  background: #f13340;
  border: 1px solid #d02a2c; }
  #reduction_percent span,
  #reduction_amount span {
    display: block; }
  .hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
  #reduction_amount {
    display: inline-block; }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

.buttons_bottom_block {
  clear: both;
  padding: 13px 19px 0; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid #d6d4d4;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px; }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-right: 0; } }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
  #product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%; }
    @media (max-width: 991px) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
  #product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      border-top-width: 0px;
      border-right: none;
      border-bottom: none;
      min-height: 623px;
      height: 100%;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
      position: relative;
      padding-bottom: 125px; }
      @media (max-width: 991px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #d6d4d4; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
        display: block;
        width: 100%; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
          display: block; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
          font-size: 20px;
          text-align: center; }
          @media (max-width: 1199px) {
            #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
              padding: 12px 22px 14px 70px;
              font-size: 20px; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        right: 0;
        left: 0; }
    #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
      -moz-box-shadow: transparent 0px 0px 0px;
      -webkit-box-shadow: transparent 0px 0px 0px;
      box-shadow: transparent 0px 0px 0px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

.rgpd_send_friend {
  font-size: 12px;
  font-style: italic;
  margin-top: 20px; }
  .rgpd_send_friend a {
    text-decoration: underline; }

@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
      max-width: 470px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: left;
    padding-left: 35px; }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
      border-top-width: 1px;
      min-height: 1px; } }
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d6d4d4; }
.ie8 .box-security {
  filter: none; }
