@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
*/
.selection-speciale--desc {
  color: #777;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 19px; }

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

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

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

/* lnk on detail product page */
#wishlist_button, #wishlist_button_nopop {
  font-weight: 700;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  border-color: transparent;
  margin: auto;
  outline: 0;
  cursor: pointer; }
  #wishlist_button:before, #wishlist_button_nopop:before {
    content: "\f08a";
    font: 400 15px/31px "FontAwesome";
    color: #fff;
    background: #929292;
    width: 30px;
    text-align: center;
    display: inline-block;
    height: 30px;
    margin: 0 6px 0 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }

/* wishlist block */
#wishlist_block #wishlist_block_list {
  margin: 0 0 20px 0; }
  #wishlist_block #wishlist_block_list dl {
    font-weight: 400; }
    #wishlist_block #wishlist_block_list dl.products.no-products {
      font-weight: 700;
      padding: 0 0 15px 0;
      border-bottom: 1px solid #d6d4d4; }
      #wishlist_block #wishlist_block_list dl.products.no-products dt {
        padding: 0;
        border-top: none; }
      #wishlist_block #wishlist_block_list dl.products.no-products dd {
        display: none; }
    #wishlist_block #wishlist_block_list dl.products {
      border-bottom: 1px solid #d6d4d4; }
      #wishlist_block #wishlist_block_list dl.products dt {
        padding: 20px 0 0;
        border-top: 1px solid #d6d4d4; }
      #wishlist_block #wishlist_block_list dl.products dd {
        padding: 0 0 20px 0; }
      #wishlist_block #wishlist_block_list dl.products dt.first_item {
        padding: 0;
        border-top: none; }
    #wishlist_block #wishlist_block_list dl dt {
      position: relative;
      padding-right: 0; }
    #wishlist_block #wishlist_block_list dl dd {
      margin: 0 0 0 24px; }
#wishlist_block .lnk .form-group {
  margin: 0 0 20px 0; }
  #wishlist_block .lnk .form-group select {
    max-width: 192px; }
    @media (max-width: 767px) {
      #wishlist_block .lnk .form-group select {
        width: 192px; } }
#wishlist_block .ajax_cart_block_remove_link {
  font-size: 14px;
  line-height: 14px;
  color: #d3d2d2;
  width: 14px;
  height: 14px;
  float: right; }
  #wishlist_block .ajax_cart_block_remove_link:hover {
    color: #515151; }
#wishlist_block .cart_block_product_name {
  width: 85%;
  display: inline-block;
  font-weight: bold; }
#wishlist_block .quantity-formated {
  float: left;
  margin: 0 5px 0 0;
  width: 15px; }

#wishlist_block_list .price {
  float: right; }

/* page in my account ************************************************************************* */
#mywishlist td.wishlist_delete a {
  font-size: 15px; }

/* wishlistLinkTop */
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
  display: inline-block; }

#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 20px; }
  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    display: inline-block;
    color: #333;
    margin: 10px 10px 10px 0px;
    font-weight: bold; }
    #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover {
      color: #515151; }

#module-blockwishlist-mywishlist .wishlistLinkTop li {
  float: left; }

#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
  float: right; }

#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
  display: none; }

/* wlp_bought ****************************************** */
/* wlp_bought_list */
ul.wlp_bought_list li {
  margin: 0 0 30px 0;
  /*> 992px*/
  /*768px x 991px*/ }
  ul.wlp_bought_list li .product_image {
    padding: 9px;
    border: 1px solid #d6d4d4;
    margin: 0 0 20px 0;
    max-width: 270px; }
  ul.wlp_bought_list li .product-name {
    margin: 0 0 10px 0;
    padding: 0 20px 0 0; }
    ul.wlp_bought_list li .product-name small {
      display: block;
      font-size: 11px; }
      ul.wlp_bought_list li .product-name small a {
        font-size: 11px; }
  ul.wlp_bought_list li .product_infos {
    position: relative; }
  ul.wlp_bought_list li .btn_action .btn {
    margin: 0 0 10px 0; }
  @media (min-width: 992px) {
    ul.wlp_bought_list li.first-in-line {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    ul.wlp_bought_list li.first-item-of-tablet-line {
      clear: left; } }

.wishlistLinkTop .submit {
  margin: 0 0 30px 0; }

ul.wlp_bought_list li .lnkdel {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px; }

#wishlist_button > .btn-group {
  width: 80%; }

ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover {
  padding: 0;
  min-width: 160px; }
  ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover .popover-content {
    padding: 0;
    min-width: 158px; }
  ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table {
    margin-bottom: 2px; }
    ul.product_list.grid > li .product-container .functional-buttons .wishlist .popover table td:hover {
      background-color: #cccccc;
      cursor: pointer; }

[id=wishlist_button] + .popover,
.wishlist_change_button + .popover {
  padding: 0;
  min-width: 150px; }
  [id=wishlist_button] + .popover .popover-content,
  .wishlist_change_button + .popover .popover-content {
    padding: 0; }
  [id=wishlist_button] + .popover table,
  .wishlist_change_button + .popover table {
    margin-bottom: 2px; }
    [id=wishlist_button] + .popover table td:hover,
    .wishlist_change_button + .popover table td:hover {
      background-color: #cccccc;
      cursor: pointer; }

/*******************************************************
Product list Styles
********************************************************/
ul.product_list .product-name {
  display: inline-block;
  width: 100%;
  overflow: hidden; }
ul.product_list .availability span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 3px 8px 4px 8px;
  margin-bottom: 20px; }
ul.product_list .color-list-container {
  margin-bottom: 12px; }
  ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #d6d4d4;
    width: 26px;
    height: 26px; }
    ul.product_list .color-list-container ul li a {
      display: block;
      width: 22px;
      height: 22px;
      margin: 1px; }
      ul.product_list .color-list-container ul li a img {
        display: block;
        width: 22px;
        height: 22px; }
ul.product_list .product-image-container {
  text-align: center;
  overflow: hidden; }
  ul.product_list .product-image-container img {
    margin: 0 auto; }
  ul.product_list .product-image-container .quick-view-wrapper-mobile {
    display: none; }
    ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
      display: none; }
      @media (max-width: 1199px) {
        ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
          display: block;
          position: relative;
          background-color: rgba(208, 208, 211, 0.57);
          height: 130px;
          width: 85px;
          top: 80px;
          right: -162px;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          zoom: 1;
          pointer-events: all; }
          ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i {
            position: relative;
            top: 48px;
            left: -20px;
            font-size: x-large;
            color: black; }
          ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i:before {
            -moz-transform: rotate(315deg);
            -o-transform: rotate(315deg);
            -webkit-transform: rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: rotate(315deg); } }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile:hover {
        background-color: rgba(167, 167, 167, 0.57); } }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view-wrapper-mobile {
        display: block;
        background-color: transparent;
        height: 155px;
        width: 215px;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        bottom: 0px;
        right: 0px; } }
  ul.product_list .product-image-container .quick-view {
    font: 700 13px/16px "Roboto", sans-serif;
    color: #777676;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -53px;
    padding: 13px 0 0;
    background: rgba(255, 255, 255, 0.82);
    width: 107px;
    height: 43px;
    text-align: center;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
    @media (min-width: 1200px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
    @media (max-width: 767px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
ul.product_list .comments_note {
  text-align: left;
  overflow: hidden; }
  ul.product_list .comments_note .star_content {
    float: left; }
  ul.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic; }
ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label {
  font-weight: bold;
  color: #777676;
  cursor: pointer; }
  ul.product_list .functional-buttons div a:hover, ul.product_list .functional-buttons div label:hover {
    color: #000; }
ul.product_list .functional-buttons div.wishlist a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f08a";
  margin-right: 3px;
  padding: 0 3px; }
ul.product_list .functional-buttons div.wishlist a.checked:before {
  content: "\f004"; }
@media (min-width: 992px) and (max-width: 1199px) {
  ul.product_list .functional-buttons div.wishlist {
    border-right: 0; }
    ul.product_list .functional-buttons div.wishlist a:before {
      display: none; } }
@media (min-width: 480px) and (max-width: 767px) {
  ul.product_list .functional-buttons div.wishlist {
    border-right: 0; }
    ul.product_list .functional-buttons div.wishlist a:before {
      display: none; } }
ul.product_list .functional-buttons div.compare a:before {
  content: "\f067";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
ul.product_list .functional-buttons div.compare a.checked:before {
  content: "\f068"; }

/*******************************************************
Product list(Grid) Styles
********************************************************/
ul.product_list.grid > li {
  padding-bottom: 20px;
  text-align: center; }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list.grid > li {
      width: 50%;
      float: left; } }
  ul.product_list.grid > li .product-container {
    background: #fff;
    padding: 0;
    position: relative; }
    ul.product_list.grid > li .product-container .product-image-container {
      border: 1px solid #d6d4d4;
      padding: 9px;
      margin-bottom: 13px;
      position: relative; }
      @media (max-width: 767px) {
        ul.product_list.grid > li .product-container .product-image-container {
          margin-left: auto;
          margin-right: auto; } }
      ul.product_list.grid > li .product-container .product-image-container .content_price {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        padding: 9px 0;
        display: none; }
        ul.product_list.grid > li .product-container .product-image-container .content_price span {
          color: #fff; }
          ul.product_list.grid > li .product-container .product-image-container .content_price span.old-price {
            color: #b1b0b0; }
    ul.product_list.grid > li .product-container h5 {
      padding: 0 15px 7px 15px;
      min-height: 53px; }
    @media (min-width: 1200px) {
      ul.product_list.grid > li .product-container .comments_note {
        display: none; } }
    ul.product_list.grid > li .product-container .comments_note .star_content {
      margin: 0 3px 12px 59px; }
    ul.product_list.grid > li .product-container .product-desc {
      display: none; }
    ul.product_list.grid > li .product-container .content_price {
      padding-bottom: 9px;
      line-height: 21px; }
    ul.product_list.grid > li .product-container .old-price,
    ul.product_list.grid > li .product-container .price,
    ul.product_list.grid > li .product-container .price-percent-reduction {
      display: inline-block; }
    ul.product_list.grid > li .product-container .product-flags {
      display: none; }
    ul.product_list.grid > li .product-container .old-price {
      margin-right: 5px; }
      ul.product_list.grid > li .product-container .old-price.product-price, ul.product_list.grid > li .product-container .old-price.product-price .small {
        font-weight: 600; }
    ul.product_list.grid > li .product-container .button-container {
      margin-bottom: 14px; }
      @media (min-width: 1200px) {
        ul.product_list.grid > li .product-container .button-container {
          display: none; } }
      ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
      ul.product_list.grid > li .product-container .button-container span.button,
      ul.product_list.grid > li .product-container .button-container .lnk_view {
        margin: 0 6px 10px 6px; }
    ul.product_list.grid > li .product-container .functional-buttons {
      background: url(../img/functional-bt-shadow.png) repeat-x;
      padding: 11px 0 5px; }
      @media (min-width: 1200px) {
        ul.product_list.grid > li .product-container .functional-buttons {
          display: none; } }
      ul.product_list.grid > li .product-container .functional-buttons div {
        width: 50%;
        float: left;
        padding: 3px 0 4px 0; }
  @media (min-width: 1200px) {
    ul.product_list.grid > li.hovered .product-container {
      -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
      position: relative;
      z-index: 10; }
      ul.product_list.grid > li.hovered .product-container .content_price {
        display: none; }
      ul.product_list.grid > li.hovered .product-container .product-image-container .content_price {
        display: block; }
      ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view {
        display: block; }
      ul.product_list.grid > li.hovered .product-container .functional-buttons,
      ul.product_list.grid > li.hovered .product-container .button-container,
      ul.product_list.grid > li.hovered .product-container .comments_note {
        display: block; } }
  @media (min-width: 992px) {
    ul.product_list.grid > li.first-in-line {
      clear: left; } }
  @media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid > li.first-item-of-tablet-line {
      clear: left; } }
ul.product_list.grid li.hovered h5 {
  min-height: 30px; }

@media (min-width: 1200px) {
  #blockpack ul > li.last-line {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  #blockpack ul > li.first-item-of-tablet-line {
    clear: none; }
  #blockpack ul > li.first-item-of-mobile-line {
    clear: left; } }

/*******************************************************
Product list(List) Styles
********************************************************/
@media (max-width: 479px) {
  ul.product_list.list > li .left-block {
    width: 100%; } }
ul.product_list.list > li .product-container {
  border-top: 1px solid #d6d4d4;
  padding: 30px 0 30px; }
ul.product_list.list > li .product-image-container {
  position: relative;
  border: 1px solid #d6d4d4;
  padding: 9px; }
  @media (max-width: 479px) {
    ul.product_list.list > li .product-image-container {
      max-width: 290px;
      margin: 0 auto; } }
  ul.product_list.list > li .product-image-container .content_price {
    display: none !important; }
ul.product_list.list > li .product-flags {
  color: #333;
  margin: -5px 0 10px 0; }
  ul.product_list.list > li .product-flags .discount {
    color: #f13340; }
ul.product_list.list > li h5 {
  padding-bottom: 8px; }
ul.product_list.list > li .product-desc {
  margin-bottom: 15px; }
@media (max-width: 479px) {
  ul.product_list.list > li .center-block {
    width: 100%; } }
ul.product_list.list > li .center-block .comments_note {
  margin-bottom: 12px; }
@media (min-width: 992px) {
  ul.product_list.list > li .right-block .right-block-content {
    margin: 0;
    border-left: 1px solid #d6d4d4;
    padding-left: 15px;
    padding-bottom: 16px; } }
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 20px; } }
@media (max-width: 479px) {
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 5px; } }
ul.product_list.list > li .right-block .right-block-content .content_price {
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    ul.product_list.list > li .right-block .right-block-content .content_price {
      padding-top: 13px;
      padding-bottom: 0; } }
  @media (max-width: 479px) {
    ul.product_list.list > li .right-block .right-block-content .content_price {
      padding-top: 0;
      width: 100%; } }
  ul.product_list.list > li .right-block .right-block-content .content_price .price {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 14px; }
    ul.product_list.list > li .right-block .right-block-content .content_price .price.old-price {
      margin-right: 8px; }
ul.product_list.list > li .right-block .right-block-content .button-container {
  overflow: hidden;
  padding-bottom: 20px; }
  @media (max-width: 479px) {
    ul.product_list.list > li .right-block .right-block-content .button-container {
      width: 100%; } }
  ul.product_list.list > li .right-block .right-block-content .button-container .btn {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      ul.product_list.list > li .right-block .right-block-content .button-container .btn {
        float: left;
        clear: both; } }
@media (min-width: 992px) {
  ul.product_list.list > li .right-block .right-block-content .functional-buttons {
    overflow: hidden; } }
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content .functional-buttons {
    clear: both; }
    ul.product_list.list > li .right-block .right-block-content .functional-buttons > div {
      float: left;
      padding-top: 0 !important;
      padding-right: 20px; } }
@media (max-width: 479px) {
  ul.product_list.list > li .right-block .right-block-content .functional-buttons {
    float: none;
    display: inline-block; }
    ul.product_list.list > li .right-block .right-block-content .functional-buttons a i, ul.product_list.list > li .right-block .right-block-content .functional-buttons a:before, ul.product_list.list > li .right-block .right-block-content .functional-buttons label i, ul.product_list.list > li .right-block .right-block-content .functional-buttons label:before {
      display: none !important; } }
ul.product_list.list > li .right-block .right-block-content .functional-buttons a {
  cursor: pointer; }
ul.product_list.list > li .right-block .right-block-content .functional-buttons .wishlist {
  border: none; }
ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare {
  padding-top: 10px; }
  ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare a:before {
    margin-right: 10px; }
@media (min-width: 1200px) {
  ul.product_list.list > li:hover .product-image-container .quick-view {
    display: block; } }
@media (max-width: 479px) {
  ul.product_list.list > li {
    text-align: center; } }

/*******************************************************
Product list(Index page) Styles
********************************************************/
#index ul.product_list.tab-pane > li {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > li {
      padding-bottom: 85px;
      margin-bottom: 0; } }
  #index ul.product_list.tab-pane > li .availability {
    display: none; }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > li.last-line {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #index ul.product_list.tab-pane > li.first-item-of-tablet-line {
      clear: none; }
    #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
      clear: left; } }

/***** IE code *****/
.ie8 .quick-view {
  background: #fff;
  border: 1px solid #d6d4d4; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

#category.category #slider_row {
  border-top: 2px solid #d6d6d6;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 27px; }
#category .radio-inline, #category .checkbox {
  padding-left: 0; }
  #category .radio-inline .checker, #category .checkbox .checker {
    float: left; }
    #category .radio-inline .checker span, #category .checkbox .checker span {
      top: 0px; }
  #category .radio-inline div.radio, #category .checkbox div.radio {
    display: inline-block; }
    #category .radio-inline div.radio span, #category .checkbox div.radio span {
      float: left;
      top: 0px; }
#category .PM_ASBlockOutputVertical {
  padding-right: 44px; }
  #category .PM_ASBlockOutputVertical ul {
    margin-top: 0;
    margin-bottom: 9px; }
  #category .PM_ASBlockOutputVertical .title_block, #category .PM_ASBlockOutputVertical h4 {
    border: none;
    background: #101010;
    line-height: 35px;
    padding: 0;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 22px;
    text-transform: none; }
  #category .PM_ASBlockOutputVertical .block_content {
    background: #f7f7f7; }
  #category .PM_ASBlockOutputVertical .facet--text {
    background: #fff;
    padding: 24px 17px 21px;
    text-align: center;
    color: #4e4e4e;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold; }
  #category .PM_ASBlockOutputVertical .facet--ttl {
    color: #252525;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 6px 0; }
  #category .PM_ASBlockOutputVertical .PM_ASSelectionsBlock {
    padding-top: 10px; }
  #category .PM_ASBlockOutputVertical .current_search_selection li {
    font-size: 0; }
    #category .PM_ASBlockOutputVertical .current_search_selection li b {
      display: none; }
    #category .PM_ASBlockOutputVertical .current_search_selection li a {
      display: block;
      font-size: 14px;
      font-family: "Roboto", sans-serif; }
    #category .PM_ASBlockOutputVertical .current_search_selection li.no-criterions {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      padding-bottom: 6px;
      display: block; }
  #category .PM_ASBlockOutputVertical a.PM_ASSelectionsRemoveLink {
    background: none;
    position: relative;
    line-height: 15px;
    padding-left: 21px;
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #252525;
    padding-bottom: 4px;
    padding-top: 4px; }
    #category .PM_ASBlockOutputVertical a.PM_ASSelectionsRemoveLink:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      -moz-border-radius: 7.5px;
      -webkit-border-radius: 7.5px;
      border-radius: 7.5px;
      background-color: #a18c6f;
      position: absolute;
      top: 3px;
      left: 0; }
  #category .PM_ASBlockOutputVertical .PM_ASCriterionsArrowDown:before {
    content: '-';
    color: #a18c6f; }
  #category .PM_ASBlockOutputVertical .PM_ASCriterionsGroup {
    border-top: 3px solid #fff;
    padding: 0;
    margin: 0; }
  #category .PM_ASBlockOutputVertical form[id*="PM_ASForm_"] .PM_ASCriterionsGroupTitle {
    border: none;
    padding: 8px 33px 8px 24px;
    margin: 0;
    background: none;
    position: relative;
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 23px;
    cursor: pointer; }
    #category .PM_ASBlockOutputVertical form[id*="PM_ASForm_"] .PM_ASCriterionsGroupTitle:before {
      width: 20px;
      height: 20px;
      line-height: 16px;
      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; }
  #category .PM_ASBlockOutputVertical .PM_ASCriterionsGroupOuter {
    padding: 8px 22px 15px;
    margin: 0; }
  #category .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li {
    display: block;
    margin: 0;
    padding: 4px 0; }
    #category .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li p {
      margin: 0; }
    #category .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li label {
      font-weight: bold;
      color: #4e4e4e; }
      #category .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li label span {
        font-weight: 200; }
    #category .PM_ASBlockOutputVertical .PM_ASCriterionGroupCheckbox li.PM_ASCriterionHide {
      display: none; }
  #category .PM_ASBlockOutputVertical .PM_ASCriterionHideToogleLink {
    background: none;
    padding: 0;
    text-align: center;
    color: #4e4e4e;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    display: block; }
  #category .PM_ASBlockOutputVertical .PM_ASSelectionsInner {
    padding: 0 33px; }
  #category .PM_ASBlockOutputVertical .PM_ASCriterionStepEnable {
    padding-top: 12px; }
  #category .PM_ASBlockOutputVertical .PM_ASHide {
    display: none; }
#category #center_column .pull-right {
  float: right; }
#category #center_column .sortPagiBar {
  white-space: nowrap; }
  #category #center_column .sortPagiBar > form {
    display: inline-block;
    vertical-align: top; }
    #category #center_column .sortPagiBar > form select {
      width: 190px; }
  #category #center_column .sortPagiBar .nbrItemPage {
    padding-top: 24px;
    padding-right: 10px; }
    #category #center_column .sortPagiBar .nbrItemPage .per-page,
    #category #center_column .sortPagiBar .nbrItemPage button,
    #category #center_column .sortPagiBar .nbrItemPage input {
      background: none;
      border: none;
      color: #777;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      outline: 0;
      padding: 0 4px; }
    #category #center_column .sortPagiBar .nbrItemPage button,
    #category #center_column .sortPagiBar .nbrItemPage input {
      text-transform: uppercase;
      text-decoration: underline; }
      #category #center_column .sortPagiBar .nbrItemPage button.selected,
      #category #center_column .sortPagiBar .nbrItemPage input.selected {
        font-weight: bold;
        text-decoration: none; }
#category #center_column .header-category {
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 20px; }
  #category #center_column .header-category .page-heading {
    padding-bottom: 8px;
    color: #a18c6f;
    font-size: 22px;
    padding-top: 18px;
    border: none;
    margin: 0;
    padding-top: 18px; }
  #category #center_column .header-category .productsSortForm {
    padding-top: 21px; }
    #category #center_column .header-category .productsSortForm div.selector select {
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      border: none;
      background: none;
      position: absolute;
      height: 27px;
      top: 0px;
      left: 0px;
      width: 100%; }
    #category #center_column .header-category .productsSortForm .selector,
    #category #center_column .header-category .productsSortForm label {
      float: left; }
    #category #center_column .header-category .productsSortForm label {
      color: #333;
      font-size: 15px;
      /*text-transform: uppercase;*/
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      padding-right: 10px;
      line-height: 27px;
      margin: 0; }
    #category #center_column .header-category .productsSortForm .selector {
      background: none;
      border: 2px solid #d6d6d6;
      border-bottom: none; }
      #category #center_column .header-category .productsSortForm .selector > span {
        background: none;
        position: relative;
        padding-left: 10px;
        width: 178px; }
        #category #center_column .header-category .productsSortForm .selector > span:before {
          content: "\25bf";
          font-family: "mab";
          display: block;
          position: absolute;
          top: 0;
          right: 7px;
          color: #d6d6d6; }
#category #center_column .v-align-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
#category #center_column .v-align {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  word-spacing: normal;
  max-width: 99%;
  font-family: "Roboto", sans-serif; }
#category #center_column #subcategories {
  border: none;
  padding: 0;
  text-align: center;
  padding-bottom: 30px; }
  #category #center_column #subcategories .subcategory-heading {
    color: #777;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0; }
  #category #center_column #subcategories ul {
    overflow: hidden;
    margin: 0 0 0 -3px; }
    #category #center_column #subcategories ul li {
      margin: 0;
      width: 14.28571%;
      height: 53px;
      border-bottom: 3px solid #fff;
      border-left: 3px solid #fff;
      float: left;
      text-align: center; }
      #category #center_column #subcategories ul li .ttl-h5 {
        margin: 0;
        height: 100%;
        background: #ebebe8; }
        #category #center_column #subcategories ul li .ttl-h5 a {
          display: block;
          height: 50px;
          font-size: 18px;
          color: #a18c6f;
          vertical-align: middle;
          text-transform: none; }
          #category #center_column #subcategories ul li .ttl-h5 a .v-align {
            line-height: 18px;
            white-space: normal;
            font-size: 14px; }
          #category #center_column #subcategories ul li .ttl-h5 a:hover {
            background: #a18c6f;
            color: #fff; }
#category #center_column .content_scene_cat {
  border: none;
  color: #d7d7d7;
  line-height: 19px;
  margin: 0 0 26px 0; }
  #category #center_column .content_scene_cat_bg {
    background: none;
    padding: 0;
    color: #777;
    font-size: 14px; }
    #category #center_column .content_scene_cat_bg h1 {
      margin: 0;
      font-size: 33px; }
    #category #center_column .content_scene_cat_bg h2 {
      font-size: 14px;
      color: #777;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      margin: 0;
      line-height: 19px; }
    #category #center_column .content_scene_cat_bg .category-name {
      color: #252525;
      font-size: 29px;
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      line-height: 32px;
      padding-bottom: 0;
      display: inline-block;
      margin-bottom: 7px; }
  #category #center_column .content_scene_cat a {
    color: #777;
    font-size: 14px;
    text-decoration: underline; }
#category ul.product_list.grid > li {
  padding-bottom: 7px; }
  #category ul.product_list.grid > li .product-container .product-image-container + .createur {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 60px;
    height: 60px; }
    #category ul.product_list.grid > li .product-container .product-image-container + .createur img {
      width: 60px;
      height: 60px; }
#category #product #reduction_amount {
  display: none; }
#category .product_list .right-block {
  position: relative; }
  #category .product_list .right-block [itemprop="name"] {
    bottom: 10px;
    left: 0;
    right: 30%;
    padding: 0 0 0 5px;
    min-height: 10px;
    margin: 0;
    text-align: left;
    color: #4f4e4e;
    font-size: 16px;
    font-weight: 700; }
    #category .product_list .right-block [itemprop="name"] .product-name {
      color: #4f4e4e;
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      text-overflow: ellipsis;
      max-height: 38px;
      overflow: hidden; }
  #category .product_list .right-block .content_price {
    bottom: 9px;
    right: 0;
    left: 70%;
    padding-right: 5px;
    padding-bottom: 0; }
#category .price.product-price {
  color: #a18c6f;
  font-size: 23px;
  line-height: 18px; }
  #category .price.product-price .small {
    font-size: 15px;
    font-weight: 800; }
#category .product-price.old-price {
  color: #a18c6f;
  font-size: 17px; }
  #category .product-price.old-price .small {
    font-size: 13px;
    font-weight: 600; }

.catalog-btn {
  padding-bottom: 15px;
  text-align: right; }
  .catalog-btn.row {
    text-align: left; }
    .catalog-btn.row .col-xs-5 {
      text-align: right; }
  .catalog-btn .button.button-big {
    display: inline-block;
    text-align: center;
    width: 271px;
    height: 66px;
    line-height: 31px;
    border: none;
    border-radius: 6px;
    background: #a18c6f;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    font-family: "Roboto", sans-serif; }
    .catalog-btn .button.button-big > span {
      line-height: 31px;
      font-size: 21px;
      top: -4px;
      position: relative; }
    .catalog-btn .button.button-big i {
      font-size: 31px;
      position: relative;
      top: 7px;
      margin-right: 7px; }
      .catalog-btn .button.button-big i:after {
        content: "";
        width: 12px;
        height: 4px;
        position: absolute;
        top: 8px;
        left: 7px;
        background: #fff; }
    .catalog-btn .button.button-big:hover {
      background: #ebebe8;
      color: #a18c6f; }
      .catalog-btn .button.button-big:hover i:after {
        background: #a18c6f; }

/**
* selection speciales
*/
.selection-speciale .category-top-img {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .selection-speciale .category-top-img--subttl, .selection-speciale .category-top-img--ttl {
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 35px; }
  .selection-speciale .category-top-img--ttl {
    font-weight: bold;
    font-size: 29px; }
  .selection-speciale .category-top-img--subttl {
    font-weight: 500;
    font-size: 21px; }
  .selection-speciale .category-top-img--wrap p {
    line-height: 35px; }
.selection-speciale--desc {
  padding-top: 0;
  color: #777; }
  .selection-speciale--desc a {
    color: #a18c6f;
    text-decoration: underline; }
.selection-speciale .cat_desc {
  padding-bottom: 10px; }
.selection-speciale .socialsharing_product {
  white-space: nowrap;
  letter-spacing: -0.31em;
  /* Corriger le problème avec les polices non web-safe */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  word-spacing: -0.43em;
  /* Fix for Opera */ }
  .selection-speciale .socialsharing_product li {
    display: inline-block;
    margin: 0 2px;
    letter-spacing: normal;
    word-spacing: normal;
    font-family: "Roboto", sans-serif; }
.selection-speciale--subttl {
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  margin-bottom: 0;
  margin: 0; }

.btn-social {
  background: #2d2c2b;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  display: inline-block;
  margin-bottom: 7px;
  outline: 0;
  padding: 0;
  webkit-appearance: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .btn-social:hover {
    background: #a18c6f; }
  .btn-social i {
    color: #fff;
    line-height: 40px;
    display: inline-block;
    font-size: 26px;
    vertical-align: top;
    position: relative; }

@media only screen and (min-width: 992px) {
  ul.product_list.grid > li .product-container .product-image-container {
    min-height: 256px !important;
    height: 256px;
    padding: 30px !important; }
    ul.product_list.grid > li .product-container .product-image-container img {
      width: auto; } }
@media only screen and (max-width: 992px) {
  /**
  * category
  */
  #category .PM_ASBlockOutputVertical {
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  #category.category #slider_row {
    border-top: none;
    padding-bottom: 10px; }

  .selection-speciale .cat_desc .socialsharing_product {
    display: none; }

  .breadcrumb {
    height: auto;
    line-height: 15px;
    max-height: 50px;
    padding: 0;
    top: 0; }
    .breadcrumb .navigation-pipe {
      padding: 0 8px;
      width: auto; }
    .breadcrumb a {
      margin-left: -22px; }
      .breadcrumb a.home {
        display: inline-block;
        height: auto;
        margin: 0; } }
